@gnist/design-system 1.0.2 → 1.0.4

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,16 @@
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
+ ## [1.0.4](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@1.0.3...@gnist/design-system@1.0.4) (2025-01-20)
7
+
8
+ **Note:** Version bump only for package @gnist/design-system
9
+
10
+ ## [1.0.3](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@1.0.2...@gnist/design-system@1.0.3) (2025-01-17)
11
+
12
+ ### Bug Fixes
13
+
14
+ * Fix bug with text-field in firefow browser ([60b68b0](https://github.com/mollerdigital/design-system-design-system/commit/60b68b0018a5ff42004f198037a8cc189d6c15e1))
15
+
6
16
  ## [1.0.2](https://github.com/mollerdigital/design-system-design-system/compare/@gnist/design-system@1.0.1...@gnist/design-system@1.0.2) (2025-01-17)
7
17
 
8
18
  ### Bug Fixes
@@ -107,7 +107,6 @@ const inputFieldStyle = css.style([
107
107
  transitionDuration: inputFieldConstants_css.transitionTime,
108
108
  paddingLeft: cssUtils.calc(tokens_css_js.tokens.spacing.s).add(inputFieldConstants_css.preInputWidth).toString(),
109
109
  paddingRight: cssUtils.calc(tokens_css_js.tokens.spacing.s).add(inputFieldConstants_css.postInputWidth).toString(),
110
- whiteSpace: "pre-wrap",
111
110
  wordWrap: "break-word",
112
111
  cursor: "text",
113
112
  selectors: {
@@ -1 +1 @@
1
- {"version":3,"file":"inputField.css.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/shared-styles/inputField.css.ts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,YAAY,QAIvB,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6ElC,CAAC;AAEH,eAAO,MAAM,eAAe,QAyB1B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;EAyB9B,CAAC"}
1
+ {"version":3,"file":"inputField.css.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/shared-styles/inputField.css.ts"],"names":[],"mappings":"AAqBA,eAAO,MAAM,YAAY,QAIvB,CAAC;AAEH,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6ElC,CAAC;AAEH,eAAO,MAAM,eAAe,QAwB1B,CAAC;AAEH,eAAO,MAAM,mBAAmB;;;;;EAyB9B,CAAC"}
@@ -105,7 +105,6 @@ const inputFieldStyle = style([
105
105
  transitionDuration: transitionTime,
106
106
  paddingLeft: calc(tokens.spacing.s).add(preInputWidth).toString(),
107
107
  paddingRight: calc(tokens.spacing.s).add(postInputWidth).toString(),
108
- whiteSpace: "pre-wrap",
109
108
  wordWrap: "break-word",
110
109
  cursor: "text",
111
110
  selectors: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnist/design-system",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "license": "UNLICENSED",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -49,7 +49,7 @@
49
49
  "dependencies": {
50
50
  "@formkit/auto-animate": "^0.7.0",
51
51
  "@gnist/component-utils": "2.0.0",
52
- "@gnist/themes": "^1.0.1",
52
+ "@gnist/themes": "^1.0.2",
53
53
  "@mui/base": "^5.0.0-beta.36",
54
54
  "@vanilla-extract/css": "^1.14.1",
55
55
  "@vanilla-extract/css-utils": "^0.1.3",
@@ -113,5 +113,5 @@
113
113
  "optional": true
114
114
  }
115
115
  },
116
- "gitHead": "362be6f81364292336fa1c3b6b414b41bed7f4bc"
116
+ "gitHead": "924897c7627bc44019ecf7f45a9165e2b0315217"
117
117
  }