@ironsource/shared-ui 1.4.2-rc.10 → 1.4.2-rc.12
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-07db12f0]{color:#41454d}[data-v-07db12f0]::-webkit-scrollbar{width:.625rem;opacity:.7;background-color:transparent}[data-v-07db12f0]::-webkit-scrollbar-thumb{border:3px solid transparent;background-clip:padding-box;border-radius:.625rem;background-color:#d2d5d8!important}[data-v-07db12f0]::-webkit-scrollbar-track{border-radius:.625rem;background-color:transparent}.loader-wrapper[data-v-07db12f0]{display:flex;width:100%;gap:.5rem;padding-left:.5rem;padding-right:.75rem}.include-exclude-wrapper[data-v-07db12f0]{width:100%}.include-exclude-content[data-v-07db12f0]{width:34.0625rem}.include-exclude-list-wrapper[data-v-07db12f0]{border-right:1px #DDDFE1 solid;height:13.75rem}.include-exclude-list[data-v-07db12f0],.include-exclude-selected-list[data-v-07db12f0]{overflow-y:auto;overflow-x:none;padding:.25rem .25rem .25rem .5rem;max-height:13.75rem;height:13.75rem}.no-result-text[data-v-07db12f0]{color:#8e959d;height:100%}.include-exclude-list-wrapper[data-v-07db12f0],.include-exclude-selected-wrapper[data-v-07db12f0]{width:50%;height:100%;display:flex;flex-direction:column;justify-content:flex-start}.include-exclude-list-item-skeleton[data-v-07db12f0]{display:flex;gap:.5rem;margin-bottom:1rem}.include-exclude-list-item-skeleton[data-v-07db12f0]:first-child{margin-top:.5rem}li[data-v-07db12f0]:last-child{padding-bottom:.25rem}.include-exclude-header-left-section[data-v-07db12f0]{border-right:1px solid #DDDFE1;color:#53575b;padding:1.5rem;height:100%;display:flex;align-items:center}.include-exclude-header-right-section[data-v-07db12f0]{flex-grow:1;padding:0 .375rem}.include-exclude-footer[data-v-07db12f0]{height:3rem;display:flex}.include-exclude-container[data-v-07db12f0]{display:flex;align-items:center;justify-content:center;height:100%}.include-exclude-container-wrapper[data-v-07db12f0]{border-top:1px #DDDFE1 solid;border-bottom:1px #DDDFE1 solid}.include-exclude-selected-header-left-selected[data-v-07db12f0]{color:#565c62}.include-exclude-header[data-v-07db12f0]{display:flex;align-items:center;justify-content:space-between;height:3.5rem}.include-exclude-list-header-loading[data-v-07db12f0]{gap:.5rem;padding:0 .25rem 0 .5rem}.include-exclude-list-selected-header-loading[data-v-07db12f0]{padding:0 .25rem 0 .5rem}.include-exclude-list-header-loaded[data-v-07db12f0]{padding:0 1rem}.include-exclude-list-header[data-v-07db12f0],.include-exclude-selected-header[data-v-07db12f0]{height:2.5rem;display:flex;justify-content:space-between;align-items:center;height:2.5625rem;border-bottom:1px #DDDFE1 solid}.include-exclude-header-right-section-search-input[data-v-07db12f0]{width:100%;height:100%}.include-exclude-selected-header-right[data-v-07db12f0]{height:100%;display:flex}.include-exclude-selected-header-left[data-v-07db12f0]{height:100%;display:flex;align-items:center}.dot-skeleton[data-v-07db12f0]{width:1rem;height:1rem}ol[data-v-07db12f0],ul[data-v-07db12f0],menu[data-v-07db12f0]{list-style:none;margin:0;padding:0}.include-exclude-footer-buttons[data-v-07db12f0]{display:flex;align-items:center;justify-content:center;margin-left:auto;gap:.25rem;padding-right:1rem}.switch-enter-from[data-v-07db12f0],.switch-leave-to[data-v-07db12f0]{transition:all .25s ease;opacity:0}
|
|
@@ -11,7 +11,7 @@ import EmptyState from '../emptyState/EmptyState.vue.js';
|
|
|
11
11
|
import { useToggle } from '../../composables/useToggle.vue.js';
|
|
12
12
|
import { IncludeExcludeContext } from './IncludeExcludeContext.vue.js';
|
|
13
13
|
import { onClickOutside, useClamp, useVirtualList } from '@vueuse/core';
|
|
14
|
-
import { IncludeExcludeTestIdModifiers } from '
|
|
14
|
+
import { IncludeExcludeTestIdModifiers } from 'e2e-test-ids';
|
|
15
15
|
/* empty css */
|
|
16
16
|
import "../../IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
17
17
|
const _hoisted_1 = ["data-testid"];
|
|
@@ -559,6 +559,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
559
559
|
};
|
|
560
560
|
}
|
|
561
561
|
});
|
|
562
|
-
var IncludeExclude = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
562
|
+
var IncludeExclude = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-07db12f0"]]);
|
|
563
563
|
|
|
564
564
|
export { IncludeExclude as default };
|
package/index.vue.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './Label.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';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironsource/shared-ui",
|
|
3
|
-
"version": "1.4.2-rc.
|
|
3
|
+
"version": "1.4.2-rc.12",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7.0.0",
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -48,7 +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
|
-
"vue": "^3.2.31"
|
|
51
|
+
"vue": "^3.2.31",
|
|
52
|
+
"e2e-test-ids": "file:./e2e/shared-test-ids/shared-ids.tar.gz"
|
|
52
53
|
},
|
|
53
54
|
"peerDependencies": {
|
|
54
55
|
"@vueuse/core": "^8.7.5",
|
|
@@ -56,8 +57,7 @@
|
|
|
56
57
|
"date-fns": "^2.29.1",
|
|
57
58
|
"floating-vue": "2.0.0-beta.20",
|
|
58
59
|
"focus-trap": "^6.9.4",
|
|
59
|
-
"vue": "^3.2.31"
|
|
60
|
-
"shared-test-ids": "./shared-test-ids/build"
|
|
60
|
+
"vue": "^3.2.31"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@babel/core": "7.17.9",
|