@ironsource/shared-ui 1.4.0 → 1.4.1-rc.2
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
.label[data-v-
|
|
1
|
+
.label[data-v-5d4932c4]{color:#41454d}.banner[data-v-5d4932c4]{display:flex;align-items:center;min-height:3rem;border-radius:.5rem;border:1px solid #DDDFE1;overflow:hidden;margin:1rem 0rem;position:relative}.banner .left-border[data-v-5d4932c4]{position:absolute;top:0;left:0;width:5px;height:100%;background-color:#2b76e6}.banner .content-wrapper[data-v-5d4932c4]{padding:1rem;display:flex;align-items:center;flex:1}.banner .content-wrapper .icon-container[data-v-5d4932c4]{margin-right:1rem}.banner .content-wrapper .content[data-v-5d4932c4]{flex:1}.banner.banner-type-info .left-border[data-v-5d4932c4]{background-color:#3083ff}.banner.banner-type-info .icon[data-v-5d4932c4]{color:#3083ff}.banner.banner-type-success .left-border[data-v-5d4932c4]{background-color:#22c891}.banner.banner-type-success .icon[data-v-5d4932c4]{color:#22c891}.banner.banner-type-error .left-border[data-v-5d4932c4]{background-color:#ff6a63}.banner.banner-type-error .icon[data-v-5d4932c4]{color:#ff6a63}.banner.banner-type-warning .left-border[data-v-5d4932c4]{background-color:#ffb424}.banner.banner-type-warning .icon[data-v-5d4932c4]{color:#ffb424}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
type: {
|
|
3
|
-
type: () => 'success' | 'error' | 'info';
|
|
3
|
+
type: () => 'success' | 'error' | 'info' | 'warning';
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
type: {
|
|
8
|
-
type: () => 'success' | 'error' | 'info';
|
|
8
|
+
type: () => 'success' | 'error' | 'info' | 'warning';
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
}>>, {
|
|
12
|
-
type: "error" | "info" | "success";
|
|
12
|
+
type: "error" | "info" | "success" | "warning";
|
|
13
13
|
}>;
|
|
14
14
|
export default _default;
|
|
@@ -4,7 +4,7 @@ import Info from '../icon/icons/Info.vue.js';
|
|
|
4
4
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
5
5
|
|
|
6
6
|
import "../../Banner.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
7
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
7
|
+
const _withScopeId = (n) => (pushScopeId("data-v-5d4932c4"), n = n(), popScopeId(), n);
|
|
8
8
|
const _hoisted_1 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "left-border" }, null, -1));
|
|
9
9
|
const _hoisted_2 = { class: "content-wrapper" };
|
|
10
10
|
const _hoisted_3 = { class: "icon-container" };
|
|
@@ -44,6 +44,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
44
44
|
};
|
|
45
45
|
}
|
|
46
46
|
});
|
|
47
|
-
var Banner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
47
|
+
var Banner = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5d4932c4"]]);
|
|
48
48
|
|
|
49
49
|
export { Banner as default };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
declare const BannerTypes: () => import("vue").DefineComponent<{
|
|
2
2
|
type: {
|
|
3
|
-
type: () => "error" | "info" | "success";
|
|
3
|
+
type: () => "error" | "info" | "success" | "warning";
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
type: {
|
|
8
|
-
type: () => "error" | "info" | "success";
|
|
8
|
+
type: () => "error" | "info" | "success" | "warning";
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
}>>, {
|
|
12
|
-
type: "error" | "info" | "success";
|
|
12
|
+
type: "error" | "info" | "success" | "warning";
|
|
13
13
|
}>[];
|
|
14
14
|
export { default as Banner } from './Banner.vue';
|
|
15
15
|
export { BannerTypes };
|
package/index.vue.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './MenuItem.vue_vue_type_style_index_0_scoped_true_lang.css';
|
|
2
2
|
export { AppTriggerTypes } from './components/appTrigger/index.vue.js';
|
|
3
3
|
export { AutocompleteDropdownTypes } from './components/autocompleteDropdown/index.vue.js';
|
|
4
4
|
export { MenuItemTypes } from './components/menuItem/index.vue.js';
|