@gooddata/sdk-ui-theme-provider 10.41.0-alpha.1 → 10.41.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/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-theme-provider",
|
|
3
|
-
"version": "10.41.0-alpha.
|
|
3
|
+
"version": "10.41.0-alpha.3",
|
|
4
4
|
"description": "GoodData SDK - Theme provider",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/gooddata/gooddata-ui-sdk.git",
|
|
8
8
|
"directory": "libs/sdk-ui-theme-provider"
|
|
9
9
|
},
|
|
10
|
-
"author": "GoodData Corporation",
|
|
11
10
|
"license": "MIT",
|
|
11
|
+
"author": "GoodData Corporation",
|
|
12
|
+
"sideEffects": false,
|
|
12
13
|
"type": "module",
|
|
13
14
|
"exports": {
|
|
14
15
|
".": "./esm/index.js",
|
|
@@ -16,7 +17,6 @@
|
|
|
16
17
|
"./internal": "./esm/internal.js"
|
|
17
18
|
},
|
|
18
19
|
"types": "./esm/index.d.ts",
|
|
19
|
-
"sideEffects": false,
|
|
20
20
|
"files": [
|
|
21
21
|
"esm/**/*.js",
|
|
22
22
|
"esm/**/*.json",
|
|
@@ -27,19 +27,15 @@
|
|
|
27
27
|
"chalk": "^4.1.1",
|
|
28
28
|
"glob": "^11.0.0",
|
|
29
29
|
"lodash": "^4.17.21",
|
|
30
|
+
"polished": "^3.6.7",
|
|
30
31
|
"postcss": "^8.4.49",
|
|
31
32
|
"postcss-value-parser": "^4.2.0",
|
|
32
|
-
"polished": "^3.6.7",
|
|
33
33
|
"ts-invariant": "^0.7.5",
|
|
34
34
|
"tslib": "2.8.1",
|
|
35
|
-
"@gooddata/sdk-backend-spi": "10.41.0-alpha.
|
|
36
|
-
"@gooddata/sdk-
|
|
37
|
-
"@gooddata/
|
|
38
|
-
"@gooddata/
|
|
39
|
-
},
|
|
40
|
-
"peerDependencies": {
|
|
41
|
-
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
42
|
-
"react-dom": "^16.10.0 || ^17.0.0 || ^18.0.0"
|
|
35
|
+
"@gooddata/sdk-backend-spi": "10.41.0-alpha.3",
|
|
36
|
+
"@gooddata/sdk-model": "10.41.0-alpha.3",
|
|
37
|
+
"@gooddata/util": "10.41.0-alpha.3",
|
|
38
|
+
"@gooddata/sdk-ui": "10.41.0-alpha.3"
|
|
43
39
|
},
|
|
44
40
|
"devDependencies": {
|
|
45
41
|
"@gooddata/eslint-config": "^4.1.1",
|
|
@@ -50,8 +46,8 @@
|
|
|
50
46
|
"@types/lodash": "^4.14.202",
|
|
51
47
|
"@types/node": "^22.13.0",
|
|
52
48
|
"@types/raf": "^3.4.0",
|
|
53
|
-
"@types/react-dom": "18.3.7",
|
|
54
49
|
"@types/react": "18.3.23",
|
|
50
|
+
"@types/react-dom": "18.3.7",
|
|
55
51
|
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
56
52
|
"@typescript-eslint/parser": "^8.38.0",
|
|
57
53
|
"concurrently": "^6.0.2",
|
|
@@ -64,8 +60,8 @@
|
|
|
64
60
|
"eslint-plugin-jest": "^29.0.1",
|
|
65
61
|
"eslint-plugin-no-only-tests": "^2.4.0",
|
|
66
62
|
"eslint-plugin-prettier": "^5.5.1",
|
|
67
|
-
"eslint-plugin-react-hooks": "^4.5.0",
|
|
68
63
|
"eslint-plugin-react": "^7.31.10",
|
|
64
|
+
"eslint-plugin-react-hooks": "^4.5.0",
|
|
69
65
|
"eslint-plugin-regexp": "^1.9.0",
|
|
70
66
|
"eslint-plugin-sonarjs": "^0.16.0",
|
|
71
67
|
"eslint-plugin-tsdoc": "^0.2.14",
|
|
@@ -76,26 +72,30 @@
|
|
|
76
72
|
"react-dom": "18.3.1",
|
|
77
73
|
"typescript": "5.8.3",
|
|
78
74
|
"vitest": "3.2.4",
|
|
79
|
-
"@gooddata/
|
|
80
|
-
"@gooddata/
|
|
75
|
+
"@gooddata/reference-workspace": "10.41.0-alpha.3",
|
|
76
|
+
"@gooddata/sdk-backend-mockingbird": "10.41.0-alpha.3"
|
|
77
|
+
},
|
|
78
|
+
"peerDependencies": {
|
|
79
|
+
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
80
|
+
"react-dom": "^16.10.0 || ^17.0.0 || ^18.0.0"
|
|
81
81
|
},
|
|
82
82
|
"scripts": {
|
|
83
83
|
"_phase:build": "npm run build",
|
|
84
84
|
"_phase:test": "npm run test-once",
|
|
85
85
|
"_phase:validate": "npm run validate",
|
|
86
|
-
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
|
87
86
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
|
88
87
|
"build": "tsc -p tsconfig.build.json && npm run api-extractor",
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
88
|
+
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
|
89
|
+
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
90
|
+
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
92
91
|
"eslint": "eslint -c .eslintrc.cjs src/",
|
|
93
|
-
"eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
|
|
94
92
|
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs src/",
|
|
93
|
+
"eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
|
|
95
94
|
"prettier-check": "prettier --check '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
|
|
96
95
|
"prettier-write": "prettier --write '{src,stories,styles,__mocks__}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
|
|
97
|
-
"
|
|
98
|
-
"
|
|
96
|
+
"test": "vitest watch",
|
|
97
|
+
"test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
|
|
98
|
+
"test-once": "vitest run",
|
|
99
99
|
"validate": "tsc && export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser && npm run eslint && npm run prettier-check",
|
|
100
100
|
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-theme-provider\"'"
|
|
101
101
|
}
|