@reshape-biotech/design-system 0.0.16 → 0.0.18

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.
@@ -28,7 +28,7 @@
28
28
  open={forceOpen}
29
29
  arrow={showArrow}
30
30
  {placement}
31
- class={`${tooltipClass} rounded bg-base-inverse px-2 py-1 text-sm font-normal text-primary-inverse shadow`}
31
+ class={`${tooltipClass} bg-base-inverse text-primary-inverse rounded px-2 py-1 text-sm font-normal shadow`}
32
32
  >
33
33
  {@render content?.()}
34
34
  </Tooltip>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reshape-biotech/design-system",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",
@@ -53,6 +53,9 @@
53
53
  "@sveltejs/kit": "^2.9.0",
54
54
  "@sveltejs/package": "^2.0.0",
55
55
  "@sveltejs/vite-plugin-svelte": "^4.0.0",
56
+ "@tailwindcss/container-queries": "^0.1.1",
57
+ "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
58
+ "@tailwindcss/typography": "^0.5.15",
56
59
  "autoprefixer": "^10.4.20",
57
60
  "daisyui": "^4.10.5",
58
61
  "eslint": "^9.7.0",
@@ -73,9 +76,5 @@
73
76
  "vite": "^5.4.4",
74
77
  "vitest": "^2.1.4"
75
78
  },
76
- "dependencies": {
77
- "@tailwindcss/container-queries": "^0.1.1",
78
- "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
79
- "@tailwindcss/typography": "^0.5.15"
80
- }
79
+ "dependencies": {}
81
80
  }