@vygruppen/spor-react 12.3.3 → 12.3.5

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
@@ -4205,6 +4205,8 @@ var PhoneNumberInput = forwardRef((props, ref) => {
4205
4205
  outline: invalid ? "1px solid" : "none",
4206
4206
  outlineColor: invalid ? "outline.error" : "none",
4207
4207
  borderRadius: invalid ? "sm" : "none",
4208
+ display: "grid",
4209
+ gridTemplateColumns: "1fr 10fr",
4208
4210
  children: /* @__PURE__ */ jsxs(Fragment, { children: [
4209
4211
  /* @__PURE__ */ jsx(
4210
4212
  CountryCodeSelect,