@utrecht/component-library-css 1.0.0-alpha.298 → 1.0.0-alpha.299

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
@@ -801,7 +801,7 @@
801
801
  box-shadow: none;
802
802
  outline-style: none;
803
803
  }
804
- .utrecht-html select:invalid, .utrecht-html select[aria-invalid=true] {
804
+ .utrecht-html select[aria-invalid=true] {
805
805
  background-color: var(--utrecht-select-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-select-background-color, var(--utrecht-form-input-background-color))));
806
806
  border-color: var(--utrecht-select-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-select-border-color, var(--utrecht-form-input-border-color))));
807
807
  border-width: var(--utrecht-select-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-select-border-width, var(--utrecht-form-input-border-width))));
package/dist/index.css CHANGED
@@ -3158,11 +3158,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
3158
3158
  box-shadow: none;
3159
3159
  outline-style: none;
3160
3160
  }
3161
- .utrecht-select--html-select:invalid, .utrecht-select--html-select[aria-invalid=true] {
3162
- background-color: var(--utrecht-select-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-select-background-color, var(--utrecht-form-input-background-color))));
3163
- border-color: var(--utrecht-select-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-select-border-color, var(--utrecht-form-input-border-color))));
3164
- border-width: var(--utrecht-select-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-select-border-width, var(--utrecht-form-input-border-width))));
3165
- }
3161
+
3166
3162
  /**
3167
3163
  * @license EUPL-1.2
3168
3164
  * Copyright (c) 2021 Gemeente Utrecht
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.298",
2
+ "version": "1.0.0-alpha.299",
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.291",
19
+ "@utrecht/design-tokens": "1.0.0-alpha.292",
20
20
  "node-sass-package-importer": "5.3.2",
21
21
  "rimraf": "3.0.2",
22
22
  "sass": "1.54.0"
@@ -27,5 +27,5 @@
27
27
  "clean": "rimraf dist/"
28
28
  },
29
29
  "main": "dist/index.css",
30
- "gitHead": "c0860140ea5b2836e09c0e9793a345124b06e9ec"
30
+ "gitHead": "f458710bb8b9662aa62e947ff506748493354b95"
31
31
  }