@purpurds/quantity-selector 5.25.1-0 → 5.26.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.
@@ -13,8 +13,8 @@ rendering chunks...
13
13
  computing gzip size...
14
14
  dist/styles.css 2.71 kB │ gzip: 0.56 kB
15
15
  dist/quantity-selector.cjs.js 35.80 kB │ gzip: 6.74 kB │ map: 522.32 kB
16
- [vite:dts] Declaration files built in 3666ms.
16
+ [vite:dts] Declaration files built in 3462ms.
17
17
 
18
18
  dist/styles.css 2.71 kB │ gzip: 0.56 kB
19
19
  dist/quantity-selector.es.js 47.44 kB │ gzip: 7.71 kB │ map: 526.93 kB
20
- ✓ built in 5.26s
20
+ ✓ built in 5.13s
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 7614.324281
2
+ "nonCachedDurationMs": 7503.529289999999
3
3
  }
@@ -2,11 +2,11 @@ Invoking: vitest run --passWithNoTests
2
2
 
3
3
  RUN v2.1.5 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/quantity-selector
4
4
 
5
- ✓ src/quantity-selector.test.tsx (6 tests) 403ms
5
+ ✓ src/quantity-selector.test.tsx (6 tests) 406ms
6
6
  ✓ QuantitySelector > should update value when entering a number in input 311ms
7
7
 
8
8
  Test Files 1 passed (1)
9
9
  Tests 6 passed (6)
10
- Start at 15:30:01
11
- Duration 2.32s (transform 837ms, setup 0ms, collect 1.19s, tests 403ms, environment 399ms, prepare 82ms)
10
+ Start at 16:22:53
11
+ Duration 2.21s (transform 731ms, setup 0ms, collect 1.14s, tests 406ms, environment 384ms, prepare 79ms)
12
12
 
@@ -1,3 +1,3 @@
1
1
  {
2
- "nonCachedDurationMs": 3791.741765999999
2
+ "nonCachedDurationMs": 3614.488247999998
3
3
  }
package/dist/LICENSE.txt CHANGED
@@ -1,12 +1,12 @@
1
1
  Name: @purpurds/spinner
2
- Version: 5.25.0
2
+ Version: 5.25.1-0
3
3
  License: AGPL-3.0-only
4
4
  Private: false
5
5
 
6
6
  ---
7
7
 
8
8
  Name: @purpurds/text-field
9
- Version: 5.25.0
9
+ Version: 5.25.1-0
10
10
  License: AGPL-3.0-only
11
11
  Private: false
12
12
 
@@ -47,13 +47,13 @@ SOFTWARE.
47
47
  ---
48
48
 
49
49
  Name: @purpurds/button
50
- Version: 5.25.0
50
+ Version: 5.25.1-0
51
51
  License: AGPL-3.0-only
52
52
  Private: false
53
53
 
54
54
  ---
55
55
 
56
56
  Name: @purpurds/icon
57
- Version: 5.25.0
57
+ Version: 5.25.1-0
58
58
  License: AGPL-3.0-only
59
59
  Private: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/quantity-selector",
3
- "version": "5.25.1-0",
3
+ "version": "5.26.0",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/quantity-selector.cjs.js",
6
6
  "types": "./dist/quantity-selector.d.ts",
@@ -15,10 +15,10 @@
15
15
  "source": "src/quantity-selector.tsx",
16
16
  "dependencies": {
17
17
  "classnames": "~2.5.0",
18
- "@purpurds/button": "5.25.1-0",
19
- "@purpurds/text-field": "5.25.1-0",
20
- "@purpurds/spinner": "5.25.1-0",
21
- "@purpurds/icon": "5.25.1-0"
18
+ "@purpurds/button": "5.26.0",
19
+ "@purpurds/spinner": "5.26.0",
20
+ "@purpurds/text-field": "5.26.0",
21
+ "@purpurds/icon": "5.26.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@rushstack/eslint-patch": "~1.10.0",