@operato/styles
Advanced tools
Comparing version 1.0.0-alpha.39 to 1.0.0-alpha.40
@@ -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 |
@@ -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
95062
1613