@kroo-web/design-system 1.11.0 → 1.12.0
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/index.js +10 -10
- package/dist/esm/index.js +10 -10
- package/dist/types.d.ts +2 -1
- package/package.json +30 -27
package/dist/types.d.ts
CHANGED
|
@@ -596,4 +596,5 @@ interface WrapperProps extends PropsWithChildren {
|
|
|
596
596
|
}
|
|
597
597
|
declare const Wrapper: ({ as, children, className, variants }: WrapperProps) => React$1.JSX.Element;
|
|
598
598
|
|
|
599
|
-
export { Accordion, Button, Buttons, Callout, Card, Cards,
|
|
599
|
+
export { Accordion, Button, Buttons, Callout, Card, Cards, Checkbox, Columns, ComboBox, DatePicker, Disclosure, Field, Form, Icon, Item, Link, Loading, MaterialSymbol, Modal, NativeCheckbox, NativeComboBox, NativeDatePicker, NativeNumberField, NativePhoneField, NativeSelect, NativeTextField, NumberField, OTPInput, Options, PhoneField, PinInput, Popover, ProgressIndicator, RadioGroup, Range, Root, Select, Skeleton, Table, TableBody, TableData, TableFooter, TableHead, TableHeader, TableRoot, TableRow, Tabs, Tag, TextField, Toast, Tooltip, Typography, Wrapper, useModal };
|
|
600
|
+
export type { CardsVariants, ICardOwnProps, ICardProps, ICardsProps, TAccordionRootProps, TAccordionTriggerProps, TButtonProps, TCalloutRootProps, TCalloutTextProps, TCardVariants, TCheckboxProps, TColumnsProps, TComboBoxItem, TComboBoxProps, TDatePicker, TDisclosureProps, TIconProps, TItem, TLegacyMarketingFooter, TLegacyMarketingHeading, TLegacyMarketingText, TLink, TLoadingProps, TModalButtonProps, TModalContentProps, TModalControlProps, TModalHeaderProps, TNativeCheckboxProps, TNativeComboBoxRootProps, TNativeCountrySelectProps, TNativeDatePickerProps, TNativeInputProps, TNativeNumberFieldProps, TNativeSelectProps, TNativeTextFieldProps, TNumberFieldProps, TPhoneFieldProps, TPinInputProps, TPopoverContentProps, TPopoverRootProps, TPopoverTriggerProps, TProgressIndicatorProps, TRadioGroupProps, TRangeProps, TSelectProps, TSkeletonProps, TTabsContent, TTabsList, TTabsRoot, TTabsTrigger, TTagProps, TTextFieldProps, TToastDescriptionProps, TToastIconProps, TToastRootProps, TToastTitleProps, TTooltipContentProps, TTooltipRootProps, TTooltipTriggerProps, TTypography, TTypographyProps, TTypographyVariants, TUseModalProps, WrapperProps, WrapperVariants };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kroo-web/design-system",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"description": "Web design system for Kroo including the components for the marketing site and the product side.",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"license": "ISC",
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@archoleat/stylelint-config-extended-scss": "^1.6.8",
|
|
31
|
+
"@chromatic-com/storybook": "^3.2.6",
|
|
31
32
|
"@commitlint/cli": "^19.3.0",
|
|
32
33
|
"@commitlint/config-conventional": "^19.2.2",
|
|
33
34
|
"@eslint/js": "^9.14.0",
|
|
@@ -38,20 +39,22 @@
|
|
|
38
39
|
"@rollup/plugin-terser": "^0.4.4",
|
|
39
40
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
40
41
|
"@rollup/plugin-url": "^8.0.2",
|
|
41
|
-
"@storybook/addon-a11y": "^
|
|
42
|
-
"@storybook/addon-docs": "^
|
|
43
|
-
"@storybook/addon-essentials": "^
|
|
44
|
-
"@storybook/addon-interactions": "^
|
|
45
|
-
"@storybook/addon-links": "^
|
|
46
|
-
"@storybook/addon-onboarding": "^
|
|
47
|
-
"@storybook/blocks": "^
|
|
48
|
-
"@storybook/react": "^
|
|
49
|
-
"@storybook/react-vite": "^
|
|
50
|
-
"@storybook/test": "^
|
|
51
|
-
"@testing-library/jest-dom": "^6.
|
|
52
|
-
"@testing-library/react": "^
|
|
53
|
-
"@testing-library/user-event": "^14.
|
|
42
|
+
"@storybook/addon-a11y": "^8.6.8",
|
|
43
|
+
"@storybook/addon-docs": "^8.6.8",
|
|
44
|
+
"@storybook/addon-essentials": "^8.6.8",
|
|
45
|
+
"@storybook/addon-interactions": "^8.6.8",
|
|
46
|
+
"@storybook/addon-links": "^8.6.8",
|
|
47
|
+
"@storybook/addon-onboarding": "^8.6.8",
|
|
48
|
+
"@storybook/blocks": "^8.6.8",
|
|
49
|
+
"@storybook/react": "^8.6.8",
|
|
50
|
+
"@storybook/react-vite": "^8.6.8",
|
|
51
|
+
"@storybook/test": "^8.6.8",
|
|
52
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
53
|
+
"@testing-library/react": "^16.2.0",
|
|
54
|
+
"@testing-library/user-event": "^14.6.1",
|
|
54
55
|
"@types/eslint__js": "^8.42.3",
|
|
56
|
+
"@types/react": "19.0.12",
|
|
57
|
+
"@types/react-dom": "19.0.4",
|
|
55
58
|
"@vitejs/plugin-react": "^4.2.1",
|
|
56
59
|
"autoprefixer": "^10.4.18",
|
|
57
60
|
"commitizen": "^4.3.0",
|
|
@@ -73,8 +76,8 @@
|
|
|
73
76
|
"jsdom": "^24.0.0",
|
|
74
77
|
"prettier": "3.3.2",
|
|
75
78
|
"prop-types": "^15.8.1",
|
|
76
|
-
"react": "
|
|
77
|
-
"react-dom": "
|
|
79
|
+
"react": "19.0.0",
|
|
80
|
+
"react-dom": "19.0.0",
|
|
78
81
|
"rimraf": "^5.0.5",
|
|
79
82
|
"rollup": "^4.27.4",
|
|
80
83
|
"rollup-plugin-copy": "^3.5.0",
|
|
@@ -83,8 +86,8 @@
|
|
|
83
86
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
84
87
|
"rollup-plugin-postcss": "^4.0.2",
|
|
85
88
|
"semantic-release": "^24.2.0",
|
|
86
|
-
"storybook": "^
|
|
87
|
-
"storybook-addon-pseudo-states": "^
|
|
89
|
+
"storybook": "^8.6.8",
|
|
90
|
+
"storybook-addon-pseudo-states": "^4.0.3",
|
|
88
91
|
"storybook-css-modules": "^1.0.8",
|
|
89
92
|
"stylelint": "^16.4.0",
|
|
90
93
|
"stylelint-config-standard": "^36.0.0",
|
|
@@ -96,18 +99,18 @@
|
|
|
96
99
|
},
|
|
97
100
|
"dependencies": {
|
|
98
101
|
"@hookform/resolvers": "^3.3.4",
|
|
99
|
-
"@radix-ui/react-accordion": "^1.
|
|
100
|
-
"@radix-ui/react-checkbox": "^1.1.
|
|
101
|
-
"@radix-ui/react-popover": "^1.
|
|
102
|
-
"@radix-ui/react-radio-group": "^1.
|
|
103
|
-
"@radix-ui/react-tabs": "^1.
|
|
104
|
-
"@radix-ui/react-tooltip": "^1.
|
|
102
|
+
"@radix-ui/react-accordion": "^1.2.3",
|
|
103
|
+
"@radix-ui/react-checkbox": "^1.1.4",
|
|
104
|
+
"@radix-ui/react-popover": "^1.1.6",
|
|
105
|
+
"@radix-ui/react-radio-group": "^1.2.3",
|
|
106
|
+
"@radix-ui/react-tabs": "^1.1.3",
|
|
107
|
+
"@radix-ui/react-tooltip": "^1.1.8",
|
|
105
108
|
"@types/body-scroll-lock": "^3.1.2",
|
|
106
109
|
"body-scroll-lock": "^4.0.0-beta.0",
|
|
107
110
|
"clsx": "^2.1.0",
|
|
108
111
|
"downshift": "^8.5.0",
|
|
109
112
|
"focus-trap-react": "^10.2.3",
|
|
110
|
-
"framer-motion": "^11.
|
|
113
|
+
"framer-motion": "^11.18.2",
|
|
111
114
|
"input-otp": "^1.4.1",
|
|
112
115
|
"postcss": "^8.4.35",
|
|
113
116
|
"react-aria-components": "^1.6.0",
|
|
@@ -115,8 +118,8 @@
|
|
|
115
118
|
"zustand": "^4.5.2"
|
|
116
119
|
},
|
|
117
120
|
"peerDependencies": {
|
|
118
|
-
"react": "^
|
|
119
|
-
"react-dom": "^
|
|
121
|
+
"react": "^19.0.0",
|
|
122
|
+
"react-dom": "^19.0.0",
|
|
120
123
|
"react-toastify": "^10.0.5"
|
|
121
124
|
},
|
|
122
125
|
"config": {
|