@jobber/components 6.20.7 → 6.21.0
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/Banner/index.cjs +1 -0
- package/dist/Banner/index.mjs +1 -0
- package/dist/Button/Button.d.ts +8 -74
- package/dist/Button/Button.types.d.ts +92 -0
- package/dist/Button/ButtonInternals.d.ts +10 -0
- package/dist/Button/ButtonProvider.d.ts +10 -0
- package/dist/Button/index.cjs +4 -1
- package/dist/Button/index.d.ts +4 -1
- package/dist/Button/index.mjs +3 -2
- package/dist/Button/useButtonStyles.d.ts +17 -0
- package/dist/Button-cjs.js +67 -22
- package/dist/Button-es.js +67 -24
- package/dist/ButtonDismiss/index.cjs +2 -1
- package/dist/ButtonDismiss/index.mjs +2 -1
- package/dist/ButtonDismiss-cjs.js +1 -0
- package/dist/ButtonDismiss-es.js +1 -0
- package/dist/Card/index.cjs +1 -0
- package/dist/Card/index.mjs +1 -0
- package/dist/Chips/InternalChipDismissible/index.cjs +1 -1
- package/dist/Chips/InternalChipDismissible/index.mjs +1 -1
- package/dist/Chips/index.cjs +1 -1
- package/dist/Chips/index.mjs +1 -1
- package/dist/Combobox/components/ComboboxActivator/index.cjs +2 -2
- package/dist/Combobox/components/ComboboxActivator/index.mjs +2 -2
- package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.cjs +1 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxContentHeader/index.mjs +1 -0
- package/dist/ComboboxActivator-cjs.js +1 -0
- package/dist/ComboboxActivator-es.js +1 -0
- package/dist/ComboboxContentHeader-cjs.js +1 -0
- package/dist/ComboboxContentHeader-es.js +1 -0
- package/dist/ConfirmationModal/index.cjs +1 -0
- package/dist/ConfirmationModal/index.mjs +1 -0
- package/dist/DataDump/index.cjs +1 -0
- package/dist/DataDump/index.mjs +1 -0
- package/dist/DataList/components/DataListActions/index.cjs +1 -0
- package/dist/DataList/components/DataListActions/index.mjs +1 -0
- package/dist/DataList/components/DataListBulkActions/index.cjs +1 -0
- package/dist/DataList/components/DataListBulkActions/index.mjs +1 -0
- package/dist/DataList/components/DataListHeader/index.cjs +1 -1
- package/dist/DataList/components/DataListHeader/index.mjs +1 -1
- package/dist/DataList/components/DataListItem/index.cjs +1 -1
- package/dist/DataList/components/DataListItem/index.mjs +1 -1
- package/dist/DataList/components/DataListItemActions/index.cjs +1 -0
- package/dist/DataList/components/DataListItemActions/index.mjs +1 -0
- package/dist/DataList/components/DataListItemActionsOverflow/index.cjs +2 -1
- package/dist/DataList/components/DataListItemActionsOverflow/index.mjs +2 -1
- package/dist/DataList/components/DataListItems/index.cjs +1 -1
- package/dist/DataList/components/DataListItems/index.mjs +1 -1
- package/dist/DataList/components/DataListLayout/index.cjs +1 -1
- package/dist/DataList/components/DataListLayout/index.mjs +1 -1
- package/dist/DataList/components/DataListLayoutActions/index.cjs +2 -2
- package/dist/DataList/components/DataListLayoutActions/index.mjs +2 -2
- package/dist/DataList/components/DataListLoadMore/index.cjs +1 -0
- package/dist/DataList/components/DataListLoadMore/index.mjs +1 -0
- package/dist/DataList/components/DataListSearch/index.cjs +1 -1
- package/dist/DataList/components/DataListSearch/index.mjs +1 -1
- package/dist/DataListActions-cjs.js +1 -0
- package/dist/DataListActions-es.js +1 -0
- package/dist/DataListEmptyState-cjs.js +1 -0
- package/dist/DataListEmptyState-es.js +1 -0
- package/dist/DataListItemActionsOverflow-cjs.js +1 -0
- package/dist/DataListItemActionsOverflow-es.js +1 -0
- package/dist/DataListLoadMore-cjs.js +1 -0
- package/dist/DataListLoadMore-es.js +1 -0
- package/dist/DatePicker/index.cjs +1 -0
- package/dist/DatePicker/index.mjs +1 -0
- package/dist/Drawer/index.cjs +1 -0
- package/dist/Drawer/index.mjs +1 -0
- package/dist/FeatureSwitch/index.cjs +1 -0
- package/dist/FeatureSwitch/index.mjs +1 -0
- package/dist/FormField/index.cjs +1 -1
- package/dist/FormField/index.mjs +1 -1
- package/dist/FormatFile/index.cjs +1 -1
- package/dist/FormatFile/index.mjs +1 -1
- package/dist/InputAvatar-cjs.js +1 -0
- package/dist/InputAvatar-es.js +1 -0
- package/dist/InputDate/index.cjs +3 -3
- package/dist/InputDate/index.mjs +3 -3
- package/dist/InputEmail/index.cjs +1 -1
- package/dist/InputEmail/index.mjs +1 -1
- package/dist/InputEmail-cjs.js +1 -1
- package/dist/InputEmail-es.js +1 -1
- package/dist/InputNumber/index.cjs +1 -1
- package/dist/InputNumber/index.mjs +1 -1
- package/dist/InputNumber-cjs.js +1 -1
- package/dist/InputNumber-es.js +1 -1
- package/dist/InputPassword/index.cjs +1 -1
- package/dist/InputPassword/index.mjs +1 -1
- package/dist/InputPassword-cjs.js +1 -1
- package/dist/InputPassword-es.js +1 -1
- package/dist/InputPhoneNumber-cjs.js +1 -1
- package/dist/InputPhoneNumber-es.js +1 -1
- package/dist/InputText/index.cjs +3 -3
- package/dist/InputText/index.mjs +3 -3
- package/dist/InputTime-cjs.js +1 -1
- package/dist/InputTime-es.js +1 -1
- package/dist/LightBox/LightBox.d.ts +8 -1
- package/dist/LightBox/index.cjs +1 -0
- package/dist/LightBox/index.mjs +1 -0
- package/dist/LightBox-cjs.js +4 -2
- package/dist/LightBox-es.js +4 -2
- package/dist/Menu/index.cjs +1 -0
- package/dist/Menu/index.mjs +1 -0
- package/dist/Modal/index.cjs +1 -0
- package/dist/Modal/index.mjs +1 -0
- package/dist/Option-cjs.js +1 -1
- package/dist/Option-es.js +1 -1
- package/dist/Page/index.cjs +1 -0
- package/dist/Page/index.mjs +1 -0
- package/dist/Popover/index.cjs +1 -0
- package/dist/Popover/index.mjs +1 -0
- package/dist/RecurringSelect/index.cjs +1 -1
- package/dist/RecurringSelect/index.mjs +1 -1
- package/dist/Select/index.cjs +1 -1
- package/dist/Select/index.mjs +1 -1
- package/dist/SideDrawer/index.cjs +1 -0
- package/dist/SideDrawer/index.mjs +1 -0
- package/dist/Toast/index.cjs +2 -1
- package/dist/Toast/index.mjs +2 -1
- package/dist/Typography/Typography.d.ts +1 -2
- package/dist/index.cjs +2 -0
- package/dist/index.mjs +1 -1
- package/dist/showToast-cjs.js +1 -0
- package/dist/showToast-es.js +1 -0
- package/dist/styles.css +17 -18
- package/dist/utils/meta/meta.json +2 -0
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
}
|
|
563
563
|
|
|
564
564
|
._3RdwgIvvnZo- {
|
|
565
|
-
color: hsl(
|
|
565
|
+
color: hsl(206, 61%, 23%);
|
|
566
566
|
color: var(--color-payments--onSurface);
|
|
567
567
|
}
|
|
568
568
|
|
|
@@ -1143,6 +1143,8 @@
|
|
|
1143
1143
|
align-items: center;
|
|
1144
1144
|
-ms-flex-pack: center;
|
|
1145
1145
|
justify-content: center;
|
|
1146
|
+
gap: 4px;
|
|
1147
|
+
gap: var(--space-smaller);
|
|
1146
1148
|
}
|
|
1147
1149
|
|
|
1148
1150
|
._7BLGtYNuJOU- * {
|
|
@@ -1345,34 +1347,25 @@ a._7BLGtYNuJOU-.zgRx3ehZ2z8-:hover {
|
|
|
1345
1347
|
flex-shrink: 0;
|
|
1346
1348
|
}
|
|
1347
1349
|
|
|
1348
|
-
.
|
|
1350
|
+
.H8uYM7Udc4o-:has(> svg:only-child) {
|
|
1349
1351
|
width: var(--button--size);
|
|
1350
1352
|
padding: 0;
|
|
1351
1353
|
}
|
|
1352
1354
|
|
|
1353
|
-
|
|
1354
|
-
width: auto;
|
|
1355
|
-
gap: 4px;
|
|
1356
|
-
gap: var(--space-smaller);
|
|
1357
|
-
}
|
|
1355
|
+
/** Icon on Right */
|
|
1358
1356
|
|
|
1359
|
-
.
|
|
1360
|
-
|
|
1357
|
+
.H8uYM7Udc4o- > span ~ svg {
|
|
1358
|
+
margin-right: calc(4px * -1);
|
|
1359
|
+
margin-right: calc(var(--space-smaller) * -1);
|
|
1361
1360
|
}
|
|
1362
1361
|
|
|
1363
|
-
|
|
1362
|
+
/** Icon on Left */
|
|
1363
|
+
|
|
1364
|
+
.H8uYM7Udc4o- > svg:has(+ span:nth-child(2)) {
|
|
1364
1365
|
margin-left: calc(4px * -1);
|
|
1365
1366
|
margin-left: calc(var(--space-smaller) * -1);
|
|
1366
1367
|
}
|
|
1367
1368
|
|
|
1368
|
-
._3Mqs2Gu3Z2M- > *:first-child {
|
|
1369
|
-
-ms-flex-order: 1;
|
|
1370
|
-
order: 1;
|
|
1371
|
-
margin-left: 0;
|
|
1372
|
-
margin-right: calc(4px * -1);
|
|
1373
|
-
margin-right: calc(var(--space-smaller) * -1);
|
|
1374
|
-
}
|
|
1375
|
-
|
|
1376
1369
|
.yBId-F-geAA- {
|
|
1377
1370
|
width: 100%;
|
|
1378
1371
|
}
|
|
@@ -7464,6 +7457,7 @@ html.atlantisLightBoxActive {
|
|
|
7464
7457
|
background-color: rgba(3, 43, 58, 0.25);
|
|
7465
7458
|
}
|
|
7466
7459
|
._3TfQLQEE3GQ- {
|
|
7460
|
+
--lightbox--box-sizing: content-box;
|
|
7467
7461
|
display: -ms-flexbox;
|
|
7468
7462
|
display: flex;
|
|
7469
7463
|
position: relative;
|
|
@@ -7471,6 +7465,8 @@ html.atlantisLightBoxActive {
|
|
|
7471
7465
|
z-index: var(--elevation-base);
|
|
7472
7466
|
width: 100%;
|
|
7473
7467
|
min-height: 92px;
|
|
7468
|
+
box-sizing: content-box;
|
|
7469
|
+
box-sizing: var(--lightbox--box-sizing);
|
|
7474
7470
|
margin-bottom: 8px;
|
|
7475
7471
|
margin-bottom: var(--space-small);
|
|
7476
7472
|
padding-bottom: 8px;
|
|
@@ -7508,6 +7504,9 @@ html.atlantisLightBoxActive {
|
|
|
7508
7504
|
background: var(--color-interactive--subtle);
|
|
7509
7505
|
}
|
|
7510
7506
|
}
|
|
7507
|
+
._3TfQLQEE3GQ- * {
|
|
7508
|
+
box-sizing: var(--lightbox--box-sizing);
|
|
7509
|
+
}
|
|
7511
7510
|
.eBMzUOlcfQ4- {
|
|
7512
7511
|
width: 100%;
|
|
7513
7512
|
height: 100%;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.21.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -489,5 +489,5 @@
|
|
|
489
489
|
"> 1%",
|
|
490
490
|
"IE 10"
|
|
491
491
|
],
|
|
492
|
-
"gitHead": "
|
|
492
|
+
"gitHead": "28e267f721a53c3aa458cdc30ea15b9aaf11c66e"
|
|
493
493
|
}
|