@licklist/design 0.78.7-stage.78 → 0.78.7-stage.79
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/index.js +1 -1
- package/dist/v2/components/InputCheckbox/InputCheckbox.scss.js +1 -1
- package/dist/v2/components/ZoneCard/ZoneCard.scss.js +1 -1
- package/dist/v2/icons/index.js +47 -1
- package/dist/v2/pages/SettingsSubPage/SettingsSubPage.scss.js +1 -1
- package/package.json +3 -3
- package/src/v2/components/InputCheckbox/InputCheckbox.scss +3 -3
- package/src/v2/components/ZoneCard/ZoneCard.scss +78 -0
- package/src/v2/components/index.ts +1 -0
- package/src/v2/icons/index.tsx +10 -0
- package/src/v2/pages/SettingsSubPage/SettingsSubPage.scss +3 -3
package/dist/index.js
CHANGED
|
@@ -218,7 +218,7 @@ export { FlowsIcon, HomeIcon, InventoryIcon, ProviderSidebar } from './v2/naviga
|
|
|
218
218
|
export { AdminSidebar } from './v2/navigation/DashboardLayout/AdminSidebar.js';
|
|
219
219
|
export { TopNavigation } from './v2/navigation/DashboardLayout/TopNavigation.js';
|
|
220
220
|
export { DashboardFooter } from './v2/navigation/DashboardLayout/DashboardFooter.js';
|
|
221
|
-
export { AdminIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BookingTypesIcon, BookingsIcon, CalendarIcon, CircleIcon, ClearIcon, ClockIcon, CloseIcon, CompanyIcon, DashboardIcon, DeleteIcon, EditIcon, EllipsisIcon, ExportIcon, ExternalLinkIcon, GripVerticalIcon, InfoIcon, LocationIcon, NoEntryIcon, PadlockIcon, PaymentsIcon, PlusIcon, ProfileIcon, RefreshIcon, SearchIcon, SecurityIcon, SendIcon, SettingsPageDashboardIcon, SettingsPageWaiversIcon, TableHeaderArrowDownIcon, TableHeaderArrowUpIcon, UploadIcon, VenueIcon } from './v2/icons/index.js';
|
|
221
|
+
export { AdminIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BookingTypesIcon, BookingsIcon, CalendarIcon, CircleIcon, ClearIcon, ClockIcon, CloseIcon, CompanyIcon, DashboardIcon, DeleteIcon, EditIcon, EllipsisIcon, ExportIcon, ExternalLinkIcon, GripVerticalIcon, InfoIcon, LocationIcon, NoEntryIcon, PadlockIcon, PaymentsIcon, PlusIcon, ProfileIcon, RefreshIcon, ReorderIcon, SearchIcon, SecurityIcon, SendIcon, SettingsPageDashboardIcon, SettingsPageWaiversIcon, TableHeaderArrowDownIcon, TableHeaderArrowUpIcon, UploadIcon, VenueIcon } from './v2/icons/index.js';
|
|
222
222
|
export { SettingsPage } from './v2/pages/Settings/SettingsPage.js';
|
|
223
223
|
export { SettingsTabs } from './v2/pages/Settings/SettingsTabs.js';
|
|
224
224
|
export { SidebarCustomisation, defaultSidebarItems } from './v2/pages/Settings/components/SidebarCustomisation.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import styleInject from '/opt/atlassian/pipelines/agent/build/node_modules/style-inject/dist/style-inject.es.js';
|
|
2
2
|
|
|
3
|
-
var css_248z = ".input-checkbox{align-items:center;cursor:pointer;display:flex;gap:6px;-webkit-user-select:none;user-select:none}.input-checkbox__input{height:0;opacity:0;position:absolute;width:0}.input-checkbox__box{background:var(--surface-primary,#fff);border:1px solid var(--border-primary,#
|
|
3
|
+
var css_248z = ".input-checkbox{align-items:center;cursor:pointer;display:flex;gap:6px;-webkit-user-select:none;user-select:none}.input-checkbox__input{height:0;opacity:0;position:absolute;width:0}.input-checkbox__box{background:var(--surface-primary,#fff);border:1px solid var(--border-primary,#e8e9ef);border-radius:3px;height:16px;min-width:16px;position:relative;transition:all .15s ease;width:16px}.input-checkbox__box:after{border:solid #fff;border-width:0 2px 2px 0;content:\"\";height:9px;left:4.5px;opacity:0;position:absolute;top:1px;transform:rotate(45deg);width:5px}.input-checkbox__input:checked+.input-checkbox__box{background:var(--fill-selected,#14215a);border-color:var(--fill-selected,#14215a)}.input-checkbox__input:checked+.input-checkbox__box:after{opacity:1}.input-checkbox__label{color:var(--label-primary,#121e52);font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:14px}";
|
|
4
4
|
styleInject(css_248z);
|
|
5
5
|
|
|
6
6
|
export { css_248z as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import styleInject from '/opt/atlassian/pipelines/agent/build/node_modules/style-inject/dist/style-inject.es.js';
|
|
2
2
|
|
|
3
|
-
var css_248z = ".zone-card{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:8px;overflow:visible}.zone-card__header{align-items:center;background:var(--surface-secondary);display:flex;gap:16px;padding:12px 16px}.zone-card__drag-handle{align-items:center;border-radius:6px;color:var(--label-tertiary,var(--label-secondary));cursor:grab;display:flex;flex-shrink:0;padding:6px;transition:all .2s ease}.zone-card__drag-handle:hover{background:var(--surface-primary);color:var(--label-secondary)}.zone-card__drag-handle:active{cursor:grabbing}.zone-card__drag-handle--resource{color:var(--label-tertiary,var(--label-secondary))}.zone-card__reorder-arrows{display:flex;flex-direction:column;flex-shrink:0;gap:2px}.zone-card__reorder-arrows--resource{margin-right:0}.zone-card__arrow-btn{align-items:center;background:#0000;border:none;border-radius:4px;color:var(--label-tertiary,var(--label-secondary));cursor:pointer;display:flex;height:28px;justify-content:center;padding:0;transition:all .2s ease;width:28px}.zone-card__arrow-btn:hover:not(:disabled){background:var(--surface-primary);color:var(--label-secondary)}.zone-card__arrow-btn:disabled{opacity:.25;pointer-events:none}.zone-card__name{color:var(--label-primary);flex:1;font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:15px;font-weight:600;line-height:20px;min-width:0}.zone-card__header-info{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.zone-card__header-info .zone-card__total{min-width:auto;text-align:left}.zone-card__header-right{align-items:center;display:flex;flex-shrink:0;gap:16px}.zone-card__total{color:var(--label-secondary);font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:13px;font-weight:400;line-height:16px;min-width:72px;text-align:right;white-space:nowrap}.zone-card__resource{align-items:center;border-top:1px solid var(--border-primary);display:flex;gap:16px;padding:10px 16px 10px 32px;transition:background .2s ease}.zone-card__resource--clickable{cursor:pointer}.zone-card__resource--clickable:hover{background:var(--surface-secondary)}.zone-card__resource--mobile{padding-left:16px}.zone-card__resource-name{color:var(--label-primary);flex:1;font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:15px;font-weight:400;line-height:20px;min-width:0}.zone-card__resource-stats{align-items:center;display:flex;flex-shrink:0;gap:32px}.zone-card__resource-stat{color:var(--label-secondary);font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:13px;font-weight:400;line-height:16px;min-width:72px;white-space:nowrap}.zone-card__resource-stat--total{min-width:72px;text-align:right}.zone-card__resource-info{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.zone-card__resource-stats-mobile{color:var(--label-secondary);font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:12px;font-weight:400;line-height:16px;white-space:nowrap}.zone-card__resource-actions{display:flex;flex-shrink:0;justify-content:flex-end;width:32px}.zone-card__add-resource-wrapper{border-top:1px solid var(--border-primary);padding:12px 16px}@media (max-width:768px){.zone-card__header{padding:10px 12px}.zone-card__resource{gap:12px;padding:10px 12px}.zone-card__resource-stats{gap:16px}.zone-card__resource-stat{min-width:auto}.zone-card__add-resource-wrapper{padding:10px 12px}}";
|
|
3
|
+
var css_248z = ".zone-card{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:8px;overflow:visible}.zone-card__header{align-items:center;background:var(--surface-secondary);display:flex;gap:16px;padding:12px 16px}.zone-card__drag-handle{align-items:center;border-radius:6px;color:var(--label-tertiary,var(--label-secondary));cursor:grab;display:flex;flex-shrink:0;padding:6px;transition:all .2s ease}.zone-card__drag-handle:hover{background:var(--surface-primary);color:var(--label-secondary)}.zone-card__drag-handle:active{cursor:grabbing}.zone-card__drag-handle--resource{color:var(--label-tertiary,var(--label-secondary))}.zone-card__reorder-arrows{display:flex;flex-direction:column;flex-shrink:0;gap:2px}.zone-card__reorder-arrows--resource{margin-right:0}.zone-card__arrow-btn{align-items:center;background:#0000;border:none;border-radius:4px;color:var(--label-tertiary,var(--label-secondary));cursor:pointer;display:flex;height:28px;justify-content:center;padding:0;transition:all .2s ease;width:28px}.zone-card__arrow-btn:hover:not(:disabled){background:var(--surface-primary);color:var(--label-secondary)}.zone-card__arrow-btn:disabled{opacity:.25;pointer-events:none}.zone-card__name{color:var(--label-primary);flex:1;font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:15px;font-weight:600;line-height:20px;min-width:0}.zone-card__header-info{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.zone-card__header-info .zone-card__total{min-width:auto;text-align:left}.zone-card__header-right{align-items:center;display:flex;flex-shrink:0;gap:16px}.zone-card__total{color:var(--label-secondary);font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:13px;font-weight:400;line-height:16px;min-width:72px;text-align:right;white-space:nowrap}.zone-card__resource{align-items:center;border-top:1px solid var(--border-primary);display:flex;gap:16px;padding:10px 16px 10px 32px;transition:background .2s ease}.zone-card__resource--clickable{cursor:pointer}.zone-card__resource--clickable:hover{background:var(--surface-secondary)}.zone-card__resource--mobile{padding-left:16px}.zone-card__resource-name{color:var(--label-primary);flex:1;font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:15px;font-weight:400;line-height:20px;min-width:0}.zone-card__resource-stats{align-items:center;display:flex;flex-shrink:0;gap:32px}.zone-card__resource-stat{color:var(--label-secondary);font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:13px;font-weight:400;line-height:16px;min-width:72px;white-space:nowrap}.zone-card__resource-stat--total{min-width:72px;text-align:right}.zone-card__resource-info{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.zone-card__resource-stats-mobile{color:var(--label-secondary);font-family:var(--font-family-sans,\"Geist\",sans-serif);font-size:12px;font-weight:400;line-height:16px;white-space:nowrap}.zone-card__resource-actions{display:flex;flex-shrink:0;justify-content:flex-end;width:32px}.zone-card__add-resource-wrapper{border-top:1px solid var(--border-primary);padding:12px 16px}.zone-card__subtitle{color:var(--label-secondary);display:block;font-family:var(--font-family-sans,\"Geist\",system-ui,sans-serif);font-size:13px;font-weight:400;line-height:16px;margin-top:2px}.reorder-screen{color:var(--label-primary)}.reorder-screen__header{border-bottom:1px solid var(--border-primary);height:72px;justify-content:space-between;padding:24px 0 8px 8px}.reorder-screen__content,.reorder-screen__header{align-items:center;align-self:stretch;display:flex}.reorder-screen__content{flex-direction:column;padding-bottom:48px;padding-top:24px}.reorder-screen__body{display:flex;flex-direction:column;gap:24px;max-width:672px;width:100%}.reorder-screen__intro{display:flex;flex-direction:column;gap:4px}.reorder-screen__intro p{color:var(--label-secondary)}.reorder-screen__list{display:flex;flex-direction:column;gap:12px}.reorder-screen__actions{display:flex;gap:12px;padding-top:16px}@media (max-width:640px){.reorder-screen__header{height:auto;padding:16px 0 8px}.reorder-screen__content{padding-top:32px}}@media (max-width:768px){.zone-card__header{padding:10px 12px}.zone-card__resource{gap:12px;padding:10px 12px}.zone-card__resource-stats{gap:16px}.zone-card__resource-stat{min-width:auto}.zone-card__add-resource-wrapper{padding:10px 12px}}";
|
|
4
4
|
styleInject(css_248z);
|
|
5
5
|
|
|
6
6
|
export { css_248z as default };
|
package/dist/v2/icons/index.js
CHANGED
|
@@ -517,6 +517,52 @@ var GripVerticalIcon = function() {
|
|
|
517
517
|
})
|
|
518
518
|
});
|
|
519
519
|
};
|
|
520
|
+
var ReorderIcon = function() {
|
|
521
|
+
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 16 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 16 : _ref_height;
|
|
522
|
+
return /*#__PURE__*/ jsxs("svg", {
|
|
523
|
+
width: width,
|
|
524
|
+
height: height,
|
|
525
|
+
viewBox: "0 0 32 32",
|
|
526
|
+
fill: "none",
|
|
527
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
528
|
+
children: [
|
|
529
|
+
/*#__PURE__*/ jsx("rect", {
|
|
530
|
+
x: "7",
|
|
531
|
+
y: "11",
|
|
532
|
+
width: "18",
|
|
533
|
+
height: "2",
|
|
534
|
+
rx: "1",
|
|
535
|
+
fill: "currentColor"
|
|
536
|
+
}),
|
|
537
|
+
/*#__PURE__*/ jsx("rect", {
|
|
538
|
+
x: "7",
|
|
539
|
+
y: "15",
|
|
540
|
+
width: "18",
|
|
541
|
+
height: "2",
|
|
542
|
+
rx: "1",
|
|
543
|
+
fill: "currentColor"
|
|
544
|
+
}),
|
|
545
|
+
/*#__PURE__*/ jsx("rect", {
|
|
546
|
+
x: "7",
|
|
547
|
+
y: "19",
|
|
548
|
+
width: "18",
|
|
549
|
+
height: "2",
|
|
550
|
+
rx: "1",
|
|
551
|
+
fill: "currentColor"
|
|
552
|
+
}),
|
|
553
|
+
/*#__PURE__*/ jsx("path", {
|
|
554
|
+
d: "M19.9325 8H12.0675C11.6436 8 11.412 7.50557 11.6834 7.17991L15.6159 2.46093C15.8158 2.22106 16.1842 2.22106 16.3841 2.46093L20.3166 7.17991C20.588 7.50557 20.3564 8 19.9325 8Z",
|
|
555
|
+
fill: "currentColor",
|
|
556
|
+
fillOpacity: "0.5"
|
|
557
|
+
}),
|
|
558
|
+
/*#__PURE__*/ jsx("path", {
|
|
559
|
+
d: "M12.0675 24L19.9325 24C20.3564 24 20.588 24.4944 20.3166 24.8201L16.3841 29.5391C16.1842 29.7789 15.8158 29.7789 15.6159 29.5391L11.6834 24.8201C11.412 24.4944 11.6436 24 12.0675 24Z",
|
|
560
|
+
fill: "currentColor",
|
|
561
|
+
fillOpacity: "0.5"
|
|
562
|
+
})
|
|
563
|
+
]
|
|
564
|
+
});
|
|
565
|
+
};
|
|
520
566
|
var PlusIcon = function() {
|
|
521
567
|
var _ref = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, _ref_width = _ref.width, width = _ref_width === void 0 ? 16 : _ref_width, _ref_height = _ref.height, height = _ref_height === void 0 ? 16 : _ref_height;
|
|
522
568
|
return /*#__PURE__*/ jsx("svg", {
|
|
@@ -768,4 +814,4 @@ var SettingsPageWaiversIcon = function() {
|
|
|
768
814
|
}));
|
|
769
815
|
};
|
|
770
816
|
|
|
771
|
-
export { AdminIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BookingTypesIcon, BookingsIcon, CalendarIcon, CircleIcon, ClearIcon, ClockIcon, CloseIcon, CompanyIcon, CustomersIcon, DashboardIcon, DeleteIcon, EditIcon, EllipsisIcon, ExportIcon, ExternalLinkIcon, GripVerticalIcon, InfoIcon, LocationIcon, LoyaltyIcon, MarketingIcon, NoEntryIcon, PadlockIcon, PaymentsIcon, PlusIcon, ProfileIcon, RefreshIcon, SearchIcon, SecurityIcon, SendIcon, SettingsIcon, SettingsPageDashboardIcon, SettingsPageWaiversIcon, TableHeaderArrowDownIcon, TableHeaderArrowUpIcon, UploadIcon, VenueIcon, WaiversIcon };
|
|
817
|
+
export { AdminIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BookingTypesIcon, BookingsIcon, CalendarIcon, CircleIcon, ClearIcon, ClockIcon, CloseIcon, CompanyIcon, CustomersIcon, DashboardIcon, DeleteIcon, EditIcon, EllipsisIcon, ExportIcon, ExternalLinkIcon, GripVerticalIcon, InfoIcon, LocationIcon, LoyaltyIcon, MarketingIcon, NoEntryIcon, PadlockIcon, PaymentsIcon, PlusIcon, ProfileIcon, RefreshIcon, ReorderIcon, SearchIcon, SecurityIcon, SendIcon, SettingsIcon, SettingsPageDashboardIcon, SettingsPageWaiversIcon, TableHeaderArrowDownIcon, TableHeaderArrowUpIcon, UploadIcon, VenueIcon, WaiversIcon };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import styleInject from '/opt/atlassian/pipelines/agent/build/node_modules/style-inject/dist/style-inject.es.js';
|
|
2
2
|
|
|
3
|
-
var css_248z = ".settings-sub-page{align-self:stretch;display:flex;flex-direction:column}.settings-sub-page__back{align-self:flex-start;padding:24px 32px 0}.settings-sub-page__back .ghost-button{border-color:var(--borders-main-border-primary,#e8e9ef);color:var(--fill-action,#5d5bf4)}.settings-sub-page__back .ghost-button:not(.active):hover:not(:disabled){background-color:var(--surface-action-soft,#f4f4fe);color:var(--fill-action,#5d5bf4)}.settings-sub-page__back .ghost-button .ghost-button__icon svg{height:24px;width:24px}@media (max-width:768px){.settings-sub-page__back{padding:16px 16px 0}}.settings-sub-page__content{padding:24px
|
|
3
|
+
var css_248z = ".settings-sub-page{align-self:stretch;display:flex;flex-direction:column}.settings-sub-page__back{align-self:flex-start;padding:24px 32px 0 0}.settings-sub-page__back .ghost-button{border-color:var(--borders-main-border-primary,#e8e9ef);color:var(--fill-action,#5d5bf4)}.settings-sub-page__back .ghost-button:not(.active):hover:not(:disabled){background-color:var(--surface-action-soft,#f4f4fe);color:var(--fill-action,#5d5bf4)}.settings-sub-page__back .ghost-button .ghost-button__icon svg{height:24px;width:24px}@media (max-width:768px){.settings-sub-page__back{padding:16px 16px 0 0}}.settings-sub-page__content{padding:24px 0}@media (max-width:768px){.settings-sub-page__content{padding:0}}.settings-sub-page__action{display:flex;justify-content:flex-end;margin-bottom:16px}";
|
|
4
4
|
styleInject(css_248z);
|
|
5
5
|
|
|
6
6
|
export { css_248z as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@licklist/design",
|
|
3
|
-
"version": "0.78.7-stage.
|
|
3
|
+
"version": "0.78.7-stage.79",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+ssh://git@bitbucket.org/bookedit-licklist/licklist_design.git"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@licklist/core": "0.36.3-stage.
|
|
45
|
+
"@licklist/core": "0.36.3-stage.26",
|
|
46
46
|
"@licklist/eslint-config": "0.5.6",
|
|
47
47
|
"@licklist/plugins": "0.36.4-stage.28",
|
|
48
48
|
"clsx": "2.1.1",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@dnd-kit/utilities": "2.0.0",
|
|
65
65
|
"@fortawesome/fontawesome-svg-core": "1.2.34",
|
|
66
66
|
"@fortawesome/free-solid-svg-icons": "5.15.2",
|
|
67
|
-
"@licklist/core": "0.36.3-stage.
|
|
67
|
+
"@licklist/core": "0.36.3-stage.26",
|
|
68
68
|
"@licklist/eslint-config": "0.5.6",
|
|
69
69
|
"@licklist/plugins": "0.36.4-stage.28",
|
|
70
70
|
"@mantine/core": "6.0.22",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
width: 16px;
|
|
17
17
|
height: 16px;
|
|
18
18
|
min-width: 16px;
|
|
19
|
-
border: 1px solid var(--border-primary, #
|
|
19
|
+
border: 1px solid var(--border-primary, #e8e9ef);
|
|
20
20
|
border-radius: 3px;
|
|
21
21
|
background: var(--surface-primary, #fff);
|
|
22
22
|
transition: all 0.15s ease;
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
&__input:checked + &__box {
|
|
40
|
-
background: var(--fill-selected, #
|
|
41
|
-
border-color: var(--fill-selected, #
|
|
40
|
+
background: var(--fill-selected, #14215A);
|
|
41
|
+
border-color: var(--fill-selected, #14215A);
|
|
42
42
|
|
|
43
43
|
&::after {
|
|
44
44
|
opacity: 1;
|
|
@@ -200,6 +200,84 @@
|
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
+
// Reorder row subtitle
|
|
204
|
+
.zone-card__subtitle {
|
|
205
|
+
display: block;
|
|
206
|
+
font-family: var(--font-family-sans, 'Geist', system-ui, sans-serif);
|
|
207
|
+
font-size: 13px;
|
|
208
|
+
font-weight: 400;
|
|
209
|
+
line-height: 16px;
|
|
210
|
+
color: var(--label-secondary);
|
|
211
|
+
margin-top: 2px;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
// Reorder screen styles
|
|
215
|
+
.reorder-screen {
|
|
216
|
+
color: var(--label-primary);
|
|
217
|
+
|
|
218
|
+
&__header {
|
|
219
|
+
display: flex;
|
|
220
|
+
justify-content: space-between;
|
|
221
|
+
align-items: center;
|
|
222
|
+
align-self: stretch;
|
|
223
|
+
height: 72px;
|
|
224
|
+
padding: 24px 0 8px 8px;
|
|
225
|
+
border-bottom: 1px solid var(--border-primary);
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
&__content {
|
|
229
|
+
display: flex;
|
|
230
|
+
flex-direction: column;
|
|
231
|
+
align-items: center;
|
|
232
|
+
align-self: stretch;
|
|
233
|
+
padding-top: 24px;
|
|
234
|
+
padding-bottom: 48px;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
&__body {
|
|
238
|
+
display: flex;
|
|
239
|
+
flex-direction: column;
|
|
240
|
+
gap: 24px;
|
|
241
|
+
width: 100%;
|
|
242
|
+
max-width: 672px;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
&__intro {
|
|
246
|
+
display: flex;
|
|
247
|
+
flex-direction: column;
|
|
248
|
+
gap: 4px;
|
|
249
|
+
|
|
250
|
+
p {
|
|
251
|
+
color: var(--label-secondary);
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
&__list {
|
|
256
|
+
display: flex;
|
|
257
|
+
flex-direction: column;
|
|
258
|
+
gap: 12px;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
&__actions {
|
|
262
|
+
display: flex;
|
|
263
|
+
gap: 12px;
|
|
264
|
+
padding-top: 16px;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
@media (max-width: 640px) {
|
|
269
|
+
.reorder-screen {
|
|
270
|
+
&__header {
|
|
271
|
+
height: auto;
|
|
272
|
+
padding: 16px 0 8px;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
&__content {
|
|
276
|
+
padding-top: 32px;
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
203
281
|
@media (max-width: 768px) {
|
|
204
282
|
.zone-card {
|
|
205
283
|
&__header {
|
package/src/v2/icons/index.tsx
CHANGED
|
@@ -211,6 +211,16 @@ export const GripVerticalIcon = ({ width = 16, height = 16 }: { width?: number;
|
|
|
211
211
|
</svg>
|
|
212
212
|
)
|
|
213
213
|
|
|
214
|
+
export const ReorderIcon = ({ width = 16, height = 16 }: { width?: number; height?: number } = {}) => (
|
|
215
|
+
<svg width={width} height={height} viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
216
|
+
<rect x="7" y="11" width="18" height="2" rx="1" fill="currentColor"/>
|
|
217
|
+
<rect x="7" y="15" width="18" height="2" rx="1" fill="currentColor"/>
|
|
218
|
+
<rect x="7" y="19" width="18" height="2" rx="1" fill="currentColor"/>
|
|
219
|
+
<path d="M19.9325 8H12.0675C11.6436 8 11.412 7.50557 11.6834 7.17991L15.6159 2.46093C15.8158 2.22106 16.1842 2.22106 16.3841 2.46093L20.3166 7.17991C20.588 7.50557 20.3564 8 19.9325 8Z" fill="currentColor" fillOpacity="0.5"/>
|
|
220
|
+
<path d="M12.0675 24L19.9325 24C20.3564 24 20.588 24.4944 20.3166 24.8201L16.3841 29.5391C16.1842 29.7789 15.8158 29.7789 15.6159 29.5391L11.6834 24.8201C11.412 24.4944 11.6436 24 12.0675 24Z" fill="currentColor" fillOpacity="0.5"/>
|
|
221
|
+
</svg>
|
|
222
|
+
)
|
|
223
|
+
|
|
214
224
|
export const PlusIcon = ({ width = 16, height = 16 }: { width?: number; height?: number } = {}) => (
|
|
215
225
|
<svg width={width} height={height} viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
216
226
|
<path d="M17 14.5H24.5V17.5H17V25H14V17.5H6.5V14.5H14V7H17V14.5Z" fill="currentColor"/>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
align-self: stretch;
|
|
5
5
|
|
|
6
6
|
&__back {
|
|
7
|
-
padding: 24px 32px 0
|
|
7
|
+
padding: 24px 32px 0 0;
|
|
8
8
|
align-self: flex-start;
|
|
9
9
|
|
|
10
10
|
.ghost-button {
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
@media (max-width: 768px) {
|
|
26
|
-
padding: 16px 16px 0
|
|
26
|
+
padding: 16px 16px 0 0;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
&__content {
|
|
31
|
-
padding: 24px
|
|
31
|
+
padding: 24px 0;
|
|
32
32
|
|
|
33
33
|
@media (max-width: 768px) {
|
|
34
34
|
padding: 0;
|