@gnist/design-system 2.0.23 → 2.0.24

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
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## <small>2.0.24 (2025-03-21)</small>
7
+
8
+ * fix: zIndex for label in TextFields components ([eec1810](https://github.com/mollerdigital/design-system-design-system/commit/eec1810))
9
+
6
10
  ## <small>2.0.23 (2025-03-21)</small>
7
11
 
8
12
  * fix: increase button height on all boxed buttons ([aef7a07](https://github.com/mollerdigital/design-system-design-system/commit/aef7a07))
@@ -29,7 +29,7 @@ const elevatedLabelBackground = (backgroundColor) => ({
29
29
  });
30
30
  const labelStyle = recipes.recipe({
31
31
  base: {
32
- zIndex: 10,
32
+ zIndex: 1,
33
33
  position: "relative",
34
34
  transitionProperty: "color, top, left, font-size, padding",
35
35
  transitionDuration: inputFieldConstants_css.transitionTime,
@@ -27,7 +27,7 @@ const elevatedLabelBackground = (backgroundColor) => ({
27
27
  });
28
28
  const labelStyle = recipe({
29
29
  base: {
30
- zIndex: 10,
30
+ zIndex: 1,
31
31
  position: "relative",
32
32
  transitionProperty: "color, top, left, font-size, padding",
33
33
  transitionDuration: transitionTime,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnist/design-system",
3
- "version": "2.0.23",
3
+ "version": "2.0.24",
4
4
  "license": "UNLICENSED",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -104,5 +104,5 @@
104
104
  "optional": true
105
105
  }
106
106
  },
107
- "gitHead": "5ebdc2f48bbe46ac18c21992e8991e01f30d81f9"
107
+ "gitHead": "c131eacb77e8f86fb936b630c83f36fa8303713f"
108
108
  }