@utrecht/component-library-css 1.0.0-alpha.585 → 1.0.0-alpha.586
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 +22 -22
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -4562,6 +4562,28 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
4562
4562
|
outline-style: revert;
|
|
4563
4563
|
}
|
|
4564
4564
|
|
|
4565
|
+
/**
|
|
4566
|
+
* @license EUPL-1.2
|
|
4567
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
4568
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
4569
|
+
*/
|
|
4570
|
+
/**
|
|
4571
|
+
* @license EUPL-1.2
|
|
4572
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
4573
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
4574
|
+
*/
|
|
4575
|
+
.utrecht-number-data {
|
|
4576
|
+
font-variant-numeric: lining-nums tabular-nums;
|
|
4577
|
+
}
|
|
4578
|
+
|
|
4579
|
+
.utrecht-number-data--positive {
|
|
4580
|
+
color: var(--utrecht-number-data-positive-color);
|
|
4581
|
+
}
|
|
4582
|
+
|
|
4583
|
+
.utrecht-number-data--negative {
|
|
4584
|
+
color: var(--utrecht-number-data-negative-color);
|
|
4585
|
+
}
|
|
4586
|
+
|
|
4565
4587
|
/**
|
|
4566
4588
|
* @license EUPL-1.2
|
|
4567
4589
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -6520,25 +6542,3 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
6520
6542
|
hyphens: none;
|
|
6521
6543
|
page-break-inside: avoid;
|
|
6522
6544
|
}
|
|
6523
|
-
|
|
6524
|
-
/**
|
|
6525
|
-
* @license EUPL-1.2
|
|
6526
|
-
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
6527
|
-
* Copyright (c) 2020-2022 Frameless B.V.
|
|
6528
|
-
*/
|
|
6529
|
-
/**
|
|
6530
|
-
* @license EUPL-1.2
|
|
6531
|
-
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
6532
|
-
* Copyright (c) 2020-2022 Frameless B.V.
|
|
6533
|
-
*/
|
|
6534
|
-
.utrecht-value-number {
|
|
6535
|
-
font-variant-numeric: lining-nums tabular-nums;
|
|
6536
|
-
}
|
|
6537
|
-
|
|
6538
|
-
.utrecht-value-number--positive {
|
|
6539
|
-
color: var(--utrecht-value-number-positive-color);
|
|
6540
|
-
}
|
|
6541
|
-
|
|
6542
|
-
.utrecht-value-number--negative {
|
|
6543
|
-
color: var(--utrecht-value-number-negative-color);
|
|
6544
|
-
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.586",
|
|
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": "
|
|
29
|
+
"gitHead": "13c7ea8a4bab1e4c9a3783ee9c6764d3ae143a5b"
|
|
30
30
|
}
|