@gooddata/sdk-ui-kit 11.37.0-alpha.2 → 11.37.0-alpha.3
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.
|
@@ -2,4 +2,6 @@ import { type IIconProps } from "../typings.js";
|
|
|
2
2
|
/**
|
|
3
3
|
* @internal
|
|
4
4
|
*/
|
|
5
|
-
export declare function BoldHyperlink({ color, className, width, height }: IIconProps
|
|
5
|
+
export declare function BoldHyperlink({ color, className, width, height, ariaLabel }: IIconProps & {
|
|
6
|
+
ariaLabel?: string;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,8 +3,8 @@ import { combineIconClasses } from "../utils.js";
|
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
|
-
export function BoldHyperlink({ color, className, width, height }) {
|
|
7
|
-
return (_jsxs("svg", { className: combineIconClasses(className), width: width ?? "11", height: height ?? "11", viewBox: "0 0 11 11", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
|
|
6
|
+
export function BoldHyperlink({ color, className, width, height, ariaLabel, }) {
|
|
7
|
+
return (_jsxs("svg", { className: combineIconClasses(className), width: width ?? "11", height: height ?? "11", viewBox: "0 0 11 11", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: ariaLabel ? "img" : undefined, "aria-label": ariaLabel, "aria-hidden": ariaLabel ? undefined : true, children: [
|
|
8
8
|
_jsx("path", { d: "M6.41016 6.89648C6.125 6.89648 5.8457 6.84375 5.57227 6.73828C5.30273 6.62891 5.06055 6.4668 4.8457 6.25195C4.78711 6.19336 4.75781 6.12305 4.75781 6.04102C4.75781 5.95898 4.78711 5.88867 4.8457 5.83008C4.9043 5.77148 4.97461 5.74219 5.05664 5.74219C5.14258 5.74219 5.21484 5.77148 5.27344 5.83008C5.42969 5.98633 5.60547 6.10352 5.80078 6.18164C6 6.25977 6.20312 6.29883 6.41016 6.29883C6.61719 6.29883 6.81836 6.25977 7.01367 6.18164C7.21289 6.10352 7.39062 5.98633 7.54688 5.83008L9.72656 3.64453C9.88672 3.48828 10.0059 3.3125 10.084 3.11719C10.1621 2.91797 10.2012 2.71484 10.2012 2.50781C10.2012 2.30078 10.1621 2.09961 10.084 1.9043C10.0059 1.70508 9.88672 1.52734 9.72656 1.37109C9.57031 1.21484 9.39258 1.09766 9.19336 1.01953C8.99805 0.941406 8.79688 0.902344 8.58984 0.902344C8.38281 0.902344 8.17969 0.941406 7.98047 1.01953C7.78516 1.09766 7.60938 1.21484 7.45312 1.37109L5.61328 3.21094C5.55469 3.26953 5.48242 3.29883 5.39648 3.29883C5.31445 3.29883 5.24414 3.26953 5.18555 3.21094C5.12695 3.15234 5.09766 3.08203 5.09766 3C5.09766 2.91797 5.12695 2.84766 5.18555 2.78906L7.03125 0.949219C7.24609 0.734375 7.48828 0.572266 7.75781 0.462891C8.03125 0.353516 8.30859 0.298828 8.58984 0.298828C8.875 0.298828 9.15234 0.353516 9.42188 0.462891C9.69531 0.572266 9.93945 0.734375 10.1543 0.949219C10.3691 1.16406 10.5293 1.4082 10.6348 1.68164C10.7441 1.95117 10.7988 2.22852 10.7988 2.51367C10.7988 2.79492 10.7441 3.07227 10.6348 3.3457C10.5293 3.61523 10.3691 3.85742 10.1543 4.07227L7.96875 6.25195C7.75391 6.4668 7.50977 6.62891 7.23633 6.73828C6.9668 6.84375 6.69141 6.89648 6.41016 6.89648ZM2.80664 10.5C2.52539 10.5 2.24805 10.4473 1.97461 10.3418C1.70508 10.2324 1.46289 10.0703 1.24805 9.85547C1.0332 9.63672 0.871094 9.39258 0.761719 9.12305C0.65625 8.84961 0.603516 8.57227 0.603516 8.29102C0.603516 8.00977 0.65625 7.73242 0.761719 7.45898C0.871094 7.18555 1.0332 6.94141 1.24805 6.72656L3.42773 4.54688C3.64258 4.33203 3.88477 4.17188 4.1543 4.06641C4.42773 3.95703 4.70508 3.90234 4.98633 3.90234C5.27148 3.90234 5.54883 3.95703 5.81836 4.06641C6.0918 4.17188 6.33594 4.33203 6.55078 4.54688C6.60938 4.60547 6.63867 4.67578 6.63867 4.75781C6.63867 4.83984 6.60938 4.91016 6.55078 4.96875C6.49219 5.02734 6.42188 5.05664 6.33984 5.05664C6.25781 5.05664 6.1875 5.02734 6.12891 4.96875C5.97266 4.8125 5.79492 4.69531 5.5957 4.61719C5.40039 4.53906 5.19922 4.5 4.99219 4.5C4.78516 4.5 4.58203 4.53906 4.38281 4.61719C4.1875 4.69531 4.01172 4.8125 3.85547 4.96875L1.66992 7.1543C1.51367 7.31055 1.39648 7.48828 1.31836 7.6875C1.24023 7.88281 1.20117 8.08398 1.20117 8.29102C1.20117 8.49805 1.24023 8.70117 1.31836 8.90039C1.39648 9.0957 1.51367 9.27148 1.66992 9.42773C1.82617 9.58398 2.00391 9.70117 2.20312 9.7793C2.40234 9.85742 2.60352 9.89648 2.80664 9.89648C3.01367 9.89648 3.21484 9.85742 3.41016 9.7793C3.60938 9.70117 3.78906 9.58398 3.94922 9.42773L5.78906 7.58789C5.84766 7.5293 5.91797 7.5 6 7.5C6.08203 7.5 6.15234 7.5293 6.21094 7.58789C6.26953 7.64648 6.29883 7.7168 6.29883 7.79883C6.29883 7.88086 6.26953 7.95117 6.21094 8.00977L4.37109 9.85547C4.15625 10.0703 3.91211 10.2324 3.63867 10.3418C3.36914 10.4473 3.0918 10.5 2.80664 10.5Z", fill: color ?? "#94A1AD" }), _jsx("path", { d: "M5.57227 6.73828L5.47825 6.96997L5.4823 6.97153L5.57227 6.73828ZM5.80078 6.18164L5.70793 6.41376L5.70951 6.41438L5.80078 6.18164ZM7.01367 6.18164L6.9224 5.94889L6.92082 5.94952L7.01367 6.18164ZM7.54688 5.83008L7.72365 6.00686L7.72389 6.00662L7.54688 5.83008ZM9.72656 3.64453L9.55196 3.46557L9.54955 3.46799L9.72656 3.64453ZM10.084 3.11719L10.3161 3.21004L10.3167 3.20846L10.084 3.11719ZM10.084 1.9043L9.85124 1.99557L9.85186 1.99714L10.084 1.9043ZM9.72656 1.37109L9.54977 1.54788L9.55198 1.55004L9.72656 1.37109ZM9.19336 1.01953L9.10051 1.25166L9.10209 1.25227L9.19336 1.01953ZM7.98047 1.01953L7.88919 0.786783L7.88762 0.787412L7.98047 1.01953ZM5.18555 2.78906L5.00905 2.612L5.00877 2.61229L5.18555 2.78906ZM7.03125 0.949219L7.20775 1.12628L7.20803 1.126L7.03125 0.949219ZM7.75781 0.462891L7.66496 0.230769L7.66381 0.231237L7.75781 0.462891ZM9.42188 0.462891L9.32787 0.694547L9.32903 0.69501L9.42188 0.462891ZM10.6348 1.68164L10.4015 1.77162L10.4031 1.77564L10.6348 1.68164ZM10.6348 3.3457L10.4026 3.25285L10.402 3.2546L10.6348 3.3457ZM10.1543 4.07227L10.3308 4.24928L10.3311 4.24904L10.1543 4.07227ZM7.96875 6.25195L7.79221 6.07494L7.79197 6.07518L7.96875 6.25195ZM7.23633 6.73828L7.32743 6.9711L7.32918 6.9704L7.23633 6.73828ZM1.97461 10.3418L1.88059 10.5735L1.88464 10.575L1.97461 10.3418ZM1.24805 9.85547L1.06968 10.0307L1.07127 10.0322L1.24805 9.85547ZM0.761719 9.12305L0.528433 9.21303L0.530066 9.21705L0.761719 9.12305ZM0.761719 7.45898L0.529582 7.36613L0.528468 7.36902L0.761719 7.45898ZM4.1543 4.06641L4.2454 4.29922L4.24714 4.29853L4.1543 4.06641ZM5.81836 4.06641L5.72434 4.29809L5.72839 4.29966L5.81836 4.06641ZM5.5957 4.61719L5.50285 4.84931L5.50443 4.84993L5.5957 4.61719ZM4.38281 4.61719L4.29154 4.38444L4.28996 4.38507L4.38281 4.61719ZM1.31836 7.6875L1.55048 7.78035L1.5511 7.77877L1.31836 7.6875ZM1.31836 8.90039L1.08561 8.99166L1.08624 8.99324L1.31836 8.90039ZM3.41016 9.7793L3.31888 9.54655L3.31731 9.54718L3.41016 9.7793ZM3.94922 9.42773L4.12381 9.60669L4.126 9.60451L3.94922 9.42773ZM6.21094 8.00977L6.03416 7.83299L6.03388 7.83327L6.21094 8.00977ZM4.37109 9.85547L4.54787 10.0322L4.54815 10.032L4.37109 9.85547ZM3.63867 10.3418L3.72977 10.5746L3.73152 10.5739L3.63867 10.3418ZM6.41016 6.64648C6.15662 6.64648 5.90778 6.59974 5.66223 6.50503L5.4823 6.97153C5.78363 7.08776 6.09338 7.14648 6.41016 7.14648V6.64648ZM5.66627 6.50663C5.4291 6.41038 5.21475 6.26745 5.02248 6.07518L4.66893 6.42873C4.90634 6.66614 5.17637 6.84743 5.47826 6.96993L5.66627 6.50663ZM5.02248 6.07518C5.01024 6.06293 5.00781 6.05599 5.00781 6.04102H4.50781C4.50781 6.1901 4.56398 6.32379 4.66893 6.42873L5.02248 6.07518ZM5.00781 6.04102C5.00781 6.02604 5.01024 6.0191 5.02248 6.00686L4.66893 5.6533C4.56398 5.75824 4.50781 5.89193 4.50781 6.04102H5.00781ZM5.02248 6.00686C5.03472 5.99461 5.04167 5.99219 5.05664 5.99219V5.49219C4.90755 5.49219 4.77387 5.54836 4.66893 5.6533L5.02248 6.00686ZM5.05664 5.99219C5.07902 5.99219 5.08686 5.99705 5.09666 6.00686L5.45021 5.6533C5.34283 5.54592 5.20614 5.49219 5.05664 5.49219V5.99219ZM5.09666 6.00686C5.27562 6.18581 5.47961 6.32243 5.70793 6.41376L5.89363 5.94952C5.73133 5.8846 5.58375 5.78684 5.45021 5.6533L5.09666 6.00686ZM5.70951 6.41438C5.93681 6.50352 6.17084 6.54883 6.41016 6.54883V6.04883C6.23541 6.04883 6.06319 6.01601 5.89205 5.9489L5.70951 6.41438ZM6.41016 6.54883C6.64951 6.54883 6.88216 6.5035 7.10652 6.41376L6.92082 5.94952C6.75456 6.01603 6.58486 6.04883 6.41016 6.04883V6.54883ZM7.10494 6.41438C7.33727 6.32328 7.54387 6.18664 7.72365 6.00686L7.3701 5.6533C7.23738 5.78602 7.08851 5.88375 6.9224 5.9489L7.10494 6.41438ZM7.72389 6.00662L9.90358 3.82107L9.54955 3.46799L7.36986 5.65354L7.72389 6.00662ZM9.90114 3.82348C10.0847 3.64444 10.2242 3.43978 10.3161 3.21004L9.85186 3.02434C9.78751 3.18522 9.68878 3.33213 9.55198 3.46559L9.90114 3.82348ZM10.3167 3.20846C10.4059 2.98116 10.4512 2.74713 10.4512 2.50781H9.95117C9.95117 2.68256 9.91835 2.85478 9.85124 3.02592L10.3167 3.20846ZM10.4512 2.50781C10.4512 2.26846 10.4058 2.03581 10.3161 1.81145L9.85186 1.99714C9.91837 2.16341 9.95117 2.33311 9.95117 2.50781H10.4512ZM10.3167 1.81302C10.2251 1.57928 10.0855 1.37201 9.90114 1.19215L9.55198 1.55004C9.68793 1.68268 9.78666 1.83088 9.85124 1.99557L10.3167 1.81302ZM9.90334 1.19432C9.72356 1.01454 9.51696 0.877895 9.28463 0.786788L9.10209 1.25227C9.2682 1.31742 9.41707 1.41515 9.54979 1.54787L9.90334 1.19432ZM9.28621 0.787412C9.06185 0.697669 8.8292 0.652344 8.58984 0.652344V1.15234C8.76455 1.15234 8.93424 1.18514 9.10051 1.25165L9.28621 0.787412ZM8.58984 0.652344C8.35053 0.652344 8.1165 0.69765 7.8892 0.786788L8.07174 1.25227C8.24288 1.18516 8.4151 1.15234 8.58984 1.15234V0.652344ZM7.88762 0.787412C7.6593 0.878742 7.45531 1.01536 7.27635 1.19432L7.6299 1.54787C7.76344 1.41433 7.91102 1.31657 8.07332 1.25165L7.88762 0.787412ZM7.27635 1.19432L5.4365 3.03416L5.79006 3.38771L7.6299 1.54787L7.27635 1.19432ZM5.4365 3.03416C5.4267 3.04396 5.41886 3.04883 5.39648 3.04883V3.54883C5.54598 3.54883 5.68267 3.4951 5.79006 3.38771L5.4365 3.03416ZM5.39648 3.04883C5.38151 3.04883 5.37457 3.04641 5.36232 3.03416L5.00877 3.38771C5.11371 3.49266 5.2474 3.54883 5.39648 3.54883V3.04883ZM5.36232 3.03416C5.35008 3.02192 5.34766 3.01497 5.34766 3H4.84766C4.84766 3.14909 4.90383 3.28277 5.00877 3.38771L5.36232 3.03416ZM5.34766 3C5.34766 2.98503 5.35008 2.97808 5.36232 2.96584L5.00877 2.61229C4.90383 2.71723 4.84766 2.85091 4.84766 3H5.34766ZM5.36204 2.96612L7.20775 1.12628L6.85475 0.772161L5.00905 2.612L5.36204 2.96612ZM7.20803 1.126C7.4003 0.933722 7.61465 0.790787 7.85182 0.694544L7.66381 0.231237C7.36192 0.353744 7.09189 0.535028 6.85447 0.772442L7.20803 1.126ZM7.85066 0.69501C8.09598 0.596882 8.34189 0.548828 8.58984 0.548828V0.0488281C8.2753 0.0488281 7.96652 0.11015 7.66496 0.230772L7.85066 0.69501ZM8.58984 0.548828C8.84212 0.548828 9.08759 0.597037 9.32787 0.694544L9.51588 0.231237C9.2171 0.109994 8.90788 0.0488281 8.58984 0.0488281V0.548828ZM9.32903 0.69501C9.57003 0.791409 9.78584 0.934315 9.97752 1.126L10.3311 0.772442C10.0931 0.534435 9.8206 0.353122 9.51472 0.230772L9.32903 0.69501ZM9.97752 1.126C10.1686 1.31709 10.3091 1.53193 10.4015 1.77161L10.868 1.59167C10.7495 1.28447 10.5697 1.01104 10.3311 0.772442L9.97752 1.126ZM10.4031 1.77564C10.5006 2.01593 10.5488 2.26139 10.5488 2.51367H11.0488C11.0488 2.19564 10.9877 1.88641 10.8664 1.58764L10.4031 1.77564ZM10.5488 2.51367C10.5488 2.76163 10.5008 3.00753 10.4026 3.25286L10.8669 3.43855C10.9875 3.137 11.0488 2.82821 11.0488 2.51367H10.5488ZM10.402 3.2546C10.3097 3.49043 10.1692 3.7038 9.97752 3.89549L10.3311 4.24904C10.5691 4.01105 10.7489 3.74004 10.8676 3.4368L10.402 3.2546ZM9.97776 3.89525L7.79221 6.07494L8.14529 6.42897L10.3308 4.24928L9.97776 3.89525ZM7.79197 6.07518C7.60029 6.26686 7.38448 6.40976 7.14348 6.50616L7.32918 6.9704C7.63505 6.84805 7.90752 6.66674 8.14553 6.42873L7.79197 6.07518ZM7.14523 6.50547C6.90387 6.59992 6.65932 6.64648 6.41016 6.64648V7.14648C6.72349 7.14648 7.02973 7.08758 7.32743 6.97109L7.14523 6.50547ZM2.80664 10.25C2.55744 10.25 2.31054 10.2034 2.06458 10.1085L1.88464 10.575C2.18556 10.6911 2.49334 10.75 2.80664 10.75V10.25ZM2.06861 10.1101C1.83144 10.0139 1.6171 9.87097 1.42482 9.67869L1.07127 10.0322C1.30868 10.2697 1.57871 10.4509 1.88061 10.5735L2.06861 10.1101ZM1.42641 9.68029C1.23321 9.48358 1.0898 9.26667 0.993372 9.02904L0.530066 9.21705C0.652386 9.51848 0.8332 9.78986 1.06968 10.0306L1.42641 9.68029ZM0.994969 9.03308C0.900099 8.78712 0.853516 8.54022 0.853516 8.29102H0.353516C0.353516 8.60432 0.412401 8.9121 0.528468 9.21301L0.994969 9.03308ZM0.853516 8.29102C0.853516 8.04182 0.900099 7.79491 0.994969 7.54895L0.528468 7.36902C0.412401 7.66993 0.353516 7.97772 0.353516 8.29102H0.853516ZM0.993838 7.55183C1.09024 7.31083 1.23314 7.09502 1.42482 6.90334L1.07127 6.54979C0.833263 6.78779 0.65195 7.06026 0.5296 7.36614L0.993838 7.55183ZM1.42482 6.90334L3.60451 4.72365L3.25096 4.3701L1.07127 6.54979L1.42482 6.90334ZM3.60451 4.72365C3.7962 4.53196 4.00957 4.3915 4.2454 4.29922L4.0632 3.8336C3.75996 3.95225 3.48895 4.1321 3.25096 4.3701L3.60451 4.72365ZM4.24714 4.29853C4.49247 4.2004 4.73837 4.15234 4.98633 4.15234V3.65234C4.67179 3.65234 4.363 3.71367 4.06145 3.83429L4.24714 4.29853ZM4.98633 4.15234C5.23861 4.15234 5.48407 4.20055 5.72436 4.29806L5.91236 3.83475C5.61359 3.71351 5.30436 3.65234 4.98633 3.65234V4.15234ZM5.72839 4.29966C5.96807 4.3921 6.18291 4.53256 6.374 4.72365L6.72756 4.3701C6.48897 4.13151 6.21553 3.95165 5.90833 3.83316L5.72839 4.29966ZM6.374 4.72365C6.38625 4.7359 6.38867 4.74284 6.38867 4.75781H6.88867C6.88867 4.60872 6.8325 4.47504 6.72756 4.3701L6.374 4.72365ZM6.38867 4.75781C6.38867 4.77279 6.38625 4.77973 6.374 4.79197L6.72756 5.14553C6.8325 5.04058 6.88867 4.9069 6.88867 4.75781H6.38867ZM6.374 4.79197C6.36176 4.80422 6.35482 4.80664 6.33984 4.80664V5.30664C6.48893 5.30664 6.62262 5.25047 6.72756 5.14553L6.374 4.79197ZM6.33984 4.80664C6.32487 4.80664 6.31793 4.80422 6.30568 4.79197L5.95213 5.14553C6.05707 5.25047 6.19076 5.30664 6.33984 5.30664V4.80664ZM6.30568 4.79197C6.1259 4.61219 5.9193 4.47555 5.68698 4.38444L5.50443 4.84993C5.67055 4.91507 5.81941 5.01281 5.95213 5.14553L6.30568 4.79197ZM5.68855 4.38507C5.46419 4.29533 5.23154 4.25 4.99219 4.25V4.75C5.16689 4.75 5.33659 4.7828 5.50286 4.84931L5.68855 4.38507ZM4.99219 4.25C4.75287 4.25 4.51884 4.29531 4.29154 4.38444L4.47408 4.84993C4.64522 4.78282 4.81744 4.75 4.99219 4.75V4.25ZM4.28996 4.38507C4.06164 4.4764 3.85765 4.61301 3.67869 4.79197L4.03225 5.14553C4.16579 5.01199 4.31336 4.91423 4.47566 4.84931L4.28996 4.38507ZM3.67869 4.79197L1.49315 6.97752L1.8467 7.33107L4.03225 5.14553L3.67869 4.79197ZM1.49315 6.97752C1.31336 7.1573 1.17672 7.3639 1.08562 7.59623L1.5511 7.77877C1.61625 7.61266 1.71398 7.46379 1.8467 7.33107L1.49315 6.97752ZM1.08624 7.59465C0.996497 7.81901 0.951172 8.05166 0.951172 8.29102H1.45117C1.45117 8.11631 1.48397 7.94662 1.55048 7.78035L1.08624 7.59465ZM0.951172 8.29102C0.951172 8.53033 0.996478 8.76436 1.08562 8.99166L1.5511 8.80912C1.48399 8.63798 1.45117 8.46576 1.45117 8.29102H0.951172ZM1.08624 8.99324C1.17757 9.22156 1.31419 9.42555 1.49315 9.60451L1.8467 9.25096C1.71316 9.11742 1.6154 8.96984 1.55048 8.80754L1.08624 8.99324ZM1.49315 9.60451C1.67293 9.78429 1.87953 9.92093 2.11185 10.012L2.2944 9.54655C2.12828 9.48141 1.97942 9.38368 1.8467 9.25096L1.49315 9.60451ZM2.11185 10.012C2.33858 10.101 2.57063 10.1465 2.80664 10.1465V9.64648C2.6364 9.64648 2.46611 9.61389 2.2944 9.54655L2.11185 10.012ZM2.80664 10.1465C3.046 10.1465 3.27865 10.1012 3.503 10.0114L3.31731 9.54718C3.15104 9.61368 2.98135 9.64648 2.80664 9.64648V10.1465ZM3.50143 10.012C3.73314 9.92117 3.94086 9.78516 4.1238 9.60668L3.77464 9.24879C3.63727 9.38281 3.48561 9.48117 3.31888 9.54655L3.50143 10.012ZM4.126 9.60451L5.96584 7.76467L5.61229 7.41111L3.77244 9.25096L4.126 9.60451ZM5.96584 7.76467C5.97808 7.75242 5.98503 7.75 6 7.75V7.25C5.85091 7.25 5.71723 7.30617 5.61229 7.41111L5.96584 7.76467ZM6 7.75C6.01497 7.75 6.02192 7.75242 6.03416 7.76467L6.38771 7.41111C6.28277 7.30617 6.14909 7.25 6 7.25V7.75ZM6.03416 7.76467C6.04641 7.77691 6.04883 7.78385 6.04883 7.79883H6.54883C6.54883 7.64974 6.49266 7.51606 6.38771 7.41111L6.03416 7.76467ZM6.04883 7.79883C6.04883 7.8138 6.04641 7.82074 6.03416 7.83299L6.38771 8.18654C6.49266 8.0816 6.54883 7.94792 6.54883 7.79883H6.04883ZM6.03388 7.83327L4.19404 9.67897L4.54815 10.032L6.388 8.18626L6.03388 7.83327ZM4.19432 9.67869C4.00264 9.87037 3.78682 10.0133 3.54582 10.1097L3.73152 10.5739C4.0374 10.4516 4.30986 10.2703 4.54787 10.0322L4.19432 9.67869ZM3.54757 10.109C3.30662 10.2033 3.06015 10.25 2.80664 10.25V10.75C3.12344 10.75 3.43166 10.6913 3.72977 10.5746L3.54757 10.109Z", fill: color ?? "#94A1AD" })
|
|
9
9
|
] }));
|
|
10
10
|
}
|
package/esm/sdk-ui-kit.d.ts
CHANGED
|
@@ -2082,7 +2082,9 @@ export declare function IconBar({ className, width, height, color, ariaHidden }:
|
|
|
2082
2082
|
/**
|
|
2083
2083
|
* @internal
|
|
2084
2084
|
*/
|
|
2085
|
-
export declare function IconBoldHyperlink({ color, className, width, height }: IIconProps
|
|
2085
|
+
export declare function IconBoldHyperlink({ color, className, width, height, ariaLabel }: IIconProps & {
|
|
2086
|
+
ariaLabel?: string;
|
|
2087
|
+
}): JSX.Element;
|
|
2086
2088
|
|
|
2087
2089
|
/**
|
|
2088
2090
|
* @internal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-kit",
|
|
3
|
-
"version": "11.37.0-alpha.
|
|
3
|
+
"version": "11.37.0-alpha.3",
|
|
4
4
|
"description": "GoodData SDK - UI Building Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
"tslib": "2.8.1",
|
|
76
76
|
"unified": "^11.0.5",
|
|
77
77
|
"uuid": "11.1.0",
|
|
78
|
-
"@gooddata/sdk-backend-spi": "11.37.0-alpha.
|
|
79
|
-
"@gooddata/sdk-
|
|
80
|
-
"@gooddata/
|
|
81
|
-
"@gooddata/
|
|
82
|
-
"@gooddata/sdk-ui": "11.37.0-alpha.
|
|
78
|
+
"@gooddata/sdk-backend-spi": "11.37.0-alpha.3",
|
|
79
|
+
"@gooddata/sdk-model": "11.37.0-alpha.3",
|
|
80
|
+
"@gooddata/util": "11.37.0-alpha.3",
|
|
81
|
+
"@gooddata/sdk-ui-theme-provider": "11.37.0-alpha.3",
|
|
82
|
+
"@gooddata/sdk-ui": "11.37.0-alpha.3"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
85
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -128,11 +128,11 @@
|
|
|
128
128
|
"typescript": "5.9.3",
|
|
129
129
|
"vitest": "4.1.0",
|
|
130
130
|
"vitest-dom": "0.1.1",
|
|
131
|
-
"@gooddata/
|
|
132
|
-
"@gooddata/
|
|
133
|
-
"@gooddata/reference-workspace": "11.37.0-alpha.
|
|
134
|
-
"@gooddata/sdk-backend-mockingbird": "11.37.0-alpha.
|
|
135
|
-
"@gooddata/stylelint-config": "11.37.0-alpha.
|
|
131
|
+
"@gooddata/eslint-config": "11.37.0-alpha.3",
|
|
132
|
+
"@gooddata/oxlint-config": "11.37.0-alpha.3",
|
|
133
|
+
"@gooddata/reference-workspace": "11.37.0-alpha.3",
|
|
134
|
+
"@gooddata/sdk-backend-mockingbird": "11.37.0-alpha.3",
|
|
135
|
+
"@gooddata/stylelint-config": "11.37.0-alpha.3"
|
|
136
136
|
},
|
|
137
137
|
"peerDependencies": {
|
|
138
138
|
"react": "^18.0.0 || ^19.0.0",
|