@goliapkg/gds 0.1.2 → 0.2.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.
Files changed (115) hide show
  1. package/dist/index.js +2325 -1035
  2. package/dist/index.js.map +1 -1
  3. package/dist/l2-primitives/container.d.ts +16 -0
  4. package/dist/l2-primitives/container.d.ts.map +1 -0
  5. package/dist/l2-primitives/focus-ring.d.ts +2 -1
  6. package/dist/l2-primitives/focus-ring.d.ts.map +1 -1
  7. package/dist/l2-primitives/index.d.ts +8 -0
  8. package/dist/l2-primitives/index.d.ts.map +1 -1
  9. package/dist/l2-primitives/loading.d.ts +12 -0
  10. package/dist/l2-primitives/loading.d.ts.map +1 -0
  11. package/dist/l2-primitives/number-stepper.d.ts +3 -2
  12. package/dist/l2-primitives/number-stepper.d.ts.map +1 -1
  13. package/dist/l2-primitives/shimmer.d.ts +12 -0
  14. package/dist/l2-primitives/shimmer.d.ts.map +1 -0
  15. package/dist/l2-primitives/skip-nav.d.ts +2 -1
  16. package/dist/l2-primitives/skip-nav.d.ts.map +1 -1
  17. package/dist/l2-primitives/slider.d.ts +18 -0
  18. package/dist/l2-primitives/slider.d.ts.map +1 -0
  19. package/dist/l2-primitives/visually-hidden.d.ts +2 -1
  20. package/dist/l2-primitives/visually-hidden.d.ts.map +1 -1
  21. package/dist/l3-atoms/animated-counter.d.ts +16 -0
  22. package/dist/l3-atoms/animated-counter.d.ts.map +1 -0
  23. package/dist/l3-atoms/bounce-dot.d.ts +12 -0
  24. package/dist/l3-atoms/bounce-dot.d.ts.map +1 -0
  25. package/dist/l3-atoms/color-swatch.d.ts +19 -0
  26. package/dist/l3-atoms/color-swatch.d.ts.map +1 -0
  27. package/dist/l3-atoms/countdown-badge.d.ts +17 -0
  28. package/dist/l3-atoms/countdown-badge.d.ts.map +1 -0
  29. package/dist/l3-atoms/gradient-text.d.ts +12 -0
  30. package/dist/l3-atoms/gradient-text.d.ts.map +1 -0
  31. package/dist/l3-atoms/hotkey.d.ts +8 -0
  32. package/dist/l3-atoms/hotkey.d.ts.map +1 -0
  33. package/dist/l3-atoms/percentage-circle.d.ts +10 -0
  34. package/dist/l3-atoms/percentage-circle.d.ts.map +1 -0
  35. package/dist/l3-atoms/pin-input.d.ts +22 -0
  36. package/dist/l3-atoms/pin-input.d.ts.map +1 -0
  37. package/dist/l3-atoms/progress-ring.d.ts +12 -0
  38. package/dist/l3-atoms/progress-ring.d.ts.map +1 -0
  39. package/dist/l3-atoms/pulse-ring.d.ts +14 -0
  40. package/dist/l3-atoms/pulse-ring.d.ts.map +1 -0
  41. package/dist/l3-atoms/relative-time.d.ts +10 -0
  42. package/dist/l3-atoms/relative-time.d.ts.map +1 -0
  43. package/dist/l3-atoms/ribbon-banner.d.ts +12 -0
  44. package/dist/l3-atoms/ribbon-banner.d.ts.map +1 -0
  45. package/dist/l3-atoms/scroll-progress.d.ts +10 -0
  46. package/dist/l3-atoms/scroll-progress.d.ts.map +1 -0
  47. package/dist/l3-atoms/shortcut-display.d.ts +10 -0
  48. package/dist/l3-atoms/shortcut-display.d.ts.map +1 -0
  49. package/dist/l3-atoms/zoom-on-hover.d.ts +13 -0
  50. package/dist/l3-atoms/zoom-on-hover.d.ts.map +1 -0
  51. package/dist/l4-molecules/banner.d.ts +13 -0
  52. package/dist/l4-molecules/banner.d.ts.map +1 -0
  53. package/dist/l4-molecules/before-after.d.ts +9 -0
  54. package/dist/l4-molecules/before-after.d.ts.map +1 -0
  55. package/dist/l4-molecules/code-snippet.d.ts +10 -0
  56. package/dist/l4-molecules/code-snippet.d.ts.map +1 -0
  57. package/dist/l4-molecules/copy-to-clipboard.d.ts +9 -0
  58. package/dist/l4-molecules/copy-to-clipboard.d.ts.map +1 -0
  59. package/dist/l4-molecules/data-card.d.ts +15 -0
  60. package/dist/l4-molecules/data-card.d.ts.map +1 -0
  61. package/dist/l4-molecules/description.d.ts +8 -0
  62. package/dist/l4-molecules/description.d.ts.map +1 -0
  63. package/dist/l4-molecules/download-button.d.ts +10 -0
  64. package/dist/l4-molecules/download-button.d.ts.map +1 -0
  65. package/dist/l4-molecules/drop-zone.d.ts +11 -0
  66. package/dist/l4-molecules/drop-zone.d.ts.map +1 -0
  67. package/dist/l4-molecules/empty-search.d.ts +7 -0
  68. package/dist/l4-molecules/empty-search.d.ts.map +1 -0
  69. package/dist/l4-molecules/field-group.d.ts +12 -0
  70. package/dist/l4-molecules/field-group.d.ts.map +1 -0
  71. package/dist/l4-molecules/field-set.d.ts +9 -0
  72. package/dist/l4-molecules/field-set.d.ts.map +1 -0
  73. package/dist/l4-molecules/glass-button.d.ts +17 -0
  74. package/dist/l4-molecules/glass-button.d.ts.map +1 -0
  75. package/dist/l4-molecules/glass-card.d.ts +17 -0
  76. package/dist/l4-molecules/glass-card.d.ts.map +1 -0
  77. package/dist/l4-molecules/index.d.ts +42 -0
  78. package/dist/l4-molecules/index.d.ts.map +1 -1
  79. package/dist/l4-molecules/key-value-list.d.ts +12 -0
  80. package/dist/l4-molecules/key-value-list.d.ts.map +1 -0
  81. package/dist/l4-molecules/link-preview.d.ts +11 -0
  82. package/dist/l4-molecules/link-preview.d.ts.map +1 -0
  83. package/dist/l4-molecules/mention-list.d.ts +1 -1
  84. package/dist/l4-molecules/mention-list.d.ts.map +1 -1
  85. package/dist/l4-molecules/notification-bell.d.ts +7 -0
  86. package/dist/l4-molecules/notification-bell.d.ts.map +1 -0
  87. package/dist/l4-molecules/sortable-header.d.ts +10 -0
  88. package/dist/l4-molecules/sortable-header.d.ts.map +1 -0
  89. package/dist/l4-molecules/stacked-progress.d.ts +12 -0
  90. package/dist/l4-molecules/stacked-progress.d.ts.map +1 -0
  91. package/dist/l4-molecules/toolbar-generic.d.ts +10 -0
  92. package/dist/l4-molecules/toolbar-generic.d.ts.map +1 -0
  93. package/dist/l4-molecules/user-card.d.ts +16 -0
  94. package/dist/l4-molecules/user-card.d.ts.map +1 -0
  95. package/dist/l4-molecules/watermark.d.ts +9 -0
  96. package/dist/l4-molecules/watermark.d.ts.map +1 -0
  97. package/dist/l5-organisms/data-grid.d.ts +17 -0
  98. package/dist/l5-organisms/data-grid.d.ts.map +1 -0
  99. package/dist/l5-organisms/index.d.ts +12 -0
  100. package/dist/l5-organisms/index.d.ts.map +1 -1
  101. package/dist/l5-organisms/json-node.d.ts +1 -1
  102. package/dist/l5-organisms/json-node.d.ts.map +1 -1
  103. package/dist/l5-organisms/masonry-grid.d.ts +9 -0
  104. package/dist/l5-organisms/masonry-grid.d.ts.map +1 -0
  105. package/dist/l5-organisms/progress-timeline.d.ts +11 -0
  106. package/dist/l5-organisms/progress-timeline.d.ts.map +1 -0
  107. package/dist/l5-organisms/responsive-stack.d.ts +10 -0
  108. package/dist/l5-organisms/responsive-stack.d.ts.map +1 -0
  109. package/dist/l5-organisms/rich-select-list.d.ts +1 -1
  110. package/dist/l5-organisms/rich-select-list.d.ts.map +1 -1
  111. package/dist/l5-organisms/step-form.d.ts +13 -0
  112. package/dist/l5-organisms/step-form.d.ts.map +1 -0
  113. package/dist/l5-organisms/tour.d.ts +16 -0
  114. package/dist/l5-organisms/tour.d.ts.map +1 -0
  115. package/package.json +1 -1
