@operato/popup
Advanced tools
Comparing version 1.19.10 to 1.19.13
@@ -6,2 +6,11 @@ # Change Log | ||
### [1.19.13](https://github.com/hatiolab/operato/compare/v1.19.12...v1.19.13) (2025-01-10) | ||
### :bug: Bug Fix | ||
* alert 텍스트 정렬 속성 추가 ([cd0eb62](https://github.com/hatiolab/operato/commit/cd0eb6207acdc6c67455900178a671e592e861ba)) | ||
### [1.19.10](https://github.com/hatiolab/operato/compare/v1.19.9...v1.19.10) (2024-09-10) | ||
@@ -8,0 +17,0 @@ |
@@ -309,2 +309,3 @@ import { __decorate } from "tslib"; | ||
color: var(--title-text-color); | ||
text-align: var(--ox-prompt-title-text-align, 'left'); | ||
} | ||
@@ -319,2 +320,3 @@ | ||
word-break: keep-all; | ||
text-align: var(--ox-prompt-content-text-align, 'left'); | ||
} | ||
@@ -321,0 +323,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.19.10", | ||
"version": "1.19.13", | ||
"main": "dist/src/index.js", | ||
@@ -100,3 +100,3 @@ "module": "dist/src/index.js", | ||
}, | ||
"gitHead": "a2e152f67e86309e4644814e00202254f7a59247" | ||
"gitHead": "20b4eee2566c09eee30456483155e8d3ac7445d5" | ||
} |
@@ -51,2 +51,3 @@ import '@material/mwc-button' | ||
color: var(--title-text-color); | ||
text-align: var(--ox-prompt-title-text-align, 'left'); | ||
} | ||
@@ -61,2 +62,3 @@ | ||
word-break: keep-all; | ||
text-align: var(--ox-prompt-content-text-align, 'left'); | ||
} | ||
@@ -63,0 +65,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
489134
5609