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

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-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)}
@@ -0,0 +1 @@
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}
@@ -1,7 +1,7 @@
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_9def0684_lang.css"; //*');
4
- const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-9def0684"]]);
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"]]);
5
5
  export {
6
- p as default
6
+ s as default
7
7
  };
@@ -1,4 +1,4 @@
1
- import "../../Chart.vue_vue_type_style_index_0_scoped_9def0684_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_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";
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";
@@ -141,7 +141,7 @@ const at = {
141
141
  L("div", g({ class: "chart-container" }, {
142
142
  ...l(H),
143
143
  ...l(O)[l(p).CONTAINER]
144
- }, { style: { height: "auto" } }), [
144
+ }, { style: { height: "100%" } }), [
145
145
  L("section", {
146
146
  class: $(["chart-planes", [{ "with-legend": !e.hideLegend }]])
147
147
  }, [
@@ -1,7 +1,7 @@
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"]]);
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"]]);
5
5
  export {
6
- r as default
6
+ a as default
7
7
  };
@@ -1,4 +1,4 @@
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";
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";
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
- "0c2c9e92": t(N)
36
+ e5485894: t(N)
37
37
  }));
38
38
  const {
39
39
  list: b,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.2.0-test.17",
3
+ "version": "2.2.0-test.18",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -1 +0,0 @@
1
- .chart-container[data-v-9def0684]{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-9def0684]{width:100%;height:100%;overflow-y:auto}.chart-planes.with-legend[data-v-9def0684]{width:calc(100% - 221px)}.chart-planes .extra-chart-plane[data-v-9def0684]{border-top:1px solid var(--common-divider)}.chart-sidebar[data-v-9def0684]{border-left:1px solid var(--common-divider)}
@@ -1 +0,0 @@
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}