@turystack/ui 0.0.29 → 0.0.30

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2922,7 +2922,7 @@ const sa = k({
2922
2922
  size: "md"
2923
2923
  },
2924
2924
  slots: {
2925
- root: "t:flex t:shrink-0 t:items-center t:px-4"
2925
+ root: "t:flex t:shrink-0 t:items-center t:px-2"
2926
2926
  },
2927
2927
  variants: {
2928
2928
  bordered: {
@@ -2979,7 +2979,7 @@ const aa = k({
2979
2979
  center: "t:flex t:shrink-0 t:justify-center t:px-4",
2980
2980
  left: "t:flex t:min-w-0 t:flex-1 t:justify-start",
2981
2981
  right: "t:flex t:min-w-0 t:flex-1 t:justify-end",
2982
- root: "t:flex t:shrink-0 t:items-center t:px-4"
2982
+ root: "t:flex t:shrink-0 t:items-center t:px-2"
2983
2983
  },
2984
2984
  variants: {
2985
2985
  bordered: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@turystack/ui",
3
3
  "private": false,
4
- "version": "0.0.29",
4
+ "version": "0.0.30",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",