@refinitiv-ui/elements 7.15.3 → 7.15.4
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 +4 -0
- package/lib/version.js +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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.15.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.15.3...@refinitiv-ui/elements@7.15.4) (2025-11-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
9
|
+
|
|
6
10
|
## [7.15.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.15.2...@refinitiv-ui/elements@7.15.3) (2025-11-12)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @refinitiv-ui/elements
|
package/lib/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '7.15.
|
|
1
|
+
export const VERSION = '7.15.4';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@refinitiv-ui/elements",
|
|
3
|
-
"version": "7.15.
|
|
3
|
+
"version": "7.15.4",
|
|
4
4
|
"description": "Element Framework Elements",
|
|
5
5
|
"author": "LSEG",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -458,9 +458,9 @@
|
|
|
458
458
|
},
|
|
459
459
|
"dependencies": {
|
|
460
460
|
"@lit-labs/context": "^0.3.1",
|
|
461
|
-
"@refinitiv-ui/ds-theme": "^7.1.
|
|
462
|
-
"@refinitiv-ui/halo-theme": "^7.6.
|
|
463
|
-
"@refinitiv-ui/solar-theme": "^7.4.
|
|
461
|
+
"@refinitiv-ui/ds-theme": "^7.1.4",
|
|
462
|
+
"@refinitiv-ui/halo-theme": "^7.6.3",
|
|
463
|
+
"@refinitiv-ui/solar-theme": "^7.4.3",
|
|
464
464
|
"chart.js": "^4.4.2",
|
|
465
465
|
"chartjs-adapter-date-fns": "^3.0.0",
|
|
466
466
|
"d3-interpolate": "^3.0.1",
|
|
@@ -470,25 +470,25 @@
|
|
|
470
470
|
"tslib": "^2.3.1"
|
|
471
471
|
},
|
|
472
472
|
"devDependencies": {
|
|
473
|
-
"@refinitiv-ui/core": "^7.5.
|
|
474
|
-
"@refinitiv-ui/demo-block": "^7.2.
|
|
475
|
-
"@refinitiv-ui/i18n": "^7.1.
|
|
476
|
-
"@refinitiv-ui/phrasebook": "^7.1.
|
|
477
|
-
"@refinitiv-ui/test-helpers": "^7.1.
|
|
478
|
-
"@refinitiv-ui/translate": "^7.1.
|
|
479
|
-
"@refinitiv-ui/utils": "^7.3.
|
|
473
|
+
"@refinitiv-ui/core": "^7.5.5",
|
|
474
|
+
"@refinitiv-ui/demo-block": "^7.2.4",
|
|
475
|
+
"@refinitiv-ui/i18n": "^7.1.8",
|
|
476
|
+
"@refinitiv-ui/phrasebook": "^7.1.4",
|
|
477
|
+
"@refinitiv-ui/test-helpers": "^7.1.5",
|
|
478
|
+
"@refinitiv-ui/translate": "^7.1.13",
|
|
479
|
+
"@refinitiv-ui/utils": "^7.3.3",
|
|
480
480
|
"@types/d3-interpolate": "^3.0.1"
|
|
481
481
|
},
|
|
482
482
|
"peerDependencies": {
|
|
483
483
|
"@refinitiv-ui/browser-sparkline": "^1.0.0 || ^2.0.0",
|
|
484
|
-
"@refinitiv-ui/core": "^7.5.
|
|
485
|
-
"@refinitiv-ui/i18n": "^7.1.
|
|
486
|
-
"@refinitiv-ui/phrasebook": "^7.1.
|
|
487
|
-
"@refinitiv-ui/translate": "^7.1.
|
|
488
|
-
"@refinitiv-ui/utils": "^7.3.
|
|
484
|
+
"@refinitiv-ui/core": "^7.5.5",
|
|
485
|
+
"@refinitiv-ui/i18n": "^7.1.8",
|
|
486
|
+
"@refinitiv-ui/phrasebook": "^7.1.4",
|
|
487
|
+
"@refinitiv-ui/translate": "^7.1.13",
|
|
488
|
+
"@refinitiv-ui/utils": "^7.3.3"
|
|
489
489
|
},
|
|
490
490
|
"publishConfig": {
|
|
491
491
|
"access": "public"
|
|
492
492
|
},
|
|
493
|
-
"gitHead": "
|
|
493
|
+
"gitHead": "a2b508ed3e8302a47cb1741f0bf047496cc06b48"
|
|
494
494
|
}
|