@vygruppen/spor-react 13.7.1 → 13.7.2

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@13.7.1 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@13.7.2 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 @@ CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  DTS Build start
14
- CJS dist/index.cjs 381.85 KB
14
+ CJS dist/index.cjs 381.87 KB
15
15
  CJS dist/icons/index.cjs 381.00 B
16
- CJS dist/index.cjs.map 757.94 KB
16
+ CJS dist/index.cjs.map 757.99 KB
17
17
  CJS dist/icons/index.cjs.map 157.00 B
18
- CJS ⚡️ Build success in 2364ms
19
- ESM dist/index.mjs 357.12 KB
18
+ CJS ⚡️ Build success in 2512ms
19
+ ESM dist/index.mjs 357.13 KB
20
20
  ESM dist/icons/index.mjs 110.00 B
21
- ESM dist/index.mjs.map 757.94 KB
21
+ ESM dist/index.mjs.map 757.99 KB
22
22
  ESM dist/icons/index.mjs.map 157.00 B
23
- ESM ⚡️ Build success in 2366ms
24
- DTS ⚡️ Build success in 21092ms
23
+ ESM ⚡️ Build success in 2513ms
24
+ DTS ⚡️ Build success in 21861ms
25
25
  DTS dist/icons/index.d.ts 44.00 B
26
26
  DTS dist/index.d.ts 156.60 KB
27
27
  DTS dist/icons/index.d.cts 44.00 B
@@ -1,11 +1,12 @@
1
1
 
2
- > @vygruppen/spor-react@13.7.1 postinstall /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@13.7.2 postinstall /home/runner/work/spor/spor/packages/spor-react
3
3
  > chakra typegen src/theme/index.ts
4
4
 
5
- ◇ injected env (0) from .env // tip: encrypted .env [www.dotenvx.com]
5
+ ◇ injected env (0) from .env // tip: override existing { override: true }
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
+ ## 13.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - ff28880: RadioCard: Make children take 100% width
8
+
3
9
  ## 13.7.1
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -1610,7 +1610,7 @@ var RadioCard = ({
1610
1610
  ),
1611
1611
  /* @__PURE__ */ jsxRuntime.jsxs(react.RadioCard.ItemControl, { id: itemControlId, "aria-hidden": true, children: [
1612
1612
  showIndicator && /* @__PURE__ */ jsxRuntime.jsx(react.RadioCard.ItemIndicator, {}),
1613
- /* @__PURE__ */ jsxRuntime.jsx(react.Flex, { direction: "column", children })
1613
+ /* @__PURE__ */ jsxRuntime.jsx(react.Flex, { direction: "column", width: "100%", children })
1614
1614
  ] })
1615
1615
  ] });
1616
1616
  };