survey-react 1.12.5 → 1.12.6

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/defaultV2.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.12.5
2
+ * surveyjs - Survey JavaScript library v1.12.6
3
3
  * Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -8214,9 +8214,12 @@ svg.sd-action--icon {
8214
8214
  }
8215
8215
 
8216
8216
  .sd-timer__text--minor {
8217
- color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
8217
+ color: var(--lbr-timer-text-color-secondary, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
8218
+ font-size: var(--lbr-font-default-size, var(--sjs-font-size, 16px));
8219
+ font-style: normal;
8218
8220
  font-weight: 600;
8219
- font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
8221
+ line-height: var(--lbr-font-default-line-height, calc(1.5 * (var(--sjs-font-size, 16px))));
8222
+ margin-top: calc(-0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
8220
8223
  }
8221
8224
 
8222
8225
  .sv-header {