@pingux/astro 2.89.0-alpha.0 → 2.89.0-alpha.2

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.
@@ -46,6 +46,13 @@ var _default = {
46
46
  disabledKeys: [],
47
47
  // eslint-disable-next-line no-console
48
48
  onSelectionChange: console.log
49
+ },
50
+ parameters: {
51
+ docs: {
52
+ source: {
53
+ type: 'code'
54
+ }
55
+ }
49
56
  }
50
57
  };
51
58
  exports["default"] = _default;
@@ -33,6 +33,13 @@ export default {
33
33
  disabledKeys: [],
34
34
  // eslint-disable-next-line no-console
35
35
  onSelectionChange: console.log
36
+ },
37
+ parameters: {
38
+ docs: {
39
+ source: {
40
+ type: 'code'
41
+ }
42
+ }
36
43
  }
37
44
  };
38
45
  var testData = [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.89.0-alpha.0",
3
+ "version": "2.89.0-alpha.2",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",