@purpurds/quantity-selector 5.28.1-pr-15202-12116853740 → 5.28.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.
|
@@ -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 36.03 kB │ gzip: 6.80 kB │ map: 523.56 kB
|
|
16
|
-
[vite:dts] Declaration files built in
|
|
16
|
+
[vite:dts] Declaration files built in 4378ms.
|
|
17
17
|
|
|
18
18
|
dist/styles.css 2.71 kB │ gzip: 0.56 kB
|
|
19
19
|
dist/quantity-selector.es.js 47.78 kB │ gzip: 7.78 kB │ map: 527.97 kB
|
|
20
|
-
✓ built in
|
|
20
|
+
✓ built in 6.44s
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Invoking: vitest run --passWithNoTests
|
|
2
|
+
|
|
3
|
+
RUN v2.1.2 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/quantity-selector
|
|
4
|
+
|
|
5
|
+
✓ src/quantity-selector.test.tsx (6 tests) 95ms
|
|
6
|
+
|
|
7
|
+
Test Files 1 passed (1)
|
|
8
|
+
Tests 6 passed (6)
|
|
9
|
+
Start at 13:18:45
|
|
10
|
+
Duration 2.06s (transform 791ms, setup 0ms, collect 1.22s, tests 95ms, environment 411ms, prepare 91ms)
|
|
11
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/quantity-selector",
|
|
3
|
-
"version": "5.28.1
|
|
3
|
+
"version": "5.28.1",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/quantity-selector.cjs.js",
|
|
6
6
|
"types": "./dist/quantity-selector.d.ts",
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
},
|
|
15
15
|
"source": "src/quantity-selector.tsx",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"
|
|
18
|
-
"@purpurds/
|
|
19
|
-
"@purpurds/spinner": "5.28.1
|
|
20
|
-
"@purpurds/
|
|
21
|
-
"
|
|
17
|
+
"classnames": "~2.5.0",
|
|
18
|
+
"@purpurds/button": "5.28.1",
|
|
19
|
+
"@purpurds/spinner": "5.28.1",
|
|
20
|
+
"@purpurds/icon": "5.28.1",
|
|
21
|
+
"@purpurds/text-field": "5.28.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@rushstack/eslint-patch": "~1.10.0",
|