@refinitiv-ui/elements 7.6.1 → 7.6.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 +6 -0
- package/lib/item/helpers/types.d.ts +4 -0
- package/lib/tree/helpers/types.d.ts +4 -0
- package/lib/version.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
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
|
+
## [7.6.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.6.1...@refinitiv-ui/elements@7.6.2) (2023-10-09)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **overlay-menu:** missing nested items property ([#982](https://github.com/Refinitiv/refinitiv-ui/issues/982)) ([bac94cb](https://github.com/Refinitiv/refinitiv-ui/commit/bac94cbb39f5a2dde2046c385020941a2d35317e))
|
|
11
|
+
|
|
6
12
|
## [7.6.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.6.0...@refinitiv-ui/elements@7.6.1) (2023-10-02)
|
|
7
13
|
|
|
8
14
|
### Bug Fixes
|
package/lib/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '7.6.
|
|
1
|
+
export const VERSION = '7.6.2';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@refinitiv-ui/elements",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.2",
|
|
4
4
|
"description": "Element Framework Elements",
|
|
5
5
|
"author": "LSEG",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -351,25 +351,25 @@
|
|
|
351
351
|
"tslib": "^2.3.1"
|
|
352
352
|
},
|
|
353
353
|
"devDependencies": {
|
|
354
|
-
"@refinitiv-ui/core": "^7.2.
|
|
355
|
-
"@refinitiv-ui/demo-block": "^7.0.
|
|
354
|
+
"@refinitiv-ui/core": "^7.2.1",
|
|
355
|
+
"@refinitiv-ui/demo-block": "^7.0.8",
|
|
356
356
|
"@refinitiv-ui/i18n": "^7.0.4",
|
|
357
357
|
"@refinitiv-ui/phrasebook": "^7.0.4",
|
|
358
358
|
"@refinitiv-ui/test-helpers": "^7.0.4",
|
|
359
|
-
"@refinitiv-ui/translate": "^7.0.
|
|
360
|
-
"@refinitiv-ui/utils": "^7.1.
|
|
359
|
+
"@refinitiv-ui/translate": "^7.0.5",
|
|
360
|
+
"@refinitiv-ui/utils": "^7.1.1",
|
|
361
361
|
"@types/d3-interpolate": "^3.0.1"
|
|
362
362
|
},
|
|
363
363
|
"peerDependencies": {
|
|
364
364
|
"@refinitiv-ui/browser-sparkline": "^1.0.0 || ^2.0.0",
|
|
365
|
-
"@refinitiv-ui/core": "^7.2.
|
|
365
|
+
"@refinitiv-ui/core": "^7.2.1",
|
|
366
366
|
"@refinitiv-ui/i18n": "^7.0.4",
|
|
367
367
|
"@refinitiv-ui/phrasebook": "^7.0.4",
|
|
368
|
-
"@refinitiv-ui/translate": "^7.0.
|
|
369
|
-
"@refinitiv-ui/utils": "^7.1.
|
|
368
|
+
"@refinitiv-ui/translate": "^7.0.5",
|
|
369
|
+
"@refinitiv-ui/utils": "^7.1.1"
|
|
370
370
|
},
|
|
371
371
|
"publishConfig": {
|
|
372
372
|
"access": "public"
|
|
373
373
|
},
|
|
374
|
-
"gitHead": "
|
|
374
|
+
"gitHead": "4ba5cbcd3390fba7f3d554afc8886976291c47a2"
|
|
375
375
|
}
|