@vygruppen/spor-react 12.0.1 → 12.0.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,9 +1,9 @@
1
1
 
2
- > @vygruppen/spor-react@12.0.1 build /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.0.2 build /home/runner/work/spor/spor/packages/spor-react
3
3
  > pnpm typegen && tsup
4
4
 
5
5
 
6
- > @vygruppen/spor-react@12.0.1 typegen /home/runner/work/spor/spor/packages/spor-react
6
+ > @vygruppen/spor-react@12.0.2 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 ⚡️
@@ -16,8 +16,7 @@
16
16
  [?25h[?25l│
17
17
  ◇ ✅ Generated utility typings
18
18
  [?25h[?25l│
19
- ◒ Generating token types...
20
- ◇ ✅ Generated token typings
19
+ ◇ Generated token typings
21
20
  [?25h[?25l│
22
21
  ◒ Generating system types...
23
22
  ◇ ✅ Generated system types
@@ -32,12 +31,12 @@ CLI Target: node16
32
31
  CJS Build start
33
32
  ESM Build start
34
33
  DTS Build start
35
- ESM dist/index.mjs 292.29 KB
36
- ESM dist/index.mjs.map 619.66 KB
37
- ESM ⚡️ Build success in 1885ms
38
- CJS dist/index.js 311.52 KB
39
- CJS dist/index.js.map 619.66 KB
40
- CJS ⚡️ Build success in 1887ms
41
- DTS ⚡️ Build success in 22227ms
34
+ CJS dist/index.js 311.57 KB
35
+ CJS dist/index.js.map 619.74 KB
36
+ CJS ⚡️ Build success in 1860ms
37
+ ESM dist/index.mjs 292.34 KB
38
+ ESM dist/index.mjs.map 619.74 KB
39
+ ESM ⚡️ Build success in 1861ms
40
+ DTS ⚡️ Build success in 21713ms
42
41
  DTS dist/index.d.ts 133.66 KB
43
42
  DTS dist/index.d.mts 133.66 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@12.0.1 typegen /home/runner/work/spor/spor/packages/spor-react
2
+ > @vygruppen/spor-react@12.0.2 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 ⚡️
@@ -10,7 +10,8 @@
10
10
  ◒ Generating recipe types...
11
11
  ◇ ✅ Generated recipe typings
12
12
  [?25h[?25l│
13
- ◇ Generated utility typings
13
+ ◒ Generating utility types...
14
+ ◇ ✅ Generated utility typings
14
15
  [?25h[?25l│
15
16
  ◒ Generating token types...
16
17
  ◇ ✅ Generated token typings
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 12.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6d33265: Tables: fix for horizontal scroll for tables on mobile version
8
+
3
9
  ## 12.0.1
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -6560,7 +6560,9 @@ var tableSlotRecipe = react.defineSlotRecipe({
6560
6560
  root: {
6561
6561
  tableLayout: "fixed",
6562
6562
  borderCollapse: "collapse",
6563
- width: "100%"
6563
+ width: "100%",
6564
+ minWidth: "36rem",
6565
+ overflowX: "auto"
6564
6566
  },
6565
6567
  columnHeader: {
6566
6568
  fontWeight: "bold",