infinity-ui-elements 1.14.11 → 1.14.12

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.esm.js CHANGED
@@ -5013,7 +5013,7 @@ const switchVariants = cva("relative inline-flex items-center shrink-0 cursor-po
5013
5013
  false: "",
5014
5014
  },
5015
5015
  isDisabled: {
5016
- true: "cursor-not-allowed opacity-60",
5016
+ true: "cursor-not-allowed bg-surface-fill-neutral-moderate",
5017
5017
  false: "",
5018
5018
  },
5019
5019
  isFocused: {