dimsum-e2e-tests 3.70.0-next.36 → 3.70.0-next.38

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.70.0-next.38 (2026-06-24)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ds-shuttle-v2:: re-point skipped axe-core gate comments to [PUI-18632](https://jira.elliemae.io/browse/PUI-18632) ([#8126](https://git.elliemae.io/platform-ui/dimsum/issues/8126)) ([bec49f6](https://git.elliemae.io/platform-ui/dimsum/commit/bec49f6365074807eebbfe4492d4127fb09e3874))
11
+
12
+ ## 3.70.0-next.37 (2026-06-22)
13
+
14
+ ### Features
15
+
16
+ - ds-icons:: new audio fill play/pause [PUI-18631](https://jira.elliemae.io/browse/PUI-18631) ([#8125](https://git.elliemae.io/platform-ui/dimsum/issues/8125)) ([218062c](https://git.elliemae.io/platform-ui/dimsum/commit/218062c219405e757f9cdac622ce2398a519535d))
17
+
6
18
  ## 3.70.0-next.36 (2026-06-22)
7
19
 
8
20
  **Note:** Version bump only for package dimsum-e2e-tests
@@ -7,7 +7,7 @@ if (
7
7
  browser.capabilities.browserName === 'Chrome') ||
8
8
  browser.capabilities.browserName === 'chrome'
9
9
  ) {
10
- // to be unskiped after PUI-10785 is fixed
10
+ // to be unskiped after PUI-18632 is fixed
11
11
  describe.skip('PUI-10774 - Shuttle V2, Load More -AxeCore.', () => {
12
12
  before(async () => {
13
13
  const errorOnGo = await DSShuttleV2CO.loadMoreURL.go();
@@ -7,7 +7,7 @@ if (
7
7
  browser.capabilities.browserName === 'Chrome') ||
8
8
  browser.capabilities.browserName === 'chrome'
9
9
  ) {
10
- // to be unskiped after PUI-11211 is fixed
10
+ // to be unskiped after PUI-18632 is fixed
11
11
  describe.skip('PUI-10775 - Shuttle V2, Filter axe-core -Func.', () => {
12
12
  before(async () => {
13
13
  const errorOnGo = await DSShuttleV2CO.filterURL.go();
@@ -7,7 +7,7 @@ if (
7
7
  browser.capabilities.browserName === 'Chrome') ||
8
8
  browser.capabilities.browserName === 'chrome'
9
9
  ) {
10
- // to be unskiped after PUI-10785 is fixed
10
+ // to be unskiped after PUI-18632 is fixed
11
11
  describe.skip('PUI-10776 - Shuttle V2, Select/deselect with disabled items -AxeCore.', () => {
12
12
  before(async () => {
13
13
  const errorOnGo = await DSShuttleV2CO.disabledItemsURL.go();
@@ -7,7 +7,7 @@ if (
7
7
  browser.capabilities.browserName === 'Chrome') ||
8
8
  browser.capabilities.browserName === 'chrome'
9
9
  ) {
10
- // to be unskiped after PUI-10785 is fixed
10
+ // to be unskiped after PUI-18632 is fixed
11
11
  describe.skip('PUI-10777 - Shuttle V2, Soft delete -AxeCore.', () => {
12
12
  before(async () => {
13
13
  const errorOnGo = await DSShuttleV2CO.softDeleteURL.go();
@@ -28,7 +28,7 @@ if (
28
28
  expect(result.length).toBe(0);
29
29
  });
30
30
  });
31
- // to be unskiped after PUI-10785 is fixed
31
+ // to be unskiped after PUI-18632 is fixed
32
32
  describe.skip('PUI-10778 - Shuttle V2, Subtitle -AxeCore.', () => {
33
33
  before(async () => {
34
34
  const errorOnGo = await DSShuttleV2CO.subtitleURL.go();
@@ -46,7 +46,7 @@ if (
46
46
  expect(result.length).toBe(0);
47
47
  });
48
48
  });
49
- // to be unskiped after PUI-10785 is fixed
49
+ // to be unskiped after PUI-18632 is fixed
50
50
  describe.skip('PUI-10779 - Shuttle V2, Max selected items -AxeCore.', () => {
51
51
  before(async () => {
52
52
  const errorOnGo = await DSShuttleV2CO.maxSelectedURL.go();
@@ -1,6 +1,6 @@
1
1
  /* eslint-disable max-statements */
2
2
  /* eslint-disable max-lines */
3
- // to be unskiped after PUI-11211 is fixed
3
+ // to be unskiped after PUI-18632 is fixed
4
4
  describe.skip('PUI-10768 - Shuttle V2, Basic -AxeCore.', () => {
5
5
  before(async () => {
6
6
  const errorOnGo = await DSShuttleV2CO.basicURL.go();
@@ -25,7 +25,7 @@ describe.skip('PUI-10768 - Shuttle V2, Basic -AxeCore.', () => {
25
25
  });
26
26
  });
27
27
 
28
- // to be unskiped after PUI-10785 is fixed
28
+ // to be unskiped after PUI-18632 is fixed
29
29
  describe.skip('PUI-10770 - Shuttle V2, Tooltip with keyboard -AxeCore.', () => {
30
30
  before(async () => {
31
31
  const errorOnGo = await DSShuttleV2CO.customRendererURL.go();
@@ -46,7 +46,7 @@ describe.skip('PUI-10770 - Shuttle V2, Tooltip with keyboard -AxeCore.', () =>
46
46
 
47
47
  // From drilldown
48
48
 
49
- // to be unskiped after PUI-11211 is fixed
49
+ // to be unskiped after PUI-18632 is fixed
50
50
  describe.skip('PUI-10771 - Shuttle V2, Drill Down and NOT Keep parent -AxeCore.', () => {
51
51
  before(async () => {
52
52
  const errorOnGo = await DSShuttleV2CO.basicURL.go();
@@ -72,7 +72,7 @@ describe.skip('PUI-10771 - Shuttle V2, Drill Down and NOT Keep parent -AxeCore.'
72
72
  expect(result.length).toBe(0);
73
73
  });
74
74
  });
75
- // to be unskiped after PUI-11211 is fixed
75
+ // to be unskiped after PUI-18632 is fixed
76
76
  describe.skip('PUI-10772 - Shuttle V2, Drill down and keep parent -AxeCore.', () => {
77
77
  before(async () => {
78
78
  const errorOnGo = await DSShuttleV2CO.basicKeepParentURL.go();
@@ -92,7 +92,7 @@ describe.skip('PUI-10772 - Shuttle V2, Drill down and keep parent -AxeCore.', (
92
92
 
93
93
  // From drilldown KB
94
94
 
95
- // To be unskipped and steps to be added after 11211 is fixed
95
+ // To be unskipped and steps to be added after PUI-18632 is fixed
96
96
  describe.skip('PUI-10109 - Shuttle V2, Drill down and keep parent, KB -Func.', () => {
97
97
  before(async () => {
98
98
  const errorOnGo = await DSShuttleV2CO.basicKeepParentURL.go();
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.36",
4
+ "version": "3.70.0-next.38",
5
5
  "description": "End-to-end tests for dimsum library",
6
6
  "dependencies": {
7
7
  "@elliemae/ds-legacy-button": "1.0.16",
@@ -39,155 +39,155 @@
39
39
  "@elliemae/ds-legacy-wysiwygeditor": "1.0.16",
40
40
  "@elliemae/ds-legacy-zipcode-search": "1.0.16",
41
41
  "@elliemae/ds-legacy-zoom": "1.0.16",
42
- "@elliemae/ds-accessibility": "3.70.0-next.36",
43
- "@elliemae/ds-accordion": "3.70.0-next.36",
44
- "@elliemae/ds-app-picker": "3.70.0-next.36",
45
- "@elliemae/ds-accordion-native": "3.70.0-next.36",
46
- "@elliemae/ds-banner": "3.70.0-next.36",
47
- "@elliemae/ds-backdrop": "3.70.0-next.36",
48
- "@elliemae/ds-basic": "3.70.0-next.36",
49
- "@elliemae/ds-breadcrumb": "3.70.0-next.36",
50
- "@elliemae/ds-button-v2": "3.70.0-next.36",
51
- "@elliemae/ds-card": "3.70.0-next.36",
52
- "@elliemae/ds-card-navigation": "3.70.0-next.36",
53
- "@elliemae/ds-card-v1-detail": "3.70.0-next.36",
54
- "@elliemae/ds-card-v1": "3.70.0-next.36",
55
- "@elliemae/ds-card-v2": "3.70.0-next.36",
56
- "@elliemae/ds-card-v2-action-addon": "3.70.0-next.36",
57
- "@elliemae/ds-card-v2-group": "3.70.0-next.36",
58
- "@elliemae/ds-card-v3": "3.70.0-next.36",
59
- "@elliemae/ds-card-v3-poc": "3.70.0-next.36",
60
- "@elliemae/ds-chat": "3.70.0-next.36",
61
- "@elliemae/ds-chat-bubble": "3.70.0-next.36",
62
- "@elliemae/ds-chat-card": "3.70.0-next.36",
63
- "@elliemae/ds-chat-container": "3.70.0-next.36",
64
- "@elliemae/ds-chat-container-header": "3.70.0-next.36",
65
- "@elliemae/ds-chat-empty-state": "3.70.0-next.36",
66
- "@elliemae/ds-chat-floating-button": "3.70.0-next.36",
67
- "@elliemae/ds-chat-message-delimeter": "3.70.0-next.36",
68
- "@elliemae/ds-chat-sidebar": "3.70.0-next.36",
69
- "@elliemae/ds-chat-system-message": "3.70.0-next.36",
70
- "@elliemae/ds-chat-tile": "3.70.0-next.36",
71
- "@elliemae/ds-chip": "3.70.0-next.36",
72
- "@elliemae/ds-circular-progress-indicator": "3.70.0-next.36",
73
- "@elliemae/ds-classnames": "3.70.0-next.36",
74
- "@elliemae/ds-codeeditor": "3.70.0-next.36",
75
- "@elliemae/ds-comments": "3.70.0-next.36",
76
- "@elliemae/ds-controlled-form": "3.70.0-next.36",
77
- "@elliemae/ds-csv-converter": "3.70.0-next.36",
78
- "@elliemae/ds-data-table": "3.70.0-next.36",
79
- "@elliemae/ds-data-table-action-cell": "3.70.0-next.36",
80
- "@elliemae/ds-data-table-cell": "3.70.0-next.36",
81
- "@elliemae/ds-data-table-cell-header": "3.70.0-next.36",
82
- "@elliemae/ds-data-table-drag-and-drop-cell": "3.70.0-next.36",
83
- "@elliemae/ds-data-table-expand-cell": "3.70.0-next.36",
84
- "@elliemae/ds-data-table-filters": "3.70.0-next.36",
85
- "@elliemae/ds-data-table-multi-select-cell": "3.70.0-next.36",
86
- "@elliemae/ds-data-table-single-select-cell": "3.70.0-next.36",
87
- "@elliemae/ds-dataviz": "3.70.0-next.36",
88
- "@elliemae/ds-date-time-picker": "3.70.0-next.36",
89
- "@elliemae/ds-dataviz-pie": "3.70.0-next.36",
90
- "@elliemae/ds-decision-graph": "3.70.0-next.36",
91
- "@elliemae/ds-drag-and-drop": "3.70.0-next.36",
92
- "@elliemae/ds-dialog": "3.70.0-next.36",
93
- "@elliemae/ds-dropdownmenu-v2": "3.70.0-next.36",
94
- "@elliemae/ds-dropzone": "3.70.0-next.36",
95
- "@elliemae/ds-fast-list": "3.70.0-next.36",
96
- "@elliemae/ds-floating-context": "3.70.0-next.36",
97
- "@elliemae/ds-filter-bar": "3.70.0-next.36",
98
- "@elliemae/ds-form-combobox": "3.70.0-next.36",
99
- "@elliemae/ds-form-checkbox": "3.70.0-next.36",
100
- "@elliemae/ds-form-date-range-picker": "3.70.0-next.36",
101
- "@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.36",
102
- "@elliemae/ds-form-input-text": "3.70.0-next.36",
103
- "@elliemae/ds-form-date-time-picker": "3.70.0-next.36",
104
- "@elliemae/ds-form-input-textarea": "3.70.0-next.36",
105
- "@elliemae/ds-form-layout-blocks": "3.70.0-next.36",
106
- "@elliemae/ds-form-layout-autocomplete": "3.70.0-next.36",
107
- "@elliemae/ds-form-layout-label": "3.70.0-next.36",
108
- "@elliemae/ds-form-layout-input-group": "3.70.0-next.36",
109
- "@elliemae/ds-form-multi-combobox": "3.70.0-next.36",
110
- "@elliemae/ds-form-radio": "3.70.0-next.36",
111
- "@elliemae/ds-form-native-select": "3.70.0-next.36",
112
- "@elliemae/ds-form-select": "3.70.0-next.36",
113
- "@elliemae/ds-form-toggle": "3.70.0-next.36",
114
- "@elliemae/ds-form-single-combobox": "3.70.0-next.36",
115
- "@elliemae/ds-global-header": "3.70.0-next.36",
116
- "@elliemae/ds-grid": "3.70.0-next.36",
117
- "@elliemae/ds-hooks-focus-trap": "3.70.0-next.36",
118
- "@elliemae/ds-hooks-focus-stack": "3.70.0-next.36",
119
- "@elliemae/ds-hooks-fontsize-detector": "3.70.0-next.36",
120
- "@elliemae/ds-hooks-fontsize-media": "3.70.0-next.36",
121
- "@elliemae/ds-hooks-headless-tooltip": "3.70.0-next.36",
122
- "@elliemae/ds-hooks-is-mobile": "3.70.0-next.36",
123
- "@elliemae/ds-hooks-is-showing-ellipsis": "3.70.0-next.36",
124
- "@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.36",
125
- "@elliemae/ds-hooks-on-blur-out": "3.70.0-next.36",
126
- "@elliemae/ds-hooks-on-first-focus-in": "3.70.0-next.36",
127
- "@elliemae/ds-icon": "3.70.0-next.36",
128
- "@elliemae/ds-image": "3.70.0-next.36",
129
- "@elliemae/ds-icons": "3.70.0-next.36",
130
- "@elliemae/ds-imagelibrarymodal": "3.70.0-next.36",
131
- "@elliemae/ds-indeterminate-progress-indicator": "3.70.0-next.36",
132
- "@elliemae/ds-layout-provider": "3.70.0-next.36",
133
- "@elliemae/ds-left-navigation": "3.70.0-next.36",
134
- "@elliemae/ds-loading-indicator": "3.70.0-next.36",
135
- "@elliemae/ds-menu-button": "3.70.0-next.36",
136
- "@elliemae/ds-menu-items": "3.70.0-next.36",
137
- "@elliemae/ds-menu-items-action": "3.70.0-next.36",
138
- "@elliemae/ds-menu-items-commons": "3.70.0-next.36",
139
- "@elliemae/ds-menu-items-multi": "3.70.0-next.36",
140
- "@elliemae/ds-menu-items-separator": "3.70.0-next.36",
141
- "@elliemae/ds-menu-items-single": "3.70.0-next.36",
142
- "@elliemae/ds-menu-items-single-with-submenu": "3.70.0-next.36",
143
- "@elliemae/ds-menu-items-section": "3.70.0-next.36",
144
- "@elliemae/ds-menu-items-skeleton": "3.70.0-next.36",
145
- "@elliemae/ds-menu-items-submenu": "3.70.0-next.36",
146
- "@elliemae/ds-menu-tree-item": "3.70.0-next.36",
147
- "@elliemae/ds-mobile": "3.70.0-next.36",
148
- "@elliemae/ds-modal-slide": "3.70.0-next.36",
149
- "@elliemae/ds-notification-badge": "3.70.0-next.36",
150
- "@elliemae/ds-overlay": "3.70.0-next.36",
151
- "@elliemae/ds-page-header": "3.70.0-next.36",
152
- "@elliemae/ds-page-header-v1": "3.70.0-next.36",
153
- "@elliemae/ds-page-header-v2": "3.70.0-next.36",
154
- "@elliemae/ds-page-layout": "3.70.0-next.36",
155
- "@elliemae/ds-pagination": "3.70.0-next.36",
156
- "@elliemae/ds-pills-v2": "3.70.0-next.36",
157
- "@elliemae/ds-portal": "3.70.0-next.36",
158
- "@elliemae/ds-progress-indicator": "3.70.0-next.36",
159
- "@elliemae/ds-props-helpers": "3.70.0-next.36",
160
- "@elliemae/ds-query-builder": "3.70.0-next.36",
161
- "@elliemae/ds-read-more": "3.70.0-next.36",
162
- "@elliemae/ds-resizeable-container": "3.70.0-next.36",
163
- "@elliemae/ds-scrollable-container": "3.70.0-next.36",
164
- "@elliemae/ds-ribbon": "3.70.0-next.36",
165
- "@elliemae/ds-shared": "3.70.0-next.36",
166
- "@elliemae/ds-side-panel": "3.70.0-next.36",
167
- "@elliemae/ds-separator": "3.70.0-next.36",
168
- "@elliemae/ds-side-panel-header": "3.70.0-next.36",
169
- "@elliemae/ds-shuttle-v2": "3.70.0-next.36",
170
- "@elliemae/ds-skeleton": "3.70.0-next.36",
171
- "@elliemae/ds-slider-v2": "3.70.0-next.36",
172
- "@elliemae/ds-stepper": "3.70.0-next.36",
173
- "@elliemae/ds-square-indicator": "3.70.0-next.36",
174
- "@elliemae/ds-svg": "3.70.0-next.36",
175
- "@elliemae/ds-system": "3.70.0-next.36",
176
- "@elliemae/ds-tabs": "3.70.0-next.36",
177
- "@elliemae/ds-test-utils": "3.70.0-next.36",
178
- "@elliemae/ds-toast": "3.70.0-next.36",
179
- "@elliemae/ds-toolbar-v1": "3.70.0-next.36",
180
- "@elliemae/ds-toolbar-v2": "3.70.0-next.36",
181
- "@elliemae/ds-tooltip-v3": "3.70.0-next.36",
182
- "@elliemae/ds-transition": "3.70.0-next.36",
183
- "@elliemae/ds-treeview": "3.70.0-next.36",
184
- "@elliemae/ds-tree-model": "3.70.0-next.36",
185
- "@elliemae/ds-truncated-expandable-text": "3.70.0-next.36",
186
- "@elliemae/ds-typescript-helpers": "3.70.0-next.36",
187
- "@elliemae/ds-typography": "3.70.0-next.36",
188
- "@elliemae/ds-virtual-list": "3.70.0-next.36",
189
- "@elliemae/ds-wizard": "3.70.0-next.36",
190
- "@elliemae/ds-zustand-helpers": "3.70.0-next.36"
42
+ "@elliemae/ds-accessibility": "3.70.0-next.38",
43
+ "@elliemae/ds-accordion-native": "3.70.0-next.38",
44
+ "@elliemae/ds-backdrop": "3.70.0-next.38",
45
+ "@elliemae/ds-basic": "3.70.0-next.38",
46
+ "@elliemae/ds-banner": "3.70.0-next.38",
47
+ "@elliemae/ds-app-picker": "3.70.0-next.38",
48
+ "@elliemae/ds-button-v2": "3.70.0-next.38",
49
+ "@elliemae/ds-accordion": "3.70.0-next.38",
50
+ "@elliemae/ds-card": "3.70.0-next.38",
51
+ "@elliemae/ds-card-navigation": "3.70.0-next.38",
52
+ "@elliemae/ds-card-v1": "3.70.0-next.38",
53
+ "@elliemae/ds-card-v2": "3.70.0-next.38",
54
+ "@elliemae/ds-breadcrumb": "3.70.0-next.38",
55
+ "@elliemae/ds-card-v2-action-addon": "3.70.0-next.38",
56
+ "@elliemae/ds-card-v1-detail": "3.70.0-next.38",
57
+ "@elliemae/ds-card-v2-group": "3.70.0-next.38",
58
+ "@elliemae/ds-card-v3": "3.70.0-next.38",
59
+ "@elliemae/ds-chat": "3.70.0-next.38",
60
+ "@elliemae/ds-card-v3-poc": "3.70.0-next.38",
61
+ "@elliemae/ds-chat-bubble": "3.70.0-next.38",
62
+ "@elliemae/ds-chat-card": "3.70.0-next.38",
63
+ "@elliemae/ds-chat-container-header": "3.70.0-next.38",
64
+ "@elliemae/ds-chat-empty-state": "3.70.0-next.38",
65
+ "@elliemae/ds-chat-container": "3.70.0-next.38",
66
+ "@elliemae/ds-chat-message-delimeter": "3.70.0-next.38",
67
+ "@elliemae/ds-chat-sidebar": "3.70.0-next.38",
68
+ "@elliemae/ds-classnames": "3.70.0-next.38",
69
+ "@elliemae/ds-chat-floating-button": "3.70.0-next.38",
70
+ "@elliemae/ds-chat-tile": "3.70.0-next.38",
71
+ "@elliemae/ds-circular-progress-indicator": "3.70.0-next.38",
72
+ "@elliemae/ds-chat-system-message": "3.70.0-next.38",
73
+ "@elliemae/ds-chip": "3.70.0-next.38",
74
+ "@elliemae/ds-codeeditor": "3.70.0-next.38",
75
+ "@elliemae/ds-comments": "3.70.0-next.38",
76
+ "@elliemae/ds-csv-converter": "3.70.0-next.38",
77
+ "@elliemae/ds-controlled-form": "3.70.0-next.38",
78
+ "@elliemae/ds-data-table-action-cell": "3.70.0-next.38",
79
+ "@elliemae/ds-data-table-cell": "3.70.0-next.38",
80
+ "@elliemae/ds-data-table-drag-and-drop-cell": "3.70.0-next.38",
81
+ "@elliemae/ds-data-table": "3.70.0-next.38",
82
+ "@elliemae/ds-data-table-expand-cell": "3.70.0-next.38",
83
+ "@elliemae/ds-data-table-filters": "3.70.0-next.38",
84
+ "@elliemae/ds-data-table-multi-select-cell": "3.70.0-next.38",
85
+ "@elliemae/ds-data-table-single-select-cell": "3.70.0-next.38",
86
+ "@elliemae/ds-dataviz": "3.70.0-next.38",
87
+ "@elliemae/ds-data-table-cell-header": "3.70.0-next.38",
88
+ "@elliemae/ds-dataviz-pie": "3.70.0-next.38",
89
+ "@elliemae/ds-date-time-picker": "3.70.0-next.38",
90
+ "@elliemae/ds-dropdownmenu-v2": "3.70.0-next.38",
91
+ "@elliemae/ds-drag-and-drop": "3.70.0-next.38",
92
+ "@elliemae/ds-decision-graph": "3.70.0-next.38",
93
+ "@elliemae/ds-dropzone": "3.70.0-next.38",
94
+ "@elliemae/ds-filter-bar": "3.70.0-next.38",
95
+ "@elliemae/ds-floating-context": "3.70.0-next.38",
96
+ "@elliemae/ds-fast-list": "3.70.0-next.38",
97
+ "@elliemae/ds-form-checkbox": "3.70.0-next.38",
98
+ "@elliemae/ds-dialog": "3.70.0-next.38",
99
+ "@elliemae/ds-form-combobox": "3.70.0-next.38",
100
+ "@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.38",
101
+ "@elliemae/ds-form-input-text": "3.70.0-next.38",
102
+ "@elliemae/ds-form-date-range-picker": "3.70.0-next.38",
103
+ "@elliemae/ds-form-date-time-picker": "3.70.0-next.38",
104
+ "@elliemae/ds-form-input-textarea": "3.70.0-next.38",
105
+ "@elliemae/ds-form-layout-autocomplete": "3.70.0-next.38",
106
+ "@elliemae/ds-form-layout-blocks": "3.70.0-next.38",
107
+ "@elliemae/ds-form-layout-input-group": "3.70.0-next.38",
108
+ "@elliemae/ds-form-layout-label": "3.70.0-next.38",
109
+ "@elliemae/ds-form-multi-combobox": "3.70.0-next.38",
110
+ "@elliemae/ds-form-radio": "3.70.0-next.38",
111
+ "@elliemae/ds-form-native-select": "3.70.0-next.38",
112
+ "@elliemae/ds-form-select": "3.70.0-next.38",
113
+ "@elliemae/ds-form-single-combobox": "3.70.0-next.38",
114
+ "@elliemae/ds-global-header": "3.70.0-next.38",
115
+ "@elliemae/ds-grid": "3.70.0-next.38",
116
+ "@elliemae/ds-hooks-focus-trap": "3.70.0-next.38",
117
+ "@elliemae/ds-hooks-fontsize-detector": "3.70.0-next.38",
118
+ "@elliemae/ds-hooks-focus-stack": "3.70.0-next.38",
119
+ "@elliemae/ds-hooks-fontsize-media": "3.70.0-next.38",
120
+ "@elliemae/ds-form-toggle": "3.70.0-next.38",
121
+ "@elliemae/ds-hooks-headless-tooltip": "3.70.0-next.38",
122
+ "@elliemae/ds-hooks-is-mobile": "3.70.0-next.38",
123
+ "@elliemae/ds-hooks-is-showing-ellipsis": "3.70.0-next.38",
124
+ "@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.38",
125
+ "@elliemae/ds-hooks-on-first-focus-in": "3.70.0-next.38",
126
+ "@elliemae/ds-icon": "3.70.0-next.38",
127
+ "@elliemae/ds-image": "3.70.0-next.38",
128
+ "@elliemae/ds-icons": "3.70.0-next.38",
129
+ "@elliemae/ds-imagelibrarymodal": "3.70.0-next.38",
130
+ "@elliemae/ds-hooks-on-blur-out": "3.70.0-next.38",
131
+ "@elliemae/ds-layout-provider": "3.70.0-next.38",
132
+ "@elliemae/ds-left-navigation": "3.70.0-next.38",
133
+ "@elliemae/ds-loading-indicator": "3.70.0-next.38",
134
+ "@elliemae/ds-indeterminate-progress-indicator": "3.70.0-next.38",
135
+ "@elliemae/ds-menu-button": "3.70.0-next.38",
136
+ "@elliemae/ds-menu-items-action": "3.70.0-next.38",
137
+ "@elliemae/ds-menu-items": "3.70.0-next.38",
138
+ "@elliemae/ds-menu-items-commons": "3.70.0-next.38",
139
+ "@elliemae/ds-menu-items-multi": "3.70.0-next.38",
140
+ "@elliemae/ds-menu-items-separator": "3.70.0-next.38",
141
+ "@elliemae/ds-menu-items-section": "3.70.0-next.38",
142
+ "@elliemae/ds-menu-items-skeleton": "3.70.0-next.38",
143
+ "@elliemae/ds-menu-items-single": "3.70.0-next.38",
144
+ "@elliemae/ds-menu-items-submenu": "3.70.0-next.38",
145
+ "@elliemae/ds-menu-items-single-with-submenu": "3.70.0-next.38",
146
+ "@elliemae/ds-menu-tree-item": "3.70.0-next.38",
147
+ "@elliemae/ds-modal-slide": "3.70.0-next.38",
148
+ "@elliemae/ds-mobile": "3.70.0-next.38",
149
+ "@elliemae/ds-page-header": "3.70.0-next.38",
150
+ "@elliemae/ds-overlay": "3.70.0-next.38",
151
+ "@elliemae/ds-notification-badge": "3.70.0-next.38",
152
+ "@elliemae/ds-page-header-v1": "3.70.0-next.38",
153
+ "@elliemae/ds-page-header-v2": "3.70.0-next.38",
154
+ "@elliemae/ds-pagination": "3.70.0-next.38",
155
+ "@elliemae/ds-page-layout": "3.70.0-next.38",
156
+ "@elliemae/ds-pills-v2": "3.70.0-next.38",
157
+ "@elliemae/ds-portal": "3.70.0-next.38",
158
+ "@elliemae/ds-props-helpers": "3.70.0-next.38",
159
+ "@elliemae/ds-progress-indicator": "3.70.0-next.38",
160
+ "@elliemae/ds-read-more": "3.70.0-next.38",
161
+ "@elliemae/ds-resizeable-container": "3.70.0-next.38",
162
+ "@elliemae/ds-query-builder": "3.70.0-next.38",
163
+ "@elliemae/ds-ribbon": "3.70.0-next.38",
164
+ "@elliemae/ds-scrollable-container": "3.70.0-next.38",
165
+ "@elliemae/ds-shared": "3.70.0-next.38",
166
+ "@elliemae/ds-separator": "3.70.0-next.38",
167
+ "@elliemae/ds-shuttle-v2": "3.70.0-next.38",
168
+ "@elliemae/ds-side-panel-header": "3.70.0-next.38",
169
+ "@elliemae/ds-skeleton": "3.70.0-next.38",
170
+ "@elliemae/ds-side-panel": "3.70.0-next.38",
171
+ "@elliemae/ds-square-indicator": "3.70.0-next.38",
172
+ "@elliemae/ds-slider-v2": "3.70.0-next.38",
173
+ "@elliemae/ds-stepper": "3.70.0-next.38",
174
+ "@elliemae/ds-svg": "3.70.0-next.38",
175
+ "@elliemae/ds-system": "3.70.0-next.38",
176
+ "@elliemae/ds-tabs": "3.70.0-next.38",
177
+ "@elliemae/ds-test-utils": "3.70.0-next.38",
178
+ "@elliemae/ds-transition": "3.70.0-next.38",
179
+ "@elliemae/ds-toolbar-v1": "3.70.0-next.38",
180
+ "@elliemae/ds-toast": "3.70.0-next.38",
181
+ "@elliemae/ds-tooltip-v3": "3.70.0-next.38",
182
+ "@elliemae/ds-tree-model": "3.70.0-next.38",
183
+ "@elliemae/ds-treeview": "3.70.0-next.38",
184
+ "@elliemae/ds-toolbar-v2": "3.70.0-next.38",
185
+ "@elliemae/ds-wizard": "3.70.0-next.38",
186
+ "@elliemae/ds-typography": "3.70.0-next.38",
187
+ "@elliemae/ds-virtual-list": "3.70.0-next.38",
188
+ "@elliemae/ds-zustand-helpers": "3.70.0-next.38",
189
+ "@elliemae/ds-truncated-expandable-text": "3.70.0-next.38",
190
+ "@elliemae/ds-typescript-helpers": "3.70.0-next.38"
191
191
  },
192
192
  "publishConfig": {
193
193
  "access": "public"