@povio/ui 2.3.0-rc.21 → 2.3.0-rc.22

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.
@@ -306,7 +306,7 @@ var NumberInputBase = (props) => {
306
306
  return t28;
307
307
  };
308
308
  var NumberInputInner = (t0) => {
309
- const $ = c(10);
309
+ const $ = c(9);
310
310
  const { renderStaticInput, isFormControlDisabled, ...props } = t0;
311
311
  const ui = UIConfig.useConfig();
312
312
  const { locale } = useLocale();
@@ -378,23 +378,21 @@ var NumberInputInner = (t0) => {
378
378
  });
379
379
  }
380
380
  const T0 = NumberInputBase;
381
- const t2 = props.value === null || props.value === void 0 ? "empty" : "filled";
382
- const t3 = mergeRefs(props.ref, inputRef);
383
- let t4;
384
- if ($[4] !== T0 || $[5] !== props || $[6] !== shouldFocus || $[7] !== t2 || $[8] !== t3) {
385
- t4 = /* @__PURE__ */ jsx(T0, {
381
+ const t2 = mergeRefs(props.ref, inputRef);
382
+ let t3;
383
+ if ($[4] !== T0 || $[5] !== props || $[6] !== shouldFocus || $[7] !== t2) {
384
+ t3 = /* @__PURE__ */ jsx(T0, {
386
385
  ...props,
387
- ref: t3,
386
+ ref: t2,
388
387
  autoFocusOnMount: shouldFocus
389
- }, t2);
388
+ });
390
389
  $[4] = T0;
391
390
  $[5] = props;
392
391
  $[6] = shouldFocus;
393
392
  $[7] = t2;
394
393
  $[8] = t3;
395
- $[9] = t4;
396
- } else t4 = $[9];
397
- return t4;
394
+ } else t3 = $[8];
395
+ return t3;
398
396
  };
399
397
  var NumberInput = (t0) => {
400
398
  const $ = c(21);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@povio/ui",
3
- "version": "2.3.0-rc.21",
3
+ "version": "2.3.0-rc.22",
4
4
  "type": "module",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",