@purpurds/tooltip 6.7.1 → 6.7.2

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
- Start time: Fri Apr 11 2025 11:42:49 GMT+0000 (Coordinated Universal Time)
1
+ Start time: Fri Apr 11 2025 12:04:39 GMT+0000 (Coordinated Universal Time)
2
2
  Invoking "/usr/bin/tar -x -m -f /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/common/temp/build-cache/ci_build/@purpurds/tooltip/92f414c898b7f3e698cc8e9cf02330ca7fd86308"
3
3
 
4
4
  ======= BEGIN PROCESS INPUT ======
@@ -2,10 +2,10 @@ Invoking: vitest run --passWithNoTests
2
2
 
3
3
  RUN v2.1.2 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/tooltip
4
4
 
5
- ✓ src/tooltip.test.tsx (9 tests) 822ms
5
+ ✓ src/tooltip.test.tsx (9 tests) 1003ms
6
6
 
7
7
  Test Files 1 passed (1)
8
8
  Tests 9 passed (9)
9
- Start at 11:43:20
10
- Duration 2.11s (transform 409ms, setup 0ms, collect 649ms, tests 822ms, environment 389ms, prepare 83ms)
9
+ Start at 12:05:28
10
+ Duration 3.62s (transform 923ms, setup 0ms, collect 1.50s, tests 1.00s, environment 629ms, prepare 151ms)
11
11
 
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 3725.6738889999997
2
+ "nonCachedDurationMs": 6361.7541009999995
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/tooltip",
3
- "version": "6.7.1",
3
+ "version": "6.7.2",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/tooltip.cjs.js",
6
6
  "types": "./dist/tooltip.d.ts",
@@ -17,11 +17,11 @@
17
17
  "dependencies": {
18
18
  "@radix-ui/react-tooltip": "~1.1.8",
19
19
  "classnames": "~2.5.0",
20
- "@purpurds/action": "6.7.1",
21
- "@purpurds/button": "6.7.1",
22
- "@purpurds/icon": "6.7.1",
23
- "@purpurds/paragraph": "6.7.1",
24
- "@purpurds/tokens": "6.7.1"
20
+ "@purpurds/action": "6.7.2",
21
+ "@purpurds/button": "6.7.2",
22
+ "@purpurds/tokens": "6.7.2",
23
+ "@purpurds/paragraph": "6.7.2",
24
+ "@purpurds/icon": "6.7.2"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@rushstack/eslint-patch": "~1.10.0",