@plasmicpkgs/antd5 0.0.261 → 0.0.262

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/antd.esm.js CHANGED
@@ -5928,7 +5928,7 @@ function registerInput(loader) {
5928
5928
  registerComponentHelper(loader, AntdInput, __spreadProps$6(__spreadValues$e({
5929
5929
  name: inputComponentName,
5930
5930
  displayName: "Input",
5931
- styleSections: false,
5931
+ styleSections: ["visibility"],
5932
5932
  props: __spreadValues$e(__spreadValues$e(__spreadValues$e({
5933
5933
  value: {
5934
5934
  type: "string",
@@ -5962,7 +5962,7 @@ function registerTextArea(loader) {
5962
5962
  name: textAreaComponentName,
5963
5963
  parentComponentName: inputComponentName,
5964
5964
  displayName: "Text Area",
5965
- styleSections: false,
5965
+ styleSections: ["visibility"],
5966
5966
  props: __spreadValues$e({
5967
5967
  value: {
5968
5968
  type: "string",
@@ -5999,7 +5999,7 @@ function registerPasswordInput(loader) {
5999
5999
  name: passwordComponentName,
6000
6000
  parentComponentName: inputComponentName,
6001
6001
  displayName: "Password Input",
6002
- styleSections: false,
6002
+ styleSections: ["visibility"],
6003
6003
  props: __spreadValues$e({
6004
6004
  value: {
6005
6005
  type: "string",
@@ -6032,7 +6032,7 @@ function registerNumberInput(loader) {
6032
6032
  name: inputNumberComponentName,
6033
6033
  parentComponentName: inputComponentName,
6034
6034
  displayName: "Number Input",
6035
- styleSections: false,
6035
+ styleSections: ["visibility"],
6036
6036
  props: __spreadProps$6(__spreadValues$e(__spreadValues$e(__spreadValues$e({
6037
6037
  value: {
6038
6038
  type: "number",