@vygruppen/spor-react 12.3.0 → 12.3.1

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,9 +1,9 @@
1
1
 
2
- > @vygruppen/spor-react@12.3.0 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.3.1 build /home/runner/work/spor/spor/packages/spor-react
3
3
  > pnpm typegen && tsup
4
4
 
5
5
 
6
- > @vygruppen/spor-react@12.3.0 typegen /home/runner/work/spor/spor/packages/spor-react
6
+ > @vygruppen/spor-react@12.3.1 typegen /home/runner/work/spor/spor/packages/spor-react
7
7
  > npx @chakra-ui/cli typegen src/theme/index.ts
8
8
 
9
9
  ┌ Chakra CLI ⚡️
@@ -31,12 +31,12 @@ CLI Target: node16
31
31
  CJS Build start
32
32
  ESM Build start
33
33
  DTS Build start
34
- CJS dist/index.js 315.30 KB
35
- CJS dist/index.js.map 633.21 KB
36
- CJS ⚡️ Build success in 2044ms
37
- ESM dist/index.mjs 294.71 KB
38
- ESM dist/index.mjs.map 633.21 KB
39
- ESM ⚡️ Build success in 2045ms
40
- DTS ⚡️ Build success in 20410ms
34
+ ESM dist/index.mjs 294.73 KB
35
+ ESM dist/index.mjs.map 633.25 KB
36
+ ESM ⚡️ Build success in 2095ms
37
+ CJS dist/index.js 315.33 KB
38
+ CJS dist/index.js.map 633.25 KB
39
+ CJS ⚡️ Build success in 2098ms
40
+ DTS ⚡️ Build success in 21036ms
41
41
  DTS dist/index.d.ts 129.93 KB
42
42
  DTS dist/index.d.mts 129.93 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.3.0 typegen /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.3.1 typegen /home/runner/work/spor/spor/packages/spor-react
3
3
  > npx @chakra-ui/cli typegen src/theme/index.ts
4
4
 
5
5
  ┌ Chakra CLI ⚡️
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d137429: Table: Fix width styling on tableCell.
8
+
3
9
  ## 12.3.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.js CHANGED
@@ -6378,7 +6378,8 @@ var tableSlotRecipe = react.defineSlotRecipe({
6378
6378
  cell: {
6379
6379
  ...numericStyles,
6380
6380
  paddingX: 1.5,
6381
- paddingY: 1
6381
+ paddingY: 1,
6382
+ width: "100%"
6382
6383
  },
6383
6384
  footer: {
6384
6385
  fontWeight: "medium"