@utrecht/component-library-css 1.0.0-alpha.209 → 1.0.0-alpha.211

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/bem.css CHANGED
@@ -2595,6 +2595,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
2595
2595
  color: var(--utrecht-table-header-cell-color);
2596
2596
  font-size: var(--utrecht-table-header-cell-font-size);
2597
2597
  font-weight: var(--utrecht-table-header-cell-font-weight);
2598
+ text-align: start;
2598
2599
  text-transform: var(--utrecht-table-header-cell-text-transform);
2599
2600
  }
2600
2601
 
@@ -2618,6 +2619,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
2618
2619
  padding-inline-end: var(--utrecht-table-row-padding-inline-end, var(--utrecht-table-cell-padding-inline-end, 0));
2619
2620
  }
2620
2621
 
2622
+ .utrecht-table__header-cell--numeric-column,
2621
2623
  .utrecht-table__cell--numeric-column {
2622
2624
  /* stylelint-disable-next-line declaration-property-value-disallowed-list */
2623
2625
  text-align: right;
@@ -2779,6 +2781,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
2779
2781
  }
2780
2782
 
2781
2783
  .utrecht-textbox--numeric {
2784
+ -moz-appearance: textfield;
2785
+ /* avoid spinner input in Firefox */
2782
2786
  font-variant-numeric: lining-nums tabular-nums;
2783
2787
  }
2784
2788
 
package/dist/html.css CHANGED
@@ -1313,6 +1313,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
1313
1313
  color: var(--utrecht-table-header-cell-color);
1314
1314
  font-size: var(--utrecht-table-header-cell-font-size);
1315
1315
  font-weight: var(--utrecht-table-header-cell-font-weight);
1316
+ text-align: start;
1316
1317
  text-transform: var(--utrecht-table-header-cell-text-transform);
1317
1318
  }
1318
1319
 
@@ -1339,7 +1340,10 @@ however browsers don't seem to have implemented great looking supixel tweening y
1339
1340
  padding-inline-end: var(--utrecht-table-row-padding-inline-end, var(--utrecht-table-cell-padding-inline-end, 0));
1340
1341
  }
1341
1342
 
1342
- .utrecht-table__cell--numeric-column, .utrecht-html td.numeric, .utrecht-html thead > tr > th.numeric,
1343
+ .utrecht-table__header-cell--numeric-column,
1344
+ .utrecht-table__cell--numeric-column,
1345
+ .utrecht-html td.numeric,
1346
+ .utrecht-html thead > tr > th.numeric,
1343
1347
  .utrecht-html tfoot > tr > th.numeric,
1344
1348
  .utrecht-html th[scope=column].numeric {
1345
1349
  /* stylelint-disable-next-line declaration-property-value-disallowed-list */
@@ -1627,6 +1631,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
1627
1631
  .utrecht-html input[inputmode=decimal i],
1628
1632
  .utrecht-html input[inputmode=numeric i],
1629
1633
  .utrecht-html input[type=number i] {
1634
+ -moz-appearance: textfield;
1635
+ /* avoid spinner input in Firefox */
1630
1636
  font-variant-numeric: lining-nums tabular-nums;
1631
1637
  }
1632
1638
 
@@ -2100,6 +2106,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
2100
2106
  color: var(--utrecht-table-header-cell-color);
2101
2107
  font-size: var(--utrecht-table-header-cell-font-size);
2102
2108
  font-weight: var(--utrecht-table-header-cell-font-weight);
2109
+ text-align: start;
2103
2110
  text-transform: var(--utrecht-table-header-cell-text-transform);
2104
2111
  }
2105
2112
 
@@ -2126,9 +2133,12 @@ however browsers don't seem to have implemented great looking supixel tweening y
2126
2133
  padding-inline-end: var(--utrecht-table-row-padding-inline-end, var(--utrecht-table-cell-padding-inline-end, 0));
2127
2134
  }
2128
2135
 
2129
- .utrecht-table__cell--numeric-column, .utrecht-html thead > tr > th.numeric,
2136
+ .utrecht-table__header-cell--numeric-column,
2137
+ .utrecht-table__cell--numeric-column,
2138
+ .utrecht-html thead > tr > th.numeric,
2130
2139
  .utrecht-html tfoot > tr > th.numeric,
