@jobber/components 6.123.0 → 6.123.2
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/AtlantisThemeContext-cjs.js +1 -1
- package/dist/AtlantisThemeContext-es.js +9 -9
- package/dist/Autocomplete/Autocomplete.types.d.ts +33 -0
- package/dist/Autocomplete/index.cjs +5 -5
- package/dist/Autocomplete/index.mjs +8 -8
- package/dist/Autocomplete/useAutocomplete.d.ts +2 -57
- package/dist/Body-cjs.js +1 -1
- package/dist/Body-es.js +2 -2
- package/dist/BottomSheet-cjs.js +42 -12
- package/dist/BottomSheet-es.js +43 -13
- package/dist/Box-cjs.js +2 -2
- package/dist/Box-es.js +2 -2
- package/dist/Button/index.mjs +1 -1
- package/dist/Button-es.js +1 -1
- package/dist/Card-cjs.js +1 -1
- package/dist/Card-es.js +1 -1
- package/dist/Checkbox/index.cjs +1 -1
- package/dist/Checkbox/index.mjs +1 -1
- package/dist/Chip/index.mjs +1 -1
- package/dist/Chip-cjs.js +2 -2
- package/dist/Chip-es.js +2 -2
- package/dist/ChipDismissible-es.js +1 -1
- package/dist/Chips/InternalChipDismissible/hooks/index.mjs +1 -1
- package/dist/Combobox-cjs.js +1 -1
- package/dist/Combobox-es.js +1 -1
- package/dist/ComboboxAction-cjs.js +1 -1
- package/dist/ComboboxAction-es.js +1 -1
- package/dist/ComboboxContent-cjs.js +1 -1
- package/dist/ComboboxContent-es.js +2 -2
- package/dist/ComboboxContentHeader-cjs.js +1 -1
- package/dist/ComboboxContentHeader-es.js +1 -1
- package/dist/ComboboxContentList-es.js +1 -1
- package/dist/ComboboxContentSearch-cjs.js +1 -1
- package/dist/ComboboxContentSearch-es.js +1 -1
- package/dist/ComboboxLoadMore-cjs.js +1 -1
- package/dist/ComboboxLoadMore-es.js +1 -1
- package/dist/ComboboxOption-cjs.js +1 -1
- package/dist/ComboboxOption-es.js +1 -1
- package/dist/Container-cjs.js +1 -1
- package/dist/Container-es.js +1 -1
- package/dist/Content-cjs.js +1 -1
- package/dist/Content-es.js +1 -1
- package/dist/ContentBlock-cjs.js +1 -1
- package/dist/ContentBlock-es.js +1 -1
- package/dist/Countdown-cjs.js +7 -3
- package/dist/Countdown-es.js +8 -4
- package/dist/Cover-cjs.js +1 -1
- package/dist/Cover-es.js +1 -1
- package/dist/DataList-es.js +3 -3
- package/dist/DataList.const-cjs.js +0 -1
- package/dist/DataList.const-es.js +1 -2
- package/dist/DataList.module-cjs.js +1 -1
- package/dist/DataList.module-es.js +1 -1
- package/dist/DataList.utils-es.js +6 -6
- package/dist/DataListAction-cjs.js +1 -1
- package/dist/DataListAction-es.js +1 -1
- package/dist/DataListActionsMenu-cjs.js +1 -1
- package/dist/DataListActionsMenu-es.js +2 -2
- package/dist/DataListBulkActions-cjs.js +1 -1
- package/dist/DataListBulkActions-es.js +1 -1
- package/dist/DataListContext-cjs.js +6 -5
- package/dist/DataListContext-es.js +6 -5
- package/dist/DataListEmptyState-cjs.js +1 -1
- package/dist/DataListEmptyState-es.js +1 -1
- package/dist/DataListHeaderTile-cjs.js +2 -2
- package/dist/DataListHeaderTile-es.js +2 -2
- package/dist/DataListItemActions-cjs.js +1 -1
- package/dist/DataListItemActions-es.js +2 -2
- package/dist/DataListLayoutActions-cjs.js +1 -1
- package/dist/DataListLayoutActions-es.js +2 -2
- package/dist/DataListLoadMore-cjs.js +1 -1
- package/dist/DataListLoadMore-es.js +1 -1
- package/dist/DataListLoadingState-cjs.js +1 -1
- package/dist/DataListLoadingState-es.js +2 -2
- package/dist/DataListOverflowFade-cjs.js +1 -1
- package/dist/DataListOverflowFade-es.js +1 -1
- package/dist/DataListSearch-cjs.js +1 -1
- package/dist/DataListSearch-es.js +1 -1
- package/dist/DataListSortingOptions-cjs.js +1 -1
- package/dist/DataListSortingOptions-es.js +1 -1
- package/dist/DataListStickyHeader-cjs.js +1 -1
- package/dist/DataListStickyHeader-es.js +1 -1
- package/dist/DataListTags-cjs.js +1 -1
- package/dist/DataListTags-es.js +1 -1
- package/dist/DataListTotalCount-cjs.js +1 -1
- package/dist/DataListTotalCount-es.js +2 -2
- package/dist/DataTable/index.mjs +1 -1
- package/dist/DataTable-cjs.js +3 -3
- package/dist/DataTable-es.js +5 -5
- package/dist/DataTableTable-cjs.js +2 -2
- package/dist/DataTableTable-es.js +3 -3
- package/dist/DatePicker-cjs.js +266 -81
- package/dist/DatePicker-es.js +268 -83
- package/dist/DayOfMonthSelect-cjs.js +5 -5
- package/dist/DayOfMonthSelect-es.js +6 -6
- package/dist/DescriptionList-cjs.js +1 -1
- package/dist/DescriptionList-es.js +1 -1
- package/dist/Disclosure-cjs.js +1 -1
- package/dist/Disclosure-es.js +1 -1
- package/dist/Divider-cjs.js +1 -1
- package/dist/Divider-es.js +1 -1
- package/dist/DrawerGrid-cjs.js +2 -2
- package/dist/DrawerGrid-es.js +2 -2
- package/dist/DrawerRoot-cjs.js +10 -48
- package/dist/DrawerRoot-es.js +12 -50
- package/dist/FeatureSwitch-cjs.js +1 -1
- package/dist/FeatureSwitch-es.js +1 -1
- package/dist/FormField/index.mjs +1 -1
- package/dist/FormField-cjs.js +1 -1
- package/dist/FormField-es.js +2 -2
- package/dist/FormatEmail-cjs.js +1 -1
- package/dist/FormatEmail-es.js +1 -1
- package/dist/FormatFile-cjs.js +1 -6
- package/dist/FormatFile-es.js +1 -6
- package/dist/Frame-cjs.js +1 -1
- package/dist/Frame-es.js +1 -1
- package/dist/Glimmer/index.mjs +1 -1
- package/dist/Glimmer-cjs.js +1 -1
- package/dist/Glimmer-es.js +2 -2
- package/dist/Grid-cjs.js +1 -1
- package/dist/Grid-es.js +1 -1
- package/dist/GridCell-cjs.js +1 -1
- package/dist/GridCell-es.js +1 -1
- package/dist/InputAvatar-cjs.js +1 -1
- package/dist/InputAvatar-es.js +1 -1
- package/dist/InputDate/index.mjs +1 -1
- package/dist/InputEmail/index.mjs +1 -1
- package/dist/InputFile-cjs.js +8 -3
- package/dist/InputFile-es.js +8 -3
- package/dist/InputNumber/index.cjs +181 -69
- package/dist/InputNumber/index.mjs +184 -72
- package/dist/InputPassword-es.js +1 -1
- package/dist/InputPhoneNumber/index.cjs +1 -1
- package/dist/InputPhoneNumber/index.mjs +2 -2
- package/dist/InputText/InputText.d.ts +2 -70
- package/dist/InputText/index.mjs +1 -1
- package/dist/InputTime/index.cjs +0 -1
- package/dist/InputTime/index.mjs +1 -2
- package/dist/InputValidation-cjs.js +1 -1
- package/dist/InputValidation-es.js +1 -1
- package/dist/InternalChipDismissible-cjs.js +1 -1
- package/dist/InternalChipDismissible-es.js +2 -2
- package/dist/LightBox-cjs.js +1 -1
- package/dist/LightBox-es.js +1 -1
- package/dist/Link-cjs.js +1 -1
- package/dist/Link-es.js +1 -1
- package/dist/List-cjs.js +3 -3
- package/dist/List-es.js +7 -7
- package/dist/Markdown-cjs.js +604 -961
- package/dist/Markdown-es.js +610 -967
- package/dist/Menu/Menu.d.ts +1 -1
- package/dist/Menu-cjs.js +859 -629
- package/dist/Menu-es.js +855 -625
- package/dist/Modal/index.cjs +2 -2
- package/dist/Modal/index.mjs +2 -2
- package/dist/Modal/useModal.d.ts +9 -29
- package/dist/MultiSelect-cjs.js +2 -2
- package/dist/MultiSelect-es.js +2 -2
- package/dist/OverlaySeparator-cjs.js +1 -1
- package/dist/OverlaySeparator-es.js +1 -1
- package/dist/Popover-cjs.js +1 -1
- package/dist/Popover-es.js +2 -2
- package/dist/ProgressBar-cjs.js +1 -1
- package/dist/ProgressBar-es.js +1 -1
- package/dist/RadioGroup-cjs.js +1 -1
- package/dist/RadioGroup-es.js +1 -1
- package/dist/RecurringSelect/components/index.mjs +1 -1
- package/dist/RecurringSelect/index.cjs +1 -0
- package/dist/RecurringSelect/index.mjs +1 -0
- package/dist/RecurringSelect-cjs.js +1 -1
- package/dist/RecurringSelect-es.js +2 -2
- package/dist/SegmentedControl-cjs.js +1 -1
- package/dist/SegmentedControl-es.js +2 -2
- package/dist/Select/index.cjs +1 -1
- package/dist/Select/index.mjs +2 -2
- package/dist/SideDrawer-cjs.js +1 -1
- package/dist/SideDrawer-es.js +1 -1
- package/dist/Spinner-cjs.js +1 -1
- package/dist/Spinner-es.js +1 -1
- package/dist/StatusIndicator-cjs.js +1 -1
- package/dist/StatusIndicator-es.js +1 -1
- package/dist/Switch-cjs.js +1 -1
- package/dist/Switch-es.js +1 -1
- package/dist/Table/index.mjs +1 -1
- package/dist/Tabs/index.mjs +1 -1
- package/dist/Tabs-cjs.js +1 -1
- package/dist/Tabs-es.js +6 -6
- package/dist/Text-cjs2.js +365 -175
- package/dist/Text-es2.js +361 -175
- package/dist/Thumbnail-cjs.js +1 -1
- package/dist/Thumbnail-es.js +2 -2
- package/dist/Tiles-cjs.js +1 -1
- package/dist/Tiles-es.js +1 -1
- package/dist/Tooltip-cjs.js +1 -1
- package/dist/Tooltip-es.js +2 -2
- package/dist/Typography-cjs.js +3 -3
- package/dist/Typography-es.js +3 -3
- package/dist/_baseEach-cjs.js +1 -1
- package/dist/_baseEach-es.js +7 -7
- package/dist/_baseFlatten-es.js +1 -1
- package/dist/_getAllKeys-cjs.js +2 -8
- package/dist/_getAllKeys-es.js +4 -10
- package/dist/_getTag-es.js +1 -1
- package/dist/_isIterateeCall-es.js +3 -3
- package/dist/_setToString-es.js +2 -2
- package/dist/debounce-es.js +4 -4
- package/dist/floating-ui.react-cjs.js +35 -16
- package/dist/floating-ui.react-dom-es.js +2 -2
- package/dist/floating-ui.react-es.js +37 -18
- package/dist/identity-es.js +5 -5
- package/dist/index-cjs.js +6 -6
- package/dist/index-es.js +6 -6
- package/dist/index.esm-es.js +1 -1
- package/dist/index.mjs +6 -6
- package/dist/isSymbol-es.js +1 -1
- package/dist/isTypedArray-cjs.js +4 -4
- package/dist/isTypedArray-es.js +6 -6
- package/dist/keysIn-cjs.js +2 -2
- package/dist/keysIn-es.js +5 -5
- package/dist/noop-es.js +4 -4
- package/dist/omit-cjs.js +37 -5
- package/dist/omit-es.js +46 -14
- package/dist/primitives/BottomSheet/BottomSheet.d.ts +13 -8
- package/dist/showToast-cjs.js +1 -1
- package/dist/showToast-es.js +1 -1
- package/dist/styles.css +56 -124
- package/dist/unstyledPrimitives/index.mjs +3 -3
- package/dist/useScrollToActive-cjs.js +1 -1
- package/dist/useScrollToActive-es.js +8 -8
- package/package.json +32 -15
- package/rollup.config.mjs +4 -1
package/dist/styles.css
CHANGED
|
@@ -3273,12 +3273,10 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
3273
3273
|
cursor: pointer;
|
|
3274
3274
|
|
|
3275
3275
|
transition:
|
|
3276
|
-
background-color 200ms ease-out,
|
|
3277
|
-
box-shadow 200ms ease-out;
|
|
3276
|
+
background-color 200ms ease-out, box-shadow 200ms ease-out;
|
|
3278
3277
|
|
|
3279
3278
|
transition:
|
|
3280
|
-
background-color var(--timing-base) ease-out,
|
|
3281
|
-
box-shadow var(--timing-base) ease-out;
|
|
3279
|
+
background-color var(--timing-base) ease-out, box-shadow var(--timing-base) ease-out;
|
|
3282
3280
|
}
|
|
3283
3281
|
|
|
3284
3282
|
.M1BgN-oCmKw-:hover {
|
|
@@ -5273,9 +5271,9 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
5273
5271
|
display: grid;
|
|
5274
5272
|
padding: calc(8px + 4px) 0;
|
|
5275
5273
|
padding: calc(var(--space-small) + var(--space-smaller)) 0;
|
|
5276
|
-
gap: 8px;
|
|
5277
5274
|
grid-gap: 8px;
|
|
5278
5275
|
grid-gap: var(--space-small);
|
|
5276
|
+
gap: 8px;
|
|
5279
5277
|
gap: var(--space-small);
|
|
5280
5278
|
grid-template-columns: auto fit-content(calc(16px * 14));
|
|
5281
5279
|
grid-template-columns: auto fit-content(calc(var(--base-unit) * 14));
|
|
@@ -6105,11 +6103,9 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
6105
6103
|
-webkit-transform: translateX(-50%);
|
|
6106
6104
|
transform: translateX(-50%);
|
|
6107
6105
|
transition:
|
|
6108
|
-
height var(--sticky-header-transition-properties) 100ms,
|
|
6109
|
-
width var(--sticky-header-transition-properties);
|
|
6106
|
+
height var(--sticky-header-transition-properties) 100ms, width var(--sticky-header-transition-properties);
|
|
6110
6107
|
transition:
|
|
6111
|
-
height var(--sticky-header-transition-properties) var(--timing-quick),
|
|
6112
|
-
width var(--sticky-header-transition-properties);
|
|
6108
|
+
height var(--sticky-header-transition-properties) var(--timing-quick), width var(--sticky-header-transition-properties);
|
|
6113
6109
|
}
|
|
6114
6110
|
|
|
6115
6111
|
.rylbmDbzCts-::before {
|
|
@@ -6117,11 +6113,9 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
6117
6113
|
height: 2px;
|
|
6118
6114
|
height: var(--border-thick);
|
|
6119
6115
|
transition:
|
|
6120
|
-
height var(--sticky-header-transition-properties),
|
|
6121
|
-
width var(--sticky-header-transition-properties) 100ms;
|
|
6116
|
+
height var(--sticky-header-transition-properties), width var(--sticky-header-transition-properties) 100ms;
|
|
6122
6117
|
transition:
|
|
6123
|
-
height var(--sticky-header-transition-properties),
|
|
6124
|
-
width var(--sticky-header-transition-properties) var(--timing-quick);
|
|
6118
|
+
height var(--sticky-header-transition-properties), width var(--sticky-header-transition-properties) var(--timing-quick);
|
|
6125
6119
|
}
|
|
6126
6120
|
|
|
6127
6121
|
.S2Bu0Rv4w-E- {
|
|
@@ -6149,13 +6143,9 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
6149
6143
|
-webkit-transform: translateY(-50%);
|
|
6150
6144
|
transform: translateY(-50%);
|
|
6151
6145
|
transition:
|
|
6152
|
-
opacity 200ms ease-in-out,
|
|
6153
|
-
width 200ms ease-in-out,
|
|
6154
|
-
visibility 200ms ease-in-out;
|
|
6146
|
+
opacity 200ms ease-in-out, width 200ms ease-in-out, visibility 200ms ease-in-out;
|
|
6155
6147
|
transition:
|
|
6156
|
-
opacity var(--transition-properties),
|
|
6157
|
-
width var(--transition-properties),
|
|
6158
|
-
visibility var(--transition-properties);
|
|
6148
|
+
opacity var(--transition-properties), width var(--transition-properties), visibility var(--transition-properties);
|
|
6159
6149
|
}
|
|
6160
6150
|
|
|
6161
6151
|
@media not (min-width: 768px) {
|
|
@@ -6661,37 +6651,17 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
6661
6651
|
/* enable transitions in the drop down */
|
|
6662
6652
|
.-hmXAsAfH9U-::picker(select) {
|
|
6663
6653
|
transition:
|
|
6664
|
-
opacity 200ms ease,
|
|
6665
|
-
display 200ms allow-discrete,
|
|
6666
|
-
overlay 200ms allow-discrete,
|
|
6667
|
-
-webkit-transform 200ms ease-out;
|
|
6654
|
+
opacity 200ms ease, display 200ms allow-discrete, overlay 200ms allow-discrete, -webkit-transform 200ms ease-out;
|
|
6668
6655
|
transition:
|
|
6669
|
-
opacity var(--timing-base) ease,
|
|
6670
|
-
display var(--timing-base) allow-discrete,
|
|
6671
|
-
overlay var(--timing-base) allow-discrete,
|
|
6672
|
-
-webkit-transform var(--timing-base) ease-out;
|
|
6656
|
+
opacity var(--timing-base) ease, display var(--timing-base) allow-discrete, overlay var(--timing-base) allow-discrete, -webkit-transform var(--timing-base) ease-out;
|
|
6673
6657
|
transition:
|
|
6674
|
-
opacity 200ms ease,
|
|
6675
|
-
transform 200ms ease-out,
|
|
6676
|
-
display 200ms allow-discrete,
|
|
6677
|
-
overlay 200ms allow-discrete;
|
|
6658
|
+
opacity 200ms ease, transform 200ms ease-out, display 200ms allow-discrete, overlay 200ms allow-discrete;
|
|
6678
6659
|
transition:
|
|
6679
|
-
opacity var(--timing-base) ease,
|
|
6680
|
-
transform var(--timing-base) ease-out,
|
|
6681
|
-
display var(--timing-base) allow-discrete,
|
|
6682
|
-
overlay var(--timing-base) allow-discrete;
|
|
6660
|
+
opacity var(--timing-base) ease, transform var(--timing-base) ease-out, display var(--timing-base) allow-discrete, overlay var(--timing-base) allow-discrete;
|
|
6683
6661
|
transition:
|
|
6684
|
-
opacity 200ms ease,
|
|
6685
|
-
transform 200ms ease-out,
|
|
6686
|
-
display 200ms allow-discrete,
|
|
6687
|
-
overlay 200ms allow-discrete,
|
|
6688
|
-
-webkit-transform 200ms ease-out;
|
|
6662
|
+
opacity 200ms ease, transform 200ms ease-out, display 200ms allow-discrete, overlay 200ms allow-discrete, -webkit-transform 200ms ease-out;
|
|
6689
6663
|
transition:
|
|
6690
|
-
opacity var(--timing-base) ease,
|
|
6691
|
-
transform var(--timing-base) ease-out,
|
|
6692
|
-
display var(--timing-base) allow-discrete,
|
|
6693
|
-
overlay var(--timing-base) allow-discrete,
|
|
6694
|
-
-webkit-transform var(--timing-base) ease-out;
|
|
6664
|
+
opacity var(--timing-base) ease, transform var(--timing-base) ease-out, display var(--timing-base) allow-discrete, overlay var(--timing-base) allow-discrete, -webkit-transform var(--timing-base) ease-out;
|
|
6695
6665
|
}
|
|
6696
6666
|
|
|
6697
6667
|
.-hmXAsAfH9U-::picker-icon {
|
|
@@ -7003,7 +6973,8 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
7003
6973
|
padding: 0;
|
|
7004
6974
|
margin: -1px;
|
|
7005
6975
|
overflow: hidden;
|
|
7006
|
-
clip:
|
|
6976
|
+
-webkit-clip-path: inset(50%);
|
|
6977
|
+
clip-path: inset(50%);
|
|
7007
6978
|
white-space: nowrap;
|
|
7008
6979
|
border: 0;
|
|
7009
6980
|
}
|
|
@@ -7307,6 +7278,7 @@ h2.react-datepicker__current-month {
|
|
|
7307
7278
|
background-color: rgb(28.75, 93.2196969697, 143.75);
|
|
7308
7279
|
}
|
|
7309
7280
|
.react-datepicker__day-names {
|
|
7281
|
+
text-align: center;
|
|
7310
7282
|
white-space: nowrap;
|
|
7311
7283
|
margin-bottom: -8px;
|
|
7312
7284
|
}
|
|
@@ -7323,6 +7295,12 @@ h2.react-datepicker__current-month {
|
|
|
7323
7295
|
text-align: center;
|
|
7324
7296
|
margin: 0.166rem;
|
|
7325
7297
|
}
|
|
7298
|
+
.react-datepicker__day-name--disabled,
|
|
7299
|
+
.react-datepicker__day--disabled,
|
|
7300
|
+
.react-datepicker__time-name--disabled {
|
|
7301
|
+
cursor: default;
|
|
7302
|
+
color: #ccc;
|
|
7303
|
+
}
|
|
7326
7304
|
.react-datepicker__day,
|
|
7327
7305
|
.react-datepicker__month-text,
|
|
7328
7306
|
.react-datepicker__quarter-text,
|
|
@@ -7448,6 +7426,7 @@ h2.react-datepicker__current-month {
|
|
|
7448
7426
|
.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,
|
|
7449
7427
|
.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover {
|
|
7450
7428
|
background-color: rgb(28.75, 93.2196969697, 143.75);
|
|
7429
|
+
color: #fff;
|
|
7451
7430
|
}
|
|
7452
7431
|
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range):not(.react-datepicker__month-text--in-range):not(.react-datepicker__quarter-text--in-range):not(.react-datepicker__year-text--in-range),
|
|
7453
7432
|
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range):not(.react-datepicker__month-text--in-range):not(.react-datepicker__quarter-text--in-range):not(.react-datepicker__year-text--in-range),
|
|
@@ -7960,11 +7939,9 @@ h2.react-datepicker__current-month {
|
|
|
7960
7939
|
cursor: pointer;
|
|
7961
7940
|
outline-color: transparent;
|
|
7962
7941
|
transition:
|
|
7963
|
-
background-color 200ms ease-out,
|
|
7964
|
-
box-shadow 200ms;
|
|
7942
|
+
background-color 200ms ease-out, box-shadow 200ms;
|
|
7965
7943
|
transition:
|
|
7966
|
-
background-color var(--timing-base) ease-out,
|
|
7967
|
-
box-shadow var(--timing-base);
|
|
7944
|
+
background-color var(--timing-base) ease-out, box-shadow var(--timing-base);
|
|
7968
7945
|
}
|
|
7969
7946
|
|
|
7970
7947
|
._8BfGPs1d3OI-::-webkit-details-marker {
|
|
@@ -9067,7 +9044,8 @@ html.atlantisLightBoxActive {
|
|
|
9067
9044
|
}
|
|
9068
9045
|
@supports (scrollbar-color: #000 #000) {
|
|
9069
9046
|
._3TfQLQEE3GQ- {
|
|
9070
|
-
scrollbar-width: thin;
|
|
9047
|
+
scrollbar-width: thin;
|
|
9048
|
+
/* Safari version 18.3: Bug causes this rule to undermine other scrollbar styling */
|
|
9071
9049
|
scrollbar-color: hsl(198, 35%, 21%) transparent;
|
|
9072
9050
|
scrollbar-color: var(--color-interactive--subtle) transparent;
|
|
9073
9051
|
}
|
|
@@ -9108,32 +9086,12 @@ html.atlantisLightBoxActive {
|
|
|
9108
9086
|
border-radius: var(--radius-small);
|
|
9109
9087
|
background-color: rgba(255, 255, 255, 1);
|
|
9110
9088
|
background-color: var(--color-surface);
|
|
9111
|
-
transition:
|
|
9112
|
-
|
|
9113
|
-
|
|
9114
|
-
|
|
9115
|
-
transition:
|
|
9116
|
-
|
|
9117
|
-
border-radius var(--timing-quick) ease-in,
|
|
9118
|
-
-webkit-transform var(--timing-quick) ease-in-out;
|
|
9119
|
-
transition:
|
|
9120
|
-
border 200ms ease-in,
|
|
9121
|
-
border-radius 100ms ease-in,
|
|
9122
|
-
transform 100ms ease-in-out;
|
|
9123
|
-
transition:
|
|
9124
|
-
border var(--timing-base) ease-in,
|
|
9125
|
-
border-radius var(--timing-quick) ease-in,
|
|
9126
|
-
transform var(--timing-quick) ease-in-out;
|
|
9127
|
-
transition:
|
|
9128
|
-
border 200ms ease-in,
|
|
9129
|
-
border-radius 100ms ease-in,
|
|
9130
|
-
transform 100ms ease-in-out,
|
|
9131
|
-
-webkit-transform 100ms ease-in-out;
|
|
9132
|
-
transition:
|
|
9133
|
-
border var(--timing-base) ease-in,
|
|
9134
|
-
border-radius var(--timing-quick) ease-in,
|
|
9135
|
-
transform var(--timing-quick) ease-in-out,
|
|
9136
|
-
-webkit-transform var(--timing-quick) ease-in-out;
|
|
9089
|
+
transition: border 200ms ease-in, border-radius 100ms ease-in, -webkit-transform 100ms ease-in-out;
|
|
9090
|
+
transition: border var(--timing-base) ease-in, border-radius var(--timing-quick) ease-in, -webkit-transform var(--timing-quick) ease-in-out;
|
|
9091
|
+
transition: border 200ms ease-in, border-radius 100ms ease-in, transform 100ms ease-in-out;
|
|
9092
|
+
transition: border var(--timing-base) ease-in, border-radius var(--timing-quick) ease-in, transform var(--timing-quick) ease-in-out;
|
|
9093
|
+
transition: border 200ms ease-in, border-radius 100ms ease-in, transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
|
|
9094
|
+
transition: border var(--timing-base) ease-in, border-radius var(--timing-quick) ease-in, transform var(--timing-quick) ease-in-out, -webkit-transform var(--timing-quick) ease-in-out;
|
|
9137
9095
|
-ms-flex-negative: 0;
|
|
9138
9096
|
flex-shrink: 0;
|
|
9139
9097
|
}
|
|
@@ -9318,11 +9276,9 @@ html.atlantisLightBoxActive {
|
|
|
9318
9276
|
border-radius: var(--radius-base);
|
|
9319
9277
|
text-align: center;
|
|
9320
9278
|
transition:
|
|
9321
|
-
border-color 100ms ease-out,
|
|
9322
|
-
background-color 200ms ease-out;
|
|
9279
|
+
border-color 100ms ease-out, background-color 200ms ease-out;
|
|
9323
9280
|
transition:
|
|
9324
|
-
border-color var(--timing-quick) ease-out,
|
|
9325
|
-
background-color var(--timing-base) ease-out;
|
|
9281
|
+
border-color var(--timing-quick) ease-out, background-color var(--timing-base) ease-out;
|
|
9326
9282
|
}
|
|
9327
9283
|
|
|
9328
9284
|
.yT6m1v71VK8-.fCb0O1wAjR0- {
|
|
@@ -10415,17 +10371,17 @@ input.oOrjwubmsVA- {
|
|
|
10415
10371
|
border-radius: 16px;
|
|
10416
10372
|
border-radius: var(--radius-large);
|
|
10417
10373
|
grid-template-columns: repeat(7, 1fr);
|
|
10418
|
-
row-gap: 4px;
|
|
10419
10374
|
grid-row-gap: 4px;
|
|
10420
10375
|
grid-row-gap: var(--space-smaller);
|
|
10376
|
+
row-gap: 4px;
|
|
10421
10377
|
row-gap: var(--space-smaller);
|
|
10422
10378
|
-webkit-column-gap: 4px;
|
|
10423
10379
|
-webkit-column-gap: var(--space-smaller);
|
|
10424
10380
|
-moz-column-gap: 4px;
|
|
10425
10381
|
-moz-column-gap: var(--space-smaller);
|
|
10426
|
-
column-gap: 4px;
|
|
10427
10382
|
grid-column-gap: 4px;
|
|
10428
10383
|
grid-column-gap: var(--space-smaller);
|
|
10384
|
+
column-gap: 4px;
|
|
10429
10385
|
column-gap: var(--space-smaller);
|
|
10430
10386
|
}
|
|
10431
10387
|
|
|
@@ -10543,9 +10499,9 @@ input.oOrjwubmsVA- {
|
|
|
10543
10499
|
grid-template-columns: var(--space-largest) 1fr;
|
|
10544
10500
|
-ms-flex-align: center;
|
|
10545
10501
|
align-items: center;
|
|
10546
|
-
gap: 8px;
|
|
10547
10502
|
grid-gap: 8px;
|
|
10548
10503
|
grid-gap: var(--space-small);
|
|
10504
|
+
gap: 8px;
|
|
10549
10505
|
gap: var(--space-small);
|
|
10550
10506
|
margin-bottom: calc(-1 * 1px);
|
|
10551
10507
|
margin-bottom: calc(-1 * var(--border-base));
|
|
@@ -10592,17 +10548,17 @@ input.oOrjwubmsVA- {
|
|
|
10592
10548
|
". . . . . . ."
|
|
10593
10549
|
". . . . . . ."
|
|
10594
10550
|
". . . lastday lastday lastday lastday";
|
|
10595
|
-
row-gap: 4px;
|
|
10596
10551
|
grid-row-gap: 4px;
|
|
10597
10552
|
grid-row-gap: var(--space-smaller);
|
|
10553
|
+
row-gap: 4px;
|
|
10598
10554
|
row-gap: var(--space-smaller);
|
|
10599
10555
|
-webkit-column-gap: 4px;
|
|
10600
10556
|
-webkit-column-gap: var(--space-smaller);
|
|
10601
10557
|
-moz-column-gap: 4px;
|
|
10602
10558
|
-moz-column-gap: var(--space-smaller);
|
|
10603
|
-
column-gap: 4px;
|
|
10604
10559
|
grid-column-gap: 4px;
|
|
10605
10560
|
grid-column-gap: var(--space-smaller);
|
|
10561
|
+
column-gap: 4px;
|
|
10606
10562
|
column-gap: var(--space-smaller);
|
|
10607
10563
|
}
|
|
10608
10564
|
|
|
@@ -10762,11 +10718,9 @@ input.oOrjwubmsVA- {
|
|
|
10762
10718
|
-ms-flex-pack: center;
|
|
10763
10719
|
justify-content: center;
|
|
10764
10720
|
transition:
|
|
10765
|
-
background-color 300ms ease-out,
|
|
10766
|
-
color 300ms ease-out;
|
|
10721
|
+
background-color 300ms ease-out, color 300ms ease-out;
|
|
10767
10722
|
transition:
|
|
10768
|
-
background-color var(--timing-slow) ease-out,
|
|
10769
|
-
color var(--timing-slow) ease-out;
|
|
10723
|
+
background-color var(--timing-slow) ease-out, color var(--timing-slow) ease-out;
|
|
10770
10724
|
}
|
|
10771
10725
|
|
|
10772
10726
|
.FDDKTZkTdfM- input[type="radio"]:checked + label {
|
|
@@ -10903,25 +10857,17 @@ input.oOrjwubmsVA- {
|
|
|
10903
10857
|
padding: var(--sideDrawer--base-padding);
|
|
10904
10858
|
background-color: var(--sideDrawer--background);
|
|
10905
10859
|
transition:
|
|
10906
|
-
box-shadow 200ms ease-in-out,
|
|
10907
|
-
-webkit-filter 200ms ease-in-out;
|
|
10860
|
+
box-shadow 200ms ease-in-out, -webkit-filter 200ms ease-in-out;
|
|
10908
10861
|
transition:
|
|
10909
|
-
box-shadow var(--timing-base) ease-in-out,
|
|
10910
|
-
-webkit-filter var(--timing-base) ease-in-out;
|
|
10862
|
+
box-shadow var(--timing-base) ease-in-out, -webkit-filter var(--timing-base) ease-in-out;
|
|
10911
10863
|
transition:
|
|
10912
|
-
box-shadow 200ms ease-in-out,
|
|
10913
|
-
filter 200ms ease-in-out;
|
|
10864
|
+
box-shadow 200ms ease-in-out, filter 200ms ease-in-out;
|
|
10914
10865
|
transition:
|
|
10915
|
-
box-shadow var(--timing-base) ease-in-out,
|
|
10916
|
-
filter var(--timing-base) ease-in-out;
|
|
10866
|
+
box-shadow var(--timing-base) ease-in-out, filter var(--timing-base) ease-in-out;
|
|
10917
10867
|
transition:
|
|
10918
|
-
box-shadow 200ms ease-in-out,
|
|
10919
|
-
filter 200ms ease-in-out,
|
|
10920
|
-
-webkit-filter 200ms ease-in-out;
|
|
10868
|
+
box-shadow 200ms ease-in-out, filter 200ms ease-in-out, -webkit-filter 200ms ease-in-out;
|
|
10921
10869
|
transition:
|
|
10922
|
-
box-shadow var(--timing-base) ease-in-out,
|
|
10923
|
-
filter var(--timing-base) ease-in-out,
|
|
10924
|
-
-webkit-filter var(--timing-base) ease-in-out;
|
|
10870
|
+
box-shadow var(--timing-base) ease-in-out, filter var(--timing-base) ease-in-out, -webkit-filter var(--timing-base) ease-in-out;
|
|
10925
10871
|
}
|
|
10926
10872
|
|
|
10927
10873
|
.LuqC0RF-R1U- {
|
|
@@ -11061,31 +11007,17 @@ input.oOrjwubmsVA- {
|
|
|
11061
11007
|
-webkit-transform: translateX(-8px);
|
|
11062
11008
|
transform: translateX(-8px);
|
|
11063
11009
|
transition:
|
|
11064
|
-
width 200ms ease-in-out,
|
|
11065
|
-
opacity 200ms ease-in-out,
|
|
11066
|
-
-webkit-transform 200ms ease-in-out;
|
|
11010
|
+
width 200ms ease-in-out, opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
|
|
11067
11011
|
transition:
|
|
11068
|
-
width var(--transition),
|
|
11069
|
-
opacity var(--transition),
|
|
11070
|
-
-webkit-transform var(--transition);
|
|
11012
|
+
width var(--transition), opacity var(--transition), -webkit-transform var(--transition);
|
|
11071
11013
|
transition:
|
|
11072
|
-
width 200ms ease-in-out,
|
|
11073
|
-
transform 200ms ease-in-out,
|
|
11074
|
-
opacity 200ms ease-in-out;
|
|
11014
|
+
width 200ms ease-in-out, transform 200ms ease-in-out, opacity 200ms ease-in-out;
|
|
11075
11015
|
transition:
|
|
11076
|
-
width var(--transition),
|
|
11077
|
-
transform var(--transition),
|
|
11078
|
-
opacity var(--transition);
|
|
11016
|
+
width var(--transition), transform var(--transition), opacity var(--transition);
|
|
11079
11017
|
transition:
|
|
11080
|
-
width 200ms ease-in-out,
|
|
11081
|
-
transform 200ms ease-in-out,
|
|
11082
|
-
opacity 200ms ease-in-out,
|
|
11083
|
-
-webkit-transform 200ms ease-in-out;
|
|
11018
|
+
width 200ms ease-in-out, transform 200ms ease-in-out, opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
|
|
11084
11019
|
transition:
|
|
11085
|
-
width var(--transition),
|
|
11086
|
-
transform var(--transition),
|
|
11087
|
-
opacity var(--transition),
|
|
11088
|
-
-webkit-transform var(--transition);
|
|
11020
|
+
width var(--transition), transform var(--transition), opacity var(--transition), -webkit-transform var(--transition);
|
|
11089
11021
|
}
|
|
11090
11022
|
|
|
11091
11023
|
.XOqA4Hw6S6g-.b4VHPS-RG34- {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import { u as useStableCallback, e as useIsoLayoutEffect, f as useId, S as SafeReact, g as useAnimationFrame, h as useTimeout, i as isMouseLikePointerType, j as
|
|
2
|
+
import { u as useStableCallback, e as useIsoLayoutEffect, f as useId, S as SafeReact, t as triggerPress, g as useAnimationFrame, h as useTimeout, i as isMouseLikePointerType, j as isClickLikeEvent, k as createChangeEventDetails, l as isTypeableElement, m as useFloatingParentNodeId, F as FloatingRootStore, P as PopupTriggerMap, n as useFloatingTree, o as getFloatingFocusElement, p as useValueAsRef, q as isTypeableCombobox, r as enqueueFocus, s as isIndexOutOfListBounds, v as getMinListIndex, w as getMaxListIndex, x as activeElement, y as ownerDocument, z as contains, A as stopEvent, B as listNavigation, C as createGridCellMap, E as isListIndexDisabled, G as getGridNavigatedIndex, H as getGridCellIndexOfCorner, I as ARROW_DOWN, J as ARROW_LEFT, K as ARROW_RIGHT, L as getGridCellIndices, M as findNonDisabledListIndex, N as getTarget, O as focusOut, Q as isVirtualClick, R as isVirtualPointerEvent, T as ARROW_UP, U as isElementVisible, V as useDialogRootContext, W as closePress, X as useTriggerDataForwarding, Y as useInteractions, Z as CLICK_TRIGGER_IDENTIFIER, _ as triggerOpenStateMapping, $ as CommonPopupDataAttributes, a0 as useDialogPortalContext, a1 as transitionStatusMapping, a2 as popupStateMapping, a3 as DialogStore, a4 as imperativeAction, a5 as createSelector, a6 as useControlled, a7 as Store, a8 as useStore, a9 as useTransitionStatus, aa as useOpenInteractionType, ab as createGenericEventDetails, ac as inputClear, ad as inputChange, ae as outsidePress, af as itemPress, ag as none, ah as useOpenChangeComplete, ai as useValueChanged, aj as useDismiss, ak as useOnFirstRender, al as visuallyHiddenInput, am as visuallyHidden, an as inputPress, ao as pressableTriggerOpenStateMapping, ap as isFirefox, aq as escapeKey, ar as isAndroid, as as clearPress, at as FloatingPortal, au as DISABLED_TRANSITIONS_STYLE, av as DROPDOWN_COLLISION_AVOIDANCE, aw as useScrollLock, ax as InternalBackdrop, ay as inertValue, az as FloatingFocusManager, aA as chipRemovePress, aB as useDrawerProviderContext, aC as DrawerBackdropCssVars, aD as DrawerPopupCssVars, aE as DrawerProviderContext, aF as clamp$1, aG as useDrawerRootContext, aH as useTriggerRegistration, aI as DrawerPopupDataAttributes, aJ as swipe, aK as useDrawerSnapPoints, aL as TransitionStatusDataAttributes, aM as DrawerViewportContext, aN as BASE_UI_SWIPE_IGNORE_SELECTOR, aO as DRAWER_CONTENT_ATTRIBUTE, a as DrawerBackdrop, c as DrawerContent, b as DrawerPopup, D as DrawerPortal, d as DrawerRoot } from '../DrawerRoot-es.js';
|
|
3
3
|
import { a as useRefWithInit, f as formatErrorMessage, m as mergeProps, c as makeEventPreventable, E as EMPTY_OBJECT, u as useRenderElement, N as NOOP, d as EMPTY_ARRAY, b as useMergedRefs } from '../useRenderElement-es.js';
|
|
4
4
|
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
5
5
|
import * as ReactDOM from 'react-dom';
|
|
6
|
-
import { a as isHTMLElement, b as isElement,
|
|
7
|
-
import { u as useFloating$1, h as hide$1,
|
|
6
|
+
import { a as isHTMLElement, b as isElement, r as evaluate, s as getPaddingObject, o as getAlignmentAxis, q as getAlignment, B as getAxisLength, C as clamp, n as getSideAxis, p as getSide, m as getComputedStyle, J as getWindow } from '../index.esm-es.js';
|
|
7
|
+
import { u as useFloating$1, h as hide$1, o as offset, f as flip, s as shift, l as limitShift, d as size, a as autoUpdate } from '../floating-ui.react-dom-es.js';
|
|
8
8
|
import { S as Separator } from '../Separator-es.js';
|
|
9
9
|
import '../index-es.js';
|
|
10
10
|
|
|
@@ -3,7 +3,7 @@ import { g as getDefaultExportFromCjs } from './_commonjsHelpers-es.js';
|
|
|
3
3
|
import { _ as _baseFlatten } from './_baseFlatten-es.js';
|
|
4
4
|
import { a as _arrayMap, b as _baseGet } from './_getAllKeys-es.js';
|
|
5
5
|
import { _ as _baseEach, a as _baseIteratee } from './_baseEach-es.js';
|
|
6
|
-
import {
|
|
6
|
+
import { i as isArrayLike_1, a as isArray_1, k as _baseUnary } from './isTypedArray-es.js';
|
|
7
7
|
import { i as isSymbol_1 } from './isSymbol-es.js';
|
|
8
8
|
import { i as identity_1 } from './identity-es.js';
|
|
9
9
|
import { _ as _baseRest, a as _isIterateeCall } from './_isIterateeCall-es.js';
|
|
@@ -12,7 +12,7 @@ import { a as debounce } from './debounce-es.js';
|
|
|
12
12
|
import { I as Icon } from './Icon-es.js';
|
|
13
13
|
import { u as useFloating } from './floating-ui.react-es.js';
|
|
14
14
|
import { c as calculateMaxHeight } from './maxHeight-es.js';
|
|
15
|
-
import { o as offset, f as flip, d as size
|
|
15
|
+
import { a as autoUpdate, o as offset, f as flip, d as size } from './floating-ui.react-dom-es.js';
|
|
16
16
|
|
|
17
17
|
var baseEach = _baseEach,
|
|
18
18
|
isArrayLike = isArrayLike_1;
|
|
@@ -172,7 +172,7 @@ function baseOrderBy$1(collection, iteratees, orders) {
|
|
|
172
172
|
if (isArray(iteratee)) {
|
|
173
173
|
return function(value) {
|
|
174
174
|
return baseGet(value, iteratee.length === 1 ? iteratee[0] : iteratee);
|
|
175
|
-
}
|
|
175
|
+
};
|
|
176
176
|
}
|
|
177
177
|
return iteratee;
|
|
178
178
|
});
|
|
@@ -231,7 +231,7 @@ var baseFlatten = _baseFlatten,
|
|
|
231
231
|
* _.sortBy(users, ['user', 'age']);
|
|
232
232
|
* // => objects for [['barney', 34], ['barney', 36], ['fred', 30], ['fred', 48]]
|
|
233
233
|
*/
|
|
234
|
-
var sortBy = baseRest(function(collection, iteratees) {
|
|
234
|
+
var sortBy$1 = baseRest(function(collection, iteratees) {
|
|
235
235
|
if (collection == null) {
|
|
236
236
|
return [];
|
|
237
237
|
}
|
|
@@ -244,9 +244,9 @@ var sortBy = baseRest(function(collection, iteratees) {
|
|
|
244
244
|
return baseOrderBy(collection, baseFlatten(iteratees, 1), []);
|
|
245
245
|
});
|
|
246
246
|
|
|
247
|
-
var sortBy_1 = sortBy;
|
|
247
|
+
var sortBy_1 = sortBy$1;
|
|
248
248
|
|
|
249
|
-
var sortBy
|
|
249
|
+
var sortBy = /*@__PURE__*/getDefaultExportFromCjs(sortBy_1);
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
252
|
* Recursively finds a focusable element (div or button) in the specified direction
|
|
@@ -271,7 +271,7 @@ function useInternalChipDismissible({ children, selected, onChange, onClick, onC
|
|
|
271
271
|
const [wrapperElement, setWrapperElement] = useState(null);
|
|
272
272
|
const chipOptions = children.map(chip => chip.props);
|
|
273
273
|
const visibleChipOptions = chipOptions.filter(chip => selected.includes(chip.value));
|
|
274
|
-
const sortedVisibleChipOptions = sortBy
|
|
274
|
+
const sortedVisibleChipOptions = sortBy(visibleChipOptions, chip => selected.indexOf(chip.value));
|
|
275
275
|
const availableChipOptions = chipOptions.filter(chip => !selected.includes(chip.value));
|
|
276
276
|
const { liveAnnounce } = useLiveAnnounce();
|
|
277
277
|
const actions = {
|
|
@@ -579,4 +579,4 @@ function useScrollToActive(index) {
|
|
|
579
579
|
return ref;
|
|
580
580
|
}
|
|
581
581
|
|
|
582
|
-
export {
|
|
582
|
+
export { useInternalChipDismissible as a, useInternalChipDismissibleInput as b, useRepositionMenu as c, useScrollToActive as d, useInView as u };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.123.
|
|
3
|
+
"version": "6.123.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -472,19 +472,19 @@
|
|
|
472
472
|
}
|
|
473
473
|
},
|
|
474
474
|
"scripts": {
|
|
475
|
-
"build": "
|
|
476
|
-
"build:pre": "
|
|
475
|
+
"build": "pnpm run build:pre && rollup --config && pnpm run build:post",
|
|
476
|
+
"build:pre": "pnpm run css:types:build && PREBUILD_CSS=true rollup --config && cp dist/styles.css ./styles.css.backup && pnpm run clean",
|
|
477
477
|
"build:post": "mv ./styles.css.backup dist/styles.css",
|
|
478
|
-
"bootstrap": "
|
|
478
|
+
"bootstrap": "pnpm run clean && pnpm run build",
|
|
479
479
|
"clean": "rm -rf dist/* tsconfig.rollup.tsbuildinfo",
|
|
480
480
|
"css:types:watch": "tcm -w -p \"**/*.module.css\" src",
|
|
481
481
|
"css:types:build": "tcm -p \"**/*.module.css\" src",
|
|
482
482
|
"entryPoints:build": "ts-node --project ../../tsconfig.bin.json ../../scripts/entryPoints.ts",
|
|
483
|
-
"entryPoints:clean": "
|
|
484
|
-
"prepack": "
|
|
485
|
-
"postpack": "
|
|
486
|
-
"watch": "concurrently -k -n rollup,css -c yellow,magenta \"rollup -c rollup.config.mjs --watch\" \"
|
|
487
|
-
"storybook": "concurrently -k -n storybook,css -c blue,magenta \"storybook dev -p 6007 --disable-telemetry\" \"
|
|
483
|
+
"entryPoints:clean": "pnpm run entryPoints:build clean",
|
|
484
|
+
"prepack": "pnpm run entryPoints:build",
|
|
485
|
+
"postpack": "pnpm run entryPoints:clean",
|
|
486
|
+
"watch": "concurrently -k -n rollup,css -c yellow,magenta \"rollup -c rollup.config.mjs --watch\" \"pnpm run css:types:watch\"",
|
|
487
|
+
"storybook": "concurrently -k -n storybook,css -c blue,magenta \"storybook dev -p 6007 --disable-telemetry\" \"pnpm run css:types:watch\"",
|
|
488
488
|
"storybook:build": "storybook build --disable-telemetry"
|
|
489
489
|
},
|
|
490
490
|
"files": [
|
|
@@ -497,7 +497,9 @@
|
|
|
497
497
|
"dependencies": {
|
|
498
498
|
"@base-ui/react": "1.3.0",
|
|
499
499
|
"@floating-ui/react": "^0.27.5",
|
|
500
|
+
"@floating-ui/utils": "0.2.11",
|
|
500
501
|
"@jobber/formatters": "^0.5.0",
|
|
502
|
+
"@react-types/overlays": "^3.9.4",
|
|
501
503
|
"@tanstack/react-table": "8.5.13",
|
|
502
504
|
"@types/color": "^3.0.1",
|
|
503
505
|
"@types/lodash": "^4.14.136",
|
|
@@ -516,30 +518,45 @@
|
|
|
516
518
|
"react-hook-form": "^7.52.0",
|
|
517
519
|
"react-markdown": "^10.1.0",
|
|
518
520
|
"react-router-dom": "^5.3.4",
|
|
519
|
-
"ts-xor": "^1.0.8"
|
|
521
|
+
"ts-xor": "^1.0.8",
|
|
522
|
+
"tslib": "^2.8.1"
|
|
520
523
|
},
|
|
521
524
|
"devDependencies": {
|
|
525
|
+
"@apollo/client": "^3.7.10",
|
|
522
526
|
"@csstools/postcss-global-data": "^1.0.3",
|
|
527
|
+
"@jobber/hooks": "2.19.4",
|
|
523
528
|
"@rollup/plugin-alias": "^5.1.0",
|
|
524
529
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
525
530
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
526
531
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
527
|
-
"@storybook/addon-a11y": "
|
|
528
|
-
"@storybook/
|
|
532
|
+
"@storybook/addon-a11y": "10.3.5",
|
|
533
|
+
"@storybook/addon-docs": "10.3.5",
|
|
534
|
+
"@storybook/addon-mcp": "^0.4.2",
|
|
535
|
+
"@storybook/addon-vitest": "10.3.5",
|
|
536
|
+
"@storybook/react-vite": "10.3.5",
|
|
529
537
|
"@types/glob": "^7.1.1",
|
|
538
|
+
"@types/node": "^22.10.1",
|
|
539
|
+
"@vitest/browser-playwright": "^4.1.2",
|
|
540
|
+
"@vitest/coverage-v8": "^4.1.2",
|
|
530
541
|
"autoprefixer": "^9.5.1",
|
|
531
542
|
"copyfiles": "^2.4.1",
|
|
543
|
+
"eslint-plugin-storybook": "10.3.5",
|
|
532
544
|
"glob": "^7.1.4",
|
|
533
545
|
"jsdom-testing-mocks": "^1.9.0",
|
|
546
|
+
"playwright": "1.59.1",
|
|
534
547
|
"postcss": "^8.4.40",
|
|
535
548
|
"postcss-import": "^12.0.1",
|
|
536
549
|
"postcss-preset-env": "^8.3.0",
|
|
550
|
+
"react": "19.1.1",
|
|
551
|
+
"react-dom": "19.1.1",
|
|
537
552
|
"rollup-plugin-copy": "^3.5.0",
|
|
538
553
|
"rollup-plugin-multi-input": "^1.4.1",
|
|
539
554
|
"rollup-plugin-polyfill-node": "^0.13.0",
|
|
540
555
|
"rollup-plugin-postcss": "^4.0.2",
|
|
541
|
-
"storybook": "
|
|
542
|
-
"typed-css-modules": "^0.9.1"
|
|
556
|
+
"storybook": "10.3.5",
|
|
557
|
+
"typed-css-modules": "^0.9.1",
|
|
558
|
+
"vite": "5.3.1",
|
|
559
|
+
"vitest": "^4.1.2"
|
|
543
560
|
},
|
|
544
561
|
"peerDependencies": {
|
|
545
562
|
"@apollo/client": "^3",
|
|
@@ -562,5 +579,5 @@
|
|
|
562
579
|
"> 1%",
|
|
563
580
|
"IE 10"
|
|
564
581
|
],
|
|
565
|
-
"gitHead": "
|
|
582
|
+
"gitHead": "2306bc5ca1ed0a56871602085cc3c4223b9d08d8"
|
|
566
583
|
}
|
package/rollup.config.mjs
CHANGED
|
@@ -11,6 +11,9 @@ import presetenv from "postcss-preset-env";
|
|
|
11
11
|
import multiInput from "rollup-plugin-multi-input";
|
|
12
12
|
import nodePolyfills from "rollup-plugin-polyfill-node";
|
|
13
13
|
|
|
14
|
+
const createMultiInput =
|
|
15
|
+
typeof multiInput === "function" ? multiInput : multiInput.default;
|
|
16
|
+
|
|
14
17
|
/**
|
|
15
18
|
* When PREBUILD_CSS is supplied, only build the main index.ts file.
|
|
16
19
|
* This ensures postcss maintains consistent ordering of styles across builds.
|
|
@@ -53,7 +56,7 @@ export default {
|
|
|
53
56
|
plugins: [
|
|
54
57
|
nodePolyfills(),
|
|
55
58
|
nodeResolve(),
|
|
56
|
-
|
|
59
|
+
createMultiInput({ glob: { ignore: ["src/**/docs/**"] } }),
|
|
57
60
|
typescript({
|
|
58
61
|
tsconfig: "./tsconfig.rollup.json",
|
|
59
62
|
declarationDir: "dist",
|