@dreamcommerce/aurora 3.1.37 → 3.1.38
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/date_picker/components/date_picker_content.js +3 -1
- package/build/cjs/packages/aurora/src/components/date_picker/components/date_picker_content.js.map +1 -1
- package/build/cjs/packages/aurora/src/components/resizable/components/resizable_handle.js +1 -1
- package/build/esm/packages/aurora/src/components/date_picker/components/date_picker_content.js +3 -1
- package/build/esm/packages/aurora/src/components/date_picker/components/date_picker_content.js.map +1 -1
- package/build/esm/packages/aurora/src/components/resizable/components/resizable_handle.js +1 -1
- package/build/index.css +1 -1
- package/package.json +1 -1
package/build/cjs/packages/aurora/src/components/date_picker/components/date_picker_content.js
CHANGED
|
@@ -23,7 +23,9 @@ var DatePickerContent = function DatePickerContent(_ref) {
|
|
|
23
23
|
selected: selected,
|
|
24
24
|
onSelect: onSelect
|
|
25
25
|
}, dayPickerProps);
|
|
26
|
-
return /*#__PURE__*/React__default['default'].createElement(popover_content.PopoverContent,
|
|
26
|
+
return /*#__PURE__*/React__default['default'].createElement(popover_content.PopoverContent, {
|
|
27
|
+
className: "aurora-relative aurora-z-[1000]"
|
|
28
|
+
}, /*#__PURE__*/React__default['default'].createElement(calendar.Calendar, _rollupPluginBabelHelpers.objectSpread2({}, calendarProps)));
|
|
27
29
|
};
|
|
28
30
|
|
|
29
31
|
exports.DatePickerContent = DatePickerContent;
|
package/build/cjs/packages/aurora/src/components/date_picker/components/date_picker_content.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -18,7 +18,7 @@ var ResizableHandle = function ResizableHandle(_ref) {
|
|
|
18
18
|
var _useResizableContext = use_resizable_context.useResizableContext(),
|
|
19
19
|
isResizing = _useResizableContext.isResizing;
|
|
20
20
|
return /*#__PURE__*/React__default['default'].createElement("div", {
|
|
21
|
-
className: cn.cn("".concat(resizable_container_constants.RESIZABLE_CONTAINER_RESIZER_CLASS, " ").concat(className, " aurora-absolute aurora-top-0 aurora-bottom-0 aurora-cursor-col-resize aurora-transition-opacity aurora-duration-200 aurora-z-[
|
|
21
|
+
className: cn.cn("".concat(resizable_container_constants.RESIZABLE_CONTAINER_RESIZER_CLASS, " ").concat(className, " aurora-absolute aurora-top-0 aurora-bottom-0 aurora-cursor-col-resize aurora-transition-opacity aurora-duration-200 aurora-z-[100] aurora-opacity-0 hover:aurora-opacity-100"), {
|
|
22
22
|
'aurora-opacity-100': isResizing
|
|
23
23
|
}),
|
|
24
24
|
style: {
|
package/build/esm/packages/aurora/src/components/date_picker/components/date_picker_content.js
CHANGED
|
@@ -15,7 +15,9 @@ var DatePickerContent = function DatePickerContent(_ref) {
|
|
|
15
15
|
selected: selected,
|
|
16
16
|
onSelect: onSelect
|
|
17
17
|
}, dayPickerProps);
|
|
18
|
-
return /*#__PURE__*/React__default.createElement(PopoverContent,
|
|
18
|
+
return /*#__PURE__*/React__default.createElement(PopoverContent, {
|
|
19
|
+
className: "aurora-relative aurora-z-[1000]"
|
|
20
|
+
}, /*#__PURE__*/React__default.createElement(Calendar, _objectSpread2({}, calendarProps)));
|
|
19
21
|
};
|
|
20
22
|
|
|
21
23
|
export { DatePickerContent };
|
package/build/esm/packages/aurora/src/components/date_picker/components/date_picker_content.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -10,7 +10,7 @@ var ResizableHandle = function ResizableHandle(_ref) {
|
|
|
10
10
|
var _useResizableContext = useResizableContext(),
|
|
11
11
|
isResizing = _useResizableContext.isResizing;
|
|
12
12
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
13
|
-
className: cn("".concat(RESIZABLE_CONTAINER_RESIZER_CLASS, " ").concat(className, " aurora-absolute aurora-top-0 aurora-bottom-0 aurora-cursor-col-resize aurora-transition-opacity aurora-duration-200 aurora-z-[
|
|
13
|
+
className: cn("".concat(RESIZABLE_CONTAINER_RESIZER_CLASS, " ").concat(className, " aurora-absolute aurora-top-0 aurora-bottom-0 aurora-cursor-col-resize aurora-transition-opacity aurora-duration-200 aurora-z-[100] aurora-opacity-0 hover:aurora-opacity-100"), {
|
|
14
14
|
'aurora-opacity-100': isResizing
|
|
15
15
|
}),
|
|
16
16
|
style: {
|