@seeqdev/qomponents 0.0.135 → 0.0.137
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 +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/FontCustom.woff +0 -0
- package/dist/FontCustom.woff2 +0 -0
- 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 +1 -2
- 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.d.ts +20 -0
- package/dist/SvgIcon/SvgIcon.stories.d.ts +5 -0
- package/dist/SvgIcon/SvgIcon.test.d.ts +1 -0
- package/dist/SvgIcon/SvgIcon.types.d.ts +24 -0
- package/dist/SvgIcon/index.d.ts +1 -0
- 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/index.esm.js +8696 -14613
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +8684 -14601
- package/dist/index.js.map +1 -1
- package/dist/styles.css +21 -1
- package/package.json +19 -28
package/dist/styles.css
CHANGED
|
@@ -100,6 +100,14 @@
|
|
|
100
100
|
width: 1.25em;
|
|
101
101
|
}
|
|
102
102
|
|
|
103
|
+
.fc-vantage-lock::before {
|
|
104
|
+
content: '\e9b9' !important;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.fc-clustering::before {
|
|
108
|
+
content: '\e9ba' !important;
|
|
109
|
+
}
|
|
110
|
+
|
|
103
111
|
.fc-marker::before {
|
|
104
112
|
content: '\a961' !important;
|
|
105
113
|
}
|
|
@@ -849,7 +857,7 @@
|
|
|
849
857
|
}
|
|
850
858
|
|
|
851
859
|
.fc-signal-forecast::before {
|
|
852
|
-
content:
|
|
860
|
+
content: '\e9b8' !important;
|
|
853
861
|
}
|
|
854
862
|
|
|
855
863
|
.fc-short-dash::before {
|
|
@@ -2134,6 +2142,10 @@ ol,
|
|
|
2134
2142
|
width: 2.5rem;
|
|
2135
2143
|
}
|
|
2136
2144
|
|
|
2145
|
+
.tw-w-12 {
|
|
2146
|
+
width: 3rem;
|
|
2147
|
+
}
|
|
2148
|
+
|
|
2137
2149
|
.tw-w-2 {
|
|
2138
2150
|
width: 0.5rem;
|
|
2139
2151
|
}
|
|
@@ -2146,6 +2158,10 @@ ol,
|
|
|
2146
2158
|
width: 0.875rem;
|
|
2147
2159
|
}
|
|
2148
2160
|
|
|
2161
|
+
.tw-w-5 {
|
|
2162
|
+
width: 1.25rem;
|
|
2163
|
+
}
|
|
2164
|
+
|
|
2149
2165
|
.tw-w-72 {
|
|
2150
2166
|
width: 18rem;
|
|
2151
2167
|
}
|
|
@@ -3213,6 +3229,10 @@ ol,
|
|
|
3213
3229
|
box-shadow: #00000080 0 5px 15px;
|
|
3214
3230
|
}
|
|
3215
3231
|
|
|
3232
|
+
.svgContainer path {
|
|
3233
|
+
transform: translateX(0.5px) translateY(0.5px);
|
|
3234
|
+
}
|
|
3235
|
+
|
|
3216
3236
|
.before\:tw-absolute::before {
|
|
3217
3237
|
content: var(--tw-content);
|
|
3218
3238
|
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.137",
|
|
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": ">=17.0.0",
|
|
34
|
+
"react-dom": ">=17.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@ladle/react": "2.9.0",
|
|
38
|
-
"@react-types/shared": "3.
|
|
38
|
+
"@react-types/shared": "3.19.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": "14.0.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": "18.0.27",
|
|
48
|
+
"@types/react-dom": "18.0.11",
|
|
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": "18.2.0",
|
|
60
|
+
"react-dom": "18.2.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,27 +71,18 @@
|
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@floating-ui/dom": "1.5.1",
|
|
74
|
-
"@radix-ui/react-accordion": "1.2
|
|
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.
|
|
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",
|
|
81
82
|
"dompurify": "3.2.3",
|
|
82
|
-
"framer-motion": "12.5.0",
|
|
83
|
-
"motion": "12.5.0",
|
|
84
83
|
"postcss": "8.4.21",
|
|
85
|
-
"react-select": "5.
|
|
86
|
-
"rooks": "
|
|
84
|
+
"react-select": "5.7.3",
|
|
85
|
+
"rooks": "7.14.1",
|
|
87
86
|
"tinycolor2": "1.6.0"
|
|
88
|
-
},
|
|
89
|
-
"overrides": {
|
|
90
|
-
"react-inspector": {
|
|
91
|
-
"react": "19.0.0"
|
|
92
|
-
},
|
|
93
|
-
"react-select": {
|
|
94
|
-
"@emotion/react": "11.14.0"
|
|
95
|
-
}
|
|
96
87
|
}
|
|
97
88
|
}
|