@utrecht/component-library-css 1.0.0-alpha.131 → 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/bem.css +2 -2
- package/dist/index.css +9 -5
- package/dist/root-theme.css +7 -3
- package/package.json +3 -3
package/dist/bem.css
CHANGED
|
@@ -1639,7 +1639,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1639
1639
|
padding-block-end: var(--utrecht-space-block-xs);
|
|
1640
1640
|
padding-block-start: var(--utrecht-space-block-xs);
|
|
1641
1641
|
padding-inline-end: var(--utrecht-space-inline-3xs);
|
|
1642
|
-
padding-inline-start: var(--utrecht-space-inline-
|
|
1642
|
+
padding-inline-start: var(--utrecht-space-inline-xl);
|
|
1643
1643
|
text-decoration: none;
|
|
1644
1644
|
}
|
|
1645
1645
|
|
|
@@ -1652,7 +1652,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1652
1652
|
padding-block-end: var(--utrecht-space-block-2xs);
|
|
1653
1653
|
padding-block-start: var(--utrecht-space-block-2xs);
|
|
1654
1654
|
padding-inline-end: var(--utrecht-space-inline-3xs);
|
|
1655
|
-
padding-inline-start: var(--utrecht-space-inline-
|
|
1655
|
+
padding-inline-start: var(--utrecht-space-inline-xl);
|
|
1656
1656
|
text-decoration: none;
|
|
1657
1657
|
}
|
|
1658
1658
|
|
package/dist/index.css
CHANGED
|
@@ -1679,7 +1679,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1679
1679
|
padding-block-end: var(--utrecht-space-block-xs);
|
|
1680
1680
|
padding-block-start: var(--utrecht-space-block-xs);
|
|
1681
1681
|
padding-inline-end: var(--utrecht-space-inline-3xs);
|
|
1682
|
-
padding-inline-start: var(--utrecht-space-inline-
|
|
1682
|
+
padding-inline-start: var(--utrecht-space-inline-xl);
|
|
1683
1683
|
text-decoration: none;
|
|
1684
1684
|
}
|
|
1685
1685
|
|
|
@@ -1692,7 +1692,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1692
1692
|
padding-block-end: var(--utrecht-space-block-2xs);
|
|
1693
1693
|
padding-block-start: var(--utrecht-space-block-2xs);
|
|
1694
1694
|
padding-inline-end: var(--utrecht-space-inline-3xs);
|
|
1695
|
-
padding-inline-start: var(--utrecht-space-inline-
|
|
1695
|
+
padding-inline-start: var(--utrecht-space-inline-xl);
|
|
1696
1696
|
text-decoration: none;
|
|
1697
1697
|
}
|
|
1698
1698
|
|
|
@@ -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
|
|
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-
|
|
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-
|
|
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);
|
package/dist/root-theme.css
CHANGED
|
@@ -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
|
|
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-
|
|
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-
|
|
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.
|
|
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.
|
|
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": "
|
|
29
|
+
"gitHead": "dd16c901d2466f5b58643d4ae92173fbe20f9076"
|
|
30
30
|
}
|