@pingux/astro 1.32.0-alpha.1 → 1.32.0
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.
@@ -164,8 +164,10 @@ var TextAreaField = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
164
164
|
ref: textAreaRef,
|
165
165
|
rows: rows
|
166
166
|
}, fieldControlProps, {
|
167
|
-
sx:
|
167
|
+
sx: slots !== null && slots !== void 0 && slots.inContainer ? {
|
168
168
|
paddingRight: '35px'
|
169
|
+
} : {
|
170
|
+
overflow: 'hidden'
|
169
171
|
}
|
170
172
|
})), (slots === null || slots === void 0 ? void 0 : slots.inContainer) && (0, _react2.jsx)(_.Box, {
|
171
173
|
variant: "boxes.textFieldInContainerSlot",
|
@@ -132,8 +132,10 @@ var TextAreaField = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
132
132
|
ref: textAreaRef,
|
133
133
|
rows: rows
|
134
134
|
}, fieldControlProps, {
|
135
|
-
sx:
|
135
|
+
sx: slots !== null && slots !== void 0 && slots.inContainer ? {
|
136
136
|
paddingRight: '35px'
|
137
|
+
} : {
|
138
|
+
overflow: 'hidden'
|
137
139
|
}
|
138
140
|
})), (slots === null || slots === void 0 ? void 0 : slots.inContainer) && ___EmotionJSX(Box, {
|
139
141
|
variant: "boxes.textFieldInContainerSlot",
|