@gooddata/sdk-ui 11.26.0-alpha.7 → 11.26.0-alpha.8

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.
@@ -1 +1 @@
1
- {"version":3,"file":"useAutoupdateRef.d.ts","sourceRoot":"","sources":["../../../src/base/react/useAutoupdateRef.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,GAAI,CAAC,2CAQjC,CAAC"}
1
+ {"version":3,"file":"useAutoupdateRef.d.ts","sourceRoot":"","sources":["../../../src/base/react/useAutoupdateRef.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,GAAI,CAAC,2CAKjC,CAAC"}
@@ -1,5 +1,5 @@
1
1
  // (C) 2022-2025 GoodData Corporation
2
- import { useEffect, useRef } from "react";
2
+ import { useRef } from "react";
3
3
  /**
4
4
  * Automatically updates ref contents with the argument value
5
5
  *
@@ -7,9 +7,7 @@ import { useEffect, useRef } from "react";
7
7
  */
8
8
  export const useAutoupdateRef = (value) => {
9
9
  const ref = useRef(value);
10
- useEffect(() => {
11
- ref.current = value;
12
- }, [value]);
10
+ ref.current = value;
13
11
  return ref;
14
12
  };
15
13
  //# sourceMappingURL=useAutoupdateRef.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"useAutoupdateRef.js","sourceRoot":"","sources":["../../../src/base/react/useAutoupdateRef.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAE1C;;;;GAIG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAI,KAAQ,EAAE,EAAE,CAAC;IAC7C,MAAM,GAAG,GAAG,MAAM,CAAI,KAAK,CAAC,CAAC;IAE7B,SAAS,CAAC,GAAG,EAAE,CAAC;QACZ,GAAG,CAAC,OAAO,GAAG,KAAK,CAAC;IAAA,CACvB,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC;IAEZ,OAAO,GAAG,CAAC;AAAA,CACd,CAAC"}
1
+ {"version":3,"file":"useAutoupdateRef.js","sourceRoot":"","sources":["../../../src/base/react/useAutoupdateRef.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAE/B;;;;GAIG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAI,KAAQ,EAAE,EAAE,CAAC;IAC7C,MAAM,GAAG,GAAG,MAAM,CAAI,KAAK,CAAC,CAAC;IAC7B,GAAG,CAAC,OAAO,GAAG,KAAK,CAAC;IAEpB,OAAO,GAAG,CAAC;AAAA,CACd,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "11.26.0-alpha.7",
3
+ "version": "11.26.0-alpha.8",
4
4
  "description": "GoodData.UI SDK - Core",
5
5
  "license": "MIT",
6
6
  "author": "GoodData Corporation",
@@ -42,9 +42,9 @@
42
42
  "ts-invariant": "0.10.3",
43
43
  "tslib": "2.8.1",
44
44
  "uuid": "11.1.0",
45
- "@gooddata/sdk-backend-spi": "11.26.0-alpha.7",
46
- "@gooddata/sdk-model": "11.26.0-alpha.7",
47
- "@gooddata/util": "11.26.0-alpha.7"
45
+ "@gooddata/sdk-backend-spi": "11.26.0-alpha.8",
46
+ "@gooddata/sdk-model": "11.26.0-alpha.8",
47
+ "@gooddata/util": "11.26.0-alpha.8"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-documenter": "^7.17.0",
@@ -87,13 +87,13 @@
87
87
  "typescript": "5.9.3",
88
88
  "vitest": "4.0.8",
89
89
  "vitest-dom": "0.1.1",
90
- "@gooddata/eslint-config": "11.26.0-alpha.7",
91
- "@gooddata/i18n-toolkit": "11.26.0-alpha.7",
92
- "@gooddata/oxlint-config": "11.26.0-alpha.7",
93
- "@gooddata/reference-workspace": "11.26.0-alpha.7",
94
- "@gooddata/sdk-backend-base": "11.26.0-alpha.7",
95
- "@gooddata/stylelint-config": "11.26.0-alpha.7",
96
- "@gooddata/sdk-backend-mockingbird": "11.26.0-alpha.7"
90
+ "@gooddata/eslint-config": "11.26.0-alpha.8",
91
+ "@gooddata/i18n-toolkit": "11.26.0-alpha.8",
92
+ "@gooddata/oxlint-config": "11.26.0-alpha.8",
93
+ "@gooddata/reference-workspace": "11.26.0-alpha.8",
94
+ "@gooddata/sdk-backend-base": "11.26.0-alpha.8",
95
+ "@gooddata/stylelint-config": "11.26.0-alpha.8",
96
+ "@gooddata/sdk-backend-mockingbird": "11.26.0-alpha.8"
97
97
  },
98
98
  "peerDependencies": {
99
99
  "react": "^18.0.0 || ^19.0.0",
@@ -101,7 +101,6 @@
101
101
  },
102
102
  "scripts": {
103
103
  "_phase:build": "npm run build",
104
- "_phase:post-build": "npm run build-dynamic-files",
105
104
  "_phase:test": "npm run build-dynamic-files && npm run test-once",
106
105
  "_phase:validate": "npm run build-dynamic-files && npm run validate",
107
106
  "api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",