@refinitiv-ui/elements 7.14.1 → 7.14.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,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.14.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.14.1...@refinitiv-ui/elements@7.14.2) (2025-02-04)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **interactive-chart:** hide tradingview default attribution logo ([#1253](https://github.com/Refinitiv/refinitiv-ui/issues/1253)) ([e273d9e](https://github.com/Refinitiv/refinitiv-ui/commit/e273d9ebd5037bad76a01717c73b4a5ee51f15fc))
11
+
6
12
  ## [7.14.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.14.0...@refinitiv-ui/elements@7.14.1) (2025-01-02)
7
13
 
8
14
  **Note:** Version bump only for package @refinitiv-ui/elements
@@ -514,7 +514,8 @@ let InteractiveChart = InteractiveChart_1 = class InteractiveChart extends Respo
514
514
  color: this.theme.backgroundColor
515
515
  },
516
516
  textColor: this.theme.textColor,
517
- fontFamily: defaultFontFamily
517
+ fontFamily: defaultFontFamily,
518
+ attributionLogo: false
518
519
  },
519
520
  leftPriceScale: {
520
521
  borderColor: this.theme.scalePriceBorderColor
@@ -1026,7 +1027,12 @@ let InteractiveChart = InteractiveChart_1 = class InteractiveChart extends Respo
1026
1027
  <div part="jump-button-container">
1027
1028
  <div part="jump-button"></div>
1028
1029
  </div>
1029
- <div part="branding-container" title="" tooltip="Powered by Trading View">
1030
+ <a
1031
+ href="https://www.tradingview.com"
1032
+ part="branding-container"
1033
+ title="Charting by Trading View"
1034
+ target="_blank"
1035
+ >
1030
1036
  <svg width="33" height="19" viewBox="0 0 611 314" part="branding">
1031
1037
  <path
1032
1038
  fill-rule="evenodd"
@@ -1034,7 +1040,7 @@ let InteractiveChart = InteractiveChart_1 = class InteractiveChart extends Respo
1034
1040
  d="M341 124C375.242 124 403 96.2417 403 62C403 27.7583 375.242 0 341 0C306.758 0 279 27.7583 279 62C279 96.2417 306.758 124 341 124ZM481 314H337L467 4H611L481 314ZM124 4H248V128V314H124V128H0V4H124Z"
1035
1041
  />
1036
1042
  </svg>
1037
- </div>
1043
+ </a>
1038
1044
  <div part="chart"></div>
1039
1045
  `;
1040
1046
  }
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = '7.14.1';
1
+ export const VERSION = '7.14.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/elements",
3
- "version": "7.14.1",
3
+ "version": "7.14.2",
4
4
  "description": "Element Framework Elements",
5
5
  "author": "LSEG",
6
6
  "license": "Apache-2.0",
@@ -458,37 +458,37 @@
458
458
  },
459
459
  "dependencies": {
460
460
  "@lit-labs/context": "^0.3.1",
461
- "@refinitiv-ui/ds-theme": "^7.1.1",
462
- "@refinitiv-ui/halo-theme": "^7.6.0",
463
- "@refinitiv-ui/solar-theme": "^7.4.0",
461
+ "@refinitiv-ui/ds-theme": "^7.1.2",
462
+ "@refinitiv-ui/halo-theme": "^7.6.1",
463
+ "@refinitiv-ui/solar-theme": "^7.4.1",
464
464
  "chart.js": "^4.4.2",
465
465
  "chartjs-adapter-date-fns": "^3.0.0",
466
466
  "d3-interpolate": "^3.0.1",
467
467
  "date-fns": "^2.29.3",
468
468
  "escape-string-regexp": "^5.0.0",
469
- "lightweight-charts": "^4.1.0",
469
+ "lightweight-charts": "^4.2.0",
470
470
  "tslib": "^2.3.1"
471
471
  },
472
472
  "devDependencies": {
473
- "@refinitiv-ui/core": "^7.5.1",
474
- "@refinitiv-ui/demo-block": "^7.2.0",
475
- "@refinitiv-ui/i18n": "^7.1.5",
476
- "@refinitiv-ui/phrasebook": "^7.1.1",
477
- "@refinitiv-ui/test-helpers": "^7.1.2",
478
- "@refinitiv-ui/translate": "^7.1.9",
479
- "@refinitiv-ui/utils": "^7.3.0",
473
+ "@refinitiv-ui/core": "^7.5.2",
474
+ "@refinitiv-ui/demo-block": "^7.2.1",
475
+ "@refinitiv-ui/i18n": "^7.1.6",
476
+ "@refinitiv-ui/phrasebook": "^7.1.2",
477
+ "@refinitiv-ui/test-helpers": "^7.1.3",
478
+ "@refinitiv-ui/translate": "^7.1.10",
479
+ "@refinitiv-ui/utils": "^7.3.1",
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.1",
485
- "@refinitiv-ui/i18n": "^7.1.5",
486
- "@refinitiv-ui/phrasebook": "^7.1.1",
487
- "@refinitiv-ui/translate": "^7.1.9",
488
- "@refinitiv-ui/utils": "^7.3.0"
484
+ "@refinitiv-ui/core": "^7.5.2",
485
+ "@refinitiv-ui/i18n": "^7.1.6",
486
+ "@refinitiv-ui/phrasebook": "^7.1.2",
487
+ "@refinitiv-ui/translate": "^7.1.10",
488
+ "@refinitiv-ui/utils": "^7.3.1"
489
489
  },
490
490
  "publishConfig": {
491
491
  "access": "public"
492
492
  },
493
- "gitHead": "8214127293cc73007b696026087d367746078869"
493
+ "gitHead": "b6f3218670608196fd8b03cd48c6f58dd5ea5e5e"
494
494
  }