@vygruppen/spor-react 12.24.4 → 12.24.5

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.4 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.24.5 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/index.mjs 331.42 KB
14
+ ESM dist/index.mjs 331.44 KB
15
15
  ESM dist/icons/index.mjs 110.00 B
16
- ESM dist/index.mjs.map 701.11 KB
17
16
  ESM dist/icons/index.mjs.map 157.00 B
18
- ESM ⚡️ Build success in 2641ms
19
- CJS dist/index.cjs 355.60 KB
17
+ ESM dist/index.mjs.map 701.16 KB
18
+ ESM ⚡️ Build success in 2799ms
19
+ CJS dist/index.cjs 355.62 KB
20
20
  CJS dist/icons/index.cjs 381.00 B
21
- CJS dist/index.cjs.map 701.11 KB
21
+ CJS dist/index.cjs.map 701.16 KB
22
22
  CJS dist/icons/index.cjs.map 157.00 B
23
- CJS ⚡️ Build success in 2642ms
24
- DTS ⚡️ Build success in 20358ms
23
+ CJS ⚡️ Build success in 2799ms
24
+ DTS ⚡️ Build success in 20150ms
25
25
  DTS dist/icons/index.d.ts 44.00 B
26
26
  DTS dist/index.d.ts 147.51 KB
27
27
  DTS dist/icons/index.d.cts 44.00 B
@@ -1,8 +1,8 @@
1
1
 
2
- > @vygruppen/spor-react@12.24.4 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.24.5 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: 🔐 prevent building .env in docker: https://dotenvx.com/prebuild
5
+ [dotenv@17.3.1] injecting env (0) from .env -- tip: ⚙️ write to custom object with { processEnv: myObject }
6
6
  ┌ Chakra CLI ⚡️
7
7
  [?25l│
8
8
  ◒ Generating conditions types...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.24.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 3b8f859: Add css prop to Select to make it easier to style
8
+
3
9
  ## 12.24.4
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -4477,6 +4477,7 @@ var Select = React20__namespace.forwardRef(
4477
4477
  errorText,
4478
4478
  invalid,
4479
4479
  helperText,
4480
+ css,
4480
4481
  ...rest
4481
4482
  } = props;
4482
4483
  const recipe = react.useSlotRecipe({ key: "select" });
@@ -4489,6 +4490,7 @@ var Select = React20__namespace.forwardRef(
4489
4490
  helperText,
4490
4491
  required: props.required,
4491
4492
  id: rest.id,
4493
+ css,
4492
4494
  children: /* @__PURE__ */ jsxRuntime.jsxs(
4493
4495
  react.Select.Root,
4494
4496
  {