@northlight/ui 2.43.4 → 2.43.6
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 +3 -3
- 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 +2 -2
- package/dist/sandbox/index.js.map +1 -1
- package/dist/umd/northlight.cjs +2 -2
- package/dist/umd/northlight.cjs.map +1 -1
- package/dist/umd/northlight.min.cjs +2 -2
- package/dist/umd/northlight.min.cjs.map +1 -1
- package/lib/components/combo-picker/combo-picker.tsx +2 -2
- package/lib/components/date-picker/date-picker/date-picker.tsx +2 -2
- package/package.json +3 -3
- package/sandbox/bin/sandbox.ts +5 -0
package/dist/umd/northlight.cjs
CHANGED
|
@@ -7320,7 +7320,7 @@
|
|
|
7320
7320
|
maxValue,
|
|
7321
7321
|
isReadOnly,
|
|
7322
7322
|
isRequired,
|
|
7323
|
-
placeholderValue,
|
|
7323
|
+
placeholderValue = date.toCalendarDate(new date.CalendarDateTime(2024, 1, 31)),
|
|
7324
7324
|
isDateUnavailable,
|
|
7325
7325
|
granularity,
|
|
7326
7326
|
hourCycle,
|
|
@@ -15729,7 +15729,7 @@
|
|
|
15729
15729
|
onChange == null ? void 0 : onChange(getNewValue(option, input));
|
|
15730
15730
|
}, [valueProp == null ? void 0 : valueProp.input, valueProp == null ? void 0 : valueProp.option, defaultToZeroIfEmpty, options]);
|
|
15731
15731
|
const buttonWidth = (_b2 = (_a2 = buttonRef.current) == null ? void 0 : _a2.offsetWidth) != null ? _b2 : 0;
|
|
15732
|
-
return /* @__PURE__ */ React.createElement(
|
|
15732
|
+
return /* @__PURE__ */ React.createElement(react.Box, { position: "relative", width: "100%" }, /* @__PURE__ */ React.createElement(
|
|
15733
15733
|
FormattedNumberInput,
|
|
15734
15734
|
__spreadProps(__spreadValues$1({
|
|
15735
15735
|
width: "100%",
|