@norges-domstoler/dds-components 0.0.0-dev-20260408074650 → 0.0.0-dev-20260408100005
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12742,7 +12742,7 @@ var PhoneInput = ({
|
|
|
12742
12742
|
children: countryOptions.map((item, index) => /* @__PURE__ */ (0, import_jsx_runtime309.jsx)("option", { value: item.countryCode, children: item.label }, index))
|
|
12743
12743
|
}
|
|
12744
12744
|
),
|
|
12745
|
-
/* @__PURE__ */ (0, import_jsx_runtime309.jsxs)(Box, { width: "100%", className: Input_default["input-group"], children: [
|
|
12745
|
+
/* @__PURE__ */ (0, import_jsx_runtime309.jsxs)(Box, { width: "100%", display: "flex", className: Input_default["input-group"], children: [
|
|
12746
12746
|
/* @__PURE__ */ (0, import_jsx_runtime309.jsx)(
|
|
12747
12747
|
"span",
|
|
12748
12748
|
{
|