@ironsource/shared-ui 2.1.11-test.50 → 2.1.11-test.51
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/ConditionalDropdown.vue_vue_type_style_index_0_scoped_8f96cf5a_lang.css +1 -0
- package/EditableV4.vue_vue_type_style_index_0_scoped_e0c047b4_lang.css +1 -0
- package/IconFlag.vue_vue_type_style_index_0_scoped_7b09cc85_lang.css +1 -0
- package/SortableItem.vue_vue_type_style_index_0_scoped_7cb676f1_lang.css +1 -0
- package/SortableList.vue_vue_type_style_index_0_scoped_156c01ca_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_2e327aa1_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_0_scoped_82b46d6d_lang.css +1 -0
- package/TooltipV4.vue_vue_type_style_index_1_lang.css +1 -1
- package/Typography.vue_vue_type_style_index_0_scoped_a14013a5_lang.css +1 -0
- package/components/button/v3/Button.vue.d.ts +6 -6
- package/components/button/v3/index.d.ts +14 -14
- package/components/chart/Chart.vue.d.ts +1 -1
- package/components/chart/index.d.ts +20 -20
- package/components/dropdown/v4/ConditionalDropdown.vue.d.ts +3 -3
- package/components/dropdown/v4/ConditionalDropdown.vue.js +2 -2
- package/components/dropdown/v4/ConditionalDropdown.vue2.js +1 -1
- package/components/dropdown/v4/index.d.ts +3 -3
- package/components/emptyState/v3/EmptyState.vue.d.ts +3 -3
- package/components/emptyState/v3/index.d.ts +7 -7
- package/components/icon/v4/IconFlag.vue.js +3 -3
- package/components/icon/v4/IconFlag.vue2.js +1 -1
- package/components/input/v4/TextField.vue.js +3 -3
- package/components/input/v4/TextField.vue2.js +164 -184
- package/components/sortableList/SortableItem.vue.d.ts +0 -5
- package/components/sortableList/SortableItem.vue.js +3 -3
- package/components/sortableList/SortableItem.vue2.js +65 -80
- package/components/sortableList/SortableList.vue.d.ts +0 -16
- package/components/sortableList/SortableList.vue.js +3 -3
- package/components/sortableList/SortableList.vue2.js +87 -100
- package/components/sortableList/index.d.ts +1 -59
- package/components/table/v4/DataGrid.vue.d.ts +2 -2
- package/components/table/v4/MultipleDataGrid.vue.d.ts +1 -1
- package/components/table/v4/index.d.ts +59 -59
- package/components/table-cells/common/Editable.common.js +7 -8
- package/components/table-cells/common/EditableContext.d.ts +0 -1
- package/components/table-cells/v4/EditableV4.vue.d.ts +0 -5
- package/components/table-cells/v4/EditableV4.vue.js +3 -3
- package/components/table-cells/v4/EditableV4.vue2.js +10 -11
- package/components/table-cells/v4/index.d.ts +1 -20
- package/components/tooltip/v4/TooltipV4.vue.js +3 -3
- package/components/tooltip/v4/TooltipV4.vue2.js +1 -1
- package/components/typography/v4/Typography.vue.js +4 -4
- package/components/typography/v4/Typography.vue2.js +1 -1
- package/composables/useFormValidation.d.ts +1 -1
- package/index.d.ts +128 -282
- package/index.js +1 -1
- package/package.json +2 -239
- package/testids/index.d.ts +0 -1
- package/testids/index.js +13 -13
- package/ConditionalDropdown.vue_vue_type_style_index_0_scoped_27802170_lang.css +0 -1
- package/EditableV4.vue_vue_type_style_index_0_scoped_1bbe222a_lang.css +0 -1
- package/IconFlag.vue_vue_type_style_index_0_scoped_be9dc7bb_lang.css +0 -1
- package/SortableItem.vue_vue_type_style_index_0_scoped_2ca7b24c_lang.css +0 -1
- package/SortableList.vue_vue_type_style_index_0_scoped_8f267f88_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_fce3948c_lang.css +0 -1
- package/TooltipV4.vue_vue_type_style_index_0_scoped_66eab856_lang.css +0 -1
- package/Typography.vue_vue_type_style_index_0_scoped_5714d43e_lang.css +0 -1
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './AutocompleteDropdown.vue_vue_type_style_index_0_scoped_214ddaf4_lang.css';
|
|
2
2
|
import { AppTriggerTypes as ro } from "./components/appTrigger/index.js";
|
|
3
3
|
import { AutocompleteDropdownTypes as mo } from "./components/autocompleteDropdown/index.js";
|
|
4
4
|
import { MenuItemTypes as po } from "./components/menuItem/index.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironsource/shared-ui",
|
|
3
|
-
"version": "2.1.11-test.
|
|
3
|
+
"version": "2.1.11-test.51",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7.0.0",
|
|
6
6
|
"node": ">=16.0.0"
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"focus-trap": "^6.9.4",
|
|
61
61
|
"react": "^18.2.0",
|
|
62
62
|
"react-dom": "^18.2.0",
|
|
63
|
+
"vite-plugin-dts": "^4.2.1",
|
|
63
64
|
"vue": "^3.2.31",
|
|
64
65
|
"vue-draggable-plus": "^0.5.0",
|
|
65
66
|
"vuedraggable": "^4.1.0",
|
|
@@ -233,244 +234,6 @@
|
|
|
233
234
|
"./composables/useFormValidation": "./composables/useFormValidation.js",
|
|
234
235
|
"./utils/": "./utils/index.ts"
|
|
235
236
|
},
|
|
236
|
-
"typesVersions": {
|
|
237
|
-
"*": {
|
|
238
|
-
"appTrigger": [
|
|
239
|
-
"./components/appTrigger/AppTrigger.vue.d.ts"
|
|
240
|
-
],
|
|
241
|
-
"autocompleteDropdown": [
|
|
242
|
-
"./components/autocompleteDropdown/AutocompleteDropdown.vue.d.ts"
|
|
243
|
-
],
|
|
244
|
-
"autocomplete": [
|
|
245
|
-
"./components/autocomplete/index.d.ts"
|
|
246
|
-
],
|
|
247
|
-
"chart": [
|
|
248
|
-
"./components/chart/index.d.ts"
|
|
249
|
-
],
|
|
250
|
-
"menuItem": [
|
|
251
|
-
"./components/menuItem/MenuItem.vue.d.ts"
|
|
252
|
-
],
|
|
253
|
-
"menu": [
|
|
254
|
-
"./components/menu/Menu.vue.d.ts"
|
|
255
|
-
],
|
|
256
|
-
"editable": [
|
|
257
|
-
"./components/table-cells/v3/Editable.vue.d.ts"
|
|
258
|
-
],
|
|
259
|
-
"editable/v4": [
|
|
260
|
-
"./components/table-cells/v4/index.d.ts"
|
|
261
|
-
],
|
|
262
|
-
"appIcon": [
|
|
263
|
-
"./components/appIcon/AppIcon.vue.d.ts"
|
|
264
|
-
],
|
|
265
|
-
"radioButton": [
|
|
266
|
-
"./components/radioButton/v3/RadioButton.vue.d.ts"
|
|
267
|
-
],
|
|
268
|
-
"radioGroup": [
|
|
269
|
-
"./components/radioButton/v3/RadioGroup.vue.d.ts"
|
|
270
|
-
],
|
|
271
|
-
"radioButton/v4": [
|
|
272
|
-
"./components/radioButton/v4/index.d.ts"
|
|
273
|
-
],
|
|
274
|
-
"radioGroup/v4": [
|
|
275
|
-
"./components/radioButton/v4/index.d.ts"
|
|
276
|
-
],
|
|
277
|
-
"floatingToolbar": [
|
|
278
|
-
"./components/floatingToolbar/FloatingToolbar.vue.d.ts"
|
|
279
|
-
],
|
|
280
|
-
"useId": [
|
|
281
|
-
"./composables/useId.d.ts"
|
|
282
|
-
],
|
|
283
|
-
"includeExclude": [
|
|
284
|
-
"./components/includeExclude/index.d.ts"
|
|
285
|
-
],
|
|
286
|
-
"switch": [
|
|
287
|
-
"./components/switch/v3/Switch.vue.d.ts"
|
|
288
|
-
],
|
|
289
|
-
"switch/v4": [
|
|
290
|
-
"./components/switch/v4/index.d.ts"
|
|
291
|
-
],
|
|
292
|
-
"emptyState": [
|
|
293
|
-
"./components/emptyState/v3/EmptyState.vue.d.ts"
|
|
294
|
-
],
|
|
295
|
-
"emptyState/v4": [
|
|
296
|
-
"./components/emptyState/v4/index.d.ts"
|
|
297
|
-
],
|
|
298
|
-
"table": [
|
|
299
|
-
"./components/table/v3/Table.vue.d.ts"
|
|
300
|
-
],
|
|
301
|
-
"table/v4": [
|
|
302
|
-
"./components/table/v4/index.d.ts"
|
|
303
|
-
],
|
|
304
|
-
"dialog": [
|
|
305
|
-
"./components/dialog/v3/Dialog.vue.d.ts"
|
|
306
|
-
],
|
|
307
|
-
"dialog/v4": [
|
|
308
|
-
"./components/dialog/v4/index.d.ts"
|
|
309
|
-
],
|
|
310
|
-
"dropdown": [
|
|
311
|
-
"./components/dropdown/v3/index.d.ts"
|
|
312
|
-
],
|
|
313
|
-
"dropdown/v4": [
|
|
314
|
-
"./components/dropdown/v4/index.d.ts"
|
|
315
|
-
],
|
|
316
|
-
"layout": [
|
|
317
|
-
"./components/layout/index.d.ts"
|
|
318
|
-
],
|
|
319
|
-
"filtersPanel": [
|
|
320
|
-
"./components/filtersPanel/v3/index.d.ts"
|
|
321
|
-
],
|
|
322
|
-
"filtersPanel/v4": [
|
|
323
|
-
"./components/filtersPanel/v4/index.d.ts"
|
|
324
|
-
],
|
|
325
|
-
"filterDropdown": [
|
|
326
|
-
"./components/filterDropdown/index.d.ts"
|
|
327
|
-
],
|
|
328
|
-
"tabs": [
|
|
329
|
-
"./components/tabs/v3/Tabs.vue.d.ts"
|
|
330
|
-
],
|
|
331
|
-
"tabs/v4": [
|
|
332
|
-
"./components/tabs/v4/index.d.ts"
|
|
333
|
-
],
|
|
334
|
-
"./dateRange": [
|
|
335
|
-
"./components/dateRange/v3/DateRange.vue.d.ts"
|
|
336
|
-
],
|
|
337
|
-
"./dateRange/v4": [
|
|
338
|
-
"./components/dateRange/v4/index.d.ts"
|
|
339
|
-
],
|
|
340
|
-
"./datePicker": [
|
|
341
|
-
"./components/datePicker/v3/DatePicker.vue.d.ts"
|
|
342
|
-
],
|
|
343
|
-
"./datePicker/v4": [
|
|
344
|
-
"./components/datePicker/v4/index.d.ts"
|
|
345
|
-
],
|
|
346
|
-
"chip": [
|
|
347
|
-
"./components/chip/v3/Chip.vue.d.ts"
|
|
348
|
-
],
|
|
349
|
-
"chip/v4": [
|
|
350
|
-
"./components/chip/v4/index.d.ts"
|
|
351
|
-
],
|
|
352
|
-
"button": [
|
|
353
|
-
"./components/button/v3/Button.vue.d.ts"
|
|
354
|
-
],
|
|
355
|
-
"button/v4": [
|
|
356
|
-
"./components/button/v4/index.d.ts"
|
|
357
|
-
],
|
|
358
|
-
"iconButton": [
|
|
359
|
-
"./components/button/v3/IconButton.vue.d.ts"
|
|
360
|
-
],
|
|
361
|
-
"iconButton/v4": [
|
|
362
|
-
"./components/button/v4/index.d.ts"
|
|
363
|
-
],
|
|
364
|
-
"scrollButton": [
|
|
365
|
-
"./components/button/ScrollButton.vue.d.ts"
|
|
366
|
-
],
|
|
367
|
-
"checkbox": [
|
|
368
|
-
"./components/checkbox/v3/Checkbox.vue.d.ts"
|
|
369
|
-
],
|
|
370
|
-
"checkbox/v4": [
|
|
371
|
-
"./components/checkbox/v4/index.d.ts"
|
|
372
|
-
],
|
|
373
|
-
"icon": [
|
|
374
|
-
"./components/icon/v3/Icon.vue.d.ts"
|
|
375
|
-
],
|
|
376
|
-
"icon/v4": [
|
|
377
|
-
"./components/icon/v4/index.d.ts"
|
|
378
|
-
],
|
|
379
|
-
"./toggle": [
|
|
380
|
-
"./components/toggle/v3/Toggle.vue.d.ts"
|
|
381
|
-
],
|
|
382
|
-
"./toggle/v4": [
|
|
383
|
-
"./components/toggle/v4/index.d.ts"
|
|
384
|
-
],
|
|
385
|
-
"./tooltip": [
|
|
386
|
-
"./components/tooltip/v3/Tooltip.vue.d.ts"
|
|
387
|
-
],
|
|
388
|
-
"./tooltip/v4": [
|
|
389
|
-
"./components/tooltip/v4/index.d.ts"
|
|
390
|
-
],
|
|
391
|
-
"search": [
|
|
392
|
-
"./components/search/v3/Search.vue.d.ts"
|
|
393
|
-
],
|
|
394
|
-
"search/v4": [
|
|
395
|
-
"./components/search/v4/index.d.ts"
|
|
396
|
-
],
|
|
397
|
-
"skeleton": [
|
|
398
|
-
"./components/skeleton/Skeleton.vue.d.ts"
|
|
399
|
-
],
|
|
400
|
-
"skeleton/v4": [
|
|
401
|
-
"./components/skeleton/index.d.ts"
|
|
402
|
-
],
|
|
403
|
-
"loader/v4": [
|
|
404
|
-
"./components/loader/v4/index.d.ts"
|
|
405
|
-
],
|
|
406
|
-
"text": [
|
|
407
|
-
"./components/typography/Text.vue.d.ts"
|
|
408
|
-
],
|
|
409
|
-
"heading": [
|
|
410
|
-
"./components/typography/Heading.vue.d.ts"
|
|
411
|
-
],
|
|
412
|
-
"popover": [
|
|
413
|
-
"./components/popover/v3/index.vue.d.ts"
|
|
414
|
-
],
|
|
415
|
-
"popover/v4": [
|
|
416
|
-
"./components/popover/v4/index.vue.d.ts"
|
|
417
|
-
],
|
|
418
|
-
"input": [
|
|
419
|
-
"./components/input/v3/Input.vue.d.ts"
|
|
420
|
-
],
|
|
421
|
-
"input/v4": [
|
|
422
|
-
"./components/input/v4/index.d.ts"
|
|
423
|
-
],
|
|
424
|
-
"dollarInput": [
|
|
425
|
-
"./components/input/DollarInput.vue.d.ts"
|
|
426
|
-
],
|
|
427
|
-
"passwordInput": [
|
|
428
|
-
"./components/input/PasswordInput.vue.d.ts"
|
|
429
|
-
],
|
|
430
|
-
"percentageInput": [
|
|
431
|
-
"./components/input/PercentageInput.vue.d.ts"
|
|
432
|
-
],
|
|
433
|
-
"textArea": [
|
|
434
|
-
"./components/textArea/TextArea.vue.d.ts"
|
|
435
|
-
],
|
|
436
|
-
"alert": [
|
|
437
|
-
"./components/alert/index.d.ts"
|
|
438
|
-
],
|
|
439
|
-
"multibar": [
|
|
440
|
-
"./components/multibar/index.d.ts"
|
|
441
|
-
],
|
|
442
|
-
"typography": [
|
|
443
|
-
"./components/typography/v4/index.d.ts"
|
|
444
|
-
],
|
|
445
|
-
"snackbar": [
|
|
446
|
-
"./components/snackbar/v3/index.d.ts"
|
|
447
|
-
],
|
|
448
|
-
"snackbar/v4": [
|
|
449
|
-
"./components/snackbar/v4/index.d.ts"
|
|
450
|
-
],
|
|
451
|
-
"themeWrapper": [
|
|
452
|
-
"./components/ThemeWrapper/index.d.ts"
|
|
453
|
-
],
|
|
454
|
-
"inlineCopy": [
|
|
455
|
-
"./components/inlineCopy/index.d.ts"
|
|
456
|
-
],
|
|
457
|
-
"appHeader": [
|
|
458
|
-
"./components/appHeader/index.d.ts"
|
|
459
|
-
],
|
|
460
|
-
"forms": [
|
|
461
|
-
"./components/forms/index.d.ts"
|
|
462
|
-
],
|
|
463
|
-
"statusDot": [
|
|
464
|
-
"./components/statusDot/index.d.ts"
|
|
465
|
-
],
|
|
466
|
-
"sortableList": [
|
|
467
|
-
"./components/sortableList/index.d.ts"
|
|
468
|
-
],
|
|
469
|
-
"composables/useFormValidation": [
|
|
470
|
-
"./composables/useFormValidation.d.ts"
|
|
471
|
-
]
|
|
472
|
-
}
|
|
473
|
-
},
|
|
474
237
|
"lint-staged": {
|
|
475
238
|
"*.{vue,ts,js}": [
|
|
476
239
|
"npm run lint:fix",
|
package/testids/index.d.ts
CHANGED
|
@@ -54,7 +54,6 @@ export declare enum DialogTestIdModifiers {
|
|
|
54
54
|
export declare enum InputTestIdModifiers {
|
|
55
55
|
WRAPPER = "input-wrapper",
|
|
56
56
|
TOOLTIP = "input-tooltip",
|
|
57
|
-
TOOLTIP_WITHOUT_ICON = "input-tooltip-without-icon",
|
|
58
57
|
MANDATORY = "input-mandatory",
|
|
59
58
|
LABEL_CONTAINER = "input-label-container",
|
|
60
59
|
LABEL_TEXT = "input-label-text",
|
package/testids/index.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
var a = /* @__PURE__ */ ((E) => (E.TRIGGER = "ie-trigger", E.CONTENT = "ie-content", E.SEARCH = "ie-search", E.LIST = "ie-list", E.LIST_SELECTED = "ie-list-selected", E.ACTION_CANCEL = "ie-action-cancel", E.ACTION_APPLY = "ie-action-apply", E.SELECT_ALL = "ie-select-all", E.CLEAR_ALL = "ie-clear-all", E))(a || {}),
|
|
1
|
+
var a = /* @__PURE__ */ ((E) => (E.TRIGGER = "ie-trigger", E.CONTENT = "ie-content", E.SEARCH = "ie-search", E.LIST = "ie-list", E.LIST_SELECTED = "ie-list-selected", E.ACTION_CANCEL = "ie-action-cancel", E.ACTION_APPLY = "ie-action-apply", E.SELECT_ALL = "ie-select-all", E.CLEAR_ALL = "ie-clear-all", E))(a || {}), R = /* @__PURE__ */ ((E) => (E.TRIGGER = "dd-trigger", E.WRAPPER = "dd-wrapper", E.BUTTON = "dd-button", E.BUTTON_WRAPPER = "dd-button-wrapper", E.BUTTON_CONTENT = "dd-button-content", E.BUTTON_CONTENT_SUFFIX = "dd-button-content-suffix", E.BUTTON_CLEAR = "dd-button-clear", E.LABEL = "dd-label", E.LIST_CONTAINER = "dd-list-container", E.SEARCH = "dd-search", E.TITLE = "dd-title", E.ACTION_CANCEL = "dd-action-cancel", E.ACTION_APPLY = "dd-action-apply", E.ACTION_CLEAR_ALL = "dd-action-clear-all", E.HELPER_TEXT = "dd-helper-text", E.HELPER_TEXT_ERROR = "dd-helper-text-error", E.SELECT_ALL = "dd-select-all", E.NO_RESULT = "dd-no-result", E))(R || {}), O = /* @__PURE__ */ ((E) => (E.WRAPPER = "banner-wrapper", E.CONTENT = "banner-content", E))(O || {}), t = /* @__PURE__ */ ((E) => (E.WRAPPER = "alert-wrapper", E.TITLE = "alert-title", E.MESSAGE = "alert-message", E.ACTION_BUTTON = "alert-action-button", E.CLOSE_BUTTON = "alert-close-button", E))(t || {}), N = /* @__PURE__ */ ((E) => (E.WRAPPER = "dialog-wrapper", E.HEADER = "dialog-header", E.ACTION_CLOSE = "dialog-action-close", E.HEADER_SECONDARY = "dialog-header-secondary", E.CONTENT = "dialog-content", E.ACTION_BUTTONS_WRAPPER = "dialog-action-buttons-wrapper", E.BACKDROP = "dialog-backdrop", E.SAVE_BUTTON = "dialog-save-button", E.CANCEL_BUTTON = "dialog-cancel-button", E))(N || {}), A = /* @__PURE__ */ ((E) => (E.WRAPPER = "input-wrapper", E.TOOLTIP = "input-tooltip", E.MANDATORY = "input-mandatory", E.LABEL_CONTAINER = "input-label-container", E.LABEL_TEXT = "input-label-text", E.FIELD = "input-field", E.EXTRA_TEXT = "input-extra-text", E.TOGGLE_PASSWORD = "input-toggle-password-icon", E))(A || {}), L = /* @__PURE__ */ ((E) => (E.WRAPPER = "cb-wrapper", E.LABEL = "cb-label", E.FIELD = "cb-field", E.CHECKED = "cb-checked", E))(L || {}), P = /* @__PURE__ */ ((E) => (E.FIELD = "radio-field", E.LABEL = "radio-label", E.ERROR_TEXT = "radio-error-text", E.GROUP = "radio-group", E.LABEL_DESCRIPTION = "label-description", E))(P || {}), c = /* @__PURE__ */ ((E) => (E.WRAPPER = "swicth-wrapper", E.BUTTON = "swicth-button", E.TEXT = "swicth-text", E))(c || {}), n = /* @__PURE__ */ ((E) => (E.WRAPPER = "ta-wrapper", E.LABEL = "ta-label", E.FIELD = "ta-field", E.TEXT = "ta-text", E))(n || {}), _ = /* @__PURE__ */ ((E) => (E.CONTAINER = "search-container", E.FIELD = "search-field", E.CLOSE = "search-close", E.CLEAR = "search-clear", E))(_ || {}), l = /* @__PURE__ */ ((E) => (E.CONTAINER = "tbl-container", E.TABLE = "tbl-table", E.HEADER = "tbl-header", E.TITLE = "tbl-title", E.HEADER_RIGHT = "tbl-header-right", E.ACTIONS = "tbl-actions", E.SECTIONS = "tbl-sections", E.BODY_WRAPPER = "tbl-body-wrapper", E.EMPTY_STATE = "tbl-empty-state", E))(l || {}), r = /* @__PURE__ */ ((E) => (E.CONTAINER = "rc-container", E.COUNT = "rc-count", E.TOTAL = "rc-total", E))(r || {}), C = /* @__PURE__ */ ((E) => (E.WRAPPER = "toggle-wrapper", E.BODY = "toggle-body", E.FIELD = "toggle-field", E.TEXT = "toggle-text", E.HELPER_TEXT = "toggle-helper-text", E.ERROR_TEXT = "toggle-error-text", E))(C || {}), b = /* @__PURE__ */ ((E) => (E.TEXT = "tt-text", E.TRIGGER = "tt-trigger", E.HEADER = "tt-header", E))(b || {}), p = /* @__PURE__ */ ((E) => (E.WRAPPER = "at-wrapper", E.TITLE_TEXT = "at-title-text", E.TITLE_TOOLTIP_TEXT = "at-tooltip-text", E.DESCRIPTION_TOOLTIP_TEXT = "at-description-tooltip-text", E.DESCRIPTION_TEXT = "at-description-text", E.TRIGGER_BUTTON = "at-trigger-button", E))(p || {}), v = /* @__PURE__ */ ((E) => (E.WRAPPER = "ai-wrapper", E.SELECTED_OPTION = "ai-selected-option", E.SEARCH_FIELD = "ai-search-field", E))(v || {}), u = /* @__PURE__ */ ((E) => (E.WRAPPER = "chip-wrapper", E.CLEAR = "chip-clear", E))(u || {}), S = /* @__PURE__ */ ((E) => (E.WRAPPER = "dp-wrapper", E.INPUT = "dp-input", E))(S || {}), B = /* @__PURE__ */ ((E) => (E.WRAPPER = "cm-wrapper", E.DAYS_HEADER = "cm-days-header", E.PREVIOUS = "cm-previous", E.NEXT = "cm-next", E.DAYS_WRAPPER = "cm-days-wrapper", E.DAY = "cm-day", E.MONTH_HEADER_TEXT = "cm-month-header-text", E.MONTH_HEADER = "cm-month-header", E))(B || {}), U = /* @__PURE__ */ ((E) => (E.WRAPPER = "dr-wrapper", E.FIELD = "dr-field", E.TRIGGER = "dr-trigger", E.CONTAINER = "dr-container", E.MENU = "dr-menu", E.MESSAGE = "dr-message", E.ACTION_APPLY = "dr-action-apply", E.ACTION_CANCEL = "dr-action-cancel", E))(U || {}), X = /* @__PURE__ */ ((E) => (E.WRAPPER = "tabs-wrapper", E.TAB = "tabs-tab", E))(X || {}), m = /* @__PURE__ */ ((E) => (E.TEXT = "t-text", E))(m || {}), T = /* @__PURE__ */ ((E) => (E.HEADER = "h-header", E))(T || {}), W = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-label-container", E.TEXT = "field-label-text", E.MANDATORY = "field-label-mandatory", E.TOOLTIP = "field-label-help-tooltip", E))(W || {}), h = /* @__PURE__ */ ((E) => (E.CONTAINER = "field-help-text-container", E.TEXT = "field-help-text-text", E.ICON = "field-help-text-icon", E))(h || {}), G = /* @__PURE__ */ ((E) => (E.CONTAINER = "sb-container", E.TITLE = "sb-title", E.MESSAGE = "sb-message", E.CLOSE = "sb-close", E.ICON = "sb-icon", E.ACTION_BUTTON = "sb-action-button", E))(G || {}), H = /* @__PURE__ */ ((E) => (E.TITLE = "foldable-section-title", E.CONTENT = "foldable-section-content", E))(H || {}), Y = /* @__PURE__ */ ((E) => (E.TITLE = "form-card-title", E.CONTENT = "form-card-content", E.ACTIONS = "form-card-actions", E.SAVE_BUTTON = "form-card-save-btn", E.CANCEL_BUTTON = "form-card-cancel-btn", E))(Y || {}), y = /* @__PURE__ */ ((E) => (E.TITLE = "ah-title", E.APP_KEY = "ah-app-key", E.APP_PLATFORM = "ah-app-platform", E.AB_ICON = "ah-ab-icon", E))(y || {}), x = /* @__PURE__ */ ((E) => (E.TEXT = "ic-text", E.COPY_BTN = "ic-copy-btn", E))(x || {}), g = /* @__PURE__ */ ((E) => (E.WRAPPER = "multibar-wrapper", E.CLOSE_BTN = "multibar-close-button", E.MENU = "multibar-menu", E.ACTION = "multibar-action", E))(g || {}), V = /* @__PURE__ */ ((E) => (E.CONTAINER = "sortable-list-container", E.DRAGGABLE_LIST = "sortable-list-draggable-list", E.LOCKED_LIST = "sortable-list-locked-list", E))(V || {}), w = /* @__PURE__ */ ((E) => (E.BUTTON_A = "ab-group-button-a", E.BUTTON_B = "ab-group-button-b", E.POPOVER_TRIGGER = "ab-group-popover-trigger", E.POPOVER_AB = "ab-group-popover", E))(w || {});
|
|
2
2
|
export {
|
|
3
|
-
|
|
3
|
+
t as AlertTestIdModifiers,
|
|
4
4
|
y as AppHeaderTestIdModifiers,
|
|
5
5
|
p as AppTriggerTestIdModifiers,
|
|
6
6
|
v as AutocompleteInputTestIdModifiers,
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
O as BannerTestIdModifiers,
|
|
8
|
+
B as CalendarMonthTestIdModifiers,
|
|
9
9
|
L as CheckboxTestIdModifiers,
|
|
10
10
|
u as ChipTestIdModifiers,
|
|
11
11
|
S as DatePickerTestIdModifiers,
|
|
12
|
-
|
|
12
|
+
U as DateRangeTestIdModifiers,
|
|
13
13
|
N as DialogTestIdModifiers,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
R as DropdownTestIdModifiers,
|
|
15
|
+
h as FieldHelpTextTestIdModifiers,
|
|
16
|
+
W as FieldLabelTestIdModifiers,
|
|
17
17
|
H as FoldableSectionTestIdModifiers,
|
|
18
18
|
Y as FormCardTestIdModifiers,
|
|
19
|
-
|
|
19
|
+
T as HeaderTestIdModifiers,
|
|
20
20
|
a as IncludeExcludeTestIdModifiers,
|
|
21
21
|
x as InlineCopyTestIdModifiers,
|
|
22
22
|
A as InputTestIdModifiers,
|
|
@@ -25,13 +25,13 @@ export {
|
|
|
25
25
|
r as RowsCounterTestIdModifiers,
|
|
26
26
|
_ as SearchTestIdModifiers,
|
|
27
27
|
G as SnackbarTestIdModifiers,
|
|
28
|
-
|
|
28
|
+
V as SortableListTestIdModifiers,
|
|
29
29
|
c as SwitchTestIdModifiers,
|
|
30
30
|
l as TableTestIdModifiers,
|
|
31
|
-
|
|
31
|
+
X as TabsTestIdModifiers,
|
|
32
32
|
n as TextAreaTestIdModifiers,
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
m as TextTestIdModifiers,
|
|
34
|
+
w as ToggleButtonGroupABTestIdModifiers,
|
|
35
35
|
C as ToggleTestIdModifiers,
|
|
36
36
|
b as TooltipTestIdModifiers
|
|
37
37
|
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.custom-list-area[data-v-27802170]{color:var(--text-secondary);width:100%;text-align:center;box-sizing:border-box;padding:63px 43px}.inline-search[data-v-27802170]{width:100%}.contain-accept[data-v-27802170]{padding:6px 8px;margin-bottom:4px;cursor:pointer}.contain-accept[data-v-27802170]:hover{background-color:var(--action-hover);border-radius:.5rem}.contain-accept--query[data-v-27802170]{margin-left:4px;display:inline-flex;color:var(--primary-main)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.editable[data-v-1bbe222a]{position:relative;left:calc(var(--spacing-100) * -1);display:flex;align-items:center}.editable-wrapper[data-v-1bbe222a]{display:flex;flex:1 1 auto}.editable-wrapper[data-v-1bbe222a]:hover{cursor:text;background:var(--default-main)}.editable-content[data-v-1bbe222a]{padding:0 var(--spacing-100);height:28px;display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:var(--border-radius-md)}.caret-icon[data-v-1bbe222a]{display:none;color:var(--action-active)}.table-row:hover .editable-wrapper[data-v-1bbe222a]{cursor:text;width:100%}.table-row:hover .editable-content[data-v-1bbe222a]{outline:1px solid var(--action-outlined-border);outline-offset:-1px}.table-row:hover .caret-icon[data-v-1bbe222a]{display:flex}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.icon-flag[data-v-be9dc7bb]{border-radius:50%;border:2px solid var(--common-divider);display:inline-flex;height:16px;min-width:16px;user-select:none;width:16px}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.sortable-item[data-v-2ca7b24c]{display:flex;position:relative;flex-direction:column;border:1px solid var(--common-divider);border-radius:var(--border-radius-sm);background:var(--background-paper)}.sortable-item--selected[data-v-2ca7b24c]{outline:2px solid var(--primary-main);outline-offset:-2px}.sortable-item--hovered[data-v-2ca7b24c]{border-color:var(--action-active)}.sortable-item.sortable-drag[data-v-2ca7b24c]{border-color:var(--common-divider)!important}.sortable-item.sortable-drag .child-list[data-v-2ca7b24c]{display:none}.sortable-item--hovered .drag-allowed .draggable-handle[data-v-2ca7b24c],.sortable-item.sortable-drag .drag-allowed .draggable-handle[data-v-2ca7b24c]{display:flex}.sortable-item--hovered .drag-allowed .order-num[data-v-2ca7b24c],.sortable-item.sortable-drag .drag-allowed .order-num[data-v-2ca7b24c]{display:none}.item[data-v-2ca7b24c]{align-items:center;display:flex;height:40px}.item--selected[data-v-2ca7b24c],.item[data-v-2ca7b24c]:hover{background:var(--background-paper-elevation-1)}.item__prefix[data-v-2ca7b24c]{width:36px;display:flex;align-items:center;justify-content:center}.item__text[data-v-2ca7b24c]{flex:1;height:40px;display:flex;align-items:center}.item__text[data-v-2ca7b24c]:hover{cursor:pointer}.item__menu[data-v-2ca7b24c]{width:26px}.country-flag[data-v-2ca7b24c]{margin-right:var(--spacing-100)}.child-list[data-v-2ca7b24c]{display:flex;max-height:var(--bdf83566);width:100%}.child-list ul[data-v-2ca7b24c]{list-style:none;display:flex;flex-direction:column;margin-bottom:8px;padding-left:16px;padding-right:8px;padding-top:4px;gap:2px;overflow:hidden}.child-list li[data-v-2ca7b24c]{min-height:32px;display:flex;align-items:center;border-radius:var(--border-radius-lg);padding:0 8px;width:100%}.child-list li[data-v-2ca7b24c]:hover{cursor:pointer;background:var(--action-hover)}.child-list li.selected[data-v-2ca7b24c]{background:var(--action-selected)}.child-list .country-title[data-v-2ca7b24c]{padding-right:1rem}.expand-icon[data-v-2ca7b24c]{cursor:pointer;padding-right:7px;padding-left:1px;height:40px;display:flex;justify-content:center;align-items:center;color:var(--action-active)}.expand-icon[data-v-2ca7b24c]:hover{color:var(--text-primary)}.locked-icon[data-v-2ca7b24c]{color:var(--action-active)}.draggable-handle[data-v-2ca7b24c]{display:none;align-items:center;justify-content:center;position:absolute;left:0;top:0;width:36px;height:40px;color:var(--action-active)}.draggable-handle[data-v-2ca7b24c]:hover{cursor:grab;color:var(--text-primary)}.sortable-ghost[data-v-2ca7b24c]{position:relative;outline:none}.sortable-ghost[data-v-2ca7b24c]:after{content:"";display:block;position:absolute;z-index:10;inset:-1px;background:rgb(242,242,242);border-radius:var(--border-radius-sm)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.sortable-list-and-header-container[data-v-8f267f88]{display:flex;flex-direction:column;overflow-y:auto;width:100%}.header-container[data-v-8f267f88]{background-color:var(--background-default);display:flex;flex-direction:column;padding-bottom:var(--spacing-100);width:100%}.header-container.sticky[data-v-8f267f88]{position:sticky;top:0;z-index:calc(var(--2b5787e0) + 3)}.sortable-list[data-v-8f267f88],.locked-list[data-v-8f267f88]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--spacing-75);color:var(--text-primary)}.locked-list[data-v-8f267f88]{margin-top:var(--spacing-75)}.force-grabbing-cursor *[data-v-8f267f88]{cursor:move!important;cursor:-webkit-grabbing!important;cursor:-moz-grabbing!important;cursor:grabbing!important}.empty-state-title[data-v-8f267f88]{color:var(--text-disabled);padding:0 8px;width:100%}.loader-bars[data-v-8f267f88]{display:flex;flex-direction:column;gap:6px}.loader-bars .loader-bar[data-v-8f267f88]{height:40px;width:100%}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.font-tab-label2[data-v-fce3948c],.font-chart-2[data-v-fce3948c],.font-chart-1[data-v-fce3948c]{font-family:Inter,sans-serif;font-weight:700}.font-chip-label[data-v-fce3948c],.font-table-label[data-v-fce3948c],.font-button[data-v-fce3948c],.font-heading-6[data-v-fce3948c],.font-heading-5[data-v-fce3948c],.font-heading-4[data-v-fce3948c],.font-heading-3[data-v-fce3948c],.font-heading-2[data-v-fce3948c],.font-heading-1[data-v-fce3948c],.font-title[data-v-fce3948c]{font-family:Inter,sans-serif;font-weight:600}.font-tab-label1[data-v-fce3948c],.font-input-label[data-v-fce3948c],.font-overline[data-v-fce3948c],.font-subtitle-2[data-v-fce3948c],.font-subtitle-1[data-v-fce3948c]{font-family:Inter,sans-serif;font-weight:500}.font-caption[data-v-fce3948c],.font-body-2[data-v-fce3948c],.input-container .input[data-v-fce3948c],.font-body-1[data-v-fce3948c]{font-family:Inter,sans-serif;font-weight:400}.font-title[data-v-fce3948c]{font-size:2.5rem;line-height:3rem;letter-spacing:-.055rem}.font-heading-1[data-v-fce3948c]{font-size:1.5rem;line-height:1.75rem;letter-spacing:-.0285rem}.font-heading-2[data-v-fce3948c]{font-size:1.125rem;line-height:1.75rem;letter-spacing:-.01575rem}.font-heading-3[data-v-fce3948c]{font-size:1rem;line-height:1.5rem;letter-spacing:-.011rem}.font-heading-4[data-v-fce3948c]{font-size:.875rem;line-height:1rem;letter-spacing:unset}.font-heading-5[data-v-fce3948c]{font-size:.8125rem;line-height:16px;letter-spacing:unset}.font-heading-6[data-v-fce3948c]{font-size:.75rem;line-height:.75rem;letter-spacing:0}.input-container .input[data-v-fce3948c],.font-body-1[data-v-fce3948c]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-body-2[data-v-fce3948c]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-subtitle-1[data-v-fce3948c]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-subtitle-2[data-v-fce3948c]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-chart-1[data-v-fce3948c]{font-size:1.5rem;line-height:1.5rem;letter-spacing:-.015rem}.font-chart-2[data-v-fce3948c]{font-size:1.25rem;line-height:1.25rem;letter-spacing:-.0125rem}.font-button[data-v-fce3948c]{font-size:.875rem;line-height:1.25rem;letter-spacing:.00875rem}.font-overline[data-v-fce3948c]{font-size:.75rem;line-height:1rem;letter-spacing:.045rem;text-transform:uppercase}.font-caption[data-v-fce3948c]{font-size:.75rem;line-height:1rem}.font-table-label[data-v-fce3948c]{font-size:.8125rem;line-height:1.25rem;letter-spacing:.00813rem}.font-input-label[data-v-fce3948c]{font-size:.8125rem;line-height:1rem;letter-spacing:.00813rem}.font-tab-label1[data-v-fce3948c],.font-tab-label2[data-v-fce3948c]{font-size:.875rem;line-height:1rem}.font-chip-label[data-v-fce3948c]{font-size:.75rem;line-height:1rem}h1[data-v-fce3948c],h2[data-v-fce3948c],h3[data-v-fce3948c],h4[data-v-fce3948c],h5[data-v-fce3948c],h6[data-v-fce3948c]{margin:0}.disabled .input[data-v-fce3948c]::placeholder{color:var(--text-disabled)}.disabled .input-container[data-v-fce3948c]{cursor:no-drop;background-color:var(--action-disabled-background)}.disabled .input-container[data-v-fce3948c]:hover{outline:1px solid var(--action-outlined-border);background-color:var(--action-disabled-background)}.input-size-small[data-v-fce3948c]{height:28px}.input-size-medium[data-v-fce3948c]{height:32px}.input-size-large[data-v-fce3948c]{height:40px}.input-with-label-container[data-v-fce3948c]{display:flex;flex-direction:column}.input-container[data-v-fce3948c]{flex-grow:2;display:flex;flex-direction:row;align-items:center;border-radius:var(--border-radius-md);background:var(--default-main);outline:1px solid var(--action-outlined-border);outline-offset:-1px;padding:0 var(--spacing-100);position:relative;gap:var(--spacing-50)}.input-container[data-v-fce3948c]:hover{outline:1px solid var(--action-active);background-color:var(--action-hover)}.input-container .input[data-v-fce3948c]{padding:0;width:100%;border:none;background:transparent;color:var(--text-primary);line-height:normal}.input-container .input[data-v-fce3948c]:focus{outline:none}.input-container .input[data-v-fce3948c]:disabled{color:var(--text-disabled);cursor:no-drop}.input-container .input.view-only[data-v-fce3948c]{color:var(--text-disabled)}.input-container .input[type=number][data-v-fce3948c]::-webkit-inner-spin-button{opacity:.7;transform:scale(1.1)}.input-container .hide-arrows.input[type=number][data-v-fce3948c]::-webkit-inner-spin-button,.input-container .hide-arrows.input[type=number][data-v-fce3948c]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.input-container .input[type=password][data-v-fce3948c]{letter-spacing:4px}.input-container[data-v-fce3948c] ::placeholder{color:var(--text-secondary);letter-spacing:normal}.input-container .label-inside[data-v-fce3948c]::placeholder{color:var(--text-primary)}.input-container .icon-container[data-v-fce3948c]{display:flex;align-items:center;color:var(--text-secondary)}.input-container .icon-before[data-v-fce3948c]{padding-right:var(--spacing-50)}.input-container .icon-after[data-v-fce3948c]{padding-left:var(--spacing-50)}.prefix-text[data-v-fce3948c]{color:var(--text-secondary, #646464);margin-right:var(--spacing-50)}.suffix-text[data-v-fce3948c]{color:var(--text-secondary, #646464)}.focused[data-v-fce3948c],.focused[data-v-fce3948c]:hover{background-color:var(--action-hover);outline:2px solid var(--primary-main);outline-offset:-2px}.error-icon.error-icon[data-v-fce3948c],.error-icon.error-icon[data-v-fce3948c]:hover{color:var(--error-main)}.label-direction-left[data-v-fce3948c]{flex-direction:row;align-items:center;justify-content:space-between}.apply-button[data-v-fce3948c]{cursor:pointer;color:var(--default-contrast-text);width:var(--spacing-250);height:var(--spacing-250)}.inline-error[data-v-fce3948c]{cursor:pointer;color:var(--error-main);display:flex;justify-content:center;align-items:center}.footer[data-v-fce3948c]{display:flex;justify-content:flex-end;margin-top:var(--spacing-50)}.footer.footer-absolute[data-v-fce3948c]{position:absolute;bottom:calc(0px - var(--spacing-300))}.password-visibility-toggle[data-v-fce3948c]{cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.variant-success .input-container[data-v-fce3948c],.variant-success .input-container[data-v-fce3948c]:hover{outline:2px solid var(--success-dark)}.variant-error .input-container[data-v-fce3948c],.variant-error .input-container[data-v-fce3948c]:hover{outline:2px solid var(--error-main)}.variant-warning .input-container[data-v-fce3948c],.variant-warning .input-container[data-v-fce3948c]:hover{outline:2px solid var(--warning-dark)}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
div[data-v-66eab856]{display:block}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.font-tab-label2[data-v-5714d43e],.font-chart-2[data-v-5714d43e],.font-chart-1[data-v-5714d43e]{font-family:Inter,sans-serif;font-weight:700}.font-chip-label[data-v-5714d43e],.font-table-label[data-v-5714d43e],.font-button[data-v-5714d43e],.font-heading-6[data-v-5714d43e],.font-heading-5[data-v-5714d43e],.font-heading-4[data-v-5714d43e],.font-heading-3[data-v-5714d43e],.font-heading-2[data-v-5714d43e],.font-heading-1[data-v-5714d43e],.font-title[data-v-5714d43e]{font-family:Inter,sans-serif;font-weight:600}.font-tab-label1[data-v-5714d43e],.font-input-label[data-v-5714d43e],.font-overline[data-v-5714d43e],.font-subtitle-2[data-v-5714d43e],.font-subtitle-1[data-v-5714d43e]{font-family:Inter,sans-serif;font-weight:500}.font-caption[data-v-5714d43e],.font-body-2[data-v-5714d43e],.font-body-1[data-v-5714d43e]{font-family:Inter,sans-serif;font-weight:400}.font-title[data-v-5714d43e]{font-size:2.5rem;line-height:3rem;letter-spacing:-.055rem}.font-heading-1[data-v-5714d43e]{font-size:1.5rem;line-height:1.75rem;letter-spacing:-.0285rem}.font-heading-2[data-v-5714d43e]{font-size:1.125rem;line-height:1.75rem;letter-spacing:-.01575rem}.font-heading-3[data-v-5714d43e]{font-size:1rem;line-height:1.5rem;letter-spacing:-.011rem}.font-heading-4[data-v-5714d43e]{font-size:.875rem;line-height:1rem;letter-spacing:unset}.font-heading-5[data-v-5714d43e]{font-size:.8125rem;line-height:16px;letter-spacing:unset}.font-heading-6[data-v-5714d43e]{font-size:.75rem;line-height:.75rem;letter-spacing:0}.font-body-1[data-v-5714d43e]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-body-2[data-v-5714d43e]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-subtitle-1[data-v-5714d43e]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-subtitle-2[data-v-5714d43e]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-chart-1[data-v-5714d43e]{font-size:1.5rem;line-height:1.5rem;letter-spacing:-.015rem}.font-chart-2[data-v-5714d43e]{font-size:1.25rem;line-height:1.25rem;letter-spacing:-.0125rem}.font-button[data-v-5714d43e]{font-size:.875rem;line-height:1.25rem;letter-spacing:.00875rem}.font-overline[data-v-5714d43e]{font-size:.75rem;line-height:1rem;letter-spacing:.045rem;text-transform:uppercase}.font-caption[data-v-5714d43e]{font-size:.75rem;line-height:1rem}.font-table-label[data-v-5714d43e]{font-size:.8125rem;line-height:1.25rem;letter-spacing:.00813rem}.font-input-label[data-v-5714d43e]{font-size:.8125rem;line-height:1rem;letter-spacing:.00813rem}.font-tab-label1[data-v-5714d43e],.font-tab-label2[data-v-5714d43e]{font-size:.875rem;line-height:1rem}.font-chip-label[data-v-5714d43e]{font-size:.75rem;line-height:1rem}h1[data-v-5714d43e],h2[data-v-5714d43e],h3[data-v-5714d43e],h4[data-v-5714d43e],h5[data-v-5714d43e],h6[data-v-5714d43e]{margin:0}.antialiased[data-v-5714d43e]{-webkit-font-smoothing:antialiased}.truncate[data-v-5714d43e]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}.typography-tooltip[data-v-5714d43e],.typography-tooltip[data-v-5714d43e] .container{display:block;width:100%}
|