@delightui/components 0.1.142 → 0.1.144

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.
@@ -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 {
3512
- color: var(--modal-header-title-color);
3511
+ .ModalHeader-module_modalHeader__oHT0h .ModalHeader-module_title__BH1qq.ModalHeader-module_title__BH1qq {
3512
+ color: var(--modal-header-color);
3513
+ font-family: var(--modal-header-font-family);
3514
+ font-size: var(--modal-header-font-size);
3515
+ font-weight: var(--modal-header-font-weight);
3516
+ line-height: var(--modal-header-line-height);
3517
+ letter-spacing: var(--modal-header-letter-spacing);
3513
3518
  }
3514
3519
  .PaginationNumberField-module_root__Yk-8J {
3515
3520
  width: 38px;
@@ -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 {
3512
- color: var(--modal-header-title-color);
3511
+ .ModalHeader-module_modalHeader__oHT0h .ModalHeader-module_title__BH1qq.ModalHeader-module_title__BH1qq {
3512
+ color: var(--modal-header-color);
3513
+ font-family: var(--modal-header-font-family);
3514
+ font-size: var(--modal-header-font-size);
3515
+ font-weight: var(--modal-header-font-weight);
3516
+ line-height: var(--modal-header-line-height);
3517
+ letter-spacing: var(--modal-header-letter-spacing);
3513
3518
  }
3514
3519
  .PaginationNumberField-module_root__Yk-8J {
3515
3520
  width: 38px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delightui/components",
3
- "version": "0.1.142",
3
+ "version": "0.1.144",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "vite",