@digo-labs/ui 0.1.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.
Files changed (243) hide show
  1. package/dist/animation/motion-animate-presence.d.ts +15 -0
  2. package/dist/blocks/auth-guard.d.ts +7 -0
  3. package/dist/blocks/card.d.ts +20 -0
  4. package/dist/blocks/chat-thread.d.ts +15 -0
  5. package/dist/blocks/command-button.d.ts +9 -0
  6. package/dist/blocks/copy-paste-button.d.ts +9 -0
  7. package/dist/blocks/dropzone.d.ts +23 -0
  8. package/dist/blocks/font-picker.d.ts +8 -0
  9. package/dist/blocks/google-signin-button.d.ts +8 -0
  10. package/dist/blocks/image-dropzone.d.ts +11 -0
  11. package/dist/blocks/navbar.d.ts +9 -0
  12. package/dist/blocks/palette-picker.d.ts +9 -0
  13. package/dist/blocks/parameter-color-swatch-picker.d.ts +9 -0
  14. package/dist/blocks/parameter-color.d.ts +10 -0
  15. package/dist/blocks/parameter-combobox.d.ts +18 -0
  16. package/dist/blocks/parameter-files.d.ts +9 -0
  17. package/dist/blocks/parameter-font-picker.d.ts +9 -0
  18. package/dist/blocks/parameter-image.d.ts +9 -0
  19. package/dist/blocks/parameter-number.d.ts +10 -0
  20. package/dist/blocks/parameter-palette-picker.d.ts +10 -0
  21. package/dist/blocks/parameter-preset-picker.d.ts +10 -0
  22. package/dist/blocks/parameter-select.d.ts +17 -0
  23. package/dist/blocks/parameter-shadow-group.d.ts +16 -0
  24. package/dist/blocks/parameter-slider.d.ts +10 -0
  25. package/dist/blocks/parameter-switch.d.ts +9 -0
  26. package/dist/blocks/parameter-text-area.d.ts +9 -0
  27. package/dist/blocks/parameter-text.d.ts +9 -0
  28. package/dist/blocks/parameter-toggle-group.d.ts +18 -0
  29. package/dist/blocks/parameter-toggle.d.ts +11 -0
  30. package/dist/blocks/parameter-typography-group.d.ts +16 -0
  31. package/dist/blocks/placeholder.d.ts +13 -0
  32. package/dist/blocks/preset-picker.d.ts +9 -0
  33. package/dist/blocks/prompt-input.d.ts +43 -0
  34. package/dist/blocks/switch-theme.d.ts +7 -0
  35. package/dist/blocks/toggle-theme.d.ts +3 -0
  36. package/dist/blocks/transparent-background.d.ts +6 -0
  37. package/dist/components/accordion.d.ts +9 -0
  38. package/dist/components/alert.d.ts +11 -0
  39. package/dist/components/autocomplete.d.ts +31 -0
  40. package/dist/components/button.d.ts +6 -0
  41. package/dist/components/chart.d.ts +43 -0
  42. package/dist/components/checkbox.d.ts +6 -0
  43. package/dist/components/code-block.d.ts +16 -0
  44. package/dist/components/collapsible.d.ts +20 -0
  45. package/dist/components/color-area.d.ts +7 -0
  46. package/dist/components/color-field.d.ts +7 -0
  47. package/dist/components/color-input.d.ts +11 -0
  48. package/dist/components/color-picker.d.ts +18 -0
  49. package/dist/components/color-slider.d.ts +11 -0
  50. package/dist/components/color-swatch-picker.d.ts +9 -0
  51. package/dist/components/color-swatch.d.ts +8 -0
  52. package/dist/components/combobox.d.ts +44 -0
  53. package/dist/components/command.d.ts +24 -0
  54. package/dist/components/drawer.d.ts +23 -0
  55. package/dist/components/empty.d.ts +18 -0
  56. package/dist/components/field-set.d.ts +7 -0
  57. package/dist/components/field.d.ts +12 -0
  58. package/dist/components/form.d.ts +6 -0
  59. package/dist/components/group.d.ts +12 -0
  60. package/dist/components/icon.d.ts +7 -0
  61. package/dist/components/image.d.ts +9 -0
  62. package/dist/components/input-group.d.ts +15 -0
  63. package/dist/components/input.d.ts +8 -0
  64. package/dist/components/kbd.d.ts +7 -0
  65. package/dist/components/label.d.ts +6 -0
  66. package/dist/components/loader.d.ts +12 -0
  67. package/dist/components/masonry.d.ts +8 -0
  68. package/dist/components/navigation-menu.d.ts +14 -0
  69. package/dist/components/number-field.d.ts +10 -0
  70. package/dist/components/pagination.d.ts +16 -0
  71. package/dist/components/parameter-group.d.ts +12 -0
  72. package/dist/components/parameter.d.ts +21 -0
  73. package/dist/components/popover.d.ts +11 -0
  74. package/dist/components/progress.d.ts +10 -0
  75. package/dist/components/reorder-list.d.ts +1 -0
  76. package/dist/components/scroll-area.d.ts +10 -0
  77. package/dist/components/select.d.ts +23 -0
  78. package/dist/components/separator.d.ts +6 -0
  79. package/dist/components/sidebar.d.ts +21 -0
  80. package/dist/components/slider.d.ts +17 -0
  81. package/dist/components/spacer.d.ts +6 -0
  82. package/dist/components/spinner.d.ts +12 -0
  83. package/dist/components/switch.d.ts +10 -0
  84. package/dist/components/table-of-contents.d.ts +22 -0
  85. package/dist/components/tabs.d.ts +9 -0
  86. package/dist/components/text-area.d.ts +9 -0
  87. package/dist/components/tint-image.d.ts +7 -0
  88. package/dist/components/toast.d.ts +9 -0
  89. package/dist/components/toggle-group.d.ts +10 -0
  90. package/dist/components/toggle.d.ts +6 -0
  91. package/dist/components/tooltip.d.ts +21 -0
  92. package/dist/cursors/cursor-bracket.d.ts +11 -0
  93. package/dist/cursors/cursor-clipping.d.ts +9 -0
  94. package/dist/cursors/cursor-container.d.ts +18 -0
  95. package/dist/effects/border-glow.d.ts +23 -0
  96. package/dist/effects/border-trail.d.ts +10 -0
  97. package/dist/effects/counter.d.ts +14 -0
  98. package/dist/effects/cube-scene.d.ts +11 -0
  99. package/dist/effects/dark-veil.d.ts +12 -0
  100. package/dist/effects/dissolve-overlay.d.ts +15 -0
  101. package/dist/effects/dot-grid.d.ts +19 -0
  102. package/dist/effects/draggable-container.d.ts +10 -0
  103. package/dist/effects/faulty-terminal.d.ts +25 -0
  104. package/dist/effects/floating-lines.d.ts +25 -0
  105. package/dist/effects/glass-container.d.ts +13 -0
  106. package/dist/effects/grainient.d.ts +28 -0
  107. package/dist/effects/image-transition.d.ts +24 -0
  108. package/dist/effects/infinite-menu.d.ts +19 -0
  109. package/dist/effects/iridescence.d.ts +12 -0
  110. package/dist/effects/letter-swap.d.ts +8 -0
  111. package/dist/effects/marquee-bar.d.ts +6 -0
  112. package/dist/effects/marquee.d.ts +26 -0
  113. package/dist/effects/noise.d.ts +10 -0
  114. package/dist/effects/orb.d.ts +15 -0
  115. package/dist/effects/text-morph.d.ts +14 -0
  116. package/dist/effects/text-pressure.d.ts +13 -0
  117. package/dist/effects/text-roll.d.ts +22 -0
  118. package/dist/effects/text-scramble.d.ts +16 -0
  119. package/dist/effects/text-shimmer-wave.d.ts +16 -0
  120. package/dist/effects/text-shimmer.d.ts +13 -0
  121. package/dist/effects/text-swap-letter.d.ts +6 -0
  122. package/dist/effects/text-type.d.ts +27 -0
  123. package/dist/hooks/use-animated-value.d.ts +1 -0
  124. package/dist/hooks/use-element-size.d.ts +5 -0
  125. package/dist/hooks/use-focus-size.d.ts +1 -0
  126. package/dist/hooks/use-fullscreen.d.ts +1 -0
  127. package/dist/hooks/use-preloaded-image.d.ts +1 -0
  128. package/dist/hooks/use-stopwatch.d.ts +9 -0
  129. package/dist/hooks/use-timer.d.ts +15 -0
  130. package/dist/index.css +3 -0
  131. package/dist/index.d.ts +141 -0
  132. package/dist/index.js +13654 -0
  133. package/dist/index.js.map +1 -0
  134. package/dist/other/animations.d.ts +7 -0
  135. package/dist/other/image-transition-effects.d.ts +3 -0
  136. package/dist/outdated/lottie.d.ts +8 -0
  137. package/dist/outdated/qr-code.d.ts +8 -0
  138. package/dist/outdated/shape.d.ts +11 -0
  139. package/dist/outdated/tint.d.ts +6 -0
  140. package/dist/presets/curated/default.d.ts +2 -0
  141. package/dist/presets/curated/index.d.ts +3 -0
  142. package/dist/presets/curated/ocean.d.ts +2 -0
  143. package/dist/presets/curated/retro-futuristic.d.ts +2 -0
  144. package/dist/presets/helpers.d.ts +4 -0
  145. package/dist/presets/index.d.ts +6 -0
  146. package/dist/presets/palettes.d.ts +2 -0
  147. package/dist/presets/types.d.ts +40 -0
  148. package/dist/providers/command-provider.d.ts +11 -0
  149. package/dist/providers/component-styles-provider.d.ts +20 -0
  150. package/dist/providers/design-system-provider.d.ts +27 -0
  151. package/dist/styles/accordion.d.ts +85 -0
  152. package/dist/styles/alert.d.ts +253 -0
  153. package/dist/styles/autocomplete.d.ts +141 -0
  154. package/dist/styles/button.d.ts +238 -0
  155. package/dist/styles/card.d.ts +61 -0
  156. package/dist/styles/chart.d.ts +109 -0
  157. package/dist/styles/chat-thread.d.ts +117 -0
  158. package/dist/styles/checkbox.d.ts +45 -0
  159. package/dist/styles/code-block.d.ts +69 -0
  160. package/dist/styles/collapsible.d.ts +69 -0
  161. package/dist/styles/color-area.d.ts +45 -0
  162. package/dist/styles/color-field.d.ts +45 -0
  163. package/dist/styles/color-input.d.ts +85 -0
  164. package/dist/styles/color-picker.d.ts +101 -0
  165. package/dist/styles/color-slider.d.ts +79 -0
  166. package/dist/styles/color-swatch-picker.d.ts +69 -0
  167. package/dist/styles/color-swatch.d.ts +53 -0
  168. package/dist/styles/combobox.d.ts +197 -0
  169. package/dist/styles/command-button.d.ts +45 -0
  170. package/dist/styles/command.d.ts +125 -0
  171. package/dist/styles/counter.d.ts +85 -0
  172. package/dist/styles/drawer.d.ts +192 -0
  173. package/dist/styles/dropzone.d.ts +125 -0
  174. package/dist/styles/empty.d.ts +101 -0
  175. package/dist/styles/field-set.d.ts +45 -0
  176. package/dist/styles/field.d.ts +69 -0
  177. package/dist/styles/font-picker.d.ts +117 -0
  178. package/dist/styles/form.d.ts +37 -0
  179. package/dist/styles/google-signin-button.d.ts +61 -0
  180. package/dist/styles/group.d.ts +83 -0
  181. package/dist/styles/image-dropzone.d.ts +101 -0
  182. package/dist/styles/image.d.ts +53 -0
  183. package/dist/styles/index.d.ts +86 -0
  184. package/dist/styles/input-group.d.ts +61 -0
  185. package/dist/styles/input.d.ts +126 -0
  186. package/dist/styles/kbd.d.ts +45 -0
  187. package/dist/styles/label.d.ts +37 -0
  188. package/dist/styles/masonry.d.ts +45 -0
  189. package/dist/styles/motion-animate-presence.d.ts +45 -0
  190. package/dist/styles/navbar.d.ts +61 -0
  191. package/dist/styles/navigation-menu.d.ts +133 -0
  192. package/dist/styles/number-field.d.ts +69 -0
  193. package/dist/styles/pagination.d.ts +77 -0
  194. package/dist/styles/palette-picker.d.ts +101 -0
  195. package/dist/styles/parameter-color-swatch-picker.d.ts +69 -0
  196. package/dist/styles/parameter-color.d.ts +69 -0
  197. package/dist/styles/parameter-combobox.d.ts +133 -0
  198. package/dist/styles/parameter-files.d.ts +69 -0
  199. package/dist/styles/parameter-font-picker.d.ts +69 -0
  200. package/dist/styles/parameter-group.d.ts +77 -0
  201. package/dist/styles/parameter-image.d.ts +69 -0
  202. package/dist/styles/parameter-number.d.ts +69 -0
  203. package/dist/styles/parameter-palette-picker.d.ts +69 -0
  204. package/dist/styles/parameter-preset-picker.d.ts +69 -0
  205. package/dist/styles/parameter-select.d.ts +85 -0
  206. package/dist/styles/parameter-shadow-group.d.ts +53 -0
  207. package/dist/styles/parameter-slider.d.ts +77 -0
  208. package/dist/styles/parameter-switch.d.ts +69 -0
  209. package/dist/styles/parameter-text-area.d.ts +69 -0
  210. package/dist/styles/parameter-text.d.ts +69 -0
  211. package/dist/styles/parameter-toggle-group.d.ts +77 -0
  212. package/dist/styles/parameter-toggle.d.ts +69 -0
  213. package/dist/styles/parameter-typography-group.d.ts +45 -0
  214. package/dist/styles/parameter.d.ts +85 -0
  215. package/dist/styles/placeholder.d.ts +69 -0
  216. package/dist/styles/popover.d.ts +77 -0
  217. package/dist/styles/preset-picker.d.ts +109 -0
  218. package/dist/styles/progress.d.ts +69 -0
  219. package/dist/styles/prompt-input.d.ts +141 -0
  220. package/dist/styles/properties.d.ts +101 -0
  221. package/dist/styles/scroll-area.d.ts +61 -0
  222. package/dist/styles/select.d.ts +157 -0
  223. package/dist/styles/separator.d.ts +70 -0
  224. package/dist/styles/sidebar.d.ts +109 -0
  225. package/dist/styles/slider.d.ts +167 -0
  226. package/dist/styles/spacer.d.ts +37 -0
  227. package/dist/styles/spinner.d.ts +56 -0
  228. package/dist/styles/switch.d.ts +94 -0
  229. package/dist/styles/table-of-contents.d.ts +85 -0
  230. package/dist/styles/tabs.d.ts +166 -0
  231. package/dist/styles/text-area.d.ts +168 -0
  232. package/dist/styles/text-shimmer.d.ts +37 -0
  233. package/dist/styles/tint-image.d.ts +45 -0
  234. package/dist/styles/toast.d.ts +352 -0
  235. package/dist/styles/toggle-group.d.ts +136 -0
  236. package/dist/styles/toggle.d.ts +91 -0
  237. package/dist/styles/tooltip.d.ts +61 -0
  238. package/dist/utils/code-meta-parser.d.ts +6 -0
  239. package/dist/utils/helpers.d.ts +2 -0
  240. package/dist/utils/motion-presets.d.ts +125 -0
  241. package/dist/utils/shiki-highlighter.d.ts +10 -0
  242. package/dist/utils/styles.d.ts +4 -0
  243. package/package.json +69 -0
