@utrecht/component-library-css 1.0.0-alpha.544 → 1.0.0-alpha.546

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/html.css +2 -1
  2. package/package.json +4 -4
package/dist/html.css CHANGED
@@ -1478,7 +1478,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
1478
1478
  background-color: var(--utrecht-table-row-alternate-odd-background-color);
1479
1479
  color: var(--utrecht-table-row-alternate-odd-color);
1480
1480
  }
1481
- .utrecht-html textarea { /* Fall back to `resize: vertical` for browsers that don't support `resize: block` */
1481
+ .utrecht-html textarea {
1482
+ /* Fall back to `resize: vertical` for browsers that don't support `resize: block` */
1482
1483
  background-color: var(--utrecht-textarea-background-color, var(--utrecht-form-control-background-color));
1483
1484
  block-size: initial; /* harden */
1484
1485
  border-width: var(--utrecht-textarea-border-width, var(--utrecht-form-control-border-width));
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.544",
2
+ "version": "1.0.0-alpha.546",
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,9 +16,9 @@
16
16
  "url": "git@github.com:nl-design-system/utrecht.git"
17
17
  },
18
18
  "devDependencies": {
19
- "node-sass-package-importer": "5.3.2",
19
+ "node-sass-package-importer": "5.3.3",
20
20
  "rimraf": "3.0.2",
21
- "sass": "1.62.1"
21
+ "sass": "1.66.1"
22
22
  },
23
23
  "scripts": {
24
24
  "prebuild": "npm run clean",
@@ -26,5 +26,5 @@
26
26
  "clean": "rimraf dist/"
27
27
  },
28
28
  "main": "dist/index.css",
29
- "gitHead": "21af63d5da9ea7ea8615edfe54fa1a82ae7c807f"
29
+ "gitHead": "28375a78e408d499b72075e0894ac38c24d30d91"
30
30
  }