@pingux/astro 2.78.0-alpha.0 → 2.78.0-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.
@@ -14,6 +14,14 @@ declare const _default: {
14
14
  };
15
15
  page: () => React.JSX.Element;
16
16
  };
17
+ a11y: {
18
+ config: {
19
+ rules: {
20
+ id: string;
21
+ enabled: boolean;
22
+ }[];
23
+ };
24
+ };
17
25
  };
18
26
  argTypes: {};
19
27
  };
@@ -32,6 +32,14 @@ var _default = {
32
32
  page: function page() {
33
33
  return (0, _react2.jsx)(_react["default"].Fragment, null, (0, _react2.jsx)(_TimeField["default"], null), (0, _react2.jsx)(_storybookDocsLayout["default"], null));
34
34
  }
35
+ },
36
+ a11y: {
37
+ config: {
38
+ rules: [{
39
+ id: 'color-contrast',
40
+ enabled: false
41
+ }]
42
+ }
35
43
  }
36
44
  },
37
45
  argTypes: {}
@@ -19,6 +19,14 @@ export default {
19
19
  page: function page() {
20
20
  return ___EmotionJSX(React.Fragment, null, ___EmotionJSX(TimeFieldReadme, null), ___EmotionJSX(DocsLayout, null));
21
21
  }
22
+ },
23
+ a11y: {
24
+ config: {
25
+ rules: [{
26
+ id: 'color-contrast',
27
+ enabled: false
28
+ }]
29
+ }
22
30
  }
23
31
  },
24
32
  argTypes: {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.78.0-alpha.0",
3
+ "version": "2.78.0-alpha.1",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",