@ironsource/shared-ui 1.4.2-test.12 → 1.4.2-test.14
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/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/README.md +0 -1
- package/Table.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/components/appIcon/AppIcon.vue.d.ts +1 -1
- package/components/appIcon/AppIcon.vue.js +3 -3
- package/components/appIcon/index.d.ts +1 -1
- package/components/appTrigger/AppTrigger.vue.d.ts +1 -1
- package/components/appTrigger/AppTrigger.vue.js +25 -22
- package/components/appTrigger/index.d.ts +1 -1
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts +1 -1
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +16 -14
- package/components/autocompleteDropdown/AutocompleteInput.vue.d.ts +1 -1
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +7 -7
- package/components/autocompleteDropdown/GroupOption.vue.d.ts +1 -1
- package/components/autocompleteDropdown/GroupOption.vue.js +4 -3
- package/components/autocompleteDropdown/index.d.ts +1 -1
- package/components/banner/Banner.vue.d.ts +1 -1
- package/components/banner/Banner.vue.js +4 -4
- package/components/banner/index.d.ts +1 -1
- package/components/button/Button.vue.d.ts +1 -1
- package/components/button/Button.vue.js +12 -12
- package/components/button/ButtonBase.vue.d.ts +1 -1
- package/components/button/ButtonBase.vue.js +12 -11
- package/components/button/IconButton.vue.d.ts +1 -1
- package/components/button/IconButton.vue.js +5 -5
- package/components/button/ScrollButton.vue.d.ts +1 -1
- package/components/button/ScrollButton.vue.js +9 -8
- package/components/button/index.d.ts +3 -3
- package/components/checkbox/Checkbox.vue.d.ts +1 -1
- package/components/checkbox/Checkbox.vue.js +16 -15
- package/components/checkbox/index.d.ts +1 -1
- package/components/chip/Chip.vue.d.ts +1 -1
- package/components/chip/Chip.vue.js +5 -5
- package/components/chip/index.d.ts +1 -1
- package/components/datePicker/DatePicker.vue.d.ts +1 -1
- package/components/datePicker/DatePicker.vue.js +11 -11
- package/components/datePicker/DatePickerMonth.vue.d.ts +1 -1
- package/components/datePicker/DatePickerMonth.vue.js +4 -4
- package/components/datePicker/index.d.ts +1 -1
- package/components/dateRange/CalendarMonth.vue.d.ts +1 -1
- package/components/dateRange/CalendarMonth.vue.js +20 -19
- package/components/dateRange/DateRange.vue.d.ts +1 -1
- package/components/dateRange/DateRange.vue.js +28 -26
- package/components/dateRange/DateRangePicker.vue.d.ts +1 -1
- package/components/dateRange/index.d.ts +1 -1
- package/components/dialog/Dialog.vue.d.ts +1 -1
- package/components/dialog/Dialog.vue.js +16 -16
- package/components/dialog/index.d.ts +1 -1
- package/components/dropdown/Dropdown.vue.d.ts +1 -1
- package/components/dropdown/Dropdown.vue.js +60 -57
- package/components/dropdown/Label.vue.d.ts +1 -1
- package/components/dropdown/Label.vue.js +4 -3
- package/components/dropdown/Option.vue.d.ts +1 -1
- package/components/dropdown/Option.vue.js +17 -16
- package/components/dropdown/SearchInput.vue.d.ts +1 -1
- package/components/dropdown/SearchInput.vue.js +6 -6
- package/components/dropdown/index.d.ts +1 -398
- package/components/emptyState/EmptyState.vue.d.ts +1 -1
- package/components/emptyState/EmptyState.vue.js +21 -19
- package/components/emptyState/index.d.ts +1 -1
- package/components/filterDropdown/AddFilterButton.vue.d.ts +1 -1
- package/components/filterDropdown/AddFilterButton.vue.js +7 -7
- package/components/filterDropdown/FilterDropdown.vue.d.ts +1 -1
- package/components/filterDropdown/FilterDropdown.vue.js +17 -15
- package/components/filterDropdown/index.d.ts +2 -2
- package/components/filtersPanel/FilterSearchInput.vue.d.ts +1 -1
- package/components/filtersPanel/FilterSearchInput.vue.js +7 -7
- package/components/filtersPanel/FiltersPanel.vue.d.ts +1 -1
- package/components/filtersPanel/FiltersPanel.vue.js +8 -8
- package/components/filtersPanel/index.d.ts +1 -1
- package/components/floatingToolbar/FloatingToolbar.vue.d.ts +1 -1
- package/components/floatingToolbar/FloatingToolbar.vue.js +3 -3
- package/components/floatingToolbar/index.d.ts +1 -1
- package/components/icon/Icon.vue.d.ts +1 -1
- package/components/icon/Icon.vue.js +4 -4
- package/components/icon/index.d.ts +1 -1
- package/components/icon/storyComponents/Code.vue.d.ts +1 -1
- package/components/icon/storyComponents/IconWrapper.vue.d.ts +1 -1
- package/components/icon/storyComponents/Page.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExclude.vue.js +54 -51
- package/components/includeExclude/IncludeExcludeAppHeader.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +26 -25
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +22 -19
- package/components/includeExclude/IncludeExcludeChipFilter.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +42 -40
- package/components/includeExclude/IncludeExcludeOption.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeOption.vue.js +22 -21
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeOptionDraggable.vue.js +23 -19
- package/components/includeExclude/index.d.ts +5 -5
- package/components/input/DollarInput.vue.d.ts +1 -1
- package/components/input/DollarInput.vue.js +3 -2
- package/components/input/Input.vue.d.ts +1 -1
- package/components/input/Input.vue.js +33 -30
- package/components/input/PasswordInput.vue.d.ts +1 -1
- package/components/input/PasswordInput.vue.js +3 -2
- package/components/input/PercentageInput.vue.d.ts +1 -1
- package/components/input/PercentageInput.vue.js +3 -2
- package/components/input/index.d.ts +2 -2
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/Menu.vue.js +4 -4
- package/components/menu/index.d.ts +1 -1
- package/components/menuItem/MenuItem.vue.d.ts +1 -1
- package/components/menuItem/MenuItem.vue.js +4 -3
- package/components/menuItem/index.d.ts +1 -1
- package/components/popover/Popover.vue.d.ts +1 -1
- package/components/popover/Popover.vue.js +7 -7
- package/components/popover/index.d.ts +1 -1
- package/components/radioButton/RadioButton.vue.d.ts +1 -1
- package/components/radioButton/RadioButton.vue.js +9 -9
- package/components/radioButton/RadioGroup.vue.d.ts +1 -1
- package/components/radioButton/RadioGroup.vue.js +3 -3
- package/components/radioButton/index.d.ts +2 -2
- package/components/radioButton/useRadio.d.ts +1 -1
- package/components/search/Search.vue.d.ts +1 -1
- package/components/search/Search.vue.js +15 -15
- package/components/search/index.d.ts +1 -1
- package/components/skeleton/Skeleton.vue.d.ts +1 -1
- package/components/skeleton/Skeleton.vue.js +2 -2
- package/components/skeleton/index.d.ts +1 -1
- package/components/snackbar/Snackbar.vue.d.ts +1 -1
- package/components/snackbar/Snackbar.vue.js +26 -26
- package/components/switch/Switch.vue.d.ts +1 -1
- package/components/switch/Switch.vue.js +9 -9
- package/components/switch/index.d.ts +1 -1
- package/components/table/Pagination.vue.d.ts +1 -1
- package/components/table/Table.vue.d.ts +4 -1
- package/components/table/Table.vue.js +38 -34
- package/components/table/TableHeaderSorter.vue.d.ts +1 -1
- package/components/table/TableHeaderSorter.vue.js +4 -4
- package/components/table/index.d.ts +4 -1
- package/components/table-cells/Editable.vue.d.ts +1 -1
- package/components/table-cells/Editable.vue.js +4 -4
- package/components/table-cells/index.d.ts +1 -1
- package/components/tabs/Tabs.vue.d.ts +1 -1
- package/components/tabs/Tabs.vue.js +16 -15
- package/components/tabs/index.d.ts +1 -1
- package/components/textArea/TextArea.vue.d.ts +1 -1
- package/components/textArea/TextArea.vue.js +13 -12
- package/components/textArea/index.d.ts +1 -1
- package/components/toggle/Toggle.vue.d.ts +1 -1
- package/components/toggle/Toggle.vue.js +17 -16
- package/components/toggle/index.d.ts +1 -1
- package/components/tooltip/TextWithTitleContent.vue.d.ts +1 -1
- package/components/tooltip/TextWithTitleContent.vue.js +8 -7
- package/components/tooltip/Tooltip.vue.d.ts +1 -1
- package/components/tooltip/Tooltip.vue.js +11 -10
- package/components/tooltip/index.d.ts +1 -1
- package/components/tooltip/storybookComponents/CustomTooltip.vue.d.ts +1 -1
- package/components/typography/Heading.vue.d.ts +1 -1
- package/components/typography/Heading.vue.js +4 -4
- package/components/typography/Text.vue.d.ts +1 -1
- package/components/typography/Text.vue.js +3 -3
- package/components/typography/index.d.ts +2 -2
- package/index.vue.js +3 -3
- package/package.json +5 -3
|
@@ -4,7 +4,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
4
4
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
5
5
|
text: string;
|
|
6
6
|
header: string;
|
|
7
|
-
}>>>, {}>;
|
|
7
|
+
}>>>, {}, {}>;
|
|
8
8
|
export default _default;
|
|
9
9
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
10
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { defineComponent, openBlock, createElementBlock, createElementVNode, createVNode, unref, withCtx, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
-
|
|
2
|
+
import '../typography/Heading.vue.js';
|
|
3
3
|
import Text from '../typography/Text.vue.js';
|
|
4
|
-
/* empty css */
|
|
4
|
+
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
5
|
+
|
|
5
6
|
import "../../TextWithTitleContent.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
6
7
|
const _hoisted_1 = { class: "content-wrap" };
|
|
7
8
|
const _hoisted_2 = { class: "content-header" };
|
|
8
9
|
const _hoisted_3 = { class: "content-body" };
|
|
9
|
-
const _sfc_main =
|
|
10
|
+
const _sfc_main = defineComponent({
|
|
10
11
|
__name: "TextWithTitleContent",
|
|
11
12
|
props: {
|
|
12
|
-
text:
|
|
13
|
-
header:
|
|
13
|
+
text: {},
|
|
14
|
+
header: {}
|
|
14
15
|
},
|
|
15
16
|
setup(__props) {
|
|
16
17
|
return (_ctx, _cache) => {
|
|
@@ -22,7 +23,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
22
23
|
strong: ""
|
|
23
24
|
}, {
|
|
24
25
|
default: withCtx(() => [
|
|
25
|
-
createTextVNode(toDisplayString(
|
|
26
|
+
createTextVNode(toDisplayString(_ctx.header), 1)
|
|
26
27
|
]),
|
|
27
28
|
_: 1
|
|
28
29
|
})
|
|
@@ -34,7 +35,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
34
35
|
strong: ""
|
|
35
36
|
}, {
|
|
36
37
|
default: withCtx(() => [
|
|
37
|
-
createTextVNode(toDisplayString(
|
|
38
|
+
createTextVNode(toDisplayString(_ctx.text), 1)
|
|
38
39
|
]),
|
|
39
40
|
_: 1
|
|
40
41
|
})
|
|
@@ -43,7 +43,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
43
43
|
forceShowWithTruncate: boolean;
|
|
44
44
|
placement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
45
45
|
disabled: boolean;
|
|
46
|
-
}>;
|
|
46
|
+
}, {}>;
|
|
47
47
|
export default _default;
|
|
48
48
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
49
49
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { defineComponent, ref, useSlots, watch, openBlock, createBlock, unref, mergeProps, withCtx, renderSlot, createTextVNode, toDisplayString, createElementVNode, nextTick } from 'vue';
|
|
2
2
|
import TextWithTitleContent from './TextWithTitleContent.vue.js';
|
|
3
|
-
|
|
3
|
+
import '../typography/Heading.vue.js';
|
|
4
|
+
import Text from '../typography/Text.vue.js';
|
|
4
5
|
import { Tooltip } from 'floating-vue';
|
|
5
6
|
/* empty css */
|
|
6
7
|
import "../../Tooltip.vue_vue_type_style_index_0_lang.css";
|
|
7
|
-
const _sfc_main =
|
|
8
|
+
const _sfc_main = defineComponent({
|
|
8
9
|
__name: "Tooltip",
|
|
9
10
|
props: {
|
|
10
11
|
text: { default: null },
|
|
@@ -52,17 +53,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
52
53
|
);
|
|
53
54
|
return (_ctx, _cache) => {
|
|
54
55
|
return openBlock(), createBlock(unref(Tooltip), mergeProps(_ctx.$props, {
|
|
55
|
-
theme:
|
|
56
|
+
theme: _ctx.theme,
|
|
56
57
|
"no-auto-focus": "",
|
|
57
|
-
triggers:
|
|
58
|
-
delay: { show:
|
|
59
|
-
placement:
|
|
60
|
-
disabled:
|
|
58
|
+
triggers: _ctx.triggers,
|
|
59
|
+
delay: { show: _ctx.delay, hide: 0 },
|
|
60
|
+
placement: _ctx.placement,
|
|
61
|
+
disabled: _ctx.disabled || _ctx.text && !textForDisplay.value,
|
|
61
62
|
"auto-hide": ""
|
|
62
63
|
}), {
|
|
63
64
|
popper: withCtx(() => [
|
|
64
65
|
renderSlot(_ctx.$slots, "tooltip", { text: textForDisplay.value }, () => [
|
|
65
|
-
!
|
|
66
|
+
!_ctx.header ? (openBlock(), createBlock(unref(Text), {
|
|
66
67
|
key: 0,
|
|
67
68
|
size: "sm",
|
|
68
69
|
"is-truncated": false,
|
|
@@ -74,8 +75,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
74
75
|
_: 1
|
|
75
76
|
})) : (openBlock(), createBlock(TextWithTitleContent, {
|
|
76
77
|
key: 1,
|
|
77
|
-
text:
|
|
78
|
-
header:
|
|
78
|
+
text: _ctx.text,
|
|
79
|
+
header: _ctx.header
|
|
79
80
|
}, null, 8, ["text", "header"]))
|
|
80
81
|
])
|
|
81
82
|
]),
|
|
@@ -89,6 +89,6 @@ declare const TooltipTypes: () => import("vue").DefineComponent<{
|
|
|
89
89
|
forceShowWithTruncate: boolean;
|
|
90
90
|
placement: "top" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
|
91
91
|
disabled: boolean;
|
|
92
|
-
}>[];
|
|
92
|
+
}, {}>[];
|
|
93
93
|
export { default as Tooltip } from './Tooltip.vue';
|
|
94
94
|
export { TooltipTypes };
|
|
@@ -2,7 +2,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
2
2
|
args: unknown;
|
|
3
3
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
4
|
args: unknown;
|
|
5
|
-
}>>>, {}>;
|
|
5
|
+
}>>>, {}, {}>;
|
|
6
6
|
export default _default;
|
|
7
7
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
8
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -10,7 +10,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
10
10
|
level: string;
|
|
11
11
|
}>>>, {
|
|
12
12
|
level: '1' | '2' | '3' | '4' | '5' | '6' | 'label';
|
|
13
|
-
}>;
|
|
13
|
+
}, {}>;
|
|
14
14
|
export default _default;
|
|
15
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent, computed, openBlock, createBlock, resolveDynamicComponent,
|
|
1
|
+
import { defineComponent, computed, openBlock, createBlock, resolveDynamicComponent, normalizeClass, withCtx, renderSlot } from 'vue';
|
|
2
2
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
3
3
|
|
|
4
4
|
import "../../Heading.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
5
|
-
const _sfc_main =
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
6
|
__name: "Heading",
|
|
7
7
|
props: {
|
|
8
8
|
isTruncated: { type: Boolean },
|
|
@@ -17,8 +17,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
17
17
|
return `h${props.level}`;
|
|
18
18
|
});
|
|
19
19
|
return (_ctx, _cache) => {
|
|
20
|
-
return openBlock(), createBlock(resolveDynamicComponent(
|
|
21
|
-
class: normalizeClass(["heading", { truncate:
|
|
20
|
+
return openBlock(), createBlock(resolveDynamicComponent(tag.value), {
|
|
21
|
+
class: normalizeClass(["heading", { truncate: _ctx.isTruncated }])
|
|
22
22
|
}, {
|
|
23
23
|
default: withCtx(() => [
|
|
24
24
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
12
12
|
size: string;
|
|
13
13
|
}>>>, {
|
|
14
14
|
size: 'caption' | 'xs' | 'sm' | 'md' | 'lg';
|
|
15
|
-
}>;
|
|
15
|
+
}, {}>;
|
|
16
16
|
export default _default;
|
|
17
17
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
18
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent, computed, openBlock, createElementBlock, normalizeClass,
|
|
1
|
+
import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, renderSlot } from 'vue';
|
|
2
2
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
3
3
|
|
|
4
4
|
import "../../Text.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
5
|
-
const _sfc_main =
|
|
5
|
+
const _sfc_main = defineComponent({
|
|
6
6
|
__name: "Text",
|
|
7
7
|
props: {
|
|
8
8
|
isTruncated: { type: Boolean },
|
|
@@ -16,7 +16,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
16
16
|
});
|
|
17
17
|
return (_ctx, _cache) => {
|
|
18
18
|
return openBlock(), createElementBlock("span", {
|
|
19
|
-
class: normalizeClass(["text", { strong:
|
|
19
|
+
class: normalizeClass(["text", { strong: _ctx.strong, [sizeClass.value]: true, truncate: _ctx.isTruncated }])
|
|
20
20
|
}, [
|
|
21
21
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
22
22
|
], 2);
|
|
@@ -18,7 +18,7 @@ declare const TypographyTypes: () => (import("vue").DefineComponent<{
|
|
|
18
18
|
};
|
|
19
19
|
}>>, {
|
|
20
20
|
level: "label" | "1" | "2" | "3" | "4" | "5" | "6";
|
|
21
|
-
}> | import("vue").DefineComponent<{
|
|
21
|
+
}, {}> | import("vue").DefineComponent<{
|
|
22
22
|
size: {
|
|
23
23
|
type: import("vue").PropType<"md" | "sm" | "lg" | "caption" | "xs">;
|
|
24
24
|
} & {
|
|
@@ -44,7 +44,7 @@ declare const TypographyTypes: () => (import("vue").DefineComponent<{
|
|
|
44
44
|
};
|
|
45
45
|
}>>, {
|
|
46
46
|
size: "md" | "sm" | "lg" | "caption" | "xs";
|
|
47
|
-
}>)[];
|
|
47
|
+
}, {}>)[];
|
|
48
48
|
export { default as Heading } from './Heading.vue';
|
|
49
49
|
export { default as Text } from './Text.vue';
|
|
50
50
|
export { TypographyTypes };
|
package/index.vue.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './IncludeExcludeAppHeader.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';
|
|
@@ -36,8 +36,6 @@ export { useSearch } from './composables/useSearch.vue.js';
|
|
|
36
36
|
export { DateRangeTypes } from './components/dateRange/index.vue.js';
|
|
37
37
|
export { DatePickerTypes } from './components/datePicker/index.vue.js';
|
|
38
38
|
export { BannerTypes } from './components/banner/index.vue.js';
|
|
39
|
-
export { default as Popover } from './components/popover/Popover.vue.js';
|
|
40
|
-
export { default as Tooltip } from './components/tooltip/Tooltip.vue.js';
|
|
41
39
|
export { default as AppTrigger } from './components/appTrigger/AppTrigger.vue.js';
|
|
42
40
|
export { default as AutocompleteDropdown } from './components/autocompleteDropdown/AutocompleteDropdown.vue.js';
|
|
43
41
|
export { default as MenuItem } from './components/menuItem/MenuItem.vue.js';
|
|
@@ -80,8 +78,10 @@ export { default as Search } from './components/search/Search.vue.js';
|
|
|
80
78
|
export { default as Skeleton } from './components/skeleton/Skeleton.vue.js';
|
|
81
79
|
export { default as Heading } from './components/typography/Heading.vue.js';
|
|
82
80
|
export { default as Text } from './components/typography/Text.vue.js';
|
|
81
|
+
export { default as Popover } from './components/popover/Popover.vue.js';
|
|
83
82
|
export { default as Chip } from './components/chip/Chip.vue.js';
|
|
84
83
|
export { default as Toggle } from './components/toggle/Toggle.vue.js';
|
|
84
|
+
export { default as Tooltip } from './components/tooltip/Tooltip.vue.js';
|
|
85
85
|
export { default as Input } from './components/input/Input.vue.js';
|
|
86
86
|
export { default as DollarInput } from './components/input/DollarInput.vue.js';
|
|
87
87
|
export { default as PercentageInput } from './components/input/PercentageInput.vue.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironsource/shared-ui",
|
|
3
|
-
"version": "1.4.2-test.
|
|
3
|
+
"version": "1.4.2-test.14",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7.0.0",
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -48,6 +48,8 @@
|
|
|
48
48
|
"date-fns": "^2.29.1",
|
|
49
49
|
"floating-vue": "2.0.0-beta.20",
|
|
50
50
|
"focus-trap": "^6.9.4",
|
|
51
|
+
"react": "^18.2.0",
|
|
52
|
+
"react-dom": "^18.2.0",
|
|
51
53
|
"vue": "^3.2.31",
|
|
52
54
|
"vuedraggable": "^4.1.0"
|
|
53
55
|
},
|
|
@@ -63,8 +65,6 @@
|
|
|
63
65
|
"@babel/core": "7.17.9",
|
|
64
66
|
"@babel/node": "7.16.8",
|
|
65
67
|
"@commitlint/cli": "^17.0.3",
|
|
66
|
-
"i": "^0.3.7",
|
|
67
|
-
"npm": "^8.19.2",
|
|
68
68
|
"@commitlint/config-conventional": "^17.0.3",
|
|
69
69
|
"@figus/cli": "^2.0.8",
|
|
70
70
|
"@mdx-js/react": "^2.1.2",
|
|
@@ -104,6 +104,7 @@
|
|
|
104
104
|
"happy-dom": "^2.49.0",
|
|
105
105
|
"http-server": "^14.1.1",
|
|
106
106
|
"husky": "^8.0.1",
|
|
107
|
+
"i": "^0.3.7",
|
|
107
108
|
"jest": "^27.5.1",
|
|
108
109
|
"jest-image-snapshot": "^6.1.0",
|
|
109
110
|
"jest-puppeteer": "^6.2.0",
|
|
@@ -111,6 +112,7 @@
|
|
|
111
112
|
"lodash.kebabcase": "^4.1.1",
|
|
112
113
|
"mustache": "^4.2.0",
|
|
113
114
|
"nodejs-file-downloader": "^4.10.1",
|
|
115
|
+
"npm": "^8.19.2",
|
|
114
116
|
"postcss": "^8.4.14",
|
|
115
117
|
"prettier": "^2.6.0",
|
|
116
118
|
"prismjs": "^1.29.0",
|