@seeqdev/qomponents 0.0.153 → 0.0.155-react-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/Accordion/Accordion.stories.d.ts +2 -1
- package/dist/Alert/Alert.stories.d.ts +2 -1
- package/dist/Alert/Alert.types.d.ts +1 -0
- package/dist/Button/Button.stories.d.ts +5 -4
- package/dist/Button/Button.types.d.ts +1 -1
- package/dist/ButtonGroup/ButtonGroup.stories.d.ts +2 -1
- package/dist/ButtonGroup/ButtonGroup.types.d.ts +1 -0
- package/dist/ButtonWithDropdown/ButtonWithDropdown.stories.d.ts +2 -1
- package/dist/ButtonWithDropdown/ButtonWithDropdown.types.d.ts +1 -0
- package/dist/ButtonWithPopover/ButtonWithPopover.stories.d.ts +2 -1
- package/dist/Carousel/Carousel.stories.d.ts +2 -1
- package/dist/Carousel/Carousel.types.d.ts +1 -0
- package/dist/Checkbox/Checkbox.stories.d.ts +2 -1
- package/dist/Checkbox/Checkbox.types.d.ts +1 -0
- package/dist/Collapse/Collapse.stories.d.ts +2 -1
- package/dist/Collapse/Collapse.types.d.ts +1 -0
- package/dist/FontCustom.woff +0 -0
- package/dist/FontCustom.woff2 +0 -0
- package/dist/Icon/Icon.stories.d.ts +2 -1
- package/dist/Icon/Icon.types.d.ts +1 -0
- package/dist/InputGroup/InputGroup.stories.d.ts +2 -1
- package/dist/InputGroup/InputGroup.types.d.ts +1 -0
- package/dist/ProgressBar/ProgressBar.stories.d.ts +2 -1
- package/dist/SeeqActionDropdown/SeeqActionDropdown.stories.d.ts +2 -1
- package/dist/SeeqActionDropdown/SeeqActionDropdown.types.d.ts +1 -0
- package/dist/Select/Select.stories.d.ts +2 -1
- package/dist/Slider/Slider.stories.d.ts +2 -1
- package/dist/Slider/Slider.types.d.ts +1 -0
- package/dist/SvgIcon/SvgIcon.stories.d.ts +2 -1
- package/dist/SvgIcon/SvgIcon.types.d.ts +1 -0
- package/dist/Tabs/Tabs.stories.d.ts +2 -1
- package/dist/Tabs/Tabs.types.d.ts +2 -1
- package/dist/TextArea/TextArea.stories.d.ts +2 -1
- package/dist/TextArea/TextArea.types.d.ts +1 -0
- package/dist/TextField/TextField.stories.d.ts +2 -1
- package/dist/TextField/TextField.types.d.ts +1 -0
- package/dist/ToolbarButton/ToolbarButton.stories.d.ts +2 -1
- package/dist/Tooltip/QTip.stories.d.ts +2 -1
- package/dist/Tooltip/QTipPerformance.stories.d.ts +2 -1
- package/dist/Tooltip/Tooltip.stories.d.ts +2 -1
- package/dist/Tooltip/Tooltip.types.d.ts +3 -2
- package/dist/Tooltip/TooltipPerformance.stories.d.ts +2 -1
- package/dist/index.esm.js +14397 -7942
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +14437 -7982
- package/dist/index.js.map +1 -1
- package/dist/styles.css +546 -538
- package/package.json +20 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seeqdev/qomponents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.155-react-19",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.js",
|
|
@@ -30,22 +30,22 @@
|
|
|
30
30
|
},
|
|
31
31
|
"homepage": "https://seeq12.github.io/qomponents-documentation/",
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"react": ">=
|
|
34
|
-
"react-dom": ">=
|
|
33
|
+
"react": ">=19.0.0",
|
|
34
|
+
"react-dom": ">=19.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@ladle/react": "2.9.0",
|
|
38
|
-
"@react-types/shared": "3.
|
|
38
|
+
"@react-types/shared": "3.30.0",
|
|
39
39
|
"@rollup/plugin-commonjs": "24.0.1",
|
|
40
40
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
41
41
|
"@tailwindcss/forms": "0.5.3",
|
|
42
42
|
"@testing-library/jest-dom": "5.16.5",
|
|
43
|
-
"@testing-library/react": "
|
|
43
|
+
"@testing-library/react": "16.3.0",
|
|
44
44
|
"@testing-library/user-event": "14.4.3",
|
|
45
45
|
"@types/dompurify": "^3.0.2",
|
|
46
46
|
"@types/jest": "29.4.0",
|
|
47
|
-
"@types/react": "
|
|
48
|
-
"@types/react-dom": "
|
|
47
|
+
"@types/react": "19.1.8",
|
|
48
|
+
"@types/react-dom": "19.1.6",
|
|
49
49
|
"@types/tinycolor2": "1.4.2",
|
|
50
50
|
"autoprefixer": "10.4.13",
|
|
51
51
|
"color": "4.2.3",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"jest-junit": "15.0.0",
|
|
57
57
|
"jest-silent-reporter": "0.5.0",
|
|
58
58
|
"postcss-import": "15.1.0",
|
|
59
|
-
"react": "
|
|
60
|
-
"react-dom": "
|
|
59
|
+
"react": "19.1.0",
|
|
60
|
+
"react-dom": "19.1.0",
|
|
61
61
|
"rollup": "3.17.2",
|
|
62
62
|
"rollup-plugin-copy": "3.4.0",
|
|
63
63
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
@@ -71,18 +71,19 @@
|
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@floating-ui/dom": "1.5.1",
|
|
74
|
-
"@radix-ui/react-accordion": "1.
|
|
75
|
-
"@radix-ui/react-dialog": "1.
|
|
76
|
-
"@radix-ui/react-dropdown-menu": "2.
|
|
77
|
-
"@radix-ui/react-popover": "1.
|
|
78
|
-
"@radix-ui/react-progress": "1.1.
|
|
79
|
-
"@radix-ui/react-slider": "1.2.
|
|
80
|
-
"@radix-ui/react-tabs": "1.
|
|
81
|
-
"@react-spring/web": "9.7.5",
|
|
74
|
+
"@radix-ui/react-accordion": "1.2.3",
|
|
75
|
+
"@radix-ui/react-dialog": "1.1.6",
|
|
76
|
+
"@radix-ui/react-dropdown-menu": "2.1.6",
|
|
77
|
+
"@radix-ui/react-popover": "1.1.6",
|
|
78
|
+
"@radix-ui/react-progress": "1.1.2",
|
|
79
|
+
"@radix-ui/react-slider": "1.2.3",
|
|
80
|
+
"@radix-ui/react-tabs": "1.1.3",
|
|
82
81
|
"dompurify": "3.2.3",
|
|
82
|
+
"framer-motion": "12.17.0",
|
|
83
|
+
"motion": "12.17.0",
|
|
83
84
|
"postcss": "8.4.21",
|
|
84
|
-
"react-select": "5.
|
|
85
|
-
"rooks": "
|
|
85
|
+
"react-select": "5.10.1",
|
|
86
|
+
"rooks": "8.0.1",
|
|
86
87
|
"tinycolor2": "1.6.0"
|
|
87
88
|
}
|
|
88
89
|
}
|