@dmsi/wedgekit-react 0.0.552 → 0.0.554

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.
Files changed (151) hide show
  1. package/dist/{chunk-7COWXCPA.js → chunk-45SH6WHE.js} +3 -3
  2. package/dist/{chunk-KJ5OQPPV.js → chunk-63WMDTVQ.js} +1 -1
  3. package/dist/{chunk-FJFZBIRG.js → chunk-7ZCXZDJD.js} +3 -3
  4. package/dist/{chunk-FWCVZWE6.js → chunk-7ZL4GBAD.js} +3 -3
  5. package/dist/{chunk-5BRIDIUA.js → chunk-AGHBLWDZ.js} +3 -3
  6. package/dist/{chunk-QYKOR7LE.js → chunk-CQLRGYHM.js} +3 -3
  7. package/dist/{chunk-XRE52QTN.js → chunk-D5V3PUQQ.js} +6 -6
  8. package/dist/{chunk-Y3EFHKAG.js → chunk-DWICBU2V.js} +1 -1
  9. package/dist/{chunk-CMMQTIVM.js → chunk-EJOPJIRO.js} +3 -3
  10. package/dist/{chunk-K4SIZGMK.js → chunk-EQ2RAI53.js} +1 -1
  11. package/dist/{chunk-SBGGDIE3.js → chunk-FIVKYEC3.js} +7 -7
  12. package/dist/{chunk-QMMPHXVE.js → chunk-GVIXW2QS.js} +3 -3
  13. package/dist/{chunk-ZIPJMN2E.js → chunk-GYQA4UIK.js} +6 -6
  14. package/dist/{chunk-45AHDOAU.js → chunk-HVYK7COK.js} +9 -3
  15. package/dist/{chunk-AKJUBFJK.js → chunk-KV7LAH3T.js} +3 -3
  16. package/dist/{chunk-AX4M7X4Z.js → chunk-MTGNBARV.js} +5 -2
  17. package/dist/{chunk-MHXYGKWA.js → chunk-Q3G6Z5DM.js} +1 -1
  18. package/dist/{chunk-4DXOA7NZ.js → chunk-RZ5EIDX4.js} +1 -1
  19. package/dist/{chunk-PJL5XESN.js → chunk-TL4M56HJ.js} +1 -1
  20. package/dist/{chunk-WNGFRQ4Y.js → chunk-TXPN24PW.js} +13 -13
  21. package/dist/{chunk-Z2QAJY5I.js → chunk-UAMI54FE.js} +1 -1
  22. package/dist/chunk-XJF4S3RB.js +82 -0
  23. package/dist/chunk-XR733AKC.js +82 -0
  24. package/dist/{chunk-7SFFUICM.js → chunk-YLC7OHW2.js} +6 -6
  25. package/dist/chunk-ZCJWOHFN.js +139 -0
  26. package/dist/{chunk-JADOJNBI.js → chunk-ZDXJXDZT.js} +4 -4
  27. package/dist/components/AccessCard.cjs +661 -0
  28. package/dist/components/AccessCard.js +13 -0
  29. package/dist/components/AccessCardGroup.cjs +365 -0
  30. package/dist/components/AccessCardGroup.js +11 -0
  31. package/dist/components/Accordion.cjs +5 -2
  32. package/dist/components/Accordion.js +2 -2
  33. package/dist/components/Alert.cjs +64 -28
  34. package/dist/components/Alert.js +4 -3
  35. package/dist/components/Button.cjs +38 -5
  36. package/dist/components/Button.js +2 -1
  37. package/dist/components/CalendarRange.cjs +298 -128
  38. package/dist/components/CalendarRange.css +44 -0
  39. package/dist/components/CalendarRange.js +28 -24
  40. package/dist/components/CompactImagesPreview.cjs +5 -2
  41. package/dist/components/CompactImagesPreview.js +2 -2
  42. package/dist/components/ContentTab.cjs +42 -9
  43. package/dist/components/ContentTab.js +3 -2
  44. package/dist/components/ContentTabs.cjs +47 -14
  45. package/dist/components/ContentTabs.js +3 -2
  46. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.cjs +281 -111
  47. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.css +44 -0
  48. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +28 -24
  49. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.cjs +291 -121
  50. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.css +44 -0
  51. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +28 -24
  52. package/dist/components/DataGrid/PinnedColumns.cjs +306 -136
  53. package/dist/components/DataGrid/PinnedColumns.css +44 -0
  54. package/dist/components/DataGrid/PinnedColumns.js +28 -24
  55. package/dist/components/DataGrid/TableBody/LoadingCell.cjs +282 -112
  56. package/dist/components/DataGrid/TableBody/LoadingCell.css +44 -0
  57. package/dist/components/DataGrid/TableBody/LoadingCell.js +28 -24
  58. package/dist/components/DataGrid/TableBody/TableBodyRow.cjs +288 -118
  59. package/dist/components/DataGrid/TableBody/TableBodyRow.css +44 -0
  60. package/dist/components/DataGrid/TableBody/TableBodyRow.js +28 -24
  61. package/dist/components/DataGrid/TableBody/index.cjs +303 -133
  62. package/dist/components/DataGrid/TableBody/index.css +44 -0
  63. package/dist/components/DataGrid/TableBody/index.js +28 -24
  64. package/dist/components/DataGrid/index.cjs +392 -222
  65. package/dist/components/DataGrid/index.css +44 -0
  66. package/dist/components/DataGrid/index.js +28 -24
  67. package/dist/components/DataGrid/utils.cjs +282 -112
  68. package/dist/components/DataGrid/utils.css +44 -0
  69. package/dist/components/DataGrid/utils.js +28 -24
  70. package/dist/components/DataGridCell.js +3 -3
  71. package/dist/components/DateInput.cjs +311 -141
  72. package/dist/components/DateInput.css +44 -0
  73. package/dist/components/DateInput.js +28 -24
  74. package/dist/components/DateRangeInput.cjs +317 -147
  75. package/dist/components/DateRangeInput.css +44 -0
  76. package/dist/components/DateRangeInput.js +28 -24
  77. package/dist/components/FilterGroup.cjs +87 -52
  78. package/dist/components/FilterGroup.js +6 -5
  79. package/dist/components/InputGroup.cjs +1 -1
  80. package/dist/components/InputGroup.js +1 -1
  81. package/dist/components/ListGroup.cjs +5 -2
  82. package/dist/components/ListGroup.js +2 -2
  83. package/dist/components/MenuOption.js +2 -2
  84. package/dist/components/MobileDataGrid/ColumnList.cjs +5 -2
  85. package/dist/components/MobileDataGrid/ColumnList.js +3 -3
  86. package/dist/components/MobileDataGrid/ColumnSelector/index.cjs +288 -118
  87. package/dist/components/MobileDataGrid/ColumnSelector/index.css +44 -0
  88. package/dist/components/MobileDataGrid/ColumnSelector/index.js +28 -24
  89. package/dist/components/MobileDataGrid/MobileDataGridCard/index.cjs +5 -2
  90. package/dist/components/MobileDataGrid/MobileDataGridCard/index.js +2 -2
  91. package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +293 -120
  92. package/dist/components/MobileDataGrid/MobileDataGridHeader.css +44 -0
  93. package/dist/components/MobileDataGrid/MobileDataGridHeader.js +28 -24
  94. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.cjs +5 -2
  95. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.js +2 -2
  96. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.cjs +94 -58
  97. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +8 -7
  98. package/dist/components/MobileDataGrid/index.cjs +372 -199
  99. package/dist/components/MobileDataGrid/index.css +44 -0
  100. package/dist/components/MobileDataGrid/index.js +28 -24
  101. package/dist/components/Modal.cjs +64 -29
  102. package/dist/components/Modal.js +5 -4
  103. package/dist/components/ModalButtons.cjs +47 -14
  104. package/dist/components/ModalButtons.js +3 -2
  105. package/dist/components/ModalHeader.cjs +47 -12
  106. package/dist/components/ModalHeader.js +3 -2
  107. package/dist/components/NavigationTab.cjs +43 -10
  108. package/dist/components/NavigationTab.js +3 -2
  109. package/dist/components/NavigationTabs.cjs +48 -15
  110. package/dist/components/NavigationTabs.js +3 -2
  111. package/dist/components/NestedMenu.cjs +48 -13
  112. package/dist/components/NestedMenu.js +6 -5
  113. package/dist/components/Notification.cjs +68 -32
  114. package/dist/components/Notification.js +7 -6
  115. package/dist/components/OptionPill.cjs +48 -13
  116. package/dist/components/OptionPill.js +3 -2
  117. package/dist/components/PDFViewer/DownloadIcon.cjs +46 -13
  118. package/dist/components/PDFViewer/DownloadIcon.js +3 -2
  119. package/dist/components/PDFViewer/PDFElement.cjs +5 -2
  120. package/dist/components/PDFViewer/PDFElement.js +2 -2
  121. package/dist/components/PDFViewer/PDFNavigation.cjs +64 -28
  122. package/dist/components/PDFViewer/PDFNavigation.js +4 -3
  123. package/dist/components/PDFViewer/index.cjs +69 -61
  124. package/dist/components/PDFViewer/index.js +11 -11
  125. package/dist/components/ProductImagePreview/index.cjs +5 -2
  126. package/dist/components/ProductImagePreview/index.js +5 -5
  127. package/dist/components/Radio.js +5 -134
  128. package/dist/components/SideMenuGroup.cjs +5 -2
  129. package/dist/components/SideMenuGroup.js +1 -1
  130. package/dist/components/SideMenuItem.cjs +5 -2
  131. package/dist/components/SideMenuItem.js +3 -3
  132. package/dist/components/SimpleTable.cjs +5 -2
  133. package/dist/components/SimpleTable.js +2 -2
  134. package/dist/components/Stack.cjs +5 -2
  135. package/dist/components/Stack.js +1 -1
  136. package/dist/components/Stepper.cjs +73 -40
  137. package/dist/components/Stepper.js +4 -3
  138. package/dist/components/Swatch.cjs +5 -2
  139. package/dist/components/Swatch.js +3 -3
  140. package/dist/components/Time.cjs +5 -2
  141. package/dist/components/Time.js +2 -2
  142. package/dist/components/Toast.cjs +51 -16
  143. package/dist/components/Toast.js +4 -3
  144. package/dist/components/Upload.cjs +46 -38
  145. package/dist/components/Upload.js +6 -6
  146. package/dist/components/index.cjs +537 -231
  147. package/dist/components/index.css +44 -0
  148. package/dist/components/index.js +40 -30
  149. package/dist/index.css +44 -0
  150. package/package.json +1 -1
  151. package/dist/{chunk-EZ4KZYKG.js → chunk-YWQEMS2C.js} +3 -3
