@baloise/ds-styles 17.1.0 → 17.2.0-nightly.20241213

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/css/all.css CHANGED
@@ -600,7 +600,7 @@ fieldset {
600
600
  }
601
601
  /**
602
602
  * Do not edit directly
603
- * Generated on Fri, 06 Dec 2024 09:12:51 GMT
603
+ * Generated on Fri, 13 Dec 2024 06:15:13 GMT
604
604
  */
605
605
  :root {
606
606
  --bal-text-shadow-normal: 0px 0px 4px rgba(0, 0, 0, 0.15), 0px 4px 12px rgba(0, 0, 0, 0.25), 0px 0px 80px rgba(0, 0, 0, 0.5); /* Increases readability when used on a image background. */
@@ -12768,6 +12768,14 @@ table.table td.has-buttons .buttons {
12768
12768
  cursor: not-allowed !important;
12769
12769
  }
12770
12770
 
12771
+ .pointer-events-auto {
12772
+ pointer-events: auto !important;
12773
+ }
12774
+
12775
+ .pointer-events-none {
12776
+ pointer-events: none !important;
12777
+ }
12778
+
12771
12779
  .table:not(:last-child), .table-container:not(:last-child) {
12772
12780
  margin-bottom: 0.25rem;
12773
12781
  }