@wallarm-org/design-system 0.38.0 → 0.38.1-rc-feature-AS-971.1
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.
|
@@ -6,7 +6,7 @@ const CalendarContent = /*#__PURE__*/ forwardRef(({ children, className }, ref)=
|
|
|
6
6
|
children: /*#__PURE__*/ jsx(DatePicker.Positioner, {
|
|
7
7
|
children: /*#__PURE__*/ jsx(DatePicker.Content, {
|
|
8
8
|
ref: ref,
|
|
9
|
-
className: cn('flex bg-bg-surface-2 rounded-12 shadow-md', 'border border-border-primary-light', 'data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95', 'data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95', className),
|
|
9
|
+
className: cn('flex bg-bg-surface-2 rounded-12 shadow-md', 'border border-border-primary-light', 'z-50', 'data-[state=open]:animate-in data-[state=open]:fade-in-0 data-[state=open]:zoom-in-95', 'data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95', className),
|
|
10
10
|
children: children
|
|
11
11
|
})
|
|
12
12
|
})
|
package/package.json
CHANGED