sv5ui-plus 4.0.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 (214) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +62 -0
  3. package/dist/adapters/notify.d.ts +29 -0
  4. package/dist/adapters/notify.js +88 -0
  5. package/dist/compat.d.ts +6 -0
  6. package/dist/compat.js +6 -0
  7. package/dist/components/BentoGrid/BentoCard.svelte +45 -0
  8. package/dist/components/BentoGrid/BentoCard.svelte.d.ts +4 -0
  9. package/dist/components/BentoGrid/BentoGrid.svelte +9 -0
  10. package/dist/components/BentoGrid/BentoGrid.svelte.d.ts +4 -0
  11. package/dist/components/BentoGrid/bento-grid.types.d.ts +47 -0
  12. package/dist/components/BentoGrid/bento-grid.types.js +1 -0
  13. package/dist/components/BentoGrid/bento-grid.variants.d.ts +30 -0
  14. package/dist/components/BentoGrid/bento-grid.variants.js +16 -0
  15. package/dist/components/BentoGrid/index.d.ts +5 -0
  16. package/dist/components/BentoGrid/index.js +5 -0
  17. package/dist/components/Chart/Chart.svelte +62 -0
  18. package/dist/components/Chart/Chart.svelte.d.ts +4 -0
  19. package/dist/components/Chart/chart.types.d.ts +16 -0
  20. package/dist/components/Chart/chart.types.js +1 -0
  21. package/dist/components/Chart/index.d.ts +2 -0
  22. package/dist/components/Chart/index.js +2 -0
  23. package/dist/components/Chat/ChatBubble.svelte +30 -0
  24. package/dist/components/Chat/ChatBubble.svelte.d.ts +4 -0
  25. package/dist/components/Chat/ChatInput.svelte +50 -0
  26. package/dist/components/Chat/ChatInput.svelte.d.ts +4 -0
  27. package/dist/components/Chat/ChatMessage.svelte +15 -0
  28. package/dist/components/Chat/ChatMessage.svelte.d.ts +4 -0
  29. package/dist/components/Chat/chat.types.d.ts +63 -0
  30. package/dist/components/Chat/chat.types.js +1 -0
  31. package/dist/components/Chat/chat.variants.d.ts +117 -0
  32. package/dist/components/Chat/chat.variants.js +47 -0
  33. package/dist/components/Chat/index.d.ts +6 -0
  34. package/dist/components/Chat/index.js +6 -0
  35. package/dist/components/CodeBlock/CodeBlock.svelte +66 -0
  36. package/dist/components/CodeBlock/CodeBlock.svelte.d.ts +5 -0
  37. package/dist/components/CodeBlock/code-block.types.d.ts +15 -0
  38. package/dist/components/CodeBlock/code-block.types.js +1 -0
  39. package/dist/components/CodeBlock/code-block.variants.d.ts +288 -0
  40. package/dist/components/CodeBlock/code-block.variants.js +69 -0
  41. package/dist/components/CodeBlock/index.d.ts +2 -0
  42. package/dist/components/CodeBlock/index.js +1 -0
  43. package/dist/components/ColorPicker/ColorPicker.svelte +109 -0
  44. package/dist/components/ColorPicker/ColorPicker.svelte.d.ts +4 -0
  45. package/dist/components/ColorPicker/color-picker.types.d.ts +26 -0
  46. package/dist/components/ColorPicker/color-picker.types.js +1 -0
  47. package/dist/components/ColorPicker/color-picker.variants.d.ts +69 -0
  48. package/dist/components/ColorPicker/color-picker.variants.js +13 -0
  49. package/dist/components/ColorPicker/index.d.ts +4 -0
  50. package/dist/components/ColorPicker/index.js +4 -0
  51. package/dist/components/ConfirmDialog/ConfirmDialog.svelte +175 -0
  52. package/dist/components/ConfirmDialog/ConfirmDialog.svelte.d.ts +10 -0
  53. package/dist/components/ConfirmDialog/confirm.d.ts +9 -0
  54. package/dist/components/ConfirmDialog/confirm.js +24 -0
  55. package/dist/components/ConfirmDialog/confirm.types.d.ts +21 -0
  56. package/dist/components/ConfirmDialog/confirm.types.js +1 -0
  57. package/dist/components/ConfirmDialog/index.d.ts +4 -0
  58. package/dist/components/ConfirmDialog/index.js +2 -0
  59. package/dist/components/Fonts/Fonts.svelte +32 -0
  60. package/dist/components/Fonts/Fonts.svelte.d.ts +5 -0
  61. package/dist/components/Fonts/fonts.d.ts +12 -0
  62. package/dist/components/Fonts/fonts.js +126 -0
  63. package/dist/components/Fonts/fonts.types.d.ts +40 -0
  64. package/dist/components/Fonts/fonts.types.js +1 -0
  65. package/dist/components/Fonts/index.d.ts +3 -0
  66. package/dist/components/Fonts/index.js +2 -0
  67. package/dist/components/List/List.svelte +14 -0
  68. package/dist/components/List/List.svelte.d.ts +4 -0
  69. package/dist/components/List/ListItem.svelte +64 -0
  70. package/dist/components/List/ListItem.svelte.d.ts +4 -0
  71. package/dist/components/List/index.d.ts +5 -0
  72. package/dist/components/List/index.js +5 -0
  73. package/dist/components/List/list.types.d.ts +62 -0
  74. package/dist/components/List/list.types.js +1 -0
  75. package/dist/components/List/list.variants.d.ts +99 -0
  76. package/dist/components/List/list.variants.js +42 -0
  77. package/dist/components/LocaleButton/LocaleButton.svelte +181 -0
  78. package/dist/components/LocaleButton/LocaleButton.svelte.d.ts +5 -0
  79. package/dist/components/LocaleButton/index.d.ts +2 -0
  80. package/dist/components/LocaleButton/index.js +1 -0
  81. package/dist/components/LocaleButton/locale-button.types.d.ts +208 -0
  82. package/dist/components/LocaleButton/locale-button.types.js +1 -0
  83. package/dist/components/LocaleButton/locale-button.variants.d.ts +245 -0
  84. package/dist/components/LocaleButton/locale-button.variants.js +98 -0
  85. package/dist/components/Marquee/Marquee.svelte +50 -0
  86. package/dist/components/Marquee/Marquee.svelte.d.ts +4 -0
  87. package/dist/components/Marquee/index.d.ts +4 -0
  88. package/dist/components/Marquee/index.js +4 -0
  89. package/dist/components/Marquee/marquee.types.d.ts +38 -0
  90. package/dist/components/Marquee/marquee.types.js +1 -0
  91. package/dist/components/Marquee/marquee.variants.d.ts +78 -0
  92. package/dist/components/Marquee/marquee.variants.js +28 -0
  93. package/dist/components/NavigationMenu/NavigationMenu.svelte +623 -0
  94. package/dist/components/NavigationMenu/NavigationMenu.svelte.d.ts +5 -0
  95. package/dist/components/NavigationMenu/index.d.ts +2 -0
  96. package/dist/components/NavigationMenu/index.js +1 -0
  97. package/dist/components/NavigationMenu/navigation-menu.types.d.ts +245 -0
  98. package/dist/components/NavigationMenu/navigation-menu.types.js +1 -0
  99. package/dist/components/NavigationMenu/navigation-menu.variants.d.ts +543 -0
  100. package/dist/components/NavigationMenu/navigation-menu.variants.js +287 -0
  101. package/dist/components/NumberTicker/NumberTicker.svelte +59 -0
  102. package/dist/components/NumberTicker/NumberTicker.svelte.d.ts +4 -0
  103. package/dist/components/NumberTicker/index.d.ts +4 -0
  104. package/dist/components/NumberTicker/index.js +4 -0
  105. package/dist/components/NumberTicker/number-ticker.types.d.ts +26 -0
  106. package/dist/components/NumberTicker/number-ticker.types.js +1 -0
  107. package/dist/components/NumberTicker/number-ticker.variants.d.ts +27 -0
  108. package/dist/components/NumberTicker/number-ticker.variants.js +6 -0
  109. package/dist/components/PasswordInput/PasswordInput.svelte +182 -0
  110. package/dist/components/PasswordInput/PasswordInput.svelte.d.ts +5 -0
  111. package/dist/components/PasswordInput/index.d.ts +2 -0
  112. package/dist/components/PasswordInput/index.js +1 -0
  113. package/dist/components/PasswordInput/password-input.types.d.ts +111 -0
  114. package/dist/components/PasswordInput/password-input.types.js +1 -0
  115. package/dist/components/PasswordInput/password-input.variants.d.ts +273 -0
  116. package/dist/components/PasswordInput/password-input.variants.js +105 -0
  117. package/dist/components/Prose/Prose.svelte +13 -0
  118. package/dist/components/Prose/Prose.svelte.d.ts +4 -0
  119. package/dist/components/Prose/index.d.ts +4 -0
  120. package/dist/components/Prose/index.js +4 -0
  121. package/dist/components/Prose/prose.types.d.ts +22 -0
  122. package/dist/components/Prose/prose.types.js +1 -0
  123. package/dist/components/Prose/prose.variants.d.ts +45 -0
  124. package/dist/components/Prose/prose.variants.js +45 -0
  125. package/dist/components/Resizable/Resizable.svelte +9 -0
  126. package/dist/components/Resizable/Resizable.svelte.d.ts +4 -0
  127. package/dist/components/Resizable/index.d.ts +4 -0
  128. package/dist/components/Resizable/index.js +4 -0
  129. package/dist/components/Resizable/resizable.types.d.ts +18 -0
  130. package/dist/components/Resizable/resizable.types.js +1 -0
  131. package/dist/components/Resizable/resizable.variants.d.ts +48 -0
  132. package/dist/components/Resizable/resizable.variants.js +17 -0
  133. package/dist/components/ScrollArea/ScrollArea.svelte +54 -0
  134. package/dist/components/ScrollArea/ScrollArea.svelte.d.ts +4 -0
  135. package/dist/components/ScrollArea/index.d.ts +4 -0
  136. package/dist/components/ScrollArea/index.js +4 -0
  137. package/dist/components/ScrollArea/scroll-area.types.d.ts +27 -0
  138. package/dist/components/ScrollArea/scroll-area.types.js +1 -0
  139. package/dist/components/ScrollArea/scroll-area.variants.d.ts +45 -0
  140. package/dist/components/ScrollArea/scroll-area.variants.js +27 -0
  141. package/dist/components/Search/Search.svelte +94 -0
  142. package/dist/components/Search/Search.svelte.d.ts +4 -0
  143. package/dist/components/Search/index.d.ts +2 -0
  144. package/dist/components/Search/index.js +1 -0
  145. package/dist/components/Search/search.types.d.ts +40 -0
  146. package/dist/components/Search/search.types.js +1 -0
  147. package/dist/components/SortableGroup/SortableGroup.svelte +53 -0
  148. package/dist/components/SortableGroup/SortableGroup.svelte.d.ts +13 -0
  149. package/dist/components/SortableGroup/index.d.ts +1 -0
  150. package/dist/components/SortableGroup/index.js +1 -0
  151. package/dist/components/SortableList/SortableList.svelte +81 -0
  152. package/dist/components/SortableList/SortableList.svelte.d.ts +26 -0
  153. package/dist/components/SortableList/index.d.ts +2 -0
  154. package/dist/components/SortableList/index.js +1 -0
  155. package/dist/components/SortableList/sortable-list.types.d.ts +21 -0
  156. package/dist/components/SortableList/sortable-list.types.js +1 -0
  157. package/dist/components/Spotlight/Spotlight.svelte +31 -0
  158. package/dist/components/Spotlight/Spotlight.svelte.d.ts +4 -0
  159. package/dist/components/Spotlight/index.d.ts +4 -0
  160. package/dist/components/Spotlight/index.js +4 -0
  161. package/dist/components/Spotlight/spotlight.types.d.ts +22 -0
  162. package/dist/components/Spotlight/spotlight.types.js +1 -0
  163. package/dist/components/Spotlight/spotlight.variants.d.ts +39 -0
  164. package/dist/components/Spotlight/spotlight.variants.js +8 -0
  165. package/dist/components/TableBulkActionBar/TableBulkActionBar.svelte +38 -0
  166. package/dist/components/TableBulkActionBar/TableBulkActionBar.svelte.d.ts +5 -0
  167. package/dist/components/TableBulkActionBar/index.d.ts +2 -0
  168. package/dist/components/TableBulkActionBar/index.js +1 -0
  169. package/dist/components/TableBulkActionBar/table-bulk-action-bar.types.d.ts +31 -0
  170. package/dist/components/TableBulkActionBar/table-bulk-action-bar.types.js +1 -0
  171. package/dist/components/TableBulkActionBar/table-bulk-action-bar.variants.d.ts +52 -0
  172. package/dist/components/TableBulkActionBar/table-bulk-action-bar.variants.js +10 -0
  173. package/dist/components/TreeView/TreeView.svelte +95 -0
  174. package/dist/components/TreeView/TreeView.svelte.d.ts +4 -0
  175. package/dist/components/TreeView/index.d.ts +4 -0
  176. package/dist/components/TreeView/index.js +3 -0
  177. package/dist/components/TreeView/tree-view.types.d.ts +68 -0
  178. package/dist/components/TreeView/tree-view.types.js +1 -0
  179. package/dist/components/TreeView/tree-view.variants.d.ts +69 -0
  180. package/dist/components/TreeView/tree-view.variants.js +30 -0
  181. package/dist/config.d.ts +91 -0
  182. package/dist/config.js +124 -0
  183. package/dist/editor.d.ts +2 -0
  184. package/dist/editor.js +2 -0
  185. package/dist/form/resolve-form-field-name.d.ts +5 -0
  186. package/dist/form/resolve-form-field-name.js +11 -0
  187. package/dist/hooks/internal/DragDropProviderScope.svelte +29 -0
  188. package/dist/hooks/internal/DragDropProviderScope.svelte.d.ts +7 -0
  189. package/dist/hooks/internal/SortableProvider.svelte +68 -0
  190. package/dist/hooks/internal/SortableProvider.svelte.d.ts +30 -0
  191. package/dist/hooks/internal/drag-drop-context.d.ts +12 -0
  192. package/dist/hooks/internal/drag-drop-context.js +1 -0
  193. package/dist/hooks/internal/sortable-context.d.ts +26 -0
  194. package/dist/hooks/internal/sortable-context.js +2 -0
  195. package/dist/hooks/useDragDrop/index.d.ts +1 -0
  196. package/dist/hooks/useDragDrop/index.js +1 -0
  197. package/dist/hooks/useDragDrop/useDragDrop.svelte.d.ts +40 -0
  198. package/dist/hooks/useDragDrop/useDragDrop.svelte.js +128 -0
  199. package/dist/hooks/useSortable/index.d.ts +2 -0
  200. package/dist/hooks/useSortable/index.js +2 -0
  201. package/dist/hooks/useSortable/sortable-utils.d.ts +1 -0
  202. package/dist/hooks/useSortable/sortable-utils.js +13 -0
  203. package/dist/hooks/useSortable/useSortable.svelte.d.ts +60 -0
  204. package/dist/hooks/useSortable/useSortable.svelte.js +151 -0
  205. package/dist/hooks/utils.d.ts +1 -0
  206. package/dist/hooks/utils.js +3 -0
  207. package/dist/index.d.ts +27 -0
  208. package/dist/index.js +30 -0
  209. package/dist/mcp/cursor.mcp.json +12 -0
  210. package/dist/mcp/install-template.mjs +55 -0
  211. package/dist/mcp/server.mjs +338 -0
  212. package/dist/mcp/sv5ui-plus-docs.data.json +17 -0
  213. package/dist/theme.css +64 -0
  214. package/package.json +176 -0
