@vygruppen/spor-react 12.24.13 → 12.24.14
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 +10 -10
- package/.turbo/turbo-postinstall.log +4 -3
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +2 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
- package/src/stepper/StepperStep.tsx +2 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@12.24.
|
|
2
|
+
> @vygruppen/spor-react@12.24.14 build /home/runner/work/spor/spor/packages/spor-react
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx, src/icons/index.tsx
|
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
13
|
[34mDTS[39m Build start
|
|
14
|
-
[
|
|
15
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m334.83 KB[39m
|
|
16
|
-
[32mESM[39m [1mdist/icons/index.mjs.map [22m[32m157.00 B[39m
|
|
17
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m706.26 KB[39m
|
|
18
|
-
[32mESM[39m ⚡️ Build success in 2652ms
|
|
19
|
-
[32mCJS[39m [1mdist/index.cjs [22m[32m359.00 KB[39m
|
|
14
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m358.95 KB[39m
|
|
20
15
|
[32mCJS[39m [1mdist/icons/index.cjs [22m[32m381.00 B[39m
|
|
21
|
-
[32mCJS[39m [1mdist/index.cjs.map [22m[32m706.26 KB[39m
|
|
22
16
|
[32mCJS[39m [1mdist/icons/index.cjs.map [22m[32m157.00 B[39m
|
|
23
|
-
[32mCJS[39m
|
|
24
|
-
[
|
|
17
|
+
[32mCJS[39m [1mdist/index.cjs.map [22m[32m706.17 KB[39m
|
|
18
|
+
[32mCJS[39m ⚡️ Build success in 2590ms
|
|
19
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m334.78 KB[39m
|
|
20
|
+
[32mESM[39m [1mdist/icons/index.mjs [22m[32m110.00 B[39m
|
|
21
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m706.17 KB[39m
|
|
22
|
+
[32mESM[39m [1mdist/icons/index.mjs.map [22m[32m157.00 B[39m
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 2590ms
|
|
24
|
+
[32mDTS[39m ⚡️ Build success in 20304ms
|
|
25
25
|
[32mDTS[39m [1mdist/icons/index.d.ts [22m[32m44.00 B[39m
|
|
26
26
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m147.64 KB[39m
|
|
27
27
|
[32mDTS[39m [1mdist/icons/index.d.cts [22m[32m44.00 B[39m
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @vygruppen/spor-react@12.24.
|
|
2
|
+
> @vygruppen/spor-react@12.24.14 postinstall /home/runner/work/spor/spor/packages/spor-react
|
|
3
3
|
> chakra typegen src/theme/index.ts
|
|
4
4
|
|
|
5
|
-
[dotenv@17.3.1] injecting env (0) from .env -- tip:
|
|
5
|
+
[dotenv@17.3.1] injecting env (0) from .env -- tip: 🔐 prevent committing .env to code: https://dotenvx.com/precommit
|
|
6
6
|
[90m┌[39m Chakra CLI ⚡️
|
|
7
7
|
[?25l[90m│[39m
|
|
8
|
-
[
|
|
8
|
+
[35m◒[39m Generating conditions types...
|
|
9
|
+
[999D[J[32m◇[39m ✅ Generated conditions typings
|
|
9
10
|
[?25h[?25l[90m│[39m
|
|
10
11
|
[35m◒[39m Generating recipe types...
|
|
11
12
|
[999D[J[32m◇[39m ✅ Generated recipe typings
|
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -6365,11 +6365,8 @@ var StepperStep = ({
|
|
|
6365
6365
|
const state = getState(stepNumber, activeStep);
|
|
6366
6366
|
const recipe = react.useSlotRecipe({ key: "stepper" });
|
|
6367
6367
|
const style = recipe({ variant });
|
|
6368
|
-
const disabledTextColor = "text.
|
|
6369
|
-
const iconColor =
|
|
6370
|
-
_light: "blackAlpha.200",
|
|
6371
|
-
_dark: "whiteAlpha.200"
|
|
6372
|
-
};
|
|
6368
|
+
const disabledTextColor = "text.tertiary";
|
|
6369
|
+
const iconColor = "text.tertiary";
|
|
6373
6370
|
const disabled = state !== "active" && disabledOverride || state === "disabled";
|
|
6374
6371
|
return /* @__PURE__ */ jsxRuntime.jsxs(react.Box, { css: style.stepContainer, "data-part": "step-container", children: [
|
|
6375
6372
|
stepNumber > 1 && /* @__PURE__ */ jsxRuntime.jsx(
|