@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
@@ -346,7 +346,8 @@ var Stack = (_a) => {
346
346
  bottom,
347
347
  zIndex,
348
348
  flexWrap,
349
- className
349
+ className,
350
+ unclipEdges
350
351
  } = _b, props = __objRest(_b, [
351
352
  "children",
352
353
  "items",
@@ -395,7 +396,8 @@ var Stack = (_a) => {
395
396
  "bottom",
396
397
  "zIndex",
397
398
  "flexWrap",
398
- "className"
399
+ "className",
400
+ "unclipEdges"
399
401
  ]);
400
402
  var _a2, _b2, _c, _d, _e, _f, _g;
401
403
  const flexClassNames = getFlexClassNames({ items, justify, grow });
@@ -487,6 +489,7 @@ var Stack = (_a) => {
487
489
  elevation === 4 && "shadow-4",
488
490
  elevation === 16 && "shadow-16",
489
491
  rounded && "rounded",
492
+ unclipEdges && "-m-0.75 p-1",
490
493
  className
491
494
  ),
492
495
  children
@@ -1,19 +1,19 @@
1
1
  import {
2
2
  ProductImagePreview
3
- } from "../../chunk-SBGGDIE3.js";
3
+ } from "../../chunk-FIVKYEC3.js";
4
+ import "../../chunk-YCDDBSVU.js";
5
+ import "../../chunk-3X3Y4TMS.js";
4
6
  import "../../chunk-BQNPOGD5.js";
5
7
  import "../../chunk-MBZ55T2D.js";
6
8
  import "../../chunk-2IKT6IHB.js";
7
- import "../../chunk-YCDDBSVU.js";
8
- import "../../chunk-3X3Y4TMS.js";
9
9
  import "../../chunk-AT4AWD6B.js";
10
- import "../../chunk-BWPNXY7T.js";
11
10
  import "../../chunk-QVWYTQKL.js";
11
+ import "../../chunk-BWPNXY7T.js";
12
12
  import "../../chunk-YD2JJ2VL.js";
13
13
  import "../../chunk-VXWSAIB5.js";
14
14
  import "../../chunk-DQRQZE6O.js";
15
15
  import "../../chunk-5UH6QUFB.js";
16
- import "../../chunk-AX4M7X4Z.js";
16
+ import "../../chunk-MTGNBARV.js";
17
17
  import "../../chunk-7KWFEH56.js";
18
18
  import "../../chunk-ORMEWXMH.js";
