@plasmicpkgs/antd5 0.0.261 → 0.0.263
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 +4 -4
- package/dist/antd.esm.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/skinny/registerInput.cjs.js +4 -4
- package/skinny/registerInput.cjs.js.map +1 -1
- package/skinny/registerInput.esm.js +4 -4
- package/skinny/registerInput.esm.js.map +1 -1
package/dist/index.js
CHANGED
|
@@ -5945,7 +5945,7 @@ function registerInput(loader) {
|
|
|
5945
5945
|
registerComponentHelper(loader, AntdInput, __spreadProps$6(__spreadValues$e({
|
|
5946
5946
|
name: inputComponentName,
|
|
5947
5947
|
displayName: "Input",
|
|
5948
|
-
styleSections:
|
|
5948
|
+
styleSections: ["visibility"],
|
|
5949
5949
|
props: __spreadValues$e(__spreadValues$e(__spreadValues$e({
|
|
5950
5950
|
value: {
|
|
5951
5951
|
type: "string",
|
|
@@ -5979,7 +5979,7 @@ function registerTextArea(loader) {
|
|
|
5979
5979
|
name: textAreaComponentName,
|
|
5980
5980
|
parentComponentName: inputComponentName,
|
|
5981
5981
|
displayName: "Text Area",
|
|
5982
|
-
styleSections:
|
|
5982
|
+
styleSections: ["visibility"],
|
|
5983
5983
|
props: __spreadValues$e({
|
|
5984
5984
|
value: {
|
|
5985
5985
|
type: "string",
|
|
@@ -6016,7 +6016,7 @@ function registerPasswordInput(loader) {
|
|
|
6016
6016
|
name: passwordComponentName,
|
|
6017
6017
|
parentComponentName: inputComponentName,
|
|
6018
6018
|
displayName: "Password Input",
|
|
6019
|
-
styleSections:
|
|
6019
|
+
styleSections: ["visibility"],
|
|
6020
6020
|
props: __spreadValues$e({
|
|
6021
6021
|
value: {
|
|
6022
6022
|
type: "string",
|
|
@@ -6049,7 +6049,7 @@ function registerNumberInput(loader) {
|
|
|
6049
6049
|
name: inputNumberComponentName,
|
|
6050
6050
|
parentComponentName: inputComponentName,
|
|
6051
6051
|
displayName: "Number Input",
|
|
6052
|
-
styleSections:
|
|
6052
|
+
styleSections: ["visibility"],
|
|
6053
6053
|
props: __spreadProps$6(__spreadValues$e(__spreadValues$e(__spreadValues$e({
|
|
6054
6054
|
value: {
|
|
6055
6055
|
type: "number",
|