@gnist/design-system 3.5.4 → 3.5.5

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,12 @@
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
+ ## [3.5.5](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@3.5.4...@gnist/design-system@3.5.5) (2025-06-27)
7
+
8
+ ### Bug Fixes
9
+
10
+ * set flexShrink to 0 on IconButton and TextButton to make sure it keeps it's width at all times ([553959b](https://github.com/mollerdigital/design-system-design-system/commit/553959b4e09e6d30fc07e9926ccef00a7a43825d))
11
+
6
12
  ## [3.5.4](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@3.5.3...@gnist/design-system@3.5.4) (2025-06-27)
7
13
 
8
14
  ### Bug Fixes
@@ -37,7 +37,8 @@ const textAndIconButton = css.style([
37
37
  atoms_css_js.atoms({ height: "l" }),
38
38
  {
39
39
  color: "inherit",
40
- minWidth: 0
40
+ minWidth: 0,
41
+ flexShrink: 0
41
42
  }
42
43
  ]);
43
44
  const buttonRecipe = recipes.recipe({
@@ -1 +1 @@
1
- {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/buttons/styles.css.ts"],"names":[],"mappings":"AA6CA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyDvB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;EAStB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;EAQrB,CAAC;AAEH,eAAO,MAAM,UAAU,QAErB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;EA0BzB,CAAC"}
1
+ {"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/buttons/styles.css.ts"],"names":[],"mappings":"AA8CA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyDvB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;EAStB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;EAQrB,CAAC;AAEH,eAAO,MAAM,UAAU,QAErB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;EA0BzB,CAAC"}
@@ -35,7 +35,8 @@ const textAndIconButton = style([
35
35
  atoms({ height: "l" }),
36
36
  {
37
37
  color: "inherit",
38
- minWidth: 0
38
+ minWidth: 0,
39
+ flexShrink: 0
39
40
  }
40
41
  ]);
41
42
  const buttonRecipe = recipe({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnist/design-system",
3
- "version": "3.5.4",
3
+ "version": "3.5.5",
4
4
  "license": "UNLICENSED",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -103,5 +103,5 @@
103
103
  "optional": true
104
104
  }
105
105
  },
106
- "gitHead": "ea0755b4250908c64a8d7dfc953f7132191f57ed"
106
+ "gitHead": "46e94a0408948829fa3184f5f7e14e1389d231d8"
107
107
  }