@ltht-react/banner
Advanced tools
Comparing version 1.0.67 to 1.0.68
@@ -6,2 +6,10 @@ # Change Log | ||
## 1.0.68 (2022-07-14) | ||
**Note:** Version bump only for package @ltht-react/banner | ||
## 1.0.67 (2022-07-14) | ||
@@ -8,0 +16,0 @@ |
@@ -93,4 +93,3 @@ "use strict"; | ||
type === 'warning' && jsx_runtime_1.jsx(icon_1.ExclamationIcon, { status: "amber", size: "medium" }, void 0), | ||
type === 'danger' && jsx_runtime_1.jsx(icon_1.ExclamationIcon, { status: "red", size: "medium" }, void 0), | ||
type === 'highlight' && jsx_runtime_1.jsx(icon_1.InfoCircleIcon, { status: "info", size: "medium" }, void 0)] }, void 0)), | ||
type === 'danger' && jsx_runtime_1.jsx(icon_1.ExclamationIcon, { status: "red", size: "medium" }, void 0)] }, void 0)), | ||
jsx_runtime_1.jsx(BannerContent, { children: children }, void 0), | ||
@@ -97,0 +96,0 @@ canClick(rest) && jsx_runtime_1.jsx(icon_1.ChevronIcon, { size: "medium", direction: "right" }, void 0)] }), void 0)); |
{ | ||
"name": "@ltht-react/banner", | ||
"version": "1.0.67", | ||
"version": "1.0.68", | ||
"description": "ltht-react Banner Component.", | ||
@@ -30,9 +30,9 @@ "author": "LTHT", | ||
"@emotion/styled": "^11.0.0", | ||
"@ltht-react/icon": "^1.3.94", | ||
"@ltht-react/styles": "^1.3.86", | ||
"@ltht-react/types": "^1.0.90", | ||
"@ltht-react/utils": "^1.1.92", | ||
"@ltht-react/icon": "^1.3.95", | ||
"@ltht-react/styles": "^1.3.87", | ||
"@ltht-react/types": "^1.0.91", | ||
"@ltht-react/utils": "^1.1.93", | ||
"react": "^17.0.0" | ||
}, | ||
"gitHead": "3dd9c87ac3acaab447005b607317f5f688a8f79c" | ||
"gitHead": "46a86b2bcb7fb97b116158fec5f9d0ee63dd90a1" | ||
} |
Sorry, the diff of this file is not supported yet
17106
108
Updated@ltht-react/icon@^1.3.95
Updated@ltht-react/styles@^1.3.87
Updated@ltht-react/types@^1.0.91
Updated@ltht-react/utils@^1.1.93