@grupor5/raya 0.2.20 → 0.2.21

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/index.js CHANGED
@@ -2837,7 +2837,7 @@ var TableHead = React27__namespace.forwardRef((_a, ref) => {
2837
2837
  __spreadValues({
2838
2838
  ref,
2839
2839
  className: cn(
2840
- "h-10 px-2 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
2840
+ "h-10 px-3 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
2841
2841
  className
2842
2842
  )
2843
2843
  }, props)
@@ -2851,7 +2851,7 @@ var TableCell = React27__namespace.forwardRef((_a, ref) => {
2851
2851
  __spreadValues({
2852
2852
  ref,
2853
2853
  className: cn(
2854
- "p-2 align-middle [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
2854
+ "py-2 px-3 align-middle [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
2855
2855
  className
2856
2856
  )
2857
2857
  }, props)
package/dist/index.mjs CHANGED
@@ -2806,7 +2806,7 @@ var TableHead = React27.forwardRef((_a, ref) => {
2806
2806
  __spreadValues({
2807
2807
  ref,
2808
2808
  className: cn(
2809
- "h-10 px-2 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
2809
+ "h-10 px-3 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
2810
2810
  className
2811
2811
  )
2812
2812
  }, props)
@@ -2820,7 +2820,7 @@ var TableCell = React27.forwardRef((_a, ref) => {
2820
2820
  __spreadValues({
2821
2821
  ref,
2822
2822
  className: cn(
2823
- "p-2 align-middle [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
2823
+ "py-2 px-3 align-middle [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
2824
2824
  className
2825
2825
  )
2826
2826
  }, props)
@@ -184,7 +184,7 @@ var TableHead = React2__namespace.forwardRef((_a, ref) => {
184
184
  __spreadValues({
185
185
  ref,
186
186
  className: cn(
187
- "h-10 px-2 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
187
+ "h-10 px-3 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
188
188
  className
189
189
  )
190
190
  }, props)
@@ -198,7 +198,7 @@ var TableCell = React2__namespace.forwardRef((_a, ref) => {
198
198
  __spreadValues({
199
199
  ref,
200
200
  className: cn(
201
- "p-2 align-middle [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
201
+ "py-2 px-3 align-middle [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
202
202
  className
203
203
  )
204
204
  }, props)
@@ -160,7 +160,7 @@ var TableHead = React2.forwardRef((_a, ref) => {
160
160
  __spreadValues({
161
161
  ref,
162
162
  className: cn(
163
- "h-10 px-2 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
163
+ "h-10 px-3 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
164
164
  className
165
165
  )
166
166
  }, props)
@@ -174,7 +174,7 @@ var TableCell = React2.forwardRef((_a, ref) => {
174
174
  __spreadValues({
175
175
  ref,
176
176
  className: cn(
177
- "p-2 align-middle [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
177
+ "py-2 px-3 align-middle [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
178
178
  className
179
179
  )
180
180
  }, props)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grupor5/raya",
3
- "version": "0.2.20",
3
+ "version": "0.2.21",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",