@purpurds/tooltip 4.0.0 → 4.0.1

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,5 +1,5 @@
1
- Start time: Thu Mar 28 2024 16:25:33 GMT+0000 (Coordinated Universal Time)
2
- Invoking "/usr/bin/tar -x -m -f /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/common/temp/build-cache/ci_build/@purpurds/tooltip/6c26ec6eecdac332b18285def6c7f32d87bcf466"
1
+ Start time: Mon Apr 15 2024 07:32:20 GMT+0000 (Coordinated Universal Time)
2
+ Invoking "/usr/bin/tar -x -m -f /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/common/temp/build-cache/ci_build/@purpurds/tooltip/58dd56f7296d896cd1a92e550ed5ba620caaaa89"
3
3
 
4
4
  ======= BEGIN PROCESS INPUT ======
5
5
 
@@ -11,10 +11,10 @@ rendering chunks...
11
11
 
12
12
  [vite:dts] Start generate declaration files...
13
13
  computing gzip size...
14
- [vite:dts] Declaration files built in 5262ms.
14
+ [vite:dts] Declaration files built in 4437ms.
15
15
 
16
16
  dist/styles.css 1.99 kB │ gzip: 0.53 kB
17
17
  dist/tooltip.cjs.js 55.32 kB │ gzip: 18.97 kB │ map: 703.05 kB
18
18
  dist/styles.css 1.99 kB │ gzip: 0.53 kB
19
19
  dist/tooltip.es.js 79.07 kB │ gzip: 22.56 kB │ map: 712.12 kB
20
- ✓ built in 8.08s
20
+ ✓ built in 7.50s
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 11026.13836000004
2
+ "nonCachedDurationMs": 10570.15355799999
3
3
  }
@@ -2,10 +2,10 @@ Invoking: vitest run --passWithNoTests
2
2
 
3
3
  RUN v1.4.0 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/tooltip
4
4
 
5
- ✓ src/tooltip.test.tsx (9 tests) 860ms
5
+ ✓ src/tooltip.test.tsx (9 tests) 775ms
6
6
 
7
7
  Test Files 1 passed (1)
8
8
  Tests 9 passed (9)
9
- Start at 16:25:55
10
- Duration 3.86s (transform 1.14s, setup 0ms, collect 1.70s, tests 860ms, environment 525ms, prepare 144ms)
9
+ Start at 07:32:40
10
+ Duration 3.49s (transform 1.07s, setup 0ms, collect 1.54s, tests 775ms, environment 427ms, prepare 175ms)
11
11
 
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 5649.701887000003
2
+ "nonCachedDurationMs": 4893.394291000004
3
3
  }
package/dist/LICENSE.txt CHANGED
@@ -1,26 +1,26 @@
1
1
  Name: @purpurds/button
2
- Version: 3.7.1
2
+ Version: 4.0.0
3
3
  License: AGPL-3.0-only
4
4
  Private: false
5
5
 
6
6
  ---
7
7
 
8
8
  Name: @purpurds/icon
9
- Version: 3.7.1
9
+ Version: 4.0.0
10
10
  License: AGPL-3.0-only
11
11
  Private: false
12
12
 
13
13
  ---
14
14
 
15
15
  Name: @purpurds/paragraph
16
- Version: 3.7.1
16
+ Version: 4.0.0
17
17
  License: AGPL-3.0-only
18
18
  Private: false
19
19
 
20
20
  ---
21
21
 
22
22
  Name: @purpurds/tokens
23
- Version: 3.7.1
23
+ Version: 4.0.0
24
24
  License: AGPL-3.0-only
25
25
  Private: false
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/tooltip",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/tooltip.cjs.js",
6
6
  "types": "./dist/tooltip.d.ts",
@@ -16,10 +16,10 @@
16
16
  "dependencies": {
17
17
  "@radix-ui/react-tooltip": "~1.0.7",
18
18
  "classnames": "~2.5.0",
19
- "@purpurds/button": "4.0.0",
20
- "@purpurds/paragraph": "4.0.0",
21
- "@purpurds/tokens": "4.0.0",
22
- "@purpurds/icon": "4.0.0"
19
+ "@purpurds/icon": "4.0.1",
20
+ "@purpurds/button": "4.0.1",
21
+ "@purpurds/paragraph": "4.0.1",
22
+ "@purpurds/tokens": "4.0.1"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@rushstack/eslint-patch": "~1.7.0",