dimsum-e2e-tests 3.60.0-next.13 → 3.60.0-next.15

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 CHANGED
@@ -3,6 +3,18 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 3.60.0-next.15 (2026-01-29)
7
+
8
+ ### Features
9
+
10
+ - dimsum:: upgraded third party libraries [PUI-17276](https://jira.elliemae.io/browse/PUI-17276) ([#7833](https://git.elliemae.io/platform-ui/dimsum/issues/7833)) ([361aafb](https://git.elliemae.io/platform-ui/dimsum/commit/361aafb523a55187f0951f4a2b338458f8198c97))
11
+
12
+ ## 3.60.0-next.14 (2026-01-26)
13
+
14
+ ### Features
15
+
16
+ - ds-menu-button:: slots and unit tests support [PUI-17708](https://jira.elliemae.io/browse/PUI-17708) ([#7822](https://git.elliemae.io/platform-ui/dimsum/issues/7822)) ([211afa4](https://git.elliemae.io/platform-ui/dimsum/commit/211afa4b48182892a8945e08c69d693021684986))
17
+
6
18
  ## 3.60.0-next.13 (2026-01-20)
7
19
 
8
20
  ### Bug Fixes
@@ -39,5 +39,18 @@ if (
39
39
  await expect(titleSlot).toHaveAttribute('aria-label', 'im title aria');
40
40
  await expect(separatorSlot).toHaveAttribute('aria-label', 'im separator aria');
41
41
  });
42
+ it('03: should have custom data-public for each slot', async () => {
43
+ const itemSlot = await DSAppPickerCO.getItemSlotByIndex();
44
+ const rowSlot = await DSAppPickerCO.getRowSlotByIndex();
45
+ const rootSlot = await DSAppPickerCO.getRootSlotByIndex();
46
+ const titleSlot = await DSAppPickerCO.getTitleSlotByIndex();
47
+ const separatorSlot = await DSAppPickerCO.getSeparatorSlotByIndex();
48
+ await rootSlot.waitForDisplayed();
49
+ await expect(itemSlot).toHaveAttribute('data-public', 'item-custom-attribute');
50
+ await expect(rowSlot).toHaveAttribute('data-public', 'row-custom-attribute');
51
+ await expect(rootSlot).toHaveAttribute('data-public', 'root-custom-attribute');
52
+ await expect(titleSlot).toHaveAttribute('data-public', 'title-custom-attribute');
53
+ await expect(separatorSlot).toHaveAttribute('data-public', 'separator-custom-attribute');
54
+ });
42
55
  });
43
56
  }
@@ -16,6 +16,8 @@ export default class DSChipCO extends PageObject {
16
16
 
17
17
  static applyAriaDisabledURL = new Urlbuilder(PATH_E2E_CHIP, 'apply-aria-disabled-test');
18
18
 
19
+ static customAttributesUsageURL = new Urlbuilder(PATH_E2E_CHIP, 'custom-attributes-usage-test');
20
+
19
21
  // Snapshots
20
22
  static snapshotPath(example = 'basic') {
21
23
  return PageObject.getSnapshotPathBuilder('Chip', example);
@@ -1,4 +1,5 @@
1
1
  import DSChipCO from '../DSChipCO';
2
+ import DSAppPickerCO from '../../ds-apppicker/DSAppPickerCO';
2
3
 
3
4
  if (
4
5
  (!browser.capabilities['ice:options'].isPhone &&
@@ -36,4 +37,28 @@ if (
36
37
  await expect(ellipsisSlot).toHaveAttribute('aria-label', 'ellipsis aria');
37
38
  });
38
39
  });
40
+ describe('PUI-17787 - Chip: Custom Attributes Usage -Func', () => {
41
+ before('loading page', async () => {
42
+ const errorOnGo = await DSChipCO.customAttributesUsageURL.go();
43
+ if (errorOnGo) throw errorOnGo;
44
+ });
45
+ it('01: should have custom aria-* for each Chip', async () => {
46
+ const triggerButton = await DSAppPickerCO.getOpenAppPicker();
47
+ await triggerButton.click();
48
+ const chip0 = await DSChipCO.getChipButtonByIndex(0);
49
+ const chip1 = await DSChipCO.getChipButtonByIndex(1);
50
+ const chip2 = await DSChipCO.getChipButtonByIndex(2);
51
+ await expect(chip0).toHaveAttribute('aria-label', 'open dashboard overview');
52
+ await expect(chip1).toHaveAttribute('aria-label', 'navigate to Pipeline app');
53
+ await expect(chip2).toHaveAttribute('aria-label', 'navigate to Calendar app');
54
+ });
55
+ it('02: should have custom lang-* for each Chip', async () => {
56
+ const chip0 = await DSChipCO.getChipButtonByIndex(0);
57
+ const chip1 = await DSChipCO.getChipButtonByIndex(1);
58
+ const chip2 = await DSChipCO.getChipButtonByIndex(2);
59
+ await expect(chip0).toHaveAttribute('lang', 'sp');
60
+ await expect(chip1).toHaveAttribute('lang', 'en');
61
+ await expect(chip2).toHaveAttribute('lang', 'en');
62
+ });
63
+ });
39
64
  }
