@delightui/components 0.1.131 → 0.1.132
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/cjs/library.css +5 -0
- package/dist/esm/library.css +5 -0
- package/package.json +1 -1
package/dist/cjs/library.css
CHANGED
|
@@ -35334,6 +35334,11 @@ span.flatpickr-weekday {
|
|
|
35334
35334
|
.NotificationContainer-module_bottom-right__lSCdh {
|
|
35335
35335
|
flex-direction: column-reverse;
|
|
35336
35336
|
}
|
|
35337
|
+
|
|
35338
|
+
.NotificationContainer-module_bottom-center__fd5iv,
|
|
35339
|
+
.NotificationContainer-module_top-center__uNAv8 {
|
|
35340
|
+
align-items: center;
|
|
35341
|
+
}
|
|
35337
35342
|
.ToastNotification-module_toastNotification__LCpoq {
|
|
35338
35343
|
display: flex;
|
|
35339
35344
|
position: fixed;
|
package/dist/esm/library.css
CHANGED
|
@@ -35334,6 +35334,11 @@ span.flatpickr-weekday {
|
|
|
35334
35334
|
.NotificationContainer-module_bottom-right__lSCdh {
|
|
35335
35335
|
flex-direction: column-reverse;
|
|
35336
35336
|
}
|
|
35337
|
+
|
|
35338
|
+
.NotificationContainer-module_bottom-center__fd5iv,
|
|
35339
|
+
.NotificationContainer-module_top-center__uNAv8 {
|
|
35340
|
+
align-items: center;
|
|
35341
|
+
}
|
|
35337
35342
|
.ToastNotification-module_toastNotification__LCpoq {
|
|
35338
35343
|
display: flex;
|
|
35339
35344
|
position: fixed;
|