rimelight-components 1.7.6 → 1.7.8
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.
|
@@ -35,7 +35,7 @@ const sectionVariants = tv({
|
|
|
35
35
|
1: {
|
|
36
36
|
sectionSlot: "gap-2",
|
|
37
37
|
linkSlot: "",
|
|
38
|
-
headingSlot: "
|
|
38
|
+
headingSlot: "",
|
|
39
39
|
descriptionSlot: "text-2xl",
|
|
40
40
|
separatorSlot: "",
|
|
41
41
|
contentSlot: ""
|
|
@@ -43,7 +43,7 @@ const sectionVariants = tv({
|
|
|
43
43
|
2: {
|
|
44
44
|
sectionSlot: "gap-1.5",
|
|
45
45
|
linkSlot: "",
|
|
46
|
-
headingSlot: "
|
|
46
|
+
headingSlot: "",
|
|
47
47
|
descriptionSlot: "text-xl",
|
|
48
48
|
separatorSlot: "",
|
|
49
49
|
contentSlot: ""
|
|
@@ -51,7 +51,7 @@ const sectionVariants = tv({
|
|
|
51
51
|
3: {
|
|
52
52
|
sectionSlot: "gap-1",
|
|
53
53
|
linkSlot: "",
|
|
54
|
-
headingSlot: "
|
|
54
|
+
headingSlot: "",
|
|
55
55
|
descriptionSlot: "text-lg",
|
|
56
56
|
separatorSlot: "",
|
|
57
57
|
contentSlot: ""
|
|
@@ -59,7 +59,7 @@ const sectionVariants = tv({
|
|
|
59
59
|
4: {
|
|
60
60
|
sectionSlot: "gap-0.5",
|
|
61
61
|
linkSlot: "",
|
|
62
|
-
headingSlot: "
|
|
62
|
+
headingSlot: "",
|
|
63
63
|
descriptionSlot: "text-md",
|
|
64
64
|
separatorSlot: "",
|
|
65
65
|
contentSlot: ""
|
|
@@ -67,7 +67,7 @@ const sectionVariants = tv({
|
|
|
67
67
|
5: {
|
|
68
68
|
sectionSlot: "gap-0.25",
|
|
69
69
|
linkSlot: "",
|
|
70
|
-
headingSlot: "
|
|
70
|
+
headingSlot: "",
|
|
71
71
|
descriptionSlot: "text-sm",
|
|
72
72
|
separatorSlot: "",
|
|
73
73
|
contentSlot: ""
|
|
@@ -75,7 +75,7 @@ const sectionVariants = tv({
|
|
|
75
75
|
6: {
|
|
76
76
|
sectionSlot: "gap-0.125",
|
|
77
77
|
linkSlot: "",
|
|
78
|
-
headingSlot: "
|
|
78
|
+
headingSlot: "",
|
|
79
79
|
descriptionSlot: "text-xs",
|
|
80
80
|
separatorSlot: "",
|
|
81
81
|
contentSlot: ""
|
|
@@ -119,7 +119,6 @@ const fullSectionUrl = computed(() => {
|
|
|
119
119
|
<NuxtLink
|
|
120
120
|
:href="`#${sectionId}`"
|
|
121
121
|
:class="linkSlot()"
|
|
122
|
-
:id="sectionId"
|
|
123
122
|
class="group lg:-ms-2 lg:ps-2"
|
|
124
123
|
>
|
|
125
124
|
<UButton
|