@codemonster-ru/vueforge 0.96.0 → 0.98.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 (158) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +0 -3
  3. package/dist/docs/App.vue.d.ts +2 -0
  4. package/dist/docs/DocsAppView.vue.d.ts +4 -0
  5. package/dist/docs/DocsLivePreview.vue.d.ts +7 -0
  6. package/dist/docs/__tests__/docs-app-view.test.d.ts +1 -0
  7. package/dist/docs/docs-markdown.d.ts +10 -0
  8. package/dist/docs/docs-structure.d.ts +28 -0
  9. package/dist/docs/main.d.ts +1 -0
  10. package/dist/index.css +1 -1
  11. package/dist/index.d.ts +41 -1
  12. package/dist/index.ts.mjs +22575 -19910
  13. package/dist/index.ts.umd.js +21 -17
  14. package/dist/package/components/__tests__/avatar-group.test.d.ts +1 -0
  15. package/dist/package/components/__tests__/banner.test.d.ts +1 -0
  16. package/dist/package/components/__tests__/bottom-navigation.test.d.ts +1 -0
  17. package/dist/package/components/__tests__/chart-adapter.test.d.ts +1 -0
  18. package/dist/package/components/__tests__/chart-export.test.d.ts +1 -0
  19. package/dist/package/components/__tests__/chart-performance.test.d.ts +1 -0
  20. package/dist/package/components/__tests__/chart-schema.test.d.ts +1 -0
  21. package/dist/package/components/__tests__/chart-security.test.d.ts +1 -0
  22. package/dist/package/components/__tests__/chart-theme-options.test.d.ts +1 -0
  23. package/dist/package/components/__tests__/code-block.test.d.ts +1 -0
  24. package/dist/package/components/__tests__/defaults-provider.test.d.ts +1 -0
  25. package/dist/package/components/__tests__/float-label.test.d.ts +1 -0
  26. package/dist/package/components/__tests__/hotkey.test.d.ts +1 -0
  27. package/dist/package/components/__tests__/hover.test.d.ts +1 -0
  28. package/dist/package/components/__tests__/icon-field-input-icon.test.d.ts +1 -0
  29. package/dist/package/components/__tests__/ifta-label.test.d.ts +1 -0
  30. package/dist/package/components/__tests__/kbd.test.d.ts +1 -0
  31. package/dist/package/components/__tests__/lazy.test.d.ts +1 -0
  32. package/dist/package/components/__tests__/locale-provider.test.d.ts +1 -0
  33. package/dist/package/components/__tests__/main-layout-region.test.d.ts +1 -0
  34. package/dist/package/components/__tests__/no-ssr.test.d.ts +1 -0
  35. package/dist/package/components/__tests__/parallax.test.d.ts +1 -0
  36. package/dist/package/components/__tests__/selection-control.test.d.ts +1 -0
  37. package/dist/package/components/__tests__/sheet.test.d.ts +1 -0
  38. package/dist/package/components/__tests__/slide-group.test.d.ts +1 -0
  39. package/dist/package/components/__tests__/snackbar-queue.test.d.ts +1 -0
  40. package/dist/package/components/__tests__/system-bar.test.d.ts +1 -0
  41. package/dist/package/components/__tests__/theme-mode-switch.test.d.ts +1 -0
  42. package/dist/package/components/__tests__/theme-provider.test.d.ts +1 -0
  43. package/dist/package/components/__tests__/toggle-button.test.d.ts +1 -0
  44. package/dist/package/components/__tests__/validation.test.d.ts +1 -0
  45. package/dist/package/components/__tests__/window.test.d.ts +1 -0
  46. package/dist/package/components/accordion.vue.d.ts +1 -1
  47. package/dist/package/components/app-bar.vue.d.ts +1 -1
  48. package/dist/package/components/area-chart.vue.d.ts +100 -12
  49. package/dist/package/components/avatar-group.vue.d.ts +54 -0
  50. package/dist/package/components/banner.vue.d.ts +59 -0
  51. package/dist/package/components/bar-chart.vue.d.ts +101 -13
  52. package/dist/package/components/bottom-navigation.vue.d.ts +143 -0
  53. package/dist/package/components/bubble-chart.vue.d.ts +100 -12
  54. package/dist/package/components/button.vue.d.ts +1 -1
  55. package/dist/package/components/candlestick-chart.vue.d.ts +100 -12
  56. package/dist/package/components/carousel.vue.d.ts +2 -2
  57. package/dist/package/components/chart-adapter.d.ts +5 -0
  58. package/dist/package/components/chart-export.d.ts +2 -0
  59. package/dist/package/components/chart-performance.d.ts +10 -0
  60. package/dist/package/components/chart-schema.d.ts +48 -0
  61. package/dist/package/components/chart-security.d.ts +2 -0
  62. package/dist/package/components/chart-theme-options.d.ts +25 -0
  63. package/dist/package/components/chart.vue.d.ts +30 -2
  64. package/dist/package/components/code-block.vue.d.ts +58 -0
  65. package/dist/package/components/data-table.vue.d.ts +1 -1
  66. package/dist/package/components/defaults-provider.vue.d.ts +25 -0
  67. package/dist/package/components/diff-viewer.vue.d.ts +1 -1
  68. package/dist/package/components/divider.vue.d.ts +1 -1
  69. package/dist/package/components/donut-chart.vue.d.ts +2 -2
  70. package/dist/package/components/filter-chips.vue.d.ts +1 -1
  71. package/dist/package/components/float-label.vue.d.ts +42 -0
  72. package/dist/package/components/footer.vue.d.ts +2 -2
  73. package/dist/package/components/form.vue.d.ts +4 -3
  74. package/dist/package/components/funnel-chart.vue.d.ts +100 -12
  75. package/dist/package/components/gauge-chart.vue.d.ts +100 -12
  76. package/dist/package/components/heatmap.vue.d.ts +100 -12
  77. package/dist/package/components/hide.vue.d.ts +1 -1
  78. package/dist/package/components/histogram.vue.d.ts +100 -12
  79. package/dist/package/components/hotkey.vue.d.ts +58 -0
  80. package/dist/package/components/hover.vue.d.ts +42 -0
  81. package/dist/package/components/icon-field.vue.d.ts +34 -0
  82. package/dist/package/components/icon.vue.d.ts +1 -1
  83. package/dist/package/components/ifta-label.vue.d.ts +34 -0
  84. package/dist/package/components/image.vue.d.ts +2 -2
  85. package/dist/package/components/input-icon.vue.d.ts +31 -0
  86. package/dist/package/components/kbd.vue.d.ts +35 -0
  87. package/dist/package/components/lazy.vue.d.ts +51 -0
  88. package/dist/package/components/line-chart.vue.d.ts +100 -12
  89. package/dist/package/components/locale-provider.vue.d.ts +25 -0
  90. package/dist/package/components/main-layout-region.vue.d.ts +36 -0
  91. package/dist/package/components/navigation-rail.vue.d.ts +1 -1
  92. package/dist/package/components/no-ssr.vue.d.ts +22 -0
  93. package/dist/package/components/overlay-badge.vue.d.ts +1 -1
  94. package/dist/package/components/overlay-panel.vue.d.ts +2 -2
  95. package/dist/package/components/parallax.vue.d.ts +51 -0
  96. package/dist/package/components/pie-chart.vue.d.ts +100 -12
  97. package/dist/package/components/radar-chart.vue.d.ts +100 -12
  98. package/dist/package/components/resizable-sidebar.vue.d.ts +1 -1
  99. package/dist/package/components/scatter-chart.vue.d.ts +100 -12
  100. package/dist/package/components/scroll-top.vue.d.ts +1 -1
  101. package/dist/package/components/section.vue.d.ts +1 -1
  102. package/dist/package/components/selection-control-context.d.ts +16 -0
  103. package/dist/package/components/selection-control-group.vue.d.ts +44 -0
  104. package/dist/package/components/selection-control.vue.d.ts +53 -0
  105. package/dist/package/components/sheet.vue.d.ts +37 -0
  106. package/dist/package/components/show.vue.d.ts +1 -1
  107. package/dist/package/components/slide-group.vue.d.ts +61 -0
  108. package/dist/package/components/snackbar-queue.vue.d.ts +46 -0
  109. package/dist/package/components/sparkline.vue.d.ts +100 -12
  110. package/dist/package/components/speed-dial.vue.d.ts +2 -2
  111. package/dist/package/components/stepper.vue.d.ts +1 -1
  112. package/dist/package/components/sticky-region.vue.d.ts +1 -1
  113. package/dist/package/components/system-bar.vue.d.ts +43 -0
  114. package/dist/package/components/tabs.vue.d.ts +1 -1
  115. package/dist/package/components/terminal.vue.d.ts +1 -1
  116. package/dist/package/components/theme-mode-switch.vue.d.ts +27 -0
  117. package/dist/package/components/theme-provider.vue.d.ts +29 -0
  118. package/dist/package/components/timeline.vue.d.ts +1 -1
  119. package/dist/package/components/toast.vue.d.ts +1 -1
  120. package/dist/package/components/toggle-button.vue.d.ts +54 -0
  121. package/dist/package/components/toolbar.vue.d.ts +1 -1
  122. package/dist/package/components/tour.vue.d.ts +4 -4
  123. package/dist/package/components/tree-table.vue.d.ts +1 -1
  124. package/dist/package/components/treemap-chart.vue.d.ts +100 -12
  125. package/dist/package/components/use-hotkey.d.ts +21 -0
  126. package/dist/package/components/validation.d.ts +40 -0
  127. package/dist/package/components/window.vue.d.ts +99 -0
  128. package/dist/package/components/wizard.vue.d.ts +2 -2
  129. package/dist/package/config/__tests__/pass-through.test.d.ts +1 -0
  130. package/dist/package/config/defaults-provider.d.ts +5 -0
  131. package/dist/package/config/index.d.ts +4 -2
  132. package/dist/package/config/locale-text.d.ts +77 -0
  133. package/dist/package/config/theme-core.d.ts +418 -0
  134. package/dist/package/themes/default/components/avatar-group.d.ts +10 -0
  135. package/dist/package/themes/default/components/banner.d.ts +42 -0
  136. package/dist/package/themes/default/components/bottom-navigation.d.ts +23 -0
  137. package/dist/package/themes/default/components/chart.d.ts +34 -0
  138. package/dist/package/themes/default/components/code-block.d.ts +36 -0
  139. package/dist/package/themes/default/components/float-label.d.ts +21 -0
  140. package/dist/package/themes/default/components/hover.d.ts +4 -0
  141. package/dist/package/themes/default/components/icon-field.d.ts +9 -0
  142. package/dist/package/themes/default/components/ifta-label.d.ts +18 -0
  143. package/dist/package/themes/default/components/input-icon.d.ts +5 -0
  144. package/dist/package/themes/default/components/kbd.d.ts +27 -0
  145. package/dist/package/themes/default/components/lazy.d.ts +7 -0
  146. package/dist/package/themes/default/components/main-layout-region.d.ts +8 -0
  147. package/dist/package/themes/default/components/parallax.d.ts +7 -0
  148. package/dist/package/themes/default/components/selection-control-group.d.ts +5 -0
  149. package/dist/package/themes/default/components/selection-control.d.ts +29 -0
  150. package/dist/package/themes/default/components/sheet.d.ts +17 -0
  151. package/dist/package/themes/default/components/slide-group.d.ts +21 -0
  152. package/dist/package/themes/default/components/snackbar-queue.d.ts +10 -0
  153. package/dist/package/themes/default/components/system-bar.d.ts +13 -0
  154. package/dist/package/themes/default/components/theme-mode-switch.d.ts +28 -0
  155. package/dist/package/themes/default/components/toggle-button.d.ts +24 -0
  156. package/dist/package/themes/default/components/window.d.ts +20 -0
  157. package/dist/package/themes/default/index.d.ts +396 -0
  158. package/package.json +5 -8
