@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/.tsbuildinfo +1 -1
- package/dist/antd.esm.js +2 -2
- package/dist/antd.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/skinny/registerAvatar.cjs.js +1 -1
- package/skinny/registerAvatar.cjs.js.map +1 -1
- package/skinny/registerAvatar.esm.js +1 -1
- package/skinny/registerAvatar.esm.js.map +1 -1
- package/skinny/registerSteps.cjs.js +1 -1
- package/skinny/registerSteps.cjs.js.map +1 -1
- package/skinny/registerSteps.esm.js +1 -1
- package/skinny/registerSteps.esm.js.map +1 -1
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: "
|
|
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: "
|
|
5065
|
+
defaultValueHint: "horizontal"
|
|
5066
5066
|
},
|
|
5067
5067
|
progressDot: {
|
|
5068
5068
|
type: "boolean",
|