@dmsi/wedgekit-react 0.0.15 → 0.0.16
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-SY3HT54E.js → chunk-3WTXVSHO.js} +1 -1
- package/dist/{chunk-UU3FA6LV.js → chunk-5TLFMKSR.js} +1 -1
- package/dist/{chunk-6ZY524ID.js → chunk-DBYSGYST.js} +7 -2
- package/dist/{chunk-TAW5ZZ4Z.js → chunk-GCPJH5R6.js} +5 -4
- package/dist/{chunk-TRUPPHBQ.js → chunk-KDEPZ6I7.js} +1 -1
- package/dist/{chunk-DKKYR6DS.js → chunk-N32PXOA5.js} +2 -2
- package/dist/{chunk-BWRHL2AG.js → chunk-OISE6NMA.js} +2 -2
- package/dist/{chunk-FY7PTP6E.js → chunk-OUTEIXV4.js} +16 -26
- package/dist/{chunk-KX3O6GJ6.js → chunk-RDLEIAQU.js} +11 -0
- package/dist/{chunk-4C66DLIJ.js → chunk-S7R37IUP.js} +1 -1
- package/dist/{chunk-KENSVWOY.js → chunk-T6HZARR7.js} +1 -1
- package/dist/{chunk-TYI74BSP.js → chunk-TJ44JJCB.js} +1 -1
- package/dist/{chunk-GTCSRHPF.js → chunk-TWP6YSFO.js} +1 -1
- package/dist/{chunk-K3IKUSZW.js → chunk-UIQ733QP.js} +1 -1
- package/dist/{chunk-XUIPGYP5.js → chunk-UK3WG7HQ.js} +13 -4
- package/dist/{chunk-BNHSAFMP.js → chunk-VELXLFMJ.js} +1 -1
- package/dist/{chunk-Q3FKEKIN.js → chunk-WIDBAFBU.js} +6 -1
- package/dist/{chunk-E5ALT5W7.js → chunk-YDREJNAS.js} +3 -3
- package/dist/{chunk-2G2E2JMA.js → chunk-YZQNTOIF.js} +4 -2
- package/dist/{chunk-TWZZB4WO.js → chunk-Z2LOGSGE.js} +3 -3
- package/dist/{chunk-5GOBP2JS.js → chunk-ZCBSLV7U.js} +1 -1
- package/dist/{chunk-27KIIUAR.js → chunk-ZFGGZXB6.js} +1 -1
- package/dist/components/Breadcrumbs.cjs +15 -3
- package/dist/components/Breadcrumbs.js +8 -5
- package/dist/components/Button.cjs +9 -0
- package/dist/components/Button.js +2 -2
- package/dist/components/CalendarRange.cjs +22 -21
- package/dist/components/CalendarRange.js +2 -2
- package/dist/components/Caption.cjs +9 -0
- package/dist/components/Caption.js +1 -1
- package/dist/components/Checkbox.cjs +9 -0
- package/dist/components/Checkbox.js +3 -3
- package/dist/components/ContentTab.cjs +9 -0
- package/dist/components/ContentTab.js +3 -3
- package/dist/components/ContentTabs.cjs +9 -0
- package/dist/components/ContentTabs.js +3 -3
- package/dist/components/DataGrid.cjs +12 -2
- package/dist/components/DataGrid.js +12 -12
- package/dist/components/DataGridCell.cjs +10 -1
- package/dist/components/DataGridCell.js +7 -7
- package/dist/components/DateInput.cjs +22 -21
- package/dist/components/DateInput.js +4 -4
- package/dist/components/DateRangeInput.cjs +22 -21
- package/dist/components/DateRangeInput.js +4 -4
- package/dist/components/Display.cjs +9 -0
- package/dist/components/Display.js +2 -2
- package/dist/components/FilterGroup.cjs +9 -0
- package/dist/components/FilterGroup.js +9 -9
- package/dist/components/Heading.cjs +9 -0
- package/dist/components/Heading.js +2 -2
- package/dist/components/Input.cjs +9 -0
- package/dist/components/Input.js +3 -3
- package/dist/components/InputGroup.cjs +9 -0
- package/dist/components/InputGroup.js +2 -2
- package/dist/components/Label.cjs +9 -0
- package/dist/components/Label.js +2 -2
- package/dist/components/Link.cjs +9 -0
- package/dist/components/Link.js +2 -2
- package/dist/components/MainBar.cjs +10 -1
- package/dist/components/MainBar.js +3 -2
- package/dist/components/MenuOption.cjs +9 -0
- package/dist/components/MenuOption.js +4 -4
- package/dist/components/MobileDataGrid.cjs +9 -0
- package/dist/components/MobileDataGrid.js +4 -4
- package/dist/components/Modal.cjs +26 -10
- package/dist/components/Modal.js +6 -6
- package/dist/components/ModalButtons.cjs +11 -1
- package/dist/components/ModalButtons.js +3 -3
- package/dist/components/ModalContent.cjs +131 -2
- package/dist/components/ModalContent.js +2 -1
- package/dist/components/ModalHeader.cjs +16 -2
- package/dist/components/ModalHeader.js +4 -4
- package/dist/components/NavigationTab.cjs +9 -0
- package/dist/components/NavigationTab.js +3 -3
- package/dist/components/NavigationTabs.cjs +9 -0
- package/dist/components/NavigationTabs.js +3 -3
- package/dist/components/Notification.cjs +9 -0
- package/dist/components/Notification.js +4 -4
- package/dist/components/OptionPill.cjs +9 -0
- package/dist/components/OptionPill.js +4 -4
- package/dist/components/Paragraph.cjs +9 -0
- package/dist/components/Paragraph.js +2 -2
- package/dist/components/Password.cjs +9 -0
- package/dist/components/Password.js +3 -3
- package/dist/components/ProjectBar.cjs +9 -0
- package/dist/components/ProjectBar.js +1 -1
- package/dist/components/Radio.cjs +12 -2
- package/dist/components/Radio.js +7 -5
- package/dist/components/Search.cjs +9 -0
- package/dist/components/Search.js +4 -4
- package/dist/components/Select.cjs +9 -0
- package/dist/components/Select.js +4 -4
- package/dist/components/SideMenuGroup.cjs +9 -0
- package/dist/components/SideMenuGroup.js +2 -2
- package/dist/components/SideMenuItem.cjs +9 -0
- package/dist/components/SideMenuItem.js +2 -2
- package/dist/components/StatusPill.cjs +13 -2
- package/dist/components/StatusPill.js +9 -4
- package/dist/components/Stepper.cjs +13 -1
- package/dist/components/Stepper.js +10 -5
- package/dist/components/Subheader.cjs +9 -0
- package/dist/components/Subheader.js +2 -2
- package/dist/components/Swatch.cjs +9 -0
- package/dist/components/Swatch.js +4 -4
- package/dist/components/Textarea.cjs +13 -8
- package/dist/components/Textarea.js +7 -9
- package/dist/components/Time.cjs +9 -0
- package/dist/components/Time.js +3 -3
- package/dist/components/Toast.cjs +14 -3
- package/dist/components/Toast.js +13 -7
- package/dist/components/Tooltip.cjs +11 -1
- package/dist/components/Tooltip.js +2 -2
- package/dist/components/TopBar.cjs +9 -0
- package/dist/components/TopBar.js +1 -1
- package/dist/index.css +23 -69
- package/package.json +1 -1
- package/src/classNames.ts +12 -0
- package/src/components/Breadcrumbs.tsx +6 -3
- package/src/components/CalendarRange.tsx +11 -21
- package/src/components/DataGridCell.tsx +2 -2
- package/src/components/MainBar.tsx +2 -1
- package/src/components/ModalButtons.tsx +3 -1
- package/src/components/ModalContent.tsx +3 -1
- package/src/components/ModalHeader.tsx +9 -2
- package/src/components/Radio.tsx +4 -3
- package/src/components/StatusPill.tsx +4 -1
- package/src/components/Stepper.tsx +5 -1
- package/src/components/Textarea.tsx +4 -9
- package/src/components/Toast.tsx +7 -3
- package/src/components/Tooltip.tsx +3 -2
|
@@ -134,6 +134,9 @@ var componentGap = (0, import_clsx.default)(
|
|
|
134
134
|
var paddingUsingComponentGap = (0, import_clsx.default)(
|
|
135
135
|
"p-mobile-component-gap desktop:p-desktop-component-gap compact:p-desktop-compact-component-gap"
|
|
136
136
|
);
|
|
137
|
+
var paddingXUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
138
|
+
"px-mobile-layout-group-gap desktop:px-desktop-layout-group-gap compact:px-desktop-compact-layout-group-gap"
|
|
139
|
+
);
|
|
137
140
|
var paddingYUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
138
141
|
"py-mobile-layout-group-gap desktop:py-desktop-layout-group-gap compact:py-desktop-compact-layout-group-gap"
|
|
139
142
|
);
|
|
@@ -143,6 +146,9 @@ var componentPadding = (0, import_clsx.default)(
|
|
|
143
146
|
var componentPaddingBottom = (0, import_clsx.default)(
|
|
144
147
|
"pb-mobile-component-padding desktop:pb-desktop-component-padding compact:pb-desktop-compact-component-padding"
|
|
145
148
|
);
|
|
149
|
+
var componentPaddingX = (0, import_clsx.default)(
|
|
150
|
+
"px-mobile-component-padding desktop:px-desktop-component-padding compact:px-desktop-compact-component-padding"
|
|
151
|
+
);
|
|
146
152
|
var componentPaddingY = (0, import_clsx.default)(
|
|
147
153
|
"py-mobile-component-padding desktop:py-desktop-component-padding compact:py-desktop-compact-component-padding"
|
|
148
154
|
);
|
|
@@ -158,6 +164,9 @@ var componentPaddingMinusBorder = (0, import_clsx.default)(
|
|
|
158
164
|
var componentPaddingMinus2pxBorder = (0, import_clsx.default)(
|
|
159
165
|
"p-[calc(var(--spacing-mobile-component-padding)_-_2px)] desktop:p-[calc(var(--spacing-desktop-component-padding)_-_2px)] compact:p-[calc(var(--spacing-desktop-compact-component-padding)_-_2px)]"
|
|
160
166
|
);
|
|
167
|
+
var layoutPaddding = (0, import_clsx.default)(
|
|
168
|
+
"p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding"
|
|
169
|
+
);
|
|
161
170
|
var layoutPaddingBottom = (0, import_clsx.default)(
|
|
162
171
|
"pb-mobile-layout-padding desktop:pb-desktop-layout-padding compact:pb-desktop-compact-layout-padding"
|
|
163
172
|
);
|
|
@@ -371,8 +380,8 @@ function CalendarRange({
|
|
|
371
380
|
{
|
|
372
381
|
className: (0, import_clsx3.default)(
|
|
373
382
|
"relative bg-background-grouped-primary-normal rounded-base w-fit",
|
|
374
|
-
|
|
375
|
-
|
|
383
|
+
layoutPaddding,
|
|
384
|
+
layoutGap,
|
|
376
385
|
cardStyle && "shadow-4",
|
|
377
386
|
// baseTransition,
|
|
378
387
|
"overflow-hidden"
|
|
@@ -382,8 +391,7 @@ function CalendarRange({
|
|
|
382
391
|
{
|
|
383
392
|
className: (0, import_clsx3.default)(
|
|
384
393
|
"flex flex-row items-start justify-start bg-background-primary-normal overflow-clip",
|
|
385
|
-
|
|
386
|
-
paddingUsingComponentGap
|
|
394
|
+
layoutGap
|
|
387
395
|
),
|
|
388
396
|
children: (mode === "double" ? [0, 1] : [0]).map((offset, idx) => {
|
|
389
397
|
const month = getMonthData(offset);
|
|
@@ -394,9 +402,7 @@ function CalendarRange({
|
|
|
394
402
|
"div",
|
|
395
403
|
{
|
|
396
404
|
className: (0, import_clsx3.default)(
|
|
397
|
-
"flex flex-col"
|
|
398
|
-
componentGap,
|
|
399
|
-
componentPadding
|
|
405
|
+
"flex flex-col"
|
|
400
406
|
),
|
|
401
407
|
children: [
|
|
402
408
|
/* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
|
|
@@ -404,10 +410,6 @@ function CalendarRange({
|
|
|
404
410
|
{
|
|
405
411
|
className: (0, import_clsx3.default)(
|
|
406
412
|
"flex flex-row items-center justify-between",
|
|
407
|
-
componentGap,
|
|
408
|
-
componentPaddingXUsingComponentGap,
|
|
409
|
-
componentPaddingYUsingComponentGap,
|
|
410
|
-
"mb-3",
|
|
411
413
|
typography.label,
|
|
412
414
|
"text-text-action-primary-normal"
|
|
413
415
|
),
|
|
@@ -417,9 +419,8 @@ function CalendarRange({
|
|
|
417
419
|
{
|
|
418
420
|
type: "button",
|
|
419
421
|
className: (0, import_clsx3.default)(
|
|
420
|
-
"flex items-center justify-center rounded-base hover:bg-action-100 active:bg-action-300 text-icon-primary-normal",
|
|
421
|
-
componentPadding
|
|
422
|
-
"mr-1"
|
|
422
|
+
"flex items-center justify-center rounded-base hover:bg-action-100 active:bg-action-300 text-icon-action-primary-normal",
|
|
423
|
+
componentPadding
|
|
423
424
|
),
|
|
424
425
|
"aria-label": "Previous month",
|
|
425
426
|
onClick: () => setBaseMonth(baseMonth.subtract({ months: 1 })),
|
|
@@ -435,9 +436,8 @@ function CalendarRange({
|
|
|
435
436
|
{
|
|
436
437
|
type: "button",
|
|
437
438
|
className: (0, import_clsx3.default)(
|
|
438
|
-
"flex items-center justify-center rounded-base hover:bg-action-100 active:bg-action-300 text-icon-primary-normal",
|
|
439
|
-
componentPadding
|
|
440
|
-
"ml-1"
|
|
439
|
+
"flex items-center justify-center rounded-base hover:bg-action-100 active:bg-action-300 text-icon-action-primary-normal",
|
|
440
|
+
componentPadding
|
|
441
441
|
),
|
|
442
442
|
"aria-label": "Next month",
|
|
443
443
|
onClick: () => setBaseMonth(baseMonth.add({ months: 1 })),
|
|
@@ -447,12 +447,13 @@ function CalendarRange({
|
|
|
447
447
|
]
|
|
448
448
|
}
|
|
449
449
|
),
|
|
450
|
-
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)("div", { className: (0, import_clsx3.default)("grid grid-cols-7
|
|
450
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)("div", { className: (0, import_clsx3.default)("grid grid-cols-7"), children: weekDays.map((d) => /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
451
451
|
"span",
|
|
452
452
|
{
|
|
453
453
|
className: (0, import_clsx3.default)(
|
|
454
454
|
typography.caption,
|
|
455
|
-
"text-text-secondary-normal text-center"
|
|
455
|
+
"text-text-secondary-normal text-center",
|
|
456
|
+
"w-10"
|
|
456
457
|
),
|
|
457
458
|
children: d
|
|
458
459
|
},
|
|
@@ -487,7 +488,7 @@ function CalendarRange({
|
|
|
487
488
|
isRangeStart: !!isRangeStart,
|
|
488
489
|
isRangeEnd: !!isRangeEnd,
|
|
489
490
|
isRangeDisabled: mode === "single" && disableRange,
|
|
490
|
-
cellPadding:
|
|
491
|
+
cellPadding: componentPadding
|
|
491
492
|
},
|
|
492
493
|
i
|
|
493
494
|
);
|
|
@@ -499,7 +500,7 @@ function CalendarRange({
|
|
|
499
500
|
"div",
|
|
500
501
|
{
|
|
501
502
|
className: (0, import_clsx3.default)(
|
|
502
|
-
"self-stretch bg-border-primary-normal rounded-base
|
|
503
|
+
"self-stretch bg-border-primary-normal rounded-base",
|
|
503
504
|
// 1px width, full height, matches Figma divider
|
|
504
505
|
"w-px"
|
|
505
506
|
)
|
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
CalendarRange,
|
|
3
3
|
CalendarRange_default,
|
|
4
4
|
isWeekend
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-OUTEIXV4.js";
|
|
6
6
|
import "../chunk-IGQVA7SC.js";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-RDLEIAQU.js";
|
|
8
8
|
import "../chunk-ORMEWXMH.js";
|
|
9
9
|
export {
|
|
10
10
|
CalendarRange,
|
|
@@ -132,6 +132,9 @@ var componentGap = (0, import_clsx.default)(
|
|
|
132
132
|
var paddingUsingComponentGap = (0, import_clsx.default)(
|
|
133
133
|
"p-mobile-component-gap desktop:p-desktop-component-gap compact:p-desktop-compact-component-gap"
|
|
134
134
|
);
|
|
135
|
+
var paddingXUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
136
|
+
"px-mobile-layout-group-gap desktop:px-desktop-layout-group-gap compact:px-desktop-compact-layout-group-gap"
|
|
137
|
+
);
|
|
135
138
|
var paddingYUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
136
139
|
"py-mobile-layout-group-gap desktop:py-desktop-layout-group-gap compact:py-desktop-compact-layout-group-gap"
|
|
137
140
|
);
|
|
@@ -141,6 +144,9 @@ var componentPadding = (0, import_clsx.default)(
|
|
|
141
144
|
var componentPaddingBottom = (0, import_clsx.default)(
|
|
142
145
|
"pb-mobile-component-padding desktop:pb-desktop-component-padding compact:pb-desktop-compact-component-padding"
|
|
143
146
|
);
|
|
147
|
+
var componentPaddingX = (0, import_clsx.default)(
|
|
148
|
+
"px-mobile-component-padding desktop:px-desktop-component-padding compact:px-desktop-compact-component-padding"
|
|
149
|
+
);
|
|
144
150
|
var componentPaddingY = (0, import_clsx.default)(
|
|
145
151
|
"py-mobile-component-padding desktop:py-desktop-component-padding compact:py-desktop-compact-component-padding"
|
|
146
152
|
);
|
|
@@ -156,6 +162,9 @@ var componentPaddingMinusBorder = (0, import_clsx.default)(
|
|
|
156
162
|
var componentPaddingMinus2pxBorder = (0, import_clsx.default)(
|
|
157
163
|
"p-[calc(var(--spacing-mobile-component-padding)_-_2px)] desktop:p-[calc(var(--spacing-desktop-component-padding)_-_2px)] compact:p-[calc(var(--spacing-desktop-compact-component-padding)_-_2px)]"
|
|
158
164
|
);
|
|
165
|
+
var layoutPaddding = (0, import_clsx.default)(
|
|
166
|
+
"p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding"
|
|
167
|
+
);
|
|
159
168
|
var layoutPaddingBottom = (0, import_clsx.default)(
|
|
160
169
|
"pb-mobile-layout-padding desktop:pb-desktop-layout-padding compact:pb-desktop-compact-layout-padding"
|
|
161
170
|
);
|
|
@@ -133,6 +133,9 @@ var componentGap = (0, import_clsx.default)(
|
|
|
133
133
|
var paddingUsingComponentGap = (0, import_clsx.default)(
|
|
134
134
|
"p-mobile-component-gap desktop:p-desktop-component-gap compact:p-desktop-compact-component-gap"
|
|
135
135
|
);
|
|
136
|
+
var paddingXUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
137
|
+
"px-mobile-layout-group-gap desktop:px-desktop-layout-group-gap compact:px-desktop-compact-layout-group-gap"
|
|
138
|
+
);
|
|
136
139
|
var paddingYUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
137
140
|
"py-mobile-layout-group-gap desktop:py-desktop-layout-group-gap compact:py-desktop-compact-layout-group-gap"
|
|
138
141
|
);
|
|
@@ -142,6 +145,9 @@ var componentPadding = (0, import_clsx.default)(
|
|
|
142
145
|
var componentPaddingBottom = (0, import_clsx.default)(
|
|
143
146
|
"pb-mobile-component-padding desktop:pb-desktop-component-padding compact:pb-desktop-compact-component-padding"
|
|
144
147
|
);
|
|
148
|
+
var componentPaddingX = (0, import_clsx.default)(
|
|
149
|
+
"px-mobile-component-padding desktop:px-desktop-component-padding compact:px-desktop-compact-component-padding"
|
|
150
|
+
);
|
|
145
151
|
var componentPaddingY = (0, import_clsx.default)(
|
|
146
152
|
"py-mobile-component-padding desktop:py-desktop-component-padding compact:py-desktop-compact-component-padding"
|
|
147
153
|
);
|
|
@@ -157,6 +163,9 @@ var componentPaddingMinusBorder = (0, import_clsx.default)(
|
|
|
157
163
|
var componentPaddingMinus2pxBorder = (0, import_clsx.default)(
|
|
158
164
|
"p-[calc(var(--spacing-mobile-component-padding)_-_2px)] desktop:p-[calc(var(--spacing-desktop-component-padding)_-_2px)] compact:p-[calc(var(--spacing-desktop-compact-component-padding)_-_2px)]"
|
|
159
165
|
);
|
|
166
|
+
var layoutPaddding = (0, import_clsx.default)(
|
|
167
|
+
"p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding"
|
|
168
|
+
);
|
|
160
169
|
var layoutPaddingBottom = (0, import_clsx.default)(
|
|
161
170
|
"pb-mobile-layout-padding desktop:pb-desktop-layout-padding compact:pb-desktop-compact-layout-padding"
|
|
162
171
|
);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Checkbox
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-N32PXOA5.js";
|
|
5
|
+
import "../chunk-UIQ733QP.js";
|
|
6
6
|
import "../chunk-IGQVA7SC.js";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-RDLEIAQU.js";
|
|
8
8
|
import "../chunk-ORMEWXMH.js";
|
|
9
9
|
export {
|
|
10
10
|
Checkbox
|
|
@@ -137,6 +137,9 @@ var componentGap = (0, import_clsx.default)(
|
|
|
137
137
|
var paddingUsingComponentGap = (0, import_clsx.default)(
|
|
138
138
|
"p-mobile-component-gap desktop:p-desktop-component-gap compact:p-desktop-compact-component-gap"
|
|
139
139
|
);
|
|
140
|
+
var paddingXUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
141
|
+
"px-mobile-layout-group-gap desktop:px-desktop-layout-group-gap compact:px-desktop-compact-layout-group-gap"
|
|
142
|
+
);
|
|
140
143
|
var paddingYUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
141
144
|
"py-mobile-layout-group-gap desktop:py-desktop-layout-group-gap compact:py-desktop-compact-layout-group-gap"
|
|
142
145
|
);
|
|
@@ -146,6 +149,9 @@ var componentPadding = (0, import_clsx.default)(
|
|
|
146
149
|
var componentPaddingBottom = (0, import_clsx.default)(
|
|
147
150
|
"pb-mobile-component-padding desktop:pb-desktop-component-padding compact:pb-desktop-compact-component-padding"
|
|
148
151
|
);
|
|
152
|
+
var componentPaddingX = (0, import_clsx.default)(
|
|
153
|
+
"px-mobile-component-padding desktop:px-desktop-component-padding compact:px-desktop-compact-component-padding"
|
|
154
|
+
);
|
|
149
155
|
var componentPaddingY = (0, import_clsx.default)(
|
|
150
156
|
"py-mobile-component-padding desktop:py-desktop-component-padding compact:py-desktop-compact-component-padding"
|
|
151
157
|
);
|
|
@@ -161,6 +167,9 @@ var componentPaddingMinusBorder = (0, import_clsx.default)(
|
|
|
161
167
|
var componentPaddingMinus2pxBorder = (0, import_clsx.default)(
|
|
162
168
|
"p-[calc(var(--spacing-mobile-component-padding)_-_2px)] desktop:p-[calc(var(--spacing-desktop-component-padding)_-_2px)] compact:p-[calc(var(--spacing-desktop-compact-component-padding)_-_2px)]"
|
|
163
169
|
);
|
|
170
|
+
var layoutPaddding = (0, import_clsx.default)(
|
|
171
|
+
"p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding"
|
|
172
|
+
);
|
|
164
173
|
var layoutPaddingBottom = (0, import_clsx.default)(
|
|
165
174
|
"pb-mobile-layout-padding desktop:pb-desktop-layout-padding compact:pb-desktop-compact-layout-padding"
|
|
166
175
|
);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
ContentTab
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-5TLFMKSR.js";
|
|
5
|
+
import "../chunk-T6HZARR7.js";
|
|
6
|
+
import "../chunk-RDLEIAQU.js";
|
|
7
7
|
import "../chunk-ORMEWXMH.js";
|
|
8
8
|
export {
|
|
9
9
|
ContentTab
|
|
@@ -141,6 +141,9 @@ var componentGap = (0, import_clsx.default)(
|
|
|
141
141
|
var paddingUsingComponentGap = (0, import_clsx.default)(
|
|
142
142
|
"p-mobile-component-gap desktop:p-desktop-component-gap compact:p-desktop-compact-component-gap"
|
|
143
143
|
);
|
|
144
|
+
var paddingXUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
145
|
+
"px-mobile-layout-group-gap desktop:px-desktop-layout-group-gap compact:px-desktop-compact-layout-group-gap"
|
|
146
|
+
);
|
|
144
147
|
var paddingYUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
145
148
|
"py-mobile-layout-group-gap desktop:py-desktop-layout-group-gap compact:py-desktop-compact-layout-group-gap"
|
|
146
149
|
);
|
|
@@ -150,6 +153,9 @@ var componentPadding = (0, import_clsx.default)(
|
|
|
150
153
|
var componentPaddingBottom = (0, import_clsx.default)(
|
|
151
154
|
"pb-mobile-component-padding desktop:pb-desktop-component-padding compact:pb-desktop-compact-component-padding"
|
|
152
155
|
);
|
|
156
|
+
var componentPaddingX = (0, import_clsx.default)(
|
|
157
|
+
"px-mobile-component-padding desktop:px-desktop-component-padding compact:px-desktop-compact-component-padding"
|
|
158
|
+
);
|
|
153
159
|
var componentPaddingY = (0, import_clsx.default)(
|
|
154
160
|
"py-mobile-component-padding desktop:py-desktop-component-padding compact:py-desktop-compact-component-padding"
|
|
155
161
|
);
|
|
@@ -165,6 +171,9 @@ var componentPaddingMinusBorder = (0, import_clsx.default)(
|
|
|
165
171
|
var componentPaddingMinus2pxBorder = (0, import_clsx.default)(
|
|
166
172
|
"p-[calc(var(--spacing-mobile-component-padding)_-_2px)] desktop:p-[calc(var(--spacing-desktop-component-padding)_-_2px)] compact:p-[calc(var(--spacing-desktop-compact-component-padding)_-_2px)]"
|
|
167
173
|
);
|
|
174
|
+
var layoutPaddding = (0, import_clsx.default)(
|
|
175
|
+
"p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding"
|
|
176
|
+
);
|
|
168
177
|
var layoutPaddingBottom = (0, import_clsx.default)(
|
|
169
178
|
"pb-mobile-layout-padding desktop:pb-desktop-layout-padding compact:pb-desktop-compact-layout-padding"
|
|
170
179
|
);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
ContentTab
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-5TLFMKSR.js";
|
|
5
|
+
import "../chunk-T6HZARR7.js";
|
|
6
|
+
import "../chunk-RDLEIAQU.js";
|
|
7
7
|
import "../chunk-ORMEWXMH.js";
|
|
8
8
|
|
|
9
9
|
// src/components/ContentTabs.tsx
|
|
@@ -141,6 +141,9 @@ var componentGap = (0, import_clsx.default)(
|
|
|
141
141
|
var paddingUsingComponentGap = (0, import_clsx.default)(
|
|
142
142
|
"p-mobile-component-gap desktop:p-desktop-component-gap compact:p-desktop-compact-component-gap"
|
|
143
143
|
);
|
|
144
|
+
var paddingXUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
145
|
+
"px-mobile-layout-group-gap desktop:px-desktop-layout-group-gap compact:px-desktop-compact-layout-group-gap"
|
|
146
|
+
);
|
|
144
147
|
var paddingYUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
145
148
|
"py-mobile-layout-group-gap desktop:py-desktop-layout-group-gap compact:py-desktop-compact-layout-group-gap"
|
|
146
149
|
);
|
|
@@ -150,6 +153,9 @@ var componentPadding = (0, import_clsx.default)(
|
|
|
150
153
|
var componentPaddingBottom = (0, import_clsx.default)(
|
|
151
154
|
"pb-mobile-component-padding desktop:pb-desktop-component-padding compact:pb-desktop-compact-component-padding"
|
|
152
155
|
);
|
|
156
|
+
var componentPaddingX = (0, import_clsx.default)(
|
|
157
|
+
"px-mobile-component-padding desktop:px-desktop-component-padding compact:px-desktop-compact-component-padding"
|
|
158
|
+
);
|
|
153
159
|
var componentPaddingY = (0, import_clsx.default)(
|
|
154
160
|
"py-mobile-component-padding desktop:py-desktop-component-padding compact:py-desktop-compact-component-padding"
|
|
155
161
|
);
|
|
@@ -165,6 +171,9 @@ var componentPaddingMinusBorder = (0, import_clsx.default)(
|
|
|
165
171
|
var componentPaddingMinus2pxBorder = (0, import_clsx.default)(
|
|
166
172
|
"p-[calc(var(--spacing-mobile-component-padding)_-_2px)] desktop:p-[calc(var(--spacing-desktop-component-padding)_-_2px)] compact:p-[calc(var(--spacing-desktop-compact-component-padding)_-_2px)]"
|
|
167
173
|
);
|
|
174
|
+
var layoutPaddding = (0, import_clsx.default)(
|
|
175
|
+
"p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding"
|
|
176
|
+
);
|
|
168
177
|
var layoutPaddingBottom = (0, import_clsx.default)(
|
|
169
178
|
"pb-mobile-layout-padding desktop:pb-desktop-layout-padding compact:pb-desktop-compact-layout-padding"
|
|
170
179
|
);
|
|
@@ -1942,7 +1951,7 @@ var DataGridCell = (0, import_react8.memo)(
|
|
|
1942
1951
|
component === "input" && !error && !warning && "border-border-primary-normal",
|
|
1943
1952
|
component === "input" && error && "border-border-primary-error",
|
|
1944
1953
|
component === "input" && warning && "border-background-warning-normal",
|
|
1945
|
-
!["button", "icon"].includes(component) && !noPadding &&
|
|
1954
|
+
!["button", "icon"].includes(component) && !noPadding && componentPadding,
|
|
1946
1955
|
paddedLeft && "pl-2",
|
|
1947
1956
|
component === "icon" && "border-l",
|
|
1948
1957
|
isGrabbing && "!cursor-grabbing",
|
|
@@ -2382,7 +2391,8 @@ var Tooltip = ({
|
|
|
2382
2391
|
},
|
|
2383
2392
|
className: (0, import_clsx13.default)(
|
|
2384
2393
|
typography.caption,
|
|
2385
|
-
"
|
|
2394
|
+
"bg-neutral-500 text-neutral-100 rounded whitespace-nowrap shadow-2 pointer-events-none transition-opacity duration-100 ease-in-out",
|
|
2395
|
+
componentPadding,
|
|
2386
2396
|
!removeOpacity && "opacity-0"
|
|
2387
2397
|
),
|
|
2388
2398
|
children: message
|
|
@@ -1,56 +1,56 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Tooltip
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-YZQNTOIF.js";
|
|
5
5
|
import {
|
|
6
6
|
useInfiniteScroll
|
|
7
7
|
} from "../chunk-AWQSSKCK.js";
|
|
8
8
|
import {
|
|
9
9
|
Subheader
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-ZCBSLV7U.js";
|
|
11
11
|
import {
|
|
12
12
|
Select
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-KDEPZ6I7.js";
|
|
14
14
|
import {
|
|
15
15
|
DataGridCell,
|
|
16
16
|
DragAlongCell,
|
|
17
17
|
DraggableCellHeader
|
|
18
|
-
} from "../chunk-
|
|
18
|
+
} from "../chunk-GCPJH5R6.js";
|
|
19
19
|
import {
|
|
20
20
|
Menu
|
|
21
21
|
} from "../chunk-L4UM372R.js";
|
|
22
22
|
import "../chunk-Z4UCFUF7.js";
|
|
23
23
|
import {
|
|
24
24
|
MenuOption
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-YDREJNAS.js";
|
|
26
26
|
import "../chunk-SEKKGFM6.js";
|
|
27
27
|
import {
|
|
28
28
|
Search
|
|
29
|
-
} from "../chunk-
|
|
29
|
+
} from "../chunk-TWP6YSFO.js";
|
|
30
30
|
import "../chunk-WVUIIBRR.js";
|
|
31
31
|
import "../chunk-4T7F5BZZ.js";
|
|
32
32
|
import {
|
|
33
33
|
Input
|
|
34
|
-
} from "../chunk-
|
|
34
|
+
} from "../chunk-OISE6NMA.js";
|
|
35
35
|
import {
|
|
36
36
|
Label
|
|
37
|
-
} from "../chunk-
|
|
37
|
+
} from "../chunk-S7R37IUP.js";
|
|
38
38
|
import {
|
|
39
39
|
Button
|
|
40
|
-
} from "../chunk-
|
|
40
|
+
} from "../chunk-T6HZARR7.js";
|
|
41
41
|
import {
|
|
42
42
|
Checkbox
|
|
43
|
-
} from "../chunk-
|
|
43
|
+
} from "../chunk-N32PXOA5.js";
|
|
44
44
|
import {
|
|
45
45
|
Paragraph
|
|
46
|
-
} from "../chunk-
|
|
46
|
+
} from "../chunk-UIQ733QP.js";
|
|
47
47
|
import {
|
|
48
48
|
Icon
|
|
49
49
|
} from "../chunk-IGQVA7SC.js";
|
|
50
50
|
import {
|
|
51
51
|
componentGap,
|
|
52
52
|
componentPadding
|
|
53
|
-
} from "../chunk-
|
|
53
|
+
} from "../chunk-RDLEIAQU.js";
|
|
54
54
|
import {
|
|
55
55
|
__spreadProps,
|
|
56
56
|
__spreadValues
|
|
@@ -187,6 +187,9 @@ var componentGap = (0, import_clsx.default)(
|
|
|
187
187
|
var paddingUsingComponentGap = (0, import_clsx.default)(
|
|
188
188
|
"p-mobile-component-gap desktop:p-desktop-component-gap compact:p-desktop-compact-component-gap"
|
|
189
189
|
);
|
|
190
|
+
var paddingXUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
191
|
+
"px-mobile-layout-group-gap desktop:px-desktop-layout-group-gap compact:px-desktop-compact-layout-group-gap"
|
|
192
|
+
);
|
|
190
193
|
var paddingYUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
191
194
|
"py-mobile-layout-group-gap desktop:py-desktop-layout-group-gap compact:py-desktop-compact-layout-group-gap"
|
|
192
195
|
);
|
|
@@ -196,6 +199,9 @@ var componentPadding = (0, import_clsx.default)(
|
|
|
196
199
|
var componentPaddingBottom = (0, import_clsx.default)(
|
|
197
200
|
"pb-mobile-component-padding desktop:pb-desktop-component-padding compact:pb-desktop-compact-component-padding"
|
|
198
201
|
);
|
|
202
|
+
var componentPaddingX = (0, import_clsx.default)(
|
|
203
|
+
"px-mobile-component-padding desktop:px-desktop-component-padding compact:px-desktop-compact-component-padding"
|
|
204
|
+
);
|
|
199
205
|
var componentPaddingY = (0, import_clsx.default)(
|
|
200
206
|
"py-mobile-component-padding desktop:py-desktop-component-padding compact:py-desktop-compact-component-padding"
|
|
201
207
|
);
|
|
@@ -211,6 +217,9 @@ var componentPaddingMinusBorder = (0, import_clsx.default)(
|
|
|
211
217
|
var componentPaddingMinus2pxBorder = (0, import_clsx.default)(
|
|
212
218
|
"p-[calc(var(--spacing-mobile-component-padding)_-_2px)] desktop:p-[calc(var(--spacing-desktop-component-padding)_-_2px)] compact:p-[calc(var(--spacing-desktop-compact-component-padding)_-_2px)]"
|
|
213
219
|
);
|
|
220
|
+
var layoutPaddding = (0, import_clsx.default)(
|
|
221
|
+
"p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding"
|
|
222
|
+
);
|
|
214
223
|
var layoutPaddingBottom = (0, import_clsx.default)(
|
|
215
224
|
"pb-mobile-layout-padding desktop:pb-desktop-layout-padding compact:pb-desktop-compact-layout-padding"
|
|
216
225
|
);
|
|
@@ -1686,7 +1695,7 @@ var DataGridCell = (0, import_react8.memo)(
|
|
|
1686
1695
|
component === "input" && !error && !warning && "border-border-primary-normal",
|
|
1687
1696
|
component === "input" && error && "border-border-primary-error",
|
|
1688
1697
|
component === "input" && warning && "border-background-warning-normal",
|
|
1689
|
-
!["button", "icon"].includes(component) && !noPadding &&
|
|
1698
|
+
!["button", "icon"].includes(component) && !noPadding && componentPadding,
|
|
1690
1699
|
paddedLeft && "pl-2",
|
|
1691
1700
|
component === "icon" && "border-l",
|
|
1692
1701
|
isGrabbing && "!cursor-grabbing",
|
|
@@ -3,19 +3,19 @@ import {
|
|
|
3
3
|
DataGridCell,
|
|
4
4
|
DragAlongCell,
|
|
5
5
|
DraggableCellHeader
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-GCPJH5R6.js";
|
|
7
7
|
import "../chunk-L4UM372R.js";
|
|
8
8
|
import "../chunk-Z4UCFUF7.js";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-YDREJNAS.js";
|
|
10
10
|
import "../chunk-SEKKGFM6.js";
|
|
11
|
-
import "../chunk-
|
|
11
|
+
import "../chunk-TWP6YSFO.js";
|
|
12
12
|
import "../chunk-WVUIIBRR.js";
|
|
13
13
|
import "../chunk-4T7F5BZZ.js";
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-OISE6NMA.js";
|
|
15
|
+
import "../chunk-S7R37IUP.js";
|
|
16
|
+
import "../chunk-UIQ733QP.js";
|
|
17
17
|
import "../chunk-IGQVA7SC.js";
|
|
18
|
-
import "../chunk-
|
|
18
|
+
import "../chunk-RDLEIAQU.js";
|
|
19
19
|
import "../chunk-ORMEWXMH.js";
|
|
20
20
|
export {
|
|
21
21
|
DataGridCell,
|
|
@@ -137,6 +137,9 @@ var componentGap = (0, import_clsx.default)(
|
|
|
137
137
|
var paddingUsingComponentGap = (0, import_clsx.default)(
|
|
138
138
|
"p-mobile-component-gap desktop:p-desktop-component-gap compact:p-desktop-compact-component-gap"
|
|
139
139
|
);
|
|
140
|
+
var paddingXUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
141
|
+
"px-mobile-layout-group-gap desktop:px-desktop-layout-group-gap compact:px-desktop-compact-layout-group-gap"
|
|
142
|
+
);
|
|
140
143
|
var paddingYUsingLayoutGroupGap = (0, import_clsx.default)(
|
|
141
144
|
"py-mobile-layout-group-gap desktop:py-desktop-layout-group-gap compact:py-desktop-compact-layout-group-gap"
|
|
142
145
|
);
|
|
@@ -146,6 +149,9 @@ var componentPadding = (0, import_clsx.default)(
|
|
|
146
149
|
var componentPaddingBottom = (0, import_clsx.default)(
|
|
147
150
|
"pb-mobile-component-padding desktop:pb-desktop-component-padding compact:pb-desktop-compact-component-padding"
|
|
148
151
|
);
|
|
152
|
+
var componentPaddingX = (0, import_clsx.default)(
|
|
153
|
+
"px-mobile-component-padding desktop:px-desktop-component-padding compact:px-desktop-compact-component-padding"
|
|
154
|
+
);
|
|
149
155
|
var componentPaddingY = (0, import_clsx.default)(
|
|
150
156
|
"py-mobile-component-padding desktop:py-desktop-component-padding compact:py-desktop-compact-component-padding"
|
|
151
157
|
);
|
|
@@ -161,6 +167,9 @@ var componentPaddingMinusBorder = (0, import_clsx.default)(
|
|
|
161
167
|
var componentPaddingMinus2pxBorder = (0, import_clsx.default)(
|
|
162
168
|
"p-[calc(var(--spacing-mobile-component-padding)_-_2px)] desktop:p-[calc(var(--spacing-desktop-component-padding)_-_2px)] compact:p-[calc(var(--spacing-desktop-compact-component-padding)_-_2px)]"
|
|
163
169
|
);
|
|
170
|
+
var layoutPaddding = (0, import_clsx.default)(
|
|
171
|
+
"p-mobile-layout-padding desktop:p-desktop-layout-padding compact:p-desktop-compact-layout-padding"
|
|
172
|
+
);
|
|
164
173
|
var layoutPaddingBottom = (0, import_clsx.default)(
|
|
165
174
|
"pb-mobile-layout-padding desktop:pb-desktop-layout-padding compact:pb-desktop-compact-layout-padding"
|
|
166
175
|
);
|
|
@@ -814,8 +823,8 @@ function CalendarRange({
|
|
|
814
823
|
{
|
|
815
824
|
className: (0, import_clsx5.default)(
|
|
816
825
|
"relative bg-background-grouped-primary-normal rounded-base w-fit",
|
|
817
|
-
|
|
818
|
-
|
|
826
|
+
layoutPaddding,
|
|
827
|
+
layoutGap,
|
|
819
828
|
cardStyle && "shadow-4",
|
|
820
829
|
// baseTransition,
|
|
821
830
|
"overflow-hidden"
|
|
@@ -825,8 +834,7 @@ function CalendarRange({
|
|
|
825
834
|
{
|
|
826
835
|
className: (0, import_clsx5.default)(
|
|
827
836
|
"flex flex-row items-start justify-start bg-background-primary-normal overflow-clip",
|
|
828
|
-
|
|
829
|
-
paddingUsingComponentGap
|
|
837
|
+
layoutGap
|
|
830
838
|
),
|
|
831
839
|
children: (mode === "double" ? [0, 1] : [0]).map((offset, idx) => {
|
|
832
840
|
const month = getMonthData(offset);
|
|
@@ -837,9 +845,7 @@ function CalendarRange({
|
|
|
837
845
|
"div",
|
|
838
846
|
{
|
|
839
847
|
className: (0, import_clsx5.default)(
|
|
840
|
-
"flex flex-col"
|
|
841
|
-
componentGap,
|
|
842
|
-
componentPadding
|
|
848
|
+
"flex flex-col"
|
|
843
849
|
),
|
|
844
850
|
children: [
|
|
845
851
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
|
|
@@ -847,10 +853,6 @@ function CalendarRange({
|
|
|
847
853
|
{
|
|
848
854
|
className: (0, import_clsx5.default)(
|
|
849
855
|
"flex flex-row items-center justify-between",
|
|
850
|
-
componentGap,
|
|
851
|
-
componentPaddingXUsingComponentGap,
|
|
852
|
-
componentPaddingYUsingComponentGap,
|
|
853
|
-
"mb-3",
|
|
854
856
|
typography.label,
|
|
855
857
|
"text-text-action-primary-normal"
|
|
856
858
|
),
|
|
@@ -860,9 +862,8 @@ function CalendarRange({
|
|
|
860
862
|
{
|
|
861
863
|
type: "button",
|
|
862
864
|
className: (0, import_clsx5.default)(
|
|
863
|
-
"flex items-center justify-center rounded-base hover:bg-action-100 active:bg-action-300 text-icon-primary-normal",
|
|
864
|
-
componentPadding
|
|
865
|
-
"mr-1"
|
|
865
|
+
"flex items-center justify-center rounded-base hover:bg-action-100 active:bg-action-300 text-icon-action-primary-normal",
|
|
866
|
+
componentPadding
|
|
866
867
|
),
|
|
867
868
|
"aria-label": "Previous month",
|
|
868
869
|
onClick: () => setBaseMonth(baseMonth.subtract({ months: 1 })),
|
|
@@ -878,9 +879,8 @@ function CalendarRange({
|
|
|
878
879
|
{
|
|
879
880
|
type: "button",
|
|
880
881
|
className: (0, import_clsx5.default)(
|
|
881
|
-
"flex items-center justify-center rounded-base hover:bg-action-100 active:bg-action-300 text-icon-primary-normal",
|
|
882
|
-
componentPadding
|
|
883
|
-
"ml-1"
|
|
882
|
+
"flex items-center justify-center rounded-base hover:bg-action-100 active:bg-action-300 text-icon-action-primary-normal",
|
|
883
|
+
componentPadding
|
|
884
884
|
),
|
|
885
885
|
"aria-label": "Next month",
|
|
886
886
|
onClick: () => setBaseMonth(baseMonth.add({ months: 1 })),
|
|
@@ -890,12 +890,13 @@ function CalendarRange({
|
|
|
890
890
|
]
|
|
891
891
|
}
|
|
892
892
|
),
|
|
893
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("div", { className: (0, import_clsx5.default)("grid grid-cols-7
|
|
893
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("div", { className: (0, import_clsx5.default)("grid grid-cols-7"), children: weekDays.map((d) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
894
894
|
"span",
|
|
895
895
|
{
|
|
896
896
|
className: (0, import_clsx5.default)(
|
|
897
897
|
typography.caption,
|
|
898
|
-
"text-text-secondary-normal text-center"
|
|
898
|
+
"text-text-secondary-normal text-center",
|
|
899
|
+
"w-10"
|
|
899
900
|
),
|
|
900
901
|
children: d
|
|
901
902
|
},
|
|
@@ -930,7 +931,7 @@ function CalendarRange({
|
|
|
930
931
|
isRangeStart: !!isRangeStart,
|
|
931
932
|
isRangeEnd: !!isRangeEnd,
|
|
932
933
|
isRangeDisabled: mode === "single" && disableRange,
|
|
933
|
-
cellPadding:
|
|
934
|
+
cellPadding: componentPadding
|
|
934
935
|
},
|
|
935
936
|
i
|
|
936
937
|
);
|
|
@@ -942,7 +943,7 @@ function CalendarRange({
|
|
|
942
943
|
"div",
|
|
943
944
|
{
|
|
944
945
|
className: (0, import_clsx5.default)(
|
|
945
|
-
"self-stretch bg-border-primary-normal rounded-base
|
|
946
|
+
"self-stretch bg-border-primary-normal rounded-base",
|
|
946
947
|
// 1px width, full height, matches Figma divider
|
|
947
948
|
"w-px"
|
|
948
949
|
)
|
|
@@ -3,15 +3,15 @@ import {
|
|
|
3
3
|
} from "../chunk-4T7F5BZZ.js";
|
|
4
4
|
import {
|
|
5
5
|
InputBase
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-OISE6NMA.js";
|
|
7
|
+
import "../chunk-S7R37IUP.js";
|
|
8
8
|
import {
|
|
9
9
|
CalendarRange
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-OUTEIXV4.js";
|
|
11
11
|
import {
|
|
12
12
|
Icon
|
|
13
13
|
} from "../chunk-IGQVA7SC.js";
|
|
14
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-RDLEIAQU.js";
|
|
15
15
|
import {
|
|
16
16
|
__objRest,
|
|
17
17
|
__spreadProps,
|