@norges-domstoler/dds-components 0.0.0-dev-20250904073534 → 0.0.0-dev-20250904074636
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 +9 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6740,9 +6740,7 @@ function DateInput({
|
|
|
6740
6740
|
/* @__PURE__ */ (0, import_jsx_runtime233.jsxs)(
|
|
6741
6741
|
Box,
|
|
6742
6742
|
{
|
|
6743
|
-
...fieldProps,
|
|
6744
6743
|
style,
|
|
6745
|
-
ref: internalRef,
|
|
6746
6744
|
width: getInputWidth(width, "fit-content"),
|
|
6747
6745
|
className: cn(
|
|
6748
6746
|
Input_default.input,
|
|
@@ -6762,7 +6760,15 @@ function DateInput({
|
|
|
6762
6760
|
),
|
|
6763
6761
|
children: [
|
|
6764
6762
|
button,
|
|
6765
|
-
/* @__PURE__ */ (0, import_jsx_runtime233.jsx)(
|
|
6763
|
+
/* @__PURE__ */ (0, import_jsx_runtime233.jsx)(
|
|
6764
|
+
"div",
|
|
6765
|
+
{
|
|
6766
|
+
...fieldProps,
|
|
6767
|
+
ref: internalRef,
|
|
6768
|
+
className: DateInput_default["date-segment-container"],
|
|
6769
|
+
children
|
|
6770
|
+
}
|
|
6771
|
+
),
|
|
6766
6772
|
suffixEl
|
|
6767
6773
|
]
|
|
6768
6774
|
}
|