@photoroom/ui 0.1.385 → 0.1.386
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":"ReactionBar.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ReactionBar/ReactionBar.tsx"],"names":[],"mappings":"AAIA,KAAK,gBAAgB,GAAG;IACtB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AA2BhC,eAAO,MAAM,WAAW,GAAI,qDAKzB,gBAAgB,
|
|
1
|
+
{"version":3,"file":"ReactionBar.d.ts","sourceRoot":"","sources":["../../../../src/components/input/ReactionBar/ReactionBar.tsx"],"names":[],"mappings":"AAIA,KAAK,gBAAgB,GAAG;IACtB,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;CAC9C,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC;AA2BhC,eAAO,MAAM,WAAW,GAAI,qDAKzB,gBAAgB,gCAclB,CAAC"}
|
package/index.mjs
CHANGED
|
@@ -47211,14 +47211,14 @@ var xge = ({ reaction: e, selected: n = !1, onClick: r }) => /* @__PURE__ */ t("
|
|
|
47211
47211
|
onClick: () => r(e),
|
|
47212
47212
|
tabIndex: 0,
|
|
47213
47213
|
type: "button",
|
|
47214
|
-
className: U(
|
|
47214
|
+
className: U("misc-dropdown-inner-rounding flex h-10 w-10 cursor-pointer flex-col items-center justify-center transition duration-200", "focus-visible:ring-misc-focus-indicator focus-visible:border-0 focus-visible:ring-4 focus-visible:outline-hidden", n ? "bg-background-borderless-subdued-hover" : "hover:bg-background-borderless-subdued-hover focus-visible:bg-background-borderless-subdued-hover active:bg-background-borderless-subdued-down"),
|
|
47215
47215
|
children: /* @__PURE__ */ t("span", {
|
|
47216
47216
|
role: "img",
|
|
47217
47217
|
className: "text-800 leading-6",
|
|
47218
47218
|
children: e
|
|
47219
47219
|
})
|
|
47220
47220
|
}), Sge = ({ onSelectReaction: e, reactions: n, className: r, ...i }) => /* @__PURE__ */ t("div", {
|
|
47221
|
-
className: W("bg-surface-higher shadow-700
|
|
47221
|
+
className: W("bg-surface-higher shadow-700 misc-outer-border misc-dropdown-rounding misc-dropdown-padding flex w-fit", r),
|
|
47222
47222
|
...i,
|
|
47223
47223
|
children: n.map((n) => /* @__PURE__ */ t(xge, {
|
|
47224
47224
|
reaction: n,
|