@primer/components 0.0.0-2021112185232 → 0.0.0-2021112193058

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.
@@ -9,6 +9,6 @@ var _styledComponents = require("styled-components");
9
9
 
10
10
  var _constants = require("../constants");
11
11
 
12
- var _default = (0, _styledComponents.css)(["position:relative;display:inline-block;padding:16px 16px;font-family:inherit;font-weight:", ";line-height:20px;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;border-radius:", ";appearance:none;text-decoration:none;text-align:center;&:hover{text-decoration:none;}&:focus{outline:none;}&:disabled{cursor:default;}&:disabled svg{opacity:0.6;}"], (0, _constants.get)('fontWeights.bold'), (0, _constants.get)('radii.2'));
12
+ var _default = (0, _styledComponents.css)(["position:relative;display:inline-block;padding:6px 16px;font-family:inherit;font-weight:", ";line-height:20px;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;border-radius:", ";appearance:none;text-decoration:none;text-align:center;&:hover{text-decoration:none;}&:focus{outline:none;}&:disabled{cursor:default;}&:disabled svg{opacity:0.6;}"], (0, _constants.get)('fontWeights.bold'), (0, _constants.get)('radii.2'));
13
13
 
14
14
  exports.default = _default;
@@ -1,3 +1,3 @@
1
1
  import { css } from 'styled-components';
2
2
  import { get } from '../constants';
3
- export default css(["position:relative;display:inline-block;padding:16px 16px;font-family:inherit;font-weight:", ";line-height:20px;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;border-radius:", ";appearance:none;text-decoration:none;text-align:center;&:hover{text-decoration:none;}&:focus{outline:none;}&:disabled{cursor:default;}&:disabled svg{opacity:0.6;}"], get('fontWeights.bold'), get('radii.2'));
3
+ export default css(["position:relative;display:inline-block;padding:6px 16px;font-family:inherit;font-weight:", ";line-height:20px;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;border-radius:", ";appearance:none;text-decoration:none;text-align:center;&:hover{text-decoration:none;}&:focus{outline:none;}&:disabled{cursor:default;}&:disabled svg{opacity:0.6;}"], get('fontWeights.bold'), get('radii.2'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/components",
3
- "version": "0.0.0-2021112185232",
3
+ "version": "0.0.0-2021112193058",
4
4
  "description": "Primer react components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-esm/index.js",
@@ -67,7 +67,7 @@
67
67
  "@babel/cli": "7.14.5",
68
68
  "@babel/core": "7.14.8",
69
69
  "@babel/eslint-parser": "7.15.7",
70
- "@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
70
+ "@babel/plugin-proposal-nullish-coalescing-operator": "7.16.0",
71
71
  "@babel/plugin-proposal-optional-chaining": "7.14.5",
72
72
  "@babel/plugin-transform-modules-commonjs": "7.14.5",
73
73
  "@babel/preset-react": "7.14.5",
@@ -133,7 +133,7 @@
133
133
  "react-dnd-html5-backend": "14.0.2",
134
134
  "react-dom": "17.0.2",
135
135
  "react-test-renderer": "17.0.2",
136
- "rollup": "2.56.3",
136
+ "rollup": "2.60.2",
137
137
  "rollup-plugin-babel": "4.4.0",
138
138
  "rollup-plugin-terser": "7.0.2",
139
139
  "rollup-plugin-visualizer": "5.5.0",