@gooddata/sdk-ui-kit 11.9.0-alpha.0 → 11.9.0-alpha.2

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.
@@ -5,7 +5,7 @@ export declare const CHECKBOX_COLUMN_WIDTH = 34;
5
5
  /**
6
6
  * @internal
7
7
  */
8
- export declare const ROW_HEIGHT_NORMAL = 43;
8
+ export declare const ROW_HEIGHT_NORMAL = 45;
9
9
  /**
10
10
  * @internal
11
11
  */
@@ -6,7 +6,7 @@ export const CHECKBOX_COLUMN_WIDTH = 34;
6
6
  /**
7
7
  * @internal
8
8
  */
9
- export const ROW_HEIGHT_NORMAL = 43;
9
+ export const ROW_HEIGHT_NORMAL = 45;
10
10
  /**
11
11
  * @internal
12
12
  */
@@ -7128,7 +7128,7 @@ export declare const UiAsyncTableRowHeightLarge = 55;
7128
7128
  /**
7129
7129
  * @internal
7130
7130
  */
7131
- export declare const UiAsyncTableRowHeightNormal = 43;
7131
+ export declare const UiAsyncTableRowHeightNormal = 45;
7132
7132
 
7133
7133
  /**
7134
7134
  * @internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-kit",
3
- "version": "11.9.0-alpha.0",
3
+ "version": "11.9.0-alpha.2",
4
4
  "description": "GoodData SDK - UI Building Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -76,11 +76,11 @@
76
76
  "tslib": "2.8.1",
77
77
  "unified": "^11.0.5",
78
78
  "uuid": "^11.1.0",
79
- "@gooddata/sdk-backend-spi": "11.9.0-alpha.0",
80
- "@gooddata/sdk-model": "11.9.0-alpha.0",
81
- "@gooddata/sdk-ui-theme-provider": "11.9.0-alpha.0",
82
- "@gooddata/sdk-ui": "11.9.0-alpha.0",
83
- "@gooddata/util": "11.9.0-alpha.0"
79
+ "@gooddata/sdk-backend-spi": "11.9.0-alpha.2",
80
+ "@gooddata/sdk-ui": "11.9.0-alpha.2",
81
+ "@gooddata/sdk-model": "11.9.0-alpha.2",
82
+ "@gooddata/sdk-ui-theme-provider": "11.9.0-alpha.2",
83
+ "@gooddata/util": "11.9.0-alpha.2"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@gooddata/stylelint-config": "^5.0.0",
@@ -102,7 +102,7 @@
102
102
  "@typescript-eslint/eslint-plugin": "8.46.0",
103
103
  "@typescript-eslint/parser": "8.46.0",
104
104
  "@vitest/eslint-plugin": "1.3.5",
105
- "dependency-cruiser": "^13.0.3",
105
+ "dependency-cruiser": "^14.1.2",
106
106
  "eslint": "^8.57.1",
107
107
  "eslint-config-prettier": "10.1.8",
108
108
  "eslint-plugin-eslint-comments": "3.2.0",
@@ -130,9 +130,9 @@
130
130
  "typescript": "5.8.3",
131
131
  "vitest": "3.2.4",
132
132
  "vitest-dom": "0.1.1",
133
- "@gooddata/eslint-config": "11.9.0-alpha.0",
134
- "@gooddata/reference-workspace": "11.9.0-alpha.0",
135
- "@gooddata/sdk-backend-mockingbird": "11.9.0-alpha.0"
133
+ "@gooddata/eslint-config": "11.9.0-alpha.2",
134
+ "@gooddata/reference-workspace": "11.9.0-alpha.2",
135
+ "@gooddata/sdk-backend-mockingbird": "11.9.0-alpha.2"
136
136
  },
137
137
  "peerDependencies": {
138
138
  "react": "^18.0.0 || ^19.0.0",