@utrecht/component-library-css 1.0.0-alpha.351 → 1.0.0-alpha.352

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/dist/html.css CHANGED
@@ -460,11 +460,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
460
460
  )
461
461
  );
462
462
  --_utrecht-button-disabled-color: var(
463
- --utrecht-hint-button-disabled-color,
464
- var(
465
- --utrecht-button-appearance-button-disabled-color,
466
- var(--utrecht-button-disabled-color, var(--utrecht-button-color))
467
- )
463
+ --_utrecht-button-hint-disabled-color,
464
+ var(--_utrecht-button-appearance-disabled-color, var(--utrecht-button-disabled-color, var(--utrecht-button-color)))
468
465
  );
469
466
  --_utrecht-button-focus-background-color: var(
470
467
  --_utrecht-button-hint-focus-background-color,
@@ -590,6 +587,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
590
587
  border-bottom-width: var(--_utrecht-button-border-bottom-width);
591
588
  box-sizing: border-box;
592
589
  color: var(--_utrecht-button-color);
590
+ cursor: var(--utrecht-action-activate-cursor);
593
591
  display: inline-flex;
594
592
  font-family: var(--utrecht-button-font-family, var(--utrecht-document-font-family));
595
593
  font-size: var(--utrecht-button-font-size, var(--utrecht-document-font-family));
package/dist/index.css CHANGED
@@ -463,11 +463,8 @@ ol.utrecht-breadcrumb__list {
463
463
  )
464
464
  );
465
465
  --_utrecht-button-disabled-color: var(
466
- --utrecht-hint-button-disabled-color,
467
- var(
468
- --utrecht-button-appearance-button-disabled-color,
469
- var(--utrecht-button-disabled-color, var(--utrecht-button-color))
470
- )
466
+ --_utrecht-button-hint-disabled-color,
467
+ var(--_utrecht-button-appearance-disabled-color, var(--utrecht-button-disabled-color, var(--utrecht-button-color)))
471
468
  );
472
469
  --_utrecht-button-focus-background-color: var(
473
470
  --_utrecht-button-hint-focus-background-color,
@@ -593,6 +590,7 @@ ol.utrecht-breadcrumb__list {
593
590
  border-bottom-width: var(--_utrecht-button-border-bottom-width);
594
591
  box-sizing: border-box;
595
592
  color: var(--_utrecht-button-color);
593
+ cursor: var(--utrecht-action-activate-cursor);
596
594
  display: inline-flex;
597
595
  font-family: var(--utrecht-button-font-family, var(--utrecht-document-font-family));
598
596
  font-size: var(--utrecht-button-font-size, var(--utrecht-document-font-family));
@@ -1189,11 +1187,8 @@ ol.utrecht-breadcrumb__list {
1189
1187
  )
1190
1188
  );
1191
1189
  --_utrecht-button-disabled-color: var(
1192
- --utrecht-hint-button-disabled-color,
1193
- var(
1194
- --utrecht-button-appearance-button-disabled-color,
1195
- var(--utrecht-button-disabled-color, var(--utrecht-button-color))
1196
- )
1190
+ --_utrecht-button-hint-disabled-color,
1191
+ var(--_utrecht-button-appearance-disabled-color, var(--utrecht-button-disabled-color, var(--utrecht-button-color)))
1197
1192
  );
1198
1193
  --_utrecht-button-focus-background-color: var(
1199
1194
  --_utrecht-button-hint-focus-background-color,
@@ -1319,6 +1314,7 @@ ol.utrecht-breadcrumb__list {
1319
1314
  border-bottom-width: var(--_utrecht-button-border-bottom-width);
1320
1315
  box-sizing: border-box;
1321
1316
  color: var(--_utrecht-button-color);
1317
+ cursor: var(--utrecht-action-activate-cursor);
1322
1318
  display: inline-flex;
1323
1319
  font-family: var(--utrecht-button-font-family, var(--utrecht-document-font-family));
1324
1320
  font-size: var(--utrecht-button-font-size, var(--utrecht-document-font-family));
@@ -1536,6 +1532,7 @@ ol.utrecht-breadcrumb__list {
1536
1532
  border-color: var(--utrecht-custom-checkbox-border-color);
1537
1533
  border-style: solid;
1538
1534
  border-width: var(--utrecht-custom-checkbox-border-width);
1535
+ cursor: var(--utrecht-action-activate-cursor);
1539
1536
  height: var(--utrecht-custom-checkbox-size);
1540
1537
  margin-block-start: var(--utrecht-custom-checkbox-margin-block-start);
1541
1538
  -webkit-print-color-adjust: exact;
@@ -1677,6 +1674,7 @@ ol.utrecht-breadcrumb__list {
1677
1674
  border-radius: 50%;
1678
1675
  border-style: solid;
1679
1676
  border-width: var(--utrecht-custom-radio-button-border-width);
1677
+ cursor: var(--utrecht-action-activate-cursor);
1680
1678
  height: var(--utrecht-custom-radio-button-size);
1681
1679
  margin-block-start: var(--utrecht-custom-radio-button-margin-block-start);
1682
1680
  -webkit-print-color-adjust: exact;
@@ -2164,6 +2162,7 @@ ol.utrecht-breadcrumb__list {
2164
2162
  border-style: var(--utrecht-form-toggle-border-style, solid);
2165
2163
  border-width: var(--utrecht-form-toggle-border-width, 1px);
2166
2164
  color: var(--utrecht-form-toggle-color);
2165
+ cursor: var(--utrecht-action-activate-cursor);
2167
2166
  display: flex;
2168
2167
  height: var(--utrecht-form-toggle-height, 2em);
2169
2168
  padding-block-end: var(--utrecht-form-toggle-padding-block-end);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.351",
2
+ "version": "1.0.0-alpha.352",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -26,5 +26,5 @@
26
26
  "clean": "rimraf dist/"
27
27
  },
28
28
  "main": "dist/index.css",
29
- "gitHead": "b3cbbd178c5b0581c1f1007c316aeaea7e501d59"
29
+ "gitHead": "30280922b6cc8681994c148742dc7968bbe93e18"
30
30
  }