@codemonster-ru/vueforge 0.93.0 → 0.95.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.
- package/dist/index.css +1 -1
- package/dist/index.d.ts +60 -3
- package/dist/index.ts.mjs +16895 -10584
- package/dist/index.ts.umd.js +17 -14
- package/dist/package/components/__tests__/activity-feed.test.d.ts +1 -0
- package/dist/package/components/__tests__/advanced-filter-panel.test.d.ts +1 -0
- package/dist/package/components/__tests__/app-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/audit-log-viewer.test.d.ts +1 -0
- package/dist/package/components/__tests__/bottom-sheet.test.d.ts +1 -0
- package/dist/package/components/__tests__/bulk-action-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/cascade-select.test.d.ts +1 -0
- package/dist/package/components/__tests__/code-editor.test.d.ts +1 -0
- package/dist/package/components/__tests__/comment-thread.test.d.ts +1 -0
- package/dist/package/components/__tests__/confirm-popup.test.d.ts +1 -0
- package/dist/package/components/__tests__/data-table-toolbar.test.d.ts +1 -0
- package/dist/package/components/__tests__/diff-viewer.test.d.ts +1 -0
- package/dist/package/components/__tests__/dynamic-dialog.test.d.ts +1 -0
- package/dist/package/components/__tests__/file-manager.test.d.ts +1 -0
- package/dist/package/components/__tests__/footer.test.d.ts +1 -0
- package/dist/package/components/__tests__/infinite-scroll.test.d.ts +1 -0
- package/dist/package/components/__tests__/inline-message.test.d.ts +1 -0
- package/dist/package/components/__tests__/json-viewer.test.d.ts +1 -0
- package/dist/package/components/__tests__/kpi-stat-card.test.d.ts +1 -0
- package/dist/package/components/__tests__/member-picker.test.d.ts +1 -0
- package/dist/package/components/__tests__/meter-group.test.d.ts +1 -0
- package/dist/package/components/__tests__/navigation-rail.test.d.ts +1 -0
- package/dist/package/components/__tests__/overlay-badge.directive.test.d.ts +1 -0
- package/dist/package/components/__tests__/overlay-badge.test.d.ts +1 -0
- package/dist/package/components/__tests__/page-layout.test.d.ts +1 -0
- package/dist/package/components/__tests__/permission-matrix.test.d.ts +1 -0
- package/dist/package/components/__tests__/query-builder.test.d.ts +1 -0
- package/dist/package/components/__tests__/resizable-sidebar.test.d.ts +1 -0
- package/dist/package/components/__tests__/saved-views-manager.test.d.ts +1 -0
- package/dist/package/components/__tests__/scheduler.test.d.ts +1 -0
- package/dist/package/components/__tests__/show-hide.test.d.ts +1 -0
- package/dist/package/components/__tests__/split-layout.test.d.ts +1 -0
- package/dist/package/components/__tests__/sticky-region.test.d.ts +1 -0
- package/dist/package/components/__tests__/tab-menu.test.d.ts +1 -0
- package/dist/package/components/__tests__/tiered-menu.test.d.ts +1 -0
- package/dist/package/components/accordion-context.d.ts +2 -0
- package/dist/package/components/accordion.vue.d.ts +23 -0
- package/dist/package/components/activity-feed.vue.d.ts +79 -0
- package/dist/package/components/advanced-filter-panel-types.d.ts +30 -0
- package/dist/package/components/advanced-filter-panel.vue.d.ts +45 -0
- package/dist/package/components/app-bar.vue.d.ts +47 -0
- package/dist/package/components/audit-log-viewer.vue.d.ts +72 -0
- package/dist/package/components/block-ui.vue.d.ts +1 -1
- package/dist/package/components/bottom-sheet.vue.d.ts +57 -0
- package/dist/package/components/bulk-action-bar-types.d.ts +11 -0
- package/dist/package/components/bulk-action-bar.vue.d.ts +36 -0
- package/dist/package/components/cascade-select-types.d.ts +8 -0
- package/dist/package/components/cascade-select.vue.d.ts +96 -0
- package/dist/package/components/chart.vue.d.ts +1 -1
- package/dist/package/components/code-editor-adapter.d.ts +56 -0
- package/dist/package/components/code-editor.vue.d.ts +85 -0
- package/dist/package/components/command-palette.vue.d.ts +32 -1
- package/dist/package/components/comment-thread.vue.d.ts +74 -0
- package/dist/package/components/confirm-dialog.vue.d.ts +1 -1
- package/dist/package/components/confirm-popup.vue.d.ts +383 -0
- package/dist/package/components/context-menu.vue.d.ts +1 -1
- package/dist/package/components/data-table-toolbar-types.d.ts +6 -0
- package/dist/package/components/data-table-toolbar.vue.d.ts +62 -0
- package/dist/package/components/data-table.vue.d.ts +51 -7
- package/dist/package/components/data-view.vue.d.ts +1 -1
- package/dist/package/components/date-range-picker.vue.d.ts +1 -1
- package/dist/package/components/datepicker.vue.d.ts +1 -1
- package/dist/package/components/datetimepicker.vue.d.ts +1 -1
- package/dist/package/components/diff-viewer.vue.d.ts +45 -0
- package/dist/package/components/drawer.vue.d.ts +1 -1
- package/dist/package/components/dropdown.vue.d.ts +1 -1
- package/dist/package/components/dynamic-dialog.vue.d.ts +35 -0
- package/dist/package/components/file-manager.vue.d.ts +89 -0
- package/dist/package/components/footer.vue.d.ts +45 -0
- package/dist/package/components/hide.vue.d.ts +29 -0
- package/dist/package/components/infinite-scroll.vue.d.ts +72 -0
- package/dist/package/components/inline-message.vue.d.ts +40 -0
- package/dist/package/components/json-viewer.vue.d.ts +57 -0
- package/dist/package/components/kanban-board.vue.d.ts +15 -27
- package/dist/package/components/kpi-stat-card.vue.d.ts +46 -0
- package/dist/package/components/member-picker.vue.d.ts +89 -0
- package/dist/package/components/meter-group.vue.d.ts +46 -0
- package/dist/package/components/navigation-rail.vue.d.ts +289 -0
- package/dist/package/components/notification-center.vue.d.ts +35 -11
- package/dist/package/components/overlay-badge-utils.d.ts +23 -0
- package/dist/package/components/overlay-badge.vue.d.ts +39 -0
- package/dist/package/components/overlay-panel.vue.d.ts +6 -6
- package/dist/package/components/page-layout.vue.d.ts +84 -0
- package/dist/package/components/permission-matrix.vue.d.ts +48 -0
- package/dist/package/components/popover.vue.d.ts +1 -1
- package/dist/package/components/query-builder-group.vue.d.ts +37 -0
- package/dist/package/components/query-builder-types.d.ts +28 -0
- package/dist/package/components/query-builder.vue.d.ts +40 -0
- package/dist/package/components/rating.vue.d.ts +4 -0
- package/dist/package/components/resizable-sidebar.vue.d.ts +73 -0
- package/dist/package/components/saved-views-manager-types.d.ts +8 -0
- package/dist/package/components/saved-views-manager.vue.d.ts +58 -0
- package/dist/package/components/scheduler.vue.d.ts +61 -0
- package/dist/package/components/scroll-panel.vue.d.ts +1 -1
- package/dist/package/components/scroll-top.vue.d.ts +1 -1
- package/dist/package/components/show.vue.d.ts +29 -0
- package/dist/package/components/sidebar.vue.d.ts +4 -4
- package/dist/package/components/split-button.vue.d.ts +7 -7
- package/dist/package/components/split-layout.vue.d.ts +73 -0
- package/dist/package/components/splitter.vue.d.ts +2 -2
- package/dist/package/components/sticky-region.vue.d.ts +35 -0
- package/dist/package/components/tab-menu.vue.d.ts +33 -0
- package/dist/package/components/terminal.vue.d.ts +2 -2
- package/dist/package/components/tiered-menu.vue.d.ts +34 -0
- package/dist/package/components/toast.vue.d.ts +1 -1
- package/dist/package/components/tooltip.vue.d.ts +1 -1
- package/dist/package/components/tour.vue.d.ts +1 -1
- package/dist/package/components/tree-node.vue.d.ts +2 -0
- package/dist/package/components/tree-select.vue.d.ts +1 -1
- package/dist/package/components/tree-table.vue.d.ts +3 -3
- package/dist/package/components/tree.vue.d.ts +23 -1
- package/dist/package/config/locale-text.d.ts +10 -0
- package/dist/package/config/theme-core.d.ts +777 -0
- package/dist/package/directives/overlay-badge.d.ts +3 -0
- package/dist/package/services/__tests__/dynamic-dialog-service.test.d.ts +1 -0
- package/dist/package/services/dynamic-dialog-service.d.ts +41 -0
- package/dist/package/themes/default/components/activity-feed.d.ts +35 -0
- package/dist/package/themes/default/components/advanced-filter-panel.d.ts +19 -0
- package/dist/package/themes/default/components/app-bar.d.ts +14 -0
- package/dist/package/themes/default/components/audit-log-viewer.d.ts +20 -0
- package/dist/package/themes/default/components/bottom-sheet.d.ts +32 -0
- package/dist/package/themes/default/components/bulk-action-bar.d.ts +19 -0
- package/dist/package/themes/default/components/code-editor.d.ts +27 -0
- package/dist/package/themes/default/components/comment-thread.d.ts +24 -0
- package/dist/package/themes/default/components/confirm-popup.d.ts +11 -0
- package/dist/package/themes/default/components/data-table-toolbar.d.ts +21 -0
- package/dist/package/themes/default/components/diff-viewer.d.ts +34 -0
- package/dist/package/themes/default/components/file-manager.d.ts +55 -0
- package/dist/package/themes/default/components/footer.d.ts +13 -0
- package/dist/package/themes/default/components/infinite-scroll.d.ts +23 -0
- package/dist/package/themes/default/components/inline-message.d.ts +47 -0
- package/dist/package/themes/default/components/json-viewer.d.ts +33 -0
- package/dist/package/themes/default/components/kpi-stat-card.d.ts +24 -0
- package/dist/package/themes/default/components/member-picker.d.ts +34 -0
- package/dist/package/themes/default/components/meter-group.d.ts +22 -0
- package/dist/package/themes/default/components/navigation-rail.d.ts +28 -0
- package/dist/package/themes/default/components/overlay-badge.d.ts +33 -0
- package/dist/package/themes/default/components/page-layout.d.ts +23 -0
- package/dist/package/themes/default/components/permission-matrix.d.ts +29 -0
- package/dist/package/themes/default/components/query-builder.d.ts +26 -0
- package/dist/package/themes/default/components/resizable-sidebar.d.ts +16 -0
- package/dist/package/themes/default/components/saved-views-manager.d.ts +21 -0
- package/dist/package/themes/default/components/scheduler.d.ts +48 -0
- package/dist/package/themes/default/components/split-layout.d.ts +20 -0
- package/dist/package/themes/default/components/sticky-region.d.ts +9 -0
- package/dist/package/themes/default/components/tab-menu.d.ts +14 -0
- package/dist/package/themes/default/index.d.ts +864 -31
- package/package.json +1 -1
|
@@ -94,6 +94,122 @@ export type ToolbarTokens = {
|
|
|
94
94
|
sectionGap?: string;
|
|
95
95
|
controlGap?: string;
|
|
96
96
|
};
|
|
97
|
+
export type AppBarTokens = {
|
|
98
|
+
height?: string;
|
|
99
|
+
denseHeight?: string;
|
|
100
|
+
padding?: string;
|
|
101
|
+
densePadding?: string;
|
|
102
|
+
mobilePadding?: string;
|
|
103
|
+
gap?: string;
|
|
104
|
+
actionsGap?: string;
|
|
105
|
+
borderColor?: string;
|
|
106
|
+
backgroundColor?: string;
|
|
107
|
+
textColor?: string;
|
|
108
|
+
zIndex?: string;
|
|
109
|
+
};
|
|
110
|
+
export type NavigationRailTokens = {
|
|
111
|
+
width?: string;
|
|
112
|
+
collapsedWidth?: string;
|
|
113
|
+
padding?: string;
|
|
114
|
+
gap?: string;
|
|
115
|
+
borderColor?: string;
|
|
116
|
+
backgroundColor?: string;
|
|
117
|
+
textColor?: string;
|
|
118
|
+
disabledOpacity?: string;
|
|
119
|
+
toggleSize?: string;
|
|
120
|
+
toggleRadius?: string;
|
|
121
|
+
toggleBorderColor?: string;
|
|
122
|
+
toggleBackgroundColor?: string;
|
|
123
|
+
toggleTextColor?: string;
|
|
124
|
+
itemMinHeight?: string;
|
|
125
|
+
itemPadding?: string;
|
|
126
|
+
collapsedItemPadding?: string;
|
|
127
|
+
itemBorderRadius?: string;
|
|
128
|
+
itemGap?: string;
|
|
129
|
+
itemContentGap?: string;
|
|
130
|
+
itemColor?: string;
|
|
131
|
+
itemHoverBackgroundColor?: string;
|
|
132
|
+
itemActiveBackgroundColor?: string;
|
|
133
|
+
itemActiveColor?: string;
|
|
134
|
+
iconSize?: string;
|
|
135
|
+
labelFontSize?: string;
|
|
136
|
+
};
|
|
137
|
+
export type FooterTokens = {
|
|
138
|
+
minHeight?: string;
|
|
139
|
+
denseMinHeight?: string;
|
|
140
|
+
padding?: string;
|
|
141
|
+
densePadding?: string;
|
|
142
|
+
gap?: string;
|
|
143
|
+
mobileGap?: string;
|
|
144
|
+
sectionGap?: string;
|
|
145
|
+
borderColor?: string;
|
|
146
|
+
backgroundColor?: string;
|
|
147
|
+
textColor?: string;
|
|
148
|
+
};
|
|
149
|
+
export type PageLayoutTokens = {
|
|
150
|
+
minHeight?: string;
|
|
151
|
+
gap?: string;
|
|
152
|
+
backgroundColor?: string;
|
|
153
|
+
textColor?: string;
|
|
154
|
+
headerPadding?: string;
|
|
155
|
+
headerBorderColor?: string;
|
|
156
|
+
controlsGap?: string;
|
|
157
|
+
contentPadding?: string;
|
|
158
|
+
contentBackgroundColor?: string;
|
|
159
|
+
panelBackgroundColor?: string;
|
|
160
|
+
panelBorderColor?: string;
|
|
161
|
+
footerPadding?: string;
|
|
162
|
+
footerBorderColor?: string;
|
|
163
|
+
toggleSize?: string;
|
|
164
|
+
toggleBorderRadius?: string;
|
|
165
|
+
toggleBorderColor?: string;
|
|
166
|
+
toggleBackgroundColor?: string;
|
|
167
|
+
toggleTextColor?: string;
|
|
168
|
+
overlayBackgroundColor?: string;
|
|
169
|
+
zIndex?: string;
|
|
170
|
+
};
|
|
171
|
+
export type SplitLayoutTokens = {
|
|
172
|
+
minHeight?: string;
|
|
173
|
+
gap?: string;
|
|
174
|
+
padding?: string;
|
|
175
|
+
panelPadding?: string;
|
|
176
|
+
controlsGap?: string;
|
|
177
|
+
backgroundColor?: string;
|
|
178
|
+
textColor?: string;
|
|
179
|
+
primaryBackgroundColor?: string;
|
|
180
|
+
panelBackgroundColor?: string;
|
|
181
|
+
panelBorderColor?: string;
|
|
182
|
+
toggleSize?: string;
|
|
183
|
+
toggleBorderRadius?: string;
|
|
184
|
+
toggleBorderColor?: string;
|
|
185
|
+
toggleBackgroundColor?: string;
|
|
186
|
+
toggleTextColor?: string;
|
|
187
|
+
overlayBackgroundColor?: string;
|
|
188
|
+
zIndex?: string;
|
|
189
|
+
};
|
|
190
|
+
export type ResizableSidebarTokens = {
|
|
191
|
+
backgroundColor?: string;
|
|
192
|
+
textColor?: string;
|
|
193
|
+
borderColor?: string;
|
|
194
|
+
disabledOpacity?: string;
|
|
195
|
+
sectionPadding?: string;
|
|
196
|
+
contentPadding?: string;
|
|
197
|
+
toggleMargin?: string;
|
|
198
|
+
toggleSize?: string;
|
|
199
|
+
toggleBorderRadius?: string;
|
|
200
|
+
toggleBorderColor?: string;
|
|
201
|
+
toggleBackgroundColor?: string;
|
|
202
|
+
toggleTextColor?: string;
|
|
203
|
+
resizerSize?: string;
|
|
204
|
+
};
|
|
205
|
+
export type StickyRegionTokens = {
|
|
206
|
+
zIndex?: string;
|
|
207
|
+
padding?: string;
|
|
208
|
+
borderColor?: string;
|
|
209
|
+
backgroundColor?: string;
|
|
210
|
+
textColor?: string;
|
|
211
|
+
shadow?: string;
|
|
212
|
+
};
|
|
97
213
|
export type BlockUiTokens = {
|
|
98
214
|
zIndex?: string;
|
|
99
215
|
gap?: string;
|
|
@@ -822,6 +938,251 @@ export type FileUploadTokens = {
|
|
|
822
938
|
buttonPadding?: string;
|
|
823
939
|
};
|
|
824
940
|
};
|
|
941
|
+
export type FileManagerTokens = {
|
|
942
|
+
gap?: string;
|
|
943
|
+
toolbarGap?: string;
|
|
944
|
+
toolbarControlsGap?: string;
|
|
945
|
+
viewGap?: string;
|
|
946
|
+
controlBorderColor?: string;
|
|
947
|
+
controlBorderRadius?: string;
|
|
948
|
+
controlBackgroundColor?: string;
|
|
949
|
+
controlTextColor?: string;
|
|
950
|
+
controlFontSize?: string;
|
|
951
|
+
controlPadding?: string;
|
|
952
|
+
controlActiveBackgroundColor?: string;
|
|
953
|
+
controlActiveBorderColor?: string;
|
|
954
|
+
controlActiveTextColor?: string;
|
|
955
|
+
listGap?: string;
|
|
956
|
+
gridGap?: string;
|
|
957
|
+
gridMinWidth?: string;
|
|
958
|
+
itemGap?: string;
|
|
959
|
+
itemPadding?: string;
|
|
960
|
+
itemBorderColor?: string;
|
|
961
|
+
itemBorderRadius?: string;
|
|
962
|
+
itemBackgroundColor?: string;
|
|
963
|
+
itemTextColor?: string;
|
|
964
|
+
itemSelectedBorderColor?: string;
|
|
965
|
+
itemSelectedBackgroundColor?: string;
|
|
966
|
+
thumbSize?: string;
|
|
967
|
+
thumbRadius?: string;
|
|
968
|
+
thumbBorderColor?: string;
|
|
969
|
+
thumbBackgroundColor?: string;
|
|
970
|
+
thumbFontSize?: string;
|
|
971
|
+
thumbTextColor?: string;
|
|
972
|
+
nameFontSize?: string;
|
|
973
|
+
nameFontWeight?: string;
|
|
974
|
+
detailsGap?: string;
|
|
975
|
+
detailsFontSize?: string;
|
|
976
|
+
detailsColor?: string;
|
|
977
|
+
statePadding?: string;
|
|
978
|
+
stateBorderColor?: string;
|
|
979
|
+
stateBorderRadius?: string;
|
|
980
|
+
stateColor?: string;
|
|
981
|
+
previewZIndex?: string;
|
|
982
|
+
previewPadding?: string;
|
|
983
|
+
previewOverlayBackgroundColor?: string;
|
|
984
|
+
previewMaxWidth?: string;
|
|
985
|
+
previewMaxHeight?: string;
|
|
986
|
+
previewGap?: string;
|
|
987
|
+
previewBorderColor?: string;
|
|
988
|
+
previewBorderRadius?: string;
|
|
989
|
+
previewBackgroundColor?: string;
|
|
990
|
+
previewTextColor?: string;
|
|
991
|
+
previewDialogPadding?: string;
|
|
992
|
+
previewImageRadius?: string;
|
|
993
|
+
disabledOpacity?: string;
|
|
994
|
+
};
|
|
995
|
+
export type JsonViewerTokens = {
|
|
996
|
+
gap?: string;
|
|
997
|
+
borderColor?: string;
|
|
998
|
+
borderRadius?: string;
|
|
999
|
+
backgroundColor?: string;
|
|
1000
|
+
textColor?: string;
|
|
1001
|
+
padding?: string;
|
|
1002
|
+
fontFamily?: string;
|
|
1003
|
+
fontSize?: string;
|
|
1004
|
+
lineHeight?: string;
|
|
1005
|
+
indentSize?: string;
|
|
1006
|
+
toolbarGap?: string;
|
|
1007
|
+
toolbarGroupGap?: string;
|
|
1008
|
+
controlBorderColor?: string;
|
|
1009
|
+
controlBorderRadius?: string;
|
|
1010
|
+
controlBackgroundColor?: string;
|
|
1011
|
+
controlTextColor?: string;
|
|
1012
|
+
controlFontSize?: string;
|
|
1013
|
+
controlPadding?: string;
|
|
1014
|
+
toggleSize?: string;
|
|
1015
|
+
rowGap?: string;
|
|
1016
|
+
rowMinHeight?: string;
|
|
1017
|
+
cellGap?: string;
|
|
1018
|
+
keyColor?: string;
|
|
1019
|
+
punctuationColor?: string;
|
|
1020
|
+
metaColor?: string;
|
|
1021
|
+
stringColor?: string;
|
|
1022
|
+
numberColor?: string;
|
|
1023
|
+
booleanColor?: string;
|
|
1024
|
+
nullColor?: string;
|
|
1025
|
+
emptyColor?: string;
|
|
1026
|
+
};
|
|
1027
|
+
export type DiffViewerTokens = {
|
|
1028
|
+
gap?: string;
|
|
1029
|
+
borderColor?: string;
|
|
1030
|
+
borderRadius?: string;
|
|
1031
|
+
backgroundColor?: string;
|
|
1032
|
+
textColor?: string;
|
|
1033
|
+
padding?: string;
|
|
1034
|
+
fontFamily?: string;
|
|
1035
|
+
fontSize?: string;
|
|
1036
|
+
lineHeight?: string;
|
|
1037
|
+
toolbarGap?: string;
|
|
1038
|
+
toolbarGroupGap?: string;
|
|
1039
|
+
controlBorderColor?: string;
|
|
1040
|
+
controlBorderRadius?: string;
|
|
1041
|
+
controlBackgroundColor?: string;
|
|
1042
|
+
controlTextColor?: string;
|
|
1043
|
+
controlFontSize?: string;
|
|
1044
|
+
controlPadding?: string;
|
|
1045
|
+
controlActiveBackgroundColor?: string;
|
|
1046
|
+
controlActiveBorderColor?: string;
|
|
1047
|
+
controlActiveTextColor?: string;
|
|
1048
|
+
dividerColor?: string;
|
|
1049
|
+
cellPadding?: string;
|
|
1050
|
+
rowGap?: string;
|
|
1051
|
+
cellGap?: string;
|
|
1052
|
+
rowBorderRadius?: string;
|
|
1053
|
+
lineColor?: string;
|
|
1054
|
+
markerColor?: string;
|
|
1055
|
+
addedBackgroundColor?: string;
|
|
1056
|
+
removedBackgroundColor?: string;
|
|
1057
|
+
changedBackgroundColor?: string;
|
|
1058
|
+
emptyColor?: string;
|
|
1059
|
+
};
|
|
1060
|
+
export type CodeEditorTokens = {
|
|
1061
|
+
gap?: string;
|
|
1062
|
+
borderColor?: string;
|
|
1063
|
+
borderRadius?: string;
|
|
1064
|
+
backgroundColor?: string;
|
|
1065
|
+
textColor?: string;
|
|
1066
|
+
padding?: string;
|
|
1067
|
+
headerGap?: string;
|
|
1068
|
+
metaFontSize?: string;
|
|
1069
|
+
metaColor?: string;
|
|
1070
|
+
surfaceBorderColor?: string;
|
|
1071
|
+
surfaceBorderRadius?: string;
|
|
1072
|
+
surfaceBackgroundColor?: string;
|
|
1073
|
+
minHeight?: string;
|
|
1074
|
+
stateMinHeight?: string;
|
|
1075
|
+
stateColor?: string;
|
|
1076
|
+
stateFontSize?: string;
|
|
1077
|
+
darkBorderColor?: string;
|
|
1078
|
+
darkBackgroundColor?: string;
|
|
1079
|
+
darkTextColor?: string;
|
|
1080
|
+
darkSurfaceBorderColor?: string;
|
|
1081
|
+
darkSurfaceBackgroundColor?: string;
|
|
1082
|
+
darkMetaColor?: string;
|
|
1083
|
+
darkStateColor?: string;
|
|
1084
|
+
disabledOpacity?: string;
|
|
1085
|
+
};
|
|
1086
|
+
export type SchedulerTokens = {
|
|
1087
|
+
gap?: string;
|
|
1088
|
+
borderColor?: string;
|
|
1089
|
+
borderRadius?: string;
|
|
1090
|
+
backgroundColor?: string;
|
|
1091
|
+
textColor?: string;
|
|
1092
|
+
padding?: string;
|
|
1093
|
+
titleFontSize?: string;
|
|
1094
|
+
titleFontWeight?: string;
|
|
1095
|
+
subtitleFontSize?: string;
|
|
1096
|
+
subtitleColor?: string;
|
|
1097
|
+
resourceWidth?: string;
|
|
1098
|
+
minTimelineWidth?: string;
|
|
1099
|
+
minGridWidth?: string;
|
|
1100
|
+
gridGap?: string;
|
|
1101
|
+
headBackgroundColor?: string;
|
|
1102
|
+
headBorderRadius?: string;
|
|
1103
|
+
headPadding?: string;
|
|
1104
|
+
headFontSize?: string;
|
|
1105
|
+
headFontWeight?: string;
|
|
1106
|
+
dividerColor?: string;
|
|
1107
|
+
slotMinWidth?: string;
|
|
1108
|
+
slotLabelFontSize?: string;
|
|
1109
|
+
slotLabelColor?: string;
|
|
1110
|
+
rowBorderRadius?: string;
|
|
1111
|
+
resourcePadding?: string;
|
|
1112
|
+
resourceBackgroundColor?: string;
|
|
1113
|
+
resourceFontSize?: string;
|
|
1114
|
+
resourceFontWeight?: string;
|
|
1115
|
+
resourceMetaFontSize?: string;
|
|
1116
|
+
resourceMetaColor?: string;
|
|
1117
|
+
trackBackgroundColor?: string;
|
|
1118
|
+
trackPadding?: string;
|
|
1119
|
+
trackGap?: string;
|
|
1120
|
+
slotHeight?: string;
|
|
1121
|
+
slotHoverBackgroundColor?: string;
|
|
1122
|
+
eventHeight?: string;
|
|
1123
|
+
eventBackgroundColor?: string;
|
|
1124
|
+
eventTextColor?: string;
|
|
1125
|
+
eventBorderColor?: string;
|
|
1126
|
+
eventBorderRadius?: string;
|
|
1127
|
+
eventPadding?: string;
|
|
1128
|
+
eventFontSize?: string;
|
|
1129
|
+
eventTitleFontWeight?: string;
|
|
1130
|
+
eventTimeFontSize?: string;
|
|
1131
|
+
eventSelectedOutlineColor?: string;
|
|
1132
|
+
};
|
|
1133
|
+
export type BottomSheetTokens = {
|
|
1134
|
+
zIndex?: string;
|
|
1135
|
+
maxWidth?: string;
|
|
1136
|
+
maxHeight?: string;
|
|
1137
|
+
minHeightSm?: string;
|
|
1138
|
+
minHeight?: string;
|
|
1139
|
+
minHeightLg?: string;
|
|
1140
|
+
borderRadius?: string;
|
|
1141
|
+
backgroundColor?: string;
|
|
1142
|
+
textColor?: string;
|
|
1143
|
+
overlayBackgroundColor?: string;
|
|
1144
|
+
shadow?: string;
|
|
1145
|
+
safeAreaBottom?: string;
|
|
1146
|
+
handleWidth?: string;
|
|
1147
|
+
handleHeight?: string;
|
|
1148
|
+
handleColor?: string;
|
|
1149
|
+
handleMargin?: string;
|
|
1150
|
+
headerGap?: string;
|
|
1151
|
+
headerPadding?: string;
|
|
1152
|
+
titleFontSize?: string;
|
|
1153
|
+
titleLineHeight?: string;
|
|
1154
|
+
titleFontWeight?: string;
|
|
1155
|
+
closeSize?: string;
|
|
1156
|
+
closeRadius?: string;
|
|
1157
|
+
closeColor?: string;
|
|
1158
|
+
closeFontSize?: string;
|
|
1159
|
+
closeHoverBackgroundColor?: string;
|
|
1160
|
+
bodyPadding?: string;
|
|
1161
|
+
footerPadding?: string;
|
|
1162
|
+
footerGap?: string;
|
|
1163
|
+
};
|
|
1164
|
+
export type InfiniteScrollTokens = {
|
|
1165
|
+
gap?: string;
|
|
1166
|
+
sentinelMinHeight?: string;
|
|
1167
|
+
sentinelPadding?: string;
|
|
1168
|
+
textColor?: string;
|
|
1169
|
+
fontSize?: string;
|
|
1170
|
+
loadingColor?: string;
|
|
1171
|
+
errorColor?: string;
|
|
1172
|
+
endColor?: string;
|
|
1173
|
+
disabledOpacity?: string;
|
|
1174
|
+
hintWidth?: string;
|
|
1175
|
+
hintHeight?: string;
|
|
1176
|
+
hintColor?: string;
|
|
1177
|
+
retryBorderColor?: string;
|
|
1178
|
+
retryRadius?: string;
|
|
1179
|
+
retryBackgroundColor?: string;
|
|
1180
|
+
retryTextColor?: string;
|
|
1181
|
+
retryPadding?: string;
|
|
1182
|
+
retryFontSize?: string;
|
|
1183
|
+
retryHoverBackgroundColor?: string;
|
|
1184
|
+
focusRingColor?: string;
|
|
1185
|
+
};
|
|
825
1186
|
export type LinkTokens = {
|
|
826
1187
|
hoverColor?: string;
|
|
827
1188
|
activeColor?: string;
|
|
@@ -973,6 +1334,16 @@ export type ConfirmDialogTokens = {
|
|
|
973
1334
|
messageLineHeight?: string;
|
|
974
1335
|
actionsGap?: string;
|
|
975
1336
|
};
|
|
1337
|
+
export type ConfirmPopupTokens = {
|
|
1338
|
+
bodyGap?: string;
|
|
1339
|
+
titleFontSize?: string;
|
|
1340
|
+
titleFontWeight?: string;
|
|
1341
|
+
titleColor?: string;
|
|
1342
|
+
messageColor?: string;
|
|
1343
|
+
messageFontSize?: string;
|
|
1344
|
+
messageLineHeight?: string;
|
|
1345
|
+
actionsGap?: string;
|
|
1346
|
+
};
|
|
976
1347
|
export type DrawerTokens = {
|
|
977
1348
|
width?: string;
|
|
978
1349
|
widthSm?: string;
|
|
@@ -2283,6 +2654,219 @@ export type TimelineTokens = {
|
|
|
2283
2654
|
descriptionFontSize?: string;
|
|
2284
2655
|
};
|
|
2285
2656
|
};
|
|
2657
|
+
export type ActivityFeedTokens = {
|
|
2658
|
+
gap?: string;
|
|
2659
|
+
groupGap?: string;
|
|
2660
|
+
groupTitleFontSize?: string;
|
|
2661
|
+
groupTitleColor?: string;
|
|
2662
|
+
groupTitleFontWeight?: string;
|
|
2663
|
+
itemGap?: string;
|
|
2664
|
+
itemPadding?: string;
|
|
2665
|
+
itemBorderColor?: string;
|
|
2666
|
+
itemBorderRadius?: string;
|
|
2667
|
+
itemBackgroundColor?: string;
|
|
2668
|
+
contentGap?: string;
|
|
2669
|
+
avatarSize?: string;
|
|
2670
|
+
avatarFontSize?: string;
|
|
2671
|
+
avatarBackgroundColor?: string;
|
|
2672
|
+
avatarTextColor?: string;
|
|
2673
|
+
titleFontSize?: string;
|
|
2674
|
+
titleColor?: string;
|
|
2675
|
+
titleFontWeight?: string;
|
|
2676
|
+
descriptionFontSize?: string;
|
|
2677
|
+
descriptionColor?: string;
|
|
2678
|
+
metaGap?: string;
|
|
2679
|
+
metaFontSize?: string;
|
|
2680
|
+
metaColor?: string;
|
|
2681
|
+
actorFontWeight?: string;
|
|
2682
|
+
actionColor?: string;
|
|
2683
|
+
actionFontSize?: string;
|
|
2684
|
+
infoBorderColor?: string;
|
|
2685
|
+
successBorderColor?: string;
|
|
2686
|
+
warnBorderColor?: string;
|
|
2687
|
+
dangerBorderColor?: string;
|
|
2688
|
+
emptyPadding?: string;
|
|
2689
|
+
emptyColor?: string;
|
|
2690
|
+
};
|
|
2691
|
+
export type AuditLogViewerTokens = {
|
|
2692
|
+
borderColor?: string;
|
|
2693
|
+
borderRadius?: string;
|
|
2694
|
+
backgroundColor?: string;
|
|
2695
|
+
textColor?: string;
|
|
2696
|
+
dividerColor?: string;
|
|
2697
|
+
headerBackgroundColor?: string;
|
|
2698
|
+
fontSize?: string;
|
|
2699
|
+
cellPadding?: string;
|
|
2700
|
+
eventFontWeight?: string;
|
|
2701
|
+
metaColor?: string;
|
|
2702
|
+
metaFontSize?: string;
|
|
2703
|
+
actionColor?: string;
|
|
2704
|
+
actionFontSize?: string;
|
|
2705
|
+
detailsGap?: string;
|
|
2706
|
+
sectionTitleFontSize?: string;
|
|
2707
|
+
monoFontFamily?: string;
|
|
2708
|
+
monoFontSize?: string;
|
|
2709
|
+
};
|
|
2710
|
+
export type CommentThreadTokens = {
|
|
2711
|
+
gap?: string;
|
|
2712
|
+
itemGap?: string;
|
|
2713
|
+
indentSize?: string;
|
|
2714
|
+
borderColor?: string;
|
|
2715
|
+
borderRadius?: string;
|
|
2716
|
+
backgroundColor?: string;
|
|
2717
|
+
padding?: string;
|
|
2718
|
+
resolvedBackgroundColor?: string;
|
|
2719
|
+
resolvedBorderColor?: string;
|
|
2720
|
+
metaGap?: string;
|
|
2721
|
+
authorFontWeight?: string;
|
|
2722
|
+
metaColor?: string;
|
|
2723
|
+
metaFontSize?: string;
|
|
2724
|
+
actionsGap?: string;
|
|
2725
|
+
actionColor?: string;
|
|
2726
|
+
actionFontSize?: string;
|
|
2727
|
+
replyMinHeight?: string;
|
|
2728
|
+
replyBorderColor?: string;
|
|
2729
|
+
replyBorderRadius?: string;
|
|
2730
|
+
replyBackgroundColor?: string;
|
|
2731
|
+
disabledOpacity?: string;
|
|
2732
|
+
};
|
|
2733
|
+
export type MemberPickerTokens = {
|
|
2734
|
+
controlMinHeight?: string;
|
|
2735
|
+
borderColor?: string;
|
|
2736
|
+
borderRadius?: string;
|
|
2737
|
+
backgroundColor?: string;
|
|
2738
|
+
textColor?: string;
|
|
2739
|
+
padding?: string;
|
|
2740
|
+
gap?: string;
|
|
2741
|
+
focusBorderColor?: string;
|
|
2742
|
+
focusRingShadow?: string;
|
|
2743
|
+
disabledOpacity?: string;
|
|
2744
|
+
chipGap?: string;
|
|
2745
|
+
chipBackgroundColor?: string;
|
|
2746
|
+
chipBorderColor?: string;
|
|
2747
|
+
chipBorderRadius?: string;
|
|
2748
|
+
chipFontSize?: string;
|
|
2749
|
+
chipRemoveFontSize?: string;
|
|
2750
|
+
zIndex?: string;
|
|
2751
|
+
panelBorderColor?: string;
|
|
2752
|
+
panelBorderRadius?: string;
|
|
2753
|
+
panelBackgroundColor?: string;
|
|
2754
|
+
panelShadow?: string;
|
|
2755
|
+
panelMaxHeight?: string;
|
|
2756
|
+
optionPadding?: string;
|
|
2757
|
+
optionGap?: string;
|
|
2758
|
+
optionHighlightBackgroundColor?: string;
|
|
2759
|
+
optionSelectedBackgroundColor?: string;
|
|
2760
|
+
optionTitleFontSize?: string;
|
|
2761
|
+
optionTitleFontWeight?: string;
|
|
2762
|
+
optionMetaFontSize?: string;
|
|
2763
|
+
optionMetaColor?: string;
|
|
2764
|
+
statePadding?: string;
|
|
2765
|
+
};
|
|
2766
|
+
export type PermissionMatrixTokens = {
|
|
2767
|
+
borderColor?: string;
|
|
2768
|
+
borderRadius?: string;
|
|
2769
|
+
backgroundColor?: string;
|
|
2770
|
+
textColor?: string;
|
|
2771
|
+
dividerColor?: string;
|
|
2772
|
+
headerBackgroundColor?: string;
|
|
2773
|
+
stickyBackgroundColor?: string;
|
|
2774
|
+
cellPadding?: string;
|
|
2775
|
+
labelFontSize?: string;
|
|
2776
|
+
labelFontWeight?: string;
|
|
2777
|
+
descriptionFontSize?: string;
|
|
2778
|
+
descriptionColor?: string;
|
|
2779
|
+
toggleMinWidth?: string;
|
|
2780
|
+
toggleBorderColor?: string;
|
|
2781
|
+
toggleBorderRadius?: string;
|
|
2782
|
+
togglePadding?: string;
|
|
2783
|
+
toggleBackgroundColor?: string;
|
|
2784
|
+
toggleTextColor?: string;
|
|
2785
|
+
toggleFontSize?: string;
|
|
2786
|
+
allowBorderColor?: string;
|
|
2787
|
+
allowBackgroundColor?: string;
|
|
2788
|
+
allowTextColor?: string;
|
|
2789
|
+
denyBorderColor?: string;
|
|
2790
|
+
denyBackgroundColor?: string;
|
|
2791
|
+
denyTextColor?: string;
|
|
2792
|
+
disabledOpacity?: string;
|
|
2793
|
+
};
|
|
2794
|
+
export type KpiStatCardTokens = {
|
|
2795
|
+
borderColor?: string;
|
|
2796
|
+
borderRadius?: string;
|
|
2797
|
+
backgroundColor?: string;
|
|
2798
|
+
textColor?: string;
|
|
2799
|
+
padding?: string;
|
|
2800
|
+
gap?: string;
|
|
2801
|
+
headerGap?: string;
|
|
2802
|
+
titleFontSize?: string;
|
|
2803
|
+
titleFontWeight?: string;
|
|
2804
|
+
subtitleFontSize?: string;
|
|
2805
|
+
subtitleColor?: string;
|
|
2806
|
+
valueGap?: string;
|
|
2807
|
+
valueFontSize?: string;
|
|
2808
|
+
valueFontWeight?: string;
|
|
2809
|
+
trendGap?: string;
|
|
2810
|
+
trendFontSize?: string;
|
|
2811
|
+
trendColor?: string;
|
|
2812
|
+
upColor?: string;
|
|
2813
|
+
downColor?: string;
|
|
2814
|
+
captionFontSize?: string;
|
|
2815
|
+
captionColor?: string;
|
|
2816
|
+
};
|
|
2817
|
+
export type MeterGroupTokens = {
|
|
2818
|
+
gap?: string;
|
|
2819
|
+
itemGap?: string;
|
|
2820
|
+
itemBorderColor?: string;
|
|
2821
|
+
itemBorderRadius?: string;
|
|
2822
|
+
itemBackgroundColor?: string;
|
|
2823
|
+
itemPadding?: string;
|
|
2824
|
+
headerGap?: string;
|
|
2825
|
+
labelFontSize?: string;
|
|
2826
|
+
labelFontWeight?: string;
|
|
2827
|
+
valueFontSize?: string;
|
|
2828
|
+
valueColor?: string;
|
|
2829
|
+
trackHeight?: string;
|
|
2830
|
+
trackBorderRadius?: string;
|
|
2831
|
+
trackBackgroundColor?: string;
|
|
2832
|
+
barColor?: string;
|
|
2833
|
+
warnBarColor?: string;
|
|
2834
|
+
dangerBarColor?: string;
|
|
2835
|
+
descriptionFontSize?: string;
|
|
2836
|
+
descriptionColor?: string;
|
|
2837
|
+
};
|
|
2838
|
+
export type OverlayBadgeTokens = {
|
|
2839
|
+
minSize?: string;
|
|
2840
|
+
dotSize?: string;
|
|
2841
|
+
paddingX?: string;
|
|
2842
|
+
borderRadius?: string;
|
|
2843
|
+
borderColor?: string;
|
|
2844
|
+
backgroundColor?: string;
|
|
2845
|
+
textColor?: string;
|
|
2846
|
+
fontSize?: string;
|
|
2847
|
+
fontWeight?: string;
|
|
2848
|
+
lineHeight?: string;
|
|
2849
|
+
zIndex?: string;
|
|
2850
|
+
topOffset?: string;
|
|
2851
|
+
rightOffset?: string;
|
|
2852
|
+
bottomOffset?: string;
|
|
2853
|
+
leftOffset?: string;
|
|
2854
|
+
neutralBackgroundColor?: string;
|
|
2855
|
+
neutralTextColor?: string;
|
|
2856
|
+
neutralBorderColor?: string;
|
|
2857
|
+
infoBackgroundColor?: string;
|
|
2858
|
+
infoTextColor?: string;
|
|
2859
|
+
infoBorderColor?: string;
|
|
2860
|
+
successBackgroundColor?: string;
|
|
2861
|
+
successTextColor?: string;
|
|
2862
|
+
successBorderColor?: string;
|
|
2863
|
+
warnBackgroundColor?: string;
|
|
2864
|
+
warnTextColor?: string;
|
|
2865
|
+
warnBorderColor?: string;
|
|
2866
|
+
dangerBackgroundColor?: string;
|
|
2867
|
+
dangerTextColor?: string;
|
|
2868
|
+
dangerBorderColor?: string;
|
|
2869
|
+
};
|
|
2286
2870
|
export type DataTableTokens = {
|
|
2287
2871
|
borderColor?: string;
|
|
2288
2872
|
borderRadius?: string;
|
|
@@ -2514,6 +3098,52 @@ export type AlertTokens = {
|
|
|
2514
3098
|
textColor?: string;
|
|
2515
3099
|
};
|
|
2516
3100
|
};
|
|
3101
|
+
export type InlineMessageTokens = {
|
|
3102
|
+
gap?: string;
|
|
3103
|
+
paddingX?: string;
|
|
3104
|
+
paddingY?: string;
|
|
3105
|
+
borderRadius?: string;
|
|
3106
|
+
borderColor?: string;
|
|
3107
|
+
backgroundColor?: string;
|
|
3108
|
+
textColor?: string;
|
|
3109
|
+
iconColor?: string;
|
|
3110
|
+
iconSize?: string;
|
|
3111
|
+
fontSize?: string;
|
|
3112
|
+
lineHeight?: string;
|
|
3113
|
+
bodyGap?: string;
|
|
3114
|
+
titleFontSize?: string;
|
|
3115
|
+
titleFontWeight?: string;
|
|
3116
|
+
info?: {
|
|
3117
|
+
backgroundColor?: string;
|
|
3118
|
+
borderColor?: string;
|
|
3119
|
+
textColor?: string;
|
|
3120
|
+
};
|
|
3121
|
+
success?: {
|
|
3122
|
+
backgroundColor?: string;
|
|
3123
|
+
borderColor?: string;
|
|
3124
|
+
textColor?: string;
|
|
3125
|
+
};
|
|
3126
|
+
warn?: {
|
|
3127
|
+
backgroundColor?: string;
|
|
3128
|
+
borderColor?: string;
|
|
3129
|
+
textColor?: string;
|
|
3130
|
+
};
|
|
3131
|
+
danger?: {
|
|
3132
|
+
backgroundColor?: string;
|
|
3133
|
+
borderColor?: string;
|
|
3134
|
+
textColor?: string;
|
|
3135
|
+
};
|
|
3136
|
+
small?: {
|
|
3137
|
+
fontSize?: string;
|
|
3138
|
+
paddingX?: string;
|
|
3139
|
+
paddingY?: string;
|
|
3140
|
+
};
|
|
3141
|
+
large?: {
|
|
3142
|
+
fontSize?: string;
|
|
3143
|
+
paddingX?: string;
|
|
3144
|
+
paddingY?: string;
|
|
3145
|
+
};
|
|
3146
|
+
};
|
|
2517
3147
|
export type EmptyStateTokens = {
|
|
2518
3148
|
gap?: string;
|
|
2519
3149
|
bodyGap?: string;
|
|
@@ -2666,6 +3296,120 @@ export type FilterChipsTokens = {
|
|
|
2666
3296
|
chipPadding?: string;
|
|
2667
3297
|
};
|
|
2668
3298
|
};
|
|
3299
|
+
export type QueryBuilderTokens = {
|
|
3300
|
+
fontSize?: string;
|
|
3301
|
+
padding?: string;
|
|
3302
|
+
borderColor?: string;
|
|
3303
|
+
borderRadius?: string;
|
|
3304
|
+
backgroundColor?: string;
|
|
3305
|
+
textColor?: string;
|
|
3306
|
+
secondaryTextColor?: string;
|
|
3307
|
+
rowGap?: string;
|
|
3308
|
+
nestedOffset?: string;
|
|
3309
|
+
groupGap?: string;
|
|
3310
|
+
groupPadding?: string;
|
|
3311
|
+
groupBorderRadius?: string;
|
|
3312
|
+
groupBorderColor?: string;
|
|
3313
|
+
groupBackgroundColor?: string;
|
|
3314
|
+
controlHeight?: string;
|
|
3315
|
+
controlBorderRadius?: string;
|
|
3316
|
+
controlBorderColor?: string;
|
|
3317
|
+
controlBackgroundColor?: string;
|
|
3318
|
+
controlFocusBorderColor?: string;
|
|
3319
|
+
controlFocusRing?: string;
|
|
3320
|
+
dangerTextColor?: string;
|
|
3321
|
+
dangerBorderColor?: string;
|
|
3322
|
+
disabledOpacity?: string;
|
|
3323
|
+
};
|
|
3324
|
+
export type AdvancedFilterPanelTokens = {
|
|
3325
|
+
gap?: string;
|
|
3326
|
+
padding?: string;
|
|
3327
|
+
borderColor?: string;
|
|
3328
|
+
borderRadius?: string;
|
|
3329
|
+
backgroundColor?: string;
|
|
3330
|
+
textColor?: string;
|
|
3331
|
+
secondaryTextColor?: string;
|
|
3332
|
+
rowGap?: string;
|
|
3333
|
+
labelFontSize?: string;
|
|
3334
|
+
controlHeight?: string;
|
|
3335
|
+
controlBorderColor?: string;
|
|
3336
|
+
controlBorderRadius?: string;
|
|
3337
|
+
controlBackgroundColor?: string;
|
|
3338
|
+
focusBorderColor?: string;
|
|
3339
|
+
focusRing?: string;
|
|
3340
|
+
disabledOpacity?: string;
|
|
3341
|
+
};
|
|
3342
|
+
export type SavedViewsManagerTokens = {
|
|
3343
|
+
gap?: string;
|
|
3344
|
+
padding?: string;
|
|
3345
|
+
borderColor?: string;
|
|
3346
|
+
borderRadius?: string;
|
|
3347
|
+
backgroundColor?: string;
|
|
3348
|
+
textColor?: string;
|
|
3349
|
+
secondaryTextColor?: string;
|
|
3350
|
+
rowGap?: string;
|
|
3351
|
+
labelFontSize?: string;
|
|
3352
|
+
controlHeight?: string;
|
|
3353
|
+
controlBorderColor?: string;
|
|
3354
|
+
controlBorderRadius?: string;
|
|
3355
|
+
controlBackgroundColor?: string;
|
|
3356
|
+
focusBorderColor?: string;
|
|
3357
|
+
focusRing?: string;
|
|
3358
|
+
dangerTextColor?: string;
|
|
3359
|
+
dangerBorderColor?: string;
|
|
3360
|
+
disabledOpacity?: string;
|
|
3361
|
+
};
|
|
3362
|
+
export type DataTableToolbarTokens = {
|
|
3363
|
+
gap?: string;
|
|
3364
|
+
padding?: string;
|
|
3365
|
+
borderColor?: string;
|
|
3366
|
+
borderRadius?: string;
|
|
3367
|
+
backgroundColor?: string;
|
|
3368
|
+
textColor?: string;
|
|
3369
|
+
secondaryTextColor?: string;
|
|
3370
|
+
rowGap?: string;
|
|
3371
|
+
labelFontSize?: string;
|
|
3372
|
+
controlHeight?: string;
|
|
3373
|
+
controlBorderColor?: string;
|
|
3374
|
+
controlBorderRadius?: string;
|
|
3375
|
+
controlBackgroundColor?: string;
|
|
3376
|
+
badgeBackgroundColor?: string;
|
|
3377
|
+
badgeTextColor?: string;
|
|
3378
|
+
focusBorderColor?: string;
|
|
3379
|
+
focusRing?: string;
|
|
3380
|
+
disabledOpacity?: string;
|
|
3381
|
+
};
|
|
3382
|
+
export type BulkActionBarTokens = {
|
|
3383
|
+
gap?: string;
|
|
3384
|
+
padding?: string;
|
|
3385
|
+
borderColor?: string;
|
|
3386
|
+
borderRadius?: string;
|
|
3387
|
+
backgroundColor?: string;
|
|
3388
|
+
textColor?: string;
|
|
3389
|
+
secondaryTextColor?: string;
|
|
3390
|
+
rowGap?: string;
|
|
3391
|
+
controlHeight?: string;
|
|
3392
|
+
controlBorderColor?: string;
|
|
3393
|
+
controlBorderRadius?: string;
|
|
3394
|
+
controlBackgroundColor?: string;
|
|
3395
|
+
secondaryBorderColor?: string;
|
|
3396
|
+
focusBorderColor?: string;
|
|
3397
|
+
focusRing?: string;
|
|
3398
|
+
disabledOpacity?: string;
|
|
3399
|
+
};
|
|
3400
|
+
export type TabMenuTokens = {
|
|
3401
|
+
gap?: string;
|
|
3402
|
+
borderWidth?: string;
|
|
3403
|
+
borderColor?: string;
|
|
3404
|
+
tabPadding?: string;
|
|
3405
|
+
tabBorderRadius?: string;
|
|
3406
|
+
tabTextColor?: string;
|
|
3407
|
+
tabHoverTextColor?: string;
|
|
3408
|
+
tabHoverBackgroundColor?: string;
|
|
3409
|
+
tabActiveTextColor?: string;
|
|
3410
|
+
tabActiveBorderColor?: string;
|
|
3411
|
+
disabledOpacity?: string;
|
|
3412
|
+
};
|
|
2669
3413
|
export type AvatarTokens = {
|
|
2670
3414
|
size?: string;
|
|
2671
3415
|
fontSize?: string;
|
|
@@ -2700,6 +3444,7 @@ export type ThemeComponentTokens = {
|
|
|
2700
3444
|
panel?: PanelTokens;
|
|
2701
3445
|
fieldset?: FieldsetTokens;
|
|
2702
3446
|
toolbar?: ToolbarTokens;
|
|
3447
|
+
appBar?: AppBarTokens;
|
|
2703
3448
|
blockui?: BlockUiTokens;
|
|
2704
3449
|
scrollpanel?: ScrollPanelTokens;
|
|
2705
3450
|
scrolltop?: ScrollTopTokens;
|
|
@@ -2742,11 +3487,14 @@ export type ThemeComponentTokens = {
|
|
|
2742
3487
|
divider?: DividerTokens;
|
|
2743
3488
|
pageHeader?: PageHeaderTokens;
|
|
2744
3489
|
menu?: MenuTokens;
|
|
3490
|
+
tieredMenu?: MenuTokens;
|
|
2745
3491
|
menubar?: MenuBarTokens;
|
|
2746
3492
|
megamenu?: MegaMenuTokens;
|
|
2747
3493
|
panelmenu?: PanelMenuTokens;
|
|
2748
3494
|
modal?: ModalTokens;
|
|
3495
|
+
dynamicDialog?: ModalTokens;
|
|
2749
3496
|
confirmDialog?: ConfirmDialogTokens;
|
|
3497
|
+
confirmPopup?: ConfirmPopupTokens;
|
|
2750
3498
|
drawer?: DrawerTokens;
|
|
2751
3499
|
sidebar?: DrawerTokens;
|
|
2752
3500
|
popover?: PopoverTokens;
|
|
@@ -2758,6 +3506,12 @@ export type ThemeComponentTokens = {
|
|
|
2758
3506
|
notificationCenter?: NotificationCenterTokens;
|
|
2759
3507
|
appShell?: AppShellTokens;
|
|
2760
3508
|
kanbanBoard?: KanbanBoardTokens;
|
|
3509
|
+
navigationRail?: NavigationRailTokens;
|
|
3510
|
+
footer?: FooterTokens;
|
|
3511
|
+
pageLayout?: PageLayoutTokens;
|
|
3512
|
+
splitLayout?: SplitLayoutTokens;
|
|
3513
|
+
resizableSidebar?: ResizableSidebarTokens;
|
|
3514
|
+
stickyRegion?: StickyRegionTokens;
|
|
2761
3515
|
select?: SelectTokens;
|
|
2762
3516
|
autocomplete?: AutocompleteTokens;
|
|
2763
3517
|
combobox?: ComboboxTokens;
|
|
@@ -2772,6 +3526,7 @@ export type ThemeComponentTokens = {
|
|
|
2772
3526
|
pagination?: PaginationTokens;
|
|
2773
3527
|
switch?: SwitchTokens;
|
|
2774
3528
|
segmentedControl?: SegmentedControlTokens;
|
|
3529
|
+
tabMenu?: TabMenuTokens;
|
|
2775
3530
|
tooltip?: TooltipTokens;
|
|
2776
3531
|
tour?: TourTokens;
|
|
2777
3532
|
skeleton?: SkeletonTokens;
|
|
@@ -2782,6 +3537,14 @@ export type ThemeComponentTokens = {
|
|
|
2782
3537
|
stepper?: StepperTokens;
|
|
2783
3538
|
wizard?: WizardTokens;
|
|
2784
3539
|
timeline?: TimelineTokens;
|
|
3540
|
+
activityFeed?: ActivityFeedTokens;
|
|
3541
|
+
auditLogViewer?: AuditLogViewerTokens;
|
|
3542
|
+
commentThread?: CommentThreadTokens;
|
|
3543
|
+
memberPicker?: MemberPickerTokens;
|
|
3544
|
+
permissionMatrix?: PermissionMatrixTokens;
|
|
3545
|
+
kpiStatCard?: KpiStatCardTokens;
|
|
3546
|
+
meterGroup?: MeterGroupTokens;
|
|
3547
|
+
overlayBadge?: OverlayBadgeTokens;
|
|
2785
3548
|
datatable?: DataTableTokens;
|
|
2786
3549
|
treetable?: TreeTableTokens;
|
|
2787
3550
|
dataview?: DataViewTokens;
|
|
@@ -2790,15 +3553,29 @@ export type ThemeComponentTokens = {
|
|
|
2790
3553
|
toast?: ToastTokens;
|
|
2791
3554
|
alert?: AlertTokens;
|
|
2792
3555
|
message?: AlertTokens;
|
|
3556
|
+
inlineMessage?: InlineMessageTokens;
|
|
3557
|
+
fileManager?: FileManagerTokens;
|
|
3558
|
+
jsonViewer?: JsonViewerTokens;
|
|
3559
|
+
diffViewer?: DiffViewerTokens;
|
|
3560
|
+
codeEditor?: CodeEditorTokens;
|
|
3561
|
+
scheduler?: SchedulerTokens;
|
|
3562
|
+
bottomSheet?: BottomSheetTokens;
|
|
3563
|
+
infiniteScroll?: InfiniteScrollTokens;
|
|
2793
3564
|
emptyState?: EmptyStateTokens;
|
|
2794
3565
|
badge?: BadgeTokens;
|
|
2795
3566
|
chip?: ChipTokens;
|
|
2796
3567
|
filterChips?: FilterChipsTokens;
|
|
3568
|
+
advancedFilterPanel?: AdvancedFilterPanelTokens;
|
|
3569
|
+
queryBuilder?: QueryBuilderTokens;
|
|
3570
|
+
savedViewsManager?: SavedViewsManagerTokens;
|
|
3571
|
+
dataTableToolbar?: DataTableToolbarTokens;
|
|
3572
|
+
bulkActionBar?: BulkActionBarTokens;
|
|
2797
3573
|
avatar?: AvatarTokens;
|
|
2798
3574
|
rating?: RatingTokens;
|
|
2799
3575
|
tree?: TreeTokens;
|
|
2800
3576
|
orgchart?: OrgChartTokens;
|
|
2801
3577
|
treeselect?: TreeSelectTokens;
|
|
3578
|
+
cascadeSelect?: TreeSelectTokens;
|
|
2802
3579
|
virtualScroller?: VirtualScrollerTokens;
|
|
2803
3580
|
[key: string]: unknown;
|
|
2804
3581
|
};
|