@times-tooling/button
Advanced tools
+11
-0
@@ -6,2 +6,13 @@ # Change Log | ||
| # [3.4.0](https://github.com/newsuk/times-tooling/compare/@times-tooling/button@3.3.0...@times-tooling/button@3.4.0) (2019-10-01) | ||
| ### Features | ||
| * button set equal width ([#54](https://github.com/newsuk/times-tooling/issues/54)) ([eef2502](https://github.com/newsuk/times-tooling/commit/eef2502)) | ||
| # [3.3.0](https://github.com/newsuk/times-tooling/compare/@times-tooling/button@3.2.0...@times-tooling/button@3.3.0) (2019-08-06) | ||
@@ -8,0 +19,0 @@ |
+2
-2
@@ -78,4 +78,4 @@ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } | ||
| padding: 1rem; | ||
| height: 4rem; | ||
| width: 4rem; | ||
| min-height: 4rem; | ||
| min-width: 4rem; | ||
@@ -82,0 +82,0 @@ ${props => props.withText && css` |
+2
-2
| { | ||
| "name": "@times-tooling/button", | ||
| "version": "3.3.0", | ||
| "version": "3.4.0", | ||
| "main": "lib/index.js", | ||
@@ -45,3 +45,3 @@ "module": "lib/index.js", | ||
| ], | ||
| "gitHead": "11faa79eead332455ca8198c098d45e3602da2ef" | ||
| "gitHead": "127a6b96833677e1793164e00009bc1d86d588c9" | ||
| } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
21716
1.45%0
-100%