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: "text-4xl",
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: "text-3xl",
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: "text-2xl",
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: "text-xl",
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: "text-lg",
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: "text-base",
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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
3
  "description": "My new Nuxt module",
4
- "version": "1.7.6",
4
+ "version": "1.7.8",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/Rimelight-Entertainment/rimelight-components.git"