@hsds/keyboard-badge
Advanced tools
Comparing version 8.1.5-beta.0 to 8.1.5-rc.0
@@ -5,15 +5,4 @@ # Changelog | ||
## [8.1.5-beta.0](https://github.com/helpscout/hsds/compare/components-keyboard-badge-8.1.4...components-keyboard-badge-8.1.5-beta.0) (2024-01-16) | ||
## [8.1.5-rc.0](https://github.com/helpscout/hsds/compare/components-keyboard-badge-8.1.4...components-keyboard-badge-8.1.5-rc.0) (2024-01-23) | ||
## [8.1.4-beta.1](https://github.com/helpscout/hsds/compare/components-keyboard-badge-8.1.4-beta.0...components-keyboard-badge-8.1.4-beta.1) (2023-12-18) | ||
## [8.1.4-beta.0](https://github.com/helpscout/hsds/compare/components-keyboard-badge-8.1.3...components-keyboard-badge-8.1.4-beta.0) (2023-12-18) | ||
### Features | ||
* **components-keyboard-badge:** fix colors and alignment ([2c353cd](https://github.com/helpscout/hsds/commit/2c353cd517cd914b0c0a5dba83e2a73b82156859)) | ||
* **components-keyboard-badge:** remove text wrapper ([41aceaa](https://github.com/helpscout/hsds/commit/41aceaac41685e64ae224b474d0027ef18d8d0b2)) | ||
* **workspace:** convert charcoal to new scheme ([92995da](https://github.com/helpscout/hsds/commit/92995dac039b24abcb1bff03cf6b5596abb34b6b)) | ||
## [8.1.4](https://github.com/helpscout/hsds/compare/components-keyboard-badge-8.1.3...components-keyboard-badge-8.1.4) (2024-01-03) | ||
@@ -20,0 +9,0 @@ |
{ | ||
"name": "@hsds/keyboard-badge", | ||
"version": "8.1.5-beta.0", | ||
"version": "8.1.5-rc.0", | ||
"peerDependencies": { | ||
@@ -10,9 +10,9 @@ "prop-types": "~15.7.2", | ||
}, | ||
"main": "index.cjs", | ||
"main": "./index.cjs.js", | ||
"type": "commonjs", | ||
"dependencies": { | ||
"@hsds/utils-color": "8.2.4-beta.2", | ||
"@hsds/utils-react": "8.2.0", | ||
"@hsds/utils-color": "8.2.4-rc.0", | ||
"@hsds/utils-react": "8.2.1-rc.0", | ||
"classnames": "2.3.1" | ||
} | ||
} |
@@ -12,7 +12,7 @@ import styled from 'styled-components' | ||
font-family: var(--HSDSGlobalFontFamilyMono); | ||
background-color: ${getColor('charcoal.300')}; | ||
color: ${getColor('charcoal.800')}; | ||
background-color: ${getColor('charcoal.400')}; | ||
border-radius: 3px; | ||
box-sizing: border-box; | ||
border: none; | ||
color: white; | ||
display: inline-flex; | ||
@@ -22,5 +22,5 @@ align-items: center; | ||
font-weight: 500; | ||
min-width: 18px; | ||
height: 18px; | ||
line-height: 18px; | ||
min-width: 19px; | ||
line-height: 1; | ||
height: 19px; | ||
padding: 0 6px; | ||
@@ -27,0 +27,0 @@ white-space: nowrap; |
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
200
15631
7
1
+ Added@hsds/utils-color@8.2.4-rc.0(transitive)
+ Added@hsds/utils-react@8.2.1-rc.0(transitive)
- Removed@hsds/utils-color@8.2.4-beta.2(transitive)
- Removed@hsds/utils-react@8.2.0(transitive)
Updated@hsds/utils-color@8.2.4-rc.0
Updated@hsds/utils-react@8.2.1-rc.0