survey-creator-core 1.12.6 → 1.12.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fonts.fontless.css +1 -1
- package/fonts.fontless.min.css +1 -1
- package/i18n/arabic.js +1 -1
- package/i18n/arabic.min.js.LICENSE.txt +1 -1
- package/i18n/bulgarian.js +1 -1
- package/i18n/bulgarian.min.js.LICENSE.txt +1 -1
- package/i18n/croatian.js +1 -1
- package/i18n/croatian.min.js.LICENSE.txt +1 -1
- package/i18n/czech.js +1 -1
- package/i18n/czech.min.js.LICENSE.txt +1 -1
- package/i18n/danish.js +1 -1
- package/i18n/danish.min.js.LICENSE.txt +1 -1
- package/i18n/dutch.js +1 -1
- package/i18n/dutch.min.js.LICENSE.txt +1 -1
- package/i18n/english.js +16 -2
- package/i18n/english.js.map +1 -1
- package/i18n/english.min.js +1 -1
- package/i18n/english.min.js.LICENSE.txt +1 -1
- package/i18n/finnish.js +1 -1
- package/i18n/finnish.min.js.LICENSE.txt +1 -1
- package/i18n/french.js +1 -1
- package/i18n/french.min.js.LICENSE.txt +1 -1
- package/i18n/german.js +1 -1
- package/i18n/german.min.js.LICENSE.txt +1 -1
- package/i18n/hebrew.js +1 -1
- package/i18n/hebrew.min.js.LICENSE.txt +1 -1
- package/i18n/hungarian.js +1 -1
- package/i18n/hungarian.min.js.LICENSE.txt +1 -1
- package/i18n/index.js +1 -1
- package/i18n/index.min.js.LICENSE.txt +1 -1
- package/i18n/indonesian.js +1 -1
- package/i18n/indonesian.min.js.LICENSE.txt +1 -1
- package/i18n/italian.js +1 -1
- package/i18n/italian.min.js.LICENSE.txt +1 -1
- package/i18n/japanese.js +1 -1
- package/i18n/japanese.min.js.LICENSE.txt +1 -1
- package/i18n/korean.js +1 -1
- package/i18n/korean.min.js.LICENSE.txt +1 -1
- package/i18n/malay.js +1 -1
- package/i18n/malay.min.js.LICENSE.txt +1 -1
- package/i18n/mongolian.js +1 -1
- package/i18n/mongolian.min.js.LICENSE.txt +1 -1
- package/i18n/norwegian.js +1 -1
- package/i18n/norwegian.min.js.LICENSE.txt +1 -1
- package/i18n/persian.js +1 -1
- package/i18n/persian.min.js.LICENSE.txt +1 -1
- package/i18n/polish.js +1 -1
- package/i18n/polish.min.js.LICENSE.txt +1 -1
- package/i18n/portuguese.js +1 -1
- package/i18n/portuguese.min.js.LICENSE.txt +1 -1
- package/i18n/romanian.js +1 -1
- package/i18n/romanian.min.js.LICENSE.txt +1 -1
- package/i18n/russian.js +1 -1
- package/i18n/russian.min.js.LICENSE.txt +1 -1
- package/i18n/simplified-chinese.js +1 -1
- package/i18n/simplified-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/slovak.js +1 -1
- package/i18n/slovak.min.js.LICENSE.txt +1 -1
- package/i18n/spanish.js +1 -1
- package/i18n/spanish.min.js.LICENSE.txt +1 -1
- package/i18n/swedish.js +1 -1
- package/i18n/swedish.min.js.LICENSE.txt +1 -1
- package/i18n/tajik.js +1 -1
- package/i18n/tajik.min.js.LICENSE.txt +1 -1
- package/i18n/thai.js +1 -1
- package/i18n/thai.min.js.LICENSE.txt +1 -1
- package/i18n/traditional-chinese.js +1 -1
- package/i18n/traditional-chinese.min.js.LICENSE.txt +1 -1
- package/i18n/turkish.js +1 -1
- package/i18n/turkish.min.js.LICENSE.txt +1 -1
- package/package.json +2 -2
- package/survey-creator-core.css +523 -401
- package/survey-creator-core.fontless.css +522 -400
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +23 -22
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +724 -101
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +24 -23
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/themes/default-contrast.js +827 -0
- package/themes/default-contrast.js.map +1 -0
- package/themes/default-contrast.min.js +2 -0
- package/themes/default-contrast.min.js.LICENSE.txt +6 -0
- package/themes/default-dark.js +827 -0
- package/themes/default-dark.js.map +1 -0
- package/themes/default-dark.min.js +2 -0
- package/themes/default-dark.min.js.LICENSE.txt +6 -0
- package/themes/default-light.js +827 -0
- package/themes/default-light.js.map +1 -0
- package/themes/default-light.min.js +2 -0
- package/themes/default-light.min.js.LICENSE.txt +6 -0
- package/themes/entries/helpers.d.ts +5 -0
- package/themes/index.js +1018 -0
- package/themes/index.js.map +1 -0
- package/themes/index.min.js +2 -0
- package/themes/index.min.js.LICENSE.txt +6 -0
- package/themes/themes/default-contrast.d.ts +119 -0
- package/themes/themes/default-dark.d.ts +119 -0
- package/themes/themes/default-light.d.ts +119 -0
- package/themes/themes/default.d.ts +1215 -0
- package/themes/themes/index.d.ts +177 -0
- package/themes/themes/utils.d.ts +4 -0
- package/typings/components/action-container-view-model.d.ts +2 -1
- package/typings/components/page.d.ts +1 -2
- package/typings/components/side-bar/side-bar-header-model.d.ts +1 -1
- package/typings/components/side-bar/side-bar-model.d.ts +1 -0
- package/typings/components/side-bar/side-bar-page-model.d.ts +1 -0
- package/typings/components/tabs/designer-plugin.d.ts +8 -0
- package/typings/components/tabs/theme-plugin.d.ts +1 -1
- package/typings/components/tabs/themes.d.ts +2 -1
- package/typings/creator-base.d.ts +8 -1
- package/typings/creator-options.d.ts +1 -0
- package/typings/creator-theme/creator-theme-model-definition.d.ts +5 -0
- package/typings/creator-theme/creator-theme-model.d.ts +43 -0
- package/typings/creator-theme/creator-themes.d.ts +10 -0
- package/typings/editorLocalization.d.ts +14 -0
- package/typings/entries/index.d.ts +2 -0
- package/typings/localization/english.d.ts +14 -0
- package/typings/property-grid/index.d.ts +3 -0
- package/typings/property-grid/property-grid-view-model.d.ts +1 -0
- package/typings/themes/default-contrast.d.ts +119 -0
- package/typings/themes/default-dark.d.ts +119 -0
- package/typings/themes/default-light.d.ts +119 -0
- package/typings/themes/default.d.ts +1215 -0
- package/typings/themes/index.d.ts +177 -0
- package/typings/themes/utils.d.ts +4 -0
- package/typings/toolbox.d.ts +10 -2
|
@@ -0,0 +1,1215 @@
|
|
|
1
|
+
declare const Theme: {
|
|
2
|
+
themeName: string;
|
|
3
|
+
cssVariables: {
|
|
4
|
+
"--ctr-toolbox-scrollbar-left": string;
|
|
5
|
+
"--ctr-toolbox-scrollbar-right": string;
|
|
6
|
+
"--ctr-toolbox-scrollbar-display": string;
|
|
7
|
+
"--ctr-toolbox-scroller-align-items": string;
|
|
8
|
+
"--ctr-toolbox-item-submenu-button-right": string;
|
|
9
|
+
"--ctr-toolbox-item-align": string;
|
|
10
|
+
"--ctr-toolbox-submenu-offset": string;
|
|
11
|
+
"--ctr-toolbox-width-compact": string;
|
|
12
|
+
"--ctr-toolbox-separator-width": string;
|
|
13
|
+
"--ctr-toolbox-separator-width-compact": string;
|
|
14
|
+
"--ctr-toolbox-item-banner-icon-display": string;
|
|
15
|
+
"--ctr-toolbox-item-banner-beak-display": string;
|
|
16
|
+
"--ctr-toolbox-item-banner-left": string;
|
|
17
|
+
"--ctr-toolbox-submenu-item-min-width": string;
|
|
18
|
+
"--ctr-toolbox-group-header-margin-left": string;
|
|
19
|
+
"--ctr-button-group-item-border-width": string;
|
|
20
|
+
"--ctr-button-group-gap": string;
|
|
21
|
+
"--ctr-shadow-medium-blur": string;
|
|
22
|
+
"--ctr-shadow-large-blur": string;
|
|
23
|
+
"--ctr-shadow-large-offset-y": string;
|
|
24
|
+
"--ctr-button-group-item-border-width-selected-disabled": string;
|
|
25
|
+
"--ctr-shadow-x-large-offset-y": string;
|
|
26
|
+
"--ctr-shadow-x-large-blur": string;
|
|
27
|
+
"--ctr-property-grid-placeholder-text-max-width": string;
|
|
28
|
+
"--ctr-surface-placeholder-padding-top": string;
|
|
29
|
+
"--ctr-toolbox-group-header-margin-right": string;
|
|
30
|
+
"--ctr-property-grid-placeholder-padding-bottom": string;
|
|
31
|
+
"--ctr-editor-content-text-opacity-disabled": number;
|
|
32
|
+
"--ctr-editor-button-icon-opacity-disabled": number;
|
|
33
|
+
"--ctr-editor-button-icon-opacity-pressed": number;
|
|
34
|
+
"--ctr-actionbar-button-opacity-pressed": number;
|
|
35
|
+
"--ctr-actionbar-button-opacity-disabled": number;
|
|
36
|
+
"--ctr-actionbar-button-opacity-muted": number;
|
|
37
|
+
"--ctr-menu-item-opacity-disabled": number;
|
|
38
|
+
"--ctr-menu-toolbar-button-opacity-disabled": number;
|
|
39
|
+
"--ctr-menu-toolbar-button-opacity-pressed": number;
|
|
40
|
+
"--ctr-toolbox-item-text-opacity-pressed": number;
|
|
41
|
+
"--ctr-toolbox-item-icon-opacity-pressed": number;
|
|
42
|
+
"--ctr-toolbox-item-opacity-submenu": number;
|
|
43
|
+
"--ctr-toolbox-item-text-opacity-disabled": number;
|
|
44
|
+
"--ctr-page-navigator-button-opacity-pressed": number;
|
|
45
|
+
"--ctr-button-text-opacity-disabled": number;
|
|
46
|
+
"--ctr-notification-opacity": string;
|
|
47
|
+
"--ctr-notification-opacity-error": number;
|
|
48
|
+
"--ctr-toolbox-separator-padding-right": string;
|
|
49
|
+
"--ctr-survey-question-panel-toolbar-item-opacity-pressed": number;
|
|
50
|
+
"--ctr-survey-question-panel-toolbar-item-opacity-disabled": number;
|
|
51
|
+
"--ctr-survey-action-button-opacity-disabled": number;
|
|
52
|
+
"--ctr-property-grid-form-border-width-bottom": string;
|
|
53
|
+
"--lbr-shadow-x-large-offset-y": string;
|
|
54
|
+
"--lbr-shadow-x-large-blur": string;
|
|
55
|
+
"--lbr-shadow-large-offset-y": string;
|
|
56
|
+
"--lbr-shadow-large-blur": string;
|
|
57
|
+
"--lbr-shadow-medium-blur": string;
|
|
58
|
+
"--ctr-toolbox-item-shadow-hovered-1-color": string;
|
|
59
|
+
"--ctr-toolbox-item-shadow-pressed-color": string;
|
|
60
|
+
"--ctr-toolbox-item-shadow-hovered-2-color": string;
|
|
61
|
+
"--ctr-toolbox-item-icon-opacity-disabled": number;
|
|
62
|
+
"--ctr-toolbox-item-shadow-subitem-1-color": string;
|
|
63
|
+
"--ctr-toolbox-item-shadow-subitem-2-color": string;
|
|
64
|
+
"--ctr-toolbox-submenu-margin-left": string;
|
|
65
|
+
"--ctr-survey-page-drag-indicator-opacity": string;
|
|
66
|
+
"--ctr-line-height-unit": string;
|
|
67
|
+
"--ctr-font-unit": string;
|
|
68
|
+
"--ctr-spacing-unit": string;
|
|
69
|
+
"--ctr-corner-radius-unit": string;
|
|
70
|
+
"--ctr-stroke-unit": string;
|
|
71
|
+
"--ctr-size-unit": string;
|
|
72
|
+
"--ctr-toolbox-item-icon-color": string;
|
|
73
|
+
"--ctr-toolbox-item-text-color": string;
|
|
74
|
+
"--ctr-toolbox-item-icon-color-pressed": string;
|
|
75
|
+
"--ctr-toolbox-item-text-color-pressed": string;
|
|
76
|
+
"--ctr-toolbox-background-color": string;
|
|
77
|
+
"--ctr-toolbox-border-color": string;
|
|
78
|
+
"--ctr-toolbox-border-width-right": string;
|
|
79
|
+
"--ctr-toolbox-group-header-padding-left": string;
|
|
80
|
+
"--ctr-toolbox-group-header-padding-right": string;
|
|
81
|
+
"--ctr-menu-toolbar-button-corner-radius": string;
|
|
82
|
+
"--ctr-menu-toolbar-button-background-color-selected": string;
|
|
83
|
+
"--ctr-menu-toolbar-button-icon-color": string;
|
|
84
|
+
"--ctr-menu-toolbar-button-icon-color-selected": string;
|
|
85
|
+
"--ctr-toolbox-item-icon-color-hovered": string;
|
|
86
|
+
"--ctr-toolbox-item-text-color-hovered": string;
|
|
87
|
+
"--ctr-property-grid-form-background-color": string;
|
|
88
|
+
"--ctr-list-item-corner-radius": string;
|
|
89
|
+
"--ctr-button-group-item-border-color": string;
|
|
90
|
+
"--ctr-button-group-item-corner-radius": string;
|
|
91
|
+
"--ctr-button-group-item-background-color": string;
|
|
92
|
+
"--ctr-button-group-item-text-color": string;
|
|
93
|
+
"--ctr-menu-item-icon-color": string;
|
|
94
|
+
"--ctr-button-group-item-icon-color": string;
|
|
95
|
+
"--ctr-button-group-item-background-color-hovered": string;
|
|
96
|
+
"--ctr-button-group-item-text-color-selected": string;
|
|
97
|
+
"--ctr-button-group-item-icon-color-selected": string;
|
|
98
|
+
"--ctr-editor-corner-radius": string;
|
|
99
|
+
"--ctr-editor-background-color": string;
|
|
100
|
+
"--ctr-editor-border-color": string;
|
|
101
|
+
"--ctr-editor-background-color-disabled": string;
|
|
102
|
+
"--ctr-editor-button-icon-color": string;
|
|
103
|
+
"--ctr-editor-button-corner-radius": string;
|
|
104
|
+
"--ctr-radio-button-background-color": string;
|
|
105
|
+
"--ctr-radio-button-border-color": string;
|
|
106
|
+
"--ctr-checkbox-background-color": string;
|
|
107
|
+
"--ctr-checkbox-border-color": string;
|
|
108
|
+
"--ctr-checkbox-button-check-mark-color": string;
|
|
109
|
+
"--ctr-radio-button-background-color-hovered": string;
|
|
110
|
+
"--ctr-radio-button-background-color-disabled": string;
|
|
111
|
+
"--ctr-checkbox-border-color-focused": string;
|
|
112
|
+
"--ctr-checkbox-button-check-mark-color-disabled": string;
|
|
113
|
+
"--ctr-checkbox-background-color-hovered": string;
|
|
114
|
+
"--ctr-checkbox-background-color-disabled": string;
|
|
115
|
+
"--ctr-checkbox-corner-radius": string;
|
|
116
|
+
"--ctr-list-padding-left": string;
|
|
117
|
+
"--ctr-list-padding-right": string;
|
|
118
|
+
"--ctr-actionbar-button-corner-radius": string;
|
|
119
|
+
"--ctr-popup-menu-corner-radius": string;
|
|
120
|
+
"--ctr-popup-menu-footer-padding-left": string;
|
|
121
|
+
"--ctr-button-group-item-background-color-disabled": string;
|
|
122
|
+
"--ctr-radio-button-background-color-selected-hovered": string;
|
|
123
|
+
"--ctr-checkbox-background-color-selected-hovered": string;
|
|
124
|
+
"--ctr-radio-button-border-color-disabled": string;
|
|
125
|
+
"--ctr-checkbox-border-color-disabled": string;
|
|
126
|
+
"--ctr-button-group-corner-radius": string;
|
|
127
|
+
"--ctr-button-group-padding": string;
|
|
128
|
+
"--ctr-button-group-background-color": string;
|
|
129
|
+
"--ctr-button-group-border-color": string;
|
|
130
|
+
"--ctr-button-group-border-width": string;
|
|
131
|
+
"--ctr-button-group-item-padding-vertical": string;
|
|
132
|
+
"--ctr-button-group-border-color-focused": string;
|
|
133
|
+
"--ctr-button-group-item-text-color-disabled": string;
|
|
134
|
+
"--ctr-survey-page-background-color-selected": string;
|
|
135
|
+
"--ctr-surface-background-color": string;
|
|
136
|
+
"--ctr-survey-question-panel-toolbar-item-corner-radius": string;
|
|
137
|
+
"--ctr-popup-background-color": string;
|
|
138
|
+
"--ctr-popup-corner-radius": string;
|
|
139
|
+
"--ctr-shadow-large-color": string;
|
|
140
|
+
"--ctr-shadow-medium-color": string;
|
|
141
|
+
"--ctr-button-padding-horizontal-small": string;
|
|
142
|
+
"--ctr-button-padding-vertical-small": string;
|
|
143
|
+
"--ctr-button-corner-radius": string;
|
|
144
|
+
"--ctr-button-corner-radius-small": string;
|
|
145
|
+
"--ctr-list-item-icon-color": string;
|
|
146
|
+
"--ctr-list-item-icon-color-selected": string;
|
|
147
|
+
"--ctr-list-item-icon-color-disabled": string;
|
|
148
|
+
"--ctr-editor-button-background-color-hovered": string;
|
|
149
|
+
"--ctr-survey-page-toolbar-item-background-color-hovered": string;
|
|
150
|
+
"--ctr-survey-page-toolbar-item-corner-radius": string;
|
|
151
|
+
"--ctr-list-search-icon-color": string;
|
|
152
|
+
"--ctr-caption-with-actions-text-color": string;
|
|
153
|
+
"--ctr-label-text-color": string;
|
|
154
|
+
"--ctr-label-text-color-disabled": string;
|
|
155
|
+
"--ctr-caption-with-actions-text-color-disabled": string;
|
|
156
|
+
"--ctr-radio-button-text-color-disabled": string;
|
|
157
|
+
"--ctr-checkbox-text-color-disabled": string;
|
|
158
|
+
"--ctr-button-group-item-background-color-selected-disabled": string;
|
|
159
|
+
"--ctr-popup-haze-background-color": string;
|
|
160
|
+
"--ctr-shadow-small-color": string;
|
|
161
|
+
"--ctr-shadow-x-large-color": string;
|
|
162
|
+
"--ctr-actionbar-button-icon-color": string;
|
|
163
|
+
"--ctr-actionbar-button-icon-color-hovered": string;
|
|
164
|
+
"--ctr-actionbar-button-icon-color-with-text-disabled": string;
|
|
165
|
+
"--ctr-list-item-submenu-arrow-color": string;
|
|
166
|
+
"--ctr-page-navigator-button-icon-color": string;
|
|
167
|
+
"--ctr-page-navigator-button-icon-color-hovered": string;
|
|
168
|
+
"--ctr-property-grid-tabs-padding-left": string;
|
|
169
|
+
"--ctr-property-grid-tabs-padding-bottom": string;
|
|
170
|
+
"--ctr-property-grid-tabs-background-color": string;
|
|
171
|
+
"--ctr-property-grid-tabs-border-width": string;
|
|
172
|
+
"--ctr-property-grid-tabs-border-color": string;
|
|
173
|
+
"--ctr-property-grid-tabs-separator-margin": string;
|
|
174
|
+
"--ctr-property-grid-tabs-gap": string;
|
|
175
|
+
"--ctr-property-grid-border-color": string;
|
|
176
|
+
"--ctr-property-grid-placeholder-padding-left": string;
|
|
177
|
+
"--ctr-property-grid-placeholder-padding-top": string;
|
|
178
|
+
"--ctr-property-grid-placeholder-image-margin-top": string;
|
|
179
|
+
"--ctr-property-grid-placeholder-text-gap": string;
|
|
180
|
+
"--ctr-property-grid-placeholder-text-title-color": string;
|
|
181
|
+
"--ctr-property-grid-placeholder-text-description-color": string;
|
|
182
|
+
"--ctr-surface-placeholder-padding-left": string;
|
|
183
|
+
"--ctr-surface-placeholder-padding-bottom": string;
|
|
184
|
+
"--ctr-surface-placeholder-text-margin-top": string;
|
|
185
|
+
"--ctr-surface-placeholder-text-margin-bottom": string;
|
|
186
|
+
"--ctr-surface-placeholder-text-gap": string;
|
|
187
|
+
"--ctr-surface-placeholder-max-width": string;
|
|
188
|
+
"--ctr-surface-placeholder-padding-right": string;
|
|
189
|
+
"--ctr-property-grid-tabs-padding-right": string;
|
|
190
|
+
"--ctr-property-grid-tabs-padding-top": string;
|
|
191
|
+
"--ctr-property-grid-placeholder-padding-right": string;
|
|
192
|
+
"--ctr-popup-menu-footer-padding-right": string;
|
|
193
|
+
"--ctr-editor-content-text-color": string;
|
|
194
|
+
"--ctr-editor-label-color": string;
|
|
195
|
+
"--ctr-editor-content-icon-color": string;
|
|
196
|
+
"--ctr-editor-content-text-color-placeholder": string;
|
|
197
|
+
"--ctr-editor-button-text-color": string;
|
|
198
|
+
"--ctr-editor-label-color-disabled": string;
|
|
199
|
+
"--ctr-editor-content-text-color-disabled": string;
|
|
200
|
+
"--ctr-editor-button-icon-color-disabled": string;
|
|
201
|
+
"--ctr-radio-button-text-color": string;
|
|
202
|
+
"--ctr-checkbox-text-color": string;
|
|
203
|
+
"--ctr-checkbox-description-text-color": string;
|
|
204
|
+
"--ctr-actionbar-button-text-color": string;
|
|
205
|
+
"--ctr-actionbar-button-background-color-hovered": string;
|
|
206
|
+
"--ctr-actionbar-button-text-color-disabled": string;
|
|
207
|
+
"--ctr-list-item-background-color-hovered": string;
|
|
208
|
+
"--ctr-list-item-background-color-selected": string;
|
|
209
|
+
"--ctr-list-item-text-color-selected": string;
|
|
210
|
+
"--ctr-list-item-text-color": string;
|
|
211
|
+
"--ctr-list-item-text-color-hovered": string;
|
|
212
|
+
"--ctr-list-item-submenu-arrow-color-hovered-item": string;
|
|
213
|
+
"--ctr-list-item-icon-color-hovered": string;
|
|
214
|
+
"--ctr-list-item-contextual-buttons-color": string;
|
|
215
|
+
"--ctr-list-item-color-swatch-corner-radius": string;
|
|
216
|
+
"--ctr-menu-item-icon-width": string;
|
|
217
|
+
"--ctr-menu-item-icon-height": string;
|
|
218
|
+
"--ctr-menu-item-text-color": string;
|
|
219
|
+
"--ctr-menu-item-padding-left": string;
|
|
220
|
+
"--ctr-menu-item-background-color": string;
|
|
221
|
+
"--ctr-menu-item-border-color-selected": string;
|
|
222
|
+
"--ctr-menu-item-background-color-hovered": string;
|
|
223
|
+
"--ctr-menu-toolbar-button-text-color": string;
|
|
224
|
+
"--ctr-menu-toolbar-button-icon-width": string;
|
|
225
|
+
"--ctr-menu-toolbar-button-icon-height": string;
|
|
226
|
+
"--ctr-menu-toolbar-button-padding-left": string;
|
|
227
|
+
"--ctr-menu-toolbar-button-gap": string;
|
|
228
|
+
"--ctr-menu-toolbar-button-padding-top": string;
|
|
229
|
+
"--ctr-menu-toolbar-button-text-color-secondary": string;
|
|
230
|
+
"--ctr-menu-toolbar-button-text-color-selected": string;
|
|
231
|
+
"--ctr-menu-toolbar-button-background-color-hovered": string;
|
|
232
|
+
"--ctr-menu-toolbar-button-background-color-pressed": string;
|
|
233
|
+
"--ctr-toolbox-item-icon-width": string;
|
|
234
|
+
"--ctr-toolbox-item-icon-height": string;
|
|
235
|
+
"--ctr-toolbox-item-background-color-hovered": string;
|
|
236
|
+
"--ctr-toolbox-item-padding-left": string;
|
|
237
|
+
"--ctr-toolbox-item-padding-right": string;
|
|
238
|
+
"--ctr-toolbox-item-padding-top": string;
|
|
239
|
+
"--ctr-toolbox-item-padding-bottom": string;
|
|
240
|
+
"--ctr-toolbox-item-corner-radius": string;
|
|
241
|
+
"--ctr-toolbox-item-padding-right-no-text": string;
|
|
242
|
+
"--ctr-toolbox-item-border-color-floating": string;
|
|
243
|
+
"--ctr-toolbox-button-background-color-hovered": string;
|
|
244
|
+
"--ctr-page-navigator-item-dot-radius-small": string;
|
|
245
|
+
"--ctr-page-navigator-item-dot-border-color-selected": string;
|
|
246
|
+
"--ctr-page-navigator-item-dot-color-hovered": string;
|
|
247
|
+
"--ctr-page-navigator-item-dot-color-default": string;
|
|
248
|
+
"--ctr-page-navigator-item-dot-color-selected": string;
|
|
249
|
+
"--ctr-page-navigator-item-background-color-hovered": string;
|
|
250
|
+
"--ctr-page-navigator-item-text-color-hovered": string;
|
|
251
|
+
"--ctr-page-navigator-item-corner-radius": string;
|
|
252
|
+
"--ctr-page-navigator-button-corner-radius": string;
|
|
253
|
+
"--ctr-page-navigator-button-background-color-hovered": string;
|
|
254
|
+
"--ctr-button-background-color": string;
|
|
255
|
+
"--ctr-button-text-color": string;
|
|
256
|
+
"--ctr-button-gap": string;
|
|
257
|
+
"--ctr-button-background-color-hovered": string;
|
|
258
|
+
"--ctr-button-text-color-disabled": string;
|
|
259
|
+
"--ctr-button-background-color-danger": string;
|
|
260
|
+
"--ctr-button-border-color-focused": string;
|
|
261
|
+
"--ctr-button-background-color-cta": string;
|
|
262
|
+
"--ctr-button-background-color-cta-hovered": string;
|
|
263
|
+
"--ctr-button-text-color-cta": string;
|
|
264
|
+
"--ctr-collapse-button-corner-radius": string;
|
|
265
|
+
"--ctr-collapse-button-icon-color": string;
|
|
266
|
+
"--ctr-collapse-button-icon-color-hovered": string;
|
|
267
|
+
"--ctr-collapse-button-background-color-hovered": string;
|
|
268
|
+
"--ctr-property-grid-switcher-text-color": string;
|
|
269
|
+
"--ctr-property-grid-chapter-caption-background-color": string;
|
|
270
|
+
"--ctr-property-grid-chapter-caption-border-color": string;
|
|
271
|
+
"--ctr-property-grid-chapter-caption-text-color": string;
|
|
272
|
+
"--ctr-property-grid-chapter-caption-text-color-selected": string;
|
|
273
|
+
"--ctr-property-grid-chapter-caption-background-color-hovered": string;
|
|
274
|
+
"--ctr-property-grid-chapter-caption-background-color-focused": string;
|
|
275
|
+
"--ctr-property-grid-chapter-caption-text-color-disabled": string;
|
|
276
|
+
"--ctr-expression-item-background-color-parameter": string;
|
|
277
|
+
"--ctr-expression-item-corner-radius": string;
|
|
278
|
+
"--ctr-expression-item-text-color-parameter": string;
|
|
279
|
+
"--ctr-expression-item-background-color-parameter-hovered": string;
|
|
280
|
+
"--ctr-expression-item-background-color-parameter-error": string;
|
|
281
|
+
"--ctr-expression-item-text-color-parameter-hovered": string;
|
|
282
|
+
"--ctr-expression-item-text-color-parameter-empty": string;
|
|
283
|
+
"--ctr-expression-item-text-color-parameter-error": string;
|
|
284
|
+
"--ctr-expression-item-text-color-operator": string;
|
|
285
|
+
"--ctr-expression-item-text-color-operator-hovered": string;
|
|
286
|
+
"--ctr-expression-item-text-color-operator-empty": string;
|
|
287
|
+
"--ctr-expression-item-text-color-conjunction": string;
|
|
288
|
+
"--ctr-expression-item-text-color-conjunction-hovered": string;
|
|
289
|
+
"--ctr-expression-item-text-color-action": string;
|
|
290
|
+
"--ctr-expression-item-text-color-action-hovered": string;
|
|
291
|
+
"--ctr-expression-item-text-color-button": string;
|
|
292
|
+
"--ctr-expression-item-text-color-button-hovered": string;
|
|
293
|
+
"--ctr-expression-item-background-color-operator": string;
|
|
294
|
+
"--ctr-expression-item-background-color-operator-hovered": string;
|
|
295
|
+
"--ctr-expression-item-background-color-conjunction": string;
|
|
296
|
+
"--ctr-expression-item-background-color-conjunction-hovered": string;
|
|
297
|
+
"--ctr-expression-item-background-color-action": string;
|
|
298
|
+
"--ctr-expression-item-background-color-action-hovered": string;
|
|
299
|
+
"--ctr-expression-item-background-color-button": string;
|
|
300
|
+
"--ctr-expression-item-background-color-button-hovered": string;
|
|
301
|
+
"--ctr-expression-item-text-color-function": string;
|
|
302
|
+
"--ctr-data-table-background-color": string;
|
|
303
|
+
"--ctr-data-table-border-color": string;
|
|
304
|
+
"--ctr-separator-width": string;
|
|
305
|
+
"--ctr-separator-color": string;
|
|
306
|
+
"--ctr-popup-padding-left": string;
|
|
307
|
+
"--ctr-popup-padding-right": string;
|
|
308
|
+
"--ctr-popup-padding-top": string;
|
|
309
|
+
"--ctr-popup-padding-bottom": string;
|
|
310
|
+
"--ctr-popup-gap": string;
|
|
311
|
+
"--ctr-popup-title-color": string;
|
|
312
|
+
"--ctr-popup-message-color": string;
|
|
313
|
+
"--ctr-popup-buttons-gap": string;
|
|
314
|
+
"--ctr-popup-description-color": string;
|
|
315
|
+
"--ctr-toolbox-group-header-padding-top": string;
|
|
316
|
+
"--ctr-toolbox-group-header-padding-bottom": string;
|
|
317
|
+
"--ctr-toolbox-group-header-text-color": string;
|
|
318
|
+
"--ctr-notification-background-color": string;
|
|
319
|
+
"--ctr-notification-text-color": string;
|
|
320
|
+
"--ctr-notification-text-color-error": string;
|
|
321
|
+
"--ctr-notification-background-color-error": string;
|
|
322
|
+
"--ctr-string-table-row-background-color": string;
|
|
323
|
+
"--ctr-string-table-row-border-color": string;
|
|
324
|
+
"--ctr-string-table-row-text-color-title": string;
|
|
325
|
+
"--ctr-string-table-row-expand-button-icon-color-default": string;
|
|
326
|
+
"--ctr-string-table-header-background-color": string;
|
|
327
|
+
"--ctr-string-table-header-text-color": string;
|
|
328
|
+
"--ctr-string-table-group-header-background-color": string;
|
|
329
|
+
"--ctr-string-table-group-header-text-color": string;
|
|
330
|
+
"--ctr-text-decor-text-color-code": string;
|
|
331
|
+
"--ctr-menu-border-color": string;
|
|
332
|
+
"--ctr-property-grid-header-background-color": string;
|
|
333
|
+
"--ctr-property-grid-header-padding-left": string;
|
|
334
|
+
"--ctr-property-grid-header-padding-right": string;
|
|
335
|
+
"--ctr-property-grid-header-padding-top": string;
|
|
336
|
+
"--ctr-property-grid-header-padding-bottom": string;
|
|
337
|
+
"--ctr-property-grid-header-border-color": string;
|
|
338
|
+
"--ctr-property-grid-header-border-width-bottom": string;
|
|
339
|
+
"--ctr-caption-with-actions-description-text-color": string;
|
|
340
|
+
"--ctr-caption-with-actions-description-text-color-disabled": string;
|
|
341
|
+
"--ctr-data-table-cell-text-color-header": string;
|
|
342
|
+
"--ctr-data-table-cell-border-color-focused": string;
|
|
343
|
+
"--ctr-data-table-cell-corner-radius-focused": string;
|
|
344
|
+
"--ctr-data-table-row-background-color": string;
|
|
345
|
+
"--ctr-data-table-row-background-color-header": string;
|
|
346
|
+
"--ctr-data-table-row-border-color": string;
|
|
347
|
+
"--ctr-data-table-row-drag-area-icon-color": string;
|
|
348
|
+
"--ctr-data-table-row-background-color-drop-spot": string;
|
|
349
|
+
"--ctr-error-message-background-color": string;
|
|
350
|
+
"--ctr-error-message-icon-color": string;
|
|
351
|
+
"--ctr-error-message-text-color": string;
|
|
352
|
+
"--ctr-toolbox-separator-color": string;
|
|
353
|
+
"--ctr-toolbox-separator-padding-top": string;
|
|
354
|
+
"--ctr-toolbox-separator-max-width": string;
|
|
355
|
+
"--ctr-toolbox-separator-padding-bottom": string;
|
|
356
|
+
"--ctr-toolbox-gap": string;
|
|
357
|
+
"--ctr-toolbox-padding-top": string;
|
|
358
|
+
"--ctr-toolbox-padding-bottom": string;
|
|
359
|
+
"--ctr-toolbox-group-gap": string;
|
|
360
|
+
"--ctr-toolbox-group-padding-left": string;
|
|
361
|
+
"--ctr-toolbox-group-padding-right": string;
|
|
362
|
+
"--ctr-button-contextual-button-background-color-hovered": string;
|
|
363
|
+
"--ctr-button-contextual-button-background-color-focused": string;
|
|
364
|
+
"--ctr-survey-question-panel-toolbar-item-background-color-hovered": string;
|
|
365
|
+
"--ctr-survey-question-panel-toolbar-item-icon-color": string;
|
|
366
|
+
"--ctr-survey-question-panel-toolbar-item-text-color": string;
|
|
367
|
+
"--ctr-survey-question-panel-toolbar-item-background-color-selected": string;
|
|
368
|
+
"--ctr-survey-page-toolbar-item-icon-color-pressed": string;
|
|
369
|
+
"--ctr-survey-page-toolbar-item-text-color": string;
|
|
370
|
+
"--ctr-survey-page-toolbar-item-background-color-selected": string;
|
|
371
|
+
"--ctr-survey-question-panel-drag-area-drag-indicator-color": string;
|
|
372
|
+
"--ctr-preview-pager-background-color": string;
|
|
373
|
+
"--ctr-preview-pager-border-color": string;
|
|
374
|
+
"--ctr-code-viewer-line-number-panel-background-color": string;
|
|
375
|
+
"--ctr-code-viewer-line-number-panel-text-color": string;
|
|
376
|
+
"--ctr-property-grid-group-caption-text-color": string;
|
|
377
|
+
"--ctr-toolbox-group-header-expand-button-color": string;
|
|
378
|
+
"--ctr-editor-border-width": string;
|
|
379
|
+
"--ctr-editor-border-width-focused": string;
|
|
380
|
+
"--ctr-editor-border-color-focused": string;
|
|
381
|
+
"--ctr-editor-border-color-error": string;
|
|
382
|
+
"--ctr-surface-placeholder-text-title-color": string;
|
|
383
|
+
"--ctr-surface-placeholder-text-description-color": string;
|
|
384
|
+
"--ctr-survey-page-placeholder-text-color": string;
|
|
385
|
+
"--ctr-survey-placeholder-text-color": string;
|
|
386
|
+
"--ctr-survey-placeholder-border-color": string;
|
|
387
|
+
"--ctr-survey-drop-indicator-color": string;
|
|
388
|
+
"--ctr-property-grid-search-background-color": string;
|
|
389
|
+
"--ctr-property-grid-search-text-color": string;
|
|
390
|
+
"--ctr-property-grid-search-text-color-placeholder": string;
|
|
391
|
+
"--ctr-property-grid-search-border-color": string;
|
|
392
|
+
"--ctr-search-button-corner-radius": string;
|
|
393
|
+
"--ctr-search-button-background-color-hovered": string;
|
|
394
|
+
"--ctr-search-button-icon-color-clear-hovered": string;
|
|
395
|
+
"--ctr-search-button-background-color-clear-hovered": string;
|
|
396
|
+
"--ctr-property-grid-search-button-icon-color": string;
|
|
397
|
+
"--ctr-property-grid-search-icon-color": string;
|
|
398
|
+
"--ctr-property-grid-search-count-text-color": string;
|
|
399
|
+
"--ctr-scrollbar-background-color": string;
|
|
400
|
+
"--ctr-survey-info-panel-background-color": string;
|
|
401
|
+
"--ctr-survey-info-panel-text-color": string;
|
|
402
|
+
"--ctr-survey-action-button-icon-color-positive": string;
|
|
403
|
+
"--ctr-survey-action-button-icon-color-negative": string;
|
|
404
|
+
"--ctr-survey-action-button-text-color-positive": string;
|
|
405
|
+
"--ctr-survey-action-button-text-color-disabled": string;
|
|
406
|
+
"--ctr-survey-action-button-background-color-hovered-positive": string;
|
|
407
|
+
"--ctr-survey-action-button-background-color-hovered-negative": string;
|
|
408
|
+
"--ctr-survey-action-button-icon-color-disabled": string;
|
|
409
|
+
"--lbr-action-button-icon-color-negative": string;
|
|
410
|
+
"--ctr-property-grid-background-color": string;
|
|
411
|
+
"--ctr-survey-header-logo-placeholder-icon-color": string;
|
|
412
|
+
"--lbr-notification-padding-left": string;
|
|
413
|
+
"--lbr-notification-padding-right": string;
|
|
414
|
+
"--lbr-notification-button-corner-radius": string;
|
|
415
|
+
"--lbr-notification-padding-left-with-button": string;
|
|
416
|
+
"--lbr-notification-padding-top-with-button": string;
|
|
417
|
+
"--lbr-notification-padding-bottom-with-button": string;
|
|
418
|
+
"--ctr-survey-image-picker-drop-spot-color": string;
|
|
419
|
+
"--ctr-data-table-row-corner-radius-floating": string;
|
|
420
|
+
"--ctr-survey-item-actionbar-drag-indicator-color": string;
|
|
421
|
+
"--ctr-toolbox-search-padding-left": string;
|
|
422
|
+
"--ctr-toolbox-search-padding-right": string;
|
|
423
|
+
"--ctr-toolbox-search-padding-top": string;
|
|
424
|
+
"--ctr-toolbox-search-icon-color-placeholder": string;
|
|
425
|
+
"--ctr-toolbox-search-padding-bottom": string;
|
|
426
|
+
"--ctr-toolbox-search-border-color": string;
|
|
427
|
+
"--ctr-toolbox-search-text-color": string;
|
|
428
|
+
"--ctr-toolbox-search-border-width-bottom": string;
|
|
429
|
+
"--ctr-toolbox-search-text-color-placeholder": string;
|
|
430
|
+
"--ctr-toolbox-search-clear-button-icon-color": string;
|
|
431
|
+
"--ctr-toolbox-search-clear-button-background-color-hovered": string;
|
|
432
|
+
"--ctr-search-icon-color": string;
|
|
433
|
+
"--ctr-toolbox-search-icon-color": string;
|
|
434
|
+
"--ctr-toolbox-search-clear-button-icon-color-hovered": string;
|
|
435
|
+
"--ctr-toolbox-group-header-margin-top": string;
|
|
436
|
+
"--ctr-toolbox-group-header-margin-bottom": string;
|
|
437
|
+
"--ctr-toolbox-separator-padding-left-compact": string;
|
|
438
|
+
"--ctr-toolbox-separator-padding-right-compact": string;
|
|
439
|
+
"--ctr-font-medium-size": string;
|
|
440
|
+
"--ctr-font-medium-line-height": string;
|
|
441
|
+
"--ctr-font-default-size": string;
|
|
442
|
+
"--ctr-font-default-line-height": string;
|
|
443
|
+
"--ctr-font-small-size": string;
|
|
444
|
+
"--ctr-font-small-line-height": string;
|
|
445
|
+
"--ctr-survey-checkboxes-item-corner-radius-floating": string;
|
|
446
|
+
"--ctr-survey-radio-button-group-item-corner-radius-floating": string;
|
|
447
|
+
"--ctr-survey-radio-button-group-item-background-color-floating": string;
|
|
448
|
+
"--ctr-survey-ranking-item-corner-radius-floating": string;
|
|
449
|
+
"--ctr-survey-header-logo-placeholder-background-color-hovered": string;
|
|
450
|
+
"--ctr-survey-header-logo-placeholder-icon-color-hovered": string;
|
|
451
|
+
"--ctr-survey-header-text-title-color-placeholder": string;
|
|
452
|
+
"--ctr-survey-header-text-description-color-placeholder": string;
|
|
453
|
+
"--ctr-survey-page-border-color-selected": string;
|
|
454
|
+
"--ctr-survey-page-header-title-color-placeholder": string;
|
|
455
|
+
"--ctr-survey-page-background-color-hovered": string;
|
|
456
|
+
"--ctr-list-search-border-color": string;
|
|
457
|
+
"--ctr-list-search-text-color-placeholder": string;
|
|
458
|
+
"--ctr-toolbox-shadow-floating-1-offset-x": string;
|
|
459
|
+
"--ctr-toolbox-shadow-floating-2-offset-x": string;
|
|
460
|
+
"--ctr-toolbox-shadow-floating-1-offset-y": string;
|
|
461
|
+
"--ctr-toolbox-shadow-floating-2-offset-y": string;
|
|
462
|
+
"--ctr-toolbox-shadow-floating-1-blur": string;
|
|
463
|
+
"--ctr-toolbox-shadow-floating-2-blur": string;
|
|
464
|
+
"--ctr-toolbox-shadow-floating-1-spread": string;
|
|
465
|
+
"--ctr-toolbox-shadow-floating-2-spread": string;
|
|
466
|
+
"--ctr-toolbox-shadow-floating-2-color": string;
|
|
467
|
+
"--ctr-toolbox-shadow-floating-1-color": string;
|
|
468
|
+
"--ctr-toolbox-submenu-group-margin-left": string;
|
|
469
|
+
"--ctr-toolbox-item-shadow-hovered-1-offset-x": string;
|
|
470
|
+
"--ctr-toolbox-item-shadow-hovered-1-offset-y": string;
|
|
471
|
+
"--ctr-toolbox-item-shadow-hovered-1-blur": string;
|
|
472
|
+
"--ctr-toolbox-item-shadow-hovered-1-spread": string;
|
|
473
|
+
"--ctr-toolbox-item-shadow-pressed-offset-x": string;
|
|
474
|
+
"--ctr-toolbox-item-shadow-pressed-offset-y": string;
|
|
475
|
+
"--ctr-toolbox-item-shadow-pressed-blur": string;
|
|
476
|
+
"--ctr-toolbox-item-shadow-pressed-spread": string;
|
|
477
|
+
"--ctr-toolbox-item-shadow-hovered-2-offset-x": string;
|
|
478
|
+
"--ctr-toolbox-item-shadow-hovered-2-offset-y": string;
|
|
479
|
+
"--ctr-toolbox-item-shadow-hovered-2-blur": string;
|
|
480
|
+
"--ctr-toolbox-item-shadow-hovered-2-spread": string;
|
|
481
|
+
"--ctr-button-shadow-offset-x": string;
|
|
482
|
+
"--ctr-button-shadow-offset-y": string;
|
|
483
|
+
"--ctr-button-shadow-blur": string;
|
|
484
|
+
"--ctr-button-shadow-spread": string;
|
|
485
|
+
"--ctr-button-shadow-color": string;
|
|
486
|
+
"--ctr-popup-shadow-1-offset-x": string;
|
|
487
|
+
"--ctr-popup-shadow-1-offset-y": string;
|
|
488
|
+
"--ctr-popup-shadow-1-blur": string;
|
|
489
|
+
"--ctr-popup-shadow-1-spread": string;
|
|
490
|
+
"--ctr-popup-shadow-1-color": string;
|
|
491
|
+
"--ctr-popup-shadow-2-offset-x": string;
|
|
492
|
+
"--ctr-popup-shadow-2-offset-y": string;
|
|
493
|
+
"--ctr-popup-shadow-2-blur": string;
|
|
494
|
+
"--ctr-popup-shadow-2-spread": string;
|
|
495
|
+
"--ctr-popup-shadow-2-color": string;
|
|
496
|
+
"--ctr-popup-shadow-3-offset-x": string;
|
|
497
|
+
"--ctr-popup-shadow-3-offset-y": string;
|
|
498
|
+
"--ctr-popup-shadow-3-blur": string;
|
|
499
|
+
"--ctr-popup-shadow-3-spread": string;
|
|
500
|
+
"--ctr-popup-shadow-3-color": string;
|
|
501
|
+
"--ctr-toolbox-item-background-color-submenu": string;
|
|
502
|
+
"--ctr-toolbox-item-text-color-submenu": string;
|
|
503
|
+
"--ctr-toolbox-min-width": string;
|
|
504
|
+
"--ctr-page-banner-background-color": string;
|
|
505
|
+
"--ctr-page-banner-text-color": string;
|
|
506
|
+
"--ctr-toolbox-group-padding-left-compact": string;
|
|
507
|
+
"--ctr-toolbox-group-padding-right-compact": string;
|
|
508
|
+
"--ctr-survey-question-panel-floating-toolbar-padding-left": string;
|
|
509
|
+
"--ctr-survey-question-panel-floating-toolbar-padding-right": string;
|
|
510
|
+
"--ctr-toolbox-item-icon-color-disabled": string;
|
|
511
|
+
"--ctr-toolbox-item-margin-horizontal-no-text": string;
|
|
512
|
+
"--ctr-toolbox-item-padding-left-no-text": string;
|
|
513
|
+
"--ctr-toolbox-item-background-color-pressed": string;
|
|
514
|
+
"--ctr-toolbox-submenu-group-margin-right": string;
|
|
515
|
+
"--ctr-toolbox-submenu-group-margin-top": string;
|
|
516
|
+
"--ctr-toolbox-submenu-group-margin-bottom": string;
|
|
517
|
+
"--ctr-toolbox-submenu-group-margin-bottom-last": string;
|
|
518
|
+
"--ctr-toolbox-submenu-group-border-width-bottom": string;
|
|
519
|
+
"--ctr-toolbox-submenu-background-color": string;
|
|
520
|
+
"--ctr-toolbox-submenu-corner-radius": string;
|
|
521
|
+
"--ctr-toolbox-submenu-shadow-1-offset-x": string;
|
|
522
|
+
"--ctr-toolbox-submenu-shadow-1-offset-y": string;
|
|
523
|
+
"--ctr-toolbox-submenu-shadow-1-blur": string;
|
|
524
|
+
"--ctr-toolbox-submenu-shadow-1-spread": string;
|
|
525
|
+
"--ctr-toolbox-submenu-shadow-1-color": string;
|
|
526
|
+
"--ctr-toolbox-submenu-shadow-2-offset-x": string;
|
|
527
|
+
"--ctr-toolbox-submenu-shadow-2-offset-y": string;
|
|
528
|
+
"--ctr-toolbox-submenu-shadow-2-blur": string;
|
|
529
|
+
"--ctr-toolbox-submenu-shadow-2-spread": string;
|
|
530
|
+
"--ctr-toolbox-submenu-shadow-2-color": string;
|
|
531
|
+
"--ctr-toolbox-submenu-margin-top": string;
|
|
532
|
+
"--ctr-list-item-icon-color-selected-submenu": string;
|
|
533
|
+
"--ctr-list-item-submenu-arrow-color-selected-item-submenu": string;
|
|
534
|
+
"--ctr-menu-item-padding-left-icon": string;
|
|
535
|
+
"--ctr-menu-toolbar-button-padding-right": string;
|
|
536
|
+
"--ctr-menu-toolbar-button-padding-bottom": string;
|
|
537
|
+
"--ctr-menu-item-padding-right": string;
|
|
538
|
+
"--ctr-menu-item-padding-right-icon": string;
|
|
539
|
+
"--ctr-menu-toolbar-button-padding-top-with-description": string;
|
|
540
|
+
"--ctr-property-grid-header-padding-top-with-subtitle": string;
|
|
541
|
+
"--ctr-property-grid-header-padding-bottom-with-subtitle": string;
|
|
542
|
+
"--ctr-data-table-corner-radius": string;
|
|
543
|
+
"--ctr-data-table-placeholder-corner-radius": string;
|
|
544
|
+
"--ctr-list-item-label-icon-color-hovered": string;
|
|
545
|
+
"--ctr-list-item-label-icon-color-disabled": string;
|
|
546
|
+
"--ctr-data-table-form-background-color": string;
|
|
547
|
+
"--ctr-data-table-form-border-color": string;
|
|
548
|
+
"--ctr-menu-toolbar-button-padding-left-with-description": string;
|
|
549
|
+
"--ctr-menu-toolbar-button-padding-right-with-description": string;
|
|
550
|
+
"--ctr-survey-resize-frame-grip-width": string;
|
|
551
|
+
"--ctr-survey-resize-frame-grip-height": string;
|
|
552
|
+
"--ctr-survey-resize-frame-margin": string;
|
|
553
|
+
"--ctr-toggle-button-thumb-background-color-active": string;
|
|
554
|
+
"--ctr-toggle-button-thumb-corner-radius": string;
|
|
555
|
+
"--ctr-toggle-button-corner-radius": string;
|
|
556
|
+
"--ctr-toggle-button-gap": string;
|
|
557
|
+
"--ctr-toggle-button-padding-left": string;
|
|
558
|
+
"--ctr-toggle-button-padding-right": string;
|
|
559
|
+
"--ctr-toggle-button-padding-top": string;
|
|
560
|
+
"--ctr-toggle-button-padding-bottom": string;
|
|
561
|
+
"--ctr-toggle-button-background-color": string;
|
|
562
|
+
"--ctr-toggle-button-border-color-focused": string;
|
|
563
|
+
"--ctr-toggle-button-border-color": string;
|
|
564
|
+
"--ctr-toggle-button-thumb-width": string;
|
|
565
|
+
"--ctr-toggle-button-thumb-height": string;
|
|
566
|
+
"--ctr-toggle-button-background-color-checked": string;
|
|
567
|
+
"--ctr-toggle-button-thumb-background-color-checked-focused": string;
|
|
568
|
+
"--ctr-toggle-button-background-color-checked-focused": string;
|
|
569
|
+
"--ctr-toggle-button-background-color-hovered": string;
|
|
570
|
+
"--ctr-toggle-button-label-text-color": string;
|
|
571
|
+
"--ctr-toggle-button-gap-label": string;
|
|
572
|
+
"--ctr-toggle-button-thumb-background-color-checked": string;
|
|
573
|
+
"--ctr-toggle-button-thumb-border-color": string;
|
|
574
|
+
"--ctr-toolbox-item-submenu-button-background-color": string;
|
|
575
|
+
"--ctr-toolbox-item-submenu-button-background-color-hovered": string;
|
|
576
|
+
"--ctr-toolbox-item-submenu-button-corner-radius": string;
|
|
577
|
+
"--ctr-toolbox-item-submenu-button-padding-left": string;
|
|
578
|
+
"--ctr-toolbox-item-submenu-button-padding-right": string;
|
|
579
|
+
"--ctr-toolbox-item-submenu-button-padding-top": string;
|
|
580
|
+
"--ctr-toolbox-item-submenu-button-padding-bottom": string;
|
|
581
|
+
"--ctr-toolbox-item-submenu-button-icon-color": string;
|
|
582
|
+
"--ctr-toolbox-item-submenu-button-margin-right": string;
|
|
583
|
+
"--ctr-survey-matching-item-padding-right-floating": string;
|
|
584
|
+
"--ctr-survey-matching-item-padding-top-floating": string;
|
|
585
|
+
"--ctr-survey-matching-item-padding-bottom-floating": string;
|
|
586
|
+
"--ctr-survey-matching-item-corner-radius-floating": string;
|
|
587
|
+
"--ctr-tooltip-corder-radius": string;
|
|
588
|
+
"--ctr-tooltip-padding-left": string;
|
|
589
|
+
"--ctr-tooltip-padding-right": string;
|
|
590
|
+
"--ctr-tooltip-padding-top": string;
|
|
591
|
+
"--ctr-tooltip-padding-bottom": string;
|
|
592
|
+
"--ctr-tooltip-background-color": string;
|
|
593
|
+
"--ctr-tooltip-shadow-1-offset-x": string;
|
|
594
|
+
"--ctr-tooltip-shadow-2-offset-x": string;
|
|
595
|
+
"--ctr-tooltip-shadow-2-offset-y": string;
|
|
596
|
+
"--ctr-tooltip-shadow-2-blur": string;
|
|
597
|
+
"--ctr-tooltip-shadow-2-spread": string;
|
|
598
|
+
"--ctr-tooltip-shadow-2-color": string;
|
|
599
|
+
"--ctr-tooltip-shadow-1-offset-y": string;
|
|
600
|
+
"--ctr-tooltip-shadow-1-blur": string;
|
|
601
|
+
"--ctr-tooltip-shadow-1-spread": string;
|
|
602
|
+
"--ctr-tooltip-shadow-1-color": string;
|
|
603
|
+
"--ctr-super-tooltip-corder-radius": string;
|
|
604
|
+
"--ctr-menu-item-padding-bottom": string;
|
|
605
|
+
"--ctr-menu-item-padding-top": string;
|
|
606
|
+
};
|
|
607
|
+
};
|
|
608
|
+
export default Theme;
|
|
609
|
+
export declare const Default: {
|
|
610
|
+
themeName: string;
|
|
611
|
+
cssVariables: {
|
|
612
|
+
"--ctr-toolbox-scrollbar-left": string;
|
|
613
|
+
"--ctr-toolbox-scrollbar-right": string;
|
|
614
|
+
"--ctr-toolbox-scrollbar-display": string;
|
|
615
|
+
"--ctr-toolbox-scroller-align-items": string;
|
|
616
|
+
"--ctr-toolbox-item-submenu-button-right": string;
|
|
617
|
+
"--ctr-toolbox-item-align": string;
|
|
618
|
+
"--ctr-toolbox-submenu-offset": string;
|
|
619
|
+
"--ctr-toolbox-width-compact": string;
|
|
620
|
+
"--ctr-toolbox-separator-width": string;
|
|
621
|
+
"--ctr-toolbox-separator-width-compact": string;
|
|
622
|
+
"--ctr-toolbox-item-banner-icon-display": string;
|
|
623
|
+
"--ctr-toolbox-item-banner-beak-display": string;
|
|
624
|
+
"--ctr-toolbox-item-banner-left": string;
|
|
625
|
+
"--ctr-toolbox-submenu-item-min-width": string;
|
|
626
|
+
"--ctr-toolbox-group-header-margin-left": string;
|
|
627
|
+
"--ctr-button-group-item-border-width": string;
|
|
628
|
+
"--ctr-button-group-gap": string;
|
|
629
|
+
"--ctr-shadow-medium-blur": string;
|
|
630
|
+
"--ctr-shadow-large-blur": string;
|
|
631
|
+
"--ctr-shadow-large-offset-y": string;
|
|
632
|
+
"--ctr-button-group-item-border-width-selected-disabled": string;
|
|
633
|
+
"--ctr-shadow-x-large-offset-y": string;
|
|
634
|
+
"--ctr-shadow-x-large-blur": string;
|
|
635
|
+
"--ctr-property-grid-placeholder-text-max-width": string;
|
|
636
|
+
"--ctr-surface-placeholder-padding-top": string;
|
|
637
|
+
"--ctr-toolbox-group-header-margin-right": string;
|
|
638
|
+
"--ctr-property-grid-placeholder-padding-bottom": string;
|
|
639
|
+
"--ctr-editor-content-text-opacity-disabled": number;
|
|
640
|
+
"--ctr-editor-button-icon-opacity-disabled": number;
|
|
641
|
+
"--ctr-editor-button-icon-opacity-pressed": number;
|
|
642
|
+
"--ctr-actionbar-button-opacity-pressed": number;
|
|
643
|
+
"--ctr-actionbar-button-opacity-disabled": number;
|
|
644
|
+
"--ctr-actionbar-button-opacity-muted": number;
|
|
645
|
+
"--ctr-menu-item-opacity-disabled": number;
|
|
646
|
+
"--ctr-menu-toolbar-button-opacity-disabled": number;
|
|
647
|
+
"--ctr-menu-toolbar-button-opacity-pressed": number;
|
|
648
|
+
"--ctr-toolbox-item-text-opacity-pressed": number;
|
|
649
|
+
"--ctr-toolbox-item-icon-opacity-pressed": number;
|
|
650
|
+
"--ctr-toolbox-item-opacity-submenu": number;
|
|
651
|
+
"--ctr-toolbox-item-text-opacity-disabled": number;
|
|
652
|
+
"--ctr-page-navigator-button-opacity-pressed": number;
|
|
653
|
+
"--ctr-button-text-opacity-disabled": number;
|
|
654
|
+
"--ctr-notification-opacity": string;
|
|
655
|
+
"--ctr-notification-opacity-error": number;
|
|
656
|
+
"--ctr-toolbox-separator-padding-right": string;
|
|
657
|
+
"--ctr-survey-question-panel-toolbar-item-opacity-pressed": number;
|
|
658
|
+
"--ctr-survey-question-panel-toolbar-item-opacity-disabled": number;
|
|
659
|
+
"--ctr-survey-action-button-opacity-disabled": number;
|
|
660
|
+
"--ctr-property-grid-form-border-width-bottom": string;
|
|
661
|
+
"--lbr-shadow-x-large-offset-y": string;
|
|
662
|
+
"--lbr-shadow-x-large-blur": string;
|
|
663
|
+
"--lbr-shadow-large-offset-y": string;
|
|
664
|
+
"--lbr-shadow-large-blur": string;
|
|
665
|
+
"--lbr-shadow-medium-blur": string;
|
|
666
|
+
"--ctr-toolbox-item-shadow-hovered-1-color": string;
|
|
667
|
+
"--ctr-toolbox-item-shadow-pressed-color": string;
|
|
668
|
+
"--ctr-toolbox-item-shadow-hovered-2-color": string;
|
|
669
|
+
"--ctr-toolbox-item-icon-opacity-disabled": number;
|
|
670
|
+
"--ctr-toolbox-item-shadow-subitem-1-color": string;
|
|
671
|
+
"--ctr-toolbox-item-shadow-subitem-2-color": string;
|
|
672
|
+
"--ctr-toolbox-submenu-margin-left": string;
|
|
673
|
+
"--ctr-survey-page-drag-indicator-opacity": string;
|
|
674
|
+
"--ctr-line-height-unit": string;
|
|
675
|
+
"--ctr-font-unit": string;
|
|
676
|
+
"--ctr-spacing-unit": string;
|
|
677
|
+
"--ctr-corner-radius-unit": string;
|
|
678
|
+
"--ctr-stroke-unit": string;
|
|
679
|
+
"--ctr-size-unit": string;
|
|
680
|
+
"--ctr-toolbox-item-icon-color": string;
|
|
681
|
+
"--ctr-toolbox-item-text-color": string;
|
|
682
|
+
"--ctr-toolbox-item-icon-color-pressed": string;
|
|
683
|
+
"--ctr-toolbox-item-text-color-pressed": string;
|
|
684
|
+
"--ctr-toolbox-background-color": string;
|
|
685
|
+
"--ctr-toolbox-border-color": string;
|
|
686
|
+
"--ctr-toolbox-border-width-right": string;
|
|
687
|
+
"--ctr-toolbox-group-header-padding-left": string;
|
|
688
|
+
"--ctr-toolbox-group-header-padding-right": string;
|
|
689
|
+
"--ctr-menu-toolbar-button-corner-radius": string;
|
|
690
|
+
"--ctr-menu-toolbar-button-background-color-selected": string;
|
|
691
|
+
"--ctr-menu-toolbar-button-icon-color": string;
|
|
692
|
+
"--ctr-menu-toolbar-button-icon-color-selected": string;
|
|
693
|
+
"--ctr-toolbox-item-icon-color-hovered": string;
|
|
694
|
+
"--ctr-toolbox-item-text-color-hovered": string;
|
|
695
|
+
"--ctr-property-grid-form-background-color": string;
|
|
696
|
+
"--ctr-list-item-corner-radius": string;
|
|
697
|
+
"--ctr-button-group-item-border-color": string;
|
|
698
|
+
"--ctr-button-group-item-corner-radius": string;
|
|
699
|
+
"--ctr-button-group-item-background-color": string;
|
|
700
|
+
"--ctr-button-group-item-text-color": string;
|
|
701
|
+
"--ctr-menu-item-icon-color": string;
|
|
702
|
+
"--ctr-button-group-item-icon-color": string;
|
|
703
|
+
"--ctr-button-group-item-background-color-hovered": string;
|
|
704
|
+
"--ctr-button-group-item-text-color-selected": string;
|
|
705
|
+
"--ctr-button-group-item-icon-color-selected": string;
|
|
706
|
+
"--ctr-editor-corner-radius": string;
|
|
707
|
+
"--ctr-editor-background-color": string;
|
|
708
|
+
"--ctr-editor-border-color": string;
|
|
709
|
+
"--ctr-editor-background-color-disabled": string;
|
|
710
|
+
"--ctr-editor-button-icon-color": string;
|
|
711
|
+
"--ctr-editor-button-corner-radius": string;
|
|
712
|
+
"--ctr-radio-button-background-color": string;
|
|
713
|
+
"--ctr-radio-button-border-color": string;
|
|
714
|
+
"--ctr-checkbox-background-color": string;
|
|
715
|
+
"--ctr-checkbox-border-color": string;
|
|
716
|
+
"--ctr-checkbox-button-check-mark-color": string;
|
|
717
|
+
"--ctr-radio-button-background-color-hovered": string;
|
|
718
|
+
"--ctr-radio-button-background-color-disabled": string;
|
|
719
|
+
"--ctr-checkbox-border-color-focused": string;
|
|
720
|
+
"--ctr-checkbox-button-check-mark-color-disabled": string;
|
|
721
|
+
"--ctr-checkbox-background-color-hovered": string;
|
|
722
|
+
"--ctr-checkbox-background-color-disabled": string;
|
|
723
|
+
"--ctr-checkbox-corner-radius": string;
|
|
724
|
+
"--ctr-list-padding-left": string;
|
|
725
|
+
"--ctr-list-padding-right": string;
|
|
726
|
+
"--ctr-actionbar-button-corner-radius": string;
|
|
727
|
+
"--ctr-popup-menu-corner-radius": string;
|
|
728
|
+
"--ctr-popup-menu-footer-padding-left": string;
|
|
729
|
+
"--ctr-button-group-item-background-color-disabled": string;
|
|
730
|
+
"--ctr-radio-button-background-color-selected-hovered": string;
|
|
731
|
+
"--ctr-checkbox-background-color-selected-hovered": string;
|
|
732
|
+
"--ctr-radio-button-border-color-disabled": string;
|
|
733
|
+
"--ctr-checkbox-border-color-disabled": string;
|
|
734
|
+
"--ctr-button-group-corner-radius": string;
|
|
735
|
+
"--ctr-button-group-padding": string;
|
|
736
|
+
"--ctr-button-group-background-color": string;
|
|
737
|
+
"--ctr-button-group-border-color": string;
|
|
738
|
+
"--ctr-button-group-border-width": string;
|
|
739
|
+
"--ctr-button-group-item-padding-vertical": string;
|
|
740
|
+
"--ctr-button-group-border-color-focused": string;
|
|
741
|
+
"--ctr-button-group-item-text-color-disabled": string;
|
|
742
|
+
"--ctr-survey-page-background-color-selected": string;
|
|
743
|
+
"--ctr-surface-background-color": string;
|
|
744
|
+
"--ctr-survey-question-panel-toolbar-item-corner-radius": string;
|
|
745
|
+
"--ctr-popup-background-color": string;
|
|
746
|
+
"--ctr-popup-corner-radius": string;
|
|
747
|
+
"--ctr-shadow-large-color": string;
|
|
748
|
+
"--ctr-shadow-medium-color": string;
|
|
749
|
+
"--ctr-button-padding-horizontal-small": string;
|
|
750
|
+
"--ctr-button-padding-vertical-small": string;
|
|
751
|
+
"--ctr-button-corner-radius": string;
|
|
752
|
+
"--ctr-button-corner-radius-small": string;
|
|
753
|
+
"--ctr-list-item-icon-color": string;
|
|
754
|
+
"--ctr-list-item-icon-color-selected": string;
|
|
755
|
+
"--ctr-list-item-icon-color-disabled": string;
|
|
756
|
+
"--ctr-editor-button-background-color-hovered": string;
|
|
757
|
+
"--ctr-survey-page-toolbar-item-background-color-hovered": string;
|
|
758
|
+
"--ctr-survey-page-toolbar-item-corner-radius": string;
|
|
759
|
+
"--ctr-list-search-icon-color": string;
|
|
760
|
+
"--ctr-caption-with-actions-text-color": string;
|
|
761
|
+
"--ctr-label-text-color": string;
|
|
762
|
+
"--ctr-label-text-color-disabled": string;
|
|
763
|
+
"--ctr-caption-with-actions-text-color-disabled": string;
|
|
764
|
+
"--ctr-radio-button-text-color-disabled": string;
|
|
765
|
+
"--ctr-checkbox-text-color-disabled": string;
|
|
766
|
+
"--ctr-button-group-item-background-color-selected-disabled": string;
|
|
767
|
+
"--ctr-popup-haze-background-color": string;
|
|
768
|
+
"--ctr-shadow-small-color": string;
|
|
769
|
+
"--ctr-shadow-x-large-color": string;
|
|
770
|
+
"--ctr-actionbar-button-icon-color": string;
|
|
771
|
+
"--ctr-actionbar-button-icon-color-hovered": string;
|
|
772
|
+
"--ctr-actionbar-button-icon-color-with-text-disabled": string;
|
|
773
|
+
"--ctr-list-item-submenu-arrow-color": string;
|
|
774
|
+
"--ctr-page-navigator-button-icon-color": string;
|
|
775
|
+
"--ctr-page-navigator-button-icon-color-hovered": string;
|
|
776
|
+
"--ctr-property-grid-tabs-padding-left": string;
|
|
777
|
+
"--ctr-property-grid-tabs-padding-bottom": string;
|
|
778
|
+
"--ctr-property-grid-tabs-background-color": string;
|
|
779
|
+
"--ctr-property-grid-tabs-border-width": string;
|
|
780
|
+
"--ctr-property-grid-tabs-border-color": string;
|
|
781
|
+
"--ctr-property-grid-tabs-separator-margin": string;
|
|
782
|
+
"--ctr-property-grid-tabs-gap": string;
|
|
783
|
+
"--ctr-property-grid-border-color": string;
|
|
784
|
+
"--ctr-property-grid-placeholder-padding-left": string;
|
|
785
|
+
"--ctr-property-grid-placeholder-padding-top": string;
|
|
786
|
+
"--ctr-property-grid-placeholder-image-margin-top": string;
|
|
787
|
+
"--ctr-property-grid-placeholder-text-gap": string;
|
|
788
|
+
"--ctr-property-grid-placeholder-text-title-color": string;
|
|
789
|
+
"--ctr-property-grid-placeholder-text-description-color": string;
|
|
790
|
+
"--ctr-surface-placeholder-padding-left": string;
|
|
791
|
+
"--ctr-surface-placeholder-padding-bottom": string;
|
|
792
|
+
"--ctr-surface-placeholder-text-margin-top": string;
|
|
793
|
+
"--ctr-surface-placeholder-text-margin-bottom": string;
|
|
794
|
+
"--ctr-surface-placeholder-text-gap": string;
|
|
795
|
+
"--ctr-surface-placeholder-max-width": string;
|
|
796
|
+
"--ctr-surface-placeholder-padding-right": string;
|
|
797
|
+
"--ctr-property-grid-tabs-padding-right": string;
|
|
798
|
+
"--ctr-property-grid-tabs-padding-top": string;
|
|
799
|
+
"--ctr-property-grid-placeholder-padding-right": string;
|
|
800
|
+
"--ctr-popup-menu-footer-padding-right": string;
|
|
801
|
+
"--ctr-editor-content-text-color": string;
|
|
802
|
+
"--ctr-editor-label-color": string;
|
|
803
|
+
"--ctr-editor-content-icon-color": string;
|
|
804
|
+
"--ctr-editor-content-text-color-placeholder": string;
|
|
805
|
+
"--ctr-editor-button-text-color": string;
|
|
806
|
+
"--ctr-editor-label-color-disabled": string;
|
|
807
|
+
"--ctr-editor-content-text-color-disabled": string;
|
|
808
|
+
"--ctr-editor-button-icon-color-disabled": string;
|
|
809
|
+
"--ctr-radio-button-text-color": string;
|
|
810
|
+
"--ctr-checkbox-text-color": string;
|
|
811
|
+
"--ctr-checkbox-description-text-color": string;
|
|
812
|
+
"--ctr-actionbar-button-text-color": string;
|
|
813
|
+
"--ctr-actionbar-button-background-color-hovered": string;
|
|
814
|
+
"--ctr-actionbar-button-text-color-disabled": string;
|
|
815
|
+
"--ctr-list-item-background-color-hovered": string;
|
|
816
|
+
"--ctr-list-item-background-color-selected": string;
|
|
817
|
+
"--ctr-list-item-text-color-selected": string;
|
|
818
|
+
"--ctr-list-item-text-color": string;
|
|
819
|
+
"--ctr-list-item-text-color-hovered": string;
|
|
820
|
+
"--ctr-list-item-submenu-arrow-color-hovered-item": string;
|
|
821
|
+
"--ctr-list-item-icon-color-hovered": string;
|
|
822
|
+
"--ctr-list-item-contextual-buttons-color": string;
|
|
823
|
+
"--ctr-list-item-color-swatch-corner-radius": string;
|
|
824
|
+
"--ctr-menu-item-icon-width": string;
|
|
825
|
+
"--ctr-menu-item-icon-height": string;
|
|
826
|
+
"--ctr-menu-item-text-color": string;
|
|
827
|
+
"--ctr-menu-item-padding-left": string;
|
|
828
|
+
"--ctr-menu-item-background-color": string;
|
|
829
|
+
"--ctr-menu-item-border-color-selected": string;
|
|
830
|
+
"--ctr-menu-item-background-color-hovered": string;
|
|
831
|
+
"--ctr-menu-toolbar-button-text-color": string;
|
|
832
|
+
"--ctr-menu-toolbar-button-icon-width": string;
|
|
833
|
+
"--ctr-menu-toolbar-button-icon-height": string;
|
|
834
|
+
"--ctr-menu-toolbar-button-padding-left": string;
|
|
835
|
+
"--ctr-menu-toolbar-button-gap": string;
|
|
836
|
+
"--ctr-menu-toolbar-button-padding-top": string;
|
|
837
|
+
"--ctr-menu-toolbar-button-text-color-secondary": string;
|
|
838
|
+
"--ctr-menu-toolbar-button-text-color-selected": string;
|
|
839
|
+
"--ctr-menu-toolbar-button-background-color-hovered": string;
|
|
840
|
+
"--ctr-menu-toolbar-button-background-color-pressed": string;
|
|
841
|
+
"--ctr-toolbox-item-icon-width": string;
|
|
842
|
+
"--ctr-toolbox-item-icon-height": string;
|
|
843
|
+
"--ctr-toolbox-item-background-color-hovered": string;
|
|
844
|
+
"--ctr-toolbox-item-padding-left": string;
|
|
845
|
+
"--ctr-toolbox-item-padding-right": string;
|
|
846
|
+
"--ctr-toolbox-item-padding-top": string;
|
|
847
|
+
"--ctr-toolbox-item-padding-bottom": string;
|
|
848
|
+
"--ctr-toolbox-item-corner-radius": string;
|
|
849
|
+
"--ctr-toolbox-item-padding-right-no-text": string;
|
|
850
|
+
"--ctr-toolbox-item-border-color-floating": string;
|
|
851
|
+
"--ctr-toolbox-button-background-color-hovered": string;
|
|
852
|
+
"--ctr-page-navigator-item-dot-radius-small": string;
|
|
853
|
+
"--ctr-page-navigator-item-dot-border-color-selected": string;
|
|
854
|
+
"--ctr-page-navigator-item-dot-color-hovered": string;
|
|
855
|
+
"--ctr-page-navigator-item-dot-color-default": string;
|
|
856
|
+
"--ctr-page-navigator-item-dot-color-selected": string;
|
|
857
|
+
"--ctr-page-navigator-item-background-color-hovered": string;
|
|
858
|
+
"--ctr-page-navigator-item-text-color-hovered": string;
|
|
859
|
+
"--ctr-page-navigator-item-corner-radius": string;
|
|
860
|
+
"--ctr-page-navigator-button-corner-radius": string;
|
|
861
|
+
"--ctr-page-navigator-button-background-color-hovered": string;
|
|
862
|
+
"--ctr-button-background-color": string;
|
|
863
|
+
"--ctr-button-text-color": string;
|
|
864
|
+
"--ctr-button-gap": string;
|
|
865
|
+
"--ctr-button-background-color-hovered": string;
|
|
866
|
+
"--ctr-button-text-color-disabled": string;
|
|
867
|
+
"--ctr-button-background-color-danger": string;
|
|
868
|
+
"--ctr-button-border-color-focused": string;
|
|
869
|
+
"--ctr-button-background-color-cta": string;
|
|
870
|
+
"--ctr-button-background-color-cta-hovered": string;
|
|
871
|
+
"--ctr-button-text-color-cta": string;
|
|
872
|
+
"--ctr-collapse-button-corner-radius": string;
|
|
873
|
+
"--ctr-collapse-button-icon-color": string;
|
|
874
|
+
"--ctr-collapse-button-icon-color-hovered": string;
|
|
875
|
+
"--ctr-collapse-button-background-color-hovered": string;
|
|
876
|
+
"--ctr-property-grid-switcher-text-color": string;
|
|
877
|
+
"--ctr-property-grid-chapter-caption-background-color": string;
|
|
878
|
+
"--ctr-property-grid-chapter-caption-border-color": string;
|
|
879
|
+
"--ctr-property-grid-chapter-caption-text-color": string;
|
|
880
|
+
"--ctr-property-grid-chapter-caption-text-color-selected": string;
|
|
881
|
+
"--ctr-property-grid-chapter-caption-background-color-hovered": string;
|
|
882
|
+
"--ctr-property-grid-chapter-caption-background-color-focused": string;
|
|
883
|
+
"--ctr-property-grid-chapter-caption-text-color-disabled": string;
|
|
884
|
+
"--ctr-expression-item-background-color-parameter": string;
|
|
885
|
+
"--ctr-expression-item-corner-radius": string;
|
|
886
|
+
"--ctr-expression-item-text-color-parameter": string;
|
|
887
|
+
"--ctr-expression-item-background-color-parameter-hovered": string;
|
|
888
|
+
"--ctr-expression-item-background-color-parameter-error": string;
|
|
889
|
+
"--ctr-expression-item-text-color-parameter-hovered": string;
|
|
890
|
+
"--ctr-expression-item-text-color-parameter-empty": string;
|
|
891
|
+
"--ctr-expression-item-text-color-parameter-error": string;
|
|
892
|
+
"--ctr-expression-item-text-color-operator": string;
|
|
893
|
+
"--ctr-expression-item-text-color-operator-hovered": string;
|
|
894
|
+
"--ctr-expression-item-text-color-operator-empty": string;
|
|
895
|
+
"--ctr-expression-item-text-color-conjunction": string;
|
|
896
|
+
"--ctr-expression-item-text-color-conjunction-hovered": string;
|
|
897
|
+
"--ctr-expression-item-text-color-action": string;
|
|
898
|
+
"--ctr-expression-item-text-color-action-hovered": string;
|
|
899
|
+
"--ctr-expression-item-text-color-button": string;
|
|
900
|
+
"--ctr-expression-item-text-color-button-hovered": string;
|
|
901
|
+
"--ctr-expression-item-background-color-operator": string;
|
|
902
|
+
"--ctr-expression-item-background-color-operator-hovered": string;
|
|
903
|
+
"--ctr-expression-item-background-color-conjunction": string;
|
|
904
|
+
"--ctr-expression-item-background-color-conjunction-hovered": string;
|
|
905
|
+
"--ctr-expression-item-background-color-action": string;
|
|
906
|
+
"--ctr-expression-item-background-color-action-hovered": string;
|
|
907
|
+
"--ctr-expression-item-background-color-button": string;
|
|
908
|
+
"--ctr-expression-item-background-color-button-hovered": string;
|
|
909
|
+
"--ctr-expression-item-text-color-function": string;
|
|
910
|
+
"--ctr-data-table-background-color": string;
|
|
911
|
+
"--ctr-data-table-border-color": string;
|
|
912
|
+
"--ctr-separator-width": string;
|
|
913
|
+
"--ctr-separator-color": string;
|
|
914
|
+
"--ctr-popup-padding-left": string;
|
|
915
|
+
"--ctr-popup-padding-right": string;
|
|
916
|
+
"--ctr-popup-padding-top": string;
|
|
917
|
+
"--ctr-popup-padding-bottom": string;
|
|
918
|
+
"--ctr-popup-gap": string;
|
|
919
|
+
"--ctr-popup-title-color": string;
|
|
920
|
+
"--ctr-popup-message-color": string;
|
|
921
|
+
"--ctr-popup-buttons-gap": string;
|
|
922
|
+
"--ctr-popup-description-color": string;
|
|
923
|
+
"--ctr-toolbox-group-header-padding-top": string;
|
|
924
|
+
"--ctr-toolbox-group-header-padding-bottom": string;
|
|
925
|
+
"--ctr-toolbox-group-header-text-color": string;
|
|
926
|
+
"--ctr-notification-background-color": string;
|
|
927
|
+
"--ctr-notification-text-color": string;
|
|
928
|
+
"--ctr-notification-text-color-error": string;
|
|
929
|
+
"--ctr-notification-background-color-error": string;
|
|
930
|
+
"--ctr-string-table-row-background-color": string;
|
|
931
|
+
"--ctr-string-table-row-border-color": string;
|
|
932
|
+
"--ctr-string-table-row-text-color-title": string;
|
|
933
|
+
"--ctr-string-table-row-expand-button-icon-color-default": string;
|
|
934
|
+
"--ctr-string-table-header-background-color": string;
|
|
935
|
+
"--ctr-string-table-header-text-color": string;
|
|
936
|
+
"--ctr-string-table-group-header-background-color": string;
|
|
937
|
+
"--ctr-string-table-group-header-text-color": string;
|
|
938
|
+
"--ctr-text-decor-text-color-code": string;
|
|
939
|
+
"--ctr-menu-border-color": string;
|
|
940
|
+
"--ctr-property-grid-header-background-color": string;
|
|
941
|
+
"--ctr-property-grid-header-padding-left": string;
|
|
942
|
+
"--ctr-property-grid-header-padding-right": string;
|
|
943
|
+
"--ctr-property-grid-header-padding-top": string;
|
|
944
|
+
"--ctr-property-grid-header-padding-bottom": string;
|
|
945
|
+
"--ctr-property-grid-header-border-color": string;
|
|
946
|
+
"--ctr-property-grid-header-border-width-bottom": string;
|
|
947
|
+
"--ctr-caption-with-actions-description-text-color": string;
|
|
948
|
+
"--ctr-caption-with-actions-description-text-color-disabled": string;
|
|
949
|
+
"--ctr-data-table-cell-text-color-header": string;
|
|
950
|
+
"--ctr-data-table-cell-border-color-focused": string;
|
|
951
|
+
"--ctr-data-table-cell-corner-radius-focused": string;
|
|
952
|
+
"--ctr-data-table-row-background-color": string;
|
|
953
|
+
"--ctr-data-table-row-background-color-header": string;
|
|
954
|
+
"--ctr-data-table-row-border-color": string;
|
|
955
|
+
"--ctr-data-table-row-drag-area-icon-color": string;
|
|
956
|
+
"--ctr-data-table-row-background-color-drop-spot": string;
|
|
957
|
+
"--ctr-error-message-background-color": string;
|
|
958
|
+
"--ctr-error-message-icon-color": string;
|
|
959
|
+
"--ctr-error-message-text-color": string;
|
|
960
|
+
"--ctr-toolbox-separator-color": string;
|
|
961
|
+
"--ctr-toolbox-separator-padding-top": string;
|
|
962
|
+
"--ctr-toolbox-separator-max-width": string;
|
|
963
|
+
"--ctr-toolbox-separator-padding-bottom": string;
|
|
964
|
+
"--ctr-toolbox-gap": string;
|
|
965
|
+
"--ctr-toolbox-padding-top": string;
|
|
966
|
+
"--ctr-toolbox-padding-bottom": string;
|
|
967
|
+
"--ctr-toolbox-group-gap": string;
|
|
968
|
+
"--ctr-toolbox-group-padding-left": string;
|
|
969
|
+
"--ctr-toolbox-group-padding-right": string;
|
|
970
|
+
"--ctr-button-contextual-button-background-color-hovered": string;
|
|
971
|
+
"--ctr-button-contextual-button-background-color-focused": string;
|
|
972
|
+
"--ctr-survey-question-panel-toolbar-item-background-color-hovered": string;
|
|
973
|
+
"--ctr-survey-question-panel-toolbar-item-icon-color": string;
|
|
974
|
+
"--ctr-survey-question-panel-toolbar-item-text-color": string;
|
|
975
|
+
"--ctr-survey-question-panel-toolbar-item-background-color-selected": string;
|
|
976
|
+
"--ctr-survey-page-toolbar-item-icon-color-pressed": string;
|
|
977
|
+
"--ctr-survey-page-toolbar-item-text-color": string;
|
|
978
|
+
"--ctr-survey-page-toolbar-item-background-color-selected": string;
|
|
979
|
+
"--ctr-survey-question-panel-drag-area-drag-indicator-color": string;
|
|
980
|
+
"--ctr-preview-pager-background-color": string;
|
|
981
|
+
"--ctr-preview-pager-border-color": string;
|
|
982
|
+
"--ctr-code-viewer-line-number-panel-background-color": string;
|
|
983
|
+
"--ctr-code-viewer-line-number-panel-text-color": string;
|
|
984
|
+
"--ctr-property-grid-group-caption-text-color": string;
|
|
985
|
+
"--ctr-toolbox-group-header-expand-button-color": string;
|
|
986
|
+
"--ctr-editor-border-width": string;
|
|
987
|
+
"--ctr-editor-border-width-focused": string;
|
|
988
|
+
"--ctr-editor-border-color-focused": string;
|
|
989
|
+
"--ctr-editor-border-color-error": string;
|
|
990
|
+
"--ctr-surface-placeholder-text-title-color": string;
|
|
991
|
+
"--ctr-surface-placeholder-text-description-color": string;
|
|
992
|
+
"--ctr-survey-page-placeholder-text-color": string;
|
|
993
|
+
"--ctr-survey-placeholder-text-color": string;
|
|
994
|
+
"--ctr-survey-placeholder-border-color": string;
|
|
995
|
+
"--ctr-survey-drop-indicator-color": string;
|
|
996
|
+
"--ctr-property-grid-search-background-color": string;
|
|
997
|
+
"--ctr-property-grid-search-text-color": string;
|
|
998
|
+
"--ctr-property-grid-search-text-color-placeholder": string;
|
|
999
|
+
"--ctr-property-grid-search-border-color": string;
|
|
1000
|
+
"--ctr-search-button-corner-radius": string;
|
|
1001
|
+
"--ctr-search-button-background-color-hovered": string;
|
|
1002
|
+
"--ctr-search-button-icon-color-clear-hovered": string;
|
|
1003
|
+
"--ctr-search-button-background-color-clear-hovered": string;
|
|
1004
|
+
"--ctr-property-grid-search-button-icon-color": string;
|
|
1005
|
+
"--ctr-property-grid-search-icon-color": string;
|
|
1006
|
+
"--ctr-property-grid-search-count-text-color": string;
|
|
1007
|
+
"--ctr-scrollbar-background-color": string;
|
|
1008
|
+
"--ctr-survey-info-panel-background-color": string;
|
|
1009
|
+
"--ctr-survey-info-panel-text-color": string;
|
|
1010
|
+
"--ctr-survey-action-button-icon-color-positive": string;
|
|
1011
|
+
"--ctr-survey-action-button-icon-color-negative": string;
|
|
1012
|
+
"--ctr-survey-action-button-text-color-positive": string;
|
|
1013
|
+
"--ctr-survey-action-button-text-color-disabled": string;
|
|
1014
|
+
"--ctr-survey-action-button-background-color-hovered-positive": string;
|
|
1015
|
+
"--ctr-survey-action-button-background-color-hovered-negative": string;
|
|
1016
|
+
"--ctr-survey-action-button-icon-color-disabled": string;
|
|
1017
|
+
"--lbr-action-button-icon-color-negative": string;
|
|
1018
|
+
"--ctr-property-grid-background-color": string;
|
|
1019
|
+
"--ctr-survey-header-logo-placeholder-icon-color": string;
|
|
1020
|
+
"--lbr-notification-padding-left": string;
|
|
1021
|
+
"--lbr-notification-padding-right": string;
|
|
1022
|
+
"--lbr-notification-button-corner-radius": string;
|
|
1023
|
+
"--lbr-notification-padding-left-with-button": string;
|
|
1024
|
+
"--lbr-notification-padding-top-with-button": string;
|
|
1025
|
+
"--lbr-notification-padding-bottom-with-button": string;
|
|
1026
|
+
"--ctr-survey-image-picker-drop-spot-color": string;
|
|
1027
|
+
"--ctr-data-table-row-corner-radius-floating": string;
|
|
1028
|
+
"--ctr-survey-item-actionbar-drag-indicator-color": string;
|
|
1029
|
+
"--ctr-toolbox-search-padding-left": string;
|
|
1030
|
+
"--ctr-toolbox-search-padding-right": string;
|
|
1031
|
+
"--ctr-toolbox-search-padding-top": string;
|
|
1032
|
+
"--ctr-toolbox-search-icon-color-placeholder": string;
|
|
1033
|
+
"--ctr-toolbox-search-padding-bottom": string;
|
|
1034
|
+
"--ctr-toolbox-search-border-color": string;
|
|
1035
|
+
"--ctr-toolbox-search-text-color": string;
|
|
1036
|
+
"--ctr-toolbox-search-border-width-bottom": string;
|
|
1037
|
+
"--ctr-toolbox-search-text-color-placeholder": string;
|
|
1038
|
+
"--ctr-toolbox-search-clear-button-icon-color": string;
|
|
1039
|
+
"--ctr-toolbox-search-clear-button-background-color-hovered": string;
|
|
1040
|
+
"--ctr-search-icon-color": string;
|
|
1041
|
+
"--ctr-toolbox-search-icon-color": string;
|
|
1042
|
+
"--ctr-toolbox-search-clear-button-icon-color-hovered": string;
|
|
1043
|
+
"--ctr-toolbox-group-header-margin-top": string;
|
|
1044
|
+
"--ctr-toolbox-group-header-margin-bottom": string;
|
|
1045
|
+
"--ctr-toolbox-separator-padding-left-compact": string;
|
|
1046
|
+
"--ctr-toolbox-separator-padding-right-compact": string;
|
|
1047
|
+
"--ctr-font-medium-size": string;
|
|
1048
|
+
"--ctr-font-medium-line-height": string;
|
|
1049
|
+
"--ctr-font-default-size": string;
|
|
1050
|
+
"--ctr-font-default-line-height": string;
|
|
1051
|
+
"--ctr-font-small-size": string;
|
|
1052
|
+
"--ctr-font-small-line-height": string;
|
|
1053
|
+
"--ctr-survey-checkboxes-item-corner-radius-floating": string;
|
|
1054
|
+
"--ctr-survey-radio-button-group-item-corner-radius-floating": string;
|
|
1055
|
+
"--ctr-survey-radio-button-group-item-background-color-floating": string;
|
|
1056
|
+
"--ctr-survey-ranking-item-corner-radius-floating": string;
|
|
1057
|
+
"--ctr-survey-header-logo-placeholder-background-color-hovered": string;
|
|
1058
|
+
"--ctr-survey-header-logo-placeholder-icon-color-hovered": string;
|
|
1059
|
+
"--ctr-survey-header-text-title-color-placeholder": string;
|
|
1060
|
+
"--ctr-survey-header-text-description-color-placeholder": string;
|
|
1061
|
+
"--ctr-survey-page-border-color-selected": string;
|
|
1062
|
+
"--ctr-survey-page-header-title-color-placeholder": string;
|
|
1063
|
+
"--ctr-survey-page-background-color-hovered": string;
|
|
1064
|
+
"--ctr-list-search-border-color": string;
|
|
1065
|
+
"--ctr-list-search-text-color-placeholder": string;
|
|
1066
|
+
"--ctr-toolbox-shadow-floating-1-offset-x": string;
|
|
1067
|
+
"--ctr-toolbox-shadow-floating-2-offset-x": string;
|
|
1068
|
+
"--ctr-toolbox-shadow-floating-1-offset-y": string;
|
|
1069
|
+
"--ctr-toolbox-shadow-floating-2-offset-y": string;
|
|
1070
|
+
"--ctr-toolbox-shadow-floating-1-blur": string;
|
|
1071
|
+
"--ctr-toolbox-shadow-floating-2-blur": string;
|
|
1072
|
+
"--ctr-toolbox-shadow-floating-1-spread": string;
|
|
1073
|
+
"--ctr-toolbox-shadow-floating-2-spread": string;
|
|
1074
|
+
"--ctr-toolbox-shadow-floating-2-color": string;
|
|
1075
|
+
"--ctr-toolbox-shadow-floating-1-color": string;
|
|
1076
|
+
"--ctr-toolbox-submenu-group-margin-left": string;
|
|
1077
|
+
"--ctr-toolbox-item-shadow-hovered-1-offset-x": string;
|
|
1078
|
+
"--ctr-toolbox-item-shadow-hovered-1-offset-y": string;
|
|
1079
|
+
"--ctr-toolbox-item-shadow-hovered-1-blur": string;
|
|
1080
|
+
"--ctr-toolbox-item-shadow-hovered-1-spread": string;
|
|
1081
|
+
"--ctr-toolbox-item-shadow-pressed-offset-x": string;
|
|
1082
|
+
"--ctr-toolbox-item-shadow-pressed-offset-y": string;
|
|
1083
|
+
"--ctr-toolbox-item-shadow-pressed-blur": string;
|
|
1084
|
+
"--ctr-toolbox-item-shadow-pressed-spread": string;
|
|
1085
|
+
"--ctr-toolbox-item-shadow-hovered-2-offset-x": string;
|
|
1086
|
+
"--ctr-toolbox-item-shadow-hovered-2-offset-y": string;
|
|
1087
|
+
"--ctr-toolbox-item-shadow-hovered-2-blur": string;
|
|
1088
|
+
"--ctr-toolbox-item-shadow-hovered-2-spread": string;
|
|
1089
|
+
"--ctr-button-shadow-offset-x": string;
|
|
1090
|
+
"--ctr-button-shadow-offset-y": string;
|
|
1091
|
+
"--ctr-button-shadow-blur": string;
|
|
1092
|
+
"--ctr-button-shadow-spread": string;
|
|
1093
|
+
"--ctr-button-shadow-color": string;
|
|
1094
|
+
"--ctr-popup-shadow-1-offset-x": string;
|
|
1095
|
+
"--ctr-popup-shadow-1-offset-y": string;
|
|
1096
|
+
"--ctr-popup-shadow-1-blur": string;
|
|
1097
|
+
"--ctr-popup-shadow-1-spread": string;
|
|
1098
|
+
"--ctr-popup-shadow-1-color": string;
|
|
1099
|
+
"--ctr-popup-shadow-2-offset-x": string;
|
|
1100
|
+
"--ctr-popup-shadow-2-offset-y": string;
|
|
1101
|
+
"--ctr-popup-shadow-2-blur": string;
|
|
1102
|
+
"--ctr-popup-shadow-2-spread": string;
|
|
1103
|
+
"--ctr-popup-shadow-2-color": string;
|
|
1104
|
+
"--ctr-popup-shadow-3-offset-x": string;
|
|
1105
|
+
"--ctr-popup-shadow-3-offset-y": string;
|
|
1106
|
+
"--ctr-popup-shadow-3-blur": string;
|
|
1107
|
+
"--ctr-popup-shadow-3-spread": string;
|
|
1108
|
+
"--ctr-popup-shadow-3-color": string;
|
|
1109
|
+
"--ctr-toolbox-item-background-color-submenu": string;
|
|
1110
|
+
"--ctr-toolbox-item-text-color-submenu": string;
|
|
1111
|
+
"--ctr-toolbox-min-width": string;
|
|
1112
|
+
"--ctr-page-banner-background-color": string;
|
|
1113
|
+
"--ctr-page-banner-text-color": string;
|
|
1114
|
+
"--ctr-toolbox-group-padding-left-compact": string;
|
|
1115
|
+
"--ctr-toolbox-group-padding-right-compact": string;
|
|
1116
|
+
"--ctr-survey-question-panel-floating-toolbar-padding-left": string;
|
|
1117
|
+
"--ctr-survey-question-panel-floating-toolbar-padding-right": string;
|
|
1118
|
+
"--ctr-toolbox-item-icon-color-disabled": string;
|
|
1119
|
+
"--ctr-toolbox-item-margin-horizontal-no-text": string;
|
|
1120
|
+
"--ctr-toolbox-item-padding-left-no-text": string;
|
|
1121
|
+
"--ctr-toolbox-item-background-color-pressed": string;
|
|
1122
|
+
"--ctr-toolbox-submenu-group-margin-right": string;
|
|
1123
|
+
"--ctr-toolbox-submenu-group-margin-top": string;
|
|
1124
|
+
"--ctr-toolbox-submenu-group-margin-bottom": string;
|
|
1125
|
+
"--ctr-toolbox-submenu-group-margin-bottom-last": string;
|
|
1126
|
+
"--ctr-toolbox-submenu-group-border-width-bottom": string;
|
|
1127
|
+
"--ctr-toolbox-submenu-background-color": string;
|
|
1128
|
+
"--ctr-toolbox-submenu-corner-radius": string;
|
|
1129
|
+
"--ctr-toolbox-submenu-shadow-1-offset-x": string;
|
|
1130
|
+
"--ctr-toolbox-submenu-shadow-1-offset-y": string;
|
|
1131
|
+
"--ctr-toolbox-submenu-shadow-1-blur": string;
|
|
1132
|
+
"--ctr-toolbox-submenu-shadow-1-spread": string;
|
|
1133
|
+
"--ctr-toolbox-submenu-shadow-1-color": string;
|
|
1134
|
+
"--ctr-toolbox-submenu-shadow-2-offset-x": string;
|
|
1135
|
+
"--ctr-toolbox-submenu-shadow-2-offset-y": string;
|
|
1136
|
+
"--ctr-toolbox-submenu-shadow-2-blur": string;
|
|
1137
|
+
"--ctr-toolbox-submenu-shadow-2-spread": string;
|
|
1138
|
+
"--ctr-toolbox-submenu-shadow-2-color": string;
|
|
1139
|
+
"--ctr-toolbox-submenu-margin-top": string;
|
|
1140
|
+
"--ctr-list-item-icon-color-selected-submenu": string;
|
|
1141
|
+
"--ctr-list-item-submenu-arrow-color-selected-item-submenu": string;
|
|
1142
|
+
"--ctr-menu-item-padding-left-icon": string;
|
|
1143
|
+
"--ctr-menu-toolbar-button-padding-right": string;
|
|
1144
|
+
"--ctr-menu-toolbar-button-padding-bottom": string;
|
|
1145
|
+
"--ctr-menu-item-padding-right": string;
|
|
1146
|
+
"--ctr-menu-item-padding-right-icon": string;
|
|
1147
|
+
"--ctr-menu-toolbar-button-padding-top-with-description": string;
|
|
1148
|
+
"--ctr-property-grid-header-padding-top-with-subtitle": string;
|
|
1149
|
+
"--ctr-property-grid-header-padding-bottom-with-subtitle": string;
|
|
1150
|
+
"--ctr-data-table-corner-radius": string;
|
|
1151
|
+
"--ctr-data-table-placeholder-corner-radius": string;
|
|
1152
|
+
"--ctr-list-item-label-icon-color-hovered": string;
|
|
1153
|
+
"--ctr-list-item-label-icon-color-disabled": string;
|
|
1154
|
+
"--ctr-data-table-form-background-color": string;
|
|
1155
|
+
"--ctr-data-table-form-border-color": string;
|
|
1156
|
+
"--ctr-menu-toolbar-button-padding-left-with-description": string;
|
|
1157
|
+
"--ctr-menu-toolbar-button-padding-right-with-description": string;
|
|
1158
|
+
"--ctr-survey-resize-frame-grip-width": string;
|
|
1159
|
+
"--ctr-survey-resize-frame-grip-height": string;
|
|
1160
|
+
"--ctr-survey-resize-frame-margin": string;
|
|
1161
|
+
"--ctr-toggle-button-thumb-background-color-active": string;
|
|
1162
|
+
"--ctr-toggle-button-thumb-corner-radius": string;
|
|
1163
|
+
"--ctr-toggle-button-corner-radius": string;
|
|
1164
|
+
"--ctr-toggle-button-gap": string;
|
|
1165
|
+
"--ctr-toggle-button-padding-left": string;
|
|
1166
|
+
"--ctr-toggle-button-padding-right": string;
|
|
1167
|
+
"--ctr-toggle-button-padding-top": string;
|
|
1168
|
+
"--ctr-toggle-button-padding-bottom": string;
|
|
1169
|
+
"--ctr-toggle-button-background-color": string;
|
|
1170
|
+
"--ctr-toggle-button-border-color-focused": string;
|
|
1171
|
+
"--ctr-toggle-button-border-color": string;
|
|
1172
|
+
"--ctr-toggle-button-thumb-width": string;
|
|
1173
|
+
"--ctr-toggle-button-thumb-height": string;
|
|
1174
|
+
"--ctr-toggle-button-background-color-checked": string;
|
|
1175
|
+
"--ctr-toggle-button-thumb-background-color-checked-focused": string;
|
|
1176
|
+
"--ctr-toggle-button-background-color-checked-focused": string;
|
|
1177
|
+
"--ctr-toggle-button-background-color-hovered": string;
|
|
1178
|
+
"--ctr-toggle-button-label-text-color": string;
|
|
1179
|
+
"--ctr-toggle-button-gap-label": string;
|
|
1180
|
+
"--ctr-toggle-button-thumb-background-color-checked": string;
|
|
1181
|
+
"--ctr-toggle-button-thumb-border-color": string;
|
|
1182
|
+
"--ctr-toolbox-item-submenu-button-background-color": string;
|
|
1183
|
+
"--ctr-toolbox-item-submenu-button-background-color-hovered": string;
|
|
1184
|
+
"--ctr-toolbox-item-submenu-button-corner-radius": string;
|
|
1185
|
+
"--ctr-toolbox-item-submenu-button-padding-left": string;
|
|
1186
|
+
"--ctr-toolbox-item-submenu-button-padding-right": string;
|
|
1187
|
+
"--ctr-toolbox-item-submenu-button-padding-top": string;
|
|
1188
|
+
"--ctr-toolbox-item-submenu-button-padding-bottom": string;
|
|
1189
|
+
"--ctr-toolbox-item-submenu-button-icon-color": string;
|
|
1190
|
+
"--ctr-toolbox-item-submenu-button-margin-right": string;
|
|
1191
|
+
"--ctr-survey-matching-item-padding-right-floating": string;
|
|
1192
|
+
"--ctr-survey-matching-item-padding-top-floating": string;
|
|
1193
|
+
"--ctr-survey-matching-item-padding-bottom-floating": string;
|
|
1194
|
+
"--ctr-survey-matching-item-corner-radius-floating": string;
|
|
1195
|
+
"--ctr-tooltip-corder-radius": string;
|
|
1196
|
+
"--ctr-tooltip-padding-left": string;
|
|
1197
|
+
"--ctr-tooltip-padding-right": string;
|
|
1198
|
+
"--ctr-tooltip-padding-top": string;
|
|
1199
|
+
"--ctr-tooltip-padding-bottom": string;
|
|
1200
|
+
"--ctr-tooltip-background-color": string;
|
|
1201
|
+
"--ctr-tooltip-shadow-1-offset-x": string;
|
|
1202
|
+
"--ctr-tooltip-shadow-2-offset-x": string;
|
|
1203
|
+
"--ctr-tooltip-shadow-2-offset-y": string;
|
|
1204
|
+
"--ctr-tooltip-shadow-2-blur": string;
|
|
1205
|
+
"--ctr-tooltip-shadow-2-spread": string;
|
|
1206
|
+
"--ctr-tooltip-shadow-2-color": string;
|
|
1207
|
+
"--ctr-tooltip-shadow-1-offset-y": string;
|
|
1208
|
+
"--ctr-tooltip-shadow-1-blur": string;
|
|
1209
|
+
"--ctr-tooltip-shadow-1-spread": string;
|
|
1210
|
+
"--ctr-tooltip-shadow-1-color": string;
|
|
1211
|
+
"--ctr-super-tooltip-corder-radius": string;
|
|
1212
|
+
"--ctr-menu-item-padding-bottom": string;
|
|
1213
|
+
"--ctr-menu-item-padding-top": string;
|
|
1214
|
+
};
|
|
1215
|
+
};
|