@utrecht/component-library-css 1.0.0-alpha.268 → 1.0.0-alpha.270

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
@@ -484,8 +484,7 @@
484
484
  outline-width: var(--utrecht-focus-outline-width, 0);
485
485
  }
486
486
  .utrecht-html input[type=checkbox i] {
487
- margin-block-end: 0;
488
- /* reset native margin for input[type="checkbox"] */
487
+ margin-block-end: 0; /* reset native margin for input[type="checkbox"] */
489
488
  margin-block-start: 0;
490
489
  margin-inline-end: 0;
491
490
  margin-inline-start: 0;
@@ -1134,8 +1133,7 @@
1134
1133
  .utrecht-html input[inputmode=decimal i],
1135
1134
  .utrecht-html input[inputmode=numeric i],
1136
1135
  .utrecht-html input[type=number i] {
1137
- -moz-appearance: textfield;
1138
- /* avoid spinner input in Firefox */
1136
+ -moz-appearance: textfield; /* avoid spinner input in Firefox */
1139
1137
  font-variant-numeric: lining-nums tabular-nums;
1140
1138
  }
1141
1139
  .utrecht-html ul {
package/dist/index.css CHANGED
@@ -36,16 +36,13 @@
36
36
  color: var(--utrecht-badge-counter-color, var(--utrecht-badge-color, hsl(0deg, 0%, 100%)));
37
37
  display: inline-block;
38
38
  font-family: var(--utrecht-document-font-family, sans-serif);
39
- font-style: var(--utrecht-badge-counter-font-style, normal);
40
- /* no inheritance */
41
- font-weight: var(--utrecht-badge-counter-font-weight, var(--utrecht-badge-font-weight, bold));
42
- /* no inheritance */
39
+ font-style: var(--utrecht-badge-counter-font-style, normal); /* no inheritance */
40
+ font-weight: var(--utrecht-badge-counter-font-weight, var(--utrecht-badge-font-weight, bold)); /* no inheritance */
43
41
  padding-block-end: var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));
44
42
  padding-block-start: var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));
45
43
  padding-inline-end: var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));
46
44
  padding-inline-start: var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));
47
- text-decoration: none;
48
- /* no inheritance */
45
+ text-decoration: none; /* no inheritance */
49
46
  }
50
47
 
51
48
  /**
@@ -63,17 +60,14 @@
63
60
  display: inline-block;
64
61
  font-family: var(--utrecht-document-font-family, sans-serif);
65
62
  font-size: var(--utrecht-badge-font-size, inherit);
66
- font-style: var(--utrecht-badge-font-style, normal);
67
- /* no inheritance */
68
- font-weight: var(--utrecht-badge-font-weight, bold);
69
- /* no inheritance */
63
+ font-style: var(--utrecht-badge-font-style, normal); /* no inheritance */
64
+ font-weight: var(--utrecht-badge-font-weight, bold); /* no inheritance */
70
65
  line-height: var(--utrecht-badge-line-height);
71
66
  padding-block-end: var(--utrecht-badge-padding-block, 0.5ex);
72
67
  padding-block-start: var(--utrecht-badge-padding-block, 0.5ex);
73
68
  padding-inline-end: var(--utrecht-badge-padding-inline, 0.5ch);
74
69
  padding-inline-start: var(--utrecht-badge-padding-inline, 0.5ch);
75
- text-decoration: none;
76
- /* no inheritance */
70
+ text-decoration: none; /* no inheritance */
77
71
  letter-spacing: var(--utrecht-badge-data-letter-spacing, inherit);
78
72
  text-transform: var(--utrecht-badge-data-text-transform, inherit);
79
73
  }
@@ -93,17 +87,14 @@
93
87
  display: inline-block;
94
88
  font-family: var(--utrecht-document-font-family, sans-serif);
95
89
  font-size: var(--utrecht-badge-font-size, inherit);
96
- font-style: var(--utrecht-badge-font-style, normal);
97
- /* no inheritance */
98
- font-weight: var(--utrecht-badge-font-weight, bold);
99
- /* no inheritance */
90
+ font-style: var(--utrecht-badge-font-style, normal); /* no inheritance */
91
+ font-weight: var(--utrecht-badge-font-weight, bold); /* no inheritance */
100
92
  line-height: var(--utrecht-badge-line-height);
101
93
  padding-block-end: var(--utrecht-badge-padding-block, 0.5ex);
102
94
  padding-block-start: var(--utrecht-badge-padding-block, 0.5ex);
