@helpwave/hightide 0.1.23 → 0.1.25
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/components/date/DatePicker.js +48 -53
- package/dist/components/date/DatePicker.js.map +1 -1
- package/dist/components/date/DatePicker.mjs +58 -63
- package/dist/components/date/DatePicker.mjs.map +1 -1
- package/dist/components/date/DayPicker.js.map +1 -1
- package/dist/components/date/DayPicker.mjs +4 -4
- package/dist/components/date/DayPicker.mjs.map +1 -1
- package/dist/components/date/TimeDisplay.js.map +1 -1
- package/dist/components/date/TimeDisplay.mjs +2 -2
- package/dist/components/date/TimeDisplay.mjs.map +1 -1
- package/dist/components/date/YearMonthPicker.js +26 -29
- package/dist/components/date/YearMonthPicker.js.map +1 -1
- package/dist/components/date/YearMonthPicker.mjs +31 -34
- package/dist/components/date/YearMonthPicker.mjs.map +1 -1
- package/dist/components/dialogs/ConfirmDialog.js +40 -43
- package/dist/components/dialogs/ConfirmDialog.js.map +1 -1
- package/dist/components/dialogs/ConfirmDialog.mjs +48 -51
- package/dist/components/dialogs/ConfirmDialog.mjs.map +1 -1
- package/dist/components/layout-and-navigation/Carousel.js +40 -43
- package/dist/components/layout-and-navigation/Carousel.js.map +1 -1
- package/dist/components/layout-and-navigation/Carousel.mjs +40 -43
- package/dist/components/layout-and-navigation/Carousel.mjs.map +1 -1
- package/dist/components/layout-and-navigation/Overlay.js +40 -43
- package/dist/components/layout-and-navigation/Overlay.js.map +1 -1
- package/dist/components/layout-and-navigation/Overlay.mjs +46 -49
- package/dist/components/layout-and-navigation/Overlay.mjs.map +1 -1
- package/dist/components/layout-and-navigation/Pagination.js +40 -43
- package/dist/components/layout-and-navigation/Pagination.js.map +1 -1
- package/dist/components/layout-and-navigation/Pagination.mjs +50 -53
- package/dist/components/layout-and-navigation/Pagination.mjs.map +1 -1
- package/dist/components/layout-and-navigation/SearchableList.js +40 -43
- package/dist/components/layout-and-navigation/SearchableList.js.map +1 -1
- package/dist/components/layout-and-navigation/SearchableList.mjs +50 -53
- package/dist/components/layout-and-navigation/SearchableList.mjs.map +1 -1
- package/dist/components/layout-and-navigation/StepperBar.js +26 -29
- package/dist/components/layout-and-navigation/StepperBar.js.map +1 -1
- package/dist/components/layout-and-navigation/StepperBar.mjs +30 -33
- package/dist/components/layout-and-navigation/StepperBar.mjs.map +1 -1
- package/dist/components/layout-and-navigation/TextImage.js.map +1 -1
- package/dist/components/layout-and-navigation/TextImage.mjs +2 -2
- package/dist/components/layout-and-navigation/TextImage.mjs.map +1 -1
- package/dist/components/loading-states/ErrorComponent.js.map +1 -1
- package/dist/components/loading-states/ErrorComponent.mjs +2 -2
- package/dist/components/loading-states/ErrorComponent.mjs.map +1 -1
- package/dist/components/loading-states/LoadingAnimation.js.map +1 -1
- package/dist/components/loading-states/LoadingAnimation.mjs +2 -2
- package/dist/components/loading-states/LoadingAnimation.mjs.map +1 -1
- package/dist/components/loading-states/LoadingButton.js +26 -29
- package/dist/components/loading-states/LoadingButton.js.map +1 -1
- package/dist/components/loading-states/LoadingButton.mjs +26 -29
- package/dist/components/loading-states/LoadingButton.mjs.map +1 -1
- package/dist/components/modals/ConfirmModal.js +40 -43
- package/dist/components/modals/ConfirmModal.js.map +1 -1
- package/dist/components/modals/ConfirmModal.mjs +48 -51
- package/dist/components/modals/ConfirmModal.mjs.map +1 -1
- package/dist/components/modals/DiscardChangesModal.js +40 -43
- package/dist/components/modals/DiscardChangesModal.js.map +1 -1
- package/dist/components/modals/DiscardChangesModal.mjs +48 -51
- package/dist/components/modals/DiscardChangesModal.mjs.map +1 -1
- package/dist/components/modals/InputModal.js +40 -43
- package/dist/components/modals/InputModal.js.map +1 -1
- package/dist/components/modals/InputModal.mjs +48 -51
- package/dist/components/modals/InputModal.mjs.map +1 -1
- package/dist/components/modals/LanguageModal.js +43 -49
- package/dist/components/modals/LanguageModal.js.map +1 -1
- package/dist/components/modals/LanguageModal.mjs +67 -73
- package/dist/components/modals/LanguageModal.mjs.map +1 -1
- package/dist/components/modals/ThemeModal.js +43 -49
- package/dist/components/modals/ThemeModal.js.map +1 -1
- package/dist/components/modals/ThemeModal.mjs +68 -74
- package/dist/components/modals/ThemeModal.mjs.map +1 -1
- package/dist/components/properties/CheckboxProperty.js +96 -75
- package/dist/components/properties/CheckboxProperty.js.map +1 -1
- package/dist/components/properties/CheckboxProperty.mjs +98 -77
- package/dist/components/properties/CheckboxProperty.mjs.map +1 -1
- package/dist/components/properties/DateProperty.js +48 -53
- package/dist/components/properties/DateProperty.js.map +1 -1
- package/dist/components/properties/DateProperty.mjs +50 -55
- package/dist/components/properties/DateProperty.mjs.map +1 -1
- package/dist/components/properties/MultiSelectProperty.js +114 -93
- package/dist/components/properties/MultiSelectProperty.js.map +1 -1
- package/dist/components/properties/MultiSelectProperty.mjs +135 -114
- package/dist/components/properties/MultiSelectProperty.mjs.map +1 -1
- package/dist/components/properties/NumberProperty.js +48 -53
- package/dist/components/properties/NumberProperty.js.map +1 -1
- package/dist/components/properties/NumberProperty.mjs +50 -55
- package/dist/components/properties/NumberProperty.mjs.map +1 -1
- package/dist/components/properties/PropertyBase.js +48 -53
- package/dist/components/properties/PropertyBase.js.map +1 -1
- package/dist/components/properties/PropertyBase.mjs +50 -55
- package/dist/components/properties/PropertyBase.mjs.map +1 -1
- package/dist/components/properties/SelectProperty.js +65 -73
- package/dist/components/properties/SelectProperty.js.map +1 -1
- package/dist/components/properties/SelectProperty.mjs +86 -94
- package/dist/components/properties/SelectProperty.mjs.map +1 -1
- package/dist/components/properties/TextProperty.js +51 -56
- package/dist/components/properties/TextProperty.js.map +1 -1
- package/dist/components/properties/TextProperty.mjs +57 -62
- package/dist/components/properties/TextProperty.mjs.map +1 -1
- package/dist/components/table/Table.js +88 -65
- package/dist/components/table/Table.js.map +1 -1
- package/dist/components/table/Table.mjs +114 -91
- package/dist/components/table/Table.mjs.map +1 -1
- package/dist/components/table/TableFilterButton.js +40 -43
- package/dist/components/table/TableFilterButton.js.map +1 -1
- package/dist/components/table/TableFilterButton.mjs +44 -47
- package/dist/components/table/TableFilterButton.mjs.map +1 -1
- package/dist/components/table/TableSortButton.js +40 -43
- package/dist/components/table/TableSortButton.js.map +1 -1
- package/dist/components/table/TableSortButton.mjs +40 -43
- package/dist/components/table/TableSortButton.mjs.map +1 -1
- package/dist/components/user-action/Button.d.mts +3 -3
- package/dist/components/user-action/Button.d.ts +3 -3
- package/dist/components/user-action/Button.js +76 -84
- package/dist/components/user-action/Button.js.map +1 -1
- package/dist/components/user-action/Button.mjs +76 -84
- package/dist/components/user-action/Button.mjs.map +1 -1
- package/dist/components/user-action/Checkbox.js +48 -22
- package/dist/components/user-action/Checkbox.js.map +1 -1
- package/dist/components/user-action/Checkbox.mjs +48 -22
- package/dist/components/user-action/Checkbox.mjs.map +1 -1
- package/dist/components/user-action/CopyToClipboardWrapper.js.map +1 -1
- package/dist/components/user-action/CopyToClipboardWrapper.mjs +2 -2
- package/dist/components/user-action/CopyToClipboardWrapper.mjs.map +1 -1
- package/dist/components/user-action/DateAndTimePicker.js +48 -53
- package/dist/components/user-action/DateAndTimePicker.js.map +1 -1
- package/dist/components/user-action/DateAndTimePicker.mjs +60 -65
- package/dist/components/user-action/DateAndTimePicker.mjs.map +1 -1
- package/dist/components/user-action/MultiSelect.js +92 -69
- package/dist/components/user-action/MultiSelect.js.map +1 -1
- package/dist/components/user-action/MultiSelect.mjs +114 -91
- package/dist/components/user-action/MultiSelect.mjs.map +1 -1
- package/dist/components/user-action/SearchBar.js +40 -43
- package/dist/components/user-action/SearchBar.js.map +1 -1
- package/dist/components/user-action/SearchBar.mjs +42 -45
- package/dist/components/user-action/SearchBar.mjs.map +1 -1
- package/dist/components/user-action/Select.js +43 -49
- package/dist/components/user-action/Select.js.map +1 -1
- package/dist/components/user-action/Select.mjs +49 -55
- package/dist/components/user-action/Select.mjs.map +1 -1
- package/dist/components/user-action/Textarea.js +3 -3
- package/dist/components/user-action/Textarea.js.map +1 -1
- package/dist/components/user-action/Textarea.mjs +3 -3
- package/dist/components/user-action/Textarea.mjs.map +1 -1
- package/dist/css/globals.css +269 -136
- package/dist/css/uncompiled/theme/index.css +1 -2
- package/dist/hooks/useLocalStorage.js +1 -3
- package/dist/hooks/useLocalStorage.js.map +1 -1
- package/dist/hooks/useLocalStorage.mjs +3 -4
- package/dist/hooks/useLocalStorage.mjs.map +1 -1
- package/dist/index.js +141 -129
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +216 -204
- package/dist/index.mjs.map +1 -1
- package/dist/localization/LanguageProvider.js +0 -3
- package/dist/localization/LanguageProvider.js.map +1 -1
- package/dist/localization/LanguageProvider.mjs +5 -8
- package/dist/localization/LanguageProvider.mjs.map +1 -1
- package/dist/localization/useTranslation.js.map +1 -1
- package/dist/localization/useTranslation.mjs +2 -2
- package/dist/localization/useTranslation.mjs.map +1 -1
- package/dist/theming/useTheme.js +3 -6
- package/dist/theming/useTheme.js.map +1 -1
- package/dist/theming/useTheme.mjs +8 -11
- package/dist/theming/useTheme.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/css/uncompiled/theme/theme.css +0 -0
package/dist/css/globals.css
CHANGED
|
@@ -952,10 +952,6 @@
|
|
|
952
952
|
border-top-right-radius: var(--radius-xl);
|
|
953
953
|
border-bottom-right-radius: var(--radius-xl);
|
|
954
954
|
}
|
|
955
|
-
.rounded-b-lg {
|
|
956
|
-
border-bottom-right-radius: var(--radius-lg);
|
|
957
|
-
border-bottom-left-radius: var(--radius-lg);
|
|
958
|
-
}
|
|
959
955
|
.\!border-0 {
|
|
960
956
|
border-style: var(--tw-border-style) !important;
|
|
961
957
|
border-width: 0px !important;
|
|
@@ -996,12 +992,6 @@
|
|
|
996
992
|
--tw-border-style: none;
|
|
997
993
|
border-style: none;
|
|
998
994
|
}
|
|
999
|
-
.border-button-outline-primary-text {
|
|
1000
|
-
border-color: var(--color-button-outline-primary-text);
|
|
1001
|
-
}
|
|
1002
|
-
.border-disabled-background {
|
|
1003
|
-
border-color: var(--color-disabled-background);
|
|
1004
|
-
}
|
|
1005
995
|
.border-disabled-border {
|
|
1006
996
|
border-color: var(--color-disabled-border);
|
|
1007
997
|
}
|
|
@@ -1068,27 +1058,12 @@
|
|
|
1068
1058
|
.\!bg-warning {
|
|
1069
1059
|
background-color: var(--color-warning) !important;
|
|
1070
1060
|
}
|
|
1071
|
-
.bg-button-solid-negative-background {
|
|
1072
|
-
background-color: var(--color-button-solid-negative-background);
|
|
1073
|
-
}
|
|
1074
1061
|
.bg-button-solid-neutral-background {
|
|
1075
1062
|
background-color: var(--color-button-solid-neutral-background);
|
|
1076
1063
|
}
|
|
1077
|
-
.bg-button-solid-positive-background {
|
|
1078
|
-
background-color: var(--color-button-solid-positive-background);
|
|
1079
|
-
}
|
|
1080
1064
|
.bg-button-solid-primary-background {
|
|
1081
1065
|
background-color: var(--color-button-solid-primary-background);
|
|
1082
1066
|
}
|
|
1083
|
-
.bg-button-solid-secondary-background {
|
|
1084
|
-
background-color: var(--color-button-solid-secondary-background);
|
|
1085
|
-
}
|
|
1086
|
-
.bg-button-solid-tertiary-background {
|
|
1087
|
-
background-color: var(--color-button-solid-tertiary-background);
|
|
1088
|
-
}
|
|
1089
|
-
.bg-button-solid-warning-background {
|
|
1090
|
-
background-color: var(--color-button-solid-warning-background);
|
|
1091
|
-
}
|
|
1092
1067
|
.bg-carousel-dot-active {
|
|
1093
1068
|
background-color: var(--color-carousel-dot-active);
|
|
1094
1069
|
}
|
|
@@ -1437,78 +1412,15 @@
|
|
|
1437
1412
|
.text-border {
|
|
1438
1413
|
color: var(--color-border);
|
|
1439
1414
|
}
|
|
1440
|
-
.text-button-outline-primary-icon {
|
|
1441
|
-
color: var(--color-button-outline-primary-icon);
|
|
1442
|
-
}
|
|
1443
|
-
.text-button-outline-primary-text {
|
|
1444
|
-
color: var(--color-button-outline-primary-text);
|
|
1445
|
-
}
|
|
1446
|
-
.text-button-solid-negative-icon {
|
|
1447
|
-
color: var(--color-button-solid-negative-icon);
|
|
1448
|
-
}
|
|
1449
|
-
.text-button-solid-negative-text {
|
|
1450
|
-
color: var(--color-button-solid-negative-text);
|
|
1451
|
-
}
|
|
1452
|
-
.text-button-solid-neutral-icon {
|
|
1453
|
-
color: var(--color-button-solid-neutral-icon);
|
|
1454
|
-
}
|
|
1455
1415
|
.text-button-solid-neutral-text {
|
|
1456
1416
|
color: var(--color-button-solid-neutral-text);
|
|
1457
1417
|
}
|
|
1458
|
-
.text-button-solid-positive-icon {
|
|
1459
|
-
color: var(--color-button-solid-positive-icon);
|
|
1460
|
-
}
|
|
1461
|
-
.text-button-solid-positive-text {
|
|
1462
|
-
color: var(--color-button-solid-positive-text);
|
|
1463
|
-
}
|
|
1464
|
-
.text-button-solid-primary-icon {
|
|
1465
|
-
color: var(--color-button-solid-primary-icon);
|
|
1466
|
-
}
|
|
1467
1418
|
.text-button-solid-primary-text {
|
|
1468
1419
|
color: var(--color-button-solid-primary-text);
|
|
1469
1420
|
}
|
|
1470
|
-
.text-button-solid-secondary-icon {
|
|
1471
|
-
color: var(--color-button-solid-secondary-icon);
|
|
1472
|
-
}
|
|
1473
|
-
.text-button-solid-secondary-text {
|
|
1474
|
-
color: var(--color-button-solid-secondary-text);
|
|
1475
|
-
}
|
|
1476
|
-
.text-button-solid-tertiary-icon {
|
|
1477
|
-
color: var(--color-button-solid-tertiary-icon);
|
|
1478
|
-
}
|
|
1479
|
-
.text-button-solid-tertiary-text {
|
|
1480
|
-
color: var(--color-button-solid-tertiary-text);
|
|
1481
|
-
}
|
|
1482
|
-
.text-button-solid-warning-icon {
|
|
1483
|
-
color: var(--color-button-solid-warning-icon);
|
|
1484
|
-
}
|
|
1485
|
-
.text-button-solid-warning-text {
|
|
1486
|
-
color: var(--color-button-solid-warning-text);
|
|
1487
|
-
}
|
|
1488
|
-
.text-button-text-negative-icon {
|
|
1489
|
-
color: var(--color-button-text-negative-icon);
|
|
1490
|
-
}
|
|
1491
|
-
.text-button-text-negative-text {
|
|
1492
|
-
color: var(--color-button-text-negative-text);
|
|
1493
|
-
}
|
|
1494
|
-
.text-button-text-neutral-icon {
|
|
1495
|
-
color: var(--color-button-text-neutral-icon);
|
|
1496
|
-
}
|
|
1497
|
-
.text-button-text-neutral-text {
|
|
1498
|
-
color: var(--color-button-text-neutral-text);
|
|
1499
|
-
}
|
|
1500
|
-
.text-button-text-primary-icon {
|
|
1501
|
-
color: var(--color-button-text-primary-icon);
|
|
1502
|
-
}
|
|
1503
|
-
.text-button-text-primary-text {
|
|
1504
|
-
color: var(--color-button-text-primary-text);
|
|
1505
|
-
}
|
|
1506
1421
|
.text-description {
|
|
1507
1422
|
color: var(--color-description);
|
|
1508
1423
|
}
|
|
1509
|
-
.text-disabled-icon {
|
|
1510
|
-
color: var(--color-disabled-icon);
|
|
1511
|
-
}
|
|
1512
1424
|
.text-disabled-text {
|
|
1513
1425
|
color: var(--color-disabled-text);
|
|
1514
1426
|
}
|
|
@@ -1658,9 +1570,6 @@
|
|
|
1658
1570
|
.opacity-20 {
|
|
1659
1571
|
opacity: 20%;
|
|
1660
1572
|
}
|
|
1661
|
-
.opacity-70 {
|
|
1662
|
-
opacity: 70%;
|
|
1663
|
-
}
|
|
1664
1573
|
.opacity-100 {
|
|
1665
1574
|
opacity: 100%;
|
|
1666
1575
|
}
|
|
@@ -1796,6 +1705,171 @@
|
|
|
1796
1705
|
.shadow-r-4 {
|
|
1797
1706
|
--shadow-right: calc(4 * 1px) 0 calc(4 * 1px) 0 var(--tw-shadow-color, rgb(0 0 0 / 2%));
|
|
1798
1707
|
}
|
|
1708
|
+
.not-group-disabled\:text-button-outline-primary-icon {
|
|
1709
|
+
&:not(*:is(:where(.group):disabled *)) {
|
|
1710
|
+
color: var(--color-button-outline-primary-icon);
|
|
1711
|
+
}
|
|
1712
|
+
}
|
|
1713
|
+
.not-group-disabled\:text-button-solid-negative-icon {
|
|
1714
|
+
&:not(*:is(:where(.group):disabled *)) {
|
|
1715
|
+
color: var(--color-button-solid-negative-icon);
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
.not-group-disabled\:text-button-solid-neutral-icon {
|
|
1719
|
+
&:not(*:is(:where(.group):disabled *)) {
|
|
1720
|
+
color: var(--color-button-solid-neutral-icon);
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1723
|
+
.not-group-disabled\:text-button-solid-positive-icon {
|
|
1724
|
+
&:not(*:is(:where(.group):disabled *)) {
|
|
1725
|
+
color: var(--color-button-solid-positive-icon);
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1728
|
+
.not-group-disabled\:text-button-solid-primary-icon {
|
|
1729
|
+
&:not(*:is(:where(.group):disabled *)) {
|
|
1730
|
+
color: var(--color-button-solid-primary-icon);
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
.not-group-disabled\:text-button-solid-secondary-icon {
|
|
1734
|
+
&:not(*:is(:where(.group):disabled *)) {
|
|
1735
|
+
color: var(--color-button-solid-secondary-icon);
|
|
1736
|
+
}
|
|
1737
|
+
}
|
|
1738
|
+
.not-group-disabled\:text-button-solid-tertiary-icon {
|
|
1739
|
+
&:not(*:is(:where(.group):disabled *)) {
|
|
1740
|
+
color: var(--color-button-solid-tertiary-icon);
|
|
1741
|
+
}
|
|
1742
|
+
}
|
|
1743
|
+
.not-group-disabled\:text-button-solid-warning-icon {
|
|
1744
|
+
&:not(*:is(:where(.group):disabled *)) {
|
|
1745
|
+
color: var(--color-button-solid-warning-icon);
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
.not-group-disabled\:text-button-text-negative-icon {
|
|
1749
|
+
&:not(*:is(:where(.group):disabled *)) {
|
|
1750
|
+
color: var(--color-button-text-negative-icon);
|
|
1751
|
+
}
|
|
1752
|
+
}
|
|
1753
|
+
.not-group-disabled\:text-button-text-neutral-icon {
|
|
1754
|
+
&:not(*:is(:where(.group):disabled *)) {
|
|
1755
|
+
color: var(--color-button-text-neutral-icon);
|
|
1756
|
+
}
|
|
1757
|
+
}
|
|
1758
|
+
.not-group-disabled\:text-button-text-primary-icon {
|
|
1759
|
+
&:not(*:is(:where(.group):disabled *)) {
|
|
1760
|
+
color: var(--color-button-text-primary-icon);
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1763
|
+
.not-disabled\:border-button-outline-primary-text {
|
|
1764
|
+
&:not(*:disabled) {
|
|
1765
|
+
border-color: var(--color-button-outline-primary-text);
|
|
1766
|
+
}
|
|
1767
|
+
}
|
|
1768
|
+
.not-disabled\:bg-button-solid-negative-background {
|
|
1769
|
+
&:not(*:disabled) {
|
|
1770
|
+
background-color: var(--color-button-solid-negative-background);
|
|
1771
|
+
}
|
|
1772
|
+
}
|
|
1773
|
+
.not-disabled\:bg-button-solid-neutral-background {
|
|
1774
|
+
&:not(*:disabled) {
|
|
1775
|
+
background-color: var(--color-button-solid-neutral-background);
|
|
1776
|
+
}
|
|
1777
|
+
}
|
|
1778
|
+
.not-disabled\:bg-button-solid-positive-background {
|
|
1779
|
+
&:not(*:disabled) {
|
|
1780
|
+
background-color: var(--color-button-solid-positive-background);
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
.not-disabled\:bg-button-solid-primary-background {
|
|
1784
|
+
&:not(*:disabled) {
|
|
1785
|
+
background-color: var(--color-button-solid-primary-background);
|
|
1786
|
+
}
|
|
1787
|
+
}
|
|
1788
|
+
.not-disabled\:bg-button-solid-secondary-background {
|
|
1789
|
+
&:not(*:disabled) {
|
|
1790
|
+
background-color: var(--color-button-solid-secondary-background);
|
|
1791
|
+
}
|
|
1792
|
+
}
|
|
1793
|
+
.not-disabled\:bg-button-solid-tertiary-background {
|
|
1794
|
+
&:not(*:disabled) {
|
|
1795
|
+
background-color: var(--color-button-solid-tertiary-background);
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
.not-disabled\:bg-button-solid-warning-background {
|
|
1799
|
+
&:not(*:disabled) {
|
|
1800
|
+
background-color: var(--color-button-solid-warning-background);
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
.not-disabled\:bg-input-background {
|
|
1804
|
+
&:not(*:disabled) {
|
|
1805
|
+
background-color: var(--color-input-background);
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
.not-disabled\:bg-transparent {
|
|
1809
|
+
&:not(*:disabled) {
|
|
1810
|
+
background-color: transparent;
|
|
1811
|
+
}
|
|
1812
|
+
}
|
|
1813
|
+
.not-disabled\:text-button-outline-primary-text {
|
|
1814
|
+
&:not(*:disabled) {
|
|
1815
|
+
color: var(--color-button-outline-primary-text);
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1818
|
+
.not-disabled\:text-button-solid-negative-text {
|
|
1819
|
+
&:not(*:disabled) {
|
|
1820
|
+
color: var(--color-button-solid-negative-text);
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
.not-disabled\:text-button-solid-neutral-text {
|
|
1824
|
+
&:not(*:disabled) {
|
|
1825
|
+
color: var(--color-button-solid-neutral-text);
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1828
|
+
.not-disabled\:text-button-solid-positive-text {
|
|
1829
|
+
&:not(*:disabled) {
|
|
1830
|
+
color: var(--color-button-solid-positive-text);
|
|
1831
|
+
}
|
|
1832
|
+
}
|
|
1833
|
+
.not-disabled\:text-button-solid-primary-text {
|
|
1834
|
+
&:not(*:disabled) {
|
|
1835
|
+
color: var(--color-button-solid-primary-text);
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
.not-disabled\:text-button-solid-secondary-text {
|
|
1839
|
+
&:not(*:disabled) {
|
|
1840
|
+
color: var(--color-button-solid-secondary-text);
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
.not-disabled\:text-button-solid-tertiary-text {
|
|
1844
|
+
&:not(*:disabled) {
|
|
1845
|
+
color: var(--color-button-solid-tertiary-text);
|
|
1846
|
+
}
|
|
1847
|
+
}
|
|
1848
|
+
.not-disabled\:text-button-solid-warning-text {
|
|
1849
|
+
&:not(*:disabled) {
|
|
1850
|
+
color: var(--color-button-solid-warning-text);
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
.not-disabled\:text-button-text-negative-text {
|
|
1854
|
+
&:not(*:disabled) {
|
|
1855
|
+
color: var(--color-button-text-negative-text);
|
|
1856
|
+
}
|
|
1857
|
+
}
|
|
1858
|
+
.not-disabled\:text-button-text-neutral-text {
|
|
1859
|
+
&:not(*:disabled) {
|
|
1860
|
+
color: var(--color-button-text-neutral-text);
|
|
1861
|
+
}
|
|
1862
|
+
}
|
|
1863
|
+
.not-disabled\:text-button-text-primary-text {
|
|
1864
|
+
&:not(*:disabled) {
|
|
1865
|
+
color: var(--color-button-text-primary-text);
|
|
1866
|
+
}
|
|
1867
|
+
}
|
|
1868
|
+
.not-disabled\:text-input-text {
|
|
1869
|
+
&:not(*:disabled) {
|
|
1870
|
+
color: var(--color-input-text);
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1799
1873
|
.group-hover\:border-primary {
|
|
1800
1874
|
&:is(:where(.group):hover *) {
|
|
1801
1875
|
@media (hover: hover) {
|
|
@@ -1833,6 +1907,11 @@
|
|
|
1833
1907
|
}
|
|
1834
1908
|
}
|
|
1835
1909
|
}
|
|
1910
|
+
.group-disabled\:text-disabled-icon {
|
|
1911
|
+
&:is(:where(.group):disabled *) {
|
|
1912
|
+
color: var(--color-disabled-icon);
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
1836
1915
|
.first\:rounded-t-md {
|
|
1837
1916
|
&:first-child {
|
|
1838
1917
|
border-top-left-radius: var(--radius-md);
|
|
@@ -1883,43 +1962,6 @@
|
|
|
1883
1962
|
}
|
|
1884
1963
|
}
|
|
1885
1964
|
}
|
|
1886
|
-
.hover\:bg-button-text-hover-background {
|
|
1887
|
-
&:hover {
|
|
1888
|
-
@media (hover: hover) {
|
|
1889
|
-
background-color: var(--color-button-text-hover-background);
|
|
1890
|
-
}
|
|
1891
|
-
}
|
|
1892
|
-
}
|
|
1893
|
-
.hover\:bg-button-text-negative-text\/20 {
|
|
1894
|
-
&:hover {
|
|
1895
|
-
@media (hover: hover) {
|
|
1896
|
-
background-color: color-mix(in srgb, #DC576D 20%, transparent);
|
|
1897
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1898
|
-
background-color: color-mix(in oklab, var(--color-button-text-negative-text) 20%, transparent);
|
|
1899
|
-
}
|
|
1900
|
-
}
|
|
1901
|
-
}
|
|
1902
|
-
}
|
|
1903
|
-
.hover\:bg-button-text-neutral-text\/20 {
|
|
1904
|
-
&:hover {
|
|
1905
|
-
@media (hover: hover) {
|
|
1906
|
-
background-color: color-mix(in srgb, #333333 20%, transparent);
|
|
1907
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1908
|
-
background-color: color-mix(in oklab, var(--color-button-text-neutral-text) 20%, transparent);
|
|
1909
|
-
}
|
|
1910
|
-
}
|
|
1911
|
-
}
|
|
1912
|
-
}
|
|
1913
|
-
.hover\:bg-button-text-primary-text\/20 {
|
|
1914
|
-
&:hover {
|
|
1915
|
-
@media (hover: hover) {
|
|
1916
|
-
background-color: color-mix(in srgb, #694BB4 20%, transparent);
|
|
1917
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
1918
|
-
background-color: color-mix(in oklab, var(--color-button-text-primary-text) 20%, transparent);
|
|
1919
|
-
}
|
|
1920
|
-
}
|
|
1921
|
-
}
|
|
1922
|
-
}
|
|
1923
1965
|
.hover\:bg-carousel-dot-active {
|
|
1924
1966
|
&:hover {
|
|
1925
1967
|
@media (hover: hover) {
|
|
@@ -1993,14 +2035,6 @@
|
|
|
1993
2035
|
}
|
|
1994
2036
|
}
|
|
1995
2037
|
}
|
|
1996
|
-
.hover\:brightness-80 {
|
|
1997
|
-
&:hover {
|
|
1998
|
-
@media (hover: hover) {
|
|
1999
|
-
--tw-brightness: brightness(80%);
|
|
2000
|
-
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
2001
|
-
}
|
|
2002
|
-
}
|
|
2003
|
-
}
|
|
2004
2038
|
.hover\:brightness-90 {
|
|
2005
2039
|
&:hover {
|
|
2006
2040
|
@media (hover: hover) {
|
|
@@ -2017,6 +2051,80 @@
|
|
|
2017
2051
|
}
|
|
2018
2052
|
}
|
|
2019
2053
|
}
|
|
2054
|
+
.not-disabled\:hover\:border-primary {
|
|
2055
|
+
&:not(*:disabled) {
|
|
2056
|
+
&:hover {
|
|
2057
|
+
@media (hover: hover) {
|
|
2058
|
+
border-color: var(--color-primary);
|
|
2059
|
+
}
|
|
2060
|
+
}
|
|
2061
|
+
}
|
|
2062
|
+
}
|
|
2063
|
+
.not-disabled\:hover\:bg-button-text-hover-background {
|
|
2064
|
+
&:not(*:disabled) {
|
|
2065
|
+
&:hover {
|
|
2066
|
+
@media (hover: hover) {
|
|
2067
|
+
background-color: var(--color-button-text-hover-background);
|
|
2068
|
+
}
|
|
2069
|
+
}
|
|
2070
|
+
}
|
|
2071
|
+
}
|
|
2072
|
+
.not-disabled\:hover\:bg-button-text-negative-text\/20 {
|
|
2073
|
+
&:not(*:disabled) {
|
|
2074
|
+
&:hover {
|
|
2075
|
+
@media (hover: hover) {
|
|
2076
|
+
background-color: color-mix(in srgb, #DC576D 20%, transparent);
|
|
2077
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2078
|
+
background-color: color-mix(in oklab, var(--color-button-text-negative-text) 20%, transparent);
|
|
2079
|
+
}
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
}
|
|
2084
|
+
.not-disabled\:hover\:bg-button-text-neutral-text\/20 {
|
|
2085
|
+
&:not(*:disabled) {
|
|
2086
|
+
&:hover {
|
|
2087
|
+
@media (hover: hover) {
|
|
2088
|
+
background-color: color-mix(in srgb, #333333 20%, transparent);
|
|
2089
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2090
|
+
background-color: color-mix(in oklab, var(--color-button-text-neutral-text) 20%, transparent);
|
|
2091
|
+
}
|
|
2092
|
+
}
|
|
2093
|
+
}
|
|
2094
|
+
}
|
|
2095
|
+
}
|
|
2096
|
+
.not-disabled\:hover\:bg-button-text-primary-text\/20 {
|
|
2097
|
+
&:not(*:disabled) {
|
|
2098
|
+
&:hover {
|
|
2099
|
+
@media (hover: hover) {
|
|
2100
|
+
background-color: color-mix(in srgb, #694BB4 20%, transparent);
|
|
2101
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2102
|
+
background-color: color-mix(in oklab, var(--color-button-text-primary-text) 20%, transparent);
|
|
2103
|
+
}
|
|
2104
|
+
}
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
.not-disabled\:hover\:brightness-80 {
|
|
2109
|
+
&:not(*:disabled) {
|
|
2110
|
+
&:hover {
|
|
2111
|
+
@media (hover: hover) {
|
|
2112
|
+
--tw-brightness: brightness(80%);
|
|
2113
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
2114
|
+
}
|
|
2115
|
+
}
|
|
2116
|
+
}
|
|
2117
|
+
}
|
|
2118
|
+
.not-disabled\:hover\:brightness-90 {
|
|
2119
|
+
&:not(*:disabled) {
|
|
2120
|
+
&:hover {
|
|
2121
|
+
@media (hover: hover) {
|
|
2122
|
+
--tw-brightness: brightness(90%);
|
|
2123
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
2124
|
+
}
|
|
2125
|
+
}
|
|
2126
|
+
}
|
|
2127
|
+
}
|
|
2020
2128
|
.focus\:border-primary {
|
|
2021
2129
|
&:focus {
|
|
2022
2130
|
border-color: var(--color-primary);
|
|
@@ -2034,6 +2142,31 @@
|
|
|
2034
2142
|
outline-style: none;
|
|
2035
2143
|
}
|
|
2036
2144
|
}
|
|
2145
|
+
.disabled\:border-disabled-border {
|
|
2146
|
+
&:disabled {
|
|
2147
|
+
border-color: var(--color-disabled-border);
|
|
2148
|
+
}
|
|
2149
|
+
}
|
|
2150
|
+
.disabled\:border-disabled-outline {
|
|
2151
|
+
&:disabled {
|
|
2152
|
+
border-color: var(--color-disabled-outline);
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2155
|
+
.disabled\:bg-disabled-background {
|
|
2156
|
+
&:disabled {
|
|
2157
|
+
background-color: var(--color-disabled-background);
|
|
2158
|
+
}
|
|
2159
|
+
}
|
|
2160
|
+
.disabled\:text-disabled-text {
|
|
2161
|
+
&:disabled {
|
|
2162
|
+
color: var(--color-disabled-text);
|
|
2163
|
+
}
|
|
2164
|
+
}
|
|
2165
|
+
.disabled\:opacity-70 {
|
|
2166
|
+
&:disabled {
|
|
2167
|
+
opacity: 70%;
|
|
2168
|
+
}
|
|
2169
|
+
}
|
|
2037
2170
|
.desktop\:block {
|
|
2038
2171
|
@media (width >= 64rem) {
|
|
2039
2172
|
display: block;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use client";
|
|
1
2
|
var __defProp = Object.defineProperty;
|
|
2
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
@@ -75,9 +76,6 @@ var useLocalStorage = (key, initValue) => {
|
|
|
75
76
|
storageService.set(key, newValue);
|
|
76
77
|
setStoredValue(newValue);
|
|
77
78
|
}, [storedValue, setStoredValue, key]);
|
|
78
|
-
(0, import_react.useEffect)(() => {
|
|
79
|
-
setStoredValue(get());
|
|
80
|
-
}, []);
|
|
81
79
|
return [storedValue, setValue];
|
|
82
80
|
};
|
|
83
81
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/hooks/useLocalStorage.ts","../../src/util/storage.ts","../../src/util/resolveSetState.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../src/hooks/useLocalStorage.ts","../../src/util/storage.ts","../../src/util/resolveSetState.ts"],"sourcesContent":["'use client'\n\nimport type { Dispatch, SetStateAction } from 'react'\nimport { useCallback, useState } from 'react'\nimport { LocalStorageService } from '../util/storage'\nimport { resolveSetState } from '../util/resolveSetState'\n\ntype SetValue<T> = Dispatch<SetStateAction<T>>\nexport const useLocalStorage = <T>(key: string, initValue: T): [T, SetValue<T>] => {\n const get = useCallback((): T => {\n if (typeof window === 'undefined') {\n return initValue\n }\n const storageService = new LocalStorageService()\n const value = storageService.get<T>(key)\n return value || initValue\n }, [initValue, key])\n\n const [storedValue, setStoredValue] = useState<T>(get)\n\n const setValue: SetValue<T> = useCallback(action => {\n const newValue = resolveSetState(action, storedValue)\n const storageService = new LocalStorageService()\n storageService.set(key, newValue)\n\n setStoredValue(newValue)\n }, [storedValue, setStoredValue, key])\n\n return [storedValue, setValue]\n}","class StorageService {\n // this seems to be a bug in eslint as 'paramter-properties' is a special syntax of typescript\n\n constructor(private storage: Storage) {\n }\n\n public get<T>(key: string): T | null {\n const value = this.storage.getItem(key)\n if (value === null) {\n return null\n }\n return JSON.parse(value)\n }\n\n public set<T>(key: string, value: T) {\n this.storage.setItem(key, JSON.stringify(value))\n }\n\n public delete(key: string) {\n this.storage.removeItem(key)\n }\n\n public deleteAll() {\n this.storage.clear()\n }\n}\n\nexport class LocalStorageService extends StorageService {\n constructor() {\n super(window.localStorage)\n }\n}\n\nexport class SessionStorageService extends StorageService {\n constructor() {\n super(window.sessionStorage)\n }\n}\n","import type { SetStateAction } from 'react'\n\nexport function resolveSetState<T>(action: SetStateAction<T>, prev: T): T {\n return typeof action === 'function' ? (action as (prev: T) => T)(prev) : action\n}"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,mBAAsC;;;ACHtC,IAAM,iBAAN,MAAqB;AAAA;AAAA,EAGnB,YAAoB,SAAkB;AAAlB;AAAA,EACpB;AAAA,EAEO,IAAO,KAAuB;AACnC,UAAM,QAAQ,KAAK,QAAQ,QAAQ,GAAG;AACtC,QAAI,UAAU,MAAM;AAClB,aAAO;AAAA,IACT;AACA,WAAO,KAAK,MAAM,KAAK;AAAA,EACzB;AAAA,EAEO,IAAO,KAAa,OAAU;AACnC,SAAK,QAAQ,QAAQ,KAAK,KAAK,UAAU,KAAK,CAAC;AAAA,EACjD;AAAA,EAEO,OAAO,KAAa;AACzB,SAAK,QAAQ,WAAW,GAAG;AAAA,EAC7B;AAAA,EAEO,YAAY;AACjB,SAAK,QAAQ,MAAM;AAAA,EACrB;AACF;AAEO,IAAM,sBAAN,cAAkC,eAAe;AAAA,EACtD,cAAc;AACZ,UAAM,OAAO,YAAY;AAAA,EAC3B;AACF;;;AC7BO,SAAS,gBAAmB,QAA2B,MAAY;AACxE,SAAO,OAAO,WAAW,aAAc,OAA0B,IAAI,IAAI;AAC3E;;;AFIO,IAAM,kBAAkB,CAAI,KAAa,cAAmC;AACjF,QAAM,UAAM,0BAAY,MAAS;AAC/B,QAAI,OAAO,WAAW,aAAa;AACjC,aAAO;AAAA,IACT;AACA,UAAM,iBAAiB,IAAI,oBAAoB;AAC/C,UAAM,QAAQ,eAAe,IAAO,GAAG;AACvC,WAAO,SAAS;AAAA,EAClB,GAAG,CAAC,WAAW,GAAG,CAAC;AAEnB,QAAM,CAAC,aAAa,cAAc,QAAI,uBAAY,GAAG;AAErD,QAAM,eAAwB,0BAAY,YAAU;AAClD,UAAM,WAAW,gBAAgB,QAAQ,WAAW;AACpD,UAAM,iBAAiB,IAAI,oBAAoB;AAC/C,mBAAe,IAAI,KAAK,QAAQ;AAEhC,mBAAe,QAAQ;AAAA,EACzB,GAAG,CAAC,aAAa,gBAAgB,GAAG,CAAC;AAErC,SAAO,CAAC,aAAa,QAAQ;AAC/B;","names":[]}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
1
3
|
// src/hooks/useLocalStorage.ts
|
|
2
|
-
import { useCallback,
|
|
4
|
+
import { useCallback, useState } from "react";
|
|
3
5
|
|
|
4
6
|
// src/util/storage.ts
|
|
5
7
|
var StorageService = class {
|
|
@@ -52,9 +54,6 @@ var useLocalStorage = (key, initValue) => {
|
|
|
52
54
|
storageService.set(key, newValue);
|
|
53
55
|
setStoredValue(newValue);
|
|
54
56
|
}, [storedValue, setStoredValue, key]);
|
|
55
|
-
useEffect(() => {
|
|
56
|
-
setStoredValue(get());
|
|
57
|
-
}, []);
|
|
58
57
|
return [storedValue, setValue];
|
|
59
58
|
};
|
|
60
59
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/hooks/useLocalStorage.ts","../../src/util/storage.ts","../../src/util/resolveSetState.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["../../src/hooks/useLocalStorage.ts","../../src/util/storage.ts","../../src/util/resolveSetState.ts"],"sourcesContent":["'use client'\n\nimport type { Dispatch, SetStateAction } from 'react'\nimport { useCallback, useState } from 'react'\nimport { LocalStorageService } from '../util/storage'\nimport { resolveSetState } from '../util/resolveSetState'\n\ntype SetValue<T> = Dispatch<SetStateAction<T>>\nexport const useLocalStorage = <T>(key: string, initValue: T): [T, SetValue<T>] => {\n const get = useCallback((): T => {\n if (typeof window === 'undefined') {\n return initValue\n }\n const storageService = new LocalStorageService()\n const value = storageService.get<T>(key)\n return value || initValue\n }, [initValue, key])\n\n const [storedValue, setStoredValue] = useState<T>(get)\n\n const setValue: SetValue<T> = useCallback(action => {\n const newValue = resolveSetState(action, storedValue)\n const storageService = new LocalStorageService()\n storageService.set(key, newValue)\n\n setStoredValue(newValue)\n }, [storedValue, setStoredValue, key])\n\n return [storedValue, setValue]\n}","class StorageService {\n // this seems to be a bug in eslint as 'paramter-properties' is a special syntax of typescript\n\n constructor(private storage: Storage) {\n }\n\n public get<T>(key: string): T | null {\n const value = this.storage.getItem(key)\n if (value === null) {\n return null\n }\n return JSON.parse(value)\n }\n\n public set<T>(key: string, value: T) {\n this.storage.setItem(key, JSON.stringify(value))\n }\n\n public delete(key: string) {\n this.storage.removeItem(key)\n }\n\n public deleteAll() {\n this.storage.clear()\n }\n}\n\nexport class LocalStorageService extends StorageService {\n constructor() {\n super(window.localStorage)\n }\n}\n\nexport class SessionStorageService extends StorageService {\n constructor() {\n super(window.sessionStorage)\n }\n}\n","import type { SetStateAction } from 'react'\n\nexport function resolveSetState<T>(action: SetStateAction<T>, prev: T): T {\n return typeof action === 'function' ? (action as (prev: T) => T)(prev) : action\n}"],"mappings":";;;AAGA,SAAS,aAAa,gBAAgB;;;ACHtC,IAAM,iBAAN,MAAqB;AAAA;AAAA,EAGnB,YAAoB,SAAkB;AAAlB;AAAA,EACpB;AAAA,EAEO,IAAO,KAAuB;AACnC,UAAM,QAAQ,KAAK,QAAQ,QAAQ,GAAG;AACtC,QAAI,UAAU,MAAM;AAClB,aAAO;AAAA,IACT;AACA,WAAO,KAAK,MAAM,KAAK;AAAA,EACzB;AAAA,EAEO,IAAO,KAAa,OAAU;AACnC,SAAK,QAAQ,QAAQ,KAAK,KAAK,UAAU,KAAK,CAAC;AAAA,EACjD;AAAA,EAEO,OAAO,KAAa;AACzB,SAAK,QAAQ,WAAW,GAAG;AAAA,EAC7B;AAAA,EAEO,YAAY;AACjB,SAAK,QAAQ,MAAM;AAAA,EACrB;AACF;AAEO,IAAM,sBAAN,cAAkC,eAAe;AAAA,EACtD,cAAc;AACZ,UAAM,OAAO,YAAY;AAAA,EAC3B;AACF;;;AC7BO,SAAS,gBAAmB,QAA2B,MAAY;AACxE,SAAO,OAAO,WAAW,aAAc,OAA0B,IAAI,IAAI;AAC3E;;;AFIO,IAAM,kBAAkB,CAAI,KAAa,cAAmC;AACjF,QAAM,MAAM,YAAY,MAAS;AAC/B,QAAI,OAAO,WAAW,aAAa;AACjC,aAAO;AAAA,IACT;AACA,UAAM,iBAAiB,IAAI,oBAAoB;AAC/C,UAAM,QAAQ,eAAe,IAAO,GAAG;AACvC,WAAO,SAAS;AAAA,EAClB,GAAG,CAAC,WAAW,GAAG,CAAC;AAEnB,QAAM,CAAC,aAAa,cAAc,IAAI,SAAY,GAAG;AAErD,QAAM,WAAwB,YAAY,YAAU;AAClD,UAAM,WAAW,gBAAgB,QAAQ,WAAW;AACpD,UAAM,iBAAiB,IAAI,oBAAoB;AAC/C,mBAAe,IAAI,KAAK,QAAQ;AAEhC,mBAAe,QAAQ;AAAA,EACzB,GAAG,CAAC,aAAa,gBAAgB,GAAG,CAAC;AAErC,SAAO,CAAC,aAAa,QAAQ;AAC/B;","names":[]}
|