@pingux/astro 2.20.0-alpha.9 → 2.20.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.
@@ -109,7 +109,10 @@ var ColorField = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
109
109
|
ref: triggerRef,
|
110
110
|
variant: "forms.colorField.container"
|
111
111
|
}, (0, _reactAria.mergeProps)(buttonProps, ariaProps, triggerProps))), (0, _react2.jsx)(_.Box, fieldControlWrapperProps, (0, _react2.jsx)(_.Input, (0, _extends2["default"])({}, visuallyHiddenProps, fieldControlInputProps, {
|
112
|
-
ref: colorRef
|
112
|
+
ref: colorRef,
|
113
|
+
sx: {
|
114
|
+
display: 'none'
|
115
|
+
}
|
113
116
|
}))), helperText && (0, _react2.jsx)(_.FieldHelperText, {
|
114
117
|
status: status
|
115
118
|
}, helperText), (0, _react2.jsx)(_PopoverContainer["default"], (0, _extends2["default"])({
|
@@ -98,7 +98,10 @@ var ColorField = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
98
98
|
ref: triggerRef,
|
99
99
|
variant: "forms.colorField.container"
|
100
100
|
}, mergeProps(buttonProps, ariaProps, triggerProps))), ___EmotionJSX(Box, fieldControlWrapperProps, ___EmotionJSX(Input, _extends({}, visuallyHiddenProps, fieldControlInputProps, {
|
101
|
-
ref: colorRef
|
101
|
+
ref: colorRef,
|
102
|
+
sx: {
|
103
|
+
display: 'none'
|
104
|
+
}
|
102
105
|
}))), helperText && ___EmotionJSX(FieldHelperText, {
|
103
106
|
status: status
|
104
107
|
}, helperText), ___EmotionJSX(PopoverContainer, _extends({
|