dimsum-e2e-tests 3.36.0-next.0 → 3.36.0-next.2

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,16 @@
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.36.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.36.0-next.1...v3.36.0-next.2) (2024-05-22)
7
+
8
+ **Note:** Version bump only for package dimsum-e2e-tests
9
+
10
+ ## [3.36.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.36.0-next.0...v3.36.0-next.1) (2024-05-21)
11
+
12
+ ### Features
13
+
14
+ - environment:: ds-storybook - migrate to storybook v8 with vite [PUI-13396](https://jira.elliemae.io/browse/PUI-13396) ([#6827](https://git.elliemae.io/platform-ui/dimsum/issues/6827)) ([6b0f4bb](https://git.elliemae.io/platform-ui/dimsum/commit/6b0f4bb6f4448c334b816966fe3aa1cf62bcfb48))
15
+
6
16
  ## [3.36.0-next.0](https://git.elliemae.io/platform-ui/dimsum/compare/v3.34.0-next.5...v3.36.0-next.0) (2024-05-19)
7
17
 
8
18
  ### Features
@@ -1,7 +1,8 @@
1
- export { default as BubbleCO } from './BubbleCO';
2
- export { default as FloatingButtonCO } from './FloatingButtonCO';
3
- export { default as TileCO } from '../../ds-chat-tile/TileCO';
4
- export { default as HeaderCO } from './HeaderCO';
5
- export { default as ComposerCO } from './ComposerCO';
6
- export { default as ChatCO } from '../DSChatCO';
7
- export { default as StoryBtnsCO } from './StoryBtnsCO';
1
+ import BubbleCO from './BubbleCO';
2
+ import FloatingButtonCO from './FloatingButtonCO';
3
+ import TileCO from '../../ds-chat-tile/TileCO';
4
+ import HeaderCO from './HeaderCO';
5
+ import ComposerCO from './ComposerCO';
6
+ import ChatCO from '../DSChatCO';
7
+ import StoryBtnsCO from './StoryBtnsCO';
8
+ export { BubbleCO, FloatingButtonCO, TileCO, HeaderCO, ComposerCO, ChatCO, StoryBtnsCO };
@@ -1,10 +1,23 @@
1
- export { default as RowCO } from './RowCO';
2
- export { default as CellCO } from './CellCO';
3
- export { default as HeaderCO } from './HeaderCO';
4
- export { default as FiltersCO } from './FiltersCO';
5
- export { default as FilterBarCO } from './FilterBarCO';
6
- export { default as FiltersCOextra } from './FiltersCOextra';
7
- export { default as DateSwitcherCO } from './DateSwitcherCO';
8
- export { default as PaginationNavCO } from './PaginationNavCO';
9
- export { default as ExportCsvCO } from './ExportCsvCO';
10
- export { default as OnRowClickCO } from './OnRowClickCO';
1
+ import RowCO from './RowCO';
2
+ import CellCO from './CellCO';
3
+ import HeaderCO from './HeaderCO';
4
+ import FiltersCO from './FiltersCO';
5
+ import FilterBarCO from './FilterBarCO';
6
+ import FiltersCOextra from './FiltersCOextra';
7
+ import DateSwitcherCO from './DateSwitcherCO';
8
+ import PaginationNavCO from './PaginationNavCO';
9
+ import ExportCsvCO from './ExportCsvCO';
10
+ import OnRowClickCO from './OnRowClickCO';
11
+
12
+ export {
13
+ RowCO,
14
+ CellCO,
15
+ HeaderCO,
16
+ FiltersCO,
17
+ FilterBarCO,
18
+ FiltersCOextra,
19
+ DateSwitcherCO,
20
+ PaginationNavCO,
21
+ ExportCsvCO,
22
+ OnRowClickCO,
23
+ };
@@ -1,2 +1,3 @@
1
- export { default as DialogShuttleCO } from './DialogShuttleCO';
2
- export { default as DialogFormsCO } from './DialogFormsCO';
1
+ import DialogShuttleCO from './DialogShuttleCO';
2
+ import DialogFormsCO from './DialogFormsCO';
3
+ export { DialogShuttleCO, DialogFormsCO };
package/package.json CHANGED
@@ -1,126 +1,126 @@
1
1
  {
2
2
  "name": "dimsum-e2e-tests",
3
- "version": "3.36.0-next.0",
3
+ "version": "3.36.0-next.2",
4
4
  "description": "End-to-end tests for dimsum library",
5
5
  "dependencies": {
6
- "@elliemae/ds-accessibility": "3.36.0-next.0",
7
- "@elliemae/ds-app-picker": "3.36.0-next.0",
8
- "@elliemae/ds-accordion": "3.36.0-next.0",
9
- "@elliemae/ds-banner": "3.36.0-next.0",
10
- "@elliemae/ds-backdrop": "3.36.0-next.0",
11
- "@elliemae/ds-basic": "3.36.0-next.0",
12
- "@elliemae/ds-breadcrumb": "3.36.0-next.0",
13
- "@elliemae/ds-button": "3.36.0-next.0",
14
- "@elliemae/ds-button-v2": "3.36.0-next.0",
15
- "@elliemae/ds-button-v1": "3.36.0-next.0",
16
- "@elliemae/ds-card": "3.36.0-next.0",
17
- "@elliemae/ds-card-array": "3.36.0-next.0",
18
- "@elliemae/ds-card-navigation": "3.36.0-next.0",
19
- "@elliemae/ds-button-group": "3.36.0-next.0",
20
- "@elliemae/ds-card-v2": "3.36.0-next.0",
21
- "@elliemae/ds-card-v2-group": "3.36.0-next.0",
22
- "@elliemae/ds-card-v2-action-addon": "3.36.0-next.0",
23
- "@elliemae/ds-chat": "3.36.0-next.0",
24
- "@elliemae/ds-chat-bubble": "3.36.0-next.0",
25
- "@elliemae/ds-chat-tile": "3.36.0-next.0",
26
- "@elliemae/ds-chip": "3.36.0-next.0",
27
- "@elliemae/ds-circular-progress-indicator": "3.36.0-next.0",
28
- "@elliemae/ds-codeeditor": "3.36.0-next.0",
29
- "@elliemae/ds-controlled-form": "3.36.0-next.0",
30
- "@elliemae/ds-comments": "3.36.0-next.0",
31
- "@elliemae/ds-data-table": "3.36.0-next.0",
32
- "@elliemae/ds-dataviz": "3.36.0-next.0",
33
- "@elliemae/ds-csv-converter": "3.36.0-next.0",
34
- "@elliemae/ds-data-table-cell-header": "3.36.0-next.0",
35
- "@elliemae/ds-datagrids": "3.36.0-next.0",
36
- "@elliemae/ds-date-picker": "3.36.0-next.0",
37
- "@elliemae/ds-dataviz-pie": "3.36.0-next.0",
38
- "@elliemae/ds-date-range-selector": "3.36.0-next.0",
39
- "@elliemae/ds-date-range-picker": "3.36.0-next.0",
40
- "@elliemae/ds-date-time-picker": "3.36.0-next.0",
41
- "@elliemae/ds-date-time-recurrence-picker": "3.36.0-next.0",
42
- "@elliemae/ds-decision-graph": "3.36.0-next.0",
43
- "@elliemae/ds-dialog": "3.36.0-next.0",
44
- "@elliemae/ds-drag-and-drop": "3.36.0-next.0",
45
- "@elliemae/ds-dropdownmenu": "3.36.0-next.0",
46
- "@elliemae/ds-fast-list": "3.36.0-next.0",
47
- "@elliemae/ds-dropzone": "3.36.0-next.0",
48
- "@elliemae/ds-filterbar": "3.36.0-next.0",
49
- "@elliemae/ds-form": "3.36.0-next.0",
50
- "@elliemae/ds-form-date-range-picker": "3.36.0-next.0",
51
- "@elliemae/ds-form-date-time-picker": "3.36.0-next.0",
52
- "@elliemae/ds-form-layout-blocks": "3.36.0-next.0",
53
- "@elliemae/ds-form-layout-label": "3.36.0-next.0",
54
- "@elliemae/ds-global-header": "3.36.0-next.0",
55
- "@elliemae/ds-group-box": "3.36.0-next.0",
56
- "@elliemae/ds-grid": "3.36.0-next.0",
57
- "@elliemae/ds-header": "3.36.0-next.0",
58
- "@elliemae/ds-hooks-fontsize-media": "3.36.0-next.0",
59
- "@elliemae/ds-hooks-fontsize-detector": "3.36.0-next.0",
60
- "@elliemae/ds-icons": "3.36.0-next.0",
61
- "@elliemae/ds-icon": "3.36.0-next.0",
62
- "@elliemae/ds-image": "3.36.0-next.0",
63
- "@elliemae/ds-indeterminate-progress-indicator": "3.36.0-next.0",
64
- "@elliemae/ds-imagelibrarymodal": "3.36.0-next.0",
65
- "@elliemae/ds-left-navigation": "3.36.0-next.0",
66
- "@elliemae/ds-label-value": "3.36.0-next.0",
67
- "@elliemae/ds-list-section-header": "3.36.0-next.0",
68
- "@elliemae/ds-menu": "3.36.0-next.0",
69
- "@elliemae/ds-loading-indicator": "3.36.0-next.0",
70
- "@elliemae/ds-mobile": "3.36.0-next.0",
71
- "@elliemae/ds-mini-toolbar": "3.36.0-next.0",
72
- "@elliemae/ds-menu-items": "3.36.0-next.0",
73
- "@elliemae/ds-modal": "3.36.0-next.0",
74
- "@elliemae/ds-modal-slide": "3.36.0-next.0",
75
- "@elliemae/ds-notification-badge": "3.36.0-next.0",
76
- "@elliemae/ds-number-range-field": "3.36.0-next.0",
77
- "@elliemae/ds-page-header-v1": "3.36.0-next.0",
78
- "@elliemae/ds-page-header": "3.36.0-next.0",
79
- "@elliemae/ds-page-header-v2": "3.36.0-next.0",
80
- "@elliemae/ds-page-layout": "3.36.0-next.0",
81
- "@elliemae/ds-page-number": "3.36.0-next.0",
82
- "@elliemae/ds-pagination": "3.36.0-next.0",
83
- "@elliemae/ds-pills": "3.36.0-next.0",
84
- "@elliemae/ds-popover": "3.36.0-next.0",
85
- "@elliemae/ds-popperjs": "3.36.0-next.0",
86
- "@elliemae/ds-progress-indicator": "3.36.0-next.0",
87
- "@elliemae/ds-query-builder": "3.36.0-next.0",
88
- "@elliemae/ds-popper": "3.36.0-next.0",
89
- "@elliemae/ds-read-more": "3.36.0-next.0",
90
- "@elliemae/ds-resizeable-container": "3.36.0-next.0",
91
- "@elliemae/ds-search-field": "3.36.0-next.0",
92
- "@elliemae/ds-ribbon": "3.36.0-next.0",
93
- "@elliemae/ds-shuttle": "3.36.0-next.0",
94
- "@elliemae/ds-separator": "3.36.0-next.0",
95
- "@elliemae/ds-shuttle-v2": "3.36.0-next.0",
96
- "@elliemae/ds-skeleton": "3.36.0-next.0",
97
- "@elliemae/ds-side-panel": "3.36.0-next.0",
98
- "@elliemae/ds-slider": "3.36.0-next.0",
99
- "@elliemae/ds-spinner": "3.36.0-next.0",
100
- "@elliemae/ds-square-indicator": "3.36.0-next.0",
101
- "@elliemae/ds-stepper": "3.36.0-next.0",
102
- "@elliemae/ds-svg": "3.36.0-next.0",
103
- "@elliemae/ds-test-utils": "3.36.0-next.0",
104
- "@elliemae/ds-system": "3.36.0-next.0",
105
- "@elliemae/ds-tabs": "3.36.0-next.0",
106
- "@elliemae/ds-text-wrapper": "3.36.0-next.0",
107
- "@elliemae/ds-time-picker": "3.36.0-next.0",
108
- "@elliemae/ds-toast": "3.36.0-next.0",
109
- "@elliemae/ds-toolbar": "3.36.0-next.0",
110
- "@elliemae/ds-toolbar-v2": "3.36.0-next.0",
111
- "@elliemae/ds-transition": "3.36.0-next.0",
112
- "@elliemae/ds-tree-model": "3.36.0-next.0",
113
- "@elliemae/ds-treeview": "3.36.0-next.0",
114
- "@elliemae/ds-uploader": "3.36.0-next.0",
115
- "@elliemae/ds-truncated-tooltip-text": "3.36.0-next.0",
116
- "@elliemae/ds-tooltip": "3.36.0-next.0",
117
- "@elliemae/ds-utilities": "3.36.0-next.0",
118
- "@elliemae/ds-typography": "3.36.0-next.0",
119
- "@elliemae/ds-truncated-expandable-text": "3.36.0-next.0",
120
- "@elliemae/ds-virtual-list": "3.36.0-next.0",
121
- "@elliemae/ds-wizard": "3.36.0-next.0",
122
- "@elliemae/ds-wysiwygeditor": "3.36.0-next.0",
123
- "@elliemae/ds-zipcode-search": "3.36.0-next.0",
124
- "@elliemae/ds-zoom": "3.36.0-next.0"
6
+ "@elliemae/ds-accessibility": "3.36.0-next.2",
7
+ "@elliemae/ds-backdrop": "3.36.0-next.2",
8
+ "@elliemae/ds-banner": "3.36.0-next.2",
9
+ "@elliemae/ds-basic": "3.36.0-next.2",
10
+ "@elliemae/ds-app-picker": "3.36.0-next.2",
11
+ "@elliemae/ds-breadcrumb": "3.36.0-next.2",
12
+ "@elliemae/ds-button": "3.36.0-next.2",
13
+ "@elliemae/ds-button-group": "3.36.0-next.2",
14
+ "@elliemae/ds-button-v1": "3.36.0-next.2",
15
+ "@elliemae/ds-button-v2": "3.36.0-next.2",
16
+ "@elliemae/ds-card": "3.36.0-next.2",
17
+ "@elliemae/ds-card-navigation": "3.36.0-next.2",
18
+ "@elliemae/ds-card-v2": "3.36.0-next.2",
19
+ "@elliemae/ds-card-v2-action-addon": "3.36.0-next.2",
20
+ "@elliemae/ds-card-array": "3.36.0-next.2",
21
+ "@elliemae/ds-card-v2-group": "3.36.0-next.2",
22
+ "@elliemae/ds-chat": "3.36.0-next.2",
23
+ "@elliemae/ds-chat-bubble": "3.36.0-next.2",
24
+ "@elliemae/ds-chat-tile": "3.36.0-next.2",
25
+ "@elliemae/ds-accordion": "3.36.0-next.2",
26
+ "@elliemae/ds-circular-progress-indicator": "3.36.0-next.2",
27
+ "@elliemae/ds-chip": "3.36.0-next.2",
28
+ "@elliemae/ds-codeeditor": "3.36.0-next.2",
29
+ "@elliemae/ds-comments": "3.36.0-next.2",
30
+ "@elliemae/ds-controlled-form": "3.36.0-next.2",
31
+ "@elliemae/ds-csv-converter": "3.36.0-next.2",
32
+ "@elliemae/ds-data-table-cell-header": "3.36.0-next.2",
33
+ "@elliemae/ds-data-table": "3.36.0-next.2",
34
+ "@elliemae/ds-dataviz": "3.36.0-next.2",
35
+ "@elliemae/ds-datagrids": "3.36.0-next.2",
36
+ "@elliemae/ds-date-picker": "3.36.0-next.2",
37
+ "@elliemae/ds-date-range-picker": "3.36.0-next.2",
38
+ "@elliemae/ds-dataviz-pie": "3.36.0-next.2",
39
+ "@elliemae/ds-date-time-picker": "3.36.0-next.2",
40
+ "@elliemae/ds-date-range-selector": "3.36.0-next.2",
41
+ "@elliemae/ds-decision-graph": "3.36.0-next.2",
42
+ "@elliemae/ds-date-time-recurrence-picker": "3.36.0-next.2",
43
+ "@elliemae/ds-dialog": "3.36.0-next.2",
44
+ "@elliemae/ds-dropdownmenu": "3.36.0-next.2",
45
+ "@elliemae/ds-fast-list": "3.36.0-next.2",
46
+ "@elliemae/ds-dropzone": "3.36.0-next.2",
47
+ "@elliemae/ds-filterbar": "3.36.0-next.2",
48
+ "@elliemae/ds-form-date-range-picker": "3.36.0-next.2",
49
+ "@elliemae/ds-drag-and-drop": "3.36.0-next.2",
50
+ "@elliemae/ds-form": "3.36.0-next.2",
51
+ "@elliemae/ds-form-date-time-picker": "3.36.0-next.2",
52
+ "@elliemae/ds-form-layout-label": "3.36.0-next.2",
53
+ "@elliemae/ds-form-layout-blocks": "3.36.0-next.2",
54
+ "@elliemae/ds-global-header": "3.36.0-next.2",
55
+ "@elliemae/ds-group-box": "3.36.0-next.2",
56
+ "@elliemae/ds-header": "3.36.0-next.2",
57
+ "@elliemae/ds-grid": "3.36.0-next.2",
58
+ "@elliemae/ds-hooks-fontsize-detector": "3.36.0-next.2",
59
+ "@elliemae/ds-hooks-fontsize-media": "3.36.0-next.2",
60
+ "@elliemae/ds-icon": "3.36.0-next.2",
61
+ "@elliemae/ds-imagelibrarymodal": "3.36.0-next.2",
62
+ "@elliemae/ds-image": "3.36.0-next.2",
63
+ "@elliemae/ds-icons": "3.36.0-next.2",
64
+ "@elliemae/ds-indeterminate-progress-indicator": "3.36.0-next.2",
65
+ "@elliemae/ds-list-section-header": "3.36.0-next.2",
66
+ "@elliemae/ds-left-navigation": "3.36.0-next.2",
67
+ "@elliemae/ds-loading-indicator": "3.36.0-next.2",
68
+ "@elliemae/ds-label-value": "3.36.0-next.2",
69
+ "@elliemae/ds-menu-items": "3.36.0-next.2",
70
+ "@elliemae/ds-menu": "3.36.0-next.2",
71
+ "@elliemae/ds-mini-toolbar": "3.36.0-next.2",
72
+ "@elliemae/ds-modal": "3.36.0-next.2",
73
+ "@elliemae/ds-mobile": "3.36.0-next.2",
74
+ "@elliemae/ds-modal-slide": "3.36.0-next.2",
75
+ "@elliemae/ds-number-range-field": "3.36.0-next.2",
76
+ "@elliemae/ds-notification-badge": "3.36.0-next.2",
77
+ "@elliemae/ds-page-header": "3.36.0-next.2",
78
+ "@elliemae/ds-page-header-v2": "3.36.0-next.2",
79
+ "@elliemae/ds-page-header-v1": "3.36.0-next.2",
80
+ "@elliemae/ds-page-layout": "3.36.0-next.2",
81
+ "@elliemae/ds-page-number": "3.36.0-next.2",
82
+ "@elliemae/ds-pagination": "3.36.0-next.2",
83
+ "@elliemae/ds-popover": "3.36.0-next.2",
84
+ "@elliemae/ds-pills": "3.36.0-next.2",
85
+ "@elliemae/ds-popper": "3.36.0-next.2",
86
+ "@elliemae/ds-popperjs": "3.36.0-next.2",
87
+ "@elliemae/ds-progress-indicator": "3.36.0-next.2",
88
+ "@elliemae/ds-read-more": "3.36.0-next.2",
89
+ "@elliemae/ds-query-builder": "3.36.0-next.2",
90
+ "@elliemae/ds-resizeable-container": "3.36.0-next.2",
91
+ "@elliemae/ds-ribbon": "3.36.0-next.2",
92
+ "@elliemae/ds-search-field": "3.36.0-next.2",
93
+ "@elliemae/ds-separator": "3.36.0-next.2",
94
+ "@elliemae/ds-shuttle": "3.36.0-next.2",
95
+ "@elliemae/ds-shuttle-v2": "3.36.0-next.2",
96
+ "@elliemae/ds-skeleton": "3.36.0-next.2",
97
+ "@elliemae/ds-side-panel": "3.36.0-next.2",
98
+ "@elliemae/ds-spinner": "3.36.0-next.2",
99
+ "@elliemae/ds-square-indicator": "3.36.0-next.2",
100
+ "@elliemae/ds-slider": "3.36.0-next.2",
101
+ "@elliemae/ds-svg": "3.36.0-next.2",
102
+ "@elliemae/ds-stepper": "3.36.0-next.2",
103
+ "@elliemae/ds-system": "3.36.0-next.2",
104
+ "@elliemae/ds-tabs": "3.36.0-next.2",
105
+ "@elliemae/ds-test-utils": "3.36.0-next.2",
106
+ "@elliemae/ds-text-wrapper": "3.36.0-next.2",
107
+ "@elliemae/ds-time-picker": "3.36.0-next.2",
108
+ "@elliemae/ds-toolbar-v2": "3.36.0-next.2",
109
+ "@elliemae/ds-toolbar": "3.36.0-next.2",
110
+ "@elliemae/ds-toast": "3.36.0-next.2",
111
+ "@elliemae/ds-tooltip": "3.36.0-next.2",
112
+ "@elliemae/ds-transition": "3.36.0-next.2",
113
+ "@elliemae/ds-tree-model": "3.36.0-next.2",
114
+ "@elliemae/ds-treeview": "3.36.0-next.2",
115
+ "@elliemae/ds-truncated-expandable-text": "3.36.0-next.2",
116
+ "@elliemae/ds-truncated-tooltip-text": "3.36.0-next.2",
117
+ "@elliemae/ds-typography": "3.36.0-next.2",
118
+ "@elliemae/ds-uploader": "3.36.0-next.2",
119
+ "@elliemae/ds-utilities": "3.36.0-next.2",
120
+ "@elliemae/ds-virtual-list": "3.36.0-next.2",
121
+ "@elliemae/ds-wizard": "3.36.0-next.2",
122
+ "@elliemae/ds-zipcode-search": "3.36.0-next.2",
123
+ "@elliemae/ds-wysiwygeditor": "3.36.0-next.2",
124
+ "@elliemae/ds-zoom": "3.36.0-next.2"
125
125
  }
126
126
  }