@factorialco/f0-react 1.214.2 → 1.214.3
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/dist/experimental.js +6 -6
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/experimental.js
CHANGED
|
@@ -26185,10 +26185,10 @@ const ap = {
|
|
|
26185
26185
|
onPulseClick: o
|
|
26186
26186
|
}) => {
|
|
26187
26187
|
const a = We(), [l, c] = V(!s);
|
|
26188
|
-
return /* @__PURE__ */ f("div", { className: "relative h-
|
|
26188
|
+
return /* @__PURE__ */ f("div", { className: "relative h-10 w-10", children: /* @__PURE__ */ f(Ze, { mode: "popLayout", initial: !!l, children: l ? /* @__PURE__ */ f(
|
|
26189
26189
|
de.div,
|
|
26190
26190
|
{
|
|
26191
|
-
className: "relative h-
|
|
26191
|
+
className: "relative h-10 w-10 rounded-full bg-f1-background-warning",
|
|
26192
26192
|
initial: { opacity: 0, scale: 0.8 },
|
|
26193
26193
|
animate: { opacity: 1, scale: 1 },
|
|
26194
26194
|
exit: { opacity: 0, scale: 0.5 },
|
|
@@ -26235,7 +26235,7 @@ const ap = {
|
|
|
26235
26235
|
initial: { opacity: 0, scale: 0.5 },
|
|
26236
26236
|
animate: { opacity: 1, scale: 1 },
|
|
26237
26237
|
exit: { opacity: 0, scale: 0.5 },
|
|
26238
|
-
className: "relative",
|
|
26238
|
+
className: "relative h-10 w-10",
|
|
26239
26239
|
transition: {
|
|
26240
26240
|
scale: {
|
|
26241
26241
|
type: "spring",
|
|
@@ -26255,13 +26255,13 @@ const ap = {
|
|
|
26255
26255
|
type: "rounded",
|
|
26256
26256
|
name: [t, e],
|
|
26257
26257
|
src: n,
|
|
26258
|
-
size: "
|
|
26258
|
+
size: "lg",
|
|
26259
26259
|
color: "random",
|
|
26260
26260
|
"aria-label": i,
|
|
26261
26261
|
"aria-labelledby": r
|
|
26262
26262
|
}
|
|
26263
26263
|
),
|
|
26264
|
-
s ? /* @__PURE__ */ f("div", { className: "absolute -bottom-1 -right-1 inline-flex rounded-sm bg-f1-background", children: /* @__PURE__ */ f(
|
|
26264
|
+
s ? /* @__PURE__ */ f("div", { className: "absolute -bottom-1.5 -right-1.5 inline-flex rounded-sm bg-f1-background", children: /* @__PURE__ */ f(
|
|
26265
26265
|
Jn,
|
|
26266
26266
|
{
|
|
26267
26267
|
variant: "neutral",
|
|
@@ -26289,7 +26289,7 @@ const ap = {
|
|
|
26289
26289
|
opacity: { delay: 0.25 },
|
|
26290
26290
|
scale: { delay: 0.25 }
|
|
26291
26291
|
},
|
|
26292
|
-
className: "absolute -bottom-1 -right-1 rounded-sm bg-f1-background",
|
|
26292
|
+
className: "absolute -bottom-1.5 -right-1.5 rounded-sm bg-f1-background",
|
|
26293
26293
|
children: /* @__PURE__ */ f(
|
|
26294
26294
|
he,
|
|
26295
26295
|
{
|