@gooddata/sdk-ui-kit 10.34.0-alpha.18 → 10.34.0-alpha.19
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 +11 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-kit",
|
3
|
-
"version": "10.34.0-alpha.
|
3
|
+
"version": "10.34.0-alpha.19",
|
4
4
|
"description": "GoodData SDK - UI Building Components",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -75,11 +75,11 @@
|
|
75
75
|
"@floating-ui/dom": "1.6.13",
|
76
76
|
"@floating-ui/react-dom": "2.1.2",
|
77
77
|
"@floating-ui/react": "~0.27.12",
|
78
|
-
"@gooddata/sdk-
|
79
|
-
"@gooddata/
|
80
|
-
"@gooddata/sdk-
|
81
|
-
"@gooddata/sdk-ui-theme-provider": "10.34.0-alpha.
|
82
|
-
"@gooddata/
|
78
|
+
"@gooddata/sdk-model": "10.34.0-alpha.19",
|
79
|
+
"@gooddata/util": "10.34.0-alpha.19",
|
80
|
+
"@gooddata/sdk-ui": "10.34.0-alpha.19",
|
81
|
+
"@gooddata/sdk-ui-theme-provider": "10.34.0-alpha.19",
|
82
|
+
"@gooddata/sdk-backend-spi": "10.34.0-alpha.19"
|
83
83
|
},
|
84
84
|
"peerDependencies": {
|
85
85
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -134,8 +134,8 @@
|
|
134
134
|
"typescript": "5.3.3",
|
135
135
|
"vitest": "3.0.8",
|
136
136
|
"vitest-dom": "0.1.1",
|
137
|
-
"@gooddata/
|
138
|
-
"@gooddata/
|
137
|
+
"@gooddata/sdk-backend-mockingbird": "10.34.0-alpha.19",
|
138
|
+
"@gooddata/reference-workspace": "10.34.0-alpha.19"
|
139
139
|
},
|
140
140
|
"scripts": {
|
141
141
|
"clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|
@@ -155,11 +155,12 @@
|
|
155
155
|
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
156
156
|
"stylelint": "stylelint '**/*.scss'",
|
157
157
|
"stylelint-ci": "stylelint '**/*.scss' --custom-formatter=node_modules/stylelint-checkstyle-formatter > ./ci/results/stylelint-results.xml",
|
158
|
-
"validate": "npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
|
159
|
-
"validate-ci": "export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check && npm run validate-theming",
|
158
|
+
"validate": "npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming && npm run validate-ui-components",
|
159
|
+
"validate-ci": "export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser-ci && npm run eslint-ci && npm run stylelint-ci && npm run validate-locales-ci && npm run prettier-check && npm run validate-theming && npm run validate-ui-components",
|
160
160
|
"validate-locales": "cd ../sdk-ui && npm run validate-locales",
|
161
161
|
"validate-locales-ci": "cd ../sdk-ui && npm run validate-locales-ci",
|
162
162
|
"validate-theming": "npm run scss && node scripts/validateCss.js",
|
163
|
+
"validate-ui-components": "node scripts/validateUiComponents.js",
|
163
164
|
"scss": "sass --load-path=node_modules --load-path=node_modules/fixed-data-table-2/dist styles/scss:styles/css"
|
164
165
|
}
|
165
166
|
}
|