@jobber/components 4.67.2-JOB-85844.26 → 4.67.2-JOB-85844.27
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/AnimatedPresence.d.ts +1 -0
- package/AnimatedPresence.js +17 -0
- package/dist/AnimatedPresence/AnimatedPresence.d.ts +24 -0
- package/dist/AnimatedPresence/AnimatedPresence.transitions.d.ts +11 -0
- package/dist/AnimatedPresence/hooks/usePreviousValue.d.ts +2 -0
- package/dist/AnimatedPresence/index.d.ts +1 -0
- package/dist/AnimatedPresence/index.js +12 -0
- package/dist/AnimatedPresence-d58ab0bf.js +104 -0
- package/dist/AnimatedSwitcher/index.js +2 -2
- package/dist/{AnimatedSwitcher-2eab103a.js → AnimatedSwitcher-d59078f6.js} +2 -2
- package/dist/Autocomplete/index.js +11 -10
- package/dist/Avatar/index.js +2 -2
- package/dist/{Avatar-8955a61e.js → Avatar-f7ae740e.js} +1 -1
- package/dist/Banner/Banner.d.ts +2 -2
- package/dist/Banner/Banner.types.d.ts +1 -0
- package/dist/Banner/components/BannerIcon/BannerIcon.d.ts +4 -2
- package/dist/Banner/index.d.ts +2 -1
- package/dist/Banner/index.js +37 -10
- package/dist/Button/Button.d.ts +3 -2
- package/dist/Button/index.js +3 -3
- package/dist/{Button-ee40b8fd.js → Button-01a126b2.js} +2 -2
- package/dist/ButtonDismiss/index.js +4 -4
- package/dist/{ButtonDismiss-f45a7786.js → ButtonDismiss-c3bbbd02.js} +1 -1
- package/dist/Card/colors.css.d.ts +89 -0
- package/dist/Card/index.js +7 -6
- package/dist/{Card-6fe158ad.js → Card-a44116e6.js} +4 -4
- package/dist/Checkbox/index.js +5 -5
- package/dist/{Checkbox-f92901ad.js → Checkbox-989656f0.js} +3 -3
- package/dist/Chip/index.js +7 -7
- package/dist/{Chip-eafb9c3b.js → Chip-6e921fe4.js} +4 -4
- package/dist/Chips/index.js +10 -10
- package/dist/Combobox/Combobox.types.d.ts +40 -4
- package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/ComboboxLoadMore.d.ts +6 -0
- package/dist/Combobox/components/ComboboxContent/ComboboxLoadMore/index.d.ts +1 -0
- package/dist/Combobox/hooks/useCombobox.d.ts +3 -1
- package/dist/Combobox/hooks/useComboboxContent.d.ts +1 -2
- package/dist/Combobox/hooks/useMakeComboboxHandlers.d.ts +1 -1
- package/dist/Combobox/index.js +18 -12
- package/dist/{Combobox-9112d247.js → Combobox-13a7009c.js} +96 -62
- package/dist/ConfirmationModal/index.js +14 -13
- package/dist/{ConfirmationModal-298393b6.js → ConfirmationModal-32676b2a.js} +3 -3
- package/dist/Content/Spacing.css.d.ts +13 -0
- package/dist/Content/index.js +1 -1
- package/dist/{Content-62118acd.js → Content-1d5ab75f.js} +1 -1
- package/dist/DataDump/index.js +9 -8
- package/dist/DataList/DataList.const.d.ts +1 -0
- package/dist/DataList/DataList.types.d.ts +10 -2
- package/dist/DataList/components/DataListHeaderTile/DataListHeaderTile.d.ts +2 -1
- package/dist/DataList/components/DataListHeaderTile/components/DataListSortingOptions.d.ts +12 -0
- package/dist/DataList/components/DataListHeaderTile/components/index.d.ts +1 -0
- package/dist/DataList/index.d.ts +1 -1
- package/dist/DataList/index.js +193 -99
- package/dist/DataTable/Body.d.ts +4 -4
- package/dist/DataTable/Header.d.ts +4 -4
- package/dist/DataTable/index.js +30 -25
- package/dist/DatePicker/index.js +4 -4
- package/dist/{DatePicker-189137c2.js → DatePicker-d53e18d9.js} +2 -2
- package/dist/DescriptionList/index.js +1 -1
- package/dist/Disclosure/index.js +2 -2
- package/dist/Drawer/index.js +6 -5
- package/dist/Emphasis/index.js +2 -2
- package/dist/{Emphasis-bf448c54.js → Emphasis-cafc843b.js} +1 -1
- package/dist/FeatureSwitch/index.js +11 -10
- package/dist/Form/index.js +1 -1
- package/dist/FormField/FormFieldTypes.d.ts +1 -0
- package/dist/FormField/index.js +8 -8
- package/dist/{FormField-2e1d797a.js → FormField-ed518180.js} +10 -10
- package/dist/FormatDate/index.js +1 -1
- package/dist/FormatFile/index.js +17 -16
- package/dist/{FormatFile-88fbd5dc.js → FormatFile-25f7288f.js} +50 -9
- package/dist/FormatTime/index.js +1 -1
- package/dist/Gallery/Gallery.css.d.ts +9 -0
- package/dist/Gallery/index.js +18 -17
- package/dist/Glimmer/index.js +3 -3
- package/dist/Glimmer/style/Shape.css.d.ts +9 -0
- package/dist/Glimmer/style/Sizes.css.d.ts +10 -0
- package/dist/Glimmer/style/Timing.css.d.ts +6 -0
- package/dist/{Glimmer-5a4272bb.js → Glimmer-8bbbaf03.js} +2 -2
- package/dist/Grid/GridAlign.css.d.ts +8 -0
- package/dist/Grid/index.js +1 -1
- package/dist/Heading/Heading.d.ts +3 -4
- package/dist/Heading/index.js +3 -2
- package/dist/{Heading-2923b3c4.js → Heading-f4970b61.js} +7 -5
- package/dist/Icon/index.js +1 -1
- package/dist/InlineLabel/index.js +2 -2
- package/dist/{InlineLabel-e52b42ee.js → InlineLabel-c1fce134.js} +1 -1
- package/dist/InputAvatar/index.js +11 -8
- package/dist/InputDate/index.js +9 -9
- package/dist/InputEmail/index.js +8 -8
- package/dist/InputFile/InputFile.d.ts +12 -2
- package/dist/InputFile/index.js +10 -7
- package/dist/{InputFile-e6c5c9be.js → InputFile-a9cf0bcb.js} +43 -16
- package/dist/InputGroup/index.js +1 -1
- package/dist/InputNumber/index.js +9 -9
- package/dist/{InputNumber-8dfdeef5.js → InputNumber-8d596a28.js} +1 -1
- package/dist/InputPassword/index.js +8 -8
- package/dist/InputPhoneNumber/index.js +8 -8
- package/dist/InputText/index.js +9 -9
- package/dist/{InputText-61149f85.js → InputText-7cf5477c.js} +1 -1
- package/dist/InputTime/InputTime.d.ts +1 -3
- package/dist/InputTime/hooks/useTimePredict.d.ts +8 -0
- package/dist/InputTime/index.js +160 -88
- package/dist/InputValidation/InputValidation.d.ts +1 -1
- package/dist/InputValidation/index.js +4 -4
- package/dist/{InputValidation-42a70050.js → InputValidation-788c8ea5.js} +3 -3
- package/dist/LightBox/index.js +6 -6
- package/dist/{LightBox-282586ce.js → LightBox-73fc3e6e.js} +3 -3
- package/dist/List/index.js +9 -8
- package/dist/Markdown/index.js +8 -7
- package/dist/{Markdown-4382f0a4.js → Markdown-3f1a9dfe.js} +5 -5
- package/dist/Menu/index.js +4 -4
- package/dist/{Menu-df3c9332.js → Menu-72b3d517.js} +3 -3
- package/dist/Modal/Sizes.css.d.ts +6 -0
- package/dist/Modal/index.js +8 -7
- package/dist/{Modal-bec0202d.js → Modal-f5cc0c76.js} +4 -4
- package/dist/MultiSelect/index.js +5 -5
- package/dist/{Option-cdcc4d56.js → Option-4ed684cb.js} +1 -1
- package/dist/Page/index.js +11 -10
- package/dist/Popover/index.js +5 -5
- package/dist/ProgressBar/Sizes.css.d.ts +7 -0
- package/dist/ProgressBar/index.js +1 -1
- package/dist/RadioGroup/index.js +3 -3
- package/dist/{RadioGroup-b775a2fc.js → RadioGroup-35f738ce.js} +1 -1
- package/dist/RecurringSelect/index.js +13 -13
- package/dist/Select/Select.d.ts +1 -1
- package/dist/Select/index.js +9 -9
- package/dist/Spinner/index.js +1 -1
- package/dist/StatusLabel/index.js +2 -2
- package/dist/Switch/index.js +2 -2
- package/dist/{Switch-fc9c9120.js → Switch-2676cbe1.js} +1 -1
- package/dist/Tabs/index.js +1 -1
- package/dist/Text/index.js +2 -2
- package/dist/{Text-3644f58e.js → Text-e3089ae8.js} +1 -1
- package/dist/Toast/index.js +3 -3
- package/dist/Tooltip/index.js +2 -2
- package/dist/{Tooltip-e4cfb9e0.js → Tooltip-50f9c8b8.js} +1 -1
- package/dist/Typography/css/Emphasis.css.d.ts +6 -0
- package/dist/Typography/css/FontFamilies.css.d.ts +6 -0
- package/dist/Typography/css/FontSizes.css.d.ts +12 -0
- package/dist/Typography/css/FontWeights.css.d.ts +10 -0
- package/dist/Typography/css/TextAlignment.css.d.ts +7 -0
- package/dist/Typography/css/TextCases.css.d.ts +7 -0
- package/dist/Typography/css/TextColors.css.d.ts +22 -0
- package/dist/Typography/css/Truncate.css.d.ts +5 -0
- package/dist/Typography/css/Typography.css.d.ts +5 -0
- package/dist/Typography/index.js +1 -1
- package/dist/getAtlantisConfig-a85eea31.js +13 -0
- package/dist/styles.css +3753 -3151
- package/dist/{tslib.es6-cb76b215.js → tslib.es6-faf163a5.js} +7 -2
- package/dist/utils/getAtlantisConfig.d.ts +3 -0
- package/dist/utils/getClientBrowser.d.ts +7 -0
- package/package.json +6 -5
- package/rollup.config.js +57 -0
- package/dist/InputTime/InputTimeSafari.d.ts +0 -3
- package/dist/SupportsTimePolyfill-c6769c3b.js +0 -21
- package/dist/TimeInputPolyfill.client-348881a8.js +0 -687
- /package/dist/{ClientOnly-0bc210d3.js → ClientOnly-81d1d5f2.js} +0 -0
- /package/dist/{FormatDate-3fc882ac.js → FormatDate-2d0742af.js} +0 -0
- /package/dist/{Icon-e0b68533.js → Icon-b373baae.js} +0 -0
- /package/dist/{InputGroup-669bff5c.js → InputGroup-2019ee37.js} +0 -0
- /package/dist/{ProgressBar-127f34ac.js → ProgressBar-b1276c3d.js} +0 -0
- /package/dist/{Spinner-db214d76.js → Spinner-26c73cb5.js} +0 -0
- /package/dist/{Typography-26964114.js → Typography-fdf4c7f6.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./dist/AnimatedPresence";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true,
|
|
5
|
+
});
|
|
6
|
+
|
|
7
|
+
var AnimatedPresence = require("./dist/AnimatedPresence");
|
|
8
|
+
|
|
9
|
+
Object.keys(AnimatedPresence).forEach(function(key) {
|
|
10
|
+
if (key === "default" || key === "__esModule") return;
|
|
11
|
+
Object.defineProperty(exports, key, {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function get() {
|
|
14
|
+
return AnimatedPresence[key];
|
|
15
|
+
},
|
|
16
|
+
});
|
|
17
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { PropsWithChildren } from "react";
|
|
2
|
+
declare const transitions: {
|
|
3
|
+
fromBottom: import("framer-motion").Variants;
|
|
4
|
+
fromTop: import("framer-motion").Variants;
|
|
5
|
+
fromLeft: import("framer-motion").Variants;
|
|
6
|
+
fromRight: import("framer-motion").Variants;
|
|
7
|
+
popIn: import("framer-motion").Variants;
|
|
8
|
+
fromLeftToRight: import("framer-motion").Variants;
|
|
9
|
+
fromRightToLeft: import("framer-motion").Variants;
|
|
10
|
+
fade: import("framer-motion").Variants;
|
|
11
|
+
};
|
|
12
|
+
export type AnimatedPresenceTransitions = keyof typeof transitions;
|
|
13
|
+
interface AnimatedPresenceProps extends Required<PropsWithChildren> {
|
|
14
|
+
/**
|
|
15
|
+
* The type of transition you can use.
|
|
16
|
+
*/
|
|
17
|
+
readonly transition?: AnimatedPresenceTransitions;
|
|
18
|
+
/**
|
|
19
|
+
* Whether or not to animate the children on mount. By default it's set to false.
|
|
20
|
+
*/
|
|
21
|
+
readonly initial?: boolean;
|
|
22
|
+
}
|
|
23
|
+
export declare function AnimatedPresence(props: AnimatedPresenceProps): JSX.Element;
|
|
24
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Variants } from "framer-motion";
|
|
2
|
+
export declare const TIMING_QUICK: number;
|
|
3
|
+
export declare const TIMING_BASE: number;
|
|
4
|
+
export declare const fade: Variants;
|
|
5
|
+
export declare const popIn: Variants;
|
|
6
|
+
export declare const fromTop: Variants;
|
|
7
|
+
export declare const fromBottom: Variants;
|
|
8
|
+
export declare const fromLeft: Variants;
|
|
9
|
+
export declare const fromRight: Variants;
|
|
10
|
+
export declare const fromLeftToRight: Variants;
|
|
11
|
+
export declare const fromRightToLeft: Variants;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./AnimatedPresence";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var AnimatedPresence = require('../AnimatedPresence-d58ab0bf.js');
|
|
6
|
+
require('react');
|
|
7
|
+
require('framer-motion');
|
|
8
|
+
require('@jobber/design');
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
exports.AnimatedPresence = AnimatedPresence.AnimatedPresence;
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var framerMotion = require('framer-motion');
|
|
5
|
+
var design = require('@jobber/design');
|
|
6
|
+
|
|
7
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
+
|
|
9
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
10
|
+
|
|
11
|
+
const TIMING_QUICK = toSeconds(design.tokens["timing-quick"]);
|
|
12
|
+
const TIMING_BASE = toSeconds(design.tokens["timing-base"]);
|
|
13
|
+
const baseTransition = {
|
|
14
|
+
visible: { opacity: 1 },
|
|
15
|
+
hidden: { opacity: 0 },
|
|
16
|
+
};
|
|
17
|
+
const fade = {
|
|
18
|
+
visible: { opacity: 1 },
|
|
19
|
+
hidden: { opacity: 0 },
|
|
20
|
+
};
|
|
21
|
+
const popIn = {
|
|
22
|
+
visible: Object.assign({ scale: 1 }, baseTransition.visible),
|
|
23
|
+
hidden: Object.assign({ scale: 0.95 }, baseTransition.hidden),
|
|
24
|
+
};
|
|
25
|
+
const fromTop = {
|
|
26
|
+
visible: Object.assign({ y: 0 }, baseTransition.visible),
|
|
27
|
+
hidden: Object.assign({ y: -design.tokens["space-base"] }, baseTransition.hidden),
|
|
28
|
+
};
|
|
29
|
+
const fromBottom = {
|
|
30
|
+
visible: Object.assign({ y: 0 }, baseTransition.visible),
|
|
31
|
+
hidden: Object.assign({ y: design.tokens["space-base"] }, baseTransition.hidden),
|
|
32
|
+
};
|
|
33
|
+
const fromLeft = {
|
|
34
|
+
visible: Object.assign({ x: 0 }, baseTransition.visible),
|
|
35
|
+
hidden: Object.assign({ x: -design.tokens["space-base"] }, baseTransition.hidden),
|
|
36
|
+
};
|
|
37
|
+
const fromRight = {
|
|
38
|
+
visible: Object.assign({ x: 0 }, baseTransition.visible),
|
|
39
|
+
hidden: Object.assign({ x: design.tokens["space-base"] }, baseTransition.hidden),
|
|
40
|
+
};
|
|
41
|
+
const fromLeftToRight = {
|
|
42
|
+
initial: Object.assign({ x: -design.tokens["space-base"] }, baseTransition.hidden),
|
|
43
|
+
visible: Object.assign({ x: 0 }, baseTransition.visible),
|
|
44
|
+
hidden: Object.assign({ x: design.tokens["space-base"] }, baseTransition.hidden),
|
|
45
|
+
};
|
|
46
|
+
const fromRightToLeft = {
|
|
47
|
+
initial: Object.assign({ x: design.tokens["space-base"] }, baseTransition.hidden),
|
|
48
|
+
visible: Object.assign({ x: 0 }, baseTransition.visible),
|
|
49
|
+
hidden: Object.assign({ x: -design.tokens["space-base"] }, baseTransition.hidden),
|
|
50
|
+
};
|
|
51
|
+
function toSeconds(ms) {
|
|
52
|
+
return ms / 1000;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
function usePreviousValue(value) {
|
|
56
|
+
const [previousValue, setPreviousValue] = React.useState(value);
|
|
57
|
+
React.useEffect(() => {
|
|
58
|
+
setPreviousValue(value);
|
|
59
|
+
}, [value]);
|
|
60
|
+
return [previousValue, setPreviousValue];
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
const transitions = {
|
|
64
|
+
fromBottom,
|
|
65
|
+
fromTop,
|
|
66
|
+
fromLeft,
|
|
67
|
+
fromRight,
|
|
68
|
+
popIn,
|
|
69
|
+
fromLeftToRight,
|
|
70
|
+
fromRightToLeft,
|
|
71
|
+
fade,
|
|
72
|
+
};
|
|
73
|
+
function AnimatedPresence(props) {
|
|
74
|
+
const shouldReduceMotion = framerMotion.useReducedMotion();
|
|
75
|
+
if (shouldReduceMotion) {
|
|
76
|
+
return React__default["default"].createElement(React__default["default"].Fragment, null, props.children);
|
|
77
|
+
}
|
|
78
|
+
return React__default["default"].createElement(InternalAnimatedPresence, Object.assign({}, props));
|
|
79
|
+
}
|
|
80
|
+
function InternalAnimatedPresence({ transition = "fromTop", initial = false, children, }) {
|
|
81
|
+
const transitionVariation = transitions[transition];
|
|
82
|
+
const hasInitialTransition = "initial" in transitionVariation;
|
|
83
|
+
const childCount = React.Children.count(children);
|
|
84
|
+
// Set the initial value to 0 so it staggers the animation on mount when
|
|
85
|
+
// initial is true.
|
|
86
|
+
const [lastChildIndex, setLastChildIndex] = usePreviousValue(0);
|
|
87
|
+
// Whenever the children count changes, update the last index.
|
|
88
|
+
React.useEffect(() => {
|
|
89
|
+
setLastChildIndex(childCount - 1);
|
|
90
|
+
}, [childCount]);
|
|
91
|
+
return (React__default["default"].createElement(framerMotion.AnimatePresence, { initial: initial, mode: "popLayout" }, React.Children.map(children, (child, i) => child && (React__default["default"].createElement(framerMotion.motion.div, { layout: true, variants: transitionVariation, initial: hasInitialTransition ? "initial" : "hidden", animate: "visible", exit: "hidden", transition: {
|
|
92
|
+
duration: TIMING_BASE,
|
|
93
|
+
delay: generateDelayTime(i),
|
|
94
|
+
} }, child)))));
|
|
95
|
+
function generateDelayTime(index) {
|
|
96
|
+
// Don't add a delay if it's already rendered.
|
|
97
|
+
if (lastChildIndex > index)
|
|
98
|
+
return 0;
|
|
99
|
+
// Stagger the animation starting after the previous last child index.
|
|
100
|
+
return (index - lastChildIndex) * TIMING_QUICK;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
exports.AnimatedPresence = AnimatedPresence;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var AnimatedSwitcher = require('../AnimatedSwitcher-
|
|
5
|
+
var AnimatedSwitcher = require('../AnimatedSwitcher-d59078f6.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('framer-motion');
|
|
8
|
-
require('../Icon-
|
|
8
|
+
require('../Icon-b373baae.js');
|
|
9
9
|
require('@jobber/design');
|
|
10
10
|
|
|
11
11
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
var framerMotion = require('framer-motion');
|
|
5
|
-
var Icon = require('./Icon-
|
|
5
|
+
var Icon = require('./Icon-b373baae.js');
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -51,7 +51,7 @@ function AnimatedSwitcher({ initialChild, switched, switchTo, type = "slideFromB
|
|
|
51
51
|
const [ref, setRef] = React.useState(null);
|
|
52
52
|
const isSwitchingBetweenIcons = initialChild.type === Icon.Icon && switchTo.type === Icon.Icon;
|
|
53
53
|
const { key, transition, child, duration } = getChildData();
|
|
54
|
-
return (React__default["default"].createElement(framerMotion.AnimatePresence, {
|
|
54
|
+
return (React__default["default"].createElement(framerMotion.AnimatePresence, { mode: "wait", initial: false },
|
|
55
55
|
React__default["default"].createElement(framerMotion.motion.div, { ref: setRef, key: key, variants: transition, initial: "hidden", animate: "visible", exit: "hidden", transition: { duration }, style: { display: getDisplayValue() } }, child)));
|
|
56
56
|
function getDisplayValue() {
|
|
57
57
|
if (ref === null || ref === void 0 ? void 0 : ref.firstElementChild) {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var tslib_es6 = require('../tslib.es6-
|
|
5
|
+
var tslib_es6 = require('../tslib.es6-faf163a5.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var debounce = require('lodash/debounce');
|
|
8
8
|
var classnames = require('classnames');
|
|
@@ -10,20 +10,21 @@ var ReactDOM = require('react-dom');
|
|
|
10
10
|
var reactPopper = require('react-popper');
|
|
11
11
|
var useOnKeyDown = require('@jobber/hooks/useOnKeyDown');
|
|
12
12
|
var useSafeLayoutEffect = require('@jobber/hooks/useSafeLayoutEffect');
|
|
13
|
-
var Text = require('../Text-
|
|
14
|
-
var Icon = require('../Icon-
|
|
15
|
-
var Heading = require('../Heading-
|
|
16
|
-
var InputText = require('../InputText-
|
|
17
|
-
require('../Typography-
|
|
13
|
+
var Text = require('../Text-e3089ae8.js');
|
|
14
|
+
var Icon = require('../Icon-b373baae.js');
|
|
15
|
+
var Heading = require('../Heading-f4970b61.js');
|
|
16
|
+
var InputText = require('../InputText-7cf5477c.js');
|
|
17
|
+
require('../Typography-fdf4c7f6.js');
|
|
18
18
|
require('@jobber/design');
|
|
19
|
-
require('../
|
|
19
|
+
require('../getAtlantisConfig-a85eea31.js');
|
|
20
|
+
require('../FormField-ed518180.js');
|
|
20
21
|
require('react-hook-form');
|
|
21
22
|
require('@jobber/hooks/useShowClear');
|
|
22
|
-
require('../Button-
|
|
23
|
+
require('../Button-01a126b2.js');
|
|
23
24
|
require('react-router-dom');
|
|
24
|
-
require('../InputValidation-
|
|
25
|
+
require('../InputValidation-788c8ea5.js');
|
|
25
26
|
require('framer-motion');
|
|
26
|
-
require('../Spinner-
|
|
27
|
+
require('../Spinner-26c73cb5.js');
|
|
27
28
|
|
|
28
29
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
29
30
|
|
package/dist/Avatar/index.js
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Avatar = require('../Avatar-
|
|
5
|
+
var Avatar = require('../Avatar-f7ae740e.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('color');
|
|
9
|
-
require('../Icon-
|
|
9
|
+
require('../Icon-b373baae.js');
|
|
10
10
|
require('@jobber/design');
|
|
11
11
|
|
|
12
12
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
var classnames = require('classnames');
|
|
5
5
|
var Color = require('color');
|
|
6
|
-
var Icon = require('./Icon-
|
|
6
|
+
var Icon = require('./Icon-b373baae.js');
|
|
7
7
|
|
|
8
8
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
9
|
|
package/dist/Banner/Banner.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ReactNode } from "react";
|
|
2
2
|
import { IconNames } from "@jobber/design";
|
|
3
|
+
import { BannerType } from "./Banner.types";
|
|
3
4
|
import { ButtonProps } from "../Button";
|
|
4
|
-
export type BannerType = "notice" | "success" | "warning" | "error";
|
|
5
5
|
interface BannerProps {
|
|
6
6
|
readonly children: ReactNode;
|
|
7
7
|
readonly type: BannerType;
|
|
@@ -20,5 +20,5 @@ interface BannerProps {
|
|
|
20
20
|
readonly icon?: IconNames;
|
|
21
21
|
onDismiss?(): void;
|
|
22
22
|
}
|
|
23
|
-
export declare function Banner({ children, type, primaryAction, dismissible, icon, onDismiss, }: BannerProps): JSX.Element;
|
|
23
|
+
export declare function Banner({ children, type, primaryAction, dismissible, icon, onDismiss, }: BannerProps): JSX.Element | null;
|
|
24
24
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type BannerType = "notice" | "success" | "warning" | "error";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { IconNames } from "@jobber/design";
|
|
3
|
+
import { BannerType } from "../../Banner.types";
|
|
3
4
|
export interface BannerIconProps {
|
|
4
|
-
icon: IconNames;
|
|
5
|
+
readonly icon: IconNames;
|
|
6
|
+
readonly type: BannerType;
|
|
5
7
|
}
|
|
6
|
-
export declare function BannerIcon({ icon }: BannerIconProps): JSX.Element;
|
|
8
|
+
export declare function BannerIcon({ icon, type }: BannerIconProps): JSX.Element;
|
package/dist/Banner/index.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export { Banner
|
|
1
|
+
export { Banner } from "./Banner";
|
|
2
|
+
export { BannerType } from "./Banner.types";
|
package/dist/Banner/index.js
CHANGED
|
@@ -5,11 +5,12 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var classnames = require('classnames');
|
|
7
7
|
var jobberHooks = require('@jobber/hooks/useResizeObserver');
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var
|
|
8
|
+
var getAtlantisConfig = require('../getAtlantisConfig-a85eea31.js');
|
|
9
|
+
var Icon = require('../Icon-b373baae.js');
|
|
10
|
+
var Text = require('../Text-e3089ae8.js');
|
|
11
|
+
var Button = require('../Button-01a126b2.js');
|
|
11
12
|
require('@jobber/design');
|
|
12
|
-
require('../Typography-
|
|
13
|
+
require('../Typography-fdf4c7f6.js');
|
|
13
14
|
require('react-router-dom');
|
|
14
15
|
|
|
15
16
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -17,16 +18,25 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
17
18
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
18
19
|
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
19
20
|
|
|
20
|
-
var styles = {"banner":"meuT8gYQPJU-","bannerChildren":"y4BapyZr-fo-","bannerContent":"_6v1woNSLEvc-","medium":"bocgLmEhcTU-","bannerAction":"rtNjEzmABX4-","closeButton":"lunQ5SOfyLg-"};
|
|
21
|
+
var styles = {"banner":"meuT8gYQPJU-","bannerChildren":"y4BapyZr-fo-","bannerContent":"_6v1woNSLEvc-","medium":"bocgLmEhcTU-","bannerAction":"rtNjEzmABX4-","closeButton":"lunQ5SOfyLg-","iconWrapper":"SG8xSJADp2k-"};
|
|
21
22
|
|
|
22
23
|
var types = {"notice":"wWW-2T7rCV0-","success":"_7h8FUHIkVjg-","warning":"d5fXcE1L0lc-","error":"oYaw-T3c0IU-"};
|
|
23
24
|
|
|
24
|
-
|
|
25
|
+
var iconStyles = {"success":"_5-B0X5vn0eA-","error":"r3hqur-vxwI-","warning":"-c8TbjyV5YU-","notice":"bMc69fYWngM-"};
|
|
26
|
+
|
|
27
|
+
function BannerIcon({ icon, type }) {
|
|
28
|
+
const { JOBBER_RETHEME } = getAtlantisConfig.getAtlantisConfig();
|
|
29
|
+
if (JOBBER_RETHEME) {
|
|
30
|
+
return (React__default["default"].createElement("span", { className: classnames__default["default"](styles.iconWrapper, iconStyles[type]) },
|
|
31
|
+
React__default["default"].createElement(Icon.Icon, { name: icon, color: "white", size: "small" })));
|
|
32
|
+
}
|
|
25
33
|
return React__default["default"].createElement(Icon.Icon, { name: icon, color: "greyBlueDark" });
|
|
26
34
|
}
|
|
27
35
|
|
|
28
36
|
function Banner({ children, type, primaryAction, dismissible = true, icon, onDismiss, }) {
|
|
37
|
+
const { JOBBER_RETHEME } = getAtlantisConfig.getAtlantisConfig();
|
|
29
38
|
const [showBanner, setShowBanner] = React.useState(true);
|
|
39
|
+
const bannerIcon = icon || getBannerIcon(type);
|
|
30
40
|
const bannerWidths = {
|
|
31
41
|
small: 320,
|
|
32
42
|
medium: 480,
|
|
@@ -50,20 +60,37 @@ function Banner({ children, type, primaryAction, dismissible = true, icon, onDis
|
|
|
50
60
|
const bannerClassNames = classnames__default["default"](styles.banner, types[type], {
|
|
51
61
|
[styles.medium]: bannerWidth >= bannerWidths.medium,
|
|
52
62
|
});
|
|
53
|
-
|
|
63
|
+
if (!showBanner)
|
|
64
|
+
return null;
|
|
65
|
+
return (React__default["default"].createElement("div", { className: bannerClassNames, ref: bannerRef, role: type === "error" ? "alert" : "status" },
|
|
54
66
|
React__default["default"].createElement("div", { className: styles.bannerContent },
|
|
55
|
-
|
|
67
|
+
bannerIcon && React__default["default"].createElement(BannerIcon, { icon: bannerIcon, type: type }),
|
|
56
68
|
React__default["default"].createElement("div", { className: styles.bannerChildren },
|
|
57
69
|
React__default["default"].createElement(BannerChildren, null, children)),
|
|
58
70
|
primaryAction && (React__default["default"].createElement("div", { className: styles.bannerAction },
|
|
59
71
|
React__default["default"].createElement(Button.Button, Object.assign({}, primaryAction))))),
|
|
60
|
-
dismissible && (React__default["default"].createElement("button", { className: styles.closeButton, onClick: handleClose, "aria-label": "Close this notification" },
|
|
61
|
-
React__default["default"].createElement(Icon.Icon, { name: "cross", color: iconColors[type] })))))
|
|
72
|
+
dismissible && (React__default["default"].createElement("button", { type: "button", className: styles.closeButton, onClick: handleClose, "aria-label": "Close this notification" },
|
|
73
|
+
React__default["default"].createElement(Icon.Icon, { name: "cross", color: JOBBER_RETHEME ? "interactiveSubtle" : iconColors[type] })))));
|
|
62
74
|
function handleClose() {
|
|
63
75
|
setShowBanner(!showBanner);
|
|
64
76
|
onDismiss && onDismiss();
|
|
65
77
|
}
|
|
66
78
|
}
|
|
79
|
+
function getBannerIcon(type) {
|
|
80
|
+
const { JOBBER_RETHEME } = getAtlantisConfig.getAtlantisConfig();
|
|
81
|
+
if (!JOBBER_RETHEME)
|
|
82
|
+
return;
|
|
83
|
+
switch (type) {
|
|
84
|
+
case "notice":
|
|
85
|
+
return "starburst";
|
|
86
|
+
case "success":
|
|
87
|
+
return "checkmark";
|
|
88
|
+
case "warning":
|
|
89
|
+
return "help";
|
|
90
|
+
case "error":
|
|
91
|
+
return "alert";
|
|
92
|
+
}
|
|
93
|
+
}
|
|
67
94
|
function BannerChildren({ children, }) {
|
|
68
95
|
if (!children)
|
|
69
96
|
return React__default["default"].createElement(React__default["default"].Fragment, null);
|
package/dist/Button/Button.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { XOR } from "ts-xor";
|
|
3
|
+
import { LinkProps } from "react-router-dom";
|
|
3
4
|
import { IconNames } from "@jobber/design";
|
|
4
5
|
interface ButtonFoundationProps {
|
|
5
6
|
/**
|
|
@@ -35,11 +36,11 @@ interface ButtonAnchorProps extends ButtonFoundationProps {
|
|
|
35
36
|
*/
|
|
36
37
|
readonly url?: string;
|
|
37
38
|
}
|
|
38
|
-
interface ButtonLinkProps extends ButtonFoundationProps {
|
|
39
|
+
interface ButtonLinkProps<S = unknown> extends ButtonFoundationProps {
|
|
39
40
|
/**
|
|
40
41
|
* Used for client side routing. Only use when inside a routed component.
|
|
41
42
|
*/
|
|
42
|
-
readonly to?:
|
|
43
|
+
readonly to?: LinkProps<S>["to"];
|
|
43
44
|
}
|
|
44
45
|
interface BaseActionProps extends ButtonFoundationProps {
|
|
45
46
|
readonly variation?: "work" | "learning" | "subtle" | "destructive";
|
package/dist/Button/index.js
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Button = require('../Button-
|
|
5
|
+
var Button = require('../Button-01a126b2.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
8
|
require('react-router-dom');
|
|
9
|
-
require('../Icon-
|
|
9
|
+
require('../Icon-b373baae.js');
|
|
10
10
|
require('@jobber/design');
|
|
11
|
-
require('../Typography-
|
|
11
|
+
require('../Typography-fdf4c7f6.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
var classnames = require('classnames');
|
|
5
5
|
var reactRouterDom = require('react-router-dom');
|
|
6
|
-
var Icon = require('./Icon-
|
|
7
|
-
var Typography = require('./Typography-
|
|
6
|
+
var Icon = require('./Icon-b373baae.js');
|
|
7
|
+
var Typography = require('./Typography-fdf4c7f6.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
10
10
|
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var ButtonDismiss = require('../ButtonDismiss-
|
|
5
|
+
var ButtonDismiss = require('../ButtonDismiss-c3bbbd02.js');
|
|
6
6
|
require('react');
|
|
7
|
-
require('../Button-
|
|
7
|
+
require('../Button-01a126b2.js');
|
|
8
8
|
require('classnames');
|
|
9
9
|
require('react-router-dom');
|
|
10
|
-
require('../Icon-
|
|
10
|
+
require('../Icon-b373baae.js');
|
|
11
11
|
require('@jobber/design');
|
|
12
|
-
require('../Typography-
|
|
12
|
+
require('../Typography-fdf4c7f6.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
declare const styles: {
|
|
2
|
+
readonly "requestColor": string;
|
|
3
|
+
readonly "quoteColor": string;
|
|
4
|
+
readonly "jobColor": string;
|
|
5
|
+
readonly "invoiceColor": string;
|
|
6
|
+
readonly "blue": string;
|
|
7
|
+
readonly "blueLight": string;
|
|
8
|
+
readonly "blueLighter": string;
|
|
9
|
+
readonly "blueLightest": string;
|
|
10
|
+
readonly "blueDark": string;
|
|
11
|
+
readonly "green": string;
|
|
12
|
+
readonly "greenLight": string;
|
|
13
|
+
readonly "greenLighter": string;
|
|
14
|
+
readonly "greenLightest": string;
|
|
15
|
+
readonly "greenDark": string;
|
|
16
|
+
readonly "lime": string;
|
|
17
|
+
readonly "limeLight": string;
|
|
18
|
+
readonly "limeLighter": string;
|
|
19
|
+
readonly "limeLightest": string;
|
|
20
|
+
readonly "limeDark": string;
|
|
21
|
+
readonly "yellowGreen": string;
|
|
22
|
+
readonly "yellowGreenLight": string;
|
|
23
|
+
readonly "yellowGreenLighter": string;
|
|
24
|
+
readonly "yellowGreenLightest": string;
|
|
25
|
+
readonly "yellowGreenDark": string;
|
|
26
|
+
readonly "yellow": string;
|
|
27
|
+
readonly "yellowLight": string;
|
|
28
|
+
readonly "yellowLighter": string;
|
|
29
|
+
readonly "yellowLightest": string;
|
|
30
|
+
readonly "yellowDark": string;
|
|
31
|
+
readonly "red": string;
|
|
32
|
+
readonly "redLight": string;
|
|
33
|
+
readonly "redLighter": string;
|
|
34
|
+
readonly "redLightest": string;
|
|
35
|
+
readonly "redDark": string;
|
|
36
|
+
readonly "grey": string;
|
|
37
|
+
readonly "greyLight": string;
|
|
38
|
+
readonly "greyLighter": string;
|
|
39
|
+
readonly "greyLightest": string;
|
|
40
|
+
readonly "greyDark": string;
|
|
41
|
+
readonly "greyBlue": string;
|
|
42
|
+
readonly "greyBlueLight": string;
|
|
43
|
+
readonly "greyBlueLighter": string;
|
|
44
|
+
readonly "greyBlueLightest": string;
|
|
45
|
+
readonly "greyBlueDark": string;
|
|
46
|
+
readonly "lightBlue": string;
|
|
47
|
+
readonly "lightBlueLight": string;
|
|
48
|
+
readonly "lightBlueLighter": string;
|
|
49
|
+
readonly "lightBlueLightest": string;
|
|
50
|
+
readonly "lightBlueDark": string;
|
|
51
|
+
readonly "purple": string;
|
|
52
|
+
readonly "purpleLight": string;
|
|
53
|
+
readonly "purpleLighter": string;
|
|
54
|
+
readonly "purpleLightest": string;
|
|
55
|
+
readonly "purpleDark": string;
|
|
56
|
+
readonly "pink": string;
|
|
57
|
+
readonly "pinkLight": string;
|
|
58
|
+
readonly "pinkLighter": string;
|
|
59
|
+
readonly "pinkLightest": string;
|
|
60
|
+
readonly "pinkDark": string;
|
|
61
|
+
readonly "teal": string;
|
|
62
|
+
readonly "tealLight": string;
|
|
63
|
+
readonly "tealLighter": string;
|
|
64
|
+
readonly "tealLightest": string;
|
|
65
|
+
readonly "tealDark": string;
|
|
66
|
+
readonly "orange": string;
|
|
67
|
+
readonly "orangeLight": string;
|
|
68
|
+
readonly "orangeLighter": string;
|
|
69
|
+
readonly "orangeLightest": string;
|
|
70
|
+
readonly "orangeDark": string;
|
|
71
|
+
readonly "brown": string;
|
|
72
|
+
readonly "brownLight": string;
|
|
73
|
+
readonly "brownLighter": string;
|
|
74
|
+
readonly "brownLightest": string;
|
|
75
|
+
readonly "brownDark": string;
|
|
76
|
+
readonly "navy": string;
|
|
77
|
+
readonly "navyLight": string;
|
|
78
|
+
readonly "navyLighter": string;
|
|
79
|
+
readonly "navyLightest": string;
|
|
80
|
+
readonly "navyDark": string;
|
|
81
|
+
readonly "indigo": string;
|
|
82
|
+
readonly "indigoLight": string;
|
|
83
|
+
readonly "indigoLighter": string;
|
|
84
|
+
readonly "indigoLightest": string;
|
|
85
|
+
readonly "indigoDark": string;
|
|
86
|
+
readonly "white": string;
|
|
87
|
+
};
|
|
88
|
+
export = styles;
|
|
89
|
+
|
package/dist/Card/index.js
CHANGED
|
@@ -2,16 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
var Card = require('../Card-
|
|
5
|
+
var Card = require('../Card-a44116e6.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('classnames');
|
|
8
|
-
require('../Heading-
|
|
9
|
-
require('../Typography-
|
|
10
|
-
require('../
|
|
8
|
+
require('../Heading-f4970b61.js');
|
|
9
|
+
require('../Typography-fdf4c7f6.js');
|
|
10
|
+
require('../getAtlantisConfig-a85eea31.js');
|
|
11
|
+
require('../Button-01a126b2.js');
|
|
11
12
|
require('react-router-dom');
|
|
12
|
-
require('../Icon-
|
|
13
|
+
require('../Icon-b373baae.js');
|
|
13
14
|
require('@jobber/design');
|
|
14
|
-
require('../Menu-
|
|
15
|
+
require('../Menu-72b3d517.js');
|
|
15
16
|
require('framer-motion');
|
|
16
17
|
require('@jobber/hooks/useOnKeyDown');
|
|
17
18
|
require('@jobber/hooks/useRefocusOnActivator');
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
var classnames = require('classnames');
|
|
5
|
-
var Heading = require('./Heading-
|
|
6
|
-
var Button = require('./Button-
|
|
7
|
-
var Menu = require('./Menu-
|
|
5
|
+
var Heading = require('./Heading-f4970b61.js');
|
|
6
|
+
var Button = require('./Button-01a126b2.js');
|
|
7
|
+
var Menu = require('./Menu-72b3d517.js');
|
|
8
8
|
|
|
9
9
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
10
10
|
|
|
11
11
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
12
12
|
var classnames__default = /*#__PURE__*/_interopDefaultLegacy(classnames);
|
|
13
13
|
|
|
14
|
-
var styles = {"card":"_2wxPdv7kELk-","
|
|
14
|
+
var styles = {"card":"_2wxPdv7kELk-","clickable":"tRfpysqqk8s-","accent":"_5LfUFF9DYsk-","header":"fAPeD1InvAI-"};
|
|
15
15
|
|
|
16
16
|
var colors = {"requestColor":"vvT4WQQNm1A-","quoteColor":"ewWSA-AqPBs-","jobColor":"ZuQFWmcM-38-","invoiceColor":"b9aB-DbfSI8-","blue":"_6tFyd9Op3QY-","blueLight":"uFlsik1sMf8-","blueLighter":"_2dO0zCHWU48-","blueLightest":"RR-XaNyu23U-","blueDark":"HLricrV5TRM-","green":"fvMAXzbYjVo-","greenLight":"vppB-fszJ7M-","greenLighter":"EH4yrRyVrog-","greenLightest":"jfuIATPvpzw-","greenDark":"mDgzdSzCmlw-","lime":"OWeyNXobrek-","limeLight":"gBd-jW7hc2A-","limeLighter":"PZ3p2kISQl8-","limeLightest":"wk56Avrf5u8-","limeDark":"BpxVs0ESZZQ-","yellowGreen":"W1Plus-w90s-","yellowGreenLight":"MBvezPZf2r0-","yellowGreenLighter":"HpMA-8L7gEQ-","yellowGreenLightest":"Z7K3xhC6jU8-","yellowGreenDark":"qYud5BgZVDQ-","yellow":"UmKFuhj-odE-","yellowLight":"urbYXsHvb-o-","yellowLighter":"J5f4ygfEe1M-","yellowLightest":"f0YOqNTXr2c-","yellowDark":"zYMhMXskG-o-","red":"xMW5G3bcZ-U-","redLight":"-O8T8zi0AkQ-","redLighter":"WNaOw-wPD40-","redLightest":"_3jne5angZmM-","redDark":"Ce3FxZAnXks-","grey":"Ubx9QHfbYVg-","greyLight":"_9orHaOxo3ew-","greyLighter":"gvgk4-Qr7G8-","greyLightest":"_6dk6hwjKwz8-","greyDark":"LFsxlyhhXWE-","greyBlue":"MNze-s50Qx0-","greyBlueLight":"_1O6fbjtLDXE-","greyBlueLighter":"_3coHcfDM3VA-","greyBlueLightest":"_1GwEUK3RMmk-","greyBlueDark":"_03qQDU55XhA-","lightBlue":"XrONNgApzcY-","lightBlueLight":"axCpC15OAsQ-","lightBlueLighter":"l7-ZKiT7ECs-","lightBlueLightest":"R-d7ifPGd-U-","lightBlueDark":"tjGcvlfZNo0-","purple":"_6yFi1QGzU-0-","purpleLight":"s5B034ADstg-","purpleLighter":"XvHFMKO2QkA-","purpleLightest":"z1yqV2h-X0o-","purpleDark":"ShqfQED9t1k-","pink":"TSAuQcS9guw-","pinkLight":"GwUX04DtVTg-","pinkLighter":"OOxzzrT-Kyg-","pinkLightest":"_9iIg4vnXMPQ-","pinkDark":"_3VTCutRlbfQ-","teal":"fG-k53wCdy8-","tealLight":"GMNha2EEVYg-","tealLighter":"_8mCqw-pGqc8-","tealLightest":"XHd3g6apCv8-","tealDark":"XadpYA5oNNU-","orange":"yOjNuw4uX2M-","orangeLight":"CFBZb6YwS8U-","orangeLighter":"dj0X5xsNtZA-","orangeLightest":"bSU2KCid1GE-","orangeDark":"dPKWRPFuIko-","brown":"i90uzcHXLBQ-","brownLight":"Q1g5O8oxNQ8-","brownLighter":"UimWc99bIs0-","brownLightest":"AUWBtBoPSB4-","brownDark":"_7xEA4hCoooA-","navy":"IqAniikSo1A-","navyLight":"NTbn2du5U28-","navyLighter":"RbY7pJetOU0-","navyLightest":"TAlHuH8GUaY-","navyDark":"Pm1CuBHrg0Q-","indigo":"_-4HRcMjMcTg-","indigoLight":"frP-WGi4cig-","indigoLighter":"GzJbf-nczMU-","indigoLightest":"LFsNJs2wsGY-","indigoDark":"KRBIaqOA1G4-","white":"OXOOKDn6V-M-"};
|
|
17
17
|
|