@purpurds/quantity-selector 5.34.4 → 5.35.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.
|
@@ -8,17 +8,13 @@ vite v5.4.8 building for production...
|
|
|
8
8
|
transforming...
|
|
9
9
|
✓ 11 modules transformed.
|
|
10
10
|
rendering chunks...
|
|
11
|
-
Generating metadata for quantity-selector
|
|
12
|
-
Done! Metadata generated for quantity-selector at /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/quantity-selector/dist/metadata.js
|
|
13
11
|
|
|
14
12
|
[vite:dts] Start generate declaration files...
|
|
15
13
|
computing gzip size...
|
|
16
14
|
dist/styles.css 2.71 kB │ gzip: 0.56 kB
|
|
17
15
|
dist/quantity-selector.cjs.js 36.15 kB │ gzip: 6.81 kB │ map: 523.72 kB
|
|
18
|
-
[vite:dts] Declaration files built in
|
|
16
|
+
[vite:dts] Declaration files built in 3797ms.
|
|
19
17
|
|
|
20
|
-
Generating metadata for quantity-selector
|
|
21
|
-
Done! Metadata generated for quantity-selector at /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/quantity-selector/dist/metadata.js
|
|
22
18
|
dist/styles.css 2.71 kB │ gzip: 0.56 kB
|
|
23
19
|
dist/quantity-selector.es.js 47.92 kB │ gzip: 7.79 kB │ map: 528.14 kB
|
|
24
|
-
✓ built in 5.
|
|
20
|
+
✓ built in 5.75s
|
|
@@ -2,10 +2,10 @@ Invoking: vitest run --passWithNoTests
|
|
|
2
2
|
|
|
3
3
|
RUN v2.1.8 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/quantity-selector
|
|
4
4
|
|
|
5
|
-
✓ src/quantity-selector.test.tsx (6 tests)
|
|
5
|
+
✓ src/quantity-selector.test.tsx (6 tests) 113ms
|
|
6
6
|
|
|
7
7
|
Test Files 1 passed (1)
|
|
8
8
|
Tests 6 passed (6)
|
|
9
|
-
Start at
|
|
10
|
-
Duration 2.
|
|
9
|
+
Start at 14:23:23
|
|
10
|
+
Duration 2.16s (transform 868ms, setup 0ms, collect 1.22s, tests 113ms, environment 473ms, prepare 117ms)
|
|
11
11
|
|
package/dist/LICENSE.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Name: @purpurds/spinner
|
|
2
|
-
Version: 5.34.
|
|
2
|
+
Version: 5.34.4
|
|
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.34.
|
|
9
|
+
Version: 5.34.4
|
|
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.34.
|
|
50
|
+
Version: 5.34.4
|
|
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.34.
|
|
57
|
+
Version: 5.34.4
|
|
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.
|
|
3
|
+
"version": "5.35.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/quantity-selector.cjs.js",
|
|
6
6
|
"types": "./dist/quantity-selector.d.ts",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
"source": "src/quantity-selector.tsx",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"classnames": "~2.5.0",
|
|
19
|
-
"@purpurds/button": "5.
|
|
20
|
-
"@purpurds/
|
|
21
|
-
"@purpurds/
|
|
22
|
-
"@purpurds/text-field": "5.
|
|
19
|
+
"@purpurds/button": "5.35.0",
|
|
20
|
+
"@purpurds/spinner": "5.35.0",
|
|
21
|
+
"@purpurds/icon": "5.35.0",
|
|
22
|
+
"@purpurds/text-field": "5.35.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@rushstack/eslint-patch": "~1.10.0",
|