@dayflow/core 3.3.5 → 3.3.6
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/dist/index.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/styles.components.css +285 -370
- package/dist/styles.css +345 -325
- package/package.json +3 -2
package/dist/index.d.ts
CHANGED
|
@@ -3187,7 +3187,7 @@ declare const cancelButton = "rounded-md bg-background border border-border px-3
|
|
|
3187
3187
|
/**
|
|
3188
3188
|
* Calendar picker dropdown (for selecting calendar for an event)
|
|
3189
3189
|
*/
|
|
3190
|
-
declare const calendarPickerDropdown = "bg-white dark:bg-gray-800 rounded-md shadow-lg border border-gray-200 dark:border-gray-700 overflow-hidden transition-all duration-200 origin-top-right df-animate-in df-fade-in df-zoom-in-95";
|
|
3190
|
+
declare const calendarPickerDropdown = "df-portal bg-white dark:bg-gray-800 rounded-md shadow-lg border border-gray-200 dark:border-gray-700 overflow-hidden transition-all duration-200 origin-top-right df-animate-in df-fade-in df-zoom-in-95";
|
|
3191
3191
|
/**
|
|
3192
3192
|
* Sidebar container
|
|
3193
3193
|
*/
|