@@ -1,6 +1,5 @@
1
1
  /* eslint-disable max-len */
2
2
  import DSLargeInputTextCO from '../DSLargeInputTextCO';
3
- import { type } from '../../../helpers';
4
3
 
5
4
  if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
6
5
  describe('PUI-10395 - LargeInputText:: Dialog integration - Visual Test', () => {
@@ -13,7 +12,7 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
13
12
  await dialogTrigger.click();
14
13
  const input = await DSLargeInputTextCO.getInputByIndex(0);
15
14
  await input.click();
16
- await type(
15
+ await input.setValue(
17
16
  'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.',
18
17
  );
19
18
  const snapshot = await browser.checkSnapshot(DSLargeInputTextCO.snapshotPath('large-inputs-dialog'));
@@ -55,14 +55,22 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
55
55
  await browser.keys(Key.Backspace);
56
56
  const input = await (await DSShuttleV2CO.getInputByIndex()).getAttribute('Value');
57
57
  await expect(clearable).not.toBeDisplayed();
58
- await expect(input).toBe('');
58
+ if (browser.capabilities.browserName === 'Safari') {
59
+ await expect(input).toBe('true');
60
+ } else {
61
+ await expect(input).toBe('');
62
+ }
59
63
  });
60
64
  it('02: clicking clearable should remove clearable', async () => {
61
65
  const clearable = await DSShuttleV2CO.getInputClearableByIndex();
62
66
  await clearable.click();
63
67
  const input = await (await DSShuttleV2CO.getInputByIndex()).getAttribute('Value');
64
68
  await expect(clearable).not.toBeDisplayed();
65
- await expect(input).toBe('');
69
+ if (browser.capabilities.browserName === 'Safari') {
70
+ await expect(input).toBe('true');
71
+ } else {
72
+ await expect(input).toBe('');
73
+ }
66
74
  });
67
75
  it('03: triggering clearable w/ keyboard should remove clearable', async () => {
68
76
  const clearable = await DSShuttleV2CO.getInputClearableByIndex();
@@ -70,7 +78,11 @@ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:o
70
78
  await browser.keys(Key.Return);
71
79
  const input = await (await DSShuttleV2CO.getInputByIndex()).getAttribute('Value');
72
80
  await expect(clearable).not.toBeDisplayed();
73
- await expect(input).toBe('');
81
+ if (browser.capabilities.browserName === 'Safari') {
82
+ await expect(input).toBe('true');
83
+ } else {
84
+ await expect(input).toBe('');
85
+ }
74
86
  });
75
87
  });
76
88
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "dimsum-e2e-tests",
4
- "version": "3.60.0-next.13",
4
+ "version": "3.60.0-next.15",
5
5
  "description": "End-to-end tests for dimsum library",