@@ -117,6 +117,7 @@
117
117
  --shadow-4: 0px 0px 4px 0px rgba(0, 0, 0, 0.12), 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
118
118
  --shadow-16: 0px 0px 16px 0px rgba(0, 0, 0, 0.12), 0px 16px 16px 0px rgba(0, 0, 0, 0.12);
119
119
  --shadow-nav-tab: 0px -4px 4px -4px rgba(0, 0, 0, 0.32) inset;
120
+ --shadow-access-card: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(0, 0, 0, 0.15);
120
121
  --color-decoration-underline: transparent;
121
122
  --text-display-1-desktop: 32px;
122
123
  --text-display-1-mobile: 32px;
@@ -621,6 +622,12 @@
621
622
  max-width: 1536px;
622
623
  }
623
624
  }
625
+ .-m-0\.75 {
626
+ margin: calc(var(--spacing) * -0.75);
627
+ }
628
+ .-m-\[3px\] {
629
+ margin: calc(3px * -1);
630
+ }
624
631
  .m-4 {
625
632
  margin: calc(var(--spacing) * 4);
626
633
  }
@@ -669,6 +676,9 @@
669
676
  .mr-auto {
670
677
  margin-right: auto;
671
678
  }
679
+ .mb-2 {
680
+ margin-bottom: calc(var(--spacing) * 2);
681
+ }
672
682
  .mb-3 {
673
683
  margin-bottom: calc(var(--spacing) * 3);
674
684
  }
