@gooddata/sdk-ui-ext 10.16.0-alpha.11 → 10.16.0-alpha.12

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.
@@ -108,7 +108,7 @@ export const VISUALIZATION_SWITCHER_WIDGET_SIZE_INFO_NEW_DEFAULT = {
108
108
  */
109
109
  export const DASHBOARD_LAYOUT_WIDGET_SIZE_INFO_DEFAULT = {
110
110
  width: {
111
- min: 4,
111
+ min: 2,
112
112
  default: 4,
113
113
  },
114
114
  height: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-ext",
3
- "version": "10.16.0-alpha.11",
3
+ "version": "10.16.0-alpha.12",
4
4
  "description": "GoodData.UI SDK - Extensions",
5
5
  "repository": {
6
6
  "type": "git",
@@ -51,18 +51,18 @@
51
51
  "uuid": "^8.3.2",
52
52
  "debounce-promise": "^3.1.2",
53
53
  "json-stable-stringify": "^1.0.1",
54
- "@gooddata/sdk-backend-base": "10.16.0-alpha.11",
55
- "@gooddata/sdk-embedding": "10.16.0-alpha.11",
56
- "@gooddata/sdk-ui": "10.16.0-alpha.11",
57
- "@gooddata/sdk-backend-spi": "10.16.0-alpha.11",
58
- "@gooddata/sdk-model": "10.16.0-alpha.11",
59
- "@gooddata/sdk-ui-charts": "10.16.0-alpha.11",
60
- "@gooddata/sdk-ui-geo": "10.16.0-alpha.11",
61
- "@gooddata/sdk-ui-kit": "10.16.0-alpha.11",
62
- "@gooddata/sdk-ui-pivot": "10.16.0-alpha.11",
63
- "@gooddata/sdk-ui-vis-commons": "10.16.0-alpha.11",
64
- "@gooddata/util": "10.16.0-alpha.11",
65
- "@gooddata/sdk-ui-theme-provider": "10.16.0-alpha.11"
54
+ "@gooddata/sdk-backend-base": "10.16.0-alpha.12",
55
+ "@gooddata/sdk-backend-spi": "10.16.0-alpha.12",
56
+ "@gooddata/sdk-embedding": "10.16.0-alpha.12",
57
+ "@gooddata/sdk-ui": "10.16.0-alpha.12",
58
+ "@gooddata/sdk-model": "10.16.0-alpha.12",
59
+ "@gooddata/sdk-ui-charts": "10.16.0-alpha.12",
60
+ "@gooddata/sdk-ui-geo": "10.16.0-alpha.12",
61
+ "@gooddata/sdk-ui-kit": "10.16.0-alpha.12",
62
+ "@gooddata/sdk-ui-pivot": "10.16.0-alpha.12",
63
+ "@gooddata/sdk-ui-theme-provider": "10.16.0-alpha.12",
64
+ "@gooddata/sdk-ui-vis-commons": "10.16.0-alpha.12",
65
+ "@gooddata/util": "10.16.0-alpha.12"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -117,9 +117,9 @@
117
117
  "vitest-dom": "0.1.1",
118
118
  "@types/debounce-promise": "^3.1.4",
119
119
  "@types/json-stable-stringify": "^1.0.32",
120
- "@gooddata/i18n-toolkit": "10.16.0-alpha.11",
121
- "@gooddata/reference-workspace": "10.16.0-alpha.11",
122
- "@gooddata/sdk-backend-mockingbird": "10.16.0-alpha.11"
120
+ "@gooddata/reference-workspace": "10.16.0-alpha.12",
121
+ "@gooddata/i18n-toolkit": "10.16.0-alpha.12",
122
+ "@gooddata/sdk-backend-mockingbird": "10.16.0-alpha.12"
123
123
  },
124
124
  "scripts": {
125
125
  "clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",