@vygruppen/spor-react 12.0.0 → 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.
- package/.turbo/turbo-build.log +11 -11
- package/.turbo/turbo-typegen.log +1 -1
- package/CHANGELOG.md +14 -0
- package/dist/index.d.mts +60 -7
- package/dist/index.d.ts +60 -7
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
- package/src/input/NativeSelect.tsx +10 -8
- package/src/theme/slot-recipes/table.ts +2 -0
- package/src/typography/Heading.tsx +3 -3
package/dist/index.mjs
CHANGED
@@ -6535,7 +6535,9 @@ var tableSlotRecipe = defineSlotRecipe({
|
|
6535
6535
|
root: {
|
6536
6536
|
tableLayout: "fixed",
|
6537
6537
|
borderCollapse: "collapse",
|
6538
|
-
width: "100%"
|
6538
|
+
width: "100%",
|
6539
|
+
minWidth: "36rem",
|
6540
|
+
overflowX: "auto"
|
6539
6541
|
},
|
6540
6542
|
columnHeader: {
|
6541
6543
|
fontWeight: "bold",
|