@gooddata/sdk-ui-kit 10.26.0-alpha.4 → 10.26.0-alpha.6
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":"QuestionMark.d.ts","sourceRoot":"","sources":["../../../src/Icon/icons/QuestionMark.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,
|
1
|
+
{"version":3,"file":"QuestionMark.d.ts","sourceRoot":"","sources":["../../../src/Icon/icons/QuestionMark.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C;;GAEG;AACH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CA2B7C,CAAC"}
|
@@ -1,11 +1,11 @@
|
|
1
|
-
// (C) 2021-
|
1
|
+
// (C) 2021-2025 GoodData Corporation
|
2
2
|
import React from "react";
|
3
3
|
import { GD_COLOR_HIGHLIGHT } from "../../utils/constants.js";
|
4
4
|
/**
|
5
5
|
* @internal
|
6
6
|
*/
|
7
|
-
export const QuestionMark = ({ color = GD_COLOR_HIGHLIGHT, className, width = 16, height = 16, }) => {
|
8
|
-
return (React.createElement("svg", { className: className, width: width, height: height, viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink" },
|
7
|
+
export const QuestionMark = ({ color = GD_COLOR_HIGHLIGHT, className, width = 16, height = 16, ariaHidden, }) => {
|
8
|
+
return (React.createElement("svg", { className: className, width: width, height: height, viewBox: "0 0 16 16", version: "1.1", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", "aria-hidden": ariaHidden },
|
9
9
|
React.createElement("g", { stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd" },
|
10
10
|
React.createElement("path", { d: "M8,15 C8.47395833,15 8.93652344,14.9567057 9.38769531,14.8701172 C9.83886719,14.7835286 10.2718099,14.6559245 10.6865234,14.4873047 C11.101237,14.3186849 11.5022786,14.1090495 11.8896484,13.8583984 C12.2770182,13.6077474 12.6484375,13.3229167 13.0039062,13.0039062 C13.3229167,12.6757812 13.6077474,12.3225911 13.8583984,11.9443359 C14.1090495,11.5660807 14.3186849,11.1627604 14.4873047,10.734375 C14.6559245,10.3059896 14.7835286,9.86165365 14.8701172,9.40136719 C14.9567057,8.94108073 15,8.47395833 15,8 C15,7.49869792 14.9567057,7.01790365 14.8701172,6.55761719 C14.7835286,6.09733073 14.6559245,5.65755208 14.4873047,5.23828125 C14.3186849,4.81901042 14.1090495,4.42252604 13.8583984,4.04882812 C13.6077474,3.67513021 13.3229167,3.32877604 13.0039062,3.00976562 C12.6757812,2.68164062 12.3203125,2.3922526 11.9375,2.14160156 C11.5546875,1.89095052 11.1513672,1.6813151 10.7275391,1.51269531 C10.3037109,1.34407552 9.86165365,1.21647135 9.40136719,1.12988281 C8.94108073,1.04329427 8.47395833,1 8,1 C7.52604167,1 7.06347656,1.04329427 6.61230469,1.12988281 C6.16113281,1.21647135 5.7281901,1.34407552 5.31347656,1.51269531 C4.89876302,1.6813151 4.49772135,1.89095052 4.11035156,2.14160156 C3.72298177,2.3922526 3.3515625,2.68164062 2.99609375,3.00976562 C2.67708333,3.32877604 2.3922526,3.68196615 2.14160156,4.06933594 C1.89095052,4.45670573 1.6813151,4.86230469 1.51269531,5.28613281 C1.34407552,5.70996094 1.21647135,6.14973958 1.12988281,6.60546875 C1.04329427,7.06119792 1,7.52604167 1,8 C1,8.47395833 1.04329427,8.93424479 1.12988281,9.38085938 C1.21647135,9.82747396 1.34407552,10.2604167 1.51269531,10.6796875 C1.6813151,11.0989583 1.89095052,11.5022786 2.14160156,11.8896484 C2.3922526,12.2770182 2.67708333,12.6484375 2.99609375,13.0039062 C3.32421875,13.3229167 3.6796875,13.6077474 4.0625,13.8583984 C4.4453125,14.1090495 4.84863281,14.3186849 5.27246094,14.4873047 C5.69628906,14.6559245 6.13834635,14.7835286 6.59863281,14.8701172 C7.05891927,14.9567057 7.52604167,15 8,15 Z M8,14.2070312 C7.15234375,14.2070312 6.34570312,14.0429688 5.58007812,13.7148438 C4.81445312,13.3867188 4.14453125,12.9378255 3.5703125,12.3681641 C2.99609375,11.7985026 2.54036458,11.1308594 2.203125,10.3652344 C1.86588542,9.59960938 1.69726562,8.77929688 1.69726562,7.90429688 C1.69726562,7.05664062 1.86132812,6.25 2.18945312,5.484375 C2.51757812,4.71875 2.96647135,4.04882812 3.53613281,3.47460938 C4.10579427,2.90039062 4.7734375,2.44466146 5.5390625,2.10742188 C6.3046875,1.77018229 7.125,1.6015625 8,1.6015625 C8.875,1.6015625 9.6953125,1.765625 10.4609375,2.09375 C11.2265625,2.421875 11.8942057,2.87076823 12.4638672,3.44042969 C13.0335286,4.01009115 13.4824219,4.67773438 13.8105469,5.44335938 C14.1386719,6.20898438 14.3027344,7.02929688 14.3027344,7.90429688 C14.3027344,8.77929688 14.1341146,9.59960938 13.796875,10.3652344 C13.4596354,11.1308594 13.0039062,11.7985026 12.4296875,12.3681641 C11.8554688,12.9378255 11.1855469,13.3867188 10.4199219,13.7148438 C9.65429688,14.0429688 8.84765625,14.2070312 8,14.2070312 Z M7.86328125,10.1054688 C8.00911458,10.1054688 8.13216146,10.0553385 8.23242188,9.95507812 C8.33268229,9.85481771 8.41015625,9.70442708 8.46484375,9.50390625 L8.56054688,8.39648438 C9.36263021,8.24153646 9.98014323,7.93847656 10.4130859,7.48730469 C10.8460286,7.03613281 11.0625,6.43229167 11.0625,5.67578125 C11.0625,5.27473958 10.991862,4.9078776 10.8505859,4.57519531 C10.7093099,4.24251302 10.5065104,3.95768229 10.2421875,3.72070312 C9.97786458,3.48372396 9.66113281,3.29915365 9.29199219,3.16699219 C8.92285156,3.03483073 8.51041667,2.96875 8.0546875,2.96875 C7.49869792,2.96875 6.98144531,3.07356771 6.50292969,3.28320312 C6.02441406,3.49283854 5.60742188,3.82096354 5.25195312,4.26757812 C5.20638021,4.31315104 5.16308594,4.38378906 5.12207031,4.47949219 C5.08105469,4.57519531 5.06054688,4.67317708 5.06054688,4.7734375 C5.06054688,4.97395833 5.1266276,5.14029948 5.25878906,5.27246094 C5.39095052,5.4046224 5.55729167,5.47070312 5.7578125,5.47070312 C5.85807292,5.47070312 5.95605469,5.45019531 6.05175781,5.40917969 C6.14746094,5.36816406 6.21809896,5.32486979 6.26367188,5.27929688 C6.51888021,4.96940104 6.796875,4.73925781 7.09765625,4.58886719 C7.3984375,4.43847656 7.72200521,4.36328125 8.06835938,4.36328125 C8.51497396,4.36328125 8.87727865,4.48404948 9.15527344,4.72558594 C9.43326823,4.9671224 9.57226562,5.31575521 9.57226562,5.77148438 C9.57226562,6.32747396 9.3421224,6.70345052 8.88183594,6.89941406 C8.42154948,7.0953776 8.01367188,7.19335938 7.65820312,7.19335938 C7.56705729,7.19335938 7.47363281,7.21386719 7.37792969,7.25488281 C7.28222656,7.29589844 7.21158854,7.33919271 7.16601562,7.38476562 C7.11132812,7.43945312 7.06803385,7.51236979 7.03613281,7.60351562 C7.00423177,7.69466146 7.01106771,7.79036458 7.05664062,7.890625 L7.16601562,9.50390625 C7.16601562,9.65885417 7.21386719,9.79785156 7.30957031,9.92089844 C7.40527344,10.0439453 7.55794271,10.1054688 7.76757812,10.1054688 L7.86328125,10.1054688 Z M7.86328125,13.0449219 C8.15494792,13.0449219 8.38964844,12.9446615 8.56738281,12.7441406 C8.74511719,12.5436198 8.83398438,12.3157552 8.83398438,12.0605469 L8.83398438,11.7050781 C8.83398438,11.4589844 8.74511719,11.2470703 8.56738281,11.0693359 C8.38964844,10.8916016 8.15494792,10.8027344 7.86328125,10.8027344 C7.57161458,10.8027344 7.33463542,10.8802083 7.15234375,11.0351562 C6.97005208,11.1901042 6.87890625,11.390625 6.87890625,11.6367188 L6.87890625,12.0742188 C6.87890625,12.3294271 6.97005208,12.555013 7.15234375,12.7509766 C7.33463542,12.9469401 7.57161458,13.0449219 7.86328125,13.0449219 Z", fill: color, fillRule: "nonzero" }))));
|
11
11
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"QuestionMark.js","sourceRoot":"","sources":["../../../src/Icon/icons/QuestionMark.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAE9D;;GAEG;AACH,MAAM,CAAC,MAAM,YAAY,GAAyB,CAAC,EAC/C,KAAK,GAAG,kBAAkB,EAC1B,SAAS,EACT,KAAK,GAAG,EAAE,EACV,MAAM,GAAG,EAAE,
|
1
|
+
{"version":3,"file":"QuestionMark.js","sourceRoot":"","sources":["../../../src/Icon/icons/QuestionMark.tsx"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAE9D;;GAEG;AACH,MAAM,CAAC,MAAM,YAAY,GAAyB,CAAC,EAC/C,KAAK,GAAG,kBAAkB,EAC1B,SAAS,EACT,KAAK,GAAG,EAAE,EACV,MAAM,GAAG,EAAE,EACX,UAAU,GACb,EAAE,EAAE;IACD,OAAO,CACH,6BACI,SAAS,EAAE,SAAS,EACpB,KAAK,EAAE,KAAK,EACZ,MAAM,EAAE,MAAM,EACd,OAAO,EAAC,WAAW,EACnB,OAAO,EAAC,KAAK,EACb,KAAK,EAAC,4BAA4B,EAClC,UAAU,EAAC,8BAA8B,iBAC5B,UAAU;QAEvB,2BAAG,MAAM,EAAC,MAAM,EAAC,WAAW,EAAC,GAAG,EAAC,IAAI,EAAC,MAAM,EAAC,QAAQ,EAAC,SAAS;YAC3D,8BACI,CAAC,EAAC,+7KAA+7K,EACj8K,IAAI,EAAE,KAAK,EACX,QAAQ,EAAC,SAAS,GACpB,CACF,CACF,CACT,CAAC;AACN,CAAC,CAAC"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-kit",
|
3
|
-
"version": "10.26.0-alpha.
|
3
|
+
"version": "10.26.0-alpha.6",
|
4
4
|
"description": "GoodData SDK - UI Building Components",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -69,11 +69,11 @@
|
|
69
69
|
"tslib": "^2.5.0",
|
70
70
|
"uuid": "^8.3.2",
|
71
71
|
"unified": "^11.0.5",
|
72
|
-
"@gooddata/sdk-
|
73
|
-
"@gooddata/sdk-model": "10.26.0-alpha.
|
74
|
-
"@gooddata/sdk-ui": "10.26.0-alpha.
|
75
|
-
"@gooddata/sdk-
|
76
|
-
"@gooddata/util": "10.26.0-alpha.
|
72
|
+
"@gooddata/sdk-ui": "10.26.0-alpha.6",
|
73
|
+
"@gooddata/sdk-model": "10.26.0-alpha.6",
|
74
|
+
"@gooddata/sdk-ui-theme-provider": "10.26.0-alpha.6",
|
75
|
+
"@gooddata/sdk-backend-spi": "10.26.0-alpha.6",
|
76
|
+
"@gooddata/util": "10.26.0-alpha.6"
|
77
77
|
},
|
78
78
|
"peerDependencies": {
|
79
79
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -132,8 +132,8 @@
|
|
132
132
|
"typescript": "5.3.3",
|
133
133
|
"vitest": "3.0.8",
|
134
134
|
"vitest-dom": "0.1.1",
|
135
|
-
"@gooddata/reference-workspace": "10.26.0-alpha.
|
136
|
-
"@gooddata/sdk-backend-mockingbird": "10.26.0-alpha.
|
135
|
+
"@gooddata/reference-workspace": "10.26.0-alpha.6",
|
136
|
+
"@gooddata/sdk-backend-mockingbird": "10.26.0-alpha.6"
|
137
137
|
},
|
138
138
|
"scripts": {
|
139
139
|
"clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|