@plasmicpkgs/antd5 0.0.99 → 0.0.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.js CHANGED
@@ -4608,7 +4608,7 @@ function registerAvatar(loader) {
4608
4608
  type: "choice",
4609
4609
  options: ["circle", "round"],
4610
4610
  description: "Set the avatar shape",
4611
- defaultValueHint: "square"
4611
+ defaultValueHint: "circle"
4612
4612
  }
4613
4613
  },
4614
4614
  importPath: "@plasmicpkgs/antd5/skinny/registerAvatar",
@@ -5062,7 +5062,7 @@ function registerSteps(loader) {
5062
5062
  type: "choice",
5063
5063
  options: ["horizontal", "vertical"],
5064
5064
  description: "Direction of steps",
5065
- defaultValueHint: "default"
5065
+ defaultValueHint: "horizontal"
5066
5066
  },
5067
5067
  progressDot: {
5068
5068
  type: "boolean",