New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@operato/styles

Package Overview
Dependencies
Maintainers
4
Versions
278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/styles - npm Package Compare versions

Comparing version 1.0.0-alpha.39 to 1.0.0-alpha.40

9

CHANGELOG.md

@@ -6,2 +6,11 @@ # Change Log

## [1.0.0-alpha.40](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2022-03-26)
### :bug: Bug Fix
* tooltip-style ([a8638f6](https://github.com/hatiolab/operato/commit/a8638f6756748fd8aa3539bb5301b46a9a93c4fe))
## [1.0.0-alpha.39](https://github.com/hatiolab/operato/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2022-03-25)

@@ -8,0 +17,0 @@

@@ -21,4 +21,12 @@ import { css } from 'lit';

right: var(--tooltip-left-position-right);
bottom: var(--tooltip-left-position-bottom);
max-width: var(--tooltip-max-width, 300px);
max-height: var(--tooltip-max-height, 300px);
width: fit-content;
word-wrap: break-word;
white-space: pre-wrap;
overflow: hidden;
}
`;
//# sourceMappingURL=tooltip-styles.js.map

4

package.json

@@ -6,3 +6,3 @@ {

"author": "heartyoh",
"version": "1.0.0-alpha.39",
"version": "1.0.0-alpha.40",
"main": "dist/src/index.js",

@@ -41,3 +41,3 @@ "module": "dist/src/index.js",

"prettier": "@hatiolab/prettier-config",
"gitHead": "9c15173d07c706bbd0b501708cf9c17d56c091ed"
"gitHead": "11368ddef658a981127e2943cde2cf3546d833f0"
}

@@ -22,3 +22,11 @@ import { css } from 'lit'

right: var(--tooltip-left-position-right);
bottom: var(--tooltip-left-position-bottom);
max-width: var(--tooltip-max-width, 300px);
max-height: var(--tooltip-max-height, 300px);
width: fit-content;
word-wrap: break-word;
white-space: pre-wrap;
overflow: hidden;
}
`

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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