@vygruppen/spor-react 12.3.3 → 12.3.4
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/.turbo/turbo-build.log +8 -8
- package/.turbo/turbo-postinstall.log +1 -1
- package/CHANGELOG.md +7 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/input/PhoneNumberInput.tsx +2 -0
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,
|