@purpurds/quantity-selector 0.0.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.
package/.eslintrc.js ADDED
@@ -0,0 +1,15 @@
1
+ require("@rushstack/eslint-patch/modern-module-resolution");
2
+
3
+ module.exports = {
4
+ extends: ["./node_modules/@telia/react-rig/.eslintrc.js"],
5
+ rules: {
6
+ curly: "error",
7
+ },
8
+ overrides: [
9
+ {
10
+ // We enable eslint-plugin-testing-library rules or preset only for matching testing files!
11
+ files: ["**/__tests__/**/*.[jt]s?(x)"],
12
+ extends: ["plugin:testing-library/react"],
13
+ },
14
+ ],
15
+ };
@@ -0,0 +1 @@
1
+ module.exports = require("@telia/react-rig/.lintstagedrc.json");
@@ -0,0 +1,20 @@
1
+ Invoking: rushx build
2
+ Found configuration in /opt/actions-runner/_work/teliasaurus/teliasaurus/purpur/rush.json
3
+
4
+ Rush Multi-Project Build Tool 5.110.1 - Node.js 20.12.2 (LTS)
5
+ > "vite build"
6
+
7
+ vite v5.4.8 building for production...
8
+ transforming...
9
+ ✓ 11 modules transformed.
10
+ rendering chunks...
11
+
12
+ [vite:dts] Start generate declaration files...
13
+ computing gzip size...
14
+ dist/styles.css 2.71 kB │ gzip: 0.56 kB
15
+ dist/quantity-selector.cjs.js 35.96 kB │ gzip: 6.77 kB │ map: 522.58 kB
16
+ [vite:dts] Declaration files built in 3812ms.
17
+
18
+ dist/styles.css 2.71 kB │ gzip: 0.56 kB
19
+ dist/quantity-selector.es.js 47.69 kB │ gzip: 7.73 kB │ map: 527.32 kB
20
+ ✓ built in 5.49s
@@ -0,0 +1,3 @@
1
+ {
2
+ "nonCachedDurationMs": 7967.502941999999
3
+ }
@@ -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) 454ms
6
+
7
+ Test Files 1 passed (1)
8
+ Tests 6 passed (6)
9
+ Start at 13:24:32
10
+ Duration 2.70s (transform 1.01s, setup 0ms, collect 1.39s, tests 454ms, environment 475ms, prepare 106ms)
11
+
@@ -0,0 +1,3 @@
1
+ {
2
+ "nonCachedDurationMs": 4378.358091000002
3
+ }