@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**: It's recommended to use a more specific field component when possible.
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) {
@@ -67,7 +67,13 @@ var buttons = {
67
67
  border: 'none'
68
68
  }
69
69
  })
70
- })
70
+ }),
71
+ filter: {
72
+ '&:not(.disabled):hover': {
73
+ borderColor: 'accent.40',
74
+ color: 'accent.40'
75
+ }
76
+ }
71
77
  };
72
78
  var forms = {
73
79
  input: {
@@ -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**: It's recommended to use a more specific field component when possible.
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) {
@@ -60,7 +60,13 @@ var buttons = {
60
60
  border: 'none'
61
61
  }
62
62
  })
63
- })
63
+ }),
64
+ filter: {
65
+ '&:not(.disabled):hover': {
66
+ borderColor: 'accent.40',
67
+ color: 'accent.40'
68
+ }
69
+ }
64
70
  };
65
71
  var forms = {
66
72
  input: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.0.0",
3
+ "version": "2.0.1-alpha.1",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",