survey-react 1.11.12 → 1.11.13

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.11.12
2
+ * surveyjs - Survey JavaScript library v1.11.13
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
  */
@@ -3489,13 +3489,13 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
3489
3489
  }
3490
3490
 
3491
3491
  .sd-table__cell--footer {
3492
- text-align: right;
3492
+ text-align: end;
3493
3493
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
3494
3494
  }
3495
3495
 
3496
3496
  .sd-table__cell--footer-total {
3497
3497
  font-weight: 600;
3498
- text-align: left;
3498
+ text-align: start;
3499
3499
  }
3500
3500
 
3501
3501
  .sd-table__cell--detail-panel {
@@ -3551,7 +3551,7 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
3551
3551
  .sd-table__cell--row-text {
3552
3552
  font-weight: var(--sjs-font-questiontitle-weight, 600);
3553
3553
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
3554
- text-align: left;
3554
+ text-align: start;
3555
3555
  min-width: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
3556
3556
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) var(--sjs-base-unit, var(--base-unit, 8px));
3557
3557
  }
@@ -4291,7 +4291,7 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
4291
4291
 
4292
4292
  .sd-matrix__cell:first-of-type {
4293
4293
  font-weight: var(--sjs-font-questiontitle-weight, 600);
4294
- text-align: left;
4294
+ text-align: start;
4295
4295
  }
4296
4296
 
4297
4297
  :root {
@@ -8230,7 +8230,7 @@ sv-components-container,
8230
8230
  }
8231
8231
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-matrix__cell .sd-matrix__responsive-title {
8232
8232
  margin-left: var(--sjs-base-unit, var(--base-unit, 8px));
8233
- text-align: left;
8233
+ text-align: start;
8234
8234
  }
8235
8235
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-matrix__cell:first-of-type {
8236
8236
  padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
@@ -8301,7 +8301,7 @@ sv-components-container,
8301
8301
  display: block;
8302
8302
  padding-top: 0;
8303
8303
  padding-bottom: 0;
8304
- text-align: left;
8304
+ text-align: start;
8305
8305
  }
8306
8306
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell {
8307
8307
  margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
@@ -8323,7 +8323,7 @@ sv-components-container,
8323
8323
  padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
8324
8324
  font-weight: 600;
8325
8325
  display: block;
8326
- text-align: left;
8326
+ text-align: start;
8327
8327
  }
8328
8328
  .sd-root-modern.sd-root-modern--mobile .sd-table__responsive-title .sv-string-viewer {
8329
8329
  white-space: normal;