@planetaexo/design-system 0.88.0 → 0.89.0

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
@@ -19450,14 +19450,14 @@ var SIZES = {
19450
19450
  md: {
19451
19451
  pad: "py-20 sm:py-28",
19452
19452
  heading: "text-2xl sm:text-3xl lg:text-4xl",
19453
- chip: "px-3 py-1 text-xs sm:px-5 sm:py-2.5 sm:text-sm",
19454
- gap: "gap-1.5 sm:gap-2.5",
19453
+ chip: "px-4 py-2 text-[13px] sm:px-5 sm:py-2.5 sm:text-sm",
19454
+ gap: "gap-2 sm:gap-2.5",
19455
19455
  chipsMt: "mt-6 sm:mt-9"
19456
19456
  },
19457
19457
  sm: {
19458
19458
  pad: "py-16 sm:py-24",
19459
19459
  heading: "text-xl sm:text-2xl lg:text-3xl",
19460
- chip: "px-2.5 py-1 text-[11px] sm:px-3.5 sm:py-1.5 sm:text-[13px]",
19460
+ chip: "px-3.5 py-1.5 text-xs sm:px-3.5 sm:py-1.5 sm:text-[13px]",
19461
19461
  gap: "gap-1.5 sm:gap-2",
19462
19462
  chipsMt: "mt-5 sm:mt-7"
19463
19463
  }