dimsum-e2e-tests 3.70.0-next.45 → 3.70.0-next.47

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 (58) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/ds-autocomplete/slots/DSAutocomplete.slots.func.spec.js +6 -1
  3. package/ds-card/DSCard.cardv2_v1.func.spec.js +54 -0
  4. package/ds-card/DSCard.cardv2_v1.visual.spec.js +29 -0
  5. package/ds-card/DSCardCO.js +4 -0
  6. package/ds-card-v3/DSCardV3CO.js +78 -0
  7. package/ds-card-v3/accordion/DSCardV3.accordion.axe-core.func.spec.js +28 -0
  8. package/ds-card-v3/accordion/DSCardV3.accordion.visual.spec.js +4 -6
  9. package/ds-card-v3/disabled/DSCardV3.disabled.visual.spec.js +1 -2
  10. package/ds-card-v3/drag-n-drop/DSCardV3.DnD.axe-core.func.spec.js +61 -0
  11. package/ds-card-v3/drag-n-drop/DSCardV3.DnD.func.spec.js +129 -0
  12. package/ds-card-v3/drag-n-drop/DSCardV3.DnD.reorder.func.spec.js +73 -0
  13. package/ds-card-v3/drag-n-drop/DSCardV3.DnD.visual.spec.js +5 -12
  14. package/ds-card-v3/global-attributes/DSCardV3.global-attributes.axe-core.func.spec.js +33 -0
  15. package/ds-card-v3/global-attributes/DSCardV3.global-attributes.visual.spec.js +20 -0
  16. package/ds-card-v3/multi-select/DSCardV3.multiselect.keyboard.func.spec.js +65 -0
  17. package/ds-card-v3/multi-select/DSCardV3.multiselect.visual.spec.js +17 -0
  18. package/ds-card-v3/multiple-action/DSCardV3.multiple-action.func.spec.js +53 -0
  19. package/ds-card-v3/multiple-action/DSCardV3.multiple-action.visual.spec.js +18 -0
  20. package/ds-card-v3/multiple-control/DSCardV3.multi-control.func.spec.js +25 -0
  21. package/ds-card-v3/no-action/DSCardV3.no-action.axe-core.func.spec.js +22 -0
  22. package/ds-card-v3/no-action/DSCardV3.no-action.func.spec.js +23 -0
  23. package/ds-card-v3/no-action/DSCardV3.no-action.visual.spec.js +15 -0
  24. package/ds-card-v3/notification-badges/DSCardV3.notification-badges.func.spec.js +19 -0
  25. package/ds-card-v3/reflow/DSCardV3.reflow.axe-core.func.spec.js +28 -0
  26. package/ds-card-v3/reflow/DSCardV3.reflow.func.spec.js +36 -0
  27. package/ds-card-v3/reflow/DSCardV3.reflow.visual.spec.js +1 -2
  28. package/ds-card-v3/single-select/DSCardV3.single-select.axe-core.func.spec.js +37 -0
  29. package/ds-card-v3/single-select/DSCardV3.single-select.visual.spec.js +1 -2
  30. package/ds-card-v3/slots/DSCardV3.slots.visual.spec.js +1 -2
  31. package/ds-card-v3/variant-accented/DSCardV3.variant-accented.func.spec.js +28 -0
  32. package/ds-card-v3/variant-accented/DSCardV3.variant-accented.visual.spec.js +35 -0
  33. package/ds-card-v3/variant-accented-disabled/DSCardV3.variant-accented-disabled.func.spec.js +53 -0
  34. package/ds-card-v3/variant-disabled/DSCardV3.variant-disabled.axe-core.func.spec.js +22 -0
  35. package/ds-chat/DSChatCO.js +3 -3
  36. package/ds-chat/components/ComposerCO.js +1 -1
  37. package/ds-chat/components/HeaderCO.js +1 -1
  38. package/ds-controlled-form/react-hook-form/ReactHook.func.spec.js +1 -3
  39. package/ds-data-table-async/DSDataTableCO.js +6 -0
  40. package/ds-data-table-async/components/FilterBarCO.js +7 -0
  41. package/ds-data-table-async/components/HeaderCO.js +15 -1
  42. package/ds-data-table-async/filtersV2/DSDataTable.filtersV2.axe-core.func.spec.js +45 -29
  43. package/ds-data-table-async/filtersV2/pill-label/DSDataTable.pillLabel.axe-core.func.spec.js +23 -0
  44. package/ds-data-table-async/filtersV2/pill-label/DSDataTable.pillLabel.func.spec.js +50 -0
  45. package/ds-data-table-async/filtersV2/pill-label/DSDataTable.pillLabel.visual.spec.js +21 -0
  46. package/ds-data-table-async/resizable/DSDataTable.resizerA11y.axe-core.func.spec.js +46 -0
  47. package/ds-data-table-async/resizable/DSDataTable.resizerA11y.func.spec.js +108 -0
  48. package/ds-form-combobox-single/aria-busy-loading/DSComboboxSingle.aria-busy-loading.axe-core.func.spec.js +1 -1
  49. package/ds-form-date-time-picker/DSControlledDateTimePickerCO.js +7 -0
  50. package/ds-form-date-time-picker/date-time-full/DateTimeFull.axe-core.func.spec.js +8 -1
  51. package/ds-form-date-time-picker/date-time-full/DateTimePicker.DateTimeFull.visual.spec.js +9 -0
  52. package/ds-hooks/DSHookCO.js +1 -22
  53. package/ds-menu-button/slots/DSMenuButton.slots.axe-core.func.spec.js +28 -0
  54. package/ds-menu-button/slots/DSMenuButton.slots.func.spec.js +19 -0
  55. package/ds-shuttle-v2/explicit-selection-ui/DSShuttleV2.explicit-selection-ui.visual.spec.js +3 -0
  56. package/package.json +150 -150
  57. package/paths.js +0 -2
  58. package/ds-hooks/DSHook.func.spec.js +0 -60
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.45",
4
+ "version": "3.70.0-next.47",
5
5
  "description": "End-to-end tests for dimsum library",
