@purpurds/tooltip 5.31.0 → 5.33.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/{325f48734fcb7f52e36b48e70976e92f9dedcfdb.untar.log → c4acc2ab2c305bc13bb4cdf652f941d589d29aec.untar.log} +2 -2
- package/.rush/temp/operation/ci_build/all.log +4 -4
- package/.rush/temp/operation/ci_build/state.json +1 -1
- package/.rush/temp/operation/test_unit/all.log +5 -4
- package/.rush/temp/operation/test_unit/state.json +1 -1
- package/.rush/temp/shrinkwrap-deps.json +292 -342
- package/dist/LICENSE.txt +9 -9
- package/dist/tooltip.cjs.js +6 -6
- package/dist/tooltip.cjs.js.map +1 -1
- package/dist/tooltip.es.js +961 -926
- package/dist/tooltip.es.js.map +1 -1
- package/package.json +6 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
Start time: Fri
|
|
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 Feb 07 2025 08:21:44 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/c4acc2ab2c305bc13bb4cdf652f941d589d29aec"
|
|
3
3
|
|
|
4
4
|
======= BEGIN PROCESS INPUT ======
|
|
5
5
|
|
|
@@ -12,9 +12,9 @@ rendering chunks...
|
|
|
12
12
|
[vite:dts] Start generate declaration files...
|
|
13
13
|
computing gzip size...
|
|
14
14
|
dist/styles.css 1.78 kB │ gzip: 0.49 kB
|
|
15
|
-
dist/tooltip.cjs.js
|
|
16
|
-
[vite:dts] Declaration files built in
|
|
15
|
+
dist/tooltip.cjs.js 56.71 kB │ gzip: 19.52 kB │ map: 740.49 kB
|
|
16
|
+
[vite:dts] Declaration files built in 5248ms.
|
|
17
17
|
|
|
18
18
|
dist/styles.css 1.78 kB │ gzip: 0.49 kB
|
|
19
|
-
dist/tooltip.es.js
|
|
20
|
-
✓ built in 8.
|
|
19
|
+
dist/tooltip.es.js 81.71 kB │ gzip: 23.50 kB │ map: 749.83 kB
|
|
20
|
+
✓ built in 8.98s
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Invoking: vitest run --passWithNoTests
|
|
2
2
|
|
|
3
|
-
RUN v2.1.
|
|
3
|
+
RUN v2.1.8 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/tooltip
|
|
4
4
|
|
|
5
|
-
✓ src/tooltip.test.tsx
|
|
5
|
+
✓ src/tooltip.test.tsx (9 tests) 784ms
|
|
6
|
+
✓ Tooltip > should open on hover 552ms
|
|
6
7
|
|
|
7
8
|
Test Files 1 passed (1)
|
|
8
9
|
Tests 9 passed (9)
|
|
9
|
-
Start at
|
|
10
|
-
Duration 2.
|
|
10
|
+
Start at 08:22:16
|
|
11
|
+
Duration 2.87s (transform 794ms, setup 0ms, collect 1.21s, tests 784ms, environment 463ms, prepare 131ms)
|
|
11
12
|
|