@overmap-ai/blocks 1.0.40-TableStyling.2 → 1.0.40-TableStyling.3
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/dist/blocks.js +5 -5
- package/dist/blocks.js.map +1 -1
- package/dist/blocks.umd.cjs +5 -5
- package/dist/blocks.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/blocks.js
CHANGED
|
@@ -5790,11 +5790,11 @@ const tableCellCva = cva([], {
|
|
|
5790
5790
|
false: []
|
|
5791
5791
|
},
|
|
5792
5792
|
size: {
|
|
5793
|
-
xs: ["
|
|
5794
|
-
sm: ["
|
|
5795
|
-
md: ["
|
|
5796
|
-
lg: ["
|
|
5797
|
-
xl: ["
|
|
5793
|
+
xs: ["py-1", "px-2"],
|
|
5794
|
+
sm: ["py-2", "px-4"],
|
|
5795
|
+
md: ["py-3", "px-6"],
|
|
5796
|
+
lg: ["py-4", "px-8"],
|
|
5797
|
+
xl: ["py-5", "px-10"]
|
|
5798
5798
|
},
|
|
5799
5799
|
border: {
|
|
5800
5800
|
grid: ["box-border", "border", "border-(--accent-a6)"],
|