@vygruppen/spor-react 12.5.2 → 12.5.3
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/.turbo/turbo-build.log +8 -8
- package/.turbo/turbo-postinstall.log +2 -3
- package/CHANGELOG.md +6 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
- package/src/input/NumericStepper.tsx +4 -4
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.5.
|
2
|
+
> @vygruppen/spor-react@12.5.3 build /home/runner/work/spor/spor/packages/spor-react
|
3
3
|
> tsup
|
4
4
|
|
5
5
|
CLI Building entry: src/index.tsx, src/icons/index.tsx
|
@@ -10,17 +10,17 @@ CLI Target: node16
|
|
10
10
|
CJS Build start
|
11
11
|
ESM Build start
|
12
12
|
DTS Build start
|
13
|
+
ESM dist/icons/index.mjs 110.00 B
|
14
|
+
ESM dist/index.mjs 290.49 KB
|
15
|
+
ESM dist/icons/index.mjs.map 157.00 B
|
16
|
+
ESM dist/index.mjs.map 622.85 KB
|
17
|
+
ESM ⚡️ Build success in 2737ms
|
13
18
|
CJS dist/index.js 311.03 KB
|
14
19
|
CJS dist/icons/index.js 380.00 B
|
15
20
|
CJS dist/index.js.map 622.85 KB
|
16
21
|
CJS dist/icons/index.js.map 157.00 B
|
17
|
-
CJS ⚡️ Build success in
|
18
|
-
|
19
|
-
ESM dist/icons/index.mjs 110.00 B
|
20
|
-
ESM dist/index.mjs.map 622.85 KB
|
21
|
-
ESM dist/icons/index.mjs.map 157.00 B
|
22
|
-
ESM ⚡️ Build success in 2634ms
|
23
|
-
DTS ⚡️ Build success in 29169ms
|
22
|
+
CJS ⚡️ Build success in 2737ms
|
23
|
+
DTS ⚡️ Build success in 29147ms
|
24
24
|
DTS dist/icons/index.d.ts 44.00 B
|
25
25
|
DTS dist/index.d.ts 153.53 KB
|
26
26
|
DTS dist/icons/index.d.mts 44.00 B
|
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.5.
|
2
|
+
> @vygruppen/spor-react@12.5.3 postinstall /home/runner/work/spor/spor/packages/spor-react
|
3
3
|
> chakra typegen src/theme/index.ts
|
4
4
|
|
5
5
|
[90m┌[39m Chakra CLI ⚡️
|
@@ -12,8 +12,7 @@
|
|
12
12
|
[?25h[?25l[90m│[39m
|
13
13
|
[32m◇[39m ✅ Generated utility typings
|
14
14
|
[?25h[?25l[90m│[39m
|
15
|
-
[
|
16
|
-
[999D[J[32m◇[39m ✅ Generated token typings
|
15
|
+
[32m◇[39m ✅ Generated token typings
|
17
16
|
[?25h[?25l[90m│[39m
|
18
17
|
[35m◒[39m Generating system types...
|
19
18
|
[999D[J[32m◇[39m ✅ Generated system types
|
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
@@ -3809,11 +3809,11 @@ var NumericStepper = React28__namespace.default.forwardRef((props, ref) => {
|
|
3809
3809
|
}
|
3810
3810
|
}
|
3811
3811
|
) : /* @__PURE__ */ jsxRuntime.jsx(
|
3812
|
-
|
3812
|
+
Text3,
|
3813
3813
|
{
|
3814
|
-
css: styles,
|
3815
3814
|
visibility: !showZero && value === 0 ? "hidden" : "visible",
|
3816
3815
|
"aria-live": "assertive",
|
3816
|
+
paddingX: "0.95rem",
|
3817
3817
|
"aria-label": ariaLabelContext.plural === "" ? "" : t(texts13.currentNumberAriaLabel(ariaLabelContext.plural)),
|
3818
3818
|
children: value
|
3819
3819
|
}
|