@atlaskit/logo 13.16.1 → 13.17.0

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.
Files changed (119) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/cjs/atlas-logo/logo.js +2 -0
  3. package/dist/cjs/atlassian-access-logo/icon.js +61 -0
  4. package/dist/cjs/atlassian-access-logo/index.js +19 -0
  5. package/dist/cjs/atlassian-access-logo/logo.js +64 -0
  6. package/dist/cjs/atlassian-admin-logo/icon.js +61 -0
  7. package/dist/cjs/atlassian-admin-logo/index.js +19 -0
  8. package/dist/cjs/atlassian-admin-logo/logo.js +64 -0
  9. package/dist/cjs/atlassian-administration-logo/icon.js +61 -0
  10. package/dist/cjs/atlassian-administration-logo/index.js +19 -0
  11. package/dist/cjs/atlassian-administration-logo/logo.js +64 -0
  12. package/dist/cjs/atlassian-marketplace-logo/icon.js +61 -0
  13. package/dist/cjs/atlassian-marketplace-logo/index.js +19 -0
  14. package/dist/cjs/atlassian-marketplace-logo/logo.js +64 -0
  15. package/dist/cjs/guard-logo/icon.js +61 -0
  16. package/dist/cjs/guard-logo/index.js +19 -0
  17. package/dist/cjs/guard-logo/logo.js +64 -0
  18. package/dist/cjs/index.js +79 -1
  19. package/dist/cjs/loom-logo/icon.js +17 -6
  20. package/dist/cjs/loom-logo/logo.js +15 -9
  21. package/dist/cjs/rovo-logo/icon.js +61 -0
  22. package/dist/cjs/rovo-logo/index.js +19 -0
  23. package/dist/cjs/rovo-logo/logo.js +64 -0
  24. package/dist/cjs/utils.js +24 -1
  25. package/dist/es2019/atlas-logo/logo.js +2 -0
  26. package/dist/es2019/atlassian-access-logo/icon.js +64 -0
  27. package/dist/es2019/atlassian-access-logo/index.js +2 -0
  28. package/dist/es2019/atlassian-access-logo/logo.js +71 -0
  29. package/dist/es2019/atlassian-admin-logo/icon.js +57 -0
  30. package/dist/es2019/atlassian-admin-logo/index.js +2 -0
  31. package/dist/es2019/atlassian-admin-logo/logo.js +71 -0
  32. package/dist/es2019/atlassian-administration-logo/icon.js +57 -0
  33. package/dist/es2019/atlassian-administration-logo/index.js +2 -0
  34. package/dist/es2019/atlassian-administration-logo/logo.js +71 -0
  35. package/dist/es2019/atlassian-marketplace-logo/icon.js +55 -0
  36. package/dist/es2019/atlassian-marketplace-logo/index.js +2 -0
  37. package/dist/es2019/atlassian-marketplace-logo/logo.js +64 -0
  38. package/dist/es2019/guard-logo/icon.js +57 -0
  39. package/dist/es2019/guard-logo/index.js +2 -0
  40. package/dist/es2019/guard-logo/logo.js +64 -0
  41. package/dist/es2019/index.js +7 -1
  42. package/dist/es2019/loom-logo/icon.js +43 -19
  43. package/dist/es2019/loom-logo/logo.js +33 -11
  44. package/dist/es2019/rovo-logo/icon.js +57 -0
  45. package/dist/es2019/rovo-logo/index.js +2 -0
  46. package/dist/es2019/rovo-logo/logo.js +70 -0
  47. package/dist/es2019/utils.js +23 -0
  48. package/dist/esm/atlas-logo/logo.js +2 -0
  49. package/dist/esm/atlassian-access-logo/icon.js +53 -0
  50. package/dist/esm/atlassian-access-logo/index.js +2 -0
  51. package/dist/esm/atlassian-access-logo/logo.js +56 -0
  52. package/dist/esm/atlassian-admin-logo/icon.js +53 -0
  53. package/dist/esm/atlassian-admin-logo/index.js +2 -0
  54. package/dist/esm/atlassian-admin-logo/logo.js +56 -0
  55. package/dist/esm/atlassian-administration-logo/icon.js +53 -0
  56. package/dist/esm/atlassian-administration-logo/index.js +2 -0
  57. package/dist/esm/atlassian-administration-logo/logo.js +56 -0
  58. package/dist/esm/atlassian-marketplace-logo/icon.js +53 -0
  59. package/dist/esm/atlassian-marketplace-logo/index.js +2 -0
  60. package/dist/esm/atlassian-marketplace-logo/logo.js +56 -0
  61. package/dist/esm/guard-logo/icon.js +53 -0
  62. package/dist/esm/guard-logo/index.js +2 -0
  63. package/dist/esm/guard-logo/logo.js +56 -0
  64. package/dist/esm/index.js +7 -1
  65. package/dist/esm/loom-logo/icon.js +18 -7
  66. package/dist/esm/loom-logo/logo.js +16 -10
  67. package/dist/esm/rovo-logo/icon.js +53 -0
  68. package/dist/esm/rovo-logo/index.js +2 -0
  69. package/dist/esm/rovo-logo/logo.js +56 -0
  70. package/dist/esm/utils.js +23 -0
  71. package/dist/types/atlas-logo/logo.d.ts +3 -1
  72. package/dist/types/atlassian-access-logo/icon.d.ts +12 -0
  73. package/dist/types/atlassian-access-logo/index.d.ts +2 -0
  74. package/dist/types/atlassian-access-logo/logo.d.ts +12 -0
  75. package/dist/types/atlassian-admin-logo/icon.d.ts +12 -0
  76. package/dist/types/atlassian-admin-logo/index.d.ts +2 -0
  77. package/dist/types/atlassian-admin-logo/logo.d.ts +12 -0
  78. package/dist/types/atlassian-administration-logo/icon.d.ts +12 -0
  79. package/dist/types/atlassian-administration-logo/index.d.ts +2 -0
  80. package/dist/types/atlassian-administration-logo/logo.d.ts +12 -0
  81. package/dist/types/atlassian-marketplace-logo/icon.d.ts +12 -0
  82. package/dist/types/atlassian-marketplace-logo/index.d.ts +2 -0
  83. package/dist/types/atlassian-marketplace-logo/logo.d.ts +12 -0
  84. package/dist/types/guard-logo/icon.d.ts +12 -0
  85. package/dist/types/guard-logo/index.d.ts +2 -0
  86. package/dist/types/guard-logo/logo.d.ts +12 -0
  87. package/dist/types/index.d.ts +6 -0
  88. package/dist/types/jira-align-logo/icon.d.ts +1 -1
  89. package/dist/types/loom-logo/icon.d.ts +1 -1
  90. package/dist/types/loom-logo/logo.d.ts +1 -1
  91. package/dist/types/rovo-logo/icon.d.ts +12 -0
  92. package/dist/types/rovo-logo/index.d.ts +2 -0
  93. package/dist/types/rovo-logo/logo.d.ts +12 -0
  94. package/dist/types/utils.d.ts +4 -0
  95. package/dist/types-ts4.5/atlas-logo/logo.d.ts +3 -1
  96. package/dist/types-ts4.5/atlassian-access-logo/icon.d.ts +12 -0
  97. package/dist/types-ts4.5/atlassian-access-logo/index.d.ts +2 -0
  98. package/dist/types-ts4.5/atlassian-access-logo/logo.d.ts +12 -0
  99. package/dist/types-ts4.5/atlassian-admin-logo/icon.d.ts +12 -0
  100. package/dist/types-ts4.5/atlassian-admin-logo/index.d.ts +2 -0
  101. package/dist/types-ts4.5/atlassian-admin-logo/logo.d.ts +12 -0
  102. package/dist/types-ts4.5/atlassian-administration-logo/icon.d.ts +12 -0
  103. package/dist/types-ts4.5/atlassian-administration-logo/index.d.ts +2 -0
  104. package/dist/types-ts4.5/atlassian-administration-logo/logo.d.ts +12 -0
  105. package/dist/types-ts4.5/atlassian-marketplace-logo/icon.d.ts +12 -0
  106. package/dist/types-ts4.5/atlassian-marketplace-logo/index.d.ts +2 -0
  107. package/dist/types-ts4.5/atlassian-marketplace-logo/logo.d.ts +12 -0
  108. package/dist/types-ts4.5/guard-logo/icon.d.ts +12 -0
  109. package/dist/types-ts4.5/guard-logo/index.d.ts +2 -0
  110. package/dist/types-ts4.5/guard-logo/logo.d.ts +12 -0
  111. package/dist/types-ts4.5/index.d.ts +6 -0
  112. package/dist/types-ts4.5/jira-align-logo/icon.d.ts +1 -1
  113. package/dist/types-ts4.5/loom-logo/icon.d.ts +1 -1
  114. package/dist/types-ts4.5/loom-logo/logo.d.ts +1 -1
  115. package/dist/types-ts4.5/rovo-logo/icon.d.ts +12 -0
  116. package/dist/types-ts4.5/rovo-logo/index.d.ts +2 -0
  117. package/dist/types-ts4.5/rovo-logo/logo.d.ts +12 -0
  118. package/dist/types-ts4.5/utils.d.ts +4 -0
  119. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @atlaskit/logo
