@delightui/components 0.1.130 → 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 +20 -0
- package/dist/cjs/library.js +1 -1
- package/dist/cjs/library.js.map +1 -1
- package/dist/cjs/modules/notification/index.d.ts +2 -2
- package/dist/cjs/modules/notification/types.d.ts +20 -2
- package/dist/esm/library.css +20 -0
- package/dist/esm/library.js +1 -1
- package/dist/esm/library.js.map +1 -1
- package/dist/esm/modules/notification/index.d.ts +2 -2
- package/dist/esm/modules/notification/types.d.ts +20 -2
- package/dist/index.d.ts +21 -3
- package/package.json +1 -1
package/dist/cjs/library.css
CHANGED
|
@@ -35318,6 +35318,26 @@ span.flatpickr-weekday {
|
|
|
35318
35318
|
display: flex;
|
|
35319
35319
|
flex-direction: column;
|
|
35320
35320
|
z-index: 1000;
|
|
35321
|
+
gap: 8px;
|
|
35322
|
+
min-width: 300px;
|
|
35323
|
+
max-width: 500px;
|
|
35324
|
+
}
|
|
35325
|
+
|
|
35326
|
+
.NotificationContainer-module_top-left__DSEaN,
|
|
35327
|
+
.NotificationContainer-module_top-center__uNAv8,
|
|
35328
|
+
.NotificationContainer-module_top-right__8CJ57 {
|
|
35329
|
+
flex-direction: column;
|
|
35330
|
+
}
|
|
35331
|
+
|
|
35332
|
+
.NotificationContainer-module_bottom-left__qg8Oo,
|
|
35333
|
+
.NotificationContainer-module_bottom-center__fd5iv,
|
|
35334
|
+
.NotificationContainer-module_bottom-right__lSCdh {
|
|
35335
|
+
flex-direction: column-reverse;
|
|
35336
|
+
}
|
|
35337
|
+
|
|
35338
|
+
.NotificationContainer-module_bottom-center__fd5iv,
|
|
35339
|
+
.NotificationContainer-module_top-center__uNAv8 {
|
|
35340
|
+
align-items: center;
|
|
35321
35341
|
}
|
|
35322
35342
|
.ToastNotification-module_toastNotification__LCpoq {
|
|
35323
35343
|
display: flex;
|