@vygruppen/spor-react 12.24.3 → 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,28 +1,28 @@
1
1
 
2
- > @vygruppen/spor-react@12.24.3 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
- CLI Building entry: src/index.tsx, src/icons/index.tsx
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v7.3.0
8
- CLI Using tsup config: /home/runner/work/spor/spor/packages/spor-react/tsup.config.ts
9
- CLI Target: node16
10
- CLI Cleaning output folder
11
- ESM Build start
12
- CJS Build start
13
- DTS Build start
14
- CJS dist/icons/index.cjs 381.00 B
15
- CJS dist/index.cjs 355.69 KB
16
- CJS dist/icons/index.cjs.map 157.00 B
17
- CJS dist/index.cjs.map 701.27 KB
18
- CJS ⚡️ Build success in 2775ms
19
- ESM dist/index.mjs 331.52 KB
20
- ESM dist/icons/index.mjs 110.00 B
21
- ESM dist/index.mjs.map 701.27 KB
22
- ESM dist/icons/index.mjs.map 157.00 B
23
- ESM ⚡️ Build success in 2776ms
24
- DTS ⚡️ Build success in 21690ms
25
- DTS dist/icons/index.d.ts 44.00 B
26
- DTS dist/index.d.ts 147.51 KB
27
- DTS dist/icons/index.d.cts 44.00 B
28
- DTS dist/index.d.cts 147.51 KB
5
+ CLI Building entry: src/index.tsx, src/icons/index.tsx
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v7.3.0
8
+ CLI Using tsup config: /home/runner/work/spor/spor/packages/spor-react/tsup.config.ts
9
+ CLI Target: node16
10
+ CLI Cleaning output folder
11
+ ESM Build start
12
+ CJS Build start
13
+ DTS Build start
14
+ ESM dist/index.mjs 331.44 KB
15
+ ESM dist/icons/index.mjs 110.00 B
16
+ ESM dist/icons/index.mjs.map 157.00 B
17
+ ESM dist/index.mjs.map 701.16 KB
18
+ ESM ⚡️ Build success in 2799ms
19
+ CJS dist/index.cjs 355.62 KB
20
+ CJS dist/icons/index.cjs 381.00 B
21
+ CJS dist/index.cjs.map 701.16 KB
22
+ CJS dist/icons/index.cjs.map 157.00 B
23
+ CJS ⚡️ Build success in 2799ms
24
+ DTS ⚡️ Build success in 20150ms
25
+ DTS dist/icons/index.d.ts 44.00 B
26
+ DTS dist/index.d.ts 147.51 KB
27
+ DTS dist/icons/index.d.cts 44.00 B
28
+ DTS dist/index.d.cts 147.51 KB
@@ -1,8 +1,8 @@
1
1
 
2
- > @vygruppen/spor-react@12.24.3 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.2.3] injecting env (0) from .env -- tip: ⚙️ load multiple .env files with { path: ['.env.local', '.env'] }
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,19 @@
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
+
9
+ ## 12.24.4
10
+
11
+ ### Patch Changes
12
+
13
+ - be48428: Add deeper dark- and lightmode support for Vy-logo.
14
+ - Updated dependencies [be48428]
15
+ - @vygruppen/spor-design-tokens@4.3.3
16
+
3
17
  ## 12.24.3
4
18
 
5
19
  ### 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
  {
@@ -5144,25 +5146,19 @@ var CargonetLogo = React20.forwardRef(
5144
5146
  );
5145
5147
  CargonetLogo.displayName = "CargonetLogo";
5146
5148
  var SvgBox = react.chakra("svg");
5147
- var fillRecipe = {
5149
+ var fillRecipe = react.defineRecipe({
5148
5150
  base: {},
5149
5151
  variants: {
5150
5152
  fill: {
5151
5153
  main: {
5152
- fill: {
5153
- _light: "#1d211c",
5154
- _dark: "#ffffff"
5155
- }
5154
+ fill: "icon"
5156
5155
  },
5157
5156
  accent: {
5158
- fill: {
5159
- _light: "#138c6e",
5160
- _dark: "#ffffff"
5161
- }
5157
+ fill: "icon.accent"
5162
5158
  }
5163
5159
  }
5164
5160
  }
5165
- };
5161
+ });
5166
5162
  var Path = react.chakra("path", fillRecipe);
5167
5163
  var SVGGroup = react.chakra("g", fillRecipe);
5168
5164
  var VyLogo = React20.forwardRef(