@delightui/components 0.1.132 → 0.1.133
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 +10 -0
- package/dist/esm/library.css +10 -0
- package/package.json +1 -1
package/dist/cjs/library.css
CHANGED
|
@@ -35339,6 +35339,16 @@ span.flatpickr-weekday {
|
|
|
35339
35339
|
.NotificationContainer-module_top-center__uNAv8 {
|
|
35340
35340
|
align-items: center;
|
|
35341
35341
|
}
|
|
35342
|
+
|
|
35343
|
+
.NotificationContainer-module_bottom-right__lSCdh,
|
|
35344
|
+
.NotificationContainer-module_top-right__8CJ57 {
|
|
35345
|
+
align-items: flex-end;
|
|
35346
|
+
}
|
|
35347
|
+
|
|
35348
|
+
.NotificationContainer-module_bottom-left__qg8Oo,
|
|
35349
|
+
.NotificationContainer-module_top-left__DSEaN {
|
|
35350
|
+
align-items: flex-start;
|
|
35351
|
+
}
|
|
35342
35352
|
.ToastNotification-module_toastNotification__LCpoq {
|
|
35343
35353
|
display: flex;
|
|
35344
35354
|
position: fixed;
|
package/dist/esm/library.css
CHANGED
|
@@ -35339,6 +35339,16 @@ span.flatpickr-weekday {
|
|
|
35339
35339
|
.NotificationContainer-module_top-center__uNAv8 {
|
|
35340
35340
|
align-items: center;
|
|
35341
35341
|
}
|
|
35342
|
+
|
|
35343
|
+
.NotificationContainer-module_bottom-right__lSCdh,
|
|
35344
|
+
.NotificationContainer-module_top-right__8CJ57 {
|
|
35345
|
+
align-items: flex-end;
|
|
35346
|
+
}
|
|
35347
|
+
|
|
35348
|
+
.NotificationContainer-module_bottom-left__qg8Oo,
|
|
35349
|
+
.NotificationContainer-module_top-left__DSEaN {
|
|
35350
|
+
align-items: flex-start;
|
|
35351
|
+
}
|
|
35342
35352
|
.ToastNotification-module_toastNotification__LCpoq {
|
|
35343
35353
|
display: flex;
|
|
35344
35354
|
position: fixed;
|