6
6
  "dependencies": {
7
7
  "@elliemae/ds-legacy-button": "1.0.16",
@@ -38,155 +38,155 @@
38
38
  "@elliemae/ds-legacy-wysiwygeditor": "1.0.16",
39
39
  "@elliemae/ds-legacy-zipcode-search": "1.0.16",
40
40
  "@elliemae/ds-legacy-zoom": "1.0.16",
41
- "@elliemae/ds-accessibility": "3.70.0-next.45",
42
- "@elliemae/ds-accordion": "3.70.0-next.45",
43
- "@elliemae/ds-app-picker": "3.70.0-next.45",
44
- "@elliemae/ds-backdrop": "3.70.0-next.45",
45
- "@elliemae/ds-accordion-native": "3.70.0-next.45",
46
- "@elliemae/ds-banner": "3.70.0-next.45",
47
- "@elliemae/ds-breadcrumb": "3.70.0-next.45",
48
- "@elliemae/ds-basic": "3.70.0-next.45",
49
- "@elliemae/ds-button-v2": "3.70.0-next.45",
50
- "@elliemae/ds-card": "3.70.0-next.45",
51
- "@elliemae/ds-card-navigation": "3.70.0-next.45",
52
- "@elliemae/ds-card-v1-detail": "3.70.0-next.45",
53
- "@elliemae/ds-card-v2": "3.70.0-next.45",
54
- "@elliemae/ds-card-v2-group": "3.70.0-next.45",
55
- "@elliemae/ds-card-v3": "3.70.0-next.45",
56
- "@elliemae/ds-card-v2-action-addon": "3.70.0-next.45",
57
- "@elliemae/ds-card-v1": "3.70.0-next.45",
58
- "@elliemae/ds-chat": "3.70.0-next.45",
59
- "@elliemae/ds-chat-card": "3.70.0-next.45",
60
- "@elliemae/ds-chat-bubble": "3.70.0-next.45",
61
- "@elliemae/ds-chat-empty-state": "3.70.0-next.45",
62
- "@elliemae/ds-chat-container": "3.70.0-next.45",
63
- "@elliemae/ds-card-v3-poc": "3.70.0-next.45",
64
- "@elliemae/ds-chat-container-header": "3.70.0-next.45",
65
- "@elliemae/ds-chat-floating-button": "3.70.0-next.45",
66
- "@elliemae/ds-chat-message-delimeter": "3.70.0-next.45",
67
- "@elliemae/ds-chat-sidebar": "3.70.0-next.45",
68
- "@elliemae/ds-chat-system-message": "3.70.0-next.45",
69
- "@elliemae/ds-chat-tile": "3.70.0-next.45",
70
- "@elliemae/ds-chip": "3.70.0-next.45",
71
- "@elliemae/ds-classnames": "3.70.0-next.45",
72
- "@elliemae/ds-circular-progress-indicator": "3.70.0-next.45",
73
- "@elliemae/ds-controlled-form": "3.70.0-next.45",
74
- "@elliemae/ds-comments": "3.70.0-next.45",
75
- "@elliemae/ds-csv-converter": "3.70.0-next.45",
76
- "@elliemae/ds-data-table": "3.70.0-next.45",
77
- "@elliemae/ds-data-table-action-cell": "3.70.0-next.45",
78
- "@elliemae/ds-codeeditor": "3.70.0-next.45",
79
- "@elliemae/ds-data-table-cell": "3.70.0-next.45",
80
- "@elliemae/ds-data-table-cell-header": "3.70.0-next.45",
81
- "@elliemae/ds-data-table-drag-and-drop-cell": "3.70.0-next.45",
82
- "@elliemae/ds-data-table-expand-cell": "3.70.0-next.45",
83
- "@elliemae/ds-data-table-multi-select-cell": "3.70.0-next.45",
84
- "@elliemae/ds-data-table-filters": "3.70.0-next.45",
85
- "@elliemae/ds-data-table-single-select-cell": "3.70.0-next.45",
86
- "@elliemae/ds-dataviz-pie": "3.70.0-next.45",
87
- "@elliemae/ds-dataviz": "3.70.0-next.45",
88
- "@elliemae/ds-date-time-picker": "3.70.0-next.45",
89
- "@elliemae/ds-decision-graph": "3.70.0-next.45",
90
- "@elliemae/ds-dialog": "3.70.0-next.45",
91
- "@elliemae/ds-drag-and-drop": "3.70.0-next.45",
92
- "@elliemae/ds-dropdownmenu-v2": "3.70.0-next.45",
93
- "@elliemae/ds-fast-list": "3.70.0-next.45",
94
- "@elliemae/ds-floating-context": "3.70.0-next.45",
95
- "@elliemae/ds-form-checkbox": "3.70.0-next.45",
96
- "@elliemae/ds-dropzone": "3.70.0-next.45",
97
- "@elliemae/ds-form-date-time-picker": "3.70.0-next.45",
98
- "@elliemae/ds-form-combobox": "3.70.0-next.45",
99
- "@elliemae/ds-filter-bar": "3.70.0-next.45",
100
- "@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.45",
101
- "@elliemae/ds-form-input-text": "3.70.0-next.45",
102
- "@elliemae/ds-form-layout-autocomplete": "3.70.0-next.45",
103
- "@elliemae/ds-form-date-range-picker": "3.70.0-next.45",
104
- "@elliemae/ds-form-input-textarea": "3.70.0-next.45",
105
- "@elliemae/ds-form-layout-blocks": "3.70.0-next.45",
106
- "@elliemae/ds-form-layout-input-group": "3.70.0-next.45",
107
- "@elliemae/ds-form-multi-combobox": "3.70.0-next.45",
108
- "@elliemae/ds-form-layout-label": "3.70.0-next.45",
109
- "@elliemae/ds-form-radio": "3.70.0-next.45",
110
- "@elliemae/ds-form-select": "3.70.0-next.45",
111
- "@elliemae/ds-form-native-select": "3.70.0-next.45",
112
- "@elliemae/ds-form-single-combobox": "3.70.0-next.45",
113
- "@elliemae/ds-form-toggle": "3.70.0-next.45",
114
- "@elliemae/ds-global-header": "3.70.0-next.45",
115
- "@elliemae/ds-grid": "3.70.0-next.45",
116
- "@elliemae/ds-hooks-focus-trap": "3.70.0-next.45",
117
- "@elliemae/ds-hooks-focus-stack": "3.70.0-next.45",
118
- "@elliemae/ds-hooks-fontsize-detector": "3.70.0-next.45",
119
- "@elliemae/ds-hooks-fontsize-media": "3.70.0-next.45",
120
- "@elliemae/ds-hooks-headless-tooltip": "3.70.0-next.45",
121
- "@elliemae/ds-hooks-is-mobile": "3.70.0-next.45",
122
- "@elliemae/ds-hooks-is-showing-ellipsis": "3.70.0-next.45",
123
- "@elliemae/ds-hooks-on-blur-out": "3.70.0-next.45",
124
- "@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.45",
125
- "@elliemae/ds-icon": "3.70.0-next.45",
126
- "@elliemae/ds-hooks-on-first-focus-in": "3.70.0-next.45",
127
- "@elliemae/ds-image": "3.70.0-next.45",
128
- "@elliemae/ds-icons": "3.70.0-next.45",
129
- "@elliemae/ds-imagelibrarymodal": "3.70.0-next.45",
130
- "@elliemae/ds-indeterminate-progress-indicator": "3.70.0-next.45",
131
- "@elliemae/ds-layout-provider": "3.70.0-next.45",
132
- "@elliemae/ds-left-navigation": "3.70.0-next.45",
133
- "@elliemae/ds-menu-button": "3.70.0-next.45",
134
- "@elliemae/ds-loading-indicator": "3.70.0-next.45",
135
- "@elliemae/ds-menu-items": "3.70.0-next.45",
136
- "@elliemae/ds-menu-items-commons": "3.70.0-next.45",
137
- "@elliemae/ds-menu-items-action": "3.70.0-next.45",
138
- "@elliemae/ds-menu-items-multi": "3.70.0-next.45",
139
- "@elliemae/ds-menu-items-section": "3.70.0-next.45",
140
- "@elliemae/ds-menu-items-separator": "3.70.0-next.45",
141
- "@elliemae/ds-menu-items-single": "3.70.0-next.45",
142
- "@elliemae/ds-menu-items-single-with-submenu": "3.70.0-next.45",
143
- "@elliemae/ds-menu-items-submenu": "3.70.0-next.45",
144
- "@elliemae/ds-menu-tree-item": "3.70.0-next.45",
145
- "@elliemae/ds-menu-items-skeleton": "3.70.0-next.45",
146
- "@elliemae/ds-mobile": "3.70.0-next.45",
147
- "@elliemae/ds-modal-slide": "3.70.0-next.45",
148
- "@elliemae/ds-notification-badge": "3.70.0-next.45",
149
- "@elliemae/ds-overlay": "3.70.0-next.45",
150
- "@elliemae/ds-page-header": "3.70.0-next.45",
151
- "@elliemae/ds-page-header-v1": "3.70.0-next.45",
152
- "@elliemae/ds-page-layout": "3.70.0-next.45",
153
- "@elliemae/ds-portal": "3.70.0-next.45",
154
- "@elliemae/ds-page-header-v2": "3.70.0-next.45",
155
- "@elliemae/ds-progress-indicator": "3.70.0-next.45",
156
- "@elliemae/ds-pills-v2": "3.70.0-next.45",
157
- "@elliemae/ds-pagination": "3.70.0-next.45",
158
- "@elliemae/ds-props-helpers": "3.70.0-next.45",
159
- "@elliemae/ds-query-builder": "3.70.0-next.45",
160
- "@elliemae/ds-read-more": "3.70.0-next.45",
161
- "@elliemae/ds-ribbon": "3.70.0-next.45",
162
- "@elliemae/ds-resizeable-container": "3.70.0-next.45",
163
- "@elliemae/ds-scrollable-container": "3.70.0-next.45",
164
- "@elliemae/ds-separator": "3.70.0-next.45",
165
- "@elliemae/ds-shared": "3.70.0-next.45",
166
- "@elliemae/ds-side-panel": "3.70.0-next.45",
167
- "@elliemae/ds-side-panel-header": "3.70.0-next.45",
168
- "@elliemae/ds-square-indicator": "3.70.0-next.45",
169
- "@elliemae/ds-slider-v2": "3.70.0-next.45",
170
- "@elliemae/ds-skeleton": "3.70.0-next.45",
171
- "@elliemae/ds-svg": "3.70.0-next.45",
172
- "@elliemae/ds-system": "3.70.0-next.45",
173
- "@elliemae/ds-stepper": "3.70.0-next.45",
174
- "@elliemae/ds-shuttle-v2": "3.70.0-next.45",
175
- "@elliemae/ds-test-utils": "3.70.0-next.45",
176
- "@elliemae/ds-tabs": "3.70.0-next.45",
177
- "@elliemae/ds-toolbar-v1": "3.70.0-next.45",
178
- "@elliemae/ds-toolbar-v2": "3.70.0-next.45",
179
- "@elliemae/ds-tooltip-v3": "3.70.0-next.45",
180
- "@elliemae/ds-toast": "3.70.0-next.45",
181
- "@elliemae/ds-transition": "3.70.0-next.45",
182
- "@elliemae/ds-tree-model": "3.70.0-next.45",
183
- "@elliemae/ds-treeview": "3.70.0-next.45",
184
- "@elliemae/ds-virtual-list": "3.70.0-next.45",
185
- "@elliemae/ds-typography": "3.70.0-next.45",
186
- "@elliemae/ds-wizard": "3.70.0-next.45",
187
- "@elliemae/ds-zustand-helpers": "3.70.0-next.45",
188
- "@elliemae/ds-typescript-helpers": "3.70.0-next.45",
189
- "@elliemae/ds-truncated-expandable-text": "3.70.0-next.45"
41
+ "@elliemae/ds-accessibility": "3.70.0-next.47",
42
+ "@elliemae/ds-accordion": "3.70.0-next.47",
43
+ "@elliemae/ds-backdrop": "3.70.0-next.47",
44
+ "@elliemae/ds-accordion-native": "3.70.0-next.47",
45
+ "@elliemae/ds-app-picker": "3.70.0-next.47",
46
+ "@elliemae/ds-banner": "3.70.0-next.47",
47
+ "@elliemae/ds-breadcrumb": "3.70.0-next.47",
48
+ "@elliemae/ds-basic": "3.70.0-next.47",
49
+ "@elliemae/ds-button-v2": "3.70.0-next.47",
50
+ "@elliemae/ds-card-navigation": "3.70.0-next.47",
51
+ "@elliemae/ds-card": "3.70.0-next.47",
52
+ "@elliemae/ds-card-v1-detail": "3.70.0-next.47",
53
+ "@elliemae/ds-card-v1": "3.70.0-next.47",
54
+ "@elliemae/ds-card-v2-action-addon": "3.70.0-next.47",
55
+ "@elliemae/ds-card-v2": "3.70.0-next.47",
56
+ "@elliemae/ds-card-v2-group": "3.70.0-next.47",
57
+ "@elliemae/ds-card-v3": "3.70.0-next.47",
58
+ "@elliemae/ds-card-v3-poc": "3.70.0-next.47",
59
+ "@elliemae/ds-chat-bubble": "3.70.0-next.47",
60
+ "@elliemae/ds-chat": "3.70.0-next.47",
61
+ "@elliemae/ds-chat-container": "3.70.0-next.47",
62
+ "@elliemae/ds-chat-card": "3.70.0-next.47",
63
+ "@elliemae/ds-chat-empty-state": "3.70.0-next.47",
64
+ "@elliemae/ds-chat-floating-button": "3.70.0-next.47",
65
+ "@elliemae/ds-chat-container-header": "3.70.0-next.47",
66
+ "@elliemae/ds-chat-message-delimeter": "3.70.0-next.47",
67
+ "@elliemae/ds-chat-sidebar": "3.70.0-next.47",
68
+ "@elliemae/ds-chat-system-message": "3.70.0-next.47",
69
+ "@elliemae/ds-chat-tile": "3.70.0-next.47",
70
+ "@elliemae/ds-chip": "3.70.0-next.47",
71
+ "@elliemae/ds-classnames": "3.70.0-next.47",
72
+ "@elliemae/ds-codeeditor": "3.70.0-next.47",
73
+ "@elliemae/ds-comments": "3.70.0-next.47",
74
+ "@elliemae/ds-controlled-form": "3.70.0-next.47",
75
+ "@elliemae/ds-data-table": "3.70.0-next.47",
76
+ "@elliemae/ds-csv-converter": "3.70.0-next.47",
77
+ "@elliemae/ds-circular-progress-indicator": "3.70.0-next.47",
78
+ "@elliemae/ds-data-table-action-cell": "3.70.0-next.47",
79
+ "@elliemae/ds-data-table-drag-and-drop-cell": "3.70.0-next.47",
80
+ "@elliemae/ds-data-table-cell": "3.70.0-next.47",
81
+ "@elliemae/ds-data-table-cell-header": "3.70.0-next.47",
82
+ "@elliemae/ds-data-table-expand-cell": "3.70.0-next.47",
83
+ "@elliemae/ds-data-table-filters": "3.70.0-next.47",
84
+ "@elliemae/ds-data-table-multi-select-cell": "3.70.0-next.47",
85
+ "@elliemae/ds-data-table-single-select-cell": "3.70.0-next.47",
86
+ "@elliemae/ds-date-time-picker": "3.70.0-next.47",
87
+ "@elliemae/ds-dataviz": "3.70.0-next.47",
88
+ "@elliemae/ds-dataviz-pie": "3.70.0-next.47",
89
+ "@elliemae/ds-decision-graph": "3.70.0-next.47",
90
+ "@elliemae/ds-dialog": "3.70.0-next.47",
91
+ "@elliemae/ds-dropdownmenu-v2": "3.70.0-next.47",
92
+ "@elliemae/ds-drag-and-drop": "3.70.0-next.47",
93
+ "@elliemae/ds-dropzone": "3.70.0-next.47",
94
+ "@elliemae/ds-fast-list": "3.70.0-next.47",
95
+ "@elliemae/ds-filter-bar": "3.70.0-next.47",
96
+ "@elliemae/ds-floating-context": "3.70.0-next.47",
97
+ "@elliemae/ds-form-combobox": "3.70.0-next.47",
98
+ "@elliemae/ds-form-checkbox": "3.70.0-next.47",
99
+ "@elliemae/ds-form-date-range-picker": "3.70.0-next.47",
100
+ "@elliemae/ds-form-helpers-mask-hooks": "3.70.0-next.47",
101
+ "@elliemae/ds-form-input-text": "3.70.0-next.47",
102
+ "@elliemae/ds-form-date-time-picker": "3.70.0-next.47",
103
+ "@elliemae/ds-form-layout-autocomplete": "3.70.0-next.47",
104
+ "@elliemae/ds-form-layout-blocks": "3.70.0-next.47",
105
+ "@elliemae/ds-form-layout-input-group": "3.70.0-next.47",
106
+ "@elliemae/ds-form-input-textarea": "3.70.0-next.47",
107
+ "@elliemae/ds-form-layout-label": "3.70.0-next.47",
108
+ "@elliemae/ds-form-multi-combobox": "3.70.0-next.47",
109
+ "@elliemae/ds-form-radio": "3.70.0-next.47",
110
+ "@elliemae/ds-form-select": "3.70.0-next.47",
111
+ "@elliemae/ds-form-native-select": "3.70.0-next.47",
112
+ "@elliemae/ds-form-toggle": "3.70.0-next.47",
113
+ "@elliemae/ds-global-header": "3.70.0-next.47",
114
+ "@elliemae/ds-form-single-combobox": "3.70.0-next.47",
115
+ "@elliemae/ds-grid": "3.70.0-next.47",
116
+ "@elliemae/ds-hooks-focus-stack": "3.70.0-next.47",
117
+ "@elliemae/ds-hooks-focus-trap": "3.70.0-next.47",
118
+ "@elliemae/ds-hooks-fontsize-detector": "3.70.0-next.47",
119
+ "@elliemae/ds-hooks-fontsize-media": "3.70.0-next.47",
120
+ "@elliemae/ds-hooks-headless-tooltip": "3.70.0-next.47",
121
+ "@elliemae/ds-hooks-is-mobile": "3.70.0-next.47",
122
+ "@elliemae/ds-hooks-is-showing-ellipsis": "3.70.0-next.47",
123
+ "@elliemae/ds-hooks-keyboard-navigation": "3.70.0-next.47",
124
+ "@elliemae/ds-hooks-on-blur-out": "3.70.0-next.47",
125
+ "@elliemae/ds-icon": "3.70.0-next.47",
126
+ "@elliemae/ds-hooks-on-first-focus-in": "3.70.0-next.47",
127
+ "@elliemae/ds-image": "3.70.0-next.47",
128
+ "@elliemae/ds-indeterminate-progress-indicator": "3.70.0-next.47",
129
+ "@elliemae/ds-imagelibrarymodal": "3.70.0-next.47",
130
+ "@elliemae/ds-icons": "3.70.0-next.47",
131
+ "@elliemae/ds-layout-provider": "3.70.0-next.47",
132
+ "@elliemae/ds-left-navigation": "3.70.0-next.47",
133
+ "@elliemae/ds-loading-indicator": "3.70.0-next.47",
134
+ "@elliemae/ds-menu-button": "3.70.0-next.47",
135
+ "@elliemae/ds-menu-items-action": "3.70.0-next.47",
136
+ "@elliemae/ds-menu-items": "3.70.0-next.47",
137
+ "@elliemae/ds-menu-items-commons": "3.70.0-next.47",
138
+ "@elliemae/ds-menu-items-section": "3.70.0-next.47",
139
+ "@elliemae/ds-menu-items-separator": "3.70.0-next.47",
140
+ "@elliemae/ds-menu-items-single": "3.70.0-next.47",
141
+ "@elliemae/ds-menu-items-multi": "3.70.0-next.47",
142
+ "@elliemae/ds-menu-items-skeleton": "3.70.0-next.47",
143
+ "@elliemae/ds-menu-items-submenu": "3.70.0-next.47",
144
+ "@elliemae/ds-menu-items-single-with-submenu": "3.70.0-next.47",
145
+ "@elliemae/ds-menu-tree-item": "3.70.0-next.47",
146
+ "@elliemae/ds-mobile": "3.70.0-next.47",
147
+ "@elliemae/ds-modal-slide": "3.70.0-next.47",
148
+ "@elliemae/ds-notification-badge": "3.70.0-next.47",
149
+ "@elliemae/ds-overlay": "3.70.0-next.47",
150
+ "@elliemae/ds-page-header-v1": "3.70.0-next.47",
151
+ "@elliemae/ds-page-header-v2": "3.70.0-next.47",
152
+ "@elliemae/ds-page-header": "3.70.0-next.47",
153
+ "@elliemae/ds-page-layout": "3.70.0-next.47",
154
+ "@elliemae/ds-pagination": "3.70.0-next.47",
155
+ "@elliemae/ds-portal": "3.70.0-next.47",
156
+ "@elliemae/ds-pills-v2": "3.70.0-next.47",
157
+ "@elliemae/ds-progress-indicator": "3.70.0-next.47",
158
+ "@elliemae/ds-props-helpers": "3.70.0-next.47",
159
+ "@elliemae/ds-query-builder": "3.70.0-next.47",
160
+ "@elliemae/ds-read-more": "3.70.0-next.47",
161
+ "@elliemae/ds-resizeable-container": "3.70.0-next.47",
162
+ "@elliemae/ds-ribbon": "3.70.0-next.47",
163
+ "@elliemae/ds-scrollable-container": "3.70.0-next.47",
164
+ "@elliemae/ds-separator": "3.70.0-next.47",
165
+ "@elliemae/ds-shared": "3.70.0-next.47",
166
+ "@elliemae/ds-side-panel": "3.70.0-next.47",
167
+ "@elliemae/ds-shuttle-v2": "3.70.0-next.47",
168
+ "@elliemae/ds-skeleton": "3.70.0-next.47",
169
+ "@elliemae/ds-side-panel-header": "3.70.0-next.47",
170
+ "@elliemae/ds-slider-v2": "3.70.0-next.47",
171
+ "@elliemae/ds-square-indicator": "3.70.0-next.47",
172
+ "@elliemae/ds-stepper": "3.70.0-next.47",
173
+ "@elliemae/ds-svg": "3.70.0-next.47",
174
+ "@elliemae/ds-system": "3.70.0-next.47",
175
+ "@elliemae/ds-tabs": "3.70.0-next.47",
176
+ "@elliemae/ds-test-utils": "3.70.0-next.47",
177
+ "@elliemae/ds-toast": "3.70.0-next.47",
178
+ "@elliemae/ds-toolbar-v1": "3.70.0-next.47",
179
+ "@elliemae/ds-toolbar-v2": "3.70.0-next.47",
180
+ "@elliemae/ds-tooltip-v3": "3.70.0-next.47",
181
+ "@elliemae/ds-transition": "3.70.0-next.47",
182
+ "@elliemae/ds-tree-model": "3.70.0-next.47",
183
+ "@elliemae/ds-treeview": "3.70.0-next.47",
184
+ "@elliemae/ds-truncated-expandable-text": "3.70.0-next.47",
185
+ "@elliemae/ds-typescript-helpers": "3.70.0-next.47",
186
+ "@elliemae/ds-typography": "3.70.0-next.47",
187
+ "@elliemae/ds-virtual-list": "3.70.0-next.47",
188
+ "@elliemae/ds-wizard": "3.70.0-next.47",
189
+ "@elliemae/ds-zustand-helpers": "3.70.0-next.47"
190
190
  },