@@ -678,6 +688,9 @@
678
688
  .mb-mobile-container-padding {
679
689
  margin-bottom: var(--spacing-mobile-container-padding);
680
690
  }
691
+ .mb-mobile-layout-group-gap {
692
+ margin-bottom: var(--spacing-mobile-layout-group-gap);
693
+ }
681
694
  .-ml-px {
682
695
  margin-left: -1px;
683
696
  }
@@ -1958,6 +1971,9 @@
1958
1971
  .p-6 {
1959
1972
  padding: calc(var(--spacing) * 6);
1960
1973
  }
1974
+ .p-\[4px\] {
1975
+ padding: 4px;
1976
+ }
1961
1977
  .p-\[calc\(var\(--spacing-desktop-component-padding\)_-_1px\)\] {
1962
1978
  padding: calc(var(--spacing-desktop-component-padding) - 1px);
1963
1979
  }
@@ -2069,6 +2085,9 @@
2069
2085
  .pt-mobile-layout-padding {
2070
2086
  padding-top: var(--spacing-mobile-layout-padding);
2071
2087
  }
2088
+ .pr-4 {
2089
+ padding-right: calc(var(--spacing) * 4);
2090
+ }
2072
2091
  .pr-mobile-component-padding {
2073
2092
  padding-right: var(--spacing-mobile-component-padding);
2074
2093
  }
