@almadar/ui 4.47.1 → 4.47.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.
@@ -59883,7 +59883,7 @@ function FlowCanvasInner({
59883
59883
  const [expandedOrbital, setExpandedOrbital] = React147.useState(
59884
59884
  initialOrbital
59885
59885
  );
59886
- const [screenSize, setScreenSize] = React147.useState("tablet");
59886
+ const [screenSize, setScreenSize] = React147.useState("desktop");
59887
59887
  const [selectedNode, setSelectedNode] = React147.useState(initialSelectedNode ?? null);
59888
59888
  const [selectedPattern, setSelectedPattern] = React147.useState(null);
59889
59889
  const patternSelectionValue = React147.useMemo(() => ({
@@ -60610,7 +60610,7 @@ var AvlTransitionScene = ({
60610
60610
  effects.map((eff, i) => {
60611
60611
  const rowY = secY + 22 + i * effectRowH;
60612
60612
  const effectType = mapEffectType(eff.type);
60613
- const argsText = eff.args.length > 0 ? eff.args.join(" \xB7 ") : "";
60613
+ const argsText = eff.args.length > 0 ? eff.args.map((a) => typeof a === "string" ? a : JSON.stringify(a)).join(" \xB7 ") : "";
60614
60614
  return /* @__PURE__ */ jsxRuntime.jsxs("g", { children: [
60615
60615
  /* @__PURE__ */ jsxRuntime.jsx(
60616
60616
  exports.AvlEffect,
package/dist/avl/index.js CHANGED
@@ -59837,7 +59837,7 @@ function FlowCanvasInner({
59837
59837
  const [expandedOrbital, setExpandedOrbital] = useState(
59838
59838
  initialOrbital
59839
59839
  );
59840
- const [screenSize, setScreenSize] = useState("tablet");
59840
+ const [screenSize, setScreenSize] = useState("desktop");
59841
59841
  const [selectedNode, setSelectedNode] = useState(initialSelectedNode ?? null);
59842
59842
  const [selectedPattern, setSelectedPattern] = useState(null);
59843
59843
  const patternSelectionValue = useMemo(() => ({
@@ -60564,7 +60564,7 @@ var AvlTransitionScene = ({
60564
60564
  effects.map((eff, i) => {
60565
60565
  const rowY = secY + 22 + i * effectRowH;
60566
60566
  const effectType = mapEffectType(eff.type);
60567
- const argsText = eff.args.length > 0 ? eff.args.join(" \xB7 ") : "";
60567
+ const argsText = eff.args.length > 0 ? eff.args.map((a) => typeof a === "string" ? a : JSON.stringify(a)).join(" \xB7 ") : "";
60568
60568
  return /* @__PURE__ */ jsxs("g", { children: [
60569
60569
  /* @__PURE__ */ jsx(
60570
60570
  AvlEffect,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "4.47.1",
3
+ "version": "4.47.3",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [