ui-beyable 1.0.40-beta.4 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +2 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.js +2 -1
- package/lib/esm/index.js.map +1 -1
- package/package.json +1 -1
package/lib/cjs/index.js
CHANGED
|
@@ -3262,7 +3262,8 @@ function Message(_a) {
|
|
|
3262
3262
|
var appearanceClass = {
|
|
3263
3263
|
background: styles$4.wrapper_appearance_background,
|
|
3264
3264
|
outline: styles$4.wrapper_appearance_outline,
|
|
3265
|
-
ghost: styles$4.wrapper_appearance_ghost
|
|
3265
|
+
ghost: styles$4.wrapper_appearance_ghost,
|
|
3266
|
+
background_outline: styles$4.wrapper_appearance_background_outline,
|
|
3266
3267
|
};
|
|
3267
3268
|
var typeClass = {
|
|
3268
3269
|
information: styles$4.wrapper_type_information,
|