biblio-react 3.0.0-alpha108 → 3.0.0-alpha109

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/index.js CHANGED
@@ -9609,9 +9609,9 @@ const cL = /^(\d+)(th|st|nd|rd)?/i, uL = /\d+/i, dL = {
9609
9609
  const at = ke.configInputs ? ke.configInputs.filter((gt) => gt.id === t) : [];
9610
9610
  return at[0] ? at[0] : null;
9611
9611
  }), {
9612
- conts: u = [{ [t]: { hidden: 0, required: 0 } }]
9612
+ conts: u = []
9613
9613
  //user = [],
9614
- } = Ee(wi), { hidden: d, required: p } = u[t], {
9614
+ } = Ee(wi), { hidden: d, required: p } = u[t] || { hidden: 0, required: 0 }, {
9615
9615
  disabled: f,
9616
9616
  hidden: h,
9617
9617
  required: m,