dimsum-e2e-tests 3.70.0-next.3 → 3.70.0-next.31
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/CHANGELOG.md +158 -0
- package/ds-accordion-native/DSAccordionNative.axe-core.func.spec.js +117 -0
- package/ds-accordion-native/DSAccordionNative.func.spec.js +178 -0
- package/ds-accordion-native/DSAccordionNative.visual.spec.js +131 -0
- package/ds-accordion-native/DSAccordionNativeCO.js +149 -0
- package/ds-accordion-native/aria-disabled/DSAccordionNative.aria-disabled.axe-core.func.spec.js +25 -0
- package/ds-accordion-native/aria-disabled/DSAccordionNative.aria-disabled.visual.spec.js +27 -0
- package/ds-accordion-native/role/DSAccordionNative.role-heading.func.spec.js +27 -0
- package/ds-accordion-native/scrollable-content/DSAccordionNative.scrollable-content.visual.spec.js +48 -0
- package/ds-accordion-native/slots/DSAccordionNative.slots.axe-core.func.spec.js +25 -0
- package/ds-accordion-native/slots/DSAccordionNative.slots.func.spec.js +73 -0
- package/ds-accordion-native/slots/DSAccordionNative.slots.visual.spec.js +18 -0
- package/ds-accordion-native/wrapLabel/DSAccordionNative.wrap-label.visual.spec.js +22 -0
- package/ds-apppicker/DSAppPickerCO.js +1 -1
- package/ds-autocomplete/DSAutocomplete.visual.spec.js +34 -0
- package/ds-autocomplete/DSAutocompleteCO.js +2 -0
- package/ds-chat/DSChat.axe-core.func.spec.js +2 -2
- package/ds-chat/DSChat.visual.spec.js +3 -3
- package/ds-chat/DSChatCO.js +17 -23
- package/ds-chat/bubbles/slots/DSChatBubble.slots.axe-core.func.spec.js +24 -0
- package/ds-chat/bubbles/slots/DSChatBubble.slots.func.spec.js +49 -0
- package/ds-chat/bubbles/slots/DSChatBubble.slots.visual.spec.js +25 -0
- package/ds-chat/card/slots/DSChatCard.slots.axe-core.func.spec.js +24 -0
- package/ds-chat/card/slots/DSChatCard.slots.func.spec.js +47 -0
- package/ds-chat/card/slots/DSChatCard.slots.visual.spec.js +18 -0
- package/ds-chat/card/truncated-text/DSChatCard.truncated-text.func.spec.js +32 -0
- package/ds-chat/card/truncated-text/DSChatCard.truncated-text.visual.spec.js +26 -0
- package/ds-chat/card/with-notification-badges/DSChatCard.with-notification-badges.axe-core.func.spec.js +23 -0
- package/ds-chat/card/with-notification-badges/DSChatCard.with-notification-badges.visual.spec.js +17 -0
- package/ds-chat/components/BubbleCO.js +46 -3
- package/ds-chat/components/CardCO.js +77 -0
- package/ds-chat/components/ComposerCO.js +6 -6
- package/ds-chat/components/FloatingButtonCO.js +2 -2
- package/ds-chat/components/HeaderCO.js +2 -2
- package/ds-chat/components/TileCO.js +82 -0
- package/ds-chat/components/index.js +3 -2
- package/ds-chat/loadmore/DSChat-loadmore.func.spec.js +1 -1
- package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.axe-core.func.spec.js +2 -2
- package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.func.spec.js +1 -1
- package/{ds-chat-tile → ds-chat/tile}/DSChat-tile.visual.spec.js +2 -2
- package/{ds-chat-tile → ds-chat/tile}/aria-disabled/DSChat-tile.aria-disabled.axe-core.func.spec.js +2 -2
- package/{ds-chat-tile → ds-chat/tile}/aria-disabled/DSChat-tile.aria-disabled.visual.spec.js +1 -1
- package/ds-chat/tile/slots/DSChatTile.slots.func.spec.js +53 -0
- package/ds-chat/tile/slots/DSChatTile.slots.visual.spec.js +18 -0
- package/ds-controlled-form/ds-combobox/DSComboboxCO.js +2 -2
- package/ds-controlled-form/ds-controlled-checkbox/DSControlledCheckboxCO.js +1 -1
- package/ds-controlled-form/ds-controlled-inputgroup/DSControlledInputGroupCO.js +1 -1
- package/ds-data-table-async/DSDataTableCO.js +10 -12
- package/ds-data-table-async/basic/DSDataTable.basic.visual.spec.js +1 -1
- package/ds-data-table-async/components/FiltersCO.js +1 -1
- package/ds-data-table-async/components/HeaderCO.js +22 -10
- package/ds-dialog/DSDialog.visual.spec.js +16 -31
- package/ds-dialog/DSDialogCO.js +58 -0
- package/ds-dialog/alert-dialog/DSDialog.alert-dialog-critical.axe-core.func.spec.js +27 -0
- package/ds-dialog/alert-dialog/DSDialog.alert-dialog-critical.func.spec.js +56 -0
- package/ds-dialog/alert-dialog/DSDialog.alert-dialog-critical.visual.spec.js +20 -0
- package/ds-dialog/alert-dialog/DSDialog.alert-dialog-dismissible.axe-core.func.spec.js +25 -0
- package/ds-dialog/alert-dialog/DSDialog.alert-dialog-dismissible.func.spec.js +52 -0
- package/ds-dialog/alert-dialog/DSDialog.alert-dialog-dismissible.visual.spec.js +20 -0
- package/ds-dialog/axe-core/DSDialog.accessible-form.axe-core.func.spec.js +25 -0
- package/ds-dialog/axe-core/DSDialog.basic.axe-core.func.spec.js +25 -0
- package/ds-dialog/axe-core/DSDialog.centered.axe-core.func.spec.js +25 -0
- package/ds-dialog/axe-core/DSDialog.decision.axe-core.func.spec.js +57 -0
- package/ds-dialog/axe-core/DSDialog.long-body.axe-core.func.spec.js +25 -0
- package/ds-dialog/axe-core/DSDialog.warning.axe-core.func.spec.js +24 -0
- package/ds-dialog/axe-core/DSDialog.wizard.axe-core.func.spec.js +28 -0
- package/ds-dialog/click-outside/DSDialog.click-outside.func.spec.js +31 -0
- package/ds-dialog/esc-close/DSDialog.esc-close.func.spec.js +31 -0
- package/ds-dialog/flexible-heading-level/DSDialog.flexible-heading-level.axe-core.func.spec.js +46 -0
- package/ds-dialog/flexible-heading-level/DSDialog.flexible-heading-level.func.spec.js +50 -0
- package/ds-dialog/form-dialog-datepicker/DSDialog.form-datepicker.axe-core.func.spec.js +25 -0
- package/ds-dialog/form-dialog-datepicker/DSDialog.form-datepicker.visual.spec.js +37 -0
- package/ds-dialog/single-button-footer/DSDialog.single-button-footer.axe-core.func.spec.js +25 -0
- package/ds-dialog/single-button-footer/DSDialog.single-button-footer.visual.spec.js +20 -0
- package/ds-dialog/size-variants/DSDialog.size-variants.visual.spec.js +116 -0
- package/ds-floating-context/DSFloatingContextCO.js +10 -0
- package/ds-floating-context/placement/DSFloatingContext.placement.visual.spec.js +48 -0
- package/ds-form-combobox-multi/DSComboboxMultiCO.js +8 -2
- package/ds-form-combobox-multi/aria-busy-loading/DSComboboxMulti.aria-busy-loading.axe-core.func.spec.js +55 -0
- package/ds-form-combobox-multi/aria-busy-loading/DSComboboxMulti.aria-busy-loading.func.spec.js +57 -0
- package/ds-form-combobox-multi/aria-disabled/DSComboboxMulti.aria-disabled.visual.spec.js +15 -0
- package/ds-form-combobox-multi/disabled/DSComboboxMulti.disabled.axe-core.func.spec.js +24 -0
- package/ds-form-combobox-multi/inline/DSComboboxMulti.inline.visual.spec.js +21 -0
- package/ds-form-combobox-single/DSComboboxSingleCO.js +8 -2
- package/ds-form-combobox-single/aria-busy-loading/DSComboboxSingle.aria-busy-loading.axe-core.func.spec.js +49 -0
- package/ds-form-combobox-single/aria-busy-loading/DSComboboxSingle.aria-busy-loading.func.spec.js +54 -0
- package/ds-form-combobox-single/aria-disabled/DSComboboxSingle.aria-disabled.visual.spec.js +18 -0
- package/ds-form-combobox-single/disabled/DSComboboxSingle.disabled.axe-core.func.spec.js +24 -0
- package/ds-form-combobox-single/inline/DSComboboxSingle.inline.visual.spec.js +23 -0
- package/ds-form-native-select/NativeSelect.axe-core.func.spec.js +39 -0
- package/ds-form-native-select/NativeSelect.visual.spec.js +33 -0
- package/ds-form-native-select/NativeSelectCO.js +6 -0
- package/ds-form-native-select/option-selection/NativeSelect.option-selection.func.spec.js +25 -0
- package/ds-global-header/GlobalHeader.axe-core.func.spec.js +30 -0
- package/ds-global-header/GlobalHeader.visual.spec.js +31 -0
- package/ds-leftnavigation/LeftNavigationCO.js +2 -2
- package/ds-menu-button/DSMenuButtonCO.js +23 -0
- package/ds-menu-button/slots/DSMenuButton.slots.func.spec.js +40 -0
- package/ds-menu-button/slots/DSMenuButton.slots.visual.spec.js +26 -0
- package/ds-modal-slide/ModalSlideCO.js +39 -0
- package/ds-modal-slide/custom-header/ModalSlide.customHeader.focusRing.visual.spec.js +2 -1
- package/ds-modal-slide/slots/ModalSlide.slots.func.spec.js +74 -0
- package/ds-modal-slide/slots/ModalSlide.slots.visual.spec.js +27 -0
- package/ds-page-layout/PageLayoutCO.js +4 -4
- package/ds-progress-indicator/DSProgressIndicator.axe-core.func.spec.js +2 -0
- package/ds-progress-indicator/DSProgressIndicatorCO.js +1 -1
- package/ds-tab-button/DSTabButton.func.spec.js +1 -1
- package/ds-tabs/DSTabs.visual.spec.js +1 -2
- package/ds-tabs/DSTabsCO.js +2 -2
- package/ds-tabs/with-carousel/DSTabs.with-carousel.func.spec.js +22 -7
- package/ds-tabs/with-carousel/DSTabs.with-carousel.visual.spec.js +9 -9
- package/ds-tooltip-v3/DSTooltipV3CO.js +6 -0
- package/ds-tooltip-v3/aria-tooltip-pattern/DSTooltipV3.aria-tooltip-pattern.axe-core.func.spec.js +23 -0
- package/ds-tooltip-v3/aria-tooltip-pattern/DSTooltipV3.aria-tooltip-pattern.func.spec.js +29 -0
- package/ds-treeview/DSTreeViewCO.js +2 -2
- package/package.json +150 -153
- package/paths.js +8 -1
- package/ds-chat-tile/TileCO.js +0 -35
|
@@ -21,7 +21,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
21
21
|
it('02: should display fixed width carousel scrolled to middle tab', async () => {
|
|
22
22
|
const middleTab = await DSTabsCO.getTab(6);
|
|
23
23
|
await middleTab.scrollIntoView();
|
|
24
|
-
await
|
|
24
|
+
await browser.execute((el) => el.click(), middleTab);
|
|
25
25
|
const snapshot = await browser.percyCheckScreenshot(DSTabsCO.snapshotPath('tab-carousel-fixed-middle'));
|
|
26
26
|
await expect(snapshot).toEqual(0);
|
|
27
27
|
});
|
|
@@ -29,7 +29,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
29
29
|
it('03: should display fixed width carousel scrolled to last tab', async () => {
|
|
30
30
|
const lastTab = await DSTabsCO.getTab(12);
|
|
31
31
|
await lastTab.scrollIntoView();
|
|
32
|
-
await
|
|
32
|
+
await browser.execute((el) => el.click(), lastTab);
|
|
33
33
|
await (await DSTabsCO.getTabPanel(12)).waitForDisplayed();
|
|
34
34
|
const snapshot = await browser.percyCheckScreenshot(DSTabsCO.snapshotPath('tab-carousel-fixed-last'));
|
|
35
35
|
await expect(snapshot).toEqual(0);
|
|
@@ -38,7 +38,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
38
38
|
it('04: should display fixed width carousel scrolled back to first tab', async () => {
|
|
39
39
|
const firstTab = await DSTabsCO.getTab(1);
|
|
40
40
|
await firstTab.scrollIntoView();
|
|
41
|
-
await
|
|
41
|
+
await browser.execute((el) => el.click(), firstTab);
|
|
42
42
|
await (await DSTabsCO.getTabPanel(1)).waitForDisplayed();
|
|
43
43
|
const snapshot = await browser.percyCheckScreenshot(DSTabsCO.snapshotPath('tab-carousel-fixed-first'));
|
|
44
44
|
await expect(snapshot).toEqual(0);
|
|
@@ -61,7 +61,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
61
61
|
// Scroll to tab 10 and select it
|
|
62
62
|
const targetTab = await DSTabsCO.getTabsByIndex(9);
|
|
63
63
|
await targetTab.scrollIntoView();
|
|
64
|
-
await
|
|
64
|
+
await browser.execute((el) => el.click(), targetTab);
|
|
65
65
|
await (await DSTabsCO.getTabPanel(10)).waitForDisplayed();
|
|
66
66
|
const snapshot = await browser.percyCheckScreenshot(
|
|
67
67
|
DSTabsCO.snapshotPath('tab-carousel-integrated-scrolled-right'),
|
|
@@ -73,7 +73,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
73
73
|
// Scroll back to first tab and select it
|
|
74
74
|
const firstTab = await DSTabsCO.getTab(1);
|
|
75
75
|
await firstTab.scrollIntoView();
|
|
76
|
-
await
|
|
76
|
+
await browser.execute((el) => el.click(), firstTab);
|
|
77
77
|
await (await DSTabsCO.getTabPanel(1)).waitForDisplayed();
|
|
78
78
|
const snapshot = await browser.percyCheckScreenshot(
|
|
79
79
|
DSTabsCO.snapshotPath('tab-carousel-integrated-scrolled-back'),
|
|
@@ -84,7 +84,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
84
84
|
// Scroll to last tab and select it
|
|
85
85
|
const lastTab = await DSTabsCO.getTabsByIndex(13);
|
|
86
86
|
await lastTab.scrollIntoView();
|
|
87
|
-
await
|
|
87
|
+
await browser.execute((el) => el.click(), lastTab);
|
|
88
88
|
await (await DSTabsCO.getTabPanel(14)).waitForDisplayed();
|
|
89
89
|
const snapshot = await browser.percyCheckScreenshot(DSTabsCO.snapshotPath('tab-carousel-integrated-last-tab'));
|
|
90
90
|
await expect(snapshot).toEqual(0);
|
|
@@ -111,7 +111,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
111
111
|
// Scroll to middle subtab and select it (index 7 for middle of 15 subtabs)
|
|
112
112
|
const middleSubtab = await DSTabsCO.getSubTabsByIndex(7);
|
|
113
113
|
await middleSubtab.scrollIntoView();
|
|
114
|
-
await
|
|
114
|
+
await browser.execute((el) => el.click(), middleSubtab);
|
|
115
115
|
const snapshot = await browser.percyCheckScreenshot(DSTabsCO.snapshotPath('tab-carousel-nested-middle'));
|
|
116
116
|
await expect(snapshot).toEqual(0);
|
|
117
117
|
});
|
|
@@ -120,7 +120,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
120
120
|
// Scroll to last subtab and select it (index 14 for 15 subtabs)
|
|
121
121
|
const lastSubtab = await DSTabsCO.getSubTabsByIndex(14);
|
|
122
122
|
await lastSubtab.scrollIntoView();
|
|
123
|
-
await
|
|
123
|
+
await browser.execute((el) => el.click(), lastSubtab);
|
|
124
124
|
const snapshot = await browser.percyCheckScreenshot(DSTabsCO.snapshotPath('tab-carousel-nested-last'));
|
|
125
125
|
await expect(snapshot).toEqual(0);
|
|
126
126
|
});
|
|
@@ -129,7 +129,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
|
|
|
129
129
|
// Scroll back to first subtab and select it
|
|
130
130
|
const firstSubtab = await DSTabsCO.getSubtab(1);
|
|
131
131
|
await firstSubtab.scrollIntoView();
|
|
132
|
-
await
|
|
132
|
+
await browser.execute((el) => el.click(), firstSubtab);
|
|
133
133
|
const snapshot = await browser.percyCheckScreenshot(DSTabsCO.snapshotPath('tab-carousel-nested-first'));
|
|
134
134
|
await expect(snapshot).toEqual(0);
|
|
135
135
|
});
|
|
@@ -8,6 +8,8 @@ export default class DSTooltipV3CO extends PageObject {
|
|
|
8
8
|
|
|
9
9
|
static uncontrolledTestUrl = new Urlbuilder(PATH_E2E_TOOLTIP_V3, 'uncontrolled-test');
|
|
10
10
|
|
|
11
|
+
static basicTestUrl = new Urlbuilder(PATH_E2E_TOOLTIP_V3, 'basic-test');
|
|
12
|
+
|
|
11
13
|
static slotsURL = new Urlbuilder(PATH_E2E_TOOLTIP_V3, 'slots-test');
|
|
12
14
|
|
|
13
15
|
// Snapshots
|
|
@@ -20,6 +22,10 @@ export default class DSTooltipV3CO extends PageObject {
|
|
|
20
22
|
return $('[data-testid="ds-tooltip-v3-tooltip-text-wrapper"]');
|
|
21
23
|
}
|
|
22
24
|
|
|
25
|
+
static async getBasicTestTriggerButton() {
|
|
26
|
+
return $('button[aria-describedby="basic-tooltip"]');
|
|
27
|
+
}
|
|
28
|
+
|
|
23
29
|
static async getTooltipContentByIndex(index = 0) {
|
|
24
30
|
return $$('[data-testid="ds-tooltip-v3-tooltip-text-wrapper"] [data-testid="ds-typography-element"]')[index];
|
|
25
31
|
}
|
package/ds-tooltip-v3/aria-tooltip-pattern/DSTooltipV3.aria-tooltip-pattern.axe-core.func.spec.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import DSTooltipV3CO from '../DSTooltipV3CO';
|
|
2
|
+
import { axeCoreCheck } from '../../helpers';
|
|
3
|
+
|
|
4
|
+
if (
|
|
5
|
+
(!browser.capabilities['ice:options'].isPhone &&
|
|
6
|
+
!browser.capabilities['ice:options'].isTablet &&
|
|
7
|
+
browser.capabilities.browserName === 'chrome') ||
|
|
8
|
+
browser.capabilities.browserName === 'Chrome'
|
|
9
|
+
) {
|
|
10
|
+
describe('PUI-18498 - TooltipV3:: WAI-ARIA tooltip pattern - AxeCore', () => {
|
|
11
|
+
before('loading page', async () => {
|
|
12
|
+
const errorOnGo = await DSTooltipV3CO.basicTestUrl.go();
|
|
13
|
+
if (errorOnGo) throw errorOnGo;
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
it('01: should render the basic tooltip pattern and pass axe-core scan', async () => {
|
|
17
|
+
const tooltipContainer = await DSTooltipV3CO.getTooltip();
|
|
18
|
+
await tooltipContainer.waitForDisplayed();
|
|
19
|
+
const result = await axeCoreCheck();
|
|
20
|
+
expect(result.length).toBe(0);
|
|
21
|
+
});
|
|
22
|
+
});
|
|
23
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import DSTooltipV3CO from '../DSTooltipV3CO';
|
|
2
|
+
|
|
3
|
+
// Tests for the fix introduced in PUI-18011 / PUI-18010:
|
|
4
|
+
// the tooltip container must expose role="tooltip" and its `id` so that consumers
|
|
5
|
+
// can wire `aria-describedby` from the trigger element (W3C WAI-ARIA tooltip pattern).
|
|
6
|
+
if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
|
|
7
|
+
describe('PUI-18495 - TooltipV3:: WAI-ARIA tooltip pattern (role + aria-describedby) - func', () => {
|
|
8
|
+
before('loading page', async () => {
|
|
9
|
+
const errorOnGo = await DSTooltipV3CO.basicTestUrl.go();
|
|
10
|
+
if (errorOnGo) throw errorOnGo;
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
it('01: should expose role="tooltip", a matching id on the container and aria-describedby on trigger', async () => {
|
|
14
|
+
const tooltipContainer = await DSTooltipV3CO.getTooltip();
|
|
15
|
+
const triggerButton = await DSTooltipV3CO.getBasicTestTriggerButton();
|
|
16
|
+
|
|
17
|
+
await expect(tooltipContainer).toBeExisting();
|
|
18
|
+
await expect(tooltipContainer).toHaveAttribute('role', 'tooltip');
|
|
19
|
+
await expect(tooltipContainer).toHaveAttribute('id', 'basic-tooltip');
|
|
20
|
+
|
|
21
|
+
await expect(triggerButton).toBeExisting();
|
|
22
|
+
await expect(triggerButton).toHaveAttribute('aria-describedby', 'basic-tooltip');
|
|
23
|
+
|
|
24
|
+
const containerId = await tooltipContainer.getAttribute('id');
|
|
25
|
+
const triggerDescribedBy = await triggerButton.getAttribute('aria-describedby');
|
|
26
|
+
await expect(containerId).toBe(triggerDescribedBy);
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
}
|
|
@@ -226,7 +226,7 @@ export default class DSTreeViewCO extends PageObject {
|
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
static async getElementsTexts() {
|
|
229
|
-
return $$('[data-testid="
|
|
229
|
+
return $$('[data-testid="tree-item-content"]');
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
static async getCollapseBtn() {
|
|
@@ -269,7 +269,7 @@ export default class DSTreeViewCO extends PageObject {
|
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
static async getTooltip() {
|
|
272
|
-
return $('[data-testid="
|
|
272
|
+
return $('[data-testid="ds-floating-wrapper-root"]');
|
|
273
273
|
}
|
|
274
274
|
|
|
275
275
|
static async noItemsFound() {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "dimsum-e2e-tests",
|
|
4
|
-
"version": "3.70.0-next.
|
|
4
|
+
"version": "3.70.0-next.31",
|
|
5
5
|
"description": "End-to-end tests for dimsum library",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@elliemae/ds-legacy-button": "1.0.16",
|
|
@@ -28,8 +28,6 @@
|
|
|
28
28
|
"@elliemae/ds-legacy-number-range-field": "1.0.16",
|
|
29
29
|
"@elliemae/ds-legacy-page-number": "1.0.16",
|
|
30
30
|
"@elliemae/ds-legacy-pills": "1.0.16",
|
|
31
|
-
"@elliemae/ds-legacy-popover": "1.0.16",
|
|
32
|
-
"@elliemae/ds-legacy-popper": "1.0.16",
|
|
33
31
|
"@elliemae/ds-legacy-search-field": "1.0.16",
|
|
34
32
|
"@elliemae/ds-legacy-shuttle": "1.0.16",
|
|
35
33
|
"@elliemae/ds-legacy-slider": "1.0.16",
|
|
@@ -41,156 +39,155 @@
|
|
|
41
39
|
"@elliemae/ds-legacy-wysiwygeditor": "1.0.16",
|
|
42
40
|
"@elliemae/ds-legacy-zipcode-search": "1.0.16",
|
|
43
41
|
"@elliemae/ds-legacy-zoom": "1.0.16",
|
|
44
|
-
"@elliemae/ds-accessibility": "3.70.0-next.
|
|
45
|
-
"@elliemae/ds-accordion": "3.70.0-next.
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-app-picker": "3.70.0-next.
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-
|
|
50
|
-
"@elliemae/ds-
|
|
51
|
-
"@elliemae/ds-
|
|
52
|
-
"@elliemae/ds-
|
|
53
|
-
"@elliemae/ds-card
|
|
54
|
-
"@elliemae/ds-card-
|
|
55
|
-
"@elliemae/ds-card-v1": "3.70.0-next.
|
|
56
|
-
"@elliemae/ds-card-v1-detail": "3.70.0-next.
|
|
57
|
-
"@elliemae/ds-card-v2
|
|
58
|
-
"@elliemae/ds-card-
|
|
59
|
-
"@elliemae/ds-card-v2-group": "3.70.0-next.
|
|
60
|
-
"@elliemae/ds-card-v3
|
|
61
|
-
"@elliemae/ds-
|
|
62
|
-
"@elliemae/ds-chat": "3.70.0-next.
|
|
63
|
-
"@elliemae/ds-chat-
|
|
64
|
-
"@elliemae/ds-chat-
|
|
65
|
-
"@elliemae/ds-chat-container-header": "3.70.0-next.
|
|
66
|
-
"@elliemae/ds-chat-
|
|
67
|
-
"@elliemae/ds-chat-
|
|
68
|
-
"@elliemae/ds-chat-
|
|
69
|
-
"@elliemae/ds-chat-
|
|
70
|
-
"@elliemae/ds-chat-
|
|
71
|
-
"@elliemae/ds-chat-system-message": "3.70.0-next.
|
|
72
|
-
"@elliemae/ds-
|
|
73
|
-
"@elliemae/ds-
|
|
74
|
-
"@elliemae/ds-
|
|
75
|
-
"@elliemae/ds-comments": "3.70.0-next.
|
|
76
|
-
"@elliemae/ds-
|
|
77
|
-
"@elliemae/ds-
|
|
78
|
-
"@elliemae/ds-
|
|
79
|
-
"@elliemae/ds-csv-converter": "3.70.0-next.
|
|
80
|
-
"@elliemae/ds-data-table
|
|
81
|
-
"@elliemae/ds-data-table-cell": "3.70.0-next.
|
|
82
|
-
"@elliemae/ds-data-table-
|
|
83
|
-
"@elliemae/ds-data-table-cell-header": "3.70.0-next.
|
|
84
|
-
"@elliemae/ds-data-table-
|
|
85
|
-
"@elliemae/ds-data-table-
|
|
86
|
-
"@elliemae/ds-data-table-
|
|
87
|
-
"@elliemae/ds-data-table-
|
|
88
|
-
"@elliemae/ds-
|
|
89
|
-
"@elliemae/ds-dataviz": "3.70.0-next.
|
|
90
|
-
"@elliemae/ds-
|
|
91
|
-
"@elliemae/ds-decision-graph": "3.70.0-next.
|
|
92
|
-
"@elliemae/ds-dialog": "3.70.0-next.
|
|
93
|
-
"@elliemae/ds-
|
|
94
|
-
"@elliemae/ds-
|
|
95
|
-
"@elliemae/ds-dropdownmenu-v2": "3.70.0-next.
|
|
96
|
-
"@elliemae/ds-
|
|
97
|
-
"@elliemae/ds-
|
|
98
|
-
"@elliemae/ds-
|
|
99
|
-
"@elliemae/ds-form-checkbox": "3.70.0-next.
|
|
100
|
-
"@elliemae/ds-
|
|
101
|
-
"@elliemae/ds-form-
|
|
102
|
-
"@elliemae/ds-form-date-
|
|
103
|
-
"@elliemae/ds-form-
|
|
104
|
-
"@elliemae/ds-form-
|
|
105
|
-
"@elliemae/ds-form-input-
|
|
106
|
-
"@elliemae/ds-form-
|
|
107
|
-
"@elliemae/ds-form-layout-
|
|
108
|
-
"@elliemae/ds-form-layout-
|
|
109
|
-
"@elliemae/ds-form-layout-
|
|
110
|
-
"@elliemae/ds-form-
|
|
111
|
-
"@elliemae/ds-form-native-select": "3.70.0-next.
|
|
112
|
-
"@elliemae/ds-form-
|
|
113
|
-
"@elliemae/ds-form-
|
|
114
|
-
"@elliemae/ds-form-
|
|
115
|
-
"@elliemae/ds-form-
|
|
116
|
-
"@elliemae/ds-
|
|
117
|
-
"@elliemae/ds-
|
|
118
|
-
"@elliemae/ds-
|
|
119
|
-
"@elliemae/ds-hooks-focus-
|
|
120
|
-
"@elliemae/ds-hooks-fontsize-
|
|
121
|
-
"@elliemae/ds-hooks-fontsize-
|
|
122
|
-
"@elliemae/ds-hooks-
|
|
123
|
-
"@elliemae/ds-hooks-
|
|
124
|
-
"@elliemae/ds-hooks-is-
|
|
125
|
-
"@elliemae/ds-hooks-
|
|
126
|
-
"@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.
|
|
127
|
-
"@elliemae/ds-hooks-on-
|
|
128
|
-
"@elliemae/ds-
|
|
129
|
-
"@elliemae/ds-
|
|
130
|
-
"@elliemae/ds-
|
|
131
|
-
"@elliemae/ds-
|
|
132
|
-
"@elliemae/ds-
|
|
133
|
-
"@elliemae/ds-
|
|
134
|
-
"@elliemae/ds-
|
|
135
|
-
"@elliemae/ds-
|
|
136
|
-
"@elliemae/ds-
|
|
137
|
-
"@elliemae/ds-menu-button": "3.70.0-next.
|
|
138
|
-
"@elliemae/ds-menu-items
|
|
139
|
-
"@elliemae/ds-menu-items-action": "3.70.0-next.
|
|
140
|
-
"@elliemae/ds-menu-items-
|
|
141
|
-
"@elliemae/ds-menu-items-
|
|
142
|
-
"@elliemae/ds-menu-items-section": "3.70.0-next.
|
|
143
|
-
"@elliemae/ds-menu-items-
|
|
144
|
-
"@elliemae/ds-menu-items-single": "3.70.0-next.
|
|
145
|
-
"@elliemae/ds-menu-items-
|
|
146
|
-
"@elliemae/ds-
|
|
147
|
-
"@elliemae/ds-menu-tree-item": "3.70.0-next.
|
|
148
|
-
"@elliemae/ds-
|
|
149
|
-
"@elliemae/ds-
|
|
150
|
-
"@elliemae/ds-
|
|
151
|
-
"@elliemae/ds-
|
|
152
|
-
"@elliemae/ds-page-header
|
|
153
|
-
"@elliemae/ds-page-header-v1": "3.70.0-next.
|
|
154
|
-
"@elliemae/ds-
|
|
155
|
-
"@elliemae/ds-
|
|
156
|
-
"@elliemae/ds-
|
|
157
|
-
"@elliemae/ds-
|
|
158
|
-
"@elliemae/ds-
|
|
159
|
-
"@elliemae/ds-portal": "3.70.0-next.
|
|
160
|
-
"@elliemae/ds-progress-indicator": "3.70.0-next.
|
|
161
|
-
"@elliemae/ds-props-helpers": "3.70.0-next.
|
|
162
|
-
"@elliemae/ds-
|
|
163
|
-
"@elliemae/ds-
|
|
164
|
-
"@elliemae/ds-
|
|
165
|
-
"@elliemae/ds-scrollable-container": "3.70.0-next.
|
|
166
|
-
"@elliemae/ds-separator": "3.70.0-next.
|
|
167
|
-
"@elliemae/ds-
|
|
168
|
-
"@elliemae/ds-shared": "3.70.0-next.
|
|
169
|
-
"@elliemae/ds-shuttle-v2": "3.70.0-next.
|
|
170
|
-
"@elliemae/ds-side-panel": "3.70.0-next.
|
|
171
|
-
"@elliemae/ds-side-panel
|
|
172
|
-
"@elliemae/ds-
|
|
173
|
-
"@elliemae/ds-
|
|
174
|
-
"@elliemae/ds-square-indicator": "3.70.0-next.
|
|
175
|
-
"@elliemae/ds-
|
|
176
|
-
"@elliemae/ds-svg": "3.70.0-next.
|
|
177
|
-
"@elliemae/ds-
|
|
178
|
-
"@elliemae/ds-tabs": "3.70.0-next.
|
|
179
|
-
"@elliemae/ds-test-utils": "3.70.0-next.
|
|
180
|
-
"@elliemae/ds-toast": "3.70.0-next.
|
|
181
|
-
"@elliemae/ds-toolbar-
|
|
182
|
-
"@elliemae/ds-
|
|
183
|
-
"@elliemae/ds-
|
|
184
|
-
"@elliemae/ds-
|
|
185
|
-
"@elliemae/ds-
|
|
186
|
-
"@elliemae/ds-
|
|
187
|
-
"@elliemae/ds-
|
|
188
|
-
"@elliemae/ds-
|
|
189
|
-
"@elliemae/ds-typography": "3.70.0-next.
|
|
190
|
-
"@elliemae/ds-
|
|
191
|
-
"@elliemae/ds-
|
|
192
|
-
"@elliemae/ds-
|
|
193
|
-
"@elliemae/ds-zustand-helpers": "3.70.0-next.3"
|
|
42
|
+
"@elliemae/ds-accessibility": "3.70.0-next.31",
|
|
43
|
+
"@elliemae/ds-accordion": "3.70.0-next.31",
|
|
44
|
+
"@elliemae/ds-accordion-native": "3.70.0-next.31",
|
|
45
|
+
"@elliemae/ds-app-picker": "3.70.0-next.31",
|
|
46
|
+
"@elliemae/ds-backdrop": "3.70.0-next.31",
|
|
47
|
+
"@elliemae/ds-banner": "3.70.0-next.31",
|
|
48
|
+
"@elliemae/ds-basic": "3.70.0-next.31",
|
|
49
|
+
"@elliemae/ds-breadcrumb": "3.70.0-next.31",
|
|
50
|
+
"@elliemae/ds-button-v2": "3.70.0-next.31",
|
|
51
|
+
"@elliemae/ds-card": "3.70.0-next.31",
|
|
52
|
+
"@elliemae/ds-card-navigation": "3.70.0-next.31",
|
|
53
|
+
"@elliemae/ds-card-v1": "3.70.0-next.31",
|
|
54
|
+
"@elliemae/ds-card-v1-detail": "3.70.0-next.31",
|
|
55
|
+
"@elliemae/ds-card-v2": "3.70.0-next.31",
|
|
56
|
+
"@elliemae/ds-card-v2-action-addon": "3.70.0-next.31",
|
|
57
|
+
"@elliemae/ds-card-v2-group": "3.70.0-next.31",
|
|
58
|
+
"@elliemae/ds-card-v3": "3.70.0-next.31",
|
|
59
|
+
"@elliemae/ds-card-v3-poc": "3.70.0-next.31",
|
|
60
|
+
"@elliemae/ds-chat": "3.70.0-next.31",
|
|
61
|
+
"@elliemae/ds-chat-bubble": "3.70.0-next.31",
|
|
62
|
+
"@elliemae/ds-chat-card": "3.70.0-next.31",
|
|
63
|
+
"@elliemae/ds-chat-container-header": "3.70.0-next.31",
|
|
64
|
+
"@elliemae/ds-chat-floating-button": "3.70.0-next.31",
|
|
65
|
+
"@elliemae/ds-chat-container": "3.70.0-next.31",
|
|
66
|
+
"@elliemae/ds-chat-empty-state": "3.70.0-next.31",
|
|
67
|
+
"@elliemae/ds-chat-message-delimeter": "3.70.0-next.31",
|
|
68
|
+
"@elliemae/ds-chat-sidebar": "3.70.0-next.31",
|
|
69
|
+
"@elliemae/ds-chat-system-message": "3.70.0-next.31",
|
|
70
|
+
"@elliemae/ds-chat-tile": "3.70.0-next.31",
|
|
71
|
+
"@elliemae/ds-circular-progress-indicator": "3.70.0-next.31",
|
|
72
|
+
"@elliemae/ds-chip": "3.70.0-next.31",
|
|
73
|
+
"@elliemae/ds-comments": "3.70.0-next.31",
|
|
74
|
+
"@elliemae/ds-classnames": "3.70.0-next.31",
|
|
75
|
+
"@elliemae/ds-codeeditor": "3.70.0-next.31",
|
|
76
|
+
"@elliemae/ds-controlled-form": "3.70.0-next.31",
|
|
77
|
+
"@elliemae/ds-csv-converter": "3.70.0-next.31",
|
|
78
|
+
"@elliemae/ds-data-table": "3.70.0-next.31",
|
|
79
|
+
"@elliemae/ds-data-table-action-cell": "3.70.0-next.31",
|
|
80
|
+
"@elliemae/ds-data-table-cell": "3.70.0-next.31",
|
|
81
|
+
"@elliemae/ds-data-table-cell-header": "3.70.0-next.31",
|
|
82
|
+
"@elliemae/ds-data-table-expand-cell": "3.70.0-next.31",
|
|
83
|
+
"@elliemae/ds-data-table-filters": "3.70.0-next.31",
|
|
84
|
+
"@elliemae/ds-data-table-drag-and-drop-cell": "3.70.0-next.31",
|
|
85
|
+
"@elliemae/ds-data-table-multi-select-cell": "3.70.0-next.31",
|
|
86
|
+
"@elliemae/ds-data-table-single-select-cell": "3.70.0-next.31",
|
|
87
|
+
"@elliemae/ds-dataviz-pie": "3.70.0-next.31",
|
|
88
|
+
"@elliemae/ds-dataviz": "3.70.0-next.31",
|
|
89
|
+
"@elliemae/ds-decision-graph": "3.70.0-next.31",
|
|
90
|
+
"@elliemae/ds-dialog": "3.70.0-next.31",
|
|
91
|
+
"@elliemae/ds-date-time-picker": "3.70.0-next.31",
|
|
92
|
+
"@elliemae/ds-drag-and-drop": "3.70.0-next.31",
|
|
93
|
+
"@elliemae/ds-dropdownmenu-v2": "3.70.0-next.31",
|
|
94
|
+
"@elliemae/ds-dropzone": "3.70.0-next.31",
|
|
95
|
+
"@elliemae/ds-fast-list": "3.70.0-next.31",
|
|
96
|
+
"@elliemae/ds-floating-context": "3.70.0-next.31",
|
|
97
|
+
"@elliemae/ds-form-checkbox": "3.70.0-next.31",
|
|
98
|
+
"@elliemae/ds-filter-bar": "3.70.0-next.31",
|
|
99
|
+
"@elliemae/ds-form-combobox": "3.70.0-next.31",
|
|
100
|
+
"@elliemae/ds-form-date-range-picker": "3.70.0-next.31",
|
|
101
|
+
"@elliemae/ds-form-date-time-picker": "3.70.0-next.31",
|
|
102
|
+
"@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.31",
|
|
103
|
+
"@elliemae/ds-form-input-text": "3.70.0-next.31",
|
|
104
|
+
"@elliemae/ds-form-input-textarea": "3.70.0-next.31",
|
|
105
|
+
"@elliemae/ds-form-layout-autocomplete": "3.70.0-next.31",
|
|
106
|
+
"@elliemae/ds-form-layout-blocks": "3.70.0-next.31",
|
|
107
|
+
"@elliemae/ds-form-layout-input-group": "3.70.0-next.31",
|
|
108
|
+
"@elliemae/ds-form-layout-label": "3.70.0-next.31",
|
|
109
|
+
"@elliemae/ds-form-native-select": "3.70.0-next.31",
|
|
110
|
+
"@elliemae/ds-form-multi-combobox": "3.70.0-next.31",
|
|
111
|
+
"@elliemae/ds-form-radio": "3.70.0-next.31",
|
|
112
|
+
"@elliemae/ds-form-select": "3.70.0-next.31",
|
|
113
|
+
"@elliemae/ds-form-single-combobox": "3.70.0-next.31",
|
|
114
|
+
"@elliemae/ds-form-toggle": "3.70.0-next.31",
|
|
115
|
+
"@elliemae/ds-global-header": "3.70.0-next.31",
|
|
116
|
+
"@elliemae/ds-grid": "3.70.0-next.31",
|
|
117
|
+
"@elliemae/ds-hooks-focus-stack": "3.70.0-next.31",
|
|
118
|
+
"@elliemae/ds-hooks-fontsize-media": "3.70.0-next.31",
|
|
119
|
+
"@elliemae/ds-hooks-fontsize-detector": "3.70.0-next.31",
|
|
120
|
+
"@elliemae/ds-hooks-focus-trap": "3.70.0-next.31",
|
|
121
|
+
"@elliemae/ds-hooks-headless-tooltip": "3.70.0-next.31",
|
|
122
|
+
"@elliemae/ds-hooks-is-mobile": "3.70.0-next.31",
|
|
123
|
+
"@elliemae/ds-hooks-is-showing-ellipsis": "3.70.0-next.31",
|
|
124
|
+
"@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.31",
|
|
125
|
+
"@elliemae/ds-hooks-on-blur-out": "3.70.0-next.31",
|
|
126
|
+
"@elliemae/ds-hooks-on-first-focus-in": "3.70.0-next.31",
|
|
127
|
+
"@elliemae/ds-icon": "3.70.0-next.31",
|
|
128
|
+
"@elliemae/ds-image": "3.70.0-next.31",
|
|
129
|
+
"@elliemae/ds-icons": "3.70.0-next.31",
|
|
130
|
+
"@elliemae/ds-imagelibrarymodal": "3.70.0-next.31",
|
|
131
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.70.0-next.31",
|
|
132
|
+
"@elliemae/ds-layout-provider": "3.70.0-next.31",
|
|
133
|
+
"@elliemae/ds-left-navigation": "3.70.0-next.31",
|
|
134
|
+
"@elliemae/ds-loading-indicator": "3.70.0-next.31",
|
|
135
|
+
"@elliemae/ds-menu-button": "3.70.0-next.31",
|
|
136
|
+
"@elliemae/ds-menu-items": "3.70.0-next.31",
|
|
137
|
+
"@elliemae/ds-menu-items-action": "3.70.0-next.31",
|
|
138
|
+
"@elliemae/ds-menu-items-commons": "3.70.0-next.31",
|
|
139
|
+
"@elliemae/ds-menu-items-multi": "3.70.0-next.31",
|
|
140
|
+
"@elliemae/ds-menu-items-section": "3.70.0-next.31",
|
|
141
|
+
"@elliemae/ds-menu-items-separator": "3.70.0-next.31",
|
|
142
|
+
"@elliemae/ds-menu-items-single": "3.70.0-next.31",
|
|
143
|
+
"@elliemae/ds-menu-items-single-with-submenu": "3.70.0-next.31",
|
|
144
|
+
"@elliemae/ds-menu-items-skeleton": "3.70.0-next.31",
|
|
145
|
+
"@elliemae/ds-menu-tree-item": "3.70.0-next.31",
|
|
146
|
+
"@elliemae/ds-menu-items-submenu": "3.70.0-next.31",
|
|
147
|
+
"@elliemae/ds-mobile": "3.70.0-next.31",
|
|
148
|
+
"@elliemae/ds-modal-slide": "3.70.0-next.31",
|
|
149
|
+
"@elliemae/ds-notification-badge": "3.70.0-next.31",
|
|
150
|
+
"@elliemae/ds-page-header": "3.70.0-next.31",
|
|
151
|
+
"@elliemae/ds-page-header-v1": "3.70.0-next.31",
|
|
152
|
+
"@elliemae/ds-page-header-v2": "3.70.0-next.31",
|
|
153
|
+
"@elliemae/ds-overlay": "3.70.0-next.31",
|
|
154
|
+
"@elliemae/ds-page-layout": "3.70.0-next.31",
|
|
155
|
+
"@elliemae/ds-pagination": "3.70.0-next.31",
|
|
156
|
+
"@elliemae/ds-pills-v2": "3.70.0-next.31",
|
|
157
|
+
"@elliemae/ds-portal": "3.70.0-next.31",
|
|
158
|
+
"@elliemae/ds-progress-indicator": "3.70.0-next.31",
|
|
159
|
+
"@elliemae/ds-props-helpers": "3.70.0-next.31",
|
|
160
|
+
"@elliemae/ds-read-more": "3.70.0-next.31",
|
|
161
|
+
"@elliemae/ds-resizeable-container": "3.70.0-next.31",
|
|
162
|
+
"@elliemae/ds-query-builder": "3.70.0-next.31",
|
|
163
|
+
"@elliemae/ds-scrollable-container": "3.70.0-next.31",
|
|
164
|
+
"@elliemae/ds-separator": "3.70.0-next.31",
|
|
165
|
+
"@elliemae/ds-ribbon": "3.70.0-next.31",
|
|
166
|
+
"@elliemae/ds-shared": "3.70.0-next.31",
|
|
167
|
+
"@elliemae/ds-shuttle-v2": "3.70.0-next.31",
|
|
168
|
+
"@elliemae/ds-side-panel-header": "3.70.0-next.31",
|
|
169
|
+
"@elliemae/ds-side-panel": "3.70.0-next.31",
|
|
170
|
+
"@elliemae/ds-skeleton": "3.70.0-next.31",
|
|
171
|
+
"@elliemae/ds-slider-v2": "3.70.0-next.31",
|
|
172
|
+
"@elliemae/ds-square-indicator": "3.70.0-next.31",
|
|
173
|
+
"@elliemae/ds-stepper": "3.70.0-next.31",
|
|
174
|
+
"@elliemae/ds-svg": "3.70.0-next.31",
|
|
175
|
+
"@elliemae/ds-system": "3.70.0-next.31",
|
|
176
|
+
"@elliemae/ds-tabs": "3.70.0-next.31",
|
|
177
|
+
"@elliemae/ds-test-utils": "3.70.0-next.31",
|
|
178
|
+
"@elliemae/ds-toast": "3.70.0-next.31",
|
|
179
|
+
"@elliemae/ds-toolbar-v2": "3.70.0-next.31",
|
|
180
|
+
"@elliemae/ds-tree-model": "3.70.0-next.31",
|
|
181
|
+
"@elliemae/ds-toolbar-v1": "3.70.0-next.31",
|
|
182
|
+
"@elliemae/ds-tooltip-v3": "3.70.0-next.31",
|
|
183
|
+
"@elliemae/ds-transition": "3.70.0-next.31",
|
|
184
|
+
"@elliemae/ds-truncated-expandable-text": "3.70.0-next.31",
|
|
185
|
+
"@elliemae/ds-treeview": "3.70.0-next.31",
|
|
186
|
+
"@elliemae/ds-typescript-helpers": "3.70.0-next.31",
|
|
187
|
+
"@elliemae/ds-typography": "3.70.0-next.31",
|
|
188
|
+
"@elliemae/ds-zustand-helpers": "3.70.0-next.31",
|
|
189
|
+
"@elliemae/ds-wizard": "3.70.0-next.31",
|
|
190
|
+
"@elliemae/ds-virtual-list": "3.70.0-next.31"
|
|
194
191
|
},
|
|
195
192
|
"publishConfig": {
|
|
196
193
|
"access": "public"
|
package/paths.js
CHANGED
|
@@ -115,6 +115,8 @@ export const PATH_DROPDOWNMENU_V2 = `${PATH_COMPONENTS}/DropdownMenuV2`;
|
|
|
115
115
|
export const PATH_TOAST = `${PATH_COMPONENTS}/Toast`;
|
|
116
116
|
export const PATH_ACCORDION = `${PATH_COMPONENTS}/Accordion`;
|
|
117
117
|
export const PATH_ACCORDION_EXAMPLES = `${PATH_ACCORDION}/Examples`;
|
|
118
|
+
export const PATH_ACCORDION_NATIVE = `${PATH_POC}/native-accordion`;
|
|
119
|
+
export const PATH_ACCORDION_NATIVE_EXAMPLES = `${PATH_ACCORDION_NATIVE}/Examples`;
|
|
118
120
|
export const PATH_D_TOGGLED = `${PATH_COMPONENTS}/Toggle`;
|
|
119
121
|
export const PATH_PAGE_NUMBER = `${PATH_END_OF_LIFE}/PageNumber/Examples`;
|
|
120
122
|
export const PATH_SLIDER = `${PATH_COMPONENTS}/Slider/Examples`;
|
|
@@ -304,12 +306,15 @@ export const PATH_E2E_BREADCRUMB = `${PATH_E2E}/Breadcrumb`;
|
|
|
304
306
|
export const PATH_E2E_FORM_ITEM_LAYOUT = `${PATH_E2E}/FormItemLayout`;
|
|
305
307
|
export const PATH_E2E_BANNER = `${PATH_E2E}/Banner`;
|
|
306
308
|
export const PATH_E2E_CHAT = `${PATH_E2E}/Chat`;
|
|
307
|
-
export const
|
|
309
|
+
export const PATH_E2E_CHAT_BUBBLE = `${PATH_E2E_CHAT}/Bubble`;
|
|
310
|
+
export const PATH_E2E_CHAT_CARD = `${PATH_E2E_CHAT}/Card`;
|
|
311
|
+
export const PATH_E2E_CHAT_TILE = `${PATH_E2E_CHAT}/Tile`;
|
|
308
312
|
export const PATH_E2E_DIALOG = `${PATH_E2E}/Dialog`;
|
|
309
313
|
export const PATH_E2E_TOAST = `${PATH_E2E}/Toast`;
|
|
310
314
|
export const PATH_E2E_GLOBAL_HEADER = `${PATH_E2E}/Global-Header`;
|
|
311
315
|
export const PATH_E2E_HOOK_FORM = `${PATH_E2E}/React-hook-form`;
|
|
312
316
|
export const PATH_E2E_ACCORDION = `${PATH_E2E}/Accordion`;
|
|
317
|
+
export const PATH_E2E_ACCORDION_NATIVE = `${PATH_E2E}/AccordionNative`;
|
|
313
318
|
export const PATH_E2E_VIRTUAL_LIST = `${PATH_E2E}/Virtual-list`;
|
|
314
319
|
export const PATH_E2E_COMBOBOX = `${PATH_E2E_END_OF_LIFE}/ComboboxV2`;
|
|
315
320
|
export const PATH_E2E_COMBOBOX_V3 = `${PATH_E2E}/ComboboxV3`;
|
|
@@ -398,6 +403,8 @@ export const PATH_E2E_RIBBON = `${PATH_E2E}/Ribbon`;
|
|
|
398
403
|
export const PATH_E2E_MENU_BUTTON = `${PATH_E2E}/MenuButton/Features`;
|
|
399
404
|
export const PATH_E2E_PROGRESS_INDICATOR = `${PATH_E2E}/ProgressIndicator`;
|
|
400
405
|
|
|
406
|
+
export const PATH_E2E_PAGE_LAYOUT = `${PATH_E2E}/PageLayout`;
|
|
407
|
+
|
|
401
408
|
// atom components (e2e)
|
|
402
409
|
export const PATH_E2E_TOOLTIP_V3 = `${PATH_E2E}/TooltipV3`;
|
|
403
410
|
export const PATH_E2E_BUTTON = `${PATH_E2E}/Button`;
|
package/ds-chat-tile/TileCO.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { PATH_CHAT_PARTS, PATH_E2E_CHAT_TILE } from '../paths';
|
|
2
|
-
import { PageObject, Urlbuilder } from '../helpers';
|
|
3
|
-
|
|
4
|
-
export default class TileCO extends PageObject {
|
|
5
|
-
static tilesURL = new Urlbuilder(PATH_CHAT_PARTS, 'tile');
|
|
6
|
-
|
|
7
|
-
static sidebarURL = new Urlbuilder(PATH_CHAT_PARTS, 'sidebar');
|
|
8
|
-
|
|
9
|
-
static applyAriaDisabledURL = new Urlbuilder(PATH_E2E_CHAT_TILE, 'apply-aria-disabled-test');
|
|
10
|
-
|
|
11
|
-
static async getChatTile(tileId) {
|
|
12
|
-
return $(`[data-testid="tile-button-${tileId}"]`);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
static async getChatTileButtonItem(tileId) {
|
|
16
|
-
return $(`[data-testid="tile-button-item-id-${tileId}"]`);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
static async getSideBarSelectedTile() {
|
|
20
|
-
return $(`[data-testid="selected-tile"]`).getText();
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
static async getTileTooltip(id) {
|
|
24
|
-
return $(`[data-testid="ds-tooltip-v3-trigger-wrapper_ds-chat-tile-tooltip-button-item-id-${id}"]`);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
static async getCounter() {
|
|
28
|
-
return $('[data-testid="counter"]');
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
// Snapshots
|
|
32
|
-
static snapshotPath(example = 'basic') {
|
|
33
|
-
return PageObject.getSnapshotPathBuilder('Tile', example, 'ds-chat');
|
|
34
|
-
}
|
|
35
|
-
}
|