@coldsurf/ocean-road 1.13.7-alpha.0 → 1.13.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +68 -68
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +102 -102
- package/dist/index.js.map +1 -1
- package/dist/native.cjs.map +1 -1
- package/dist/native.d.cts +18 -18
- package/dist/native.d.cts.map +1 -1
- package/dist/native.d.ts +18 -18
- package/dist/native.d.ts.map +1 -1
- package/dist/native.js.map +1 -1
- package/dist/next.cjs.map +1 -1
- package/dist/next.d.cts +26 -26
- package/dist/next.d.ts +4 -4
- package/dist/next.js.map +1 -1
- package/package.json +25 -19
- package/src/contexts/ColorSchemeProvider.tsx +4 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
import * as react0$1 from "react";
|
|
2
2
|
import * as react0 from "react";
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as react54 from "react";
|
|
3
|
+
import * as react63 from "react";
|
|
4
|
+
import * as react85 from "react";
|
|
5
|
+
import * as react47 from "react";
|
|
6
|
+
import * as react88 from "react";
|
|
8
7
|
import * as react60 from "react";
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
13
|
-
import * as
|
|
8
|
+
import * as react68 from "react";
|
|
9
|
+
import * as react70 from "react";
|
|
10
|
+
import * as react50 from "react";
|
|
11
|
+
import * as react91 from "react";
|
|
12
|
+
import * as react95 from "react";
|
|
13
|
+
import * as react72 from "react";
|
|
14
14
|
import * as react23 from "react";
|
|
15
|
-
import * as
|
|
16
|
-
import * as
|
|
17
|
-
import * as
|
|
18
|
-
import * as
|
|
15
|
+
import * as react93 from "react";
|
|
16
|
+
import * as react79 from "react";
|
|
17
|
+
import * as react61 from "react";
|
|
18
|
+
import * as react83 from "react";
|
|
19
|
+
import * as react29 from "react";
|
|
20
|
+
import * as react44 from "react";
|
|
19
21
|
import * as react27 from "react";
|
|
22
|
+
import * as react89 from "react";
|
|
23
|
+
import * as react81 from "react";
|
|
20
24
|
import * as react92 from "react";
|
|
21
|
-
import * as react42 from "react";
|
|
22
|
-
import * as react77 from "react";
|
|
23
|
-
import * as react79 from "react";
|
|
24
|
-
import * as react51 from "react";
|
|
25
25
|
import * as react1 from "react";
|
|
26
26
|
import { ButtonHTMLAttributes, CSSProperties, ComponentPropsWithRef, DetailedHTMLProps, ElementType, HTMLAttributes, InputHTMLAttributes, MouseEventHandler, PropsWithChildren, ReactElement, ReactNode, Ref, RefObject, SVGProps, TextareaHTMLAttributes } from "react";
|
|
27
27
|
import * as _emotion_react1 from "@emotion/react";
|
|
@@ -217,27 +217,27 @@ type ButtonTheme = 'transparent' | 'transparentDarkGray' | 'white' | 'pink' | 'i
|
|
|
217
217
|
//# sourceMappingURL=button.types.d.ts.map
|
|
218
218
|
//#endregion
|
|
219
219
|
//#region src/base/button/button.d.ts
|
|
220
|
-
declare const Button:
|
|
220
|
+
declare const Button: react63.ForwardRefExoticComponent<{
|
|
221
221
|
theme?: ButtonTheme;
|
|
222
222
|
variant?: ButtonTheme;
|
|
223
223
|
size?: "lg" | "md" | "sm";
|
|
224
|
-
leftIcon?: keyof typeof icons |
|
|
225
|
-
rightIcon?: keyof typeof icons |
|
|
224
|
+
leftIcon?: keyof typeof icons | react63.ReactElement;
|
|
225
|
+
rightIcon?: keyof typeof icons | react63.ReactElement;
|
|
226
226
|
textWeight?: "light" | "medium" | "bold";
|
|
227
227
|
} & {
|
|
228
|
-
children?:
|
|
229
|
-
} & ButtonHTMLAttributes<HTMLButtonElement> &
|
|
228
|
+
children?: react63.ReactNode | undefined;
|
|
229
|
+
} & ButtonHTMLAttributes<HTMLButtonElement> & react63.RefAttributes<HTMLButtonElement>>;
|
|
230
230
|
//# sourceMappingURL=button.d.ts.map
|
|
231
231
|
//#endregion
|
|
232
232
|
//#region src/base/checkbox/checkbox.d.ts
|
|
233
|
-
declare const Checkbox:
|
|
233
|
+
declare const Checkbox: react85.MemoExoticComponent<react85.ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "formAction" | "size"> & {
|
|
234
234
|
size?: "lg" | "md" | "sm";
|
|
235
235
|
labelText?: string;
|
|
236
|
-
} &
|
|
236
|
+
} & react85.RefAttributes<HTMLInputElement>>>;
|
|
237
237
|
//# sourceMappingURL=checkbox.d.ts.map
|
|
238
238
|
//#endregion
|
|
239
239
|
//#region src/base/icon-button/icon-button.d.ts
|
|
240
|
-
declare const IconButton:
|
|
240
|
+
declare const IconButton: react47.ForwardRefExoticComponent<react47.ButtonHTMLAttributes<HTMLButtonElement> & react47.RefAttributes<HTMLButtonElement>>;
|
|
241
241
|
//# sourceMappingURL=icon-button.d.ts.map
|
|
242
242
|
//#endregion
|
|
243
243
|
//#region src/base/icon-button/icon-button.types.d.ts
|
|
@@ -254,7 +254,7 @@ declare const Modal: ({
|
|
|
254
254
|
visible: boolean;
|
|
255
255
|
onClose: () => void;
|
|
256
256
|
zIndex?: number;
|
|
257
|
-
}>) =>
|
|
257
|
+
}>) => react88.JSX.Element;
|
|
258
258
|
//# sourceMappingURL=modal.d.ts.map
|
|
259
259
|
//#endregion
|
|
260
260
|
//#region src/base/spinner/spinner.types.d.ts
|
|
@@ -269,7 +269,7 @@ type Props$7 = {
|
|
|
269
269
|
declare const Spinner: ({
|
|
270
270
|
variant,
|
|
271
271
|
className
|
|
272
|
-
}: Props$7) =>
|
|
272
|
+
}: Props$7) => react60.JSX.Element;
|
|
273
273
|
//#endregion
|
|
274
274
|
//#region src/base/text/text.d.ts
|
|
275
275
|
type TextProps = PropsWithChildren<ComponentPropsWithRef<'span'> & {
|
|
@@ -277,7 +277,7 @@ type TextProps = PropsWithChildren<ComponentPropsWithRef<'span'> & {
|
|
|
277
277
|
as?: ElementType<any, keyof JSX.IntrinsicElements>;
|
|
278
278
|
numberOfLines?: number;
|
|
279
279
|
}>;
|
|
280
|
-
declare const Text:
|
|
280
|
+
declare const Text: react68.ForwardRefExoticComponent<Omit<TextProps, "ref"> & react68.RefAttributes<HTMLSpanElement>>;
|
|
281
281
|
//#endregion
|
|
282
282
|
//#region src/base/text-area/text-area.types.d.ts
|
|
283
283
|
type TextAreaProps = DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> & {
|
|
@@ -289,7 +289,7 @@ type TextAreaProps = DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElemen
|
|
|
289
289
|
//# sourceMappingURL=text-area.types.d.ts.map
|
|
290
290
|
//#endregion
|
|
291
291
|
//#region src/base/text-area/text-area.d.ts
|
|
292
|
-
declare const TextArea:
|
|
292
|
+
declare const TextArea: react70.ForwardRefExoticComponent<Omit<TextAreaProps, "ref"> & react70.RefAttributes<HTMLTextAreaElement>>;
|
|
293
293
|
//# sourceMappingURL=text-area.d.ts.map
|
|
294
294
|
//#endregion
|
|
295
295
|
//#region src/base/text-input/text-input.types.d.ts
|
|
@@ -308,14 +308,14 @@ interface TextInputRef {
|
|
|
308
308
|
//# sourceMappingURL=text-input.types.d.ts.map
|
|
309
309
|
//#endregion
|
|
310
310
|
//#region src/base/text-input/text-input.d.ts
|
|
311
|
-
declare const TextInput:
|
|
311
|
+
declare const TextInput: react50.ForwardRefExoticComponent<react50.InputHTMLAttributes<HTMLInputElement> & {
|
|
312
312
|
label?: string;
|
|
313
|
-
labelStyle?:
|
|
313
|
+
labelStyle?: react50.CSSProperties;
|
|
314
314
|
isError?: boolean;
|
|
315
315
|
required?: boolean;
|
|
316
|
-
left?:
|
|
317
|
-
right?:
|
|
318
|
-
} &
|
|
316
|
+
left?: react50.ReactNode;
|
|
317
|
+
right?: react50.ReactNode;
|
|
318
|
+
} & react50.RefAttributes<TextInputRef>>;
|
|
319
319
|
//# sourceMappingURL=text-input.d.ts.map
|
|
320
320
|
//#endregion
|
|
321
321
|
//#region src/base/toast/toast.types.d.ts
|
|
@@ -334,7 +334,7 @@ declare const Toast: ({
|
|
|
334
334
|
message,
|
|
335
335
|
zIndex,
|
|
336
336
|
onClose
|
|
337
|
-
}: ToastProps) =>
|
|
337
|
+
}: ToastProps) => react91.JSX.Element;
|
|
338
338
|
//# sourceMappingURL=toast.d.ts.map
|
|
339
339
|
//#endregion
|
|
340
340
|
//#region src/base/switch/switch.d.ts
|
|
@@ -342,7 +342,7 @@ interface SwitchProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'onC
|
|
|
342
342
|
checked: boolean;
|
|
343
343
|
onChange: (checked: boolean) => void;
|
|
344
344
|
}
|
|
345
|
-
declare const Switch:
|
|
345
|
+
declare const Switch: react95.ForwardRefExoticComponent<SwitchProps & react95.RefAttributes<HTMLButtonElement>>;
|
|
346
346
|
//#endregion
|
|
347
347
|
//#region src/base/badge/badge.d.ts
|
|
348
348
|
type Props$6 = {
|
|
@@ -351,7 +351,7 @@ type Props$6 = {
|
|
|
351
351
|
isHighlighted?: boolean;
|
|
352
352
|
children?: string | ReactElement;
|
|
353
353
|
};
|
|
354
|
-
declare const Badge:
|
|
354
|
+
declare const Badge: react72.ForwardRefExoticComponent<Props$6 & react72.RefAttributes<HTMLDivElement>>;
|
|
355
355
|
//#endregion
|
|
356
356
|
//#region src/utils/breakpoints.d.ts
|
|
357
357
|
declare const breakpoints: {
|
|
@@ -409,39 +409,39 @@ interface Props$5 {
|
|
|
409
409
|
type?: 'round' | 'square';
|
|
410
410
|
logoTheme: LogoTheme;
|
|
411
411
|
}
|
|
412
|
-
declare const AppLogo:
|
|
412
|
+
declare const AppLogo: react93.MemoExoticComponent<({
|
|
413
413
|
type,
|
|
414
414
|
logoTheme,
|
|
415
415
|
...otherProps
|
|
416
|
-
}: Props$5) =>
|
|
416
|
+
}: Props$5) => react93.JSX.Element>;
|
|
417
417
|
//#endregion
|
|
418
418
|
//#region src/extensions/app-store-button/app-store-button.d.ts
|
|
419
419
|
type Props$4 = {
|
|
420
420
|
store: 'app-store' | 'google-play';
|
|
421
421
|
};
|
|
422
|
-
declare const AppStoreButton:
|
|
422
|
+
declare const AppStoreButton: react79.MemoExoticComponent<({
|
|
423
423
|
store
|
|
424
|
-
}: Props$4) =>
|
|
424
|
+
}: Props$4) => react79.JSX.Element>;
|
|
425
425
|
//#endregion
|
|
426
426
|
//#region src/extensions/brand-icon/brand-icon.d.ts
|
|
427
427
|
interface Props$3 extends SVGProps<SVGSVGElement> {
|
|
428
428
|
brand: 'apple' | 'google' | 'android';
|
|
429
429
|
ref?: Ref<SVGSVGElement>;
|
|
430
430
|
}
|
|
431
|
-
declare const BrandIcon:
|
|
431
|
+
declare const BrandIcon: react61.MemoExoticComponent<({
|
|
432
432
|
brand,
|
|
433
433
|
...svgProps
|
|
434
|
-
}: Props$3) =>
|
|
434
|
+
}: Props$3) => react61.JSX.Element>;
|
|
435
435
|
//#endregion
|
|
436
436
|
//#region src/extensions/sns-icon/sns-icon.d.ts
|
|
437
437
|
interface Props$2 extends React.SVGProps<SVGSVGElement> {
|
|
438
438
|
social: 'instagram' | 'x' | 'facebook' | 'youtube';
|
|
439
439
|
ref?: Ref<SVGSVGElement>;
|
|
440
440
|
}
|
|
441
|
-
declare const SNSIcon:
|
|
441
|
+
declare const SNSIcon: react83.MemoExoticComponent<({
|
|
442
442
|
social,
|
|
443
443
|
...svgProps
|
|
444
|
-
}: Props$2) =>
|
|
444
|
+
}: Props$2) => react83.JSX.Element>;
|
|
445
445
|
//#endregion
|
|
446
446
|
//#region src/extensions/dropdown/dropdown.types.d.ts
|
|
447
447
|
type DropdownMenuItemRef = {
|
|
@@ -481,30 +481,30 @@ declare const Dropdown: {
|
|
|
481
481
|
as?: React.ElementType;
|
|
482
482
|
} & {
|
|
483
483
|
$isActive?: boolean;
|
|
484
|
-
},
|
|
484
|
+
}, react29.DetailedHTMLProps<react29.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
485
485
|
MenuItem: <DataItemT>(props: {
|
|
486
486
|
isCurrent: boolean;
|
|
487
|
-
icon?:
|
|
488
|
-
title:
|
|
487
|
+
icon?: react29.ReactNode;
|
|
488
|
+
title: react29.ReactNode;
|
|
489
489
|
dropdownData: DataItemT[];
|
|
490
|
-
renderDropdownItem: (item: DataItemT) =>
|
|
490
|
+
renderDropdownItem: (item: DataItemT) => react29.ReactNode;
|
|
491
491
|
backdrop?: boolean;
|
|
492
492
|
absolute?: boolean;
|
|
493
493
|
isLoading?: boolean;
|
|
494
494
|
onClose?: () => void;
|
|
495
|
-
onMouseEnter?: (e:
|
|
495
|
+
onMouseEnter?: (e: react29.MouseEvent<HTMLDivElement>, params: {
|
|
496
496
|
openDropdown: () => void;
|
|
497
497
|
}) => void;
|
|
498
|
-
onMouseLeave?: (e:
|
|
498
|
+
onMouseLeave?: (e: react29.MouseEvent<HTMLDivElement>, params: {
|
|
499
499
|
closeDropdown: () => void;
|
|
500
500
|
}) => void;
|
|
501
|
-
onClick?: (e:
|
|
501
|
+
onClick?: (e: react29.MouseEvent<HTMLDivElement>, params: {
|
|
502
502
|
openDropdown: () => void;
|
|
503
503
|
}) => void;
|
|
504
504
|
} & {
|
|
505
|
-
ref?:
|
|
505
|
+
ref?: react29.Ref<DropdownMenuItemRef>;
|
|
506
506
|
}) => JSX.Element;
|
|
507
|
-
Core:
|
|
507
|
+
Core: react29.MemoExoticComponent<react29.ForwardRefExoticComponent<DropdownCoreProps & react29.RefAttributes<DropdownMenuItemRef>>>;
|
|
508
508
|
Trigger: ({
|
|
509
509
|
renderTriggerNode,
|
|
510
510
|
triggerRef,
|
|
@@ -512,27 +512,27 @@ declare const Dropdown: {
|
|
|
512
512
|
backdrop,
|
|
513
513
|
zIndex,
|
|
514
514
|
edge
|
|
515
|
-
}:
|
|
515
|
+
}: react29.PropsWithChildren<{
|
|
516
516
|
renderTriggerNode: ({
|
|
517
517
|
openDropdown
|
|
518
518
|
}: {
|
|
519
519
|
openDropdown: () => void;
|
|
520
|
-
}) =>
|
|
520
|
+
}) => react29.ReactNode;
|
|
521
521
|
triggerRef: DropdownCoreProps["triggerRef"];
|
|
522
522
|
backdrop: DropdownCoreProps["backdrop"];
|
|
523
523
|
zIndex: DropdownCoreProps["zIndex"];
|
|
524
524
|
edge: DropdownCoreProps["edge"];
|
|
525
|
-
}>) =>
|
|
525
|
+
}>) => react29.JSX.Element;
|
|
526
526
|
};
|
|
527
527
|
//#endregion
|
|
528
528
|
//#region src/extensions/menu-item/menu-item.d.ts
|
|
529
|
-
declare const MenuItem:
|
|
529
|
+
declare const MenuItem: react44.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & MotionProps & {
|
|
530
530
|
isLoading?: boolean;
|
|
531
531
|
isCurrent?: boolean;
|
|
532
532
|
icon?: React.ReactNode;
|
|
533
533
|
} & {
|
|
534
|
-
children?:
|
|
535
|
-
} &
|
|
534
|
+
children?: react44.ReactNode | undefined;
|
|
535
|
+
} & react44.RefAttributes<HTMLDivElement>>;
|
|
536
536
|
//# sourceMappingURL=menu-item.d.ts.map
|
|
537
537
|
//#endregion
|
|
538
538
|
//#region src/extensions/app-header/app-header.types.d.ts
|
|
@@ -560,12 +560,12 @@ declare function useIsMobileMenuOpen(): {
|
|
|
560
560
|
declare const AppHeader: {
|
|
561
561
|
useHeaderScrollAnimation: typeof useHeaderScrollAnimation;
|
|
562
562
|
useIsMobileMenuOpen: typeof useIsMobileMenuOpen;
|
|
563
|
-
AnimatedHeader:
|
|
563
|
+
AnimatedHeader: react27.MemoExoticComponent<({
|
|
564
564
|
animation,
|
|
565
565
|
children,
|
|
566
566
|
className,
|
|
567
567
|
zIndex
|
|
568
|
-
}: AnimatedHeaderProps) =>
|
|
568
|
+
}: AnimatedHeaderProps) => react27.JSX.Element>;
|
|
569
569
|
};
|
|
570
570
|
//# sourceMappingURL=index.d.ts.map
|
|
571
571
|
//#endregion
|
|
@@ -575,9 +575,9 @@ type Props$1 = {
|
|
|
575
575
|
setTheme: ReturnType<typeof useColorScheme>['setTheme'];
|
|
576
576
|
}) => void;
|
|
577
577
|
};
|
|
578
|
-
declare const ColorSchemeToggle:
|
|
578
|
+
declare const ColorSchemeToggle: react89.MemoExoticComponent<({
|
|
579
579
|
onToggle
|
|
580
|
-
}: Props$1) =>
|
|
580
|
+
}: Props$1) => react89.JSX.Element>;
|
|
581
581
|
//#endregion
|
|
582
582
|
//#region src/extensions/full-screen-modal/full-screen-modal.d.ts
|
|
583
583
|
type Props = PropsWithChildren<{
|
|
@@ -585,12 +585,12 @@ type Props = PropsWithChildren<{
|
|
|
585
585
|
onClose: () => void;
|
|
586
586
|
zIndex?: number;
|
|
587
587
|
}>;
|
|
588
|
-
declare const FullScreenModal:
|
|
588
|
+
declare const FullScreenModal: react81.MemoExoticComponent<({
|
|
589
589
|
visible,
|
|
590
590
|
onClose,
|
|
591
591
|
children,
|
|
592
592
|
zIndex
|
|
593
|
-
}: Props) =>
|
|
593
|
+
}: Props) => react81.JSX.Element>;
|
|
594
594
|
//#endregion
|
|
595
595
|
//#region src/extensions/accordion/accordion.d.ts
|
|
596
596
|
type AccordionProps<ItemT> = {
|
|
@@ -610,7 +610,7 @@ declare const Accordion: <ItemT extends {
|
|
|
610
610
|
renderTrigger,
|
|
611
611
|
renderExpanded,
|
|
612
612
|
customized
|
|
613
|
-
}: AccordionProps<ItemT>) =>
|
|
613
|
+
}: AccordionProps<ItemT>) => react92.JSX.Element;
|
|
614
614
|
//# sourceMappingURL=accordion.d.ts.map
|
|
615
615
|
//#endregion
|
|
616
616
|
//#region src/extensions/index.d.ts
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":[],"sources":["../src/tokens/tokens.types.ts","../src/tokens/tokens.ts","../src/contexts/ColorSchemeProvider.tsx","../src/GlobalStyle.tsx","../src/base/button/button.types.ts","../src/base/button/button.tsx","../src/base/checkbox/checkbox.tsx","../src/base/icon-button/icon-button.tsx","../src/base/icon-button/icon-button.types.ts","../src/base/modal/modal.tsx","../src/base/spinner/spinner.types.ts","../src/base/spinner/spinner.tsx","../src/base/text/text.tsx","../src/base/text-area/text-area.types.ts","../src/base/text-area/text-area.tsx","../src/base/text-input/text-input.types.ts","../src/base/text-input/text-input.tsx","../src/base/toast/toast.types.ts","../src/base/toast/toast.tsx","../src/base/switch/switch.tsx","../src/base/badge/badge.tsx","../src/utils/breakpoints.ts","../src/utils/media.ts","../src/utils/with-id.ts","../src/extensions/grid-card-item/grid-card-item.tsx","../src/extensions/error-ui/index.ts","../src/extensions/app-logo/app-logo.tsx","../src/extensions/app-store-button/app-store-button.tsx","../src/extensions/brand-icon/brand-icon.tsx","../src/extensions/sns-icon/sns-icon.tsx","../src/extensions/dropdown/dropdown.types.ts","../src/extensions/dropdown/dropdown.tsx","../src/extensions/dropdown/index.ts","../src/extensions/menu-item/menu-item.tsx","../src/extensions/app-header/app-header.types.ts","../src/extensions/app-header/app-header.tsx","../src/extensions/app-header/app-header.hooks.ts","../src/extensions/app-header/index.ts","../src/extensions/color-scheme-toggle/color-scheme-toggle.tsx","../src/extensions/full-screen-modal/full-screen-modal.tsx","../src/extensions/accordion/accordion.tsx","../src/extensions/index.ts","../src/constants.ts"],"sourcesContent":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAIY,iBAAA,UAA2B;KAC3B,qBAAA,UAA+B;KAC/B,sBAAA,UAAgC;;;;cCA/B,QAAQ;cACR;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MDHD,SAAA,UAAiB,EAAA,gDAA2B;MAC5C,SAAA,UAAqB,EAAA,gDAA+B;IACpD,CAAA;;;;MCAC,SAA6C,UAArC,EAAA,6CAAqC;IAC7C,CAAA;IACA,SAAA,KAAA,EAA8C;MAC9C,SAAmC,QAAA,EAAA,2CAAA;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","names":[],"sources":["../src/tokens/tokens.types.ts","../src/tokens/tokens.ts","../src/contexts/ColorSchemeProvider.tsx","../src/GlobalStyle.tsx","../src/base/button/button.types.ts","../src/base/button/button.tsx","../src/base/checkbox/checkbox.tsx","../src/base/icon-button/icon-button.tsx","../src/base/icon-button/icon-button.types.ts","../src/base/modal/modal.tsx","../src/base/spinner/spinner.types.ts","../src/base/spinner/spinner.tsx","../src/base/text/text.tsx","../src/base/text-area/text-area.types.ts","../src/base/text-area/text-area.tsx","../src/base/text-input/text-input.types.ts","../src/base/text-input/text-input.tsx","../src/base/toast/toast.types.ts","../src/base/toast/toast.tsx","../src/base/switch/switch.tsx","../src/base/badge/badge.tsx","../src/utils/breakpoints.ts","../src/utils/media.ts","../src/utils/with-id.ts","../src/extensions/grid-card-item/grid-card-item.tsx","../src/extensions/error-ui/index.ts","../src/extensions/app-logo/app-logo.tsx","../src/extensions/app-store-button/app-store-button.tsx","../src/extensions/brand-icon/brand-icon.tsx","../src/extensions/sns-icon/sns-icon.tsx","../src/extensions/dropdown/dropdown.types.ts","../src/extensions/dropdown/dropdown.tsx","../src/extensions/dropdown/index.ts","../src/extensions/menu-item/menu-item.tsx","../src/extensions/app-header/app-header.types.ts","../src/extensions/app-header/app-header.tsx","../src/extensions/app-header/app-header.hooks.ts","../src/extensions/app-header/index.ts","../src/extensions/color-scheme-toggle/color-scheme-toggle.tsx","../src/extensions/full-screen-modal/full-screen-modal.tsx","../src/extensions/accordion/accordion.tsx","../src/extensions/index.ts","../src/constants.ts"],"sourcesContent":[],"mappings":"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"}
|