@photoroom/ui 0.1.253 → 0.1.254
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/Breadcrumbs/Breadcrumbs.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GACxD,QAAQ,CAAC;IACP,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CACjC,CAAC,CAAC;AAEL,wBAAgB,WAAW,CAAC,EAC1B,OAAmB,EACnB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,QAAQ,CAAC,gBAAgB,CAAC,
|
|
1
|
+
{"version":3,"file":"Breadcrumbs.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/Breadcrumbs/Breadcrumbs.tsx"],"names":[],"mappings":"AAKA,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GACxD,QAAQ,CAAC;IACP,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;CACjC,CAAC,CAAC;AAEL,wBAAgB,WAAW,CAAC,EAC1B,OAAmB,EACnB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,QAAQ,CAAC,gBAAgB,CAAC,2CA0B5B"}
|
package/index.mjs
CHANGED
|
@@ -51499,10 +51499,7 @@ function phe({ variant: e = "default", className: r, children: i, ...a }) {
|
|
|
51499
51499
|
let o = fe.toArray(i);
|
|
51500
51500
|
return /* @__PURE__ */ t("nav", {
|
|
51501
51501
|
...a,
|
|
51502
|
-
className: H("flex items-center gap-1", "component-400", "[&_a]:rounded-200 [&_a]:outline-hidden", "[&_a:focus-visible]:ring-misc-focus-indicator [&_a:focus-visible]:ring", "*:min-w-0 *:shrink-0 *:last:shrink *:last:truncate",
|
|
51503
|
-
"text-content-secondary [&_a:hover]:text-content-secondary [&_a]:text-content-primary": e === "default",
|
|
51504
|
-
"text-content-white-secondary [&_a:hover]:text-content-white-secondary [&_a]:text-content-white-primary": e === "on-dark"
|
|
51505
|
-
}, r),
|
|
51502
|
+
className: H("flex items-center gap-1", "component-400", "[&_a]:rounded-200 [&_a]:outline-hidden", "[&_a:focus-visible]:ring-misc-focus-indicator [&_a:focus-visible]:ring", "*:min-w-0 *:shrink-0 *:last:shrink *:last:truncate", e === "on-dark" ? "text-content-white-secondary [&_a:hover]:text-content-white-secondary [&_a]:text-content-white-primary" : "text-content-secondary [&_a:hover]:text-content-secondary [&_a]:text-content-primary", r),
|
|
51506
51503
|
children: o.map((e, r) => /* @__PURE__ */ n(me, { children: [/* @__PURE__ */ t(h, { className: "icon-size-200 first:hidden" }), e] }, r.toString()))
|
|
51507
51504
|
});
|
|
51508
51505
|
}
|