@vaneui/ui 0.3.1-alpha.20251214132905.c959e96 → 0.3.1-alpha.20251214141144.6dd59c5
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/index.js
CHANGED
|
@@ -4850,6 +4850,7 @@ const textTheme = createTypographyComponentTheme("p", "p-0 m-0 w-fit", new FontS
|
|
|
4850
4850
|
const linkTheme = new ComponentTheme("a", "hover:underline w-fit cursor-pointer", {
|
|
4851
4851
|
size: {
|
|
4852
4852
|
text: new FontSizeTheme(),
|
|
4853
|
+
lineHeight: LineHeightTheme.createDefault(),
|
|
4853
4854
|
},
|
|
4854
4855
|
appearance: {
|
|
4855
4856
|
text: GenericVariantTheme.createTypographyTextTheme(),
|
|
@@ -4857,10 +4858,11 @@ const linkTheme = new ComponentTheme("a", "hover:underline w-fit cursor-pointer"
|
|
|
4857
4858
|
typography: defaultTypographyThemes,
|
|
4858
4859
|
layout: defaultLayoutsThemes,
|
|
4859
4860
|
}, themeDefaults.link, TYPOGRAPHY_CATEGORIES);
|
|
4860
|
-
//
|
|
4861
|
+
// ListItem specific theme
|
|
4861
4862
|
const listItemTheme = new ComponentTheme("li", "", {
|
|
4862
4863
|
size: {
|
|
4863
4864
|
text: new FontSizeTheme(),
|
|
4865
|
+
lineHeight: LineHeightTheme.createDefault(),
|
|
4864
4866
|
},
|
|
4865
4867
|
appearance: {
|
|
4866
4868
|
text: GenericVariantTheme.createTypographyTextTheme(),
|
|
@@ -4872,6 +4874,7 @@ const listItemTheme = new ComponentTheme("li", "", {
|
|
|
4872
4874
|
const listTheme = new ComponentTheme("ul", "list-inside", {
|
|
4873
4875
|
size: {
|
|
4874
4876
|
text: new FontSizeTheme(),
|
|
4877
|
+
lineHeight: LineHeightTheme.createDefault(),
|
|
4875
4878
|
paddingLeft: new PlTheme(),
|
|
4876
4879
|
},
|
|
4877
4880
|
appearance: {
|