@dreamcommerce/aurora 3.1.36-1 → 3.1.36-3

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.
@@ -23,7 +23,7 @@ var PopoverContent = /*#__PURE__*/React__default['default'].forwardRef(function
23
23
  ref: ref,
24
24
  align: align,
25
25
  sideOffset: sideOffset,
26
- className: cn.cn('aurora-z-50 w-72 aurora-shadow-m aurora-outline-none data-[state=open]:aurora-animate-in data-[state=closed]:aurora-animate-out data-[state=closed]:aurora-fade-out-0 data-[state=open]:aurora-fade-in-0 data-[side=bottom]:aurora-slide-in-from-top-2 data-[side=left]:aurora-slide-in-from-right-2 data-[side=right]:aurora-slide-in-from-left-2 data-[side=top]:aurora-slide-in-from-bottom-2', className)
26
+ className: cn.cn('aurora-z-50 w-72 aurora-shadow-m aurora-outline-none data-[state=open]:aurora-animate-in data-[state=closed]:aurora-animate-out data-[state=closed]:aurora-fade-out-0 data-[state=open]:aurora-fade-in-0 data-[side=bottom]:aurora-slide-in-from-top-2 data-[side=left]:aurora-slide-in-from-right-2 data-[side=right]:aurora-slide-in-from-left-2 data-[side=top]:aurora-slide-in-from-bottom-2 js__aurora-datepicker-dropdown', className)
27
27
  }, props)));
28
28
  });
29
29
  PopoverContent.displayName = PopoverPrimitive.Content.displayName;
@@ -15,7 +15,7 @@ var PopoverContent = /*#__PURE__*/React__default.forwardRef(function (_ref, ref)
15
15
  ref: ref,
16
16
  align: align,
17
17
  sideOffset: sideOffset,
18
- className: cn('aurora-z-50 w-72 aurora-shadow-m aurora-outline-none data-[state=open]:aurora-animate-in data-[state=closed]:aurora-animate-out data-[state=closed]:aurora-fade-out-0 data-[state=open]:aurora-fade-in-0 data-[side=bottom]:aurora-slide-in-from-top-2 data-[side=left]:aurora-slide-in-from-right-2 data-[side=right]:aurora-slide-in-from-left-2 data-[side=top]:aurora-slide-in-from-bottom-2', className)
18
+ className: cn('aurora-z-50 w-72 aurora-shadow-m aurora-outline-none data-[state=open]:aurora-animate-in data-[state=closed]:aurora-animate-out data-[state=closed]:aurora-fade-out-0 data-[state=open]:aurora-fade-in-0 data-[side=bottom]:aurora-slide-in-from-top-2 data-[side=left]:aurora-slide-in-from-right-2 data-[side=right]:aurora-slide-in-from-left-2 data-[side=top]:aurora-slide-in-from-bottom-2 js__aurora-datepicker-dropdown', className)
19
19
  }, props)));
20
20
  });
21
21
  PopoverContent.displayName = Content.displayName;
@@ -139,5 +139,6 @@ export { fuzzySearch } from "./utilities/fuzzy_search";
139
139
  export { Calendar } from "./components/calendar/calendar";
140
140
  export { DatePicker } from "./components/date_picker/date_picker";
141
141
  export { DatePickerControl } from './components/controls/date_picker_control/date_picker_control';
142
+ export { DatePickerCalendarValue } from "./components/date_picker/date_picker_types";
142
143
  export { TimePicker } from "./components/time_picker/time_picker";
143
144
  export { TimePickerControl } from './components/controls/time_picker_control/time_picker_control';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@dreamcommerce/aurora",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "3.1.36-1",
5
+ "version": "3.1.36-3",
6
6
  "description": "aurora",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",