@purpurds/quantity-selector 5.27.3 → 5.27.4
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.
- package/.rush/temp/operation/ci_build/all.log +4 -4
- package/.rush/temp/operation/ci_build/state.json +1 -1
- package/.rush/temp/operation/test_unit/all.log +4 -5
- package/.rush/temp/operation/test_unit/state.json +1 -1
- package/.rush/temp/shrinkwrap-deps.json +244 -167
- package/dist/LICENSE.txt +4 -4
- package/dist/quantity-selector.cjs.js +15 -15
- package/dist/quantity-selector.cjs.js.map +1 -1
- package/dist/quantity-selector.d.ts +4 -0
- package/dist/quantity-selector.d.ts.map +1 -1
- package/dist/quantity-selector.es.js +393 -372
- package/dist/quantity-selector.es.js.map +1 -1
- package/package.json +5 -5
- package/src/quantity-selector.stories.tsx +25 -10
- package/src/quantity-selector.tsx +34 -17
|
@@ -12,9 +12,9 @@ rendering chunks...
|
|
|
12
12
|
[vite:dts] Start generate declaration files...
|
|
13
13
|
computing gzip size...
|
|
14
14
|
dist/styles.css 2.71 kB │ gzip: 0.56 kB
|
|
15
|
-
dist/quantity-selector.cjs.js
|
|
16
|
-
[vite:dts] Declaration files built in
|
|
15
|
+
dist/quantity-selector.cjs.js 36.03 kB │ gzip: 6.80 kB │ map: 523.56 kB
|
|
16
|
+
[vite:dts] Declaration files built in 3811ms.
|
|
17
17
|
|
|
18
18
|
dist/styles.css 2.71 kB │ gzip: 0.56 kB
|
|
19
|
-
dist/quantity-selector.es.js 47.
|
|
20
|
-
✓ built in 5.
|
|
19
|
+
dist/quantity-selector.es.js 47.78 kB │ gzip: 7.78 kB │ map: 527.97 kB
|
|
20
|
+
✓ built in 5.54s
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Invoking: vitest run --passWithNoTests
|
|
2
2
|
|
|
3
|
-
RUN v2.1.
|
|
3
|
+
RUN v2.1.2 /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/components/quantity-selector
|
|
4
4
|
|
|
5
|
-
✓ src/quantity-selector.test.tsx
|
|
6
|
-
✓ QuantitySelector > should update value when entering a number in input 311ms
|
|
5
|
+
✓ src/quantity-selector.test.tsx (6 tests) 94ms
|
|
7
6
|
|
|
8
7
|
Test Files 1 passed (1)
|
|
9
8
|
Tests 6 passed (6)
|
|
10
|
-
Start at
|
|
11
|
-
Duration
|
|
9
|
+
Start at 17:08:26
|
|
10
|
+
Duration 1.95s (transform 754ms, setup 0ms, collect 1.15s, tests 94ms, environment 407ms, prepare 93ms)
|
|
12
11
|
|