@sarunyu/system-one 1.3.2 → 1.3.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/index.js CHANGED
@@ -3076,7 +3076,7 @@ const sizeStyles = {
3076
3076
  },
3077
3077
  small: {
3078
3078
  container: "px-1 py-0.5",
3079
- text: "text-xxs leading-3",
3079
+ text: "text-[length:var(--text-xxs)] leading-[var(--leading-3)]",
3080
3080
  closeIcon: "h-3.5 w-3.5",
3081
3081
  closeButton: "h-3.5 w-3.5"
3082
3082
  }