@gooddata/sdk-ui-theme-provider 11.57.0-alpha.2 → 11.57.0-alpha.3
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/esm/variablesSpec/allThemeCssVariables.d.ts.map +1 -1
- package/esm/variablesSpec/allThemeCssVariables.js +2 -0
- package/esm/variablesSpec/internal/tooltip.d.ts +3 -0
- package/esm/variablesSpec/internal/tooltip.d.ts.map +1 -0
- package/esm/variablesSpec/internal/tooltip.js +7 -0
- package/package.json +11 -11
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allThemeCssVariables.d.ts","sourceRoot":"","sources":["../../src/variablesSpec/allThemeCssVariables.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"allThemeCssVariables.d.ts","sourceRoot":"","sources":["../../src/variablesSpec/allThemeCssVariables.ts"],"names":[],"mappings":"AAqCA,OAAO,EACH,KAAK,gBAAgB,EACrB,KAAK,uBAAuB,EAE5B,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAChC,MAAM,YAAY,CAAC;AAEpB,eAAO,MAAM,wBAAwB,EAAE,uBAAuB,EAoB7D,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,uBAAuB,EAM7D,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,wBAAwB,EAgB/D,CAAC;AAIF,eAAO,MAAM,oBAAoB,EAAE,gBAAgB,EAMlD,CAAC"}
|
|
@@ -12,6 +12,7 @@ import { internalModelerThemeVariables } from "./internal/modeler.js";
|
|
|
12
12
|
import { internalSpacingThemeVariables } from "./internal/spacing.js";
|
|
13
13
|
import { internalTableThemeVariables } from "./internal/table.js";
|
|
14
14
|
import { internalTabsThemeVariables } from "./internal/tabs.js";
|
|
15
|
+
import { internalTooltipThemeVariables } from "./internal/tooltip.js";
|
|
15
16
|
import { internalTransitionThemeVariables } from "./internal/transition.js";
|
|
16
17
|
// Derived
|
|
17
18
|
import { derivedPaletteBaseThemeVariables } from "./theme-derived/palette-base-derived.js";
|
|
@@ -71,6 +72,7 @@ export const themeInternalCssVariables = [
|
|
|
71
72
|
...internalIconThemeVariables,
|
|
72
73
|
...internalTabsThemeVariables,
|
|
73
74
|
...internalTableThemeVariables,
|
|
75
|
+
...internalTooltipThemeVariables,
|
|
74
76
|
// Modeler
|
|
75
77
|
...internalModelerThemeVariables,
|
|
76
78
|
];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","sourceRoot":"","sources":["../../../src/variablesSpec/internal/tooltip.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAE5D,eAAO,MAAM,6BAA6B,EAAE,wBAAwB,EAMnE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-theme-provider",
|
|
3
|
-
"version": "11.57.0-alpha.
|
|
3
|
+
"version": "11.57.0-alpha.3",
|
|
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.57.0-alpha.
|
|
36
|
-
"@gooddata/
|
|
37
|
-
"@gooddata/sdk-
|
|
38
|
-
"@gooddata/
|
|
35
|
+
"@gooddata/sdk-backend-spi": "11.57.0-alpha.3",
|
|
36
|
+
"@gooddata/util": "11.57.0-alpha.3",
|
|
37
|
+
"@gooddata/sdk-model": "11.57.0-alpha.3",
|
|
38
|
+
"@gooddata/sdk-ui": "11.57.0-alpha.3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@microsoft/api-documenter": "7.30.10",
|
|
@@ -62,18 +62,18 @@
|
|
|
62
62
|
"happy-dom": "20.12.0",
|
|
63
63
|
"npm-run-all": "4.1.5",
|
|
64
64
|
"oxfmt": "0.66.0",
|
|
65
|
-
"oxlint": "1.
|
|
65
|
+
"oxlint": "1.67.0",
|
|
66
66
|
"oxlint-plugin-eslint": "1.82.0",
|
|
67
|
-
"oxlint-tsgolint": "0.
|
|
67
|
+
"oxlint-tsgolint": "0.22.1",
|
|
68
68
|
"raf": "3.4.1",
|
|
69
69
|
"react": "19.1.1",
|
|
70
70
|
"react-dom": "19.1.1",
|
|
71
71
|
"typescript": "7.0.2",
|
|
72
72
|
"vitest": "4.1.8",
|
|
73
|
-
"@gooddata/eslint-config": "11.57.0-alpha.
|
|
74
|
-
"@gooddata/oxlint-config": "11.57.0-alpha.
|
|
75
|
-
"@gooddata/reference-workspace": "11.57.0-alpha.
|
|
76
|
-
"@gooddata/sdk-backend-mockingbird": "11.57.0-alpha.
|
|
73
|
+
"@gooddata/eslint-config": "11.57.0-alpha.3",
|
|
74
|
+
"@gooddata/oxlint-config": "11.57.0-alpha.3",
|
|
75
|
+
"@gooddata/reference-workspace": "11.57.0-alpha.3",
|
|
76
|
+
"@gooddata/sdk-backend-mockingbird": "11.57.0-alpha.3"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"react": "^18.0.0 || ^19.0.0",
|