@primer/components 0.0.0-202191514518 → 0.0.0-202191514926

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @primer/components
2
2
 
3
- ## 0.0.0-202191514518
3
+ ## 0.0.0-202191514926
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -1,4 +1,5 @@
1
1
  /**
2
+ * test suite!
2
3
  * id, role
3
4
  * text could be non-text
4
5
  * activeDescendantAttribute
@@ -1,4 +1,5 @@
1
1
  /**
2
+ * test suite!
2
3
  * id, role
3
4
  * text could be non-text
4
5
  * activeDescendantAttribute
@@ -1,6 +1,7 @@
1
1
  function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
2
 
3
3
  /**
4
+ * test suite!
4
5
  * id, role
5
6
  * text could be non-text
6
7
  * activeDescendantAttribute
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/components",
3
- "version": "0.0.0-202191514518",
3
+ "version": "0.0.0-202191514926",
4
4
  "description": "Primer react components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-esm/index.js",