@purpurds/tooltip 6.1.3 → 6.1.4
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.
- package/.rush/temp/ci_build/@purpurds/tooltip/{30d0fbba99cbf5e7af5bcf424d4b65f230a4cc6e.untar.log → 935e1a42459d392b707a49941195379f1dba974f.untar.log} +2 -2
- package/.rush/temp/operation/ci_build/all.log +3 -3
- package/.rush/temp/operation/ci_build/state.json +1 -1
- package/.rush/temp/operation/test_unit/all.log +4 -4
- package/.rush/temp/operation/test_unit/state.json +1 -1
- package/dist/LICENSE.txt +4 -4
- package/package.json +6 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
Start time:
|
|
2
|
-
Invoking "/usr/bin/tar -x -m -f /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/common/temp/build-cache/ci_build/@purpurds/tooltip/
|
|
1
|
+
Start time: Fri Mar 07 2025 09:41:53 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/935e1a42459d392b707a49941195379f1dba974f"
|
|
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 3968ms.
|
|
15
|
+
|
|
14
16
|
dist/styles.css 1.78 kB │ gzip: 0.49 kB
|
|
15
17
|
dist/tooltip.cjs.js 57.89 kB │ gzip: 19.91 kB │ map: 265.29 kB
|
|
16
|
-
[vite:dts] Declaration files built in 4166ms.
|
|
17
|
-
|
|
18
18
|
dist/styles.css 1.78 kB │ gzip: 0.49 kB
|
|
19
19
|
dist/tooltip.es.js 84.14 kB │ gzip: 24.02 kB │ map: 274.17 kB
|
|
20
|
-
✓ built in
|
|
20
|
+
✓ built in 6.69s
|
|
@@ -2,11 +2,11 @@ Invoking: vitest run --passWithNoTests
|
|
|
2
2
|
|
|
3
3
|
RUN v2.1.8 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/tooltip
|
|
4
4
|
|
|
5
|
-
✓ src/tooltip.test.tsx (9 tests)
|
|
6
|
-
✓ Tooltip > should open on hover
|
|
5
|
+
✓ src/tooltip.test.tsx (9 tests) 984ms
|
|
6
|
+
✓ Tooltip > should open on hover 637ms
|
|
7
7
|
|
|
8
8
|
Test Files 1 passed (1)
|
|
9
9
|
Tests 9 passed (9)
|
|
10
|
-
Start at
|
|
11
|
-
Duration 2.
|
|
10
|
+
Start at 09:42:25
|
|
11
|
+
Duration 2.95s (transform 527ms, setup 0ms, collect 987ms, tests 984ms, environment 489ms, prepare 126ms)
|
|
12
12
|
|
package/dist/LICENSE.txt
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
Name: @purpurds/button
|
|
2
|
-
Version: 6.1.
|
|
2
|
+
Version: 6.1.3
|
|
3
3
|
License: AGPL-3.0-only
|
|
4
4
|
Private: false
|
|
5
5
|
|
|
6
6
|
---
|
|
7
7
|
|
|
8
8
|
Name: @purpurds/icon
|
|
9
|
-
Version: 6.1.
|
|
9
|
+
Version: 6.1.3
|
|
10
10
|
License: AGPL-3.0-only
|
|
11
11
|
Private: false
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
15
|
Name: @purpurds/paragraph
|
|
16
|
-
Version: 6.1.
|
|
16
|
+
Version: 6.1.3
|
|
17
17
|
License: AGPL-3.0-only
|
|
18
18
|
Private: false
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
22
|
Name: @purpurds/tokens
|
|
23
|
-
Version: 6.1.
|
|
23
|
+
Version: 6.1.3
|
|
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": "6.1.
|
|
3
|
+
"version": "6.1.4",
|
|
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/button": "6.1.
|
|
21
|
-
"@purpurds/
|
|
22
|
-
"@purpurds/icon": "6.1.
|
|
23
|
-
"@purpurds/
|
|
24
|
-
"@purpurds/
|
|
20
|
+
"@purpurds/button": "6.1.4",
|
|
21
|
+
"@purpurds/action": "6.1.4",
|
|
22
|
+
"@purpurds/icon": "6.1.4",
|
|
23
|
+
"@purpurds/paragraph": "6.1.4",
|
|
24
|
+
"@purpurds/tokens": "6.1.4"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@rushstack/eslint-patch": "~1.10.0",
|