@@ -2313,6 +2332,9 @@
2313
2332
  .text-inherit {
2314
2333
  color: inherit;
2315
2334
  }
2335
+ .text-neutral-000 {
2336
+ color: var(--color-neutral-000);
2337
+ }
2316
2338
  .text-neutral-100 {
2317
2339
  color: var(--color-neutral-100);
2318
2340
  }
@@ -2424,6 +2446,9 @@
2424
2446
  .opacity-70 {
2425
2447
  opacity: 70%;
2426
2448
  }
2449
+ .opacity-75 {
2450
+ opacity: 75%;
2451
+ }
2427
2452
  .opacity-100 {
2428
2453
  opacity: 100%;
2429
2454
  }
@@ -2463,6 +2488,15 @@
2463
2488
  var(--tw-ring-shadow),
2464
2489
  var(--tw-shadow);
2465
2490
  }
2491
+ .shadow-access-card {
2492
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.25)), 0 1px 4px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.15));
2493
+ box-shadow:
2494
+ var(--tw-inset-shadow),
2495
+ var(--tw-inset-ring-shadow),
2496
+ var(--tw-ring-offset-shadow),
2497
+ var(--tw-ring-shadow),
2498
+ var(--tw-shadow);
2499
+ }
2466
2500
  .shadow-nav-tab {
2467
2501
  --tw-shadow: 0px -4px 4px -4px var(--tw-shadow-color, rgba(0, 0, 0, 0.32)) inset;
2468
2502
  box-shadow:
@@ -3894,6 +3928,11 @@
3894
3928
  margin-top: var(--spacing-desktop-compact-component-gap);
3895
3929
  }
3896
3930
  }
3931
+ .compact\:mb-desktop-compact-layout-group-gap {
3932
+ &:where([data-compact]) {
3933
+ margin-bottom: var(--spacing-desktop-compact-layout-group-gap);
3934
+ }
3935
+ }
3897
3936
  .compact\:grid-cols-1 {
3898
3937
  &:where([data-compact]) {
3899
3938
  grid-template-columns: repeat(1, minmax(0, 1fr));
@@ -4220,6 +4259,11 @@
4220
4259
  margin-bottom: var(--spacing-desktop-container-padding);
4221
4260
  }
4222
4261
  }
4262
+ .desktop\:mb-desktop-layout-group-gap {
4263
+ @container root (width >= 48rem) {
4264
+ margin-bottom: var(--spacing-desktop-layout-group-gap);
4265
+ }
4266
+ }
4223
4267
  .desktop\:block {
4224
4268
  @container root (width >= 48rem) {
4225
4269
  display: block;
@@ -2,31 +2,34 @@ import {
2
2
  DataGrid,
3
3
  DateInput,
4
4
  MobileDataGrid
5
- } from "../chunk-WNGFRQ4Y.js";
5
+ } from "../chunk-TXPN24PW.js";
6
6
  import "../chunk-M7INAUAJ.js";
7
- import "../chunk-ZIPJMN2E.js";
8
- import "../chunk-FJFZBIRG.js";
7
+ import "../chunk-GYQA4UIK.js";
8
+ import "../chunk-7ZCXZDJD.js";
9
9
  import {
10
10
  ProductImagePreview
11
- } from "../chunk-SBGGDIE3.js";
11
+ } from "../chunk-FIVKYEC3.js";
12
+ import "../chunk-YCDDBSVU.js";
13
+ import "../chunk-3X3Y4TMS.js";
12
14
  import "../chunk-BQNPOGD5.js";