103
95
  padding-inline-end: var(--utrecht-badge-padding-inline, 0.5ch);
104
96
  padding-inline-start: var(--utrecht-badge-padding-inline, 0.5ch);
105
- text-decoration: none;
106
- /* no inheritance */
97
+ text-decoration: none; /* no inheritance */
107
98
  letter-spacing: var(--utrecht-badge-status-letter-spacing, inherit);
108
99
  text-transform: var(--utrecht-badge-status-text-transform, inherit);
109
100
  }
@@ -767,8 +758,7 @@ ol.utrecht-breadcrumb__list {
767
758
  /* stylelint-disable-next-line block-no-empty */
768
759
  /* stylelint-disable-next-line block-no-empty */
769
760
  .utrecht-checkbox {
770
- margin-block-end: 0;
771
- /* reset native margin for input[type="checkbox"] */
761
+ margin-block-end: 0; /* reset native margin for input[type="checkbox"] */
772
762
  margin-block-start: 0;
773
763
  margin-inline-end: 0;
774
764
  margin-inline-start: 0;
@@ -829,8 +819,7 @@ ol.utrecht-breadcrumb__list {
829
819
  /* stylelint-disable-next-line block-no-empty */
830
820
  /* stylelint-disable-next-line block-no-empty */
831
821
  .utrecht-checkbox {
832
- margin-block-end: 0;
833
- /* reset native margin for input[type="checkbox"] */
822
+ margin-block-end: 0; /* reset native margin for input[type="checkbox"] */
834
823
  margin-block-start: 0;
835
824
  margin-inline-end: 0;
836
825
  margin-inline-start: 0;
@@ -897,8 +886,7 @@ ol.utrecht-breadcrumb__list {
897
886
  /* stylelint-disable-next-line block-no-empty */
898
887
  /* stylelint-disable-next-line block-no-empty */
899
888
  .utrecht-checkbox {
900
- margin-block-end: 0;
901
- /* reset native margin for input[type="checkbox"] */
889
+ margin-block-end: 0; /* reset native margin for input[type="checkbox"] */
902
890
  margin-block-start: 0;
903
891
  margin-inline-end: 0;
904
892
  margin-inline-start: 0;
@@ -948,8 +936,7 @@ ol.utrecht-breadcrumb__list {
948
936
  }
949
937
 
950
938
  .utrecht-custom-checkbox__input {
951
- margin-block-end: 0;
952
- /* reset native margin for input[type="checkbox"] */
939
+ margin-block-end: 0; /* reset native margin for input[type="checkbox"] */
953
940
  margin-block-start: 0;
954
941
  margin-inline-end: 0;
955
942
  margin-inline-start: 0;
@@ -2431,8 +2418,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
2431
2418
  left: var(--utrecht-sidenav-marker-offset);
2432
2419
  overflow: hidden;
2433
2420
  position: absolute;
2434
- top: 20px;
2435
- /* Hard value? */
2421
+ top: 20px; /* Hard value? */
2436
2422
  transform: translateY(-50%) translateX(calc(-1 * var(--utrecht-sidenav-marker-offset)));
2437
2423
  width: 8px;
2438
2424
  z-index: 10;
@@ -3432,8 +3418,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
3432
3418
  }
3433
3419
 
3434
3420
  .utrecht-textbox--numeric {
3435
- -moz-appearance: textfield;
3436
- /* avoid spinner input in Firefox */
3421
+ -moz-appearance: textfield; /* avoid spinner input in Firefox */
3437
3422
  font-variant-numeric: lining-nums tabular-nums;
3438
3423
  }
3439
3424
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.268",
2
+ "version": "1.0.0-alpha.270",
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",
@@ -16,10 +16,10 @@
16
16
  "url": "git@github.com:nl-design-system/utrecht.git"
17
17
  },
18
18
  "devDependencies": {
19
- "@utrecht/design-tokens": "1.0.0-alpha.261",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.263",
20
20
  "node-sass-package-importer": "5.3.2",
21
21
  "rimraf": "3.0.2",
22
- "sass": "1.51.0"
22
+ "sass": "1.54.0"
23
23
  },
24
24
  "scripts": {
25
25
  "prebuild": "npm run clean",
@@ -27,5 +27,5 @@
27
27
  "clean": "rimraf dist/"
28
28
  },
29
29
  "main": "dist/index.css",
30
- "gitHead": "5d7975e0efd2cca3dc2aa5fdf6e876e971607848"
30
+ "gitHead": "49d5ce2ccc3347556426c37518750f7916ab2519"
31
31
  }