@utrecht/component-library-css 1.0.0-alpha.525 → 1.0.0-alpha.527

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.
Files changed (2) hide show
  1. package/dist/index.css +16 -0
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -3181,6 +3181,22 @@ ol.utrecht-breadcrumb__list {
3181
3181
  --utrecht-space-around: 0;
3182
3182
  }
3183
3183
 
3184
+ /**
3185
+ * @license EUPL-1.2
3186
+ * Copyright (c) 2021 Robbert Broersma
3187
+ */
3188
+ /**
3189
+ * @license EUPL-1.2
3190
+ * Copyright (c) 2021 Robbert Broersma
3191
+ */
3192
+ .utrecht-iban-data {
3193
+ /* lining-nums: avoid "oldstyle-nums" where some numbers have descenders */
3194
+ /* slashed-zero: avoid confusion between LATIN LETTER O (U+004F) and DIGIT ZERO (U+0030) */
3195
+ /* tabular-nums: vertically align IBAN values */
3196
+ font-variant-numeric: lining-nums slashed-zero tabular-nums;
3197
+ white-space: nowrap;
3198
+ }
3199
+
3184
3200
  /**
3185
3201
  * @license EUPL-1.2
3186
3202
  * Copyright (c) 2021-2022 Gemeente Utrecht
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.525",
2
+ "version": "1.0.0-alpha.527",
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": "e95d6c1c13f8735e0768216b5bff64f0c0a5090f"
29
+ "gitHead": "e97f40c4c98692a5cb62915563a0888a832c715d"
30
30
  }