@dropins/tools 0.24.0-alpha2 → 0.24.0-alpha36
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/chunks/initializer.js +1 -1
- package/chunks/initializer.js.map +1 -1
- package/chunks/vcomponent.js.map +1 -1
- package/components.d.ts +1 -0
- package/components.js.map +1 -1
- package/event-bus.d.ts +1 -0
- package/event-bus.js.map +1 -1
- package/fetch-graphql.d.ts +1 -0
- package/fetch-graphql.js.map +1 -1
- package/i18n.d.ts +1 -0
- package/initializer.d.ts +1 -0
- package/initializer.js +1 -1
- package/lib.d.ts +1 -0
- package/lib.js.map +1 -1
- package/package.json +1 -1
- package/preact-compat.d.ts +1 -0
- package/preact-hooks.d.ts +1 -0
- package/preact-jsx-runtime.d.ts +1 -0
- package/preact.d.ts +1 -0
- package/types/elsie/src/components/Accordion/Accordion.d.ts +26 -0
- package/types/elsie/src/components/Accordion/Accordion.d.ts.map +1 -0
- package/types/elsie/src/components/Accordion/index.d.ts +3 -0
- package/types/elsie/src/components/Accordion/index.d.ts.map +1 -0
- package/types/elsie/src/components/ActionButton/ActionButton.d.ts +11 -0
- package/types/elsie/src/components/ActionButton/ActionButton.d.ts.map +1 -0
- package/types/elsie/src/components/ActionButton/index.d.ts +2 -0
- package/types/elsie/src/components/ActionButton/index.d.ts.map +1 -0
- package/types/elsie/src/components/ActionButtonGroup/ActionButtonGroup.d.ts +20 -0
- package/types/elsie/src/components/ActionButtonGroup/ActionButtonGroup.d.ts.map +1 -0
- package/types/elsie/src/components/ActionButtonGroup/index.d.ts +2 -0
- package/types/elsie/src/components/ActionButtonGroup/index.d.ts.map +1 -0
- package/types/elsie/src/components/AlertBanner/AlertBanner.d.ts +15 -0
- package/types/elsie/src/components/AlertBanner/AlertBanner.d.ts.map +1 -0
- package/types/elsie/src/components/AlertBanner/index.d.ts +3 -0
- package/types/elsie/src/components/AlertBanner/index.d.ts.map +1 -0
- package/types/elsie/src/components/Breadcrumbs/Breadcrumbs.d.ts +9 -0
- package/types/elsie/src/components/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
- package/types/elsie/src/components/Breadcrumbs/index.d.ts +3 -0
- package/types/elsie/src/components/Breadcrumbs/index.d.ts.map +1 -0
- package/types/elsie/src/components/Button/Button.d.ts +15 -0
- package/types/elsie/src/components/Button/Button.d.ts.map +1 -0
- package/types/elsie/src/components/Button/index.d.ts +3 -0
- package/types/elsie/src/components/Button/index.d.ts.map +1 -0
- package/types/elsie/src/components/Card/Card.d.ts +9 -0
- package/types/elsie/src/components/Card/Card.d.ts.map +1 -0
- package/types/elsie/src/components/Card/index.d.ts +2 -0
- package/types/elsie/src/components/Card/index.d.ts.map +1 -0
- package/types/elsie/src/components/CartItem/CartItem.d.ts +27 -0
- package/types/elsie/src/components/CartItem/CartItem.d.ts.map +1 -0
- package/types/elsie/src/components/CartItem/CartItemSkeleton.d.ts +4 -0
- package/types/elsie/src/components/CartItem/CartItemSkeleton.d.ts.map +1 -0
- package/types/elsie/src/components/CartItem/index.d.ts +4 -0
- package/types/elsie/src/components/CartItem/index.d.ts.map +1 -0
- package/types/elsie/src/components/CartList/CartList.d.ts +7 -0
- package/types/elsie/src/components/CartList/CartList.d.ts.map +1 -0
- package/types/elsie/src/components/CartList/index.d.ts +3 -0
- package/types/elsie/src/components/CartList/index.d.ts.map +1 -0
- package/types/elsie/src/components/Checkbox/Checkbox.d.ts +13 -0
- package/types/elsie/src/components/Checkbox/Checkbox.d.ts.map +1 -0
- package/types/elsie/src/components/Checkbox/index.d.ts +2 -0
- package/types/elsie/src/components/Checkbox/index.d.ts.map +1 -0
- package/types/elsie/src/components/ColorSwatch/ColorSwatch.d.ts +20 -0
- package/types/elsie/src/components/ColorSwatch/ColorSwatch.d.ts.map +1 -0
- package/types/elsie/src/components/ColorSwatch/index.d.ts +3 -0
- package/types/elsie/src/components/ColorSwatch/index.d.ts.map +1 -0
- package/types/elsie/src/components/Divider/Divider.d.ts +8 -0
- package/types/elsie/src/components/Divider/Divider.d.ts.map +1 -0
- package/types/elsie/src/components/Divider/index.d.ts +3 -0
- package/types/elsie/src/components/Divider/index.d.ts.map +1 -0
- package/types/elsie/src/components/Field/Field.d.ts +14 -0
- package/types/elsie/src/components/Field/Field.d.ts.map +1 -0
- package/types/elsie/src/components/Field/index.d.ts +2 -0
- package/types/elsie/src/components/Field/index.d.ts.map +1 -0
- package/types/elsie/src/components/Icon/Icon.d.ts +18 -0
- package/types/elsie/src/components/Icon/Icon.d.ts.map +1 -0
- package/types/elsie/src/components/Icon/index.d.ts +2 -0
- package/types/elsie/src/components/Icon/index.d.ts.map +1 -0
- package/types/elsie/src/components/IllustratedMessage/IllustratedMessage.d.ts +13 -0
- package/types/elsie/src/components/IllustratedMessage/IllustratedMessage.d.ts.map +1 -0
- package/types/elsie/src/components/IllustratedMessage/index.d.ts +3 -0
- package/types/elsie/src/components/IllustratedMessage/index.d.ts.map +1 -0
- package/types/elsie/src/components/Image/Image.d.ts +11 -0
- package/types/elsie/src/components/Image/Image.d.ts.map +1 -0
- package/types/elsie/src/components/Image/index.d.ts +2 -0
- package/types/elsie/src/components/Image/index.d.ts.map +1 -0
- package/types/elsie/src/components/ImageSwatch/ImageSwatch.d.ts +20 -0
- package/types/elsie/src/components/ImageSwatch/ImageSwatch.d.ts.map +1 -0
- package/types/elsie/src/components/ImageSwatch/index.d.ts +3 -0
- package/types/elsie/src/components/ImageSwatch/index.d.ts.map +1 -0
- package/types/elsie/src/components/InLineAlert/InLineAlert.d.ts +17 -0
- package/types/elsie/src/components/InLineAlert/InLineAlert.d.ts.map +1 -0
- package/types/elsie/src/components/InLineAlert/index.d.ts +3 -0
- package/types/elsie/src/components/InLineAlert/index.d.ts.map +1 -0
- package/types/elsie/src/components/Incrementer/Incrementer.d.ts +17 -0
- package/types/elsie/src/components/Incrementer/Incrementer.d.ts.map +1 -0
- package/types/elsie/src/components/Incrementer/index.d.ts +2 -0
- package/types/elsie/src/components/Incrementer/index.d.ts.map +1 -0
- package/types/elsie/src/components/Input/Input.d.ts +19 -0
- package/types/elsie/src/components/Input/Input.d.ts.map +1 -0
- package/types/elsie/src/components/Input/index.d.ts +3 -0
- package/types/elsie/src/components/Input/index.d.ts.map +1 -0
- package/types/elsie/src/components/Modal/Modal.d.ts +15 -0
- package/types/elsie/src/components/Modal/Modal.d.ts.map +1 -0
- package/types/elsie/src/components/Modal/index.d.ts +2 -0
- package/types/elsie/src/components/Modal/index.d.ts.map +1 -0
- package/types/elsie/src/components/Picker/Picker.d.ts +26 -0
- package/types/elsie/src/components/Picker/Picker.d.ts.map +1 -0
- package/types/elsie/src/components/Picker/index.d.ts +2 -0
- package/types/elsie/src/components/Picker/index.d.ts.map +1 -0
- package/types/elsie/src/components/Price/Price.d.ts +17 -0
- package/types/elsie/src/components/Price/Price.d.ts.map +1 -0
- package/types/elsie/src/components/Price/index.d.ts +2 -0
- package/types/elsie/src/components/Price/index.d.ts.map +1 -0
- package/types/elsie/src/components/PriceRange/PriceRange.d.ts +17 -0
- package/types/elsie/src/components/PriceRange/PriceRange.d.ts.map +1 -0
- package/types/elsie/src/components/PriceRange/index.d.ts +3 -0
- package/types/elsie/src/components/PriceRange/index.d.ts.map +1 -0
- package/types/elsie/src/components/PriceSummary/PriceSummary.d.ts +49 -0
- package/types/elsie/src/components/PriceSummary/PriceSummary.d.ts.map +1 -0
- package/types/elsie/src/components/PriceSummary/index.d.ts +3 -0
- package/types/elsie/src/components/PriceSummary/index.d.ts.map +1 -0
- package/types/elsie/src/components/ProgressSpinner/ProgressSpinner.d.ts +14 -0
- package/types/elsie/src/components/ProgressSpinner/ProgressSpinner.d.ts.map +1 -0
- package/types/elsie/src/components/ProgressSpinner/index.d.ts +3 -0
- package/types/elsie/src/components/ProgressSpinner/index.d.ts.map +1 -0
- package/types/elsie/src/components/RadioButton/RadioButton.d.ts +15 -0
- package/types/elsie/src/components/RadioButton/RadioButton.d.ts.map +1 -0
- package/types/elsie/src/components/RadioButton/index.d.ts +3 -0
- package/types/elsie/src/components/RadioButton/index.d.ts.map +1 -0
- package/types/elsie/src/components/Skeleton/Skeleton.d.ts +17 -0
- package/types/elsie/src/components/Skeleton/Skeleton.d.ts.map +1 -0
- package/types/elsie/src/components/Skeleton/index.d.ts +2 -0
- package/types/elsie/src/components/Skeleton/index.d.ts.map +1 -0
- package/types/elsie/src/components/TextSwatch/TextSwatch.d.ts +18 -0
- package/types/elsie/src/components/TextSwatch/TextSwatch.d.ts.map +1 -0
- package/types/elsie/src/components/TextSwatch/index.d.ts +3 -0
- package/types/elsie/src/components/TextSwatch/index.d.ts.map +1 -0
- package/types/elsie/src/components/UIProvider/UIProvider.d.ts +17 -0
- package/types/elsie/src/components/UIProvider/UIProvider.d.ts.map +1 -0
- package/types/elsie/src/components/UIProvider/index.d.ts +2 -0
- package/types/elsie/src/components/UIProvider/index.d.ts.map +1 -0
- package/types/elsie/src/components/index.d.ts +34 -0
- package/types/elsie/src/components/index.d.ts.map +1 -0
- package/types/elsie/src/i18n/en_US.json.d.ts +120 -0
- package/types/elsie/src/i18n/index.d.ts +356 -0
- package/types/elsie/src/i18n/index.d.ts.map +1 -0
- package/types/elsie/src/icons/index.d.ts +35 -0
- package/types/elsie/src/icons/index.d.ts.map +1 -0
- package/types/elsie/src/lib/classes.d.ts +6 -0
- package/types/elsie/src/lib/classes.d.ts.map +1 -0
- package/types/elsie/src/lib/config.d.ts +7 -0
- package/types/elsie/src/lib/config.d.ts.map +1 -0
- package/types/elsie/src/lib/debounce.d.ts +2 -0
- package/types/elsie/src/lib/debounce.d.ts.map +1 -0
- package/types/elsie/src/lib/deepmerge.d.ts +2 -0
- package/types/elsie/src/lib/deepmerge.d.ts.map +1 -0
- package/types/elsie/src/lib/form-values.d.ts +5 -0
- package/types/elsie/src/lib/form-values.d.ts.map +1 -0
- package/types/elsie/src/lib/i18n.d.ts +8 -0
- package/types/elsie/src/lib/i18n.d.ts.map +1 -0
- package/types/elsie/src/lib/image-params-keymap.d.ts +4 -0
- package/types/elsie/src/lib/image-params-keymap.d.ts.map +1 -0
- package/types/elsie/src/lib/index.d.ts +14 -0
- package/types/elsie/src/lib/index.d.ts.map +1 -0
- package/types/elsie/src/lib/initializer.d.ts +70 -0
- package/types/elsie/src/lib/initializer.d.ts.map +1 -0
- package/types/elsie/src/lib/render.d.ts +34 -0
- package/types/elsie/src/lib/render.d.ts.map +1 -0
- package/types/elsie/src/lib/resolve-image.d.ts +10 -0
- package/types/elsie/src/lib/resolve-image.d.ts.map +1 -0
- package/types/elsie/src/lib/slot.d.ts +44 -0
- package/types/elsie/src/lib/slot.d.ts.map +1 -0
- package/types/elsie/src/lib/tests.d.ts +5 -0
- package/types/elsie/src/lib/tests.d.ts.map +1 -0
- package/types/elsie/src/lib/types.d.ts +10 -0
- package/types/elsie/src/lib/types.d.ts.map +1 -0
- package/types/elsie/src/lib/vcomponent.d.ts +9 -0
- package/types/elsie/src/lib/vcomponent.d.ts.map +1 -0
- package/types/event-bus/src/events-catalog.d.ts +16 -0
- package/types/event-bus/src/events-catalog.d.ts.map +1 -0
- package/types/event-bus/src/index.d.ts +46 -0
- package/types/event-bus/src/index.d.ts.map +1 -0
- package/types/fetch-graphql/src/index.d.ts +105 -0
- package/types/fetch-graphql/src/index.d.ts.map +1 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FunctionComponent } from 'preact';
|
|
2
|
+
import { HTMLAttributes } from 'preact/compat';
|
|
3
|
+
|
|
4
|
+
export interface PriceRangeProps extends Omit<HTMLAttributes<HTMLDivElement>, 'size'> {
|
|
5
|
+
locale?: string;
|
|
6
|
+
currency?: string;
|
|
7
|
+
amount?: number;
|
|
8
|
+
variant?: 'default' | 'strikethrough';
|
|
9
|
+
minimumAmount?: number;
|
|
10
|
+
maximumAmount?: number;
|
|
11
|
+
display?: 'dash' | 'from to' | 'as low as';
|
|
12
|
+
size?: 'small' | 'medium' | 'large';
|
|
13
|
+
specialPrice?: number;
|
|
14
|
+
sale?: boolean;
|
|
15
|
+
}
|
|
16
|
+
export declare const PriceRange: FunctionComponent<PriceRangeProps>;
|
|
17
|
+
//# sourceMappingURL=PriceRange.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PriceRange.d.ts","sourceRoot":"","sources":["../../../../../src/components/PriceRange/PriceRange.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAW,MAAM,eAAe,CAAC;AAExD,OAAO,mDAAmD,CAAC;AAI3D,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACpD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,SAAS,GAAG,eAAe,CAAC;IACtC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,WAAW,CAAC;IAC3C,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB;AAED,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,eAAe,CA+EzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/PriceRange/index.ts"],"names":[],"mappings":"AAAA,cAAc,+CAA+C,CAAC;AAC9D,OAAO,EAAE,UAAU,IAAI,OAAO,EAAE,MAAM,+CAA+C,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { FunctionComponent, VNode } from 'preact';
|
|
2
|
+
import { HTMLAttributes } from 'preact/compat';
|
|
3
|
+
|
|
4
|
+
export interface PriceSummaryProps extends Omit<HTMLAttributes<HTMLDivElement>, 'loading'> {
|
|
5
|
+
heading: string;
|
|
6
|
+
loading?: boolean;
|
|
7
|
+
total?: {
|
|
8
|
+
price: VNode<HTMLAttributes<HTMLSpanElement>>;
|
|
9
|
+
estimated?: boolean;
|
|
10
|
+
priceWithoutTax?: VNode<HTMLAttributes<HTMLSpanElement>>;
|
|
11
|
+
};
|
|
12
|
+
subTotal?: {
|
|
13
|
+
price: VNode<HTMLAttributes<HTMLSpanElement>>;
|
|
14
|
+
priceExcludingTax?: VNode<HTMLAttributes<HTMLSpanElement>>;
|
|
15
|
+
taxIncluded?: boolean;
|
|
16
|
+
taxExcluded?: boolean;
|
|
17
|
+
zeroTaxSubtotal?: boolean;
|
|
18
|
+
};
|
|
19
|
+
shipping?: {
|
|
20
|
+
price: VNode<HTMLAttributes<HTMLSpanElement>>;
|
|
21
|
+
estimated?: boolean;
|
|
22
|
+
taxIncluded?: boolean;
|
|
23
|
+
taxExcluded?: boolean;
|
|
24
|
+
priceIncludingTax?: VNode<HTMLAttributes<HTMLSpanElement>>;
|
|
25
|
+
priceExcludingTax?: VNode<HTMLAttributes<HTMLSpanElement>>;
|
|
26
|
+
countryField?: VNode<HTMLAttributes<HTMLInputElement>>;
|
|
27
|
+
stateField?: VNode<HTMLAttributes<HTMLInputElement>>;
|
|
28
|
+
zipField?: VNode<HTMLAttributes<HTMLInputElement>>;
|
|
29
|
+
destinationText?: string;
|
|
30
|
+
onEstimate?: (formData: any) => void;
|
|
31
|
+
estimateButton?: VNode<HTMLAttributes<HTMLButtonElement>>;
|
|
32
|
+
};
|
|
33
|
+
taxTotal?: {
|
|
34
|
+
price: VNode<HTMLAttributes<HTMLSpanElement>>;
|
|
35
|
+
estimated?: boolean;
|
|
36
|
+
};
|
|
37
|
+
taxesApplied?: {
|
|
38
|
+
label: string;
|
|
39
|
+
price: VNode<HTMLAttributes<HTMLSpanElement>>;
|
|
40
|
+
}[];
|
|
41
|
+
discounts?: {
|
|
42
|
+
label: string;
|
|
43
|
+
price: VNode<HTMLAttributes<HTMLSpanElement>>;
|
|
44
|
+
caption?: VNode<HTMLAttributes<HTMLDivElement>>;
|
|
45
|
+
}[];
|
|
46
|
+
primaryAction?: VNode<HTMLAttributes<HTMLButtonElement>>;
|
|
47
|
+
}
|
|
48
|
+
export declare const PriceSummary: FunctionComponent<PriceSummaryProps>;
|
|
49
|
+
//# sourceMappingURL=PriceSummary.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PriceSummary.d.ts","sourceRoot":"","sources":["../../../../../src/components/PriceSummary/PriceSummary.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAClD,OAAO,EAAE,cAAc,EAAoB,MAAM,eAAe,CAAC;AAajE,OAAO,uDAAuD,CAAC;AAE/D,MAAM,WAAW,iBACf,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,SAAS,CAAC;IACvD,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE;QACN,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC;QAC9C,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,eAAe,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC;KAC1D,CAAC;IACF,QAAQ,CAAC,EAAE;QACT,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC;QAC9C,iBAAiB,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC;QAC3D,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,eAAe,CAAC,EAAE,OAAO,CAAC;KAC3B,CAAC;IACF,QAAQ,CAAC,EAAE;QACT,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC;QAC9C,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,iBAAiB,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC;QAC3D,iBAAiB,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC;QAC3D,YAAY,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC,CAAC;QACvD,UAAU,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC,CAAC;QACrD,QAAQ,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC,CAAC,CAAC;QACnD,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,GAAG,KAAK,IAAI,CAAC;QACrC,cAAc,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC,CAAC;KAC3D,CAAC;IACF,QAAQ,CAAC,EAAE;QACT,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC;QAC9C,SAAS,CAAC,EAAE,OAAO,CAAC;KACrB,CAAC;IACF,YAAY,CAAC,EAAE;QACb,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC;KAC/C,EAAE,CAAC;IACJ,SAAS,CAAC,EAAE;QACV,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,CAAC,CAAC;QAC9C,OAAO,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,CAAC;KACjD,EAAE,CAAC;IACJ,aAAa,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAAC,CAAC;CAC1D;AAED,eAAO,MAAM,YAAY,EAAE,iBAAiB,CAAC,iBAAiB,CAyd7D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/PriceSummary/index.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAC;AAClE,OAAO,EAAE,YAAY,IAAI,OAAO,EAAE,MAAM,mDAAmD,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FunctionComponent } from 'preact';
|
|
2
|
+
import { HTMLAttributes } from 'preact/compat';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @param size this is the size of the spinner ranging in [12px, 24px, 36px, 48px]
|
|
6
|
+
* @param stroke this is the stroke of the spinner ranging in [1px, 2px, 3px, 4px]
|
|
7
|
+
*/
|
|
8
|
+
export interface ProgressSpinnerProps extends Omit<HTMLAttributes<HTMLDivElement>, 'size'> {
|
|
9
|
+
ariaLabel?: string;
|
|
10
|
+
size?: 'small' | 'medium' | 'big' | 'large';
|
|
11
|
+
stroke?: '1' | '2' | '3' | '4';
|
|
12
|
+
}
|
|
13
|
+
export declare const ProgressSpinner: FunctionComponent<ProgressSpinnerProps>;
|
|
14
|
+
//# sourceMappingURL=ProgressSpinner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressSpinner.d.ts","sourceRoot":"","sources":["../../../../../src/components/ProgressSpinner/ProgressSpinner.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAI/C,OAAO,6DAA6D,CAAC;AAErE;;;GAGG;AACH,MAAM,WAAW,oBACf,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACpD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,OAAO,CAAC;IAC5C,MAAM,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;CAChC;AAED,eAAO,MAAM,eAAe,EAAE,iBAAiB,CAAC,oBAAoB,CA0DnE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/ProgressSpinner/index.ts"],"names":[],"mappings":"AAAA,cAAc,yDAAyD,CAAC;AACxE,OAAO,EAAE,eAAe,IAAI,OAAO,EAAE,MAAM,yDAAyD,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { FunctionComponent, VNode } from 'preact';
|
|
2
|
+
import { HTMLAttributes } from 'preact/compat';
|
|
3
|
+
|
|
4
|
+
export interface RadioButtonProps extends Omit<HTMLAttributes<HTMLInputElement>, 'size' | 'label'> {
|
|
5
|
+
label: string | VNode<HTMLAttributes<HTMLElement>>;
|
|
6
|
+
name: string;
|
|
7
|
+
value: string;
|
|
8
|
+
size?: 'medium' | 'large';
|
|
9
|
+
checked?: boolean;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
error?: boolean;
|
|
12
|
+
description?: string;
|
|
13
|
+
}
|
|
14
|
+
export declare const RadioButton: FunctionComponent<RadioButtonProps>;
|
|
15
|
+
//# sourceMappingURL=RadioButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RadioButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/RadioButton/RadioButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,OAAO,qDAAqD,CAAC;AAE7D,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAChE,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,CAAC;IACnD,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CAwD3D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/RadioButton/index.ts"],"names":[],"mappings":"AAAA,cAAc,iDAAiD,CAAC;AAChE,OAAO,EAAE,WAAW,IAAI,OAAO,EAAE,MAAM,iDAAiD,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FunctionComponent } from 'preact';
|
|
2
|
+
import { HTMLAttributes } from 'preact/compat';
|
|
3
|
+
|
|
4
|
+
export interface SkeletonRowProps extends Omit<HTMLAttributes<HTMLDivElement>, 'size'> {
|
|
5
|
+
fullWidth?: boolean;
|
|
6
|
+
lines?: number;
|
|
7
|
+
size?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
8
|
+
variant?: 'heading' | 'row' | 'empty';
|
|
9
|
+
multilineGap?: 'xsmall' | 'small' | 'medium' | 'big' | 'xbig';
|
|
10
|
+
children?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare const SkeletonRow: FunctionComponent<SkeletonRowProps>;
|
|
13
|
+
export interface SkeletonProps extends Omit<HTMLAttributes<HTMLDivElement>, 'size'> {
|
|
14
|
+
rowGap?: 'xsmall' | 'small' | 'medium' | 'big' | 'xbig';
|
|
15
|
+
}
|
|
16
|
+
export declare const Skeleton: FunctionComponent<SkeletonProps>;
|
|
17
|
+
//# sourceMappingURL=Skeleton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Skeleton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeleton/Skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAC3C,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,OAAO,+CAA+C,CAAC;AAEvD,MAAM,WAAW,gBACf,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACpD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;IAC1D,OAAO,CAAC,EAAE,SAAS,GAAG,KAAK,GAAG,OAAO,CAAC;IACtC,YAAY,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,MAAM,CAAC;IAC9D,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAID,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CAkF3D,CAAC;AAEF,MAAM,WAAW,aACf,SAAQ,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACpD,MAAM,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,MAAM,CAAC;CACzD;AAED,eAAO,MAAM,QAAQ,EAAE,iBAAiB,CAAC,aAAa,CAiBrD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeleton/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { FunctionComponent } from 'preact';
|
|
2
|
+
import { HTMLAttributes } from 'preact/compat';
|
|
3
|
+
|
|
4
|
+
export interface TextSwatchProps extends Omit<HTMLAttributes<HTMLInputElement>, 'label'> {
|
|
5
|
+
name?: string;
|
|
6
|
+
label: string;
|
|
7
|
+
groupAriaLabel?: string;
|
|
8
|
+
value?: string;
|
|
9
|
+
id: string;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
selected?: boolean;
|
|
12
|
+
outOfStock?: boolean;
|
|
13
|
+
multi?: boolean;
|
|
14
|
+
onValue?: (value: any) => void;
|
|
15
|
+
onUpdateError?: (error: Error) => void;
|
|
16
|
+
}
|
|
17
|
+
export declare const TextSwatch: FunctionComponent<TextSwatchProps>;
|
|
18
|
+
//# sourceMappingURL=TextSwatch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextSwatch.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextSwatch/TextSwatch.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAC3C,OAAO,EACL,cAAc,EAKf,MAAM,eAAe,CAAC;AAEvB,OAAO,mDAAmD,CAAC;AAG3D,MAAM,WAAW,eACf,SAAQ,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IACvD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;IAC/B,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;CACxC;AAED,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,eAAe,CA8FzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextSwatch/index.ts"],"names":[],"mappings":"AAAA,cAAc,+CAA+C,CAAC;AAC9D,OAAO,EAAE,UAAU,IAAI,OAAO,EAAE,MAAM,+CAA+C,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FunctionComponent } from 'preact';
|
|
2
|
+
import { HTMLAttributes } from 'preact/compat';
|
|
3
|
+
import { Lang } from '../../i18n';
|
|
4
|
+
|
|
5
|
+
export declare const UIContext: import('preact').Context<{
|
|
6
|
+
locale: string;
|
|
7
|
+
}>;
|
|
8
|
+
type LangDefinitions = {
|
|
9
|
+
[key: string]: any;
|
|
10
|
+
};
|
|
11
|
+
export interface UIProviderProps extends HTMLAttributes<HTMLDivElement> {
|
|
12
|
+
lang?: Lang;
|
|
13
|
+
langDefinitions?: LangDefinitions;
|
|
14
|
+
}
|
|
15
|
+
export declare const UIProvider: FunctionComponent<UIProviderProps>;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=UIProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UIProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/UIProvider/UIProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAC3C,OAAO,EAAE,cAAc,EAA0B,MAAM,eAAe,CAAC;AAEvE,OAAO,EAAyC,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAEhF,OAAO,mDAAmD,CAAC;AAC3D,OAAO,kDAAkD,CAAC;AAE1D,eAAO,MAAM,SAAS;YACZ,MAAM;EAGd,CAAC;AAEH,KAAK,eAAe,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,CAAC;AAE9C,MAAM,WAAW,eAAgB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACrE,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,eAAe,CAAC,EAAE,eAAe,CAAC;CACnC;AAED,eAAO,MAAM,UAAU,EAAE,iBAAiB,CAAC,eAAe,CAgCzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/UIProvider/index.ts"],"names":[],"mappings":"AAAA,cAAc,+CAA+C,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export * from './Skeleton';
|
|
2
|
+
export * from './UIProvider';
|
|
3
|
+
export * from './Incrementer';
|
|
4
|
+
export * from './Input';
|
|
5
|
+
export * from './Image';
|
|
6
|
+
export * from './Divider';
|
|
7
|
+
export * from './Icon';
|
|
8
|
+
export * from './Price';
|
|
9
|
+
export * from './RadioButton';
|
|
10
|
+
export * from './Image';
|
|
11
|
+
export * from './Divider';
|
|
12
|
+
export * from './Icon';
|
|
13
|
+
export * from './Button';
|
|
14
|
+
export * from './Picker';
|
|
15
|
+
export * from './Field';
|
|
16
|
+
export * from './ActionButton';
|
|
17
|
+
export * from './ActionButtonGroup';
|
|
18
|
+
export * from './Card';
|
|
19
|
+
export * from './Checkbox';
|
|
20
|
+
export * from './ColorSwatch';
|
|
21
|
+
export * from './TextSwatch';
|
|
22
|
+
export * from './ProgressSpinner';
|
|
23
|
+
export * from './ImageSwatch';
|
|
24
|
+
export * from './Accordion';
|
|
25
|
+
export * from './InLineAlert';
|
|
26
|
+
export * from './Modal';
|
|
27
|
+
export * from './CartItem';
|
|
28
|
+
export * from './PriceSummary';
|
|
29
|
+
export * from './CartList';
|
|
30
|
+
export * from './PriceRange';
|
|
31
|
+
export * from './Breadcrumbs';
|
|
32
|
+
export * from './AlertBanner';
|
|
33
|
+
export * from './IllustratedMessage';
|
|
34
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iCAAiC,CAAC;AAChD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,sCAAsC,CAAC;AACrD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,8BAA8B,CAAC;AAC7C,cAAc,kCAAkC,CAAC;AACjD,cAAc,qCAAqC,CAAC;AACpD,cAAc,oCAAoC,CAAC;AACnD,cAAc,yCAAyC,CAAC;AACxD,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,qCAAqC,CAAC;AACpD,cAAc,4CAA4C,CAAC"}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"Dropin": {
|
|
3
|
+
"ExampleComponentName": {
|
|
4
|
+
"item": {
|
|
5
|
+
"label": "string"
|
|
6
|
+
}
|
|
7
|
+
},
|
|
8
|
+
"Incrementer": {
|
|
9
|
+
"decreaseLabel": "Decrease Quantity",
|
|
10
|
+
"increaseLabel": "Increase Quantity",
|
|
11
|
+
"label": "Quantity"
|
|
12
|
+
},
|
|
13
|
+
"Modal": {
|
|
14
|
+
"Close": {
|
|
15
|
+
"label": "Close"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"InlineAlert": {
|
|
19
|
+
"dismissLabel": "Dismiss Alert"
|
|
20
|
+
},
|
|
21
|
+
"PriceSummary": {
|
|
22
|
+
"subTotal": {
|
|
23
|
+
"label": "Subtotal",
|
|
24
|
+
"withTaxes": "Including taxes",
|
|
25
|
+
"withoutTaxes": "excluding taxes"
|
|
26
|
+
},
|
|
27
|
+
"shipping": {
|
|
28
|
+
"label": "Shipping",
|
|
29
|
+
"editZipAction": "Apply",
|
|
30
|
+
"estimated": "Estimated Shipping",
|
|
31
|
+
"estimatedDestination": "Estimated Shipping to ",
|
|
32
|
+
"destinationLinkAriaLabel": "Change destination",
|
|
33
|
+
"zipPlaceholder": "Zip Code",
|
|
34
|
+
"withTaxes": "Including taxes",
|
|
35
|
+
"withoutTaxes": "excluding taxes",
|
|
36
|
+
"alternateField": {
|
|
37
|
+
"zip": "Estimate using country/zip",
|
|
38
|
+
"state": "Estimate using country/state"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"taxes": {
|
|
42
|
+
"total": "Tax Total",
|
|
43
|
+
"totalOnly": "Tax",
|
|
44
|
+
"breakdown": "Taxes",
|
|
45
|
+
"showBreakdown": "Show Tax Breakdown",
|
|
46
|
+
"hideBreakdown": "Hide Tax Breakdown",
|
|
47
|
+
"estimated": "Estimated Tax"
|
|
48
|
+
},
|
|
49
|
+
"total": {
|
|
50
|
+
"estimated": "Estimated Total",
|
|
51
|
+
"label": "Total",
|
|
52
|
+
"withoutTax": "Total excluding taxes"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"ProgressSpinner": {
|
|
56
|
+
"updating": {
|
|
57
|
+
"label": "Item is updating"
|
|
58
|
+
},
|
|
59
|
+
"updatingChildren": {
|
|
60
|
+
"label": "Items are updating"
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"PriceRange": {
|
|
64
|
+
"from": {
|
|
65
|
+
"label": "From"
|
|
66
|
+
},
|
|
67
|
+
"to": {
|
|
68
|
+
"label": "to"
|
|
69
|
+
},
|
|
70
|
+
"asLowAs": {
|
|
71
|
+
"label": "As low as"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"Swatches": {
|
|
75
|
+
"outOfStock": {
|
|
76
|
+
"label": "out of stock swatch"
|
|
77
|
+
},
|
|
78
|
+
"selected": {
|
|
79
|
+
"label": "swatch selected"
|
|
80
|
+
},
|
|
81
|
+
"swatch": {
|
|
82
|
+
"label": "swatch"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"Accordion": {
|
|
86
|
+
"open": {
|
|
87
|
+
"label": "Open"
|
|
88
|
+
},
|
|
89
|
+
"close": {
|
|
90
|
+
"label": "Close"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
"CartItem": {
|
|
94
|
+
"each": {
|
|
95
|
+
"label": "each"
|
|
96
|
+
},
|
|
97
|
+
"quantity": {
|
|
98
|
+
"label": "Quantity"
|
|
99
|
+
},
|
|
100
|
+
"remove": {
|
|
101
|
+
"label": "Remove {product} from the cart"
|
|
102
|
+
},
|
|
103
|
+
"removeDefault": {
|
|
104
|
+
"label": "Remove item from the cart"
|
|
105
|
+
},
|
|
106
|
+
"taxIncluded": {
|
|
107
|
+
"label": "incl. VAT"
|
|
108
|
+
},
|
|
109
|
+
"taxExcluded": {
|
|
110
|
+
"label": "excl. tax"
|
|
111
|
+
},
|
|
112
|
+
"updating": {
|
|
113
|
+
"label": "{product} is updating"
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
;
|
|
119
|
+
|
|
120
|
+
export default _default;
|