@photoroom/ui 0.1.387 → 0.1.389
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/index.mjs
CHANGED
|
@@ -46898,10 +46898,11 @@ h3.displayName = "DropdownMenuMultipleSelectionItem";
|
|
|
46898
46898
|
//#region src/components/input/OptionGroup/OptionGroupItem/OptionGroupItem.tsx
|
|
46899
46899
|
var hge = G([
|
|
46900
46900
|
"group",
|
|
46901
|
-
"rounded-500 focus-
|
|
46901
|
+
"rounded-500 focus-visible:ring-misc-focus-indicator focus-visible:misc-border-size-focus-ring p-px transition-all duration-150 ease-out focus-visible:outline-hidden",
|
|
46902
46902
|
"radix-state-unchecked:bg-misc-border-box",
|
|
46903
|
-
"hover:radix-state-unchecked:bg-misc-border-
|
|
46904
|
-
"
|
|
46903
|
+
"hover:radix-state-unchecked:bg-misc-border-hover",
|
|
46904
|
+
"focus-visible:radix-state-unchecked:bg-misc-border-hover",
|
|
46905
|
+
"active:radix-state-unchecked:bg-misc-border-down"
|
|
46905
46906
|
], {
|
|
46906
46907
|
variants: {
|
|
46907
46908
|
variant: {
|