@coldsurf/ocean-road 1.16.0-alpha.3 → 1.16.0-alpha.5

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 CHANGED
@@ -1,27 +1,27 @@
1
1
  import * as react0$1 from "react";
2
2
  import * as react0 from "react";
3
- import * as react56 from "react";
4
- import * as react61 from "react";
5
- import * as react70 from "react";
6
- import * as react55 from "react";
3
+ import * as react48 from "react";
4
+ import * as react62 from "react";
5
+ import * as react65 from "react";
6
+ import * as react45 from "react";
7
7
  import * as react44 from "react";
8
- import * as react73 from "react";
9
- import * as react95 from "react";
10
- import * as react47 from "react";
11
- import * as react84 from "react";
8
+ import * as react74 from "react";
12
9
  import * as react53 from "react";
13
- import * as react45 from "react";
14
- import * as react40 from "react";
15
- import * as react64 from "react";
16
- import * as react77 from "react";
17
- import * as react91 from "react";
18
- import * as react93 from "react";
19
- import * as react23 from "react";
20
- import * as react88 from "react";
21
- import * as react38 from "react";
22
- import * as react66 from "react";
23
- import * as react68 from "react";
10
+ import * as react55 from "react";
11
+ import * as react85 from "react";
24
12
  import * as react83 from "react";
13
+ import * as react68 from "react";
14
+ import * as react23 from "react";
15
+ import * as react46 from "react";
16
+ import * as react76 from "react";
17
+ import * as react72 from "react";
18
+ import * as react70 from "react";
19
+ import * as react27 from "react";
20
+ import * as react78 from "react";
21
+ import * as react42 from "react";
22
+ import * as react89 from "react";
23
+ import * as react91 from "react";
24
+ import * as react61 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,6 +217,7 @@ declare const tokens: {
217
217
  type ColorDesignTokens = typeof tokens;
218
218
  type DarkColorDesignTokens = typeof darkColorDesignTokens;
219
219
  type LightColorDesignTokens = typeof lightColorDesignTokens;
220
+ //# sourceMappingURL=tokens.types.d.ts.map
220
221
  //#endregion
221
222
  //#region src/tokens/tokens.d.ts
222
223
  declare const colors: ColorDesignTokens;
@@ -378,6 +379,7 @@ declare const typography: {
378
379
  readonly relaxed: "var(--typography-line-height-relaxed)";
379
380
  };
380
381
  };
382
+ //# sourceMappingURL=tokens.d.ts.map
381
383
  //#endregion
382
384
  //#region src/contexts/ColorSchemeProvider.d.ts
383
385
  type ColorScheme = 'light' | 'dark' | 'userPreference';
@@ -402,6 +404,7 @@ declare const ColorSchemeProvider: ({
402
404
  id?: string;
403
405
  }>) => react0$1.JSX.Element;
404
406
  declare const useColorScheme: () => ThemeContextValue;
407
+ //# sourceMappingURL=ColorSchemeProvider.d.ts.map
405
408
  //#endregion
406
409
  //#region src/GlobalStyle.d.ts
