@gooddata/sdk-ui-kit 10.25.0-alpha.4 → 10.25.0-alpha.5

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.
@@ -9,9 +9,10 @@ export interface UiIconProps {
9
9
  color?: ThemeColor;
10
10
  label?: string;
11
11
  size?: number;
12
+ ariaHidden?: boolean;
12
13
  }
13
14
  /**
14
15
  * @internal
15
16
  */
16
- export declare const UiIcon: ({ type, label, color, size }: UiIconProps) => React.JSX.Element;
17
+ export declare const UiIcon: ({ type, label, color, ariaHidden, size }: UiIconProps) => React.JSX.Element;
17
18
  //# sourceMappingURL=UiIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UiIcon.d.ts","sourceRoot":"","sources":["../../../src/@ui/UiIcon/UiIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,eAAO,MAAM,MAAM,iCAAuC,WAAW,sBAapE,CAAC"}
1
+ {"version":3,"file":"UiIcon.d.ts","sourceRoot":"","sources":["../../../src/@ui/UiIcon/UiIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;GAEG;AACH,eAAO,MAAM,MAAM,6CAAmD,WAAW,sBAchF,CAAC"}
@@ -1,12 +1,12 @@
1
- // (C) 2024 GoodData Corporation
1
+ // (C) 2024-2025 GoodData Corporation
2
2
  import React from "react";
3
3
  import { b } from "./iconBem.js";
4
4
  import { iconsConfig } from "./icons.js";
5
5
  /**
6
6
  * @internal
7
7
  */
8
- export const UiIcon = ({ type, label, color, size = 20 }) => {
9
- return (React.createElement("svg", { className: b({ color }), viewBox: iconsConfig[type].viewBox, width: size, height: size, preserveAspectRatio: "xMidYMid meet" },
8
+ export const UiIcon = ({ type, label, color, ariaHidden, size = 20 }) => {
9
+ return (React.createElement("svg", { className: b({ color }), viewBox: iconsConfig[type].viewBox, width: size, height: size, preserveAspectRatio: "xMidYMid meet", "aria-hidden": ariaHidden },
10
10
  label ? React.createElement("title", null, label) : null,
11
11
  iconsConfig[type].content));
12
12
  };
@@ -1 +1 @@
1
- {"version":3,"file":"UiIcon.js","sourceRoot":"","sources":["../../../src/@ui/UiIcon/UiIcon.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAC;AACjC,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAczC;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,GAAG,EAAE,EAAe,EAAE,EAAE;IACrE,OAAO,CACH,6BACI,SAAS,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EACvB,OAAO,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC,OAAO,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,mBAAmB,EAAC,eAAe;QAElC,KAAK,CAAC,CAAC,CAAC,mCAAQ,KAAK,CAAS,CAAC,CAAC,CAAC,IAAI;QACrC,WAAW,CAAC,IAAI,CAAC,CAAC,OAAO,CACxB,CACT,CAAC;AACN,CAAC,CAAC"}
1
+ {"version":3,"file":"UiIcon.js","sourceRoot":"","sources":["../../../src/@ui/UiIcon/UiIcon.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,CAAC,EAAE,MAAM,cAAc,CAAC;AACjC,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAezC;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,IAAI,GAAG,EAAE,EAAe,EAAE,EAAE;IACjF,OAAO,CACH,6BACI,SAAS,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EACvB,OAAO,EAAE,WAAW,CAAC,IAAI,CAAC,CAAC,OAAO,EAClC,KAAK,EAAE,IAAI,EACX,MAAM,EAAE,IAAI,EACZ,mBAAmB,EAAC,eAAe,iBACtB,UAAU;QAEtB,KAAK,CAAC,CAAC,CAAC,mCAAQ,KAAK,CAAS,CAAC,CAAC,CAAC,IAAI;QACrC,WAAW,CAAC,IAAI,CAAC,CAAC,OAAO,CACxB,CACT,CAAC;AACN,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- // (C) 2007-2024 GoodData Corporation
1
+ // (C) 2007-2025 GoodData Corporation
2
2
  import React from "react";
3
3
  import cx from "classnames";
4
4
  import { Icon } from "../Icon/index.js";
@@ -7,6 +7,6 @@ export const HeaderChatButton = ({ onClick }) => {
7
7
  const classNames = cx("gd-header-measure", "gd-header-button", "gd-header-chat");
8
8
  // The text is not l18n-ed because it is not final
9
9
  return (React.createElement(Button, { title: "Open AI Assistant", className: classNames, onClick: onClick },
10
- React.createElement(Icon.GenAI, { width: 32, height: 32 })));
10
+ React.createElement(Icon.GenAI, { width: 32, height: 32, ariaHidden: true })));
11
11
  };
12
12
  //# sourceMappingURL=HeaderChatButton.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"HeaderChatButton.js","sourceRoot":"","sources":["../../src/Header/HeaderChatButton.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,YAAY,CAAC;AAC5B,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAM5C,MAAM,CAAC,MAAM,gBAAgB,GAAoC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE;IAC7E,MAAM,UAAU,GAAG,EAAE,CAAC,mBAAmB,EAAE,kBAAkB,EAAE,gBAAgB,CAAC,CAAC;IAEjF,kDAAkD;IAClD,OAAO,CACH,oBAAC,MAAM,IAAC,KAAK,EAAC,mBAAmB,EAAC,SAAS,EAAE,UAAU,EAAE,OAAO,EAAE,OAAO;QACrE,oBAAC,IAAI,CAAC,KAAK,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,CAChC,CACZ,CAAC;AACN,CAAC,CAAC"}
1
+ {"version":3,"file":"HeaderChatButton.js","sourceRoot":"","sources":["../../src/Header/HeaderChatButton.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,MAAM,YAAY,CAAC;AAC5B,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAM5C,MAAM,CAAC,MAAM,gBAAgB,GAAoC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE;IAC7E,MAAM,UAAU,GAAG,EAAE,CAAC,mBAAmB,EAAE,kBAAkB,EAAE,gBAAgB,CAAC,CAAC;IAEjF,kDAAkD;IAClD,OAAO,CACH,oBAAC,MAAM,IAAC,KAAK,EAAC,mBAAmB,EAAC,SAAS,EAAE,UAAU,EAAE,OAAO,EAAE,OAAO;QACrE,oBAAC,IAAI,CAAC,KAAK,IAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,UAAU,SAAG,CAC3C,CACZ,CAAC;AACN,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"EmbedCodeIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/icons/EmbedCodeIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAgB9C,CAAC"}
1
+ {"version":3,"file":"EmbedCodeIcon.d.ts","sourceRoot":"","sources":["../../../src/Icon/icons/EmbedCodeIcon.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAiB9C,CAAC"}
@@ -1,10 +1,10 @@
1
- // (C) 2021-2022 GoodData Corporation
1
+ // (C) 2021-2025 GoodData Corporation
2
2
  import React from "react";
3
3
  /**
4
4
  * @internal
5
5
  */
6
- export const EmbedCodeIcon = ({ color, className, width, height }) => {
7
- return (React.createElement("svg", { className: className, width: width ?? 19, height: height ?? 14, viewBox: "0 0 19 14", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
6
+ export const EmbedCodeIcon = ({ color, className, ariaHidden, width, height }) => {
7
+ return (React.createElement("svg", { className: className, width: width ?? 19, height: height ?? 14, viewBox: "0 0 19 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": ariaHidden },
8
8
  React.createElement("path", { fill: color ?? "#94A1AD", d: "M5.05176 11.0989C4.99316 11.0989 4.93457 11.0901 4.87598 11.0725C4.82324 11.0491 4.77637 11.0139 4.73535 10.967L1.13184 7.3723C1.04395 7.28441 1 7.17894 1 7.05589C1 6.92699 1.04395 6.81859 1.13184 6.7307L4.73535 3.13597C4.82324 3.04808 4.92871 3.00414 5.05176 3.00414C5.1748 3.00414 5.28027 3.04808 5.36816 3.13597C5.45605 3.22386 5.5 3.32933 5.5 3.45238C5.5 3.57543 5.45605 3.68089 5.36816 3.76878L2.08984 7.05589L5.36816 10.3342C5.45605 10.4221 5.5 10.5276 5.5 10.6506C5.5 10.7737 5.45605 10.8791 5.36816 10.967C5.32715 11.0139 5.27734 11.0491 5.21875 11.0725C5.16602 11.0901 5.11035 11.0989 5.05176 11.0989ZM14.0518 11.0989C13.9932 11.0989 13.9346 11.0901 13.876 11.0725C13.8232 11.0491 13.7764 11.0139 13.7354 10.967C13.6475 10.8791 13.6035 10.7737 13.6035 10.6506C13.6035 10.5276 13.6475 10.4221 13.7354 10.3342L17.0137 7.05589L13.7354 3.76878C13.6475 3.68089 13.6035 3.57543 13.6035 3.45238C13.6035 3.32933 13.6475 3.22386 13.7354 3.13597C13.8232 3.04808 13.9287 3.00414 14.0518 3.00414C14.1748 3.00414 14.2803 3.04808 14.3682 3.13597L17.9717 6.7307C18.0596 6.81859 18.1035 6.92699 18.1035 7.05589C18.1035 7.17894 18.0596 7.28441 17.9717 7.3723L14.3682 10.967C14.3271 11.0139 14.2773 11.0491 14.2188 11.0725C14.166 11.0901 14.1104 11.0989 14.0518 11.0989ZM7.30176 11.0989C7.26074 11.0989 7.21973 11.0959 7.17871 11.0901C7.1377 11.0784 7.09961 11.0608 7.06445 11.0373C6.95898 10.967 6.8916 10.8733 6.8623 10.7561C6.83301 10.633 6.85352 10.5188 6.92383 10.4133L11.4238 3.21507C11.4883 3.1096 11.5791 3.04222 11.6963 3.01293C11.8193 2.98363 11.9336 3.00414 12.0391 3.07445C12.1445 3.1389 12.2119 3.23265 12.2412 3.3557C12.2705 3.47289 12.25 3.58421 12.1797 3.68968L7.67969 10.8879C7.63867 10.9582 7.58301 11.011 7.5127 11.0461C7.44824 11.0813 7.37793 11.0989 7.30176 11.0989Z" })));
9
9
  };
10
10
  //# sourceMappingURL=EmbedCodeIcon.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"EmbedCodeIcon.js","sourceRoot":"","sources":["../../../src/Icon/icons/EmbedCodeIcon.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAyB,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE;IACvF,OAAO,CACH,6BACI,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,KAAK,IAAI,EAAE,EAClB,MAAM,EAAE,MAAM,IAAI,EAAE,EACpB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B;QAElC,8BACI,IAAI,EAAE,KAAK,IAAI,SAAS,EACxB,CAAC,EAAC,ovDAAovD,GACxvD,CACA,CACT,CAAC;AACN,CAAC,CAAC"}
1
+ {"version":3,"file":"EmbedCodeIcon.js","sourceRoot":"","sources":["../../../src/Icon/icons/EmbedCodeIcon.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa,GAAyB,CAAC,EAAE,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,EAAE;IACnG,OAAO,CACH,6BACI,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,KAAK,IAAI,EAAE,EAClB,MAAM,EAAE,MAAM,IAAI,EAAE,EACpB,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,iBACrB,UAAU;QAEvB,8BACI,IAAI,EAAE,KAAK,IAAI,SAAS,EACxB,CAAC,EAAC,ovDAAovD,GACxvD,CACA,CACT,CAAC;AACN,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"GenAI.d.ts","sourceRoot":"","sources":["../../../src/Icon/icons/GenAI.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;GAEG;AACH,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAwBtC,CAAC"}
1
+ {"version":3,"file":"GenAI.d.ts","sourceRoot":"","sources":["../../../src/Icon/icons/GenAI.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C;;GAEG;AACH,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CA+BtC,CAAC"}
@@ -1,10 +1,10 @@
1
- // (C) 2021-2024 GoodData Corporation
1
+ // (C) 2021-2025 GoodData Corporation
2
2
  import React from "react";
3
3
  /**
4
4
  * @internal
5
5
  */
6
- export const GenAI = ({ color = "#14B2E2", className, width = 11, height = 13 }) => {
7
- return (React.createElement("svg", { className: className, width: width, height: height, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
6
+ export const GenAI = ({ color = "#14B2E2", className, ariaHidden, width = 11, height = 13, }) => {
7
+ return (React.createElement("svg", { className: className, width: width, height: height, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-hidden": ariaHidden },
8
8
  React.createElement("path", { d: "M16.2317 7.76912C16.2737 7.51389 16.6407 7.5139 16.6827 7.76913L17.1108 10.368C17.493 12.6883 19.3116 14.507 21.632 14.8892L24.2308 15.3172C24.4861 15.3593 24.4861 15.7263 24.2308 15.7683L21.632 16.1964C19.3116 16.5786 17.493 18.3972 17.1108 20.7176L16.6827 23.3164C16.6407 23.5716 16.2737 23.5716 16.2317 23.3164L15.8036 20.7176C15.4214 18.3972 13.6027 16.5786 11.2824 16.1964L8.68355 15.7683C8.42832 15.7263 8.42832 15.3593 8.68355 15.3172L11.2824 14.8892C13.6027 14.507 15.4214 12.6883 15.8036 10.368L16.2317 7.76912Z", fill: color }),
9
9
  React.createElement("path", { d: "M9.87936 20.2796C9.91251 20.0783 10.2019 20.0783 10.235 20.2796C10.3606 21.0419 10.9581 21.6394 11.7204 21.765C11.9217 21.7981 11.9217 22.0875 11.7204 22.1206C10.9581 22.2462 10.3606 22.8437 10.235 23.606C10.2019 23.8073 9.91251 23.8073 9.87936 23.606C9.75379 22.8437 9.15629 22.2462 8.39396 22.1206C8.19271 22.0875 8.19271 21.7981 8.39396 21.765C9.15629 21.6394 9.75379 21.0419 9.87936 20.2796Z", fill: color }),
10
10
  React.createElement("path", { d: "M22.6793 7.47953C22.7124 7.27828 23.0018 7.27828 23.0349 7.47953C23.1605 8.24186 23.758 8.83936 24.5203 8.96493C24.7216 8.99808 24.7216 9.28744 24.5203 9.32059C23.758 9.44616 23.1605 10.0437 23.0349 10.806C23.0018 11.0072 22.7124 11.0072 22.6793 10.806C22.5537 10.0437 21.9562 9.44616 21.1939 9.32059C20.9926 9.28744 20.9926 8.99808 21.1939 8.96493C21.9562 8.83936 22.5537 8.24186 22.6793 7.47953Z", fill: color })));
@@ -1 +1 @@
1
- {"version":3,"file":"GenAI.js","sourceRoot":"","sources":["../../../src/Icon/icons/GenAI.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;GAEG;AACH,MAAM,CAAC,MAAM,KAAK,GAAyB,CAAC,EAAE,KAAK,GAAG,SAAS,EAAE,SAAS,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,GAAG,EAAE,EAAE,EAAE,EAAE;IACrG,OAAO,CACH,6BACI,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,MAAM,EACd,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B;QAElC,8BACI,CAAC,EAAC,0gBAA0gB,EAC5gB,IAAI,EAAE,KAAK,GACb;QACF,8BACI,CAAC,EAAC,6YAA6Y,EAC/Y,IAAI,EAAE,KAAK,GACb;QACF,8BACI,CAAC,EAAC,+YAA+Y,EACjZ,IAAI,EAAE,KAAK,GACb,CACA,CACT,CAAC;AACN,CAAC,CAAC"}
1
+ {"version":3,"file":"GenAI.js","sourceRoot":"","sources":["../../../src/Icon/icons/GenAI.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;GAEG;AACH,MAAM,CAAC,MAAM,KAAK,GAAyB,CAAC,EACxC,KAAK,GAAG,SAAS,EACjB,SAAS,EACT,UAAU,EACV,KAAK,GAAG,EAAE,EACV,MAAM,GAAG,EAAE,GACd,EAAE,EAAE;IACD,OAAO,CACH,6BACI,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,MAAM,EACd,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,iBACrB,UAAU;QAEvB,8BACI,CAAC,EAAC,0gBAA0gB,EAC5gB,IAAI,EAAE,KAAK,GACb;QACF,8BACI,CAAC,EAAC,6YAA6Y,EAC/Y,IAAI,EAAE,KAAK,GACb;QACF,8BACI,CAAC,EAAC,+YAA+Y,EACjZ,IAAI,EAAE,KAAK,GACb,CACA,CACT,CAAC;AACN,CAAC,CAAC"}
@@ -5213,7 +5213,7 @@ export declare interface UiFocusTrapProps {
5213
5213
  /**
5214
5214
  * @internal
5215
5215
  */
5216
- export declare const UiIcon: ({ type, label, color, size }: UiIconProps) => React_2.JSX.Element;
5216
+ export declare const UiIcon: ({ type, label, color, ariaHidden, size }: UiIconProps) => React_2.JSX.Element;
5217
5217
 
5218
5218
  /**
5219
5219
  * @internal
@@ -5223,6 +5223,7 @@ export declare interface UiIconProps {
5223
5223
  color?: ThemeColor;
5224
5224
  label?: string;
5225
5225
  size?: number;
5226
+ ariaHidden?: boolean;
5226
5227
  }
5227
5228
 
5228
5229
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-kit",
3
- "version": "10.25.0-alpha.4",
3
+ "version": "10.25.0-alpha.5",
4
4
  "description": "GoodData SDK - UI Building Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -68,11 +68,11 @@
68
68
  "tslib": "^2.5.0",
69
69
  "uuid": "^8.3.2",
70
70
  "unified": "^11.0.5",
71
- "@gooddata/sdk-backend-spi": "10.25.0-alpha.4",
72
- "@gooddata/sdk-ui": "10.25.0-alpha.4",
73
- "@gooddata/sdk-model": "10.25.0-alpha.4",
74
- "@gooddata/util": "10.25.0-alpha.4",
75
- "@gooddata/sdk-ui-theme-provider": "10.25.0-alpha.4"
71
+ "@gooddata/sdk-backend-spi": "10.25.0-alpha.5",
72
+ "@gooddata/sdk-ui": "10.25.0-alpha.5",
73
+ "@gooddata/sdk-model": "10.25.0-alpha.5",
74
+ "@gooddata/util": "10.25.0-alpha.5",
75
+ "@gooddata/sdk-ui-theme-provider": "10.25.0-alpha.5"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",
@@ -131,8 +131,8 @@
131
131
  "typescript": "5.3.3",
132
132
  "vitest": "3.0.8",
133
133
  "vitest-dom": "0.1.1",
134
- "@gooddata/reference-workspace": "10.25.0-alpha.4",
135
- "@gooddata/sdk-backend-mockingbird": "10.25.0-alpha.4"
134
+ "@gooddata/reference-workspace": "10.25.0-alpha.5",
135
+ "@gooddata/sdk-backend-mockingbird": "10.25.0-alpha.5"
136
136
  },
137
137
  "scripts": {
138
138
  "clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",