survey-creator-core 1.12.10 → 1.12.11
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 +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 +144 -76
- package/survey-creator-core.fontless.css +143 -75
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +15 -15
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js.LICENSE.txt +1 -1
- package/survey-creator-core.js +294 -154
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +16 -16
- package/survey-creator-core.min.js +1 -1
- package/survey-creator-core.min.js.LICENSE.txt +1 -1
- package/themes/default-contrast.js +38 -8
- package/themes/default-contrast.js.map +1 -1
- package/themes/default-contrast.min.js +1 -1
- package/themes/default-contrast.min.js.LICENSE.txt +1 -1
- package/themes/default-dark.js +38 -8
- package/themes/default-dark.js.map +1 -1
- package/themes/default-dark.min.js +1 -1
- package/themes/default-dark.min.js.LICENSE.txt +1 -1
- package/themes/default-light.js +38 -8
- package/themes/default-light.js.map +1 -1
- package/themes/default-light.min.js +1 -1
- package/themes/default-light.min.js.LICENSE.txt +1 -1
- package/themes/index.js +38 -8
- package/themes/index.js.map +1 -1
- package/themes/index.min.js +1 -1
- package/themes/index.min.js.LICENSE.txt +1 -1
- package/themes/themes/default.d.ts +62 -2
- package/typings/components/action-container-view-model.d.ts +2 -1
- package/typings/components/question-dropdown.d.ts +2 -1
- package/typings/components/question.d.ts +3 -4
- package/typings/components/row.d.ts +4 -0
- package/typings/components/tabs/designer.d.ts +1 -1
- package/typings/components/tabs/logic-types.d.ts +1 -1
- package/typings/components/tabs/logic.d.ts +3 -2
- package/typings/components/tabs/test-plugin.d.ts +3 -0
- package/typings/components/tabs/theme-plugin.d.ts +1 -0
- package/typings/creator-base.d.ts +25 -4
- package/typings/creator-events-api.d.ts +15 -0
- package/typings/creator-options.d.ts +16 -0
- package/typings/creator-settings.d.ts +8 -6
- package/typings/expand-collapse-manager.d.ts +2 -0
- package/typings/property-grid/matrices.d.ts +1 -0
- package/typings/property-grid-theme/property-grid.d.ts +1 -0
- package/typings/themes/default.d.ts +62 -2
|
@@ -11,7 +11,6 @@ declare const Theme: {
|
|
|
11
11
|
"--ctr-toolbox-submenu-item-min-width": string;
|
|
12
12
|
"--ctr-toolbox-group-header-margin-left": string;
|
|
13
13
|
"--ctr-button-group-item-border-width": string;
|
|
14
|
-
"--ctr-button-group-gap": string;
|
|
15
14
|
"--ctr-shadow-medium-blur": string;
|
|
16
15
|
"--ctr-shadow-medium-offset-y": string;
|
|
17
16
|
"--ctr-shadow-large-blur": string;
|
|
@@ -87,6 +86,7 @@ declare const Theme: {
|
|
|
87
86
|
"--lbr-shadow-small-blur": string;
|
|
88
87
|
"--lbr-shadow-small-spread": string;
|
|
89
88
|
"--ctr-button-group-item-text-opacity-disabled": number;
|
|
89
|
+
"--ctr-survey-header-logo-placeholder-icon-opacity": number;
|
|
90
90
|
"--ctr-toolbox-item-shadow-hovered-1-color": string;
|
|
91
91
|
"--ctr-toolbox-item-shadow-pressed-color": string;
|
|
92
92
|
"--ctr-toolbox-item-shadow-hovered-2-color": string;
|
|
@@ -132,6 +132,7 @@ declare const Theme: {
|
|
|
132
132
|
"--ctr-button-group-item-background-color-hovered": string;
|
|
133
133
|
"--ctr-button-group-item-text-color-selected": string;
|
|
134
134
|
"--ctr-button-group-item-icon-color-selected": string;
|
|
135
|
+
"--ctr-button-group-gap": string;
|
|
135
136
|
"--ctr-editor-corner-radius": string;
|
|
136
137
|
"--ctr-editor-background-color": string;
|
|
137
138
|
"--ctr-editor-border-color": string;
|
|
@@ -171,6 +172,7 @@ declare const Theme: {
|
|
|
171
172
|
"--ctr-button-group-item-border-width-selected": string;
|
|
172
173
|
"--ctr-button-group-item-padding-horizontal": string;
|
|
173
174
|
"--ctr-button-group-item-padding-vertical": string;
|
|
175
|
+
"--ctr-button-group-background-color-disabled": string;
|
|
174
176
|
"--ctr-button-group-border-color-focused": string;
|
|
175
177
|
"--ctr-button-group-border-width-focused": string;
|
|
176
178
|
"--ctr-button-group-item-text-color-disabled": string;
|
|
@@ -338,6 +340,9 @@ declare const Theme: {
|
|
|
338
340
|
"--ctr-page-navigator-button-icon-height": string;
|
|
339
341
|
"--ctr-page-navigator-button-corner-radius": string;
|
|
340
342
|
"--ctr-page-navigator-button-background-color-hovered": string;
|
|
343
|
+
"--ctr-page-navigator-button-background-color-pressed": string;
|
|
344
|
+
"--ctr-popup-menu-background-color": string;
|
|
345
|
+
"--ctr-popup-menu-pointer-color": string;
|
|
341
346
|
"--ctr-button-background-color": string;
|
|
342
347
|
"--ctr-button-text-color": string;
|
|
343
348
|
"--ctr-button-gap": string;
|
|
@@ -448,6 +453,8 @@ declare const Theme: {
|
|
|
448
453
|
"--ctr-data-table-cell-padding-top": string;
|
|
449
454
|
"--ctr-data-table-cell-padding-bottom": string;
|
|
450
455
|
"--ctr-data-table-cell-drop-down-arrow-color": string;
|
|
456
|
+
"--ctr-data-table-cell-drop-down-arrow-width": string;
|
|
457
|
+
"--ctr-data-table-cell-drop-down-arrow-height": string;
|
|
451
458
|
"--ctr-data-table-cell-text-color-header": string;
|
|
452
459
|
"--ctr-data-table-cell-border-color-focused": string;
|
|
453
460
|
"--ctr-data-table-cell-corner-radius-focused": string;
|
|
@@ -581,6 +588,7 @@ declare const Theme: {
|
|
|
581
588
|
"--ctr-survey-question-panel-toolbar-gap": string;
|
|
582
589
|
"--ctr-survey-info-panel-background-color": string;
|
|
583
590
|
"--ctr-survey-info-panel-text-color": string;
|
|
591
|
+
"--ctr-survey-action-button-corner-radius": string;
|
|
584
592
|
"--ctr-survey-action-button-icon-color-positive": string;
|
|
585
593
|
"--ctr-survey-action-button-icon-color-negative": string;
|
|
586
594
|
"--ctr-survey-action-button-text-color-positive": string;
|
|
@@ -597,6 +605,8 @@ declare const Theme: {
|
|
|
597
605
|
"--lbr-action-button-icon-color-negative": string;
|
|
598
606
|
"--ctr-property-grid-background-color": string;
|
|
599
607
|
"--ctr-survey-header-logo-placeholder-icon-color": string;
|
|
608
|
+
"--ctr-survey-header-logo-placeholder-icon-width": string;
|
|
609
|
+
"--ctr-survey-header-logo-placeholder-icon-height": string;
|
|
600
610
|
"--lbr-notification-padding-left": string;
|
|
601
611
|
"--lbr-notification-padding-right": string;
|
|
602
612
|
"--lbr-notification-button-corner-radius": string;
|
|
@@ -612,6 +622,10 @@ declare const Theme: {
|
|
|
612
622
|
"--ctr-survey-item-actionbar-drag-indicator-padding-bottom": string;
|
|
613
623
|
"--ctr-survey-item-actionbar-drag-indicator-width": string;
|
|
614
624
|
"--ctr-survey-item-actionbar-drag-indicator-height": string;
|
|
625
|
+
"--ctr-page-navigator-padding-left": string;
|
|
626
|
+
"--ctr-page-navigator-padding-right": string;
|
|
627
|
+
"--ctr-page-navigator-padding-top": string;
|
|
628
|
+
"--ctr-page-navigator-padding-bottom": string;
|
|
615
629
|
"--ctr-toolbox-search-padding-left": string;
|
|
616
630
|
"--ctr-toolbox-search-padding-right": string;
|
|
617
631
|
"--ctr-toolbox-search-padding-top": string;
|
|
@@ -661,13 +675,22 @@ declare const Theme: {
|
|
|
661
675
|
"--ctr-survey-radio-button-group-item-shadow-floating-2-spread": string;
|
|
662
676
|
"--ctr-survey-radio-button-group-item-shadow-floating-2-color": string;
|
|
663
677
|
"--ctr-survey-ranking-item-corner-radius-floating": string;
|
|
678
|
+
"--ctr-survey-header-logo-placeholder-corner-radius": string;
|
|
664
679
|
"--ctr-survey-header-logo-placeholder-background-color-hovered": string;
|
|
665
680
|
"--ctr-survey-header-logo-placeholder-icon-color-hovered": string;
|
|
666
681
|
"--ctr-survey-header-text-title-color-placeholder": string;
|
|
667
682
|
"--ctr-survey-header-text-description-color-placeholder": string;
|
|
683
|
+
"--ctr-survey-question-panel-border-color-selected": string;
|
|
684
|
+
"--ctr-survey-question-panel-border-width-selected": string;
|
|
668
685
|
"--ctr-survey-page-border-color-selected": string;
|
|
686
|
+
"--ctr-survey-page-border-width-selected": string;
|
|
687
|
+
"--ctr-survey-question-panel-border-color-hovered": string;
|
|
688
|
+
"--ctr-survey-question-panel-border-width-hovered": string;
|
|
689
|
+
"--ctr-survey-page-border-color-hovered": string;
|
|
690
|
+
"--ctr-survey-page-border-width-hovered": string;
|
|
669
691
|
"--ctr-survey-page-header-title-color-placeholder": string;
|
|
670
692
|
"--ctr-survey-page-background-color-hovered": string;
|
|
693
|
+
"--ctr-list-search-padding-left": string;
|
|
671
694
|
"--ctr-list-search-border-color": string;
|
|
672
695
|
"--ctr-list-search-text-color-placeholder": string;
|
|
673
696
|
"--ctr-property-grid-search-icon-width": string;
|
|
@@ -792,6 +815,11 @@ declare const Theme: {
|
|
|
792
815
|
"--ctr-survey-resize-frame-grip-width": string;
|
|
793
816
|
"--ctr-survey-resize-frame-grip-height": string;
|
|
794
817
|
"--ctr-survey-resize-frame-margin": string;
|
|
818
|
+
"--ctr-surface-toolbar-padding-left": string;
|
|
819
|
+
"--ctr-surface-toolbar-padding-right": string;
|
|
820
|
+
"--ctr-surface-toolbar-padding-top": string;
|
|
821
|
+
"--ctr-surface-toolbar-padding-bottom": string;
|
|
822
|
+
"--ctr-surface-toolbar-gap": string;
|
|
795
823
|
"--ctr-toggle-button-thumb-background-color-active": string;
|
|
796
824
|
"--ctr-toggle-button-thumb-corner-radius": string;
|
|
797
825
|
"--ctr-toggle-button-corner-radius": string;
|
|
@@ -849,6 +877,8 @@ declare const Theme: {
|
|
|
849
877
|
"--ctr-menu-item-padding-bottom": string;
|
|
850
878
|
"--ctr-menu-item-padding-top": string;
|
|
851
879
|
"--ctr-scrollbar-padding-vertical-hovered": string;
|
|
880
|
+
"--ctr-image-gallery-item-title-color": string;
|
|
881
|
+
"--ctr-image-gallery-item-corner-radius": string;
|
|
852
882
|
};
|
|
853
883
|
};
|
|
854
884
|
export default Theme;
|
|
@@ -865,7 +895,6 @@ export declare const Default: {
|
|
|
865
895
|
"--ctr-toolbox-submenu-item-min-width": string;
|
|
866
896
|
"--ctr-toolbox-group-header-margin-left": string;
|
|
867
897
|
"--ctr-button-group-item-border-width": string;
|
|
868
|
-
"--ctr-button-group-gap": string;
|
|
869
898
|
"--ctr-shadow-medium-blur": string;
|
|
870
899
|
"--ctr-shadow-medium-offset-y": string;
|
|
871
900
|
"--ctr-shadow-large-blur": string;
|
|
@@ -941,6 +970,7 @@ export declare const Default: {
|
|
|
941
970
|
"--lbr-shadow-small-blur": string;
|
|
942
971
|
"--lbr-shadow-small-spread": string;
|
|
943
972
|
"--ctr-button-group-item-text-opacity-disabled": number;
|
|
973
|
+
"--ctr-survey-header-logo-placeholder-icon-opacity": number;
|
|
944
974
|
"--ctr-toolbox-item-shadow-hovered-1-color": string;
|
|
945
975
|
"--ctr-toolbox-item-shadow-pressed-color": string;
|
|
946
976
|
"--ctr-toolbox-item-shadow-hovered-2-color": string;
|
|
@@ -986,6 +1016,7 @@ export declare const Default: {
|
|
|
986
1016
|
"--ctr-button-group-item-background-color-hovered": string;
|
|
987
1017
|
"--ctr-button-group-item-text-color-selected": string;
|
|
988
1018
|
"--ctr-button-group-item-icon-color-selected": string;
|
|
1019
|
+
"--ctr-button-group-gap": string;
|
|
989
1020
|
"--ctr-editor-corner-radius": string;
|
|
990
1021
|
"--ctr-editor-background-color": string;
|
|
991
1022
|
"--ctr-editor-border-color": string;
|
|
@@ -1025,6 +1056,7 @@ export declare const Default: {
|
|
|
1025
1056
|
"--ctr-button-group-item-border-width-selected": string;
|
|
1026
1057
|
"--ctr-button-group-item-padding-horizontal": string;
|
|
1027
1058
|
"--ctr-button-group-item-padding-vertical": string;
|
|
1059
|
+
"--ctr-button-group-background-color-disabled": string;
|
|
1028
1060
|
"--ctr-button-group-border-color-focused": string;
|
|
1029
1061
|
"--ctr-button-group-border-width-focused": string;
|
|
1030
1062
|
"--ctr-button-group-item-text-color-disabled": string;
|
|
@@ -1192,6 +1224,9 @@ export declare const Default: {
|
|
|
1192
1224
|
"--ctr-page-navigator-button-icon-height": string;
|
|
1193
1225
|
"--ctr-page-navigator-button-corner-radius": string;
|
|
1194
1226
|
"--ctr-page-navigator-button-background-color-hovered": string;
|
|
1227
|
+
"--ctr-page-navigator-button-background-color-pressed": string;
|
|
1228
|
+
"--ctr-popup-menu-background-color": string;
|
|
1229
|
+
"--ctr-popup-menu-pointer-color": string;
|
|
1195
1230
|
"--ctr-button-background-color": string;
|
|
1196
1231
|
"--ctr-button-text-color": string;
|
|
1197
1232
|
"--ctr-button-gap": string;
|
|
@@ -1302,6 +1337,8 @@ export declare const Default: {
|
|
|
1302
1337
|
"--ctr-data-table-cell-padding-top": string;
|
|
1303
1338
|
"--ctr-data-table-cell-padding-bottom": string;
|
|
1304
1339
|
"--ctr-data-table-cell-drop-down-arrow-color": string;
|
|
1340
|
+
"--ctr-data-table-cell-drop-down-arrow-width": string;
|
|
1341
|
+
"--ctr-data-table-cell-drop-down-arrow-height": string;
|
|
1305
1342
|
"--ctr-data-table-cell-text-color-header": string;
|
|
1306
1343
|
"--ctr-data-table-cell-border-color-focused": string;
|
|
1307
1344
|
"--ctr-data-table-cell-corner-radius-focused": string;
|
|
@@ -1435,6 +1472,7 @@ export declare const Default: {
|
|
|
1435
1472
|
"--ctr-survey-question-panel-toolbar-gap": string;
|
|
1436
1473
|
"--ctr-survey-info-panel-background-color": string;
|
|
1437
1474
|
"--ctr-survey-info-panel-text-color": string;
|
|
1475
|
+
"--ctr-survey-action-button-corner-radius": string;
|
|
1438
1476
|
"--ctr-survey-action-button-icon-color-positive": string;
|
|
1439
1477
|
"--ctr-survey-action-button-icon-color-negative": string;
|
|
1440
1478
|
"--ctr-survey-action-button-text-color-positive": string;
|
|
@@ -1451,6 +1489,8 @@ export declare const Default: {
|
|
|
1451
1489
|
"--lbr-action-button-icon-color-negative": string;
|
|
1452
1490
|
"--ctr-property-grid-background-color": string;
|
|
1453
1491
|
"--ctr-survey-header-logo-placeholder-icon-color": string;
|
|
1492
|
+
"--ctr-survey-header-logo-placeholder-icon-width": string;
|
|
1493
|
+
"--ctr-survey-header-logo-placeholder-icon-height": string;
|
|
1454
1494
|
"--lbr-notification-padding-left": string;
|
|
1455
1495
|
"--lbr-notification-padding-right": string;
|
|
1456
1496
|
"--lbr-notification-button-corner-radius": string;
|
|
@@ -1466,6 +1506,10 @@ export declare const Default: {
|
|
|
1466
1506
|
"--ctr-survey-item-actionbar-drag-indicator-padding-bottom": string;
|
|
1467
1507
|
"--ctr-survey-item-actionbar-drag-indicator-width": string;
|
|
1468
1508
|
"--ctr-survey-item-actionbar-drag-indicator-height": string;
|
|
1509
|
+
"--ctr-page-navigator-padding-left": string;
|
|
1510
|
+
"--ctr-page-navigator-padding-right": string;
|
|
1511
|
+
"--ctr-page-navigator-padding-top": string;
|
|
1512
|
+
"--ctr-page-navigator-padding-bottom": string;
|
|
1469
1513
|
"--ctr-toolbox-search-padding-left": string;
|
|
1470
1514
|
"--ctr-toolbox-search-padding-right": string;
|
|
1471
1515
|
"--ctr-toolbox-search-padding-top": string;
|
|
@@ -1515,13 +1559,22 @@ export declare const Default: {
|
|
|
1515
1559
|
"--ctr-survey-radio-button-group-item-shadow-floating-2-spread": string;
|
|
1516
1560
|
"--ctr-survey-radio-button-group-item-shadow-floating-2-color": string;
|
|
1517
1561
|
"--ctr-survey-ranking-item-corner-radius-floating": string;
|
|
1562
|
+
"--ctr-survey-header-logo-placeholder-corner-radius": string;
|
|
1518
1563
|
"--ctr-survey-header-logo-placeholder-background-color-hovered": string;
|
|
1519
1564
|
"--ctr-survey-header-logo-placeholder-icon-color-hovered": string;
|
|
1520
1565
|
"--ctr-survey-header-text-title-color-placeholder": string;
|
|
1521
1566
|
"--ctr-survey-header-text-description-color-placeholder": string;
|
|
1567
|
+
"--ctr-survey-question-panel-border-color-selected": string;
|
|
1568
|
+
"--ctr-survey-question-panel-border-width-selected": string;
|
|
1522
1569
|
"--ctr-survey-page-border-color-selected": string;
|
|
1570
|
+
"--ctr-survey-page-border-width-selected": string;
|
|
1571
|
+
"--ctr-survey-question-panel-border-color-hovered": string;
|
|
1572
|
+
"--ctr-survey-question-panel-border-width-hovered": string;
|
|
1573
|
+
"--ctr-survey-page-border-color-hovered": string;
|
|
1574
|
+
"--ctr-survey-page-border-width-hovered": string;
|
|
1523
1575
|
"--ctr-survey-page-header-title-color-placeholder": string;
|
|
1524
1576
|
"--ctr-survey-page-background-color-hovered": string;
|
|
1577
|
+
"--ctr-list-search-padding-left": string;
|
|
1525
1578
|
"--ctr-list-search-border-color": string;
|
|
1526
1579
|
"--ctr-list-search-text-color-placeholder": string;
|
|
1527
1580
|
"--ctr-property-grid-search-icon-width": string;
|
|
@@ -1646,6 +1699,11 @@ export declare const Default: {
|
|
|
1646
1699
|
"--ctr-survey-resize-frame-grip-width": string;
|
|
1647
1700
|
"--ctr-survey-resize-frame-grip-height": string;
|
|
1648
1701
|
"--ctr-survey-resize-frame-margin": string;
|
|
1702
|
+
"--ctr-surface-toolbar-padding-left": string;
|
|
1703
|
+
"--ctr-surface-toolbar-padding-right": string;
|
|
1704
|
+
"--ctr-surface-toolbar-padding-top": string;
|
|
1705
|
+
"--ctr-surface-toolbar-padding-bottom": string;
|
|
1706
|
+
"--ctr-surface-toolbar-gap": string;
|
|
1649
1707
|
"--ctr-toggle-button-thumb-background-color-active": string;
|
|
1650
1708
|
"--ctr-toggle-button-thumb-corner-radius": string;
|
|
1651
1709
|
"--ctr-toggle-button-corner-radius": string;
|
|
@@ -1703,5 +1761,7 @@ export declare const Default: {
|
|
|
1703
1761
|
"--ctr-menu-item-padding-bottom": string;
|
|
1704
1762
|
"--ctr-menu-item-padding-top": string;
|
|
1705
1763
|
"--ctr-scrollbar-padding-vertical-hovered": string;
|
|
1764
|
+
"--ctr-image-gallery-item-title-color": string;
|
|
1765
|
+
"--ctr-image-gallery-item-corner-radius": string;
|
|
1706
1766
|
};
|
|
1707
1767
|
};
|