@@ -0,0 +1,16 @@
1
+ import type { ReactNode } from 'react';
2
+ import type { VariantProps } from '../utils/types';
3
+ declare const containerVariants: (props?: ({
4
+ size?: "sm" | "default" | "lg" | "xl" | "full" | null | undefined;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
+ type ContainerProps = React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof containerVariants> & {
7
+ children: ReactNode;
8
+ };
9
+ export declare const Container: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
10
+ size?: "sm" | "default" | "lg" | "xl" | "full" | null | undefined;
11
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
12
+ children: ReactNode;
13
+ } & import("react").RefAttributes<HTMLDivElement>>;
14
+ export { containerVariants };
15
+ export type { ContainerProps };
16
+ //# sourceMappingURL=container.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../src/l2-primitives/container.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAItC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAElD,QAAA,MAAM,iBAAiB;;8EAWrB,CAAA;AAEF,KAAK,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GACxD,YAAY,CAAC,OAAO,iBAAiB,CAAC,GAAG;IACvC,QAAQ,EAAE,SAAS,CAAA;CACpB,CAAA;AAEH,eAAO,MAAM,SAAS;;;cAHR,SAAS;kDAgBtB,CAAA;AAED,OAAO,EAAE,iBAAiB,EAAE,CAAA;AAC5B,YAAY,EAAE,cAAc,EAAE,CAAA"}
@@ -6,6 +6,7 @@ type FocusRingProps = {
6
6
  offset?: number;
7
7
  className?: string;
8
8
  };
9
- export declare function FocusRing({ children, color, width, offset, className, }: FocusRingProps): import("react/jsx-runtime").JSX.Element;
9
+ declare const FocusRing: import("react").ForwardRefExoticComponent<FocusRingProps & import("react").RefAttributes<HTMLSpanElement>>;
10
+ export { FocusRing };
10
11
  export type { FocusRingProps };
11
12
  //# sourceMappingURL=focus-ring.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"focus-ring.d.ts","sourceRoot":"","sources":["../../src/l2-primitives/focus-ring.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,SAAS,EAAE,MAAM,OAAO,CAAA;AAIrD,KAAK,cAAc,GAAG;IACpB,QAAQ,EAAE,SAAS,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,SAAS,CAAC,EACxB,QAAQ,EACR,KAA2B,EAC3B,KAAS,EACT,MAAU,EACV,SAAS,GACV,EAAE,cAAc,2CAmBhB;AAED,YAAY,EAAE,cAAc,EAAE,CAAA"}
1
+ {"version":3,"file":"focus-ring.d.ts","sourceRoot":"","sources":["../../src/l2-primitives/focus-ring.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,SAAS,EAAE,MAAM,OAAO,CAAA;AAKrD,KAAK,cAAc,GAAG;IACpB,QAAQ,EAAE,SAAS,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,QAAA,MAAM,SAAS,4GAuBb,CAAA;AAEF,OAAO,EAAE,SAAS,EAAE,CAAA;AACpB,YAAY,EAAE,cAAc,EAAE,CAAA"}
@@ -8,6 +8,8 @@ export type { BadgeDotProps } from './badge-dot';
8
8
  export { BadgeDot } from './badge-dot';
9
9
  export type { ButtonProps } from './button';
10
10
  export { Button, buttonVariants } from './button';
11
+ export type { ContainerProps } from './container';
12
+ export { Container, containerVariants } from './container';
11
13
  export type { DividerProps } from './divider';
12
14
  export { Divider } from './divider';
13
15
  export type { DotProps } from './dot';
@@ -28,6 +30,8 @@ export type { KbdProps } from './kbd';
28
30
  export { Kbd } from './kbd';
29
31
  export type { LabelProps } from './label';
30
32
  export { Label } from './label';
33
+ export type { LoadingProps, LoadingSize } from './loading';
34
+ export { LoadingBars, LoadingPulse, LoadingRing, LoadingWave } from './loading';
31
35
  export type { NumberInputProps } from './number-input';
32
36
  export { NumberInput, numberInputVariants } from './number-input';
33
37
  export type { ProgressProps } from './progress';
@@ -38,10 +42,14 @@ export type { ScrollAreaProps } from './scroll-area';
38
42
  export { ScrollArea } from './scroll-area';
39
43
  export type { SeparatorProps } from './separator';
40
44
  export { Separator, separatorVariants } from './separator';
45
+ export type { ShimmerProps } from './shimmer';
46
+ export { Shimmer } from './shimmer';
41
47
  export type { SkeletonProps, SkeletonVariant } from './skeleton';
42
48
  export { Skeleton } from './skeleton';
43
49
  export type { SkipNavProps } from './skip-nav';
44
50
  export { SkipNav } from './skip-nav';
51
+ export type { SliderProps } from './slider';
52
+ export { Slider } from './slider';
45
53
  export type { SpinnerProps } from './spinner';
46
54
  export { Spinner, spinnerVariants } from './spinner';
47
55
  export type { TextareaProps, TextareaResize } from './textarea';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/l2-primitives/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/l2-primitives/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,12 @@
1
+ type LoadingSize = 'default' | 'lg' | 'sm';
2
+ type LoadingProps = {
3
+ className?: string;
4
+ size?: LoadingSize;
5
+ };
6
+ export declare const LoadingDots: import("react").ForwardRefExoticComponent<LoadingProps & import("react").RefAttributes<HTMLDivElement>>;
7
+ export declare const LoadingBars: import("react").ForwardRefExoticComponent<LoadingProps & import("react").RefAttributes<HTMLDivElement>>;
8
+ export declare const LoadingPulse: import("react").ForwardRefExoticComponent<LoadingProps & import("react").RefAttributes<HTMLDivElement>>;
9
+ export declare const LoadingRing: import("react").ForwardRefExoticComponent<LoadingProps & import("react").RefAttributes<HTMLDivElement>>;
10
+ export declare const LoadingWave: import("react").ForwardRefExoticComponent<LoadingProps & import("react").RefAttributes<HTMLDivElement>>;
11
+ export type { LoadingProps, LoadingSize };
12
+ //# sourceMappingURL=loading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../src/l2-primitives/loading.tsx"],"names":[],"mappings":"AAKA,KAAK,WAAW,GAAG,SAAS,GAAG,IAAI,GAAG,IAAI,CAAA;AAE1C,KAAK,YAAY,GAAG;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,WAAW,CAAA;CACnB,CAAA;AA0BD,eAAO,MAAM,WAAW,yGAuBvB,CAAA;AAED,eAAO,MAAM,WAAW,yGAuBvB,CAAA;AAED,eAAO,MAAM,YAAY,yGAgBxB,CAAA;AAED,eAAO,MAAM,WAAW,yGAkBvB,CAAA;AAED,eAAO,MAAM,WAAW,yGAuBvB,CAAA;AAED,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,CAAA"}
@@ -3,6 +3,7 @@ type NumberStepperProps = {
3
3
  disabled?: boolean;
4
4
  onClick: () => void;
5
5
  };
6
- export declare function NumberStepper({ direction, disabled, onClick }: NumberStepperProps): import("react/jsx-runtime").JSX.Element;
7
- export {};
6
+ declare const NumberStepper: import("react").ForwardRefExoticComponent<NumberStepperProps & import("react").RefAttributes<HTMLButtonElement>>;
7
+ export { NumberStepper };
8
+ export type { NumberStepperProps };
8
9
  //# sourceMappingURL=number-stepper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"number-stepper.d.ts","sourceRoot":"","sources":["../../src/l2-primitives/number-stepper.tsx"],"names":[],"mappings":"AAGA,KAAK,kBAAkB,GAAG;IACxB,SAAS,EAAE,WAAW,GAAG,WAAW,CAAA;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB,CAAA;AAKD,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,EAAE,kBAAkB,2CAiBjF"}
1
+ {"version":3,"file":"number-stepper.d.ts","sourceRoot":"","sources":["../../src/l2-primitives/number-stepper.tsx"],"names":[],"mappings":"AAKA,KAAK,kBAAkB,GAAG;IACxB,SAAS,EAAE,WAAW,GAAG,WAAW,CAAA;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,EAAE,MAAM,IAAI,CAAA;CACpB,CAAA;AAKD,QAAA,MAAM,aAAa,kHAqBjB,CAAA;AAEF,OAAO,EAAE,aAAa,EAAE,CAAA;AACxB,YAAY,EAAE,kBAAkB,EAAE,CAAA"}
@@ -0,0 +1,12 @@
1
+ type ShimmerProps = React.HTMLAttributes<HTMLDivElement> & {
2
+ height?: string;
3
+ rounded?: boolean;
4
+ width?: string;
5
+ };
6
+ export declare const Shimmer: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
7
+ height?: string;
8
+ rounded?: boolean;
9
+ width?: string;
10
+ } & import("react").RefAttributes<HTMLDivElement>>;
11
+ export type { ShimmerProps };
12
+ //# sourceMappingURL=shimmer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shimmer.d.ts","sourceRoot":"","sources":["../../src/l2-primitives/shimmer.tsx"],"names":[],"mappings":"AAKA,KAAK,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IACzD,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAED,eAAO,MAAM,OAAO;aALT,MAAM;cACL,OAAO;YACT,MAAM;kDAqBf,CAAA;AAED,YAAY,EAAE,YAAY,EAAE,CAAA"}
@@ -3,6 +3,7 @@ type SkipNavProps = {
3
3
  label?: string;
4
4
  className?: string;
5
5
  };
6
- export declare function SkipNav({ targetId, label, className, }: SkipNavProps): import("react/jsx-runtime").JSX.Element;
6
+ declare const SkipNav: import("react").ForwardRefExoticComponent<SkipNavProps & import("react").RefAttributes<HTMLAnchorElement>>;
7
+ export { SkipNav };
7
8
  export type { SkipNavProps };
8
9
  //# sourceMappingURL=skip-nav.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"skip-nav.d.ts","sourceRoot":"","sources":["../../src/l2-primitives/skip-nav.tsx"],"names":[],"mappings":"AAEA,KAAK,YAAY,GAAG;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,OAAO,CAAC,EACtB,QAAyB,EACzB,KAAyB,EACzB,SAAS,GACV,EAAE,YAAY,2CAad;AAED,YAAY,EAAE,YAAY,EAAE,CAAA"}
1
+ {"version":3,"file":"skip-nav.d.ts","sourceRoot":"","sources":["../../src/l2-primitives/skip-nav.tsx"],"names":[],"mappings":"AAIA,KAAK,YAAY,GAAG;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,QAAA,MAAM,OAAO,4GAiBX,CAAA;AAEF,OAAO,EAAE,OAAO,EAAE,CAAA;AAClB,YAAY,EAAE,YAAY,EAAE,CAAA"}
@@ -0,0 +1,18 @@
1
+ type SliderProps = Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange'> & {
2
+ disabled?: boolean;
3
+ max?: number;
4
+ min?: number;
5
+ onChange?: (value: number) => void;
6
+ step?: number;
7
+ value?: number;
8
+ };
9
+ export declare const Slider: import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLDivElement>, "onChange"> & {
10
+ disabled?: boolean;
11
+ max?: number;
12
+ min?: number;
13
+ onChange?: (value: number) => void;
14
+ step?: number;
15
+ value?: number;
16
+ } & import("react").RefAttributes<HTMLInputElement>>;
17
+ export type { SliderProps };
18
+ //# sourceMappingURL=slider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../src/l2-primitives/slider.tsx"],"names":[],"mappings":"AAMA,KAAK,WAAW,GAAG,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,CAAC,GAAG;IAC1E,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAClC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAED,eAAO,MAAM,MAAM;eARN,OAAO;UACZ,MAAM;UACN,MAAM;eACD,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;WAC3B,MAAM;YACL,MAAM;oDA+Bf,CAAA;AAED,YAAY,EAAE,WAAW,EAAE,CAAA"}
@@ -4,6 +4,7 @@ type VisuallyHiddenProps = {
4
4
  children: ReactNode;
5
5
  className?: string;
6
6
  };
7
- export declare function VisuallyHidden({ as: Tag, children, className, }: VisuallyHiddenProps): import("react/jsx-runtime").JSX.Element;
7
+ declare const VisuallyHidden: import("react").ForwardRefExoticComponent<VisuallyHiddenProps & import("react").RefAttributes<HTMLElement>>;
8
+ export { VisuallyHidden };
8
9
  export type { VisuallyHiddenProps };
9
10
  //# sourceMappingURL=visually-hidden.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"visually-hidden.d.ts","sourceRoot":"","sources":["../../src/l2-primitives/visually-hidden.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKtC,KAAK,mBAAmB,GAAG;IACzB,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;IACnB,QAAQ,EAAE,SAAS,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,wBAAgB,cAAc,CAAC,EAC7B,EAAE,EAAE,GAAY,EAChB,QAAQ,EACR,SAAS,GACV,EAAE,mBAAmB,2CAMrB;AAED,YAAY,EAAE,mBAAmB,EAAE,CAAA"}
1
+ {"version":3,"file":"visually-hidden.d.ts","sourceRoot":"","sources":["../../src/l2-primitives/visually-hidden.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAMtC,KAAK,mBAAmB,GAAG;IACzB,EAAE,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;IACnB,QAAQ,EAAE,SAAS,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,QAAA,MAAM,cAAc,6GASlB,CAAA;AAEF,OAAO,EAAE,cAAc,EAAE,CAAA;AACzB,YAAY,EAAE,mBAAmB,EAAE,CAAA"}
@@ -0,0 +1,16 @@
1
+ type AnimatedCounterProps = React.HTMLAttributes<HTMLSpanElement> & {
2
+ duration?: number;
3
+ format?: (n: number) => string;
4
+ prefix?: string;
5
+ suffix?: string;
6
+ value: number;
7
+ };
8
+ export declare const AnimatedCounter: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLSpanElement> & {
9
+ duration?: number;
10
+ format?: (n: number) => string;
11
+ prefix?: string;
12
+ suffix?: string;
13
+ value: number;
14
+ } & import("react").RefAttributes<HTMLSpanElement>>;
15
+ export type { AnimatedCounterProps };
16
+ //# sourceMappingURL=animated-counter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"animated-counter.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/animated-counter.tsx"],"names":[],"mappings":"AAKA,KAAK,oBAAoB,GAAG,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,GAAG;IAClE,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,CAAA;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAOD,eAAO,MAAM,eAAe;eAZf,MAAM;aACR,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM;aACrB,MAAM;aACN,MAAM;WACR,MAAM;mDA0Dd,CAAA;AAED,YAAY,EAAE,oBAAoB,EAAE,CAAA"}
@@ -0,0 +1,12 @@
1
+ type BounceDotProps = React.HTMLAttributes<HTMLDivElement> & {
2
+ color?: string;
3
+ count?: number;
4
+ size?: 'default' | 'lg' | 'sm';
5
+ };
6
+ export declare const BounceDot: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
7
+ color?: string;
8
+ count?: number;
9
+ size?: "default" | "lg" | "sm";
10
+ } & import("react").RefAttributes<HTMLDivElement>>;
11
+ export type { BounceDotProps };
12
+ //# sourceMappingURL=bounce-dot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bounce-dot.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/bounce-dot.tsx"],"names":[],"mappings":"AAKA,KAAK,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IAC3D,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,SAAS,GAAG,IAAI,GAAG,IAAI,CAAA;CAC/B,CAAA;AAQD,eAAO,MAAM,SAAS;YAXZ,MAAM;YACN,MAAM;WACP,SAAS,GAAG,IAAI,GAAG,IAAI;kDAqC/B,CAAA;AAED,YAAY,EAAE,cAAc,EAAE,CAAA"}
@@ -0,0 +1,19 @@
1
+ import type { VariantProps } from '../utils/types';
2
+ declare const colorSwatchVariants: (props?: ({
3
+ size?: "sm" | "default" | "lg" | null | undefined;
4
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
5
+ type ColorSwatchProps = React.HTMLAttributes<HTMLSpanElement> & VariantProps<typeof colorSwatchVariants> & {
6
+ color: string;
7
+ copyable?: boolean;
8
+ label?: string;
9
+ };
10
+ export declare const ColorSwatch: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLSpanElement> & VariantProps<(props?: ({
11
+ size?: "sm" | "default" | "lg" | null | undefined;
12
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
13
+ color: string;
14
+ copyable?: boolean;
15
+ label?: string;
16
+ } & import("react").RefAttributes<HTMLSpanElement>>;
17
+ export { colorSwatchVariants };
18
+ export type { ColorSwatchProps };
19
+ //# sourceMappingURL=color-swatch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color-swatch.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/color-swatch.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAElD,QAAA,MAAM,mBAAmB;;8EASvB,CAAA;AAEF,KAAK,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,GAC3D,YAAY,CAAC,OAAO,mBAAmB,CAAC,GAAG;IACzC,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAEH,eAAO,MAAM,WAAW;;;WALb,MAAM;eACF,OAAO;YACV,MAAM;mDAwDjB,CAAA;AAED,OAAO,EAAE,mBAAmB,EAAE,CAAA;AAC9B,YAAY,EAAE,gBAAgB,EAAE,CAAA"}
@@ -0,0 +1,17 @@
1
+ import type { VariantProps } from '../utils/types';
2
+ declare const countdownBadgeVariants: (props?: ({
3
+ variant?: "default" | "danger" | null | undefined;
4
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
5
+ type CountdownBadgeProps = React.HTMLAttributes<HTMLSpanElement> & VariantProps<typeof countdownBadgeVariants> & {
6
+ count: number;
7
+ max?: number;
8
+ };
9
+ export declare const CountdownBadge: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLSpanElement> & VariantProps<(props?: ({
10
+ variant?: "default" | "danger" | null | undefined;
11
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string> & {
12
+ count: number;
13
+ max?: number;
14
+ } & import("react").RefAttributes<HTMLSpanElement>>;
15
+ export { countdownBadgeVariants };
16
+ export type { CountdownBadgeProps };
17
+ //# sourceMappingURL=countdown-badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"countdown-badge.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/countdown-badge.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAElD,QAAA,MAAM,sBAAsB;;8EAW3B,CAAA;AAED,KAAK,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,GAC9D,YAAY,CAAC,OAAO,sBAAsB,CAAC,GAAG;IAC5C,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAA;AAEH,eAAO,MAAM,cAAc;;;WAJhB,MAAM;UACP,MAAM;mDAoBf,CAAA;AAED,OAAO,EAAE,sBAAsB,EAAE,CAAA;AACjC,YAAY,EAAE,mBAAmB,EAAE,CAAA"}
@@ -0,0 +1,12 @@
1
+ type GradientTextProps = React.HTMLAttributes<HTMLSpanElement> & {
2
+ children: string;
3
+ from?: string;
4
+ to?: string;
5
+ };
6
+ export declare const GradientText: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLSpanElement> & {
7
+ children: string;
8
+ from?: string;
9
+ to?: string;
10
+ } & import("react").RefAttributes<HTMLSpanElement>>;
11
+ export type { GradientTextProps };
12
+ //# sourceMappingURL=gradient-text.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gradient-text.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/gradient-text.tsx"],"names":[],"mappings":"AAKA,KAAK,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,GAAG;IAC/D,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,EAAE,CAAC,EAAE,MAAM,CAAA;CACZ,CAAA;AAED,eAAO,MAAM,YAAY;cALb,MAAM;WACT,MAAM;SACR,MAAM;mDAmBZ,CAAA;AAED,YAAY,EAAE,iBAAiB,EAAE,CAAA"}
@@ -0,0 +1,8 @@
1
+ type HotkeyProps = React.HTMLAttributes<HTMLSpanElement> & {
2
+ keys: string[];
3
+ };
4
+ export declare const Hotkey: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLSpanElement> & {
5
+ keys: string[];
6
+ } & import("react").RefAttributes<HTMLSpanElement>>;
7
+ export type { HotkeyProps };
8
+ //# sourceMappingURL=hotkey.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hotkey.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/hotkey.tsx"],"names":[],"mappings":"AAMA,KAAK,WAAW,GAAG,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,GAAG;IACzD,IAAI,EAAE,MAAM,EAAE,CAAA;CACf,CAAA;AAED,eAAO,MAAM,MAAM;UAHX,MAAM,EAAE;mDAqBf,CAAA;AAED,YAAY,EAAE,WAAW,EAAE,CAAA"}
@@ -0,0 +1,10 @@
1
+ type PercentageCircleProps = React.HTMLAttributes<HTMLDivElement> & {
2
+ size?: 'default' | 'lg' | 'sm';
3
+ value: number;
4
+ };
5
+ export declare const PercentageCircle: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
6
+ size?: "default" | "lg" | "sm";
7
+ value: number;
8
+ } & import("react").RefAttributes<HTMLDivElement>>;
9
+ export type { PercentageCircleProps };
10
+ //# sourceMappingURL=percentage-circle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"percentage-circle.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/percentage-circle.tsx"],"names":[],"mappings":"AAKA,KAAK,qBAAqB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IAClE,IAAI,CAAC,EAAE,SAAS,GAAG,IAAI,GAAG,IAAI,CAAA;IAC9B,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAcD,eAAO,MAAM,gBAAgB;WAhBpB,SAAS,GAAG,IAAI,GAAG,IAAI;WACvB,MAAM;kDAsEd,CAAA;AAED,YAAY,EAAE,qBAAqB,EAAE,CAAA"}
@@ -0,0 +1,22 @@
1
+ type PinInputProps = React.HTMLAttributes<HTMLDivElement> & {
2
+ disabled?: boolean;
3
+ error?: boolean;
4
+ length?: number;
5
+ mask?: boolean;
6
+ numeric?: boolean;
7
+ onChange?: (value: string) => void;
8
+ onComplete?: (value: string) => void;
9
+ value?: string;
10
+ };
11
+ export declare const PinInput: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
12
+ disabled?: boolean;
13
+ error?: boolean;
14
+ length?: number;
15
+ mask?: boolean;
16
+ numeric?: boolean;
17
+ onChange?: (value: string) => void;
18
+ onComplete?: (value: string) => void;
19
+ value?: string;
20
+ } & import("react").RefAttributes<HTMLDivElement>>;
21
+ export type { PinInputProps };
22
+ //# sourceMappingURL=pin-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pin-input.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/pin-input.tsx"],"names":[],"mappings":"AAOA,KAAK,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IAClC,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACpC,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAED,eAAO,MAAM,QAAQ;eAVR,OAAO;YACV,OAAO;aACN,MAAM;WACR,OAAO;cACJ,OAAO;eACN,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;iBACrB,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;YAC5B,MAAM;kDA4Mf,CAAA;AAED,YAAY,EAAE,aAAa,EAAE,CAAA"}
@@ -0,0 +1,12 @@
1
+ type ProgressRingProps = React.HTMLAttributes<HTMLDivElement> & {
2
+ size?: number;
3
+ strokeWidth?: number;
4
+ value: number;
5
+ };
6
+ export declare const ProgressRing: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
7
+ size?: number;
8
+ strokeWidth?: number;
9
+ value: number;
10
+ } & import("react").RefAttributes<HTMLDivElement>>;
11
+ export type { ProgressRingProps };
12
+ //# sourceMappingURL=progress-ring.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"progress-ring.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/progress-ring.tsx"],"names":[],"mappings":"AAKA,KAAK,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IAC9D,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,eAAO,MAAM,YAAY;WALhB,MAAM;kBACC,MAAM;WACb,MAAM;kDA4Dd,CAAA;AAED,YAAY,EAAE,iBAAiB,EAAE,CAAA"}
@@ -0,0 +1,14 @@
1
+ type PulseRingProps = React.HTMLAttributes<HTMLDivElement> & {
2
+ active?: boolean;
3
+ color?: string;
4
+ count?: number;
5
+ size?: number;
6
+ };
7
+ export declare const PulseRing: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
8
+ active?: boolean;
9
+ color?: string;
10
+ count?: number;
11
+ size?: number;
12
+ } & import("react").RefAttributes<HTMLDivElement>>;
13
+ export type { PulseRingProps };
14
+ //# sourceMappingURL=pulse-ring.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pulse-ring.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/pulse-ring.tsx"],"names":[],"mappings":"AAKA,KAAK,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IAC3D,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;CACd,CAAA;AAED,eAAO,MAAM,SAAS;aANX,OAAO;YACR,MAAM;YACN,MAAM;WACP,MAAM;kDAgDd,CAAA;AAED,YAAY,EAAE,cAAc,EAAE,CAAA"}
@@ -0,0 +1,10 @@
1
+ type RelativeTimeProps = React.HTMLAttributes<HTMLTimeElement> & {
2
+ date: Date | number | string;
3
+ prefix?: string;
4
+ };
5
+ export declare const RelativeTime: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLTimeElement> & {
6
+ date: Date | number | string;
7
+ prefix?: string;
8
+ } & import("react").RefAttributes<HTMLTimeElement>>;
9
+ export type { RelativeTimeProps };
10
+ //# sourceMappingURL=relative-time.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"relative-time.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/relative-time.tsx"],"names":[],"mappings":"AAKA,KAAK,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,GAAG;IAC/D,IAAI,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,CAAA;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAyBD,eAAO,MAAM,YAAY;UA3BjB,IAAI,GAAG,MAAM,GAAG,MAAM;aACnB,MAAM;mDA2DhB,CAAA;AAED,YAAY,EAAE,iBAAiB,EAAE,CAAA"}
@@ -0,0 +1,12 @@
1
+ type RibbonBannerProps = React.HTMLAttributes<HTMLDivElement> & {
2
+ color?: string;
3
+ position?: 'top-left' | 'top-right';
4
+ text: string;
5
+ };
6
+ export declare const RibbonBanner: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
7
+ color?: string;
8
+ position?: "top-left" | "top-right";
9
+ text: string;
10
+ } & import("react").RefAttributes<HTMLDivElement>>;
11
+ export type { RibbonBannerProps };
12
+ //# sourceMappingURL=ribbon-banner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ribbon-banner.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/ribbon-banner.tsx"],"names":[],"mappings":"AAKA,KAAK,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IAC9D,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,UAAU,GAAG,WAAW,CAAA;IACnC,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;AAED,eAAO,MAAM,YAAY;YALf,MAAM;eACH,UAAU,GAAG,WAAW;UAC7B,MAAM;kDAoCb,CAAA;AAED,YAAY,EAAE,iBAAiB,EAAE,CAAA"}
@@ -0,0 +1,10 @@
1
+ type ScrollProgressProps = React.HTMLAttributes<HTMLDivElement> & {
2
+ color?: string;
3
+ height?: number;
4
+ };
5
+ export declare const ScrollProgress: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
6
+ color?: string;
7
+ height?: number;
8
+ } & import("react").RefAttributes<HTMLDivElement>>;
9
+ export type { ScrollProgressProps };
10
+ //# sourceMappingURL=scroll-progress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scroll-progress.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/scroll-progress.tsx"],"names":[],"mappings":"AAKA,KAAK,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IAChE,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,eAAO,MAAM,cAAc;YAJjB,MAAM;aACL,MAAM;kDAwChB,CAAA;AAED,YAAY,EAAE,mBAAmB,EAAE,CAAA"}
@@ -0,0 +1,10 @@
1
+ type ShortcutDisplayProps = React.HTMLAttributes<HTMLSpanElement> & {
2
+ description?: string;
3
+ keys: string[];
4
+ };
5
+ export declare const ShortcutDisplay: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLSpanElement> & {
6
+ description?: string;
7
+ keys: string[];
8
+ } & import("react").RefAttributes<HTMLSpanElement>>;
9
+ export type { ShortcutDisplayProps };
10
+ //# sourceMappingURL=shortcut-display.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shortcut-display.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/shortcut-display.tsx"],"names":[],"mappings":"AAMA,KAAK,oBAAoB,GAAG,KAAK,CAAC,cAAc,CAAC,eAAe,CAAC,GAAG;IAClE,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,EAAE,MAAM,EAAE,CAAA;CACf,CAAA;AAED,eAAO,MAAM,eAAe;kBAJZ,MAAM;UACd,MAAM,EAAE;mDAuBf,CAAA;AAED,YAAY,EAAE,oBAAoB,EAAE,CAAA"}
@@ -0,0 +1,13 @@
1
+ import type { ReactNode } from 'react';
2
+ type ZoomOnHoverProps = React.HTMLAttributes<HTMLDivElement> & {
3
+ children: ReactNode;
4
+ duration?: number;
5
+ scale?: number;
6
+ };
7
+ export declare const ZoomOnHover: import("react").ForwardRefExoticComponent<import("react").HTMLAttributes<HTMLDivElement> & {
8
+ children: ReactNode;
9
+ duration?: number;
10
+ scale?: number;
11
+ } & import("react").RefAttributes<HTMLDivElement>>;
12
+ export type { ZoomOnHoverProps };
13
+ //# sourceMappingURL=zoom-on-hover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"zoom-on-hover.d.ts","sourceRoot":"","sources":["../../src/l3-atoms/zoom-on-hover.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKtC,KAAK,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IAC7D,QAAQ,EAAE,SAAS,CAAA;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAA;AAED,eAAO,MAAM,WAAW;cALZ,SAAS;eACR,MAAM;YACT,MAAM;kDA2Bf,CAAA;AAED,YAAY,EAAE,gBAAgB,EAAE,CAAA"}
@@ -0,0 +1,13 @@
1
+ import type { ReactNode } from 'react';
2
+ type BannerVariant = 'danger' | 'info' | 'success' | 'warning';
3
+ export type BannerProps = {
4
+ message: ReactNode;
5
+ variant?: BannerVariant;
6
+ dismissible?: boolean;
7
+ onDismiss?: () => void;
8
+ glass?: boolean;
9
+ className?: string;
10
+ };
11
+ export declare const Banner: import("react").ForwardRefExoticComponent<BannerProps & import("react").RefAttributes<HTMLDivElement>>;
12
+ export type { BannerVariant };
13
+ //# sourceMappingURL=banner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"banner.d.ts","sourceRoot":"","sources":["../../src/l4-molecules/banner.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAOtC,KAAK,aAAa,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,CAAA;AAgC9D,MAAM,MAAM,WAAW,GAAG;IACxB,OAAO,EAAE,SAAS,CAAA;IAClB,OAAO,CAAC,EAAE,aAAa,CAAA;IACvB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAA;IACtB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,MAAM,wGAgClB,CAAA;AAED,YAAY,EAAE,aAAa,EAAE,CAAA"}
@@ -0,0 +1,9 @@
1
+ import type { ReactNode } from 'react';
2
+ export type BeforeAfterProps = {
3
+ before: ReactNode;
4
+ after: ReactNode;
5
+ initialPosition?: number;
6
+ className?: string;
7
+ };
8
+ export declare const BeforeAfter: import("react").ForwardRefExoticComponent<BeforeAfterProps & import("react").RefAttributes<HTMLDivElement>>;
9
+ //# sourceMappingURL=before-after.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"before-after.d.ts","sourceRoot":"","sources":["../../src/l4-molecules/before-after.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKtC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,EAAE,SAAS,CAAA;IACjB,KAAK,EAAE,SAAS,CAAA;IAChB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,WAAW,6GAmFvB,CAAA"}
@@ -0,0 +1,10 @@
1
+ export type CodeSnippetProps = {
2
+ code: string;
3
+ language?: string;
4
+ copyable?: boolean;
5
+ showLineNumbers?: boolean;
6
+ glass?: boolean;
7
+ className?: string;
8
+ };
9
+ export declare const CodeSnippet: import("react").ForwardRefExoticComponent<CodeSnippetProps & import("react").RefAttributes<HTMLPreElement>>;
10
+ //# sourceMappingURL=code-snippet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code-snippet.d.ts","sourceRoot":"","sources":["../../src/l4-molecules/code-snippet.tsx"],"names":[],"mappings":"AAOA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,WAAW,6GAgFvB,CAAA"}
@@ -0,0 +1,9 @@
1
+ import type { ReactNode } from 'react';
2
+ export type CopyToClipboardProps = {
3
+ children: ReactNode;
4
+ value: string;
5
+ feedback?: string;
6
+ className?: string;
7
+ };
8
+ export declare const CopyToClipboard: import("react").ForwardRefExoticComponent<CopyToClipboardProps & import("react").RefAttributes<HTMLSpanElement>>;
9
+ //# sourceMappingURL=copy-to-clipboard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"copy-to-clipboard.d.ts","sourceRoot":"","sources":["../../src/l4-molecules/copy-to-clipboard.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAMtC,MAAM,MAAM,oBAAoB,GAAG;IACjC,QAAQ,EAAE,SAAS,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,eAAe,kHAsC3B,CAAA"}
@@ -0,0 +1,15 @@
1
+ import type { ReactNode } from 'react';
2
+ type DataCardChangeType = 'down' | 'neutral' | 'up';
3
+ export type DataCardProps = {
4
+ title: string;
5
+ value: number | string;
6
+ change?: string;
7
+ changeType?: DataCardChangeType;
8
+ icon?: ReactNode;
9
+ footer?: ReactNode;
10
+ glass?: boolean;
11
+ className?: string;
12
+ };
13
+ export declare const DataCard: import("react").ForwardRefExoticComponent<DataCardProps & import("react").RefAttributes<HTMLDivElement>>;
14
+ export type { DataCardChangeType };
15
+ //# sourceMappingURL=data-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-card.d.ts","sourceRoot":"","sources":["../../src/l4-molecules/data-card.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAMtC,KAAK,kBAAkB,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,CAAA;AAQnD,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,UAAU,CAAC,EAAE,kBAAkB,CAAA;IAC/B,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,QAAQ,0GA6CpB,CAAA;AAED,YAAY,EAAE,kBAAkB,EAAE,CAAA"}
@@ -0,0 +1,8 @@
1
+ import type { ReactNode } from 'react';
2
+ export type DescriptionProps = {
3
+ children: ReactNode;
4
+ title?: string;
5
+ className?: string;
6
+ };
7
+ export declare const Description: import("react").ForwardRefExoticComponent<DescriptionProps & import("react").RefAttributes<HTMLDivElement>>;
8
+ //# sourceMappingURL=description.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"description.d.ts","sourceRoot":"","sources":["../../src/l4-molecules/description.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAKtC,MAAM,MAAM,gBAAgB,GAAG;IAC7B,QAAQ,EAAE,SAAS,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,WAAW,6GAWvB,CAAA"}
@@ -0,0 +1,10 @@
1
+ export type DownloadButtonProps = {
2
+ label: string;
3
+ progress?: number;
4
+ complete?: boolean;
5
+ onClick: () => void;
6
+ disabled?: boolean;
7
+ className?: string;
8
+ };
9
+ export declare const DownloadButton: import("react").ForwardRefExoticComponent<DownloadButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
10
+ //# sourceMappingURL=download-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"download-button.d.ts","sourceRoot":"","sources":["../../src/l4-molecules/download-button.tsx"],"names":[],"mappings":"AAMA,MAAM,MAAM,mBAAmB,GAAG;IAChC,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,cAAc,mHAgD1B,CAAA"}