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

@hsds/tooltip

Package Overview
Dependencies
Maintainers
7
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hsds/tooltip - npm Package Compare versions

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

index.cjs.d.ts

16

CHANGELOG.md

@@ -5,18 +5,4 @@ # Changelog

## [8.2.1-beta.0](https://github.com/helpscout/hsds/compare/components-tooltip-8.2.0...components-tooltip-8.2.1-beta.0) (2024-01-16)
## [8.2.1-rc.0](https://github.com/helpscout/hsds/compare/components-tooltip-8.2.0...components-tooltip-8.2.1-rc.0) (2024-01-23)
## [8.1.4-beta.1](https://github.com/helpscout/hsds/compare/components-tooltip-8.1.4-beta.0...components-tooltip-8.1.4-beta.1) (2023-12-18)
### Features
* **components-tooltip:** update keys color inside tooltip ([e379304](https://github.com/helpscout/hsds/commit/e379304db51a4b30e3a2f9040ef1d55c943027e0))
## [8.1.4-beta.0](https://github.com/helpscout/hsds/compare/components-tooltip-8.1.3...components-tooltip-8.1.4-beta.0) (2023-12-18)
### Features
* **workspace:** convert charcoal to new scheme ([92995da](https://github.com/helpscout/hsds/commit/92995dac039b24abcb1bff03cf6b5596abb34b6b))
## [8.2.0](https://github.com/helpscout/hsds/compare/components-tooltip-8.1.4...components-tooltip-8.2.0) (2024-01-08)

@@ -23,0 +9,0 @@

{
"name": "@hsds/tooltip",
"version": "8.2.1-beta.0",
"version": "8.2.1-rc.0",
"peerDependencies": {

@@ -10,9 +10,9 @@ "prop-types": "~15.7.2",

},
"main": "index.cjs",
"main": "./index.cjs.js",
"type": "commonjs",
"dependencies": {
"@hsds/keyboard-badge": "8.1.5-beta.0",
"@hsds/utils-color": "8.2.4-beta.2",
"@hsds/utils-mixins": "8.2.4-beta.2",
"@hsds/utils-react": "8.2.0",
"@hsds/keyboard-badge": "8.1.5-rc.0",
"@hsds/utils-color": "8.2.4-rc.0",
"@hsds/utils-mixins": "8.2.4-rc.0",
"@hsds/utils-react": "8.2.1-rc.0",
"@tippyjs/react": "4.2.6",

@@ -19,0 +19,0 @@ "classnames": "2.3.1"

@@ -35,3 +35,3 @@ import styled from 'styled-components'

export const TooltipUI = styled.div`
--TooltipBgColor: ${getColor('charcoal.1100')};
--TooltipBgColor: ${getColor('charcoal.800')};
/* in case scoping is not working */

@@ -127,6 +127,2 @@ box-sizing: border-box;

}
.c-KeyboardBadge__Key {
background-color: ${getColor('charcoal.800')};
color: white;
}
}

@@ -133,0 +129,0 @@ `

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