@delightui/components 0.1.142 → 0.1.143
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 +6 -1
- package/dist/esm/library.css +6 -1
- package/package.json +1 -1
package/dist/cjs/library.css
CHANGED
|
@@ -3508,8 +3508,13 @@ span.flatpickr-weekday {
|
|
|
3508
3508
|
background-color: var(--modal-header-background-color);
|
|
3509
3509
|
color: var(--modal-header-color);
|
|
3510
3510
|
}
|
|
3511
|
-
.ModalHeader-module_modalHeader__oHT0h .ModalHeader-module_title__BH1qq {
|
|
3511
|
+
.ModalHeader-module_modalHeader__oHT0h .ModalHeader-module_title__BH1qq.ModalHeader-module_title__BH1qq {
|
|
3512
3512
|
color: var(--modal-header-title-color);
|
|
3513
|
+
font-family: var(--modal-header-title-font-family);
|
|
3514
|
+
font-size: var(--modal-header-title-font-size);
|
|
3515
|
+
font-weight: var(--modal-header-title-font-weight);
|
|
3516
|
+
line-height: var(--modal-header-title-line-height);
|
|
3517
|
+
letter-spacing: var(--modal-header-title-letter-spacing);
|
|
3513
3518
|
}
|
|
3514
3519
|
.PaginationNumberField-module_root__Yk-8J {
|
|
3515
3520
|
width: 38px;
|
package/dist/esm/library.css
CHANGED
|
@@ -3508,8 +3508,13 @@ span.flatpickr-weekday {
|
|
|
3508
3508
|
background-color: var(--modal-header-background-color);
|
|
3509
3509
|
color: var(--modal-header-color);
|
|
3510
3510
|
}
|
|
3511
|
-
.ModalHeader-module_modalHeader__oHT0h .ModalHeader-module_title__BH1qq {
|
|
3511
|
+
.ModalHeader-module_modalHeader__oHT0h .ModalHeader-module_title__BH1qq.ModalHeader-module_title__BH1qq {
|
|
3512
3512
|
color: var(--modal-header-title-color);
|
|
3513
|
+
font-family: var(--modal-header-title-font-family);
|
|
3514
|
+
font-size: var(--modal-header-title-font-size);
|
|
3515
|
+
font-weight: var(--modal-header-title-font-weight);
|
|
3516
|
+
line-height: var(--modal-header-title-line-height);
|
|
3517
|
+
letter-spacing: var(--modal-header-title-letter-spacing);
|
|
3513
3518
|
}
|
|
3514
3519
|
.PaginationNumberField-module_root__Yk-8J {
|
|
3515
3520
|
width: 38px;
|