@plasmicpkgs/react-aria 0.0.123 → 0.0.125

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.
@@ -988,8 +988,7 @@ const CHECKBOX_VARIANTS = [
988
988
  "indeterminate",
989
989
  "disabled",
990
990
  "selected",
991
- "readonly",
992
- "selected"
991
+ "readonly"
993
992
  ];
994
993
  const { variants: variants$g, withObservedValues: withObservedValues$d } = pickAriaComponentVariants(CHECKBOX_VARIANTS);
995
994
  function BaseCheckbox(props) {