@@ -0,0 +1,85 @@
1
+ export declare const tableOfContents: import('tailwind-variants').TVReturnType<{
2
+ [key: string]: {
3
+ [key: string]: import('tailwind-variants').ClassValue | {
4
+ root?: import('tailwind-variants').ClassValue;
5
+ item?: import('tailwind-variants').ClassValue;
6
+ header?: import('tailwind-variants').ClassValue;
7
+ indicator?: import('tailwind-variants').ClassValue;
8
+ items?: import('tailwind-variants').ClassValue;
9
+ line?: import('tailwind-variants').ClassValue;
10
+ treeIndicator?: import('tailwind-variants').ClassValue;
11
+ };
12
+ };
13
+ } | {
14
+ [x: string]: {
15
+ [x: string]: import('tailwind-variants').ClassValue | {
16
+ root?: import('tailwind-variants').ClassValue;
17
+ item?: import('tailwind-variants').ClassValue;
18
+ header?: import('tailwind-variants').ClassValue;
19
+ indicator?: import('tailwind-variants').ClassValue;
20
+ items?: import('tailwind-variants').ClassValue;
21
+ line?: import('tailwind-variants').ClassValue;
22
+ treeIndicator?: import('tailwind-variants').ClassValue;
23
+ };
24
+ };
25
+ } | {}, {
26
+ root: string;
27
+ header: string;
28
+ items: string;
29
+ item: string;
30
+ indicator: string;
31
+ line: string;
32
+ treeIndicator: string;
33
+ }, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
34
+ [key: string]: {
35
+ [key: string]: import('tailwind-variants').ClassValue | {
36
+ root?: import('tailwind-variants').ClassValue;
37
+ item?: import('tailwind-variants').ClassValue;
38
+ header?: import('tailwind-variants').ClassValue;
39
+ indicator?: import('tailwind-variants').ClassValue;
40
+ items?: import('tailwind-variants').ClassValue;
41
+ line?: import('tailwind-variants').ClassValue;
42
+ treeIndicator?: import('tailwind-variants').ClassValue;
43
+ };
44
+ };
45
+ } | {}>, {
46
+ [key: string]: {
47
+ [key: string]: import('tailwind-variants').ClassValue | {
48
+ root?: import('tailwind-variants').ClassValue;
49
+ item?: import('tailwind-variants').ClassValue;
50
+ header?: import('tailwind-variants').ClassValue;
51
+ indicator?: import('tailwind-variants').ClassValue;
52
+ items?: import('tailwind-variants').ClassValue;
53
+ line?: import('tailwind-variants').ClassValue;
54
+ treeIndicator?: import('tailwind-variants').ClassValue;
55
+ };
56
+ };
57
+ } | {}, {
58
+ root: string;
59
+ header: string;
60
+ items: string;
61
+ item: string;
62
+ indicator: string;
63
+ line: string;
64
+ treeIndicator: string;
65
+ }, import('tailwind-variants').TVReturnType<unknown, {
66
+ root: string;
67
+ header: string;
68
+ items: string;
69
+ item: string;
70
+ indicator: string;
71
+ line: string;
72
+ treeIndicator: string;
73
+ }, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
74
+ [key: string]: {
75
+ [key: string]: import('tailwind-variants').ClassValue | {
76
+ root?: import('tailwind-variants').ClassValue;
77
+ item?: import('tailwind-variants').ClassValue;
78
+ header?: import('tailwind-variants').ClassValue;
79
+ indicator?: import('tailwind-variants').ClassValue;
80
+ items?: import('tailwind-variants').ClassValue;
81
+ line?: import('tailwind-variants').ClassValue;
82
+ treeIndicator?: import('tailwind-variants').ClassValue;
83
+ };
84
+ };
85
+ } | {}>, unknown, unknown, undefined>>;
@@ -0,0 +1,166 @@
1
+ export declare const tabs: import('tailwind-variants').TVReturnType<{
2
+ variant: {
3
+ default: {
4
+ list: string;
5
+ indicator: string;
6
+ };
7
+ underline: {
8
+ list: string;
9
+ tab: string;
10
+ indicator: string;
11
+ };
12
+ };
13
+ orientation: {
14
+ horizontal: {};
15
+ vertical: {
16
+ root: string;
17
+ list: string;
18
+ tab: string;
19
+ indicator: string;
20
+ };
21
+ };
22
+ }, {
23
+ root: string;
24
+ list: string;
25
+ indicator: string;
26
+ tab: string[];
27
+ panel: string;
28
+ }, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
29
+ variant: {
30
+ default: {
31
+ list: string;
32
+ indicator: string;
33
+ };
34
+ underline: {
35
+ list: string;
36
+ tab: string;
37
+ indicator: string;
38
+ };
39
+ };
40
+ orientation: {
41
+ horizontal: {};
42
+ vertical: {
43
+ root: string;
44
+ list: string;
45
+ tab: string;
46
+ indicator: string;
47
+ };
48
+ };
49
+ }, {
50
+ variant: {
51
+ default: {
52
+ list: string;
53
+ indicator: string;
54
+ };
55
+ underline: {
56
+ list: string;
57
+ tab: string;
58
+ indicator: string;
59
+ };
60
+ };
61
+ orientation: {
62
+ horizontal: {};
63
+ vertical: {
64
+ root: string;
65
+ list: string;
66
+ tab: string;
67
+ indicator: string;
68
+ };
69
+ };
70
+ }>, {
71
+ variant: {
72
+ default: {
73
+ list: string;
74
+ indicator: string;
75
+ };
76
+ underline: {
77
+ list: string;
78
+ tab: string;
79
+ indicator: string;
80
+ };
81
+ };
82
+ orientation: {
83
+ horizontal: {};
84
+ vertical: {
85
+ root: string;
86
+ list: string;
87
+ tab: string;
88
+ indicator: string;
89
+ };
90
+ };
91
+ }, {
92
+ root: string;
93
+ list: string;
94
+ indicator: string;
95
+ tab: string[];
96
+ panel: string;
97
+ }, import('tailwind-variants').TVReturnType<{
98
+ variant: {
99
+ default: {
100
+ list: string;
101
+ indicator: string;
102
+ };
103
+ underline: {
104
+ list: string;
105
+ tab: string;
106
+ indicator: string;
107
+ };
108
+ };
109
+ orientation: {
110
+ horizontal: {};
111
+ vertical: {
112
+ root: string;
113
+ list: string;
114
+ tab: string;
115
+ indicator: string;
116
+ };
117
+ };
118
+ }, {
119
+ root: string;
120
+ list: string;
121
+ indicator: string;
122
+ tab: string[];
123
+ panel: string;
124
+ }, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
125
+ variant: {
126
+ default: {
127
+ list: string;
128
+ indicator: string;
129
+ };
130
+ underline: {
131
+ list: string;
132
+ tab: string;
133
+ indicator: string;
134
+ };
135
+ };
136
+ orientation: {
137
+ horizontal: {};
138
+ vertical: {
139
+ root: string;
140
+ list: string;
141
+ tab: string;
142
+ indicator: string;
143
+ };
144
+ };
145
+ }, {
146
+ variant: {
147
+ default: {
148
+ list: string;
149
+ indicator: string;
150
+ };
151
+ underline: {
152
+ list: string;
153
+ tab: string;
154
+ indicator: string;
155
+ };
156
+ };
157
+ orientation: {
158
+ horizontal: {};
159
+ vertical: {
160
+ root: string;
161
+ list: string;
162
+ tab: string;
163
+ indicator: string;
164
+ };
165
+ };
166
+ }>, unknown, unknown, undefined>>;
@@ -0,0 +1,168 @@
1
+ export declare const textArea: import('tailwind-variants').TVReturnType<{
2
+ variant: {
3
+ default: {
4
+ root: string[];
5
+ };
6
+ ghost: {
7
+ root: string;
8
+ };
9
+ };
10
+ unstyled: {
11
+ false: {
12
+ root: string;
13
+ };
14
+ true: {
15
+ root: string;
16
+ };
17
+ };
18
+ resize: {
19
+ false: {
20
+ root: string;
21
+ };
22
+ true: {};
23
+ };
24
+ }, {
25
+ root: string[];
26
+ }, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
27
+ variant: {
28
+ default: {
29
+ root: string[];
30
+ };
31
+ ghost: {
32
+ root: string;
33
+ };
34
+ };
35
+ unstyled: {
36
+ false: {
37
+ root: string;
38
+ };
39
+ true: {
40
+ root: string;
41
+ };
42
+ };
43
+ resize: {
44
+ false: {
45
+ root: string;
46
+ };
47
+ true: {};
48
+ };
49
+ }, {
50
+ variant: {
51
+ default: {
52
+ root: string[];
53
+ };
54
+ ghost: {
55
+ root: string;
56
+ };
57
+ };
58
+ unstyled: {
59
+ false: {
60
+ root: string;
61
+ };
62
+ true: {
63
+ root: string;
64
+ };
65
+ };
66
+ resize: {
67
+ false: {
68
+ root: string;
69
+ };
70
+ true: {};
71
+ };
72
+ }>, {
73
+ variant: {
74
+ default: {
75
+ root: string[];
76
+ };
77
+ ghost: {
78
+ root: string;
79
+ };
80
+ };
81
+ unstyled: {
82
+ false: {
83
+ root: string;
84
+ };
85
+ true: {
86
+ root: string;
87
+ };
88
+ };
89
+ resize: {
90
+ false: {
91
+ root: string;
92
+ };
93
+ true: {};
94
+ };
95
+ }, {
96
+ root: string[];
97
+ }, import('tailwind-variants').TVReturnType<{
98
+ variant: {
99
+ default: {
100
+ root: string[];
101
+ };
102
+ ghost: {
103
+ root: string;
104
+ };
105
+ };
106
+ unstyled: {
107
+ false: {
108
+ root: string;
109
+ };
110
+ true: {
111
+ root: string;
112
+ };
113
+ };
114
+ resize: {
115
+ false: {
116
+ root: string;
117
+ };
118
+ true: {};
119
+ };
120
+ }, {
121
+ root: string[];
122
+ }, undefined, import('tailwind-variants/dist/config.js').TVConfig<{
123
+ variant: {
124
+ default: {
125
+ root: string[];
126
+ };
127
+ ghost: {
128
+ root: string;
129
+ };
130
+ };
131
+ unstyled: {
132
+ false: {
133
+ root: string;
134
+ };
135
+ true: {
136
+ root: string;
137
+ };
138
+ };
139
+ resize: {
140
+ false: {
141
+ root: string;
142
+ };
143
+ true: {};
144
+ };
145
+ }, {
146
+ variant: {
147
+ default: {
148
+ root: string[];
149
+ };
150
+ ghost: {
151
+ root: string;
152
+ };
153
+ };
154
+ unstyled: {
155
+ false: {
156
+ root: string;
157
+ };
158
+ true: {
159
+ root: string;
160
+ };
161
+ };
162
+ resize: {
163
+ false: {
164
+ root: string;
165
+ };
166
+ true: {};
167
+ };
168
+ }>, unknown, unknown, undefined>>;
@@ -0,0 +1,37 @@
1
+ export declare const textShimmer: import('tailwind-variants').TVReturnType<{
2
+ [key: string]: {
3
+ [key: string]: import('tailwind-variants').ClassValue | {
4
+ root?: import('tailwind-variants').ClassValue;
5
+ };
6
+ };
7
+ } | {
8
+ [x: string]: {
9
+ [x: string]: import('tailwind-variants').ClassValue | {
10
+ root?: import('tailwind-variants').ClassValue;
11
+ };
12
+ };
13
+ } | {}, {
14
+ root: string;
15
+ }, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
16
+ [key: string]: {
17
+ [key: string]: import('tailwind-variants').ClassValue | {
18
+ root?: import('tailwind-variants').ClassValue;
19
+ };
20
+ };
21
+ } | {}>, {
22
+ [key: string]: {
23
+ [key: string]: import('tailwind-variants').ClassValue | {
24
+ root?: import('tailwind-variants').ClassValue;
25
+ };
26
+ };
27
+ } | {}, {
28
+ root: string;
29
+ }, import('tailwind-variants').TVReturnType<unknown, {
30
+ root: string;
31
+ }, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
32
+ [key: string]: {
33
+ [key: string]: import('tailwind-variants').ClassValue | {
34
+ root?: import('tailwind-variants').ClassValue;
35
+ };
36
+ };
37
+ } | {}>, unknown, unknown, undefined>>;
@@ -0,0 +1,45 @@
1
+ export declare const tintImage: import('tailwind-variants').TVReturnType<{
2
+ [key: string]: {
3
+ [key: string]: import('tailwind-variants').ClassValue | {
4
+ root?: import('tailwind-variants').ClassValue;
5
+ image?: import('tailwind-variants').ClassValue;
6
+ };
7
+ };
8
+ } | {
9
+ [x: string]: {
10
+ [x: string]: import('tailwind-variants').ClassValue | {
11
+ root?: import('tailwind-variants').ClassValue;
12
+ image?: import('tailwind-variants').ClassValue;
13
+ };
14
+ };
15
+ } | {}, {
16
+ root: string;
17
+ image: string;
18
+ }, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
19
+ [key: string]: {
20
+ [key: string]: import('tailwind-variants').ClassValue | {
21
+ root?: import('tailwind-variants').ClassValue;
22
+ image?: import('tailwind-variants').ClassValue;
23
+ };
24
+ };
25
+ } | {}>, {
26
+ [key: string]: {
27
+ [key: string]: import('tailwind-variants').ClassValue | {
28
+ root?: import('tailwind-variants').ClassValue;
29
+ image?: import('tailwind-variants').ClassValue;
30
+ };
31
+ };
32
+ } | {}, {
33
+ root: string;
34
+ image: string;
35
+ }, import('tailwind-variants').TVReturnType<unknown, {
36
+ root: string;
37
+ image: string;
38
+ }, undefined, import('tailwind-variants/dist/config.js').TVConfig<unknown, {
39
+ [key: string]: {
40
+ [key: string]: import('tailwind-variants').ClassValue | {
41
+ root?: import('tailwind-variants').ClassValue;
42
+ image?: import('tailwind-variants').ClassValue;
43
+ };
44
+ };
45
+ } | {}>, unknown, unknown, undefined>>;