@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/sandbox/index.cjs
CHANGED
|
@@ -7643,7 +7643,7 @@ const DateRangePicker = (props) => {
|
|
|
7643
7643
|
isDisabled,
|
|
7644
7644
|
isInvalid,
|
|
7645
7645
|
variant,
|
|
7646
|
-
children: /* @__PURE__ */ jsxRuntime.jsxs(react$2.HStack, { paddingInlineStart: "1a", "data-
|
|
7646
|
+
children: /* @__PURE__ */ jsxRuntime.jsxs(react$2.HStack, { paddingInlineStart: "1a", "data-testid": "daterange-picker-input-field", paddingInlineEnd: 10, children: [
|
|
7647
7647
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
7648
7648
|
DateField,
|
|
7649
7649
|
__spreadProps$h(__spreadValues$z({}, restStartFieldProps), {
|