@cupra/ui-react 2.0.0-canary.4 → 2.0.0-canary.5
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.
- package/dist/components/Accordion/index.d.ts +1 -0
- package/dist/components/Avatar/index.d.ts +1 -0
- package/dist/components/Badge/index.d.ts +1 -0
- package/dist/components/BasicCard/index.d.ts +1 -0
- package/dist/components/BasicCardHeader/index.d.ts +1 -0
- package/dist/components/BasicCardImage/index.d.ts +1 -0
- package/dist/components/BasicCardSection/index.d.ts +1 -0
- package/dist/components/Bullets/index.d.ts +1 -0
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/CarouselIndicator/index.d.ts +1 -0
- package/dist/components/Checkbox/index.d.ts +1 -0
- package/dist/components/Chip/index.d.ts +1 -0
- package/dist/components/Chips/index.d.ts +1 -0
- package/dist/components/Currency/index.d.ts +1 -0
- package/dist/components/Dialog/index.d.ts +1 -0
- package/dist/components/DialogBody/index.d.ts +1 -0
- package/dist/components/DialogFooter/index.d.ts +1 -0
- package/dist/components/DialogFullscreen/index.d.ts +1 -0
- package/dist/components/DialogHeader/index.d.ts +1 -0
- package/dist/components/Divider/index.d.ts +1 -0
- package/dist/components/Drawer/index.d.ts +1 -0
- package/dist/components/Hyperlink/index.d.ts +1 -0
- package/dist/components/Icon/index.d.ts +1 -0
- package/dist/components/IconButton/index.d.ts +1 -0
- package/dist/components/Input/index.d.ts +1 -0
- package/dist/components/InteractiveCard/index.d.ts +1 -0
- package/dist/components/LinkButton/index.d.ts +1 -0
- package/dist/components/Loader/index.d.ts +1 -0
- package/dist/components/Logo/index.d.ts +1 -0
- package/dist/components/MainTitle/index.d.ts +1 -0
- package/dist/components/MapPin/index.d.ts +1 -0
- package/dist/components/Modal/index.d.ts +1 -0
- package/dist/components/PasswordInput/index.d.ts +1 -0
- package/dist/components/PickerItem/index.d.ts +1 -0
- package/dist/components/Radio/index.d.ts +1 -0
- package/dist/components/RadioButton/index.d.ts +1 -0
- package/dist/components/RadioButtonGroup/index.d.ts +1 -0
- package/dist/components/Rating/index.d.ts +1 -0
- package/dist/components/Search/index.d.ts +1 -0
- package/dist/components/SearchInput/index.d.ts +1 -0
- package/dist/components/SecondaryNavigation/index.d.ts +1 -0
- package/dist/components/SegmentedControl/index.d.ts +1 -0
- package/dist/components/Select/index.d.ts +1 -0
- package/dist/components/Selection/index.d.ts +1 -0
- package/dist/components/SidebarNavigation/index.d.ts +1 -0
- package/dist/components/Slider/index.d.ts +1 -0
- package/dist/components/StaticBox/index.d.ts +1 -0
- package/dist/components/Stepper/index.d.ts +1 -0
- package/dist/components/Tabs/index.d.ts +1 -0
- package/dist/components/Tag/index.d.ts +1 -0
- package/dist/components/Text/index.d.ts +1 -0
- package/dist/components/TextInput/index.d.ts +1 -0
- package/dist/components/Textarea/index.d.ts +1 -0
- package/dist/components/ThemeProvider/index.d.ts +1 -0
- package/dist/components/Toast/index.d.ts +1 -0
- package/dist/components/ToastMessage/index.d.ts +1 -0
- package/dist/components/ToggleButton/index.d.ts +1 -0
- package/dist/components/ToggleSwitch/index.d.ts +1 -0
- package/dist/components/Tooltip/index.d.ts +1 -0
- package/dist/components/index.d.ts +56 -56
- package/package.json +25 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Accordion';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Avatar';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Badge';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './BasicCard';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './BasicCardHeader';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './BasicCardImage';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './BasicCardSection';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Bullets';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Button';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './CarouselIndicator';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Checkbox';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Chip';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Chips';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Currency';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Dialog';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DialogBody';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DialogFooter';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DialogFullscreen';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './DialogHeader';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Divider';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Drawer';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Hyperlink';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Icon';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './IconButton';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Input';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './InteractiveCard';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './LinkButton';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Loader';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Logo';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './MainTitle';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './MapPin';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Modal';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './PasswordInput';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './PickerItem';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Radio';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './RadioButton';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './RadioButtonGroup';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Rating';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Search';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SearchInput';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SecondaryNavigation';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SegmentedControl';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Select';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Selection';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './SidebarNavigation';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Slider';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './StaticBox';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Stepper';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Tabs';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Tag';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Text';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './TextInput';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Textarea';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ThemeProvider';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Toast';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ToastMessage';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ToggleButton';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './ToggleSwitch';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './Tooltip';
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
export * from './Accordion/
|
|
2
|
-
export * from './Badge/
|
|
3
|
-
export * from './BasicCard/
|
|
4
|
-
export * from './BasicCardSection/
|
|
5
|
-
export * from './Bullets/
|
|
6
|
-
export * from './Button/
|
|
7
|
-
export * from './CarouselIndicator/
|
|
8
|
-
export * from './Checkbox/
|
|
9
|
-
export * from './Chip/
|
|
10
|
-
export * from './Chips/
|
|
11
|
-
export * from './Currency/
|
|
12
|
-
export * from './Dialog/
|
|
13
|
-
export * from './DialogBody/
|
|
14
|
-
export * from './DialogFooter/
|
|
15
|
-
export * from './DialogHeader/
|
|
16
|
-
export * from './Divider/
|
|
17
|
-
export * from './Drawer/
|
|
18
|
-
export * from './Hyperlink/
|
|
19
|
-
export * from './Icon/
|
|
20
|
-
export * from './IconButton/
|
|
21
|
-
export * from './Input/
|
|
22
|
-
export * from './LinkButton/
|
|
23
|
-
export * from './Loader/
|
|
24
|
-
export * from './Logo/
|
|
25
|
-
export * from './MainTitle/
|
|
26
|
-
export * from './MapPin/
|
|
27
|
-
export * from './Modal/
|
|
28
|
-
export * from './PasswordInput/
|
|
29
|
-
export * from './PickerItem/
|
|
30
|
-
export * from './Radio/
|
|
31
|
-
export * from './RadioButton/
|
|
32
|
-
export * from './RadioButtonGroup/
|
|
33
|
-
export * from './Rating/
|
|
34
|
-
export * from './Search/
|
|
35
|
-
export * from './SearchInput/
|
|
36
|
-
export * from './SecondaryNavigation/
|
|
37
|
-
export * from './SegmentedControl/
|
|
38
|
-
export * from './Select/
|
|
39
|
-
export * from './Selection/
|
|
40
|
-
export * from './Slider/
|
|
41
|
-
export * from './Tabs/
|
|
42
|
-
export * from './Tag/
|
|
43
|
-
export * from './Text/
|
|
44
|
-
export * from './TextInput/
|
|
45
|
-
export * from './Textarea/
|
|
46
|
-
export * from './ThemeProvider/
|
|
47
|
-
export * from './ToggleButton/
|
|
48
|
-
export * from './ToggleSwitch/
|
|
49
|
-
export * from './Tooltip/
|
|
50
|
-
export * from './Toast/
|
|
51
|
-
export * from './ToastMessage/
|
|
52
|
-
export * from './Avatar/
|
|
53
|
-
export * from './StaticBox/
|
|
54
|
-
export * from './Stepper/
|
|
55
|
-
export * from './InteractiveCard/
|
|
56
|
-
export * from './SidebarNavigation/
|
|
1
|
+
export * from './Accordion/index';
|
|
2
|
+
export * from './Badge/index';
|
|
3
|
+
export * from './BasicCard/index';
|
|
4
|
+
export * from './BasicCardSection/index';
|
|
5
|
+
export * from './Bullets/index';
|
|
6
|
+
export * from './Button/index';
|
|
7
|
+
export * from './CarouselIndicator/index';
|
|
8
|
+
export * from './Checkbox/index';
|
|
9
|
+
export * from './Chip/index';
|
|
10
|
+
export * from './Chips/index';
|
|
11
|
+
export * from './Currency/index';
|
|
12
|
+
export * from './Dialog/index';
|
|
13
|
+
export * from './DialogBody/index';
|
|
14
|
+
export * from './DialogFooter/index';
|
|
15
|
+
export * from './DialogHeader/index';
|
|
16
|
+
export * from './Divider/index';
|
|
17
|
+
export * from './Drawer/index';
|
|
18
|
+
export * from './Hyperlink/index';
|
|
19
|
+
export * from './Icon/index';
|
|
20
|
+
export * from './IconButton/index';
|
|
21
|
+
export * from './Input/index';
|
|
22
|
+
export * from './LinkButton/index';
|
|
23
|
+
export * from './Loader/index';
|
|
24
|
+
export * from './Logo/index';
|
|
25
|
+
export * from './MainTitle/index';
|
|
26
|
+
export * from './MapPin/index';
|
|
27
|
+
export * from './Modal/index';
|
|
28
|
+
export * from './PasswordInput/index';
|
|
29
|
+
export * from './PickerItem/index';
|
|
30
|
+
export * from './Radio/index';
|
|
31
|
+
export * from './RadioButton/index';
|
|
32
|
+
export * from './RadioButtonGroup/index';
|
|
33
|
+
export * from './Rating/index';
|
|
34
|
+
export * from './Search/index';
|
|
35
|
+
export * from './SearchInput/index';
|
|
36
|
+
export * from './SecondaryNavigation/index';
|
|
37
|
+
export * from './SegmentedControl/index';
|
|
38
|
+
export * from './Select/index';
|
|
39
|
+
export * from './Selection/index';
|
|
40
|
+
export * from './Slider/index';
|
|
41
|
+
export * from './Tabs/index';
|
|
42
|
+
export * from './Tag/index';
|
|
43
|
+
export * from './Text/index';
|
|
44
|
+
export * from './TextInput/index';
|
|
45
|
+
export * from './Textarea/index';
|
|
46
|
+
export * from './ThemeProvider/index';
|
|
47
|
+
export * from './ToggleButton/index';
|
|
48
|
+
export * from './ToggleSwitch/index';
|
|
49
|
+
export * from './Tooltip/index';
|
|
50
|
+
export * from './Toast/index';
|
|
51
|
+
export * from './ToastMessage/index';
|
|
52
|
+
export * from './Avatar/index';
|
|
53
|
+
export * from './StaticBox/index';
|
|
54
|
+
export * from './Stepper/index';
|
|
55
|
+
export * from './InteractiveCard/index';
|
|
56
|
+
export * from './SidebarNavigation/index';
|
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.5",
|
|
4
4
|
"description": "React components library",
|
|
5
5
|
"author": "SEAT S.A.",
|
|
6
6
|
"license": "SEAT S.A. Library EULA 1.0",
|
|
@@ -13,10 +13,29 @@
|
|
|
13
13
|
"types": "./dist/index.d.ts"
|
|
14
14
|
},
|
|
15
15
|
"./*": {
|
|
16
|
-
"import": "./dist/components
|
|
17
|
-
"types": "./dist/components
|
|
16
|
+
"import": "./dist/components/*/index.js",
|
|
17
|
+
"types": "./dist/components/*/index.d.ts"
|
|
18
18
|
},
|
|
19
|
-
"./hooks/*":
|
|
19
|
+
"./hooks/*": {
|
|
20
|
+
"import": "./dist/hooks/*.js",
|
|
21
|
+
"types": "./dist/hooks/*.d.ts"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"typesVersions": {
|
|
25
|
+
"*": {
|
|
26
|
+
"": [
|
|
27
|
+
"dist/index.d.ts"
|
|
28
|
+
],
|
|
29
|
+
"index": [
|
|
30
|
+
"dist/index.d.ts"
|
|
31
|
+
],
|
|
32
|
+
"*": [
|
|
33
|
+
"dist/components/*/index.d.ts"
|
|
34
|
+
],
|
|
35
|
+
"hooks/*": [
|
|
36
|
+
"dist/hooks/*.d.ts"
|
|
37
|
+
]
|
|
38
|
+
}
|
|
20
39
|
},
|
|
21
40
|
"files": [
|
|
22
41
|
"LICENSE",
|
|
@@ -44,7 +63,8 @@
|
|
|
44
63
|
"peerDependencies": {
|
|
45
64
|
"react": ">= 18.3.1 < 20",
|
|
46
65
|
"react-dom": ">= 18.3.1 < 20",
|
|
47
|
-
"@cupra/ui-kit": "1.1.0-canary.4"
|
|
66
|
+
"@cupra/ui-kit": "1.1.0-canary.4",
|
|
67
|
+
"typescript": ">=5.0.0"
|
|
48
68
|
},
|
|
49
69
|
"dependencies": {
|
|
50
70
|
"styled-components": "^6.1.16"
|