@caseparts-org/caseblocks 0.0.162 → 0.0.164
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/assets/Disclaimer.css +1 -0
- package/dist/main-client.js +62 -60
- package/dist/main-server.d.ts +2 -0
- package/dist/main-server.js +22 -20
- package/dist/molecules/Disclaimer/Disclaimer.d.ts +13 -0
- package/dist/molecules/Disclaimer/Disclaimer.js +48 -0
- package/dist/molecules/Disclaimer/Disclaimer.stories.d.ts +53 -0
- package/dist/molecules/Disclaimer/Disclaimer.stories.js +72 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._disclaimer_hmbag_1{display:flex;flex-direction:column;gap:var(--spacing-spacing-3xs);border:1px solid var(--border-border-primary);border-radius:var(--border-radius-sm);padding:var(--spacing-spacing-2xs) var(--spacing-spacing-1xs);background:var(--surface-surface-primary)}._header_hmbag_11{display:flex;align-items:flex-start;gap:var(--spacing-spacing-2xs)}._content_hmbag_17{display:grid;gap:var(--spacing-spacing-3xs);min-width:0}._description_hmbag_23{white-space:pre-line}._variantInfo_hmbag_27{border-color:var(--border-border-primary);background:color-mix(in srgb,var(--surface-surface-secondary) 24%,var(--surface-surface-primary))}._variantWarning_hmbag_32{border-color:var(--border-border-warning);background:color-mix(in srgb,var(--color-alerts-warning) 10%,var(--surface-surface-primary))}
|
package/dist/main-client.js
CHANGED
|
@@ -15,90 +15,92 @@ import { configureImage as b } from "./atoms/Image/configureImage.js";
|
|
|
15
15
|
import { getHideAtStyles as F } from "./atoms/HideAt.js";
|
|
16
16
|
import { Logo as N } from "./molecules/Logo/Logo.js";
|
|
17
17
|
import { SearchBox as z } from "./molecules/SearchBox/SearchBox.js";
|
|
18
|
-
import { QuantityInput as
|
|
19
|
-
import { Pricing as
|
|
20
|
-
import { Availability as
|
|
21
|
-
import { Avatar as
|
|
18
|
+
import { QuantityInput as E } from "./molecules/QuantityInput/QuantityInput.js";
|
|
19
|
+
import { Pricing as O } from "./molecules/Pricing/Pricing.js";
|
|
20
|
+
import { Availability as R } from "./molecules/Availability/Availability.js";
|
|
21
|
+
import { Avatar as j } from "./molecules/Avatar/Avatar.js";
|
|
22
22
|
import { BannerCard as J } from "./molecules/BannerCard/BannerCard.js";
|
|
23
23
|
import { CardLink as U } from "./molecules/CardLink/CardLink.js";
|
|
24
24
|
import { Breadcrumbs as X } from "./molecules/Breadcrumbs/Breadcrumbs.js";
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
25
|
+
import { Disclaimer as _ } from "./molecules/Disclaimer/Disclaimer.js";
|
|
26
|
+
import { NotFound as rr } from "./organisms/NotFound/NotFound.js";
|
|
27
|
+
import { HorizontalScroll as er } from "./atoms/HorizontalScroll/HorizontalScroll.js";
|
|
28
|
+
import { SlideInPanel as pr } from "./atoms/SlideInPanel/SlideInPanel.js";
|
|
29
|
+
import { Markdown as fr } from "./atoms/Markdown/Markdown.js";
|
|
30
|
+
import { PreprocessedMarkdown as ar } from "./atoms/Markdown/PreprocessedMarkdown.js";
|
|
31
|
+
import { usePreprocessedMarkdown as ir } from "./atoms/Markdown/usePreprocessedMarkdown.js";
|
|
32
|
+
import { Tooltip as dr } from "./atoms/Tooltip/Tooltip.js";
|
|
33
|
+
import { Popover as cr } from "./atoms/Popover/Popover.js";
|
|
34
|
+
import { Account as Cr } from "./molecules/Account/Account.js";
|
|
35
|
+
import { Chip as gr } from "./molecules/Chip/Chip.js";
|
|
36
|
+
import { ToggleView as Pr } from "./molecules/ToggleView/ToggleView.js";
|
|
37
|
+
import { CartPart as wr } from "./molecules/Cart/CartPart.js";
|
|
38
|
+
import { CartSlideInPanel as Br } from "./molecules/Cart/CartSlideInPanel.js";
|
|
39
|
+
import { StatefulButton as Tr } from "./molecules/StatefulButton/StatefulButton.js";
|
|
40
|
+
import { AnimatedCheckMark as Lr } from "./molecules/StatefulButton/AnimatedCheckmark.js";
|
|
41
|
+
import { AddToCart as br } from "./molecules/AddToCart/AddToCart.js";
|
|
42
|
+
import { Modal as Fr } from "./molecules/Modal/Modal.js";
|
|
43
|
+
import { ImageViewer as Nr } from "./molecules/ImageViewer/ImageViewer.js";
|
|
44
|
+
import { T as zr } from "./Table-BX4PtCNE.js";
|
|
45
|
+
import { Error as Er } from "./molecules/Error/Error.js";
|
|
46
|
+
import { MainNav as Or } from "./organisms/MainNav/MainNav.js";
|
|
47
|
+
import { ChipSelector as Rr } from "./organisms/ChipSelector/ChipSelector.js";
|
|
48
|
+
import { Product as jr } from "./organisms/Product/Product.js";
|
|
49
|
+
import { Carousel as Jr } from "./organisms/Carousel/Carousel.js";
|
|
50
|
+
import { Footer as Ur } from "./organisms/Footer/Footer.js";
|
|
51
|
+
import { default as Xr } from "./organisms/SpinZoomViewer/SpinZoomViewer.js";
|
|
51
52
|
export {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
53
|
+
Cr as Account,
|
|
54
|
+
br as AddToCart,
|
|
55
|
+
Lr as AnimatedCheckMark,
|
|
56
|
+
R as Availability,
|
|
57
|
+
j as Avatar,
|
|
57
58
|
J as BannerCard,
|
|
58
59
|
X as Breadcrumbs,
|
|
59
60
|
e as Button,
|
|
60
61
|
U as CardLink,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
Jr as Carousel,
|
|
63
|
+
wr as CartPart,
|
|
64
|
+
Br as CartSlideInPanel,
|
|
65
|
+
gr as Chip,
|
|
66
|
+
Rr as ChipSelector,
|
|
66
67
|
f as Column,
|
|
67
|
-
|
|
68
|
+
_ as Disclaimer,
|
|
69
|
+
Er as Error,
|
|
68
70
|
p as Flex,
|
|
69
|
-
|
|
71
|
+
Ur as Footer,
|
|
70
72
|
x as Grid,
|
|
71
73
|
n as Head,
|
|
72
|
-
|
|
74
|
+
er as HorizontalScroll,
|
|
73
75
|
l as Icon,
|
|
74
|
-
|
|
76
|
+
Nr as ImageViewer,
|
|
75
77
|
S as Input,
|
|
76
78
|
I as Link,
|
|
77
79
|
L as LinkButton,
|
|
78
80
|
N as Logo,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
81
|
+
Or as MainNav,
|
|
82
|
+
fr as Markdown,
|
|
83
|
+
Fr as Modal,
|
|
84
|
+
rr as NotFound,
|
|
85
|
+
cr as Popover,
|
|
86
|
+
ar as PreprocessedMarkdown,
|
|
87
|
+
O as Pricing,
|
|
88
|
+
jr as Product,
|
|
89
|
+
E as QuantityInput,
|
|
88
90
|
u as Root,
|
|
89
91
|
z as SearchBox,
|
|
90
92
|
s as Separator,
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
93
|
+
pr as SlideInPanel,
|
|
94
|
+
Xr as SpinZoomViewer,
|
|
95
|
+
Tr as StatefulButton,
|
|
96
|
+
zr as Table,
|
|
95
97
|
k as Text,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
+
Pr as ToggleView,
|
|
99
|
+
dr as Tooltip,
|
|
98
100
|
b as configureImage,
|
|
99
101
|
M as configureLink,
|
|
100
102
|
F as getHideAtStyles,
|
|
101
103
|
A as linkClassName,
|
|
102
104
|
T as routerOverride,
|
|
103
|
-
|
|
105
|
+
ir as usePreprocessedMarkdown
|
|
104
106
|
};
|
package/dist/main-server.d.ts
CHANGED
|
@@ -42,5 +42,7 @@ export { CardLink } from './molecules/CardLink/CardLink';
|
|
|
42
42
|
export type { CardLinkProps } from './molecules/CardLink/CardLink';
|
|
43
43
|
export { Breadcrumbs } from './molecules/Breadcrumbs/Breadcrumbs';
|
|
44
44
|
export type { BreadcrumbProps, Breadcrumb } from './molecules/Breadcrumbs/Breadcrumbs';
|
|
45
|
+
export { Disclaimer } from './molecules/Disclaimer/Disclaimer';
|
|
46
|
+
export type { DisclaimerProps, DisclaimerSeverity } from './molecules/Disclaimer/Disclaimer';
|
|
45
47
|
export { NotFound } from './organisms/NotFound/NotFound';
|
|
46
48
|
export type { NotFoundProps } from './organisms/NotFound/NotFound';
|
package/dist/main-server.js
CHANGED
|
@@ -1,54 +1,56 @@
|
|
|
1
|
-
import { Button as
|
|
1
|
+
import { Button as e } from "./atoms/Button/Button.js";
|
|
2
2
|
import { Flex as m } from "./atoms/Flex/Flex.js";
|
|
3
3
|
import { Column as x, Grid as f } from "./atoms/Grid/Grid.js";
|
|
4
|
-
import { Head as
|
|
4
|
+
import { Head as n } from "./atoms/Root/Head.js";
|
|
5
5
|
import { Icon as u } from "./atoms/Icon/Icon.js";
|
|
6
6
|
import { Root as l } from "./atoms/Root/Root.js";
|
|
7
7
|
import { Separator as g } from "./atoms/Separator/Separator.js";
|
|
8
|
-
import { Text as
|
|
9
|
-
import { Input as
|
|
8
|
+
import { Text as s } from "./atoms/Text/Text.js";
|
|
9
|
+
import { Input as L } from "./atoms/Input/Input.js";
|
|
10
10
|
import { Link as I } from "./atoms/Link/Link.js";
|
|
11
11
|
import { linkClassName as y } from "./atoms/Link/linkClassName.js";
|
|
12
12
|
import { configureLink as S, routerOverride as b } from "./atoms/Link/configureLink.js";
|
|
13
13
|
import { LinkButton as H } from "./atoms/LinkButton/LinkButton.js";
|
|
14
14
|
import { configureImage as h } from "./atoms/Image/configureImage.js";
|
|
15
|
-
import { getHideAtStyles as
|
|
16
|
-
import { Logo as
|
|
17
|
-
import { SearchBox as
|
|
18
|
-
import { QuantityInput as
|
|
19
|
-
import { Pricing as
|
|
15
|
+
import { getHideAtStyles as G } from "./atoms/HideAt.js";
|
|
16
|
+
import { Logo as P } from "./molecules/Logo/Logo.js";
|
|
17
|
+
import { SearchBox as R } from "./molecules/SearchBox/SearchBox.js";
|
|
18
|
+
import { QuantityInput as j } from "./molecules/QuantityInput/QuantityInput.js";
|
|
19
|
+
import { Pricing as w } from "./molecules/Pricing/Pricing.js";
|
|
20
20
|
import { Availability as E } from "./molecules/Availability/Availability.js";
|
|
21
21
|
import { Avatar as K } from "./molecules/Avatar/Avatar.js";
|
|
22
22
|
import { BannerCard as U } from "./molecules/BannerCard/BannerCard.js";
|
|
23
23
|
import { CardLink as W } from "./molecules/CardLink/CardLink.js";
|
|
24
24
|
import { Breadcrumbs as Y } from "./molecules/Breadcrumbs/Breadcrumbs.js";
|
|
25
|
-
import {
|
|
25
|
+
import { Disclaimer as _ } from "./molecules/Disclaimer/Disclaimer.js";
|
|
26
|
+
import { NotFound as rr } from "./organisms/NotFound/NotFound.js";
|
|
26
27
|
export {
|
|
27
28
|
E as Availability,
|
|
28
29
|
K as Avatar,
|
|
29
30
|
U as BannerCard,
|
|
30
31
|
Y as Breadcrumbs,
|
|
31
|
-
|
|
32
|
+
e as Button,
|
|
32
33
|
W as CardLink,
|
|
33
34
|
x as Column,
|
|
35
|
+
_ as Disclaimer,
|
|
34
36
|
m as Flex,
|
|
35
37
|
f as Grid,
|
|
36
|
-
|
|
38
|
+
n as Head,
|
|
37
39
|
u as Icon,
|
|
38
|
-
|
|
40
|
+
L as Input,
|
|
39
41
|
I as Link,
|
|
40
42
|
H as LinkButton,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
P as Logo,
|
|
44
|
+
rr as NotFound,
|
|
45
|
+
w as Pricing,
|
|
46
|
+
j as QuantityInput,
|
|
45
47
|
l as Root,
|
|
46
|
-
|
|
48
|
+
R as SearchBox,
|
|
47
49
|
g as Separator,
|
|
48
|
-
|
|
50
|
+
s as Text,
|
|
49
51
|
h as configureImage,
|
|
50
52
|
S as configureLink,
|
|
51
|
-
|
|
53
|
+
G as getHideAtStyles,
|
|
52
54
|
y as linkClassName,
|
|
53
55
|
b as routerOverride
|
|
54
56
|
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export type DisclaimerSeverity = "info" | "warning";
|
|
3
|
+
export interface DisclaimerProps {
|
|
4
|
+
title: ReactNode;
|
|
5
|
+
description?: ReactNode;
|
|
6
|
+
severity?: DisclaimerSeverity;
|
|
7
|
+
iconKey?: "fa-solid fa-circle-info" | "fa-solid fa-triangle-exclamation";
|
|
8
|
+
className?: string;
|
|
9
|
+
compact?: boolean;
|
|
10
|
+
linkHref?: string;
|
|
11
|
+
linkText?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare function Disclaimer({ title, description, severity, iconKey, className, compact, linkHref, linkText, }: DisclaimerProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { jsx as a, jsxs as c } from "react/jsx-runtime";
|
|
2
|
+
import { c as h } from "../../clsx-OuTLNxxd.js";
|
|
3
|
+
import { Icon as g } from "../../atoms/Icon/Icon.js";
|
|
4
|
+
import { Link as p } from "../../atoms/Link/Link.js";
|
|
5
|
+
import { Text as t } from "../../atoms/Text/Text.js";
|
|
6
|
+
import '../../assets/Disclaimer.css';const v = "_disclaimer_hmbag_1", b = "_header_hmbag_11", x = "_content_hmbag_17", I = "_description_hmbag_23", w = "_variantInfo_hmbag_27", z = "_variantWarning_hmbag_32", n = {
|
|
7
|
+
disclaimer: v,
|
|
8
|
+
header: b,
|
|
9
|
+
content: x,
|
|
10
|
+
description: I,
|
|
11
|
+
variantInfo: w,
|
|
12
|
+
variantWarning: z
|
|
13
|
+
};
|
|
14
|
+
function u({
|
|
15
|
+
title: l,
|
|
16
|
+
description: r,
|
|
17
|
+
severity: i = "info",
|
|
18
|
+
iconKey: m,
|
|
19
|
+
className: d,
|
|
20
|
+
compact: e = !1,
|
|
21
|
+
linkHref: o,
|
|
22
|
+
linkText: s
|
|
23
|
+
}) {
|
|
24
|
+
const _ = m ?? (i === "warning" ? "fa-solid fa-triangle-exclamation" : "fa-solid fa-circle-info"), f = i === "warning" ? "warning" : "secondary";
|
|
25
|
+
return /* @__PURE__ */ a(
|
|
26
|
+
"div",
|
|
27
|
+
{
|
|
28
|
+
className: h(
|
|
29
|
+
n.disclaimer,
|
|
30
|
+
i === "warning" ? n.variantWarning : n.variantInfo,
|
|
31
|
+
d
|
|
32
|
+
),
|
|
33
|
+
role: "note",
|
|
34
|
+
"aria-live": "polite",
|
|
35
|
+
children: /* @__PURE__ */ c("div", { className: n.header, children: [
|
|
36
|
+
/* @__PURE__ */ a(g, { iconKey: _, size: "sm", colorToken: f }),
|
|
37
|
+
/* @__PURE__ */ c("div", { className: n.content, children: [
|
|
38
|
+
/* @__PURE__ */ a(t, { as: "p", size: "sm", weight: "semibold", children: l }),
|
|
39
|
+
!e && r && /* @__PURE__ */ a(t, { as: "p", size: "xs", colorToken: "secondary", className: n.description, children: r }),
|
|
40
|
+
!e && o && s && /* @__PURE__ */ a(p, { href: o, target: "_blank", rel: "noopener noreferrer", size: "xs", children: s })
|
|
41
|
+
] })
|
|
42
|
+
] })
|
|
43
|
+
}
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
export {
|
|
47
|
+
u as Disclaimer
|
|
48
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
import { Disclaimer } from './Disclaimer';
|
|
3
|
+
declare const meta: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof Disclaimer;
|
|
6
|
+
tags: string[];
|
|
7
|
+
parameters: {
|
|
8
|
+
layout: string;
|
|
9
|
+
};
|
|
10
|
+
argTypes: {
|
|
11
|
+
title: {
|
|
12
|
+
control: "text";
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
15
|
+
description: {
|
|
16
|
+
control: "text";
|
|
17
|
+
description: string;
|
|
18
|
+
};
|
|
19
|
+
severity: {
|
|
20
|
+
control: {
|
|
21
|
+
type: "radio";
|
|
22
|
+
};
|
|
23
|
+
options: string[];
|
|
24
|
+
description: string;
|
|
25
|
+
};
|
|
26
|
+
compact: {
|
|
27
|
+
control: "boolean";
|
|
28
|
+
description: string;
|
|
29
|
+
};
|
|
30
|
+
linkHref: {
|
|
31
|
+
control: "text";
|
|
32
|
+
description: string;
|
|
33
|
+
};
|
|
34
|
+
linkText: {
|
|
35
|
+
control: "text";
|
|
36
|
+
description: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
args: {
|
|
40
|
+
title: string;
|
|
41
|
+
description: string;
|
|
42
|
+
severity: "warning";
|
|
43
|
+
compact: false;
|
|
44
|
+
linkHref: string;
|
|
45
|
+
linkText: string;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
export default meta;
|
|
49
|
+
type Story = StoryObj<typeof meta>;
|
|
50
|
+
export declare const Warning: Story;
|
|
51
|
+
export declare const Info: Story;
|
|
52
|
+
export declare const WithLink: Story;
|
|
53
|
+
export declare const Compact: Story;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { Disclaimer as t } from "./Disclaimer.js";
|
|
2
|
+
const i = {
|
|
3
|
+
title: "Case Parts/Molecules/Disclaimer",
|
|
4
|
+
component: t,
|
|
5
|
+
tags: ["autodocs"],
|
|
6
|
+
parameters: {
|
|
7
|
+
layout: "centered"
|
|
8
|
+
},
|
|
9
|
+
argTypes: {
|
|
10
|
+
title: {
|
|
11
|
+
control: "text",
|
|
12
|
+
description: "Short header for the disclaimer card."
|
|
13
|
+
},
|
|
14
|
+
description: {
|
|
15
|
+
control: "text",
|
|
16
|
+
description: "Supporting disclaimer message."
|
|
17
|
+
},
|
|
18
|
+
severity: {
|
|
19
|
+
control: { type: "radio" },
|
|
20
|
+
options: ["info", "warning"],
|
|
21
|
+
description: "Visual severity variant."
|
|
22
|
+
},
|
|
23
|
+
compact: {
|
|
24
|
+
control: "boolean",
|
|
25
|
+
description: "Hides description and link when true."
|
|
26
|
+
},
|
|
27
|
+
linkHref: {
|
|
28
|
+
control: "text",
|
|
29
|
+
description: "Optional external link URL."
|
|
30
|
+
},
|
|
31
|
+
linkText: {
|
|
32
|
+
control: "text",
|
|
33
|
+
description: "Optional external link label."
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
args: {
|
|
37
|
+
title: "Custom Parts Lead Time",
|
|
38
|
+
description: "Custom-made parts are non-refundable and may require additional production time.",
|
|
39
|
+
severity: "warning",
|
|
40
|
+
compact: !1,
|
|
41
|
+
linkHref: "",
|
|
42
|
+
linkText: ""
|
|
43
|
+
}
|
|
44
|
+
}, n = {}, r = {
|
|
45
|
+
args: {
|
|
46
|
+
title: "UPS 2nd Day Air",
|
|
47
|
+
description: "In-stock orders placed during business hours usually ship the same day and arrive within two business days.",
|
|
48
|
+
severity: "info"
|
|
49
|
+
}
|
|
50
|
+
}, o = {
|
|
51
|
+
args: {
|
|
52
|
+
title: "CA Prop 65 Warning",
|
|
53
|
+
description: "Some products sold by Case Parts may expose you to chemicals known to the State of California to cause cancer or reproductive harm.",
|
|
54
|
+
severity: "warning",
|
|
55
|
+
linkHref: "https://www.p65warnings.ca.gov",
|
|
56
|
+
linkText: "www.p65warnings.ca.gov"
|
|
57
|
+
}
|
|
58
|
+
}, a = {
|
|
59
|
+
args: {
|
|
60
|
+
title: "Parts Not in Stock",
|
|
61
|
+
description: "This text is hidden when compact mode is enabled.",
|
|
62
|
+
compact: !0,
|
|
63
|
+
severity: "warning"
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
export {
|
|
67
|
+
a as Compact,
|
|
68
|
+
r as Info,
|
|
69
|
+
n as Warning,
|
|
70
|
+
o as WithLink,
|
|
71
|
+
i as default
|
|
72
|
+
};
|