@utrecht/component-library-css 1.0.0 → 1.0.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @utrecht/component-library-css
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0e434e0a19: fix rendering glitch in Firefox when hovering over a button
8
+
3
9
  ## 1.0.0
4
10
 
5
11
  ### Patch Changes
package/dist/html.css CHANGED
@@ -700,6 +700,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
700
700
  padding-block-start: var(--utrecht-button-padding-block-start);
701
701
  padding-inline-end: var(--utrecht-button-padding-inline-end);
702
702
  padding-inline-start: var(--utrecht-button-padding-inline-start);
703
+ scale: 1;
703
704
  text-transform: var(--utrecht-button-text-transform);
704
705
  -webkit-user-select: none;
705
706
  user-select: none;
package/dist/index.css CHANGED
@@ -1105,6 +1105,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
1105
1105
  padding-block-start: var(--utrecht-button-padding-block-start);
1106
1106
  padding-inline-end: var(--utrecht-button-padding-inline-end);
1107
1107
  padding-inline-start: var(--utrecht-button-padding-inline-start);
1108
+ scale: 1;
1108
1109
  text-transform: var(--utrecht-button-text-transform);
1109
1110
  -webkit-user-select: none;
1110
1111
  user-select: none;
@@ -2076,6 +2077,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
2076
2077
  padding-block-start: var(--utrecht-button-padding-block-start);
2077
2078
  padding-inline-end: var(--utrecht-button-padding-inline-end);
2078
2079
  padding-inline-start: var(--utrecht-button-padding-inline-start);
2080
+ scale: 1;
2079
2081
  text-transform: var(--utrecht-button-text-transform);
2080
2082
  -webkit-user-select: none;
2081
2083
  user-select: none;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "1.0.1",
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": "4f92db51ca884f96ae613f0dca78aa9d4cd52740"
29
+ "gitHead": "7b2241dec1bc0413d5db6a05b573e8e3aa0a3d80"
30
30
  }