@purpurds/tooltip 3.0.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/.eslintrc.js ADDED
@@ -0,0 +1,15 @@
1
+ require("@rushstack/eslint-patch/modern-module-resolution");
2
+
3
+ module.exports = {
4
+ extends: ["./node_modules/@telia/react-rig/.eslintrc.js"],
5
+ rules: {
6
+ curly: "error",
7
+ },
8
+ overrides: [
9
+ {
10
+ // We enable eslint-plugin-testing-library rules or preset only for matching testing files!
11
+ files: ["**/__tests__/**/*.[jt]s?(x)"],
12
+ extends: ["plugin:testing-library/react"],
13
+ },
14
+ ],
15
+ };
@@ -0,0 +1 @@
1
+ module.exports = require("@telia/react-rig/.lintstagedrc.json");
@@ -0,0 +1,10 @@
1
+ Start time: Fri Mar 08 2024 08:29:04 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/0a8cee774fbae4db60999e576bef8a203e89bcfa"
3
+
4
+ ======= BEGIN PROCESS INPUT ======
5
+
6
+ ======== END PROCESS INPUT =======
7
+ ======= BEGIN PROCESS OUTPUT =======
8
+ ======== END PROCESS OUTPUT ========
9
+
10
+ Exited with code "0"
@@ -0,0 +1,32 @@
1
+ Invoking: rushx build
2
+ Found configuration in /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/rush.json
3
+
4
+ Rush Multi-Project Build Tool 5.110.1 - Node.js 18.18.2 (LTS)
5
+ > "rm -rf dist && vite build && vite build --mode systemjs"
6
+
7
+ vite v5.1.5 building for production...
8
+ transforming...
9
+ ✓ 40 modules transformed.
10
+ rendering chunks...
11
+
12
+ [vite:dts] Start generate declaration files...
13
+ computing gzip size...
14
+ [vite:dts] Declaration files built in 1972ms.
15
+
16
+ dist/styles.css 1.99 kB │ gzip: 0.53 kB
17
+ dist/tooltip.cjs.js 55.30 kB │ gzip: 18.95 kB │ map: 698.54 kB
18
+ dist/styles.css 1.99 kB │ gzip: 0.53 kB
19
+ dist/tooltip.es.js 79.03 kB │ gzip: 22.54 kB │ map: 707.60 kB
20
+ ✓ built in 3.28s
21
+ vite v5.1.5 building for systemjs...
22
+ transforming...
23
+ ✓ 40 modules transformed.
24
+ rendering chunks...
25
+
26
+ [vite:dts] Start generate declaration files...
27
+ computing gzip size...
28
+ [vite:dts] Declaration files built in 1630ms.
29
+
30
+ dist/styles.css 1.99 kB │ gzip: 0.53 kB
31
+ dist/tooltip.system.js 53.76 kB │ gzip: 18.85 kB │ map: 697.72 kB
32
+ ✓ built in 2.66s
@@ -0,0 +1,3 @@
1
+ {
2
+ "nonCachedDurationMs": 8696.415918999992
3
+ }
@@ -0,0 +1,11 @@
1
+ Invoking: vitest run --passWithNoTests
2
+
3
+ RUN v1.3.1 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/tooltip
4
+
5
+ ✓ src/tooltip.test.tsx (9 tests) 1122ms
6
+
7
+ Test Files 1 passed (1)
8
+ Tests 9 passed (9)
9
+ Start at 08:29:20
10
+ Duration 5.24s (transform 1.55s, setup 1ms, collect 2.34s, tests 1.12s, environment 598ms, prepare 157ms)
11
+
@@ -0,0 +1,3 @@
1
+ {
2
+ "nonCachedDurationMs": 7735.053192000021
3
+ }