@ironsource/shared-ui 2.1.7-rc.14 → 2.1.7-rc.15
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/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +1 -0
- package/components/appHeader/AppHeader.vue.d.ts +1 -1
- package/components/appHeader/index.d.ts +9 -9
- package/components/icon/v4/IconV4.vue.d.ts +5 -0
- package/components/icon/v4/IconV4.vue.js +4 -4
- package/components/icon/v4/IconV4.vue2.js +29 -26
- package/components/icon/v4/index.d.ts +20 -1
- package/design-foundation.stories/icons/iconsData.d.ts +6 -2
- package/index.d.ts +58 -20
- package/package.json +1 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_1eea7671_lang.css +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.icon[data-v-dc433d48]{user-select:none;display:flex;align-items:center;justify-content:center;width:fit-content;height:fit-content}.icon .icon-wrapper[data-v-dc433d48]{width:var(--3d423be4);height:var(--513646c9);color:var(--ad86ac0c)}.icon .icon-wrapper[data-v-dc433d48] svg{width:100%;height:100%}
|
|
@@ -38,8 +38,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
38
38
|
name: string;
|
|
39
39
|
type: 'small' | 'normal';
|
|
40
40
|
image: string;
|
|
41
|
-
testId: string;
|
|
42
41
|
platform: 'android' | 'ios';
|
|
42
|
+
testId: string;
|
|
43
43
|
appKey: string;
|
|
44
44
|
showAbIcon: boolean;
|
|
45
45
|
}>;
|
|
@@ -14,13 +14,13 @@ declare const AppHeaderTypes: () => import("vue").DefineComponent<{
|
|
|
14
14
|
required: true;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
|
-
|
|
18
|
-
type: import("vue").PropType<
|
|
17
|
+
platform: {
|
|
18
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
19
19
|
required: true;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
|
-
|
|
23
|
-
type: import("vue").PropType<
|
|
22
|
+
testId: {
|
|
23
|
+
type: import("vue").PropType<string>;
|
|
24
24
|
required: true;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
@@ -50,13 +50,13 @@ declare const AppHeaderTypes: () => import("vue").DefineComponent<{
|
|
|
50
50
|
required: true;
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
53
|
-
|
|
54
|
-
type: import("vue").PropType<
|
|
53
|
+
platform: {
|
|
54
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
55
55
|
required: true;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
|
-
|
|
59
|
-
type: import("vue").PropType<
|
|
58
|
+
testId: {
|
|
59
|
+
type: import("vue").PropType<string>;
|
|
60
60
|
required: true;
|
|
61
61
|
default: string;
|
|
62
62
|
};
|
|
@@ -75,8 +75,8 @@ declare const AppHeaderTypes: () => import("vue").DefineComponent<{
|
|
|
75
75
|
name: string;
|
|
76
76
|
type: "small" | "normal";
|
|
77
77
|
image: string;
|
|
78
|
-
testId: string;
|
|
79
78
|
platform: "android" | "ios";
|
|
79
|
+
testId: string;
|
|
80
80
|
appKey: string;
|
|
81
81
|
showAbIcon: boolean;
|
|
82
82
|
}>[];
|
|
@@ -5,6 +5,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
5
5
|
size?: string;
|
|
6
6
|
height?: string;
|
|
7
7
|
width?: string;
|
|
8
|
+
platform?: string;
|
|
8
9
|
}>, {
|
|
9
10
|
name: any;
|
|
10
11
|
size: any;
|
|
@@ -12,6 +13,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
12
13
|
type: string;
|
|
13
14
|
height: any;
|
|
14
15
|
width: any;
|
|
16
|
+
platform: any;
|
|
15
17
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
16
18
|
type?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
17
19
|
name?: string;
|
|
@@ -19,6 +21,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
19
21
|
size?: string;
|
|
20
22
|
height?: string;
|
|
21
23
|
width?: string;
|
|
24
|
+
platform?: string;
|
|
22
25
|
}>, {
|
|
23
26
|
name: any;
|
|
24
27
|
size: any;
|
|
@@ -26,6 +29,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
26
29
|
type: string;
|
|
27
30
|
height: any;
|
|
28
31
|
width: any;
|
|
32
|
+
platform: any;
|
|
29
33
|
}>>>, {
|
|
30
34
|
name: string;
|
|
31
35
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -33,6 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
33
37
|
size: string;
|
|
34
38
|
height: string;
|
|
35
39
|
width: string;
|
|
40
|
+
platform: string;
|
|
36
41
|
}>, {
|
|
37
42
|
default?(_: {}): any;
|
|
38
43
|
}>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./IconV4.vue2.js";
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../../IconV4.
|
|
4
|
-
const
|
|
2
|
+
/* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../../IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css"; //*');
|
|
4
|
+
const t = /* @__PURE__ */ _(o, [["__scopeId", "data-v-dc433d48"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
t as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import "../../../IconV4.
|
|
2
|
-
import { useStorage as
|
|
1
|
+
import "../../../IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css"; import { defineComponent as S, useCssVars as w, unref as s, useSlots as C, computed as o, watch as _, openBlock as u, createElementBlock as f, normalizeClass as b, createCommentVNode as z, renderSlot as I } from "vue";
|
|
2
|
+
import { useStorage as T } from "../../../composables/useStorage.js";
|
|
3
3
|
import { ASSETS_BASE_URL as U } from "./consts.js";
|
|
4
|
-
const V = ["innerHTML"], B = /* @__PURE__ */
|
|
4
|
+
const V = ["innerHTML"], B = /* @__PURE__ */ S({
|
|
5
5
|
__name: "IconV4",
|
|
6
6
|
props: {
|
|
7
7
|
type: { default: "regular" },
|
|
@@ -9,34 +9,37 @@ const V = ["innerHTML"], B = /* @__PURE__ */ $({
|
|
|
9
9
|
color: { default: null },
|
|
10
10
|
size: { default: null },
|
|
11
11
|
height: { default: null },
|
|
12
|
-
width: { default: null }
|
|
12
|
+
width: { default: null },
|
|
13
|
+
platform: { default: null }
|
|
13
14
|
},
|
|
14
|
-
setup(
|
|
15
|
-
const e =
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
15
|
+
setup(r) {
|
|
16
|
+
const e = r;
|
|
17
|
+
w((t) => ({
|
|
18
|
+
"3d423be4": s(d),
|
|
19
|
+
"513646c9": s(m),
|
|
20
|
+
ad86ac0c: r.color
|
|
20
21
|
}));
|
|
21
|
-
const
|
|
22
|
+
const a = window.sharedUIRequestCache = window.sharedUIRequestCache || {}, p = C(), d = o(() => e.size || e.width), m = o(() => e.size || e.height), h = o(
|
|
23
|
+
() => e.platform ? `${e.type}/${e.platform}` : e.type
|
|
24
|
+
), y = o(() => {
|
|
22
25
|
if (!e.name)
|
|
23
26
|
return "";
|
|
24
27
|
const t = e.name.split("/");
|
|
25
28
|
return [e.name ? `icon-name--${t.at(-1)}` : ""];
|
|
26
|
-
}),
|
|
29
|
+
}), c = o(() => {
|
|
27
30
|
if (p.default)
|
|
28
31
|
return "";
|
|
29
32
|
if (!e.name)
|
|
30
33
|
return console.error("Please provided icon name"), "";
|
|
31
34
|
const t = e.type === "regular" || e.type === "bold" || e.type === "fill" ? "ph/" : "v4/", n = e.type === "bold" || e.type === "fill" ? `-${e.type}` : "";
|
|
32
|
-
return `${U}/icons/${t}${
|
|
33
|
-
}),
|
|
35
|
+
return `${U}/icons/${t}${h.value}/${e.name}${n}.svg`;
|
|
36
|
+
}), l = T(`icon-${e.type}--${e.name}`);
|
|
34
37
|
function g(t) {
|
|
35
|
-
return
|
|
36
|
-
delete
|
|
38
|
+
return a[t] || (a[t] = fetch(t).then((n) => n.text()).finally(() => {
|
|
39
|
+
delete a[t];
|
|
37
40
|
}).catch((n) => {
|
|
38
41
|
console.error(n);
|
|
39
|
-
})),
|
|
42
|
+
})), a[t];
|
|
40
43
|
}
|
|
41
44
|
function v(t) {
|
|
42
45
|
return t.replace(
|
|
@@ -45,21 +48,21 @@ const V = ["innerHTML"], B = /* @__PURE__ */ $({
|
|
|
45
48
|
);
|
|
46
49
|
}
|
|
47
50
|
function i() {
|
|
48
|
-
g(
|
|
49
|
-
typeof t == "string" && t.startsWith("<svg") && (
|
|
51
|
+
g(c.value).then((t) => {
|
|
52
|
+
typeof t == "string" && t.startsWith("<svg") && (l.value = t);
|
|
50
53
|
});
|
|
51
54
|
}
|
|
52
|
-
!
|
|
53
|
-
const
|
|
54
|
-
return
|
|
55
|
-
class:
|
|
55
|
+
!l.value && c.value && i();
|
|
56
|
+
const $ = o(() => v(l.value ?? ""));
|
|
57
|
+
return _(() => e.name, i), (t, n) => (u(), f("span", {
|
|
58
|
+
class: b(["icon", s(y)])
|
|
56
59
|
}, [
|
|
57
|
-
t.$slots.default ?
|
|
60
|
+
t.$slots.default ? z("", !0) : (u(), f("span", {
|
|
58
61
|
key: 0,
|
|
59
62
|
class: "icon-wrapper",
|
|
60
|
-
innerHTML:
|
|
63
|
+
innerHTML: s($)
|
|
61
64
|
}, null, 8, V)),
|
|
62
|
-
|
|
65
|
+
I(t.$slots, "default", {}, void 0, !0)
|
|
63
66
|
], 2));
|
|
64
67
|
}
|
|
65
68
|
});
|
|
@@ -10,6 +10,7 @@ declare const IconTypes: () => ({
|
|
|
10
10
|
size: string;
|
|
11
11
|
height: string;
|
|
12
12
|
width: string;
|
|
13
|
+
platform: string;
|
|
13
14
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
14
15
|
name: {
|
|
15
16
|
type: import("vue").PropType<string>;
|
|
@@ -35,7 +36,11 @@ declare const IconTypes: () => ({
|
|
|
35
36
|
type: import("vue").PropType<string>;
|
|
36
37
|
default: any;
|
|
37
38
|
};
|
|
38
|
-
|
|
39
|
+
platform: {
|
|
40
|
+
type: import("vue").PropType<string>;
|
|
41
|
+
default: any;
|
|
42
|
+
};
|
|
43
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
|
|
39
44
|
$attrs: {
|
|
40
45
|
[x: string]: unknown;
|
|
41
46
|
};
|
|
@@ -74,6 +79,10 @@ declare const IconTypes: () => ({
|
|
|
74
79
|
type: import("vue").PropType<string>;
|
|
75
80
|
default: any;
|
|
76
81
|
};
|
|
82
|
+
platform: {
|
|
83
|
+
type: import("vue").PropType<string>;
|
|
84
|
+
default: any;
|
|
85
|
+
};
|
|
77
86
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
78
87
|
name: string;
|
|
79
88
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -81,6 +90,7 @@ declare const IconTypes: () => ({
|
|
|
81
90
|
size: string;
|
|
82
91
|
height: string;
|
|
83
92
|
width: string;
|
|
93
|
+
platform: string;
|
|
84
94
|
}, {}, string> & {
|
|
85
95
|
beforeCreate?: (() => void) | (() => void)[];
|
|
86
96
|
created?: (() => void) | (() => void)[];
|
|
@@ -126,6 +136,10 @@ declare const IconTypes: () => ({
|
|
|
126
136
|
type: import("vue").PropType<string>;
|
|
127
137
|
default: any;
|
|
128
138
|
};
|
|
139
|
+
platform: {
|
|
140
|
+
type: import("vue").PropType<string>;
|
|
141
|
+
default: any;
|
|
142
|
+
};
|
|
129
143
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
130
144
|
__isFragment?: never;
|
|
131
145
|
__isTeleport?: never;
|
|
@@ -155,6 +169,10 @@ declare const IconTypes: () => ({
|
|
|
155
169
|
type: import("vue").PropType<string>;
|
|
156
170
|
default: any;
|
|
157
171
|
};
|
|
172
|
+
platform: {
|
|
173
|
+
type: import("vue").PropType<string>;
|
|
174
|
+
default: any;
|
|
175
|
+
};
|
|
158
176
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
159
177
|
name: string;
|
|
160
178
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -162,6 +180,7 @@ declare const IconTypes: () => ({
|
|
|
162
180
|
size: string;
|
|
163
181
|
height: string;
|
|
164
182
|
width: string;
|
|
183
|
+
platform: string;
|
|
165
184
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
166
185
|
$slots: {
|
|
167
186
|
default?(_: {}): any;
|
|
@@ -15,8 +15,12 @@ declare const iconsAdNetworks: {
|
|
|
15
15
|
name: string;
|
|
16
16
|
path: string;
|
|
17
17
|
}[];
|
|
18
|
-
declare const
|
|
18
|
+
declare const iconsIosContentRateData: {
|
|
19
19
|
name: string;
|
|
20
20
|
path: string;
|
|
21
21
|
}[];
|
|
22
|
-
|
|
22
|
+
declare const iconsAndroidContentRateData: {
|
|
23
|
+
name: string;
|
|
24
|
+
path: string;
|
|
25
|
+
}[];
|
|
26
|
+
export { assetsPath, iconsBrandedData, iconsADUnitData, iconsABTestData, iconsAdNetworks, iconsIosContentRateData, iconsAndroidContentRateData, };
|
package/index.d.ts
CHANGED
|
@@ -2595,13 +2595,13 @@ declare const _default: {
|
|
|
2595
2595
|
required: true;
|
|
2596
2596
|
default: string;
|
|
2597
2597
|
};
|
|
2598
|
-
|
|
2599
|
-
type: import("vue").PropType<
|
|
2598
|
+
platform: {
|
|
2599
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2600
2600
|
required: true;
|
|
2601
2601
|
default: string;
|
|
2602
2602
|
};
|
|
2603
|
-
|
|
2604
|
-
type: import("vue").PropType<
|
|
2603
|
+
testId: {
|
|
2604
|
+
type: import("vue").PropType<string>;
|
|
2605
2605
|
required: true;
|
|
2606
2606
|
default: string;
|
|
2607
2607
|
};
|
|
@@ -2631,13 +2631,13 @@ declare const _default: {
|
|
|
2631
2631
|
required: true;
|
|
2632
2632
|
default: string;
|
|
2633
2633
|
};
|
|
2634
|
-
|
|
2635
|
-
type: import("vue").PropType<
|
|
2634
|
+
platform: {
|
|
2635
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2636
2636
|
required: true;
|
|
2637
2637
|
default: string;
|
|
2638
2638
|
};
|
|
2639
|
-
|
|
2640
|
-
type: import("vue").PropType<
|
|
2639
|
+
testId: {
|
|
2640
|
+
type: import("vue").PropType<string>;
|
|
2641
2641
|
required: true;
|
|
2642
2642
|
default: string;
|
|
2643
2643
|
};
|
|
@@ -2656,8 +2656,8 @@ declare const _default: {
|
|
|
2656
2656
|
name: string;
|
|
2657
2657
|
type: "small" | "normal";
|
|
2658
2658
|
image: string;
|
|
2659
|
-
testId: string;
|
|
2660
2659
|
platform: "android" | "ios";
|
|
2660
|
+
testId: string;
|
|
2661
2661
|
appKey: string;
|
|
2662
2662
|
showAbIcon: boolean;
|
|
2663
2663
|
}>;
|
|
@@ -2676,13 +2676,13 @@ declare const _default: {
|
|
|
2676
2676
|
required: true;
|
|
2677
2677
|
default: string;
|
|
2678
2678
|
};
|
|
2679
|
-
|
|
2680
|
-
type: import("vue").PropType<
|
|
2679
|
+
platform: {
|
|
2680
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2681
2681
|
required: true;
|
|
2682
2682
|
default: string;
|
|
2683
2683
|
};
|
|
2684
|
-
|
|
2685
|
-
type: import("vue").PropType<
|
|
2684
|
+
testId: {
|
|
2685
|
+
type: import("vue").PropType<string>;
|
|
2686
2686
|
required: true;
|
|
2687
2687
|
default: string;
|
|
2688
2688
|
};
|
|
@@ -2712,13 +2712,13 @@ declare const _default: {
|
|
|
2712
2712
|
required: true;
|
|
2713
2713
|
default: string;
|
|
2714
2714
|
};
|
|
2715
|
-
|
|
2716
|
-
type: import("vue").PropType<
|
|
2715
|
+
platform: {
|
|
2716
|
+
type: import("vue").PropType<"android" | "ios">;
|
|
2717
2717
|
required: true;
|
|
2718
2718
|
default: string;
|
|
2719
2719
|
};
|
|
2720
|
-
|
|
2721
|
-
type: import("vue").PropType<
|
|
2720
|
+
testId: {
|
|
2721
|
+
type: import("vue").PropType<string>;
|
|
2722
2722
|
required: true;
|
|
2723
2723
|
default: string;
|
|
2724
2724
|
};
|
|
@@ -2737,8 +2737,8 @@ declare const _default: {
|
|
|
2737
2737
|
name: string;
|
|
2738
2738
|
type: "small" | "normal";
|
|
2739
2739
|
image: string;
|
|
2740
|
-
testId: string;
|
|
2741
2740
|
platform: "android" | "ios";
|
|
2741
|
+
testId: string;
|
|
2742
2742
|
appKey: string;
|
|
2743
2743
|
showAbIcon: boolean;
|
|
2744
2744
|
}>[];
|
|
@@ -10845,6 +10845,7 @@ declare const _default: {
|
|
|
10845
10845
|
size: string;
|
|
10846
10846
|
height: string;
|
|
10847
10847
|
width: string;
|
|
10848
|
+
platform: string;
|
|
10848
10849
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10849
10850
|
name: {
|
|
10850
10851
|
type: import("vue").PropType<string>;
|
|
@@ -10870,7 +10871,11 @@ declare const _default: {
|
|
|
10870
10871
|
type: import("vue").PropType<string>;
|
|
10871
10872
|
default: any;
|
|
10872
10873
|
};
|
|
10873
|
-
|
|
10874
|
+
platform: {
|
|
10875
|
+
type: import("vue").PropType<string>;
|
|
10876
|
+
default: any;
|
|
10877
|
+
};
|
|
10878
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
|
|
10874
10879
|
$attrs: {
|
|
10875
10880
|
[x: string]: unknown;
|
|
10876
10881
|
};
|
|
@@ -10909,6 +10914,10 @@ declare const _default: {
|
|
|
10909
10914
|
type: import("vue").PropType<string>;
|
|
10910
10915
|
default: any;
|
|
10911
10916
|
};
|
|
10917
|
+
platform: {
|
|
10918
|
+
type: import("vue").PropType<string>;
|
|
10919
|
+
default: any;
|
|
10920
|
+
};
|
|
10912
10921
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
10913
10922
|
name: string;
|
|
10914
10923
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -10916,6 +10925,7 @@ declare const _default: {
|
|
|
10916
10925
|
size: string;
|
|
10917
10926
|
height: string;
|
|
10918
10927
|
width: string;
|
|
10928
|
+
platform: string;
|
|
10919
10929
|
}, {}, string> & {
|
|
10920
10930
|
beforeCreate?: (() => void) | (() => void)[];
|
|
10921
10931
|
created?: (() => void) | (() => void)[];
|
|
@@ -10961,6 +10971,10 @@ declare const _default: {
|
|
|
10961
10971
|
type: import("vue").PropType<string>;
|
|
10962
10972
|
default: any;
|
|
10963
10973
|
};
|
|
10974
|
+
platform: {
|
|
10975
|
+
type: import("vue").PropType<string>;
|
|
10976
|
+
default: any;
|
|
10977
|
+
};
|
|
10964
10978
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
10965
10979
|
__isFragment?: never;
|
|
10966
10980
|
__isTeleport?: never;
|
|
@@ -10990,6 +11004,10 @@ declare const _default: {
|
|
|
10990
11004
|
type: import("vue").PropType<string>;
|
|
10991
11005
|
default: any;
|
|
10992
11006
|
};
|
|
11007
|
+
platform: {
|
|
11008
|
+
type: import("vue").PropType<string>;
|
|
11009
|
+
default: any;
|
|
11010
|
+
};
|
|
10993
11011
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
10994
11012
|
name: string;
|
|
10995
11013
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -10997,6 +11015,7 @@ declare const _default: {
|
|
|
10997
11015
|
size: string;
|
|
10998
11016
|
height: string;
|
|
10999
11017
|
width: string;
|
|
11018
|
+
platform: string;
|
|
11000
11019
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11001
11020
|
$slots: {
|
|
11002
11021
|
default?(_: {}): any;
|
|
@@ -11013,6 +11032,7 @@ declare const _default: {
|
|
|
11013
11032
|
size: string;
|
|
11014
11033
|
height: string;
|
|
11015
11034
|
width: string;
|
|
11035
|
+
platform: string;
|
|
11016
11036
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
11017
11037
|
name: {
|
|
11018
11038
|
type: import("vue").PropType<string>;
|
|
@@ -11038,7 +11058,11 @@ declare const _default: {
|
|
|
11038
11058
|
type: import("vue").PropType<string>;
|
|
11039
11059
|
default: any;
|
|
11040
11060
|
};
|
|
11041
|
-
|
|
11061
|
+
platform: {
|
|
11062
|
+
type: import("vue").PropType<string>;
|
|
11063
|
+
default: any;
|
|
11064
|
+
};
|
|
11065
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform">;
|
|
11042
11066
|
$attrs: {
|
|
11043
11067
|
[x: string]: unknown;
|
|
11044
11068
|
};
|
|
@@ -11077,6 +11101,10 @@ declare const _default: {
|
|
|
11077
11101
|
type: import("vue").PropType<string>;
|
|
11078
11102
|
default: any;
|
|
11079
11103
|
};
|
|
11104
|
+
platform: {
|
|
11105
|
+
type: import("vue").PropType<string>;
|
|
11106
|
+
default: any;
|
|
11107
|
+
};
|
|
11080
11108
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
11081
11109
|
name: string;
|
|
11082
11110
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -11084,6 +11112,7 @@ declare const _default: {
|
|
|
11084
11112
|
size: string;
|
|
11085
11113
|
height: string;
|
|
11086
11114
|
width: string;
|
|
11115
|
+
platform: string;
|
|
11087
11116
|
}, {}, string> & {
|
|
11088
11117
|
beforeCreate?: (() => void) | (() => void)[];
|
|
11089
11118
|
created?: (() => void) | (() => void)[];
|
|
@@ -11129,6 +11158,10 @@ declare const _default: {
|
|
|
11129
11158
|
type: import("vue").PropType<string>;
|
|
11130
11159
|
default: any;
|
|
11131
11160
|
};
|
|
11161
|
+
platform: {
|
|
11162
|
+
type: import("vue").PropType<string>;
|
|
11163
|
+
default: any;
|
|
11164
|
+
};
|
|
11132
11165
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
11133
11166
|
__isFragment?: never;
|
|
11134
11167
|
__isTeleport?: never;
|
|
@@ -11158,6 +11191,10 @@ declare const _default: {
|
|
|
11158
11191
|
type: import("vue").PropType<string>;
|
|
11159
11192
|
default: any;
|
|
11160
11193
|
};
|
|
11194
|
+
platform: {
|
|
11195
|
+
type: import("vue").PropType<string>;
|
|
11196
|
+
default: any;
|
|
11197
|
+
};
|
|
11161
11198
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
11162
11199
|
name: string;
|
|
11163
11200
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -11165,6 +11202,7 @@ declare const _default: {
|
|
|
11165
11202
|
size: string;
|
|
11166
11203
|
height: string;
|
|
11167
11204
|
width: string;
|
|
11205
|
+
platform: string;
|
|
11168
11206
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
11169
11207
|
$slots: {
|
|
11170
11208
|
default?(_: {}): any;
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.icon[data-v-1eea7671]{user-select:none;display:flex;align-items:center;justify-content:center;width:fit-content;height:fit-content}.icon .icon-wrapper[data-v-1eea7671]{width:var(--2034b1ce);height:var(--66dae3c2);color:var(--5a4ab638)}.icon .icon-wrapper[data-v-1eea7671] svg{width:100%;height:100%}
|