2131
- .utrecht-html th[scope=column].numeric, .utrecht-html td.numeric {
2140
+ .utrecht-html th[scope=column].numeric,
2141
+ .utrecht-html td.numeric {
2132
2142
  /* stylelint-disable-next-line declaration-property-value-disallowed-list */
2133
2143
  text-align: right;
2134
2144
  }
@@ -2414,6 +2424,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
2414
2424
  .utrecht-html input[inputmode=decimal i],
2415
2425
  .utrecht-html input[inputmode=numeric i],
2416
2426
  .utrecht-html input[type=number i] {
2427
+ -moz-appearance: textfield;
2428
+ /* avoid spinner input in Firefox */
2417
2429
  font-variant-numeric: lining-nums tabular-nums;
2418
2430
  }
2419
2431
 
package/dist/index.css CHANGED
@@ -2666,6 +2666,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
2666
2666
  color: var(--utrecht-table-header-cell-color);
2667
2667
  font-size: var(--utrecht-table-header-cell-font-size);
2668
2668
  font-weight: var(--utrecht-table-header-cell-font-weight);
2669
+ text-align: start;
2669
2670
  text-transform: var(--utrecht-table-header-cell-text-transform);
2670
2671
  }
2671
2672
 
@@ -2692,7 +2693,10 @@ however browsers don't seem to have implemented great looking supixel tweening y
2692
2693
  padding-inline-end: var(--utrecht-table-row-padding-inline-end, var(--utrecht-table-cell-padding-inline-end, 0));
2693
2694
  }
2694
2695
 
2695
- .utrecht-table__cell--numeric-column, .utrecht-html td.numeric, .utrecht-html thead > tr > th.numeric,
2696
+ .utrecht-table__header-cell--numeric-column,
2697
+ .utrecht-table__cell--numeric-column,
2698
+ .utrecht-html td.numeric,
2699
+ .utrecht-html thead > tr > th.numeric,
2696
2700
  .utrecht-html tfoot > tr > th.numeric,
2697
2701
  .utrecht-html th[scope=column].numeric {
2698
2702
  /* stylelint-disable-next-line declaration-property-value-disallowed-list */
@@ -2971,6 +2975,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
2971
2975
  .utrecht-html input[inputmode=decimal i],
2972
2976
  .utrecht-html input[inputmode=numeric i],
2973
2977
  .utrecht-html input[type=number i] {
2978
+ -moz-appearance: textfield;
2979
+ /* avoid spinner input in Firefox */
2974
2980
  font-variant-numeric: lining-nums tabular-nums;
2975
2981
  }
2976
2982
 
@@ -4364,6 +4370,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
4364
4370
  color: var(--utrecht-table-header-cell-color);
4365
4371
  font-size: var(--utrecht-table-header-cell-font-size);
4366
4372
  font-weight: var(--utrecht-table-header-cell-font-weight);
4373
+ text-align: start;
4367
4374
  text-transform: var(--utrecht-table-header-cell-text-transform);
4368
4375
  }
4369
4376
 
@@ -4390,7 +4397,10 @@ however browsers don't seem to have implemented great looking supixel tweening y
4390
4397
  padding-inline-end: var(--utrecht-table-row-padding-inline-end, var(--utrecht-table-cell-padding-inline-end, 0));
4391
4398
  }
4392
4399
 
4393
- .utrecht-table__cell--numeric-column, .utrecht-html td.numeric, .utrecht-html thead > tr > th.numeric,
4400
+ .utrecht-table__header-cell--numeric-column,
4401
+ .utrecht-table__cell--numeric-column,
4402
+ .utrecht-html td.numeric,
4403
+ .utrecht-html thead > tr > th.numeric,
4394
4404
  .utrecht-html tfoot > tr > th.numeric,
