@ironsource/shared-ui 2.2.0-test.18 → 2.2.0-test.20

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.
@@ -0,0 +1 @@
1
+ .chart-container[data-v-3ed9f4bc]{border:1px solid var(--common-divider);background:var(--background-paper);display:flex;border-radius:0 0 6px 6px;width:100%;overflow:hidden}.chart-planes[data-v-3ed9f4bc]{width:100%;height:100%;overflow-y:auto}.chart-planes.with-legend[data-v-3ed9f4bc]{width:calc(100% - 221px)}.chart-planes .extra-chart-plane[data-v-3ed9f4bc]{border-top:1px solid var(--common-divider)}.chart-sidebar[data-v-3ed9f4bc]{border-left:1px solid var(--common-divider)}
@@ -0,0 +1 @@
1
+ .label[data-v-9375215d]{color:#41454d}.sticky[data-v-9375215d]{position:sticky}.table-container[data-v-9375215d]{width:100%;position:relative}.last.floating[data-v-9375215d]{max-width:100%}.table-header[data-v-9375215d]{display:flex;align-items:center;height:55px;border-bottom:1px solid #dddfe1;background-color:#fff;position:sticky;left:0}.table-header .table-title[data-v-9375215d]{display:flex;align-items:center;justify-content:center;height:100%;padding:1.25rem 1.5rem}.table-header .table-header-right[data-v-9375215d]{display:flex;align-items:center;height:100%}.table-header .table-header-right.border-search[data-v-9375215d]{border-left:1px solid #dddfe1}.table-header.isStickyHeader[data-v-9375215d]{z-index:199;top:0}.table-head-container[data-v-9375215d]{display:flex;align-items:center;white-space:nowrap}.table-body-wrapper[data-v-9375215d]{display:inline-table}.table-header-actions[data-v-9375215d]{margin-left:auto;margin-right:1rem;display:flex;align-items:center}.table-row[data-v-9375215d]{position:relative}.table-row.loading[data-v-9375215d]{opacity:.7}.floating-actions[data-v-9375215d]{position:absolute;z-index:10;max-width:max-content;transform:translateY(-50%) translate(calc(-100% - 12px));top:50%;left:0}table[data-v-9375215d]{position:relative;display:block;overflow:auto;background:#ffffff;border:1px solid #dddfe1;color:#53575b;text-align:left;table-layout:fixed;width:100%;max-height:100%;border-radius:1rem}table td[data-v-9375215d],table th[data-v-9375215d]{padding:0 1.5rem;line-height:normal}table thead[data-v-9375215d]{border-bottom:none;z-index:101;display:inline-table;min-width:100%}table thead tr[data-v-9375215d]{color:#626970;border-bottom:2px solid #dddfe1;height:2.5rem;display:grid;grid-template-columns:var(--0c2c9e92)}table thead tr th[data-v-9375215d]{background:#ffffff;width:100%;display:flex;align-items:center;cursor:default}table thead tr th.bordered[data-v-9375215d]{border-right:1px solid #dddfe1}table thead tr th.isTextRight[data-v-9375215d]{justify-content:flex-end}table thead tr th.isSortable[data-v-9375215d]{cursor:pointer}table thead.sticky[data-v-9375215d]{position:sticky;top:0;background:white}table thead.isStickyHeader[data-v-9375215d]{z-index:198px;top:55px}table tbody[data-v-9375215d]{height:100%;display:block}table tbody tr[data-v-9375215d]{background-color:#fff;min-height:3rem;height:auto;display:grid;align-items:center;grid-template-columns:var(--0c2c9e92)}table tbody tr:nth-of-type(2n) td[data-v-9375215d]{background-color:#fff}table tbody tr:hover:not(.loading) td[data-v-9375215d]{background-color:#f7f8f9}table tbody td[data-v-9375215d]{background-color:#fff;border:none;min-width:0;display:flex;height:100%;width:100%;place-items:center;border-bottom:1px solid #dddfe1;justify-content:start}table tbody td.bordered[data-v-9375215d]{border-right:1px solid #dddfe1}table tbody td.isTextRight[data-v-9375215d]{justify-content:flex-end}table tfoot[data-v-9375215d]{display:block;height:4.5rem;background-color:#fff;border:none}.section-container[data-v-9375215d]{left:0}.sections[data-v-9375215d]{display:flex}.section[data-v-9375215d]{padding:0 1.5rem;background:#ffffff;left:0;height:32px;display:flex;align-items:flex-end;border-right:1px solid #dddfe1}
@@ -50,7 +50,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
50
50
  sortOptionNameKey?: string;
51
51
  fullHeight?: boolean;
52
52
  fullHeightBottomSpacing?: number;
53
- height?: string;
54
53
  withSettingsHeader?: boolean;
55
54
  extraCharts?: Record<string, unknown>[];
56
55
  colorVariant?: ColorVariant;
@@ -97,7 +96,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
97
96
  sortOptionNameKey: string;
98
97
  fullHeight: boolean;
99
98
  fullHeightBottomSpacing: number;
100
- height: any;
101
99
  withSettingsHeader: boolean;
102
100
  extraCharts: () => any[];
103
101
  colorVariant: string;
@@ -155,7 +153,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
155
153
  sortOptionNameKey?: string;
156
154
  fullHeight?: boolean;
157
155
  fullHeightBottomSpacing?: number;
158
- height?: string;
159
156
  withSettingsHeader?: boolean;
160
157
  extraCharts?: Record<string, unknown>[];
161
158
  colorVariant?: ColorVariant;
@@ -202,7 +199,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
202
199
  sortOptionNameKey: string;
203
200
  fullHeight: boolean;
204
201
  fullHeightBottomSpacing: number;
205
- height: any;
206
202
  withSettingsHeader: boolean;
207
203
  extraCharts: () => any[];
208
204
  colorVariant: string;
@@ -213,7 +209,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
213
209
  }, {
214
210
  header: string;
215
211
  testId: string;
216
- height: string;
217
212
  loading: boolean;
218
213
  visibleIds: unknown[];
219
214
  minVisible: number;
@@ -1,7 +1,7 @@
1
- import e from "./Chart.vue2.js";
2
- /* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../Chart.vue_vue_type_style_index_0_scoped_dc8e8eec_lang.css"; //*');
4
- const s = /* @__PURE__ */ o(e, [["__scopeId", "data-v-dc8e8eec"]]);
1
+ import o from "./Chart.vue2.js";
2
+ /* empty css */import e from "../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../Chart.vue_vue_type_style_index_0_scoped_3ed9f4bc_lang.css"; //*');
4
+ const c = /* @__PURE__ */ e(o, [["__scopeId", "data-v-3ed9f4bc"]]);
5
5
  export {
6
- s as default
6
+ c as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../Chart.vue_vue_type_style_index_0_scoped_dc8e8eec_lang.css"; import { defineComponent as P, ref as U, computed as d, openBlock as n, createElementBlock as y, Fragment as S, createBlock as D, unref as l, isRef as b, withCtx as s, renderSlot as u, createCommentVNode as A, createElementVNode as L, mergeProps as g, normalizeClass as $, createVNode as k, createSlots as M, renderList as R } from "vue";
1
+ import "../../Chart.vue_vue_type_style_index_0_scoped_3ed9f4bc_lang.css"; import { defineComponent as P, ref as U, computed as d, openBlock as n, createElementBlock as y, Fragment as S, createBlock as D, unref as l, isRef as b, withCtx as s, renderSlot as u, createCommentVNode as A, createElementVNode as L, mergeProps as g, normalizeClass as $, createVNode as k, createSlots as M, renderList as R } from "vue";
2
2
  import { useVModel as B } from "@vueuse/core";
3
3
  import K from "./ChartLegend.vue.js";
4
4
  import X from "./SettingsHeader.vue.js";
@@ -58,7 +58,6 @@ const at = {
58
58
  sortOptionNameKey: { default: "" },
59
59
  fullHeight: { type: Boolean, default: !1 },
60
60
  fullHeightBottomSpacing: { default: 50 },
61
- height: { default: void 0 },
62
61
  withSettingsHeader: { type: Boolean, default: !0 },
63
62
  extraCharts: { default: () => [] },
64
63
  colorVariant: { default: "default" }
@@ -7,7 +7,6 @@ declare const ChartTypes: () => ({
7
7
  $props: Partial<{
8
8
  header: string;
9
9
  testId: string;
10
- height: string;
11
10
  loading: boolean;
12
11
  visibleIds: unknown[];
13
12
  minVisible: number;
@@ -60,10 +59,6 @@ declare const ChartTypes: () => ({
60
59
  type: import("vue").PropType<string>;
61
60
  default: string;
62
61
  };
63
- height: {
64
- type: import("vue").PropType<string>;
65
- default: any;
66
- };
67
62
  loading: {
68
63
  type: import("vue").PropType<boolean>;
69
64
  default: boolean;
@@ -249,7 +244,7 @@ declare const ChartTypes: () => ({
249
244
  "onUpdate:visibleIds"?: (visibleIds: unknown[]) => any;
250
245
  "onUpdate:sortSelected"?: (sortOption: unknown) => any;
251
246
  "onUpdate:chartType"?: (chartType: ChartType) => any;
252
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "testId" | "height" | "loading" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "sortSelected" | "sortOptions" | "sortOptionNameKey" | "chartType" | "hideLegend" | "xAxisFormat" | "xAxisDateInterval" | "totalsChart" | "parsing" | "yAxisFormat" | "valueSuffix" | "valuePrefix" | "trendTooltip" | "subheader" | "subheaderTooltip" | "headerTooltip" | "trendValue" | "trendDirection" | "noteText" | "dataSets" | "tickCount" | "truncateTickLabels" | "keepSubheaderVisible" | "empty" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation" | "tooltipTotalType" | "tooltipTotalCalcFn" | "tooltipOrder" | "indicateIncompleteData" | "tooltipExcludeTotalItem" | "fullHeight" | "fullHeightBottomSpacing" | "withSettingsHeader" | "extraCharts" | "colorVariant">;
247
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "header" | "testId" | "loading" | "visibleIds" | "minVisible" | "maxVisible" | "maxLimitTooltipText" | "sortSelected" | "sortOptions" | "sortOptionNameKey" | "chartType" | "hideLegend" | "xAxisFormat" | "xAxisDateInterval" | "totalsChart" | "parsing" | "yAxisFormat" | "valueSuffix" | "valuePrefix" | "trendTooltip" | "subheader" | "subheaderTooltip" | "headerTooltip" | "trendValue" | "trendDirection" | "noteText" | "dataSets" | "tickCount" | "truncateTickLabels" | "keepSubheaderVisible" | "empty" | "noDataIcon" | "noDataTitle" | "noDataSubtitle" | "withAnimation" | "tooltipTotalType" | "tooltipTotalCalcFn" | "tooltipOrder" | "indicateIncompleteData" | "tooltipExcludeTotalItem" | "fullHeight" | "fullHeightBottomSpacing" | "withSettingsHeader" | "extraCharts" | "colorVariant">;
253
248
  $attrs: {
254
249
  [x: string]: unknown;
255
250
  };
@@ -272,10 +267,6 @@ declare const ChartTypes: () => ({
272
267
  type: import("vue").PropType<string>;
273
268
  default: string;
274
269
  };
275
- height: {
276
- type: import("vue").PropType<string>;
277
- default: any;
278
- };
279
270
  loading: {
280
271
  type: import("vue").PropType<boolean>;
281
272
  default: boolean;
@@ -468,7 +459,6 @@ declare const ChartTypes: () => ({
468
459
  }, string, {
469
460
  header: string;
470
461
  testId: string;
471
- height: string;
472
462
  loading: boolean;
473
463
  visibleIds: unknown[];
474
464
  minVisible: number;
@@ -541,10 +531,6 @@ declare const ChartTypes: () => ({
541
531
  type: import("vue").PropType<string>;
542
532
  default: string;
543
533
  };
544
- height: {
545
- type: import("vue").PropType<string>;
546
- default: any;
547
- };
548
534
  loading: {
549
535
  type: import("vue").PropType<boolean>;
550
536
  default: boolean;
@@ -743,10 +729,6 @@ declare const ChartTypes: () => ({
743
729
  type: import("vue").PropType<string>;
744
730
  default: string;
745
731
  };
746
- height: {
747
- type: import("vue").PropType<string>;
748
- default: any;
749
- };
750
732
  loading: {
751
733
  type: import("vue").PropType<boolean>;
752
734
  default: boolean;
@@ -939,7 +921,6 @@ declare const ChartTypes: () => ({
939
921
  }, string, {
940
922
  header: string;
941
923
  testId: string;
942
- height: string;
943
924
  loading: boolean;
944
925
  visibleIds: unknown[];
945
926
  minVisible: number;
@@ -1,7 +1,7 @@
1
- import e from "./Table.vue2.js";
2
- /* empty css *//* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
3
- // import "../../../Table.vue_vue_type_style_index_0_scoped_fb6e4ad6_lang.css"; //*');
4
- const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-fb6e4ad6"]]);
1
+ import o from "./Table.vue2.js";
2
+ /* empty css *//* empty css */import e from "../../../_virtual/_plugin-vue_export-helper.js";
3
+ // import "../../../Table.vue_vue_type_style_index_0_scoped_9375215d_lang.css"; //*');
4
+ const r = /* @__PURE__ */ e(o, [["__scopeId", "data-v-9375215d"]]);
5
5
  export {
6
- a as default
6
+ r as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../../Table.vue_vue_type_style_index_0_scoped_fb6e4ad6_lang.css"; import { defineComponent as F, useCssVars as Y, unref as t, openBlock as s, createElementBlock as a, createElementVNode as o, normalizeStyle as y, normalizeClass as n, renderSlot as r, createVNode as c, withCtx as m, createTextVNode as g, toDisplayString as k, createCommentVNode as R, Fragment as $, renderList as v, createBlock as x, mergeProps as G, withDirectives as W, vShow as j } from "vue";
1
+ import "../../../Table.vue_vue_type_style_index_0_scoped_9375215d_lang.css"; import { defineComponent as F, useCssVars as Y, unref as t, openBlock as s, createElementBlock as a, createElementVNode as o, normalizeStyle as y, normalizeClass as n, renderSlot as r, createVNode as c, withCtx as m, createTextVNode as g, toDisplayString as k, createCommentVNode as R, Fragment as $, renderList as v, createBlock as x, mergeProps as G, withDirectives as W, vShow as j } from "vue";
2
2
  import "../../typography/Heading.vue.js";
3
3
  import T from "../../typography/Text.vue.js";
4
4
  import "../../button/v3/Button.vue.js";
@@ -33,7 +33,7 @@ const X = ["data-testid"], Z = ["data-testid"], p = ["data-testid"], _ = ["data-
33
33
  setup(i, { emit: A }) {
34
34
  const H = i;
35
35
  Y((l) => ({
36
- e5485894: t(N)
36
+ "0c2c9e92": t(N)
37
37
  }));
38
38
  const {
39
39
  list: b,
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './AutocompleteDropdown.vue_vue_type_style_index_0_scoped_214ddaf4_lang.css';
1
+ import './IncludeExclude.vue_vue_type_style_index_0_scoped_cc2adbf5_lang.css';
2
2
  import { AppTriggerTypes as eo } from "./components/appTrigger/index.js";
3
3
  import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
4
4
  import { MenuItemTypes as ao } from "./components/menuItem/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.2.0-test.18",
3
+ "version": "2.2.0-test.20",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -47,8 +47,7 @@
47
47
  "upload:visual": "aws s3 cp ./visual-tests s3://mobile-shared-ui-platform/visual-tests/$FOLDER --recursive --exclude '.gitkeep' ",
48
48
  "release": "commit-and-tag-version",
49
49
  "pw:ci": "cd e2e/playwright && BASE_URL=http://localhost:6006/ npx playwright test --reporter=list --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}",
50
- "test-storybook-pw": "concurrently 'npm run storybook:dist:pw --silent' 'npx wait-on http://localhost:6006 && npm run pw:ci' --kill-others --success first",
51
- "migrate-colors": "node scripts/migrate-colors.mjs"
50
+ "test-storybook-pw": "concurrently 'npm run storybook:dist:pw --silent' 'npx wait-on http://localhost:6006 && npm run pw:ci' --kill-others --success first"
52
51
  },
53
52
  "dependencies": {
54
53
  "@phosphor-icons/vue": "^2.1.6",
@@ -228,7 +227,6 @@
228
227
  "./banner": "./components/banner/Banner.vue.js",
229
228
  "./alert": "./components/alert/index.js",
230
229
  "./link": "./components/link/index.js",
231
- "./helpText": "./components/helpText/index.js",
232
230
  "./multibar": "./components/multibar/index.js",
233
231
  "./typography": "./components/typography/v4/index.js",
234
232
  "./themeWrapper": "./components/ThemeWrapper/index.js",
@@ -239,8 +237,7 @@
239
237
  "./sortableList": "./components/sortableList/index.js",
240
238
  "./composables/useFormValidation": "./composables/useFormValidation.js",
241
239
  "./composables/useDateService": "./composables/useDateService.js",
242
- "./utils/": "./utils/index.ts",
243
- "./tag": "./components/tag/index.js"
240
+ "./utils/": "./utils/index.ts"
244
241
  },
245
242
  "typesVersions": {
246
243
  "*": {
@@ -457,9 +454,6 @@
457
454
  "link": [
458
455
  "./components/link/index.d.ts"
459
456
  ],
460
- "helpText": [
461
- "./components/helpText/index.d.ts"
462
- ],
463
457
  "multibar": [
464
458
  "./components/multibar/index.d.ts"
465
459
  ],
@@ -495,9 +489,6 @@
495
489
  ],
496
490
  "composables/useDateService": [
497
491
  "./composables/useDateService.d.ts"
498
- ],
499
- "tag": [
500
- "./components/tag/index.d.ts"
501
492
  ]
502
493
  }
503
494
  },
@@ -1 +0,0 @@
1
- .chart-container[data-v-dc8e8eec]{border:1px solid var(--common-divider);background:var(--background-paper);display:flex;border-radius:0 0 6px 6px;width:100%;overflow:hidden}.chart-planes[data-v-dc8e8eec]{width:100%;height:100%;overflow-y:auto}.chart-planes.with-legend[data-v-dc8e8eec]{width:calc(100% - 221px)}.chart-planes .extra-chart-plane[data-v-dc8e8eec]{border-top:1px solid var(--common-divider)}.chart-sidebar[data-v-dc8e8eec]{border-left:1px solid var(--common-divider)}
@@ -1 +0,0 @@
1
- .label[data-v-fb6e4ad6]{color:#41454d}.sticky[data-v-fb6e4ad6]{position:sticky}.table-container[data-v-fb6e4ad6]{width:100%;position:relative;overflow:hidden}.last.floating[data-v-fb6e4ad6]{max-width:100%}.table-header[data-v-fb6e4ad6]{display:flex;align-items:center;height:55px;border-bottom:1px solid #dddfe1;background-color:#fff;position:sticky;left:0}.table-header .table-title[data-v-fb6e4ad6]{display:flex;align-items:center;justify-content:center;height:100%;padding:1.25rem 1.5rem}.table-header .table-header-right[data-v-fb6e4ad6]{display:flex;align-items:center;height:100%}.table-header .table-header-right.border-search[data-v-fb6e4ad6]{border-left:1px solid #dddfe1}.table-header.isStickyHeader[data-v-fb6e4ad6]{z-index:199;top:0}.table-head-container[data-v-fb6e4ad6]{display:flex;align-items:center;white-space:nowrap}.table-body-wrapper[data-v-fb6e4ad6]{display:inline-table}.table-header-actions[data-v-fb6e4ad6]{margin-left:auto;margin-right:1rem;display:flex;align-items:center}.table-row[data-v-fb6e4ad6]{position:relative}.table-row.loading[data-v-fb6e4ad6]{opacity:.7}.floating-actions[data-v-fb6e4ad6]{position:absolute;z-index:10;max-width:max-content;transform:translateY(-50%) translate(calc(-100% - 12px));top:50%;left:0}table[data-v-fb6e4ad6]{position:relative;display:block;overflow:auto;background:#ffffff;border:1px solid #dddfe1;color:#53575b;text-align:left;table-layout:fixed;width:100%;max-height:100%;border-radius:1rem}table td[data-v-fb6e4ad6],table th[data-v-fb6e4ad6]{padding:0 1.5rem;line-height:normal}table thead[data-v-fb6e4ad6]{border-bottom:none;z-index:101;display:inline-table;min-width:100%}table thead tr[data-v-fb6e4ad6]{color:#626970;border-bottom:2px solid #dddfe1;height:2.5rem;display:grid;grid-template-columns:var(--e5485894)}table thead tr th[data-v-fb6e4ad6]{background:#ffffff;width:100%;display:flex;align-items:center;cursor:default}table thead tr th.bordered[data-v-fb6e4ad6]{border-right:1px solid #dddfe1}table thead tr th.isTextRight[data-v-fb6e4ad6]{justify-content:flex-end}table thead tr th.isSortable[data-v-fb6e4ad6]{cursor:pointer}table thead.sticky[data-v-fb6e4ad6]{position:sticky;top:0;background:white}table thead.isStickyHeader[data-v-fb6e4ad6]{z-index:198px;top:55px}table tbody[data-v-fb6e4ad6]{height:100%;display:block}table tbody tr[data-v-fb6e4ad6]{background-color:#fff;min-height:3rem;height:auto;display:grid;align-items:center;grid-template-columns:var(--e5485894)}table tbody tr:nth-of-type(2n) td[data-v-fb6e4ad6]{background-color:#fff}table tbody tr:hover:not(.loading) td[data-v-fb6e4ad6]{background-color:#f7f8f9}table tbody td[data-v-fb6e4ad6]{background-color:#fff;border:none;min-width:0;display:flex;height:100%;width:100%;place-items:center;border-bottom:1px solid #dddfe1;justify-content:start}table tbody td.bordered[data-v-fb6e4ad6]{border-right:1px solid #dddfe1}table tbody td.isTextRight[data-v-fb6e4ad6]{justify-content:flex-end}table tfoot[data-v-fb6e4ad6]{display:block;height:4.5rem;background-color:#fff;border:none}.section-container[data-v-fb6e4ad6]{left:0}.sections[data-v-fb6e4ad6]{display:flex}.section[data-v-fb6e4ad6]{padding:0 1.5rem;background:#ffffff;left:0;height:32px;display:flex;align-items:flex-end;border-right:1px solid #dddfe1}