@dmsi/wedgekit-react 0.0.369 → 0.0.371
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/{chunk-RLLQRVM7.js → chunk-2H35FETR.js} +18 -10
- package/dist/chunk-2IKT6IHB.js +190 -0
- package/dist/chunk-4UNWXB4A.js +89 -0
- package/dist/chunk-5IFPG6TS.js +17 -0
- package/dist/{chunk-6GAYJCFE.js → chunk-6DPFKSCT.js} +1 -1
- package/dist/{chunk-ZFOANBWG.js → chunk-AG43RS4Q.js} +2 -1
- package/dist/chunk-AJ5M6MVX.js +7 -0
- package/dist/chunk-AT4AWD6B.js +44 -0
- package/dist/chunk-BQNPOGD5.js +105 -0
- package/dist/chunk-CQFPNZTN.js +172 -0
- package/dist/chunk-EJSPFQCY.js +29 -0
- package/dist/chunk-ER6RCOH3.js +97 -0
- package/dist/{chunk-4VER5OEU.js → chunk-FBE2HGEF.js} +35 -11
- package/dist/chunk-HPQWEZJL.js +45 -0
- package/dist/{chunk-URCLLHO5.js → chunk-IBX6DVHU.js} +376 -102
- package/dist/{chunk-I3WFZOFY.js → chunk-J5V2JRIK.js} +1 -1
- package/dist/chunk-JGJUVJKD.js +283 -0
- package/dist/chunk-KEMCFN4U.js +78 -0
- package/dist/chunk-M6TSTDNZ.js +22 -0
- package/dist/chunk-M7INAUAJ.js +140 -0
- package/dist/chunk-MBZ55T2D.js +51 -0
- package/dist/chunk-N6PNLLNS.js +77 -0
- package/dist/{chunk-ZA5E7ZYM.js → chunk-NXGUDYRR.js} +1 -1
- package/dist/chunk-P36QKH26.js +143 -0
- package/dist/chunk-PTRZHGHA.js +89 -0
- package/dist/chunk-QVWYTQKL.js +29 -0
- package/dist/{chunk-6CPGOW6J.js → chunk-T36HX6QY.js} +6 -4
- package/dist/chunk-U6PUOGG4.js +114 -0
- package/dist/{chunk-NQXZBWDZ.js → chunk-V6U7LU6M.js} +15 -6
- package/dist/chunk-VJVY6NPF.js +32 -0
- package/dist/chunk-VVXPGI2P.js +61 -0
- package/dist/{chunk-ARQBSR3I.js → chunk-YCKRVNJ3.js} +4 -4
- package/dist/chunk-YYHQLQDQ.js +68 -0
- package/dist/components/Accordion.cjs +47 -14
- package/dist/components/Accordion.js +2 -2
- package/dist/components/CalendarRange.cjs +700 -46
- package/dist/components/CalendarRange.css +186 -3
- package/dist/components/CalendarRange.js +43 -11
- package/dist/components/CompactImagesPreview.cjs +485 -0
- package/dist/components/CompactImagesPreview.js +13 -0
- package/dist/components/ContentTabs.cjs +3 -2
- package/dist/components/ContentTabs.js +3 -2
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.cjs +4687 -0
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.css +5051 -0
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +62 -0
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.cjs +4687 -0
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.css +5051 -0
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +62 -0
- package/dist/components/DataGrid/PinnedColumns.cjs +4687 -0
- package/dist/components/DataGrid/PinnedColumns.css +5051 -0
- package/dist/components/DataGrid/PinnedColumns.js +62 -0
- package/dist/components/DataGrid/TableBody/LoadingCell.cjs +4689 -0
- package/dist/components/DataGrid/TableBody/LoadingCell.css +5051 -0
- package/dist/components/DataGrid/TableBody/LoadingCell.js +62 -0
- package/dist/components/DataGrid/TableBody/TableBodyRow.cjs +4689 -0
- package/dist/components/DataGrid/TableBody/TableBodyRow.css +5051 -0
- package/dist/components/DataGrid/TableBody/TableBodyRow.js +62 -0
- package/dist/components/DataGrid/TableBody/index.cjs +4689 -0
- package/dist/components/DataGrid/TableBody/index.css +5051 -0
- package/dist/components/DataGrid/TableBody/index.js +62 -0
- package/dist/components/DataGrid/index.cjs +4692 -0
- package/dist/components/DataGrid/index.css +5051 -0
- package/dist/components/DataGrid/index.js +65 -0
- package/dist/components/DataGrid/utils.cjs +4687 -0
- package/dist/components/DataGrid/utils.css +5051 -0
- package/dist/components/DataGrid/utils.js +62 -0
- package/dist/components/DataGridCell.js +6 -6
- package/dist/components/DateInput.cjs +721 -67
- package/dist/components/DateInput.css +186 -3
- package/dist/components/DateInput.js +45 -13
- package/dist/components/DateRangeInput.cjs +721 -67
- package/dist/components/DateRangeInput.css +186 -3
- package/dist/components/DateRangeInput.js +45 -13
- package/dist/components/FilterGroup.js +3 -3
- package/dist/components/Grid.cjs +3 -1
- package/dist/components/Grid.js +3 -92
- package/dist/components/ImagePlaceholder.cjs +65 -0
- package/dist/components/ImagePlaceholder.js +7 -0
- package/dist/components/Input.js +2 -2
- package/dist/components/MenuOption.js +2 -2
- package/dist/components/MobileDataGrid/ColumnList.cjs +845 -0
- package/dist/components/MobileDataGrid/ColumnList.js +17 -0
- package/dist/components/MobileDataGrid/ColumnSelector/index.cjs +4797 -0
- package/dist/components/MobileDataGrid/ColumnSelector/index.css +5051 -0
- package/dist/components/MobileDataGrid/ColumnSelector/index.js +62 -0
- package/dist/components/MobileDataGrid/GridContextProvider/GridContext.cjs +31 -0
- package/dist/components/MobileDataGrid/GridContextProvider/GridContext.js +7 -0
- package/dist/components/MobileDataGrid/GridContextProvider/index.cjs +177 -0
- package/dist/components/MobileDataGrid/GridContextProvider/index.js +8 -0
- package/dist/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.cjs +269 -0
- package/dist/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.js +9 -0
- package/dist/components/MobileDataGrid/MobileDataGridCard/index.cjs +790 -0
- package/dist/components/MobileDataGrid/MobileDataGridCard/index.js +16 -0
- package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +5059 -0
- package/dist/components/MobileDataGrid/MobileDataGridHeader.css +5051 -0
- package/dist/components/MobileDataGrid/MobileDataGridHeader.js +62 -0
- package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.cjs +509 -0
- package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.js +13 -0
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.cjs +1261 -0
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +27 -0
- package/dist/components/MobileDataGrid/index.cjs +5521 -0
- package/dist/components/MobileDataGrid/index.css +5051 -0
- package/dist/components/MobileDataGrid/index.js +62 -0
- package/dist/components/Modal.cjs +24 -13
- package/dist/components/Modal.js +3 -3
- package/dist/components/ModalHeader.cjs +6 -4
- package/dist/components/ModalHeader.js +1 -1
- package/dist/components/ModalScrim.cjs +2 -1
- package/dist/components/ModalScrim.js +1 -1
- package/dist/components/NestedMenu.js +4 -4
- package/dist/components/Notification.cjs +15 -6
- package/dist/components/Notification.js +1 -1
- package/dist/components/PDFViewer/DownloadIcon.cjs +394 -0
- package/dist/components/PDFViewer/DownloadIcon.js +10 -0
- package/dist/components/PDFViewer/PDFElement.cjs +515 -0
- package/dist/components/PDFViewer/PDFElement.js +11 -0
- package/dist/components/{MobileDataGrid.cjs → PDFViewer/PDFNavigation.cjs} +318 -402
- package/dist/components/PDFViewer/PDFNavigation.js +13 -0
- package/dist/components/PDFViewer/PDFPage.cjs +56 -0
- package/dist/components/PDFViewer/PDFPage.js +7 -0
- package/dist/components/{PDFViewer.cjs → PDFViewer/index.cjs} +290 -202
- package/dist/components/PDFViewer/index.js +29 -0
- package/dist/components/Password.js +2 -2
- package/dist/components/ProductImagePreview/CarouselPagination.cjs +75 -0
- package/dist/components/ProductImagePreview/CarouselPagination.js +7 -0
- package/dist/components/ProductImagePreview/MobileImageCarousel.cjs +214 -0
- package/dist/components/ProductImagePreview/MobileImageCarousel.js +7 -0
- package/dist/components/ProductImagePreview/ProductPrimaryImage.cjs +255 -0
- package/dist/components/ProductImagePreview/ProductPrimaryImage.js +9 -0
- package/dist/components/ProductImagePreview/Thumbnail.cjs +105 -0
- package/dist/components/ProductImagePreview/Thumbnail.js +8 -0
- package/dist/components/ProductImagePreview/ZoomWindow.cjs +198 -0
- package/dist/components/ProductImagePreview/ZoomWindow.js +8 -0
- package/dist/components/ProductImagePreview/index.cjs +1369 -0
- package/dist/components/ProductImagePreview/index.js +22 -0
- package/dist/components/Search.js +3 -3
- package/dist/components/Select.js +3 -3
- package/dist/components/SideMenuGroup.cjs +15 -6
- package/dist/components/SideMenuGroup.js +1 -1
- package/dist/components/SideMenuItem.cjs +15 -6
- package/dist/components/SideMenuItem.js +1 -1
- package/dist/components/SkeletonParagraph.cjs +33 -0
- package/dist/components/SkeletonParagraph.js +10 -0
- package/dist/components/Stack.cjs +15 -6
- package/dist/components/Stack.js +1 -1
- package/dist/components/Stepper.cjs +61 -53
- package/dist/components/Stepper.js +63 -55
- package/dist/components/Surface.js +3 -39
- package/dist/components/Swatch.cjs +15 -6
- package/dist/components/Swatch.js +4 -4
- package/dist/components/Time.cjs +15 -6
- package/dist/components/Time.js +5 -5
- package/dist/components/Upload.cjs +15 -6
- package/dist/components/Upload.js +1 -1
- package/dist/components/index.cjs +2559 -14
- package/dist/components/index.css +186 -3
- package/dist/components/index.js +57 -14
- package/dist/index.css +186 -3
- package/package.json +1 -1
- package/src/components/Accordion.tsx +23 -4
- package/src/components/CompactImagesPreview.tsx +99 -0
- package/src/components/ContentTabs.tsx +3 -1
- package/src/components/DataGrid/types.ts +5 -0
- package/src/components/Grid.tsx +2 -0
- package/src/components/ImagePlaceholder.tsx +22 -0
- package/src/components/MobileDataGrid/ColumnList.tsx +66 -0
- package/src/components/MobileDataGrid/ColumnSelector/index.tsx +97 -0
- package/src/components/MobileDataGrid/GridContextProvider/GridContext.tsx +25 -0
- package/src/components/MobileDataGrid/GridContextProvider/index.tsx +132 -0
- package/src/components/MobileDataGrid/GridContextProvider/useGridContext.ts +10 -0
- package/src/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.tsx +20 -0
- package/src/components/MobileDataGrid/MobileDataGridCard/index.tsx +129 -0
- package/src/components/MobileDataGrid/MobileDataGridHeader.tsx +80 -0
- package/src/components/MobileDataGrid/RowDetailModalProvider/ModalContent.tsx +42 -0
- package/src/components/MobileDataGrid/RowDetailModalProvider/index.tsx +68 -0
- package/src/components/MobileDataGrid/dataGridReducer.ts +55 -0
- package/src/components/MobileDataGrid/index.tsx +92 -0
- package/src/components/MobileDataGrid/types.ts +4 -0
- package/src/components/Modal.tsx +31 -12
- package/src/components/ModalButtons.tsx +1 -1
- package/src/components/ModalHeader.tsx +5 -2
- package/src/components/ModalScrim.tsx +3 -2
- package/src/components/PDFViewer/DownloadIcon.tsx +22 -0
- package/src/components/PDFViewer/PDFElement.tsx +90 -0
- package/src/components/PDFViewer/PDFNavigation.tsx +68 -0
- package/src/components/PDFViewer/PDFPage.tsx +34 -0
- package/src/components/PDFViewer/index.tsx +128 -0
- package/src/components/ProductImagePreview/CarouselPagination.tsx +54 -0
- package/src/components/ProductImagePreview/MobileImageCarousel.tsx +226 -0
- package/src/components/ProductImagePreview/ProductPrimaryImage.tsx +218 -0
- package/src/components/ProductImagePreview/Thumbnail.tsx +49 -0
- package/src/components/ProductImagePreview/ZoomWindow.tsx +136 -0
- package/src/components/ProductImagePreview/index.tsx +182 -0
- package/src/components/ProductImagePreview/useProductImagePreview.ts +211 -0
- package/src/components/SkeletonParagraph.tsx +5 -0
- package/src/components/Stack.tsx +29 -6
- package/src/components/Stepper.tsx +5 -1
- package/src/components/index.ts +4 -0
- package/src/types.ts +2 -1
- package/dist/components/MobileDataGrid.js +0 -150
- package/dist/components/PDFViewer.js +0 -250
- package/src/components/MobileDataGrid.tsx +0 -163
- package/src/components/PDFViewer.tsx +0 -264
- package/dist/{chunk-OXSBIBGT.js → chunk-CKQNJNU3.js} +3 -3
- package/dist/{chunk-RJUN52HJ.js → chunk-ZL5X7KP6.js} +3 -3
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
--radius-sm: 0.25rem;
|
|
53
53
|
--radius-md: 0.375rem;
|
|
54
54
|
--radius-xl: 0.75rem;
|
|
55
|
+
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
55
56
|
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
56
57
|
--default-transition-duration: 150ms;
|
|
57
58
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -673,6 +674,9 @@
|
|
|
673
674
|
.mb-3 {
|
|
674
675
|
margin-bottom: calc(var(--spacing) * 3);
|
|
675
676
|
}
|
|
677
|
+
.mb-20 {
|
|
678
|
+
margin-bottom: calc(var(--spacing) * 20);
|
|
679
|
+
}
|
|
676
680
|
.mb-mobile-container-padding {
|
|
677
681
|
margin-bottom: var(--spacing-mobile-container-padding);
|
|
678
682
|
}
|
|
@@ -770,6 +774,9 @@
|
|
|
770
774
|
.h-60 {
|
|
771
775
|
height: calc(var(--spacing) * 60);
|
|
772
776
|
}
|
|
777
|
+
.h-\[24px\] {
|
|
778
|
+
height: 24px;
|
|
779
|
+
}
|
|
773
780
|
.h-\[166px\] {
|
|
774
781
|
height: 166px;
|
|
775
782
|
}
|
|
@@ -806,6 +813,9 @@
|
|
|
806
813
|
.min-h-19 {
|
|
807
814
|
min-height: calc(var(--spacing) * 19);
|
|
808
815
|
}
|
|
816
|
+
.min-h-20 {
|
|
817
|
+
min-height: calc(var(--spacing) * 20);
|
|
818
|
+
}
|
|
809
819
|
.min-h-\[34px\] {
|
|
810
820
|
min-height: 34px;
|
|
811
821
|
}
|
|
@@ -875,9 +885,6 @@
|
|
|
875
885
|
.w-screen {
|
|
876
886
|
width: 100vw;
|
|
877
887
|
}
|
|
878
|
-
.\!max-w-fit {
|
|
879
|
-
max-width: fit-content !important;
|
|
880
|
-
}
|
|
881
888
|
.max-w-25 {
|
|
882
889
|
max-width: calc(var(--spacing) * 25);
|
|
883
890
|
}
|
|
@@ -890,9 +897,15 @@
|
|
|
890
897
|
.max-w-\[400px\] {
|
|
891
898
|
max-width: 400px;
|
|
892
899
|
}
|
|
900
|
+
.max-w-fit {
|
|
901
|
+
max-width: fit-content;
|
|
902
|
+
}
|
|
893
903
|
.max-w-full {
|
|
894
904
|
max-width: 100%;
|
|
895
905
|
}
|
|
906
|
+
.max-w-none {
|
|
907
|
+
max-width: none;
|
|
908
|
+
}
|
|
896
909
|
.max-w-screen {
|
|
897
910
|
max-width: 100vw;
|
|
898
911
|
}
|
|
@@ -905,6 +918,9 @@
|
|
|
905
918
|
.min-w-20 {
|
|
906
919
|
min-width: calc(var(--spacing) * 20);
|
|
907
920
|
}
|
|
921
|
+
.min-w-32 {
|
|
922
|
+
min-width: calc(var(--spacing) * 32);
|
|
923
|
+
}
|
|
908
924
|
.min-w-36 {
|
|
909
925
|
min-width: calc(var(--spacing) * 36);
|
|
910
926
|
}
|
|
@@ -917,6 +933,9 @@
|
|
|
917
933
|
.flex-1 {
|
|
918
934
|
flex: 1;
|
|
919
935
|
}
|
|
936
|
+
.flex-shrink-0 {
|
|
937
|
+
flex-shrink: 0;
|
|
938
|
+
}
|
|
920
939
|
.shrink {
|
|
921
940
|
flex-shrink: 1;
|
|
922
941
|
}
|
|
@@ -926,6 +945,9 @@
|
|
|
926
945
|
.flex-grow {
|
|
927
946
|
flex-grow: 1;
|
|
928
947
|
}
|
|
948
|
+
.flex-grow-1 {
|
|
949
|
+
flex-grow: 1;
|
|
950
|
+
}
|
|
929
951
|
.grow {
|
|
930
952
|
flex-grow: 1;
|
|
931
953
|
}
|
|
@@ -958,6 +980,9 @@
|
|
|
958
980
|
.cursor-col-resize {
|
|
959
981
|
cursor: col-resize;
|
|
960
982
|
}
|
|
983
|
+
.cursor-crosshair {
|
|
984
|
+
cursor: crosshair;
|
|
985
|
+
}
|
|
961
986
|
.cursor-default {
|
|
962
987
|
cursor: default;
|
|
963
988
|
}
|
|
@@ -976,6 +1001,9 @@
|
|
|
976
1001
|
.list-disc {
|
|
977
1002
|
list-style-type: disc;
|
|
978
1003
|
}
|
|
1004
|
+
.list-none {
|
|
1005
|
+
list-style-type: none;
|
|
1006
|
+
}
|
|
979
1007
|
.\[appearance\:textfield\] {
|
|
980
1008
|
appearance: textfield;
|
|
981
1009
|
}
|
|
@@ -1003,9 +1031,15 @@
|
|
|
1003
1031
|
.flex-row {
|
|
1004
1032
|
flex-direction: row;
|
|
1005
1033
|
}
|
|
1034
|
+
.flex-wrap {
|
|
1035
|
+
flex-wrap: wrap;
|
|
1036
|
+
}
|
|
1006
1037
|
.place-content-center {
|
|
1007
1038
|
place-content: center;
|
|
1008
1039
|
}
|
|
1040
|
+
.place-items-center {
|
|
1041
|
+
place-items: center;
|
|
1042
|
+
}
|
|
1009
1043
|
.\!items-start {
|
|
1010
1044
|
align-items: flex-start !important;
|
|
1011
1045
|
}
|
|
@@ -1227,6 +1261,10 @@
|
|
|
1227
1261
|
border-style: var(--tw-border-style);
|
|
1228
1262
|
border-width: 1px;
|
|
1229
1263
|
}
|
|
1264
|
+
.border-0 {
|
|
1265
|
+
border-style: var(--tw-border-style);
|
|
1266
|
+
border-width: 0px;
|
|
1267
|
+
}
|
|
1230
1268
|
.border-2 {
|
|
1231
1269
|
border-style: var(--tw-border-style);
|
|
1232
1270
|
border-width: 2px;
|
|
@@ -1322,6 +1360,12 @@
|
|
|
1322
1360
|
.border-warning-400 {
|
|
1323
1361
|
border-color: var(--color-warning-400);
|
|
1324
1362
|
}
|
|
1363
|
+
.border-white\/70 {
|
|
1364
|
+
border-color: color-mix(in srgb, #ffffff 70%, transparent);
|
|
1365
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1366
|
+
border-color: color-mix(in oklab, var(--color-white) 70%, transparent);
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1325
1369
|
.border-y-action-400 {
|
|
1326
1370
|
border-block-color: var(--color-action-400);
|
|
1327
1371
|
}
|
|
@@ -1775,6 +1819,12 @@
|
|
|
1775
1819
|
.bg-white {
|
|
1776
1820
|
background-color: var(--color-white);
|
|
1777
1821
|
}
|
|
1822
|
+
.bg-white\/10 {
|
|
1823
|
+
background-color: color-mix(in srgb, #ffffff 10%, transparent);
|
|
1824
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1825
|
+
background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
|
|
1826
|
+
}
|
|
1827
|
+
}
|
|
1778
1828
|
.bg-linear-270 {
|
|
1779
1829
|
--tw-gradient-position: 270deg;
|
|
1780
1830
|
@supports (background-image: linear-gradient(in lab, red, red)) {
|
|
@@ -1786,6 +1836,10 @@
|
|
|
1786
1836
|
--tw-gradient-position: to right in oklab;
|
|
1787
1837
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
1788
1838
|
}
|
|
1839
|
+
.from-neutral-100 {
|
|
1840
|
+
--tw-gradient-from: var(--color-neutral-100);
|
|
1841
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
1842
|
+
}
|
|
1789
1843
|
.from-neutral-300\/\[12\%\] {
|
|
1790
1844
|
--tw-gradient-from: color-mix(in srgb, #c1c1c1 12%, transparent);
|
|
1791
1845
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1797,6 +1851,10 @@
|
|
|
1797
1851
|
--tw-gradient-from: var(--color-white);
|
|
1798
1852
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
1799
1853
|
}
|
|
1854
|
+
.to-\[\#f7f7f7\] {
|
|
1855
|
+
--tw-gradient-to: #f7f7f7;
|
|
1856
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
1857
|
+
}
|
|
1800
1858
|
.to-neutral-300\/\[24\%\] {
|
|
1801
1859
|
--tw-gradient-to: color-mix(in srgb, #c1c1c1 24%, transparent);
|
|
1802
1860
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1811,9 +1869,15 @@
|
|
|
1811
1869
|
.object-contain {
|
|
1812
1870
|
object-fit: contain;
|
|
1813
1871
|
}
|
|
1872
|
+
.object-cover {
|
|
1873
|
+
object-fit: cover;
|
|
1874
|
+
}
|
|
1814
1875
|
.object-center {
|
|
1815
1876
|
object-position: center;
|
|
1816
1877
|
}
|
|
1878
|
+
.\!p-0 {
|
|
1879
|
+
padding: calc(var(--spacing) * 0) !important;
|
|
1880
|
+
}
|
|
1817
1881
|
.p-0\.5 {
|
|
1818
1882
|
padding: calc(var(--spacing) * 0.5);
|
|
1819
1883
|
}
|
|
@@ -2112,6 +2176,9 @@
|
|
|
2112
2176
|
.text-action-400 {
|
|
2113
2177
|
color: var(--color-action-400);
|
|
2114
2178
|
}
|
|
2179
|
+
.text-brand-text-action-primary-normal {
|
|
2180
|
+
color: var(--color-brand-text-action-primary-normal);
|
|
2181
|
+
}
|
|
2115
2182
|
.text-icon-action-critical-secondary-normal {
|
|
2116
2183
|
color: var(--color-icon-action-critical-secondary-normal);
|
|
2117
2184
|
}
|
|
@@ -2247,6 +2314,9 @@
|
|
|
2247
2314
|
.opacity-40 {
|
|
2248
2315
|
opacity: 40%;
|
|
2249
2316
|
}
|
|
2317
|
+
.opacity-70 {
|
|
2318
|
+
opacity: 70%;
|
|
2319
|
+
}
|
|
2250
2320
|
.opacity-100 {
|
|
2251
2321
|
opacity: 100%;
|
|
2252
2322
|
}
|
|
@@ -2277,6 +2347,15 @@
|
|
|
2277
2347
|
var(--tw-ring-shadow),
|
|
2278
2348
|
var(--tw-shadow);
|
|
2279
2349
|
}
|
|
2350
|
+
.shadow-\[0_0_0_1px_rgba\(0\,0\,0\,0\.15\)\] {
|
|
2351
|
+
--tw-shadow: 0 0 0 1px var(--tw-shadow-color, rgba(0,0,0,0.15));
|
|
2352
|
+
box-shadow:
|
|
2353
|
+
var(--tw-inset-shadow),
|
|
2354
|
+
var(--tw-inset-ring-shadow),
|
|
2355
|
+
var(--tw-ring-offset-shadow),
|
|
2356
|
+
var(--tw-ring-shadow),
|
|
2357
|
+
var(--tw-shadow);
|
|
2358
|
+
}
|
|
2280
2359
|
.shadow-nav-tab {
|
|
2281
2360
|
--tw-shadow: 0px -4px 4px -4px var(--tw-shadow-color, rgba(0, 0, 0, 0.32)) inset;
|
|
2282
2361
|
box-shadow:
|
|
@@ -2313,6 +2392,50 @@
|
|
|
2313
2392
|
var(--tw-ring-shadow),
|
|
2314
2393
|
var(--tw-shadow);
|
|
2315
2394
|
}
|
|
2395
|
+
.ring-2 {
|
|
2396
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2397
|
+
box-shadow:
|
|
2398
|
+
var(--tw-inset-shadow),
|
|
2399
|
+
var(--tw-inset-ring-shadow),
|
|
2400
|
+
var(--tw-ring-offset-shadow),
|
|
2401
|
+
var(--tw-ring-shadow),
|
|
2402
|
+
var(--tw-shadow);
|
|
2403
|
+
}
|
|
2404
|
+
.ring-\[3px\] {
|
|
2405
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2406
|
+
box-shadow:
|
|
2407
|
+
var(--tw-inset-shadow),
|
|
2408
|
+
var(--tw-inset-ring-shadow),
|
|
2409
|
+
var(--tw-ring-offset-shadow),
|
|
2410
|
+
var(--tw-ring-shadow),
|
|
2411
|
+
var(--tw-shadow);
|
|
2412
|
+
}
|
|
2413
|
+
.ring-border-action-normal {
|
|
2414
|
+
--tw-ring-color: var(--color-border-action-normal);
|
|
2415
|
+
}
|
|
2416
|
+
.ring-brand-400 {
|
|
2417
|
+
--tw-ring-color: var(--color-brand-400);
|
|
2418
|
+
}
|
|
2419
|
+
.ring-brand-400\/0 {
|
|
2420
|
+
--tw-ring-color: var(--color-brand-400);
|
|
2421
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2422
|
+
--tw-ring-color: color-mix(in oklab, var(--color-brand-400) 0%, transparent);
|
|
2423
|
+
}
|
|
2424
|
+
}
|
|
2425
|
+
.ring-neutral-300 {
|
|
2426
|
+
--tw-ring-color: var(--color-neutral-300);
|
|
2427
|
+
}
|
|
2428
|
+
.ring-offset-1 {
|
|
2429
|
+
--tw-ring-offset-width: 1px;
|
|
2430
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2431
|
+
}
|
|
2432
|
+
.ring-offset-2 {
|
|
2433
|
+
--tw-ring-offset-width: 2px;
|
|
2434
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2435
|
+
}
|
|
2436
|
+
.ring-offset-white {
|
|
2437
|
+
--tw-ring-offset-color: var(--color-white);
|
|
2438
|
+
}
|
|
2316
2439
|
.outline {
|
|
2317
2440
|
outline-style: var(--tw-outline-style);
|
|
2318
2441
|
outline-width: 1px;
|
|
@@ -2341,6 +2464,11 @@
|
|
|
2341
2464
|
.filter {
|
|
2342
2465
|
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,);
|
|
2343
2466
|
}
|
|
2467
|
+
.backdrop-blur-\[1px\] {
|
|
2468
|
+
--tw-backdrop-blur: blur(1px);
|
|
2469
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
2470
|
+
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
2471
|
+
}
|
|
2344
2472
|
.transition {
|
|
2345
2473
|
transition-property:
|
|
2346
2474
|
color,
|
|
@@ -2417,6 +2545,9 @@
|
|
|
2417
2545
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2418
2546
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2419
2547
|
}
|
|
2548
|
+
.transition-discrete {
|
|
2549
|
+
transition-behavior: allow-discrete;
|
|
2550
|
+
}
|
|
2420
2551
|
.duration-100 {
|
|
2421
2552
|
--tw-duration: 100ms;
|
|
2422
2553
|
transition-duration: 100ms;
|
|
@@ -2433,6 +2564,10 @@
|
|
|
2433
2564
|
--tw-ease: var(--ease-in-out);
|
|
2434
2565
|
transition-timing-function: var(--ease-in-out);
|
|
2435
2566
|
}
|
|
2567
|
+
.ease-out {
|
|
2568
|
+
--tw-ease: var(--ease-out);
|
|
2569
|
+
transition-timing-function: var(--ease-out);
|
|
2570
|
+
}
|
|
2436
2571
|
.will-change-transform {
|
|
2437
2572
|
will-change: transform;
|
|
2438
2573
|
}
|
|
@@ -3139,6 +3274,11 @@
|
|
|
3139
3274
|
outline-style: none;
|
|
3140
3275
|
}
|
|
3141
3276
|
}
|
|
3277
|
+
.active\:cursor-grabbing {
|
|
3278
|
+
&:active {
|
|
3279
|
+
cursor: grabbing;
|
|
3280
|
+
}
|
|
3281
|
+
}
|
|
3142
3282
|
.active\:border-background-action-critical-primary-active {
|
|
3143
3283
|
&:active {
|
|
3144
3284
|
border-color: var(--color-background-action-critical-primary-active);
|
|
@@ -3565,6 +3705,16 @@
|
|
|
3565
3705
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
3566
3706
|
}
|
|
3567
3707
|
}
|
|
3708
|
+
.md\:block {
|
|
3709
|
+
@media (width >= 768px) {
|
|
3710
|
+
display: block;
|
|
3711
|
+
}
|
|
3712
|
+
}
|
|
3713
|
+
.md\:hidden {
|
|
3714
|
+
@media (width >= 768px) {
|
|
3715
|
+
display: none;
|
|
3716
|
+
}
|
|
3717
|
+
}
|
|
3568
3718
|
.md\:table-cell {
|
|
3569
3719
|
@media (width >= 768px) {
|
|
3570
3720
|
display: table-cell;
|
|
@@ -3976,6 +4126,16 @@
|
|
|
3976
4126
|
gap: var(--spacing-desktop-layout-group-gap);
|
|
3977
4127
|
}
|
|
3978
4128
|
}
|
|
4129
|
+
.desktop\:bg-background-grouped-primary-normal {
|
|
4130
|
+
@container root (width >= 48rem) {
|
|
4131
|
+
background-color: var(--color-background-grouped-primary-normal);
|
|
4132
|
+
}
|
|
4133
|
+
}
|
|
4134
|
+
.desktop\:p-0 {
|
|
4135
|
+
@container root (width >= 48rem) {
|
|
4136
|
+
padding: calc(var(--spacing) * 0);
|
|
4137
|
+
}
|
|
4138
|
+
}
|
|
3979
4139
|
.desktop\:p-4 {
|
|
3980
4140
|
@container root (width >= 48rem) {
|
|
3981
4141
|
padding: calc(var(--spacing) * 4);
|
|
@@ -4197,6 +4357,11 @@
|
|
|
4197
4357
|
line-height: var(--leading-subheader-desktop);
|
|
4198
4358
|
}
|
|
4199
4359
|
}
|
|
4360
|
+
.desktop\:text-icon-primary-normal {
|
|
4361
|
+
@container root (width >= 48rem) {
|
|
4362
|
+
color: var(--color-icon-primary-normal);
|
|
4363
|
+
}
|
|
4364
|
+
}
|
|
4200
4365
|
.desktop\:\*\:py-desktop-component-padding {
|
|
4201
4366
|
@container root (width >= 48rem) {
|
|
4202
4367
|
:is(& > *) {
|
|
@@ -4790,6 +4955,15 @@ body {
|
|
|
4790
4955
|
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
|
|
4791
4956
|
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
|
|
4792
4957
|
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
|
|
4958
|
+
@property --tw-backdrop-blur { syntax: "*"; inherits: false; }
|
|
4959
|
+
@property --tw-backdrop-brightness { syntax: "*"; inherits: false; }
|
|
4960
|
+
@property --tw-backdrop-contrast { syntax: "*"; inherits: false; }
|
|
4961
|
+
@property --tw-backdrop-grayscale { syntax: "*"; inherits: false; }
|
|
4962
|
+
@property --tw-backdrop-hue-rotate { syntax: "*"; inherits: false; }
|
|
4963
|
+
@property --tw-backdrop-invert { syntax: "*"; inherits: false; }
|
|
4964
|
+
@property --tw-backdrop-opacity { syntax: "*"; inherits: false; }
|
|
4965
|
+
@property --tw-backdrop-saturate { syntax: "*"; inherits: false; }
|
|
4966
|
+
@property --tw-backdrop-sepia { syntax: "*"; inherits: false; }
|
|
4793
4967
|
@property --tw-duration { syntax: "*"; inherits: false; }
|
|
4794
4968
|
@property --tw-ease { syntax: "*"; inherits: false; }
|
|
4795
4969
|
@property --tw-contain-size { syntax: "*"; inherits: false; }
|
|
@@ -4855,6 +5029,15 @@ body {
|
|
|
4855
5029
|
--tw-drop-shadow-color: initial;
|
|
4856
5030
|
--tw-drop-shadow-alpha: 100%;
|
|
4857
5031
|
--tw-drop-shadow-size: initial;
|
|
5032
|
+
--tw-backdrop-blur: initial;
|
|
5033
|
+
--tw-backdrop-brightness: initial;
|
|
5034
|
+
--tw-backdrop-contrast: initial;
|
|
5035
|
+
--tw-backdrop-grayscale: initial;
|
|
5036
|
+
--tw-backdrop-hue-rotate: initial;
|
|
5037
|
+
--tw-backdrop-invert: initial;
|
|
5038
|
+
--tw-backdrop-opacity: initial;
|
|
5039
|
+
--tw-backdrop-saturate: initial;
|
|
5040
|
+
--tw-backdrop-sepia: initial;
|
|
4858
5041
|
--tw-duration: initial;
|
|
4859
5042
|
--tw-ease: initial;
|
|
4860
5043
|
--tw-contain-size: initial;
|
package/dist/components/index.js
CHANGED
|
@@ -1,52 +1,91 @@
|
|
|
1
1
|
import {
|
|
2
|
-
DataGrid
|
|
3
|
-
|
|
2
|
+
DataGrid,
|
|
3
|
+
MobileDataGrid
|
|
4
|
+
} from "../chunk-IBX6DVHU.js";
|
|
5
|
+
import "../chunk-M7INAUAJ.js";
|
|
6
|
+
import "../chunk-KEMCFN4U.js";
|
|
7
|
+
import "../chunk-VVXPGI2P.js";
|
|
8
|
+
import {
|
|
9
|
+
ProductImagePreview
|
|
10
|
+
} from "../chunk-JGJUVJKD.js";
|
|
11
|
+
import "../chunk-HPQWEZJL.js";
|
|
12
|
+
import "../chunk-BQNPOGD5.js";
|
|
13
|
+
import {
|
|
14
|
+
PDFViewer
|
|
15
|
+
} from "../chunk-U6PUOGG4.js";
|
|
16
|
+
import "../chunk-EJSPFQCY.js";
|
|
17
|
+
import "../chunk-4UNWXB4A.js";
|
|
18
|
+
import "../chunk-N6PNLLNS.js";
|
|
19
|
+
import "../chunk-VJVY6NPF.js";
|
|
20
|
+
import "../chunk-MBZ55T2D.js";
|
|
21
|
+
import "../chunk-2IKT6IHB.js";
|
|
22
|
+
import "../chunk-CQFPNZTN.js";
|
|
23
|
+
import "../chunk-YYHQLQDQ.js";
|
|
24
|
+
import "../chunk-P36QKH26.js";
|
|
25
|
+
import "../chunk-5IFPG6TS.js";
|
|
26
|
+
import "../chunk-AJ5M6MVX.js";
|
|
27
|
+
import "../chunk-M6TSTDNZ.js";
|
|
4
28
|
import {
|
|
5
29
|
Tooltip
|
|
6
30
|
} from "../chunk-QQ5G773N.js";
|
|
31
|
+
import "../chunk-AT4AWD6B.js";
|
|
32
|
+
import "../chunk-EWGHVZL5.js";
|
|
7
33
|
import {
|
|
8
34
|
Select
|
|
9
|
-
} from "../chunk-
|
|
35
|
+
} from "../chunk-J5V2JRIK.js";
|
|
36
|
+
import "../chunk-2H35FETR.js";
|
|
37
|
+
import "../chunk-4RJKB7LC.js";
|
|
38
|
+
import "../chunk-XM7IQHBU.js";
|
|
39
|
+
import "../chunk-FRHPFACM.js";
|
|
40
|
+
import "../chunk-T36HX6QY.js";
|
|
41
|
+
import "../chunk-AG43RS4Q.js";
|
|
42
|
+
import "../chunk-SBRRNFOP.js";
|
|
43
|
+
import "../chunk-ER6RCOH3.js";
|
|
44
|
+
import "../chunk-EU73QPW7.js";
|
|
45
|
+
import "../chunk-QVWYTQKL.js";
|
|
10
46
|
import {
|
|
11
47
|
Checkbox
|
|
12
48
|
} from "../chunk-NO5BIKWS.js";
|
|
49
|
+
import {
|
|
50
|
+
CompactImagesPreview
|
|
51
|
+
} from "../chunk-PTRZHGHA.js";
|
|
13
52
|
import {
|
|
14
53
|
DataCellHeader,
|
|
15
54
|
DataGridCell,
|
|
16
55
|
DragAlongCell,
|
|
17
56
|
DraggableCellHeader
|
|
18
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-YCKRVNJ3.js";
|
|
19
58
|
import {
|
|
20
59
|
Menu
|
|
21
60
|
} from "../chunk-W32JB47H.js";
|
|
22
61
|
import "../chunk-WPEDVM56.js";
|
|
23
62
|
import {
|
|
24
63
|
MenuOption
|
|
25
|
-
} from "../chunk-
|
|
26
|
-
import "../chunk-
|
|
27
|
-
import "../chunk-VXWSAIB5.js";
|
|
28
|
-
import "../chunk-TYTD4FLW.js";
|
|
64
|
+
} from "../chunk-CKQNJNU3.js";
|
|
65
|
+
import "../chunk-WVUIIBRR.js";
|
|
29
66
|
import {
|
|
30
67
|
Search
|
|
31
|
-
} from "../chunk-
|
|
68
|
+
} from "../chunk-6DPFKSCT.js";
|
|
32
69
|
import {
|
|
33
70
|
Input
|
|
34
|
-
} from "../chunk-
|
|
35
|
-
import "../chunk-5UH6QUFB.js";
|
|
71
|
+
} from "../chunk-ZL5X7KP6.js";
|
|
36
72
|
import {
|
|
37
73
|
Label
|
|
38
74
|
} from "../chunk-7CS736EF.js";
|
|
39
|
-
import "../chunk-
|
|
75
|
+
import "../chunk-JUJBS4ZV.js";
|
|
76
|
+
import "../chunk-VXWSAIB5.js";
|
|
77
|
+
import "../chunk-TYTD4FLW.js";
|
|
78
|
+
import "../chunk-5UH6QUFB.js";
|
|
40
79
|
import {
|
|
41
80
|
Subheader
|
|
42
81
|
} from "../chunk-FA7IFW66.js";
|
|
43
82
|
import {
|
|
44
83
|
Accordion
|
|
45
|
-
} from "../chunk-
|
|
46
|
-
import "../chunk-NQXZBWDZ.js";
|
|
84
|
+
} from "../chunk-FBE2HGEF.js";
|
|
47
85
|
import {
|
|
48
86
|
Card
|
|
49
87
|
} from "../chunk-4LXG6QNT.js";
|
|
88
|
+
import "../chunk-V6U7LU6M.js";
|
|
50
89
|
import {
|
|
51
90
|
Paragraph
|
|
52
91
|
} from "../chunk-OGIFIPKH.js";
|
|
@@ -63,6 +102,7 @@ export {
|
|
|
63
102
|
Button,
|
|
64
103
|
Card,
|
|
65
104
|
Checkbox,
|
|
105
|
+
CompactImagesPreview,
|
|
66
106
|
DataCellHeader,
|
|
67
107
|
DataGrid,
|
|
68
108
|
DataGridCell,
|
|
@@ -73,7 +113,10 @@ export {
|
|
|
73
113
|
Label,
|
|
74
114
|
Menu,
|
|
75
115
|
MenuOption,
|
|
116
|
+
MobileDataGrid,
|
|
117
|
+
PDFViewer,
|
|
76
118
|
Paragraph,
|
|
119
|
+
ProductImagePreview,
|
|
77
120
|
Search,
|
|
78
121
|
Select,
|
|
79
122
|
Subheader,
|