@baloise/ds-styles 19.6.0 → 19.7.0

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/basic.css CHANGED
@@ -442,8 +442,7 @@ body {
442
442
  a {
443
443
  cursor: pointer;
444
444
  text-decoration: none;
445
- -webkit-hyphens: auto;
446
- hyphens: auto;
445
+ hyphens: auto;
447
446
  margin: 0;
448
447
  word-break: break-word;
449
448
  -webkit-font-smoothing: antialiased;
@@ -469,8 +468,7 @@ a:active, a:any-link:active {
469
468
  }
470
469
 
471
470
  p {
472
- -webkit-hyphens: auto;
473
- hyphens: auto;
471
+ hyphens: auto;
474
472
  margin: 0;
475
473
  word-break: break-word;
476
474
  -webkit-font-smoothing: antialiased;
@@ -563,7 +561,7 @@ fieldset {
563
561
  }
564
562
  /**
565
563
  * Do not edit directly
566
- * Generated on Wed, 27 Aug 2025 12:12:26 GMT
564
+ * Generated on Wed, 03 Sep 2025 17:55:12 GMT
567
565
  */
568
566
  :root {
569
567
  --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. */
@@ -1681,8 +1679,7 @@ input.is-grouped {
1681
1679
  font-weight: var(--bal-form-field-label-font-weight);
1682
1680
  color: var(--bal-form-field-label-color);
1683
1681
  text-align: center;
1684
- -webkit-hyphens: auto;
1685
- hyphens: auto;
1682
+ hyphens: auto;
1686
1683
  }
1687
1684
  .file-label:hover .file-cta,
1688
1685
  .file-label:hover .file-label {
@@ -1810,8 +1807,7 @@ input.is-grouped {
1810
1807
  line-height: var(--bal-form-field-label-line-height);
1811
1808
  font-weight: var(--bal-form-field-label-font-weight);
1812
1809
  font-family: var(--bal-form-field-label-font-family);
1813
- -webkit-hyphens: auto;
1814
- hyphens: auto;
1810
+ hyphens: auto;
1815
1811
  }
1816
1812
  .label:not(:last-child) {
1817
1813
  margin-bottom: var(--bal-form-field-label-margin-bottom);
@@ -1835,8 +1831,7 @@ input.is-grouped {
1835
1831
  color: var(--bal-form-field-message-color);
1836
1832
  font-size: var(--bal-form-field-message-font-size);
1837
1833
  font-weight: var(--bal-form-field-message-font-weight);
1838
- -webkit-hyphens: auto;
1839
- hyphens: auto;
1834
+ hyphens: auto;
1840
1835
  }
1841
1836
  .help.is-danger {
1842
1837
  color: var(--bal-form-field-message-danger-color);
@@ -2121,8 +2116,7 @@ input.is-grouped {
2121
2116
  color: inherit;
2122
2117
  font-family: var(--bal-button-font-family);
2123
2118
  font-weight: var(--bal-button-font-weight);
2124
- -webkit-hyphens: auto;
2125
- hyphens: auto;
2119
+ hyphens: auto;
2126
2120
  text-align: center;
2127
2121
  }
2128
2122
  .button::-moz-focus-inner {
@@ -4498,8 +4492,7 @@ ol.list li,
4498
4492
  ul.list li,
4499
4493
  ol.is-list li,
4500
4494
  ul.is-list li {
4501
- -webkit-hyphens: auto;
4502
- hyphens: auto;
4495
+ hyphens: auto;
4503
4496
  margin-bottom: 1rem;
4504
4497
  }
4505
4498
  ol.list li:last-child,
@@ -4954,8 +4947,7 @@ table.table th .bal-checkbox {
4954
4947
  }
4955
4948
  table.table td {
4956
4949
  color: var(--bal-table-color);
4957
- -webkit-hyphens: auto;
4958
- hyphens: auto;
4950
+ hyphens: auto;
4959
4951
  }
4960
4952
  table.table td.has-buttons {
4961
4953
  padding: 2px;
@@ -4973,8 +4965,7 @@ table.table td.has-buttons .buttons {
4973
4965
 
4974
4966
  .title,
4975
4967
  .subtitle {
4976
- -webkit-hyphens: auto;
4977
- hyphens: auto;
4968
+ hyphens: auto;
4978
4969
  word-break: break-word;
4979
4970
  -webkit-font-smoothing: antialiased;
4980
4971
  -moz-osx-font-smoothing: grayscale;