@pingux/astro 2.154.0-alpha.3 → 2.154.1-alpha.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.
|
@@ -146,7 +146,6 @@ var ColorField = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
146
146
|
role: "presentation"
|
|
147
147
|
}), (0, _react2.jsx)(_reactAria.FocusScope, {
|
|
148
148
|
restoreFocus: true,
|
|
149
|
-
contain: true,
|
|
150
149
|
autoFocus: true
|
|
151
150
|
}, (0, _react2.jsx)(_reactColor.SketchPicker, {
|
|
152
151
|
width: sizeValues.width,
|
|
@@ -135,7 +135,6 @@ var ColorField = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
135
135
|
role: "presentation"
|
|
136
136
|
}), ___EmotionJSX(FocusScope, {
|
|
137
137
|
restoreFocus: true,
|
|
138
|
-
contain: true,
|
|
139
138
|
autoFocus: true
|
|
140
139
|
}, ___EmotionJSX(SketchPicker, {
|
|
141
140
|
width: sizeValues.width,
|