dimsum-e2e-tests 3.60.0-next.44 → 3.60.0-next.45

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,12 @@
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.45 (2026-03-30)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ds-pills-v2:: add WCAG 2.2 SC 2.5.8 analysis for removable small pill in ComboboxMulti [PUI-18154](https://jira.elliemae.io/browse/PUI-18154)([#7956](https://git.elliemae.io/platform-ui/dimsum/issues/7956)) ([d623fda](https://git.elliemae.io/platform-ui/dimsum/commit/d623fda0d2a4dcc1814e58f19c97e185780edf79))
11
+
6
12
  ## 3.60.0-next.44 (2026-03-26)
7
13
 
8
14
  ### Features
@@ -16,6 +16,8 @@ export default class DSPageHeaderCO extends PageObject {
16
16
 
17
17
  static skeletonPropURL = new Urlbuilder(PATH_E2E_PAGEHEADER, 'with-skeleton-prop-test');
18
18
 
19
+ static semanticConfigurationURL = new Urlbuilder(PATH_E2E_PAGEHEADER, 'semantic-configuration-test');
20
+
19
21
  static getUrl(component = 'basic') {
20
22
  return PageObject.getUrl(PATH_PAGE_HEADER_EXAMPLES, component);
21
23
  }
@@ -52,4 +54,13 @@ export default class DSPageHeaderCO extends PageObject {
52
54
  static async getSkeletonsByIndex(index = 0) {
53
55
  return $$('[data-testid="ds-skeleton-root"]')[index];
54
56
  }
57
+
58
+ static async getSemanticSection(level) {
59
+ return $(`[data-testid="semantic-h${level}-section"]`);
60
+ }
61
+
62
+ static async getTitleHeading(level) {
63
+ const section = await this.getSemanticSection(level);
64
+ return section.$(`h${level}`);
65
+ }
55
66
  }
@@ -0,0 +1,26 @@
1
+ import DSPageHeaderCO from '../DSPageHeaderCO';
2
+
3
+ if (!browser.capabilities['ice:options'].isPhone && !browser.capabilities['ice:options'].isTablet) {
4
+ describe('PUI-18229 - PageHeader:: Semantic configuration - Func', () => {
5
+ before('loading page', async () => {
6
+ const errorOnGo = await DSPageHeaderCO.semanticConfigurationURL.go();
7
+ if (errorOnGo) throw errorOnGo;
8
+ const title = await DSPageHeaderCO.getTitle();
9
+ await title.waitForDisplayed();
10
+ });
11
+
12
+ it('01: should render the correct heading elements (h1, h2, h3) in each section', async () => {
13
+ const h1 = await DSPageHeaderCO.getTitleHeading(1);
14
+ await expect(h1).toBeExisting();
15
+ await expect((await h1.getTagName()).toLowerCase()).toBe('h1');
16
+
17
+ const h2 = await DSPageHeaderCO.getTitleHeading(2);
18
+ await expect(h2).toBeExisting();
19
+ await expect((await h2.getTagName()).toLowerCase()).toBe('h2');
20
+
21
+ const h3 = await DSPageHeaderCO.getTitleHeading(3);
22
+ await expect(h3).toBeExisting();
23
+ await expect((await h3.getTagName()).toLowerCase()).toBe('h3');
24
+ });
25
+ });
26
+ }
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.44",
4
+ "version": "3.60.0-next.45",
5
5
  "description": "End-to-end tests for dimsum library",
6
6
  "dependencies": {
7
7
  "@elliemae/ds-legacy-button": "1.0.16",
@@ -41,156 +41,156 @@
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-accessibility": "3.60.0-next.44",
45
- "@elliemae/ds-accordion": "3.60.0-next.44",
46
- "@elliemae/ds-app-picker": "3.60.0-next.44",
47
- "@elliemae/ds-backdrop": "3.60.0-next.44",
48
- "@elliemae/ds-banner": "3.60.0-next.44",
49
- "@elliemae/ds-basic": "3.60.0-next.44",
50
- "@elliemae/ds-button-v2": "3.60.0-next.44",
51
- "@elliemae/ds-card-navigation": "3.60.0-next.44",
52
- "@elliemae/ds-breadcrumb": "3.60.0-next.44",
53
- "@elliemae/ds-card-v1": "3.60.0-next.44",
54
- "@elliemae/ds-card": "3.60.0-next.44",
55
- "@elliemae/ds-card-v2": "3.60.0-next.44",
56
- "@elliemae/ds-card-v1-detail": "3.60.0-next.44",
57
- "@elliemae/ds-card-v2-action-addon": "3.60.0-next.44",
58
- "@elliemae/ds-card-v2-group": "3.60.0-next.44",
59
- "@elliemae/ds-card-v3-poc": "3.60.0-next.44",
60
- "@elliemae/ds-card-v3": "3.60.0-next.44",
61
- "@elliemae/ds-chat-bubble": "3.60.0-next.44",
62
- "@elliemae/ds-chat-card": "3.60.0-next.44",
63
- "@elliemae/ds-chat": "3.60.0-next.44",
64
- "@elliemae/ds-chat-container": "3.60.0-next.44",
65
- "@elliemae/ds-chat-container-header": "3.60.0-next.44",
66
- "@elliemae/ds-chat-empty-state": "3.60.0-next.44",
67
- "@elliemae/ds-chat-sidebar": "3.60.0-next.44",
68
- "@elliemae/ds-chat-floating-button": "3.60.0-next.44",
69
- "@elliemae/ds-chat-system-message": "3.60.0-next.44",
70
- "@elliemae/ds-chat-message-delimeter": "3.60.0-next.44",
71
- "@elliemae/ds-chat-tile": "3.60.0-next.44",
72
- "@elliemae/ds-chip": "3.60.0-next.44",
73
- "@elliemae/ds-classnames": "3.60.0-next.44",
74
- "@elliemae/ds-codeeditor": "3.60.0-next.44",
75
- "@elliemae/ds-circular-progress-indicator": "3.60.0-next.44",
76
- "@elliemae/ds-comments": "3.60.0-next.44",
77
- "@elliemae/ds-controlled-form": "3.60.0-next.44",
78
- "@elliemae/ds-csv-converter": "3.60.0-next.44",
79
- "@elliemae/ds-data-table": "3.60.0-next.44",
80
- "@elliemae/ds-data-table-action-cell": "3.60.0-next.44",
81
- "@elliemae/ds-data-table-cell": "3.60.0-next.44",
82
- "@elliemae/ds-data-table-cell-header": "3.60.0-next.44",
83
- "@elliemae/ds-data-table-drag-and-drop-cell": "3.60.0-next.44",
84
- "@elliemae/ds-data-table-filters": "3.60.0-next.44",
85
- "@elliemae/ds-data-table-expand-cell": "3.60.0-next.44",
86
- "@elliemae/ds-data-table-multi-select-cell": "3.60.0-next.44",
87
- "@elliemae/ds-dataviz": "3.60.0-next.44",
88
- "@elliemae/ds-dataviz-pie": "3.60.0-next.44",
89
- "@elliemae/ds-data-table-single-select-cell": "3.60.0-next.44",
90
- "@elliemae/ds-date-time-picker": "3.60.0-next.44",
91
- "@elliemae/ds-decision-graph": "3.60.0-next.44",
92
- "@elliemae/ds-dialog": "3.60.0-next.44",
93
- "@elliemae/ds-dropdownmenu-v2": "3.60.0-next.44",
94
- "@elliemae/ds-dropzone": "3.60.0-next.44",
95
- "@elliemae/ds-drag-and-drop": "3.60.0-next.44",
96
- "@elliemae/ds-fast-list": "3.60.0-next.44",
97
- "@elliemae/ds-filter-bar": "3.60.0-next.44",
98
- "@elliemae/ds-floating-context": "3.60.0-next.44",
99
- "@elliemae/ds-form-combobox": "3.60.0-next.44",
100
- "@elliemae/ds-form-checkbox": "3.60.0-next.44",
101
- "@elliemae/ds-form-date-time-picker": "3.60.0-next.44",
102
- "@elliemae/ds-form-date-range-picker": "3.60.0-next.44",
103
- "@elliemae/ds-form-input-text": "3.60.0-next.44",
104
- "@elliemae/ds-form-helpers-mask-hooks": "3.60.0-next.44",
105
- "@elliemae/ds-form-input-textarea": "3.60.0-next.44",
106
- "@elliemae/ds-form-layout-autocomplete": "3.60.0-next.44",
107
- "@elliemae/ds-form-layout-blocks": "3.60.0-next.44",
108
- "@elliemae/ds-form-layout-input-group": "3.60.0-next.44",
109
- "@elliemae/ds-form-native-select": "3.60.0-next.44",
110
- "@elliemae/ds-form-multi-combobox": "3.60.0-next.44",
111
- "@elliemae/ds-form-radio": "3.60.0-next.44",
112
- "@elliemae/ds-form-layout-label": "3.60.0-next.44",
113
- "@elliemae/ds-form-select": "3.60.0-next.44",
114
- "@elliemae/ds-form-single-combobox": "3.60.0-next.44",
115
- "@elliemae/ds-grid": "3.60.0-next.44",
116
- "@elliemae/ds-global-header": "3.60.0-next.44",
117
- "@elliemae/ds-form-toggle": "3.60.0-next.44",
118
- "@elliemae/ds-hooks-focus-stack": "3.60.0-next.44",
119
- "@elliemae/ds-hooks-focus-trap": "3.60.0-next.44",
120
- "@elliemae/ds-hooks-fontsize-detector": "3.60.0-next.44",
121
- "@elliemae/ds-hooks-fontsize-media": "3.60.0-next.44",
122
- "@elliemae/ds-hooks-headless-tooltip": "3.60.0-next.44",
123
- "@elliemae/ds-hooks-is-mobile": "3.60.0-next.44",
124
- "@elliemae/ds-hooks-is-showing-ellipsis": "3.60.0-next.44",
125
- "@elliemae/ds-hooks-keyboard-navigation": "3.60.0-next.44",
126
- "@elliemae/ds-hooks-on-blur-out": "3.60.0-next.44",
127
- "@elliemae/ds-hooks-on-first-focus-in": "3.60.0-next.44",
128
- "@elliemae/ds-icon": "3.60.0-next.44",
129
- "@elliemae/ds-image": "3.60.0-next.44",
130
- "@elliemae/ds-indeterminate-progress-indicator": "3.60.0-next.44",
131
- "@elliemae/ds-imagelibrarymodal": "3.60.0-next.44",
132
- "@elliemae/ds-left-navigation": "3.60.0-next.44",
133
- "@elliemae/ds-layout-provider": "3.60.0-next.44",
134
- "@elliemae/ds-loading-indicator": "3.60.0-next.44",
135
- "@elliemae/ds-menu-button": "3.60.0-next.44",
136
- "@elliemae/ds-menu-items": "3.60.0-next.44",
137
- "@elliemae/ds-menu-items-action": "3.60.0-next.44",
138
- "@elliemae/ds-icons": "3.60.0-next.44",
139
- "@elliemae/ds-menu-items-multi": "3.60.0-next.44",
140
- "@elliemae/ds-menu-items-commons": "3.60.0-next.44",
141
- "@elliemae/ds-menu-items-section": "3.60.0-next.44",
142
- "@elliemae/ds-menu-items-separator": "3.60.0-next.44",
143
- "@elliemae/ds-menu-items-single": "3.60.0-next.44",
144
- "@elliemae/ds-menu-items-single-with-submenu": "3.60.0-next.44",
145
- "@elliemae/ds-menu-items-skeleton": "3.60.0-next.44",
146
- "@elliemae/ds-menu-items-submenu": "3.60.0-next.44",
147
- "@elliemae/ds-menu-tree-item": "3.60.0-next.44",
148
- "@elliemae/ds-notification-badge": "3.60.0-next.44",
149
- "@elliemae/ds-mobile": "3.60.0-next.44",
150
- "@elliemae/ds-overlay": "3.60.0-next.44",
151
- "@elliemae/ds-modal-slide": "3.60.0-next.44",
152
- "@elliemae/ds-page-header": "3.60.0-next.44",
153
- "@elliemae/ds-page-header-v2": "3.60.0-next.44",
154
- "@elliemae/ds-page-header-v1": "3.60.0-next.44",
155
- "@elliemae/ds-page-layout": "3.60.0-next.44",
156
- "@elliemae/ds-pagination": "3.60.0-next.44",
157
- "@elliemae/ds-pills-v2": "3.60.0-next.44",
158
- "@elliemae/ds-popperjs": "3.60.0-next.44",
159
- "@elliemae/ds-portal": "3.60.0-next.44",
160
- "@elliemae/ds-progress-indicator": "3.60.0-next.44",
161
- "@elliemae/ds-query-builder": "3.60.0-next.44",
162
- "@elliemae/ds-props-helpers": "3.60.0-next.44",
163
- "@elliemae/ds-read-more": "3.60.0-next.44",
164
- "@elliemae/ds-ribbon": "3.60.0-next.44",
165
- "@elliemae/ds-scrollable-container": "3.60.0-next.44",
166
- "@elliemae/ds-separator": "3.60.0-next.44",
167
- "@elliemae/ds-resizeable-container": "3.60.0-next.44",
168
- "@elliemae/ds-shuttle-v2": "3.60.0-next.44",
169
- "@elliemae/ds-shared": "3.60.0-next.44",
170
- "@elliemae/ds-side-panel": "3.60.0-next.44",
171
- "@elliemae/ds-side-panel-header": "3.60.0-next.44",
172
- "@elliemae/ds-slider-v2": "3.60.0-next.44",
173
- "@elliemae/ds-skeleton": "3.60.0-next.44",
174
- "@elliemae/ds-square-indicator": "3.60.0-next.44",
175
- "@elliemae/ds-stepper": "3.60.0-next.44",
176
- "@elliemae/ds-svg": "3.60.0-next.44",
177
- "@elliemae/ds-system": "3.60.0-next.44",
178
- "@elliemae/ds-test-utils": "3.60.0-next.44",
179
- "@elliemae/ds-toast": "3.60.0-next.44",
180
- "@elliemae/ds-tabs": "3.60.0-next.44",
181
- "@elliemae/ds-toolbar-v1": "3.60.0-next.44",
182
- "@elliemae/ds-toolbar-v2": "3.60.0-next.44",
183
- "@elliemae/ds-tooltip-v3": "3.60.0-next.44",
184
- "@elliemae/ds-transition": "3.60.0-next.44",
185
- "@elliemae/ds-tree-model": "3.60.0-next.44",
186
- "@elliemae/ds-treeview": "3.60.0-next.44",
187
- "@elliemae/ds-truncated-expandable-text": "3.60.0-next.44",
188
- "@elliemae/ds-truncated-tooltip-text": "3.60.0-next.44",
189
- "@elliemae/ds-typography": "3.60.0-next.44",
190
- "@elliemae/ds-typescript-helpers": "3.60.0-next.44",
191
- "@elliemae/ds-virtual-list": "3.60.0-next.44",
192
- "@elliemae/ds-wizard": "3.60.0-next.44",
193
- "@elliemae/ds-zustand-helpers": "3.60.0-next.44"
44
+ "@elliemae/ds-accessibility": "3.60.0-next.45",
45
+ "@elliemae/ds-accordion": "3.60.0-next.45",
46
+ "@elliemae/ds-app-picker": "3.60.0-next.45",
47
+ "@elliemae/ds-backdrop": "3.60.0-next.45",
48
+ "@elliemae/ds-banner": "3.60.0-next.45",
49
+ "@elliemae/ds-basic": "3.60.0-next.45",
50
+ "@elliemae/ds-button-v2": "3.60.0-next.45",
51
+ "@elliemae/ds-card": "3.60.0-next.45",
52
+ "@elliemae/ds-breadcrumb": "3.60.0-next.45",
53
+ "@elliemae/ds-card-v1": "3.60.0-next.45",
54
+ "@elliemae/ds-card-v2": "3.60.0-next.45",
55
+ "@elliemae/ds-card-v1-detail": "3.60.0-next.45",
56
+ "@elliemae/ds-card-v2-action-addon": "3.60.0-next.45",
57
+ "@elliemae/ds-card-navigation": "3.60.0-next.45",
58
+ "@elliemae/ds-card-v2-group": "3.60.0-next.45",
59
+ "@elliemae/ds-card-v3": "3.60.0-next.45",
60
+ "@elliemae/ds-chat": "3.60.0-next.45",
61
+ "@elliemae/ds-card-v3-poc": "3.60.0-next.45",
62
+ "@elliemae/ds-chat-bubble": "3.60.0-next.45",
63
+ "@elliemae/ds-chat-card": "3.60.0-next.45",
64
+ "@elliemae/ds-chat-container-header": "3.60.0-next.45",
65
+ "@elliemae/ds-chat-container": "3.60.0-next.45",
66
+ "@elliemae/ds-chat-empty-state": "3.60.0-next.45",
67
+ "@elliemae/ds-chat-floating-button": "3.60.0-next.45",
68
+ "@elliemae/ds-chat-sidebar": "3.60.0-next.45",
69
+ "@elliemae/ds-chat-message-delimeter": "3.60.0-next.45",
70
+ "@elliemae/ds-chat-system-message": "3.60.0-next.45",
71
+ "@elliemae/ds-chip": "3.60.0-next.45",
72
+ "@elliemae/ds-circular-progress-indicator": "3.60.0-next.45",
73
+ "@elliemae/ds-chat-tile": "3.60.0-next.45",
74
+ "@elliemae/ds-codeeditor": "3.60.0-next.45",
75
+ "@elliemae/ds-comments": "3.60.0-next.45",
76
+ "@elliemae/ds-classnames": "3.60.0-next.45",
77
+ "@elliemae/ds-csv-converter": "3.60.0-next.45",
78
+ "@elliemae/ds-data-table": "3.60.0-next.45",
79
+ "@elliemae/ds-controlled-form": "3.60.0-next.45",
80
+ "@elliemae/ds-data-table-action-cell": "3.60.0-next.45",
81
+ "@elliemae/ds-data-table-cell": "3.60.0-next.45",
82
+ "@elliemae/ds-data-table-cell-header": "3.60.0-next.45",
83
+ "@elliemae/ds-data-table-drag-and-drop-cell": "3.60.0-next.45",
84
+ "@elliemae/ds-data-table-expand-cell": "3.60.0-next.45",
85
+ "@elliemae/ds-data-table-filters": "3.60.0-next.45",
86
+ "@elliemae/ds-data-table-multi-select-cell": "3.60.0-next.45",
87
+ "@elliemae/ds-data-table-single-select-cell": "3.60.0-next.45",
88
+ "@elliemae/ds-dataviz": "3.60.0-next.45",
89
+ "@elliemae/ds-dataviz-pie": "3.60.0-next.45",
90
+ "@elliemae/ds-date-time-picker": "3.60.0-next.45",
91
+ "@elliemae/ds-decision-graph": "3.60.0-next.45",
92
+ "@elliemae/ds-dialog": "3.60.0-next.45",
93
+ "@elliemae/ds-drag-and-drop": "3.60.0-next.45",
94
+ "@elliemae/ds-dropdownmenu-v2": "3.60.0-next.45",
95
+ "@elliemae/ds-dropzone": "3.60.0-next.45",
96
+ "@elliemae/ds-fast-list": "3.60.0-next.45",
97
+ "@elliemae/ds-floating-context": "3.60.0-next.45",
98
+ "@elliemae/ds-form-combobox": "3.60.0-next.45",
99
+ "@elliemae/ds-form-checkbox": "3.60.0-next.45",
100
+ "@elliemae/ds-filter-bar": "3.60.0-next.45",
101
+ "@elliemae/ds-form-date-range-picker": "3.60.0-next.45",
102
+ "@elliemae/ds-form-date-time-picker": "3.60.0-next.45",
103
+ "@elliemae/ds-form-helpers-mask-hooks": "3.60.0-next.45",
104
+ "@elliemae/ds-form-input-text": "3.60.0-next.45",
105
+ "@elliemae/ds-form-input-textarea": "3.60.0-next.45",
106
+ "@elliemae/ds-form-layout-autocomplete": "3.60.0-next.45",
107
+ "@elliemae/ds-form-layout-blocks": "3.60.0-next.45",
108
+ "@elliemae/ds-form-layout-input-group": "3.60.0-next.45",
109
+ "@elliemae/ds-form-layout-label": "3.60.0-next.45",
110
+ "@elliemae/ds-form-multi-combobox": "3.60.0-next.45",
111
+ "@elliemae/ds-form-native-select": "3.60.0-next.45",
112
+ "@elliemae/ds-form-radio": "3.60.0-next.45",
113
+ "@elliemae/ds-form-select": "3.60.0-next.45",
114
+ "@elliemae/ds-form-single-combobox": "3.60.0-next.45",
115
+ "@elliemae/ds-global-header": "3.60.0-next.45",
116
+ "@elliemae/ds-form-toggle": "3.60.0-next.45",
117
+ "@elliemae/ds-hooks-focus-stack": "3.60.0-next.45",
118
+ "@elliemae/ds-hooks-focus-trap": "3.60.0-next.45",
119
+ "@elliemae/ds-grid": "3.60.0-next.45",
120
+ "@elliemae/ds-hooks-is-mobile": "3.60.0-next.45",
121
+ "@elliemae/ds-hooks-headless-tooltip": "3.60.0-next.45",
122
+ "@elliemae/ds-hooks-fontsize-detector": "3.60.0-next.45",
123
+ "@elliemae/ds-hooks-fontsize-media": "3.60.0-next.45",
124
+ "@elliemae/ds-hooks-is-showing-ellipsis": "3.60.0-next.45",
125
+ "@elliemae/ds-hooks-keyboard-navigation": "3.60.0-next.45",
126
+ "@elliemae/ds-hooks-on-blur-out": "3.60.0-next.45",
127
+ "@elliemae/ds-hooks-on-first-focus-in": "3.60.0-next.45",
128
+ "@elliemae/ds-icon": "3.60.0-next.45",
129
+ "@elliemae/ds-image": "3.60.0-next.45",
130
+ "@elliemae/ds-imagelibrarymodal": "3.60.0-next.45",
131
+ "@elliemae/ds-icons": "3.60.0-next.45",
132
+ "@elliemae/ds-indeterminate-progress-indicator": "3.60.0-next.45",
133
+ "@elliemae/ds-layout-provider": "3.60.0-next.45",
134
+ "@elliemae/ds-left-navigation": "3.60.0-next.45",
135
+ "@elliemae/ds-loading-indicator": "3.60.0-next.45",
136
+ "@elliemae/ds-menu-items": "3.60.0-next.45",
137
+ "@elliemae/ds-menu-button": "3.60.0-next.45",
138
+ "@elliemae/ds-menu-items-action": "3.60.0-next.45",
139
+ "@elliemae/ds-menu-items-multi": "3.60.0-next.45",
140
+ "@elliemae/ds-menu-items-section": "3.60.0-next.45",
141
+ "@elliemae/ds-menu-items-commons": "3.60.0-next.45",
142
+ "@elliemae/ds-menu-items-separator": "3.60.0-next.45",
143
+ "@elliemae/ds-menu-items-single": "3.60.0-next.45",
144
+ "@elliemae/ds-menu-items-single-with-submenu": "3.60.0-next.45",
145
+ "@elliemae/ds-menu-items-skeleton": "3.60.0-next.45",
146
+ "@elliemae/ds-menu-items-submenu": "3.60.0-next.45",
147
+ "@elliemae/ds-menu-tree-item": "3.60.0-next.45",
148
+ "@elliemae/ds-mobile": "3.60.0-next.45",
149
+ "@elliemae/ds-modal-slide": "3.60.0-next.45",
150
+ "@elliemae/ds-notification-badge": "3.60.0-next.45",
151
+ "@elliemae/ds-overlay": "3.60.0-next.45",
152
+ "@elliemae/ds-page-header": "3.60.0-next.45",
153
+ "@elliemae/ds-page-header-v1": "3.60.0-next.45",
154
+ "@elliemae/ds-page-header-v2": "3.60.0-next.45",
155
+ "@elliemae/ds-page-layout": "3.60.0-next.45",
156
+ "@elliemae/ds-pagination": "3.60.0-next.45",
157
+ "@elliemae/ds-pills-v2": "3.60.0-next.45",
158
+ "@elliemae/ds-popperjs": "3.60.0-next.45",
159
+ "@elliemae/ds-progress-indicator": "3.60.0-next.45",
160
+ "@elliemae/ds-portal": "3.60.0-next.45",
161
+ "@elliemae/ds-props-helpers": "3.60.0-next.45",
162
+ "@elliemae/ds-query-builder": "3.60.0-next.45",
163
+ "@elliemae/ds-read-more": "3.60.0-next.45",
164
+ "@elliemae/ds-resizeable-container": "3.60.0-next.45",
165
+ "@elliemae/ds-ribbon": "3.60.0-next.45",
166
+ "@elliemae/ds-scrollable-container": "3.60.0-next.45",
167
+ "@elliemae/ds-separator": "3.60.0-next.45",
168
+ "@elliemae/ds-shared": "3.60.0-next.45",
169
+ "@elliemae/ds-side-panel": "3.60.0-next.45",
170
+ "@elliemae/ds-shuttle-v2": "3.60.0-next.45",
171
+ "@elliemae/ds-side-panel-header": "3.60.0-next.45",
172
+ "@elliemae/ds-skeleton": "3.60.0-next.45",
173
+ "@elliemae/ds-slider-v2": "3.60.0-next.45",
174
+ "@elliemae/ds-stepper": "3.60.0-next.45",
175
+ "@elliemae/ds-square-indicator": "3.60.0-next.45",
176
+ "@elliemae/ds-svg": "3.60.0-next.45",
177
+ "@elliemae/ds-system": "3.60.0-next.45",
178
+ "@elliemae/ds-tabs": "3.60.0-next.45",
179
+ "@elliemae/ds-toolbar-v2": "3.60.0-next.45",
180
+ "@elliemae/ds-test-utils": "3.60.0-next.45",
181
+ "@elliemae/ds-toast": "3.60.0-next.45",
182
+ "@elliemae/ds-toolbar-v1": "3.60.0-next.45",
183
+ "@elliemae/ds-transition": "3.60.0-next.45",
184
+ "@elliemae/ds-tree-model": "3.60.0-next.45",
185
+ "@elliemae/ds-tooltip-v3": "3.60.0-next.45",
186
+ "@elliemae/ds-truncated-expandable-text": "3.60.0-next.45",
187
+ "@elliemae/ds-treeview": "3.60.0-next.45",
188
+ "@elliemae/ds-typography": "3.60.0-next.45",
189
+ "@elliemae/ds-typescript-helpers": "3.60.0-next.45",
190
+ "@elliemae/ds-truncated-tooltip-text": "3.60.0-next.45",
191
+ "@elliemae/ds-virtual-list": "3.60.0-next.45",
192
+ "@elliemae/ds-wizard": "3.60.0-next.45",
193
+ "@elliemae/ds-zustand-helpers": "3.60.0-next.45"
194
194
  },
195
195
  "publishConfig": {
196
196
  "access": "public"