13
15
  import {
14
16
  SearchResultImage
15
17
  } from "../chunk-Y5GD2FJA.js";
16
18
  import "../chunk-MBZ55T2D.js";
17
19
  import "../chunk-2IKT6IHB.js";
18
- import "../chunk-YCDDBSVU.js";
19
- import "../chunk-3X3Y4TMS.js";
20
- import "../chunk-4DXOA7NZ.js";
21
- import "../chunk-5BRIDIUA.js";
20
+ import "../chunk-RZ5EIDX4.js";
21
+ import "../chunk-AGHBLWDZ.js";
22
22
  import "../chunk-5IFPG6TS.js";
23
23
  import "../chunk-AJ5M6MVX.js";
24
24
  import "../chunk-M4FM3B3R.js";
25
25
  import "../chunk-AT4AWD6B.js";
26
26
  import "../chunk-EWGHVZL5.js";
27
+ import {
28
+ Select
29
+ } from "../chunk-I5BV7UPG.js";
27
30
  import {
28
31
  SimpleTable
29
- } from "../chunk-KJ5OQPPV.js";
32
+ } from "../chunk-63WMDTVQ.js";
30
33
  import {
31
34
  SkeletonParagraph
32
35
  } from "../chunk-L3BXRDLP.js";
@@ -39,33 +42,33 @@ import {
39
42
  import {
40
43
  Tooltip
41
44
  } from "../chunk-MDB26F6T.js";
42
- import {
43
- Select
44
- } from "../chunk-I5BV7UPG.js";
45
- import "../chunk-JADOJNBI.js";
45
+ import "../chunk-ZDXJXDZT.js";
46
46
  import "../chunk-4RJKB7LC.js";
47
+ import "../chunk-KV7LAH3T.js";
47
48
  import "../chunk-WVVEOCEH.js";
48
- import "../chunk-CMMQTIVM.js";
49
+ import "../chunk-EJOPJIRO.js";
49
50
  import "../chunk-AG43RS4Q.js";
50
- import "../chunk-AKJUBFJK.js";
51
+ import "../chunk-QVWYTQKL.js";
51
52
  import {
52
53
  ListGroup
53
- } from "../chunk-Z2QAJY5I.js";
54
+ } from "../chunk-UAMI54FE.js";
55
+ import {
56
+ EmptyCartIcon
57
+ } from "../chunk-75USUR3I.js";
54
58
  import "../chunk-BWPNXY7T.js";
55
- import "../chunk-QVWYTQKL.js";
56
59
  import {
57
60
  DataCellHeader,
58
61
  DataGridCell,
59
62
  DragAlongCell,
60
63
  DraggableCellHeader
61
- } from "../chunk-Y3EFHKAG.js";
64
+ } from "../chunk-DWICBU2V.js";
62
65
  import {
63
66
  Menu
64
67
  } from "../chunk-HGLOO52X.js";
65
68
  import "../chunk-MPYAHORM.js";
66
69
  import {
67
70
  MenuOption
68
- } from "../chunk-EZ4KZYKG.js";
71
+ } from "../chunk-YWQEMS2C.js";
69
72
  import {
70
73
  Search
71
74
  } from "../chunk-BKBJOF4J.js";
@@ -76,46 +79,53 @@ import {
76
79
  Label
77
80
  } from "../chunk-HXGJVYGQ.js";
78
81
  import "../chunk-WVUIIBRR.js";
79
- import {
80
- EmptyCartIcon
81
- } from "../chunk-75USUR3I.js";
82
- import "../chunk-PS6UJZVH.js";
83
82
  import {
84
83
  Checkbox
85
84
  } from "../chunk-M7WHWZ2J.js";
