@purpurds/action 4.4.0 → 4.5.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: Fri May 03 2024 07:26:23 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/action/e01dc3f75cf106666cd2af3f3ff63db60dd025b8"
1
+ Start time: Mon May 06 2024 14:48:43 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/action/5a4f47a81840af587eeb059f9b511f9b8509a590"
3
3
 
4
4
  ======= BEGIN PROCESS INPUT ======
5
5
 
@@ -1,7 +1,7 @@
1
1
  Invoking: rushx build
2
2
  Found configuration in /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/rush.json
3
3
 
4
- Rush Multi-Project Build Tool 5.110.1 - Node.js 18.18.2 (LTS)
4
+ Rush Multi-Project Build Tool 5.110.1 - Node.js 20.12.2 (LTS)
5
5
  > "vite build"
6
6
 
7
7
  vite v5.2.2 building for production...
@@ -12,7 +12,7 @@ rendering chunks...
12
12
  [vite:dts] Start generate declaration files...
13
13
  computing gzip size...
14
14
  dist/action.cjs.js 0.45 kB │ gzip: 0.29 kB │ map: 1.72 kB
15
- [vite:dts] Declaration files built in 2399ms.
15
+ [vite:dts] Declaration files built in 2843ms.
16
16
 
17
17
  dist/action.es.js 0.42 kB │ gzip: 0.26 kB │ map: 1.76 kB
18
- ✓ built in 2.54s
18
+ ✓ built in 2.98s
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 5070.562623999984
2
+ "nonCachedDurationMs": 5367.444788
3
3
  }
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 1139.8309909999953
2
+ "nonCachedDurationMs": 1146.3352549999981
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/action",
3
- "version": "4.4.0",
3
+ "version": "4.5.1",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/action.cjs.js",
6
6
  "types": "./dist/action.d.ts",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "source": "src/action.tsx",
16
16
  "dependencies": {
17
- "@purpurds/tokens": "4.4.0"
17
+ "@purpurds/tokens": "4.5.1"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@rushstack/eslint-patch": "~1.10.0",
package/src/action.scss CHANGED
@@ -7,8 +7,7 @@
7
7
  cursor: pointer;
8
8
  display: inline-flex;
9
9
  font-size: var(--purpur-typography-scale-100);
10
- font-family: var(--purpur-typography-family-default), Helvetica, Arial, "Lucida Grande",
11
- sans-serif;
10
+ font-family: var(--purpur-typography-family-default);
12
11
  font-weight: var(--purpur-typography-weight-medium);
13
12
  gap: var(--purpur-spacing-100);
14
13
  justify-content: center;