@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.
Files changed (61) hide show
  1. package/dist/components/Accordion/index.d.ts +1 -0
  2. package/dist/components/Avatar/index.d.ts +1 -0
  3. package/dist/components/Badge/index.d.ts +1 -0
  4. package/dist/components/BasicCard/index.d.ts +1 -0
  5. package/dist/components/BasicCardHeader/index.d.ts +1 -0
  6. package/dist/components/BasicCardImage/index.d.ts +1 -0
  7. package/dist/components/BasicCardSection/index.d.ts +1 -0
  8. package/dist/components/Bullets/index.d.ts +1 -0
  9. package/dist/components/Button/index.d.ts +1 -0
  10. package/dist/components/CarouselIndicator/index.d.ts +1 -0
  11. package/dist/components/Checkbox/index.d.ts +1 -0
  12. package/dist/components/Chip/index.d.ts +1 -0
  13. package/dist/components/Chips/index.d.ts +1 -0
  14. package/dist/components/Currency/index.d.ts +1 -0
  15. package/dist/components/Dialog/index.d.ts +1 -0
  16. package/dist/components/DialogBody/index.d.ts +1 -0
  17. package/dist/components/DialogFooter/index.d.ts +1 -0
  18. package/dist/components/DialogFullscreen/index.d.ts +1 -0
  19. package/dist/components/DialogHeader/index.d.ts +1 -0
  20. package/dist/components/Divider/index.d.ts +1 -0
  21. package/dist/components/Drawer/index.d.ts +1 -0
  22. package/dist/components/Hyperlink/index.d.ts +1 -0
  23. package/dist/components/Icon/index.d.ts +1 -0
  24. package/dist/components/IconButton/index.d.ts +1 -0
  25. package/dist/components/Input/index.d.ts +1 -0
  26. package/dist/components/InteractiveCard/index.d.ts +1 -0
  27. package/dist/components/LinkButton/index.d.ts +1 -0
  28. package/dist/components/Loader/index.d.ts +1 -0
  29. package/dist/components/Logo/index.d.ts +1 -0
  30. package/dist/components/MainTitle/index.d.ts +1 -0
  31. package/dist/components/MapPin/index.d.ts +1 -0
  32. package/dist/components/Modal/index.d.ts +1 -0
  33. package/dist/components/PasswordInput/index.d.ts +1 -0
  34. package/dist/components/PickerItem/index.d.ts +1 -0
  35. package/dist/components/Radio/index.d.ts +1 -0
  36. package/dist/components/RadioButton/index.d.ts +1 -0
  37. package/dist/components/RadioButtonGroup/index.d.ts +1 -0
  38. package/dist/components/Rating/index.d.ts +1 -0
  39. package/dist/components/Search/index.d.ts +1 -0
  40. package/dist/components/SearchInput/index.d.ts +1 -0
  41. package/dist/components/SecondaryNavigation/index.d.ts +1 -0
  42. package/dist/components/SegmentedControl/index.d.ts +1 -0
  43. package/dist/components/Select/index.d.ts +1 -0
  44. package/dist/components/Selection/index.d.ts +1 -0
  45. package/dist/components/SidebarNavigation/index.d.ts +1 -0
  46. package/dist/components/Slider/index.d.ts +1 -0
  47. package/dist/components/StaticBox/index.d.ts +1 -0
  48. package/dist/components/Stepper/index.d.ts +1 -0
  49. package/dist/components/Tabs/index.d.ts +1 -0
  50. package/dist/components/Tag/index.d.ts +1 -0
  51. package/dist/components/Text/index.d.ts +1 -0
  52. package/dist/components/TextInput/index.d.ts +1 -0
  53. package/dist/components/Textarea/index.d.ts +1 -0
  54. package/dist/components/ThemeProvider/index.d.ts +1 -0
  55. package/dist/components/Toast/index.d.ts +1 -0
  56. package/dist/components/ToastMessage/index.d.ts +1 -0
  57. package/dist/components/ToggleButton/index.d.ts +1 -0
  58. package/dist/components/ToggleSwitch/index.d.ts +1 -0
  59. package/dist/components/Tooltip/index.d.ts +1 -0
  60. package/dist/components/index.d.ts +56 -56
  61. 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/Accordion';
2
- export * from './Badge/Badge';
3
- export * from './BasicCard/BasicCard';
4
- export * from './BasicCardSection/BasicCardSection';
5
- export * from './Bullets/Bullets';
6
- export * from './Button/Button';
7
- export * from './CarouselIndicator/CarouselIndicator';
8
- export * from './Checkbox/Checkbox';
9
- export * from './Chip/Chip';
10
- export * from './Chips/Chips';
11
- export * from './Currency/Currency';
12
- export * from './Dialog/Dialog';
13
- export * from './DialogBody/DialogBody';
14
- export * from './DialogFooter/DialogFooter';
15
- export * from './DialogHeader/DialogHeader';
16
- export * from './Divider/Divider';
17
- export * from './Drawer/Drawer';
18
- export * from './Hyperlink/Hyperlink';
19
- export * from './Icon/Icon';
20
- export * from './IconButton/IconButton';
21
- export * from './Input/Input';
22
- export * from './LinkButton/LinkButton';
23
- export * from './Loader/Loader';
24
- export * from './Logo/Logo';
25
- export * from './MainTitle/MainTitle';
26
- export * from './MapPin/MapPin';
27
- export * from './Modal/Modal';
28
- export * from './PasswordInput/PasswordInput';
29
- export * from './PickerItem/PickerItem';
30
- export * from './Radio/Radio';
31
- export * from './RadioButton/RadioButton';
32
- export * from './RadioButtonGroup/RadioButtonGroup';
33
- export * from './Rating/Rating';
34
- export * from './Search/Search';
35
- export * from './SearchInput/SearchInput';
36
- export * from './SecondaryNavigation/SecondaryNavigation';
37
- export * from './SegmentedControl/SegmentedControl';
38
- export * from './Select/Select';
39
- export * from './Selection/Selection';
40
- export * from './Slider/Slider';
41
- export * from './Tabs/Tabs';
42
- export * from './Tag/Tag';
43
- export * from './Text/Text';
44
- export * from './TextInput/TextInput';
45
- export * from './Textarea/Textarea';
46
- export * from './ThemeProvider/ThemeProvider';
47
- export * from './ToggleButton/ToggleButton';
48
- export * from './ToggleSwitch/ToggleSwitch';
49
- export * from './Tooltip/Tooltip';
50
- export * from './Toast/Toast';
51
- export * from './ToastMessage/ToastMessage';
52
- export * from './Avatar/Avatar';
53
- export * from './StaticBox/StaticBox';
54
- export * from './Stepper/Stepper';
55
- export * from './InteractiveCard/InteractiveCard';
56
- export * from './SidebarNavigation/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.4",
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/*/*.js",
17
- "types": "./dist/components/*/*.d.ts"
16
+ "import": "./dist/components/*/index.js",
17
+ "types": "./dist/components/*/index.d.ts"
18
18
  },
19
- "./hooks/*": "./dist/hooks/*.js"
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"