86
85
  import {
87
86
  CompactImagesPreview
88
- } from "../chunk-MHXYGKWA.js";
87
+ } from "../chunk-Q3G6Z5DM.js";
89
88
  import "../chunk-YD2JJ2VL.js";
90
89
  import "../chunk-VXWSAIB5.js";
91
90
  import "../chunk-DQRQZE6O.js";
92
91
  import "../chunk-5UH6QUFB.js";
92
+ import {
93
+ AccessCard
94
+ } from "../chunk-XJF4S3RB.js";
95
+ import "../chunk-ZCJWOHFN.js";
96
+ import "../chunk-PS6UJZVH.js";
97
+ import {
98
+ AccessCardGroup
99
+ } from "../chunk-XR733AKC.js";
93
100
  import {
94
101
  Subheader
95
102
  } from "../chunk-BYC6QID5.js";
96
103
  import {
97
104
  Accordion
98
- } from "../chunk-QYKOR7LE.js";
105
+ } from "../chunk-CQLRGYHM.js";
99
106
  import {
100
107
  Card
101
108
  } from "../chunk-KBJZUVLM.js";
102
109
  import {
103
110
  Alert
104
- } from "../chunk-7SFFUICM.js";
111
+ } from "../chunk-YLC7OHW2.js";
105
112
  import "../chunk-MXSJF6TW.js";
113
+ import {
114
+ Button
115
+ } from "../chunk-HVYK7COK.js";
116
+ import "../chunk-SBRRNFOP.js";
117
+ import "../chunk-MTGNBARV.js";
106
118
  import {
107
119
  Paragraph
108
120
  } from "../chunk-WMPWWFUJ.js";
109
- import "../chunk-AX4M7X4Z.js";
110
121
  import {
111
122
  Icon
112
123
  } from "../chunk-NKUETCDA.js";
113
- import {
114
- Button
115
- } from "../chunk-45AHDOAU.js";
116
124
  import "../chunk-7KWFEH56.js";
117
125
  import "../chunk-ORMEWXMH.js";
118
126
  export {
127
+ AccessCard,
128
+ AccessCardGroup,
119
129
  Accordion,
120
130
  Alert,
121
131
  Button,
package/dist/index.css CHANGED
@@ -95,6 +95,7 @@
95
95
  --shadow-4: 0px 0px 4px 0px rgba(0, 0, 0, 0.12), 0px 4px 4px 0px rgba(0, 0, 0, 0.12);
96
96
  --shadow-16: 0px 0px 16px 0px rgba(0, 0, 0, 0.12), 0px 16px 16px 0px rgba(0, 0, 0, 0.12);
97
97
  --shadow-nav-tab: 0px -4px 4px -4px rgba(0, 0, 0, 0.32) inset;
98
+ --shadow-access-card: 0 1px 2px 0 rgba(0, 0, 0, 0.25), 0 1px 4px 0 rgba(0, 0, 0, 0.15);
98
99
  --color-decoration-underline: transparent;
99
100
  --text-display-1-desktop: 32px;
100
101
  --text-display-1-mobile: 32px;
@@ -599,6 +600,12 @@
599
600
  max-width: 1536px;
600
601
  }
601
602
  }
603
+ .-m-0\.75 {
604
+ margin: calc(var(--spacing) * -0.75);
605
+ }
606
+ .-m-\[3px\] {
607
+ margin: calc(3px * -1);
608
+ }
602
609
  .m-4 {
603
610
  margin: calc(var(--spacing) * 4);
604
611
  }
@@ -647,6 +654,9 @@
647
654
  .mr-auto {
648
655
  margin-right: auto;
649
656
  }
657
+ .mb-2 {
658
+ margin-bottom: calc(var(--spacing) * 2);
659
+ }
650
660
  .mb-3 {
651
661
  margin-bottom: calc(var(--spacing) * 3);
652
662
  }
@@ -656,6 +666,9 @@
656
666
  .mb-mobile-container-padding {
657
667
  margin-bottom: var(--spacing-mobile-container-padding);
658
668
  }
669
+ .mb-mobile-layout-group-gap {
670
+ margin-bottom: var(--spacing-mobile-layout-group-gap);
671
+ }
659
672
  .-ml-px {
660
673
  margin-left: -1px;
661
674
  }
