Skip to content

Commit

Permalink
feat: [v2-beta] merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Mar 19, 2024
2 parents 152cb52 + 0e4c3cf commit 5f6a9f6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"description": "PUIK - PrestaShop UI kit.",
"private": true,
"type": "module",
"packageManager": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions packages/components/alert/stories/alert.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export const Warning: StoryObj = {
<puik-alert
title="Title"
variant="warning"
:disabled-borders="true|false"
:disable-borders="true|false"
button-label="Button"
@click="click"
>
Expand Down Expand Up @@ -358,7 +358,7 @@ export const Info: StoryObj = {
<puik-alert
title="Title"
variant="info"
:disabled-borders="true|false"
:disable-borders="true|false"
button-label="Button"
@click="click"
>
Expand Down Expand Up @@ -407,7 +407,7 @@ export const Danger: StoryObj = {
<puik-alert
title="Title"
variant="danger"
:disabled-borders="true|false"
:disable-borders="true|false"
button-label="Button"
@click="click"
>
Expand Down
2 changes: 1 addition & 1 deletion packages/components/tag/src/tag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export enum PuikTagSizes {
}

export interface TagProps {
id: string
id?: string
content: string
variant?: `${PuikTagVariants}`
size?: `${PuikTagSizes}`
Expand Down
2 changes: 1 addition & 1 deletion packages/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prestashopcorp/puik-locale",
"description": "Puik locale - Translations feature.",
"description": "PUIK locale - Translations feature.",
"private": true,
"version": "2.0.0-beta.1",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prestashopcorp/puik-tailwind-preset",
"description": "Puik tailwind preset - A set of Tailwind CSS utility classes, adapted to the new branding.",
"description": "PUIK tailwind preset - A set of Tailwind CSS utility classes, adapted to the new branding.",
"type": "module",
"version": "2.0.0-beta.1",
"license": "MIT",
Expand Down

0 comments on commit 5f6a9f6

Please sign in to comment.