@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/core.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 27 Aug 2025 12:12:26 GMT
3
+ * Generated on Wed, 03 Sep 2025 17:55:12 GMT
4
4
  */
5
5
  :root {
6
6
  --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. */
@@ -1155,8 +1155,7 @@ input.is-grouped {
1155
1155
  font-weight: var(--bal-form-field-label-font-weight);
1156
1156
  color: var(--bal-form-field-label-color);
1157
1157
  text-align: center;
1158
- -webkit-hyphens: auto;
1159
- hyphens: auto;
1158
+ hyphens: auto;
1160
1159
  }
1161
1160
  .file-label:hover .file-cta,
1162
1161
  .file-label:hover .file-label {
@@ -1284,8 +1283,7 @@ input.is-grouped {
1284
1283
  line-height: var(--bal-form-field-label-line-height);
1285
1284
  font-weight: var(--bal-form-field-label-font-weight);
1286
1285
  font-family: var(--bal-form-field-label-font-family);
1287
- -webkit-hyphens: auto;
1288
- hyphens: auto;
1286
+ hyphens: auto;
1289
1287
  }
1290
1288
  .label:not(:last-child) {
1291
1289
  margin-bottom: var(--bal-form-field-label-margin-bottom);
@@ -1309,8 +1307,7 @@ input.is-grouped {
1309
1307
  color: var(--bal-form-field-message-color);
1310
1308
  font-size: var(--bal-form-field-message-font-size);
1311
1309
  font-weight: var(--bal-form-field-message-font-weight);
1312
- -webkit-hyphens: auto;
1313
- hyphens: auto;
1310
+ hyphens: auto;
1314
1311
  }
1315
1312
  .help.is-danger {
1316
1313
  color: var(--bal-form-field-message-danger-color);
@@ -1595,8 +1592,7 @@ input.is-grouped {
1595
1592
  color: inherit;
1596
1593
  font-family: var(--bal-button-font-family);
1597
1594
  font-weight: var(--bal-button-font-weight);
1598
- -webkit-hyphens: auto;
1599
- hyphens: auto;
1595
+ hyphens: auto;
1600
1596
  text-align: center;
1601
1597
  }
1602
1598
  .button::-moz-focus-inner {
@@ -3972,8 +3968,7 @@ ol.list li,
3972
3968
  ul.list li,
3973
3969
  ol.is-list li,
3974
3970
  ul.is-list li {
3975
- -webkit-hyphens: auto;
3976
- hyphens: auto;
3971
+ hyphens: auto;
3977
3972
  margin-bottom: 1rem;
3978
3973
  }
3979
3974
  ol.list li:last-child,
@@ -4428,8 +4423,7 @@ table.table th .bal-checkbox {
4428
4423
  }
4429
4424
  table.table td {
4430
4425
  color: var(--bal-table-color);
4431
- -webkit-hyphens: auto;
4432
- hyphens: auto;
4426
+ hyphens: auto;
4433
4427
  }
4434
4428
  table.table td.has-buttons {
4435
4429
  padding: 2px;
@@ -4447,8 +4441,7 @@ table.table td.has-buttons .buttons {
4447
4441
 
4448
4442
  .title,
4449
4443
  .subtitle {
4450
- -webkit-hyphens: auto;
4451
- hyphens: auto;
4444
+ hyphens: auto;
4452
4445
  word-break: break-word;
4453
4446
  -webkit-font-smoothing: antialiased;
4454
4447
  -moz-osx-font-smoothing: grayscale;