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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.12.
|
|
2
|
+
* SurveyJS Creator v1.12.11
|
|
3
3
|
* (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -1826,9 +1826,10 @@ svc-tab-designer {
|
|
|
1826
1826
|
bottom: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
1827
1827
|
right: 0;
|
|
1828
1828
|
}
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1829
|
+
|
|
1830
|
+
.svc-tab-designer__surface-toolbar {
|
|
1831
|
+
padding: var(--ctr-surface-toolbar-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-surface-toolbar-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-surface-toolbar-padding-bottom, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-surface-toolbar-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
1832
|
+
gap: var(--ctr-surface-toolbar-gap, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
1832
1833
|
flex-direction: column;
|
|
1833
1834
|
}
|
|
1834
1835
|
/*!************************************************************************************************************************************************************************!*\
|
|
@@ -2177,8 +2178,8 @@ svc-tab-designer {
|
|
|
2177
2178
|
gap: var(--ctr-popup-gap, 32px);
|
|
2178
2179
|
box-shadow: unset;
|
|
2179
2180
|
}
|
|
2180
|
-
.svc-creator-popup.sv-popup--overlay
|
|
2181
|
-
background: var(--ctr-popup-haze-background-color, var(--background-semitransparent, rgba(144, 144, 144, 0.5)));
|
|
2181
|
+
.svc-creator-popup.sv-popup--overlay .sv-popup__container {
|
|
2182
|
+
background-color: var(--ctr-popup-haze-background-color, var(--background-semitransparent, rgba(144, 144, 144, 0.5)));
|
|
2182
2183
|
}
|
|
2183
2184
|
.svc-creator-popup.sv-popup--overlay:not(.sv-popup--dropdown-overlay) .sv-popup__body-content {
|
|
2184
2185
|
background-color: var(--ctr-popup-background-color, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
@@ -2190,7 +2191,10 @@ svc-tab-designer {
|
|
|
2190
2191
|
}
|
|
2191
2192
|
.svc-creator-popup .sv-popup__pointer:after {
|
|
2192
2193
|
content: " ";
|
|
2193
|
-
border-bottom: var(--sjs-base-unit, var(--base-unit, 8px)) solid var(--ctr-
|
|
2194
|
+
border-bottom: var(--sjs-base-unit, var(--base-unit, 8px)) solid var(--ctr-popup-menu-pointer-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2195
|
+
}
|
|
2196
|
+
.svc-creator-popup .sv-popup__container {
|
|
2197
|
+
background-color: transparent;
|
|
2194
2198
|
}
|
|
2195
2199
|
.svc-creator-popup .sv-popup__body-header {
|
|
2196
2200
|
--ctr-medium-bold-font-size: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -2212,7 +2216,7 @@ svc-tab-designer {
|
|
|
2212
2216
|
border-radius: calc(4 * (var(--ctr-popup-menu-corner-radius, 4px))) calc(4 * (var(--ctr-popup-menu-corner-radius, 4px))) 0px 0px;
|
|
2213
2217
|
}
|
|
2214
2218
|
.svc-creator-popup.sv-popup--dropdown .sv-popup__body-content {
|
|
2215
|
-
background-color: var(--ctr-
|
|
2219
|
+
background-color: var(--ctr-popup-menu-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2216
2220
|
}
|
|
2217
2221
|
.svc-creator-popup.sv-popup--dropdown.svc-toolbox-subtypes .sv-popup__body-content {
|
|
2218
2222
|
background: unset;
|
|
@@ -2222,7 +2226,6 @@ svc-tab-designer {
|
|
|
2222
2226
|
padding-inline-end: var(--ctr-list-padding-right);
|
|
2223
2227
|
}
|
|
2224
2228
|
.svc-creator-popup .sv-list__filter {
|
|
2225
|
-
background-color: var(--ctr-contextual-menu-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2226
2229
|
border-bottom: 1px solid var(--ctr-list-search-border-color, var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16))));
|
|
2227
2230
|
}
|
|
2228
2231
|
.svc-creator-popup .sv-list__filter .sv-list__input {
|
|
@@ -2257,14 +2260,20 @@ svc-tab-designer {
|
|
|
2257
2260
|
.svc-creator-popup .sv-list__item-icon use {
|
|
2258
2261
|
fill: var(--ctr-list-item-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2259
2262
|
}
|
|
2263
|
+
.svc-creator-popup .sv-list__item:focus > .sv-list__item-body,
|
|
2264
|
+
.svc-creator-popup .sv-list__item:hover > .sv-list__item-body,
|
|
2260
2265
|
.svc-creator-popup .sv-list__item--hovered > .sv-list__item-body {
|
|
2261
2266
|
color: var(--ctr-list-item-text-color-hovered, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2262
2267
|
background: var(--ctr-list-item-background-color-hovered, var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248))));
|
|
2263
2268
|
}
|
|
2269
|
+
.svc-creator-popup .sv-list__item:focus > .sv-list__item-body .sv-list__item-icon use,
|
|
2270
|
+
.svc-creator-popup .sv-list__item:hover > .sv-list__item-body .sv-list__item-icon use,
|
|
2264
2271
|
.svc-creator-popup .sv-list__item--hovered > .sv-list__item-body .sv-list__item-icon use {
|
|
2265
2272
|
fill: var(--ctr-list-item-icon-color-hovered, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2266
2273
|
}
|
|
2267
2274
|
.svc-creator-popup .sv-list__item--selected > .sv-list__item-body,
|
|
2275
|
+
.svc-creator-popup .sv-list__item--selected:hover > .sv-list__item-body,
|
|
2276
|
+
.svc-creator-popup .sv-list__item--selected:focus > .sv-list__item-body,
|
|
2268
2277
|
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover > .sv-list__item-body {
|
|
2269
2278
|
--default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
2270
2279
|
--ctr-default-line-height: calc(1.5 * var(--default-font-size));
|
|
@@ -2278,23 +2287,36 @@ svc-tab-designer {
|
|
|
2278
2287
|
background: var(--ctr-list-item-background-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
2279
2288
|
}
|
|
2280
2289
|
.svc-creator-popup .sv-list__item--selected .sv-list__item-icon use,
|
|
2290
|
+
.svc-creator-popup .sv-list__item--selected:hover .sv-list__item-icon use,
|
|
2291
|
+
.svc-creator-popup .sv-list__item--selected:focus .sv-list__item-icon use,
|
|
2281
2292
|
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover .sv-list__item-icon use {
|
|
2282
2293
|
fill: var(--ctr-list-item-icon-color-selected, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2283
2294
|
}
|
|
2284
2295
|
.svc-creator-popup .sv-list__item--selected.sv-list__item--group > .sv-list__item-body,
|
|
2296
|
+
.svc-creator-popup .sv-list__item--selected:hover.sv-list__item--group > .sv-list__item-body,
|
|
2297
|
+
.svc-creator-popup .sv-list__item--selected:focus.sv-list__item--group > .sv-list__item-body,
|
|
2285
2298
|
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group > .sv-list__item-body {
|
|
2286
2299
|
background: var(--ctr-list-item-background-color-selected-submenu, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
2287
2300
|
color: var(--ctr-list-item-text-color-selected-submenu, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2288
2301
|
font-weight: 400;
|
|
2289
2302
|
}
|
|
2290
2303
|
.svc-creator-popup .sv-list__item--selected.sv-list__item--group .sv-list__item-icon use,
|
|
2304
|
+
.svc-creator-popup .sv-list__item--selected:hover.sv-list__item--group .sv-list__item-icon use,
|
|
2305
|
+
.svc-creator-popup .sv-list__item--selected:focus.sv-list__item--group .sv-list__item-icon use,
|
|
2291
2306
|
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group .sv-list__item-icon use {
|
|
2292
2307
|
fill: var(--ctr-list-item-icon-color-selected-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2293
2308
|
}
|
|
2294
2309
|
.svc-creator-popup .sv-list__item--selected.sv-list__item--group .sv-list-item__marker-icon use,
|
|
2310
|
+
.svc-creator-popup .sv-list__item--selected:hover.sv-list__item--group .sv-list-item__marker-icon use,
|
|
2311
|
+
.svc-creator-popup .sv-list__item--selected:focus.sv-list__item--group .sv-list-item__marker-icon use,
|
|
2295
2312
|
.svc-creator-popup .sv-list__item.sv-list__item--selected:hover.sv-list__item--group .sv-list-item__marker-icon use {
|
|
2296
2313
|
fill: var(--ctr-list-item-submenu-arrow-color-selected-item-submenu, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
2297
2314
|
}
|
|
2315
|
+
.svc-creator-popup .sv-list__item.sv-action-bar-item--secondary:focus .sv-list__item-icon use,
|
|
2316
|
+
.svc-creator-popup .sv-list__item.sv-action-bar-item--secondary:hover .sv-list__item-icon use,
|
|
2317
|
+
.svc-creator-popup .sv-list__item.sv-action-bar-item--secondary .sv-list__item-icon use {
|
|
2318
|
+
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
2319
|
+
}
|
|
2298
2320
|
.svc-creator-popup.sv-popup--dropdown-overlay .sv-popup__button.sv-popup__button {
|
|
2299
2321
|
color: var(--ctr-actionbar-button-text-color, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
2300
2322
|
border-radius: var(--ctr-actionbar-button-corner-radius, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
@@ -2305,9 +2327,6 @@ svc-tab-designer {
|
|
|
2305
2327
|
border-top: 1px solid var(--ctr-popup-menu-footer-border-color, var(--sjs-border-light, var(--border-light, #eaeaea)));
|
|
2306
2328
|
padding: var(--ctr-popup-menu-footer-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-popup-menu-footer-padding-right, 0) var(--ctr-popup-menu-footer-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) var(--ctr-popup-menu-footer-padding-left, 0);
|
|
2307
2329
|
}
|
|
2308
|
-
.svc-creator-popup.sv-popup--dropdown-overlay .sv-list__empty-container {
|
|
2309
|
-
background-color: var(--ctr-contextual-menu-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
2310
|
-
}
|
|
2311
2330
|
.svc-creator-popup.sv-popup--dropdown-overlay .sv-popup__button:disabled {
|
|
2312
2331
|
color: var(--ctr-actionbar-button-text-color-disabled, var(--sjs-general-forecolor, var(--foreground, #161616)));
|
|
2313
2332
|
opacity: var(--ctr-actionbar-button-opacity-disabled, 0.25);
|
|
@@ -3156,7 +3175,7 @@ svc-page-navigator,
|
|
|
3156
3175
|
flex-direction: column;
|
|
3157
3176
|
}
|
|
3158
3177
|
|
|
3159
|
-
.svc-page-
|
|
3178
|
+
.svc-page-navigator__button-icon {
|
|
3160
3179
|
display: block;
|
|
3161
3180
|
width: var(--ctr-page-navigator-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3162
3181
|
height: var(--ctr-page-navigator-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
@@ -3165,48 +3184,45 @@ svc-page-navigator,
|
|
|
3165
3184
|
cursor: pointer;
|
|
3166
3185
|
transition: background-color var(--sjs-creator-transition-duration, 150ms);
|
|
3167
3186
|
}
|
|
3168
|
-
.svc-page-
|
|
3187
|
+
.svc-page-navigator__button-icon .sv-svg-icon {
|
|
3169
3188
|
width: var(--ctr-page-navigator-button-icon-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3170
3189
|
height: var(--ctr-page-navigator-button-icon-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3171
3190
|
}
|
|
3172
|
-
.svc-page-
|
|
3191
|
+
.svc-page-navigator__button-icon use {
|
|
3173
3192
|
fill: var(--ctr-page-navigator-button-icon-color, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
|
|
3174
3193
|
transition: fill var(--sjs-creator-transition-duration, 150ms);
|
|
3175
3194
|
}
|
|
3176
3195
|
|
|
3177
|
-
.svc-page-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3196
|
+
.svc-page-navigator__button {
|
|
3197
|
+
--ctr-page-navigator-button-double-padding: calc(2 * var(--ctr-page-navigator-button-padding));
|
|
3198
|
+
--ctr-page-navigator-button-width: calc(
|
|
3199
|
+
var(--ctr-page-navigator-button-icon-width) + var(--ctr-page-navigator-button-double-padding)
|
|
3200
|
+
);
|
|
3201
|
+
--ctr-page-navigator-button-height: calc(
|
|
3202
|
+
var(--ctr-page-navigator-button-icon-height) + var(--ctr-page-navigator-button-double-padding)
|
|
3203
|
+
);
|
|
3204
|
+
width: var(--ctr-page-navigator-button-width, calc(5.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3205
|
+
height: var(--ctr-page-navigator-button-height, calc(5.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3185
3206
|
padding: 0;
|
|
3207
|
+
cursor: pointer;
|
|
3186
3208
|
border: none;
|
|
3187
3209
|
background-color: transparent;
|
|
3188
3210
|
}
|
|
3189
|
-
|
|
3190
|
-
.svc-creator .svc-page-navigator__selector:hover,
|
|
3191
|
-
.svc-creator .svc-page-navigator__selector:focus {
|
|
3211
|
+
.svc-page-navigator__button:hover, .svc-page-navigator__button:focus {
|
|
3192
3212
|
outline: none;
|
|
3193
3213
|
}
|
|
3194
|
-
|
|
3195
|
-
.svc-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigator-icon,
|
|
3196
|
-
.svc-creator .svc-page-navigator__selector:focus .svc-page-navigator__navigator-icon {
|
|
3214
|
+
.svc-page-navigator__button:hover .svc-page-navigator__button-icon, .svc-page-navigator__button:focus .svc-page-navigator__button-icon {
|
|
3197
3215
|
background-color: var(--ctr-page-navigator-button-background-color-hovered, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
3198
3216
|
}
|
|
3199
|
-
|
|
3200
|
-
.svc-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigator-icon use,
|
|
3201
|
-
.svc-creator .svc-page-navigator__selector:focus .svc-page-navigator__navigator-icon use {
|
|
3217
|
+
.svc-page-navigator__button:hover .svc-page-navigator__button-icon use, .svc-page-navigator__button:focus .svc-page-navigator__button-icon use {
|
|
3202
3218
|
fill: var(--ctr-page-navigator-button-icon-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
3203
3219
|
}
|
|
3204
3220
|
|
|
3205
|
-
.svc-page-
|
|
3206
|
-
background-color
|
|
3221
|
+
.svc-page-navigator__button--pressed .svc-page-navigator__button-icon {
|
|
3222
|
+
background: var(--ctr-page-navigator-button-background-color-pressed, var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1))));
|
|
3207
3223
|
opacity: var(--ctr-page-navigator-button-opacity-pressed, 0.5);
|
|
3208
3224
|
}
|
|
3209
|
-
.svc-page-
|
|
3225
|
+
.svc-page-navigator__button--pressed .svc-page-navigator__button-icon use {
|
|
3210
3226
|
fill: var(--ctr-page-navigator-button-icon-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
3211
3227
|
}
|
|
3212
3228
|
|
|
@@ -3224,13 +3240,11 @@ survey-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigato
|
|
|
3224
3240
|
padding: calc(16.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0;
|
|
3225
3241
|
top: 0;
|
|
3226
3242
|
bottom: 0;
|
|
3227
|
-
right: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3243
|
+
right: var(--ctr-page-navigator-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3228
3244
|
}
|
|
3229
3245
|
|
|
3230
3246
|
.svc-page-navigator {
|
|
3231
|
-
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3232
|
-
padding-right: 0;
|
|
3233
|
-
width: calc(5.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3247
|
+
padding: var(--ctr-page-navigator-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) 0 var(--ctr-page-navigator-padding-bottom, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-page-navigator-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3234
3248
|
}
|
|
3235
3249
|
|
|
3236
3250
|
.svc-creator__toolbox--right .svc-tab-designer--with-page-navigator .svc-tab-designer_content,
|
|
@@ -3245,14 +3259,13 @@ survey-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigato
|
|
|
3245
3259
|
[style*="direction:rtl"] .svc-tab-designer__page-navigator,
|
|
3246
3260
|
[style*="direction: rtl"] .svc-tab-designer__page-navigator {
|
|
3247
3261
|
right: unset;
|
|
3248
|
-
left: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3262
|
+
left: var(--ctr-page-navigator-padding-left, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
3249
3263
|
}
|
|
3250
3264
|
.svc-creator__toolbox--right .svc-page-navigator,
|
|
3251
3265
|
[dir=rtl] .svc-page-navigator,
|
|
3252
3266
|
[style*="direction:rtl"] .svc-page-navigator,
|
|
3253
3267
|
[style*="direction: rtl"] .svc-page-navigator {
|
|
3254
|
-
padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3255
|
-
padding-left: 0;
|
|
3268
|
+
padding: var(--ctr-page-navigator-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-page-navigator-padding-right, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-page-navigator-padding-bottom, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) 0;
|
|
3256
3269
|
}
|
|
3257
3270
|
|
|
3258
3271
|
.svc-tab-designer--bypage-mode .svc-tab-designer_content {
|
|
@@ -3577,9 +3590,12 @@ svc-page {
|
|
|
3577
3590
|
margin-inline-start: 0;
|
|
3578
3591
|
}
|
|
3579
3592
|
|
|
3580
|
-
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):hover:enabled
|
|
3593
|
+
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):hover:enabled {
|
|
3594
|
+
background-color: var(--ctr-survey-page-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3595
|
+
}
|
|
3596
|
+
|
|
3581
3597
|
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):focus:enabled {
|
|
3582
|
-
background-color: var(--ctr-survey-
|
|
3598
|
+
background-color: var(--ctr-survey-page-toolbar-item-background-color-selectedd, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
3583
3599
|
}
|
|
3584
3600
|
|
|
3585
3601
|
.svc-page-toolbar__item:not(.svc-page-toolbar__item--pressed):active:enabled {
|
|
@@ -3618,6 +3634,11 @@ svc-page {
|
|
|
3618
3634
|
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3619
3635
|
}
|
|
3620
3636
|
|
|
3637
|
+
.svc-page-toolbar__item:active .svc-page-toolbar-item__icon use {
|
|
3638
|
+
fill: black;
|
|
3639
|
+
opacity: 0.5;
|
|
3640
|
+
}
|
|
3641
|
+
|
|
3621
3642
|
.svc-page-toolbar-item__title {
|
|
3622
3643
|
--small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
3623
3644
|
--ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
|
|
@@ -3638,7 +3659,7 @@ svc-page {
|
|
|
3638
3659
|
|
|
3639
3660
|
.svc-page__content:focus,
|
|
3640
3661
|
.svc-hovered.svc-page__content {
|
|
3641
|
-
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25)));
|
|
3662
|
+
box-shadow: 0 0 0 var(--ctr-survey-page-border-width-hovered, 2px) var(--ctr-survey-page-border-color-hovered, var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25))));
|
|
3642
3663
|
background: var(--ctr-survey-page-background-color-hovered, var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1)));
|
|
3643
3664
|
}
|
|
3644
3665
|
|
|
@@ -3663,8 +3684,8 @@ svc-page {
|
|
|
3663
3684
|
}
|
|
3664
3685
|
|
|
3665
3686
|
.svc-page__content--selected.svc-page__content--selected {
|
|
3666
|
-
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
3667
|
-
background: var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1));
|
|
3687
|
+
box-shadow: 0 0 0 var(--ctr-survey-page-border-width-selected, 2px) var(--ctr-survey-page-border-color-selected, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
3688
|
+
background: var(--ctr-survey-page-background-color-selected, var(--sjs-secondary-backcolor-semi-light, rgba(255, 152, 20, 0.1)));
|
|
3668
3689
|
}
|
|
3669
3690
|
|
|
3670
3691
|
.svc-page__content--animation-running .svc-row .svc-question--enter {
|
|
@@ -4328,13 +4349,24 @@ svc-question {
|
|
|
4328
4349
|
height: var(--ctr-survey-question-panel-toolbar-item-icon-container-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4329
4350
|
}
|
|
4330
4351
|
|
|
4331
|
-
.svc-survey-element-
|
|
4332
|
-
|
|
4352
|
+
.svc-survey-element-toolbar .svc-survey-element-toolbar-item__icon use {
|
|
4353
|
+
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4354
|
+
}
|
|
4355
|
+
|
|
4356
|
+
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):hover:enabled {
|
|
4333
4357
|
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4334
4358
|
}
|
|
4359
|
+
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):focus:enabled {
|
|
4360
|
+
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-selected, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4361
|
+
}
|
|
4335
4362
|
|
|
4336
4363
|
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):active:enabled {
|
|
4337
4364
|
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 0.5);
|
|
4365
|
+
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4366
|
+
}
|
|
4367
|
+
.svc-survey-element-toolbar__item:not(.svc-survey-element-toolbar__item--pressed):active:enabled use {
|
|
4368
|
+
fill: black;
|
|
4369
|
+
opacity: 0.45;
|
|
4338
4370
|
}
|
|
4339
4371
|
|
|
4340
4372
|
.svc-survey-element-toolbar__item:disabled {
|
|
@@ -4346,9 +4378,13 @@ svc-question {
|
|
|
4346
4378
|
}
|
|
4347
4379
|
|
|
4348
4380
|
.svc-survey-element-toolbar__item--pressed:not(.svc-survey-element-toolbar__item--active) {
|
|
4349
|
-
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-
|
|
4381
|
+
background-color: var(--ctr-survey-question-panel-toolbar-item-background-color-pressed, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
4350
4382
|
opacity: var(--ctr-survey-question-panel-toolbar-item-opacity-pressed, 50%);
|
|
4351
4383
|
}
|
|
4384
|
+
.svc-survey-element-toolbar__item--pressed:not(.svc-survey-element-toolbar__item--active) use {
|
|
4385
|
+
fill: black;
|
|
4386
|
+
opacity: 0.45;
|
|
4387
|
+
}
|
|
4352
4388
|
|
|
4353
4389
|
.svc-survey-element-toolbar__item--active:not(.svc-survey-element-toolbar__item--pressed):enabled:hover,
|
|
4354
4390
|
.svc-survey-element-toolbar__item--active:not(.svc-survey-element-toolbar__item--pressed):enabled:focus,
|
|
@@ -4372,10 +4408,6 @@ svc-question {
|
|
|
4372
4408
|
height: var(--ctr-survey-question-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4373
4409
|
}
|
|
4374
4410
|
|
|
4375
|
-
.svc-survey-element-toolbar .svc-survey-element-toolbar-item__icon use {
|
|
4376
|
-
fill: var(--ctr-survey-question-panel-toolbar-item-icon-color, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4377
|
-
}
|
|
4378
|
-
|
|
4379
4411
|
.svc-survey-element-toolbar-item__title {
|
|
4380
4412
|
--small-bold-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
4381
4413
|
--ctr-small-bold-font-size: calc(0.75 * var(--small-bold-font-size));
|
|
@@ -4627,17 +4659,18 @@ svc-question {
|
|
|
4627
4659
|
width: var(--ctr-survey-question-toolbar-item-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4628
4660
|
height: var(--ctr-survey-question-toolbar-item-icon-height, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
4629
4661
|
}
|
|
4630
|
-
.svc-survey-element-toolbar__dots-item use
|
|
4662
|
+
.svc-survey-element-toolbar__dots-item .sv-list__item:hover > .sv-list__item-body .sv-svg-icon use,
|
|
4663
|
+
.svc-survey-element-toolbar__dots-item .sv-svg-icon use {
|
|
4631
4664
|
fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
4632
4665
|
}
|
|
4633
4666
|
|
|
4634
4667
|
.svc-question__content:focus,
|
|
4635
4668
|
.svc-hovered > .svc-question__content {
|
|
4636
|
-
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25)));
|
|
4669
|
+
box-shadow: 0 0 0 var(--ctr-survey-question-panel-border-width-hovered, 2px) var(--ctr-survey-question-panel-border-color-hovered, var(--sjs-secondary-backcolor-light, var(--secondary-light, rgba(255, 152, 20, 0.25))));
|
|
4637
4670
|
}
|
|
4638
4671
|
|
|
4639
4672
|
.svc-question__content--selected:not(.svc-question__content--dragged) {
|
|
4640
|
-
box-shadow: 0 0 0 2px var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
4673
|
+
box-shadow: 0 0 0 var(--ctr-survey-question-panel-border-width-selected, 2px) var(--ctr-survey-question-panel-border-color-selected, var(--sjs-secondary-backcolor, var(--secondary, #ff9814)));
|
|
4641
4674
|
}
|
|
4642
4675
|
|
|
4643
4676
|
.svc-question__content--collapsed-drag-over-inside:not(.svc-question__content--dragged) {
|
|
@@ -5981,7 +6014,7 @@ svc-question .sv-action-bar,
|
|
|
5981
6014
|
}
|
|
5982
6015
|
.svc-item-value__ghost {
|
|
5983
6016
|
display: none;
|
|
5984
|
-
background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
|
|
6017
|
+
background: var(--ctr-survey-radio-button-group-item-background-color-drop-spot, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
5985
6018
|
border-radius: var(--ctr-survey-radio-button-group-item-corner-radius-floating, calc(12.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
5986
6019
|
width: calc(25 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
5987
6020
|
height: 40px;
|
|
@@ -6462,7 +6495,7 @@ svc-question .sv-action-bar,
|
|
|
6462
6495
|
font-weight: 400;
|
|
6463
6496
|
line-height: var(--ctr-font-large-line-height, 40px);
|
|
6464
6497
|
color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
|
|
6465
|
-
opacity: 0.25;
|
|
6498
|
+
opacity: var(--ctr-survey-header-logo-placeholder-icon-opacity, 0.25);
|
|
6466
6499
|
white-space: nowrap;
|
|
6467
6500
|
word-break: keep-all;
|
|
6468
6501
|
padding: 0;
|
|
@@ -6472,7 +6505,7 @@ svc-question .sv-action-bar,
|
|
|
6472
6505
|
justify-content: center;
|
|
6473
6506
|
align-items: center;
|
|
6474
6507
|
margin-right: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6475
|
-
border-radius: calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6508
|
+
border-radius: var(--ctr-survey-header-logo-placeholder-corner-radius, calc(4 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6476
6509
|
transition: background-color var(--sjs-creator-transition-duration, 150ms), opacity var(--sjs-creator-transition-duration, 150ms);
|
|
6477
6510
|
}
|
|
6478
6511
|
.svc-logo-image-placeholder:hover {
|
|
@@ -6483,8 +6516,8 @@ svc-question .sv-action-bar,
|
|
|
6483
6516
|
fill: var(--ctr-survey-header-logo-placeholder-icon-color-hovered, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
6484
6517
|
}
|
|
6485
6518
|
.svc-logo-image-placeholder svg {
|
|
6486
|
-
width: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6487
|
-
height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
6519
|
+
width: var(--ctr-survey-header-logo-placeholder-icon-width, calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6520
|
+
height: var(--ctr-survey-header-logo-placeholder-icon-height, calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6488
6521
|
}
|
|
6489
6522
|
|
|
6490
6523
|
.svc-logo-image-placeholder use {
|
|
@@ -6658,9 +6691,8 @@ svc-question .sv-action-bar,
|
|
|
6658
6691
|
.svc-search__toolbar .svc-search__bar-item {
|
|
6659
6692
|
height: min-content;
|
|
6660
6693
|
margin: 0;
|
|
6661
|
-
border-radius: var(--ctr-search-button-corner-radius);
|
|
6694
|
+
border-radius: var(--ctr-search-button-corner-radius, 100px);
|
|
6662
6695
|
padding: var(--ctr-search-button-padding-vertical, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-search-button-padding-horizontal, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-search-button-padding-vertical, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))))) var(--ctr-search-button-padding-horizontal, calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
6663
|
-
border-radius: 100px;
|
|
6664
6696
|
}
|
|
6665
6697
|
.svc-search__toolbar .svc-search__bar-item .sv-svg-icon {
|
|
6666
6698
|
width: var(--ctr-search-button-icon-width, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
@@ -6879,6 +6911,9 @@ svc-question .sv-action-bar,
|
|
|
6879
6911
|
}
|
|
6880
6912
|
|
|
6881
6913
|
.svc-tabbed-menu-item {
|
|
6914
|
+
display: flex;
|
|
6915
|
+
align-items: center;
|
|
6916
|
+
min-height: calc(var(--ctr-menu-toolbar-button-icon-height) + var(--ctr-menu-item-padding-top) + var(--ctr-menu-item-padding-bottom));
|
|
6882
6917
|
padding: var(--ctr-menu-item-padding-top, 20px) var(--ctr-menu-item-padding-right, 24px) var(--ctr-menu-item-padding-bottom, 20px) var(--ctr-menu-item-padding-left, 24px);
|
|
6883
6918
|
box-sizing: border-box;
|
|
6884
6919
|
cursor: pointer;
|
|
@@ -6886,7 +6921,7 @@ svc-question .sv-action-bar,
|
|
|
6886
6921
|
}
|
|
6887
6922
|
.svc-tabbed-menu-item:hover, .svc-tabbed-menu-item:focus {
|
|
6888
6923
|
background-color: var(--ctr-menu-item-background-color-hovered, var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3)));
|
|
6889
|
-
box-shadow: inset 0px -1px 0px var(--sjs-border-default, var(--border, #d6d6d6));
|
|
6924
|
+
box-shadow: inset 0px -1px 0px var(--ctr-menu-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
6890
6925
|
outline: none;
|
|
6891
6926
|
}
|
|
6892
6927
|
|
|
@@ -7430,7 +7465,7 @@ svc-toolbox {
|
|
|
7430
7465
|
var(--ctr-toolbox-item-padding-right-no-text) +
|
|
7431
7466
|
var(--ctr-toolbox-item-padding-left-no-text)
|
|
7432
7467
|
);
|
|
7433
|
-
--thm-toolbox-separator-width:
|
|
7468
|
+
--thm-toolbox-separator-width: var(--ctr-toolbox-min-width);
|
|
7434
7469
|
--toolbox-width: var(--ctr-toolbox-min-width, 224.984375px /*calcSize(28)*/);
|
|
7435
7470
|
--toolbox-width-compact: var(--thm-toolbox-width-compact, var(--dft-toolbox-width-compact));
|
|
7436
7471
|
width: auto;
|
|
@@ -7537,6 +7572,7 @@ svc-toolbox {
|
|
|
7537
7572
|
}
|
|
7538
7573
|
.svc-toolbox--compact .svc-toolbox__category-separator {
|
|
7539
7574
|
width: var(--thm-toolbox-separator-width-compact, calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7575
|
+
box-sizing: content-box;
|
|
7540
7576
|
padding-inline-end: var(--ctr-toolbox-separator-padding-right-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7541
7577
|
padding-inline-start: var(--ctr-toolbox-separator-padding-left-compact, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7542
7578
|
margin-inline-end: calc(0px - var(--ctr-toolbox-group-padding-right-compact, 12px) - var(--ctr-toolbox-item-margin-horizontal-no-text, 4px));
|
|
@@ -7604,7 +7640,8 @@ svc-toolbox {
|
|
|
7604
7640
|
}
|
|
7605
7641
|
|
|
7606
7642
|
.svc-toolbox__category-separator {
|
|
7607
|
-
width: var(--thm-toolbox-separator-width, calc(
|
|
7643
|
+
width: var(--thm-toolbox-separator-width, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7644
|
+
box-sizing: border-box;
|
|
7608
7645
|
padding-top: var(--ctr-toolbox-separator-padding-top, calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7609
7646
|
padding-inline-end: var(--ctr-toolbox-separator-padding-right, calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7610
7647
|
padding-bottom: var(--ctr-toolbox-separator-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px)));
|
|
@@ -7880,11 +7917,11 @@ svc-toolbox {
|
|
|
7880
7917
|
}
|
|
7881
7918
|
@keyframes toolboxSeparatorMoveIn {
|
|
7882
7919
|
from {
|
|
7883
|
-
width: var(--thm-toolbox-separator-width-compact, calc(
|
|
7920
|
+
width: var(--thm-toolbox-separator-width-compact, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7884
7921
|
overflow: hidden;
|
|
7885
7922
|
}
|
|
7886
7923
|
to {
|
|
7887
|
-
width: var(--thm-toolbox-separator-width, calc(
|
|
7924
|
+
width: var(--thm-toolbox-separator-width, calc(9 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
7888
7925
|
overflow: hidden;
|
|
7889
7926
|
}
|
|
7890
7927
|
}
|
|
@@ -8431,6 +8468,11 @@ svc-toolbox {
|
|
|
8431
8468
|
width: 100%;
|
|
8432
8469
|
}
|
|
8433
8470
|
|
|
8471
|
+
.svc-sidebar__header--tabbed,
|
|
8472
|
+
.svc-sidebar__header-container {
|
|
8473
|
+
min-height: calc(var(--ctr-menu-toolbar-button-icon-height) + var(--ctr-menu-toolbar-button-padding-top) + var(--ctr-menu-toolbar-button-padding-bottom) + var(--ctr-menu-toolbar-padding-vertical) + var(--ctr-menu-toolbar-padding-vertical));
|
|
8474
|
+
}
|
|
8475
|
+
|
|
8434
8476
|
.svc-sidebar__header-container.svc-sidebar__header-container--with-subtitle {
|
|
8435
8477
|
padding: var(--ctr-property-grid-header-padding-top-with-subtitle, 6px) var(--ctr-property-grid-header-padding-right, 16px) var(--ctr-property-grid-header-padding-bottom-with-subtitle, 6px) var(--ctr-property-grid-header-padding-left, 16px);
|
|
8436
8478
|
}
|
|
@@ -8840,6 +8882,7 @@ sv-question-error > div {
|
|
|
8840
8882
|
.spg-question--highlighted .spg-matrixdynamic__content.spg-text__content {
|
|
8841
8883
|
outline: 2px solid var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
8842
8884
|
outline-offset: -2px;
|
|
8885
|
+
border-radius: var(--ctr-data-table-corner-radius, 0px);
|
|
8843
8886
|
}
|
|
8844
8887
|
.spg-question--highlighted .spg-checkbox__control:focus + .spg-checkbox__rectangle .spg-input,
|
|
8845
8888
|
.spg-question--highlighted .spg-matrixdynamic__content.spg-text__content .spg-input {
|
|
@@ -8856,6 +8899,9 @@ sv-question-error > div {
|
|
|
8856
8899
|
outline: 2px solid var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
8857
8900
|
outline-offset: -2px;
|
|
8858
8901
|
}
|
|
8902
|
+
.spg-question--highlighted .spg-button-group::after {
|
|
8903
|
+
box-shadow: inset 0 0 0 var(--ctr-button-group-border-width-focused, 2px) var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
|
|
8904
|
+
}
|
|
8859
8905
|
|
|
8860
8906
|
.spg-input {
|
|
8861
8907
|
--default-font-size: var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
@@ -9008,6 +9054,7 @@ input.spg-input:read-only::placeholder {
|
|
|
9008
9054
|
.spg-dropdown {
|
|
9009
9055
|
display: flex;
|
|
9010
9056
|
padding-right: calc(var(--ctr-editor-buttons-gap, 4px) + var(--ctr-editor-button-padding-right, 8px) + var(--ctr-editor-button-padding-left, 8px) + var(--ctr-editor-button-icon-width, 24px));
|
|
9057
|
+
min-height: calc(var(--ctr-editor-button-icon-height) + var(--ctr-editor-button-padding-top) + var(--ctr-editor-button-padding-bottom) + var(--ctr-editor-padding-top) + var(--ctr-editor-padding-bottom));
|
|
9011
9058
|
}
|
|
9012
9059
|
|
|
9013
9060
|
.spg-dropdown__value {
|
|
@@ -9018,6 +9065,8 @@ input.spg-input:read-only::placeholder {
|
|
|
9018
9065
|
font-style: normal;
|
|
9019
9066
|
font-weight: 400;
|
|
9020
9067
|
line-height: var(--ctr-font-default-line-height, var(--ctr-default-line-height, 24px));
|
|
9068
|
+
display: flex;
|
|
9069
|
+
align-items: center;
|
|
9021
9070
|
}
|
|
9022
9071
|
|
|
9023
9072
|
.spg-dropdown__filter-string-input {
|
|
@@ -9511,16 +9560,19 @@ input.spg-input:read-only::placeholder {
|
|
|
9511
9560
|
|
|
9512
9561
|
.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown_select-wrapper {
|
|
9513
9562
|
display: flex;
|
|
9563
|
+
align-items: center;
|
|
9514
9564
|
}
|
|
9515
9565
|
.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown {
|
|
9516
9566
|
width: max-content;
|
|
9517
9567
|
padding-right: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
9568
|
+
min-height: auto;
|
|
9518
9569
|
}
|
|
9519
9570
|
.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown_chevron-button {
|
|
9520
|
-
|
|
9521
|
-
|
|
9522
|
-
|
|
9523
|
-
|
|
9571
|
+
--tmp-dropdown-button-margin: calc(-1 * var(--ctr-data-table-cell-drop-down-arrow-width));
|
|
9572
|
+
width: var(--ctr-data-table-cell-drop-down-arrow-width, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9573
|
+
height: var(--ctr-data-table-cell-drop-down-arrow-height, calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9574
|
+
margin-inline-start: var(--tmp-dropdown-button-margin, calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px)))));
|
|
9575
|
+
padding: var(--ctr-data-table-cell-padding-top, var(--sjs-base-unit, var(--base-unit, 8px))) 0 var(--ctr-data-table-cell-padding-bottom, var(--sjs-base-unit, var(--base-unit, 8px))) 0;
|
|
9524
9576
|
}
|
|
9525
9577
|
.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown_chevron-button:hover, .spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown_chevron-button:focus {
|
|
9526
9578
|
background: transparent;
|
|
@@ -9969,6 +10021,7 @@ input.spg-input:read-only::placeholder {
|
|
|
9969
10021
|
align-self: stretch;
|
|
9970
10022
|
flex-basis: 0;
|
|
9971
10023
|
flex-grow: 1;
|
|
10024
|
+
width: 0;
|
|
9972
10025
|
border-radius: var(--ctr-button-group-item-corner-radius, 0px);
|
|
9973
10026
|
box-shadow: inset 0 0 0 var(--ctr-button-group-item-border-width, 1px) var(--ctr-button-group-item-border-color, var(--sjs-border-default, var(--border, #d6d6d6)));
|
|
9974
10027
|
background-color: var(--ctr-button-group-item-background-color, var(--sjs-general-backcolor, var(--background, #fff)));
|
|
@@ -10002,8 +10055,21 @@ input.spg-input:read-only::placeholder {
|
|
|
10002
10055
|
.spg-button-group__item--selected .spg-button-group__item-icon use {
|
|
10003
10056
|
fill: var(--ctr-button-group-item-icon-color-selected, var(--sjs-primary-backcolor, var(--primary, #19b394)));
|
|
10004
10057
|
}
|
|
10005
|
-
|
|
10006
|
-
|
|
10058
|
+
|
|
10059
|
+
.spg-button-group__item-decorator {
|
|
10060
|
+
max-width: 100%;
|
|
10061
|
+
}
|
|
10062
|
+
|
|
10063
|
+
.spg-button-group__item-caption {
|
|
10064
|
+
display: block;
|
|
10065
|
+
max-width: 100%;
|
|
10066
|
+
white-space: nowrap;
|
|
10067
|
+
overflow: hidden;
|
|
10068
|
+
text-overflow: ellipsis;
|
|
10069
|
+
}
|
|
10070
|
+
|
|
10071
|
+
.spg-question--disabled .spg-button-group {
|
|
10072
|
+
background: var(--ctr-button-group-background-color-disabled);
|
|
10007
10073
|
}
|
|
10008
10074
|
|
|
10009
10075
|
.spg-button-group__item--disabled {
|
|
@@ -10108,6 +10174,7 @@ input.spg-input:read-only::placeholder {
|
|
|
10108
10174
|
.sv-popup--modal .sd-body,
|
|
10109
10175
|
.sv-popup--modal .sl-body {
|
|
10110
10176
|
min-width: calc(78 * (var(--sjs-base-unit, var(--base-unit, 8px))));
|
|
10177
|
+
padding: 0;
|
|
10111
10178
|
}
|
|
10112
10179
|
|
|
10113
10180
|
.sv-popup.svc-property-editor .sd-root-modern {
|
|
@@ -10451,6 +10518,7 @@ input.spg-input:read-only::placeholder {
|
|
|
10451
10518
|
|
|
10452
10519
|
.spg-boolean-switch__button--checked {
|
|
10453
10520
|
background: var(--ctr-toggle-button-background-color-checked, #19b394);
|
|
10521
|
+
box-shadow: none;
|
|
10454
10522
|
}
|
|
10455
10523
|
.spg-boolean-switch__button--checked .spg-boolean-switch__thumb--left {
|
|
10456
10524
|
background: none;
|