@elliemae/pui-dimsum 3.53.0-alpha.1 → 3.53.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -11
  2. package/package.json +31 -31
package/CHANGELOG.md CHANGED
@@ -3,21 +3,15 @@
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.53.0-alpha.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.0.0-alpha.3...v3.53.0-alpha.1) (2025-05-28)
6
+ ## [3.53.0-next.2](https://git.elliemae.io/platform-ui/dimsum/compare/v3.53.0-next.1...v3.53.0-next.2) (2025-06-02)
7
7
 
8
- ### Features
8
+ **Note:** Version bump only for package @elliemae/pui-dimsum
9
9
 
10
- - dimsum:: props-helpers package + pattern for aria/data props [PUI-9669](https://jira.elliemae.io/browse/PUI-9669) ([#5530](https://git.elliemae.io/platform-ui/dimsum/issues/5530)) ([b007b59](https://git.elliemae.io/platform-ui/dimsum/commit/b007b597614d83790b91c80fbc37596fffe4ac9e))
11
- - dimsum:: remove ds basic scss build step [PUI-10314](https://jira.elliemae.io/browse/PUI-10314) ([#5916](https://git.elliemae.io/platform-ui/dimsum/issues/5916)) ([4c48ad2](https://git.elliemae.io/platform-ui/dimsum/commit/4c48ad2944b1c9f19707e6df37ec0349a34831db))
12
- - dimsum:: removing ds-utilities from packages [PUI-12596](https://jira.elliemae.io/browse/PUI-12596) ([#6882](https://git.elliemae.io/platform-ui/dimsum/issues/6882)) ([dcc94db](https://git.elliemae.io/platform-ui/dimsum/commit/dcc94db05f03c554cff8ad8baada091feb7c8261))
13
- - ds-codemods:: check dimsum deprecated packages command via npm ls + husky commit validator ([#4180](https://git.elliemae.io/platform-ui/dimsum/issues/4180)) ([82c03fe](https://git.elliemae.io/platform-ui/dimsum/commit/82c03feec7eaa1333b08b3fe5f31e0105d870e54))
14
- - ds-controlled-form:: date-time-picker - fix calendar open focused day [PUI-8131](https://jira.elliemae.io/browse/PUI-8131) ([#4270](https://git.elliemae.io/platform-ui/dimsum/issues/4270)) ([ae480b1](https://git.elliemae.io/platform-ui/dimsum/commit/ae480b1a026d61207be879bce9f9d880c5aa34b9))
15
- - ds-typography:: new component [PUI-8323](https://jira.elliemae.io/browse/PUI-8323) ([#4490](https://git.elliemae.io/platform-ui/dimsum/issues/4490)) ([60e0f08](https://git.elliemae.io/platform-ui/dimsum/commit/60e0f08e732b56cb23b03428e93b9b7fa9b12352))
16
- - ds-virtual-list:: internally migrated to react-virtual v3 + solved unit-testing [PUI-9630](https://jira.elliemae.io/browse/PUI-9630) ([#5374](https://git.elliemae.io/platform-ui/dimsum/issues/5374)) ([27993cb](https://git.elliemae.io/platform-ui/dimsum/commit/27993cb43447f4f349cd2dca2d8a164762877aa2))
10
+ ## [3.53.0-next.1](https://git.elliemae.io/platform-ui/dimsum/compare/v3.37.0-next.9...v3.53.0-next.1) (2025-05-28)
17
11
 
18
- ### Bug Fixes
12
+ ### Features
19
13
 
20
- - ds-codemods: fix with 3.x building tools [PUI-8221](https://jira.elliemae.io/browse/PUI-8221) ([#4294](https://git.elliemae.io/platform-ui/dimsum/issues/4294)) ([356689d](https://git.elliemae.io/platform-ui/dimsum/commit/356689d289f290bae2763cbd0adce59894d2262a))
14
+ - dimsum:: removing ds-utilities from packages [PUI-12596](https://jira.elliemae.io/browse/PUI-12596) ([#6882](https://git.elliemae.io/platform-ui/dimsum/issues/6882)) ([dcc94db](https://git.elliemae.io/platform-ui/dimsum/commit/dcc94db05f03c554cff8ad8baada091feb7c8261))
21
15
 
22
16
  ## [3.52.0-rc.33](https://git.elliemae.io/platform-ui/dimsum/compare/v3.52.0-rc.32...v3.52.0-rc.33) (2025-05-21)
23
17
 
package/package.json CHANGED
@@ -1,42 +1,42 @@
1
1
  {
2
2
  "name": "@elliemae/pui-dimsum",
3
3
  "description": "EllieMae - Dimsum",
4
- "version": "3.53.0-alpha.1",
4
+ "version": "3.53.0-next.2",
5
5
  "sideEffects": [
6
6
  "*.css",
7
7
  "*.scss"
8
8
  ],
9
9
  "dependencies": {
10
- "@elliemae/ds-banner": "3.53.0-alpha.1",
11
- "@elliemae/ds-basic": "3.53.0-alpha.1",
12
- "@elliemae/ds-card-array": "3.53.0-alpha.1",
13
- "@elliemae/ds-card-navigation": "3.53.0-alpha.1",
14
- "@elliemae/ds-codeeditor": "3.53.0-alpha.1",
15
- "@elliemae/ds-comments": "3.53.0-alpha.1",
16
- "@elliemae/ds-common": "3.53.0-alpha.1",
17
- "@elliemae/ds-datagrids": "3.53.0-alpha.1",
18
- "@elliemae/ds-date-picker": "3.53.0-alpha.1",
19
- "@elliemae/ds-date-range-picker": "3.53.0-alpha.1",
20
- "@elliemae/ds-date-time-picker": "3.53.0-alpha.1",
21
- "@elliemae/ds-date-time-recurrence-picker": "3.53.0-alpha.1",
22
- "@elliemae/ds-dropdownmenu": "3.53.0-alpha.1",
23
- "@elliemae/ds-date-range-selector": "3.53.0-alpha.1",
24
- "@elliemae/ds-filterbar": "3.53.0-alpha.1",
25
- "@elliemae/ds-imagelibrarymodal": "3.53.0-alpha.1",
26
- "@elliemae/ds-icons": "3.53.0-alpha.1",
27
- "@elliemae/ds-modal": "3.53.0-alpha.1",
28
- "@elliemae/ds-modal-slide": "3.53.0-alpha.1",
29
- "@elliemae/ds-number-range-field": "3.53.0-alpha.1",
30
- "@elliemae/ds-pagination": "3.53.0-alpha.1",
31
- "@elliemae/ds-query-builder": "3.53.0-alpha.1",
32
- "@elliemae/ds-ribbon": "3.53.0-alpha.1",
33
- "@elliemae/ds-search-field": "3.53.0-alpha.1",
34
- "@elliemae/ds-shuttle": "3.53.0-alpha.1",
35
- "@elliemae/ds-shared": "3.53.0-alpha.1",
36
- "@elliemae/ds-treeview": "3.53.0-alpha.1",
37
- "@elliemae/ds-uploader": "3.53.0-alpha.1",
38
- "@elliemae/ds-wysiwygeditor": "3.53.0-alpha.1",
39
- "@elliemae/ds-wizard": "3.53.0-alpha.1"
10
+ "@elliemae/ds-banner": "3.53.0-next.2",
11
+ "@elliemae/ds-basic": "3.53.0-next.2",
12
+ "@elliemae/ds-card-array": "3.53.0-next.2",
13
+ "@elliemae/ds-card-navigation": "3.53.0-next.2",
14
+ "@elliemae/ds-codeeditor": "3.53.0-next.2",
15
+ "@elliemae/ds-comments": "3.53.0-next.2",
16
+ "@elliemae/ds-common": "3.53.0-next.2",
17
+ "@elliemae/ds-datagrids": "3.53.0-next.2",
18
+ "@elliemae/ds-date-picker": "3.53.0-next.2",
19
+ "@elliemae/ds-date-range-picker": "3.53.0-next.2",
20
+ "@elliemae/ds-date-range-selector": "3.53.0-next.2",
21
+ "@elliemae/ds-date-time-picker": "3.53.0-next.2",
22
+ "@elliemae/ds-date-time-recurrence-picker": "3.53.0-next.2",
23
+ "@elliemae/ds-dropdownmenu": "3.53.0-next.2",
24
+ "@elliemae/ds-icons": "3.53.0-next.2",
25
+ "@elliemae/ds-filterbar": "3.53.0-next.2",
26
+ "@elliemae/ds-modal": "3.53.0-next.2",
27
+ "@elliemae/ds-imagelibrarymodal": "3.53.0-next.2",
28
+ "@elliemae/ds-number-range-field": "3.53.0-next.2",
29
+ "@elliemae/ds-pagination": "3.53.0-next.2",
30
+ "@elliemae/ds-query-builder": "3.53.0-next.2",
31
+ "@elliemae/ds-modal-slide": "3.53.0-next.2",
32
+ "@elliemae/ds-ribbon": "3.53.0-next.2",
33
+ "@elliemae/ds-search-field": "3.53.0-next.2",
34
+ "@elliemae/ds-shared": "3.53.0-next.2",
35
+ "@elliemae/ds-shuttle": "3.53.0-next.2",
36
+ "@elliemae/ds-treeview": "3.53.0-next.2",
37
+ "@elliemae/ds-uploader": "3.53.0-next.2",
38
+ "@elliemae/ds-wizard": "3.53.0-next.2",
39
+ "@elliemae/ds-wysiwygeditor": "3.53.0-next.2"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": "^18.3.1",