@dmsi/wedgekit-react 0.0.611 → 0.0.613
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-KBAWRZQ5.js → chunk-3RDRWJVI.js} +1 -1
- package/dist/{chunk-EEN3J3RX.js → chunk-74HXF5GF.js} +1 -1
- package/dist/{chunk-YF36ASRS.js → chunk-B5LYYUJM.js} +6 -4
- package/dist/{chunk-ID26S3W2.js → chunk-P3BS25Q3.js} +1 -1
- package/dist/{chunk-IFOBT2T3.js → chunk-UUKHQUSF.js} +3 -1
- package/dist/components/CalendarRange.cjs +8 -4
- package/dist/components/CalendarRange.css +0 -5
- package/dist/components/CalendarRange.js +5 -5
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.cjs +8 -4
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.css +0 -5
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +5 -5
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.cjs +8 -4
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.css +0 -5
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +5 -5
- package/dist/components/DataGrid/PinnedColumns.cjs +8 -4
- package/dist/components/DataGrid/PinnedColumns.css +0 -5
- package/dist/components/DataGrid/PinnedColumns.js +5 -5
- package/dist/components/DataGrid/TableBody/LoadingCell.cjs +8 -4
- package/dist/components/DataGrid/TableBody/LoadingCell.css +0 -5
- package/dist/components/DataGrid/TableBody/LoadingCell.js +5 -5
- package/dist/components/DataGrid/TableBody/TableBodyRow.cjs +8 -4
- package/dist/components/DataGrid/TableBody/TableBodyRow.css +0 -5
- package/dist/components/DataGrid/TableBody/TableBodyRow.js +5 -5
- package/dist/components/DataGrid/TableBody/index.cjs +8 -4
- package/dist/components/DataGrid/TableBody/index.css +0 -5
- package/dist/components/DataGrid/TableBody/index.js +5 -5
- package/dist/components/DataGrid/index.cjs +8 -4
- package/dist/components/DataGrid/index.css +0 -5
- package/dist/components/DataGrid/index.js +5 -5
- package/dist/components/DataGrid/utils.cjs +8 -4
- package/dist/components/DataGrid/utils.css +0 -5
- package/dist/components/DataGrid/utils.js +5 -5
- package/dist/components/DateInput.cjs +8 -4
- package/dist/components/DateInput.css +0 -5
- package/dist/components/DateInput.js +5 -5
- package/dist/components/DateRangeInput.cjs +8 -4
- package/dist/components/DateRangeInput.css +0 -5
- package/dist/components/DateRangeInput.js +5 -5
- package/dist/components/MobileDataGrid/ColumnSelector/index.cjs +8 -4
- package/dist/components/MobileDataGrid/ColumnSelector/index.css +0 -5
- package/dist/components/MobileDataGrid/ColumnSelector/index.js +5 -5
- package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +8 -4
- package/dist/components/MobileDataGrid/MobileDataGridHeader.css +0 -5
- package/dist/components/MobileDataGrid/MobileDataGridHeader.js +5 -5
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.cjs +8 -4
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +4 -4
- package/dist/components/MobileDataGrid/index.cjs +8 -4
- package/dist/components/MobileDataGrid/index.css +0 -5
- package/dist/components/MobileDataGrid/index.js +5 -5
- package/dist/components/Modal.cjs +8 -4
- package/dist/components/Modal.js +3 -3
- package/dist/components/ModalButtons.cjs +3 -1
- package/dist/components/ModalButtons.js +1 -1
- package/dist/components/ModalHeader.cjs +1 -1
- package/dist/components/ModalHeader.js +1 -1
- package/dist/components/NestedMenu.cjs +30 -27
- package/dist/components/NestedMenu.js +30 -27
- package/dist/components/PDFViewer/index.cjs +8 -4
- package/dist/components/PDFViewer/index.js +3 -3
- package/dist/components/index.cjs +8 -4
- package/dist/components/index.css +0 -5
- package/dist/components/index.js +5 -5
- package/dist/index.css +0 -5
- package/package.json +1 -1
|
@@ -62,7 +62,7 @@ var ModalHeader = ({
|
|
|
62
62
|
iconOnly: true,
|
|
63
63
|
variant: "tertiary",
|
|
64
64
|
onClick: onClose,
|
|
65
|
-
leftIcon: /* @__PURE__ */ jsx("span", { className: "text-
|
|
65
|
+
leftIcon: /* @__PURE__ */ jsx("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ jsx(Icon, { name: "close", size: 24 }) })
|
|
66
66
|
}
|
|
67
67
|
)
|
|
68
68
|
]
|
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
} from "./chunk-4RJKB7LC.js";
|
|
4
4
|
import {
|
|
5
5
|
ModalButtons
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-UUKHQUSF.js";
|
|
7
7
|
import {
|
|
8
8
|
ModalContent
|
|
9
9
|
} from "./chunk-WVVEOCEH.js";
|
|
10
10
|
import {
|
|
11
11
|
ModalHeader
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-74HXF5GF.js";
|
|
13
13
|
import {
|
|
14
14
|
ModalScrim
|
|
15
15
|
} from "./chunk-AG43RS4Q.js";
|
|
@@ -106,7 +106,8 @@ var Modal = ({
|
|
|
106
106
|
headerClassname,
|
|
107
107
|
customFooter,
|
|
108
108
|
noWrapper,
|
|
109
|
-
titleAs: TitleComponent
|
|
109
|
+
titleAs: TitleComponent,
|
|
110
|
+
mobileButtonStack = false
|
|
110
111
|
}) => {
|
|
111
112
|
var _a;
|
|
112
113
|
const mounted = useMounted();
|
|
@@ -252,7 +253,8 @@ var Modal = ({
|
|
|
252
253
|
testid: testid ? `${testid}-buttons` : void 0,
|
|
253
254
|
onClose: handleClose,
|
|
254
255
|
onContinue,
|
|
255
|
-
customActions
|
|
256
|
+
customActions,
|
|
257
|
+
mobileButtonStack
|
|
256
258
|
}
|
|
257
259
|
) : null
|
|
258
260
|
]
|
|
@@ -17,7 +17,8 @@ var ModalButtons = ({
|
|
|
17
17
|
onContinue,
|
|
18
18
|
customActions,
|
|
19
19
|
id,
|
|
20
|
-
testid
|
|
20
|
+
testid,
|
|
21
|
+
mobileButtonStack = false
|
|
21
22
|
}) => {
|
|
22
23
|
return /* @__PURE__ */ jsx(
|
|
23
24
|
"div",
|
|
@@ -26,6 +27,7 @@ var ModalButtons = ({
|
|
|
26
27
|
"data-testid": testid,
|
|
27
28
|
className: clsx(
|
|
28
29
|
"border-t border-neutral-300 flex justify-end",
|
|
30
|
+
mobileButtonStack && "flex-col ",
|
|
29
31
|
layoutPaddding,
|
|
30
32
|
layoutGroupGap
|
|
31
33
|
),
|
|
@@ -4758,7 +4758,7 @@ var ModalHeader = ({
|
|
|
4758
4758
|
iconOnly: true,
|
|
4759
4759
|
variant: "tertiary",
|
|
4760
4760
|
onClick: onClose,
|
|
4761
|
-
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "text-
|
|
4761
|
+
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { name: "close", size: 24 }) })
|
|
4762
4762
|
}
|
|
4763
4763
|
)
|
|
4764
4764
|
]
|
|
@@ -4800,7 +4800,8 @@ var ModalButtons = ({
|
|
|
4800
4800
|
onContinue,
|
|
4801
4801
|
customActions,
|
|
4802
4802
|
id,
|
|
4803
|
-
testid
|
|
4803
|
+
testid,
|
|
4804
|
+
mobileButtonStack = false
|
|
4804
4805
|
}) => {
|
|
4805
4806
|
return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4806
4807
|
"div",
|
|
@@ -4809,6 +4810,7 @@ var ModalButtons = ({
|
|
|
4809
4810
|
"data-testid": testid,
|
|
4810
4811
|
className: (0, import_clsx26.default)(
|
|
4811
4812
|
"border-t border-neutral-300 flex justify-end",
|
|
4813
|
+
mobileButtonStack && "flex-col ",
|
|
4812
4814
|
layoutPaddding,
|
|
4813
4815
|
layoutGroupGap
|
|
4814
4816
|
),
|
|
@@ -4972,7 +4974,8 @@ var Modal = ({
|
|
|
4972
4974
|
headerClassname,
|
|
4973
4975
|
customFooter,
|
|
4974
4976
|
noWrapper,
|
|
4975
|
-
titleAs: TitleComponent
|
|
4977
|
+
titleAs: TitleComponent,
|
|
4978
|
+
mobileButtonStack = false
|
|
4976
4979
|
}) => {
|
|
4977
4980
|
var _a;
|
|
4978
4981
|
const mounted = useMounted();
|
|
@@ -5118,7 +5121,8 @@ var Modal = ({
|
|
|
5118
5121
|
testid: testid ? `${testid}-buttons` : void 0,
|
|
5119
5122
|
onClose: handleClose,
|
|
5120
5123
|
onContinue,
|
|
5121
|
-
customActions
|
|
5124
|
+
customActions,
|
|
5125
|
+
mobileButtonStack
|
|
5122
5126
|
}
|
|
5123
5127
|
) : null
|
|
5124
5128
|
]
|
|
@@ -4664,11 +4664,6 @@
|
|
|
4664
4664
|
line-height: var(--leading-subheader-desktop);
|
|
4665
4665
|
}
|
|
4666
4666
|
}
|
|
4667
|
-
.desktop\:text-icon-primary-normal {
|
|
4668
|
-
@container root (width >= 48rem) {
|
|
4669
|
-
color: var(--color-icon-primary-normal);
|
|
4670
|
-
}
|
|
4671
|
-
}
|
|
4672
4667
|
.desktop\:\*\:py-desktop-component-padding {
|
|
4673
4668
|
@container root (width >= 48rem) {
|
|
4674
4669
|
:is(& > *) {
|
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
CalendarRange,
|
|
3
3
|
CalendarRange_default,
|
|
4
4
|
isWeekend
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-3RDRWJVI.js";
|
|
6
|
+
import "../chunk-P3BS25Q3.js";
|
|
7
7
|
import "../chunk-M7INAUAJ.js";
|
|
8
8
|
import "../chunk-7ZCXZDJD.js";
|
|
9
9
|
import "../chunk-ZD2A45VT.js";
|
|
@@ -26,11 +26,11 @@ import "../chunk-L3BXRDLP.js";
|
|
|
26
26
|
import "../chunk-34VEVX5H.js";
|
|
27
27
|
import "../chunk-LB7UT6F3.js";
|
|
28
28
|
import "../chunk-AS57Y2D3.js";
|
|
29
|
-
import "../chunk-
|
|
29
|
+
import "../chunk-B5LYYUJM.js";
|
|
30
30
|
import "../chunk-4RJKB7LC.js";
|
|
31
|
-
import "../chunk-
|
|
31
|
+
import "../chunk-UUKHQUSF.js";
|
|
32
32
|
import "../chunk-WVVEOCEH.js";
|
|
33
|
-
import "../chunk-
|
|
33
|
+
import "../chunk-74HXF5GF.js";
|
|
34
34
|
import "../chunk-AG43RS4Q.js";
|
|
35
35
|
import "../chunk-QVWYTQKL.js";
|
|
36
36
|
import "../chunk-UAMI54FE.js";
|
|
@@ -5191,7 +5191,7 @@ var ModalHeader = ({
|
|
|
5191
5191
|
iconOnly: true,
|
|
5192
5192
|
variant: "tertiary",
|
|
5193
5193
|
onClick: onClose,
|
|
5194
|
-
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "text-
|
|
5194
|
+
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { name: "close", size: 24 }) })
|
|
5195
5195
|
}
|
|
5196
5196
|
)
|
|
5197
5197
|
]
|
|
@@ -5233,7 +5233,8 @@ var ModalButtons = ({
|
|
|
5233
5233
|
onContinue,
|
|
5234
5234
|
customActions,
|
|
5235
5235
|
id,
|
|
5236
|
-
testid
|
|
5236
|
+
testid,
|
|
5237
|
+
mobileButtonStack = false
|
|
5237
5238
|
}) => {
|
|
5238
5239
|
return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
5239
5240
|
"div",
|
|
@@ -5242,6 +5243,7 @@ var ModalButtons = ({
|
|
|
5242
5243
|
"data-testid": testid,
|
|
5243
5244
|
className: (0, import_clsx27.default)(
|
|
5244
5245
|
"border-t border-neutral-300 flex justify-end",
|
|
5246
|
+
mobileButtonStack && "flex-col ",
|
|
5245
5247
|
layoutPaddding,
|
|
5246
5248
|
layoutGroupGap
|
|
5247
5249
|
),
|
|
@@ -5405,7 +5407,8 @@ var Modal = ({
|
|
|
5405
5407
|
headerClassname,
|
|
5406
5408
|
customFooter,
|
|
5407
5409
|
noWrapper,
|
|
5408
|
-
titleAs: TitleComponent
|
|
5410
|
+
titleAs: TitleComponent,
|
|
5411
|
+
mobileButtonStack = false
|
|
5409
5412
|
}) => {
|
|
5410
5413
|
var _a;
|
|
5411
5414
|
const mounted = useMounted();
|
|
@@ -5551,7 +5554,8 @@ var Modal = ({
|
|
|
5551
5554
|
testid: testid ? `${testid}-buttons` : void 0,
|
|
5552
5555
|
onClose: handleClose,
|
|
5553
5556
|
onContinue,
|
|
5554
|
-
customActions
|
|
5557
|
+
customActions,
|
|
5558
|
+
mobileButtonStack
|
|
5555
5559
|
}
|
|
5556
5560
|
) : null
|
|
5557
5561
|
]
|
|
@@ -4664,11 +4664,6 @@
|
|
|
4664
4664
|
line-height: var(--leading-subheader-desktop);
|
|
4665
4665
|
}
|
|
4666
4666
|
}
|
|
4667
|
-
.desktop\:text-icon-primary-normal {
|
|
4668
|
-
@container root (width >= 48rem) {
|
|
4669
|
-
color: var(--color-icon-primary-normal);
|
|
4670
|
-
}
|
|
4671
|
-
}
|
|
4672
4667
|
.desktop\:\*\:py-desktop-component-padding {
|
|
4673
4668
|
@container root (width >= 48rem) {
|
|
4674
4669
|
:is(& > *) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ColumnSelectorMenuOption
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-3RDRWJVI.js";
|
|
4
|
+
import "../../../chunk-P3BS25Q3.js";
|
|
5
5
|
import "../../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../../chunk-7ZCXZDJD.js";
|
|
7
7
|
import "../../../chunk-ZD2A45VT.js";
|
|
@@ -24,11 +24,11 @@ import "../../../chunk-L3BXRDLP.js";
|
|
|
24
24
|
import "../../../chunk-34VEVX5H.js";
|
|
25
25
|
import "../../../chunk-LB7UT6F3.js";
|
|
26
26
|
import "../../../chunk-AS57Y2D3.js";
|
|
27
|
-
import "../../../chunk-
|
|
27
|
+
import "../../../chunk-B5LYYUJM.js";
|
|
28
28
|
import "../../../chunk-4RJKB7LC.js";
|
|
29
|
-
import "../../../chunk-
|
|
29
|
+
import "../../../chunk-UUKHQUSF.js";
|
|
30
30
|
import "../../../chunk-WVVEOCEH.js";
|
|
31
|
-
import "../../../chunk-
|
|
31
|
+
import "../../../chunk-74HXF5GF.js";
|
|
32
32
|
import "../../../chunk-AG43RS4Q.js";
|
|
33
33
|
import "../../../chunk-QVWYTQKL.js";
|
|
34
34
|
import "../../../chunk-UAMI54FE.js";
|
|
@@ -5113,7 +5113,7 @@ var ModalHeader = ({
|
|
|
5113
5113
|
iconOnly: true,
|
|
5114
5114
|
variant: "tertiary",
|
|
5115
5115
|
onClick: onClose,
|
|
5116
|
-
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "text-
|
|
5116
|
+
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Icon, { name: "close", size: 24 }) })
|
|
5117
5117
|
}
|
|
5118
5118
|
)
|
|
5119
5119
|
]
|
|
@@ -5155,7 +5155,8 @@ var ModalButtons = ({
|
|
|
5155
5155
|
onContinue,
|
|
5156
5156
|
customActions,
|
|
5157
5157
|
id,
|
|
5158
|
-
testid
|
|
5158
|
+
testid,
|
|
5159
|
+
mobileButtonStack = false
|
|
5159
5160
|
}) => {
|
|
5160
5161
|
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
5161
5162
|
"div",
|
|
@@ -5164,6 +5165,7 @@ var ModalButtons = ({
|
|
|
5164
5165
|
"data-testid": testid,
|
|
5165
5166
|
className: (0, import_clsx27.default)(
|
|
5166
5167
|
"border-t border-neutral-300 flex justify-end",
|
|
5168
|
+
mobileButtonStack && "flex-col ",
|
|
5167
5169
|
layoutPaddding,
|
|
5168
5170
|
layoutGroupGap
|
|
5169
5171
|
),
|
|
@@ -5327,7 +5329,8 @@ var Modal = ({
|
|
|
5327
5329
|
headerClassname,
|
|
5328
5330
|
customFooter,
|
|
5329
5331
|
noWrapper,
|
|
5330
|
-
titleAs: TitleComponent
|
|
5332
|
+
titleAs: TitleComponent,
|
|
5333
|
+
mobileButtonStack = false
|
|
5331
5334
|
}) => {
|
|
5332
5335
|
var _a;
|
|
5333
5336
|
const mounted = useMounted();
|
|
@@ -5473,7 +5476,8 @@ var Modal = ({
|
|
|
5473
5476
|
testid: testid ? `${testid}-buttons` : void 0,
|
|
5474
5477
|
onClose: handleClose,
|
|
5475
5478
|
onContinue,
|
|
5476
|
-
customActions
|
|
5479
|
+
customActions,
|
|
5480
|
+
mobileButtonStack
|
|
5477
5481
|
}
|
|
5478
5482
|
) : null
|
|
5479
5483
|
]
|
|
@@ -4664,11 +4664,6 @@
|
|
|
4664
4664
|
line-height: var(--leading-subheader-desktop);
|
|
4665
4665
|
}
|
|
4666
4666
|
}
|
|
4667
|
-
.desktop\:text-icon-primary-normal {
|
|
4668
|
-
@container root (width >= 48rem) {
|
|
4669
|
-
color: var(--color-icon-primary-normal);
|
|
4670
|
-
}
|
|
4671
|
-
}
|
|
4672
4667
|
.desktop\:\*\:py-desktop-component-padding {
|
|
4673
4668
|
@container root (width >= 48rem) {
|
|
4674
4669
|
:is(& > *) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ColumnSelectorHeaderCell
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-3RDRWJVI.js";
|
|
4
|
+
import "../../../chunk-P3BS25Q3.js";
|
|
5
5
|
import "../../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../../chunk-7ZCXZDJD.js";
|
|
7
7
|
import "../../../chunk-ZD2A45VT.js";
|
|
@@ -24,11 +24,11 @@ import "../../../chunk-L3BXRDLP.js";
|
|
|
24
24
|
import "../../../chunk-34VEVX5H.js";
|
|
25
25
|
import "../../../chunk-LB7UT6F3.js";
|
|
26
26
|
import "../../../chunk-AS57Y2D3.js";
|
|
27
|
-
import "../../../chunk-
|
|
27
|
+
import "../../../chunk-B5LYYUJM.js";
|
|
28
28
|
import "../../../chunk-4RJKB7LC.js";
|
|
29
|
-
import "../../../chunk-
|
|
29
|
+
import "../../../chunk-UUKHQUSF.js";
|
|
30
30
|
import "../../../chunk-WVVEOCEH.js";
|
|
31
|
-
import "../../../chunk-
|
|
31
|
+
import "../../../chunk-74HXF5GF.js";
|
|
32
32
|
import "../../../chunk-AG43RS4Q.js";
|
|
33
33
|
import "../../../chunk-QVWYTQKL.js";
|
|
34
34
|
import "../../../chunk-UAMI54FE.js";
|
|
@@ -4960,7 +4960,7 @@ var ModalHeader = ({
|
|
|
4960
4960
|
iconOnly: true,
|
|
4961
4961
|
variant: "tertiary",
|
|
4962
4962
|
onClick: onClose,
|
|
4963
|
-
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "text-
|
|
4963
|
+
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { name: "close", size: 24 }) })
|
|
4964
4964
|
}
|
|
4965
4965
|
)
|
|
4966
4966
|
]
|
|
@@ -5002,7 +5002,8 @@ var ModalButtons = ({
|
|
|
5002
5002
|
onContinue,
|
|
5003
5003
|
customActions,
|
|
5004
5004
|
id,
|
|
5005
|
-
testid
|
|
5005
|
+
testid,
|
|
5006
|
+
mobileButtonStack = false
|
|
5006
5007
|
}) => {
|
|
5007
5008
|
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
5008
5009
|
"div",
|
|
@@ -5011,6 +5012,7 @@ var ModalButtons = ({
|
|
|
5011
5012
|
"data-testid": testid,
|
|
5012
5013
|
className: (0, import_clsx26.default)(
|
|
5013
5014
|
"border-t border-neutral-300 flex justify-end",
|
|
5015
|
+
mobileButtonStack && "flex-col ",
|
|
5014
5016
|
layoutPaddding,
|
|
5015
5017
|
layoutGroupGap
|
|
5016
5018
|
),
|
|
@@ -5174,7 +5176,8 @@ var Modal = ({
|
|
|
5174
5176
|
headerClassname,
|
|
5175
5177
|
customFooter,
|
|
5176
5178
|
noWrapper,
|
|
5177
|
-
titleAs: TitleComponent
|
|
5179
|
+
titleAs: TitleComponent,
|
|
5180
|
+
mobileButtonStack = false
|
|
5178
5181
|
}) => {
|
|
5179
5182
|
var _a;
|
|
5180
5183
|
const mounted = useMounted();
|
|
@@ -5320,7 +5323,8 @@ var Modal = ({
|
|
|
5320
5323
|
testid: testid ? `${testid}-buttons` : void 0,
|
|
5321
5324
|
onClose: handleClose,
|
|
5322
5325
|
onContinue,
|
|
5323
|
-
customActions
|
|
5326
|
+
customActions,
|
|
5327
|
+
mobileButtonStack
|
|
5324
5328
|
}
|
|
5325
5329
|
) : null
|
|
5326
5330
|
]
|
|
@@ -4664,11 +4664,6 @@
|
|
|
4664
4664
|
line-height: var(--leading-subheader-desktop);
|
|
4665
4665
|
}
|
|
4666
4666
|
}
|
|
4667
|
-
.desktop\:text-icon-primary-normal {
|
|
4668
|
-
@container root (width >= 48rem) {
|
|
4669
|
-
color: var(--color-icon-primary-normal);
|
|
4670
|
-
}
|
|
4671
|
-
}
|
|
4672
4667
|
.desktop\:\*\:py-desktop-component-padding {
|
|
4673
4668
|
@container root (width >= 48rem) {
|
|
4674
4669
|
:is(& > *) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PinnedColumns
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-3RDRWJVI.js";
|
|
4
|
+
import "../../chunk-P3BS25Q3.js";
|
|
5
5
|
import "../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../chunk-7ZCXZDJD.js";
|
|
7
7
|
import "../../chunk-ZD2A45VT.js";
|
|
@@ -24,11 +24,11 @@ import "../../chunk-L3BXRDLP.js";
|
|
|
24
24
|
import "../../chunk-34VEVX5H.js";
|
|
25
25
|
import "../../chunk-LB7UT6F3.js";
|
|
26
26
|
import "../../chunk-AS57Y2D3.js";
|
|
27
|
-
import "../../chunk-
|
|
27
|
+
import "../../chunk-B5LYYUJM.js";
|
|
28
28
|
import "../../chunk-4RJKB7LC.js";
|
|
29
|
-
import "../../chunk-
|
|
29
|
+
import "../../chunk-UUKHQUSF.js";
|
|
30
30
|
import "../../chunk-WVVEOCEH.js";
|
|
31
|
-
import "../../chunk-
|
|
31
|
+
import "../../chunk-74HXF5GF.js";
|
|
32
32
|
import "../../chunk-AG43RS4Q.js";
|
|
33
33
|
import "../../chunk-QVWYTQKL.js";
|
|
34
34
|
import "../../chunk-UAMI54FE.js";
|
|
@@ -5183,7 +5183,7 @@ var ModalHeader = ({
|
|
|
5183
5183
|
iconOnly: true,
|
|
5184
5184
|
variant: "tertiary",
|
|
5185
5185
|
onClick: onClose,
|
|
5186
|
-
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "text-
|
|
5186
|
+
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { name: "close", size: 24 }) })
|
|
5187
5187
|
}
|
|
5188
5188
|
)
|
|
5189
5189
|
]
|
|
@@ -5225,7 +5225,8 @@ var ModalButtons = ({
|
|
|
5225
5225
|
onContinue,
|
|
5226
5226
|
customActions,
|
|
5227
5227
|
id,
|
|
5228
|
-
testid
|
|
5228
|
+
testid,
|
|
5229
|
+
mobileButtonStack = false
|
|
5229
5230
|
}) => {
|
|
5230
5231
|
return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
5231
5232
|
"div",
|
|
@@ -5234,6 +5235,7 @@ var ModalButtons = ({
|
|
|
5234
5235
|
"data-testid": testid,
|
|
5235
5236
|
className: (0, import_clsx27.default)(
|
|
5236
5237
|
"border-t border-neutral-300 flex justify-end",
|
|
5238
|
+
mobileButtonStack && "flex-col ",
|
|
5237
5239
|
layoutPaddding,
|
|
5238
5240
|
layoutGroupGap
|
|
5239
5241
|
),
|
|
@@ -5397,7 +5399,8 @@ var Modal = ({
|
|
|
5397
5399
|
headerClassname,
|
|
5398
5400
|
customFooter,
|
|
5399
5401
|
noWrapper,
|
|
5400
|
-
titleAs: TitleComponent
|
|
5402
|
+
titleAs: TitleComponent,
|
|
5403
|
+
mobileButtonStack = false
|
|
5401
5404
|
}) => {
|
|
5402
5405
|
var _a;
|
|
5403
5406
|
const mounted = useMounted();
|
|
@@ -5543,7 +5546,8 @@ var Modal = ({
|
|
|
5543
5546
|
testid: testid ? `${testid}-buttons` : void 0,
|
|
5544
5547
|
onClose: handleClose,
|
|
5545
5548
|
onContinue,
|
|
5546
|
-
customActions
|
|
5549
|
+
customActions,
|
|
5550
|
+
mobileButtonStack
|
|
5547
5551
|
}
|
|
5548
5552
|
) : null
|
|
5549
5553
|
]
|
|
@@ -4664,11 +4664,6 @@
|
|
|
4664
4664
|
line-height: var(--leading-subheader-desktop);
|
|
4665
4665
|
}
|
|
4666
4666
|
}
|
|
4667
|
-
.desktop\:text-icon-primary-normal {
|
|
4668
|
-
@container root (width >= 48rem) {
|
|
4669
|
-
color: var(--color-icon-primary-normal);
|
|
4670
|
-
}
|
|
4671
|
-
}
|
|
4672
4667
|
.desktop\:\*\:py-desktop-component-padding {
|
|
4673
4668
|
@container root (width >= 48rem) {
|
|
4674
4669
|
:is(& > *) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LoadingCell
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-3RDRWJVI.js";
|
|
4
|
+
import "../../../chunk-P3BS25Q3.js";
|
|
5
5
|
import "../../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../../chunk-7ZCXZDJD.js";
|
|
7
7
|
import "../../../chunk-ZD2A45VT.js";
|
|
@@ -24,11 +24,11 @@ import "../../../chunk-L3BXRDLP.js";
|
|
|
24
24
|
import "../../../chunk-34VEVX5H.js";
|
|
25
25
|
import "../../../chunk-LB7UT6F3.js";
|
|
26
26
|
import "../../../chunk-AS57Y2D3.js";
|
|
27
|
-
import "../../../chunk-
|
|
27
|
+
import "../../../chunk-B5LYYUJM.js";
|
|
28
28
|
import "../../../chunk-4RJKB7LC.js";
|
|
29
|
-
import "../../../chunk-
|
|
29
|
+
import "../../../chunk-UUKHQUSF.js";
|
|
30
30
|
import "../../../chunk-WVVEOCEH.js";
|
|
31
|
-
import "../../../chunk-
|
|
31
|
+
import "../../../chunk-74HXF5GF.js";
|
|
32
32
|
import "../../../chunk-AG43RS4Q.js";
|
|
33
33
|
import "../../../chunk-QVWYTQKL.js";
|
|
34
34
|
import "../../../chunk-UAMI54FE.js";
|
|
@@ -5115,7 +5115,7 @@ var ModalHeader = ({
|
|
|
5115
5115
|
iconOnly: true,
|
|
5116
5116
|
variant: "tertiary",
|
|
5117
5117
|
onClick: onClose,
|
|
5118
|
-
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "text-
|
|
5118
|
+
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { name: "close", size: 24 }) })
|
|
5119
5119
|
}
|
|
5120
5120
|
)
|
|
5121
5121
|
]
|
|
@@ -5157,7 +5157,8 @@ var ModalButtons = ({
|
|
|
5157
5157
|
onContinue,
|
|
5158
5158
|
customActions,
|
|
5159
5159
|
id,
|
|
5160
|
-
testid
|
|
5160
|
+
testid,
|
|
5161
|
+
mobileButtonStack = false
|
|
5161
5162
|
}) => {
|
|
5162
5163
|
return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
5163
5164
|
"div",
|
|
@@ -5166,6 +5167,7 @@ var ModalButtons = ({
|
|
|
5166
5167
|
"data-testid": testid,
|
|
5167
5168
|
className: (0, import_clsx26.default)(
|
|
5168
5169
|
"border-t border-neutral-300 flex justify-end",
|
|
5170
|
+
mobileButtonStack && "flex-col ",
|
|
5169
5171
|
layoutPaddding,
|
|
5170
5172
|
layoutGroupGap
|
|
5171
5173
|
),
|
|
@@ -5329,7 +5331,8 @@ var Modal = ({
|
|
|
5329
5331
|
headerClassname,
|
|
5330
5332
|
customFooter,
|
|
5331
5333
|
noWrapper,
|
|
5332
|
-
titleAs: TitleComponent
|
|
5334
|
+
titleAs: TitleComponent,
|
|
5335
|
+
mobileButtonStack = false
|
|
5333
5336
|
}) => {
|
|
5334
5337
|
var _a;
|
|
5335
5338
|
const mounted = useMounted();
|
|
@@ -5475,7 +5478,8 @@ var Modal = ({
|
|
|
5475
5478
|
testid: testid ? `${testid}-buttons` : void 0,
|
|
5476
5479
|
onClose: handleClose,
|
|
5477
5480
|
onContinue,
|
|
5478
|
-
customActions
|
|
5481
|
+
customActions,
|
|
5482
|
+
mobileButtonStack
|
|
5479
5483
|
}
|
|
5480
5484
|
) : null
|
|
5481
5485
|
]
|
|
@@ -4664,11 +4664,6 @@
|
|
|
4664
4664
|
line-height: var(--leading-subheader-desktop);
|
|
4665
4665
|
}
|
|
4666
4666
|
}
|
|
4667
|
-
.desktop\:text-icon-primary-normal {
|
|
4668
|
-
@container root (width >= 48rem) {
|
|
4669
|
-
color: var(--color-icon-primary-normal);
|
|
4670
|
-
}
|
|
4671
|
-
}
|
|
4672
4667
|
.desktop\:\*\:py-desktop-component-padding {
|
|
4673
4668
|
@container root (width >= 48rem) {
|
|
4674
4669
|
:is(& > *) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
TableBodyRow
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-3RDRWJVI.js";
|
|
4
|
+
import "../../../chunk-P3BS25Q3.js";
|
|
5
5
|
import "../../../chunk-M7INAUAJ.js";
|
|
6
6
|
import "../../../chunk-7ZCXZDJD.js";
|
|
7
7
|
import "../../../chunk-ZD2A45VT.js";
|
|
@@ -24,11 +24,11 @@ import "../../../chunk-L3BXRDLP.js";
|
|
|
24
24
|
import "../../../chunk-34VEVX5H.js";
|
|
25
25
|
import "../../../chunk-LB7UT6F3.js";
|
|
26
26
|
import "../../../chunk-AS57Y2D3.js";
|
|
27
|
-
import "../../../chunk-
|
|
27
|
+
import "../../../chunk-B5LYYUJM.js";
|
|
28
28
|
import "../../../chunk-4RJKB7LC.js";
|
|
29
|
-
import "../../../chunk-
|
|
29
|
+
import "../../../chunk-UUKHQUSF.js";
|
|
30
30
|
import "../../../chunk-WVVEOCEH.js";
|
|
31
|
-
import "../../../chunk-
|
|
31
|
+
import "../../../chunk-74HXF5GF.js";
|
|
32
32
|
import "../../../chunk-AG43RS4Q.js";
|
|
33
33
|
import "../../../chunk-QVWYTQKL.js";
|
|
34
34
|
import "../../../chunk-UAMI54FE.js";
|
|
@@ -4931,7 +4931,7 @@ var ModalHeader = ({
|
|
|
4931
4931
|
iconOnly: true,
|
|
4932
4932
|
variant: "tertiary",
|
|
4933
4933
|
onClick: onClose,
|
|
4934
|
-
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "text-
|
|
4934
|
+
leftIcon: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { name: "close", size: 24 }) })
|
|
4935
4935
|
}
|
|
4936
4936
|
)
|
|
4937
4937
|
]
|
|
@@ -4973,7 +4973,8 @@ var ModalButtons = ({
|
|
|
4973
4973
|
onContinue,
|
|
4974
4974
|
customActions,
|
|
4975
4975
|
id,
|
|
4976
|
-
testid
|
|
4976
|
+
testid,
|
|
4977
|
+
mobileButtonStack = false
|
|
4977
4978
|
}) => {
|
|
4978
4979
|
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
4979
4980
|
"div",
|
|
@@ -4982,6 +4983,7 @@ var ModalButtons = ({
|
|
|
4982
4983
|
"data-testid": testid,
|
|
4983
4984
|
className: (0, import_clsx25.default)(
|
|
4984
4985
|
"border-t border-neutral-300 flex justify-end",
|
|
4986
|
+
mobileButtonStack && "flex-col ",
|
|
4985
4987
|
layoutPaddding,
|
|
4986
4988
|
layoutGroupGap
|
|
4987
4989
|
),
|
|
@@ -5145,7 +5147,8 @@ var Modal = ({
|
|
|
5145
5147
|
headerClassname,
|
|
5146
5148
|
customFooter,
|
|
5147
5149
|
noWrapper,
|
|
5148
|
-
titleAs: TitleComponent
|
|
5150
|
+
titleAs: TitleComponent,
|
|
5151
|
+
mobileButtonStack = false
|
|
5149
5152
|
}) => {
|
|
5150
5153
|
var _a;
|
|
5151
5154
|
const mounted = useMounted();
|
|
@@ -5291,7 +5294,8 @@ var Modal = ({
|
|
|
5291
5294
|
testid: testid ? `${testid}-buttons` : void 0,
|
|
5292
5295
|
onClose: handleClose,
|
|
5293
5296
|
onContinue,
|
|
5294
|
-
customActions
|
|
5297
|
+
customActions,
|
|
5298
|
+
mobileButtonStack
|
|
5295
5299
|
}
|
|
5296
5300
|
) : null
|
|
5297
5301
|
]
|
|
@@ -4664,11 +4664,6 @@
|
|
|
4664
4664
|
line-height: var(--leading-subheader-desktop);
|
|
4665
4665
|
}
|
|
4666
4666
|
}
|
|
4667
|
-
.desktop\:text-icon-primary-normal {
|
|
4668
|
-
@container root (width >= 48rem) {
|
|
4669
|
-
color: var(--color-icon-primary-normal);
|
|
4670
|
-
}
|
|
4671
|
-
}
|
|
4672
4667
|
.desktop\:\*\:py-desktop-component-padding {
|
|
4673
4668
|
@container root (width >= 48rem) {
|
|
4674
4669
|
:is(& > *) {
|