@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.js CHANGED
@@ -19429,14 +19429,14 @@ var SIZES = {
19429
19429
  md: {
19430
19430
  pad: "py-20 sm:py-28",
19431
19431
  heading: "text-2xl sm:text-3xl lg:text-4xl",
19432
- chip: "px-3 py-1 text-xs sm:px-5 sm:py-2.5 sm:text-sm",
19433
- gap: "gap-1.5 sm:gap-2.5",
19432
+ chip: "px-4 py-2 text-[13px] sm:px-5 sm:py-2.5 sm:text-sm",
19433
+ gap: "gap-2 sm:gap-2.5",
19434
19434
  chipsMt: "mt-6 sm:mt-9"
19435
19435
  },
19436
19436
  sm: {
19437
19437
  pad: "py-16 sm:py-24",
19438
19438
  heading: "text-xl sm:text-2xl lg:text-3xl",
19439
- chip: "px-2.5 py-1 text-[11px] sm:px-3.5 sm:py-1.5 sm:text-[13px]",
19439
+ chip: "px-3.5 py-1.5 text-xs sm:px-3.5 sm:py-1.5 sm:text-[13px]",
19440
19440
  gap: "gap-1.5 sm:gap-2",
19441
19441
  chipsMt: "mt-5 sm:mt-7"
19442
19442
  }