storybook 9.1.0 → 9.1.2

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.
@@ -6129,7 +6129,7 @@ var ea = class ea extends zt {
6129
6129
  onClick: i,
6130
6130
  className: "rejt-minus-menu",
6131
6131
  style: d,
6132
- "aria-label": `remove the array '${t}'`
6132
+ "aria-label": `remove the array '${String(t)}'`
6133
6133
  });
6134
6134
  return /* @__PURE__ */ O.createElement(O.Fragment, null, /* @__PURE__ */ O.createElement("span", { style: g }, "[...] ", r.length, " ", r.
6135
6135
  length === 1 ? "item" : "items"), !p && m);
@@ -6157,12 +6157,12 @@ var ea = class ea extends zt {
6157
6157
  onClick: this.handleAddMode,
6158
6158
  className: "rejt-plus-menu",
6159
6159
  style: U,
6160
- "aria-label": `add a new item to the '${t}' array`
6160
+ "aria-label": `add a new item to the '${String(t)}' array`
6161
6161
  }), pe = b && we(b, {
6162
6162
  onClick: c,
6163
6163
  className: "rejt-minus-menu",
6164
6164
  style: N,
6165
- "aria-label": `remove the array '${t}'`
6165
+ "aria-label": `remove the array '${String(t)}'`
6166
6166
  });
6167
6167
  return /* @__PURE__ */ O.createElement(O.Fragment, null, /* @__PURE__ */ O.createElement("span", { className: "rejt-not-collapsed-delimi\
6168
6168
  ter", style: H }, "["), !i && ee, /* @__PURE__ */ O.createElement("ul", { className: "rejt-not-collapsed-list", style: G }, r.map((L, k) => /* @__PURE__ */ O.
@@ -6323,7 +6323,7 @@ var ta = class ta extends zt {
6323
6323
  onClick: s,
6324
6324
  className: "rejt-minus-menu",
6325
6325
  style: f.minus,
6326
- "aria-label": `remove the function '${t}'${x ? ` from '${x}'` : ""}`
6326
+ "aria-label": `remove the function '${String(t)}'${String(x) ? ` from '${String(x)}'` : ""}`
6327
6327
  });
6328
6328
  h = b ? null : v;
6329
6329
  }
@@ -6739,7 +6739,7 @@ var oa = class oa extends zt {
6739
6739
  onClick: i,
6740
6740
  className: "rejt-minus-menu",
6741
6741
  style: d,
6742
- "aria-label": `remove the object '${t}'`
6742
+ "aria-label": `remove the object '${String(t)}'`
6743
6743
  });
6744
6744
  return /* @__PURE__ */ O.createElement(O.Fragment, null, /* @__PURE__ */ O.createElement("span", { style: g }, "{...}", " ", p.length, "\
6745
6745
  ", p.length === 1 ? "key" : "keys"), !m && f);
@@ -6768,12 +6768,12 @@ var oa = class oa extends zt {
6768
6768
  onClick: this.handleAddMode,
6769
6769
  className: "rejt-plus-menu",
6770
6770
  style: U,
6771
- "aria-label": `add a new property to the object '${t}'`
6771
+ "aria-label": `add a new property to the object '${String(t)}'`
6772
6772
  }), _ = b && we(b, {
6773
6773
  onClick: c,
6774
6774
  className: "rejt-minus-menu",
6775
6775
  style: N,
6776
- "aria-label": `remove the object '${t}'`
6776
+ "aria-label": `remove the object '${String(t)}'`
6777
6777
  }), j = se.map((k) => /* @__PURE__ */ O.createElement(
6778
6778
  kt,
6779
6779
  {
@@ -6919,7 +6919,7 @@ var na = class na extends zt {
6919
6919
  onClick: s,
6920
6920
  className: "rejt-minus-menu",
6921
6921
  style: f.minus,
6922
- "aria-label": `remove the property '${t}' with value '${l}'${v ? ` from '${v}'` : ""}`
6922
+ "aria-label": `remove the property '${String(t)}' with value '${String(l)}'${String(v) ? ` from '${String(v)}'` : ""}`
6923
6923
  });
6924
6924
  return /* @__PURE__ */ O.createElement("li", { className: "rejt-value-node", style: f.li }, /* @__PURE__ */ O.createElement("span", { className: "\
6925
6925
  rejt-name", style: f.name }, t, " : "), h ? /* @__PURE__ */ O.createElement("span", { className: "rejt-edit-form", style: f.editForm }, x) :