@plasmicpkgs/antd5 0.0.192 → 0.0.193

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
@@ -5737,6 +5737,7 @@ function registerInput(loader) {
5737
5737
  registerComponentHelper(loader, AntdInput, __spreadProps$6(__spreadValues$e({
5738
5738
  name: inputComponentName,
5739
5739
  displayName: "Input",
5740
+ styleSections: false,
5740
5741
  props: __spreadValues$e(__spreadValues$e(__spreadValues$e({
5741
5742
  value: {
5742
5743
  type: "string",
@@ -5770,6 +5771,7 @@ function registerTextArea(loader) {
5770
5771
  name: textAreaComponentName,
5771
5772
  parentComponentName: inputComponentName,
5772
5773
  displayName: "Text Area",
5774
+ styleSections: false,
5773
5775
  props: __spreadValues$e({
5774
5776
  value: {
5775
5777
  type: "string",
@@ -5806,6 +5808,7 @@ function registerPasswordInput(loader) {
5806
5808
  name: passwordComponentName,
5807
5809
  parentComponentName: inputComponentName,
5808
5810
  displayName: "Password Input",
5811
+ styleSections: false,
5809
5812
  props: __spreadValues$e({
5810
5813
  value: {
5811
5814
  type: "string",
@@ -5838,6 +5841,7 @@ function registerNumberInput(loader) {
5838
5841
  name: inputNumberComponentName,
5839
5842
  parentComponentName: inputComponentName,
5840
5843
  displayName: "Number Input",
5844
+ styleSections: false,
5841
5845
  props: __spreadProps$6(__spreadValues$e(__spreadValues$e(__spreadValues$e({
5842
5846
  value: {
5843
5847
  type: "number",