@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/antd.esm.js CHANGED
@@ -5720,6 +5720,7 @@ function registerInput(loader) {
5720
5720
  registerComponentHelper(loader, AntdInput, __spreadProps$6(__spreadValues$e({
5721
5721
  name: inputComponentName,
5722
5722
  displayName: "Input",
5723
+ styleSections: false,
5723
5724
  props: __spreadValues$e(__spreadValues$e(__spreadValues$e({
5724
5725
  value: {
5725
5726
  type: "string",
@@ -5753,6 +5754,7 @@ function registerTextArea(loader) {
5753
5754
  name: textAreaComponentName,
5754
5755
  parentComponentName: inputComponentName,
5755
5756
  displayName: "Text Area",
5757
+ styleSections: false,
5756
5758
  props: __spreadValues$e({
5757
5759
  value: {
5758
5760
  type: "string",
@@ -5789,6 +5791,7 @@ function registerPasswordInput(loader) {
5789
5791
  name: passwordComponentName,
5790
5792
  parentComponentName: inputComponentName,
5791
5793
  displayName: "Password Input",
5794
+ styleSections: false,
5792
5795
  props: __spreadValues$e({
5793
5796
  value: {
5794
5797
  type: "string",
@@ -5821,6 +5824,7 @@ function registerNumberInput(loader) {
5821
5824
  name: inputNumberComponentName,
5822
5825
  parentComponentName: inputComponentName,
5823
5826
  displayName: "Number Input",
5827
+ styleSections: false,
5824
5828
  props: __spreadProps$6(__spreadValues$e(__spreadValues$e(__spreadValues$e({
5825
5829
  value: {
5826
5830
  type: "number",