Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hsds/keyboard-badge

Package Overview
Dependencies
Maintainers
7
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hsds/keyboard-badge - npm Package Compare versions

Comparing version 8.1.5-beta.0 to 8.1.5-rc.0

index.cjs.d.ts

13

CHANGELOG.md

@@ -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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc