@hsds/tooltip
Advanced tools
Comparing version 8.2.1-beta.0 to 8.2.1-rc.0
@@ -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 @@ ` |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
163075
4065
8
23
1
+ Added@hsds/keyboard-badge@8.1.5-rc.0(transitive)
+ Added@hsds/tokens@1.4.1-rc.0(transitive)
+ Added@hsds/utils-color@8.2.4-rc.0(transitive)
+ Added@hsds/utils-constants@8.1.3-rc.0(transitive)
+ Added@hsds/utils-mixins@8.2.4-rc.0(transitive)
+ Added@hsds/utils-react@8.2.1-rc.0(transitive)
+ Added@hsds/utils-sass@8.1.3-rc.0(transitive)
- Removed@hsds/keyboard-badge@8.1.5-beta.0(transitive)
- Removed@hsds/tokens@1.4.1-beta.2(transitive)
- Removed@hsds/utils-color@8.2.4-beta.2(transitive)
- Removed@hsds/utils-constants@8.1.2(transitive)
- Removed@hsds/utils-mixins@8.2.4-beta.2(transitive)
- Removed@hsds/utils-react@8.2.0(transitive)
- Removed@hsds/utils-sass@8.1.2(transitive)
Updated@hsds/utils-color@8.2.4-rc.0
Updated@hsds/utils-react@8.2.1-rc.0