rimelight-components 1.7.10 → 1.7.11

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.
@@ -25,7 +25,7 @@ const tooltip = computed(() => config.value.tooltip);
25
25
  const RootComponent = computed(() => to ? NuxtLink : "div");
26
26
  const rootProps = computed(() => {
27
27
  const commonClasses = {
28
- class: "w-full block"
28
+ class: ""
29
29
  };
30
30
  if (to) {
31
31
  return {
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.10",
4
+ "version": "1.7.11",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/Rimelight-Entertainment/rimelight-components.git"