dimsum-e2e-tests 3.60.0-next.59 → 3.60.0-next.60

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,10 @@
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.60 (2026-04-13)
7
+
8
+ **Note:** Version bump only for package dimsum-e2e-tests
9
+
6
10
  ## 3.60.0-next.59 (2026-04-13)
7
11
 
8
12
  ### Bug Fixes
@@ -8,8 +8,7 @@ if (
8
8
  browser.capabilities.browserName === 'Chrome') ||
9
9
  browser.capabilities.browserName === 'chrome'
10
10
  ) {
11
- // Skipped due to PUI-18168 - aria-controls references non-existent IDs, failing axe-core in all variants
12
- describe.skip('PUI-17984 - DSMenuButton:: Activable Menu Item - AxeCore', () => {
11
+ describe('PUI-17984 - DSMenuButton:: Activable Menu Item - AxeCore', () => {
13
12
  before('loading page', async () => {
14
13
  const errorOnGo = await DSMenuButtonCO.activableMenuItem.go();
15
14
  if (errorOnGo) throw errorOnGo;
@@ -8,8 +8,7 @@ if (
8
8
  browser.capabilities.browserName === 'Chrome') ||
9
9
  browser.capabilities.browserName === 'chrome'
10
10
  ) {
11
- // Skipped due to PUI-18168 - aria-controls references non-existent IDs, failing axe-core in all variants
12
- describe.skip('PUI-17989 - DSMenuButton:: Basic - AxeCore', () => {
11
+ describe('PUI-17989 - DSMenuButton:: Basic - AxeCore', () => {
13
12
  before('loading page', async () => {
14
13
  const errorOnGo = await DSMenuButtonCO.activableMenuItem.go();
15
14
  if (errorOnGo) throw errorOnGo;
@@ -8,8 +8,7 @@ if (
8
8
  browser.capabilities.browserName === 'Chrome') ||
9
9
  browser.capabilities.browserName === 'chrome'
10
10
  ) {
11
- // Skipped due to PUI-18168 - aria-controls references non-existent IDs, failing axe-core in all variants
12
- describe.skip('PUI-14909 - DSMenuButton:: Disabled - AxeCore', () => {
11
+ describe('PUI-14909 - DSMenuButton:: Disabled - AxeCore', () => {
13
12
  before('loading page', async () => {
14
13
  const errorOnGo = await DSMenuButtonCO.withDisabled.go();
15
14
  if (errorOnGo) throw errorOnGo;
@@ -8,8 +8,7 @@ if (
8
8
  browser.capabilities.browserName === 'Chrome') ||
9
9
  browser.capabilities.browserName === 'chrome'
10
10
  ) {
11
- // Skipped due to PUI-18168 - aria-controls references non-existent IDs, failing axe-core in all variants
12
- describe.skip('PUI-17981 - DSMenuButton:: Group Menu Item - AxeCore', () => {
11
+ describe('PUI-17981 - DSMenuButton:: Group Menu Item - AxeCore', () => {
13
12
  before('loading page', async () => {
14
13
  const errorOnGo = await DSMenuButtonCO.groupMenuItem.go();
15
14
  if (errorOnGo) throw errorOnGo;
@@ -8,8 +8,7 @@ if (
8
8
  browser.capabilities.browserName === 'Chrome') ||
9
9
  browser.capabilities.browserName === 'chrome'
10
10
  ) {
11
- // Skipped due to PUI-18168 - aria-controls references non-existent IDs, failing axe-core in all variants
12
- describe.skip('PUI-14911 - DSMenuButton:: Left decorations - AxeCore', () => {
11
+ describe('PUI-14911 - DSMenuButton:: Left decorations - AxeCore', () => {
13
12
  before('loading page', async () => {
14
13
  const errorOnGo = await DSMenuButtonCO.withLeftDecorations.go();
15
14
  if (errorOnGo) throw errorOnGo;
@@ -8,8 +8,7 @@ if (
8
8
  browser.capabilities.browserName === 'Chrome') ||
9
9
  browser.capabilities.browserName === 'chrome'
10
10
  ) {
11
- // Skipped due to PUI-18168 - aria-controls references non-existent IDs, failing axe-core in all variants
12
- describe.skip('PUI-14642 - DSMenuButton:: Multi Select Menu Item - AxeCore', () => {
11
+ describe('PUI-14642 - DSMenuButton:: Multi Select Menu Item - AxeCore', () => {
13
12
  before('loading page', async () => {
14
13
  const errorOnGo = await DSMenuButtonCO.multipleSelectMenuItem.go();
15
14
  if (errorOnGo) throw errorOnGo;
@@ -8,8 +8,7 @@ if (
8
8
  browser.capabilities.browserName === 'Chrome') ||
9
9
  browser.capabilities.browserName === 'chrome'
10
10
  ) {
11
- // Skipped due to PUI-18168 - aria-controls references non-existent IDs, failing axe-core in all variants
12
- describe.skip('PUI-14643 - DSMenuButton:: Single Select Menu Item - AxeCore', () => {
11
+ describe('PUI-14643 - DSMenuButton:: Single Select Menu Item - AxeCore', () => {
13
12
  before('loading page', async () => {
14
13
  const errorOnGo = await DSMenuButtonCO.singleSelectMenuItem.go();
15
14
  if (errorOnGo) throw errorOnGo;
@@ -8,8 +8,8 @@ if (
8
8
  browser.capabilities.browserName === 'Chrome') ||
9
9
  browser.capabilities.browserName === 'chrome'
10
10
  ) {
11
- // Skipped due to PUI-18168 - aria-controls references non-existent IDs, failing axe-core in all variants
12
- describe.skip('PUI-17988 - DSMenuButton:: Skeleton Menu Item - AxeCore', () => {
11
+ // Skipped: PUI-18168 fix resolved aria-controls for most variants but skeleton still has 1 axe-core violation
12
+ describe('PUI-17988 - DSMenuButton:: Skeleton Menu Item - AxeCore', () => {
13
13
  before('loading page', async () => {
14
14
  const errorOnGo = await DSMenuButtonCO.skeletonMenuItem.go();
15
15
  if (errorOnGo) throw errorOnGo;
@@ -9,8 +9,7 @@ if (
9
9
  browser.capabilities.browserName === 'Chrome') ||
10
10
  browser.capabilities.browserName === 'chrome'
11
11
  ) {
12
- // Skipped due to PUI-18168 - aria-controls references non-existent IDs, failing axe-core in all variants
13
- describe.skip('PUI-14644 - DSMenuButton:: Submenu Menu Item && Action Menu Item - AxeCore', () => {
12
+ describe('PUI-14644 - DSMenuButton:: Submenu Menu Item && Action Menu Item - AxeCore', () => {
14
13
  before('loading page', async () => {
15
14
  const errorOnGo = await DSMenuButtonCO.withSubmenuMenuItem.go();
16
15
  if (errorOnGo) throw errorOnGo;
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.59",
4
+ "version": "3.60.0-next.60",
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.59",
45
- "@elliemae/ds-app-picker": "3.60.0-next.59",
46
- "@elliemae/ds-backdrop": "3.60.0-next.59",
47
- "@elliemae/ds-basic": "3.60.0-next.59",
48
- "@elliemae/ds-button-v2": "3.60.0-next.59",
49
- "@elliemae/ds-breadcrumb": "3.60.0-next.59",
50
- "@elliemae/ds-card-navigation": "3.60.0-next.59",
51
- "@elliemae/ds-card": "3.60.0-next.59",
52
- "@elliemae/ds-banner": "3.60.0-next.59",
53
- "@elliemae/ds-accordion": "3.60.0-next.59",
54
- "@elliemae/ds-card-v1": "3.60.0-next.59",
55
- "@elliemae/ds-card-v1-detail": "3.60.0-next.59",
56
- "@elliemae/ds-card-v2": "3.60.0-next.59",
57
- "@elliemae/ds-card-v2-action-addon": "3.60.0-next.59",
58
- "@elliemae/ds-card-v2-group": "3.60.0-next.59",
59
- "@elliemae/ds-card-v3-poc": "3.60.0-next.59",
60
- "@elliemae/ds-card-v3": "3.60.0-next.59",
61
- "@elliemae/ds-chat": "3.60.0-next.59",
62
- "@elliemae/ds-chat-bubble": "3.60.0-next.59",
63
- "@elliemae/ds-chat-card": "3.60.0-next.59",
64
- "@elliemae/ds-chat-container-header": "3.60.0-next.59",
65
- "@elliemae/ds-chat-container": "3.60.0-next.59",
66
- "@elliemae/ds-chat-empty-state": "3.60.0-next.59",
67
- "@elliemae/ds-chat-floating-button": "3.60.0-next.59",
68
- "@elliemae/ds-chat-message-delimeter": "3.60.0-next.59",
69
- "@elliemae/ds-chat-sidebar": "3.60.0-next.59",
70
- "@elliemae/ds-chat-system-message": "3.60.0-next.59",
71
- "@elliemae/ds-chat-tile": "3.60.0-next.59",
72
- "@elliemae/ds-chip": "3.60.0-next.59",
73
- "@elliemae/ds-codeeditor": "3.60.0-next.59",
74
- "@elliemae/ds-classnames": "3.60.0-next.59",
75
- "@elliemae/ds-circular-progress-indicator": "3.60.0-next.59",
76
- "@elliemae/ds-comments": "3.60.0-next.59",
77
- "@elliemae/ds-controlled-form": "3.60.0-next.59",
78
- "@elliemae/ds-csv-converter": "3.60.0-next.59",
79
- "@elliemae/ds-data-table": "3.60.0-next.59",
80
- "@elliemae/ds-data-table-action-cell": "3.60.0-next.59",
81
- "@elliemae/ds-data-table-cell": "3.60.0-next.59",
82
- "@elliemae/ds-data-table-cell-header": "3.60.0-next.59",
83
- "@elliemae/ds-data-table-drag-and-drop-cell": "3.60.0-next.59",
84
- "@elliemae/ds-data-table-expand-cell": "3.60.0-next.59",
85
- "@elliemae/ds-data-table-filters": "3.60.0-next.59",
86
- "@elliemae/ds-data-table-multi-select-cell": "3.60.0-next.59",
87
- "@elliemae/ds-data-table-single-select-cell": "3.60.0-next.59",
88
- "@elliemae/ds-dataviz": "3.60.0-next.59",
89
- "@elliemae/ds-dataviz-pie": "3.60.0-next.59",
90
- "@elliemae/ds-date-time-picker": "3.60.0-next.59",
91
- "@elliemae/ds-decision-graph": "3.60.0-next.59",
92
- "@elliemae/ds-dialog": "3.60.0-next.59",
93
- "@elliemae/ds-drag-and-drop": "3.60.0-next.59",
94
- "@elliemae/ds-dropdownmenu-v2": "3.60.0-next.59",
95
- "@elliemae/ds-dropzone": "3.60.0-next.59",
96
- "@elliemae/ds-fast-list": "3.60.0-next.59",
97
- "@elliemae/ds-filter-bar": "3.60.0-next.59",
98
- "@elliemae/ds-floating-context": "3.60.0-next.59",
99
- "@elliemae/ds-form-checkbox": "3.60.0-next.59",
100
- "@elliemae/ds-form-combobox": "3.60.0-next.59",
101
- "@elliemae/ds-form-date-range-picker": "3.60.0-next.59",
102
- "@elliemae/ds-form-date-time-picker": "3.60.0-next.59",
103
- "@elliemae/ds-form-helpers-mask-hooks": "3.60.0-next.59",
104
- "@elliemae/ds-form-input-text": "3.60.0-next.59",
105
- "@elliemae/ds-form-layout-autocomplete": "3.60.0-next.59",
106
- "@elliemae/ds-form-input-textarea": "3.60.0-next.59",
107
- "@elliemae/ds-form-layout-blocks": "3.60.0-next.59",
108
- "@elliemae/ds-form-layout-input-group": "3.60.0-next.59",
109
- "@elliemae/ds-form-layout-label": "3.60.0-next.59",
110
- "@elliemae/ds-form-native-select": "3.60.0-next.59",
111
- "@elliemae/ds-form-radio": "3.60.0-next.59",
112
- "@elliemae/ds-form-multi-combobox": "3.60.0-next.59",
113
- "@elliemae/ds-form-select": "3.60.0-next.59",
114
- "@elliemae/ds-form-toggle": "3.60.0-next.59",
115
- "@elliemae/ds-form-single-combobox": "3.60.0-next.59",
116
- "@elliemae/ds-global-header": "3.60.0-next.59",
117
- "@elliemae/ds-grid": "3.60.0-next.59",
118
- "@elliemae/ds-hooks-focus-stack": "3.60.0-next.59",
119
- "@elliemae/ds-hooks-focus-trap": "3.60.0-next.59",
120
- "@elliemae/ds-hooks-fontsize-detector": "3.60.0-next.59",
121
- "@elliemae/ds-hooks-headless-tooltip": "3.60.0-next.59",
122
- "@elliemae/ds-hooks-fontsize-media": "3.60.0-next.59",
123
- "@elliemae/ds-hooks-is-mobile": "3.60.0-next.59",
124
- "@elliemae/ds-hooks-is-showing-ellipsis": "3.60.0-next.59",
125
- "@elliemae/ds-hooks-keyboard-navigation": "3.60.0-next.59",
126
- "@elliemae/ds-hooks-on-blur-out": "3.60.0-next.59",
127
- "@elliemae/ds-hooks-on-first-focus-in": "3.60.0-next.59",
128
- "@elliemae/ds-icon": "3.60.0-next.59",
129
- "@elliemae/ds-image": "3.60.0-next.59",
130
- "@elliemae/ds-imagelibrarymodal": "3.60.0-next.59",
131
- "@elliemae/ds-icons": "3.60.0-next.59",
132
- "@elliemae/ds-indeterminate-progress-indicator": "3.60.0-next.59",
133
- "@elliemae/ds-layout-provider": "3.60.0-next.59",
134
- "@elliemae/ds-left-navigation": "3.60.0-next.59",
135
- "@elliemae/ds-loading-indicator": "3.60.0-next.59",
136
- "@elliemae/ds-menu-button": "3.60.0-next.59",
137
- "@elliemae/ds-menu-items-action": "3.60.0-next.59",
138
- "@elliemae/ds-menu-items": "3.60.0-next.59",
139
- "@elliemae/ds-menu-items-commons": "3.60.0-next.59",
140
- "@elliemae/ds-menu-items-multi": "3.60.0-next.59",
141
- "@elliemae/ds-menu-items-section": "3.60.0-next.59",
142
- "@elliemae/ds-menu-items-separator": "3.60.0-next.59",
143
- "@elliemae/ds-menu-items-single": "3.60.0-next.59",
144
- "@elliemae/ds-menu-items-single-with-submenu": "3.60.0-next.59",
145
- "@elliemae/ds-menu-items-skeleton": "3.60.0-next.59",
146
- "@elliemae/ds-menu-items-submenu": "3.60.0-next.59",
147
- "@elliemae/ds-menu-tree-item": "3.60.0-next.59",
148
- "@elliemae/ds-mobile": "3.60.0-next.59",
149
- "@elliemae/ds-modal-slide": "3.60.0-next.59",
150
- "@elliemae/ds-notification-badge": "3.60.0-next.59",
151
- "@elliemae/ds-overlay": "3.60.0-next.59",
152
- "@elliemae/ds-page-header": "3.60.0-next.59",
153
- "@elliemae/ds-page-header-v1": "3.60.0-next.59",
154
- "@elliemae/ds-page-header-v2": "3.60.0-next.59",
155
- "@elliemae/ds-page-layout": "3.60.0-next.59",
156
- "@elliemae/ds-pagination": "3.60.0-next.59",
157
- "@elliemae/ds-pills-v2": "3.60.0-next.59",
158
- "@elliemae/ds-popperjs": "3.60.0-next.59",
159
- "@elliemae/ds-portal": "3.60.0-next.59",
160
- "@elliemae/ds-progress-indicator": "3.60.0-next.59",
161
- "@elliemae/ds-props-helpers": "3.60.0-next.59",
162
- "@elliemae/ds-read-more": "3.60.0-next.59",
163
- "@elliemae/ds-query-builder": "3.60.0-next.59",
164
- "@elliemae/ds-resizeable-container": "3.60.0-next.59",
165
- "@elliemae/ds-ribbon": "3.60.0-next.59",
166
- "@elliemae/ds-separator": "3.60.0-next.59",
167
- "@elliemae/ds-scrollable-container": "3.60.0-next.59",
168
- "@elliemae/ds-shuttle-v2": "3.60.0-next.59",
169
- "@elliemae/ds-shared": "3.60.0-next.59",
170
- "@elliemae/ds-side-panel": "3.60.0-next.59",
171
- "@elliemae/ds-side-panel-header": "3.60.0-next.59",
172
- "@elliemae/ds-skeleton": "3.60.0-next.59",
173
- "@elliemae/ds-slider-v2": "3.60.0-next.59",
174
- "@elliemae/ds-square-indicator": "3.60.0-next.59",
175
- "@elliemae/ds-stepper": "3.60.0-next.59",
176
- "@elliemae/ds-svg": "3.60.0-next.59",
177
- "@elliemae/ds-system": "3.60.0-next.59",
178
- "@elliemae/ds-tabs": "3.60.0-next.59",
179
- "@elliemae/ds-toast": "3.60.0-next.59",
180
- "@elliemae/ds-test-utils": "3.60.0-next.59",
181
- "@elliemae/ds-toolbar-v1": "3.60.0-next.59",
182
- "@elliemae/ds-toolbar-v2": "3.60.0-next.59",
183
- "@elliemae/ds-tooltip-v3": "3.60.0-next.59",
184
- "@elliemae/ds-transition": "3.60.0-next.59",
185
- "@elliemae/ds-tree-model": "3.60.0-next.59",
186
- "@elliemae/ds-treeview": "3.60.0-next.59",
187
- "@elliemae/ds-truncated-expandable-text": "3.60.0-next.59",
188
- "@elliemae/ds-truncated-tooltip-text": "3.60.0-next.59",
189
- "@elliemae/ds-typescript-helpers": "3.60.0-next.59",
190
- "@elliemae/ds-typography": "3.60.0-next.59",
191
- "@elliemae/ds-virtual-list": "3.60.0-next.59",
192
- "@elliemae/ds-zustand-helpers": "3.60.0-next.59",
193
- "@elliemae/ds-wizard": "3.60.0-next.59"
44
+ "@elliemae/ds-accessibility": "3.60.0-next.60",
45
+ "@elliemae/ds-accordion": "3.60.0-next.60",
46
+ "@elliemae/ds-app-picker": "3.60.0-next.60",
47
+ "@elliemae/ds-backdrop": "3.60.0-next.60",
48
+ "@elliemae/ds-banner": "3.60.0-next.60",
49
+ "@elliemae/ds-breadcrumb": "3.60.0-next.60",
50
+ "@elliemae/ds-button-v2": "3.60.0-next.60",
51
+ "@elliemae/ds-basic": "3.60.0-next.60",
52
+ "@elliemae/ds-card": "3.60.0-next.60",
53
+ "@elliemae/ds-card-navigation": "3.60.0-next.60",
54
+ "@elliemae/ds-card-v1": "3.60.0-next.60",
55
+ "@elliemae/ds-card-v1-detail": "3.60.0-next.60",
56
+ "@elliemae/ds-card-v2": "3.60.0-next.60",
57
+ "@elliemae/ds-card-v2-action-addon": "3.60.0-next.60",
58
+ "@elliemae/ds-card-v3": "3.60.0-next.60",
59
+ "@elliemae/ds-card-v3-poc": "3.60.0-next.60",
60
+ "@elliemae/ds-card-v2-group": "3.60.0-next.60",
61
+ "@elliemae/ds-chat-card": "3.60.0-next.60",
62
+ "@elliemae/ds-chat": "3.60.0-next.60",
63
+ "@elliemae/ds-chat-container": "3.60.0-next.60",
64
+ "@elliemae/ds-chat-empty-state": "3.60.0-next.60",
65
+ "@elliemae/ds-chat-bubble": "3.60.0-next.60",
66
+ "@elliemae/ds-chat-container-header": "3.60.0-next.60",
67
+ "@elliemae/ds-chat-floating-button": "3.60.0-next.60",
68
+ "@elliemae/ds-chat-message-delimeter": "3.60.0-next.60",
69
+ "@elliemae/ds-chat-sidebar": "3.60.0-next.60",
70
+ "@elliemae/ds-chat-tile": "3.60.0-next.60",
71
+ "@elliemae/ds-chat-system-message": "3.60.0-next.60",
72
+ "@elliemae/ds-circular-progress-indicator": "3.60.0-next.60",
73
+ "@elliemae/ds-chip": "3.60.0-next.60",
74
+ "@elliemae/ds-classnames": "3.60.0-next.60",
75
+ "@elliemae/ds-comments": "3.60.0-next.60",
76
+ "@elliemae/ds-codeeditor": "3.60.0-next.60",
77
+ "@elliemae/ds-controlled-form": "3.60.0-next.60",
78
+ "@elliemae/ds-csv-converter": "3.60.0-next.60",
79
+ "@elliemae/ds-data-table-cell-header": "3.60.0-next.60",
80
+ "@elliemae/ds-data-table-cell": "3.60.0-next.60",
81
+ "@elliemae/ds-data-table-drag-and-drop-cell": "3.60.0-next.60",
82
+ "@elliemae/ds-data-table-action-cell": "3.60.0-next.60",
83
+ "@elliemae/ds-data-table": "3.60.0-next.60",
84
+ "@elliemae/ds-data-table-expand-cell": "3.60.0-next.60",
85
+ "@elliemae/ds-data-table-filters": "3.60.0-next.60",
86
+ "@elliemae/ds-data-table-multi-select-cell": "3.60.0-next.60",
87
+ "@elliemae/ds-data-table-single-select-cell": "3.60.0-next.60",
88
+ "@elliemae/ds-dataviz": "3.60.0-next.60",
89
+ "@elliemae/ds-dataviz-pie": "3.60.0-next.60",
90
+ "@elliemae/ds-date-time-picker": "3.60.0-next.60",
91
+ "@elliemae/ds-decision-graph": "3.60.0-next.60",
92
+ "@elliemae/ds-dialog": "3.60.0-next.60",
93
+ "@elliemae/ds-dropdownmenu-v2": "3.60.0-next.60",
94
+ "@elliemae/ds-dropzone": "3.60.0-next.60",
95
+ "@elliemae/ds-drag-and-drop": "3.60.0-next.60",
96
+ "@elliemae/ds-fast-list": "3.60.0-next.60",
97
+ "@elliemae/ds-filter-bar": "3.60.0-next.60",
98
+ "@elliemae/ds-form-checkbox": "3.60.0-next.60",
99
+ "@elliemae/ds-floating-context": "3.60.0-next.60",
100
+ "@elliemae/ds-form-combobox": "3.60.0-next.60",
101
+ "@elliemae/ds-form-date-time-picker": "3.60.0-next.60",
102
+ "@elliemae/ds-form-helpers-mask-hooks": "3.60.0-next.60",
103
+ "@elliemae/ds-form-input-text": "3.60.0-next.60",
104
+ "@elliemae/ds-form-input-textarea": "3.60.0-next.60",
105
+ "@elliemae/ds-form-date-range-picker": "3.60.0-next.60",
106
+ "@elliemae/ds-form-layout-blocks": "3.60.0-next.60",
107
+ "@elliemae/ds-form-layout-input-group": "3.60.0-next.60",
108
+ "@elliemae/ds-form-layout-label": "3.60.0-next.60",
109
+ "@elliemae/ds-form-multi-combobox": "3.60.0-next.60",
110
+ "@elliemae/ds-form-layout-autocomplete": "3.60.0-next.60",
111
+ "@elliemae/ds-form-native-select": "3.60.0-next.60",
112
+ "@elliemae/ds-form-radio": "3.60.0-next.60",
113
+ "@elliemae/ds-form-select": "3.60.0-next.60",
114
+ "@elliemae/ds-form-toggle": "3.60.0-next.60",
115
+ "@elliemae/ds-form-single-combobox": "3.60.0-next.60",
116
+ "@elliemae/ds-global-header": "3.60.0-next.60",
117
+ "@elliemae/ds-hooks-focus-stack": "3.60.0-next.60",
118
+ "@elliemae/ds-grid": "3.60.0-next.60",
119
+ "@elliemae/ds-hooks-fontsize-media": "3.60.0-next.60",
120
+ "@elliemae/ds-hooks-fontsize-detector": "3.60.0-next.60",
121
+ "@elliemae/ds-hooks-focus-trap": "3.60.0-next.60",
122
+ "@elliemae/ds-hooks-headless-tooltip": "3.60.0-next.60",
123
+ "@elliemae/ds-hooks-is-showing-ellipsis": "3.60.0-next.60",
124
+ "@elliemae/ds-hooks-is-mobile": "3.60.0-next.60",
125
+ "@elliemae/ds-hooks-keyboard-navigation": "3.60.0-next.60",
126
+ "@elliemae/ds-hooks-on-blur-out": "3.60.0-next.60",
127
+ "@elliemae/ds-hooks-on-first-focus-in": "3.60.0-next.60",
128
+ "@elliemae/ds-icon": "3.60.0-next.60",
129
+ "@elliemae/ds-image": "3.60.0-next.60",
130
+ "@elliemae/ds-icons": "3.60.0-next.60",
131
+ "@elliemae/ds-imagelibrarymodal": "3.60.0-next.60",
132
+ "@elliemae/ds-left-navigation": "3.60.0-next.60",
133
+ "@elliemae/ds-indeterminate-progress-indicator": "3.60.0-next.60",
134
+ "@elliemae/ds-layout-provider": "3.60.0-next.60",
135
+ "@elliemae/ds-loading-indicator": "3.60.0-next.60",
136
+ "@elliemae/ds-menu-button": "3.60.0-next.60",
137
+ "@elliemae/ds-menu-items": "3.60.0-next.60",
138
+ "@elliemae/ds-menu-items-action": "3.60.0-next.60",
139
+ "@elliemae/ds-menu-items-commons": "3.60.0-next.60",
140
+ "@elliemae/ds-menu-items-multi": "3.60.0-next.60",
141
+ "@elliemae/ds-menu-items-section": "3.60.0-next.60",
142
+ "@elliemae/ds-menu-items-separator": "3.60.0-next.60",
143
+ "@elliemae/ds-menu-items-single": "3.60.0-next.60",
144
+ "@elliemae/ds-menu-items-single-with-submenu": "3.60.0-next.60",
145
+ "@elliemae/ds-menu-items-skeleton": "3.60.0-next.60",
146
+ "@elliemae/ds-menu-items-submenu": "3.60.0-next.60",
147
+ "@elliemae/ds-menu-tree-item": "3.60.0-next.60",
148
+ "@elliemae/ds-mobile": "3.60.0-next.60",
149
+ "@elliemae/ds-modal-slide": "3.60.0-next.60",
150
+ "@elliemae/ds-notification-badge": "3.60.0-next.60",
151
+ "@elliemae/ds-overlay": "3.60.0-next.60",
152
+ "@elliemae/ds-page-header": "3.60.0-next.60",
153
+ "@elliemae/ds-page-header-v1": "3.60.0-next.60",
154
+ "@elliemae/ds-page-header-v2": "3.60.0-next.60",
155
+ "@elliemae/ds-page-layout": "3.60.0-next.60",
156
+ "@elliemae/ds-pills-v2": "3.60.0-next.60",
157
+ "@elliemae/ds-pagination": "3.60.0-next.60",
158
+ "@elliemae/ds-popperjs": "3.60.0-next.60",
159
+ "@elliemae/ds-portal": "3.60.0-next.60",
160
+ "@elliemae/ds-progress-indicator": "3.60.0-next.60",
161
+ "@elliemae/ds-query-builder": "3.60.0-next.60",
162
+ "@elliemae/ds-props-helpers": "3.60.0-next.60",
163
+ "@elliemae/ds-read-more": "3.60.0-next.60",
164
+ "@elliemae/ds-resizeable-container": "3.60.0-next.60",
165
+ "@elliemae/ds-ribbon": "3.60.0-next.60",
166
+ "@elliemae/ds-scrollable-container": "3.60.0-next.60",
167
+ "@elliemae/ds-separator": "3.60.0-next.60",
168
+ "@elliemae/ds-shared": "3.60.0-next.60",
169
+ "@elliemae/ds-shuttle-v2": "3.60.0-next.60",
170
+ "@elliemae/ds-side-panel": "3.60.0-next.60",
171
+ "@elliemae/ds-side-panel-header": "3.60.0-next.60",
172
+ "@elliemae/ds-skeleton": "3.60.0-next.60",
173
+ "@elliemae/ds-slider-v2": "3.60.0-next.60",
174
+ "@elliemae/ds-square-indicator": "3.60.0-next.60",
175
+ "@elliemae/ds-stepper": "3.60.0-next.60",
176
+ "@elliemae/ds-svg": "3.60.0-next.60",
177
+ "@elliemae/ds-system": "3.60.0-next.60",
178
+ "@elliemae/ds-test-utils": "3.60.0-next.60",
179
+ "@elliemae/ds-tabs": "3.60.0-next.60",
180
+ "@elliemae/ds-toast": "3.60.0-next.60",
181
+ "@elliemae/ds-toolbar-v1": "3.60.0-next.60",
182
+ "@elliemae/ds-toolbar-v2": "3.60.0-next.60",
183
+ "@elliemae/ds-tooltip-v3": "3.60.0-next.60",
184
+ "@elliemae/ds-transition": "3.60.0-next.60",
185
+ "@elliemae/ds-tree-model": "3.60.0-next.60",
186
+ "@elliemae/ds-treeview": "3.60.0-next.60",
187
+ "@elliemae/ds-truncated-expandable-text": "3.60.0-next.60",
188
+ "@elliemae/ds-truncated-tooltip-text": "3.60.0-next.60",
189
+ "@elliemae/ds-typescript-helpers": "3.60.0-next.60",
190
+ "@elliemae/ds-typography": "3.60.0-next.60",
191
+ "@elliemae/ds-virtual-list": "3.60.0-next.60",
192
+ "@elliemae/ds-wizard": "3.60.0-next.60",
193
+ "@elliemae/ds-zustand-helpers": "3.60.0-next.60"
194
194
  },
195
195
  "publishConfig": {
196
196
  "access": "public"