@delightui/components 0.1.126 → 0.1.127
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/components/utils/WrapTextNodes/WrapTextNodes.types.d.ts +1 -1
- package/dist/cjs/library.css +139 -0
- package/dist/cjs/library.js +3 -3
- package/dist/cjs/library.js.map +1 -1
- package/dist/esm/components/utils/WrapTextNodes/WrapTextNodes.types.d.ts +1 -1
- package/dist/esm/library.css +139 -0
- package/dist/esm/library.js +3 -3
- package/dist/esm/library.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/docs/components/utils/NotificationProvider.md +70 -0
- package/docs/components/utils/ThemeProvider.md +228 -0
- package/package.json +1 -1
- package/dist/cjs/components/utils.d.ts +0 -28
- package/dist/esm/components/utils.d.ts +0 -28
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { TextProps } from '../../atoms/Text';
|
|
2
|
-
export type WrapTextNodesProps =
|
|
2
|
+
export type WrapTextNodesProps = TextProps;
|
package/dist/cjs/library.css
CHANGED
|
@@ -169,6 +169,13 @@
|
|
|
169
169
|
justify-content: center;
|
|
170
170
|
justify-content: var(--button-content-justify-content, center);
|
|
171
171
|
}
|
|
172
|
+
.Button-module_button__y6Gwz .Button-module_text__Dyuvh {
|
|
173
|
+
--text-font-family: var(--button-font-family);
|
|
174
|
+
--text-font-weight: var(--button-font-weight);
|
|
175
|
+
--text-font-size: var(--button-font-size);
|
|
176
|
+
--text-letter-spacing: var(--button-letter-spacing);
|
|
177
|
+
--text-line-height: var(--button-line-height);
|
|
178
|
+
}
|
|
172
179
|
.Button-module_button__y6Gwz .Button-module_content__IipV4 > *,
|
|
173
180
|
.Button-module_button__y6Gwz .Button-module_leadingIcon__vsX8z > *,
|
|
174
181
|
.Button-module_button__y6Gwz .Button-module_trailingIcon__kXG08 > * {
|
|
@@ -496,6 +503,13 @@
|
|
|
496
503
|
justify-content: flex-start;
|
|
497
504
|
justify-content: var(--list-item-content-justify-content, flex-start);
|
|
498
505
|
}
|
|
506
|
+
.ListItem-module_listItem__jYwlh .ListItem-module_text__DFamD {
|
|
507
|
+
--text-font-family: var(--list-item-font-family);
|
|
508
|
+
--text-font-weight: var(--list-item-font-weight);
|
|
509
|
+
--text-font-size: var(--list-item-font-size);
|
|
510
|
+
--text-letter-spacing: var(--list-item-letter-spacing);
|
|
511
|
+
--text-line-height: var(--list-item-line-height);
|
|
512
|
+
}
|
|
499
513
|
.ListItem-module_listItem__jYwlh .ListItem-module_content__I-1o- > *,
|
|
500
514
|
.ListItem-module_listItem__jYwlh .ListItem-module_leadingIcon__BvSjG > *,
|
|
501
515
|
.ListItem-module_listItem__jYwlh .ListItem-module_trailingIcon__qgDgt > * {
|
|
@@ -549,6 +563,13 @@
|
|
|
549
563
|
justify-content: flex-start;
|
|
550
564
|
justify-content: var(--list-item-content-justify-content, flex-start);
|
|
551
565
|
}
|
|
566
|
+
.SelectListItem-module_listItem__alhXN .SelectListItem-module_text__nt6od {
|
|
567
|
+
--text-font-family: var(--list-item-font-family);
|
|
568
|
+
--text-font-weight: var(--list-item-font-weight);
|
|
569
|
+
--text-font-size: var(--list-item-font-size);
|
|
570
|
+
--text-letter-spacing: var(--list-item-letter-spacing);
|
|
571
|
+
--text-line-height: var(--list-item-line-height);
|
|
572
|
+
}
|
|
552
573
|
.SelectListItem-module_listItem__alhXN .SelectListItem-module_content__IU02L > *,
|
|
553
574
|
.SelectListItem-module_listItem__alhXN .SelectListItem-module_leadingIcon__wMycl > *,
|
|
554
575
|
.SelectListItem-module_listItem__alhXN .SelectListItem-module_trailingIcon__ldup1 > * {
|
|
@@ -585,6 +606,13 @@
|
|
|
585
606
|
border-bottom-right-radius: var(--toggle-border-bottom-right-radius);
|
|
586
607
|
border-bottom-left-radius: var(--toggle-border-bottom-left-radius);
|
|
587
608
|
}
|
|
609
|
+
.Toggle-module_toggle__gOwa0 .Toggle-module_text__0AAzY {
|
|
610
|
+
--text-font-family: var(--toggle-font-family);
|
|
611
|
+
--text-font-weight: var(--toggle-font-weight);
|
|
612
|
+
--text-font-size: var(--toggle-font-size);
|
|
613
|
+
--text-letter-spacing: var(--toggle-letter-spacing);
|
|
614
|
+
--text-line-height: var(--toggle-line-height);
|
|
615
|
+
}
|
|
588
616
|
.Toggle-module_toggle__gOwa0 .Toggle-module_input__aAn85 {
|
|
589
617
|
position: absolute;
|
|
590
618
|
opacity: 0;
|
|
@@ -858,6 +886,13 @@
|
|
|
858
886
|
align-items: center;
|
|
859
887
|
justify-content: center;
|
|
860
888
|
}
|
|
889
|
+
.Chip-module_chip__gFkbn .Chip-module_text__Zdkhb {
|
|
890
|
+
--text-font-family: var(--chip-text-font-family);
|
|
891
|
+
--text-font-weight: var(--chip-text-font-weight);
|
|
892
|
+
--text-font-size: var(--chip-text-font-size);
|
|
893
|
+
--text-letter-spacing: var(--chip-text-letter-spacing);
|
|
894
|
+
--text-line-height: var(--chip-text-line-height);
|
|
895
|
+
}
|
|
861
896
|
.Chip-module_chip__gFkbn .Chip-module_content__BXoaz {
|
|
862
897
|
flex: 1;
|
|
863
898
|
display: flex;
|
|
@@ -912,6 +947,13 @@
|
|
|
912
947
|
padding-bottom: var(--checkbox-bottom-padding);
|
|
913
948
|
padding-left: var(--checkbox-left-padding);
|
|
914
949
|
}
|
|
950
|
+
.Checkbox-module_checkbox__xj-77 .Checkbox-module_label__KXdQP {
|
|
951
|
+
--text-font-family: var(--checkbox-font-family);
|
|
952
|
+
--text-font-weight: var(--checkbox-font-weight);
|
|
953
|
+
--text-font-size: var(--checkbox-font-size);
|
|
954
|
+
--text-letter-spacing: var(--checkbox-letter-spacing);
|
|
955
|
+
--text-line-height: var(--checkbox-line-height);
|
|
956
|
+
}
|
|
915
957
|
.Checkbox-module_checkbox__xj-77 .Checkbox-module_input__fzmwc {
|
|
916
958
|
position: absolute;
|
|
917
959
|
opacity: 0;
|
|
@@ -1049,6 +1091,13 @@
|
|
|
1049
1091
|
.CheckboxItem-module_checkboxItem__x-Kh8 .CheckboxItem-module_checkbox__w9N6t {
|
|
1050
1092
|
--checkbox-width: 100% ;
|
|
1051
1093
|
}
|
|
1094
|
+
.CheckboxItem-module_checkboxItem__x-Kh8 .CheckboxItem-module_text__cPivn {
|
|
1095
|
+
--text-font-family: var(--checkbox-item-font-family);
|
|
1096
|
+
--text-font-weight: var(--checkbox-item-font-weight);
|
|
1097
|
+
--text-font-size: var(--checkbox-item-font-size);
|
|
1098
|
+
--text-letter-spacing: var(--checkbox-item-letter-spacing);
|
|
1099
|
+
--text-line-height: var(--checkbox-item-line-height);
|
|
1100
|
+
}
|
|
1052
1101
|
.Slider-module_sliderContainer__WQ-Yb {
|
|
1053
1102
|
display: flex;
|
|
1054
1103
|
align-items: center;
|
|
@@ -1209,6 +1258,13 @@
|
|
|
1209
1258
|
letter-spacing: var(--radio-button-letter-spacing);
|
|
1210
1259
|
line-height: var(--radio-button-line-height);
|
|
1211
1260
|
}
|
|
1261
|
+
.RadioButton-module_radioButton__rJ-J1 .RadioButton-module_text__Gf2S7 {
|
|
1262
|
+
--text-font-family: var(--radio-button-font-family);
|
|
1263
|
+
--text-font-weight: var(--radio-button-font-weight);
|
|
1264
|
+
--text-font-size: var(--radio-button-font-size);
|
|
1265
|
+
--text-letter-spacing: var(--radio-button-letter-spacing);
|
|
1266
|
+
--text-line-height: var(--radio-button-line-height);
|
|
1267
|
+
}
|
|
1212
1268
|
.RadioButton-module_radioButton__rJ-J1 .RadioButton-module_input__cI2KO {
|
|
1213
1269
|
position: absolute;
|
|
1214
1270
|
opacity: 0;
|
|
@@ -1420,6 +1476,27 @@
|
|
|
1420
1476
|
overflow: hidden;
|
|
1421
1477
|
transition: height 0.3s ease-in-out;
|
|
1422
1478
|
}
|
|
1479
|
+
.Accordion-module_root__Duh5q .Accordion-module_summaryText__JYNpR {
|
|
1480
|
+
--text-font-family: var(--accordion-summary-font-family);
|
|
1481
|
+
--text-font-weight: var(--accordion-summary-font-weight);
|
|
1482
|
+
--text-font-size: var(--accordion-summary-font-size);
|
|
1483
|
+
--text-letter-spacing: var(--accordion-summary-letter-spacing);
|
|
1484
|
+
--text-line-height: var(--accordion-summary-line-height);
|
|
1485
|
+
}
|
|
1486
|
+
.Accordion-module_root__Duh5q .Accordion-module_detailsText__W3Zbm {
|
|
1487
|
+
--text-font-family: var(--accordion-font-family);
|
|
1488
|
+
--text-font-weight: var(--accordion-font-weight);
|
|
1489
|
+
--text-font-size: var(--accordion-font-size);
|
|
1490
|
+
--text-letter-spacing: var(--accordion-letter-spacing);
|
|
1491
|
+
--text-line-height: var(--accordion-line-height);
|
|
1492
|
+
}
|
|
1493
|
+
.Accordion-module_root__Duh5q .Accordion-module_text__KY4-5 {
|
|
1494
|
+
--text-font-family: var(--accordion-font-family);
|
|
1495
|
+
--text-font-weight: var(--accordion-font-weight);
|
|
1496
|
+
--text-font-size: var(--accordion-font-size);
|
|
1497
|
+
--text-letter-spacing: var(--accordion-letter-spacing);
|
|
1498
|
+
--text-line-height: var(--accordion-line-height);
|
|
1499
|
+
}
|
|
1423
1500
|
.AccordionGroup-module_root__0n8b2 {
|
|
1424
1501
|
display: flex;
|
|
1425
1502
|
flex-direction: column;
|
|
@@ -1510,6 +1587,7 @@
|
|
|
1510
1587
|
.Breadcrumbs-module_breadcrumbs__Ltk8M .Breadcrumbs-module_breadcrumbItem__95zLW {
|
|
1511
1588
|
display: flex;
|
|
1512
1589
|
list-style: none;
|
|
1590
|
+
align-items: center;
|
|
1513
1591
|
}
|
|
1514
1592
|
.Breadcrumbs-module_breadcrumbs__Ltk8M .Breadcrumbs-module_breadcrumbItem__95zLW > * {
|
|
1515
1593
|
color: inherit;
|
|
@@ -1612,6 +1690,13 @@
|
|
|
1612
1690
|
line-height: var(--button-line-height);
|
|
1613
1691
|
color: var(--button-color);
|
|
1614
1692
|
}
|
|
1693
|
+
.NavLink-module_navLink__ZbL1G.NavLink-module_button__fm4B7 .NavLink-module_buttonText__qv0sH {
|
|
1694
|
+
--text-font-family: var(--button-font-family);
|
|
1695
|
+
--text-font-weight: var(--button-font-weight);
|
|
1696
|
+
--text-font-size: var(--button-font-size);
|
|
1697
|
+
--text-letter-spacing: var(--button-letter-spacing);
|
|
1698
|
+
--text-line-height: var(--button-line-height);
|
|
1699
|
+
}
|
|
1615
1700
|
.NavLink-module_navLink__ZbL1G.NavLink-module_link__FSAEq {
|
|
1616
1701
|
height: var(--nav-link-height);
|
|
1617
1702
|
min-height: var(--nav-link-min-height);
|
|
@@ -1646,6 +1731,13 @@
|
|
|
1646
1731
|
line-height: var(--nav-link-line-height);
|
|
1647
1732
|
color: var(--nav-link-color);
|
|
1648
1733
|
}
|
|
1734
|
+
.NavLink-module_navLink__ZbL1G.NavLink-module_link__FSAEq .NavLink-module_linkText__rHYq4 {
|
|
1735
|
+
--text-font-family: var(--nav-link-font-family);
|
|
1736
|
+
--text-font-weight: var(--nav-link-font-weight);
|
|
1737
|
+
--text-font-size: var(--nav-link-font-size);
|
|
1738
|
+
--text-letter-spacing: var(--nav-link-letter-spacing);
|
|
1739
|
+
--text-line-height: var(--nav-link-line-height);
|
|
1740
|
+
}
|
|
1649
1741
|
.NavLink-module_navLink__ZbL1G:disabled {
|
|
1650
1742
|
cursor: not-allowed;
|
|
1651
1743
|
}
|
|
@@ -3020,6 +3112,13 @@ span.flatpickr-weekday {
|
|
|
3020
3112
|
line-height: var(--form-field-label-line-height);
|
|
3021
3113
|
color: var(--form-field-label-color);
|
|
3022
3114
|
}
|
|
3115
|
+
.FormField-module_formField__vNu-s .FormField-module_label__fzwKv {
|
|
3116
|
+
--text-font-family: var(--form-field-label-font-family);
|
|
3117
|
+
--text-font-weight: var(--form-field-label-font-weight);
|
|
3118
|
+
--text-font-size: var(--form-field-label-font-size);
|
|
3119
|
+
--text-letter-spacing: var(--form-field-label-letter-spacing);
|
|
3120
|
+
--text-line-height: var(--form-field-label-line-height);
|
|
3121
|
+
}
|
|
3023
3122
|
.FormField-module_formField__vNu-s .FormField-module_label__fzwKv.FormField-module_required__JvRw2::after {
|
|
3024
3123
|
content: " *";
|
|
3025
3124
|
}
|
|
@@ -3555,6 +3654,7 @@ span.flatpickr-weekday {
|
|
|
3555
3654
|
width: 100%;
|
|
3556
3655
|
height: auto;
|
|
3557
3656
|
cursor: pointer;
|
|
3657
|
+
align-items: center;
|
|
3558
3658
|
padding-top: calc(var(--select-list-item-padding-top) - var(--select-list-item-border-top-width));
|
|
3559
3659
|
padding-bottom: calc(var(--select-list-item-padding-bottom) - var(--select-list-item-border-bottom-width));
|
|
3560
3660
|
padding-left: calc(var(--select-list-item-padding-left) - var(--select-list-item-border-left-width));
|
|
@@ -3582,6 +3682,13 @@ span.flatpickr-weekday {
|
|
|
3582
3682
|
line-height: var(--select-list-item-line-height);
|
|
3583
3683
|
color: var(--select-list-item-color);
|
|
3584
3684
|
}
|
|
3685
|
+
.Option-module_option__EOKym .Option-module_text__Wv9Oq {
|
|
3686
|
+
--text-font-family: var(--select-list-item-font-family);
|
|
3687
|
+
--text-font-weight: var(--select-list-item-font-weight);
|
|
3688
|
+
--text-font-size: var(--select-list-item-font-size);
|
|
3689
|
+
--text-letter-spacing: var(--select-list-item-letter-spacing);
|
|
3690
|
+
--text-line-height: var(--select-list-item-line-height);
|
|
3691
|
+
}
|
|
3585
3692
|
.Option-module_option__EOKym .Option-module_content__jLIAJ {
|
|
3586
3693
|
width: 100%;
|
|
3587
3694
|
}
|
|
@@ -4196,6 +4303,14 @@ span.flatpickr-weekday {
|
|
|
4196
4303
|
height: var(--table-cell-height);
|
|
4197
4304
|
background-color: var(--table-cell-background-color);
|
|
4198
4305
|
}
|
|
4306
|
+
|
|
4307
|
+
.TableCell-module_text__um8md {
|
|
4308
|
+
--text-font-family: var(--table-cell-font-family);
|
|
4309
|
+
--text-font-weight: var(--table-cell-font-weight);
|
|
4310
|
+
--text-font-size: var(--table-cell-font-size);
|
|
4311
|
+
--text-letter-spacing: var(--table-cell-letter-spacing);
|
|
4312
|
+
--text-line-height: var(--table-cell-line-height);
|
|
4313
|
+
}
|
|
4199
4314
|
.TableHeader-module_tableHeader__6OHNZ {
|
|
4200
4315
|
border-top-width: var(--table-header-border-top-width);
|
|
4201
4316
|
border-right-width: var(--table-header-border-right-width);
|
|
@@ -4252,6 +4367,14 @@ span.flatpickr-weekday {
|
|
|
4252
4367
|
height: var(--table-header-cell-height);
|
|
4253
4368
|
background-color: var(--table-header-cell-background-color);
|
|
4254
4369
|
}
|
|
4370
|
+
|
|
4371
|
+
.TableHeaderCell-module_text__lOhG2 {
|
|
4372
|
+
--text-font-family: var(--table-header-cell-font-family);
|
|
4373
|
+
--text-font-weight: var(--table-header-cell-font-weight);
|
|
4374
|
+
--text-font-size: var(--table-header-cell-font-size);
|
|
4375
|
+
--text-letter-spacing: var(--table-header-cell-letter-spacing);
|
|
4376
|
+
--text-line-height: var(--table-header-cell-line-height);
|
|
4377
|
+
}
|
|
4255
4378
|
.TableBody-module_tableBody__rw8Gr {
|
|
4256
4379
|
border-top-width: var(--table-body-border-top-width);
|
|
4257
4380
|
border-right-width: var(--table-body-border-right-width);
|
|
@@ -4402,6 +4525,13 @@ span.flatpickr-weekday {
|
|
|
4402
4525
|
outline-color: var(--tab-item-wrapper-outline-color);
|
|
4403
4526
|
background-color: var(--tab-item-wrapper-background-color);
|
|
4404
4527
|
}
|
|
4528
|
+
.TabItem-module_tabItem__--dM- .TabItem-module_text__Aq8pU {
|
|
4529
|
+
--text-font-family: var(--tab-item-font-family);
|
|
4530
|
+
--text-font-weight: var(--tab-item-font-weight);
|
|
4531
|
+
--text-font-size: var(--tab-item-font-size);
|
|
4532
|
+
--text-letter-spacing: var(--tab-item-letter-spacing);
|
|
4533
|
+
--text-line-height: var(--tab-item-line-height);
|
|
4534
|
+
}
|
|
4405
4535
|
.TabItem-module_tabItem__--dM- .TabItem-module_underline__MVnHi {
|
|
4406
4536
|
width: var(--tab-item-underline-width);
|
|
4407
4537
|
height: var(--tab-item-underline-height);
|
|
@@ -34436,6 +34566,14 @@ span.flatpickr-weekday {
|
|
|
34436
34566
|
flex-direction: column;
|
|
34437
34567
|
z-index: 1000;
|
|
34438
34568
|
}
|
|
34569
|
+
.ToastNotification-module_text__OfAqs {
|
|
34570
|
+
--text-font-family: var(--toast-notification-font-family);
|
|
34571
|
+
--text-font-weight: var(--toast-notification-font-weight);
|
|
34572
|
+
--text-font-size: var(--toast-notification-font-size);
|
|
34573
|
+
--text-letter-spacing: var(--toast-notification-letter-spacing);
|
|
34574
|
+
--text-line-height: var(--toast-notification-line-height);
|
|
34575
|
+
}
|
|
34576
|
+
|
|
34439
34577
|
.ToastNotification-module_toastNotification__LCpoq {
|
|
34440
34578
|
display: flex;
|
|
34441
34579
|
position: fixed;
|
|
@@ -34472,6 +34610,7 @@ span.flatpickr-weekday {
|
|
|
34472
34610
|
background-color: var(--toast-notification-background-color);
|
|
34473
34611
|
color: var(--toast-notification-color);
|
|
34474
34612
|
}
|
|
34613
|
+
|
|
34475
34614
|
.ToastNotification-module_toastNotification__LCpoq .ToastNotification-module_messageContainer__t1z1L {
|
|
34476
34615
|
display: flex;
|
|
34477
34616
|
flex-direction: row;
|