@darajs/core 1.15.0 → 1.15.2

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.
@@ -45566,7 +45566,7 @@ var __privateWrapper = (obj, member, setter, getter) => ({
45566
45566
  React.useEffect(() => {
45567
45567
  setInput(getInitialValue(value, initialValue));
45568
45568
  }, [value]);
45569
- return jsxRuntime.exports.jsxs("div", { children: [jsxRuntime.exports.jsxs(InputWrapper$1, { disabled: props.disabled, errorMsg: props.errorMsg, stepper: props.stepper, style: props.style, children: [jsxRuntime.exports.jsx(Input$1, Object.assign({}, props, { keydownFilter, onChange: handleOnChange, onKeyDown, ref, value: input })), props.stepper && jsxRuntime.exports.jsx(InputStepper, { disabled: props.disabled, step, stepSkip: props.stepSkip })] }), props.errorMsg && jsxRuntime.exports.jsx(ErrorMessage$1, { children: props.errorMsg })] });
45569
+ return jsxRuntime.exports.jsx("div", { children: jsxRuntime.exports.jsxs(InputWrapper$1, { disabled: props.disabled, errorMsg: props.errorMsg, stepper: props.stepper, style: props.style, children: [jsxRuntime.exports.jsx(Input$1, Object.assign({}, props, { keydownFilter, onChange: handleOnChange, onKeyDown, ref, value: input })), props.stepper && jsxRuntime.exports.jsx(InputStepper, { disabled: props.disabled, step, stepSkip: props.stepSkip })] }) });
45570
45570
  });
45571
45571
  Input$1.displayName = "NumericInput";
45572
45572
  styled__default.default.div`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@darajs/core",
3
- "version": "1.15.0",
3
+ "version": "1.15.2",
4
4
  "description": "Dara Framework core",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -37,9 +37,9 @@
37
37
  "@babel/preset-env": "^7.23.0",
38
38
  "@babel/preset-react": "^7.22.15",
39
39
  "@babel/preset-typescript": "^7.23.0",
40
- "@darajs/eslint-config": "1.15.0",
41
- "@darajs/prettier-config": "1.15.0",
42
- "@darajs/stylelint-config": "1.15.0",
40
+ "@darajs/eslint-config": "1.15.2",
41
+ "@darajs/prettier-config": "1.15.2",
42
+ "@darajs/stylelint-config": "1.15.2",
43
43
  "@rollup/plugin-inject": "^4.0.4",
44
44
  "@testing-library/dom": "^9.3.0",
45
45
  "@testing-library/jest-dom": "^5.16.5",
@@ -79,10 +79,10 @@
79
79
  "whatwg-fetch": "^3.6.2"
80
80
  },
81
81
  "dependencies": {
82
- "@darajs/styled-components": "1.15.0",
83
- "@darajs/ui-components": "1.15.0",
84
- "@darajs/ui-notifications": "1.15.0",
85
- "@darajs/ui-utils": "1.15.0",
82
+ "@darajs/styled-components": "1.15.2",
83
+ "@darajs/ui-components": "1.15.2",
84
+ "@darajs/ui-notifications": "1.15.2",
85
+ "@darajs/ui-utils": "1.15.2",
86
86
  "@fortawesome/fontawesome-free": "~6.4.0",
87
87
  "@recoiljs/refine": "^0.1.1",
88
88
  "@tanstack/query-core": "^4.0.0",
@@ -117,5 +117,5 @@
117
117
  "publishConfig": {
118
118
  "access": "public"
119
119
  },
120
- "gitHead": "8769b0ad0ff467a75ebaf5bb872a7d6d48a629f9"
120
+ "gitHead": "58c942466564d14c0781b04e989ae081af99debb"
121
121
  }