survey-react 1.12.15 → 1.12.16-patch.1

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.15
2
+ * surveyjs - Survey JavaScript library v1.12.16-patch.1
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
  */
@@ -597,16 +597,16 @@ sv-popup {
597
597
  overflow: visible;
598
598
  }
599
599
 
600
- .sv-popup--confirm-delete .sv-popup__container {
600
+ .sv-popup--confirm .sv-popup__container {
601
601
  border-radius: var(--sjs-base-unit, var(--base-unit, 8px));
602
602
  }
603
- .sv-popup--confirm-delete .sv-popup__body-content {
603
+ .sv-popup--confirm .sv-popup__body-content {
604
604
  border-radius: var(--sjs-base-unit, var(--base-unit, 8px));
605
605
  max-width: min-content;
606
606
  align-items: flex-end;
607
607
  min-width: 452px;
608
608
  }
609
- .sv-popup--confirm-delete .sv-popup__body-header {
609
+ .sv-popup--confirm .sv-popup__body-header {
610
610
  color: var(--sjs-font-editorfont-color, var(--sjs-general-forecolor, rgba(0, 0, 0, 0.91)));
611
611
  align-self: self-start;
612
612
  /* UI/Default */
@@ -617,17 +617,17 @@ sv-popup {
617
617
  line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
618
618
  /* 150% */
619
619
  }
620
- .sv-popup--confirm-delete .sv-popup__scrolling-content {
620
+ .sv-popup--confirm .sv-popup__scrolling-content {
621
621
  display: none;
622
622
  }
623
- .sv-popup--confirm-delete .sv-popup__body-footer {
623
+ .sv-popup--confirm .sv-popup__body-footer {
624
624
  max-width: max-content;
625
625
  }
626
- .sv-popup--confirm-delete .sv-popup__body-footer .sv-action-bar {
626
+ .sv-popup--confirm .sv-popup__body-footer .sv-action-bar {
627
627
  gap: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
628
628
  }
629
629
 
630
- .sd-root-modern--mobile .sv-popup--confirm-delete .sv-popup__body-content {
630
+ .sd-root-modern--mobile .sv-popup--confirm .sv-popup__body-content {
631
631
  min-width: auto;
632
632
  }
633
633