@purpurds/tooltip 3.0.0 → 3.1.0
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/0a8cee774fbae4db60999e576bef8a203e89bcfa.untar.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Start time: Fri Mar 08 2024
|
|
1
|
+
Start time: Fri Mar 08 2024 12:39:11 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/0a8cee774fbae4db60999e576bef8a203e89bcfa"
|
|
3
3
|
|
|
4
4
|
======= BEGIN PROCESS INPUT ======
|
|
@@ -2,10 +2,10 @@ Invoking: vitest run --passWithNoTests
|
|
|
2
2
|
|
|
3
3
|
RUN v1.3.1 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/tooltip
|
|
4
4
|
|
|
5
|
-
✓ src/tooltip.test.tsx (9 tests)
|
|
5
|
+
✓ src/tooltip.test.tsx (9 tests) 813ms
|
|
6
6
|
|
|
7
7
|
Test Files 1 passed (1)
|
|
8
8
|
Tests 9 passed (9)
|
|
9
|
-
Start at
|
|
10
|
-
Duration
|
|
9
|
+
Start at 12:39:24
|
|
10
|
+
Duration 3.90s (transform 1.22s, setup 0ms, collect 1.75s, tests 813ms, environment 483ms, prepare 150ms)
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/tooltip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"main": "./dist/tooltip.cjs.js",
|
|
5
5
|
"types": "./dist/tooltip.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -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": "3.0
|
|
20
|
-
"@purpurds/
|
|
21
|
-
"@purpurds/
|
|
22
|
-
"@purpurds/tokens": "3.0
|
|
19
|
+
"@purpurds/button": "3.1.0",
|
|
20
|
+
"@purpurds/icon": "3.1.0",
|
|
21
|
+
"@purpurds/paragraph": "3.1.0",
|
|
22
|
+
"@purpurds/tokens": "3.1.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@rushstack/eslint-patch": "~1.7.0",
|