@gooddata/sdk-ui-theme-provider 11.49.0-alpha.0 → 11.49.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.
@@ -1 +1 @@
1
- {"version":3,"file":"prepareTheme.d.ts","sourceRoot":"","sources":["../../src/ThemeProvider/prepareTheme.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,MAAM,EAA2D,MAAM,qBAAqB,CAAC;AAmD3G;;;;;;;;;;GAUG;AACH,eAAO,MAAM,eAAe,2BA0B3B,CAAC;AAEF,eAAO,MAAM,2BAA2B,2BAYvC,CAAC;AAEF,eAAO,MAAM,iBAAiB,2BAe7B,CAAC;AAEF,eAAO,MAAM,yBAAyB,2BAgBrC,CAAC;AAEF,eAAO,MAAM,mBAAmB,2BAsB/B,CAAC;AAEF,eAAO,MAAM,YAAY,iEAUxB,CAAC"}
1
+ {"version":3,"file":"prepareTheme.d.ts","sourceRoot":"","sources":["../../src/ThemeProvider/prepareTheme.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,MAAM,EAA2D,MAAM,qBAAqB,CAAC;AAmD3G;;;;;;;;;;GAUG;AACH,eAAO,MAAM,eAAe,2BA0B3B,CAAC;AAEF,eAAO,MAAM,2BAA2B,2BAYvC,CAAC;AAEF,eAAO,MAAM,iBAAiB,2BAe7B,CAAC;AAEF,eAAO,MAAM,yBAAyB,2BAarC,CAAC;AAEF,eAAO,MAAM,mBAAmB,2BAsB/B,CAAC;AAEF,eAAO,MAAM,YAAY,iEAUxB,CAAC"}
@@ -108,9 +108,6 @@ export const stripComplementaryPalette = (theme) => {
108
108
  if (strippedTheme?.chart) {
109
109
  delete strippedTheme.chart;
110
110
  }
111
- if (strippedTheme?.table) {
112
- delete strippedTheme.table;
113
- }
114
111
  return strippedTheme;
115
112
  };
116
113
  export const preparePrimaryColor = (theme) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-theme-provider",
3
- "version": "11.49.0-alpha.0",
3
+ "version": "11.49.0",
4
4
  "description": "GoodData SDK - Theme provider",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -32,10 +32,10 @@
32
32
  "postcss-value-parser": "^4.2.0",
33
33
  "ts-invariant": "0.10.3",
34
34
  "tslib": "2.8.1",
35
- "@gooddata/sdk-backend-spi": "11.49.0-alpha.0",
36
- "@gooddata/sdk-model": "11.49.0-alpha.0",
37
- "@gooddata/sdk-ui": "11.49.0-alpha.0",
38
- "@gooddata/util": "11.49.0-alpha.0"
35
+ "@gooddata/sdk-backend-spi": "11.49.0",
36
+ "@gooddata/sdk-ui": "11.49.0",
37
+ "@gooddata/sdk-model": "11.49.0",
38
+ "@gooddata/util": "11.49.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-documenter": "^7.17.0",
@@ -73,10 +73,10 @@
73
73
  "react-dom": "19.1.1",
74
74
  "typescript": "5.9.3",
75
75
  "vitest": "4.1.8",
76
- "@gooddata/oxlint-config": "11.49.0-alpha.0",
77
- "@gooddata/eslint-config": "11.49.0-alpha.0",
78
- "@gooddata/sdk-backend-mockingbird": "11.49.0-alpha.0",
79
- "@gooddata/reference-workspace": "11.49.0-alpha.0"
76
+ "@gooddata/eslint-config": "11.49.0",
77
+ "@gooddata/reference-workspace": "11.49.0",
78
+ "@gooddata/sdk-backend-mockingbird": "11.49.0",
79
+ "@gooddata/oxlint-config": "11.49.0"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "react": "^18.0.0 || ^19.0.0",