@photoroom/ui 0.1.357 → 0.1.358
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/components/status/Badge/Badge.d.ts.map +1 -1
- package/index.css +1 -1
- package/index.mjs +2 -2
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -6148,7 +6148,7 @@ var hs = G("inline-flex items-center justify-center", {
|
|
|
6148
6148
|
variant: {
|
|
6149
6149
|
default: "bg-black-alpha-7 text-white",
|
|
6150
6150
|
accent: "bg-accent-400 text-white",
|
|
6151
|
-
pro: "border-misc-border text-accent-500 shadow-400 misc-border-size-hairline bg-
|
|
6151
|
+
pro: "border-misc-border text-accent-500 shadow-400 misc-border-size-hairline bg-background-inverted",
|
|
6152
6152
|
"pro-alt": "bg-background-pro text-white",
|
|
6153
6153
|
subtle: "border-content-tertiary text-content-tertiary misc-border-size-hairline",
|
|
6154
6154
|
"on-dark-secondary": "bg-background-white-subdued text-content-white-primary",
|
|
@@ -6207,7 +6207,7 @@ var hs = G("inline-flex items-center justify-center", {
|
|
|
6207
6207
|
}), gs = ({ size: e = "medium", variant: r = "default", icon: i, className: a, children: o, tooltip: s, ref: c, ...l }) => {
|
|
6208
6208
|
let u = !!i && o == null, d = null;
|
|
6209
6209
|
o != null && (d = r === "pro" ? /* @__PURE__ */ t("span", {
|
|
6210
|
-
className: "
|
|
6210
|
+
className: "bg-content-pro bg-clip-text text-transparent",
|
|
6211
6211
|
children: o
|
|
6212
6212
|
}) : o);
|
|
6213
6213
|
let f = /* @__PURE__ */ n("span", {
|