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 +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
|
5016
|
+
true: "cursor-not-allowed bg-surface-fill-neutral-moderate",
|
|
5017
5017
|
false: "",
|
|
5018
5018
|
},
|
|
5019
5019
|
isFocused: {
|