@vygruppen/spor-react 12.5.1 → 12.5.3

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/dist/index.mjs CHANGED
@@ -3789,11 +3789,11 @@ var NumericStepper = React28__default.forwardRef((props, ref) => {
3789
3789
  }
3790
3790
  }
3791
3791
  ) : /* @__PURE__ */ jsx(
3792
- chakra.text,
3792
+ Text3,
3793
3793
  {
3794
- css: styles,
3795
3794
  visibility: !showZero && value === 0 ? "hidden" : "visible",
3796
3795
  "aria-live": "assertive",
3796
+ paddingX: "0.95rem",
3797
3797
  "aria-label": ariaLabelContext.plural === "" ? "" : t(texts13.currentNumberAriaLabel(ariaLabelContext.plural)),
3798
3798
  children: value
3799
3799
  }