@licklist/design 0.78.7-stage.82 → 0.78.7-stage.83
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
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, ReorderIcon, 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, LoyaltyIcon, 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';
|
|
@@ -3,6 +3,7 @@ import 'react';
|
|
|
3
3
|
import './ProviderSidebar.scss.js';
|
|
4
4
|
import { EntityHeader } from '../../components/EntityHeader/EntityHeader.js';
|
|
5
5
|
import { Tooltip } from '../../components/Tooltip/Tooltip.js';
|
|
6
|
+
import { LoyaltyIcon } from '../../icons/index.js';
|
|
6
7
|
|
|
7
8
|
var HomeIcon = function() {
|
|
8
9
|
return /*#__PURE__*/ jsx("svg", {
|
|
@@ -40,18 +41,6 @@ var InventoryIcon = function() {
|
|
|
40
41
|
})
|
|
41
42
|
});
|
|
42
43
|
};
|
|
43
|
-
var LoyaltyIcon = function() {
|
|
44
|
-
return /*#__PURE__*/ jsx("svg", {
|
|
45
|
-
width: "24",
|
|
46
|
-
height: "24",
|
|
47
|
-
viewBox: "0 0 24 24",
|
|
48
|
-
fill: "none",
|
|
49
|
-
children: /*#__PURE__*/ jsx("path", {
|
|
50
|
-
d: "M12.0005 16.695L6.71036 19.6562L7.89186 13.7099L3.44092 9.59385L9.4612 8.88004L12.0005 3.375L14.5396 8.88004L20.5599 9.59385L16.109 13.7099L17.2905 19.6562L12.0005 16.695ZM12.0005 14.976L15.1855 16.7588L14.4741 13.1788L17.1539 10.7006L13.5292 10.2708L12.0005 6.95626L10.4716 10.2708L6.84691 10.7006L9.52673 13.1788L8.81537 16.7588L12.0005 14.976Z",
|
|
51
|
-
fill: "currentColor"
|
|
52
|
-
})
|
|
53
|
-
});
|
|
54
|
-
};
|
|
55
44
|
var CustomersIcon = function() {
|
|
56
45
|
return /*#__PURE__*/ jsx("svg", {
|
|
57
46
|
width: "24",
|
package/package.json
CHANGED
|
@@ -2,6 +2,7 @@ import React from 'react'
|
|
|
2
2
|
import './ProviderSidebar.scss'
|
|
3
3
|
import { EntityHeader } from '../../components/EntityHeader'
|
|
4
4
|
import { Tooltip } from '../../components/Tooltip'
|
|
5
|
+
import { LoyaltyIcon } from '../../icons'
|
|
5
6
|
|
|
6
7
|
export interface NavItem {
|
|
7
8
|
id: string
|
|
@@ -44,12 +45,6 @@ const InventoryIcon = () => (
|
|
|
44
45
|
</svg>
|
|
45
46
|
)
|
|
46
47
|
|
|
47
|
-
const LoyaltyIcon = () => (
|
|
48
|
-
<svg width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
49
|
-
<path d="M12.0005 16.695L6.71036 19.6562L7.89186 13.7099L3.44092 9.59385L9.4612 8.88004L12.0005 3.375L14.5396 8.88004L20.5599 9.59385L16.109 13.7099L17.2905 19.6562L12.0005 16.695ZM12.0005 14.976L15.1855 16.7588L14.4741 13.1788L17.1539 10.7006L13.5292 10.2708L12.0005 6.95626L10.4716 10.2708L6.84691 10.7006L9.52673 13.1788L8.81537 16.7588L12.0005 14.976Z" fill="currentColor" />
|
|
50
|
-
</svg>
|
|
51
|
-
)
|
|
52
|
-
|
|
53
48
|
const CustomersIcon = () => (
|
|
54
49
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none">
|
|
55
50
|
<path d="M4.5 19.5C4.5 16.1863 7.18629 13.5 10.5 13.5C13.8137 13.5 16.5 16.1863 16.5 19.5H15C15 17.0147 12.9853 15 10.5 15C8.01472 15 6 17.0147 6 19.5H4.5ZM10.5 12.75C8.01375 12.75 6 10.7362 6 8.25C6 5.76375 8.01375 3.75 10.5 3.75C12.9862 3.75 15 5.76375 15 8.25C15 10.7362 12.9862 12.75 10.5 12.75ZM10.5 11.25C12.1575 11.25 13.5 9.9075 13.5 8.25C13.5 6.5925 12.1575 5.25 10.5 5.25C8.8425 5.25 7.5 6.5925 7.5 8.25C7.5 9.9075 8.8425 11.25 10.5 11.25ZM16.7128 14.0271C18.7983 14.9671 20.25 17.064 20.25 19.5H18.75C18.75 17.673 17.6612 16.1003 16.0971 15.3953L16.7128 14.0271ZM16.1972 5.55991C17.6958 6.17777 18.75 7.65271 18.75 9.375C18.75 11.5276 17.1032 13.2939 15 13.4832V11.9734C16.2725 11.7916 17.25 10.698 17.25 9.375C17.25 8.33951 16.6512 7.44452 15.7808 7.01726L16.1972 5.55991Z" fill="currentColor" />
|