6
6
  "dependencies": {
7
7
  "@elliemae/ds-legacy-button": "1.0.16",
@@ -41,155 +41,155 @@
41
41
  "@elliemae/ds-legacy-wysiwygeditor": "1.0.16",
42
42
  "@elliemae/ds-legacy-zipcode-search": "1.0.16",
43
43
  "@elliemae/ds-legacy-zoom": "1.0.16",
44
- "@elliemae/ds-accordion": "3.60.0-next.13",
45
- "@elliemae/ds-app-picker": "3.60.0-next.13",
46
- "@elliemae/ds-basic": "3.60.0-next.13",
47
- "@elliemae/ds-banner": "3.60.0-next.13",
48
- "@elliemae/ds-breadcrumb": "3.60.0-next.13",
49
- "@elliemae/ds-backdrop": "3.60.0-next.13",
50
- "@elliemae/ds-accessibility": "3.60.0-next.13",
51
- "@elliemae/ds-button-v2": "3.60.0-next.13",
52
- "@elliemae/ds-card": "3.60.0-next.13",
53
- "@elliemae/ds-card-navigation": "3.60.0-next.13",
54
- "@elliemae/ds-card-v1": "3.60.0-next.13",
55
- "@elliemae/ds-card-v1-detail": "3.60.0-next.13",
56
- "@elliemae/ds-card-v2": "3.60.0-next.13",
57
- "@elliemae/ds-card-v2-action-addon": "3.60.0-next.13",
58
- "@elliemae/ds-card-v2-group": "3.60.0-next.13",
59
- "@elliemae/ds-card-v3-poc": "3.60.0-next.13",
60
- "@elliemae/ds-chat-bubble": "3.60.0-next.13",
61
- "@elliemae/ds-chat": "3.60.0-next.13",
62
- "@elliemae/ds-card-v3": "3.60.0-next.13",
63
- "@elliemae/ds-chat-card": "3.60.0-next.13",
64
- "@elliemae/ds-chat-container-header": "3.60.0-next.13",
65
- "@elliemae/ds-chat-container": "3.60.0-next.13",
66
- "@elliemae/ds-chat-floating-button": "3.60.0-next.13",
67
- "@elliemae/ds-chat-empty-state": "3.60.0-next.13",
68
- "@elliemae/ds-chat-message-delimeter": "3.60.0-next.13",
69
- "@elliemae/ds-chat-system-message": "3.60.0-next.13",
70
- "@elliemae/ds-chat-sidebar": "3.60.0-next.13",
71
- "@elliemae/ds-chat-tile": "3.60.0-next.13",
72
- "@elliemae/ds-chip": "3.60.0-next.13",
73
- "@elliemae/ds-circular-progress-indicator": "3.60.0-next.13",
74
- "@elliemae/ds-classnames": "3.60.0-next.13",
75
- "@elliemae/ds-codeeditor": "3.60.0-next.13",
76
- "@elliemae/ds-csv-converter": "3.60.0-next.13",
77
- "@elliemae/ds-comments": "3.60.0-next.13",
78
- "@elliemae/ds-controlled-form": "3.60.0-next.13",
79
- "@elliemae/ds-data-table-action-cell": "3.60.0-next.13",
80
- "@elliemae/ds-data-table": "3.60.0-next.13",
81
- "@elliemae/ds-data-table-cell": "3.60.0-next.13",
82
- "@elliemae/ds-data-table-drag-and-drop-cell": "3.60.0-next.13",
83
- "@elliemae/ds-data-table-cell-header": "3.60.0-next.13",
84
- "@elliemae/ds-data-table-filters": "3.60.0-next.13",
85
- "@elliemae/ds-data-table-multi-select-cell": "3.60.0-next.13",
86
- "@elliemae/ds-data-table-expand-cell": "3.60.0-next.13",
87
- "@elliemae/ds-data-table-single-select-cell": "3.60.0-next.13",
88
- "@elliemae/ds-dataviz-pie": "3.60.0-next.13",
89
- "@elliemae/ds-dataviz": "3.60.0-next.13",
90
- "@elliemae/ds-date-time-picker": "3.60.0-next.13",
91
- "@elliemae/ds-decision-graph": "3.60.0-next.13",
92
- "@elliemae/ds-drag-and-drop": "3.60.0-next.13",
93
- "@elliemae/ds-dropzone": "3.60.0-next.13",
94
- "@elliemae/ds-dropdownmenu-v2": "3.60.0-next.13",
95
- "@elliemae/ds-dialog": "3.60.0-next.13",
96
- "@elliemae/ds-floating-context": "3.60.0-next.13",
97
- "@elliemae/ds-form-checkbox": "3.60.0-next.13",
98
- "@elliemae/ds-fast-list": "3.60.0-next.13",
99
- "@elliemae/ds-form-combobox": "3.60.0-next.13",
100
- "@elliemae/ds-form-helpers-mask-hooks": "3.60.0-next.13",
101
- "@elliemae/ds-form-date-range-picker": "3.60.0-next.13",
102
- "@elliemae/ds-form-input-text": "3.60.0-next.13",
103
- "@elliemae/ds-form-layout-autocomplete": "3.60.0-next.13",
104
- "@elliemae/ds-form-layout-blocks": "3.60.0-next.13",
105
- "@elliemae/ds-form-date-time-picker": "3.60.0-next.13",
106
- "@elliemae/ds-form-input-textarea": "3.60.0-next.13",
107
- "@elliemae/ds-form-layout-input-group": "3.60.0-next.13",
108
- "@elliemae/ds-form-multi-combobox": "3.60.0-next.13",
109
- "@elliemae/ds-form-native-select": "3.60.0-next.13",
110
- "@elliemae/ds-form-layout-label": "3.60.0-next.13",
111
- "@elliemae/ds-form-radio": "3.60.0-next.13",
112
- "@elliemae/ds-form-toggle": "3.60.0-next.13",
113
- "@elliemae/ds-global-header": "3.60.0-next.13",
114
- "@elliemae/ds-form-select": "3.60.0-next.13",
115
- "@elliemae/ds-hooks-focus-stack": "3.60.0-next.13",
116
- "@elliemae/ds-grid": "3.60.0-next.13",
117
- "@elliemae/ds-hooks-focus-trap": "3.60.0-next.13",
118
- "@elliemae/ds-form-single-combobox": "3.60.0-next.13",
119
- "@elliemae/ds-hooks-fontsize-detector": "3.60.0-next.13",
120
- "@elliemae/ds-hooks-fontsize-media": "3.60.0-next.13",
121
- "@elliemae/ds-hooks-headless-tooltip": "3.60.0-next.13",
122
- "@elliemae/ds-hooks-is-showing-ellipsis": "3.60.0-next.13",
123
- "@elliemae/ds-hooks-is-mobile": "3.60.0-next.13",
124
- "@elliemae/ds-hooks-keyboard-navigation": "3.60.0-next.13",
125
- "@elliemae/ds-hooks-on-blur-out": "3.60.0-next.13",
126
- "@elliemae/ds-hooks-on-first-focus-in": "3.60.0-next.13",
127
- "@elliemae/ds-icon": "3.60.0-next.13",
128
- "@elliemae/ds-image": "3.60.0-next.13",
129
- "@elliemae/ds-icons": "3.60.0-next.13",
130
- "@elliemae/ds-indeterminate-progress-indicator": "3.60.0-next.13",
131
- "@elliemae/ds-imagelibrarymodal": "3.60.0-next.13",
132
- "@elliemae/ds-layout-provider": "3.60.0-next.13",
133
- "@elliemae/ds-left-navigation": "3.60.0-next.13",
134
- "@elliemae/ds-loading-indicator": "3.60.0-next.13",
135
- "@elliemae/ds-menu-button": "3.60.0-next.13",
136
- "@elliemae/ds-menu-items": "3.60.0-next.13",
137
- "@elliemae/ds-menu-items-action": "3.60.0-next.13",
138
- "@elliemae/ds-menu-items-commons": "3.60.0-next.13",
139
- "@elliemae/ds-menu-items-separator": "3.60.0-next.13",
140
- "@elliemae/ds-menu-items-section": "3.60.0-next.13",
141
- "@elliemae/ds-menu-items-single": "3.60.0-next.13",
142
- "@elliemae/ds-menu-items-single-with-submenu": "3.60.0-next.13",
143
- "@elliemae/ds-menu-items-multi": "3.60.0-next.13",
144
- "@elliemae/ds-menu-items-skeleton": "3.60.0-next.13",
145
- "@elliemae/ds-menu-items-submenu": "3.60.0-next.13",
146
- "@elliemae/ds-menu-tree-item": "3.60.0-next.13",
147
- "@elliemae/ds-mobile": "3.60.0-next.13",
148
- "@elliemae/ds-modal-slide": "3.60.0-next.13",
149
- "@elliemae/ds-notification-badge": "3.60.0-next.13",
150
- "@elliemae/ds-page-header": "3.60.0-next.13",
151
- "@elliemae/ds-overlay": "3.60.0-next.13",
152
- "@elliemae/ds-page-header-v2": "3.60.0-next.13",
153
- "@elliemae/ds-page-header-v1": "3.60.0-next.13",
154
- "@elliemae/ds-page-layout": "3.60.0-next.13",
155
- "@elliemae/ds-pills-v2": "3.60.0-next.13",
156
- "@elliemae/ds-pagination": "3.60.0-next.13",
157
- "@elliemae/ds-portal": "3.60.0-next.13",
158
- "@elliemae/ds-popperjs": "3.60.0-next.13",
159
- "@elliemae/ds-progress-indicator": "3.60.0-next.13",
160
- "@elliemae/ds-query-builder": "3.60.0-next.13",
161
- "@elliemae/ds-props-helpers": "3.60.0-next.13",
162
- "@elliemae/ds-resizeable-container": "3.60.0-next.13",
163
- "@elliemae/ds-ribbon": "3.60.0-next.13",
164
- "@elliemae/ds-read-more": "3.60.0-next.13",
165
- "@elliemae/ds-scrollable-container": "3.60.0-next.13",
166
- "@elliemae/ds-separator": "3.60.0-next.13",
167
- "@elliemae/ds-shared": "3.60.0-next.13",
168
- "@elliemae/ds-shuttle-v2": "3.60.0-next.13",
169
- "@elliemae/ds-side-panel": "3.60.0-next.13",
170
- "@elliemae/ds-side-panel-header": "3.60.0-next.13",
171
- "@elliemae/ds-square-indicator": "3.60.0-next.13",
172
- "@elliemae/ds-skeleton": "3.60.0-next.13",
173
- "@elliemae/ds-svg": "3.60.0-next.13",
174
- "@elliemae/ds-slider-v2": "3.60.0-next.13",
175
- "@elliemae/ds-stepper": "3.60.0-next.13",
176
- "@elliemae/ds-test-utils": "3.60.0-next.13",
177
- "@elliemae/ds-system": "3.60.0-next.13",
178
- "@elliemae/ds-tabs": "3.60.0-next.13",
179
- "@elliemae/ds-toast": "3.60.0-next.13",
180
- "@elliemae/ds-toolbar-v1": "3.60.0-next.13",
181
- "@elliemae/ds-toolbar-v2": "3.60.0-next.13",
182
- "@elliemae/ds-transition": "3.60.0-next.13",
183
- "@elliemae/ds-treeview": "3.60.0-next.13",
184
- "@elliemae/ds-tooltip-v3": "3.60.0-next.13",
185
- "@elliemae/ds-tree-model": "3.60.0-next.13",
186
- "@elliemae/ds-truncated-tooltip-text": "3.60.0-next.13",
187
- "@elliemae/ds-truncated-expandable-text": "3.60.0-next.13",
188
- "@elliemae/ds-typescript-helpers": "3.60.0-next.13",
189
- "@elliemae/ds-virtual-list": "3.60.0-next.13",
190
- "@elliemae/ds-typography": "3.60.0-next.13",
191
- "@elliemae/ds-wizard": "3.60.0-next.13",
192
- "@elliemae/ds-zustand-helpers": "3.60.0-next.13"
44
+ "@elliemae/ds-accessibility": "3.60.0-next.15",
45
+ "@elliemae/ds-accordion": "3.60.0-next.15",
46
+ "@elliemae/ds-app-picker": "3.60.0-next.15",
47
+ "@elliemae/ds-backdrop": "3.60.0-next.15",
48
+ "@elliemae/ds-banner": "3.60.0-next.15",
49
+ "@elliemae/ds-basic": "3.60.0-next.15",
50
+ "@elliemae/ds-breadcrumb": "3.60.0-next.15",
51
+ "@elliemae/ds-button-v2": "3.60.0-next.15",
52
+ "@elliemae/ds-card": "3.60.0-next.15",
53
+ "@elliemae/ds-card-navigation": "3.60.0-next.15",
54
+ "@elliemae/ds-card-v1": "3.60.0-next.15",
55
+ "@elliemae/ds-card-v1-detail": "3.60.0-next.15",
56
+ "@elliemae/ds-card-v2": "3.60.0-next.15",
57
+ "@elliemae/ds-card-v2-action-addon": "3.60.0-next.15",
58
+ "@elliemae/ds-card-v2-group": "3.60.0-next.15",
59
+ "@elliemae/ds-card-v3-poc": "3.60.0-next.15",
60
+ "@elliemae/ds-card-v3": "3.60.0-next.15",
61
+ "@elliemae/ds-chat-bubble": "3.60.0-next.15",
62
+ "@elliemae/ds-chat": "3.60.0-next.15",
63
+ "@elliemae/ds-chat-container": "3.60.0-next.15",
64
+ "@elliemae/ds-chat-card": "3.60.0-next.15",
65
+ "@elliemae/ds-chat-container-header": "3.60.0-next.15",
66
+ "@elliemae/ds-chat-empty-state": "3.60.0-next.15",
67
+ "@elliemae/ds-chat-floating-button": "3.60.0-next.15",
68
+ "@elliemae/ds-chat-message-delimeter": "3.60.0-next.15",
69
+ "@elliemae/ds-chat-system-message": "3.60.0-next.15",
70
+ "@elliemae/ds-chat-tile": "3.60.0-next.15",
71
+ "@elliemae/ds-chat-sidebar": "3.60.0-next.15",
72
+ "@elliemae/ds-circular-progress-indicator": "3.60.0-next.15",
73
+ "@elliemae/ds-chip": "3.60.0-next.15",
74
+ "@elliemae/ds-classnames": "3.60.0-next.15",
75
+ "@elliemae/ds-codeeditor": "3.60.0-next.15",
76
+ "@elliemae/ds-comments": "3.60.0-next.15",
77
+ "@elliemae/ds-csv-converter": "3.60.0-next.15",
78
+ "@elliemae/ds-data-table": "3.60.0-next.15",
79
+ "@elliemae/ds-data-table-cell": "3.60.0-next.15",
80
+ "@elliemae/ds-data-table-action-cell": "3.60.0-next.15",
81
+ "@elliemae/ds-controlled-form": "3.60.0-next.15",
82
+ "@elliemae/ds-data-table-drag-and-drop-cell": "3.60.0-next.15",
83
+ "@elliemae/ds-data-table-cell-header": "3.60.0-next.15",
84
+ "@elliemae/ds-data-table-expand-cell": "3.60.0-next.15",
85
+ "@elliemae/ds-data-table-filters": "3.60.0-next.15",
86
+ "@elliemae/ds-data-table-multi-select-cell": "3.60.0-next.15",
87
+ "@elliemae/ds-data-table-single-select-cell": "3.60.0-next.15",
88
+ "@elliemae/ds-dataviz": "3.60.0-next.15",
89
+ "@elliemae/ds-dataviz-pie": "3.60.0-next.15",
90
+ "@elliemae/ds-decision-graph": "3.60.0-next.15",
91
+ "@elliemae/ds-dialog": "3.60.0-next.15",
92
+ "@elliemae/ds-dropdownmenu-v2": "3.60.0-next.15",
93
+ "@elliemae/ds-date-time-picker": "3.60.0-next.15",
94
+ "@elliemae/ds-dropzone": "3.60.0-next.15",
95
+ "@elliemae/ds-drag-and-drop": "3.60.0-next.15",
96
+ "@elliemae/ds-fast-list": "3.60.0-next.15",
97
+ "@elliemae/ds-floating-context": "3.60.0-next.15",
98
+ "@elliemae/ds-form-checkbox": "3.60.0-next.15",
99
+ "@elliemae/ds-form-combobox": "3.60.0-next.15",
100
+ "@elliemae/ds-form-date-range-picker": "3.60.0-next.15",
101
+ "@elliemae/ds-form-input-text": "3.60.0-next.15",
102
+ "@elliemae/ds-form-input-textarea": "3.60.0-next.15",
103
+ "@elliemae/ds-form-helpers-mask-hooks": "3.60.0-next.15",
104
+ "@elliemae/ds-form-date-time-picker": "3.60.0-next.15",
105
+ "@elliemae/ds-form-layout-autocomplete": "3.60.0-next.15",
106
+ "@elliemae/ds-form-layout-blocks": "3.60.0-next.15",
107
+ "@elliemae/ds-form-layout-label": "3.60.0-next.15",
108
+ "@elliemae/ds-form-layout-input-group": "3.60.0-next.15",
109
+ "@elliemae/ds-form-native-select": "3.60.0-next.15",
110
+ "@elliemae/ds-form-multi-combobox": "3.60.0-next.15",
111
+ "@elliemae/ds-form-radio": "3.60.0-next.15",
112
+ "@elliemae/ds-form-select": "3.60.0-next.15",
113
+ "@elliemae/ds-form-single-combobox": "3.60.0-next.15",
114
+ "@elliemae/ds-form-toggle": "3.60.0-next.15",
115
+ "@elliemae/ds-hooks-focus-stack": "3.60.0-next.15",
116
+ "@elliemae/ds-grid": "3.60.0-next.15",
117
+ "@elliemae/ds-hooks-focus-trap": "3.60.0-next.15",
118
+ "@elliemae/ds-global-header": "3.60.0-next.15",
119
+ "@elliemae/ds-hooks-fontsize-detector": "3.60.0-next.15",
120
+ "@elliemae/ds-hooks-fontsize-media": "3.60.0-next.15",
121
+ "@elliemae/ds-hooks-is-showing-ellipsis": "3.60.0-next.15",
122
+ "@elliemae/ds-hooks-headless-tooltip": "3.60.0-next.15",
123
+ "@elliemae/ds-hooks-is-mobile": "3.60.0-next.15",
124
+ "@elliemae/ds-hooks-keyboard-navigation": "3.60.0-next.15",
125
+ "@elliemae/ds-hooks-on-blur-out": "3.60.0-next.15",
126
+ "@elliemae/ds-hooks-on-first-focus-in": "3.60.0-next.15",
127
+ "@elliemae/ds-icon": "3.60.0-next.15",
128
+ "@elliemae/ds-image": "3.60.0-next.15",
129
+ "@elliemae/ds-icons": "3.60.0-next.15",
130
+ "@elliemae/ds-imagelibrarymodal": "3.60.0-next.15",
131
+ "@elliemae/ds-indeterminate-progress-indicator": "3.60.0-next.15",
132
+ "@elliemae/ds-layout-provider": "3.60.0-next.15",
133
+ "@elliemae/ds-left-navigation": "3.60.0-next.15",
134
+ "@elliemae/ds-loading-indicator": "3.60.0-next.15",
135
+ "@elliemae/ds-menu-button": "3.60.0-next.15",
136
+ "@elliemae/ds-menu-items": "3.60.0-next.15",
137
+ "@elliemae/ds-menu-items-commons": "3.60.0-next.15",
138
+ "@elliemae/ds-menu-items-multi": "3.60.0-next.15",
139
+ "@elliemae/ds-menu-items-action": "3.60.0-next.15",
140
+ "@elliemae/ds-menu-items-section": "3.60.0-next.15",
141
+ "@elliemae/ds-menu-items-single": "3.60.0-next.15",
142
+ "@elliemae/ds-menu-items-separator": "3.60.0-next.15",
143
+ "@elliemae/ds-menu-items-single-with-submenu": "3.60.0-next.15",
144
+ "@elliemae/ds-menu-items-skeleton": "3.60.0-next.15",
145
+ "@elliemae/ds-menu-tree-item": "3.60.0-next.15",
146
+ "@elliemae/ds-modal-slide": "3.60.0-next.15",
147
+ "@elliemae/ds-menu-items-submenu": "3.60.0-next.15",
148
+ "@elliemae/ds-notification-badge": "3.60.0-next.15",
149
+ "@elliemae/ds-mobile": "3.60.0-next.15",
150
+ "@elliemae/ds-overlay": "3.60.0-next.15",
151
+ "@elliemae/ds-page-header": "3.60.0-next.15",
152
+ "@elliemae/ds-page-header-v1": "3.60.0-next.15",
153
+ "@elliemae/ds-page-layout": "3.60.0-next.15",
154
+ "@elliemae/ds-pagination": "3.60.0-next.15",
155
+ "@elliemae/ds-page-header-v2": "3.60.0-next.15",
156
+ "@elliemae/ds-pills-v2": "3.60.0-next.15",
157
+ "@elliemae/ds-popperjs": "3.60.0-next.15",
158
+ "@elliemae/ds-progress-indicator": "3.60.0-next.15",
159
+ "@elliemae/ds-props-helpers": "3.60.0-next.15",
160
+ "@elliemae/ds-query-builder": "3.60.0-next.15",
161
+ "@elliemae/ds-portal": "3.60.0-next.15",
162
+ "@elliemae/ds-read-more": "3.60.0-next.15",
163
+ "@elliemae/ds-resizeable-container": "3.60.0-next.15",
164
+ "@elliemae/ds-ribbon": "3.60.0-next.15",
165
+ "@elliemae/ds-scrollable-container": "3.60.0-next.15",
166
+ "@elliemae/ds-separator": "3.60.0-next.15",
167
+ "@elliemae/ds-shared": "3.60.0-next.15",
168
+ "@elliemae/ds-side-panel": "3.60.0-next.15",
169
+ "@elliemae/ds-shuttle-v2": "3.60.0-next.15",
170
+ "@elliemae/ds-side-panel-header": "3.60.0-next.15",
171
+ "@elliemae/ds-skeleton": "3.60.0-next.15",
172
+ "@elliemae/ds-slider-v2": "3.60.0-next.15",
173
+ "@elliemae/ds-square-indicator": "3.60.0-next.15",
174
+ "@elliemae/ds-stepper": "3.60.0-next.15",
175
+ "@elliemae/ds-svg": "3.60.0-next.15",
176
+ "@elliemae/ds-system": "3.60.0-next.15",
177
+ "@elliemae/ds-tabs": "3.60.0-next.15",
178
+ "@elliemae/ds-test-utils": "3.60.0-next.15",
179
+ "@elliemae/ds-toast": "3.60.0-next.15",
180
+ "@elliemae/ds-toolbar-v2": "3.60.0-next.15",
181
+ "@elliemae/ds-toolbar-v1": "3.60.0-next.15",
182
+ "@elliemae/ds-tooltip-v3": "3.60.0-next.15",
183
+ "@elliemae/ds-transition": "3.60.0-next.15",
184
+ "@elliemae/ds-tree-model": "3.60.0-next.15",
185
+ "@elliemae/ds-treeview": "3.60.0-next.15",
186
+ "@elliemae/ds-truncated-expandable-text": "3.60.0-next.15",
187
+ "@elliemae/ds-typescript-helpers": "3.60.0-next.15",
188
+ "@elliemae/ds-truncated-tooltip-text": "3.60.0-next.15",
189
+ "@elliemae/ds-typography": "3.60.0-next.15",
190
+ "@elliemae/ds-virtual-list": "3.60.0-next.15",
191
+ "@elliemae/ds-zustand-helpers": "3.60.0-next.15",
192
+ "@elliemae/ds-wizard": "3.60.0-next.15"
193
193
  },
194
194
  "publishConfig": {
195
195
  "access": "public"