@utrecht/component-library-css 1.0.0-alpha.134 → 1.0.0-alpha.135

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/index.css CHANGED
@@ -5285,7 +5285,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
5285
5285
  /* Collection of CSS variables for Utrecht theme applied to `:root` */
5286
5286
  /**
5287
5287
  * Do not edit directly
5288
- * Generated on Fri, 26 Nov 2021 15:39:22 GMT
5288
+ * Generated on Wed, 01 Dec 2021 15:29:27 GMT
5289
5289
  */
5290
5290
  :root {
5291
5291
  --utrecht-toptask-nav-link-grid-max-inline-size: 240px;
@@ -5355,6 +5355,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
5355
5355
  /* basis grijs #727272 */
5356
5356
  --utrecht-color-grey-30: hsl(0 0% 30%);
5357
5357
  /* border grijs #888 */
5358
+ --utrecht-color-grey-20: hsl(0 0% 20%);
5359
+ /* experimenteel / beperkt gebruiken */
5358
5360
  --utrecht-color-grey-15: hsl(0 0% 15%);
5359
5361
  /* experimenteel / beperkt gebruiken */
5360
5362
  --utrecht-color-grey-10: hsl(0 0% 11%);
@@ -5373,6 +5375,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
5373
5375
  /* Deze kleur gebruiken we niet */
5374
5376
  --utrecht-color-blue-20: hsl(211 60% 20%);
5375
5377
  /* basis donkerblauw (OS focus) */
5378
+ --utrecht-color-red-95: hsl(0 100% 95%);
5379
+ /* Achtergrond rode kleur */
5376
5380
  --utrecht-color-red-40: hsl(0 100% 40%);
5377
5381
  /* basis rood #cc0000 */
5378
5382
  --utrecht-color-red-30: hsl(0 100% 30%);
@@ -5743,7 +5747,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
5743
5747
  --utrecht-mapcontrolbutton-min-block-size: var(--utrecht-space-block-2xl);
5744
5748
  --utrecht-mapcontrolbutton-border-width: var(--utrecht-border-width-sm);
5745
5749
  --utrecht-link-focus-color: var(--utrecht-color-blue-40);
5746
- --utrecht-link-color: var(--utrecht-color-blue-30);
5750
+ --utrecht-link-color: var(--utrecht-color-blue-35);
5747
5751
  --utrecht-link-list-item-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
5748
5752
  --utrecht-link-list-item-margin-block-start: var(--utrecht-space-block-xs);
5749
5753
  --utrecht-heading-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
@@ -5752,7 +5756,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
5752
5756
  --utrecht-heading-4-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
5753
5757
  --utrecht-heading-3-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
5754
5758
  --utrecht-form-toggle-focus-border-color: var(--utrecht-color-black);
5755
- --utrecht-form-toggle-checked-accent-color: var(--utrecht-color-blue-30);
5759
+ --utrecht-form-toggle-checked-accent-color: var(--utrecht-color-blue-35);
5756
5760
  --utrecht-form-toggle-thumb-disabled-background-color: var(--utrecht-color-white);
5757
5761
  --utrecht-form-toggle-thumb-background-color: var(--utrecht-color-white);
5758
5762
  --utrecht-form-toggle-track-disabled-background-color: var(--utrecht-color-grey-90);
@@ -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 Fri, 26 Nov 2021 15:39:22 GMT
8
+ * Generated on Wed, 01 Dec 2021 15:29:27 GMT
9
9
  */
10
10
  :root {
11
11
  --utrecht-toptask-nav-link-grid-max-inline-size: 240px;
@@ -75,6 +75,8 @@
75
75
  /* basis grijs #727272 */
76
76
  --utrecht-color-grey-30: hsl(0 0% 30%);
77
77
  /* border grijs #888 */
78
+ --utrecht-color-grey-20: hsl(0 0% 20%);
79
+ /* experimenteel / beperkt gebruiken */
78
80
  --utrecht-color-grey-15: hsl(0 0% 15%);
79
81
  /* experimenteel / beperkt gebruiken */
80
82
  --utrecht-color-grey-10: hsl(0 0% 11%);
@@ -93,6 +95,8 @@
93
95
  /* Deze kleur gebruiken we niet */
94
96
  --utrecht-color-blue-20: hsl(211 60% 20%);
95
97
  /* basis donkerblauw (OS focus) */
98
+ --utrecht-color-red-95: hsl(0 100% 95%);
99
+ /* Achtergrond rode kleur */
96
100
  --utrecht-color-red-40: hsl(0 100% 40%);
97
101
  /* basis rood #cc0000 */
98
102
  --utrecht-color-red-30: hsl(0 100% 30%);
@@ -463,7 +467,7 @@
463
467
  --utrecht-mapcontrolbutton-min-block-size: var(--utrecht-space-block-2xl);
464
468
  --utrecht-mapcontrolbutton-border-width: var(--utrecht-border-width-sm);
465
469
  --utrecht-link-focus-color: var(--utrecht-color-blue-40);
466
- --utrecht-link-color: var(--utrecht-color-blue-30);
470
+ --utrecht-link-color: var(--utrecht-color-blue-35);
467
471
  --utrecht-link-list-item-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
468
472
  --utrecht-link-list-item-margin-block-start: var(--utrecht-space-block-xs);
469
473
  --utrecht-heading-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
@@ -472,7 +476,7 @@
472
476
  --utrecht-heading-4-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
473
477
  --utrecht-heading-3-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
474
478
  --utrecht-form-toggle-focus-border-color: var(--utrecht-color-black);
475
- --utrecht-form-toggle-checked-accent-color: var(--utrecht-color-blue-30);
479
+ --utrecht-form-toggle-checked-accent-color: var(--utrecht-color-blue-35);
476
480
  --utrecht-form-toggle-thumb-disabled-background-color: var(--utrecht-color-white);
477
481
  --utrecht-form-toggle-thumb-background-color: var(--utrecht-color-white);
478
482
  --utrecht-form-toggle-track-disabled-background-color: var(--utrecht-color-grey-90);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.134",
2
+ "version": "1.0.0-alpha.135",
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,7 +16,7 @@
16
16
  "url": "git@github.com:nl-design-system/utrecht.git"
17
17
  },
18
18
  "devDependencies": {
19
- "@utrecht/design-tokens": "1.0.0-alpha.127",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.128",
20
20
  "node-sass-package-importer": "5.3.2",
21
21
  "rimraf": "3.0.2",
22
22
  "sass": "1.43.4"
@@ -26,5 +26,5 @@
26
26
  "build": "sass src/:dist/ --load-path=../../node_modules/ --no-source-map",
27
27
  "clean": "rimraf dist/"
28
28
  },
29
- "gitHead": "3ce486f1ebde7dacebec98d4063f38b1275b4822"
29
+ "gitHead": "dd16c901d2466f5b58643d4ae92173fbe20f9076"
30
30
  }