dimsum-e2e-tests 3.60.0-next.30 → 3.60.0-next.32

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +150 -150
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.32 (2026-02-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ - ds-data-table:: improve filters focus trap for consistent tab/shift+tab order [PUI-17922](https://jira.elliemae.io/browse/PUI-17922) ([#7900](https://git.elliemae.io/platform-ui/dimsum/issues/7900)) ([b9c579d](https://git.elliemae.io/platform-ui/dimsum/commit/b9c579d4ff5bf16e58aad6931e94a43bcece0a9c))
11
+
12
+ ## 3.60.0-next.31 (2026-02-25)
13
+
14
+ ### Features
15
+
16
+ - ds-menu-button:: enable playwright tests [PUI-16741](https://jira.elliemae.io/browse/PUI-16741) ([#7898](https://git.elliemae.io/platform-ui/dimsum/issues/7898)) ([580ea18](https://git.elliemae.io/platform-ui/dimsum/commit/580ea18cef699587201ced6444eee73936a85c4c))
17
+
6
18
  ## 3.60.0-next.30 (2026-02-24)
7
19
 
8
20
  ### Bug Fixes
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.30",
4
+ "version": "3.60.0-next.32",
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-accessibility": "3.60.0-next.30",
45
- "@elliemae/ds-app-picker": "3.60.0-next.30",
46
- "@elliemae/ds-accordion": "3.60.0-next.30",
47
- "@elliemae/ds-backdrop": "3.60.0-next.30",
48
- "@elliemae/ds-basic": "3.60.0-next.30",
49
- "@elliemae/ds-breadcrumb": "3.60.0-next.30",
50
- "@elliemae/ds-button-v2": "3.60.0-next.30",
51
- "@elliemae/ds-card": "3.60.0-next.30",
52
- "@elliemae/ds-banner": "3.60.0-next.30",
53
- "@elliemae/ds-card-v1": "3.60.0-next.30",
54
- "@elliemae/ds-card-navigation": "3.60.0-next.30",
55
- "@elliemae/ds-card-v1-detail": "3.60.0-next.30",
56
- "@elliemae/ds-card-v2": "3.60.0-next.30",
57
- "@elliemae/ds-card-v2-action-addon": "3.60.0-next.30",
58
- "@elliemae/ds-card-v2-group": "3.60.0-next.30",
59
- "@elliemae/ds-card-v3": "3.60.0-next.30",
60
- "@elliemae/ds-card-v3-poc": "3.60.0-next.30",
61
- "@elliemae/ds-chat": "3.60.0-next.30",
62
- "@elliemae/ds-chat-bubble": "3.60.0-next.30",
63
- "@elliemae/ds-chat-card": "3.60.0-next.30",
64
- "@elliemae/ds-chat-container": "3.60.0-next.30",
65
- "@elliemae/ds-chat-container-header": "3.60.0-next.30",
66
- "@elliemae/ds-chat-empty-state": "3.60.0-next.30",
67
- "@elliemae/ds-chat-message-delimeter": "3.60.0-next.30",
68
- "@elliemae/ds-chat-floating-button": "3.60.0-next.30",
69
- "@elliemae/ds-chat-sidebar": "3.60.0-next.30",
70
- "@elliemae/ds-chat-system-message": "3.60.0-next.30",
71
- "@elliemae/ds-chat-tile": "3.60.0-next.30",
72
- "@elliemae/ds-circular-progress-indicator": "3.60.0-next.30",
73
- "@elliemae/ds-chip": "3.60.0-next.30",
74
- "@elliemae/ds-classnames": "3.60.0-next.30",
75
- "@elliemae/ds-codeeditor": "3.60.0-next.30",
76
- "@elliemae/ds-comments": "3.60.0-next.30",
77
- "@elliemae/ds-controlled-form": "3.60.0-next.30",
78
- "@elliemae/ds-csv-converter": "3.60.0-next.30",
79
- "@elliemae/ds-data-table-action-cell": "3.60.0-next.30",
80
- "@elliemae/ds-data-table": "3.60.0-next.30",
81
- "@elliemae/ds-data-table-cell-header": "3.60.0-next.30",
82
- "@elliemae/ds-data-table-cell": "3.60.0-next.30",
83
- "@elliemae/ds-data-table-drag-and-drop-cell": "3.60.0-next.30",
84
- "@elliemae/ds-data-table-expand-cell": "3.60.0-next.30",
85
- "@elliemae/ds-data-table-filters": "3.60.0-next.30",
86
- "@elliemae/ds-data-table-single-select-cell": "3.60.0-next.30",
87
- "@elliemae/ds-dataviz-pie": "3.60.0-next.30",
88
- "@elliemae/ds-data-table-multi-select-cell": "3.60.0-next.30",
89
- "@elliemae/ds-dataviz": "3.60.0-next.30",
90
- "@elliemae/ds-date-time-picker": "3.60.0-next.30",
91
- "@elliemae/ds-decision-graph": "3.60.0-next.30",
92
- "@elliemae/ds-dialog": "3.60.0-next.30",
93
- "@elliemae/ds-drag-and-drop": "3.60.0-next.30",
94
- "@elliemae/ds-dropzone": "3.60.0-next.30",
95
- "@elliemae/ds-fast-list": "3.60.0-next.30",
96
- "@elliemae/ds-dropdownmenu-v2": "3.60.0-next.30",
97
- "@elliemae/ds-floating-context": "3.60.0-next.30",
98
- "@elliemae/ds-form-combobox": "3.60.0-next.30",
99
- "@elliemae/ds-form-checkbox": "3.60.0-next.30",
100
- "@elliemae/ds-form-date-time-picker": "3.60.0-next.30",
101
- "@elliemae/ds-form-date-range-picker": "3.60.0-next.30",
102
- "@elliemae/ds-form-input-text": "3.60.0-next.30",
103
- "@elliemae/ds-form-input-textarea": "3.60.0-next.30",
104
- "@elliemae/ds-form-helpers-mask-hooks": "3.60.0-next.30",
105
- "@elliemae/ds-form-layout-blocks": "3.60.0-next.30",
106
- "@elliemae/ds-form-layout-input-group": "3.60.0-next.30",
107
- "@elliemae/ds-form-layout-autocomplete": "3.60.0-next.30",
108
- "@elliemae/ds-form-layout-label": "3.60.0-next.30",
109
- "@elliemae/ds-form-multi-combobox": "3.60.0-next.30",
110
- "@elliemae/ds-form-radio": "3.60.0-next.30",
111
- "@elliemae/ds-form-select": "3.60.0-next.30",
112
- "@elliemae/ds-form-single-combobox": "3.60.0-next.30",
113
- "@elliemae/ds-form-toggle": "3.60.0-next.30",
114
- "@elliemae/ds-global-header": "3.60.0-next.30",
115
- "@elliemae/ds-hooks-focus-stack": "3.60.0-next.30",
116
- "@elliemae/ds-grid": "3.60.0-next.30",
117
- "@elliemae/ds-hooks-focus-trap": "3.60.0-next.30",
118
- "@elliemae/ds-hooks-fontsize-detector": "3.60.0-next.30",
119
- "@elliemae/ds-form-native-select": "3.60.0-next.30",
120
- "@elliemae/ds-hooks-headless-tooltip": "3.60.0-next.30",
121
- "@elliemae/ds-hooks-fontsize-media": "3.60.0-next.30",
122
- "@elliemae/ds-hooks-is-mobile": "3.60.0-next.30",
123
- "@elliemae/ds-hooks-is-showing-ellipsis": "3.60.0-next.30",
124
- "@elliemae/ds-hooks-keyboard-navigation": "3.60.0-next.30",
125
- "@elliemae/ds-hooks-on-first-focus-in": "3.60.0-next.30",
126
- "@elliemae/ds-hooks-on-blur-out": "3.60.0-next.30",
127
- "@elliemae/ds-imagelibrarymodal": "3.60.0-next.30",
128
- "@elliemae/ds-icons": "3.60.0-next.30",
129
- "@elliemae/ds-indeterminate-progress-indicator": "3.60.0-next.30",
130
- "@elliemae/ds-icon": "3.60.0-next.30",
131
- "@elliemae/ds-image": "3.60.0-next.30",
132
- "@elliemae/ds-layout-provider": "3.60.0-next.30",
133
- "@elliemae/ds-left-navigation": "3.60.0-next.30",
134
- "@elliemae/ds-menu-button": "3.60.0-next.30",
135
- "@elliemae/ds-menu-items": "3.60.0-next.30",
136
- "@elliemae/ds-menu-items-commons": "3.60.0-next.30",
137
- "@elliemae/ds-loading-indicator": "3.60.0-next.30",
138
- "@elliemae/ds-menu-items-action": "3.60.0-next.30",
139
- "@elliemae/ds-menu-items-multi": "3.60.0-next.30",
140
- "@elliemae/ds-menu-items-section": "3.60.0-next.30",
141
- "@elliemae/ds-menu-items-separator": "3.60.0-next.30",
142
- "@elliemae/ds-menu-items-single": "3.60.0-next.30",
143
- "@elliemae/ds-menu-items-skeleton": "3.60.0-next.30",
144
- "@elliemae/ds-menu-items-single-with-submenu": "3.60.0-next.30",
145
- "@elliemae/ds-menu-tree-item": "3.60.0-next.30",
146
- "@elliemae/ds-menu-items-submenu": "3.60.0-next.30",
147
- "@elliemae/ds-mobile": "3.60.0-next.30",
148
- "@elliemae/ds-modal-slide": "3.60.0-next.30",
149
- "@elliemae/ds-overlay": "3.60.0-next.30",
150
- "@elliemae/ds-page-header": "3.60.0-next.30",
151
- "@elliemae/ds-notification-badge": "3.60.0-next.30",
152
- "@elliemae/ds-page-header-v1": "3.60.0-next.30",
153
- "@elliemae/ds-page-layout": "3.60.0-next.30",
154
- "@elliemae/ds-pagination": "3.60.0-next.30",
155
- "@elliemae/ds-pills-v2": "3.60.0-next.30",
156
- "@elliemae/ds-popperjs": "3.60.0-next.30",
157
- "@elliemae/ds-page-header-v2": "3.60.0-next.30",
158
- "@elliemae/ds-portal": "3.60.0-next.30",
159
- "@elliemae/ds-progress-indicator": "3.60.0-next.30",
160
- "@elliemae/ds-query-builder": "3.60.0-next.30",
161
- "@elliemae/ds-read-more": "3.60.0-next.30",
162
- "@elliemae/ds-resizeable-container": "3.60.0-next.30",
163
- "@elliemae/ds-props-helpers": "3.60.0-next.30",
164
- "@elliemae/ds-scrollable-container": "3.60.0-next.30",
165
- "@elliemae/ds-ribbon": "3.60.0-next.30",
166
- "@elliemae/ds-separator": "3.60.0-next.30",
167
- "@elliemae/ds-shared": "3.60.0-next.30",
168
- "@elliemae/ds-shuttle-v2": "3.60.0-next.30",
169
- "@elliemae/ds-side-panel": "3.60.0-next.30",
170
- "@elliemae/ds-side-panel-header": "3.60.0-next.30",
171
- "@elliemae/ds-slider-v2": "3.60.0-next.30",
172
- "@elliemae/ds-skeleton": "3.60.0-next.30",
173
- "@elliemae/ds-square-indicator": "3.60.0-next.30",
174
- "@elliemae/ds-stepper": "3.60.0-next.30",
175
- "@elliemae/ds-system": "3.60.0-next.30",
176
- "@elliemae/ds-svg": "3.60.0-next.30",
177
- "@elliemae/ds-tabs": "3.60.0-next.30",
178
- "@elliemae/ds-toast": "3.60.0-next.30",
179
- "@elliemae/ds-test-utils": "3.60.0-next.30",
180
- "@elliemae/ds-toolbar-v1": "3.60.0-next.30",
181
- "@elliemae/ds-toolbar-v2": "3.60.0-next.30",
182
- "@elliemae/ds-transition": "3.60.0-next.30",
183
- "@elliemae/ds-tooltip-v3": "3.60.0-next.30",
184
- "@elliemae/ds-tree-model": "3.60.0-next.30",
185
- "@elliemae/ds-treeview": "3.60.0-next.30",
186
- "@elliemae/ds-truncated-tooltip-text": "3.60.0-next.30",
187
- "@elliemae/ds-truncated-expandable-text": "3.60.0-next.30",
188
- "@elliemae/ds-typescript-helpers": "3.60.0-next.30",
189
- "@elliemae/ds-typography": "3.60.0-next.30",
190
- "@elliemae/ds-virtual-list": "3.60.0-next.30",
191
- "@elliemae/ds-wizard": "3.60.0-next.30",
192
- "@elliemae/ds-zustand-helpers": "3.60.0-next.30"
44
+ "@elliemae/ds-accessibility": "3.60.0-next.32",
45
+ "@elliemae/ds-backdrop": "3.60.0-next.32",
46
+ "@elliemae/ds-accordion": "3.60.0-next.32",
47
+ "@elliemae/ds-app-picker": "3.60.0-next.32",
48
+ "@elliemae/ds-banner": "3.60.0-next.32",
49
+ "@elliemae/ds-basic": "3.60.0-next.32",
50
+ "@elliemae/ds-breadcrumb": "3.60.0-next.32",
51
+ "@elliemae/ds-button-v2": "3.60.0-next.32",
52
+ "@elliemae/ds-card": "3.60.0-next.32",
53
+ "@elliemae/ds-card-navigation": "3.60.0-next.32",
54
+ "@elliemae/ds-card-v1": "3.60.0-next.32",
55
+ "@elliemae/ds-card-v1-detail": "3.60.0-next.32",
56
+ "@elliemae/ds-card-v2-action-addon": "3.60.0-next.32",
57
+ "@elliemae/ds-card-v2": "3.60.0-next.32",
58
+ "@elliemae/ds-card-v2-group": "3.60.0-next.32",
59
+ "@elliemae/ds-card-v3": "3.60.0-next.32",
60
+ "@elliemae/ds-card-v3-poc": "3.60.0-next.32",
61
+ "@elliemae/ds-chat": "3.60.0-next.32",
62
+ "@elliemae/ds-chat-bubble": "3.60.0-next.32",
63
+ "@elliemae/ds-chat-container": "3.60.0-next.32",
64
+ "@elliemae/ds-chat-empty-state": "3.60.0-next.32",
65
+ "@elliemae/ds-chat-container-header": "3.60.0-next.32",
66
+ "@elliemae/ds-chat-card": "3.60.0-next.32",
67
+ "@elliemae/ds-chat-floating-button": "3.60.0-next.32",
68
+ "@elliemae/ds-chat-message-delimeter": "3.60.0-next.32",
69
+ "@elliemae/ds-chat-system-message": "3.60.0-next.32",
70
+ "@elliemae/ds-chat-sidebar": "3.60.0-next.32",
71
+ "@elliemae/ds-chat-tile": "3.60.0-next.32",
72
+ "@elliemae/ds-chip": "3.60.0-next.32",
73
+ "@elliemae/ds-classnames": "3.60.0-next.32",
74
+ "@elliemae/ds-circular-progress-indicator": "3.60.0-next.32",
75
+ "@elliemae/ds-codeeditor": "3.60.0-next.32",
76
+ "@elliemae/ds-comments": "3.60.0-next.32",
77
+ "@elliemae/ds-controlled-form": "3.60.0-next.32",
78
+ "@elliemae/ds-csv-converter": "3.60.0-next.32",
79
+ "@elliemae/ds-data-table": "3.60.0-next.32",
80
+ "@elliemae/ds-data-table-action-cell": "3.60.0-next.32",
81
+ "@elliemae/ds-data-table-cell": "3.60.0-next.32",
82
+ "@elliemae/ds-data-table-drag-and-drop-cell": "3.60.0-next.32",
83
+ "@elliemae/ds-data-table-cell-header": "3.60.0-next.32",
84
+ "@elliemae/ds-data-table-expand-cell": "3.60.0-next.32",
85
+ "@elliemae/ds-data-table-filters": "3.60.0-next.32",
86
+ "@elliemae/ds-data-table-multi-select-cell": "3.60.0-next.32",
87
+ "@elliemae/ds-dataviz": "3.60.0-next.32",
88
+ "@elliemae/ds-dataviz-pie": "3.60.0-next.32",
89
+ "@elliemae/ds-date-time-picker": "3.60.0-next.32",
90
+ "@elliemae/ds-data-table-single-select-cell": "3.60.0-next.32",
91
+ "@elliemae/ds-dialog": "3.60.0-next.32",
92
+ "@elliemae/ds-decision-graph": "3.60.0-next.32",
93
+ "@elliemae/ds-dropdownmenu-v2": "3.60.0-next.32",
94
+ "@elliemae/ds-drag-and-drop": "3.60.0-next.32",
95
+ "@elliemae/ds-fast-list": "3.60.0-next.32",
96
+ "@elliemae/ds-form-checkbox": "3.60.0-next.32",
97
+ "@elliemae/ds-form-combobox": "3.60.0-next.32",
98
+ "@elliemae/ds-dropzone": "3.60.0-next.32",
99
+ "@elliemae/ds-form-date-range-picker": "3.60.0-next.32",
100
+ "@elliemae/ds-floating-context": "3.60.0-next.32",
101
+ "@elliemae/ds-form-date-time-picker": "3.60.0-next.32",
102
+ "@elliemae/ds-form-helpers-mask-hooks": "3.60.0-next.32",
103
+ "@elliemae/ds-form-input-text": "3.60.0-next.32",
104
+ "@elliemae/ds-form-layout-autocomplete": "3.60.0-next.32",
105
+ "@elliemae/ds-form-input-textarea": "3.60.0-next.32",
106
+ "@elliemae/ds-form-layout-blocks": "3.60.0-next.32",
107
+ "@elliemae/ds-form-layout-input-group": "3.60.0-next.32",
108
+ "@elliemae/ds-form-layout-label": "3.60.0-next.32",
109
+ "@elliemae/ds-form-native-select": "3.60.0-next.32",
110
+ "@elliemae/ds-form-multi-combobox": "3.60.0-next.32",
111
+ "@elliemae/ds-form-single-combobox": "3.60.0-next.32",
112
+ "@elliemae/ds-form-radio": "3.60.0-next.32",
113
+ "@elliemae/ds-form-select": "3.60.0-next.32",
114
+ "@elliemae/ds-global-header": "3.60.0-next.32",
115
+ "@elliemae/ds-form-toggle": "3.60.0-next.32",
116
+ "@elliemae/ds-grid": "3.60.0-next.32",
117
+ "@elliemae/ds-hooks-focus-trap": "3.60.0-next.32",
118
+ "@elliemae/ds-hooks-focus-stack": "3.60.0-next.32",
119
+ "@elliemae/ds-hooks-fontsize-detector": "3.60.0-next.32",
120
+ "@elliemae/ds-hooks-fontsize-media": "3.60.0-next.32",
121
+ "@elliemae/ds-hooks-headless-tooltip": "3.60.0-next.32",
122
+ "@elliemae/ds-hooks-is-mobile": "3.60.0-next.32",
123
+ "@elliemae/ds-hooks-is-showing-ellipsis": "3.60.0-next.32",
124
+ "@elliemae/ds-hooks-keyboard-navigation": "3.60.0-next.32",
125
+ "@elliemae/ds-hooks-on-blur-out": "3.60.0-next.32",
126
+ "@elliemae/ds-icon": "3.60.0-next.32",
127
+ "@elliemae/ds-hooks-on-first-focus-in": "3.60.0-next.32",
128
+ "@elliemae/ds-image": "3.60.0-next.32",
129
+ "@elliemae/ds-icons": "3.60.0-next.32",
130
+ "@elliemae/ds-indeterminate-progress-indicator": "3.60.0-next.32",
131
+ "@elliemae/ds-imagelibrarymodal": "3.60.0-next.32",
132
+ "@elliemae/ds-layout-provider": "3.60.0-next.32",
133
+ "@elliemae/ds-left-navigation": "3.60.0-next.32",
134
+ "@elliemae/ds-loading-indicator": "3.60.0-next.32",
135
+ "@elliemae/ds-menu-items": "3.60.0-next.32",
136
+ "@elliemae/ds-menu-items-action": "3.60.0-next.32",
137
+ "@elliemae/ds-menu-items-multi": "3.60.0-next.32",
138
+ "@elliemae/ds-menu-items-section": "3.60.0-next.32",
139
+ "@elliemae/ds-menu-items-commons": "3.60.0-next.32",
140
+ "@elliemae/ds-menu-items-separator": "3.60.0-next.32",
141
+ "@elliemae/ds-menu-items-single-with-submenu": "3.60.0-next.32",
142
+ "@elliemae/ds-menu-items-single": "3.60.0-next.32",
143
+ "@elliemae/ds-menu-button": "3.60.0-next.32",
144
+ "@elliemae/ds-menu-items-skeleton": "3.60.0-next.32",
145
+ "@elliemae/ds-menu-items-submenu": "3.60.0-next.32",
146
+ "@elliemae/ds-menu-tree-item": "3.60.0-next.32",
147
+ "@elliemae/ds-mobile": "3.60.0-next.32",
148
+ "@elliemae/ds-modal-slide": "3.60.0-next.32",
149
+ "@elliemae/ds-overlay": "3.60.0-next.32",
150
+ "@elliemae/ds-notification-badge": "3.60.0-next.32",
151
+ "@elliemae/ds-page-header": "3.60.0-next.32",
152
+ "@elliemae/ds-page-header-v1": "3.60.0-next.32",
153
+ "@elliemae/ds-page-header-v2": "3.60.0-next.32",
154
+ "@elliemae/ds-page-layout": "3.60.0-next.32",
155
+ "@elliemae/ds-pagination": "3.60.0-next.32",
156
+ "@elliemae/ds-pills-v2": "3.60.0-next.32",
157
+ "@elliemae/ds-popperjs": "3.60.0-next.32",
158
+ "@elliemae/ds-portal": "3.60.0-next.32",
159
+ "@elliemae/ds-props-helpers": "3.60.0-next.32",
160
+ "@elliemae/ds-read-more": "3.60.0-next.32",
161
+ "@elliemae/ds-query-builder": "3.60.0-next.32",
162
+ "@elliemae/ds-resizeable-container": "3.60.0-next.32",
163
+ "@elliemae/ds-ribbon": "3.60.0-next.32",
164
+ "@elliemae/ds-progress-indicator": "3.60.0-next.32",
165
+ "@elliemae/ds-scrollable-container": "3.60.0-next.32",
166
+ "@elliemae/ds-separator": "3.60.0-next.32",
167
+ "@elliemae/ds-shared": "3.60.0-next.32",
168
+ "@elliemae/ds-shuttle-v2": "3.60.0-next.32",
169
+ "@elliemae/ds-side-panel": "3.60.0-next.32",
170
+ "@elliemae/ds-skeleton": "3.60.0-next.32",
171
+ "@elliemae/ds-side-panel-header": "3.60.0-next.32",
172
+ "@elliemae/ds-stepper": "3.60.0-next.32",
173
+ "@elliemae/ds-square-indicator": "3.60.0-next.32",
174
+ "@elliemae/ds-slider-v2": "3.60.0-next.32",
175
+ "@elliemae/ds-test-utils": "3.60.0-next.32",
176
+ "@elliemae/ds-svg": "3.60.0-next.32",
177
+ "@elliemae/ds-tabs": "3.60.0-next.32",
178
+ "@elliemae/ds-toast": "3.60.0-next.32",
179
+ "@elliemae/ds-toolbar-v1": "3.60.0-next.32",
180
+ "@elliemae/ds-system": "3.60.0-next.32",
181
+ "@elliemae/ds-toolbar-v2": "3.60.0-next.32",
182
+ "@elliemae/ds-tree-model": "3.60.0-next.32",
183
+ "@elliemae/ds-treeview": "3.60.0-next.32",
184
+ "@elliemae/ds-transition": "3.60.0-next.32",
185
+ "@elliemae/ds-truncated-expandable-text": "3.60.0-next.32",
186
+ "@elliemae/ds-truncated-tooltip-text": "3.60.0-next.32",
187
+ "@elliemae/ds-tooltip-v3": "3.60.0-next.32",
188
+ "@elliemae/ds-typescript-helpers": "3.60.0-next.32",
189
+ "@elliemae/ds-typography": "3.60.0-next.32",
190
+ "@elliemae/ds-virtual-list": "3.60.0-next.32",
191
+ "@elliemae/ds-wizard": "3.60.0-next.32",
192
+ "@elliemae/ds-zustand-helpers": "3.60.0-next.32"
193
193
  },
194
194
  "publishConfig": {
195
195
  "access": "public"