407
410
  type Props$8 = {
@@ -413,30 +416,35 @@ declare function GlobalStyle({
413
416
  //#endregion
414
417
  //#region src/base/button/button.types.d.ts
415
418
  type ButtonTheme = 'transparent' | 'transparentDarkGray' | 'white' | 'pink' | 'indigo' | 'border';
419
+ //# sourceMappingURL=button.types.d.ts.map
416
420
  //#endregion
417
421
  //#region src/base/button/button.d.ts
418
- declare const Button: react56.ForwardRefExoticComponent<{
422
+ declare const Button: react48.ForwardRefExoticComponent<{
419
423
  theme?: ButtonTheme;
420
424
  variant?: ButtonTheme;
421
425
  size?: "lg" | "md" | "sm";
422
- leftIcon?: keyof typeof icons | react56.ReactElement;
423
- rightIcon?: keyof typeof icons | react56.ReactElement;
426
+ leftIcon?: keyof typeof icons | react48.ReactElement;
427
+ rightIcon?: keyof typeof icons | react48.ReactElement;
424
428
  textWeight?: "light" | "medium" | "bold";
425
429
  } & {
426
- children?: react56.ReactNode | undefined;
427
- } & ButtonHTMLAttributes<HTMLButtonElement> & react56.RefAttributes<HTMLButtonElement>>;
430
+ children?: react48.ReactNode | undefined;
431
+ } & ButtonHTMLAttributes<HTMLButtonElement> & react48.RefAttributes<HTMLButtonElement>>;
432
+ //# sourceMappingURL=button.d.ts.map
428
433
  //#endregion
429
434
  //#region src/base/checkbox/checkbox.d.ts
430
- declare const Checkbox: react61.MemoExoticComponent<react61.ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "formAction" | "size"> & {
435
+ declare const Checkbox: react62.MemoExoticComponent<react62.ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "formAction"> & {
431
436
  size?: "lg" | "md" | "sm";
432
437
  labelText?: string;
433
- } & react61.RefAttributes<HTMLInputElement>>>;
438
+ } & react62.RefAttributes<HTMLInputElement>>>;
439
+ //# sourceMappingURL=checkbox.d.ts.map
434
440
  //#endregion
435
441
  //#region src/base/icon-button/icon-button.d.ts
436
- declare const IconButton: react70.ForwardRefExoticComponent<react70.ButtonHTMLAttributes<HTMLButtonElement> & react70.RefAttributes<HTMLButtonElement>>;
442
+ declare const IconButton: react65.ForwardRefExoticComponent<react65.ButtonHTMLAttributes<HTMLButtonElement> & react65.RefAttributes<HTMLButtonElement>>;
443
+ //# sourceMappingURL=icon-button.d.ts.map
437
444
  //#endregion
438
445
  //#region src/base/icon-button/icon-button.types.d.ts
439
446
  type IconButtonProps = {} & ButtonHTMLAttributes<HTMLButtonElement>;
447
+ //# sourceMappingURL=icon-button.types.d.ts.map
440
448
  //#endregion
441
449
  //#region src/base/modal/modal.d.ts
442
450
  declare const Modal: ({
@@ -448,10 +456,12 @@ declare const Modal: ({
448
456
  visible: boolean;
449
457
  onClose: () => void;
450
458
  zIndex?: number;
451
- }>) => react55.JSX.Element;
459
+ }>) => react45.JSX.Element;
460
+ //# sourceMappingURL=modal.d.ts.map
452
461
  //#endregion
453
462
  //#region src/base/spinner/spinner.types.d.ts
454
463
  type SpinnerVariant = 'page-overlay';
464
+ //# sourceMappingURL=spinner.types.d.ts.map
455
465
  //#endregion
456
466
  //#region src/base/spinner/spinner.d.ts
457
467
  type Props$7 = {
@@ -480,7 +490,7 @@ type TextProps = PropsWithChildren<ComponentPropsWithRef<'span'> & {
480
490
  as?: ElementType<any, keyof JSX.IntrinsicElements>;
481
491
  numberOfLines?: number;
482
492
  } & Pick<StyledTextContainerProps, 'variant' | 'size' | 'weight'>>;
483
- declare const Text: react73.ForwardRefExoticComponent<Omit<TextProps, "ref"> & react73.RefAttributes<HTMLSpanElement>>;
493
+ declare const Text: react74.ForwardRefExoticComponent<Omit<TextProps, "ref"> & react74.RefAttributes<HTMLSpanElement>>;
484
494
  //#endregion
485
495
  //#region src/base/text-area/text-area.types.d.ts
486
496
  type TextAreaProps = DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement> & {
@@ -489,19 +499,22 @@ type TextAreaProps = DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElemen
489
499
  noResize?: boolean;
490
500
  isError?: boolean;
491
501
  };
502
+ //# sourceMappingURL=text-area.types.d.ts.map
492
503
  //#endregion
493
504
  //#region src/base/text-area/text-area.d.ts
494
- declare const TextArea: react95.ForwardRefExoticComponent<Omit<TextAreaProps, "ref"> & react95.RefAttributes<HTMLTextAreaElement>>;
505
+ declare const TextArea: react53.ForwardRefExoticComponent<Omit<TextAreaProps, "ref"> & react53.RefAttributes<HTMLTextAreaElement>>;
506
+ //# sourceMappingURL=text-area.d.ts.map
495
507
  //#endregion
496
508
  //#region src/base/text-input/text-input.d.ts
497
- declare const TextInput: react47.ForwardRefExoticComponent<react47.InputHTMLAttributes<HTMLInputElement> & {
509
+ declare const TextInput: react55.ForwardRefExoticComponent<react55.InputHTMLAttributes<HTMLInputElement> & {
498
510
  label?: string;
499
- labelStyle?: react47.CSSProperties;
511
+ labelStyle?: react55.CSSProperties;
500
512
  isError?: boolean;
501
513
  required?: boolean;
502
- left?: react47.ReactNode;
503
- right?: react47.ReactNode;
504
- } & react47.RefAttributes<HTMLInputElement>>;
514
+ left?: react55.ReactNode;
515
+ right?: react55.ReactNode;
516
+ } & react55.RefAttributes<HTMLInputElement>>;
517
+ //# sourceMappingURL=text-input.d.ts.map
505
518
  //#endregion
506
519
  //#region src/base/text-input/text-input.types.d.ts
507
520
  type TextInputProps = InputHTMLAttributes<HTMLInputElement> & {
@@ -513,6 +526,7 @@ type TextInputProps = InputHTMLAttributes<HTMLInputElement> & {
513
526
  right?: ReactNode;
514
527
  };
515
528
  type TextInputRef = HTMLInputElement;
529
+ //# sourceMappingURL=text-input.types.d.ts.map
516
530
  //#endregion
517
531
  //#region src/base/toast/toast.types.d.ts
518
532
  type ToastProps = {
@@ -520,6 +534,7 @@ type ToastProps = {
520
534
  zIndex?: number;
521
535
  onClose: () => void;
522
536
  };
537
+ //# sourceMappingURL=toast.types.d.ts.map
523
538
  //#endregion
524
539
  //#region src/base/toast/toast.d.ts
525
540
  /**
@@ -529,14 +544,15 @@ declare const Toast: ({
529
544
  message,
530
545
  zIndex,
531
546
  onClose
532
- }: ToastProps) => react84.JSX.Element;
547
+ }: ToastProps) => react85.JSX.Element;
548
+ //# sourceMappingURL=toast.d.ts.map
533
549
  //#endregion
534
550
  //#region src/base/switch/switch.d.ts
535
551
  interface SwitchProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'onChange'> {
536
552
  checked: boolean;
537
553
  onChange: (checked: boolean) => void;
538
554
  }
539
- declare const Switch: react53.ForwardRefExoticComponent<SwitchProps & react53.RefAttributes<HTMLButtonElement>>;
555
+ declare const Switch: react83.ForwardRefExoticComponent<SwitchProps & react83.RefAttributes<HTMLButtonElement>>;
540
556
  //#endregion
541
557
  //#region src/base/badge/badge.d.ts
542
558
  type Props$6 = {
@@ -545,7 +561,7 @@ type Props$6 = {
545
561
  isHighlighted?: boolean;
546
562
  children?: string | ReactElement;
547
563
  };
548
- declare const Badge: react45.ForwardRefExoticComponent<Props$6 & react45.RefAttributes<HTMLDivElement>>;
564
+ declare const Badge: react68.ForwardRefExoticComponent<Props$6 & react68.RefAttributes<HTMLDivElement>>;
549
565
  //#endregion
550
566
  //#region src/utils/breakpoints.d.ts
551
567
  declare const breakpoints: {
@@ -564,6 +580,7 @@ declare const media: Record<BreakpointKey, (styles: SerializedStyles | string) =
564
580
  type WithId<T> = {
565
581
  id: string;
566
582
  } & T;
583
+ //# sourceMappingURL=with-id.d.ts.map
567
584
  //#endregion
568
585
  //#region src/extensions/grid-card-item/grid-card-item.d.ts
569
586
  type GridCardListItemProps = WithId<{
@@ -583,17 +600,18 @@ type GridCardListItemProps = WithId<{
583
600
  //#endregion
584
601
  //#region src/extensions/error-ui/index.d.ts
585
602
  declare const ErrorUI: {
586
- NetworkError: react40.MemoExoticComponent<({
603
+ NetworkError: react23.MemoExoticComponent<({
587
604
  onClickRetry
588
605
  }: {
589
606
  onClickRetry: () => void;
590
- }) => react40.JSX.Element>;
591
- UnknownError: react40.MemoExoticComponent<({
607
+ }) => react23.JSX.Element>;
608
+ UnknownError: react23.MemoExoticComponent<({
592
609
  onClickRetry
593
610
  }: {
594
611
  onClickRetry: () => void;
595
- }) => react40.JSX.Element>;
612
+ }) => react23.JSX.Element>;
596
613
  };
614
+ //# sourceMappingURL=index.d.ts.map
597
615
  //#endregion
598
616
  //#region src/extensions/app-logo/app-logo.d.ts
599
617
  type LogoTheme = 'christmas' | 'transparent' | 'white-background';
@@ -601,44 +619,45 @@ interface Props$5 {
601
619
  type?: 'round' | 'square';
602
620
  logoTheme: LogoTheme;
603
621
  }
604
- declare const AppLogo: react64.MemoExoticComponent<({
622
+ declare const AppLogo: react46.MemoExoticComponent<({
605
623
  type,
606
624
  logoTheme,
607
625
  ...otherProps
608
- }: Props$5) => react64.JSX.Element>;
626
+ }: Props$5) => react46.JSX.Element>;
609
627
  //#endregion
610
628
  //#region src/extensions/app-store-button/app-store-button.d.ts
611
629
  type Props$4 = {
612
630
  store: 'app-store' | 'google-play';
613
631
  };
614
- declare const AppStoreButton: react77.MemoExoticComponent<({
632
+ declare const AppStoreButton: react76.MemoExoticComponent<({
615
633
  store
616
- }: Props$4) => react77.JSX.Element>;
634
+ }: Props$4) => react76.JSX.Element>;
617
635
  //#endregion
618
636
  //#region src/extensions/brand-icon/brand-icon.d.ts
619
637
  interface Props$3 extends SVGProps<SVGSVGElement> {
620
638
  brand: 'apple' | 'google' | 'android';
621
639
  ref?: Ref<SVGSVGElement>;
622
640
  }
623
- declare const BrandIcon: react91.MemoExoticComponent<({
641
+ declare const BrandIcon: react72.MemoExoticComponent<({
624
642
  brand,
625
643
  ...svgProps
626
- }: Props$3) => react91.JSX.Element>;
644
+ }: Props$3) => react72.JSX.Element>;
627
645
  //#endregion
628
646
  //#region src/extensions/sns-icon/sns-icon.d.ts
629
647
  interface Props$2 extends React.SVGProps<SVGSVGElement> {
630
648
  social: 'instagram' | 'x' | 'facebook' | 'youtube';
631
649
  ref?: Ref<SVGSVGElement>;
632
650
  }
633
- declare const SNSIcon: react93.MemoExoticComponent<({
651
+ declare const SNSIcon: react70.MemoExoticComponent<({
634
652
  social,
635
653
  ...svgProps
636
- }: Props$2) => react93.JSX.Element>;
654
+ }: Props$2) => react70.JSX.Element>;
637
655
  //#endregion
638
656
  //#region src/extensions/dropdown/dropdown.types.d.ts
639
657
  type DropdownMenuItemRef = {
640
658
  close: () => void;
641
659
  };
660
+ //# sourceMappingURL=dropdown.types.d.ts.map
642
661
  //#endregion
643
662
  //#region src/extensions/dropdown/dropdown.d.ts
644
663
  type Position = {
@@ -672,30 +691,30 @@ declare const Dropdown: {
672
691
  as?: React.ElementType;
673
692
  } & {
674
693
  $isActive?: boolean;
675
- }, react23.DetailedHTMLProps<react23.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
694
+ }, react27.DetailedHTMLProps<react27.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
676
695
  MenuItem: <DataItemT>(props: {
677
696
  isCurrent: boolean;
678
- icon?: react23.ReactNode;
679
- title: react23.ReactNode;
697
+ icon?: react27.ReactNode;
698
+ title: react27.ReactNode;
680
699
  dropdownData: DataItemT[];
681
- renderDropdownItem: (item: DataItemT) => react23.ReactNode;
700
+ renderDropdownItem: (item: DataItemT) => react27.ReactNode;
682
701
  backdrop?: boolean;
683
702
  absolute?: boolean;
684
703
  isLoading?: boolean;
685
704
  onClose?: () => void;
686
- onMouseEnter?: (e: react23.MouseEvent<HTMLDivElement>, params: {
705
+ onMouseEnter?: (e: react27.MouseEvent<HTMLDivElement>, params: {
687
706
  openDropdown: () => void;
688
707
  }) => void;
689
- onMouseLeave?: (e: react23.MouseEvent<HTMLDivElement>, params: {
708
+ onMouseLeave?: (e: react27.MouseEvent<HTMLDivElement>, params: {
690
709
  closeDropdown: () => void;
691
710
  }) => void;
692
- onClick?: (e: react23.MouseEvent<HTMLDivElement>, params: {
711
+ onClick?: (e: react27.MouseEvent<HTMLDivElement>, params: {
693
712
  openDropdown: () => void;
694
713
  }) => void;
695
714
  } & {
696
- ref?: react23.Ref<DropdownMenuItemRef>;
715
+ ref?: react27.Ref<DropdownMenuItemRef>;
697
716
  }) => JSX.Element;
698
- Core: react23.MemoExoticComponent<react23.ForwardRefExoticComponent<DropdownCoreProps & react23.RefAttributes<DropdownMenuItemRef>>>;
717
+ Core: react27.MemoExoticComponent<react27.ForwardRefExoticComponent<DropdownCoreProps & react27.RefAttributes<DropdownMenuItemRef>>>;
699
718
  Trigger: ({
700
719
  renderTriggerNode,
701
720
  triggerRef,
@@ -703,30 +722,32 @@ declare const Dropdown: {
703
722
  backdrop,
704
723
  zIndex,
705
724
  edge
706
- }: react23.PropsWithChildren<{
725
+ }: react27.PropsWithChildren<{
707
726
  renderTriggerNode: ({
708
727
  openDropdown
709
728
  }: {
710
729
  openDropdown: () => void;
711
- }) => react23.ReactNode;
730
+ }) => react27.ReactNode;
712
731
  triggerRef: DropdownCoreProps["triggerRef"];
713
732
  backdrop: DropdownCoreProps["backdrop"];
714
733
  zIndex: DropdownCoreProps["zIndex"];
715
734
  edge: DropdownCoreProps["edge"];
716
- }>) => react23.JSX.Element;
735
+ }>) => react27.JSX.Element;
717
736
  };
718
737
  //#endregion
719
738
  //#region src/extensions/menu-item/menu-item.d.ts
720
- declare const MenuItem: react88.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & MotionProps & {
739
+ declare const MenuItem: react78.ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & MotionProps & {
721
740
  isLoading?: boolean;
722
741
  isCurrent?: boolean;
723
742
  icon?: React.ReactNode;
724
743
  } & {
725
- children?: react88.ReactNode | undefined;
726
- } & react88.RefAttributes<HTMLDivElement>>;
744
+ children?: react78.ReactNode | undefined;
745
+ } & react78.RefAttributes<HTMLDivElement>>;
746
+ //# sourceMappingURL=menu-item.d.ts.map
727
747
  //#endregion
728
748
  //#region src/extensions/app-header/app-header.types.d.ts
729
749
  type AnimatedHeaderAnimation = 'show' | 'hide';
750
+ //# sourceMappingURL=app-header.types.d.ts.map
730
751
  //#endregion
731
752
  //#region src/extensions/app-header/app-header.d.ts
732
753
  type AnimatedHeaderProps = PropsWithChildren<{
@@ -749,13 +770,14 @@ declare function useIsMobileMenuOpen(): {
749
770
  declare const AppHeader: {
750
771
  useHeaderScrollAnimation: typeof useHeaderScrollAnimation;
751
772
  useIsMobileMenuOpen: typeof useIsMobileMenuOpen;
752
- AnimatedHeader: react38.MemoExoticComponent<({
773
+ AnimatedHeader: react42.MemoExoticComponent<({
753
774
  animation,
754
775
  children,
755
776
  className,
756
777
  zIndex
757
- }: AnimatedHeaderProps) => react38.JSX.Element>;
778
+ }: AnimatedHeaderProps) => react42.JSX.Element>;
758
779
  };
780
+ //# sourceMappingURL=index.d.ts.map
759
781
  //#endregion
760
782
  //#region src/extensions/color-scheme-toggle/color-scheme-toggle.d.ts
761
783
  type Props$1 = {
@@ -763,9 +785,9 @@ type Props$1 = {
763
785
  setTheme: ReturnType<typeof useColorScheme>['setTheme'];
764
786
  }) => void;
765
787
  };
766
- declare const ColorSchemeToggle: react66.MemoExoticComponent<({
788
+ declare const ColorSchemeToggle: react89.MemoExoticComponent<({
767
789
  onToggle
768
- }: Props$1) => react66.JSX.Element>;
790
+ }: Props$1) => react89.JSX.Element>;
769
791
  //#endregion
770
792
  //#region src/extensions/full-screen-modal/full-screen-modal.d.ts
771
793
  type Props = PropsWithChildren<{
@@ -773,12 +795,12 @@ type Props = PropsWithChildren<{
773
795
  onClose: () => void;
774
796
  zIndex?: number;
775
797
  }>;
776
- declare const FullScreenModal: react68.MemoExoticComponent<({
798
+ declare const FullScreenModal: react91.MemoExoticComponent<({
777
799
  visible,
778
800
  onClose,
779
801
  children,
780
802
  zIndex
781
- }: Props) => react68.JSX.Element>;
803
+ }: Props) => react91.JSX.Element>;
782
804
  //#endregion
783
805
  //#region src/extensions/accordion/accordion.d.ts
784
806
  type AccordionProps<ItemT> = {
@@ -798,7 +820,8 @@ declare const Accordion: <ItemT extends {
798
820
  renderTrigger,
799
821
  renderExpanded,
800
822
  customized
801
- }: AccordionProps<ItemT>) => react83.JSX.Element;
823
+ }: AccordionProps<ItemT>) => react61.JSX.Element;
824
+ //# sourceMappingURL=accordion.d.ts.map
802
825
  //#endregion
803
826
  //#region src/extensions/index.d.ts
804
827
  declare const GridCardList: {
@@ -881,5 +904,8 @@ declare const GridCardList: {
881
904
  //#endregion
882
905
  //#region src/constants.d.ts
883
906
  declare const WEB_APP_HEADER_HEIGHT = "100px";
907
+ //# sourceMappingURL=constants.d.ts.map
908
+
884
909
  //#endregion
885
- export { Accordion, AccordionProps, AppHeader, AppLogo, AppStoreButton, Badge, BrandIcon, Button, Checkbox, ColorDesignTokens, ColorScheme, ColorSchemeProvider, ColorSchemeToggle, DarkColorDesignTokens, Dropdown, type DropdownCoreProps, type DropdownMenuItemRef, ErrorUI, FullScreenModal, GlobalStyle, GridCardList, type GridCardListItemProps, IconButton, IconButtonProps, LightColorDesignTokens, MenuItem, Modal, SNSIcon, Spinner, SpinnerVariant, Switch, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextInputRef, Theme, Toast, ToastProps, WEB_APP_HEADER_HEIGHT, breakpoints, colors, darkModeTheme, generateCssVar, lightModeTheme, media, semanticVariables, semantics, themeToStyles, themeVariables, typography, useColorScheme };
910
+ export { Accordion, AccordionProps, AppHeader, AppLogo, AppStoreButton, Badge, BrandIcon, Button, Checkbox, ColorDesignTokens, ColorScheme, ColorSchemeProvider, ColorSchemeToggle, DarkColorDesignTokens, Dropdown, type DropdownCoreProps, type DropdownMenuItemRef, ErrorUI, FullScreenModal, GlobalStyle, GridCardList, type GridCardListItemProps, IconButton, IconButtonProps, LightColorDesignTokens, MenuItem, Modal, SNSIcon, Spinner, SpinnerVariant, Switch, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextInputRef, Theme, Toast, ToastProps, WEB_APP_HEADER_HEIGHT, breakpoints, colors, darkModeTheme, generateCssVar, lightModeTheme, media, semanticVariables, semantics, themeToStyles, themeVariables, typography, useColorScheme };
911
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","names":["tokens","default","DesignToken"],"sources":["../tokens/js/color/variables.d.ts","../../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.styled.ts","../../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.tsx","../../src/base/text-input/text-input.types.ts","../../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":["/**\n * Do not edit directly\n * Generated on Fri, 01 May 2026 02:11:42 GMT\n */\n\nexport default tokens;\n\ndeclare interface DesignToken {\n value: any;\n name?: string;\n comment?: string;\n themeable?: boolean;\n attributes?: {\n category?: string;\n type?: string;\n item?: string;\n subitem?: string;\n state?: string;\n [key: string]: any;\n };\n [key: string]: any;\n}\n\ndeclare const tokens: {\n \"oc\": {\n \"white\": DesignToken,\n \"black\": DesignToken,\n \"gray\": {\n \"0\": DesignToken,\n \"1\": DesignToken,\n \"2\": DesignToken,\n \"3\": DesignToken,\n \"4\": DesignToken,\n \"5\": DesignToken,\n \"6\": DesignToken,\n \"7\": DesignToken,\n \"8\": DesignToken,\n \"9\": DesignToken\n },\n \"red\": {\n \"0\": DesignToken,\n \"1\": DesignToken,\n \"2\": DesignToken,\n \"3\": DesignToken,\n \"4\": DesignToken,\n \"5\": DesignToken,\n \"6\": DesignToken,\n \"7\": DesignToken,\n \"8\": DesignToken,\n \"9\": DesignToken\n },\n \"pink\": {\n \"0\": DesignToken,\n \"1\": DesignToken,\n \"2\": DesignToken,\n \"3\": DesignToken,\n \"4\": DesignToken,\n \"5\": DesignToken,\n \"6\": DesignToken,\n \"7\": DesignToken,\n \"8\": DesignToken,\n \"9\": DesignToken\n },\n \"grape\": {\n \"0\": DesignToken,\n \"1\": DesignToken,\n \"2\": DesignToken,\n \"3\": DesignToken,\n \"4\": DesignToken,\n \"5\": DesignToken,\n \"6\": DesignToken,\n \"7\": DesignToken,\n \"8\": DesignToken,\n \"9\": DesignToken\n },\n \"violet\": {\n \"0\": DesignToken,\n \"1\": DesignToken,\n \"2\": DesignToken,\n \"3\": DesignToken,\n \"4\": DesignToken,\n \"5\": DesignToken,\n \"6\": DesignToken,\n \"7\": DesignToken,\n \"8\": DesignToken,\n \"9\": DesignToken\n },\n \"indigo\": {\n \"0\": DesignToken,\n \"1\": DesignToken,\n \"2\": DesignToken,\n \"3\": DesignToken,\n \"4\": DesignToken,\n \"5\": DesignToken,\n \"6\": DesignToken,\n \"7\": DesignToken,\n \"8\": DesignToken,\n \"9\": DesignToken\n },\n \"blue\": {\n \"0\": DesignToken,\n \"1\": DesignToken,\n \"2\": DesignToken,\n \"3\": DesignToken,\n \"4\": DesignToken,\n \"5\": DesignToken,\n \"6\": DesignToken,\n \"7\": DesignToken,\n \"8\": DesignToken,\n \"9\": DesignToken\n },\n \"cyan\": {\n \"0\": DesignToken,\n \"1\": DesignToken,\n \"2\": DesignToken,\n \"3\": DesignToken,\n \"4\": DesignToken,\n \"5\": DesignToken,\n \"6\": DesignToken,\n \"7\": DesignToken,\n \"8\": DesignToken,\n \"9\": DesignToken\n },\n \"teal\": {\n \"0\": DesignToken,\n \"1\": DesignToken,\n \"2\": DesignToken,\n \"3\": DesignToken,\n \"4\": DesignToken,\n \"5\": DesignToken,\n \"6\": DesignToken,\n \"7\": DesignToken,\n \"8\": DesignToken,\n \"9\": DesignToken\n },\n \"green\": {\n \"0\": DesignToken,\n \"1\": DesignToken,\n \"2\": DesignToken,\n \"3\": DesignToken,\n \"4\": DesignToken,\n \"5\": DesignToken,\n \"6\": DesignToken,\n \"7\": DesignToken,\n \"8\": DesignToken,\n \"9\": DesignToken\n },\n \"lime\": {\n \"0\": DesignToken,\n \"1\": DesignToken,\n \"2\": DesignToken,\n \"3\": DesignToken,\n \"4\": DesignToken,\n \"5\": DesignToken,\n \"6\": DesignToken,\n \"7\": DesignToken,\n \"8\": DesignToken,\n \"9\": DesignToken\n },\n \"yellow\": {\n \"0\": DesignToken,\n \"1\": DesignToken,\n \"2\": DesignToken,\n \"3\": DesignToken,\n \"4\": DesignToken,\n \"5\": DesignToken,\n \"6\": DesignToken,\n \"7\": DesignToken,\n \"8\": DesignToken,\n \"9\": DesignToken\n },\n \"orange\": {\n \"0\": DesignToken,\n \"1\": DesignToken,\n \"2\": DesignToken,\n \"3\": DesignToken,\n \"4\": DesignToken,\n \"5\": DesignToken,\n \"6\": DesignToken,\n \"7\": DesignToken,\n \"8\": DesignToken,\n \"9\": DesignToken\n }\n }\n}\n"],"mappings":"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"}