19
19
  export {
@@ -1,139 +1,10 @@
1
1
  "use client";
2
2
  import {
3
- Paragraph
4
- } from "../chunk-WMPWWFUJ.js";
5
- import {
6
- baseTransition,
7
- componentGap
8
- } from "../chunk-7KWFEH56.js";
9
- import {
10
- __objRest,
11
- __spreadValues
12
- } from "../chunk-ORMEWXMH.js";
13
-
14
- // src/components/Radio.tsx
15
- import clsx from "clsx";
16
- import { jsx, jsxs } from "react/jsx-runtime";
17
- var Radio = (_a) => {
18
- var _b = _a, {
19
- className,
20
- label,
21
- error,
22
- disabled,
23
- checked,
24
- readOnly,
25
- id,
26
- testid
27
- } = _b, props = __objRest(_b, [
28
- "className",
29
- "label",
30
- "error",
31
- "disabled",
32
- "checked",
33
- "readOnly",
34
- "id",
35
- "testid"
36
- ]);
37
- const radioId = id;
38
- const paragraphColor = disabled ? "text-primary-disabled" : error ? "text-primary-error" : "text-primary-normal";
39
- const defaultClassName = clsx(
40
- !error && !disabled && "border-border-primary-normal peer-hover:border-border-action-hover peer-hover:bg-background-action-secondary-hover peer-focus:border-border-action-hover peer-focus:bg-background-action-secondary-hover peer-active:border-border-action-active peer-active:bg-background-action-secondary-active peer-checked:border-0 peer-checked:bg-background-action-secondary-hover"
41
- );
42
- const errorClassName = clsx(
43
- error && !disabled && "border-border-action-critical-normal peer-hover:border-border-action-critical-hover peer-hover:bg-background-action-critical-secondary-hover peer-focus:border-border-action-critical-hover peer-focus:bg-background-action-critical-secondary-hover peer-active:border-border-action-critical-active peer-active:bg-background-action-secondary-active peer-checked:bg-background-action-critical-secondary-hover peer-checked:border-0 "
44
- );
45
- const disabledClassName = clsx(
46
- disabled && "peer-disabled:bg-background-action-secondary-disabled peer-disabled:border-border-primary-normal peer-checked:border-0"
47
- );
48
- const readonlyClassName = clsx(
49
- readOnly && "peer-read-only:bg-background-action-secondary-disabled peer-read-only:border-border-primary-normal peer-checked:border-0"
50
- );
51
- return /* @__PURE__ */ jsxs(
52
- "label",
53
- {
54
- htmlFor: radioId,
55
- "data-testid": testid,
56
- className: clsx(
57
- "flex items-center",
58
- componentGap,
59
- disabled ? "cursor-default" : "cursor-pointer",
60
- className
61
- ),
62
- children: [
63
- /* @__PURE__ */ jsxs("div", { className: "relative", children: [
64
- /* @__PURE__ */ jsx(
65
- "input",
66
- __spreadValues({
67
- id: radioId,
68
- "data-testid": testid ? `${testid}-input` : void 0,
69
- type: "radio",
70
- className: "sr-only peer",
71
- disabled,
72
- checked,
73
- readOnly
74
- }, props)
75
- ),
76
- /* @__PURE__ */ jsx(
77
- "div",
78
- {
79
- className: clsx(
80
- "size-6 rounded-full border flex items-center justify-center",
81
- baseTransition,
82
- defaultClassName,
83
- errorClassName,
84
- disabledClassName,
85
- readonlyClassName
86
- ),
87
- children: checked && /* @__PURE__ */ jsx(
88
- RadioIcon,
89
- {
90
- className: clsx(
91
- "transition-colors",
92
- !error && !disabled && "text-icon-on-action-secondary-normal hover:text-icon-on-action-secondary-hover active:text-icon-on-action-secondary-active peer-hover:text-icon-on-action-secondary-hover peer-focus:text-icon-on-action-secondary-hover peer-active:text-icon-on-action-secondary-active",
93
- error && !disabled && "text-icon-action-critical-secondary-normal hover:text-icon-action-critical-secondary-hover active:text-icon-action-critical-secondary-active peer-hover:text-icon-action-critical-secondary-hover peer-focus:text-icon-action-critical-secondary-hover peer-active:text-icon-action-critical-secondary-active",
94
- disabled && "text-icon-on-action-secondary-disabled",
95
- readOnly && "text-icon-on-action-secondary-disabled"
96
- )
97
- }
98
- )
99
- }
100
- )
101
- ] }),
102
- label && /* @__PURE__ */ jsx(Paragraph, { id: radioId ? `${radioId}-label` : void 0, testid: testid ? `${testid}-label` : void 0, padded: true, color: paragraphColor, children: label })
103
- ]
104
- }
105
- );
106
- };
107
- Radio.displayName = "Radio";
108
- var RadioIcon = ({ className }) => {
109
- return /* @__PURE__ */ jsxs(
110
- "svg",
111
- {
112
- className,
113
- xmlns: "http://www.w3.org/2000/svg",
114
- width: "24",
115
- height: "24",
116
- viewBox: "0 0 24 24",
117
- fill: "none",
118
- children: [
119
- /* @__PURE__ */ jsx(
120
- "rect",
121
- {
122
- x: "1",
123
- y: "1",
124
- width: "22",
125
- height: "22",
126
- rx: "11",
127
- stroke: "currentColor",
128
- strokeWidth: "2"
129
- }
130
- ),
131
- /* @__PURE__ */ jsx("rect", { x: "4", y: "4", width: "16", height: "16", rx: "8", fill: "currentColor" })
132
- ]
133
- }
134
- );
135
- };
136
- RadioIcon.displayName = "RadioIcon";
3
+ Radio
4
+ } from "../chunk-ZCJWOHFN.js";
5
+ import "../chunk-WMPWWFUJ.js";
6
+ import "../chunk-7KWFEH56.js";
7
+ import "../chunk-ORMEWXMH.js";
137
8
  export {
138
9
  Radio
139
10
  };
@@ -327,7 +327,8 @@ var Stack = (_a) => {
327
327
  bottom,
328
328
  zIndex,
329
329
  flexWrap,
330
- className
330
+ className,
331
+ unclipEdges
331
332
  } = _b, props = __objRest(_b, [
332
333
  "children",
333
334
  "items",
@@ -376,7 +377,8 @@ var Stack = (_a) => {
376
377
  "bottom",
377
378
  "zIndex",
378
379
  "flexWrap",
379
- "className"
380
+ "className",
381
+ "unclipEdges"
380
382
  ]);
381
383
  var _a2, _b2, _c, _d, _e, _f, _g;
382
384
  const flexClassNames = getFlexClassNames({ items, justify, grow });
@@ -468,6 +470,7 @@ var Stack = (_a) => {
468
470
  elevation === 4 && "shadow-4",
469
471
  elevation === 16 && "shadow-16",
470
472
  rounded && "rounded",
473
+ unclipEdges && "-m-0.75 p-1",
471
474
  className
472
475
  ),
473
476
  children
@@ -4,7 +4,7 @@ import {
4
4
  } from "../chunk-HXGJVYGQ.js";
5
5
  import {
6
6
  Stack
7
- } from "../chunk-AX4M7X4Z.js";
7
+ } from "../chunk-MTGNBARV.js";
8
8
  import {
9
9
  Icon
10
10
  } from "../chunk-NKUETCDA.js";