@@ -134,6 +134,28 @@ export type NavigationRailTokens = {
134
134
  iconSize?: string;
135
135
  labelFontSize?: string;
136
136
  };
137
+ export type BottomNavigationTokens = {
138
+ height?: string;
139
+ padding?: string;
140
+ gap?: string;
141
+ borderColor?: string;
142
+ backgroundColor?: string;
143
+ textColor?: string;
144
+ zIndex?: string;
145
+ disabledOpacity?: string;
146
+ itemMinHeight?: string;
147
+ itemPadding?: string;
148
+ itemBorderRadius?: string;
149
+ itemContentGap?: string;
150
+ itemColor?: string;
151
+ itemHoverBackgroundColor?: string;
152
+ itemActiveBackgroundColor?: string;
153
+ itemActiveColor?: string;
154
+ iconSize?: string;
155
+ labelFontSize?: string;
156
+ badgeTextColor?: string;
157
+ badgeBackgroundColor?: string;
158
+ };
137
159
  export type FooterTokens = {
138
160
  minHeight?: string;
139
161
  denseMinHeight?: string;
@@ -146,6 +168,18 @@ export type FooterTokens = {
146
168
  backgroundColor?: string;
147
169
  textColor?: string;
148
170
  };
171
+ export type SystemBarTokens = {
172
+ height?: string;
173
+ denseHeight?: string;
174
+ padding?: string;
175
+ densePadding?: string;
176
+ gap?: string;
177
+ sectionGap?: string;
178
+ borderColor?: string;
179
+ backgroundColor?: string;
180
+ textColor?: string;
181
+ zIndex?: string;
182
+ };
149
183
  export type PageLayoutTokens = {
150
184
  minHeight?: string;
151
185
  gap?: string;
@@ -168,6 +202,13 @@ export type PageLayoutTokens = {
168
202
  overlayBackgroundColor?: string;
169
203
  zIndex?: string;
170
204
  };
205
+ export type MainLayoutRegionTokens = {
206
+ padding?: string;
207
+ maxWidth?: string;
208
+ borderColor?: string;
209
+ backgroundColor?: string;
210
+ textColor?: string;
211
+ };
171
212
  export type SplitLayoutTokens = {
172
213
  minHeight?: string;
173
214
  gap?: string;
@@ -290,11 +331,45 @@ export type ChartTokens = {
290
331
  borderRadius?: string;
291
332
  backgroundColor?: string;
292
333
  textColor?: string;
334
+ gridColor?: string;
335
+ axisColor?: string;
336
+ axisLabelColor?: string;
337
+ legendTextColor?: string;
338
+ tooltipBackgroundColor?: string;
339
+ tooltipTitleColor?: string;
340
+ tooltipBodyColor?: string;
341
+ tooltipBorderColor?: string;
342
+ seriesPrimaryColor?: string;
343
+ seriesSecondaryColor?: string;
344
+ seriesTertiaryColor?: string;
345
+ seriesQuaternaryColor?: string;
346
+ seriesPositiveColor?: string;
347
+ seriesWarningColor?: string;
348
+ seriesNegativeColor?: string;
349
+ titleFontFamily?: string;
350
+ titleFontSize?: string;
351
+ labelFontFamily?: string;
352
+ labelFontSize?: string;
353
+ valueFontFamily?: string;
354
+ valueFontSize?: string;
293
355
  padding?: string;
294
356
  minHeight?: string;
295
357
  stateMinHeight?: string;
296
358
  stateTextColor?: string;
297
359
  stateFontSize?: string;
360
+ stateBackgroundColor?: string;
361
+ stateBorderColor?: string;
362
+ stateBorderStyle?: string;
363
+ controlBackgroundColor?: string;
364
+ controlTextColor?: string;
365
+ controlBorderColor?: string;
366
+ controlHoverBackgroundColor?: string;
367
+ tableHeaderBackgroundColor?: string;
368
+ tableHeaderTextColor?: string;
369
+ tableRowHoverBackgroundColor?: string;
370
+ tableBorderColor?: string;
371
+ focusOutlineColor?: string;
372
+ focusOutlineOffset?: string;
298
373
  };
299
374
  export type ContainerTokens = {
300
375
  maxWidth?: string;
@@ -408,6 +483,18 @@ export type InputGroupTokens = {
408
483
  addonFontSize?: string;
409
484
  };
410
485
  };
486
+ export type IconFieldTokens = {
487
+ iconSize?: string;
488
+ iconColor?: string;
489
+ slotOffset?: string;
490
+ controlPaddingStart?: string;
491
+ controlPaddingEnd?: string;
492
+ disabledOpacity?: string;
493
+ };
494
+ export type InputIconTokens = {
495
+ size?: string;
496
+ color?: string;
497
+ };
411
498
  export type InlineEditTokens = {
412
499
  gap?: string;
413
500
  fontSize?: string;
@@ -831,6 +918,43 @@ export type FormFieldTokens = {
831
918
  hintFontSize?: string;
832
919
  };
833
920
  };
921
+ export type FloatLabelTokens = {
922
+ labelOffsetX?: string;
923
+ labelFloatingTop?: string;
924
+ labelPadding?: string;
925
+ labelFontSize?: string;
926
+ labelFloatingFontSize?: string;
927
+ labelColor?: string;
928
+ labelFloatingColor?: string;
929
+ labelBackgroundColor?: string;
930
+ requiredColor?: string;
931
+ invalidColor?: string;
932
+ transition?: string;
933
+ disabledOpacity?: string;
934
+ small?: {
935
+ labelFontSize?: string;
936
+ };
937
+ large?: {
938
+ labelFontSize?: string;
939
+ };
940
+ };
941
+ export type IftaLabelTokens = {
942
+ offsetX?: string;
943
+ offsetY?: string;
944
+ padding?: string;
945
+ fontSize?: string;
946
+ color?: string;
947
+ backgroundColor?: string;
948
+ requiredColor?: string;
949
+ invalidColor?: string;
950
+ disabledOpacity?: string;
951
+ small?: {
952
+ fontSize?: string;
953
+ };
954
+ large?: {
955
+ fontSize?: string;
956
+ };
957
+ };
834
958
  export type TextareaTokens = {
835
959
  gap?: string;
836
960
  fontSize?: string;
@@ -1083,6 +1207,41 @@ export type CodeEditorTokens = {
1083
1207
  darkStateColor?: string;
1084
1208
  disabledOpacity?: string;
1085
1209
  };
1210
+ export type CodeBlockTokens = {
1211
+ gap?: string;
1212
+ borderColor?: string;
1213
+ borderRadius?: string;
1214
+ backgroundColor?: string;
1215
+ textColor?: string;
1216
+ fontFamily?: string;
1217
+ fontSize?: string;
1218
+ lineHeight?: string;
1219
+ padding?: string;
1220
+ headerGap?: string;
1221
+ headerPadding?: string;
1222
+ headerBorderColor?: string;
1223
+ metaGap?: string;
1224
+ metaColor?: string;
1225
+ metaFontSize?: string;
1226
+ filenameColor?: string;
1227
+ filenameFontWeight?: string;
1228
+ actionsGap?: string;
1229
+ actionBorderColor?: string;
1230
+ actionBorderRadius?: string;
1231
+ actionBackgroundColor?: string;
1232
+ actionTextColor?: string;
1233
+ actionPadding?: string;
1234
+ actionFontSize?: string;
1235
+ lineGap?: string;
1236
+ lineNumberColor?: string;
1237
+ lineNumberMinWidth?: string;
1238
+ tokenKeywordColor?: string;
1239
+ tokenStringColor?: string;
1240
+ tokenNumberColor?: string;
1241
+ tokenCommentColor?: string;
1242
+ tokenVariableColor?: string;
1243
+ disabledOpacity?: string;
1244
+ };
1086
1245
  export type SchedulerTokens = {
1087
1246
  gap?: string;
1088
1247
  borderColor?: string;
@@ -1161,6 +1320,22 @@ export type BottomSheetTokens = {
1161
1320
  footerPadding?: string;
1162
1321
  footerGap?: string;
1163
1322
  };
1323
+ export type SheetTokens = {
1324
+ borderRadius?: string;
1325
+ borderColor?: string;
1326
+ sectionBorderColor?: string;
1327
+ backgroundColor?: string;
1328
+ textColor?: string;
1329
+ tonalBackgroundColor?: string;
1330
+ tonalTextColor?: string;
1331
+ shadow?: string;
1332
+ shadowHover?: string;
1333
+ transition?: string;
1334
+ disabledOpacity?: string;
1335
+ headerPadding?: string;
1336
+ bodyPadding?: string;
1337
+ footerPadding?: string;
1338
+ };
1164
1339
  export type InfiniteScrollTokens = {
1165
1340
  gap?: string;
1166
1341
  sentinelMinHeight?: string;
@@ -2100,6 +2275,38 @@ export type SwitchTokens = {
2100
2275
  textColor?: string;
2101
2276
  disabledOpacity?: string;
2102
2277
  };
2278
+ export type SelectionControlTokens = {
2279
+ gap?: string;
2280
+ textColor?: string;
2281
+ disabledOpacity?: string;
2282
+ boxSize?: string;
2283
+ boxBorderRadius?: string;
2284
+ boxBorderColor?: string;
2285
+ boxBackgroundColor?: string;
2286
+ boxCheckedBackgroundColor?: string;
2287
+ boxCheckedBorderColor?: string;
2288
+ boxCheckColor?: string;
2289
+ boxCheckRadius?: string;
2290
+ radioSize?: string;
2291
+ radioBorderColor?: string;
2292
+ radioBackgroundColor?: string;
2293
+ radioCheckedBackgroundColor?: string;
2294
+ radioCheckedBorderColor?: string;
2295
+ radioDotSize?: string;
2296
+ radioDotColor?: string;
2297
+ switchWidth?: string;
2298
+ switchHeight?: string;
2299
+ switchThumbSize?: string;
2300
+ switchThumbOffset?: string;
2301
+ switchThumbTranslateOffset?: string;
2302
+ switchBackgroundColor?: string;
2303
+ switchCheckedBackgroundColor?: string;
2304
+ switchThumbColor?: string;
2305
+ };
2306
+ export type SelectionControlGroupTokens = {
2307
+ gap?: string;
2308
+ horizontalGap?: string;
2309
+ };
2103
2310
  export type SegmentedControlTokens = {
2104
2311
  fontSize?: string;
2105
2312
  padding?: string;
@@ -2127,6 +2334,97 @@ export type SegmentedControlTokens = {
2127
2334
  segmentPadding?: string;
2128
2335
  };
2129
2336
  };
2337
+ export type ThemeModeSwitchTokens = {
2338
+ fontSize?: string;
2339
+ padding?: string;
2340
+ gap?: string;
2341
+ borderRadius?: string;
2342
+ borderColor?: string;
2343
+ backgroundColor?: string;
2344
+ textColor?: string;
2345
+ hoverBackgroundColor?: string;
2346
+ activeBackgroundColor?: string;
2347
+ activeTextColor?: string;
2348
+ focusRingShadow?: string;
2349
+ disabledOpacity?: string;
2350
+ segmentPadding?: string;
2351
+ segmentRadius?: string;
2352
+ segmentFontWeight?: string;
2353
+ small?: {
2354
+ fontSize?: string;
2355
+ padding?: string;
2356
+ segmentPadding?: string;
2357
+ };
2358
+ large?: {
2359
+ fontSize?: string;
2360
+ padding?: string;
2361
+ segmentPadding?: string;
2362
+ };
2363
+ };
2364
+ export type ToggleButtonTokens = {
2365
+ fontSize?: string;
2366
+ padding?: string;
2367
+ borderRadius?: string;
2368
+ borderColor?: string;
2369
+ backgroundColor?: string;
2370
+ textColor?: string;
2371
+ hoverBackgroundColor?: string;
2372
+ activeBorderColor?: string;
2373
+ activeBackgroundColor?: string;
2374
+ activeTextColor?: string;
2375
+ focusRingShadow?: string;
2376
+ disabledOpacity?: string;
2377
+ iconGap?: string;
2378
+ small?: {
2379
+ fontSize?: string;
2380
+ padding?: string;
2381
+ };
2382
+ large?: {
2383
+ fontSize?: string;
2384
+ padding?: string;
2385
+ };
2386
+ };
2387
+ export type HoverTokens = {
2388
+ disabledOpacity?: string;
2389
+ };
2390
+ export type KbdTokens = {
2391
+ fontFamily?: string;
2392
+ fontSize?: string;
2393
+ fontWeight?: string;
2394
+ lineHeight?: string;
2395
+ gap?: string;
2396
+ keyPadding?: string;
2397
+ keyMinWidth?: string;
2398
+ keyBorderRadius?: string;
2399
+ keyBorderColor?: string;
2400
+ keyBackgroundColor?: string;
2401
+ keyTextColor?: string;
2402
+ keyShadow?: string;
2403
+ separatorColor?: string;
2404
+ disabledOpacity?: string;
2405
+ small?: {
2406
+ fontSize?: string;
2407
+ keyPadding?: string;
2408
+ keyMinWidth?: string;
2409
+ };
2410
+ large?: {
2411
+ fontSize?: string;
2412
+ keyPadding?: string;
2413
+ keyMinWidth?: string;
2414
+ };
2415
+ };
2416
+ export type LazyTokens = {
2417
+ placeholderMinHeight?: string;
2418
+ placeholderBorderRadius?: string;
2419
+ placeholderBackgroundColor?: string;
2420
+ disabledOpacity?: string;
2421
+ };
2422
+ export type ParallaxTokens = {
2423
+ overflow?: string;
2424
+ transformOrigin?: string;
2425
+ transition?: string;
2426
+ disabledOpacity?: string;
2427
+ };
2130
2428
  export type TabsTokens = {
2131
2429
  gap?: string;
2132
2430
  listGap?: string;
@@ -3059,6 +3357,15 @@ export type ToastTokens = {
3059
3357
  textColor?: string;
3060
3358
  };
3061
3359
  };
3360
+ export type SnackbarQueueTokens = {
3361
+ actionGap?: string;
3362
+ actionPadding?: string;
3363
+ actionRadius?: string;
3364
+ actionBorderColor?: string;
3365
+ actionBackgroundColor?: string;
3366
+ actionTextColor?: string;
3367
+ actionHoverBackgroundColor?: string;
3368
+ };
3062
3369
  export type AlertTokens = {
3063
3370
  gap?: string;
3064
3371
  padding?: string;
@@ -3098,6 +3405,47 @@ export type AlertTokens = {
3098
3405
  textColor?: string;
3099
3406
  };
3100
3407
  };
3408
+ export type BannerTokens = {
3409
+ gap?: string;
3410
+ padding?: string;
3411
+ borderRadius?: string;
3412
+ borderColor?: string;
3413
+ backgroundColor?: string;
3414
+ textColor?: string;
3415
+ iconColor?: string;
3416
+ fontSize?: string;
3417
+ lineHeight?: string;
3418
+ bodyGap?: string;
3419
+ titleFontSize?: string;
3420
+ titleFontWeight?: string;
3421
+ actionsGap?: string;
3422
+ closeSize?: string;
3423
+ closeRadius?: string;
3424
+ closeFontSize?: string;
3425
+ closeHoverBackgroundColor?: string;
3426
+ stickyTop?: string;
3427
+ zIndex?: string;
3428
+ info?: {
3429
+ backgroundColor?: string;
3430
+ borderColor?: string;
3431
+ textColor?: string;
3432
+ };
3433
+ success?: {
3434
+ backgroundColor?: string;
3435
+ borderColor?: string;
3436
+ textColor?: string;
3437
+ };
3438
+ warn?: {
3439
+ backgroundColor?: string;
3440
+ borderColor?: string;
3441
+ textColor?: string;
3442
+ };
3443
+ danger?: {
3444
+ backgroundColor?: string;
3445
+ borderColor?: string;
3446
+ textColor?: string;
3447
+ };
3448
+ };
3101
3449
  export type InlineMessageTokens = {
3102
3450
  gap?: string;
3103
3451
  paddingX?: string;
@@ -3410,6 +3758,45 @@ export type TabMenuTokens = {
3410
3758
  tabActiveBorderColor?: string;
3411
3759
  disabledOpacity?: string;
3412
3760
  };
3761
+ export type WindowTokens = {
3762
+ gap?: string;
3763
+ padding?: string;
3764
+ minHeight?: string;
3765
+ borderColor?: string;
3766
+ borderRadius?: string;
3767
+ backgroundColor?: string;
3768
+ textColor?: string;
3769
+ controlsGap?: string;
3770
+ controlPadding?: string;
3771
+ controlRadius?: string;
3772
+ controlBorderColor?: string;
3773
+ controlBackgroundColor?: string;
3774
+ controlTextColor?: string;
3775
+ controlHoverBackgroundColor?: string;
3776
+ transitionDuration?: string;
3777
+ transitionTiming?: string;
3778
+ disabledOpacity?: string;
3779
+ };
3780
+ export type SlideGroupTokens = {
3781
+ gap?: string;
3782
+ controlsGap?: string;
3783
+ controlSize?: string;
3784
+ controlRadius?: string;
3785
+ controlBorderColor?: string;
3786
+ controlBackgroundColor?: string;
3787
+ controlTextColor?: string;
3788
+ controlHoverBackgroundColor?: string;
3789
+ itemPadding?: string;
3790
+ itemBorderRadius?: string;
3791
+ itemBorderColor?: string;
3792
+ itemBackgroundColor?: string;
3793
+ itemTextColor?: string;
3794
+ itemHoverBackgroundColor?: string;
3795
+ itemActiveBackgroundColor?: string;
3796
+ itemActiveTextColor?: string;
3797
+ itemActiveBorderColor?: string;
3798
+ disabledOpacity?: string;
3799
+ };
3413
3800
  export type AvatarTokens = {
3414
3801
  size?: string;
3415
3802
  fontSize?: string;
@@ -3437,6 +3824,15 @@ export type AvatarTokens = {
3437
3824
  statusSize?: string;
3438
3825
  };
3439
3826
  };
3827
+ export type AvatarGroupTokens = {
3828
+ gap?: string;
3829
+ overlapOffset?: string;
3830
+ ringWidth?: string;
3831
+ ringColor?: string;
3832
+ overflowBackgroundColor?: string;
3833
+ overflowTextColor?: string;
3834
+ disabledOpacity?: string;
3835
+ };
3440
3836
  export type ThemeComponentTokens = {
3441
3837
  button?: ButtonTokens;
3442
3838
  buttonGroup?: ButtonGroupTokens;
@@ -3462,6 +3858,8 @@ export type ThemeComponentTokens = {
3462
3858
  accordion?: AccordionTokens;
3463
3859
  input?: InputTokens;
3464
3860
  inputGroup?: InputGroupTokens;
3861
+ iconField?: IconFieldTokens;
3862
+ inputIcon?: InputIconTokens;
3465
3863
  inlineEdit?: InlineEditTokens;
3466
3864
  inplace?: InplaceTokens;
3467
3865
  image?: ImageTokens;
@@ -3479,6 +3877,8 @@ export type ThemeComponentTokens = {
3479
3877
  numberInput?: NumberInputTokens;
3480
3878
  form?: FormTokens;
3481
3879
  formField?: FormFieldTokens;
3880
+ floatLabel?: FloatLabelTokens;
3881
+ iftaLabel?: IftaLabelTokens;
3482
3882
  textarea?: TextareaTokens;
3483
3883
  richTextEditor?: RichTextEditorTokens;
3484
3884
  fileUpload?: FileUploadTokens;
@@ -3507,8 +3907,11 @@ export type ThemeComponentTokens = {
3507
3907
  appShell?: AppShellTokens;
3508
3908
  kanbanBoard?: KanbanBoardTokens;
3509
3909
  navigationRail?: NavigationRailTokens;
3910
+ bottomNavigation?: BottomNavigationTokens;
3911
+ systemBar?: SystemBarTokens;
3510
3912
  footer?: FooterTokens;
3511
3913
  pageLayout?: PageLayoutTokens;
3914
+ mainLayoutRegion?: MainLayoutRegionTokens;
3512
3915
  splitLayout?: SplitLayoutTokens;
3513
3916
  resizableSidebar?: ResizableSidebarTokens;
3514
3917
  stickyRegion?: StickyRegionTokens;
@@ -3525,8 +3928,18 @@ export type ThemeComponentTokens = {
3525
3928
  datetimepicker?: DateTimePickerTokens;
3526
3929
  pagination?: PaginationTokens;
3527
3930
  switch?: SwitchTokens;
3931
+ selectionControl?: SelectionControlTokens;
3932
+ selectionControlGroup?: SelectionControlGroupTokens;
3528
3933
  segmentedControl?: SegmentedControlTokens;
3934
+ themeModeSwitch?: ThemeModeSwitchTokens;
3935
+ toggleButton?: ToggleButtonTokens;
3936
+ hover?: HoverTokens;
3937
+ kbd?: KbdTokens;
3938
+ lazy?: LazyTokens;
3939
+ parallax?: ParallaxTokens;
3529
3940
  tabMenu?: TabMenuTokens;
3941
+ window?: WindowTokens;
3942
+ slideGroup?: SlideGroupTokens;
3530
3943
  tooltip?: TooltipTokens;
3531
3944
  tour?: TourTokens;
3532
3945
  skeleton?: SkeletonTokens;
@@ -3551,6 +3964,8 @@ export type ThemeComponentTokens = {
3551
3964
  carousel?: CarouselTokens;
3552
3965
  speeddial?: SpeedDialTokens;
3553
3966
  toast?: ToastTokens;
3967
+ snackbarQueue?: SnackbarQueueTokens;
3968
+ banner?: BannerTokens;
3554
3969
  alert?: AlertTokens;
3555
3970
  message?: AlertTokens;
3556
3971
  inlineMessage?: InlineMessageTokens;
@@ -3558,8 +3973,10 @@ export type ThemeComponentTokens = {
3558
3973
  jsonViewer?: JsonViewerTokens;
3559
3974
  diffViewer?: DiffViewerTokens;
3560
3975
  codeEditor?: CodeEditorTokens;
3976
+ codeBlock?: CodeBlockTokens;
3561
3977
  scheduler?: SchedulerTokens;
3562
3978
  bottomSheet?: BottomSheetTokens;
3979
+ sheet?: SheetTokens;
3563
3980
  infiniteScroll?: InfiniteScrollTokens;
3564
3981
  emptyState?: EmptyStateTokens;
3565
3982
  badge?: BadgeTokens;
@@ -3571,6 +3988,7 @@ export type ThemeComponentTokens = {
3571
3988
  dataTableToolbar?: DataTableToolbarTokens;
3572
3989
  bulkActionBar?: BulkActionBarTokens;
3573
3990
  avatar?: AvatarTokens;
3991
+ avatarGroup?: AvatarGroupTokens;
3574
3992
  rating?: RatingTokens;
3575
3993
  tree?: TreeTokens;
3576
3994
  orgchart?: OrgChartTokens;
@@ -0,0 +1,10 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ overlapOffset: string;
4
+ ringWidth: string;
5
+ ringColor: string;
6
+ overflowBackgroundColor: string;
7
+ overflowTextColor: string;
8
+ disabledOpacity: string;
9
+ };
10
+ export default _default;
@@ -0,0 +1,42 @@
1
+ declare const _default: {
2
+ gap: string;
3
+ padding: string;
4
+ borderRadius: string;
5
+ borderColor: string;
6
+ backgroundColor: string;
7
+ textColor: string;
8
+ iconColor: string;
9
+ fontSize: string;
10
+ lineHeight: string;
11
+ bodyGap: string;
12
+ titleFontSize: string;
13
+ titleFontWeight: string;
14
+ actionsGap: string;
15
+ closeSize: string;
16
+ closeRadius: string;
17
+ closeFontSize: string;
18
+ closeHoverBackgroundColor: string;
19
+ stickyTop: string;
20
+ zIndex: string;
21
+ info: {
22
+ backgroundColor: string;
23
+ borderColor: string;
24
+ textColor: string;
25
+ };
26
+ success: {
27
+ backgroundColor: string;
28
+ borderColor: string;
29
+ textColor: string;
30
+ };
31
+ warn: {
32
+ backgroundColor: string;
33
+ borderColor: string;
34
+ textColor: string;
35
+ };
36
+ danger: {
37
+ backgroundColor: string;
38
+ borderColor: string;
39
+ textColor: string;
40
+ };
41
+ };
42
+ export default _default;
@@ -0,0 +1,23 @@
1
+ declare const _default: {
2
+ height: string;
3
+ padding: string;
4
+ gap: string;
5
+ borderColor: string;
6
+ backgroundColor: string;
7
+ textColor: string;
8
+ zIndex: string;
9
+ disabledOpacity: string;
10
+ itemMinHeight: string;
11
+ itemPadding: string;
12
+ itemBorderRadius: string;
13
+ itemContentGap: string;
14
+ itemColor: string;
15
+ itemHoverBackgroundColor: string;
16
+ itemActiveBackgroundColor: string;
17
+ itemActiveColor: string;
18
+ iconSize: string;
19
+ labelFontSize: string;
20
+ badgeTextColor: string;
21
+ badgeBackgroundColor: string;
22
+ };
23
+ export default _default;
@@ -3,10 +3,44 @@ declare const _default: {
3
3
  borderRadius: string;
4
4
  backgroundColor: string;
5
5
  textColor: string;
6
+ gridColor: string;
7
+ axisColor: string;
8
+ axisLabelColor: string;
9
+ legendTextColor: string;
10
+ tooltipBackgroundColor: string;
11
+ tooltipTitleColor: string;
12
+ tooltipBodyColor: string;
13
+ tooltipBorderColor: string;
14
+ seriesPrimaryColor: string;
15
+ seriesSecondaryColor: string;
16
+ seriesTertiaryColor: string;
17
+ seriesQuaternaryColor: string;
18
+ seriesPositiveColor: string;
19
+ seriesWarningColor: string;
20
+ seriesNegativeColor: string;
21
+ titleFontFamily: string;
22
+ titleFontSize: string;
23
+ labelFontFamily: string;
24
+ labelFontSize: string;
25
+ valueFontFamily: string;
26
+ valueFontSize: string;
6
27
  padding: string;
7
28
  minHeight: string;
8
29
  stateMinHeight: string;
30
+ stateBackgroundColor: string;
31
+ stateBorderColor: string;
32
+ stateBorderStyle: string;
9
33
  stateTextColor: string;
10
34
  stateFontSize: string;
35
+ controlBackgroundColor: string;
36
+ controlTextColor: string;
37
+ controlBorderColor: string;
38
+ controlHoverBackgroundColor: string;
39
+ tableHeaderBackgroundColor: string;
40
+ tableHeaderTextColor: string;
41
+ tableRowHoverBackgroundColor: string;
42
+ tableBorderColor: string;
43
+ focusOutlineColor: string;
44
+ focusOutlineOffset: string;
11
45
  };
12
46
  export default _default;