@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.24.13 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.24.14 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
@@ -11,17 +11,17 @@
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  DTS Build start
14
- ESM dist/icons/index.mjs 110.00 B
15
- ESM dist/index.mjs 334.83 KB
16
- ESM dist/icons/index.mjs.map 157.00 B
17
- ESM dist/index.mjs.map 706.26 KB
18
- ESM ⚡️ Build success in 2652ms
19
- CJS dist/index.cjs 359.00 KB
14
+ CJS dist/index.cjs 358.95 KB
20
15
  CJS dist/icons/index.cjs 381.00 B
21
- CJS dist/index.cjs.map 706.26 KB
22
16
  CJS dist/icons/index.cjs.map 157.00 B
23
- CJS ⚡️ Build success in 2651ms
24
- DTS ⚡️ Build success in 20242ms
17
+ CJS dist/index.cjs.map 706.17 KB
18
+ CJS ⚡️ Build success in 2590ms
19
+ ESM dist/index.mjs 334.78 KB
20
+ ESM dist/icons/index.mjs 110.00 B
21
+ ESM dist/index.mjs.map 706.17 KB
22
+ ESM dist/icons/index.mjs.map 157.00 B
23
+ ESM ⚡️ Build success in 2590ms
24
+ DTS ⚡️ Build success in 20304ms
25
25
  DTS dist/icons/index.d.ts 44.00 B
26
26
  DTS dist/index.d.ts 147.64 KB
27
27
  DTS dist/icons/index.d.cts 44.00 B
@@ -1,11 +1,12 @@
1
1
 
2
- > @vygruppen/spor-react@12.24.13 postinstall /home/runner/work/spor/spor/packages/spor-react
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: ⚡️ secrets for agents: https://dotenvx.com/as2
5
+ [dotenv@17.3.1] injecting env (0) from .env -- tip: 🔐 prevent committing .env to code: https://dotenvx.com/precommit
6
6
  ┌ Chakra CLI ⚡️
7
7
  [?25l│
8
- ◇ Generated conditions typings
8
+ ◒ Generating conditions types...
9
+ ◇ ✅ Generated conditions typings
9
10
  [?25h[?25l│
10
11
  ◒ Generating recipe types...
11
12
  ◇ ✅ Generated recipe typings
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.24.14
4
+
5
+ ### Patch Changes
6
+
7
+ - a79c7e3: Fix contrast on stepper in darkmode
8
+
3
9
  ## 12.24.13
4
10
 
5
11
  ### Patch Changes
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.disabled";
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(