@@ -279,7 +279,8 @@ var Stack = (_a) => {
279
279
  bottom,
280
280
  zIndex,
281
281
  flexWrap,
282
- className
282
+ className,
283
+ unclipEdges
283
284
  } = _b, props = __objRest(_b, [
284
285
  "children",
285
286
  "items",
@@ -328,7 +329,8 @@ var Stack = (_a) => {
328
329
  "bottom",
329
330
  "zIndex",
330
331
  "flexWrap",
331
- "className"
332
+ "className",
333
+ "unclipEdges"
332
334
  ]);
333
335
  var _a2, _b2, _c, _d, _e, _f, _g;
334
336
  const flexClassNames = getFlexClassNames({ items, justify, grow });
@@ -420,6 +422,7 @@ var Stack = (_a) => {
420
422
  elevation === 4 && "shadow-4",
421
423
  elevation === 16 && "shadow-16",
422
424
  rounded && "rounded",
425
+ unclipEdges && "-m-0.75 p-1",
423
426
  className
424
427
  ),
425
428
  children
@@ -1,9 +1,9 @@
1
+ import {
2
+ Stack
3
+ } from "../chunk-MTGNBARV.js";
1
4
  import {
2
5
  Paragraph
3
6
  } from "../chunk-WMPWWFUJ.js";
4
- import {
5
- Stack
6
- } from "../chunk-AX4M7X4Z.js";
7
7
  import {
8
8
  baseTransition,
9
9
  componentPaddingMinus2pxBorder
@@ -330,7 +330,8 @@ var Stack = (_a) => {
330
330
  bottom,
331
331
  zIndex,
332
332
  flexWrap,
333
- className
333
+ className,
334
+ unclipEdges
334
335
  } = _b, props = __objRest(_b, [
335
336
  "children",
336
337
  "items",
@@ -379,7 +380,8 @@ var Stack = (_a) => {
379
380
  "bottom",
380
381
  "zIndex",
381
382
  "flexWrap",
382
- "className"
383
+ "className",
384
+ "unclipEdges"
383
385
  ]);
384
386
  var _a2, _b2, _c, _d, _e, _f, _g;
385
387
  const flexClassNames = getFlexClassNames({ items, justify, grow });
@@ -471,6 +473,7 @@ var Stack = (_a) => {
471
473
  elevation === 4 && "shadow-4",
472
474
  elevation === 16 && "shadow-16",
473
475
  rounded && "rounded",
476
+ unclipEdges && "-m-0.75 p-1",
474
477
  className
475
478
  ),
476
479
  children
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  SimpleTable
3
- } from "../chunk-KJ5OQPPV.js";
3
+ } from "../chunk-63WMDTVQ.js";
4
4
  import "../chunk-BYC6QID5.js";
5
- import "../chunk-AX4M7X4Z.js";
5
+ import "../chunk-MTGNBARV.js";
6
6
  import "../chunk-7KWFEH56.js";
7
7
  import "../chunk-ORMEWXMH.js";
8
8
  export {
@@ -278,7 +278,8 @@ var Stack = (_a) => {
278
278
  bottom,
279
279
  zIndex,
280
280
  flexWrap,
281
- className
281
+ className,
282
+ unclipEdges
282
283
  } = _b, props = __objRest(_b, [
283
284
  "children",
284
285
  "items",
@@ -327,7 +328,8 @@ var Stack = (_a) => {
327
328
  "bottom",
328
329
  "zIndex",
329
330
  "flexWrap",
330
- "className"
331
+ "className",
332
+ "unclipEdges"
331
333
  ]);
332
334
  var _a2, _b2, _c, _d, _e, _f, _g;
333
335
  const flexClassNames = getFlexClassNames({ items, justify, grow });
@@ -419,6 +421,7 @@ var Stack = (_a) => {
419
421
  elevation === 4 && "shadow-4",
420
422
  elevation === 16 && "shadow-16",
421
423
  rounded && "rounded",
424
+ unclipEdges && "-m-0.75 p-1",
422
425
  className
423
426
  ),
424
427
  children
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Stack
3
- } from "../chunk-AX4M7X4Z.js";
3
+ } from "../chunk-MTGNBARV.js";
4
4
  import "../chunk-7KWFEH56.js";
5
5
  import "../chunk-ORMEWXMH.js";
6
6
  export {