@purpurds/tooltip 5.10.1 → 5.11.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.
@@ -1,5 +1,5 @@
1
- Start time: Tue Aug 06 2024 08:43:01 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/a1842ed29e5535674adb9ca3ebde4654b88d6ff9"
1
+ Start time: Wed Aug 14 2024 17:18:27 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/65aced8cbd9a4932a7f28abb40c3495d8adc4353"
3
3
 
4
4
  ======= BEGIN PROCESS INPUT ======
5
5
 
@@ -4,17 +4,27 @@ 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 v5.2.2 building for production...
7
+ vite v5.3.4 building for production...
8
+ src/tooltip.tsx:68:8 - error TS2741: Property 'type' is missing in type '{ children: Element; ref: ForwardedRef<HTMLButtonElement>; "aria-label": string; variant: "tertiary-purple"; negative: boolean; iconOnly: true; "data-testid": string; size: Size; }' but required in type '{ type: "button" | "submit" | "reset" | undefined; }'.
9
+
10
+ 68 <Button
11
+ ~~~~~~
12
+
13
+ ../button/dist/button.d.ts:20:5
14
+ 20 type: ButtonType;
15
+ ~~~~
16
+ 'type' is declared here.
17
+
8
18
  transforming...
9
- 41 modules transformed.
19
+ 40 modules transformed.
10
20
  rendering chunks...
11
21
 
12
22
  [vite:dts] Start generate declaration files...
13
23
  computing gzip size...
14
24
  dist/styles.css 1.78 kB │ gzip: 0.49 kB
15
- dist/tooltip.cjs.js 54.73 kB │ gzip: 18.86 kB │ map: 713.45 kB
16
- [vite:dts] Declaration files built in 3937ms.
25
+ dist/tooltip.cjs.js 54.73 kB │ gzip: 18.86 kB │ map: 717.66 kB
26
+ [vite:dts] Declaration files built in 4542ms.
17
27
 
18
28
  dist/styles.css 1.78 kB │ gzip: 0.49 kB
19
- dist/tooltip.es.js 78.43 kB │ gzip: 22.45 kB │ map: 722.51 kB
20
- ✓ built in 6.37s
29
+ dist/tooltip.es.js 78.32 kB │ gzip: 22.45 kB │ map: 726.71 kB
30
+ ✓ built in 7.43s
@@ -0,0 +1,10 @@
1
+ src/tooltip.tsx:68:8 - error TS2741: Property 'type' is missing in type '{ children: Element; ref: ForwardedRef<HTMLButtonElement>; "aria-label": string; variant: "tertiary-purple"; negative: boolean; iconOnly: true; "data-testid": string; size: Size; }' but required in type '{ type: "button" | "submit" | "reset" | undefined; }'.
2
+
3
+ 68 <Button
4
+ ~~~~~~
5
+
6
+ ../button/dist/button.d.ts:20:5
7
+ 20 type: ButtonType;
8
+ ~~~~
9
+ 'type' is declared here.
10
+
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 9720.858148
2
+ "nonCachedDurationMs": 11046.001339000002
3
3
  }
@@ -2,10 +2,10 @@ Invoking: vitest run --passWithNoTests
2
2
 
3
3
  RUN v1.5.3 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/tooltip
4
4
 
5
- ✓ src/tooltip.test.tsx (9 tests) 767ms
5
+ ✓ src/tooltip.test.tsx (9 tests) 856ms
6
6
 
7
7
  Test Files 1 passed (1)
8
8
  Tests 9 passed (9)
9
- Start at 08:43:25
10
- Duration 3.02s (transform 860ms, setup 0ms, collect 1.29s, tests 767ms, environment 462ms, prepare 148ms)
9
+ Start at 17:18:54
10
+ Duration 3.20s (transform 875ms, setup 0ms, collect 1.37s, tests 856ms, environment 467ms, prepare 159ms)
11
11
 
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 4311.856593
2
+ "nonCachedDurationMs": 4944.083350999999
3
3
  }