@texturehq/edges 1.26.9 → 1.27.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.
@@ -563,7 +563,7 @@ interface BadgeProps {
563
563
  /** Visual variant of the badge */
564
564
  variant?: "default" | "success" | "error" | "warning" | "info" | "primary" | "brand" | "secondary" | "neutral" | DeviceState | GridState;
565
565
  /** Size of the badge */
566
- size?: "sm" | "md" | "lg";
566
+ size?: "xs" | "sm" | "md" | "lg";
567
567
  /** Shape of the badge */
568
568
  shape?: "pill" | "rounded" | "square";
569
569
  /** Whether to show a dot indicator */
@@ -563,7 +563,7 @@ interface BadgeProps {
563
563
  /** Visual variant of the badge */
564
564
  variant?: "default" | "success" | "error" | "warning" | "info" | "primary" | "brand" | "secondary" | "neutral" | DeviceState | GridState;
565
565
  /** Size of the badge */
566
- size?: "sm" | "md" | "lg";
566
+ size?: "xs" | "sm" | "md" | "lg";
567
567
  /** Shape of the badge */
568
568
  shape?: "pill" | "rounded" | "square";
569
569
  /** Whether to show a dot indicator */
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.26.9",
2
+ "version": "1.27.0",
3
3
  "components": [
4
4
  {
5
5
  "name": "ActionCell",