@pingux/astro 2.0.0 → 2.0.1-alpha.1
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.
@@ -26,7 +26,9 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj &&
|
|
26
26
|
* Accepts relevant styling props from [styled-system](https://styled-system.com/table).
|
27
27
|
* Built on top of [Input from Theme-UI](https://theme-ui.com/components/input/).
|
28
28
|
*
|
29
|
-
* **Note**:
|
29
|
+
* **Note**: This component does not supply all of the accessibility assistance on its own.
|
30
|
+
* We instead encourage developers to utilize our Field components wherever possible.
|
31
|
+
* If this component is used, accessibility is left to the developer.
|
30
32
|
*/
|
31
33
|
|
32
34
|
var Input = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
@@ -12,7 +12,9 @@ import isValidPositiveInt from '../../utils/devUtils/props/isValidPositiveInt';
|
|
12
12
|
* Accepts relevant styling props from [styled-system](https://styled-system.com/table).
|
13
13
|
* Built on top of [Input from Theme-UI](https://theme-ui.com/components/input/).
|
14
14
|
*
|
15
|
-
* **Note**:
|
15
|
+
* **Note**: This component does not supply all of the accessibility assistance on its own.
|
16
|
+
* We instead encourage developers to utilize our Field components wherever possible.
|
17
|
+
* If this component is used, accessibility is left to the developer.
|
16
18
|
*/
|
17
19
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
18
20
|
var Input = /*#__PURE__*/forwardRef(function (props, ref) {
|