2
2
 
3
+ ## 13.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#99225](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99225)
8
+ [`428f67898ecb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/428f67898ecb) -
9
+ [ux] Adding product logos for Guard, Rovo, Atlassian Marketplace, Atlassian Admin, Atlassian
10
+ Administration, and Atlassian Access. Testing some other glyphs behind a feature flag, if
11
+ successful these changes will be enabled in a future release.
12
+
3
13
  ## 13.16.1
4
14
 
5
15
  ### Patch Changes
@@ -63,6 +63,8 @@ var svg = function svg(_ref, colorMode) {
63
63
  * - [Examples](https://atlassian.design/components/logo/examples)
64
64
  * - [Code](https://atlassian.design/components/logo/code)
65
65
  * - [Usage](https://atlassian.design/components/logo/usage)
66
+ *
67
+ * @deprecated AtlasLogo is deprecated and will be removed from atlaskit/logo in the next major release.
66
68
  */
67
69
  var AtlasLogo = exports.AtlasLogo = function AtlasLogo(_ref2) {
68
70
  var appearance = _ref2.appearance,
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.AtlassianAccessIcon = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _tokens = require("@atlaskit/tokens");
10
+ var _constants = require("../constants");
11
+ var _utils = require("../utils");
12
+ var _wrapper = _interopRequireDefault(require("../wrapper"));
13
+ /* eslint-disable max-len */
14
+
15
+ var svg = function svg(_ref, colorMode) {
16
+ var appearance = _ref.appearance,
17
+ iconColor = _ref.iconColor;
18
+ var colors = {
19
+ iconColor: iconColor
20
+ };
21
+ if (appearance) {
22
+ colors = (0, _utils.getColorsFromAppearance)(appearance, colorMode);
23
+ }
24
+ return "<svg\n fill=\"none\"\n height=\"32\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 32 32\"\n focusable=\"false\"\n aria-hidden=\"true\"\n >\n <path\n d=\"M27.545 24.378 16.96 3.208c-.208-.458-.417-.541-.667-.541-.208 0-.458.083-.708.5-1.5 2.375-2.167 5.126-2.167 8.001 0 4 2.042 7.751 5.042 13.794.334.666.584.791 1.167.791h7.335c.541 0 .833-.208.833-.625 0-.208-.042-.333-.25-.75M12.168 14.377c-.834-1.25-1.084-1.334-1.292-1.334s-.333.084-.708.834L4.875 24.462c-.167.333-.208.458-.208.625 0 .333.291.666.916.666h7.46c.5 0 .875-.416 1.083-1.208.25-1 .334-1.875.334-2.917 0-2.917-1.292-5.751-2.292-7.251\"\n fill=\"".concat(colors.iconColor, "\"\n />\n </svg>");
25
+ };
26
+
27
+ /**
28
+ * __Atlassian Access icon__
29
+ *
30
+ * The Atlassian Access icon without an accompanying wordmark.
31
+ *
32
+ * - [Examples](https://atlassian.design/components/logo/examples)
33
+ * - [Code](https://atlassian.design/components/logo/code)
34
+ * - [Usage](https://atlassian.design/components/logo/usage)
35
+ */
36
+ var AtlassianAccessIcon = exports.AtlassianAccessIcon = function AtlassianAccessIcon(_ref2) {
37
+ var appearance = _ref2.appearance,
38
+ _ref2$label = _ref2.label,
39
+ label = _ref2$label === void 0 ? 'Atlassian Access' : _ref2$label,
40
+ _ref2$size = _ref2.size,
41
+ size = _ref2$size === void 0 ? _constants.defaultLogoParams.size : _ref2$size,
42
+ testId = _ref2.testId,
43
+ _ref2$textColor = _ref2.textColor,
44
+ textColor = _ref2$textColor === void 0 ? _constants.defaultLogoParams.textColor : _ref2$textColor,
45
+ _ref2$iconColor = _ref2.iconColor,
46
+ iconColor = _ref2$iconColor === void 0 ? _constants.defaultLogoParams.iconColor : _ref2$iconColor;
47
+ var _useThemeObserver = (0, _tokens.useThemeObserver)(),
48
+ colorMode = _useThemeObserver.colorMode;
49
+ return /*#__PURE__*/_react.default.createElement(_wrapper.default, {
50
+ appearance: appearance,
51
+ svg: svg({
52
+ appearance: appearance,
53
+ iconColor: iconColor
54
+ }, colorMode),
55
+ iconColor: iconColor,
56
+ label: label,
57
+ size: size,
58
+ testId: testId,
59
+ textColor: textColor
60
+ });
61
+ };
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "AtlassianAccessIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _icon.AtlassianAccessIcon;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "AtlassianAccessLogo", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _logo.AtlassianAccessLogo;
16
+ }
17
+ });
18
+ var _icon = require("./icon");
19
+ var _logo = require("./logo");
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.AtlassianAccessLogo = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _tokens = require("@atlaskit/tokens");
10
+ var _constants = require("../constants");
11
+ var _utils = require("../utils");
12
+ var _wrapper = _interopRequireDefault(require("../wrapper"));
13
+ /* eslint-disable max-len */
14
+
15
+ var svg = function svg(_ref, colorMode) {
16
+ var appearance = _ref.appearance,
17
+ iconColor = _ref.iconColor,
18
+ textColor = _ref.textColor;
19
+ var colors = {
20
+ iconColor: iconColor,
21
+ textColor: textColor
22
+ };
23
+ if (appearance) {
24
+ colors = (0, _utils.getColorsFromAppearance)(appearance, colorMode);
25
+ }
26
+ return "<svg\n fill=\"none\"\n height=\"32\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 299 32\"\n focusable=\"false\"\n aria-hidden=\"true\"\n >\n <path\n d=\"M298.505 21.163c0 2.545-1.656 4.477-5.765 4.477-2.3 0-4.171-.521-5.336-1.135v-2.79c1.319.766 3.527 1.502 5.459 1.502 2.024 0 3.066-.828 3.066-2.024 0-1.165-.889-1.84-3.802-2.545-3.404-.828-4.846-2.147-4.846-4.661 0-2.668 2.055-4.294 5.551-4.294 1.993 0 3.803.491 4.937 1.104v2.73c-1.84-.92-3.342-1.411-4.968-1.411-1.932 0-2.974.675-2.974 1.87 0 1.074.736 1.749 3.557 2.423 3.404.828 5.121 2.086 5.121 4.754m-13.626 0c0 2.545-1.656 4.477-5.765 4.477-2.3 0-4.171-.521-5.336-1.135v-2.79c1.318.766 3.526 1.502 5.458 1.502 2.024 0 3.067-.828 3.067-2.024 0-1.165-.889-1.84-3.803-2.545-3.404-.828-4.845-2.147-4.845-4.661 0-2.668 2.055-4.294 5.551-4.294 1.993 0 3.802.491 4.937 1.104v2.73c-1.84-.92-3.343-1.411-4.968-1.411-1.932 0-2.975.675-2.975 1.87 0 1.074.736 1.749 3.558 2.423 3.404.828 5.121 2.086 5.121 4.754m-20.467-9.078c-2.791 0-4.202 1.81-4.478 4.478h8.556c-.153-2.852-1.441-4.478-4.078-4.478M270.3 24.72c-1.258.675-3.19.92-4.754.92-5.734 0-8.249-3.312-8.249-8.004 0-4.63 2.576-7.943 7.237-7.943 4.723 0 6.624 3.282 6.624 7.943v1.196h-11.193c.368 2.607 2.055 4.293 5.673 4.293 1.779 0 3.282-.337 4.662-.828zm-15.094-2.147v2.362c-.92.49-2.33.705-3.741.705-5.459 0-8.004-3.312-8.004-8.004 0-4.63 2.545-7.943 8.004-7.943 1.38 0 2.453.184 3.649.736v2.454c-.981-.46-2.024-.736-3.465-.736-3.987 0-5.612 2.514-5.612 5.489s1.656 5.49 5.673 5.49c1.564 0 2.546-.215 3.496-.553m-13.836 0v2.362c-.92.49-2.33.705-3.741.705-5.459 0-8.004-3.312-8.004-8.004 0-4.63 2.545-7.943 8.004-7.943 1.38 0 2.453.184 3.649.736v2.454c-.981-.46-2.024-.736-3.465-.736-3.987 0-5.612 2.514-5.612 5.489s1.656 5.49 5.673 5.49c1.564 0 2.546-.215 3.496-.553m-22.45-1.257c-1.533 0-3.097-.184-4.814-.521l-1.687 4.538h-3.097l7.942-20.148h3.496l7.943 20.148h-3.097l-1.687-4.569c-1.809.368-3.373.552-4.999.552m0-2.453c1.288 0 2.607-.154 4.171-.399l-4.079-11.04-4.078 11.07c1.502.246 2.76.369 3.986.369\"\n fill=\"".concat(colors.textColor, "\"\n />\n <path\n d=\"M107.447 10.828c0 2.972 1.345 5.308 6.795 6.37 3.185.707 3.893 1.203 3.893 2.264 0 1.062-.708 1.699-2.973 1.699-2.619 0-5.733-.92-7.785-2.123v4.812c1.627.779 3.751 1.699 7.785 1.699 5.662 0 7.856-2.548 7.856-6.228m0 .07c0-3.538-1.84-5.166-7.148-6.299-2.902-.637-3.61-1.274-3.61-2.194 0-1.132 1.062-1.628 2.973-1.628 2.335 0 4.6.708 6.794 1.7V6.368c-1.557-.779-3.892-1.345-6.653-1.345-5.237 0-7.927 2.265-7.927 5.945m72.475-5.803v20.172h4.318V9.978l1.769 4.034 6.087 11.324h5.379V5.166h-4.247v13.022l-1.628-3.822-4.883-9.2zm-27.319 0h-4.671v20.172h4.671zm-10.05 14.155c0-3.538-1.841-5.166-7.149-6.298-2.902-.637-3.609-1.274-3.609-2.194 0-1.133 1.061-1.628 2.972-1.628 2.336 0 4.601.707 6.795 1.698v-4.6c-1.557-.779-3.893-1.345-6.653-1.345-5.238 0-7.927 2.265-7.927 5.945 0 2.973 1.345 5.309 6.794 6.37 3.185.708 3.893 1.203 3.893 2.265s-.708 1.699-2.973 1.699c-2.618 0-5.733-.92-7.785-2.124v4.813c1.628.779 3.751 1.699 7.785 1.699 5.592 0 7.857-2.548 7.857-6.3M71.069 5.165v20.172h9.625l1.486-4.389h-6.44V5.165zm-19.039 0v4.318h5.167v15.854h4.741V9.483h5.592V5.165zm-6.866 0h-6.157L32 25.337h5.379l.99-3.398c1.204.354 2.478.566 3.752.566s2.548-.212 3.751-.566l.991 3.397h5.379c-.07 0-7.078-20.17-7.078-20.17zM42.05 18.26c-.92 0-1.77-.142-2.548-.354L42.05 9.13l2.548 8.776a9.6 9.6 0 0 1-2.548.354M97.326 5.165H91.17l-7.08 20.172h5.38l.99-3.398c1.203.354 2.477.566 3.751.566s2.548-.212 3.751-.566l.991 3.397h5.379zM94.212 18.26c-.92 0-1.77-.142-2.548-.354l2.548-8.776 2.548 8.776a9.6 9.6 0 0 1-2.548.354m75.306-13.095h-6.157l-7.007 20.172h5.379l.991-3.398c1.203.354 2.477.566 3.751.566s2.548-.212 3.751-.566l.991 3.397h5.379zm-3.043 13.094c-.92 0-1.77-.142-2.548-.354l2.548-8.776 2.548 8.776a10 10 0 0 1-2.548.354M22.878 24.378 12.293 3.208c-.208-.458-.416-.541-.666-.541-.209 0-.459.083-.709.5-1.5 2.375-2.167 5.126-2.167 8.001 0 4 2.042 7.751 5.043 13.794.333.666.583.791 1.166.791h7.335c.542 0 .833-.208.833-.625 0-.208-.041-.333-.25-.75M7.501 14.377c-.833-1.25-1.083-1.334-1.292-1.334s-.333.084-.708.834L.208 24.462c-.166.333-.208.458-.208.625 0 .333.292.666.917.666h7.46c.5 0 .874-.416 1.083-1.208.25-1 .333-1.875.333-2.917 0-2.917-1.292-5.751-2.292-7.251\"\n fill=\"").concat(colors.iconColor, "\"\n />\n </svg>");
27
+ };
28
+
29
+ /**
30
+ * __Atlassian Access logo__
31
+ *
32
+ * The Atlassian Access logo with both the wordmark and the icon combined.
33
+ *
34
+ * - [Examples](https://atlassian.design/components/logo/examples)
35
+ * - [Code](https://atlassian.design/components/logo/code)
36
+ * - [Usage](https://atlassian.design/components/logo/usage)
37
+ */
38
+ var AtlassianAccessLogo = exports.AtlassianAccessLogo = function AtlassianAccessLogo(_ref2) {
39
+ var appearance = _ref2.appearance,
40
+ _ref2$label = _ref2.label,
41
+ label = _ref2$label === void 0 ? 'Atlassian Access' : _ref2$label,
42
+ _ref2$size = _ref2.size,
43
+ size = _ref2$size === void 0 ? _constants.defaultLogoParams.size : _ref2$size,
44
+ testId = _ref2.testId,
45
+ _ref2$textColor = _ref2.textColor,
46
+ textColor = _ref2$textColor === void 0 ? _constants.defaultLogoParams.textColor : _ref2$textColor,
47
+ _ref2$iconColor = _ref2.iconColor,
48
+ iconColor = _ref2$iconColor === void 0 ? _constants.defaultLogoParams.iconColor : _ref2$iconColor;
49
+ var _useThemeObserver = (0, _tokens.useThemeObserver)(),
50
+ colorMode = _useThemeObserver.colorMode;
51
+ return /*#__PURE__*/_react.default.createElement(_wrapper.default, {
52
+ appearance: appearance,
53
+ iconColor: iconColor,
54
+ label: label,
55
+ size: size,
56
+ svg: svg({
57
+ appearance: appearance,
58
+ iconColor: iconColor,
59
+ textColor: textColor
60
+ }, colorMode),
61
+ testId: testId,
62
+ textColor: textColor
63
+ });
64
+ };
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.AtlassianAdminIcon = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _tokens = require("@atlaskit/tokens");
10
+ var _constants = require("../constants");
11
+ var _utils = require("../utils");
12
+ var _wrapper = _interopRequireDefault(require("../wrapper"));
13
+ /* eslint-disable max-len */
14
+
15
+ var svg = function svg(_ref, colorMode) {
16
+ var appearance = _ref.appearance,
17
+ iconColor = _ref.iconColor;
18
+ var colors = {
19
+ iconColor: iconColor
20
+ };
21
+ if (appearance) {
22
+ colors = (0, _utils.getColorsFromAppearance)(appearance, colorMode);
23
+ }
24
+ return "<svg fill=\"none\" height=\"32\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" focusable=\"false\" aria-hidden=\"true\">\n <path\n d=\"M27.545 24.378 16.96 3.208c-.208-.458-.417-.541-.667-.541-.208 0-.458.083-.708.5-1.5 2.375-2.167 5.125-2.167 8 0 4.001 2.042 7.752 5.042 13.794.334.667.584.792 1.167.792h7.335c.541 0 .833-.208.833-.625 0-.208-.042-.333-.25-.75M12.168 14.377c-.834-1.25-1.084-1.334-1.292-1.334s-.333.083-.708.834L4.875 24.46c-.167.334-.208.459-.208.625 0 .334.291.667.916.667h7.46c.5 0 .875-.416 1.083-1.208.25-1 .334-1.876.334-2.917 0-2.917-1.292-5.751-2.292-7.251z\"\n fill=\"".concat(colors.iconColor, "\"\n />\n </svg>");
25
+ };
26
+
27
+ /**
28
+ * __Atlassian Admin icon__
29
+ *
30
+ * The Atlassian Admin icon without an accompanying wordmark.
31
+ *
32
+ * - [Examples](https://atlassian.design/components/logo/examples)
33
+ * - [Code](https://atlassian.design/components/logo/code)
34
+ * - [Usage](https://atlassian.design/components/logo/usage)
35
+ */
36
+ var AtlassianAdminIcon = exports.AtlassianAdminIcon = function AtlassianAdminIcon(_ref2) {
37
+ var appearance = _ref2.appearance,
38
+ _ref2$label = _ref2.label,
39
+ label = _ref2$label === void 0 ? 'Atlassian Admin' : _ref2$label,
40
+ _ref2$size = _ref2.size,
41
+ size = _ref2$size === void 0 ? _constants.defaultLogoParams.size : _ref2$size,
42
+ testId = _ref2.testId,
43
+ _ref2$textColor = _ref2.textColor,
44
+ textColor = _ref2$textColor === void 0 ? _constants.defaultLogoParams.textColor : _ref2$textColor,
45
+ _ref2$iconColor = _ref2.iconColor,
46
+ iconColor = _ref2$iconColor === void 0 ? _constants.defaultLogoParams.iconColor : _ref2$iconColor;
47
+ var _useThemeObserver = (0, _tokens.useThemeObserver)(),
48
+ colorMode = _useThemeObserver.colorMode;
49
+ return /*#__PURE__*/_react.default.createElement(_wrapper.default, {
50
+ appearance: appearance,
51
+ svg: svg({
52
+ appearance: appearance,
53
+ iconColor: iconColor
54
+ }, colorMode),
55
+ iconColor: iconColor,
56
+ label: label,
57
+ size: size,
58
+ testId: testId,
59
+ textColor: textColor
60
+ });
61
+ };
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "AtlassianAdminIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _icon.AtlassianAdminIcon;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "AtlassianAdminLogo", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _logo.AtlassianAdminLogo;
16
+ }
17
+ });
18
+ var _icon = require("./icon");
19
+ var _logo = require("./logo");
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.AtlassianAdminLogo = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _tokens = require("@atlaskit/tokens");
10
+ var _constants = require("../constants");
11
+ var _utils = require("../utils");
12
+ var _wrapper = _interopRequireDefault(require("../wrapper"));
13
+ /* eslint-disable max-len */
14
+
15
+ var svg = function svg(_ref, colorMode) {
16
+ var appearance = _ref.appearance,
17
+ iconColor = _ref.iconColor,
18
+ textColor = _ref.textColor;
19
+ var colors = {
20
+ iconColor: iconColor,
21
+ textColor: textColor
22
+ };
23
+ if (appearance) {
24
+ colors = (0, _utils.getColorsFromAppearance)(appearance, colorMode);
25
+ }
26
+ return "<svg\n fill=\"none\"\n height=\"32\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 295 32\"\n focusable=\"false\"\n aria-hidden=\"true\"\n >\n <path\n d=\"M294.31 16.348v8.985h-2.637v-9.261c0-2.76-1.104-3.987-3.619-3.987-2.453 0-4.14 1.626-4.14 4.723v8.525h-2.637V10h2.637v2.515c.982-1.81 2.791-2.822 4.846-2.822 3.526 0 5.55 2.423 5.55 6.655M274.168 5.952c0-1.165.766-1.84 1.84-1.84 1.073 0 1.84.675 1.84 1.84s-.767 1.84-1.84 1.84c-1.074 0-1.84-.675-1.84-1.84m.49 19.381V10h2.638v15.333zm-14.069-8.525v8.525h-2.637v-9.261c0-2.76-1.104-3.987-3.619-3.987-2.453 0-4.14 1.626-4.14 4.723v8.525h-2.637V10h2.637v2.515c.981-1.81 2.791-2.822 4.845-2.822 2.607 0 4.386 1.319 5.152 3.742.859-2.362 2.914-3.742 5.459-3.742 3.435 0 5.336 2.331 5.336 6.655v8.985h-2.637v-8.525c0-3.159-1.104-4.723-3.619-4.723-2.453 0-4.14 1.626-4.14 4.723m-28.327.859c0 3.68 1.472 5.52 4.202 5.52 2.361 0 4.477-1.503 4.477-4.907v-1.227c0-3.404-1.932-4.906-4.171-4.906-2.974 0-4.508 1.962-4.508 5.52m8.679 7.666v-2.76c-.981 2.024-2.821 3.067-5.183 3.067-4.078 0-6.133-3.465-6.133-7.973 0-4.324 2.147-7.974 6.44-7.974 2.239 0 3.956 1.012 4.876 3.006V3.59h2.637v21.742zm-22.021-4.017c-1.533 0-3.097-.184-4.814-.521l-1.687 4.538h-3.097l7.942-20.148h3.496l7.943 20.148h-3.097l-1.687-4.569c-1.809.368-3.373.552-4.999.552m0-2.453c1.288 0 2.607-.154 4.171-.399l-4.079-11.04-4.078 11.07c1.502.246 2.76.369 3.986.369\"\n fill=\"".concat(colors.textColor, "\"\n />\n <path\n d=\"M107.447 10.828c0 2.972 1.345 5.308 6.795 6.37 3.185.707 3.893 1.203 3.893 2.264 0 1.062-.708 1.699-2.973 1.699-2.619 0-5.733-.92-7.785-2.123v4.812c1.627.779 3.751 1.699 7.785 1.699 5.662 0 7.856-2.548 7.856-6.228m0 .07c0-3.538-1.84-5.166-7.148-6.299-2.902-.637-3.61-1.274-3.61-2.194 0-1.132 1.062-1.628 2.973-1.628 2.335 0 4.6.708 6.794 1.7V6.368c-1.557-.779-3.892-1.345-6.653-1.345-5.237 0-7.927 2.265-7.927 5.945m72.475-5.803v20.172h4.318V9.978l1.769 4.034 6.087 11.325h5.379V5.165h-4.247v13.023l-1.628-3.822-4.883-9.2zm-27.319 0h-4.671v20.172h4.671zm-10.05 14.155c0-3.538-1.841-5.166-7.149-6.298-2.902-.637-3.609-1.274-3.609-2.194 0-1.133 1.061-1.628 2.972-1.628 2.336 0 4.601.707 6.795 1.698v-4.6c-1.557-.779-3.893-1.345-6.653-1.345-5.238 0-7.927 2.265-7.927 5.945 0 2.973 1.345 5.309 6.794 6.37 3.185.708 3.893 1.203 3.893 2.265s-.708 1.699-2.973 1.699c-2.618 0-5.733-.92-7.785-2.124v4.813c1.628.779 3.751 1.699 7.785 1.699 5.592 0 7.857-2.548 7.857-6.3M71.069 5.165v20.172h9.625l1.486-4.389h-6.44V5.165zm-19.039 0v4.318h5.167v15.854h4.741V9.483h5.592V5.165zm-6.866 0h-6.157L32 25.336h5.379l.99-3.397c1.204.354 2.478.566 3.752.566s2.548-.212 3.751-.566l.991 3.397h5.379c-.07 0-7.078-20.17-7.078-20.17zM42.05 18.26c-.92 0-1.77-.142-2.548-.354L42.05 9.13l2.548 8.776a9.6 9.6 0 0 1-2.548.354M97.326 5.165H91.17l-7.08 20.171h5.38l.99-3.397c1.203.354 2.477.566 3.751.566s2.548-.212 3.751-.566l.991 3.397h5.379zM94.212 18.26c-.92 0-1.77-.142-2.548-.354l2.548-8.776 2.548 8.776a9.6 9.6 0 0 1-2.548.354m75.306-13.095h-6.157l-7.007 20.171h5.379l.991-3.397c1.203.354 2.477.566 3.751.566s2.548-.212 3.751-.566l.991 3.397h5.379zm-3.043 13.094c-.92 0-1.77-.142-2.548-.354l2.548-8.776 2.548 8.776a10 10 0 0 1-2.548.354M22.878 24.378 12.293 3.208c-.208-.458-.416-.541-.666-.541-.209 0-.459.083-.709.5-1.5 2.375-2.167 5.125-2.167 8 0 4.001 2.042 7.752 5.043 13.794.333.667.583.792 1.166.792h7.335c.542 0 .833-.208.833-.625 0-.208-.041-.333-.25-.75M7.501 14.377c-.833-1.25-1.083-1.334-1.292-1.334s-.333.083-.708.834L.208 24.46c-.166.334-.208.459-.208.625 0 .334.292.667.917.667h7.46c.5 0 .874-.416 1.083-1.208.25-1 .333-1.876.333-2.917 0-2.917-1.292-5.751-2.292-7.251z\"\n fill=\"").concat(colors.iconColor, "\"\n />\n </svg>");
27
+ };
28
+
29
+ /**
30
+ * __Atlassian Admin logo__
31
+ *
32
+ * The Atlassian Admin logo with both the wordmark and the icon combined.
33
+ *
34
+ * - [Examples](https://atlassian.design/components/logo/examples)
35
+ * - [Code](https://atlassian.design/components/logo/code)
36
+ * - [Usage](https://atlassian.design/components/logo/usage)
37
+ */
38
+ var AtlassianAdminLogo = exports.AtlassianAdminLogo = function AtlassianAdminLogo(_ref2) {
39
+ var appearance = _ref2.appearance,
40
+ _ref2$label = _ref2.label,
41
+ label = _ref2$label === void 0 ? 'Atlassian Admin' : _ref2$label,
42
+ _ref2$size = _ref2.size,
43
+ size = _ref2$size === void 0 ? _constants.defaultLogoParams.size : _ref2$size,
44
+ testId = _ref2.testId,
45
+ _ref2$textColor = _ref2.textColor,
46
+ textColor = _ref2$textColor === void 0 ? _constants.defaultLogoParams.textColor : _ref2$textColor,
47
+ _ref2$iconColor = _ref2.iconColor,
48
+ iconColor = _ref2$iconColor === void 0 ? _constants.defaultLogoParams.iconColor : _ref2$iconColor;
49
+ var _useThemeObserver = (0, _tokens.useThemeObserver)(),
50
+ colorMode = _useThemeObserver.colorMode;
51
+ return /*#__PURE__*/_react.default.createElement(_wrapper.default, {
52
+ appearance: appearance,
53
+ iconColor: iconColor,
54
+ label: label,
55
+ size: size,
56
+ svg: svg({
57
+ appearance: appearance,
58
+ iconColor: iconColor,
59
+ textColor: textColor
60
+ }, colorMode),
61
+ testId: testId,
62
+ textColor: textColor
63
+ });
64
+ };
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.AtlassianAdministrationIcon = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _tokens = require("@atlaskit/tokens");
10
+ var _constants = require("../constants");
11
+ var _utils = require("../utils");
12
+ var _wrapper = _interopRequireDefault(require("../wrapper"));
13
+ /* eslint-disable max-len */
14
+
15
+ var svg = function svg(_ref, colorMode) {
16
+ var appearance = _ref.appearance,
17
+ iconColor = _ref.iconColor;
18
+ var colors = {
19
+ iconColor: iconColor
20
+ };
21
+ if (appearance) {
22
+ colors = (0, _utils.getColorsFromAppearance)(appearance, colorMode);
23
+ }
24
+ return "<svg fill=\"none\" height=\"32\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" focusable=\"false\" aria-hidden=\"true\">\n <path\n d=\"M27.545 24.378 16.96 3.208c-.208-.458-.417-.541-.667-.541-.208 0-.458.083-.708.5-1.5 2.375-2.167 5.125-2.167 8 0 4.001 2.042 7.752 5.042 13.794.334.667.584.792 1.167.792h7.335c.541 0 .833-.208.833-.625 0-.208-.042-.333-.25-.75M12.168 14.377c-.834-1.25-1.084-1.334-1.292-1.334s-.333.083-.708.834L4.875 24.46c-.167.334-.208.459-.208.625 0 .334.291.667.916.667h7.46c.5 0 .875-.416 1.083-1.208.25-1 .334-1.876.334-2.917 0-2.917-1.292-5.751-2.292-7.251z\"\n fill=\"".concat(colors.iconColor, "\"\n />\n </svg>");
25
+ };
26
+
27
+ /**
28
+ * __Atlassian Administration icon__
29
+ *
30
+ * The Atlassian Administration icon without an accompanying wordmark.
31
+ *
32
+ * - [Examples](https://atlassian.design/components/logo/examples)
33
+ * - [Code](https://atlassian.design/components/logo/code)
34
+ * - [Usage](https://atlassian.design/components/logo/usage)
35
+ */
36
+ var AtlassianAdministrationIcon = exports.AtlassianAdministrationIcon = function AtlassianAdministrationIcon(_ref2) {
37
+ var appearance = _ref2.appearance,
38
+ _ref2$label = _ref2.label,
39
+ label = _ref2$label === void 0 ? 'Atlassian Administration' : _ref2$label,
40
+ _ref2$size = _ref2.size,
41
+ size = _ref2$size === void 0 ? _constants.defaultLogoParams.size : _ref2$size,
42
+ testId = _ref2.testId,
43
+ _ref2$textColor = _ref2.textColor,
44
+ textColor = _ref2$textColor === void 0 ? _constants.defaultLogoParams.textColor : _ref2$textColor,
45
+ _ref2$iconColor = _ref2.iconColor,
46
+ iconColor = _ref2$iconColor === void 0 ? _constants.defaultLogoParams.iconColor : _ref2$iconColor;
47
+ var _useThemeObserver = (0, _tokens.useThemeObserver)(),
48
+ colorMode = _useThemeObserver.colorMode;
49
+ return /*#__PURE__*/_react.default.createElement(_wrapper.default, {
50
+ appearance: appearance,
51
+ svg: svg({
52
+ appearance: appearance,
53
+ iconColor: iconColor
54
+ }, colorMode),
55
+ iconColor: iconColor,
56
+ label: label,
57
+ size: size,
58
+ testId: testId,
59
+ textColor: textColor
60
+ });
61
+ };
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "AtlassianAdministrationIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _icon.AtlassianAdministrationIcon;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "AtlassianAdministrationLogo", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _logo.AtlassianAdministrationLogo;
16
+ }
17
+ });
18
+ var _icon = require("./icon");
19
+ var _logo = require("./logo");
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.AtlassianAdministrationLogo = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _tokens = require("@atlaskit/tokens");
10
+ var _constants = require("../constants");
11
+ var _utils = require("../utils");
12
+ var _wrapper = _interopRequireDefault(require("../wrapper"));
13
+ /* eslint-disable max-len */
14
+
15
+ var svg = function svg(_ref, colorMode) {
16
+ var appearance = _ref.appearance,
17
+ iconColor = _ref.iconColor,
18
+ textColor = _ref.textColor;
19
+ var colors = {
20
+ iconColor: iconColor,
21
+ textColor: textColor
22
+ };
23
+ if (appearance) {
24
+ colors = (0, _utils.getColorsFromAppearance)(appearance, colorMode);
25
+ }
26
+ return "<svg\n fill=\"none\"\n height=\"32\"\n xmlns=\"http://www.w3.org/2000/svg\"\n viewBox=\"0 0 404 32\"\n focusable=\"false\"\n aria-hidden=\"true\"\n >\n <path\n d=\"M403.77 16.348v8.985h-2.637v-9.261c0-2.76-1.104-3.987-3.619-3.987-2.453 0-4.14 1.626-4.14 4.723v8.525h-2.637V10h2.637v2.515c.981-1.81 2.791-2.822 4.845-2.822 3.527 0 5.551 2.423 5.551 6.655m-23.336 9.292c-4.6 0-7.299-3.404-7.299-8.004s2.699-7.943 7.299-7.943c4.57 0 7.237 3.343 7.237 7.943s-2.667 8.004-7.237 8.004m0-13.493c-3.281 0-4.723 2.576-4.723 5.489s1.442 5.55 4.723 5.55c3.251 0 4.661-2.637 4.661-5.55s-1.41-5.49-4.661-5.49zm-13.488-6.195c0-1.165.767-1.84 1.84-1.84 1.074 0 1.84.675 1.84 1.84s-.766 1.84-1.84 1.84c-1.073 0-1.84-.675-1.84-1.84m.491 19.381V10h2.637v15.333zm-7.461-4.753c0 1.35.797 2.27 2.422 2.27.614 0 1.196-.123 1.656-.215v2.545a6.3 6.3 0 0 1-1.778.245c-3.282 0-4.876-1.932-4.876-4.784v-8.188h-2.484V10h2.484V6.75h2.576V10h4.078v2.453h-4.078zm-18.943-2.913c0 3.68 1.472 5.52 4.202 5.52 2.361 0 4.477-1.503 4.477-4.907v-1.227c0-3.404-1.932-4.906-4.171-4.906-2.974 0-4.508 1.962-4.508 5.52m8.679 7.666v-2.76c-.981 2.024-2.821 3.067-5.183 3.067-4.078 0-6.133-3.465-6.133-7.973 0-4.324 2.147-7.974 6.44-7.974 2.239 0 3.956 1.012 4.876 3.006V10h2.637v15.333zm-17.793-9.046v9.046h-2.576V10h2.576v2.699c.89-1.81 2.423-3.098 5.428-2.914v2.576c-3.373-.337-5.428.675-5.428 3.926m-10.037 4.293c0 1.35.797 2.27 2.423 2.27.613 0 1.196-.123 1.656-.215v2.545c-.46.123-.982.245-1.779.245-3.281 0-4.876-1.932-4.876-4.784v-8.188h-2.484V10h2.484V6.75h2.576V10h4.079v2.453h-4.079zm-6.696.583c0 2.545-1.656 4.477-5.765 4.477-2.3 0-4.171-.521-5.336-1.135v-2.79c1.319.766 3.527 1.502 5.459 1.502 2.024 0 3.066-.828 3.066-2.024 0-1.165-.889-1.84-3.802-2.545-3.404-.828-4.846-2.147-4.846-4.661 0-2.668 2.055-4.294 5.551-4.294 1.993 0 3.803.491 4.937 1.104v2.73c-1.84-.92-3.342-1.411-4.968-1.411-1.932 0-2.974.675-2.974 1.87 0 1.074.736 1.749 3.557 2.423 3.404.828 5.121 2.086 5.121 4.754M297.497 5.952c0-1.165.767-1.84 1.84-1.84 1.074 0 1.84.675 1.84 1.84s-.766 1.84-1.84 1.84c-1.073 0-1.84-.675-1.84-1.84m.491 19.381V10h2.637v15.333zm-3.678-8.985v8.985h-2.637v-9.261c0-2.76-1.104-3.987-3.619-3.987-2.453 0-4.14 1.626-4.14 4.723v8.525h-2.637V10h2.637v2.515c.982-1.81 2.791-2.822 4.846-2.822 3.526 0 5.55 2.423 5.55 6.655M274.168 5.952c0-1.165.766-1.84 1.84-1.84 1.073 0 1.84.675 1.84 1.84s-.767 1.84-1.84 1.84c-1.074 0-1.84-.675-1.84-1.84m.49 19.381V10h2.638v15.333zm-14.069-8.525v8.525h-2.637v-9.261c0-2.76-1.104-3.987-3.619-3.987-2.453 0-4.14 1.626-4.14 4.723v8.525h-2.637V10h2.637v2.515c.981-1.81 2.791-2.822 4.845-2.822 2.607 0 4.386 1.319 5.152 3.742.859-2.362 2.914-3.742 5.459-3.742 3.435 0 5.336 2.331 5.336 6.655v8.985h-2.637v-8.525c0-3.159-1.104-4.723-3.619-4.723-2.453 0-4.14 1.626-4.14 4.723m-28.327.859c0 3.68 1.472 5.52 4.202 5.52 2.361 0 4.477-1.503 4.477-4.907v-1.227c0-3.404-1.932-4.906-4.171-4.906-2.974 0-4.508 1.962-4.508 5.52m8.679 7.666v-2.76c-.981 2.024-2.821 3.067-5.183 3.067-4.078 0-6.133-3.465-6.133-7.973 0-4.324 2.147-7.974 6.44-7.974 2.239 0 3.956 1.012 4.876 3.006V3.59h2.637v21.742zm-22.021-4.017c-1.533 0-3.097-.184-4.814-.521l-1.687 4.538h-3.097l7.942-20.148h3.496l7.943 20.148h-3.097l-1.687-4.569c-1.809.368-3.373.552-4.999.552m0-2.453c1.288 0 2.607-.154 4.171-.399l-4.079-11.04-4.078 11.07c1.502.246 2.76.369 3.986.369\"\n fill=\"".concat(colors.textColor, "\"\n />\n <path\n d=\"M107.447 10.828c0 2.972 1.345 5.308 6.795 6.37 3.185.707 3.893 1.203 3.893 2.264 0 1.062-.708 1.699-2.973 1.699-2.619 0-5.733-.92-7.785-2.123v4.812c1.627.779 3.751 1.699 7.785 1.699 5.662 0 7.856-2.548 7.856-6.228m0 .07c0-3.538-1.84-5.166-7.148-6.299-2.902-.637-3.61-1.274-3.61-2.194 0-1.132 1.062-1.628 2.973-1.628 2.335 0 4.6.708 6.794 1.7V6.368c-1.557-.779-3.892-1.345-6.653-1.345-5.237 0-7.927 2.265-7.927 5.945m72.475-5.803v20.172h4.318V9.978l1.769 4.034 6.087 11.325h5.379V5.165h-4.247v13.023l-1.628-3.822-4.883-9.2zm-27.319 0h-4.671v20.172h4.671zm-10.05 14.155c0-3.538-1.841-5.166-7.149-6.298-2.902-.637-3.609-1.274-3.609-2.194 0-1.133 1.061-1.628 2.972-1.628 2.336 0 4.601.707 6.795 1.698v-4.6c-1.557-.779-3.893-1.345-6.653-1.345-5.238 0-7.927 2.265-7.927 5.945 0 2.973 1.345 5.309 6.794 6.37 3.185.708 3.893 1.203 3.893 2.265s-.708 1.699-2.973 1.699c-2.618 0-5.733-.92-7.785-2.124v4.813c1.628.779 3.751 1.699 7.785 1.699 5.592 0 7.857-2.548 7.857-6.3M71.069 5.165v20.172h9.625l1.486-4.389h-6.44V5.165zm-19.039 0v4.318h5.167v15.854h4.741V9.483h5.592V5.165zm-6.866 0h-6.157L32 25.336h5.379l.99-3.397c1.204.354 2.478.566 3.752.566s2.548-.212 3.751-.566l.991 3.397h5.379c-.07 0-7.078-20.17-7.078-20.17zM42.05 18.26c-.92 0-1.77-.142-2.548-.354L42.05 9.13l2.548 8.776a9.6 9.6 0 0 1-2.548.354M97.326 5.165H91.17l-7.08 20.171h5.38l.99-3.397c1.203.354 2.477.566 3.751.566s2.548-.212 3.751-.566l.991 3.397h5.379zM94.212 18.26c-.92 0-1.77-.142-2.548-.354l2.548-8.776 2.548 8.776a9.6 9.6 0 0 1-2.548.354m75.306-13.095h-6.157l-7.007 20.171h5.379l.991-3.397c1.203.354 2.477.566 3.751.566s2.548-.212 3.751-.566l.991 3.397h5.379zm-3.043 13.094c-.92 0-1.77-.142-2.548-.354l2.548-8.776 2.548 8.776a10 10 0 0 1-2.548.354M22.878 24.378 12.293 3.208c-.208-.458-.416-.541-.666-.541-.209 0-.459.083-.709.5-1.5 2.375-2.167 5.125-2.167 8 0 4.001 2.042 7.752 5.043 13.794.333.667.583.792 1.166.792h7.335c.542 0 .833-.208.833-.625 0-.208-.041-.333-.25-.75M7.501 14.377c-.833-1.25-1.083-1.334-1.292-1.334s-.333.083-.708.834L.208 24.46c-.166.334-.208.459-.208.625 0 .334.292.667.917.667h7.46c.5 0 .874-.416 1.083-1.208.25-1 .333-1.876.333-2.917 0-2.917-1.292-5.751-2.292-7.251z\"\n fill=\"").concat(colors.iconColor, "\"\n />\n </svg>");
27
+ };
28
+
29
+ /**
30
+ * __Atlassian Administration logo__
31
+ *
32
+ * The Atlassian Administration logo with both the wordmark and the icon combined.
33
+ *
34
+ * - [Examples](https://atlassian.design/components/logo/examples)
35
+ * - [Code](https://atlassian.design/components/logo/code)
36
+ * - [Usage](https://atlassian.design/components/logo/usage)
37
+ */
38
+ var AtlassianAdministrationLogo = exports.AtlassianAdministrationLogo = function AtlassianAdministrationLogo(_ref2) {
39
+ var appearance = _ref2.appearance,
40
+ _ref2$label = _ref2.label,
41
+ label = _ref2$label === void 0 ? 'Atlassian Administration' : _ref2$label,
42
+ _ref2$size = _ref2.size,
43
+ size = _ref2$size === void 0 ? _constants.defaultLogoParams.size : _ref2$size,
44
+ testId = _ref2.testId,
45
+ _ref2$textColor = _ref2.textColor,
46
+ textColor = _ref2$textColor === void 0 ? _constants.defaultLogoParams.textColor : _ref2$textColor,
47
+ _ref2$iconColor = _ref2.iconColor,
48
+ iconColor = _ref2$iconColor === void 0 ? _constants.defaultLogoParams.iconColor : _ref2$iconColor;
49
+ var _useThemeObserver = (0, _tokens.useThemeObserver)(),
50
+ colorMode = _useThemeObserver.colorMode;
51
+ return /*#__PURE__*/_react.default.createElement(_wrapper.default, {
52
+ appearance: appearance,
53
+ iconColor: iconColor,
54
+ label: label,
55
+ size: size,
56
+ svg: svg({
57
+ appearance: appearance,
58
+ iconColor: iconColor,
59
+ textColor: textColor
60
+ }, colorMode),
61
+ testId: testId,
62
+ textColor: textColor
63
+ });
64
+ };
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.AtlassianMarketplaceIcon = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _tokens = require("@atlaskit/tokens");
10
+ var _constants = require("../constants");
11
+ var _utils = require("../utils");
12
+ var _wrapper = _interopRequireDefault(require("../wrapper"));
13
+ /* eslint-disable max-len */
14
+
15
+ var svg = function svg(_ref, colorMode) {
16
+ var appearance = _ref.appearance,
17
+ iconColor = _ref.iconColor;
18
+ var colors = {
19
+ iconColor: iconColor
20
+ };
21
+ if (appearance) {
22
+ colors = (0, _utils.getColorsFromAppearance)(appearance, colorMode);
23
+ }
24
+ return "<svg fill=\"none\" height=\"32\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" focusable=\"false\" aria-hidden=\"true\">\n <path fill=\"".concat(colors.iconColor, "\" d=\"M27.545 24.817 16.96 3.647c-.208-.458-.417-.541-.667-.541-.208 0-.458.083-.708.5-1.5 2.375-2.167 5.126-2.167 8 0 4.002 2.042 7.752 5.042 13.795.334.666.584.791 1.167.791h7.335c.541 0 .833-.208.833-.625 0-.208-.042-.333-.25-.75M12.168 14.816c-.834-1.25-1.084-1.334-1.292-1.334s-.333.084-.708.834L4.875 24.9c-.167.334-.208.459-.208.626 0 .333.291.666.916.666h7.46c.5 0 .875-.416 1.083-1.208.25-1 .334-1.875.334-2.917 0-2.917-1.292-5.751-2.292-7.251\"/>\n </svg>\n ");
25
+ };
26
+
27
+ /**
28
+ * __Atlassian Marketplace icon__
29
+ *
30
+ * The Atlassian Marketplace icon without an accompanying wordmark.
31
+ *
32
+ * - [Examples](https://atlassian.design/components/logo/examples)
33
+ * - [Code](https://atlassian.design/components/logo/code)
34
+ * - [Usage](https://atlassian.design/components/logo/usage)
35
+ */
36
+ var AtlassianMarketplaceIcon = exports.AtlassianMarketplaceIcon = function AtlassianMarketplaceIcon(_ref2) {
37
+ var appearance = _ref2.appearance,
38
+ _ref2$label = _ref2.label,
39
+ label = _ref2$label === void 0 ? 'Atlassian Marketplace' : _ref2$label,
40
+ _ref2$size = _ref2.size,
41
+ size = _ref2$size === void 0 ? _constants.defaultLogoParams.size : _ref2$size,
42
+ testId = _ref2.testId,
43
+ _ref2$textColor = _ref2.textColor,
44
+ textColor = _ref2$textColor === void 0 ? _constants.defaultLogoParams.textColor : _ref2$textColor,
45
+ _ref2$iconColor = _ref2.iconColor,
46
+ iconColor = _ref2$iconColor === void 0 ? _constants.defaultLogoParams.iconColor : _ref2$iconColor;
47
+ var _useThemeObserver = (0, _tokens.useThemeObserver)(),
48
+ colorMode = _useThemeObserver.colorMode;
49
+ return /*#__PURE__*/_react.default.createElement(_wrapper.default, {
50
+ appearance: appearance,
51
+ svg: svg({
52
+ appearance: appearance,
53
+ iconColor: iconColor
54
+ }, colorMode),
55
+ iconColor: iconColor,
56
+ label: label,
57
+ size: size,
58
+ testId: testId,
59
+ textColor: textColor
60
+ });
61
+ };
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "AtlassianMarketplaceIcon", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _icon.AtlassianMarketplaceIcon;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "AtlassianMarketplaceLogo", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _logo.AtlassianMarketplaceLogo;
16
+ }
17
+ });
18
+ var _icon = require("./icon");
19
+ var _logo = require("./logo");
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.AtlassianMarketplaceLogo = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _tokens = require("@atlaskit/tokens");
10
+ var _constants = require("../constants");
11
+ var _utils = require("../utils");
12
+ var _wrapper = _interopRequireDefault(require("../wrapper"));
13
+ /* eslint-disable max-len */
14
+
15
+ var svg = function svg(_ref, colorMode) {
16
+ var appearance = _ref.appearance,
17
+ iconColor = _ref.iconColor,
18
+ textColor = _ref.textColor;
19
+ var colors = {
20
+ iconColor: iconColor,
21
+ textColor: textColor
22
+ };
23
+ if (appearance) {
24
+ colors = (0, _utils.getColorsFromAppearance)(appearance, colorMode);
25
+ }
26
+ return "<svg fill=\"none\" height=\"32\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 377 32\" focusable=\"false\" aria-hidden=\"true\">\n <path\n d=\"M369.828 12.524c-2.79 0-4.201 1.81-4.477 4.478h8.556c-.153-2.852-1.441-4.478-4.079-4.478m5.888 12.635c-1.257.675-3.189.92-4.753.92-5.735 0-8.249-3.312-8.249-8.004 0-4.63 2.576-7.943 7.237-7.943 4.723 0 6.624 3.282 6.624 7.943v1.196h-11.193c.368 2.607 2.054 4.293 5.673 4.293 1.779 0 3.281-.337 4.661-.828zm-15.093-2.147v2.362c-.92.49-2.331.705-3.741.705-5.459 0-8.004-3.312-8.004-8.004 0-4.63 2.545-7.943 8.004-7.943 1.38 0 2.453.184 3.649.736v2.454c-.981-.46-2.024-.736-3.465-.736-3.987 0-5.612 2.514-5.612 5.489s1.656 5.49 5.673 5.49c1.564 0 2.545-.215 3.496-.553m-26.118-4.906c0 3.68 1.472 5.52 4.201 5.52 2.361 0 4.477-1.503 4.477-4.907v-1.227c0-3.404-1.932-4.906-4.17-4.906-2.975 0-4.508 1.962-4.508 5.52m8.678 7.666v-2.76c-.981 2.024-2.821 3.067-5.182 3.067-4.079 0-6.134-3.465-6.134-7.973 0-4.324 2.147-7.974 6.44-7.974 2.239 0 3.956 1.012 4.876 3.006v-2.699h2.638v15.333zm-12.783-.031c-.215.062-.675.123-1.35.123-2.514 0-4.109-1.196-4.109-4.017V4.03h2.637v17.51c0 1.38.92 1.87 2.055 1.87.276 0 .46 0 .767-.03zm-11.153-7.635c0-3.68-1.472-5.52-4.202-5.52-2.361 0-4.477 1.502-4.477 4.906v1.227c0 3.404 1.932 4.907 4.171 4.907 2.974 0 4.508-1.963 4.508-5.52m-3.803 7.973c-2.239 0-3.956-1.012-4.876-3.005v8.678h-2.637V10.44h2.637v2.76c.981-2.024 2.821-3.067 5.183-3.067 4.078 0 6.133 3.466 6.133 7.974 0 4.324-2.147 7.973-6.44 7.973zm-14.975-5.06c0 1.35.798 2.27 2.423 2.27.613 0 1.196-.123 1.656-.215v2.545a6.3 6.3 0 0 1-1.779.245c-3.281 0-4.876-1.932-4.876-4.784v-8.188h-2.484V10.44h2.484V7.19h2.576v3.25h4.079v2.453h-4.079zm-13.537-8.495c-2.79 0-4.201 1.81-4.477 4.478h8.556c-.153-2.852-1.441-4.478-4.079-4.478m5.888 12.635c-1.257.675-3.189.92-4.753.92-5.735 0-8.249-3.312-8.249-8.004 0-4.63 2.576-7.943 7.237-7.943 4.723 0 6.624 3.282 6.624 7.943v1.196h-11.193c.368 2.607 2.054 4.293 5.673 4.293 1.779 0 3.281-.337 4.661-.828zm-23.82.613h-2.637V4.03H269v13.585l6.593-7.176h3.435l-7.207 7.544 7.514 7.79h-3.588L269 18.595zm-10.333-9.046v9.046h-2.576V10.44h2.576v2.699c.889-1.81 2.422-3.098 5.428-2.914V12.8c-3.374-.337-5.428.675-5.428 3.926m-17.869 1.38c0 3.68 1.472 5.52 4.201 5.52 2.361 0 4.477-1.503 4.477-4.907v-1.227c0-3.404-1.932-4.906-4.17-4.906-2.975 0-4.508 1.962-4.508 5.52m8.678 7.666v-2.76c-.981 2.024-2.821 3.067-5.182 3.067-4.079 0-6.134-3.465-6.134-7.973 0-4.324 2.147-7.974 6.44-7.974 2.239 0 3.956 1.012 4.876 3.006v-2.699h2.638v15.333zm-31.445-11.009-2.76-7.483v18.492h-2.76V5.624h4.784l4.569 11.562 1.871 5.55 1.871-5.55 4.6-11.562h4.446v20.148h-2.76V7.495l-2.361 7.268-4.447 11.01h-2.668z\"\n fill=\"".concat(colors.textColor, "\"\n />\n <path\n d=\"M107.447 11.267c0 2.972 1.345 5.308 6.795 6.37 3.185.707 3.893 1.203 3.893 2.264 0 1.062-.708 1.699-2.973 1.699-2.619 0-5.733-.92-7.785-2.123v4.812c1.627.779 3.751 1.699 7.785 1.699 5.662 0 7.856-2.548 7.856-6.228m0 .07c0-3.538-1.84-5.166-7.148-6.299-2.902-.637-3.61-1.274-3.61-2.194 0-1.132 1.062-1.628 2.973-1.628 2.335 0 4.6.708 6.794 1.7V6.807c-1.557-.779-3.892-1.345-6.653-1.345-5.237 0-7.927 2.265-7.927 5.945m72.475-5.803v20.172h4.318V10.417l1.769 4.034 6.087 11.325h5.379V5.604h-4.247v13.023l-1.628-3.822-4.883-9.2zm-27.319 0h-4.671v20.172h4.671zm-10.05 14.156c0-3.54-1.841-5.167-7.149-6.3-2.902-.636-3.609-1.273-3.609-2.194 0-1.132 1.061-1.627 2.972-1.627 2.336 0 4.601.707 6.795 1.698v-4.6c-1.557-.779-3.893-1.345-6.653-1.345-5.238 0-7.927 2.265-7.927 5.945 0 2.973 1.345 5.308 6.794 6.37 3.185.708 3.893 1.203 3.893 2.265s-.708 1.699-2.973 1.699c-2.618 0-5.733-.92-7.785-2.124v4.813c1.628.779 3.751 1.699 7.785 1.699 5.592 0 7.857-2.548 7.857-6.3zM71.069 5.604v20.172h9.625l1.486-4.389h-6.44V5.604zm-19.039 0v4.318h5.167v15.854h4.741V9.922h5.592V5.604zm-6.866 0h-6.157L32 25.776h5.379l.99-3.398c1.204.354 2.478.566 3.752.566s2.548-.212 3.751-.566l.991 3.397h5.379c-.07 0-7.078-20.17-7.078-20.17zM42.05 18.698c-.92 0-1.77-.142-2.548-.354l2.548-8.776 2.548 8.776a9.6 9.6 0 0 1-2.548.354M97.326 5.604H91.17l-7.08 20.172h5.38l.99-3.398c1.203.354 2.477.566 3.751.566s2.548-.212 3.751-.566l.991 3.397h5.379zm-3.114 13.094c-.92 0-1.77-.142-2.548-.354l2.548-8.776 2.548 8.776a9.6 9.6 0 0 1-2.548.354m75.306-13.094h-6.157l-7.007 20.172h5.379l.991-3.398c1.203.354 2.477.566 3.751.566s2.548-.212 3.751-.566l.991 3.397h5.379zm-3.043 13.094c-.92 0-1.77-.142-2.548-.354l2.548-8.776 2.548 8.776a10 10 0 0 1-2.548.354M22.878 24.817 12.293 3.647c-.208-.458-.416-.541-.666-.541-.209 0-.459.083-.709.5-1.5 2.375-2.167 5.126-2.167 8 0 4.002 2.042 7.752 5.043 13.795.333.666.583.791 1.166.791h7.335c.542 0 .833-.208.833-.625 0-.208-.041-.333-.25-.75M7.501 14.816c-.833-1.25-1.083-1.334-1.292-1.334s-.333.084-.708.834L.208 24.9c-.166.334-.208.459-.208.626 0 .333.292.666.917.666h7.46c.5 0 .874-.416 1.083-1.208.25-1 .333-1.875.333-2.917 0-2.917-1.292-5.751-2.292-7.251\"\n fill=\"").concat(colors.iconColor, "\"\n />\n </svg>");
27
+ };
28
+
29
+ /**
30
+ * __Atlassian Marketplace logo__
31
+ *
32
+ * The Atlassian Marketplace logo with both the wordmark and the icon combined.
33
+ *
34
+ * - [Examples](https://atlassian.design/components/logo/examples)
35
+ * - [Code](https://atlassian.design/components/logo/code)
36
+ * - [Usage](https://atlassian.design/components/logo/usage)
37
+ */
38
+ var AtlassianMarketplaceLogo = exports.AtlassianMarketplaceLogo = function AtlassianMarketplaceLogo(_ref2) {
39
+ var appearance = _ref2.appearance,
40
+ _ref2$label = _ref2.label,
41
+ label = _ref2$label === void 0 ? 'Atlassian Marketplace' : _ref2$label,
42
+ _ref2$size = _ref2.size,
43
+ size = _ref2$size === void 0 ? _constants.defaultLogoParams.size : _ref2$size,
44
+ testId = _ref2.testId,
45
+ _ref2$textColor = _ref2.textColor,
46
+ textColor = _ref2$textColor === void 0 ? _constants.defaultLogoParams.textColor : _ref2$textColor,
47
+ _ref2$iconColor = _ref2.iconColor,
48
+ iconColor = _ref2$iconColor === void 0 ? _constants.defaultLogoParams.iconColor : _ref2$iconColor;
49
+ var _useThemeObserver = (0, _tokens.useThemeObserver)(),
50
+ colorMode = _useThemeObserver.colorMode;
51
+ return /*#__PURE__*/_react.default.createElement(_wrapper.default, {
52
+ appearance: appearance,
53
+ iconColor: iconColor,
54
+ label: label,
55
+ size: size,
56
+ svg: svg({
57
+ appearance: appearance,
58
+ iconColor: iconColor,
59
+ textColor: textColor
60
+ }, colorMode),
61
+ testId: testId,
62
+ textColor: textColor
63
+ });
64
+ };