@northlight/ui 2.43.3 → 2.43.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/dist/es/northlight.js +1 -1
- package/dist/es/northlight.js.map +1 -1
- package/dist/sandbox/index.cjs +1 -1
- package/dist/sandbox/index.cjs.map +1 -1
- package/dist/sandbox/index.js +1 -1
- package/dist/sandbox/index.js.map +1 -1
- package/dist/umd/northlight.cjs +1 -1
- package/dist/umd/northlight.cjs.map +1 -1
- package/dist/umd/northlight.min.cjs +1 -1
- package/dist/umd/northlight.min.cjs.map +1 -1
- package/lib/components/date-picker/date-picker/date-range-picker.tsx +1 -1
- package/package.json +2 -2
package/dist/umd/northlight.cjs
CHANGED
|
@@ -8570,7 +8570,7 @@
|
|
|
8570
8570
|
isInvalid,
|
|
8571
8571
|
variant
|
|
8572
8572
|
},
|
|
8573
|
-
/* @__PURE__ */ React.createElement(react.HStack, { paddingInlineStart: "1a", "data-
|
|
8573
|
+
/* @__PURE__ */ React.createElement(react.HStack, { paddingInlineStart: "1a", "data-testid": "daterange-picker-input-field", paddingInlineEnd: 10 }, /* @__PURE__ */ React.createElement(
|
|
8574
8574
|
DateField,
|
|
8575
8575
|
__spreadProps$g(__spreadValues$1r({}, restStartFieldProps), {
|
|
8576
8576
|
id: startFieldId,
|