@purpurds/tooltip 6.3.0 → 6.3.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.
- package/.rush/temp/ci_build/@purpurds/tooltip/{be20e0f5809b27cefb4079273c50858abc162345.untar.log → 69c35eef1d9c7aa5dce3354559a44c3fa7bcc834.untar.log} +2 -2
- package/.rush/temp/operation/ci_build/all.log +7 -7
- package/.rush/temp/operation/ci_build/state.json +1 -1
- package/.rush/temp/operation/test_unit/all.log +4 -5
- package/.rush/temp/operation/test_unit/state.json +1 -1
- package/.rush/temp/shrinkwrap-deps.json +298 -272
- package/dist/LICENSE.txt +8 -8
- package/dist/tooltip.cjs.js +6 -6
- package/dist/tooltip.cjs.js.map +1 -1
- package/dist/tooltip.es.js +961 -1002
- package/dist/tooltip.es.js.map +1 -1
- package/package.json +9 -9
|
@@ -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 14 2025 14:14:24 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/69c35eef1d9c7aa5dce3354559a44c3fa7bcc834"
|
|
3
3
|
|
|
4
4
|
======= BEGIN PROCESS INPUT ======
|
|
5
5
|
|
|
@@ -4,17 +4,17 @@ Found configuration in /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/
|
|
|
4
4
|
Rush Multi-Project Build Tool 5.110.1 - Node.js 20.12.2 (LTS)
|
|
5
5
|
> "vite build"
|
|
6
6
|
|
|
7
|
-
vite
|
|
7
|
+
vite v6.2.1 building for production...
|
|
8
8
|
transforming...
|
|
9
|
-
✓
|
|
9
|
+
✓ 42 modules transformed.
|
|
10
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 4131ms.
|
|
15
|
-
|
|
16
14
|
dist/styles.css 1.78 kB │ gzip: 0.49 kB
|
|
17
|
-
dist/tooltip.cjs.js
|
|
15
|
+
dist/tooltip.cjs.js 56.92 kB │ gzip: 19.62 kB │ map: 261.03 kB
|
|
16
|
+
[vite:dts] Declaration files built in 4118ms.
|
|
17
|
+
|
|
18
18
|
dist/styles.css 1.78 kB │ gzip: 0.49 kB
|
|
19
|
-
dist/tooltip.es.js
|
|
20
|
-
✓ built in 7.
|
|
19
|
+
dist/tooltip.es.js 82.85 kB │ gzip: 23.56 kB │ map: 269.76 kB
|
|
20
|
+
✓ built in 7.06s
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Invoking: vitest run --passWithNoTests
|
|
2
2
|
|
|
3
|
-
RUN v2.1.
|
|
3
|
+
RUN v2.1.2 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/tooltip
|
|
4
4
|
|
|
5
|
-
✓ src/tooltip.test.tsx
|
|
6
|
-
✓ Tooltip > should open on hover 600ms
|
|
5
|
+
✓ src/tooltip.test.tsx (9 tests) 784ms
|
|
7
6
|
|
|
8
7
|
Test Files 1 passed (1)
|
|
9
8
|
Tests 9 passed (9)
|
|
10
|
-
Start at 14:
|
|
11
|
-
Duration 2.
|
|
9
|
+
Start at 14:14:56
|
|
10
|
+
Duration 2.58s (transform 563ms, setup 0ms, collect 956ms, tests 784ms, environment 472ms, prepare 104ms)
|
|
12
11
|
|