@photoroom/ui 0.1.125 → 0.1.126
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
|
@@ -32889,7 +32889,7 @@ pG.Label = dG, pG.Gauge = lG;
|
|
|
32889
32889
|
//#region src/components/status/UnpublishedStatus/UnpublishedStatus.tsx
|
|
32890
32890
|
var mG = U("rounded-300 component-semi-strong-300 inline-flex h-5 w-fit items-center justify-center gap-1", {
|
|
32891
32891
|
variants: { background: {
|
|
32892
|
-
true: "bg-background-
|
|
32892
|
+
true: "bg-background-white text-content-black-primary px-2",
|
|
32893
32893
|
false: "text-content-primary"
|
|
32894
32894
|
} },
|
|
32895
32895
|
defaultVariants: { background: !0 }
|