@atlaskit/logo 13.14.2 → 13.14.4
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.
- package/CHANGELOG.md +12 -0
- package/dist/cjs/atlas-logo/logo.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/atlas-logo/logo.js +0 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/atlas-logo/logo.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +8 -5
- package/report.api.md +67 -0
- package/tmp/api-report-tmp.d.ts +220 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 13.14.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`0ee3115921e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ee3115921e) - [ux] removed width property in svg tag fro atlas logo
|
|
8
|
+
|
|
9
|
+
## 13.14.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol packages to push-model consumption in Jira.
|
|
14
|
+
|
|
3
15
|
## 13.14.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -45,7 +45,7 @@ var svg = function svg(_ref) {
|
|
|
45
45
|
* inverse icons use transparency to achieve a certain gradient effect, requiring a different SVG structure
|
|
46
46
|
*/
|
|
47
47
|
var inverseIconContents = "\n <linearGradient id=\"".concat(id, "-inverse-a\">\n <stop offset=\"0\" stop-color=\"#fff\" stop-opacity=\".6\" />\n <stop offset=\"1\" stop-color=\"#fff\" />\n </linearGradient>\n <linearGradient id=\"").concat(id, "-inverse-b\" gradientUnits=\"userSpaceOnUse\" x1=\"95.6972\" x2=\"29.2126\" xlink:href=\"#").concat(id, "-inverse-a\"\n y1=\"-1.88441\" y2=\"20.5989\" />\n <linearGradient id=\"").concat(id, "-inverse-c\" gradientUnits=\"userSpaceOnUse\" x1=\"97.0604\" x2=\"30.5757\" xlink:href=\"#").concat(id, "-inverse-a\"\n y1=\"2.13449\" y2=\"24.6178\" />\n <linearGradient id=\"").concat(id, "-inverse-d\" gradientUnits=\"userSpaceOnUse\" x1=\"97.5154\" x2=\"31.0315\" xlink:href=\"#").concat(id, "-inverse-a\"\n y1=\"3.49308\" y2=\"25.9764\" />\n <linearGradient id=\"").concat(id, "-inverse-e\" gradientUnits=\"userSpaceOnUse\" x1=\"101.279\" x2=\"34.794\" xlink:href=\"#").concat(id, "-inverse-a\"\n y1=\"14.5962\" y2=\"37.0882\" />\n <linearGradient id=\"").concat(id, "-inverse-f\" gradientUnits=\"userSpaceOnUse\" x1=\"99.9384\" x2=\"33.4544\" xlink:href=\"#").concat(id, "-inverse-a\"\n y1=\"10.6359\" y2=\"33.1192\" />\n <linearGradient id=\"").concat(id, "-inverse-g\" gradientUnits=\"userSpaceOnUse\" x1=\"9.22533\" x2=\"4.69333\" y1=\"25.3248\"\n y2=\"5.13609\">\n <stop offset=\"0\" stop-color=\"#fff\" />\n <stop offset=\".17\" stop-color=\"#fff\" stop-opacity=\".91\" />\n <stop offset=\".5\" stop-color=\"#fff\" stop-opacity=\".74\" />\n <stop offset=\".76\" stop-color=\"#fff\" stop-opacity=\".64\" />\n <stop offset=\".92\" stop-color=\"#fff\" stop-opacity=\".6\" />\n </linearGradient>\n <linearGradient id=\"").concat(id, "-inverse-h\">\n <stop offset=\"0\" stop-color=\"#fff\" />\n <stop offset=\".18\" stop-color=\"#fff\" stop-opacity=\".91\" />\n <stop offset=\".55\" stop-color=\"#fff\" stop-opacity=\".74\" />\n <stop offset=\".83\" stop-color=\"#fff\" stop-opacity=\".64\" />\n <stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\".6\" />\n </linearGradient>\n <linearGradient id=\"").concat(id, "-inverse-i\" gradientUnits=\"userSpaceOnUse\" x1=\"6.76069\" x2=\"16.4834\" xlink:href=\"#").concat(id, "-inverse-h\"\n y1=\"15.0061\" y2=\"18.9068\" />\n <linearGradient id=\"").concat(id, "-inverse-j\" gradientUnits=\"userSpaceOnUse\" x1=\"18.7907\" x2=\"16.8967\" xlink:href=\"#").concat(id, "-inverse-h\"\n y1=\"3.59276\" y2=\"23.2521\" />\n <linearGradient id=\"").concat(id, "-inverse-k\" gradientUnits=\"userSpaceOnUse\" x1=\"14.886\" x2=\"14.886\" y1=\"28.5366\"\n y2=\"5.46924\">\n <stop offset=\".1\" stop-color=\"#fff\" />\n <stop offset=\".27\" stop-color=\"#fff\" stop-opacity=\".91\" />\n <stop offset=\".59\" stop-color=\"#fff\" stop-opacity=\".74\" />\n <stop offset=\".85\" stop-color=\"#fff\" stop-opacity=\".64\" />\n <stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\".6\" />\n </linearGradient>\n <linearGradient id=\"").concat(id, "-inverse-l\" gradientUnits=\"userSpaceOnUse\" x1=\"8.63728\" x2=\"10.0113\" y1=\"5.09736\"\n y2=\"26.7354\">\n <stop offset=\".03\" stop-color=\"#fff\" />\n <stop offset=\".1\" stop-color=\"#fff\" stop-opacity=\".9\" />\n <stop offset=\".29\" stop-color=\"#fff\" stop-opacity=\".68\" />\n <stop offset=\".38\" stop-color=\"#fff\" stop-opacity=\".6\" />\n <stop offset=\".59\" stop-color=\"#fff\" stop-opacity=\".6\" />\n <stop offset=\".65\" stop-color=\"#fff\" stop-opacity=\".65\" />\n <stop offset=\".76\" stop-color=\"#fff\" stop-opacity=\".77\" />\n <stop offset=\".91\" stop-color=\"#fff\" stop-opacity=\".96\" />\n <stop offset=\".94\" stop-color=\"#fff\" />\n </linearGradient>\n <path\n d=\"m34.6712 21.2863-1.68 4.5299h-3.0913l7.9273-20.12528h3.4907l7.9367 20.12528h-3.0914l-1.6893-4.5673c-1.81.3714-3.37.548-4.994.548-1.532 0-3.0913-.1853-4.8087-.52zm8.9767-2.33-4.0753-11.02805-4.0754 11.05605c1.504.2413 2.7574.3713 3.9827.3713 1.29 0 2.6087-.158 4.168-.3993z\"\n fill=\"url(#").concat(id, "-inverse-b)\" />\n <path\n d=\"m56.3731 23.3378c.6126 0 1.1973-.1206 1.6526-.2133v2.5433c-.464.1207-.984.2414-1.7733.2414-3.2767 0-4.8733-1.9307-4.8733-4.7807v-8.178h-2.4787v-2.4507h2.4787v-3.24931h2.5713v3.24931h4.0753v2.4507h-4.0753v8.1227c0 1.346.798 2.2653 2.4227 2.2653z\"\n fill=\"url(#").concat(id, "-inverse-c)\" />\n <path\n d=\"m65.0428 25.9084c-2.516 0-4.1033-1.1973-4.1033-4.01v-17.80465h2.6366v17.49865c0 1.3833.9193 1.866 2.0513 1.866.2787 0 .464 0 .7614-.028v2.358c-.2134.0647-.6774.1207-1.346.1207z\"\n fill=\"url(#").concat(id, "-inverse-d)\" />\n <path\n d=\"m90.5893 26.1222c-2.302 0-4.168-.52-5.3287-1.1327v-2.7846c1.318.7613 3.5274 1.504 5.4494 1.504s3.0633-.826 3.0633-2.024-.8913-1.838-3.7967-2.5434c-3.3973-.826-4.836-2.1446-4.836-4.66 0-2.664 2.0514-4.2886 5.542-4.2886 1.996 0 3.7967.492 4.9294 1.1046v2.7294c-1.838-.9194-3.342-1.4114-4.9667-1.4114-1.9307 0-2.9707.6774-2.9707 1.866 0 1.0674.7334 1.7454 3.5554 2.4227 3.398.826 5.1153 2.0793 5.1153 4.7527 0 2.6733-1.6527 4.4746-5.7647 4.4746l.0094-.0093z\"\n fill=\"url(#").concat(id, "-inverse-e)\" />\n <path\n d=\"m82.747 23.4579c-.7426 0-1.0766-.3067-1.0766-1.29v-11.6693h-2.6367v2.692c-.9193-1.996-2.6367-2.9987-4.8733-2.9987-4.2887 0-6.4333 3.648-6.4333 7.9647 0 4.3166 2.0886 7.9646 6.2286 7.9646 2.6087 0 4.1307-1.1326 5.124-3.1193.232 1.894 1.42 2.896 3.11 2.896.5387 0 .91-.0467 1.1693-.1207v-2.358c-.3066.028-.334.028-.6126.028v.0094zm-3.7133-4.688c0 3.3973-2.1166 4.9013-4.4746 4.9013-2.7294 0-4.1961-1.838-4.1961-5.514s1.5321-5.514 4.5021-5.514c2.2373 0 4.1679 1.504 4.1679 4.9014v1.2253z\"\n fill=\"url(#").concat(id, "-inverse-f)\" />\n <path\n d=\"m12.0727 6.31409v-1.922c-6.6587 0-12.0727 5.414-12.0727 12.07201 0 .6873.0653333 1.356.167333 2.0153 0 .028 0 .0654.009334.0927 1.002663 5.6553 5.943333 9.9647 11.886633 9.9647v-1.922c-5.0333 0-9.2213-3.6774-10.01063-8.488-.06534-.4827.074-.9754.39-1.3654.50133-.6126 1.402-.938 2.6-.938.63133 0 1.226.0834 1.848.2507v-1.9687c-.60334-.13-1.20734-.1953-1.848-.1953-1.30934 0-2.266.2973-2.95334.6967.882-4.71738 5.024-8.29271 9.98267-8.29271z\"\n fill=\"url(#").concat(id, "-inverse-g)\" />\n <path\n d=\"m14.032 16.9475c-.464-.204-.9846-.446-1.5786-.706-.3434-.1487-.678-.2974-.9934-.4367-1.80131-.7987-3.18531-1.4113-4.56864-1.6993v1.9686c1.04933.2787 2.19133.78 3.78864 1.486.316.1394.65.288 1.0027.4367.5853.26 1.1053.492 1.56.6967 1.6807.752 2.6933 1.2073 3.9747 1.4673l.3713-1.8853c-1.068-.2134-1.95-.6034-3.5567-1.328z\"\n fill=\"url(#").concat(id, "-inverse-i)\" />\n <path\n d=\"m24.1354 16.2508v-.4734c-.3713-6.34264-5.6367-11.38531-12.0633-11.38531v1.922c5.5253 0 10.0293 4.42931 10.1406 9.92731-.0093.3807-.1206.882-.52 1.3187-.52.5667-1.4206.8633-2.6093.8633-.5107 0-1.0027-.0466-1.5047-.1486l-.3713 1.8853c.622.1207 1.2353.186 1.876.186 1.0587 0 1.8947-.186 2.5353-.464-1.402 3.9187-5.1633 6.7327-9.556 6.7327v1.922c6.6587 0 12.0727-5.414 12.0727-12.0727 0-.074 0-.1393 0-.2133z\"\n fill=\"url(#").concat(id, "-inverse-j)\" />\n <path\n d=\"m12.0727 28.5366v-1.922c2.758 0 4.402-2.814 4.402-7.522s-1.6713-8.6554-5.098-12.3047l1.402-1.31866c3.7793 4.02133 5.618 8.47866 5.618 13.62336 0 5.8226-2.424 9.4446-6.324 9.4446z\"\n fill=\"url(#").concat(id, "-inverse-k)\" />\n <path\n d=\"m12.0726 28.5367c-4.15132 0-6.52865-3.38-6.52865-9.2773 0-6.8814 3.00866-10.72604 5.82265-13.78137l1.4113 1.3c-3.27795 3.56597-5.31195 6.89067-5.31195 12.48137 0 6.0826 2.50733 7.3546 4.60595 7.3546v1.922z\"\n fill=\"url(#").concat(id, "-inverse-l)\" />\n <g fill=\"#fff\">\n <path\n d=\"m6.928 17.4673c1.24117 0 2.24733-1.0061 2.24733-2.2473s-1.00616-2.2473-2.24733-2.2473-2.24734 1.0061-2.24734 2.2473 1.00617 2.2473 2.24734 2.2473z\" />\n <path\n d=\"m17.3194 21.3399c1.2411 0 2.2473-1.0062 2.2473-2.2474 0-1.2411-1.0062-2.2473-2.2473-2.2473-1.2412 0-2.2474 1.0062-2.2474 2.2473 0 1.2412 1.0062 2.2474 2.2474 2.2474z\" />\n <path\n d=\"m12.0728 7.95805c1.2411 0 2.2473-1.00617 2.2473-2.24734s-1.0062-2.24733-2.2473-2.24733c-1.2412 0-2.24736 1.00616-2.24736 2.24733s1.00616 2.24734 2.24736 2.24734z\" />\n </g>\n");
|
|
48
|
-
return "<svg\n fill=\"none\"\n height=\"32\"\n viewBox=\"0 0 97 32\"\n
|
|
48
|
+
return "<svg\n fill=\"none\"\n height=\"32\"\n viewBox=\"0 0 97 32\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n>\n ".concat(appearance === 'inverse' ? inverseIconContents : baseIconContents, "\n</svg>");
|
|
49
49
|
};
|
|
50
50
|
|
|
51
51
|
/**
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
|
@@ -37,7 +37,7 @@ var svg = function svg(_ref) {
|
|
|
37
37
|
* inverse icons use transparency to achieve a certain gradient effect, requiring a different SVG structure
|
|
38
38
|
*/
|
|
39
39
|
var inverseIconContents = "\n <linearGradient id=\"".concat(id, "-inverse-a\">\n <stop offset=\"0\" stop-color=\"#fff\" stop-opacity=\".6\" />\n <stop offset=\"1\" stop-color=\"#fff\" />\n </linearGradient>\n <linearGradient id=\"").concat(id, "-inverse-b\" gradientUnits=\"userSpaceOnUse\" x1=\"95.6972\" x2=\"29.2126\" xlink:href=\"#").concat(id, "-inverse-a\"\n y1=\"-1.88441\" y2=\"20.5989\" />\n <linearGradient id=\"").concat(id, "-inverse-c\" gradientUnits=\"userSpaceOnUse\" x1=\"97.0604\" x2=\"30.5757\" xlink:href=\"#").concat(id, "-inverse-a\"\n y1=\"2.13449\" y2=\"24.6178\" />\n <linearGradient id=\"").concat(id, "-inverse-d\" gradientUnits=\"userSpaceOnUse\" x1=\"97.5154\" x2=\"31.0315\" xlink:href=\"#").concat(id, "-inverse-a\"\n y1=\"3.49308\" y2=\"25.9764\" />\n <linearGradient id=\"").concat(id, "-inverse-e\" gradientUnits=\"userSpaceOnUse\" x1=\"101.279\" x2=\"34.794\" xlink:href=\"#").concat(id, "-inverse-a\"\n y1=\"14.5962\" y2=\"37.0882\" />\n <linearGradient id=\"").concat(id, "-inverse-f\" gradientUnits=\"userSpaceOnUse\" x1=\"99.9384\" x2=\"33.4544\" xlink:href=\"#").concat(id, "-inverse-a\"\n y1=\"10.6359\" y2=\"33.1192\" />\n <linearGradient id=\"").concat(id, "-inverse-g\" gradientUnits=\"userSpaceOnUse\" x1=\"9.22533\" x2=\"4.69333\" y1=\"25.3248\"\n y2=\"5.13609\">\n <stop offset=\"0\" stop-color=\"#fff\" />\n <stop offset=\".17\" stop-color=\"#fff\" stop-opacity=\".91\" />\n <stop offset=\".5\" stop-color=\"#fff\" stop-opacity=\".74\" />\n <stop offset=\".76\" stop-color=\"#fff\" stop-opacity=\".64\" />\n <stop offset=\".92\" stop-color=\"#fff\" stop-opacity=\".6\" />\n </linearGradient>\n <linearGradient id=\"").concat(id, "-inverse-h\">\n <stop offset=\"0\" stop-color=\"#fff\" />\n <stop offset=\".18\" stop-color=\"#fff\" stop-opacity=\".91\" />\n <stop offset=\".55\" stop-color=\"#fff\" stop-opacity=\".74\" />\n <stop offset=\".83\" stop-color=\"#fff\" stop-opacity=\".64\" />\n <stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\".6\" />\n </linearGradient>\n <linearGradient id=\"").concat(id, "-inverse-i\" gradientUnits=\"userSpaceOnUse\" x1=\"6.76069\" x2=\"16.4834\" xlink:href=\"#").concat(id, "-inverse-h\"\n y1=\"15.0061\" y2=\"18.9068\" />\n <linearGradient id=\"").concat(id, "-inverse-j\" gradientUnits=\"userSpaceOnUse\" x1=\"18.7907\" x2=\"16.8967\" xlink:href=\"#").concat(id, "-inverse-h\"\n y1=\"3.59276\" y2=\"23.2521\" />\n <linearGradient id=\"").concat(id, "-inverse-k\" gradientUnits=\"userSpaceOnUse\" x1=\"14.886\" x2=\"14.886\" y1=\"28.5366\"\n y2=\"5.46924\">\n <stop offset=\".1\" stop-color=\"#fff\" />\n <stop offset=\".27\" stop-color=\"#fff\" stop-opacity=\".91\" />\n <stop offset=\".59\" stop-color=\"#fff\" stop-opacity=\".74\" />\n <stop offset=\".85\" stop-color=\"#fff\" stop-opacity=\".64\" />\n <stop offset=\"1\" stop-color=\"#fff\" stop-opacity=\".6\" />\n </linearGradient>\n <linearGradient id=\"").concat(id, "-inverse-l\" gradientUnits=\"userSpaceOnUse\" x1=\"8.63728\" x2=\"10.0113\" y1=\"5.09736\"\n y2=\"26.7354\">\n <stop offset=\".03\" stop-color=\"#fff\" />\n <stop offset=\".1\" stop-color=\"#fff\" stop-opacity=\".9\" />\n <stop offset=\".29\" stop-color=\"#fff\" stop-opacity=\".68\" />\n <stop offset=\".38\" stop-color=\"#fff\" stop-opacity=\".6\" />\n <stop offset=\".59\" stop-color=\"#fff\" stop-opacity=\".6\" />\n <stop offset=\".65\" stop-color=\"#fff\" stop-opacity=\".65\" />\n <stop offset=\".76\" stop-color=\"#fff\" stop-opacity=\".77\" />\n <stop offset=\".91\" stop-color=\"#fff\" stop-opacity=\".96\" />\n <stop offset=\".94\" stop-color=\"#fff\" />\n </linearGradient>\n <path\n d=\"m34.6712 21.2863-1.68 4.5299h-3.0913l7.9273-20.12528h3.4907l7.9367 20.12528h-3.0914l-1.6893-4.5673c-1.81.3714-3.37.548-4.994.548-1.532 0-3.0913-.1853-4.8087-.52zm8.9767-2.33-4.0753-11.02805-4.0754 11.05605c1.504.2413 2.7574.3713 3.9827.3713 1.29 0 2.6087-.158 4.168-.3993z\"\n fill=\"url(#").concat(id, "-inverse-b)\" />\n <path\n d=\"m56.3731 23.3378c.6126 0 1.1973-.1206 1.6526-.2133v2.5433c-.464.1207-.984.2414-1.7733.2414-3.2767 0-4.8733-1.9307-4.8733-4.7807v-8.178h-2.4787v-2.4507h2.4787v-3.24931h2.5713v3.24931h4.0753v2.4507h-4.0753v8.1227c0 1.346.798 2.2653 2.4227 2.2653z\"\n fill=\"url(#").concat(id, "-inverse-c)\" />\n <path\n d=\"m65.0428 25.9084c-2.516 0-4.1033-1.1973-4.1033-4.01v-17.80465h2.6366v17.49865c0 1.3833.9193 1.866 2.0513 1.866.2787 0 .464 0 .7614-.028v2.358c-.2134.0647-.6774.1207-1.346.1207z\"\n fill=\"url(#").concat(id, "-inverse-d)\" />\n <path\n d=\"m90.5893 26.1222c-2.302 0-4.168-.52-5.3287-1.1327v-2.7846c1.318.7613 3.5274 1.504 5.4494 1.504s3.0633-.826 3.0633-2.024-.8913-1.838-3.7967-2.5434c-3.3973-.826-4.836-2.1446-4.836-4.66 0-2.664 2.0514-4.2886 5.542-4.2886 1.996 0 3.7967.492 4.9294 1.1046v2.7294c-1.838-.9194-3.342-1.4114-4.9667-1.4114-1.9307 0-2.9707.6774-2.9707 1.866 0 1.0674.7334 1.7454 3.5554 2.4227 3.398.826 5.1153 2.0793 5.1153 4.7527 0 2.6733-1.6527 4.4746-5.7647 4.4746l.0094-.0093z\"\n fill=\"url(#").concat(id, "-inverse-e)\" />\n <path\n d=\"m82.747 23.4579c-.7426 0-1.0766-.3067-1.0766-1.29v-11.6693h-2.6367v2.692c-.9193-1.996-2.6367-2.9987-4.8733-2.9987-4.2887 0-6.4333 3.648-6.4333 7.9647 0 4.3166 2.0886 7.9646 6.2286 7.9646 2.6087 0 4.1307-1.1326 5.124-3.1193.232 1.894 1.42 2.896 3.11 2.896.5387 0 .91-.0467 1.1693-.1207v-2.358c-.3066.028-.334.028-.6126.028v.0094zm-3.7133-4.688c0 3.3973-2.1166 4.9013-4.4746 4.9013-2.7294 0-4.1961-1.838-4.1961-5.514s1.5321-5.514 4.5021-5.514c2.2373 0 4.1679 1.504 4.1679 4.9014v1.2253z\"\n fill=\"url(#").concat(id, "-inverse-f)\" />\n <path\n d=\"m12.0727 6.31409v-1.922c-6.6587 0-12.0727 5.414-12.0727 12.07201 0 .6873.0653333 1.356.167333 2.0153 0 .028 0 .0654.009334.0927 1.002663 5.6553 5.943333 9.9647 11.886633 9.9647v-1.922c-5.0333 0-9.2213-3.6774-10.01063-8.488-.06534-.4827.074-.9754.39-1.3654.50133-.6126 1.402-.938 2.6-.938.63133 0 1.226.0834 1.848.2507v-1.9687c-.60334-.13-1.20734-.1953-1.848-.1953-1.30934 0-2.266.2973-2.95334.6967.882-4.71738 5.024-8.29271 9.98267-8.29271z\"\n fill=\"url(#").concat(id, "-inverse-g)\" />\n <path\n d=\"m14.032 16.9475c-.464-.204-.9846-.446-1.5786-.706-.3434-.1487-.678-.2974-.9934-.4367-1.80131-.7987-3.18531-1.4113-4.56864-1.6993v1.9686c1.04933.2787 2.19133.78 3.78864 1.486.316.1394.65.288 1.0027.4367.5853.26 1.1053.492 1.56.6967 1.6807.752 2.6933 1.2073 3.9747 1.4673l.3713-1.8853c-1.068-.2134-1.95-.6034-3.5567-1.328z\"\n fill=\"url(#").concat(id, "-inverse-i)\" />\n <path\n d=\"m24.1354 16.2508v-.4734c-.3713-6.34264-5.6367-11.38531-12.0633-11.38531v1.922c5.5253 0 10.0293 4.42931 10.1406 9.92731-.0093.3807-.1206.882-.52 1.3187-.52.5667-1.4206.8633-2.6093.8633-.5107 0-1.0027-.0466-1.5047-.1486l-.3713 1.8853c.622.1207 1.2353.186 1.876.186 1.0587 0 1.8947-.186 2.5353-.464-1.402 3.9187-5.1633 6.7327-9.556 6.7327v1.922c6.6587 0 12.0727-5.414 12.0727-12.0727 0-.074 0-.1393 0-.2133z\"\n fill=\"url(#").concat(id, "-inverse-j)\" />\n <path\n d=\"m12.0727 28.5366v-1.922c2.758 0 4.402-2.814 4.402-7.522s-1.6713-8.6554-5.098-12.3047l1.402-1.31866c3.7793 4.02133 5.618 8.47866 5.618 13.62336 0 5.8226-2.424 9.4446-6.324 9.4446z\"\n fill=\"url(#").concat(id, "-inverse-k)\" />\n <path\n d=\"m12.0726 28.5367c-4.15132 0-6.52865-3.38-6.52865-9.2773 0-6.8814 3.00866-10.72604 5.82265-13.78137l1.4113 1.3c-3.27795 3.56597-5.31195 6.89067-5.31195 12.48137 0 6.0826 2.50733 7.3546 4.60595 7.3546v1.922z\"\n fill=\"url(#").concat(id, "-inverse-l)\" />\n <g fill=\"#fff\">\n <path\n d=\"m6.928 17.4673c1.24117 0 2.24733-1.0061 2.24733-2.2473s-1.00616-2.2473-2.24733-2.2473-2.24734 1.0061-2.24734 2.2473 1.00617 2.2473 2.24734 2.2473z\" />\n <path\n d=\"m17.3194 21.3399c1.2411 0 2.2473-1.0062 2.2473-2.2474 0-1.2411-1.0062-2.2473-2.2473-2.2473-1.2412 0-2.2474 1.0062-2.2474 2.2473 0 1.2412 1.0062 2.2474 2.2474 2.2474z\" />\n <path\n d=\"m12.0728 7.95805c1.2411 0 2.2473-1.00617 2.2473-2.24734s-1.0062-2.24733-2.2473-2.24733c-1.2412 0-2.24736 1.00616-2.24736 2.24733s1.00616 2.24734 2.24736 2.24734z\" />\n </g>\n");
|
|
40
|
-
return "<svg\n fill=\"none\"\n height=\"32\"\n viewBox=\"0 0 97 32\"\n
|
|
40
|
+
return "<svg\n fill=\"none\"\n height=\"32\"\n viewBox=\"0 0 97 32\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n>\n ".concat(appearance === 'inverse' ? inverseIconContents : baseIconContents, "\n</svg>");
|
|
41
41
|
};
|
|
42
42
|
|
|
43
43
|
/**
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/logo",
|
|
3
|
-
"version": "13.14.
|
|
3
|
+
"version": "13.14.4",
|
|
4
4
|
"description": "A logo is a visual representation of a brand or product. It can be a word or an image, or a combination of both.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -24,7 +24,10 @@
|
|
|
24
24
|
"atlaskit:src": "src/index.tsx",
|
|
25
25
|
"atlassian": {
|
|
26
26
|
"team": "Design System Team",
|
|
27
|
-
"releaseModel": "
|
|
27
|
+
"releaseModel": "continuous",
|
|
28
|
+
"productPushConsumption": [
|
|
29
|
+
"jira"
|
|
30
|
+
],
|
|
28
31
|
"website": {
|
|
29
32
|
"name": "Logo",
|
|
30
33
|
"category": "Components"
|
|
@@ -62,13 +65,13 @@
|
|
|
62
65
|
"react": "^16.8.0"
|
|
63
66
|
},
|
|
64
67
|
"devDependencies": {
|
|
65
|
-
"@atlaskit/atlassian-navigation": "^2.
|
|
68
|
+
"@atlaskit/atlassian-navigation": "^2.6.0",
|
|
66
69
|
"@atlaskit/button": "^16.7.0",
|
|
67
70
|
"@atlaskit/code": "^14.6.0",
|
|
68
71
|
"@atlaskit/docs": "*",
|
|
69
|
-
"@atlaskit/radio": "^5.
|
|
72
|
+
"@atlaskit/radio": "^5.6.0",
|
|
70
73
|
"@atlaskit/section-message": "^6.4.0",
|
|
71
|
-
"@atlaskit/select": "^16.
|
|
74
|
+
"@atlaskit/select": "^16.4.0",
|
|
72
75
|
"@atlaskit/ssr": "*",
|
|
73
76
|
"@atlaskit/visual-regression": "*",
|
|
74
77
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
package/report.api.md
CHANGED
|
@@ -20,6 +20,38 @@
|
|
|
20
20
|
// @public (undocumented)
|
|
21
21
|
type Appearance = 'brand' | 'inverse' | 'neutral';
|
|
22
22
|
|
|
23
|
+
// @public
|
|
24
|
+
export const AtlasIcon: ({
|
|
25
|
+
appearance,
|
|
26
|
+
label,
|
|
27
|
+
size,
|
|
28
|
+
testId,
|
|
29
|
+
}: LogoPropsAppearanceRequired) => JSX.Element;
|
|
30
|
+
|
|
31
|
+
// @public
|
|
32
|
+
export const AtlasLogo: ({
|
|
33
|
+
appearance,
|
|
34
|
+
label,
|
|
35
|
+
size,
|
|
36
|
+
testId,
|
|
37
|
+
}: LogoPropsAppearanceRequired) => JSX.Element;
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export const AtlassianAnalyticsIcon: ({
|
|
41
|
+
appearance,
|
|
42
|
+
label,
|
|
43
|
+
size,
|
|
44
|
+
testId,
|
|
45
|
+
}: LogoPropsAppearanceRequired) => JSX.Element;
|
|
46
|
+
|
|
47
|
+
// @public
|
|
48
|
+
export const AtlassianAnalyticsLogo: ({
|
|
49
|
+
appearance,
|
|
50
|
+
label,
|
|
51
|
+
size,
|
|
52
|
+
testId,
|
|
53
|
+
}: LogoPropsAppearanceRequired) => JSX.Element;
|
|
54
|
+
|
|
23
55
|
// @public
|
|
24
56
|
export const AtlassianIcon: ({
|
|
25
57
|
appearance,
|
|
@@ -320,6 +352,30 @@ export const JiraLogo: ({
|
|
|
320
352
|
textColor,
|
|
321
353
|
}: LogoProps) => JSX.Element;
|
|
322
354
|
|
|
355
|
+
// @public
|
|
356
|
+
export const JiraProductDiscoveryIcon: ({
|
|
357
|
+
appearance,
|
|
358
|
+
label,
|
|
359
|
+
size,
|
|
360
|
+
testId,
|
|
361
|
+
iconColor,
|
|
362
|
+
iconGradientStart,
|
|
363
|
+
iconGradientStop,
|
|
364
|
+
textColor,
|
|
365
|
+
}: LogoProps) => JSX.Element;
|
|
366
|
+
|
|
367
|
+
// @public
|
|
368
|
+
export const JiraProductDiscoveryLogo: ({
|
|
369
|
+
appearance,
|
|
370
|
+
label,
|
|
371
|
+
size,
|
|
372
|
+
testId,
|
|
373
|
+
iconColor,
|
|
374
|
+
iconGradientStart,
|
|
375
|
+
iconGradientStop,
|
|
376
|
+
textColor,
|
|
377
|
+
}: LogoProps) => JSX.Element;
|
|
378
|
+
|
|
323
379
|
// @public @deprecated (undocumented)
|
|
324
380
|
export const JiraServiceDeskIcon: ({
|
|
325
381
|
iconColor,
|
|
@@ -479,6 +535,12 @@ export type LogoProps = {
|
|
|
479
535
|
testId?: string;
|
|
480
536
|
};
|
|
481
537
|
|
|
538
|
+
// @public (undocumented)
|
|
539
|
+
type LogoPropsAppearanceRequired = Omit<
|
|
540
|
+
WithRequiredProperty<LogoProps, 'appearance'>,
|
|
541
|
+
'iconColor' | 'iconGradientStart' | 'iconGradientStop' | 'textColor'
|
|
542
|
+
>;
|
|
543
|
+
|
|
482
544
|
// @public @deprecated (undocumented)
|
|
483
545
|
export const OpsGenieIcon: ({
|
|
484
546
|
iconColor,
|
|
@@ -649,6 +711,11 @@ export const TrelloWordmark: ({
|
|
|
649
711
|
textColor,
|
|
650
712
|
}: LogoProps) => JSX.Element;
|
|
651
713
|
|
|
714
|
+
// @public
|
|
715
|
+
type WithRequiredProperty<Type, Key extends keyof Type> = Type & {
|
|
716
|
+
[Property in Key]-?: Type[Property];
|
|
717
|
+
};
|
|
718
|
+
|
|
652
719
|
// (No @packageDocumentation comment for this package)
|
|
653
720
|
```
|
|
654
721
|
|
|
@@ -0,0 +1,220 @@
|
|
|
1
|
+
## API Report File for "@atlaskit/logo"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
/// <reference types="react" />
|
|
8
|
+
|
|
9
|
+
// @public (undocumented)
|
|
10
|
+
type Appearance = 'brand' | 'inverse' | 'neutral';
|
|
11
|
+
|
|
12
|
+
// @public
|
|
13
|
+
export const AtlasIcon: ({ appearance, label, size, testId, }: LogoPropsAppearanceRequired) => JSX.Element;
|
|
14
|
+
|
|
15
|
+
// @public
|
|
16
|
+
export const AtlasLogo: ({ appearance, label, size, testId, }: LogoPropsAppearanceRequired) => JSX.Element;
|
|
17
|
+
|
|
18
|
+
// @public
|
|
19
|
+
export const AtlassianAnalyticsIcon: ({ appearance, label, size, testId, }: LogoPropsAppearanceRequired) => JSX.Element;
|
|
20
|
+
|
|
21
|
+
// @public
|
|
22
|
+
export const AtlassianAnalyticsLogo: ({ appearance, label, size, testId, }: LogoPropsAppearanceRequired) => JSX.Element;
|
|
23
|
+
|
|
24
|
+
// @public
|
|
25
|
+
export const AtlassianIcon: ({ appearance, label, size, iconColor, iconGradientStart, iconGradientStop, textColor, testId, }: LogoProps) => JSX.Element;
|
|
26
|
+
|
|
27
|
+
// @public
|
|
28
|
+
export const AtlassianLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
29
|
+
|
|
30
|
+
// @public
|
|
31
|
+
export const AtlassianStartLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
32
|
+
|
|
33
|
+
// @public
|
|
34
|
+
export const AtlassianWordmark: ({ appearance, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
35
|
+
|
|
36
|
+
// @public
|
|
37
|
+
export const BitbucketIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
38
|
+
|
|
39
|
+
// @public
|
|
40
|
+
export const BitbucketLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
41
|
+
|
|
42
|
+
// @public
|
|
43
|
+
export const BitbucketWordmark: ({ appearance, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
44
|
+
|
|
45
|
+
// @public
|
|
46
|
+
export const CompassIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
47
|
+
|
|
48
|
+
// @public
|
|
49
|
+
export const CompassLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
50
|
+
|
|
51
|
+
// @public
|
|
52
|
+
export const CompassWordmark: ({ appearance, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
53
|
+
|
|
54
|
+
// @public
|
|
55
|
+
export const ConfluenceIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
56
|
+
|
|
57
|
+
// @public
|
|
58
|
+
export const ConfluenceLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
59
|
+
|
|
60
|
+
// @public
|
|
61
|
+
export const ConfluenceWordmark: ({ appearance, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
62
|
+
|
|
63
|
+
// @public
|
|
64
|
+
export const HalpIcon: ({ appearance, label, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
|
|
65
|
+
|
|
66
|
+
// @public
|
|
67
|
+
export const HalpLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
68
|
+
|
|
69
|
+
// @public
|
|
70
|
+
export const HalpWordmark: ({ appearance, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
71
|
+
|
|
72
|
+
// @public @deprecated (undocumented)
|
|
73
|
+
export const HipchatIcon: ({ label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
74
|
+
|
|
75
|
+
// @public @deprecated (undocumented)
|
|
76
|
+
export const HipchatLogo: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
77
|
+
|
|
78
|
+
// @public @deprecated (undocumented)
|
|
79
|
+
export const HipchatWordmark: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
80
|
+
|
|
81
|
+
// @public
|
|
82
|
+
export const JiraAlignIcon: ({ appearance, label, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
|
|
83
|
+
|
|
84
|
+
// @public
|
|
85
|
+
export const JiraAlignLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
86
|
+
|
|
87
|
+
// @public
|
|
88
|
+
export const JiraAlignWordmark: ({ appearance, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
89
|
+
|
|
90
|
+
// @public @deprecated (undocumented)
|
|
91
|
+
export const JiraCoreIcon: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
92
|
+
|
|
93
|
+
// @public @deprecated (undocumented)
|
|
94
|
+
export const JiraCoreLogo: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
95
|
+
|
|
96
|
+
// @public @deprecated (undocumented)
|
|
97
|
+
export const JiraCoreWordmark: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export const JiraIcon: ({ appearance, label, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
|
|
101
|
+
|
|
102
|
+
// @public
|
|
103
|
+
export const JiraLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
104
|
+
|
|
105
|
+
// @public
|
|
106
|
+
export const JiraProductDiscoveryIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
107
|
+
|
|
108
|
+
// @public
|
|
109
|
+
export const JiraProductDiscoveryLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
110
|
+
|
|
111
|
+
// @public @deprecated (undocumented)
|
|
112
|
+
export const JiraServiceDeskIcon: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
113
|
+
|
|
114
|
+
// @public @deprecated (undocumented)
|
|
115
|
+
export const JiraServiceDeskLogo: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
116
|
+
|
|
117
|
+
// @public @deprecated (undocumented)
|
|
118
|
+
export const JiraServiceDeskWordmark: ({ iconColor, iconGradientStart, iconGradientStop, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
119
|
+
|
|
120
|
+
// @public
|
|
121
|
+
export const JiraServiceManagementIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
122
|
+
|
|
123
|
+
// @public
|
|
124
|
+
export const JiraServiceManagementLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
125
|
+
|
|
126
|
+
// @public
|
|
127
|
+
export const JiraServiceManagementWordmark: ({ appearance, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
128
|
+
|
|
129
|
+
// @public
|
|
130
|
+
export const JiraSoftwareIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
131
|
+
|
|
132
|
+
// @public
|
|
133
|
+
export const JiraSoftwareLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
134
|
+
|
|
135
|
+
// @public
|
|
136
|
+
export const JiraSoftwareWordmark: ({ appearance, label, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
|
|
137
|
+
|
|
138
|
+
// @public
|
|
139
|
+
export const JiraWordmark: ({ appearance, label, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
140
|
+
|
|
141
|
+
// @public
|
|
142
|
+
export const JiraWorkManagementIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
143
|
+
|
|
144
|
+
// @public
|
|
145
|
+
export const JiraWorkManagementLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
146
|
+
|
|
147
|
+
// @public
|
|
148
|
+
export const JiraWorkManagementWordmark: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
149
|
+
|
|
150
|
+
// @public (undocumented)
|
|
151
|
+
export type LogoProps = {
|
|
152
|
+
size?: Size;
|
|
153
|
+
appearance?: Appearance;
|
|
154
|
+
textColor?: string;
|
|
155
|
+
iconColor?: string;
|
|
156
|
+
iconGradientStart?: string;
|
|
157
|
+
iconGradientStop?: string;
|
|
158
|
+
label?: string;
|
|
159
|
+
testId?: string;
|
|
160
|
+
};
|
|
161
|
+
|
|
162
|
+
// @public (undocumented)
|
|
163
|
+
type LogoPropsAppearanceRequired = Omit<WithRequiredProperty<LogoProps, 'appearance'>, 'iconColor' | 'iconGradientStart' | 'iconGradientStop' | 'textColor'>;
|
|
164
|
+
|
|
165
|
+
// @public @deprecated (undocumented)
|
|
166
|
+
export const OpsGenieIcon: ({ iconColor, iconGradientStart, iconGradientStop, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
167
|
+
|
|
168
|
+
// @public
|
|
169
|
+
export const OpsgenieIcon: ({ appearance, label, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
|
|
170
|
+
|
|
171
|
+
// @public @deprecated (undocumented)
|
|
172
|
+
export const OpsGenieLogo: ({ iconColor, iconGradientStart, iconGradientStop, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
173
|
+
|
|
174
|
+
// @public
|
|
175
|
+
export const OpsgenieLogo: ({ appearance, label, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
|
|
176
|
+
|
|
177
|
+
// @public @deprecated (undocumented)
|
|
178
|
+
export const OpsGenieWordmark: ({ iconColor, iconGradientStart, iconGradientStop, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
179
|
+
|
|
180
|
+
// @public
|
|
181
|
+
export const OpsgenieWordmark: ({ appearance, size, testId, textColor, iconColor, iconGradientStart, iconGradientStop, }: LogoProps) => JSX.Element;
|
|
182
|
+
|
|
183
|
+
// @public (undocumented)
|
|
184
|
+
type Size = 'large' | 'medium' | 'small' | 'xlarge' | 'xsmall';
|
|
185
|
+
|
|
186
|
+
// @public
|
|
187
|
+
export const StatuspageIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
188
|
+
|
|
189
|
+
// @public
|
|
190
|
+
export const StatuspageLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
191
|
+
|
|
192
|
+
// @public
|
|
193
|
+
export const StatuspageWordmark: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
194
|
+
|
|
195
|
+
// @public @deprecated (undocumented)
|
|
196
|
+
export const StrideIcon: ({ iconColor, iconGradientStart, iconGradientStop, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
197
|
+
|
|
198
|
+
// @public @deprecated (undocumented)
|
|
199
|
+
export const StrideLogo: ({ iconColor, iconGradientStart, iconGradientStop, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
200
|
+
|
|
201
|
+
// @public @deprecated (undocumented)
|
|
202
|
+
export const StrideWordmark: ({ iconColor, iconGradientStart, iconGradientStop, size, testId, textColor, }: LogoProps) => JSX.Element;
|
|
203
|
+
|
|
204
|
+
// @public
|
|
205
|
+
export const TrelloIcon: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
206
|
+
|
|
207
|
+
// @public
|
|
208
|
+
export const TrelloLogo: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
209
|
+
|
|
210
|
+
// @public
|
|
211
|
+
export const TrelloWordmark: ({ appearance, label, size, testId, iconColor, iconGradientStart, iconGradientStop, textColor, }: LogoProps) => JSX.Element;
|
|
212
|
+
|
|
213
|
+
// @public
|
|
214
|
+
type WithRequiredProperty<Type, Key extends keyof Type> = Type & {
|
|
215
|
+
[Property in Key]-?: Type[Property];
|
|
216
|
+
};
|
|
217
|
+
|
|
218
|
+
// (No @packageDocumentation comment for this package)
|
|
219
|
+
|
|
220
|
+
```
|