@dreamcommerce/aurora 3.1.36-3 → 3.1.36-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/build/cjs/packages/aurora/src/components/time_picker/components/time_picker_content.js
CHANGED
|
@@ -20,7 +20,7 @@ var TimePickerContent = function TimePickerContent(_ref) {
|
|
|
20
20
|
onChoose = _ref.onChoose,
|
|
21
21
|
format = _ref.format;
|
|
22
22
|
return /*#__PURE__*/React__default['default'].createElement(popover_content.PopoverContent, {
|
|
23
|
-
className: "aurora-bg-neutral-0 aurora-w-[264px] aurora-rounded-16 aurora-border aurora-border-strong aurora-shadow-l aurora-overflow-hidden"
|
|
23
|
+
className: "aurora-bg-neutral-0 aurora-w-[264px] aurora-rounded-16 aurora-border aurora-border-strong aurora-shadow-l aurora-overflow-hidden js__aurora-timepicker-dropdown"
|
|
24
24
|
}, /*#__PURE__*/React__default['default'].createElement(time_picker_time_selector.TimePickerTimeSelector, {
|
|
25
25
|
hour: hour,
|
|
26
26
|
minute: minute,
|
package/build/esm/packages/aurora/src/components/time_picker/components/time_picker_content.js
CHANGED
|
@@ -12,7 +12,7 @@ var TimePickerContent = function TimePickerContent(_ref) {
|
|
|
12
12
|
onChoose = _ref.onChoose,
|
|
13
13
|
format = _ref.format;
|
|
14
14
|
return /*#__PURE__*/React__default.createElement(PopoverContent, {
|
|
15
|
-
className: "aurora-bg-neutral-0 aurora-w-[264px] aurora-rounded-16 aurora-border aurora-border-strong aurora-shadow-l aurora-overflow-hidden"
|
|
15
|
+
className: "aurora-bg-neutral-0 aurora-w-[264px] aurora-rounded-16 aurora-border aurora-border-strong aurora-shadow-l aurora-overflow-hidden js__aurora-timepicker-dropdown"
|
|
16
16
|
}, /*#__PURE__*/React__default.createElement(TimePickerTimeSelector, {
|
|
17
17
|
hour: hour,
|
|
18
18
|
minute: minute,
|