@spark-web/text-input 5.4.0 → 6.0.0

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.
@@ -1,2 +1,2 @@
1
- export * from "./declarations/src/index";
1
+ export * from "./declarations/src/index.js";
2
2
  //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Bhcmstd2ViLXRleHQtaW5wdXQuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
@@ -168,7 +168,7 @@ var childrenToAdornments = function childrenToAdornments(children) {
168
168
  };
169
169
  }
170
170
  react.Children.forEach(children, function (child) {
171
- if ( /*#__PURE__*/react.isValidElement(child)) {
171
+ if (/*#__PURE__*/react.isValidElement(child)) {
172
172
  if (child.props.placement === 'end') {
173
173
  endAdornment = child;
174
174
  }
@@ -168,7 +168,7 @@ var childrenToAdornments = function childrenToAdornments(children) {
168
168
  };
169
169
  }
170
170
  react.Children.forEach(children, function (child) {
171
- if ( /*#__PURE__*/react.isValidElement(child)) {
171
+ if (/*#__PURE__*/react.isValidElement(child)) {
172
172
  if (child.props.placement === 'end') {
173
173
  endAdornment = child;
174
174
  }
@@ -164,7 +164,7 @@ var childrenToAdornments = function childrenToAdornments(children) {
164
164
  };
165
165
  }
166
166
  Children.forEach(children, function (child) {
167
- if ( /*#__PURE__*/isValidElement(child)) {
167
+ if (/*#__PURE__*/isValidElement(child)) {
168
168
  if (child.props.placement === 'end') {
169
169
  endAdornment = child;
170
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-web/text-input",
3
- "version": "5.4.0",
3
+ "version": "6.0.0",
4
4
  "homepage": "https://github.com/brighte-labs/spark-web#readme",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,21 +17,21 @@
17
17
  "dependencies": {
18
18
  "@babel/runtime": "^7.25.0",
19
19
  "@emotion/react": "^11.14.0",
20
- "@spark-web/a11y": "^5.0.0",
21
- "@spark-web/box": "^5.2.2",
22
- "@spark-web/text": "^5.2.3",
23
- "@spark-web/utils": "^5.0.0"
20
+ "@spark-web/a11y": "^5.3.0",
21
+ "@spark-web/box": "^6.0.0",
22
+ "@spark-web/text": "^5.3.0",
23
+ "@spark-web/utils": "^5.1.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@spark-web/field": "^5.1.3",
27
- "@spark-web/theme": "^5.12.1",
28
- "@types/react": "^18.2.0",
29
- "react": "^18.2.0"
26
+ "@spark-web/field": "^5.3.0",
27
+ "@spark-web/theme": "^5.13.0",
28
+ "@types/react": "^19.1.0",
29
+ "react": "^19.1.0"
30
30
  },
31
31
  "peerDependencies": {
32
- "@spark-web/field": "^5.1.3",
33
- "@spark-web/theme": "^5.12.1",
34
- "react": ">=17.0.2"
32
+ "@spark-web/field": "^5.3.0",
33
+ "@spark-web/theme": "^5.13.0",
34
+ "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
35
35
  },
36
36
  "engines": {
37
37
  "node": ">=14"