@primer/components 0.0.0-2021928142718 → 0.0.0-2021928152548

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.
@@ -1,6 +1,3 @@
1
- /**
2
- * show item dividers
3
- */
4
1
  import React from 'react';
5
2
  import { SxProp } from '../sx';
6
3
  import { HeaderProps } from './Header';
@@ -1,6 +1,3 @@
1
- /**
2
- * show item dividers
3
- */
4
1
  import React from 'react';
5
2
  import { SxProp } from '../sx';
6
3
  import { HeaderProps } from './Header';
@@ -1,8 +1,5 @@
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
- /**
4
- * show item dividers
5
- */
6
3
  import React from 'react';
7
4
  import Box from '../Box';
8
5
  import { Header } from './Header';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/components",
3
- "version": "0.0.0-2021928142718",
3
+ "version": "0.0.0-2021928152548",
4
4
  "description": "Primer react components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-esm/index.js",