nexaas-ui-components 1.0.53 → 1.0.54

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.cjs CHANGED
@@ -78,7 +78,7 @@ var sizes = {
78
78
  icon: "text-[12px] leading-3"
79
79
  },
80
80
  xxsm: {
81
- text: "h-6 min-w-6 max-w-6",
81
+ text: "h-6 min-w-6 max-w-6 !rounded-sm",
82
82
  icon: "text-[12px] leading-3"
83
83
  },
84
84
  xs: {
@@ -151,8 +151,8 @@ var paddingConfig = {
151
151
  icon: ""
152
152
  },
153
153
  xxsm: {
154
- normal: "p-[6px]",
155
- icon: "p-[6px]"
154
+ normal: "p-[5px]",
155
+ icon: "p-[5px]"
156
156
  },
157
157
  xs: {
158
158
  normal: "p-2",