@delightui/components 0.1.35 → 0.1.36
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 -6
- package/dist/cjs/library.js +3 -3
- package/dist/cjs/library.js.map +1 -1
- package/dist/esm/library.css +6 -6
- package/dist/esm/library.js +3 -3
- package/dist/esm/library.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/library.css
CHANGED
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
line-height: var(--text-area-placeholder-line-height);
|
|
444
444
|
color: var(--text-area-placeholder-color);
|
|
445
445
|
}
|
|
446
|
-
.ListItem-
|
|
446
|
+
.ListItem-module_listItem__jYwlh {
|
|
447
447
|
display: flex;
|
|
448
448
|
align-items: center;
|
|
449
449
|
justify-content: center;
|
|
@@ -481,18 +481,18 @@
|
|
|
481
481
|
line-height: var(--list-item-line-height);
|
|
482
482
|
color: var(--list-item-color);
|
|
483
483
|
}
|
|
484
|
-
.ListItem-
|
|
484
|
+
.ListItem-module_listItem__jYwlh .ListItem-module_content__I-1o- {
|
|
485
485
|
flex: 1;
|
|
486
486
|
display: flex;
|
|
487
487
|
justify-content: center;
|
|
488
488
|
justify-content: var(--list-item-content-justify-content, center);
|
|
489
489
|
}
|
|
490
|
-
.ListItem-
|
|
491
|
-
.ListItem-
|
|
492
|
-
.ListItem-
|
|
490
|
+
.ListItem-module_listItem__jYwlh .ListItem-module_content__I-1o- > *,
|
|
491
|
+
.ListItem-module_listItem__jYwlh .ListItem-module_leadingIcon__BvSjG > *,
|
|
492
|
+
.ListItem-module_listItem__jYwlh .ListItem-module_trailingIcon__qgDgt > * {
|
|
493
493
|
color: var(--list-item-color);
|
|
494
494
|
}
|
|
495
|
-
.ListItem-
|
|
495
|
+
.ListItem-module_listItem__jYwlh:disabled {
|
|
496
496
|
cursor: not-allowed;
|
|
497
497
|
}
|
|
498
498
|
ul.ButtonGroup-module_buttonGroup__s1X98 {
|