@@ -0,0 +1,543 @@
1
+ import { type VariantProps } from 'tailwind-variants';
2
+ export declare const navigationMenuVariants: import("tailwind-variants").TVReturnType<{
3
+ variant: {
4
+ pill: "";
5
+ link: "";
6
+ };
7
+ color: {
8
+ primary: {
9
+ highlight: string;
10
+ };
11
+ secondary: {
12
+ highlight: string;
13
+ };
14
+ tertiary: {
15
+ highlight: string;
16
+ };
17
+ success: {
18
+ highlight: string;
19
+ };
20
+ warning: {
21
+ highlight: string;
22
+ };
23
+ error: {
24
+ highlight: string;
25
+ };
26
+ info: {
27
+ highlight: string;
28
+ };
29
+ surface: {
30
+ highlight: string;
31
+ };
32
+ };
33
+ orientation: {
34
+ horizontal: {
35
+ root: string;
36
+ list: string;
37
+ separator: string;
38
+ highlight: string;
39
+ };
40
+ vertical: {
41
+ root: string;
42
+ list: string;
43
+ item: string;
44
+ separator: string;
45
+ childList: string;
46
+ highlight: string;
47
+ };
48
+ };
49
+ highlight: {
50
+ true: "";
51
+ false: "";
52
+ };
53
+ collapsed: {
54
+ true: {
55
+ link: string;
56
+ linkLabel: string;
57
+ linkTrailing: string;
58
+ };
59
+ false: "";
60
+ };
61
+ stacked: {
62
+ true: "";
63
+ false: "";
64
+ };
65
+ contentOrientation: {
66
+ horizontal: {};
67
+ vertical: {};
68
+ };
69
+ disabled: {
70
+ true: "";
71
+ false: "";
72
+ };
73
+ }, {
74
+ root: string;
75
+ list: string;
76
+ highlight: string;
77
+ item: string;
78
+ label: string;
79
+ separator: string;
80
+ link: string[];
81
+ linkLeadingIcon: string;
82
+ linkLeadingAvatar: string;
83
+ linkLabel: string;
84
+ linkLabelExternalIcon: string;
85
+ linkTrailing: string;
86
+ linkTrailingBadge: string;
87
+ linkTrailingIcon: string;
88
+ childList: string;
89
+ childLabel: string;
90
+ childItem: string;
91
+ childLink: string[];
92
+ childLinkWrapper: string;
93
+ childLinkIcon: string;
94
+ childLinkLabel: string;
95
+ childLinkDescription: string;
96
+ childGroup: string;
97
+ childGroupLabel: string;
98
+ childGroupList: string;
99
+ linkBadgeDot: string;
100
+ itemActions: string;
101
+ labelActions: string;
102
+ content: string[];
103
+ viewportWrapper: string;
104
+ viewport: string[];
105
+ indicator: string[];
106
+ arrow: string;
107
+ toggle: string;
108
+ childTrigger: string;
109
+ }, undefined, {
110
+ variant: {
111
+ pill: "";
112
+ link: "";
113
+ };
114
+ color: {
115
+ primary: {
116
+ highlight: string;
117
+ };
118
+ secondary: {
119
+ highlight: string;
120
+ };
121
+ tertiary: {
122
+ highlight: string;
123
+ };
124
+ success: {
125
+ highlight: string;
126
+ };
127
+ warning: {
128
+ highlight: string;
129
+ };
130
+ error: {
131
+ highlight: string;
132
+ };
133
+ info: {
134
+ highlight: string;
135
+ };
136
+ surface: {
137
+ highlight: string;
138
+ };
139
+ };
140
+ orientation: {
141
+ horizontal: {
142
+ root: string;
143
+ list: string;
144
+ separator: string;
145
+ highlight: string;
146
+ };
147
+ vertical: {
148
+ root: string;
149
+ list: string;
150
+ item: string;
151
+ separator: string;
152
+ childList: string;
153
+ highlight: string;
154
+ };
155
+ };
156
+ highlight: {
157
+ true: "";
158
+ false: "";
159
+ };
160
+ collapsed: {
161
+ true: {
162
+ link: string;
163
+ linkLabel: string;
164
+ linkTrailing: string;
165
+ };
166
+ false: "";
167
+ };
168
+ stacked: {
169
+ true: "";
170
+ false: "";
171
+ };
172
+ contentOrientation: {
173
+ horizontal: {};
174
+ vertical: {};
175
+ };
176
+ disabled: {
177
+ true: "";
178
+ false: "";
179
+ };
180
+ }, {
181
+ root: string;
182
+ list: string;
183
+ highlight: string;
184
+ item: string;
185
+ label: string;
186
+ separator: string;
187
+ link: string[];
188
+ linkLeadingIcon: string;
189
+ linkLeadingAvatar: string;
190
+ linkLabel: string;
191
+ linkLabelExternalIcon: string;
192
+ linkTrailing: string;
193
+ linkTrailingBadge: string;
194
+ linkTrailingIcon: string;
195
+ childList: string;
196
+ childLabel: string;
197
+ childItem: string;
198
+ childLink: string[];
199
+ childLinkWrapper: string;
200
+ childLinkIcon: string;
201
+ childLinkLabel: string;
202
+ childLinkDescription: string;
203
+ childGroup: string;
204
+ childGroupLabel: string;
205
+ childGroupList: string;
206
+ linkBadgeDot: string;
207
+ itemActions: string;
208
+ labelActions: string;
209
+ content: string[];
210
+ viewportWrapper: string;
211
+ viewport: string[];
212
+ indicator: string[];
213
+ arrow: string;
214
+ toggle: string;
215
+ childTrigger: string;
216
+ }, import("tailwind-variants").TVReturnTypeLike<{
217
+ variant: {
218
+ pill: "";
219
+ link: "";
220
+ };
221
+ color: {
222
+ primary: {
223
+ highlight: string;
224
+ };
225
+ secondary: {
226
+ highlight: string;
227
+ };
228
+ tertiary: {
229
+ highlight: string;
230
+ };
231
+ success: {
232
+ highlight: string;
233
+ };
234
+ warning: {
235
+ highlight: string;
236
+ };
237
+ error: {
238
+ highlight: string;
239
+ };
240
+ info: {
241
+ highlight: string;
242
+ };
243
+ surface: {
244
+ highlight: string;
245
+ };
246
+ };
247
+ orientation: {
248
+ horizontal: {
249
+ root: string;
250
+ list: string;
251
+ separator: string;
252
+ highlight: string;
253
+ };
254
+ vertical: {
255
+ root: string;
256
+ list: string;
257
+ item: string;
258
+ separator: string;
259
+ childList: string;
260
+ highlight: string;
261
+ };
262
+ };
263
+ highlight: {
264
+ true: "";
265
+ false: "";
266
+ };
267
+ collapsed: {
268
+ true: {
269
+ link: string;
270
+ linkLabel: string;
271
+ linkTrailing: string;
272
+ };
273
+ false: "";
274
+ };
275
+ stacked: {
276
+ true: "";
277
+ false: "";
278
+ };
279
+ contentOrientation: {
280
+ horizontal: {};
281
+ vertical: {};
282
+ };
283
+ disabled: {
284
+ true: "";
285
+ false: "";
286
+ };
287
+ }, {
288
+ root: string;
289
+ list: string;
290
+ highlight: string;
291
+ item: string;
292
+ label: string;
293
+ separator: string;
294
+ link: string[];
295
+ linkLeadingIcon: string;
296
+ linkLeadingAvatar: string;
297
+ linkLabel: string;
298
+ linkLabelExternalIcon: string;
299
+ linkTrailing: string;
300
+ linkTrailingBadge: string;
301
+ linkTrailingIcon: string;
302
+ childList: string;
303
+ childLabel: string;
304
+ childItem: string;
305
+ childLink: string[];
306
+ childLinkWrapper: string;
307
+ childLinkIcon: string;
308
+ childLinkLabel: string;
309
+ childLinkDescription: string;
310
+ childGroup: string;
311
+ childGroupLabel: string;
312
+ childGroupList: string;
313
+ linkBadgeDot: string;
314
+ itemActions: string;
315
+ labelActions: string;
316
+ content: string[];
317
+ viewportWrapper: string;
318
+ viewport: string[];
319
+ indicator: string[];
320
+ arrow: string;
321
+ toggle: string;
322
+ childTrigger: string;
323
+ }>>;
324
+ export type NavigationMenuVariantProps = VariantProps<typeof navigationMenuVariants>;
325
+ export type NavigationMenuSlots = keyof ReturnType<typeof navigationMenuVariants>;
326
+ export declare const navigationMenuDefaults: {
327
+ defaultVariants: import("tailwind-variants").TVDefaultVariants<{
328
+ variant: {
329
+ pill: "";
330
+ link: "";
331
+ };
332
+ color: {
333
+ primary: {
334
+ highlight: string;
335
+ };
336
+ secondary: {
337
+ highlight: string;
338
+ };
339
+ tertiary: {
340
+ highlight: string;
341
+ };
342
+ success: {
343
+ highlight: string;
344
+ };
345
+ warning: {
346
+ highlight: string;
347
+ };
348
+ error: {
349
+ highlight: string;
350
+ };
351
+ info: {
352
+ highlight: string;
353
+ };
354
+ surface: {
355
+ highlight: string;
356
+ };
357
+ };
358
+ orientation: {
359
+ horizontal: {
360
+ root: string;
361
+ list: string;
362
+ separator: string;
363
+ highlight: string;
364
+ };
365
+ vertical: {
366
+ root: string;
367
+ list: string;
368
+ item: string;
369
+ separator: string;
370
+ childList: string;
371
+ highlight: string;
372
+ };
373
+ };
374
+ highlight: {
375
+ true: "";
376
+ false: "";
377
+ };
378
+ collapsed: {
379
+ true: {
380
+ link: string;
381
+ linkLabel: string;
382
+ linkTrailing: string;
383
+ };
384
+ false: "";
385
+ };
386
+ stacked: {
387
+ true: "";
388
+ false: "";
389
+ };
390
+ contentOrientation: {
391
+ horizontal: {};
392
+ vertical: {};
393
+ };
394
+ disabled: {
395
+ true: "";
396
+ false: "";
397
+ };
398
+ }, {
399
+ root: string;
400
+ list: string;
401
+ highlight: string;
402
+ item: string;
403
+ label: string;
404
+ separator: string;
405
+ link: string[];
406
+ linkLeadingIcon: string;
407
+ linkLeadingAvatar: string;
408
+ linkLabel: string;
409
+ linkLabelExternalIcon: string;
410
+ linkTrailing: string;
411
+ linkTrailingBadge: string;
412
+ linkTrailingIcon: string;
413
+ childList: string;
414
+ childLabel: string;
415
+ childItem: string;
416
+ childLink: string[];
417
+ childLinkWrapper: string;
418
+ childLinkIcon: string;
419
+ childLinkLabel: string;
420
+ childLinkDescription: string;
421
+ childGroup: string;
422
+ childGroupLabel: string;
423
+ childGroupList: string;
424
+ linkBadgeDot: string;
425
+ itemActions: string;
426
+ labelActions: string;
427
+ content: string[];
428
+ viewportWrapper: string;
429
+ viewport: string[];
430
+ indicator: string[];
431
+ arrow: string;
432
+ toggle: string;
433
+ childTrigger: string;
434
+ }, {
435
+ variant: {
436
+ pill: "";
437
+ link: "";
438
+ };
439
+ color: {
440
+ primary: {
441
+ highlight: string;
442
+ };
443
+ secondary: {
444
+ highlight: string;
445
+ };
446
+ tertiary: {
447
+ highlight: string;
448
+ };
449
+ success: {
450
+ highlight: string;
451
+ };
452
+ warning: {
453
+ highlight: string;
454
+ };
455
+ error: {
456
+ highlight: string;
457
+ };
458
+ info: {
459
+ highlight: string;
460
+ };
461
+ surface: {
462
+ highlight: string;
463
+ };
464
+ };
465
+ orientation: {
466
+ horizontal: {
467
+ root: string;
468
+ list: string;
469
+ separator: string;
470
+ highlight: string;
471
+ };
472
+ vertical: {
473
+ root: string;
474
+ list: string;
475
+ item: string;
476
+ separator: string;
477
+ childList: string;
478
+ highlight: string;
479
+ };
480
+ };
481
+ highlight: {
482
+ true: "";
483
+ false: "";
484
+ };
485
+ collapsed: {
486
+ true: {
487
+ link: string;
488
+ linkLabel: string;
489
+ linkTrailing: string;
490
+ };
491
+ false: "";
492
+ };
493
+ stacked: {
494
+ true: "";
495
+ false: "";
496
+ };
497
+ contentOrientation: {
498
+ horizontal: {};
499
+ vertical: {};
500
+ };
501
+ disabled: {
502
+ true: "";
503
+ false: "";
504
+ };
505
+ }, {
506
+ root: string;
507
+ list: string;
508
+ highlight: string;
509
+ item: string;
510
+ label: string;
511
+ separator: string;
512
+ link: string[];
513
+ linkLeadingIcon: string;
514
+ linkLeadingAvatar: string;
515
+ linkLabel: string;
516
+ linkLabelExternalIcon: string;
517
+ linkTrailing: string;
518
+ linkTrailingBadge: string;
519
+ linkTrailingIcon: string;
520
+ childList: string;
521
+ childLabel: string;
522
+ childItem: string;
523
+ childLink: string[];
524
+ childLinkWrapper: string;
525
+ childLinkIcon: string;
526
+ childLinkLabel: string;
527
+ childLinkDescription: string;
528
+ childGroup: string;
529
+ childGroupLabel: string;
530
+ childGroupList: string;
531
+ linkBadgeDot: string;
532
+ itemActions: string;
533
+ labelActions: string;
534
+ content: string[];
535
+ viewportWrapper: string;
536
+ viewport: string[];
537
+ indicator: string[];
538
+ arrow: string;
539
+ toggle: string;
540
+ childTrigger: string;
541
+ }>;
542
+ slots: Partial<Record<NavigationMenuSlots, string>>;
543
+ };