@seeqdev/qomponents 0.0.157 → 0.0.159-patch-package-alternative
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/example/package.json +15 -13
- package/dist/example/src/Example.tsx +269 -39
- package/dist/example/src/index.css +1 -0
- package/dist/example/vite.config.ts +2 -1
- package/dist/index.esm.js +2710 -2706
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2710 -2706
- package/dist/index.js.map +1 -1
- package/dist/{Accordion → src/Accordion}/Accordion.d.ts +4 -4
- package/dist/src/Accordion/Accordion.stories.d.ts +5 -0
- package/dist/{Accordion → src/Accordion}/Accordion.test.d.ts +1 -1
- package/dist/src/Accordion/Accordion.types.d.ts +86 -0
- package/dist/{Accordion → src/Accordion}/index.d.ts +1 -1
- package/dist/{Alert → src/Alert}/Alert.d.ts +7 -7
- package/dist/src/Alert/Alert.stories.d.ts +5 -0
- package/dist/src/Alert/Alert.test.d.ts +1 -0
- package/dist/src/Alert/Alert.types.d.ts +63 -0
- package/dist/{Alert → src/Alert}/index.d.ts +1 -1
- package/dist/{Button → src/Button}/Button.d.ts +10 -10
- package/dist/src/Button/Button.stories.d.ts +8 -0
- package/dist/{Button → src/Button}/Button.test.d.ts +1 -1
- package/dist/src/Button/Button.types.d.ts +148 -0
- package/dist/{Button → src/Button}/index.d.ts +1 -1
- package/dist/{ButtonGroup → src/ButtonGroup}/ButtonGroup.d.ts +7 -7
- package/dist/src/ButtonGroup/ButtonGroup.stories.d.ts +5 -0
- package/dist/src/ButtonGroup/ButtonGroup.test.d.ts +1 -0
- package/dist/src/ButtonGroup/ButtonGroup.types.d.ts +81 -0
- package/dist/{ButtonGroup → src/ButtonGroup}/index.d.ts +1 -1
- package/dist/{ButtonWithDropdown → src/ButtonWithDropdown}/ButtonWithDropdown.d.ts +4 -4
- package/dist/src/ButtonWithDropdown/ButtonWithDropdown.stories.d.ts +5 -0
- package/dist/{ButtonWithDropdown → src/ButtonWithDropdown}/ButtonWithDropdown.test.d.ts +1 -1
- package/dist/src/ButtonWithDropdown/ButtonWithDropdown.types.d.ts +233 -0
- package/dist/{ButtonWithDropdown → src/ButtonWithDropdown}/index.d.ts +1 -1
- package/dist/{ButtonWithPopover → src/ButtonWithPopover}/ButtonWithPopover.d.ts +4 -4
- package/dist/src/ButtonWithPopover/ButtonWithPopover.stories.d.ts +5 -0
- package/dist/{ButtonWithPopover → src/ButtonWithPopover}/ButtonWithPopover.test.d.ts +1 -1
- package/dist/src/ButtonWithPopover/ButtonWithPopover.types.d.ts +134 -0
- package/dist/{ButtonWithPopover → src/ButtonWithPopover}/index.d.ts +1 -1
- package/dist/{Carousel → src/Carousel}/Carousel.d.ts +9 -9
- package/dist/src/Carousel/Carousel.stories.d.ts +5 -0
- package/dist/{Carousel → src/Carousel}/Carousel.test.d.ts +1 -1
- package/dist/src/Carousel/Carousel.types.d.ts +86 -0
- package/dist/{Carousel → src/Carousel}/index.d.ts +1 -1
- package/dist/{Checkbox → src/Checkbox}/Checkbox.d.ts +7 -7
- package/dist/src/Checkbox/Checkbox.stories.d.ts +5 -0
- package/dist/{Checkbox → src/Checkbox}/Checkbox.test.d.ts +1 -1
- package/dist/src/Checkbox/Checkbox.types.d.ts +92 -0
- package/dist/{Checkbox → src/Checkbox}/index.d.ts +1 -1
- package/dist/{Collapse → src/Collapse}/Collapse.d.ts +4 -4
- package/dist/src/Collapse/Collapse.stories.d.ts +5 -0
- package/dist/{Collapse → src/Collapse}/Collapse.test.d.ts +1 -1
- package/dist/src/Collapse/Collapse.types.d.ts +19 -0
- package/dist/{Collapse → src/Collapse}/index.d.ts +1 -1
- package/dist/{Icon → src/Icon}/Icon.d.ts +10 -10
- package/dist/src/Icon/Icon.stories.d.ts +5 -0
- package/dist/{Icon → src/Icon}/Icon.test.d.ts +1 -1
- package/dist/src/Icon/Icon.types.d.ts +87 -0
- package/dist/{Icon → src/Icon}/index.d.ts +1 -1
- package/dist/{InputGroup → src/InputGroup}/InputGroup.d.ts +7 -7
- package/dist/src/InputGroup/InputGroup.stories.d.ts +5 -0
- package/dist/src/InputGroup/InputGroup.test.d.ts +1 -0
- package/dist/src/InputGroup/InputGroup.types.d.ts +62 -0
- package/dist/{InputGroup → src/InputGroup}/index.d.ts +2 -2
- package/dist/{Modal → src/Modal}/Modal.d.ts +5 -5
- package/dist/{Modal → src/Modal}/Modal.stories.d.ts +10 -10
- package/dist/{Modal → src/Modal}/Modal.test.d.ts +1 -1
- package/dist/src/Modal/Modal.types.d.ts +244 -0
- package/dist/{Modal → src/Modal}/index.d.ts +1 -1
- package/dist/{ProgressBar → src/ProgressBar}/ProgressBar.d.ts +4 -4
- package/dist/src/ProgressBar/ProgressBar.stories.d.ts +5 -0
- package/dist/src/ProgressBar/ProgressBar.test.d.ts +1 -0
- package/dist/src/ProgressBar/ProgressBar.types.d.ts +77 -0
- package/dist/{ProgressBar → src/ProgressBar}/index.d.ts +1 -1
- package/dist/{SeeqActionDropdown → src/SeeqActionDropdown}/SeeqActionDropdown.d.ts +4 -4
- package/dist/src/SeeqActionDropdown/SeeqActionDropdown.stories.d.ts +5 -0
- package/dist/{SeeqActionDropdown → src/SeeqActionDropdown}/SeeqActionDropdown.test.d.ts +1 -1
- package/dist/src/SeeqActionDropdown/SeeqActionDropdown.types.d.ts +160 -0
- package/dist/{SeeqActionDropdown → src/SeeqActionDropdown}/index.d.ts +1 -1
- package/dist/{SeeqActionDropdown → src/SeeqActionDropdown}/variants.d.ts +5 -5
- package/dist/{Select → src/Select}/Select.d.ts +15 -15
- package/dist/src/Select/Select.stories.d.ts +5 -0
- package/dist/{Select → src/Select}/Select.test.d.ts +1 -1
- package/dist/src/Select/Select.types.d.ts +220 -0
- package/dist/{Select → src/Select}/index.d.ts +2 -2
- package/dist/{Slider → src/Slider}/Slider.d.ts +6 -6
- package/dist/src/Slider/Slider.stories.d.ts +5 -0
- package/dist/src/Slider/Slider.test.d.ts +1 -0
- package/dist/src/Slider/Slider.types.d.ts +85 -0
- package/dist/{Slider → src/Slider}/index.d.ts +1 -1
- package/dist/{SvgIcon → src/SvgIcon}/SvgIcon.d.ts +20 -20
- package/dist/src/SvgIcon/SvgIcon.stories.d.ts +5 -0
- package/dist/{SvgIcon → src/SvgIcon}/SvgIcon.test.d.ts +1 -1
- package/dist/src/SvgIcon/SvgIcon.types.d.ts +76 -0
- package/dist/{SvgIcon → src/SvgIcon}/index.d.ts +1 -1
- package/dist/{Tabs → src/Tabs}/Tabs.d.ts +4 -4
- package/dist/src/Tabs/Tabs.stories.d.ts +5 -0
- package/dist/{Tabs → src/Tabs}/Tabs.test.d.ts +1 -1
- package/dist/src/Tabs/Tabs.types.d.ts +95 -0
- package/dist/{Tabs → src/Tabs}/index.d.ts +1 -1
- package/dist/{TextArea → src/TextArea}/TextArea.d.ts +7 -7
- package/dist/src/TextArea/TextArea.stories.d.ts +5 -0
- package/dist/{TextArea → src/TextArea}/TextArea.test.d.ts +1 -1
- package/dist/src/TextArea/TextArea.types.d.ts +105 -0
- package/dist/{TextArea → src/TextArea}/index.d.ts +1 -1
- package/dist/{TextField → src/TextField}/TextField.d.ts +7 -7
- package/dist/src/TextField/TextField.stories.d.ts +5 -0
- package/dist/{TextField → src/TextField}/TextField.test.d.ts +1 -1
- package/dist/src/TextField/TextField.types.d.ts +199 -0
- package/dist/{TextField → src/TextField}/index.d.ts +1 -1
- package/dist/{ToolbarButton → src/ToolbarButton}/ToolbarButton.d.ts +3 -3
- package/dist/src/ToolbarButton/ToolbarButton.stories.d.ts +5 -0
- package/dist/{ToolbarButton → src/ToolbarButton}/ToolbarButton.test.d.ts +1 -1
- package/dist/src/ToolbarButton/ToolbarButton.types.d.ts +124 -0
- package/dist/{ToolbarButton → src/ToolbarButton}/index.d.ts +1 -1
- package/dist/src/Tooltip/QTip.stories.d.ts +5 -0
- package/dist/{Tooltip → src/Tooltip}/QTip.types.d.ts +13 -13
- package/dist/src/Tooltip/QTipPerformance.stories.d.ts +5 -0
- package/dist/{Tooltip → src/Tooltip}/Qtip.d.ts +26 -26
- package/dist/{Tooltip → src/Tooltip}/Tooltip.d.ts +13 -13
- package/dist/src/Tooltip/Tooltip.stories.d.ts +5 -0
- package/dist/{Tooltip → src/Tooltip}/Tooltip.types.d.ts +22 -22
- package/dist/src/Tooltip/TooltipPerformance.stories.d.ts +5 -0
- package/dist/{Tooltip → src/Tooltip}/index.d.ts +2 -2
- package/dist/{Tooltip → src/Tooltip}/qTip.utilities.d.ts +3 -3
- package/dist/{index.d.ts → src/index.d.ts} +45 -45
- package/dist/src/setupTests.d.ts +1 -0
- package/dist/{types.d.ts → src/types.d.ts} +2 -2
- package/dist/{utils → src/utils}/browserId.d.ts +9 -9
- package/dist/{utils → src/utils}/svg.d.ts +15 -15
- package/dist/{utils → src/utils}/validateStyleDimension.d.ts +2 -2
- package/dist/{utils → src/utils}/validateStyleDimension.test.d.ts +1 -1
- package/dist/styles.css +98 -67
- package/package.json +21 -21
- package/dist/Accordion/Accordion.stories.d.ts +0 -6
- package/dist/Accordion/Accordion.types.d.ts +0 -20
- package/dist/Alert/Alert.stories.d.ts +0 -6
- package/dist/Alert/Alert.test.d.ts +0 -1
- package/dist/Alert/Alert.types.d.ts +0 -14
- package/dist/Button/Button.stories.d.ts +0 -9
- package/dist/Button/Button.types.d.ts +0 -53
- package/dist/ButtonGroup/ButtonGroup.stories.d.ts +0 -6
- package/dist/ButtonGroup/ButtonGroup.test.d.ts +0 -1
- package/dist/ButtonGroup/ButtonGroup.types.d.ts +0 -40
- package/dist/ButtonWithDropdown/ButtonWithDropdown.stories.d.ts +0 -6
- package/dist/ButtonWithDropdown/ButtonWithDropdown.types.d.ts +0 -90
- package/dist/ButtonWithPopover/ButtonWithPopover.stories.d.ts +0 -6
- package/dist/ButtonWithPopover/ButtonWithPopover.types.d.ts +0 -48
- package/dist/Carousel/Carousel.stories.d.ts +0 -6
- package/dist/Carousel/Carousel.types.d.ts +0 -24
- package/dist/Checkbox/Checkbox.stories.d.ts +0 -6
- package/dist/Checkbox/Checkbox.types.d.ts +0 -20
- package/dist/Collapse/Collapse.stories.d.ts +0 -6
- package/dist/Collapse/Collapse.types.d.ts +0 -5
- package/dist/Icon/Icon.stories.d.ts +0 -6
- package/dist/Icon/Icon.types.d.ts +0 -31
- package/dist/InputGroup/InputGroup.stories.d.ts +0 -6
- package/dist/InputGroup/InputGroup.test.d.ts +0 -1
- package/dist/InputGroup/InputGroup.types.d.ts +0 -36
- package/dist/Modal/Modal.types.d.ts +0 -48
- package/dist/ProgressBar/ProgressBar.stories.d.ts +0 -6
- package/dist/ProgressBar/ProgressBar.test.d.ts +0 -1
- package/dist/ProgressBar/ProgressBar.types.d.ts +0 -30
- package/dist/SeeqActionDropdown/SeeqActionDropdown.stories.d.ts +0 -6
- package/dist/SeeqActionDropdown/SeeqActionDropdown.types.d.ts +0 -58
- package/dist/Select/Select.stories.d.ts +0 -6
- package/dist/Select/Select.types.d.ts +0 -89
- package/dist/Slider/Slider.stories.d.ts +0 -6
- package/dist/Slider/Slider.test.d.ts +0 -1
- package/dist/Slider/Slider.types.d.ts +0 -17
- package/dist/SvgIcon/SvgIcon.stories.d.ts +0 -6
- package/dist/SvgIcon/SvgIcon.types.d.ts +0 -25
- package/dist/Tabs/Tabs.stories.d.ts +0 -6
- package/dist/Tabs/Tabs.types.d.ts +0 -21
- package/dist/TextArea/TextArea.stories.d.ts +0 -6
- package/dist/TextArea/TextArea.types.d.ts +0 -35
- package/dist/TextField/TextField.stories.d.ts +0 -6
- package/dist/TextField/TextField.types.d.ts +0 -40
- package/dist/ToolbarButton/ToolbarButton.stories.d.ts +0 -6
- package/dist/ToolbarButton/ToolbarButton.types.d.ts +0 -53
- package/dist/Tooltip/QTip.stories.d.ts +0 -6
- package/dist/Tooltip/QTipPerformance.stories.d.ts +0 -6
- package/dist/Tooltip/Tooltip.stories.d.ts +0 -6
- package/dist/Tooltip/TooltipPerformance.stories.d.ts +0 -6
package/dist/styles.css
CHANGED
|
@@ -1184,7 +1184,7 @@
|
|
|
1184
1184
|
content: "\f979" !important;
|
|
1185
1185
|
}
|
|
1186
1186
|
|
|
1187
|
-
/* ! tailwindcss v3.
|
|
1187
|
+
/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
|
|
1188
1188
|
|
|
1189
1189
|
/*
|
|
1190
1190
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
@@ -1211,16 +1211,21 @@
|
|
|
1211
1211
|
3. Use a more readable tab size.
|
|
1212
1212
|
4. Use the user's configured `sans` font-family by default.
|
|
1213
1213
|
5. Use the user's configured `sans` font-feature-settings by default.
|
|
1214
|
+
6. Use the user's configured `sans` font-variation-settings by default.
|
|
1215
|
+
7. Disable tap highlights on iOS
|
|
1214
1216
|
*/
|
|
1215
1217
|
|
|
1216
|
-
html
|
|
1218
|
+
html,
|
|
1219
|
+
:host {
|
|
1217
1220
|
line-height: 1.5; /* 1 */
|
|
1218
1221
|
-webkit-text-size-adjust: 100%; /* 2 */
|
|
1219
1222
|
-moz-tab-size: 4; /* 3 */
|
|
1220
1223
|
-o-tab-size: 4;
|
|
1221
1224
|
tab-size: 4; /* 3 */
|
|
1222
|
-
font-family: ui-sans-serif, system-ui,
|
|
1225
|
+
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
|
|
1223
1226
|
font-feature-settings: normal; /* 5 */
|
|
1227
|
+
font-variation-settings: normal; /* 6 */
|
|
1228
|
+
-webkit-tap-highlight-color: transparent; /* 7 */
|
|
1224
1229
|
}
|
|
1225
1230
|
|
|
1226
1231
|
/*
|
|
@@ -1287,8 +1292,10 @@ strong {
|
|
|
1287
1292
|
}
|
|
1288
1293
|
|
|
1289
1294
|
/*
|
|
1290
|
-
1. Use the user's configured `mono` font
|
|
1291
|
-
2.
|
|
1295
|
+
1. Use the user's configured `mono` font-family by default.
|
|
1296
|
+
2. Use the user's configured `mono` font-feature-settings by default.
|
|
1297
|
+
3. Use the user's configured `mono` font-variation-settings by default.
|
|
1298
|
+
4. Correct the odd `em` font sizing in all browsers.
|
|
1292
1299
|
*/
|
|
1293
1300
|
|
|
1294
1301
|
code,
|
|
@@ -1296,7 +1303,9 @@ kbd,
|
|
|
1296
1303
|
samp,
|
|
1297
1304
|
pre {
|
|
1298
1305
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
|
|
1299
|
-
font-
|
|
1306
|
+
font-feature-settings: normal; /* 2 */
|
|
1307
|
+
font-variation-settings: normal; /* 3 */
|
|
1308
|
+
font-size: 1em; /* 4 */
|
|
1300
1309
|
}
|
|
1301
1310
|
|
|
1302
1311
|
/*
|
|
@@ -1351,6 +1360,8 @@ optgroup,
|
|
|
1351
1360
|
select,
|
|
1352
1361
|
textarea {
|
|
1353
1362
|
font-family: inherit; /* 1 */
|
|
1363
|
+
font-feature-settings: inherit; /* 1 */
|
|
1364
|
+
font-variation-settings: inherit; /* 1 */
|
|
1354
1365
|
font-size: 100%; /* 1 */
|
|
1355
1366
|
font-weight: inherit; /* 1 */
|
|
1356
1367
|
line-height: inherit; /* 1 */
|
|
@@ -1488,6 +1499,14 @@ menu {
|
|
|
1488
1499
|
padding: 0;
|
|
1489
1500
|
}
|
|
1490
1501
|
|
|
1502
|
+
/*
|
|
1503
|
+
Reset default styling for dialogs.
|
|
1504
|
+
*/
|
|
1505
|
+
|
|
1506
|
+
dialog {
|
|
1507
|
+
padding: 0;
|
|
1508
|
+
}
|
|
1509
|
+
|
|
1491
1510
|
/*
|
|
1492
1511
|
Prevent resizing textareas horizontally by default.
|
|
1493
1512
|
*/
|
|
@@ -1673,6 +1692,9 @@ ol,
|
|
|
1673
1692
|
--tw-pan-y: ;
|
|
1674
1693
|
--tw-pinch-zoom: ;
|
|
1675
1694
|
--tw-scroll-snap-strictness: proximity;
|
|
1695
|
+
--tw-gradient-from-position: ;
|
|
1696
|
+
--tw-gradient-via-position: ;
|
|
1697
|
+
--tw-gradient-to-position: ;
|
|
1676
1698
|
--tw-ordinal: ;
|
|
1677
1699
|
--tw-slashed-zero: ;
|
|
1678
1700
|
--tw-numeric-figure: ;
|
|
@@ -1720,6 +1742,9 @@ ol,
|
|
|
1720
1742
|
--tw-pan-y: ;
|
|
1721
1743
|
--tw-pinch-zoom: ;
|
|
1722
1744
|
--tw-scroll-snap-strictness: proximity;
|
|
1745
|
+
--tw-gradient-from-position: ;
|
|
1746
|
+
--tw-gradient-via-position: ;
|
|
1747
|
+
--tw-gradient-to-position: ;
|
|
1723
1748
|
--tw-ordinal: ;
|
|
1724
1749
|
--tw-slashed-zero: ;
|
|
1725
1750
|
--tw-numeric-figure: ;
|
|
@@ -1856,10 +1881,7 @@ ol,
|
|
|
1856
1881
|
}
|
|
1857
1882
|
|
|
1858
1883
|
.tw-inset-0 {
|
|
1859
|
-
|
|
1860
|
-
right: 0px;
|
|
1861
|
-
bottom: 0px;
|
|
1862
|
-
left: 0px;
|
|
1884
|
+
inset: 0px;
|
|
1863
1885
|
}
|
|
1864
1886
|
|
|
1865
1887
|
.-tw-bottom-2 {
|
|
@@ -2219,6 +2241,10 @@ ol,
|
|
|
2219
2241
|
width: 100%;
|
|
2220
2242
|
}
|
|
2221
2243
|
|
|
2244
|
+
.tw-min-w-6 {
|
|
2245
|
+
min-width: 1.5rem;
|
|
2246
|
+
}
|
|
2247
|
+
|
|
2222
2248
|
.tw-min-w-\[100px\] {
|
|
2223
2249
|
min-width: 100px;
|
|
2224
2250
|
}
|
|
@@ -3773,286 +3799,291 @@ ol,
|
|
|
3773
3799
|
color: rgb(var(--sq-disabled-gray));
|
|
3774
3800
|
}
|
|
3775
3801
|
|
|
3776
|
-
.tw-dark .dark\:tw-border-gray-500 {
|
|
3802
|
+
:is(.tw-dark .dark\:tw-border-gray-500) {
|
|
3777
3803
|
--tw-border-opacity: 1;
|
|
3778
3804
|
border-color: rgb(107 114 128 / var(--tw-border-opacity));
|
|
3779
3805
|
}
|
|
3780
3806
|
|
|
3781
|
-
.tw-dark .dark\:tw-border-gray-700 {
|
|
3807
|
+
:is(.tw-dark .dark\:tw-border-gray-700) {
|
|
3782
3808
|
--tw-border-opacity: 1;
|
|
3783
3809
|
border-color: rgb(55 65 81 / var(--tw-border-opacity));
|
|
3784
3810
|
}
|
|
3785
3811
|
|
|
3786
|
-
.tw-dark .dark\:tw-border-sq-color-dark {
|
|
3812
|
+
:is(.tw-dark .dark\:tw-border-sq-color-dark) {
|
|
3787
3813
|
--tw-border-opacity: 1;
|
|
3788
3814
|
border-color: rgb(var(--sq-color-dark));
|
|
3789
3815
|
}
|
|
3790
3816
|
|
|
3791
|
-
.tw-dark .dark\:tw-border-sq-dark-background {
|
|
3817
|
+
:is(.tw-dark .dark\:tw-border-sq-dark-background) {
|
|
3792
3818
|
--tw-border-opacity: 1;
|
|
3793
3819
|
border-color: rgb(var(--sq-dark-background));
|
|
3794
3820
|
}
|
|
3795
3821
|
|
|
3796
|
-
.tw-dark .dark\:tw-border-sq-dark-disabled-gray {
|
|
3822
|
+
:is(.tw-dark .dark\:tw-border-sq-dark-disabled-gray) {
|
|
3797
3823
|
--tw-border-opacity: 1;
|
|
3798
3824
|
border-color: rgb(var(--sq-dark-disabled-gray));
|
|
3799
3825
|
}
|
|
3800
3826
|
|
|
3801
|
-
.tw-dark .dark\:tw-border-sq-dark-text {
|
|
3827
|
+
:is(.tw-dark .dark\:tw-border-sq-dark-text) {
|
|
3802
3828
|
--tw-border-opacity: 1;
|
|
3803
3829
|
border-color: rgb(var(--sq-dark-text));
|
|
3804
3830
|
}
|
|
3805
3831
|
|
|
3806
|
-
.tw-dark .dark\:tw-border-sq-icon-dark {
|
|
3832
|
+
:is(.tw-dark .dark\:tw-border-sq-icon-dark) {
|
|
3807
3833
|
--tw-border-opacity: 1;
|
|
3808
3834
|
border-color: rgb(var(--sq-icon-dark));
|
|
3809
3835
|
}
|
|
3810
3836
|
|
|
3811
|
-
.tw-dark .dark\:tw-border-b-sq-color-dark {
|
|
3837
|
+
:is(.tw-dark .dark\:tw-border-b-sq-color-dark) {
|
|
3812
3838
|
--tw-border-opacity: 1;
|
|
3813
3839
|
border-bottom-color: rgb(var(--sq-color-dark));
|
|
3814
3840
|
}
|
|
3815
3841
|
|
|
3816
|
-
.tw-dark .dark\:\!tw-bg-sq-multi-gray-dark {
|
|
3842
|
+
:is(.tw-dark .dark\:\!tw-bg-sq-multi-gray-dark) {
|
|
3817
3843
|
--tw-bg-opacity: 1 !important;
|
|
3818
3844
|
background-color: rgb(var(--sq-multi-gray-dark)) !important;
|
|
3819
3845
|
}
|
|
3820
3846
|
|
|
3821
|
-
.tw-dark .dark\:tw-bg-gray-500 {
|
|
3847
|
+
:is(.tw-dark .dark\:tw-bg-gray-500) {
|
|
3822
3848
|
--tw-bg-opacity: 1;
|
|
3823
3849
|
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
|
|
3824
3850
|
}
|
|
3825
3851
|
|
|
3826
|
-
.tw-dark .dark\:tw-bg-gray-700 {
|
|
3852
|
+
:is(.tw-dark .dark\:tw-bg-gray-700) {
|
|
3827
3853
|
--tw-bg-opacity: 1;
|
|
3828
3854
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
|
|
3829
3855
|
}
|
|
3830
3856
|
|
|
3831
|
-
.tw-dark .dark\:tw-bg-sq-color-dark {
|
|
3857
|
+
:is(.tw-dark .dark\:tw-bg-sq-color-dark) {
|
|
3832
3858
|
--tw-bg-opacity: 1;
|
|
3833
3859
|
background-color: rgb(var(--sq-color-dark));
|
|
3834
3860
|
}
|
|
3835
3861
|
|
|
3836
|
-
.tw-dark .dark\:tw-bg-sq-color-highlight {
|
|
3862
|
+
:is(.tw-dark .dark\:tw-bg-sq-color-highlight) {
|
|
3837
3863
|
--tw-bg-opacity: 1;
|
|
3838
3864
|
background-color: rgb(var(--sq-color-highlight));
|
|
3839
3865
|
}
|
|
3840
3866
|
|
|
3841
|
-
.tw-dark .dark\:tw-bg-sq-colored-hover-dark {
|
|
3867
|
+
:is(.tw-dark .dark\:tw-bg-sq-colored-hover-dark) {
|
|
3842
3868
|
--tw-bg-opacity: 1;
|
|
3843
3869
|
background-color: rgb(var(--sq-colored-hover-dark));
|
|
3844
3870
|
}
|
|
3845
3871
|
|
|
3846
|
-
.tw-dark .dark\:tw-bg-sq-dark-background {
|
|
3872
|
+
:is(.tw-dark .dark\:tw-bg-sq-dark-background) {
|
|
3847
3873
|
--tw-bg-opacity: 1;
|
|
3848
3874
|
background-color: rgb(var(--sq-dark-background));
|
|
3849
3875
|
}
|
|
3850
3876
|
|
|
3851
|
-
.tw-dark .dark\:tw-bg-sq-dark-disabled-gray {
|
|
3877
|
+
:is(.tw-dark .dark\:tw-bg-sq-dark-disabled-gray) {
|
|
3852
3878
|
--tw-bg-opacity: 1;
|
|
3853
3879
|
background-color: rgb(var(--sq-dark-disabled-gray));
|
|
3854
3880
|
}
|
|
3855
3881
|
|
|
3856
|
-
.tw-dark .dark\:tw-bg-sq-icon-dark {
|
|
3882
|
+
:is(.tw-dark .dark\:tw-bg-sq-icon-dark) {
|
|
3857
3883
|
--tw-bg-opacity: 1;
|
|
3858
3884
|
background-color: rgb(var(--sq-icon-dark));
|
|
3859
3885
|
}
|
|
3860
3886
|
|
|
3861
|
-
.tw-dark .dark\:tw-bg-sq-multi-gray-dark {
|
|
3887
|
+
:is(.tw-dark .dark\:tw-bg-sq-multi-gray-dark) {
|
|
3862
3888
|
--tw-bg-opacity: 1;
|
|
3863
3889
|
background-color: rgb(var(--sq-multi-gray-dark));
|
|
3864
3890
|
}
|
|
3865
3891
|
|
|
3866
|
-
.tw-dark .dark\:tw-bg-
|
|
3892
|
+
:is(.tw-dark .dark\:tw-bg-sq-worksheetspanel-gray-dark) {
|
|
3893
|
+
--tw-bg-opacity: 1;
|
|
3894
|
+
background-color: rgb(var(--sq-worksheetspanel-gray-dark));
|
|
3895
|
+
}
|
|
3896
|
+
|
|
3897
|
+
:is(.tw-dark .dark\:tw-bg-transparent) {
|
|
3867
3898
|
background-color: transparent;
|
|
3868
3899
|
}
|
|
3869
3900
|
|
|
3870
|
-
.tw-dark .dark\:tw-text-sq-color-dark-dark {
|
|
3901
|
+
:is(.tw-dark .dark\:tw-text-sq-color-dark-dark) {
|
|
3871
3902
|
--tw-text-opacity: 1;
|
|
3872
3903
|
color: rgb(var(--sq-color-dark-dark));
|
|
3873
3904
|
}
|
|
3874
3905
|
|
|
3875
|
-
.tw-dark .dark\:tw-text-sq-dark-disabled-gray {
|
|
3906
|
+
:is(.tw-dark .dark\:tw-text-sq-dark-disabled-gray) {
|
|
3876
3907
|
--tw-text-opacity: 1;
|
|
3877
3908
|
color: rgb(var(--sq-dark-disabled-gray));
|
|
3878
3909
|
}
|
|
3879
3910
|
|
|
3880
|
-
.tw-dark .dark\:tw-text-sq-dark-text {
|
|
3911
|
+
:is(.tw-dark .dark\:tw-text-sq-dark-text) {
|
|
3881
3912
|
--tw-text-opacity: 1;
|
|
3882
3913
|
color: rgb(var(--sq-dark-text));
|
|
3883
3914
|
}
|
|
3884
3915
|
|
|
3885
|
-
.tw-dark .dark\:tw-text-sq-dark-text-lighter {
|
|
3916
|
+
:is(.tw-dark .dark\:tw-text-sq-dark-text-lighter) {
|
|
3886
3917
|
--tw-text-opacity: 1;
|
|
3887
3918
|
color: rgba(var(--sq-dark-text), 0.3);
|
|
3888
3919
|
}
|
|
3889
3920
|
|
|
3890
|
-
.tw-dark .dark\:tw-text-sq-fairly-dark-gray {
|
|
3921
|
+
:is(.tw-dark .dark\:tw-text-sq-fairly-dark-gray) {
|
|
3891
3922
|
--tw-text-opacity: 1;
|
|
3892
3923
|
color: rgb(var(--sq-fairly-dark-gray));
|
|
3893
3924
|
}
|
|
3894
3925
|
|
|
3895
|
-
.tw-dark .dark\:tw-text-sq-link-dark {
|
|
3926
|
+
:is(.tw-dark .dark\:tw-text-sq-link-dark) {
|
|
3896
3927
|
--tw-text-opacity: 1;
|
|
3897
3928
|
color: rgb(var(--sq-link-dark));
|
|
3898
3929
|
}
|
|
3899
3930
|
|
|
3900
|
-
.tw-dark .dark\:tw-text-sq-text-color {
|
|
3931
|
+
:is(.tw-dark .dark\:tw-text-sq-text-color) {
|
|
3901
3932
|
--tw-text-opacity: 1;
|
|
3902
3933
|
color: rgb(var(--sq-text-color));
|
|
3903
3934
|
}
|
|
3904
3935
|
|
|
3905
|
-
.tw-dark .dark\:tw-text-sq-white {
|
|
3936
|
+
:is(.tw-dark .dark\:tw-text-sq-white) {
|
|
3906
3937
|
--tw-text-opacity: 1;
|
|
3907
3938
|
color: rgb(var(--sq-white));
|
|
3908
3939
|
}
|
|
3909
3940
|
|
|
3910
|
-
.tw-dark .dark\:tw-text-white {
|
|
3941
|
+
:is(.tw-dark .dark\:tw-text-white) {
|
|
3911
3942
|
--tw-text-opacity: 1;
|
|
3912
3943
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
3913
3944
|
}
|
|
3914
3945
|
|
|
3915
|
-
.tw-dark .dark\:tw-placeholder-sq-dark-text-lighter::-moz-placeholder {
|
|
3946
|
+
:is(.tw-dark .dark\:tw-placeholder-sq-dark-text-lighter)::-moz-placeholder {
|
|
3916
3947
|
--tw-placeholder-opacity: 1;
|
|
3917
3948
|
color: rgba(var(--sq-dark-text), 0.3);
|
|
3918
3949
|
}
|
|
3919
3950
|
|
|
3920
|
-
.tw-dark .dark\:tw-placeholder-sq-dark-text-lighter::placeholder {
|
|
3951
|
+
:is(.tw-dark .dark\:tw-placeholder-sq-dark-text-lighter)::placeholder {
|
|
3921
3952
|
--tw-placeholder-opacity: 1;
|
|
3922
3953
|
color: rgba(var(--sq-dark-text), 0.3);
|
|
3923
3954
|
}
|
|
3924
3955
|
|
|
3925
|
-
.tw-dark .dark\:hover\:tw-border-sq-color-dark-dark:hover {
|
|
3956
|
+
:is(.tw-dark .dark\:hover\:tw-border-sq-color-dark-dark:hover) {
|
|
3926
3957
|
--tw-border-opacity: 1;
|
|
3927
3958
|
border-color: rgb(var(--sq-color-dark-dark));
|
|
3928
3959
|
}
|
|
3929
3960
|
|
|
3930
|
-
.tw-dark .dark\:hover\:tw-border-sq-color-highlight:hover {
|
|
3961
|
+
:is(.tw-dark .dark\:hover\:tw-border-sq-color-highlight:hover) {
|
|
3931
3962
|
--tw-border-opacity: 1;
|
|
3932
3963
|
border-color: rgb(var(--sq-color-highlight));
|
|
3933
3964
|
}
|
|
3934
3965
|
|
|
3935
|
-
.tw-dark .dark\:hover\:tw-border-sq-dark-disabled-gray:hover {
|
|
3966
|
+
:is(.tw-dark .dark\:hover\:tw-border-sq-dark-disabled-gray:hover) {
|
|
3936
3967
|
--tw-border-opacity: 1;
|
|
3937
3968
|
border-color: rgb(var(--sq-dark-disabled-gray));
|
|
3938
3969
|
}
|
|
3939
3970
|
|
|
3940
|
-
.tw-dark .dark\:hover\:tw-border-sq-link-dark:hover {
|
|
3971
|
+
:is(.tw-dark .dark\:hover\:tw-border-sq-link-dark:hover) {
|
|
3941
3972
|
--tw-border-opacity: 1;
|
|
3942
3973
|
border-color: rgb(var(--sq-link-dark));
|
|
3943
3974
|
}
|
|
3944
3975
|
|
|
3945
|
-
.tw-dark .dark\:hover\:tw-bg-sq-color-highlight:hover {
|
|
3976
|
+
:is(.tw-dark .dark\:hover\:tw-bg-sq-color-highlight:hover) {
|
|
3946
3977
|
--tw-bg-opacity: 1;
|
|
3947
3978
|
background-color: rgb(var(--sq-color-highlight));
|
|
3948
3979
|
}
|
|
3949
3980
|
|
|
3950
|
-
.tw-dark .dark\:hover\:tw-bg-sq-dark-background:hover {
|
|
3981
|
+
:is(.tw-dark .dark\:hover\:tw-bg-sq-dark-background:hover) {
|
|
3951
3982
|
--tw-bg-opacity: 1;
|
|
3952
3983
|
background-color: rgb(var(--sq-dark-background));
|
|
3953
3984
|
}
|
|
3954
3985
|
|
|
3955
|
-
.tw-dark .dark\:hover\:tw-bg-sq-field-disabled-gray:hover {
|
|
3986
|
+
:is(.tw-dark .dark\:hover\:tw-bg-sq-field-disabled-gray:hover) {
|
|
3956
3987
|
--tw-bg-opacity: 1;
|
|
3957
3988
|
background-color: rgba(var(--sq-field-disabled-gray), 0.3);
|
|
3958
3989
|
}
|
|
3959
3990
|
|
|
3960
|
-
.tw-dark .dark\:hover\:tw-bg-sq-gray-highlight-dark:hover {
|
|
3991
|
+
:is(.tw-dark .dark\:hover\:tw-bg-sq-gray-highlight-dark:hover) {
|
|
3961
3992
|
--tw-bg-opacity: 1;
|
|
3962
3993
|
background-color: rgb(var(--sq-gray-highlight-dark));
|
|
3963
3994
|
}
|
|
3964
3995
|
|
|
3965
|
-
.tw-dark .dark\:hover\:tw-bg-sq-highlight-color-dark:hover {
|
|
3996
|
+
:is(.tw-dark .dark\:hover\:tw-bg-sq-highlight-color-dark:hover) {
|
|
3966
3997
|
--tw-bg-opacity: 1;
|
|
3967
3998
|
background-color: rgb(var(--sq-highlight-color-dark));
|
|
3968
3999
|
}
|
|
3969
4000
|
|
|
3970
|
-
.tw-dark .dark\:hover\:tw-bg-sq-link-dark:hover {
|
|
4001
|
+
:is(.tw-dark .dark\:hover\:tw-bg-sq-link-dark:hover) {
|
|
3971
4002
|
--tw-bg-opacity: 1;
|
|
3972
4003
|
background-color: rgb(var(--sq-link-dark));
|
|
3973
4004
|
}
|
|
3974
4005
|
|
|
3975
|
-
.tw-dark .hover\:dark\:tw-bg-gray-700:hover {
|
|
4006
|
+
:is(.tw-dark .hover\:dark\:tw-bg-gray-700):hover {
|
|
3976
4007
|
--tw-bg-opacity: 1;
|
|
3977
4008
|
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
|
|
3978
4009
|
}
|
|
3979
4010
|
|
|
3980
|
-
.tw-dark .dark\:hover\:tw-text-sq-color-dark-dark:hover {
|
|
4011
|
+
:is(.tw-dark .dark\:hover\:tw-text-sq-color-dark-dark:hover) {
|
|
3981
4012
|
--tw-text-opacity: 1;
|
|
3982
4013
|
color: rgb(var(--sq-color-dark-dark));
|
|
3983
4014
|
}
|
|
3984
4015
|
|
|
3985
|
-
.tw-dark .dark\:focus\:tw-border-sq-color-dark:focus {
|
|
4016
|
+
:is(.tw-dark .dark\:focus\:tw-border-sq-color-dark:focus) {
|
|
3986
4017
|
--tw-border-opacity: 1;
|
|
3987
4018
|
border-color: rgb(var(--sq-color-dark));
|
|
3988
4019
|
}
|
|
3989
4020
|
|
|
3990
|
-
.tw-dark .dark\:focus\:tw-border-sq-color-dark-dark:focus {
|
|
4021
|
+
:is(.tw-dark .dark\:focus\:tw-border-sq-color-dark-dark:focus) {
|
|
3991
4022
|
--tw-border-opacity: 1;
|
|
3992
4023
|
border-color: rgb(var(--sq-color-dark-dark));
|
|
3993
4024
|
}
|
|
3994
4025
|
|
|
3995
|
-
.tw-dark .dark\:focus\:tw-bg-sq-multi-gray-dark:focus {
|
|
4026
|
+
:is(.tw-dark .dark\:focus\:tw-bg-sq-multi-gray-dark:focus) {
|
|
3996
4027
|
--tw-bg-opacity: 1;
|
|
3997
4028
|
background-color: rgb(var(--sq-multi-gray-dark));
|
|
3998
4029
|
}
|
|
3999
4030
|
|
|
4000
|
-
.tw-dark .dark\:focus\:tw-text-sq-color-dark-dark:focus {
|
|
4031
|
+
:is(.tw-dark .dark\:focus\:tw-text-sq-color-dark-dark:focus) {
|
|
4001
4032
|
--tw-text-opacity: 1;
|
|
4002
4033
|
color: rgb(var(--sq-color-dark-dark));
|
|
4003
4034
|
}
|
|
4004
4035
|
|
|
4005
|
-
.tw-dark .dark\:checked\:focus\:tw-bg-sq-dark-background:focus:checked {
|
|
4036
|
+
:is(.tw-dark .dark\:checked\:focus\:tw-bg-sq-dark-background:focus:checked) {
|
|
4006
4037
|
--tw-bg-opacity: 1;
|
|
4007
4038
|
background-color: rgb(var(--sq-dark-background));
|
|
4008
4039
|
}
|
|
4009
4040
|
|
|
4010
|
-
.tw-dark .dark\:active\:tw-border-sq-color-dark:active {
|
|
4041
|
+
:is(.tw-dark .dark\:active\:tw-border-sq-color-dark:active) {
|
|
4011
4042
|
--tw-border-opacity: 1;
|
|
4012
4043
|
border-color: rgb(var(--sq-color-dark));
|
|
4013
4044
|
}
|
|
4014
4045
|
|
|
4015
|
-
.tw-dark .dark\:active\:tw-border-sq-color-dark-dark:active {
|
|
4046
|
+
:is(.tw-dark .dark\:active\:tw-border-sq-color-dark-dark:active) {
|
|
4016
4047
|
--tw-border-opacity: 1;
|
|
4017
4048
|
border-color: rgb(var(--sq-color-dark-dark));
|
|
4018
4049
|
}
|
|
4019
4050
|
|
|
4020
|
-
.tw-dark .dark\:active\:tw-bg-sq-dark-disabled-gray:active {
|
|
4051
|
+
:is(.tw-dark .dark\:active\:tw-bg-sq-dark-disabled-gray:active) {
|
|
4021
4052
|
--tw-bg-opacity: 1;
|
|
4022
4053
|
background-color: rgb(var(--sq-dark-disabled-gray));
|
|
4023
4054
|
}
|
|
4024
4055
|
|
|
4025
|
-
.tw-dark .dark\:active\:tw-bg-sq-field-disabled-gray:active {
|
|
4056
|
+
:is(.tw-dark .dark\:active\:tw-bg-sq-field-disabled-gray:active) {
|
|
4026
4057
|
--tw-bg-opacity: 1;
|
|
4027
4058
|
background-color: rgba(var(--sq-field-disabled-gray), 0.3);
|
|
4028
4059
|
}
|
|
4029
4060
|
|
|
4030
|
-
.tw-dark .dark\:active\:tw-bg-sq-multi-gray-dark:active {
|
|
4061
|
+
:is(.tw-dark .dark\:active\:tw-bg-sq-multi-gray-dark:active) {
|
|
4031
4062
|
--tw-bg-opacity: 1;
|
|
4032
4063
|
background-color: rgb(var(--sq-multi-gray-dark));
|
|
4033
4064
|
}
|
|
4034
4065
|
|
|
4035
|
-
.tw-dark .dark\:active\:tw-text-sq-color-dark-dark:active {
|
|
4066
|
+
:is(.tw-dark .dark\:active\:tw-text-sq-color-dark-dark:active) {
|
|
4036
4067
|
--tw-text-opacity: 1;
|
|
4037
4068
|
color: rgb(var(--sq-color-dark-dark));
|
|
4038
4069
|
}
|
|
4039
4070
|
|
|
4040
|
-
.tw-dark .dark\:disabled\:tw-border-sq-fairly-dark-gray:disabled {
|
|
4071
|
+
:is(.tw-dark .dark\:disabled\:tw-border-sq-fairly-dark-gray:disabled) {
|
|
4041
4072
|
--tw-border-opacity: 1;
|
|
4042
4073
|
border-color: rgb(var(--sq-fairly-dark-gray));
|
|
4043
4074
|
}
|
|
4044
4075
|
|
|
4045
|
-
.tw-dark .disabled\:dark\:tw-bg-sq-dark-disabled-gray:disabled {
|
|
4076
|
+
:is(.tw-dark .disabled\:dark\:tw-bg-sq-dark-disabled-gray):disabled {
|
|
4046
4077
|
--tw-bg-opacity: 1;
|
|
4047
4078
|
background-color: rgb(var(--sq-dark-disabled-gray));
|
|
4048
4079
|
}
|
|
4049
4080
|
|
|
4050
|
-
.tw-dark .disabled\:dark\:tw-text-sq-dark-text-lighter:disabled {
|
|
4081
|
+
:is(.tw-dark .disabled\:dark\:tw-text-sq-dark-text-lighter):disabled {
|
|
4051
4082
|
--tw-text-opacity: 1;
|
|
4052
4083
|
color: rgba(var(--sq-dark-text), 0.3);
|
|
4053
4084
|
}
|
|
4054
4085
|
|
|
4055
|
-
.tw-dark .dark\:aria-disabled\:tw-bg-sq-dark-disabled-gray[aria-disabled="true"] {
|
|
4086
|
+
:is(.tw-dark .dark\:aria-disabled\:tw-bg-sq-dark-disabled-gray[aria-disabled="true"]) {
|
|
4056
4087
|
--tw-bg-opacity: 1;
|
|
4057
4088
|
background-color: rgb(var(--sq-dark-disabled-gray));
|
|
4058
4089
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seeqdev/qomponents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.159-patch-package-alternative",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"types": "dist/index.js",
|
|
@@ -35,43 +35,44 @@
|
|
|
35
35
|
"react-dom": ">=19.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@ladle/react": "
|
|
38
|
+
"@ladle/react": "5.0.3",
|
|
39
39
|
"@react-types/shared": "3.30.0",
|
|
40
|
-
"@rollup/plugin-commonjs": "
|
|
41
|
-
"@rollup/plugin-node-resolve": "
|
|
40
|
+
"@rollup/plugin-commonjs": "26.0.0",
|
|
41
|
+
"@rollup/plugin-node-resolve": "16.0.0",
|
|
42
42
|
"@tailwindcss/forms": "0.5.3",
|
|
43
|
-
"@testing-library/jest-dom": "
|
|
43
|
+
"@testing-library/jest-dom": "6.4.2",
|
|
44
44
|
"@testing-library/react": "16.3.0",
|
|
45
|
-
"@testing-library/user-event": "14.
|
|
45
|
+
"@testing-library/user-event": "14.5.2",
|
|
46
46
|
"@types/dompurify": "^3.0.2",
|
|
47
|
-
"@types/jest": "29.
|
|
47
|
+
"@types/jest": "29.5.12",
|
|
48
48
|
"@types/react": "19.1.8",
|
|
49
49
|
"@types/react-dom": "19.1.6",
|
|
50
50
|
"@types/tinycolor2": "1.4.2",
|
|
51
|
-
"autoprefixer": "10.4.
|
|
51
|
+
"autoprefixer": "10.4.17",
|
|
52
52
|
"color": "4.2.3",
|
|
53
53
|
"identity-obj-proxy": "3.0.0",
|
|
54
|
-
"jest": "29.
|
|
55
|
-
"jest-cli": "29.
|
|
56
|
-
"jest-environment-jsdom": "29.
|
|
57
|
-
"jest-junit": "
|
|
54
|
+
"jest": "29.7.0",
|
|
55
|
+
"jest-cli": "29.7.0",
|
|
56
|
+
"jest-environment-jsdom": "29.7.0",
|
|
57
|
+
"jest-junit": "16.0.0",
|
|
58
58
|
"jest-silent-reporter": "0.5.0",
|
|
59
|
-
"
|
|
59
|
+
"patch-package": "8.0.0",
|
|
60
|
+
"postcss-import": "16.0.0",
|
|
60
61
|
"react": "19.1.0",
|
|
61
62
|
"react-dom": "19.1.0",
|
|
62
|
-
"rollup": "
|
|
63
|
+
"rollup": "4.22.4",
|
|
63
64
|
"rollup-plugin-copy": "3.4.0",
|
|
64
65
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
65
66
|
"rollup-plugin-postcss": "4.0.2",
|
|
66
67
|
"rollup-plugin-typescript2": "0.34.1",
|
|
67
|
-
"tailwindcss": "3.
|
|
68
|
-
"ts-jest": "29.
|
|
69
|
-
"ts-node": "10.9.
|
|
70
|
-
"typescript": "
|
|
68
|
+
"tailwindcss": "3.4.1",
|
|
69
|
+
"ts-jest": "29.1.2",
|
|
70
|
+
"ts-node": "10.9.2",
|
|
71
|
+
"typescript": "5.3.3",
|
|
71
72
|
"typescript-strict-plugin": "2.1.0"
|
|
72
73
|
},
|
|
73
74
|
"dependencies": {
|
|
74
|
-
"@floating-ui/dom": "1.
|
|
75
|
+
"@floating-ui/dom": "1.6.3",
|
|
75
76
|
"@radix-ui/react-accordion": "1.2.3",
|
|
76
77
|
"@radix-ui/react-dialog": "1.1.6",
|
|
77
78
|
"@radix-ui/react-dropdown-menu": "2.1.6",
|
|
@@ -82,8 +83,7 @@
|
|
|
82
83
|
"dompurify": "3.2.3",
|
|
83
84
|
"framer-motion": "12.17.0",
|
|
84
85
|
"motion": "12.17.0",
|
|
85
|
-
"
|
|
86
|
-
"postcss": "8.4.21",
|
|
86
|
+
"postcss": "8.4.35",
|
|
87
87
|
"react-select": "5.10.1",
|
|
88
88
|
"rooks": "8.0.1",
|
|
89
89
|
"tinycolor2": "1.6.0"
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface AccordionProps {
|
|
3
|
-
extraClassNames?: string;
|
|
4
|
-
defaultValue?: string;
|
|
5
|
-
value: string;
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
accordionItems: AccordionItem[];
|
|
8
|
-
testId?: string;
|
|
9
|
-
onItemSelect: (key: string) => void;
|
|
10
|
-
}
|
|
11
|
-
interface AccordionItem {
|
|
12
|
-
value: string;
|
|
13
|
-
trigger: React.ReactNode;
|
|
14
|
-
content: React.ReactNode;
|
|
15
|
-
itemTestId?: string;
|
|
16
|
-
id?: string;
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
contentClassNames?: string;
|
|
19
|
-
}
|
|
20
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@testing-library/jest-dom/extend-expect';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { TooltipComponentProps } from '../Tooltip/Tooltip.types';
|
|
3
|
-
interface Props {
|
|
4
|
-
children: React.ReactNode;
|
|
5
|
-
dismissible?: boolean;
|
|
6
|
-
onClose?: () => void;
|
|
7
|
-
show?: boolean;
|
|
8
|
-
variant: 'danger' | 'theme' | 'warning' | 'gray';
|
|
9
|
-
testId?: string;
|
|
10
|
-
id?: string;
|
|
11
|
-
extraClassNames?: string;
|
|
12
|
-
}
|
|
13
|
-
export type AlertProps = Props & TooltipComponentProps;
|
|
14
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
};
|
|
5
|
-
export default _default;
|
|
6
|
-
export declare const AllButtonVariants: () => React.JSX.Element;
|
|
7
|
-
export declare const ButtonWithTooltip: () => React.JSX.Element;
|
|
8
|
-
export declare const ButtonWithIcon: () => React.JSX.Element;
|
|
9
|
-
export declare const DisabledButton: () => React.JSX.Element;
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { TooltipProps } from '../Tooltip/Tooltip.types';
|
|
2
|
-
import { IconType } from '../Icon/Icon.types';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
export declare const buttonTypes: readonly ["button", "reset", "submit", "link"];
|
|
5
|
-
export declare const buttonSizes: readonly ["sm", "lg"];
|
|
6
|
-
export declare const buttonVariants: readonly ["outline", "theme", "theme-light", "warning", "danger", "no-border"];
|
|
7
|
-
export declare const iconPositions: string[];
|
|
8
|
-
export type ButtonType = typeof buttonTypes[number];
|
|
9
|
-
export type ButtonSize = typeof buttonSizes[number];
|
|
10
|
-
export type ButtonVariant = typeof buttonVariants[number];
|
|
11
|
-
export type IconPosition = typeof iconPositions[number];
|
|
12
|
-
export interface ButtonProps {
|
|
13
|
-
/** function to call when clicking the button (takes no parameters) */
|
|
14
|
-
onClick?: (e: React.MouseEvent) => void;
|
|
15
|
-
/** label translation key on the button (i.e. SUBMIT) */
|
|
16
|
-
label?: string | React.JSX.Element | React.ReactNode;
|
|
17
|
-
variant?: ButtonVariant;
|
|
18
|
-
/** type of button (i.e button/submit/reset, default is button) */
|
|
19
|
-
type?: ButtonType;
|
|
20
|
-
/** size of the button (i.e. sm/lg, default is normal) */
|
|
21
|
-
size?: ButtonSize;
|
|
22
|
-
/** true if button should be disabled */
|
|
23
|
-
disabled?: boolean;
|
|
24
|
-
/** extra class names to be placed on the Icon component */
|
|
25
|
-
extraClassNames?: string;
|
|
26
|
-
/** icon class to be used if an icon should go before the text (i.e. fc-zoom) */
|
|
27
|
-
icon?: string;
|
|
28
|
-
/** icon color option (text, white, theme, color; default is "text") */
|
|
29
|
-
iconStyle?: IconType;
|
|
30
|
-
/** color of the icon if it is custom (required if iconStyle is "color") */
|
|
31
|
-
iconColor?: string;
|
|
32
|
-
/** where the icon should be positioned relative to the provided text (left or right; default is left) */
|
|
33
|
-
iconPosition?: IconPosition;
|
|
34
|
-
/** normally we want for Icon to prefix FontAwesome icons with the fa-sharp fa-regular prefix however there are a
|
|
35
|
-
* select few icons that are not pulled from that set. For those we need to pass specific prefixes instead.*/
|
|
36
|
-
iconPrefix?: string;
|
|
37
|
-
/** id to place on the button element */
|
|
38
|
-
id?: string;
|
|
39
|
-
/** id that will be used in the data-testid attribute on the button element */
|
|
40
|
-
testId?: string;
|
|
41
|
-
/** if false, will not stopPropagation onClick **/
|
|
42
|
-
stopPropagation?: boolean;
|
|
43
|
-
/** a tooltip for the button */
|
|
44
|
-
tooltip?: string;
|
|
45
|
-
/** true if the provided tooltip text should be rendered as HTML */
|
|
46
|
-
isHtmlTooltip?: boolean;
|
|
47
|
-
/** optional testId applied to the tooltip - useful for testing */
|
|
48
|
-
tooltipTestId?: string;
|
|
49
|
-
/** options for the tooltip */
|
|
50
|
-
tooltipOptions?: Omit<TooltipProps, 'text'>;
|
|
51
|
-
/** if provided, determines whether to prevent the blur event from occurring onMouseDown*/
|
|
52
|
-
preventBlur?: boolean;
|
|
53
|
-
}
|