@x33025/sveltely 0.0.8 → 0.0.10

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.
@@ -62,7 +62,7 @@
62
62
  --tooltip-border-radius: var(--radius-sm);
63
63
  --tooltip-padding: 4px 8px;
64
64
  --tooltip-font-size: 12px;
65
- --tooltip-background: #111827;
66
- --tooltip-text: #f9fafb;
65
+ --tooltip-background: var(--color-black);
66
+ --tooltip-text: var(--color-white);
67
67
  }
68
68
  }
package/dist/style.css CHANGED
@@ -562,8 +562,8 @@
562
562
  --tooltip-border-radius: var(--radius-sm);
563
563
  --tooltip-padding: 4px 8px;
564
564
  --tooltip-font-size: 12px;
565
- --tooltip-background: #111827;
566
- --tooltip-text: #f9fafb;
565
+ --tooltip-background: var(--color-black);
566
+ --tooltip-text: var(--color-white);
567
567
  }
568
568
  }
569
569
  @property --tw-rotate-x {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x33025/sveltely",
3
- "version": "0.0.8",
3
+ "version": "0.0.10",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run prepack",