@purpurds/tooltip 5.11.1 → 5.11.2

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: 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"
1
+ Start time: Thu Aug 15 2024 14:03: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/57d263ae9dcce069c2b376bd44053a79b7a42a49"
3
3
 
4
4
  ======= BEGIN PROCESS INPUT ======
5
5
 
@@ -5,16 +5,6 @@ Rush Multi-Project Build Tool 5.110.1 - Node.js 20.12.2 (LTS)
5
5
  > "vite build"
6
6
 
7
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
-
18
8
  transforming...
19
9
  ✓ 40 modules transformed.
20
10
  rendering chunks...
@@ -23,8 +13,8 @@ rendering chunks...
23
13
  computing gzip size...
24
14
  dist/styles.css 1.78 kB │ gzip: 0.49 kB
25
15
  dist/tooltip.cjs.js 54.73 kB │ gzip: 18.86 kB │ map: 717.66 kB
26
- [vite:dts] Declaration files built in 4542ms.
16
+ [vite:dts] Declaration files built in 4546ms.
27
17
 
28
18
  dist/styles.css 1.78 kB │ gzip: 0.49 kB
29
19
  dist/tooltip.es.js 78.32 kB │ gzip: 22.45 kB │ map: 726.71 kB
30
- ✓ built in 7.43s
20
+ ✓ built in 7.36s
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 11046.001339000002
2
+ "nonCachedDurationMs": 10146.953615
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) 856ms
5
+ ✓ src/tooltip.test.tsx (9 tests) 1338ms
6
6
 
7
7
  Test Files 1 passed (1)
8
8
  Tests 9 passed (9)
9
- Start at 17:18:54
10
- Duration 3.20s (transform 875ms, setup 0ms, collect 1.37s, tests 856ms, environment 467ms, prepare 159ms)
9
+ Start at 14:04:30
10
+ Duration 6.71s (transform 2.00s, setup 1ms, collect 3.38s, tests 1.34s, environment 877ms, prepare 329ms)
11
11
 
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 4944.083350999999
2
+ "nonCachedDurationMs": 10845.280162000001
3
3
  }
package/dist/LICENSE.txt CHANGED
@@ -1,26 +1,26 @@
1
1
  Name: @purpurds/button
2
- Version: 5.11.0
2
+ Version: 5.11.1
3
3
  License: AGPL-3.0-only
4
4
  Private: false
5
5
 
6
6
  ---
7
7
 
8
8
  Name: @purpurds/icon
9
- Version: 5.11.0
9
+ Version: 5.11.1
10
10
  License: AGPL-3.0-only
11
11
  Private: false
12
12
 
13
13
  ---
14
14
 
15
15
  Name: @purpurds/paragraph
16
- Version: 5.11.0
16
+ Version: 5.11.1
17
17
  License: AGPL-3.0-only
18
18
  Private: false
19
19
 
20
20
  ---
21
21
 
22
22
  Name: @purpurds/tokens
23
- Version: 5.11.0
23
+ Version: 5.11.1
24
24
  License: AGPL-3.0-only
25
25
  Private: false
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/tooltip",
3
- "version": "5.11.1",
3
+ "version": "5.11.2",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/tooltip.cjs.js",
6
6
  "types": "./dist/tooltip.d.ts",
@@ -16,11 +16,11 @@
16
16
  "dependencies": {
17
17
  "@radix-ui/react-tooltip": "~1.0.7",
18
18
  "classnames": "~2.5.0",
19
- "@purpurds/button": "5.11.1",
20
- "@purpurds/action": "5.11.1",
21
- "@purpurds/icon": "5.11.1",
22
- "@purpurds/tokens": "5.11.1",
23
- "@purpurds/paragraph": "5.11.1"
19
+ "@purpurds/button": "5.11.2",
20
+ "@purpurds/action": "5.11.2",
21
+ "@purpurds/icon": "5.11.2",
22
+ "@purpurds/paragraph": "5.11.2",
23
+ "@purpurds/tokens": "5.11.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@rushstack/eslint-patch": "~1.10.0",
@@ -1,10 +0,0 @@
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
-