@seeqdev/qomponents 0.0.134 → 0.0.136
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/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/ButtonWithDropdown/ButtonWithDropdown.stories.d.ts +2 -1
- package/dist/ButtonWithPopover/ButtonWithPopover.stories.d.ts +2 -1
- package/dist/Carousel/Carousel.stories.d.ts +2 -1
- package/dist/Checkbox/Checkbox.stories.d.ts +2 -1
- package/dist/Collapse/Collapse.stories.d.ts +2 -1
- package/dist/Icon/Icon.stories.d.ts +2 -1
- package/dist/InputGroup/InputGroup.stories.d.ts +2 -1
- package/dist/ProgressBar/ProgressBar.stories.d.ts +2 -1
- package/dist/SeeqActionDropdown/SeeqActionDropdown.stories.d.ts +2 -1
- package/dist/Select/Select.stories.d.ts +2 -1
- package/dist/Slider/Slider.stories.d.ts +2 -1
- package/dist/SvgIcon/SvgIcon.d.ts +20 -0
- package/dist/SvgIcon/SvgIcon.stories.d.ts +6 -0
- package/dist/SvgIcon/SvgIcon.test.d.ts +1 -0
- package/dist/SvgIcon/SvgIcon.types.d.ts +25 -0
- package/dist/SvgIcon/index.d.ts +1 -0
- package/dist/Tabs/Tabs.stories.d.ts +2 -1
- package/dist/Tabs/Tabs.types.d.ts +1 -1
- package/dist/TextArea/TextArea.stories.d.ts +2 -1
- package/dist/TextField/TextField.stories.d.ts +2 -1
- 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/Qtip.js +4 -2
- package/dist/Tooltip/Qtip.js.map +1 -1
- package/dist/Tooltip/Tooltip.stories.d.ts +2 -1
- package/dist/Tooltip/Tooltip.types.d.ts +2 -2
- package/dist/Tooltip/TooltipPerformance.stories.d.ts +2 -1
- package/dist/index.esm.js +1462 -1255
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1462 -1255
- package/dist/index.js.map +1 -1
- package/dist/styles.css +12 -0
- package/package.json +57 -48
package/dist/styles.css
CHANGED
|
@@ -2134,6 +2134,10 @@ ol,
|
|
|
2134
2134
|
width: 2.5rem;
|
|
2135
2135
|
}
|
|
2136
2136
|
|
|
2137
|
+
.tw-w-12 {
|
|
2138
|
+
width: 3rem;
|
|
2139
|
+
}
|
|
2140
|
+
|
|
2137
2141
|
.tw-w-2 {
|
|
2138
2142
|
width: 0.5rem;
|
|
2139
2143
|
}
|
|
@@ -2146,6 +2150,10 @@ ol,
|
|
|
2146
2150
|
width: 0.875rem;
|
|
2147
2151
|
}
|
|
2148
2152
|
|
|
2153
|
+
.tw-w-5 {
|
|
2154
|
+
width: 1.25rem;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2149
2157
|
.tw-w-72 {
|
|
2150
2158
|
width: 18rem;
|
|
2151
2159
|
}
|
|
@@ -3213,6 +3221,10 @@ ol,
|
|
|
3213
3221
|
box-shadow: #00000080 0 5px 15px;
|
|
3214
3222
|
}
|
|
3215
3223
|
|
|
3224
|
+
.svgContainer path {
|
|
3225
|
+
transform: translateX(0.5px) translateY(0.5px);
|
|
3226
|
+
}
|
|
3227
|
+
|
|
3216
3228
|
.before\:tw-absolute::before {
|
|
3217
3229
|
content: var(--tw-content);
|
|
3218
3230
|
position: absolute;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seeqdev/qomponents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.136",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.js",
|
|
@@ -30,60 +30,69 @@
|
|
|
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
|
-
"@ladle/react": "
|
|
38
|
-
"@react-types/shared": "3.
|
|
39
|
-
"@rollup/plugin-commonjs": "
|
|
40
|
-
"@rollup/plugin-node-resolve": "
|
|
41
|
-
"@tailwindcss/forms": "0.5.3",
|
|
42
|
-
"@testing-library/jest-dom": "5.16.5",
|
|
43
|
-
"@testing-library/react": "
|
|
44
|
-
"@testing-library/user-event": "14.4.3",
|
|
37
|
+
"@ladle/react": "^3.0.0",
|
|
38
|
+
"@react-types/shared": "^3.28.0",
|
|
39
|
+
"@rollup/plugin-commonjs": "^28.0.3",
|
|
40
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
41
|
+
"@tailwindcss/forms": "^0.5.3",
|
|
42
|
+
"@testing-library/jest-dom": "^5.16.5",
|
|
43
|
+
"@testing-library/react": "^16.2.0",
|
|
44
|
+
"@testing-library/user-event": "^14.4.3",
|
|
45
45
|
"@types/dompurify": "^3.0.2",
|
|
46
|
-
"@types/jest": "29.4.0",
|
|
47
|
-
"@types/react": "
|
|
48
|
-
"@types/react-dom": "
|
|
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": "
|
|
60
|
-
"react-dom": "
|
|
61
|
-
"rollup": "
|
|
62
|
-
"rollup-plugin-copy": "3.
|
|
63
|
-
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
64
|
-
"rollup-plugin-postcss": "4.0.2",
|
|
65
|
-
"rollup-plugin-typescript2": "0.
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"ts-
|
|
69
|
-
"
|
|
46
|
+
"@types/jest": "^29.4.0",
|
|
47
|
+
"@types/react": "^19.0.12",
|
|
48
|
+
"@types/react-dom": "^19.0.4",
|
|
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": "^19.0.0",
|
|
60
|
+
"react-dom": "^19.0.0",
|
|
61
|
+
"rollup": "^4.22.4",
|
|
62
|
+
"rollup-plugin-copy": "^3.5.0",
|
|
63
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
64
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
65
|
+
"rollup-plugin-typescript2": "^0.36.0",
|
|
66
|
+
"@swc/core": "^1.3.92",
|
|
67
|
+
"tailwindcss": "^3.2.7",
|
|
68
|
+
"ts-jest": "^29.0.5",
|
|
69
|
+
"ts-node": "^10.9.1",
|
|
70
|
+
"typescript": "^4.9.5",
|
|
70
71
|
"typescript-strict-plugin": "2.1.0"
|
|
71
72
|
},
|
|
72
73
|
"dependencies": {
|
|
73
|
-
"@floating-ui/dom": "1.5.1",
|
|
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",
|
|
81
|
-
"dompurify": "3.2.3",
|
|
74
|
+
"@floating-ui/dom": "^1.5.1",
|
|
75
|
+
"@radix-ui/react-accordion": "^1.2.3",
|
|
76
|
+
"@radix-ui/react-dialog": "^1.1.6",
|
|
77
|
+
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
|
78
|
+
"@radix-ui/react-popover": "^1.1.6",
|
|
79
|
+
"@radix-ui/react-progress": "^1.1.2",
|
|
80
|
+
"@radix-ui/react-slider": "^1.2.3",
|
|
81
|
+
"@radix-ui/react-tabs": "^1.1.3",
|
|
82
|
+
"dompurify": "^3.2.3",
|
|
82
83
|
"framer-motion": "^12.5.0",
|
|
83
84
|
"motion": "^12.5.0",
|
|
84
|
-
"postcss": "8.4.
|
|
85
|
-
"react-select": "5.
|
|
86
|
-
"rooks": "
|
|
87
|
-
"tinycolor2": "1.6.0"
|
|
85
|
+
"postcss": "^8.4.31",
|
|
86
|
+
"react-select": "^5.10.1",
|
|
87
|
+
"rooks": "^8.0.0",
|
|
88
|
+
"tinycolor2": "^1.6.0"
|
|
89
|
+
},
|
|
90
|
+
"overrides": {
|
|
91
|
+
"react-inspector": {
|
|
92
|
+
"react": "19.0.0"
|
|
93
|
+
},
|
|
94
|
+
"react-select": {
|
|
95
|
+
"@emotion/react": "11.14.0"
|
|
96
|
+
}
|
|
88
97
|
}
|
|
89
98
|
}
|