@snapdragonsnursery/react-components 1.18.2 → 1.18.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapdragonsnursery/react-components",
3
- "version": "1.18.2",
3
+ "version": "1.18.3",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -187,8 +187,8 @@ export function DateRangePicker({
187
187
  )}
188
188
  </Button>
189
189
  </PopoverTrigger>
190
- <PopoverContent className={cn('w-[90vw] p-3 sm:w-auto', contentClassName)} align="start">
191
- <div className="relative w-full sm:w-[520px]">
190
+ <PopoverContent className={cn('w-auto p-0 pb-5 lg:w-auto lg:p-3 lg:pb-5', contentClassName)} align="start">
191
+ <div className="relative w-auto lg:w-[520px]">
192
192
  <Calendar
193
193
  mode="range"
194
194
  defaultMonth={internalRange?.from}