@symbo.ls/uikit 2.11.99 → 2.11.100

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.cjs.js CHANGED
@@ -12871,11 +12871,11 @@ var AvatarChooser = {
12871
12871
  padding: "0 A 0 B1+X"
12872
12872
  },
12873
12873
  attr: { name: "avatar-chooser", id: "avatar-chooser" },
12874
- childExtend: { tag: "option", text: ({ state }) => state.text },
12875
- $setCollection: ({ parent }) => parent.props.options,
12874
+ childExtend: { tag: "option" },
12875
+ $setPropsCollection: ({ parent }) => parent.props.options,
12876
12876
  on: {
12877
12877
  change: (ev, { parent }) => {
12878
- parent.user.update({ key: ev.target.value });
12878
+ parent.Avatar.update({ key: ev.target.value });
12879
12879
  }
12880
12880
  }
12881
12881
  }