4395
4405
  .utrecht-html th[scope=column].numeric {
4396
4406
  /* stylelint-disable-next-line declaration-property-value-disallowed-list */
@@ -4678,6 +4688,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
4678
4688
  .utrecht-html input[inputmode=decimal i],
4679
4689
  .utrecht-html input[inputmode=numeric i],
4680
4690
  .utrecht-html input[type=number i] {
4691
+ -moz-appearance: textfield;
4692
+ /* avoid spinner input in Firefox */
4681
4693
  font-variant-numeric: lining-nums tabular-nums;
4682
4694
  }
4683
4695
 
@@ -5153,6 +5165,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
5153
5165
  color: var(--utrecht-table-header-cell-color);
5154
5166
  font-size: var(--utrecht-table-header-cell-font-size);
5155
5167
  font-weight: var(--utrecht-table-header-cell-font-weight);
5168
+ text-align: start;
5156
5169
  text-transform: var(--utrecht-table-header-cell-text-transform);
5157
5170
  }
5158
5171
 
@@ -5179,9 +5192,12 @@ however browsers don't seem to have implemented great looking supixel tweening y
5179
5192
  padding-inline-end: var(--utrecht-table-row-padding-inline-end, var(--utrecht-table-cell-padding-inline-end, 0));
5180
5193
  }
5181
5194
 
5182
- .utrecht-table__cell--numeric-column, .utrecht-html thead > tr > th.numeric,
5195
+ .utrecht-table__header-cell--numeric-column,
5196
+ .utrecht-table__cell--numeric-column,
5197
+ .utrecht-html thead > tr > th.numeric,
5183
5198
  .utrecht-html tfoot > tr > th.numeric,
5184
- .utrecht-html th[scope=column].numeric, .utrecht-html td.numeric {
5199
+ .utrecht-html th[scope=column].numeric,
5200
+ .utrecht-html td.numeric {
5185
5201
  /* stylelint-disable-next-line declaration-property-value-disallowed-list */
5186
5202
  text-align: right;
5187
5203
  }
@@ -5467,6 +5483,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
5467
5483
  .utrecht-html input[inputmode=decimal i],
5468
5484
  .utrecht-html input[inputmode=numeric i],
5469
5485
  .utrecht-html input[type=number i] {
5486
+ -moz-appearance: textfield;
5487
+ /* avoid spinner input in Firefox */
5470
5488
  font-variant-numeric: lining-nums tabular-nums;
5471
5489
  }
5472
5490
 
@@ -5544,7 +5562,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
5544
5562
  /* Collection of CSS variables for Utrecht theme applied to `:root` */
5545
5563
  /**
5546
5564
  * Do not edit directly
5547
- * Generated on Sat, 14 May 2022 13:56:55 GMT
5565
+ * Generated on Sun, 15 May 2022 22:56:19 GMT
5548
5566
  */
5549
5567
  .utrecht-theme {
5550
5568
  --denhaag-process-steps-sub-step-heading-font-weight: utrecht.typography.weight-scale.normal.font-weight;
@@ -5,7 +5,7 @@
5
5
  /* Collection of CSS variables for Utrecht theme applied to `:root` */
6
6
  /**
7
7
  * Do not edit directly
8
- * Generated on Sat, 14 May 2022 13:56:55 GMT
8
+ * Generated on Sun, 15 May 2022 22:56:19 GMT
9
9
  */
10
10
  .utrecht-theme {
11
11
  --denhaag-process-steps-sub-step-heading-font-weight: utrecht.typography.weight-scale.normal.font-weight;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.209",
2
+ "version": "1.0.0-alpha.211",
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,15 +16,15 @@
16
16
  "url": "git@github.com:nl-design-system/utrecht.git"
17
17
  },
18
18
  "devDependencies": {
19
- "@utrecht/design-tokens": "1.0.0-alpha.202",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.204",
20
20
  "node-sass-package-importer": "5.3.2",
21
21
  "rimraf": "3.0.2",
22
- "sass": "1.50.1"
22
+ "sass": "1.51.0"
23
23
  },
24
24
  "scripts": {
25
25
  "prebuild": "npm run clean",
26
26
  "build": "sass src/:dist/ --load-path=../../node_modules/ --no-source-map",
27
27
  "clean": "rimraf dist/"
28
28
  },
29
- "gitHead": "2cf2c1bc155fc767995dedf10f623a4dc5eb6c81"
29
+ "gitHead": "6ebe5f117b1acf19d0dba98166dbb9b4280041ba"
30
30
  }