@cloud-ru/uikit-product-charts 0.13.18 → 1.0.1-preview-b95fca4e.0
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 +96 -87
- package/dist/cjs/components/HeatMapChart/HeatMapChart.js +1 -1
- package/dist/cjs/components/InteractiveChart/styles.module.css +4 -2
- package/dist/cjs/components/PieChart/PieChart.js +1 -1
- package/dist/esm/components/HeatMapChart/HeatMapChart.js +1 -1
- package/dist/esm/components/InteractiveChart/styles.module.css +4 -2
- package/dist/esm/components/PieChart/PieChart.js +1 -1
- package/package.json +4 -4
- package/src/components/BagelChart/styles.module.scss +1 -1
- package/src/components/HeatMapChart/HeatMapChart.tsx +1 -1
- package/src/components/HeatMapChart/styles.module.scss +1 -1
- package/src/components/InteractiveChart/styles.module.scss +1 -1
- package/src/components/PieChart/Legend/styles.module.scss +1 -1
- package/src/components/PieChart/PieChart.tsx +1 -1
- package/src/components/PieChart/styles.module.scss +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +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
|
+
## 0.13.19 (2025-12-17)
|
|
7
|
+
|
|
8
|
+
### Only dependencies have been changed
|
|
9
|
+
* [@cloud-ru/uikit-product-utils@8.1.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/blob/master/packages/utils/CHANGELOG.md)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## 0.13.18 (2025-12-08)
|
|
7
16
|
|
|
8
17
|
### Only dependencies have been changed
|
|
@@ -294,7 +303,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
294
303
|
|
|
295
304
|
### Features
|
|
296
305
|
|
|
297
|
-
* **
|
|
306
|
+
* **FF-5836:** support cjs syntax ([d44abd0](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/d44abd0ddbbea0cd2bf0e1b99442cdb83b87df48))
|
|
298
307
|
|
|
299
308
|
|
|
300
309
|
|
|
@@ -331,7 +340,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
331
340
|
|
|
332
341
|
### Bug Fixes
|
|
333
342
|
|
|
334
|
-
* **
|
|
343
|
+
* **HYCL-2303:** fix bug with closure element ([3605f5c](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/3605f5c7a320d2f96c0c992b1c5966c5780e8750))
|
|
335
344
|
|
|
336
345
|
|
|
337
346
|
|
|
@@ -342,7 +351,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
342
351
|
|
|
343
352
|
### Bug Fixes
|
|
344
353
|
|
|
345
|
-
* **
|
|
354
|
+
* **HYCL-2303:** fix boxPlot chart selector id ([73a7451](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/73a74510570c4d46984349385536bb20c2a26d2b))
|
|
346
355
|
|
|
347
356
|
|
|
348
357
|
|
|
@@ -353,7 +362,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
353
362
|
|
|
354
363
|
### Dependencies
|
|
355
364
|
|
|
356
|
-
* **
|
|
365
|
+
* **PDS-611:** up deps ([c30ac4c](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/c30ac4c2adb7c00e84fbe557d85314add6b6977a))
|
|
357
366
|
|
|
358
367
|
|
|
359
368
|
|
|
@@ -385,7 +394,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
385
394
|
|
|
386
395
|
### Bug Fixes
|
|
387
396
|
|
|
388
|
-
* **
|
|
397
|
+
* **FF-5407:** scroll for pie chart legends ([1c8a8be](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/1c8a8be714248a1fb768dd6af6fb4ee8313bd332))
|
|
389
398
|
|
|
390
399
|
|
|
391
400
|
|
|
@@ -396,7 +405,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
396
405
|
|
|
397
406
|
### Bug Fixes
|
|
398
407
|
|
|
399
|
-
* **
|
|
408
|
+
* **FF-5338:** classname for pie chart ([d13bc42](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/d13bc42acceef99a202cb26b29f1e9fb186287b2))
|
|
400
409
|
|
|
401
410
|
|
|
402
411
|
|
|
@@ -407,7 +416,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
407
416
|
|
|
408
417
|
### Features
|
|
409
418
|
|
|
410
|
-
* **
|
|
419
|
+
* **FF-5338:** pie chart segment click functionality ([edee45d](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/edee45d44942a2a0caf4ebc8485a05a18b5a504c))
|
|
411
420
|
|
|
412
421
|
|
|
413
422
|
|
|
@@ -443,7 +452,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
443
452
|
|
|
444
453
|
### Dependencies
|
|
445
454
|
|
|
446
|
-
* **
|
|
455
|
+
* **FF-4699:** change product -> snack divider ([bd49fc6](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/bd49fc619626923b0278b7b72221ad1aca7800f8))
|
|
447
456
|
|
|
448
457
|
|
|
449
458
|
|
|
@@ -465,7 +474,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
465
474
|
|
|
466
475
|
### Features
|
|
467
476
|
|
|
468
|
-
* **
|
|
477
|
+
* **FF-3478:** add deps graph addon ([0f59586](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/0f5958674746342fe3ed3005da67905c0920f907))
|
|
469
478
|
|
|
470
479
|
|
|
471
480
|
|
|
@@ -476,7 +485,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
476
485
|
|
|
477
486
|
### Bug Fixes
|
|
478
487
|
|
|
479
|
-
* **
|
|
488
|
+
* **FF-2821:** added stylelint config and refactored styles ([f201954](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/f201954303601b6dc5873b2ce2ee0928bc84a253))
|
|
480
489
|
|
|
481
490
|
|
|
482
491
|
|
|
@@ -487,7 +496,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
487
496
|
|
|
488
497
|
### Bug Fixes
|
|
489
498
|
|
|
490
|
-
* **
|
|
499
|
+
* **FF-2828:** fix pieChart display ([b7a1897](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/b7a189794b325668e1b7f9b81a9ab4dc35cbf31a))
|
|
491
500
|
|
|
492
501
|
|
|
493
502
|
|
|
@@ -624,7 +633,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
624
633
|
|
|
625
634
|
### Bug Fixes
|
|
626
635
|
|
|
627
|
-
- **FF-682:** update @
|
|
636
|
+
- **FF-682:** update @cloud-ru/ft-all-linters-pack version and fix eslint errors ([8e1bca6](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/8e1bca684734d8b82b87c18cf639050e21ef007e))
|
|
628
637
|
|
|
629
638
|
## [0.8.26](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@cloud-ru/uikit-product-charts@0.8.25...@cloud-ru/uikit-product-charts@0.8.26) (2022-08-01)
|
|
630
639
|
|
|
@@ -686,64 +695,64 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
686
695
|
|
|
687
696
|
- safe dependencies update ([cb66b4c](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/cb66b4c7dd7666e4c0d3721a0b9a6953ab4885e7))
|
|
688
697
|
|
|
689
|
-
## [0.8.16](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@
|
|
698
|
+
## [0.8.16](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@cloud-ru/uikit-react-charts@0.8.15...@cloud-ru/uikit-react-charts@0.8.16) (2022-04-18)
|
|
690
699
|
|
|
691
|
-
**Note:** Version bump only for package @
|
|
700
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
692
701
|
|
|
693
|
-
## [0.8.15](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@
|
|
702
|
+
## [0.8.15](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@cloud-ru/uikit-react-charts@0.8.14...@cloud-ru/uikit-react-charts@0.8.15) (2022-04-13)
|
|
694
703
|
|
|
695
|
-
**Note:** Version bump only for package @
|
|
704
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
696
705
|
|
|
697
|
-
## [0.8.14](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@
|
|
706
|
+
## [0.8.14](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@cloud-ru/uikit-react-charts@0.8.13...@cloud-ru/uikit-react-charts@0.8.14) (2022-04-01)
|
|
698
707
|
|
|
699
|
-
**Note:** Version bump only for package @
|
|
708
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
700
709
|
|
|
701
|
-
## [0.8.13](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@
|
|
710
|
+
## [0.8.13](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@cloud-ru/uikit-react-charts@0.8.12...@cloud-ru/uikit-react-charts@0.8.13) (2022-03-29)
|
|
702
711
|
|
|
703
|
-
**Note:** Version bump only for package @
|
|
712
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
704
713
|
|
|
705
|
-
## [0.8.12](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@
|
|
714
|
+
## [0.8.12](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@cloud-ru/uikit-react-charts@0.8.11...@cloud-ru/uikit-react-charts@0.8.12) (2022-03-25)
|
|
706
715
|
|
|
707
|
-
**Note:** Version bump only for package @
|
|
716
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
708
717
|
|
|
709
|
-
## [0.8.11](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@
|
|
718
|
+
## [0.8.11](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@cloud-ru/uikit-react-charts@0.8.10...@cloud-ru/uikit-react-charts@0.8.11) (2022-03-23)
|
|
710
719
|
|
|
711
|
-
**Note:** Version bump only for package @
|
|
720
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
712
721
|
|
|
713
|
-
## [0.8.10](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@
|
|
722
|
+
## [0.8.10](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@cloud-ru/uikit-react-charts@0.8.9...@cloud-ru/uikit-react-charts@0.8.10) (2022-03-22)
|
|
714
723
|
|
|
715
|
-
**Note:** Version bump only for package @
|
|
724
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
716
725
|
|
|
717
|
-
## [0.8.9](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@
|
|
726
|
+
## [0.8.9](https://gitverse.ru/cloud-ru-tech/uikit-product/compare/@cloud-ru/uikit-react-charts@0.8.8...@cloud-ru/uikit-react-charts@0.8.9) (2022-03-22)
|
|
718
727
|
|
|
719
|
-
**Note:** Version bump only for package @
|
|
728
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
720
729
|
|
|
721
|
-
## [0.8.8](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
730
|
+
## [0.8.8](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.8.7...@cloud-ru/uikit-react-charts@0.8.8) (2022-03-04)
|
|
722
731
|
|
|
723
|
-
**Note:** Version bump only for package @
|
|
732
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
724
733
|
|
|
725
|
-
## [0.8.7](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
734
|
+
## [0.8.7](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.8.6...@cloud-ru/uikit-react-charts@0.8.7) (2022-03-02)
|
|
726
735
|
|
|
727
|
-
**Note:** Version bump only for package @
|
|
736
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
728
737
|
|
|
729
|
-
## [0.8.6](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
738
|
+
## [0.8.6](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.8.5...@cloud-ru/uikit-react-charts@0.8.6) (2022-02-25)
|
|
730
739
|
|
|
731
|
-
**Note:** Version bump only for package @
|
|
740
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
732
741
|
|
|
733
|
-
## [0.8.5](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
742
|
+
## [0.8.5](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.8.4...@cloud-ru/uikit-react-charts@0.8.5) (2022-02-16)
|
|
734
743
|
|
|
735
744
|
### Bug Fixes
|
|
736
745
|
|
|
737
746
|
- first stable version of typography ([9fce874](https://gitverse.ru/cloud-ru-tech/uikit-product/-/commit/9fce8747d03be516626d638ddd34a59a4ce9433a))
|
|
738
747
|
- got rid of the typography deprecated usages ([98a9e66](https://gitverse.ru/cloud-ru-tech/uikit-product/-/commit/98a9e66aafaaf5e9a9663dc9a73d82572b90fb93))
|
|
739
748
|
|
|
740
|
-
## [0.8.4](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
749
|
+
## [0.8.4](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.8.3...@cloud-ru/uikit-react-charts@0.8.4) (2022-01-21)
|
|
741
750
|
|
|
742
|
-
**Note:** Version bump only for package @
|
|
751
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
743
752
|
|
|
744
|
-
## [0.8.3](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
753
|
+
## [0.8.3](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.8.2...@cloud-ru/uikit-react-charts@0.8.3) (2022-01-21)
|
|
745
754
|
|
|
746
|
-
**Note:** Version bump only for package @
|
|
755
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
747
756
|
|
|
748
757
|
## 0.8.2 (2022-01-19)
|
|
749
758
|
|
|
@@ -751,51 +760,51 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
751
760
|
|
|
752
761
|
- minor/patch third-party dependency actualization ([3648504](https://gitverse.ru/cloud-ru-tech/uikit-product/-/commit/364850414e3a9967417d2dabff30547cfccc5d87))
|
|
753
762
|
|
|
754
|
-
## [0.8.1](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
763
|
+
## [0.8.1](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.8.0...@cloud-ru/uikit-react-charts@0.8.1) (2021-12-02)
|
|
755
764
|
|
|
756
|
-
**Note:** Version bump only for package @
|
|
765
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
757
766
|
|
|
758
|
-
# [0.8.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
767
|
+
# [0.8.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.7.1...@cloud-ru/uikit-react-charts@0.8.0) (2021-12-02)
|
|
759
768
|
|
|
760
769
|
### Features
|
|
761
770
|
|
|
762
771
|
- adds className prop to charts ([7c50f43](https://gitverse.ru/cloud-ru-tech/uikit-product/-/commit/7c50f43a9ef1933a658bc308f1439fd27f3520b9))
|
|
763
772
|
|
|
764
|
-
## [0.7.1](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
773
|
+
## [0.7.1](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.7.0...@cloud-ru/uikit-react-charts@0.7.1) (2021-12-01)
|
|
765
774
|
|
|
766
775
|
### Bug Fixes
|
|
767
776
|
|
|
768
777
|
- updated truncateString usage ([9d1eeb2](https://gitverse.ru/cloud-ru-tech/uikit-product/-/commit/9d1eeb203cb66dec84275e38fb84537fead3b423))
|
|
769
778
|
|
|
770
|
-
# [0.7.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
779
|
+
# [0.7.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.6.0...@cloud-ru/uikit-react-charts@0.7.0) (2021-11-26)
|
|
771
780
|
|
|
772
781
|
### Features
|
|
773
782
|
|
|
774
783
|
- adds custom props to override styles and cellRender ([da71f07](https://gitverse.ru/cloud-ru-tech/uikit-product/-/commit/da71f077c76dad160f0651d3af88023f053c150c))
|
|
775
784
|
|
|
776
|
-
# [0.6.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
785
|
+
# [0.6.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.5.10...@cloud-ru/uikit-react-charts@0.6.0) (2021-11-19)
|
|
777
786
|
|
|
778
787
|
### Features
|
|
779
788
|
|
|
780
789
|
- add heatmap chart ([43dbd9a](https://gitverse.ru/cloud-ru-tech/uikit-product/-/commit/43dbd9a6d5cc3e05272899f8a2f6f0d4e621bc67))
|
|
781
790
|
|
|
782
|
-
## [0.5.10](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
791
|
+
## [0.5.10](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.5.9...@cloud-ru/uikit-react-charts@0.5.10) (2021-11-17)
|
|
783
792
|
|
|
784
793
|
### Bug Fixes
|
|
785
794
|
|
|
786
795
|
- repository.directory field has been added ([82e2345](https://gitverse.ru/cloud-ru-tech/uikit-product/-/commit/82e2345880c4011971b193ebd87eedbb1c804ea6))
|
|
787
796
|
|
|
788
|
-
## [0.5.9](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
797
|
+
## [0.5.9](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.5.8...@cloud-ru/uikit-react-charts@0.5.9) (2021-11-11)
|
|
789
798
|
|
|
790
|
-
**Note:** Version bump only for package @
|
|
799
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
791
800
|
|
|
792
|
-
## [0.5.8](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
801
|
+
## [0.5.8](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.5.7...@cloud-ru/uikit-react-charts@0.5.8) (2021-11-09)
|
|
793
802
|
|
|
794
|
-
**Note:** Version bump only for package @
|
|
803
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
795
804
|
|
|
796
|
-
## [0.5.7](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
805
|
+
## [0.5.7](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.5.6...@cloud-ru/uikit-react-charts@0.5.7) (2021-11-02)
|
|
797
806
|
|
|
798
|
-
**Note:** Version bump only for package @
|
|
807
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
799
808
|
|
|
800
809
|
## 0.5.6 (2021-10-29)
|
|
801
810
|
|
|
@@ -803,61 +812,61 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
803
812
|
|
|
804
813
|
- not major deps update ([0d82e8b](https://gitverse.ru/cloud-ru-tech/uikit-product/-/commit/0d82e8b783994f96fded6b5c4147c2351c70c07a))
|
|
805
814
|
|
|
806
|
-
## [0.5.5](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
815
|
+
## [0.5.5](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.5.4...@cloud-ru/uikit-react-charts@0.5.5) (2021-10-13)
|
|
807
816
|
|
|
808
|
-
**Note:** Version bump only for package @
|
|
817
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
809
818
|
|
|
810
|
-
## [0.5.4](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
819
|
+
## [0.5.4](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.5.3...@cloud-ru/uikit-react-charts@0.5.4) (2021-10-11)
|
|
811
820
|
|
|
812
821
|
### Bug Fixes
|
|
813
822
|
|
|
814
823
|
- republish all packages ([b7ce3da](https://gitverse.ru/cloud-ru-tech/uikit-product/-/commit/b7ce3da1966f2f099d5d47aa13d62058cfa6fc98))
|
|
815
824
|
|
|
816
|
-
## [0.5.3](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
825
|
+
## [0.5.3](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.5.2...@cloud-ru/uikit-react-charts@0.5.3) (2021-10-08)
|
|
817
826
|
|
|
818
|
-
**Note:** Version bump only for package @
|
|
827
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
819
828
|
|
|
820
|
-
## [0.5.2](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
829
|
+
## [0.5.2](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.5.1...@cloud-ru/uikit-react-charts@0.5.2) (2021-10-07)
|
|
821
830
|
|
|
822
|
-
**Note:** Version bump only for package @
|
|
831
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
823
832
|
|
|
824
|
-
## [0.5.1](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
833
|
+
## [0.5.1](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.5.0...@cloud-ru/uikit-react-charts@0.5.1) (2021-09-30)
|
|
825
834
|
|
|
826
835
|
### Bug Fixes
|
|
827
836
|
|
|
828
837
|
- improved type declarations, linaria core/react peerDeps version is ^3.0.0-beta.13 ([942799a](https://gitverse.ru/cloud-ru-tech/uikit-product/-/commit/942799aa59ae420fb90d00b0d379f30af3d01394))
|
|
829
838
|
|
|
830
|
-
# [0.5.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
839
|
+
# [0.5.0](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.4.6...@cloud-ru/uikit-react-charts@0.5.0) (2021-09-29)
|
|
831
840
|
|
|
832
841
|
### Features
|
|
833
842
|
|
|
834
|
-
- utils first stable version (
|
|
843
|
+
- utils first stable version (AICD-1813) ([ed13c42](https://gitverse.ru/cloud-ru-tech/uikit-product/-/commit/ed13c421ac564f6a5b155780ce473c78eb94aacc))
|
|
835
844
|
|
|
836
845
|
### BREAKING CHANGE
|
|
837
846
|
|
|
838
|
-
- Themes selectors were changed, that's why your app require ConfigProvider from `@
|
|
847
|
+
- Themes selectors were changed, that's why your app require ConfigProvider from `@cloud-ru/uikit-utils@^1.0.0` (or extend body tag by `data-theme` attribute).
|
|
839
848
|
|
|
840
|
-
## [0.4.6](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
849
|
+
## [0.4.6](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.4.5...@cloud-ru/uikit-react-charts@0.4.6) (2021-09-14)
|
|
841
850
|
|
|
842
|
-
**Note:** Version bump only for package @
|
|
851
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
843
852
|
|
|
844
|
-
## [0.4.5](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
853
|
+
## [0.4.5](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.4.4...@cloud-ru/uikit-react-charts@0.4.5) (2021-09-08)
|
|
845
854
|
|
|
846
|
-
**Note:** Version bump only for package @
|
|
855
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
847
856
|
|
|
848
|
-
## [0.4.4](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
857
|
+
## [0.4.4](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.4.3...@cloud-ru/uikit-react-charts@0.4.4) (2021-09-07)
|
|
849
858
|
|
|
850
|
-
**Note:** Version bump only for package @
|
|
859
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
851
860
|
|
|
852
|
-
## [0.4.3](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
861
|
+
## [0.4.3](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.4.2...@cloud-ru/uikit-react-charts@0.4.3) (2021-09-03)
|
|
853
862
|
|
|
854
|
-
**Note:** Version bump only for package @
|
|
863
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
855
864
|
|
|
856
|
-
## [0.4.2](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
865
|
+
## [0.4.2](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.4.1...@cloud-ru/uikit-react-charts@0.4.2) (2021-08-25)
|
|
857
866
|
|
|
858
|
-
**Note:** Version bump only for package @
|
|
867
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-charts
|
|
859
868
|
|
|
860
|
-
## [0.4.1](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@
|
|
869
|
+
## [0.4.1](https://gitverse.ru/cloud-ru-tech/uikit-product/-/compare/@cloud-ru/uikit-react-charts@0.4.0...@cloud-ru/uikit-react-charts@0.4.1) (2021-08-20)
|
|
861
870
|
|
|
862
871
|
### Bug Fixes
|
|
863
872
|
|
|
@@ -867,38 +876,38 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
867
876
|
|
|
868
877
|
### Features
|
|
869
878
|
|
|
870
|
-
- package has been renamed to @
|
|
871
|
-
- Pie Chart added (
|
|
879
|
+
- package has been renamed to @cloud-ru/uikit-react-charts
|
|
880
|
+
- Pie Chart added (AICD-1689)
|
|
872
881
|
|
|
873
|
-
##
|
|
882
|
+
## 0.3.1 (2021-08-10)
|
|
874
883
|
|
|
875
|
-
**Note:** Version bump only for package @
|
|
884
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-interactive-chart
|
|
876
885
|
|
|
877
|
-
#
|
|
886
|
+
# 0.3.0 (2021-07-26)
|
|
878
887
|
|
|
879
888
|
### Features
|
|
880
889
|
|
|
881
|
-
- create ConfigProvider
|
|
890
|
+
- create ConfigProvider
|
|
882
891
|
|
|
883
|
-
#
|
|
892
|
+
# 0.2.0 (2021-07-22)
|
|
884
893
|
|
|
885
894
|
### Features
|
|
886
895
|
|
|
887
|
-
- create ConfigProvider
|
|
896
|
+
- create ConfigProvider
|
|
888
897
|
|
|
889
|
-
##
|
|
898
|
+
## 0.1.2 (2021-07-21)
|
|
890
899
|
|
|
891
|
-
**Note:** Version bump only for package @
|
|
900
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-interactive-chart
|
|
892
901
|
|
|
893
|
-
##
|
|
902
|
+
## 0.1.1 (2021-07-20)
|
|
894
903
|
|
|
895
|
-
**Note:** Version bump only for package @
|
|
904
|
+
**Note:** Version bump only for package @cloud-ru/uikit-react-interactive-chart
|
|
896
905
|
|
|
897
906
|
# 0.1.0 (2021-07-16)
|
|
898
907
|
|
|
899
908
|
### Features
|
|
900
909
|
|
|
901
|
-
- interactive charts
|
|
910
|
+
- interactive charts
|
|
902
911
|
|
|
903
912
|
## CHANGELOG
|
|
904
913
|
|
|
@@ -36,7 +36,7 @@ function HeatMapChart(_a) {
|
|
|
36
36
|
const xAxisPosition = (xAxis === null || xAxis === void 0 ? void 0 : xAxis.position) || constants_1.XAxisPosition.Bottom;
|
|
37
37
|
const isLegendEnabled = (_b = legend === null || legend === void 0 ? void 0 : legend.show) !== null && _b !== void 0 ? _b : true;
|
|
38
38
|
const colorContainerRef = (0, react_1.useRef)(null);
|
|
39
|
-
// TODO
|
|
39
|
+
// TODO FF-6024
|
|
40
40
|
const { theme } = (0, uikit_product_utils_1.useTheme)();
|
|
41
41
|
const [colorRange, setColorRange] = (0, react_1.useState)(['#ffffff', '#000000']);
|
|
42
42
|
const [lightTextColor, setLightTextColor] = (0, react_1.useState)('#ffffff');
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
:global .interactive-chart-wrapper{
|
|
2
|
-
}
|
|
3
1
|
:global .interactive-chart-wrapper .uplot{
|
|
4
2
|
font-family:inherit;
|
|
5
3
|
background-color:var(--sys-neutral-background1-level, #fdfdfd);
|
|
@@ -12,9 +10,13 @@
|
|
|
12
10
|
text-align:unset;
|
|
13
11
|
padding-left:24px;
|
|
14
12
|
}
|
|
13
|
+
:global .interactive-chart-wrapper{
|
|
14
|
+
}
|
|
15
15
|
:global .interactive-chart-wrapper .u-hz .u-cursor-x, :global .interactive-chart-wrapper .u-vt .u-cursor-y, :global .interactive-chart-wrapper .u-hz .u-cursor-y, :global .interactive-chart-wrapper .u-vt .u-cursor-x{
|
|
16
16
|
border-color:var(--sys-neutral-decor-default, #dde0ea);
|
|
17
17
|
}
|
|
18
|
+
:global .interactive-chart-wrapper{
|
|
19
|
+
}
|
|
18
20
|
:global .interactive-chart-wrapper .u-select{
|
|
19
21
|
background-color:var(--sys-neutral-decor-disabled, #e6e8ef);
|
|
20
22
|
}
|
|
@@ -16,9 +16,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
exports.PieChart = PieChart;
|
|
18
18
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
19
|
-
const ft_formatters_1 = require("@cloud-ru/ft-formatters");
|
|
20
19
|
const classnames_1 = __importDefault(require("classnames"));
|
|
21
20
|
const react_1 = require("react");
|
|
21
|
+
const ft_formatters_1 = require("@cloud-ru/ft-formatters");
|
|
22
22
|
const uikit_product_utils_1 = require("@cloud-ru/uikit-product-utils");
|
|
23
23
|
const scroll_1 = require("@snack-uikit/scroll");
|
|
24
24
|
const typography_1 = require("@snack-uikit/typography");
|
|
@@ -30,7 +30,7 @@ export function HeatMapChart(_a) {
|
|
|
30
30
|
const xAxisPosition = (xAxis === null || xAxis === void 0 ? void 0 : xAxis.position) || XAxisPosition.Bottom;
|
|
31
31
|
const isLegendEnabled = (_b = legend === null || legend === void 0 ? void 0 : legend.show) !== null && _b !== void 0 ? _b : true;
|
|
32
32
|
const colorContainerRef = useRef(null);
|
|
33
|
-
// TODO
|
|
33
|
+
// TODO FF-6024
|
|
34
34
|
const { theme } = useTheme();
|
|
35
35
|
const [colorRange, setColorRange] = useState(['#ffffff', '#000000']);
|
|
36
36
|
const [lightTextColor, setLightTextColor] = useState('#ffffff');
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
:global .interactive-chart-wrapper{
|
|
2
|
-
}
|
|
3
1
|
:global .interactive-chart-wrapper .uplot{
|
|
4
2
|
font-family:inherit;
|
|
5
3
|
background-color:var(--sys-neutral-background1-level, #fdfdfd);
|
|
@@ -12,9 +10,13 @@
|
|
|
12
10
|
text-align:unset;
|
|
13
11
|
padding-left:24px;
|
|
14
12
|
}
|
|
13
|
+
:global .interactive-chart-wrapper{
|
|
14
|
+
}
|
|
15
15
|
:global .interactive-chart-wrapper .u-hz .u-cursor-x, :global .interactive-chart-wrapper .u-vt .u-cursor-y, :global .interactive-chart-wrapper .u-hz .u-cursor-y, :global .interactive-chart-wrapper .u-vt .u-cursor-x{
|
|
16
16
|
border-color:var(--sys-neutral-decor-default, #dde0ea);
|
|
17
17
|
}
|
|
18
|
+
:global .interactive-chart-wrapper{
|
|
19
|
+
}
|
|
18
20
|
:global .interactive-chart-wrapper .u-select{
|
|
19
21
|
background-color:var(--sys-neutral-decor-disabled, #e6e8ef);
|
|
20
22
|
}
|
|
@@ -10,9 +10,9 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
10
10
|
return t;
|
|
11
11
|
};
|
|
12
12
|
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
13
|
-
import { truncateString } from '@cloud-ru/ft-formatters';
|
|
14
13
|
import cn from 'classnames';
|
|
15
14
|
import { useCallback, useMemo, useState } from 'react';
|
|
15
|
+
import { truncateString } from '@cloud-ru/ft-formatters';
|
|
16
16
|
import { extractSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
17
17
|
import { Scroll } from '@snack-uikit/scroll';
|
|
18
18
|
import { Typography } from '@snack-uikit/typography';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-charts",
|
|
3
3
|
"title": "React Charts",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "1.0.1-preview-b95fca4e.0",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.scss",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"scripts": {},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@cloud-ru/ft-formatters": "1.0.1",
|
|
41
|
-
"@cloud-ru/uikit-product-localization": "0.
|
|
42
|
-
"@cloud-ru/uikit-product-utils": "8.0
|
|
41
|
+
"@cloud-ru/uikit-product-localization": "1.0.1-preview-b95fca4e.0",
|
|
42
|
+
"@cloud-ru/uikit-product-utils": "8.1.1-preview-b95fca4e.0",
|
|
43
43
|
"@snack-uikit/divider": "3.2.3",
|
|
44
44
|
"@snack-uikit/link": "0.15.13",
|
|
45
45
|
"@snack-uikit/scroll": "0.9.3",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@snack-uikit/figma-tokens": "*"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "5e59d6341e92ce7320739df54ab7e6f6d0a7aa26"
|
|
70
70
|
}
|
|
@@ -36,7 +36,7 @@ export function HeatMapChart({ data, options, className, ...rest }: WithSupportP
|
|
|
36
36
|
const isLegendEnabled = legend?.show ?? true;
|
|
37
37
|
const colorContainerRef = useRef<HTMLDivElement>(null);
|
|
38
38
|
|
|
39
|
-
// TODO
|
|
39
|
+
// TODO FF-6024
|
|
40
40
|
const { theme } = useTheme();
|
|
41
41
|
|
|
42
42
|
const [colorRange, setColorRange] = useState(['#ffffff', '#000000']);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { truncateString } from '@cloud-ru/ft-formatters';
|
|
2
1
|
import cn from 'classnames';
|
|
3
2
|
import { MouseEvent, useCallback, useMemo, useState } from 'react';
|
|
4
3
|
|
|
4
|
+
import { truncateString } from '@cloud-ru/ft-formatters';
|
|
5
5
|
import { extractSupportProps, WithSupportProps } from '@cloud-ru/uikit-product-utils';
|
|
6
6
|
import { Scroll } from '@snack-uikit/scroll';
|
|
7
7
|
import { Typography } from '@snack-uikit/typography';
|