@seeqdev/qomponents 0.0.155-react-19-v9 → 0.0.155
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/README.md +135 -135
- package/dist/Accordion/Accordion.stories.d.ts +1 -2
- package/dist/Alert/Alert.stories.d.ts +1 -2
- package/dist/Alert/Alert.types.d.ts +0 -1
- package/dist/Button/Button.stories.d.ts +4 -5
- package/dist/Button/Button.types.d.ts +1 -1
- package/dist/ButtonGroup/ButtonGroup.stories.d.ts +1 -2
- package/dist/ButtonGroup/ButtonGroup.types.d.ts +0 -1
- package/dist/ButtonWithDropdown/ButtonWithDropdown.stories.d.ts +1 -2
- package/dist/ButtonWithDropdown/ButtonWithDropdown.types.d.ts +0 -1
- package/dist/ButtonWithPopover/ButtonWithPopover.stories.d.ts +1 -2
- package/dist/Carousel/Carousel.stories.d.ts +1 -2
- package/dist/Carousel/Carousel.types.d.ts +0 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +1 -2
- package/dist/Checkbox/Checkbox.types.d.ts +0 -1
- package/dist/Collapse/Collapse.stories.d.ts +1 -2
- package/dist/Collapse/Collapse.types.d.ts +0 -1
- package/dist/Icon/Icon.stories.d.ts +1 -2
- package/dist/Icon/Icon.types.d.ts +0 -1
- package/dist/InputGroup/InputGroup.stories.d.ts +1 -2
- package/dist/InputGroup/InputGroup.types.d.ts +0 -1
- package/dist/ProgressBar/ProgressBar.stories.d.ts +3 -2
- package/dist/ProgressBar/ProgressBar.types.d.ts +10 -0
- package/dist/ProgressBar/index.d.ts +1 -0
- package/dist/SeeqActionDropdown/SeeqActionDropdown.stories.d.ts +1 -2
- package/dist/SeeqActionDropdown/SeeqActionDropdown.types.d.ts +0 -1
- package/dist/Select/Select.stories.d.ts +1 -2
- package/dist/Slider/Slider.stories.d.ts +1 -2
- package/dist/Slider/Slider.types.d.ts +0 -1
- package/dist/SvgIcon/SvgIcon.stories.d.ts +1 -2
- package/dist/SvgIcon/SvgIcon.types.d.ts +0 -1
- package/dist/Tabs/Tabs.stories.d.ts +1 -2
- package/dist/Tabs/Tabs.types.d.ts +1 -2
- package/dist/TextArea/TextArea.stories.d.ts +1 -2
- package/dist/TextArea/TextArea.types.d.ts +0 -1
- package/dist/TextField/TextField.stories.d.ts +1 -2
- package/dist/TextField/TextField.types.d.ts +0 -1
- package/dist/ToolbarButton/ToolbarButton.stories.d.ts +1 -2
- package/dist/Tooltip/QTip.stories.d.ts +1 -2
- package/dist/Tooltip/QTipPerformance.stories.d.ts +1 -2
- package/dist/Tooltip/Tooltip.stories.d.ts +1 -2
- package/dist/Tooltip/Tooltip.types.d.ts +2 -3
- package/dist/Tooltip/TooltipPerformance.stories.d.ts +1 -2
- package/dist/example/.eslintrc.cjs +14 -14
- package/dist/example/README.md +33 -33
- package/dist/example/index.html +13 -13
- package/dist/example/package.json +30 -30
- package/dist/example/src/ComplexSelectExample.tsx +81 -81
- package/dist/example/src/Example.tsx +408 -408
- package/dist/example/src/index.css +102 -102
- package/dist/example/src/main.tsx +10 -10
- package/dist/example/src/vite-env.d.ts +1 -1
- package/dist/example/tsconfig.json +33 -33
- package/dist/example/tsconfig.node.json +12 -12
- package/dist/example/vite.config.ts +12 -12
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +7918 -14432
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +7918 -14432
- package/dist/index.js.map +1 -1
- package/dist/styles.css +4006 -3819
- package/package.json +88 -91
package/package.json
CHANGED
|
@@ -1,91 +1,88 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@seeqdev/qomponents",
|
|
3
|
-
"version": "0.0.155
|
|
4
|
-
"main": "dist/index.js",
|
|
5
|
-
"module": "dist/index.esm.js",
|
|
6
|
-
"types": "dist/index.js",
|
|
7
|
-
"skip-lib-check": true,
|
|
8
|
-
"files": [
|
|
9
|
-
"dist"
|
|
10
|
-
],
|
|
11
|
-
"repository": {
|
|
12
|
-
"type": "git",
|
|
13
|
-
"url": "TOOD"
|
|
14
|
-
},
|
|
15
|
-
"publishConfig": {
|
|
16
|
-
"access": "public"
|
|
17
|
-
},
|
|
18
|
-
"description": "A library that allows you to build native UIs ... TODO",
|
|
19
|
-
"scripts": {
|
|
20
|
-
"build": "rollup -c --bundleConfigAsCjs",
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"test": "jest",
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
"
|
|
33
|
-
|
|
34
|
-
"react": ">=
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@rollup/plugin-
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@testing-library/
|
|
44
|
-
"@testing-library/
|
|
45
|
-
"@
|
|
46
|
-
"@types/
|
|
47
|
-
"@types/
|
|
48
|
-
"@types/react": "
|
|
49
|
-
"@types/
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"jest": "29.
|
|
55
|
-
"jest-
|
|
56
|
-
"jest-
|
|
57
|
-
"jest-
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"react": "
|
|
61
|
-
"
|
|
62
|
-
"rollup": "3.
|
|
63
|
-
"rollup-plugin-
|
|
64
|
-
"rollup-plugin-
|
|
65
|
-
"rollup-plugin-
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"ts-
|
|
69
|
-
"
|
|
70
|
-
"typescript": "
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
"@
|
|
75
|
-
"@radix-ui/react-
|
|
76
|
-
"@radix-ui/react-
|
|
77
|
-
"@radix-ui/react-
|
|
78
|
-
"@radix-ui/react-
|
|
79
|
-
"@radix-ui/react-
|
|
80
|
-
"@radix-ui/react-
|
|
81
|
-
"@
|
|
82
|
-
"dompurify": "3.2.3",
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"tinycolor2": "1.6.0"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@seeqdev/qomponents",
|
|
3
|
+
"version": "0.0.155",
|
|
4
|
+
"main": "dist/index.js",
|
|
5
|
+
"module": "dist/index.esm.js",
|
|
6
|
+
"types": "dist/index.js",
|
|
7
|
+
"skip-lib-check": true,
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "TOOD"
|
|
14
|
+
},
|
|
15
|
+
"publishConfig": {
|
|
16
|
+
"access": "public"
|
|
17
|
+
},
|
|
18
|
+
"description": "A library that allows you to build native UIs ... TODO",
|
|
19
|
+
"scripts": {
|
|
20
|
+
"build": "rollup -c --bundleConfigAsCjs",
|
|
21
|
+
"watchRollup": "rollup -c --bundleConfigAsCjs --watch",
|
|
22
|
+
"test": "jest",
|
|
23
|
+
"test:watch": "jest --watch",
|
|
24
|
+
"dev": "ladle serve"
|
|
25
|
+
},
|
|
26
|
+
"author": "Seeq",
|
|
27
|
+
"license": "MIT",
|
|
28
|
+
"bugs": {
|
|
29
|
+
"url": "TODO"
|
|
30
|
+
},
|
|
31
|
+
"homepage": "https://seeq12.github.io/qomponents-documentation/",
|
|
32
|
+
"peerDependencies": {
|
|
33
|
+
"react": ">=17.0.0",
|
|
34
|
+
"react-dom": ">=17.0.0"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"@ladle/react": "2.9.0",
|
|
38
|
+
"@react-types/shared": "3.19.0",
|
|
39
|
+
"@rollup/plugin-commonjs": "24.0.1",
|
|
40
|
+
"@rollup/plugin-node-resolve": "15.0.1",
|
|
41
|
+
"@tailwindcss/forms": "0.5.3",
|
|
42
|
+
"@testing-library/jest-dom": "5.16.5",
|
|
43
|
+
"@testing-library/react": "14.0.0",
|
|
44
|
+
"@testing-library/user-event": "14.4.3",
|
|
45
|
+
"@types/dompurify": "^3.0.2",
|
|
46
|
+
"@types/jest": "29.4.0",
|
|
47
|
+
"@types/react": "18.0.27",
|
|
48
|
+
"@types/react-dom": "18.0.11",
|
|
49
|
+
"@types/tinycolor2": "1.4.2",
|
|
50
|
+
"autoprefixer": "10.4.13",
|
|
51
|
+
"color": "4.2.3",
|
|
52
|
+
"identity-obj-proxy": "3.0.0",
|
|
53
|
+
"jest": "29.4.3",
|
|
54
|
+
"jest-cli": "29.1.1",
|
|
55
|
+
"jest-environment-jsdom": "29.4.3",
|
|
56
|
+
"jest-junit": "15.0.0",
|
|
57
|
+
"jest-silent-reporter": "0.5.0",
|
|
58
|
+
"postcss-import": "15.1.0",
|
|
59
|
+
"react": "18.2.0",
|
|
60
|
+
"react-dom": "18.2.0",
|
|
61
|
+
"rollup": "3.17.2",
|
|
62
|
+
"rollup-plugin-copy": "3.4.0",
|
|
63
|
+
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
64
|
+
"rollup-plugin-postcss": "4.0.2",
|
|
65
|
+
"rollup-plugin-typescript2": "0.34.1",
|
|
66
|
+
"tailwindcss": "3.2.7",
|
|
67
|
+
"ts-jest": "29.0.5",
|
|
68
|
+
"ts-node": "10.9.1",
|
|
69
|
+
"typescript": "4.9.5",
|
|
70
|
+
"typescript-strict-plugin": "2.1.0"
|
|
71
|
+
},
|
|
72
|
+
"dependencies": {
|
|
73
|
+
"@floating-ui/dom": "1.5.1",
|
|
74
|
+
"@radix-ui/react-accordion": "1.1.2",
|
|
75
|
+
"@radix-ui/react-dialog": "1.0.5",
|
|
76
|
+
"@radix-ui/react-dropdown-menu": "2.0.6",
|
|
77
|
+
"@radix-ui/react-popover": "1.0.7",
|
|
78
|
+
"@radix-ui/react-progress": "1.1.1",
|
|
79
|
+
"@radix-ui/react-slider": "1.2.2",
|
|
80
|
+
"@radix-ui/react-tabs": "1.0.4",
|
|
81
|
+
"@react-spring/web": "9.7.5",
|
|
82
|
+
"dompurify": "3.2.3",
|
|
83
|
+
"postcss": "8.4.21",
|
|
84
|
+
"react-select": "5.7.3",
|
|
85
|
+
"rooks": "7.14.1",
|
|
86
|
+
"tinycolor2": "1.6.0"
|
|
87
|
+
}
|
|
88
|
+
}
|