191
191
  "publishConfig": {
192
192
  "access": "public"
package/paths.js CHANGED
@@ -43,8 +43,6 @@ export const PATH_ADVANCED = 'Advanced';
43
43
  export const PATH_CUSTOMIZATION = `${PATH_ADVANCED}/Customization`;
44
44
  export const PATH_CUSTOMIZATION_USECASES = `${PATH_ADVANCED}/Customization/Usecases`;
45
45
  export const PATH_HOOKS = 'Hooks';
46
- export const PATH_HOOKS_BLUR_OUT = `${PATH_HOOKS}/UseOnBlurOut/Examples`;
47
- export const PATH_HOOKS_FIRST_FOCUS_IN = `${PATH_HOOKS}/UseOnFirstFocusIn/Examples`;
48
46
  export const PATH_HOOKS_MASKS = `${PATH_HOOKS}/Masks`;
49
47
  export const PATH_THEME = `${PATH_GETTING_STARTED}/-C-Theme`;
50
48
 
@@ -1,60 +0,0 @@
1
- /* eslint-disable max-len */
2
- import DSHookCO from './DSHookCO';
3
-
4
- if (
5
- !browser.capabilities['ice:options'].isPhone &&
6
- !browser.capabilities['ice:options'].isTablet &&
7
- browser.capabilities.browserName !== 'Safari'
8
- ) {
9
- describe('PUI-8477, BlurOut Focus hook', () => {
10
- before(async () => {
11
- const errorOnGo = await DSHookCO.blurOut.go();
12
- if (errorOnGo) throw errorOnGo;
13
- });
14
- it('should click Parent1, Child2 button and blur out', async () => {
15
- const button = await DSHookCO.getBtnByIndex(1);
16
- await button.click();
17
- const outsideText = await DSHookCO.getInfo();
18
- await outsideText.click();
19
- const blurInfo = await (await DSHookCO.getBtnByIndex(6)).getText(); // this button text returns the last blur information for the assert
20
- await expect(blurInfo).toEqual('Parent 1, Child 2');
21
- });
22
- it('should click other item within the same parent without updating the info text', async () => {
23
- const button = await DSHookCO.getBtnByIndex(0);
24
- await button.click();
25
- const blurInfo = await (await DSHookCO.getBtnByIndex(6)).getText();
26
- await expect(blurInfo).toEqual('Parent 1, Child 2');
27
- });
28
- it('should click other item on a diferent same parent updating the info text', async () => {
29
- const button = await DSHookCO.getBtnByIndex(4);
30
- await button.click();
31
- const blurInfo = await (await DSHookCO.getBtnByIndex(6)).getText();
32
- await expect(blurInfo).toEqual('Parent 1, Child 1');
33
- });
34
- });
35
-
36
- describe('PUI-8478, BlurOut First Focus-In hook', () => {
37
- before(async () => {
38
- const errorOnGo = await DSHookCO.firstFocusIn.go();
39
- if (errorOnGo) throw errorOnGo;
40
- });
41
- it('should show the first focused and last blurred item', async () => {
42
- const button = await DSHookCO.getBtnByIndex(0);
43
- await button.click();
44
- const button2 = await DSHookCO.getBtnByIndex(1);
45
- await button2.click();
46
- const focusInfo = await (await DSHookCO.getBtnByIndex(6)).getText(); // these buttons text returns blur information for the assert
47
- const blurInfo = await (await DSHookCO.getBtnByIndex(7)).getText();
48
- await expect(focusInfo).toEqual('Parent 1, Child 1');
49
- await expect(blurInfo).toEqual('Parent 1, Child 1');
50
- });
51
- it('should change the first focused item when its within a different parent', async () => {
52
- const button = await DSHookCO.getBtnByIndex(3);
53
- await button.click();
54
- const focusInfo = await (await DSHookCO.getBtnByIndex(6)).getText(); // these buttons text returns blur information for the assert
55
- const blurInfo = await (await DSHookCO.getBtnByIndex(7)).getText();
56
- await expect(focusInfo).toEqual('Parent 2, Child 2');
57
- await expect(blurInfo).toEqual('Parent 1, Child 2');
58
- });
59
- });
60
- }