@cupra/ui-react 2.0.0-canary.20 → 2.0.0-canary.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,14 +5,14 @@ type Story = StoryObj;
|
|
|
5
5
|
export declare const Primary: Story;
|
|
6
6
|
export declare const Secondary: Story;
|
|
7
7
|
export declare const Tertiary: Story;
|
|
8
|
-
export declare const
|
|
8
|
+
export declare const Naked: Story;
|
|
9
9
|
export declare const PrimaryDestructive: Story;
|
|
10
10
|
export declare const SecondaryDestructive: Story;
|
|
11
|
-
export declare const
|
|
11
|
+
export declare const NakedDestructive: Story;
|
|
12
12
|
export declare const PrimaryDisabled: Story;
|
|
13
13
|
export declare const SecondaryDisabled: Story;
|
|
14
14
|
export declare const TertiaryDisabled: Story;
|
|
15
|
-
export declare const
|
|
15
|
+
export declare const NakedDisabled: Story;
|
|
16
16
|
export declare const Medium: Story;
|
|
17
17
|
export declare const Small: Story;
|
|
18
18
|
export declare const CustomWithAnchorChildren: Story;
|
|
@@ -6,7 +6,7 @@ export declare const Primary: Story;
|
|
|
6
6
|
export declare const Secondary: Story;
|
|
7
7
|
export declare const Tertiary: Story;
|
|
8
8
|
export declare const Quaternary: Story;
|
|
9
|
-
export declare const
|
|
9
|
+
export declare const Naked: Story;
|
|
10
10
|
export declare const Rounded: Story;
|
|
11
11
|
export declare const Disabled: Story;
|
|
12
12
|
export declare const Medium: Story;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cupra/ui-react",
|
|
3
|
-
"version": "2.0.0-canary.
|
|
3
|
+
"version": "2.0.0-canary.21",
|
|
4
4
|
"description": "React components library",
|
|
5
5
|
"author": "SEAT S.A.",
|
|
6
6
|
"license": "SEAT S.A. Library EULA 1.0",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": ">= 18.3.1 < 20",
|
|
53
53
|
"react-dom": ">= 18.3.1 < 20",
|
|
54
|
-
"@cupra/ui-kit": "2.0.0-canary.
|
|
54
|
+
"@cupra/ui-kit": "2.0.0-canary.17",
|
|
55
55
|
"typescript": ">=5.0.0"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"storybook": "^8.6.15",
|
|
75
75
|
"typescript": "^5.8.2",
|
|
76
76
|
"vite": "^6.4.1",
|
|
77
|
-
"@cupra/ui-kit": "2.0.0-canary.
|
|
77
|
+
"@cupra/ui-kit": "2.0.0-canary.17"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"build": "rm -rf dist && pnpm --filter @cupra/ui-kit build:react && tsc --declaration --emitDeclarationOnly && BUILD_FORMAT=esm vite build --emptyOutDir false && BUILD_FORMAT=cjs vite build --emptyOutDir false",
|