@utrecht/component-library-css 1.0.0-alpha.220 → 1.0.0-alpha.221

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/html.css CHANGED
@@ -293,6 +293,8 @@
293
293
  * @license EUPL-1.2
294
294
  * Copyright (c) 2021 Robbert Broersma
295
295
  */
296
+ /* stylelint-disable-next-line block-no-empty */
297
+ /* stylelint-disable-next-line block-no-empty */
296
298
  /* stylelint-disable selector-class-pattern */
297
299
  /**
298
300
  * @license EUPL-1.2
package/dist/index.css CHANGED
@@ -3008,6 +3008,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
3008
3008
  * @license EUPL-1.2
3009
3009
  * Copyright (c) 2021 Robbert Broersma
3010
3010
  */
3011
+ /* stylelint-disable-next-line block-no-empty */
3012
+ /* stylelint-disable-next-line block-no-empty */
3011
3013
  .utrecht-table {
3012
3014
  border-collapse: collapse;
3013
3015
  border-color: var(--utrecht-table-border-color, 0);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.220",
2
+ "version": "1.0.0-alpha.221",
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.213",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.214",
20
20
  "node-sass-package-importer": "5.3.2",
21
21
  "rimraf": "3.0.2",
22
22
  "sass": "1.51.0"
@@ -27,5 +27,5 @@
27
27
  "clean": "rimraf dist/"
28
28
  },
29
29
  "main": "dist/index.css",
30
- "gitHead": "67abd4199c22e64cff036e079ceeae379a0212ba"
30
+ "gitHead": "a74ecb3352cb4a47b9b70ec0275dea28f9b6b19d"
31
31
  }