@@ -1936,6 +1949,9 @@
1936
1949
  .p-6 {
1937
1950
  padding: calc(var(--spacing) * 6);
1938
1951
  }
1952
+ .p-\[4px\] {
1953
+ padding: 4px;
1954
+ }
1939
1955
  .p-\[calc\(var\(--spacing-desktop-component-padding\)_-_1px\)\] {
1940
1956
  padding: calc(var(--spacing-desktop-component-padding) - 1px);
1941
1957
  }
@@ -2047,6 +2063,9 @@
2047
2063
  .pt-mobile-layout-padding {
2048
2064
  padding-top: var(--spacing-mobile-layout-padding);
2049
2065
  }
2066
+ .pr-4 {
2067
+ padding-right: calc(var(--spacing) * 4);
2068
+ }
2050
2069
  .pr-mobile-component-padding {
2051
2070
  padding-right: var(--spacing-mobile-component-padding);
2052
2071
  }
@@ -2291,6 +2310,9 @@
2291
2310
  .text-inherit {
2292
2311
  color: inherit;
2293
2312
  }
2313
+ .text-neutral-000 {
2314
+ color: var(--color-neutral-000);
2315
+ }
2294
2316
  .text-neutral-100 {
2295
2317
  color: var(--color-neutral-100);
2296
2318
  }
@@ -2402,6 +2424,9 @@
2402
2424
  .opacity-70 {
2403
2425
  opacity: 70%;
2404
2426
  }
2427
+ .opacity-75 {
2428
+ opacity: 75%;
2429
+ }
2405
2430
  .opacity-100 {
2406
2431
  opacity: 100%;
2407
2432
  }
@@ -2441,6 +2466,15 @@
2441
2466
  var(--tw-ring-shadow),
2442
2467
  var(--tw-shadow);
2443
2468
  }
2469
+ .shadow-access-card {
2470
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.25)), 0 1px 4px 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.15));
2471
+ box-shadow:
2472
+ var(--tw-inset-shadow),
2473
+ var(--tw-inset-ring-shadow),
2474
+ var(--tw-ring-offset-shadow),
2475
+ var(--tw-ring-shadow),
2476
+ var(--tw-shadow);
2477
+ }
2444
2478
  .shadow-nav-tab {
2445
2479
  --tw-shadow: 0px -4px 4px -4px var(--tw-shadow-color, rgba(0, 0, 0, 0.32)) inset;
2446
2480
  box-shadow:
@@ -3872,6 +3906,11 @@
3872
3906
  margin-top: var(--spacing-desktop-compact-component-gap);
3873
3907
  }
3874
3908
  }
3909
+ .compact\:mb-desktop-compact-layout-group-gap {
3910
+ &:where([data-compact]) {
3911
+ margin-bottom: var(--spacing-desktop-compact-layout-group-gap);
3912
+ }
3913
+ }
3875
3914
  .compact\:grid-cols-1 {
3876
3915
  &:where([data-compact]) {
3877
3916
  grid-template-columns: repeat(1, minmax(0, 1fr));
@@ -4198,6 +4237,11 @@
4198
4237
  margin-bottom: var(--spacing-desktop-container-padding);
4199
4238
  }
4200
4239
  }
4240
+ .desktop\:mb-desktop-layout-group-gap {
4241
+ @container root (width >= 48rem) {
4242
+ margin-bottom: var(--spacing-desktop-layout-group-gap);
4243
+ }
4244
+ }
4201
4245
  .desktop\:block {
4202
4246
  @container root (width >= 48rem) {
4203
4247
  display: block;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dmsi/wedgekit-react",
3
3
  "private": false,
4
- "version": "0.0.552",
4
+ "version": "0.0.554",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsup",
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  Label
3
3
  } from "./chunk-HXGJVYGQ.js";
4
- import {
5
- Caption
6
- } from "./chunk-PS6UJZVH.js";
7
4
  import {
8
5
  useMatchesMobile
9
6
  } from "./chunk-YD2JJ2VL.js";
7
+ import {
8
+ Caption
9
+ } from "./chunk-PS6UJZVH.js";
10
10
  import {
11
11
  Paragraph
12
12
  } from "./chunk-WMPWWFUJ.js";