@gooddata/sdk-ui-vis-commons 10.35.0-alpha.29 → 10.35.0-alpha.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-vis-commons",
3
- "version": "10.35.0-alpha.29",
3
+ "version": "10.35.0-alpha.30",
4
4
  "description": "GoodData.UI SDK - common functionality for different types of visualizations",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,11 +36,11 @@
36
36
  "react-intl": "6.8.9",
37
37
  "react-measure": "^2.5.2",
38
38
  "tslib": "^2.5.0",
39
- "@gooddata/sdk-backend-spi": "10.35.0-alpha.29",
40
- "@gooddata/sdk-model": "10.35.0-alpha.29",
41
- "@gooddata/sdk-ui": "10.35.0-alpha.29",
42
- "@gooddata/sdk-ui-kit": "10.35.0-alpha.29",
43
- "@gooddata/sdk-ui-theme-provider": "10.35.0-alpha.29"
39
+ "@gooddata/sdk-backend-spi": "10.35.0-alpha.30",
40
+ "@gooddata/sdk-ui": "10.35.0-alpha.30",
41
+ "@gooddata/sdk-model": "10.35.0-alpha.30",
42
+ "@gooddata/sdk-ui-kit": "10.35.0-alpha.30",
43
+ "@gooddata/sdk-ui-theme-provider": "10.35.0-alpha.30"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -63,31 +63,32 @@
63
63
  "concurrently": "^6.0.2",
64
64
  "dependency-cruiser": "^13.0.3",
65
65
  "eslint": "^8.25.0",
66
+ "eslint-config-prettier": "^10.1.5",
66
67
  "eslint-plugin-header": "^3.0.0",
67
68
  "eslint-plugin-import": "^2.22.0",
68
69
  "eslint-plugin-import-esm": "^1.2.1",
69
70
  "eslint-plugin-jest": "^27.1.1",
70
71
  "eslint-plugin-no-only-tests": "^2.4.0",
71
- "eslint-plugin-prettier": "^4.0.0",
72
+ "eslint-plugin-prettier": "^5.5.1",
72
73
  "eslint-plugin-react-hooks": "^4.5.0",
73
74
  "eslint-plugin-react": "^7.31.10",
74
75
  "eslint-plugin-regexp": "^1.9.0",
75
76
  "eslint-plugin-sonarjs": "^0.16.0",
76
77
  "eslint-plugin-tsdoc": "^0.2.14",
77
78
  "happy-dom": "15.10.2",
78
- "prettier": "~2.5.0",
79
+ "prettier": "^3.6.2",
79
80
  "raf": "^3.4.1",
80
81
  "react": "18.3.1",
81
82
  "react-dom": "18.3.1",
82
83
  "sass": "^1.52.3",
83
84
  "stylelint": "^13.8.0",
84
85
  "stylelint-checkstyle-formatter": "^0.1.2",
85
- "stylelint-config-prettier": "^8.0.2",
86
+ "stylelint-config-prettier": "^9.0.5",
86
87
  "typescript": "5.8.3",
87
88
  "vitest": "3.0.8",
88
89
  "vitest-dom": "0.1.1",
89
- "@gooddata/reference-workspace": "10.35.0-alpha.29",
90
- "@gooddata/sdk-backend-mockingbird": "10.35.0-alpha.29"
90
+ "@gooddata/reference-workspace": "10.35.0-alpha.30",
91
+ "@gooddata/sdk-backend-mockingbird": "10.35.0-alpha.30"
91
92
  },
92
93
  "scripts": {
93
94
  "clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
@@ -91,6 +91,7 @@ $legend-content-background: var(--gd-chart-backgroundColor, var(--gd-palette-com
91
91
  .series-axis-indicator {
92
92
  cursor: default;
93
93
  margin-right: -10px;
94
+
94
95
  .series-text {
95
96
  color: var(--gd-chart-legendLabelColor, kit-variables.$gd-color-text-dimmed);
96
97
  }
@@ -232,6 +233,7 @@ $legend-content-background: var(--gd-chart-backgroundColor, var(--gd-palette-com
232
233
  margin-left: 25px;
233
234
  }
234
235
  }
236
+
235
237
  .circle-separator {
236
238
  // stylelint-disable-next-line max-nesting-depth
237
239
  &::after {
@@ -434,6 +436,7 @@ $legend-content-background: var(--gd-chart-backgroundColor, var(--gd-palette-com
434
436
 
435
437
  .series {
436
438
  flex-wrap: wrap;
439
+
437
440
  .series-name {
438
441
  flex: 1 1 auto;
439
442
  }
@@ -573,7 +576,8 @@ $legend-content-background: var(--gd-chart-backgroundColor, var(--gd-palette-com
573
576
  min-height: 148px;
574
577
  border: 1px solid var(--gd-palette-complementary-3-from-theme, color.adjust($dialog-border, $alpha: -0.5));
575
578
  border-radius: 5px;
576
- box-shadow: 0 1px 3px 0 button-variables.$button-shadow-lighter,
579
+ box-shadow:
580
+ 0 1px 3px 0 button-variables.$button-shadow-lighter,
577
581
  0 2px 9px 0 button-variables.$button-shadow-darker;
578
582
  background: $dialog-background;
579
583
 
@@ -660,6 +664,7 @@ $legend-content-background: var(--gd-chart-backgroundColor, var(--gd-palette-com
660
664
  .legend-popup-dialog-content.zoomed {
661
665
  width: 100%;
662
666
  height: 100%;
667
+
663
668
  .legend-content {
664
669
  width: 100%;
665
670
  height: 100%;
@@ -845,6 +850,7 @@ $legend-content-background: var(--gd-chart-backgroundColor, var(--gd-palette-com
845
850
 
846
851
  .legend-series-wrapper:focus-visible {
847
852
  outline: none;
853
+
848
854
  .series-item--isFocused {
849
855
  @include mixins.focus-ring;
850
856
  }