@sanity/ui 2.1.15-canary.6 → 2.3.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.d.mts CHANGED
@@ -586,6 +586,7 @@ export declare interface CardProps
586
586
  * @beta
587
587
  */
588
588
  __unstable_focusRing?: boolean
589
+ muted?: boolean
589
590
  pressed?: boolean
590
591
  scheme?: ThemeColorSchemeKey_2
591
592
  tone?: CardTone
@@ -597,6 +598,7 @@ export declare interface CardProps
597
598
  export declare interface CardStyleProps {
598
599
  $checkered: boolean
599
600
  $focusRing: boolean
601
+ $muted: boolean
600
602
  $tone: ThemeColorToneKey
601
603
  }
602
604
 
package/dist/index.d.ts CHANGED
@@ -586,6 +586,7 @@ export declare interface CardProps
586
586
  * @beta
587
587
  */
588
588
  __unstable_focusRing?: boolean
589
+ muted?: boolean
589
590
  pressed?: boolean
590
591
  scheme?: ThemeColorSchemeKey_2
591
592
  tone?: CardTone
@@ -597,6 +598,7 @@ export declare interface CardProps
597
598
  export declare interface CardStyleProps {
598
599
  $checkered: boolean
599
600
  $focusRing: boolean
601
+ $muted: boolean
600
602
  $tone: ThemeColorToneKey
601
603
  }
602
604