@fpkit/acss 0.4.19 → 0.5.0
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/package.json +2 -2
- package/src/components/badge/badge.stories.tsx +3 -3
- package/src/components/breadcrumbs/breadcrumb.stories.tsx +24 -8
- package/src/components/breadcrumbs/breadcrumb.tsx +47 -40
- package/src/components/buttons/button.stories.tsx +2 -2
- package/src/components/buttons/button.test.tsx +1 -1
- package/src/components/cards/card.stories.tsx +2 -2
- package/src/components/details/details.scss +10 -2
- package/src/components/details/details.stories.tsx +20 -4
- package/src/components/details/details.tsx +2 -1
- package/src/components/form/form.stories.tsx +2 -2
- package/src/components/form/input.stories.tsx +2 -2
- package/src/components/form/select.stories.tsx +2 -2
- package/src/components/form/select.tsx +23 -33
- package/src/components/fp.test.tsx +1 -1
- package/src/components/heading/heading.stories.tsx +2 -2
- package/src/components/images/figure.stories.tsx +3 -6
- package/src/components/images/img.stories.tsx +3 -3
- package/src/components/layout/footer.stories.tsx +2 -2
- package/src/components/layout/landmarks.stories.tsx +2 -2
- package/src/components/layout/main.stories.tsx +2 -2
- package/src/components/link/link.stories.tsx +2 -2
- package/src/components/list/list.stories.tsx +1 -2
- package/src/components/nav/nav.stories.tsx +4 -3
- package/src/components/popover/popover.stories.tsx +2 -2
- package/src/components/progress/progress.stories.tsx +2 -2
- package/src/components/tag/tag.stories.tsx +3 -3
- package/src/components/text/text.stories.tsx +6 -6
- package/src/patterns/page/page-header.stories.tsx +2 -2
- package/src/sass/_globals.scss +1 -0
- package/src/styles/cards/card.css +5 -0
- package/src/styles/cards/card.css.map +5 -1
- package/src/styles/details/details.css +9 -2
- package/src/styles/details/details.css.map +1 -1
- package/src/styles/form/form.css +3 -0
- package/src/styles/index.css +10 -2
- package/src/styles/index.css.map +1 -1
- package/LICENSE +0 -21
- package/libs/chunk-GCGKYLDG.js +0 -7
- package/libs/chunk-GCGKYLDG.js.map +0 -1
- package/libs/chunk-PDD4N5P5.cjs +0 -10
- package/libs/chunk-PDD4N5P5.cjs.map +0 -1
- package/libs/chunk-QHIABQNQ.js +0 -8
- package/libs/chunk-QHIABQNQ.js.map +0 -1
- package/libs/chunk-ZOHIKF6I.cjs +0 -31
- package/libs/chunk-ZOHIKF6I.cjs.map +0 -1
- package/libs/components/badge/badge.css +0 -1
- package/libs/components/badge/badge.css.map +0 -1
- package/libs/components/badge/badge.min.css +0 -3
- package/libs/components/breadcrumbs/breadcrumb.css +0 -1
- package/libs/components/breadcrumbs/breadcrumb.css.map +0 -1
- package/libs/components/breadcrumbs/breadcrumb.min.css +0 -3
- package/libs/components/buttons/button.css +0 -1
- package/libs/components/buttons/button.css.map +0 -1
- package/libs/components/buttons/button.min.css +0 -3
- package/libs/components/cards/card-style.css +0 -1
- package/libs/components/cards/card-style.css.map +0 -1
- package/libs/components/cards/card-style.min.css +0 -3
- package/libs/components/cards/card.css +0 -1
- package/libs/components/cards/card.css.map +0 -1
- package/libs/components/cards/card.min.css +0 -3
- package/libs/components/details/details.css +0 -1
- package/libs/components/details/details.css.map +0 -1
- package/libs/components/details/details.min.css +0 -3
- package/libs/components/form/form.css +0 -1
- package/libs/components/form/form.css.map +0 -1
- package/libs/components/form/form.min.css +0 -3
- package/libs/components/icons/icon.css +0 -1
- package/libs/components/icons/icon.css.map +0 -1
- package/libs/components/icons/icon.min.css +0 -3
- package/libs/components/images/img.css +0 -1
- package/libs/components/images/img.css.map +0 -1
- package/libs/components/images/img.min.css +0 -3
- package/libs/components/layout/landmarks.css +0 -1
- package/libs/components/layout/landmarks.css.map +0 -1
- package/libs/components/layout/landmarks.min.css +0 -3
- package/libs/components/link/link.css +0 -1
- package/libs/components/link/link.css.map +0 -1
- package/libs/components/link/link.min.css +0 -3
- package/libs/components/nav/nav.css +0 -1
- package/libs/components/nav/nav.css.map +0 -1
- package/libs/components/nav/nav.min.css +0 -3
- package/libs/components/progress/progress.css +0 -1
- package/libs/components/progress/progress.css.map +0 -1
- package/libs/components/progress/progress.min.css +0 -3
- package/libs/components/styles/index.css +0 -1
- package/libs/components/styles/index.css.map +0 -1
- package/libs/components/styles/index.min.css +0 -3
- package/libs/components/tag/tag.css +0 -1
- package/libs/components/tag/tag.css.map +0 -1
- package/libs/components/tag/tag.min.css +0 -3
- package/libs/components/text-to-speech/text-to-speech.css +0 -1
- package/libs/components/text-to-speech/text-to-speech.css.map +0 -1
- package/libs/components/text-to-speech/text-to-speech.min.css +0 -3
- package/libs/hooks.cjs +0 -12
- package/libs/hooks.cjs.map +0 -1
- package/libs/hooks.d.cts +0 -32
- package/libs/hooks.d.ts +0 -32
- package/libs/hooks.js +0 -3
- package/libs/hooks.js.map +0 -1
- package/libs/icons-1f5afc0c.d.ts +0 -318
- package/libs/icons.cjs +0 -12
- package/libs/icons.cjs.map +0 -1
- package/libs/icons.d.cts +0 -2
- package/libs/icons.d.ts +0 -2
- package/libs/icons.js +0 -3
- package/libs/icons.js.map +0 -1
- package/libs/index.cjs +0 -71
- package/libs/index.cjs.map +0 -1
- package/libs/index.css +0 -1
- package/libs/index.css.map +0 -1
- package/libs/index.d.cts +0 -558
- package/libs/index.d.ts +0 -558
- package/libs/index.js +0 -11
- package/libs/index.js.map +0 -1
package/libs/hooks.d.ts
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
type Position = {
|
|
2
|
-
/**
|
|
3
|
-
* @description This is the top position of the popover.
|
|
4
|
-
* @default 0
|
|
5
|
-
*/
|
|
6
|
-
top: number;
|
|
7
|
-
/**
|
|
8
|
-
* @description This is the left position of the popover.
|
|
9
|
-
* @default 0
|
|
10
|
-
*/
|
|
11
|
-
left: number;
|
|
12
|
-
};
|
|
13
|
-
/**
|
|
14
|
-
* @description This is the hook to show/hide the popover.
|
|
15
|
-
* @param elementRef - This is the ref of the element on which the popover should be shown.
|
|
16
|
-
* @param hoverRef - This is the ref of the element on which the popover should be shown.
|
|
17
|
-
* @param spacing - This is the spacing between the element and the popover.
|
|
18
|
-
* @example - const { isVisible, popoverPosition, handlePointerEvent, handlePointerLeave } = usePopover(hoverRef, popOverRef, 1)
|
|
19
|
-
* @returns - This is the object of the following properties.
|
|
20
|
-
* @returns - isVisible - This is the boolean value to show/hide the popover.
|
|
21
|
-
* @returns - popoverPosition - This is the position of the popover.
|
|
22
|
-
* @returns - handlePointerEvent - This is the function to handle the pointer event.
|
|
23
|
-
* @returns - handlePointerLeave - This is the function to handle the pointer leave event.
|
|
24
|
-
*/
|
|
25
|
-
declare const usePopover: (elementRef: React.RefObject<HTMLElement | HTMLDivElement>, hoverRef: React.RefObject<HTMLElement | HTMLDivElement>, spacing?: number) => {
|
|
26
|
-
isVisible: boolean;
|
|
27
|
-
popoverPosition: Position;
|
|
28
|
-
handlePointerEvent: (event: React.MouseEvent<HTMLButtonElement | HTMLElement>) => void;
|
|
29
|
-
handlePointerLeave: () => void;
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
export { usePopover };
|
package/libs/hooks.js
DELETED
package/libs/hooks.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":""}
|
package/libs/icons-1f5afc0c.d.ts
DELETED
|
@@ -1,318 +0,0 @@
|
|
|
1
|
-
import React__default, { ReactNode } from 'react';
|
|
2
|
-
|
|
3
|
-
type PolymorphicRef<C extends React__default.ElementType> = React__default.ComponentPropsWithRef<C>['ref'];
|
|
4
|
-
type AsProp<C extends React__default.ElementType> = {
|
|
5
|
-
as?: C;
|
|
6
|
-
};
|
|
7
|
-
type PropsToOmit<C extends React__default.ElementType, P> = keyof (AsProp<C> & P);
|
|
8
|
-
type PolymorphicComponentProp<C extends React__default.ElementType, Props = {}> = React__default.PropsWithChildren<Props & AsProp<C>> & Omit<React__default.ComponentPropsWithoutRef<C>, PropsToOmit<C, Props>>;
|
|
9
|
-
type PolymorphicComponentPropWithRef<C extends React__default.ElementType, Props = {}> = PolymorphicComponentProp<C, Props> & {
|
|
10
|
-
ref?: PolymorphicRef<C>;
|
|
11
|
-
};
|
|
12
|
-
type FPProps<C extends React__default.ElementType> = PolymorphicComponentPropWithRef<C, {
|
|
13
|
-
renderStyles?: boolean;
|
|
14
|
-
styles?: React__default.CSSProperties;
|
|
15
|
-
classes?: string;
|
|
16
|
-
id?: string;
|
|
17
|
-
children?: React__default.ReactNode;
|
|
18
|
-
}>;
|
|
19
|
-
type FPComponent = <C extends React__default.ElementType = 'span'>(props: FPProps<C>) => React__default.ReactElement | any;
|
|
20
|
-
declare const FP: FPComponent;
|
|
21
|
-
|
|
22
|
-
interface ComponentProps {
|
|
23
|
-
/**
|
|
24
|
-
* The default child content/component to render.
|
|
25
|
-
*/
|
|
26
|
-
children?: ReactNode;
|
|
27
|
-
/**
|
|
28
|
-
* Use default component styles
|
|
29
|
-
*/
|
|
30
|
-
renderStyles?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
* Component id attribute
|
|
33
|
-
*/
|
|
34
|
-
id?: string;
|
|
35
|
-
/**
|
|
36
|
-
* Styles object
|
|
37
|
-
*/
|
|
38
|
-
styles?: React__default.CSSProperties;
|
|
39
|
-
/**
|
|
40
|
-
* Default styles object
|
|
41
|
-
*/
|
|
42
|
-
defaultStyles?: React__default.CSSProperties;
|
|
43
|
-
/**
|
|
44
|
-
* Component class attribute
|
|
45
|
-
*/
|
|
46
|
-
classes?: string;
|
|
47
|
-
/**
|
|
48
|
-
* Style value for [data-style] attribute
|
|
49
|
-
*/
|
|
50
|
-
dataStyle?: string;
|
|
51
|
-
/**
|
|
52
|
-
* Component ref attribute
|
|
53
|
-
*/
|
|
54
|
-
ref?: React__default.Ref<any>;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
interface IconProps$1 extends Partial<ComponentProps> {
|
|
58
|
-
fill?: string;
|
|
59
|
-
size?: number;
|
|
60
|
-
strokeColor?: string;
|
|
61
|
-
strokeWidth?: string;
|
|
62
|
-
role?: string;
|
|
63
|
-
alt?: string;
|
|
64
|
-
width?: number;
|
|
65
|
-
height?: number;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
declare function Star({ size, fill, strokeColor, styles, role, alt, ...props }: Pick<IconProps$1, 'strokeColor' | 'fill' | 'styles' | 'size' | 'role' | 'alt'>): React__default.JSX.Element;
|
|
69
|
-
declare namespace Star {
|
|
70
|
-
var displayName: string;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
type IconProps = React__default.ComponentProps<typeof FP>;
|
|
74
|
-
declare const Icon: {
|
|
75
|
-
({ id, classes, children, styles, ...props }: IconProps): React__default.JSX.Element;
|
|
76
|
-
displayName: string;
|
|
77
|
-
styles: {
|
|
78
|
-
display: string;
|
|
79
|
-
direction: string;
|
|
80
|
-
gap: string;
|
|
81
|
-
placeItems: string;
|
|
82
|
-
width: string;
|
|
83
|
-
};
|
|
84
|
-
Add: {
|
|
85
|
-
({ fill, size, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): JSX.Element;
|
|
86
|
-
styles: {
|
|
87
|
-
fill: string;
|
|
88
|
-
display: string;
|
|
89
|
-
alignItems: string;
|
|
90
|
-
width: string;
|
|
91
|
-
};
|
|
92
|
-
displayName: string;
|
|
93
|
-
};
|
|
94
|
-
ArrowDown: {
|
|
95
|
-
({ fill, styles, size, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles">): React__default.JSX.Element;
|
|
96
|
-
styles: {
|
|
97
|
-
display: string;
|
|
98
|
-
alignItems: string;
|
|
99
|
-
width: string;
|
|
100
|
-
};
|
|
101
|
-
displayName: string;
|
|
102
|
-
};
|
|
103
|
-
ArrowLeft: {
|
|
104
|
-
({ strokeColor, fill, size, styles, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
105
|
-
styles: {
|
|
106
|
-
display: string;
|
|
107
|
-
alignItems: string;
|
|
108
|
-
width: string;
|
|
109
|
-
};
|
|
110
|
-
displayName: string;
|
|
111
|
-
};
|
|
112
|
-
ArrowRight: {
|
|
113
|
-
({ size, fill, strokeColor, styles, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
114
|
-
displayName: string;
|
|
115
|
-
};
|
|
116
|
-
ArrowUp: {
|
|
117
|
-
({ strokeColor, styles, size, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
118
|
-
displayName: string;
|
|
119
|
-
style: {
|
|
120
|
-
fill: string;
|
|
121
|
-
stroke: string;
|
|
122
|
-
display: string;
|
|
123
|
-
alignItems: string;
|
|
124
|
-
width: string;
|
|
125
|
-
};
|
|
126
|
-
};
|
|
127
|
-
Chat: {
|
|
128
|
-
({ size, strokeColor, styles, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): JSX.Element;
|
|
129
|
-
styles: {
|
|
130
|
-
display: string;
|
|
131
|
-
alignItems: string;
|
|
132
|
-
width: string;
|
|
133
|
-
};
|
|
134
|
-
displayName: string;
|
|
135
|
-
};
|
|
136
|
-
Code: {
|
|
137
|
-
({ strokeColor, fill, size, styles, role, alt, ...props }?: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
138
|
-
styles: {
|
|
139
|
-
fill: string;
|
|
140
|
-
stroke: string;
|
|
141
|
-
display: string;
|
|
142
|
-
alignItems: string;
|
|
143
|
-
width: string;
|
|
144
|
-
};
|
|
145
|
-
};
|
|
146
|
-
Copy: {
|
|
147
|
-
({ size, strokeColor, styles, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): JSX.Element;
|
|
148
|
-
displayName: string;
|
|
149
|
-
styles: {
|
|
150
|
-
stroke: string;
|
|
151
|
-
display: string;
|
|
152
|
-
alignItems: string;
|
|
153
|
-
width: string;
|
|
154
|
-
};
|
|
155
|
-
};
|
|
156
|
-
Home: {
|
|
157
|
-
({ strokeColor, fill, size, styles, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
158
|
-
displayName: string;
|
|
159
|
-
styles: {
|
|
160
|
-
fill: string;
|
|
161
|
-
stroke: string;
|
|
162
|
-
display: string;
|
|
163
|
-
alignItems: string;
|
|
164
|
-
width: string;
|
|
165
|
-
};
|
|
166
|
-
};
|
|
167
|
-
Left: {
|
|
168
|
-
({ fill, size, styles, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
169
|
-
displayName: string;
|
|
170
|
-
styles: {
|
|
171
|
-
fill: string;
|
|
172
|
-
display: string;
|
|
173
|
-
alignItems: string;
|
|
174
|
-
width: string;
|
|
175
|
-
};
|
|
176
|
-
};
|
|
177
|
-
Minus: {
|
|
178
|
-
({ size, fill, styles, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
179
|
-
displayName: string;
|
|
180
|
-
styles: {
|
|
181
|
-
fill: string;
|
|
182
|
-
};
|
|
183
|
-
};
|
|
184
|
-
Remove: {
|
|
185
|
-
({ size, fill, styles, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
186
|
-
displayName: string;
|
|
187
|
-
styles: {
|
|
188
|
-
fill: string;
|
|
189
|
-
};
|
|
190
|
-
};
|
|
191
|
-
Right: {
|
|
192
|
-
({ size, fill, styles, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
193
|
-
displayName: string;
|
|
194
|
-
styles: {
|
|
195
|
-
fill: string;
|
|
196
|
-
};
|
|
197
|
-
};
|
|
198
|
-
Star: typeof Star;
|
|
199
|
-
Up: {
|
|
200
|
-
({ size, fill, styles, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
201
|
-
displayName: string;
|
|
202
|
-
styles: {
|
|
203
|
-
display: string;
|
|
204
|
-
alignItems: string;
|
|
205
|
-
width: string;
|
|
206
|
-
};
|
|
207
|
-
};
|
|
208
|
-
Down: {
|
|
209
|
-
({ size, fill, styles, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
210
|
-
displayName: string;
|
|
211
|
-
styles: {
|
|
212
|
-
display: string;
|
|
213
|
-
alignItems: string;
|
|
214
|
-
width: string;
|
|
215
|
-
};
|
|
216
|
-
};
|
|
217
|
-
User: {
|
|
218
|
-
({ size, fill, strokeColor, styles, alt, role, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
219
|
-
styles: {
|
|
220
|
-
fill: string;
|
|
221
|
-
stroke: string;
|
|
222
|
-
display: string;
|
|
223
|
-
alignItems: string;
|
|
224
|
-
width: string;
|
|
225
|
-
};
|
|
226
|
-
displayName: string;
|
|
227
|
-
};
|
|
228
|
-
Play: {
|
|
229
|
-
({ strokeColor, styles, size, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
230
|
-
displayName: string;
|
|
231
|
-
style: {
|
|
232
|
-
fill: string;
|
|
233
|
-
stroke: string;
|
|
234
|
-
display: string;
|
|
235
|
-
alignItems: string;
|
|
236
|
-
width: string;
|
|
237
|
-
};
|
|
238
|
-
};
|
|
239
|
-
Pause: {
|
|
240
|
-
({ strokeColor, styles, size, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
241
|
-
displayName: string;
|
|
242
|
-
style: {
|
|
243
|
-
fill: string;
|
|
244
|
-
stroke: string;
|
|
245
|
-
display: string;
|
|
246
|
-
alignItems: string;
|
|
247
|
-
width: string;
|
|
248
|
-
};
|
|
249
|
-
};
|
|
250
|
-
Stop: {
|
|
251
|
-
({ strokeColor, styles, size, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
252
|
-
displayName: string;
|
|
253
|
-
style: {
|
|
254
|
-
fill: string;
|
|
255
|
-
stroke: string;
|
|
256
|
-
display: string;
|
|
257
|
-
alignItems: string;
|
|
258
|
-
width: string;
|
|
259
|
-
};
|
|
260
|
-
};
|
|
261
|
-
Resume: {
|
|
262
|
-
({ strokeColor, styles, size, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
263
|
-
displayName: string;
|
|
264
|
-
style: {
|
|
265
|
-
fill: string;
|
|
266
|
-
stroke: string;
|
|
267
|
-
display: string;
|
|
268
|
-
alignItems: string;
|
|
269
|
-
width: string;
|
|
270
|
-
};
|
|
271
|
-
};
|
|
272
|
-
ResumeSolid: {
|
|
273
|
-
({ strokeColor, styles, size, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
274
|
-
displayName: string;
|
|
275
|
-
style: {
|
|
276
|
-
fill: string;
|
|
277
|
-
stroke: string;
|
|
278
|
-
display: string;
|
|
279
|
-
alignItems: string;
|
|
280
|
-
width: string;
|
|
281
|
-
};
|
|
282
|
-
};
|
|
283
|
-
PlaySolid: {
|
|
284
|
-
({ strokeColor, styles, size, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
285
|
-
displayName: string;
|
|
286
|
-
style: {
|
|
287
|
-
fill: string;
|
|
288
|
-
stroke: string;
|
|
289
|
-
display: string;
|
|
290
|
-
alignItems: string;
|
|
291
|
-
width: string;
|
|
292
|
-
};
|
|
293
|
-
};
|
|
294
|
-
PauseSolid: {
|
|
295
|
-
({ strokeColor, styles, size, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
296
|
-
displayName: string;
|
|
297
|
-
style: {
|
|
298
|
-
fill: string;
|
|
299
|
-
stroke: string;
|
|
300
|
-
display: string;
|
|
301
|
-
alignItems: string;
|
|
302
|
-
width: string;
|
|
303
|
-
};
|
|
304
|
-
};
|
|
305
|
-
StopSolid: {
|
|
306
|
-
({ strokeColor, styles, size, role, alt, ...props }: Pick<IconProps$1, "role" | "fill" | "alt" | "size" | "styles" | "strokeColor">): React__default.JSX.Element;
|
|
307
|
-
displayName: string;
|
|
308
|
-
style: {
|
|
309
|
-
fill: string;
|
|
310
|
-
stroke: string;
|
|
311
|
-
display: string;
|
|
312
|
-
alignItems: string;
|
|
313
|
-
width: string;
|
|
314
|
-
};
|
|
315
|
-
};
|
|
316
|
-
};
|
|
317
|
-
|
|
318
|
-
export { ComponentProps as C, FP as F, Icon as I, IconProps as a };
|
package/libs/icons.cjs
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkZOHIKF6I_cjs = require('./chunk-ZOHIKF6I.cjs');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(exports, 'Icon', {
|
|
8
|
-
enumerable: true,
|
|
9
|
-
get: function () { return chunkZOHIKF6I_cjs.b; }
|
|
10
|
-
});
|
|
11
|
-
//# sourceMappingURL=out.js.map
|
|
12
|
-
//# sourceMappingURL=icons.cjs.map
|
package/libs/icons.cjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":""}
|
package/libs/icons.d.cts
DELETED
package/libs/icons.d.ts
DELETED
package/libs/icons.js
DELETED
package/libs/icons.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":""}
|
package/libs/index.cjs
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var chunkPDD4N5P5_cjs = require('./chunk-PDD4N5P5.cjs');
|
|
4
|
-
var chunkZOHIKF6I_cjs = require('./chunk-ZOHIKF6I.cjs');
|
|
5
|
-
var c = require('react');
|
|
6
|
-
|
|
7
|
-
function _interopNamespace(e) {
|
|
8
|
-
if (e && e.__esModule) return e;
|
|
9
|
-
var n = Object.create(null);
|
|
10
|
-
if (e) {
|
|
11
|
-
Object.keys(e).forEach(function (k) {
|
|
12
|
-
if (k !== 'default') {
|
|
13
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
-
enumerable: true,
|
|
16
|
-
get: function () { return e[k]; }
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
n.default = e;
|
|
22
|
-
return Object.freeze(n);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
var c__namespace = /*#__PURE__*/_interopNamespace(c);
|
|
26
|
-
|
|
27
|
-
var w=({type:e="button",children:t,styles:o,disabled:r,classes:n,onPointerDown:s,onPointerOver:i,onPointerLeave:p,...l})=>{let d=h=>{r||s?.(h);};return c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"button",type:e,onPointerOver:h=>{r||i?.(h);},onPointerDown:d,onPointerLeave:h=>{r||p?.(h);},style:o,className:n,"aria-disabled":r,onClick:d,...l},t)};w.displayName="Button";var se=({children:e,className:t,styles:o,as:r="h3",...n})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:r,className:`card-title ${t||""}`,styles:o,...n},e);se.displayName="Title";var ae=({children:e,className:t,styles:o,...r})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"article",className:`card-content ${t||""}`,styles:o,...r},e);ae.displayName="Content";var pe=({children:e,className:t,styles:o,...r})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"div",className:`card-footer ${t||""}`,styles:o,...r},e);pe.displayName="Footer";var M=({elm:e="div",styles:t,children:o,classes:r="shadow",id:n,...s})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:e,id:n,styles:t,className:r,"data-card":!0,...s},o);M.displayName="Card";M.Title=se;M.Content=ae;M.Footer=pe;var V=({id:e,children:t,classes:o,modalRef:r,openOnMount:n,...s})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"dialog",id:e,classes:o,ref:r,open:n,onClick:p=>{p.currentTarget===p.target&&p.currentTarget.close();},...s},t);V.displayName="Dialog";var le=({label:e,labelFor:t,id:o,styles:r,classes:n,children:s,...i})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"div",id:o,styles:r,className:n,"data-style":"fields",...i},c__namespace.default.createElement("label",{htmlFor:t},e),s);le.displayName="Field";var R=e=>c__namespace.default.createElement(c__namespace.default.Fragment,null,e),be=({id:e,children:t,headerBackground:o,styles:r,classes:n,...s})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"header",id:e,styles:r,className:n,...s},o,c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"section"},t)),Ue=({id:e,children:t,styles:o,classes:r,...n})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"main",id:e,styles:o,...n,className:r},t),Re=({id:e,classes:t,children:o,styles:r={},...n})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"footer",id:e,className:t,styles:r,...n},c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"section"},o||"Copyright \xA9 2022")),Le=({id:e,children:t,styles:o={},classes:r,...n})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"aside",id:e,styles:o,className:r,...n},c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"section"},t)),Ee=({id:e,children:t,styles:o,classes:r,...n})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"section",id:e,styles:o,className:r,...n},t),ke=({id:e,children:t,styles:o,classes:r,...n})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"article",id:e,styles:o,className:r,...n},t);R.displayName="Landmarks";R.Header=be;R.Main=Ue;R.Footer=Re;R.Aside=Le;R.Section=Ee;R.Article=ke;var me=({src:e="//",alt:t,width:o=480,height:r,styles:n,loading:s="lazy",placeholder:i=`https://via.placeholder.com/${o}?text=PLACEHOLDER`,fetchpriority:p="low",decoding:l="auto",imgLoaded:d,imgError:u,...T})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"img",src:e,alt:t,width:o,height:r||"auto",loading:s,style:n,onError:y=>{if(u){u?.(y);return}y.currentTarget.src!==i&&(y.currentTarget.src=i);},onLoad:y=>{d?.(y);},fetchPriority:p,decoding:l,...T});me.displayName="Img";var we=c__namespace.default.forwardRef(({as:e,styles:t,classes:o,children:r,defaultStyles:n,...s},i)=>{let p=e||"div",l={...n,...t};return c__namespace.default.createElement(p,{ref:i,style:l,className:o,...s},r)}),N=we;var de=({type:e="text",name:t,value:o,placeholder:r,id:n,styles:s,classes:i,isDisabled:p,disabled:l,readonly:d,required:u,ref:T,onChange:h,onBlur:x,onPointerDown:y,...I})=>{let P=m=>{h&&!l&&h?.(m);},f=m=>{x&&!l&&x?.(m);},C=m=>{y&&!l&&(m.preventDefault(),y?.(m));};return c__namespace.default.createElement(N,{as:"input",id:n,type:e,placeholder:r||`${u?"*":""} ${e} input `,className:i,styles:s,onChange:P,onBlur:f,onKeyDown:C,value:o,name:t,ref:T,"aria-disabled":p,tabIndex:p?-1:void 0,"aria-readonly":d,"aria-required":u,required:u,readOnly:d,...I})};de.displayName="Input";var J=({href:e,target:t,rel:o,children:r,styles:n,prefetch:s,btnStyle:i,onPointerDown:p,...l})=>{let d=o;return t==="_blank"&&(d=`noopener noreferrer ${s?"prefetch":""}`),c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"a",href:e,target:t,styles:n,rel:d,onPointerDown:T=>{p&&p?.(T);},"data-btn":i,prefetch:s,...l},r)},He=J;J.displayName="Link";var De=({type:e="li",id:t,styles:o,children:r,classes:n,...s})=>c__namespace.createElement(chunkZOHIKF6I_cjs.a,{id:t,as:e,className:n,...s,style:o},r),A=({children:e,classes:t,type:o="ul",variant:r,styles:n,role:s,...i})=>c__namespace.createElement(chunkZOHIKF6I_cjs.a,{as:o,"data-variant":r,className:t,style:n,role:s,...i},e),X=A;A.displayName="List";A.ListItem=De;var ue=({openChild:e,closeChild:t,modalHeader:o,modalFooter:r,children:n,showOpen:s=!1,...i})=>{let p=c__namespace.default.useRef(null),l=()=>{p.current&&(s?p.current.show():p.current.showModal());},d=()=>{p.current&&p.current.close();};return c__namespace.default.createElement(c__namespace.default.Fragment,null,c__namespace.default.createElement(V,{modalRef:p,openOnMount:s,...i},c__namespace.default.createElement("section",null,o,n,r??c__namespace.default.createElement("div",null,c__namespace.default.createElement(w,{type:"button",pointerDown:()=>{d();}},t||"Close")," "))),!s&&c__namespace.default.createElement(w,{type:"button",pointerDown:l},e||"Open Modal"))};ue.displayName="Modal";var Ve=({isBlock:e,children:t,...o})=>c__namespace.default.createElement(X,{type:"ul",...o,"data-list":`unstyled ${e?"block":""}`},t),Ae=({id:e,styles:t,classes:o,children:r,...n})=>c__namespace.default.createElement(X.ListItem,{type:"li",id:e,classes:o,styles:t,...n},r),q=({children:e,...t})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"nav",...t},e);q.displayName="Nav";q.List=Ve;q.Item=Ae;var Oe={display:"block",position:"absolute",background:"#000",border:"1px solid #010101",padding:"10px",color:"#fff",transition:"opacity .5s ease-in-out"},_=({children:e,popoverTrigger:t,styles:o,...r})=>{let n=c__namespace.default.useRef(null),s=c__namespace.default.useRef(null),{isVisible:i,popoverPosition:p,handlePointerEvent:l,handlePointerLeave:d}=chunkPDD4N5P5_cjs.b(n,s),u={opacity:i?1:0,top:p.top,left:p.left,zIndex:999};return c__namespace.default.createElement(c__namespace.default.Fragment,null,c__namespace.default.createElement("div",{ref:n,onPointerEnter:l,onPointerLeave:d,...r},t),i&&c__namespace.default.createElement("div",{ref:s,style:{...u,...o}},e))};_.displayName="Popover";_.styles=Oe;var G=({children:e,...t})=>c__namespace.default.createElement(N,{as:"caption",...t},e),Q=({children:e,...t})=>c__namespace.default.createElement(N,{as:"thead",...t},e),O=({children:e,...t})=>c__namespace.default.createElement(N,{as:"tbody",...t},e),Y=({children:e,...t})=>c__namespace.default.createElement(N,{as:"tr",...t},e),$e=({children:e,...t})=>c__namespace.default.createElement(N,{as:"td",...t},e),Z=({id:e,dataStyle:t,children:o,...r})=>c__namespace.default.createElement(N,{as:"section",id:e,...r,"data-style":"table-wrapper"},c__namespace.default.createElement("table",null,o));Z.displayName="Table";G.displayName="Caption";Q.displayName="Thead";O.displayName="Tbody";Y.displayName="Tr";$e.displayName="Td";var fe=({tblBody:e,tblCaption:t,tblHead:o})=>c__namespace.default.createElement(Z,null,t&&c__namespace.default.createElement(G,null,t),c__namespace.default.createElement(Q,null,c__namespace.default.createElement(Y,null,o)),c__namespace.default.createElement(O,null,e));fe.displayName="TBL";var Ke=({elm:e="span",role:t="note",children:o,styles:r,...n})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:e,role:t,styles:r,...n},o);Ke.displayName="Tag";var Xe=({summary:e,icon:t,styles:o,classes:r,ariaLabel:n,name:s,open:i,onPointerDown:p,onToggle:l,children:d,ref:u,...T})=>{let h={...o},x=I=>{p&&p?.(I),p&&p?.(I);};return c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"details",style:h,className:r,onToggle:I=>{l&&p?.(I);},ref:u,open:i,"aria-label":n||"Details dropdown",name:s,...T},c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"summary",role:"group",onPointerDown:x},t,e),c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"section"},d))};Xe.displayName="Details";var ye=({elm:e="p",id:t,text:o,styles:r,classes:n,children:s,...i})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:e,id:t,styles:r,className:n,...i},c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:e,id:t,styles:r,className:n,...i},s||o)),je=({elm:e="h3",id:t,children:o,styles:r,classes:n,...s})=>c__namespace.default.createElement(ye,{as:e,id:t,styles:r,className:n,...s},o);ye.displayName="Text";je.displayName="Title";var Pe=({id:e,classes:t,value:o,rows:r=5,cols:n=25,name:s,required:i,disabled:p,readOnly:l,onBlur:d,onPointerDown:u,onChange:T,ref:h,styles:x,placeholder:y,...I})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"textarea",id:e,name:s,rows:r,cols:n,styles:x,className:t,"data-style":"textarea",required:i,value:o,"aria-disabled":p,readOnly:l,onChange:m=>{T&&!p&&T?.(m);},onBlur:m=>{d&&!p&&d?.(m);},onPointerDown:m=>{u&&!p&&u?.(m);},ref:h,placeholder:y||`${i?"*":""} Message`,...I}),he=Pe;Pe.displayName="Textarea";var oe=(e,t=15)=>e.length>t?`${e.slice(0,t)}...`:e;var $=({styles:e,id:t,classes:o,children:r,...n})=>c__namespace.default.createElement("li",{"data-list":"unstyled inline",...n},r),xe=({children:e,...t})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"ol","data-list":"unstyled inline",...t},e),Ce=({styles:e,id:t,classes:o,children:r,...n})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"nav",id:t,styles:e,className:o,...n},c__namespace.default.createElement(xe,null,r)),z=({startRoute:e="Home",currentRoute:t,spacer:o=c__namespace.default.createElement(c__namespace.default.Fragment,null,"/"),routes:r,styles:n,id:s,classes:i,ariaLabelPrefix:p,truncateLength:l=15,...d})=>{let[u,T]=c__namespace.default.useState("");c__namespace.default.useEffect(()=>{let P=t||window.location.pathname;P.length&&T(P);},[]);let h=P=>{let f=r?.find(C=>C.path===P);return {path:f?.path||P,name:f?.name||P,url:f?.url||P}},x=u.split("/").filter(P=>P),y=x.length-1,I=c__namespace.default.useId();return u.length?c__namespace.default.createElement(Ce,{id:s,...d,styles:n,className:i,"aria-label":p},c__namespace.default.createElement($,{key:`${e}-${I}`},c__namespace.default.createElement("a",{href:"/"},e)),x.length?x.map((P,f)=>{let C=h(P),{name:m,url:g,path:k}=C;return f===y?c__namespace.default.createElement(c__namespace.default.Fragment,null,typeof x[y]=="string"&&x[y].length>3&&x[y]!==x[y-1]&&c__namespace.default.createElement($,{key:`${k||f}-${I}`},c__namespace.default.createElement(c__namespace.default.Fragment,null,c__namespace.default.createElement("span",{"aria-hidden":"true"},o),c__namespace.default.createElement("a",{"aria-current":"page","aria-label":m.length>l?m:void 0},oe(decodeURIComponent(m),l)))," ")):c__namespace.default.createElement($,{key:`${C?.name}-${I}`},c__namespace.default.createElement("span",{"aria-hidden":"true"},o),c__namespace.default.createElement("span",null,c__namespace.default.createElement("a",{href:g,"aria-label":m.length>l?m:void 0},oe(decodeURIComponent(m),l))))}):c__namespace.default.createElement(c__namespace.default.Fragment,null)):c__namespace.default.createElement(c__namespace.default.Fragment,null)};z.displayName="BreadCrumb";z.Nav=Ce;z.List=xe;z.Items=$;var Te=e=>{let[t,o]=c.useState([]),[r,n]=c.useState(e),[s,i]=c.useState(!1),[p,l]=c.useState(!1),[d,u]=c.useState(null);return c.useEffect(()=>{let f=()=>{let C=window.speechSynthesis.getVoices();o(C);let m=C.find(g=>g.name==="Google US English");if(m)n(m);else {let g=C.find(k=>k.lang.startsWith("en-"));g&&n(g);}};return f(),window.speechSynthesis.onvoiceschanged=f,()=>{window.speechSynthesis.onvoiceschanged=null;}},[]),{speak:(f,C={},m)=>{let g=new SpeechSynthesisUtterance(f);g.lang=C.lang??"en-US",g.pitch=C.pitch??1,g.rate=C.rate??1,g.voice=r??C.voice??null,g.onend=()=>{i(!1),l(!1),m&&m();},"speechSynthesis"in window?(window.speechSynthesis.speak(g),u(g),i(!0),l(!1)):console.error("Speech synthesis not supported");},pause:()=>{s&&!p&&(window.speechSynthesis.pause(),l(!0));},resume:()=>{s&&p&&(window.speechSynthesis.resume(),l(!1));},cancel:()=>{s&&(window.speechSynthesis.cancel(),i(!1),l(!1));},isSpeaking:s,isPaused:p,availableVoices:t,changeVoice:f=>{n(f);},currentVoice:r,getAvailableLanguages:()=>[...new Set(t.map(f=>f.lang))]}};var Ye=({children:e,onClick:t})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"button",type:"button",className:"tts-border","data-btn":"sm text pill",onClick:t},e),H=c__namespace.default.memo(Ye),re=({label:e,isSpeaking:t,isPaused:o,onSpeak:r,onPause:n,onResume:s,onCancel:i})=>c__namespace.default.createElement(chunkZOHIKF6I_cjs.a,{as:"div","data-tts":!0},e&&c__namespace.default.createElement("p",null,e),!t&&c__namespace.default.createElement(H,{"aria-label":"Speak",onClick:r},c__namespace.default.createElement(chunkZOHIKF6I_cjs.c.PlaySolid,{size:16})),t&&!o&&c__namespace.default.createElement(H,{"aria-label":"Pause",onClick:n},c__namespace.default.createElement(chunkZOHIKF6I_cjs.c.PauseSolid,{size:16})),o&&c__namespace.default.createElement(H,{"aria-label":"Resume",onClick:s},c__namespace.default.createElement(chunkZOHIKF6I_cjs.c.ResumeSolid,{size:16})),c__namespace.default.createElement(H,{"aria-label":"Stop",onClick:i},c__namespace.default.createElement(chunkZOHIKF6I_cjs.c.StopSolid,{size:16})));re.displayName="TextToSpeechControls";re.TTSButton=H;var ge=re;var Ie=({initialText:e="",showTextInput:t=!1,voice:o,pitch:r=1,rate:n=1,language:s,label:i,onEnd:p})=>{let{speak:l,pause:d,resume:u,cancel:T,isSpeaking:h,isPaused:x,getAvailableLanguages:y,availableVoices:I}=Te(),[P,f]=c.useState(e);console.log(y()),c.useEffect(()=>{f(e);},[e]);let C=()=>{P.trim()!==""&&l(P,{voice:o,pitch:r,rate:n},g);},m=k=>{f(k.target.value);},g=()=>{p&&p();};return c__namespace.default.createElement(c__namespace.default.Fragment,null,t&&c__namespace.default.createElement(he,{value:P,onChange:m}),c__namespace.default.createElement(ge,{label:i,isSpeaking:h,isPaused:x,onSpeak:C,onPause:d,onResume:u,onCancel:T}))};Ie.displayName="TextToSpeechComponent";
|
|
28
|
-
|
|
29
|
-
Object.defineProperty(exports, 'Icon', {
|
|
30
|
-
enumerable: true,
|
|
31
|
-
get: function () { return chunkZOHIKF6I_cjs.b; }
|
|
32
|
-
});
|
|
33
|
-
exports.Article = ke;
|
|
34
|
-
exports.Aside = Le;
|
|
35
|
-
exports.Box = N;
|
|
36
|
-
exports.Breadcrumb = z;
|
|
37
|
-
exports.Button = w;
|
|
38
|
-
exports.Caption = G;
|
|
39
|
-
exports.Card = M;
|
|
40
|
-
exports.Details = Xe;
|
|
41
|
-
exports.Dialog = V;
|
|
42
|
-
exports.FP = N;
|
|
43
|
-
exports.Field = le;
|
|
44
|
-
exports.Footer = Re;
|
|
45
|
-
exports.Header = be;
|
|
46
|
-
exports.Img = me;
|
|
47
|
-
exports.Input = de;
|
|
48
|
-
exports.Landmarks = R;
|
|
49
|
-
exports.Link = J;
|
|
50
|
-
exports.List = A;
|
|
51
|
-
exports.Main = Ue;
|
|
52
|
-
exports.Modal = ue;
|
|
53
|
-
exports.Nav = q;
|
|
54
|
-
exports.NavItem = Ae;
|
|
55
|
-
exports.NavList = Ve;
|
|
56
|
-
exports.Popover = _;
|
|
57
|
-
exports.Section = Ee;
|
|
58
|
-
exports.TBL = fe;
|
|
59
|
-
exports.Table = Z;
|
|
60
|
-
exports.Tag = Ke;
|
|
61
|
-
exports.Tbody = O;
|
|
62
|
-
exports.Td = $e;
|
|
63
|
-
exports.Text = ye;
|
|
64
|
-
exports.TextToSpeech = Ie;
|
|
65
|
-
exports.Textarea = Pe;
|
|
66
|
-
exports.Thead = Q;
|
|
67
|
-
exports.Title = je;
|
|
68
|
-
exports.To = He;
|
|
69
|
-
exports.Tr = Y;
|
|
70
|
-
//# sourceMappingURL=out.js.map
|
|
71
|
-
//# sourceMappingURL=index.cjs.map
|