@helpwave/hightide 0.6.5 → 0.6.7

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.
@@ -1,4 +1,4 @@
1
- @utility animate-tooltip-fade-in {
1
+ @utility animate-tooltip-fade-in {
2
2
  animation: fade-in calc(var(--animation-duration-in, 250ms) * 2) ease-in-out 1 forwards;
3
3
  }
4
4
 
@@ -8,14 +8,14 @@
8
8
  }
9
9
 
10
10
  @layer components {
11
- [data-name="tooltip"] {
11
+ .tooltip {
12
12
  @apply absolute px-2 py-1 rounded shadow-around-md;
13
- @apply text-xs font-semibold text-tooltip-text bg-tooltip-background;
13
+ @apply text-xs font-semibold text-tooltip-text bg-tooltip-background truncate;
14
14
 
15
- &[data-state="opening"] {
15
+ &[data-state="opening"][data-animated] {
16
16
  @apply animate-tooltip-fade-in;
17
17
  }
18
- &[data-state="closing"] {
18
+ &[data-state="closing"][data-animated] {
19
19
  @apply animate-tooltip-fade-out;
20
20
  }
21
21
  &[data-state="closed"] {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "git+https://github.com/helpwave/hightide.git"
8
8
  },
9
9
  "license": "MPL-2.0",
10
- "version": "0.6.5",
10
+ "version": "0.6.7",
11
11
  "files": [
12
12
  "dist"
13
13
  ],
@@ -63,12 +63,13 @@
63
63
  "@types/react": "19.2.3",
64
64
  "@types/react-dom": "19.2.3",
65
65
  "@types/tinycolor2": "1.4.6",
66
- "@vitest/mocker": "^4.0.16",
67
- "autoprefixer": "^10.4.23",
66
+ "@vitest/mocker": "4.0.16",
67
+ "autoprefixer": "10.4.23",
68
68
  "eslint": "9.31.0",
69
69
  "eslint-plugin-storybook": "10.1.9",
70
70
  "jest": "30.2.0",
71
71
  "postcss": "^8.5.6",
72
+ "react-devtools": "7.0.1",
72
73
  "storybook": "10.1.10",
73
74
  "ts-jest": "29.4.5",
74
75
  "tsup": "8.5.0",