@cupra/ui-react 2.0.0-canary.18 → 2.0.0-canary.19
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/cjs/components/List/List.cjs +1 -0
- package/dist/cjs/components/ListItem/ListItem.cjs +1 -0
- package/dist/cjs/index.cjs +1 -1
- package/dist/esm/components/List/List.js +8 -0
- package/dist/esm/components/ListItem/ListItem.js +8 -0
- package/dist/esm/index.js +93 -89
- package/dist/types/components/List/List.d.ts +9 -0
- package/dist/types/components/List/stories/CupraDiagonal.stories.d.ts +14 -0
- package/dist/types/components/ListItem/ListItem.d.ts +8 -0
- package/dist/types/components/ListItem/stories/CupraDiagonal.stories.d.ts +21 -0
- package/dist/types/components/index.d.ts +2 -0
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime");require("@cupra/ui-kit/react/ds-list");function i({className:e,children:t,...r}){return s.jsx("ds-list-react",{class:e,...r,children:t})}exports.List=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("react/jsx-runtime");require("@cupra/ui-kit/react/ds-list-item");function s({className:e,children:t,...i}){return r.jsx("ds-list-item-react",{className:e,...i,children:t})}exports.ListItem=s;
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./components/Accordion/Accordion.cjs"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./components/Accordion/Accordion.cjs"),t=require("./components/Badge/Badge.cjs"),o=require("./components/BasicCard/BasicCard.cjs"),i=require("./components/BasicCardSection/BasicCardSection.cjs"),n=require("./components/Bullets/Bullets.cjs"),a=require("./components/Button/Button.cjs"),s=require("./components/CarouselIndicator/CarouselIndicator.cjs"),c=require("./components/Checkbox/Checkbox.cjs"),u=require("./components/Chip/Chip.cjs"),d=require("./components/Chips/Chips.cjs"),q=require("./components/Currency/Currency.cjs"),l=require("./components/Dialog/Dialog.cjs"),g=require("./components/DialogBody/DialogBody.cjs"),p=require("./components/DialogFooter/DialogFooter.cjs"),B=require("./components/DialogHeader/DialogHeader.cjs"),S=require("./components/Divider/Divider.cjs"),T=require("./components/Drawer/Drawer.cjs"),C=require("./components/Hyperlink/Hyperlink.cjs"),I=require("./components/Icon/Icon.cjs"),v=require("./components/IconButton/IconButton.cjs"),L=require("./components/Input/Input.cjs"),h=require("./components/List/List.cjs"),D=require("./components/ListItem/ListItem.cjs"),M=require("./components/LinkButton/LinkButton.cjs"),e=require("./components/Loader/Loader.cjs"),k=require("./components/Logo/Logo.cjs"),x=require("./components/MainTitle/MainTitle.cjs"),R=require("./components/MapPin/MapPin.cjs"),b=require("./components/MediaControl/MediaControl.cjs"),y=require("./components/Modal/Modal.cjs"),m=require("./components/PasswordInput/PasswordInput.cjs"),P=require("./components/PickerItem/PickerItem.cjs"),w=require("./components/Radio/Radio.cjs"),H=require("./components/RadioButton/RadioButton.cjs"),A=require("./components/RadioButtonGroup/RadioButtonGroup.cjs"),E=require("./components/Rating/Rating.cjs"),N=require("./components/Search/Search.cjs"),O=require("./components/SearchInput/SearchInput.cjs"),z=require("./components/SecondaryNavigation/SecondaryNavigation.cjs"),F=require("./components/SegmentedControl/SegmentedControl.cjs"),G=require("./components/Select/Select.cjs"),f=require("./components/Selection/Selection.cjs"),j=require("./components/Slider/Slider.cjs"),J=require("./components/Tabs/Tabs.cjs"),K=require("./components/Tag/Tag.cjs"),Q=require("./components/Text/Text.cjs"),U=require("./components/TextInput/TextInput.cjs"),V=require("./components/Textarea/Textarea.cjs"),W=require("./components/ThemeProvider/ThemeProvider.cjs"),X=require("./components/ToggleButton/ToggleButton.cjs"),Y=require("./components/ToggleSwitch/ToggleSwitch.cjs"),Z=require("./components/Tooltip/Tooltip.cjs"),_=require("./components/Toast/Toast.cjs"),$=require("./components/ToastMessage/ToastMessage.cjs"),ee=require("./components/Avatar/Avatar.cjs"),re=require("./components/StaticBox/StaticBox.cjs"),te=require("./components/Stepper/Stepper.cjs"),oe=require("./components/InteractiveCard/InteractiveCard.cjs"),ie=require("./components/SidebarNavigation/SidebarNavigation.cjs"),ne=require("./hooks/useBreakpoint.cjs"),ae=require("./hooks/useEventListeners.cjs"),se=require("./hooks/useHandleEvent.cjs");require("react");const ce=require("./hooks/useResizeObserver/useResizeObserver.cjs");exports.Accordion=r.Accordion;exports.Badge=t.Badge;exports.BasicCard=o.BasicCard;exports.BasicCardSection=i.BasicCardSection;exports.Bullets=n.Bullets;exports.Button=a.Button;exports.CarouselIndicator=s.CarouselIndicator;exports.Checkbox=c.Checkbox;exports.Chip=u.Chip;exports.Chips=d.Chips;exports.Currency=q.Currency;exports.Dialog=l.Dialog;exports.DialogBody=g.DialogBody;exports.DialogFooter=p.DialogFooter;exports.DialogHeader=B.DialogHeader;exports.Divider=S.Divider;exports.Drawer=T.Drawer;exports.Hyperlink=C.Hyperlink;exports.Icon=I.Icon;exports.IconButton=v.IconButton;exports.Input=L.Input;exports.List=h.List;exports.ListItem=D.ListItem;exports.LinkButton=M.LinkButton;exports.Loader=e.Loader;exports.LoaderLogo=e.LoaderLogo;exports.Logo=k.Logo;exports.MainTitle=x.MainTitle;exports.MapPin=R.MapPin;exports.MediaControl=b.MediaControl;exports.Modal=y.Modal;exports.PasswordInput=m.PasswordInput;exports.PickerItem=P.PickerItem;exports.Radio=w.Radio;exports.RadioButton=H.RadioButton;exports.RadioButtonGroup=A.RadioButtonGroup;exports.Rating=E.Rating;exports.Search=N.Search;exports.SearchInput=O.SearchInput;exports.SecondaryNavigation=z.SecondaryNavigation;exports.SegmentedControl=F.SegmentedControl;exports.Select=G.Select;exports.Selection=f.Selection;exports.Slider=j.Slider;exports.Tabs=J.Tabs;exports.Tag=K.Tag;exports.Text=Q.Text;exports.TextInput=U.TextInput;exports.Textarea=V.Textarea;exports.ThemeProvider=W.ThemeProvider;exports.ToggleButton=X.ToggleButton;exports.ToggleSwitch=Y.ToggleSwitch;exports.Tooltip=Z.Tooltip;exports.Toast=_.Toast;exports.ToastMessage=$.ToastMessage;exports.Avatar=ee.Avatar;exports.StaticBox=re.StaticBox;exports.Stepper=te.Stepper;exports.InteractiveCard=oe.InteractiveCard;exports.SidebarNavigation=ie.SidebarNavigation;exports.useBreakpoint=ne.useBreakpoint;exports.useEventListeners=ae.useEventListeners;exports.useHandleEvent=se.useHandleEvent;exports.useResizeObserver=ce.useResizeObserver;
|
package/dist/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Accordion as t } from "./components/Accordion/Accordion.js";
|
|
2
|
-
import { Badge as
|
|
2
|
+
import { Badge as m } from "./components/Badge/Badge.js";
|
|
3
3
|
import { BasicCard as f } from "./components/BasicCard/BasicCard.js";
|
|
4
4
|
import { BasicCardSection as i } from "./components/BasicCardSection/BasicCardSection.js";
|
|
5
5
|
import { Bullets as d } from "./components/Bullets/Bullets.js";
|
|
@@ -7,9 +7,9 @@ import { Button as c } from "./components/Button/Button.js";
|
|
|
7
7
|
import { CarouselIndicator as u } from "./components/CarouselIndicator/CarouselIndicator.js";
|
|
8
8
|
import { Checkbox as B } from "./components/Checkbox/Checkbox.js";
|
|
9
9
|
import { Chip as T } from "./components/Chip/Chip.js";
|
|
10
|
-
import { Chips as
|
|
11
|
-
import { Currency as
|
|
12
|
-
import { Dialog as
|
|
10
|
+
import { Chips as I } from "./components/Chips/Chips.js";
|
|
11
|
+
import { Currency as L } from "./components/Currency/Currency.js";
|
|
12
|
+
import { Dialog as D } from "./components/Dialog/Dialog.js";
|
|
13
13
|
import { DialogBody as M } from "./components/DialogBody/DialogBody.js";
|
|
14
14
|
import { DialogFooter as b } from "./components/DialogFooter/DialogFooter.js";
|
|
15
15
|
import { DialogHeader as P } from "./components/DialogHeader/DialogHeader.js";
|
|
@@ -19,51 +19,53 @@ import { Hyperlink as z } from "./components/Hyperlink/Hyperlink.js";
|
|
|
19
19
|
import { Icon as G } from "./components/Icon/Icon.js";
|
|
20
20
|
import { IconButton as j } from "./components/IconButton/IconButton.js";
|
|
21
21
|
import { Input as J } from "./components/Input/Input.js";
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
22
|
+
import { List as Q } from "./components/List/List.js";
|
|
23
|
+
import { ListItem as V } from "./components/ListItem/ListItem.js";
|
|
24
|
+
import { LinkButton as X } from "./components/LinkButton/LinkButton.js";
|
|
25
|
+
import { Loader as Z, LoaderLogo as _ } from "./components/Loader/Loader.js";
|
|
26
|
+
import { Logo as oo } from "./components/Logo/Logo.js";
|
|
27
|
+
import { MainTitle as eo } from "./components/MainTitle/MainTitle.js";
|
|
28
|
+
import { MapPin as po } from "./components/MapPin/MapPin.js";
|
|
29
|
+
import { MediaControl as xo } from "./components/MediaControl/MediaControl.js";
|
|
30
|
+
import { Modal as ao } from "./components/Modal/Modal.js";
|
|
31
|
+
import { PasswordInput as no } from "./components/PasswordInput/PasswordInput.js";
|
|
32
|
+
import { PickerItem as co } from "./components/PickerItem/PickerItem.js";
|
|
33
|
+
import { Radio as uo } from "./components/Radio/Radio.js";
|
|
34
|
+
import { RadioButton as Bo } from "./components/RadioButton/RadioButton.js";
|
|
35
|
+
import { RadioButtonGroup as To } from "./components/RadioButtonGroup/RadioButtonGroup.js";
|
|
36
|
+
import { Rating as Io } from "./components/Rating/Rating.js";
|
|
37
|
+
import { Search as Lo } from "./components/Search/Search.js";
|
|
38
|
+
import { SearchInput as Do } from "./components/SearchInput/SearchInput.js";
|
|
39
|
+
import { SecondaryNavigation as Mo } from "./components/SecondaryNavigation/SecondaryNavigation.js";
|
|
40
|
+
import { SegmentedControl as bo } from "./components/SegmentedControl/SegmentedControl.js";
|
|
41
|
+
import { Select as Po } from "./components/Select/Select.js";
|
|
42
|
+
import { Selection as Ho } from "./components/Selection/Selection.js";
|
|
43
|
+
import { Slider as Eo } from "./components/Slider/Slider.js";
|
|
44
|
+
import { Tabs as zo } from "./components/Tabs/Tabs.js";
|
|
45
|
+
import { Tag as Go } from "./components/Tag/Tag.js";
|
|
46
|
+
import { Text as jo } from "./components/Text/Text.js";
|
|
47
|
+
import { TextInput as Jo } from "./components/TextInput/TextInput.js";
|
|
48
|
+
import { Textarea as Qo } from "./components/Textarea/Textarea.js";
|
|
49
|
+
import { ThemeProvider as Vo } from "./components/ThemeProvider/ThemeProvider.js";
|
|
50
|
+
import { ToggleButton as Xo } from "./components/ToggleButton/ToggleButton.js";
|
|
51
|
+
import { ToggleSwitch as Zo } from "./components/ToggleSwitch/ToggleSwitch.js";
|
|
52
|
+
import { Tooltip as $o } from "./components/Tooltip/Tooltip.js";
|
|
53
|
+
import { Toast as rr } from "./components/Toast/Toast.js";
|
|
54
|
+
import { ToastMessage as tr } from "./components/ToastMessage/ToastMessage.js";
|
|
55
|
+
import { Avatar as mr } from "./components/Avatar/Avatar.js";
|
|
56
|
+
import { StaticBox as fr } from "./components/StaticBox/StaticBox.js";
|
|
57
|
+
import { Stepper as ir } from "./components/Stepper/Stepper.js";
|
|
58
|
+
import { InteractiveCard as dr } from "./components/InteractiveCard/InteractiveCard.js";
|
|
59
|
+
import { SidebarNavigation as cr } from "./components/SidebarNavigation/SidebarNavigation.js";
|
|
60
|
+
import { useBreakpoint as ur } from "./hooks/useBreakpoint.js";
|
|
61
|
+
import { useEventListeners as Br } from "./hooks/useEventListeners.js";
|
|
62
|
+
import { useHandleEvent as Tr } from "./hooks/useHandleEvent.js";
|
|
61
63
|
import "react";
|
|
62
|
-
import { useResizeObserver as
|
|
64
|
+
import { useResizeObserver as Ir } from "./hooks/useResizeObserver/useResizeObserver.js";
|
|
63
65
|
export {
|
|
64
66
|
t as Accordion,
|
|
65
|
-
|
|
66
|
-
|
|
67
|
+
mr as Avatar,
|
|
68
|
+
m as Badge,
|
|
67
69
|
f as BasicCard,
|
|
68
70
|
i as BasicCardSection,
|
|
69
71
|
d as Bullets,
|
|
@@ -71,9 +73,9 @@ export {
|
|
|
71
73
|
u as CarouselIndicator,
|
|
72
74
|
B as Checkbox,
|
|
73
75
|
T as Chip,
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
76
|
+
I as Chips,
|
|
77
|
+
L as Currency,
|
|
78
|
+
D as Dialog,
|
|
77
79
|
M as DialogBody,
|
|
78
80
|
b as DialogFooter,
|
|
79
81
|
P as DialogHeader,
|
|
@@ -83,44 +85,46 @@ export {
|
|
|
83
85
|
G as Icon,
|
|
84
86
|
j as IconButton,
|
|
85
87
|
J as Input,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
_ as
|
|
92
|
-
oo as
|
|
93
|
-
eo as
|
|
94
|
-
po as
|
|
95
|
-
|
|
96
|
-
ao as
|
|
97
|
-
no as
|
|
98
|
-
co as
|
|
99
|
-
uo as
|
|
100
|
-
Bo as
|
|
101
|
-
To as
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
Mo as
|
|
106
|
-
bo as
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
zo as
|
|
114
|
-
Go as
|
|
115
|
-
jo as
|
|
116
|
-
Jo as
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
Xo as
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
ur as
|
|
125
|
-
Br as
|
|
88
|
+
dr as InteractiveCard,
|
|
89
|
+
X as LinkButton,
|
|
90
|
+
Q as List,
|
|
91
|
+
V as ListItem,
|
|
92
|
+
Z as Loader,
|
|
93
|
+
_ as LoaderLogo,
|
|
94
|
+
oo as Logo,
|
|
95
|
+
eo as MainTitle,
|
|
96
|
+
po as MapPin,
|
|
97
|
+
xo as MediaControl,
|
|
98
|
+
ao as Modal,
|
|
99
|
+
no as PasswordInput,
|
|
100
|
+
co as PickerItem,
|
|
101
|
+
uo as Radio,
|
|
102
|
+
Bo as RadioButton,
|
|
103
|
+
To as RadioButtonGroup,
|
|
104
|
+
Io as Rating,
|
|
105
|
+
Lo as Search,
|
|
106
|
+
Do as SearchInput,
|
|
107
|
+
Mo as SecondaryNavigation,
|
|
108
|
+
bo as SegmentedControl,
|
|
109
|
+
Po as Select,
|
|
110
|
+
Ho as Selection,
|
|
111
|
+
cr as SidebarNavigation,
|
|
112
|
+
Eo as Slider,
|
|
113
|
+
fr as StaticBox,
|
|
114
|
+
ir as Stepper,
|
|
115
|
+
zo as Tabs,
|
|
116
|
+
Go as Tag,
|
|
117
|
+
jo as Text,
|
|
118
|
+
Jo as TextInput,
|
|
119
|
+
Qo as Textarea,
|
|
120
|
+
Vo as ThemeProvider,
|
|
121
|
+
rr as Toast,
|
|
122
|
+
tr as ToastMessage,
|
|
123
|
+
Xo as ToggleButton,
|
|
124
|
+
Zo as ToggleSwitch,
|
|
125
|
+
$o as Tooltip,
|
|
126
|
+
ur as useBreakpoint,
|
|
127
|
+
Br as useEventListeners,
|
|
128
|
+
Tr as useHandleEvent,
|
|
129
|
+
Ir as useResizeObserver
|
|
126
130
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { DsListAttrs } from '@cupra/ui-kit/react/types/ds-list';
|
|
2
|
+
import { type ReactElement, ReactNode } from 'react';
|
|
3
|
+
import '@cupra/ui-kit/react/ds-list';
|
|
4
|
+
export interface ListProps extends Partial<DsListAttrs> {
|
|
5
|
+
className?: string;
|
|
6
|
+
children?: ReactNode;
|
|
7
|
+
size?: 'small' | 'medium';
|
|
8
|
+
}
|
|
9
|
+
export declare function List({ className, children, ...rest }: ListProps): ReactElement;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
type ListArgs = {
|
|
3
|
+
size: 'small' | 'medium';
|
|
4
|
+
};
|
|
5
|
+
declare const meta: Meta<ListArgs>;
|
|
6
|
+
export default meta;
|
|
7
|
+
type Story = StoryObj<ListArgs>;
|
|
8
|
+
export declare const SelectionListCheckbox: Story;
|
|
9
|
+
export declare const SelectionListRadioButton: Story;
|
|
10
|
+
export declare const SelectionListToogleSwitch: Story;
|
|
11
|
+
export declare const ActionListImageSquare: Story;
|
|
12
|
+
export declare const ActionListImageWide: Story;
|
|
13
|
+
export declare const ActionListIcon: Story;
|
|
14
|
+
export declare const InfoList: Story;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { DsListItemAttrs } from '@cupra/ui-kit/react/types/ds-list-item';
|
|
2
|
+
import { type ReactElement, type ReactNode } from 'react';
|
|
3
|
+
import '@cupra/ui-kit/react/ds-list-item';
|
|
4
|
+
export interface ListItemProps extends DsListItemAttrs {
|
|
5
|
+
className?: string;
|
|
6
|
+
children?: ReactNode;
|
|
7
|
+
}
|
|
8
|
+
export declare function ListItem({ className, children, ...rest }: ListItemProps): ReactElement;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react';
|
|
2
|
+
type ListItemArgs = {
|
|
3
|
+
variant: 'selection' | 'action' | 'info';
|
|
4
|
+
size?: 'small' | 'medium';
|
|
5
|
+
selected?: boolean;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare const meta: Meta<ListItemArgs>;
|
|
9
|
+
export default meta;
|
|
10
|
+
type Story = StoryObj<ListItemArgs>;
|
|
11
|
+
export declare const ListItemDefault: Story;
|
|
12
|
+
export declare const SelectionRadioListItemMedium: Story;
|
|
13
|
+
export declare const SelectionRadioListItemSmall: Story;
|
|
14
|
+
export declare const SelectionSwitchListItemMedium: Story;
|
|
15
|
+
export declare const SelectionSwitchListItemSmall: Story;
|
|
16
|
+
export declare const ActionIconListItemMedium: Story;
|
|
17
|
+
export declare const ActionIconListItemSmall: Story;
|
|
18
|
+
export declare const ActionImageWideListItemMedium: Story;
|
|
19
|
+
export declare const ActionImageWideListItemSmall: Story;
|
|
20
|
+
export declare const InfoListItemMedium: Story;
|
|
21
|
+
export declare const InfoListItemSmall: Story;
|
|
@@ -19,6 +19,8 @@ export * from './Hyperlink/Hyperlink';
|
|
|
19
19
|
export * from './Icon/Icon';
|
|
20
20
|
export * from './IconButton/IconButton';
|
|
21
21
|
export * from './Input/Input';
|
|
22
|
+
export * from './List/List';
|
|
23
|
+
export * from './ListItem/ListItem';
|
|
22
24
|
export * from './LinkButton/LinkButton';
|
|
23
25
|
export * from './Loader/Loader';
|
|
24
26
|
export * from './Logo/Logo';
|
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.19",
|
|
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": "1.1.0-canary.
|
|
54
|
+
"@cupra/ui-kit": "1.1.0-canary.15",
|
|
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": "1.1.0-canary.
|
|
77
|
+
"@cupra/ui-kit": "1.1.0-canary.15"
|
|
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",
|