@atlaskit/object 0.1.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 (250) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/LICENSE.md +11 -0
  3. package/README.md +18 -0
  4. package/dist/cjs/components/object/all-objects.js +35 -0
  5. package/dist/cjs/components/object/components/blog.js +29 -0
  6. package/dist/cjs/components/object/components/branch.js +29 -0
  7. package/dist/cjs/components/object/components/bug.js +29 -0
  8. package/dist/cjs/components/object/components/calendar.js +29 -0
  9. package/dist/cjs/components/object/components/changes.js +29 -0
  10. package/dist/cjs/components/object/components/code.js +29 -0
  11. package/dist/cjs/components/object/components/commit.js +29 -0
  12. package/dist/cjs/components/object/components/epic.js +29 -0
  13. package/dist/cjs/components/object/components/improvement.js +29 -0
  14. package/dist/cjs/components/object/components/incident.js +29 -0
  15. package/dist/cjs/components/object/components/issue.js +29 -0
  16. package/dist/cjs/components/object/components/new-feature.js +29 -0
  17. package/dist/cjs/components/object/components/page-live-doc.js +29 -0
  18. package/dist/cjs/components/object/components/page.js +29 -0
  19. package/dist/cjs/components/object/components/problem.js +29 -0
  20. package/dist/cjs/components/object/components/pull-request.js +29 -0
  21. package/dist/cjs/components/object/components/question.js +29 -0
  22. package/dist/cjs/components/object/components/story.js +29 -0
  23. package/dist/cjs/components/object/components/subtask.js +29 -0
  24. package/dist/cjs/components/object/components/task.js +29 -0
  25. package/dist/cjs/components/object/components/whiteboard.js +29 -0
  26. package/dist/cjs/components/object/object-base.js +29 -0
  27. package/dist/cjs/components/object/types.js +1 -0
  28. package/dist/cjs/components/object-tile/all-object-tiles.js +35 -0
  29. package/dist/cjs/components/object-tile/components/blog.js +32 -0
  30. package/dist/cjs/components/object-tile/components/branch.js +32 -0
  31. package/dist/cjs/components/object-tile/components/bug.js +32 -0
  32. package/dist/cjs/components/object-tile/components/calendar.js +32 -0
  33. package/dist/cjs/components/object-tile/components/changes.js +32 -0
  34. package/dist/cjs/components/object-tile/components/code.js +32 -0
  35. package/dist/cjs/components/object-tile/components/commit.js +32 -0
  36. package/dist/cjs/components/object-tile/components/epic.js +32 -0
  37. package/dist/cjs/components/object-tile/components/improvement.js +32 -0
  38. package/dist/cjs/components/object-tile/components/incident.js +32 -0
  39. package/dist/cjs/components/object-tile/components/issue.js +32 -0
  40. package/dist/cjs/components/object-tile/components/new-feature.js +32 -0
  41. package/dist/cjs/components/object-tile/components/page-live-doc.js +32 -0
  42. package/dist/cjs/components/object-tile/components/page.js +32 -0
  43. package/dist/cjs/components/object-tile/components/problem.js +32 -0
  44. package/dist/cjs/components/object-tile/components/pull-request.js +32 -0
  45. package/dist/cjs/components/object-tile/components/question.js +32 -0
  46. package/dist/cjs/components/object-tile/components/story.js +32 -0
  47. package/dist/cjs/components/object-tile/components/subtask.js +32 -0
  48. package/dist/cjs/components/object-tile/components/task.js +32 -0
  49. package/dist/cjs/components/object-tile/components/whiteboard.js +32 -0
  50. package/dist/cjs/components/object-tile/object-tile-base.js +41 -0
  51. package/dist/cjs/components/object-tile/types.js +1 -0
  52. package/dist/cjs/index.js +1 -0
  53. package/dist/es2019/components/object/all-objects.js +27 -0
  54. package/dist/es2019/components/object/components/blog.js +21 -0
  55. package/dist/es2019/components/object/components/branch.js +21 -0
  56. package/dist/es2019/components/object/components/bug.js +21 -0
  57. package/dist/es2019/components/object/components/calendar.js +21 -0
  58. package/dist/es2019/components/object/components/changes.js +21 -0
  59. package/dist/es2019/components/object/components/code.js +21 -0
  60. package/dist/es2019/components/object/components/commit.js +21 -0
  61. package/dist/es2019/components/object/components/epic.js +21 -0
  62. package/dist/es2019/components/object/components/improvement.js +21 -0
  63. package/dist/es2019/components/object/components/incident.js +21 -0
  64. package/dist/es2019/components/object/components/issue.js +21 -0
  65. package/dist/es2019/components/object/components/new-feature.js +21 -0
  66. package/dist/es2019/components/object/components/page-live-doc.js +21 -0
  67. package/dist/es2019/components/object/components/page.js +21 -0
  68. package/dist/es2019/components/object/components/problem.js +21 -0
  69. package/dist/es2019/components/object/components/pull-request.js +21 -0
  70. package/dist/es2019/components/object/components/question.js +21 -0
  71. package/dist/es2019/components/object/components/story.js +21 -0
  72. package/dist/es2019/components/object/components/subtask.js +21 -0
  73. package/dist/es2019/components/object/components/task.js +21 -0
  74. package/dist/es2019/components/object/components/whiteboard.js +21 -0
  75. package/dist/es2019/components/object/object-base.js +21 -0
  76. package/dist/es2019/components/object/types.js +0 -0
  77. package/dist/es2019/components/object-tile/all-object-tiles.js +27 -0
  78. package/dist/es2019/components/object-tile/components/blog.js +24 -0
  79. package/dist/es2019/components/object-tile/components/branch.js +24 -0
  80. package/dist/es2019/components/object-tile/components/bug.js +24 -0
  81. package/dist/es2019/components/object-tile/components/calendar.js +24 -0
  82. package/dist/es2019/components/object-tile/components/changes.js +24 -0
  83. package/dist/es2019/components/object-tile/components/code.js +24 -0
  84. package/dist/es2019/components/object-tile/components/commit.js +24 -0
  85. package/dist/es2019/components/object-tile/components/epic.js +24 -0
  86. package/dist/es2019/components/object-tile/components/improvement.js +24 -0
  87. package/dist/es2019/components/object-tile/components/incident.js +24 -0
  88. package/dist/es2019/components/object-tile/components/issue.js +24 -0
  89. package/dist/es2019/components/object-tile/components/new-feature.js +24 -0
  90. package/dist/es2019/components/object-tile/components/page-live-doc.js +24 -0
  91. package/dist/es2019/components/object-tile/components/page.js +24 -0
  92. package/dist/es2019/components/object-tile/components/problem.js +24 -0
  93. package/dist/es2019/components/object-tile/components/pull-request.js +24 -0
  94. package/dist/es2019/components/object-tile/components/question.js +24 -0
  95. package/dist/es2019/components/object-tile/components/story.js +24 -0
  96. package/dist/es2019/components/object-tile/components/subtask.js +24 -0
  97. package/dist/es2019/components/object-tile/components/task.js +24 -0
  98. package/dist/es2019/components/object-tile/components/whiteboard.js +24 -0
  99. package/dist/es2019/components/object-tile/object-tile-base.js +33 -0
  100. package/dist/es2019/components/object-tile/types.js +0 -0
  101. package/dist/es2019/index.js +0 -0
  102. package/dist/esm/components/object/all-objects.js +27 -0
  103. package/dist/esm/components/object/components/blog.js +21 -0
  104. package/dist/esm/components/object/components/branch.js +21 -0
  105. package/dist/esm/components/object/components/bug.js +21 -0
  106. package/dist/esm/components/object/components/calendar.js +21 -0
  107. package/dist/esm/components/object/components/changes.js +21 -0
  108. package/dist/esm/components/object/components/code.js +21 -0
  109. package/dist/esm/components/object/components/commit.js +21 -0
  110. package/dist/esm/components/object/components/epic.js +21 -0
  111. package/dist/esm/components/object/components/improvement.js +21 -0
  112. package/dist/esm/components/object/components/incident.js +21 -0
  113. package/dist/esm/components/object/components/issue.js +21 -0
  114. package/dist/esm/components/object/components/new-feature.js +21 -0
  115. package/dist/esm/components/object/components/page-live-doc.js +21 -0
  116. package/dist/esm/components/object/components/page.js +21 -0
  117. package/dist/esm/components/object/components/problem.js +21 -0
  118. package/dist/esm/components/object/components/pull-request.js +21 -0
  119. package/dist/esm/components/object/components/question.js +21 -0
  120. package/dist/esm/components/object/components/story.js +21 -0
  121. package/dist/esm/components/object/components/subtask.js +21 -0
  122. package/dist/esm/components/object/components/task.js +21 -0
  123. package/dist/esm/components/object/components/whiteboard.js +21 -0
  124. package/dist/esm/components/object/object-base.js +22 -0
  125. package/dist/esm/components/object/types.js +0 -0
  126. package/dist/esm/components/object-tile/all-object-tiles.js +27 -0
  127. package/dist/esm/components/object-tile/components/blog.js +24 -0
  128. package/dist/esm/components/object-tile/components/branch.js +24 -0
  129. package/dist/esm/components/object-tile/components/bug.js +24 -0
  130. package/dist/esm/components/object-tile/components/calendar.js +24 -0
  131. package/dist/esm/components/object-tile/components/changes.js +24 -0
  132. package/dist/esm/components/object-tile/components/code.js +24 -0
  133. package/dist/esm/components/object-tile/components/commit.js +24 -0
  134. package/dist/esm/components/object-tile/components/epic.js +24 -0
  135. package/dist/esm/components/object-tile/components/improvement.js +24 -0
  136. package/dist/esm/components/object-tile/components/incident.js +24 -0
  137. package/dist/esm/components/object-tile/components/issue.js +24 -0
  138. package/dist/esm/components/object-tile/components/new-feature.js +24 -0
  139. package/dist/esm/components/object-tile/components/page-live-doc.js +24 -0
  140. package/dist/esm/components/object-tile/components/page.js +24 -0
  141. package/dist/esm/components/object-tile/components/problem.js +24 -0
  142. package/dist/esm/components/object-tile/components/pull-request.js +24 -0
  143. package/dist/esm/components/object-tile/components/question.js +24 -0
  144. package/dist/esm/components/object-tile/components/story.js +24 -0
  145. package/dist/esm/components/object-tile/components/subtask.js +24 -0
  146. package/dist/esm/components/object-tile/components/task.js +24 -0
  147. package/dist/esm/components/object-tile/components/whiteboard.js +24 -0
  148. package/dist/esm/components/object-tile/object-tile-base.js +34 -0
  149. package/dist/esm/components/object-tile/types.js +0 -0
  150. package/dist/esm/index.js +0 -0
  151. package/dist/types/components/object/all-objects.d.ts +7 -0
  152. package/dist/types/components/object/components/blog.d.ts +8 -0
  153. package/dist/types/components/object/components/branch.d.ts +8 -0
  154. package/dist/types/components/object/components/bug.d.ts +8 -0
  155. package/dist/types/components/object/components/calendar.d.ts +8 -0
  156. package/dist/types/components/object/components/changes.d.ts +8 -0
  157. package/dist/types/components/object/components/code.d.ts +8 -0
  158. package/dist/types/components/object/components/commit.d.ts +8 -0
  159. package/dist/types/components/object/components/epic.d.ts +8 -0
  160. package/dist/types/components/object/components/improvement.d.ts +8 -0
  161. package/dist/types/components/object/components/incident.d.ts +8 -0
  162. package/dist/types/components/object/components/issue.d.ts +8 -0
  163. package/dist/types/components/object/components/new-feature.d.ts +8 -0
  164. package/dist/types/components/object/components/page-live-doc.d.ts +8 -0
  165. package/dist/types/components/object/components/page.d.ts +8 -0
  166. package/dist/types/components/object/components/problem.d.ts +8 -0
  167. package/dist/types/components/object/components/pull-request.d.ts +8 -0
  168. package/dist/types/components/object/components/question.d.ts +8 -0
  169. package/dist/types/components/object/components/story.d.ts +8 -0
  170. package/dist/types/components/object/components/subtask.d.ts +8 -0
  171. package/dist/types/components/object/components/task.d.ts +8 -0
  172. package/dist/types/components/object/components/whiteboard.d.ts +8 -0
  173. package/dist/types/components/object/object-base.d.ts +15 -0
  174. package/dist/types/components/object/types.d.ts +24 -0
  175. package/dist/types/components/object-tile/all-object-tiles.d.ts +7 -0
  176. package/dist/types/components/object-tile/components/blog.d.ts +8 -0
  177. package/dist/types/components/object-tile/components/branch.d.ts +8 -0
  178. package/dist/types/components/object-tile/components/bug.d.ts +8 -0
  179. package/dist/types/components/object-tile/components/calendar.d.ts +8 -0
  180. package/dist/types/components/object-tile/components/changes.d.ts +8 -0
  181. package/dist/types/components/object-tile/components/code.d.ts +8 -0
  182. package/dist/types/components/object-tile/components/commit.d.ts +8 -0
  183. package/dist/types/components/object-tile/components/epic.d.ts +8 -0
  184. package/dist/types/components/object-tile/components/improvement.d.ts +8 -0
  185. package/dist/types/components/object-tile/components/incident.d.ts +8 -0
  186. package/dist/types/components/object-tile/components/issue.d.ts +8 -0
  187. package/dist/types/components/object-tile/components/new-feature.d.ts +8 -0
  188. package/dist/types/components/object-tile/components/page-live-doc.d.ts +8 -0
  189. package/dist/types/components/object-tile/components/page.d.ts +8 -0
  190. package/dist/types/components/object-tile/components/problem.d.ts +8 -0
  191. package/dist/types/components/object-tile/components/pull-request.d.ts +8 -0
  192. package/dist/types/components/object-tile/components/question.d.ts +8 -0
  193. package/dist/types/components/object-tile/components/story.d.ts +8 -0
  194. package/dist/types/components/object-tile/components/subtask.d.ts +8 -0
  195. package/dist/types/components/object-tile/components/task.d.ts +8 -0
  196. package/dist/types/components/object-tile/components/whiteboard.d.ts +8 -0
  197. package/dist/types/components/object-tile/object-tile-base.d.ts +17 -0
  198. package/dist/types/components/object-tile/types.d.ts +35 -0
  199. package/dist/types/index.d.ts +2 -0
  200. package/dist/types-ts4.5/components/object/all-objects.d.ts +7 -0
  201. package/dist/types-ts4.5/components/object/components/blog.d.ts +8 -0
  202. package/dist/types-ts4.5/components/object/components/branch.d.ts +8 -0
  203. package/dist/types-ts4.5/components/object/components/bug.d.ts +8 -0
  204. package/dist/types-ts4.5/components/object/components/calendar.d.ts +8 -0
  205. package/dist/types-ts4.5/components/object/components/changes.d.ts +8 -0
  206. package/dist/types-ts4.5/components/object/components/code.d.ts +8 -0
  207. package/dist/types-ts4.5/components/object/components/commit.d.ts +8 -0
  208. package/dist/types-ts4.5/components/object/components/epic.d.ts +8 -0
  209. package/dist/types-ts4.5/components/object/components/improvement.d.ts +8 -0
  210. package/dist/types-ts4.5/components/object/components/incident.d.ts +8 -0
  211. package/dist/types-ts4.5/components/object/components/issue.d.ts +8 -0
  212. package/dist/types-ts4.5/components/object/components/new-feature.d.ts +8 -0
  213. package/dist/types-ts4.5/components/object/components/page-live-doc.d.ts +8 -0
  214. package/dist/types-ts4.5/components/object/components/page.d.ts +8 -0
  215. package/dist/types-ts4.5/components/object/components/problem.d.ts +8 -0
  216. package/dist/types-ts4.5/components/object/components/pull-request.d.ts +8 -0
  217. package/dist/types-ts4.5/components/object/components/question.d.ts +8 -0
  218. package/dist/types-ts4.5/components/object/components/story.d.ts +8 -0
  219. package/dist/types-ts4.5/components/object/components/subtask.d.ts +8 -0
  220. package/dist/types-ts4.5/components/object/components/task.d.ts +8 -0
  221. package/dist/types-ts4.5/components/object/components/whiteboard.d.ts +8 -0
  222. package/dist/types-ts4.5/components/object/object-base.d.ts +15 -0
  223. package/dist/types-ts4.5/components/object/types.d.ts +24 -0
  224. package/dist/types-ts4.5/components/object-tile/all-object-tiles.d.ts +7 -0
  225. package/dist/types-ts4.5/components/object-tile/components/blog.d.ts +8 -0
  226. package/dist/types-ts4.5/components/object-tile/components/branch.d.ts +8 -0
  227. package/dist/types-ts4.5/components/object-tile/components/bug.d.ts +8 -0
  228. package/dist/types-ts4.5/components/object-tile/components/calendar.d.ts +8 -0
  229. package/dist/types-ts4.5/components/object-tile/components/changes.d.ts +8 -0
  230. package/dist/types-ts4.5/components/object-tile/components/code.d.ts +8 -0
  231. package/dist/types-ts4.5/components/object-tile/components/commit.d.ts +8 -0
  232. package/dist/types-ts4.5/components/object-tile/components/epic.d.ts +8 -0
  233. package/dist/types-ts4.5/components/object-tile/components/improvement.d.ts +8 -0
  234. package/dist/types-ts4.5/components/object-tile/components/incident.d.ts +8 -0
  235. package/dist/types-ts4.5/components/object-tile/components/issue.d.ts +8 -0
  236. package/dist/types-ts4.5/components/object-tile/components/new-feature.d.ts +8 -0
  237. package/dist/types-ts4.5/components/object-tile/components/page-live-doc.d.ts +8 -0
  238. package/dist/types-ts4.5/components/object-tile/components/page.d.ts +8 -0
  239. package/dist/types-ts4.5/components/object-tile/components/problem.d.ts +8 -0
  240. package/dist/types-ts4.5/components/object-tile/components/pull-request.d.ts +8 -0
  241. package/dist/types-ts4.5/components/object-tile/components/question.d.ts +8 -0
  242. package/dist/types-ts4.5/components/object-tile/components/story.d.ts +8 -0
  243. package/dist/types-ts4.5/components/object-tile/components/subtask.d.ts +8 -0
  244. package/dist/types-ts4.5/components/object-tile/components/task.d.ts +8 -0
  245. package/dist/types-ts4.5/components/object-tile/components/whiteboard.d.ts +8 -0
  246. package/dist/types-ts4.5/components/object-tile/object-tile-base.d.ts +17 -0
  247. package/dist/types-ts4.5/components/object-tile/types.d.ts +35 -0
  248. package/dist/types-ts4.5/index.d.ts +2 -0
  249. package/package.json +107 -0
  250. package/tile/package.json +9 -0
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5be77268dcc3a59fbd8615b40a4a8717>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function StoryObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::61a79ed0e9e7b758b05799988e5b52a3>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function SubtaskObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::73a43f884601d59ce479af50839edfbd>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function TaskObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::fc3b89075fa82725eb4c0ecc4e869643>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function WhiteboardObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import type { NewIconProps } from '@atlaskit/icon';
3
+ import { type ObjectProps } from './types';
4
+ type ObjectBaseProps = ObjectProps & {
5
+ icon: React.ComponentType<NewIconProps>;
6
+ color: NewIconProps['color'];
7
+ };
8
+ /**
9
+ * __Object base__
10
+ *
11
+ * An object represents an Atlassian-specific content type.
12
+ *
13
+ */
14
+ export default function ObjectBase({ label, size, testId, color, icon: Icon, }: ObjectBaseProps): React.JSX.Element;
15
+ export {};
@@ -0,0 +1,24 @@
1
+ export type ObjectSize = 'small' | 'medium';
2
+ export type ObjectProps = {
3
+ /**
4
+ * The label for the object.
5
+ *
6
+ * If the object is decorative, this can be set to an empty string.
7
+ * If not provided, will default to a human-readable version of the icon name.
8
+ */
9
+ label?: string;
10
+ /**
11
+ * The size of the object.
12
+ *
13
+ * - `small`: 12px
14
+ * - `medium`: 16px
15
+ * -
16
+ */
17
+ size?: ObjectSize;
18
+ /**
19
+ * A `testId` prop is provided for specified elements, which is a unique
20
+ * string that appears as a data attribute `data-testid` in the rendered code,
21
+ * serving as a hook for automated tests
22
+ */
23
+ testId?: string;
24
+ };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4f53ba8f6538a6998c1bf17cb66183f4>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import BlogObjectTile from './components/blog';
7
+ export declare const allObjectTiles: (typeof BlogObjectTile)[];
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ed137347af138f8bf5eba5e0d72ca8db>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function BlogObjectTile({ label, size, testId, isBold }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::8490609520f1254c5fa6f8b9f4798964>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function BranchObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::936d2ab97325f6a3b11257713a1a9b51>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function BugObjectTile({ label, size, testId, isBold }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5da7d3b7a8bbf2ef910a4a9f048950fe>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function CalendarObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f42fce59eb0e764a273601e1315115f0>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function ChangesObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::016bd773c428d9cd111bcf1f84a78a85>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function CodeObjectTile({ label, size, testId, isBold }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::eabe6fffcc54955926bd4c8aeb572a99>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function CommitObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::22b0f03727afe0eb4bd6c84b8db8d139>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function EpicObjectTile({ label, size, testId, isBold }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::bbe2678be641ef4927b2edd795d3b99a>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function ImprovementObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::17a5c5adbcacd774fe1f29834c5b7092>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function IncidentObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::285fc8d755070ab26e6841c82b7e4332>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function IssueObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4c0efa7f96a0b8feeba5faa90e75f70b>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function NewFeatureObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a352b4655dfdb9527886d577a3440c64>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function PageLiveDocObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3c738bff4bd14e0dc6a4c5c2ebecf10b>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function PageObjectTile({ label, size, testId, isBold }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::9c597341a531e9c902eab31cb273de4f>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function ProblemObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::bb612b6d38bf62d2ab8fe6da1e4b1ef7>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function PullRequestObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::95bf1caf442e1d8f4f2fc8c4becc45cb>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function QuestionObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::11645dcfcd04d3a0c68e0e7e80e940e9>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function StoryObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4670d53594bd7203f411b5317bd4753b>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function SubtaskObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::51c042113355bfc978517ff99d7a7e77>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function TaskObjectTile({ label, size, testId, isBold }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::22c25157f6ecfe525f8a4a12a7c72516>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectTileProps } from '../types';
8
+ export default function WhiteboardObjectTile({ label, size, testId, isBold, }: ObjectTileProps): React.JSX.Element;
@@ -0,0 +1,17 @@
1
+ import React from 'react';
2
+ import type { NewIconProps } from '@atlaskit/icon';
3
+ import { type TileProps } from '@atlaskit/tile';
4
+ import { type ObjectTileProps } from './types';
5
+ type ObjectTileBaseProps = ObjectTileProps & {
6
+ icon: React.ComponentType<NewIconProps>;
7
+ color: NewIconProps['color'];
8
+ backgroundColor: TileProps['backgroundColor'];
9
+ };
10
+ /**
11
+ * __Object tile base__
12
+ *
13
+ * An object tile represents an Atlassian-specific content type.
14
+ *
15
+ */
16
+ export default function ObjectTileBase({ label, size, testId, color, backgroundColor, icon: Icon, }: ObjectTileBaseProps): React.JSX.Element;
17
+ export {};
@@ -0,0 +1,35 @@
1
+ export type ObjectTileSize = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
2
+ export type ObjectTileProps = {
3
+ /**
4
+ * The label for the object tile.
5
+ *
6
+ * If the object tile is decorative, this can be set to an empty string.
7
+ * If not provided, will default to a human-readable version of the icon name.
8
+ */
9
+ label?: string;
10
+ /**
11
+ * The size of the tile.
12
+ *
13
+ * If you need a smaller size, use a standard Object component instead –
14
+ * which is available in `12px` or `16px` sizes.
15
+ *
16
+ * - `xsmall`: 20px
17
+ * - `small`: 24px
18
+ * - `medium`: 32px
19
+ * - `large`: 40px
20
+ * - `xlarge`: 48px
21
+ */
22
+ size?: ObjectTileSize;
23
+ /**
24
+ * Whether the object tile should be bold in appearance.
25
+ *
26
+ * Defaults to `false`.
27
+ */
28
+ isBold?: boolean;
29
+ /**
30
+ * A `testId` prop is provided for specified elements, which is a unique
31
+ * string that appears as a data attribute `data-testid` in the rendered code,
32
+ * serving as a hook for automated tests
33
+ */
34
+ testId?: string;
35
+ };
@@ -0,0 +1,2 @@
1
+ export type { ObjectSize, ObjectProps } from './components/object/types';
2
+ export type { ObjectTileSize, ObjectTileProps } from './components/object-tile/types';
@@ -0,0 +1,7 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::35ce507433a97f4bb1de39d17aa59992>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import BlogObject from './components/blog';
7
+ export declare const allObjects: (typeof BlogObject)[];
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::71710c8d08c57bbf58f78a4e706d0dbc>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function BlogObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::e275dc6592ecf442a7c426a09d935f5b>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function BranchObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::22ca0a8be683d89f4eb7f64de7045f3a>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function BugObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::12093709f1f9afb1c0e3cc6df41b1195>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function CalendarObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::54296c8f93e91c158eaa0522eda93da7>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function ChangesObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::ee0a725ebc181cf02ec7afa41af5541e>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function CodeObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::1094e41e421a85511852be4fae5fa7f6>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function CommitObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::17ac7d60230d95e89692ae24ac0a067f>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function EpicObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5d266abdd81f9e83208269faa82bd20d>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function ImprovementObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::f7f5af79e88a557a1e470a014a124882>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function IncidentObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::3b32d7b867f04e188d91a3bb04208c2f>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function IssueObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::74f132abaf76953fbf3e2319158f23b5>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function NewFeatureObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5785cf81143ffecf54124084e22cec07>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function PageLiveDocObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::a19b6a5d18d6bc1916b4356102d3162c>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function PageObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::57a0d3ad210c5a15e83fb8da80edade6>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function ProblemObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::7b8c091277ea9dfac64fe850d2bc0b6b>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function PullRequestObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5617ab087c206d6d693b854a6d3604aa>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function QuestionObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::5be77268dcc3a59fbd8615b40a4a8717>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function StoryObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::61a79ed0e9e7b758b05799988e5b52a3>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function SubtaskObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::73a43f884601d59ce479af50839edfbd>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function TaskObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::fc3b89075fa82725eb4c0ecc4e869643>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import React from 'react';
7
+ import type { ObjectProps } from '../types';
8
+ export default function WhiteboardObject({ label, size, testId }: ObjectProps): React.JSX.Element;
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import type { NewIconProps } from '@atlaskit/icon';
3
+ import { type ObjectProps } from './types';
4
+ type ObjectBaseProps = ObjectProps & {
5
+ icon: React.ComponentType<NewIconProps>;
6
+ color: NewIconProps['color'];
7
+ };
8
+ /**
9
+ * __Object base__
10
+ *
11
+ * An object represents an Atlassian-specific content type.
12
+ *
13
+ */
14
+ export default function ObjectBase({ label, size, testId, color, icon: Icon, }: ObjectBaseProps): React.JSX.Element;
15
+ export {};
@@ -0,0 +1,24 @@
1
+ export type ObjectSize = 'small' | 'medium';
2
+ export type ObjectProps = {
3
+ /**
4
+ * The label for the object.
5
+ *
6
+ * If the object is decorative, this can be set to an empty string.
7
+ * If not provided, will default to a human-readable version of the icon name.
8
+ */
9
+ label?: string;
10
+ /**
11
+ * The size of the object.
12
+ *
13
+ * - `small`: 12px
14
+ * - `medium`: 16px
15
+ * -
16
+ */
17
+ size?: ObjectSize;
18
+ /**
19
+ * A `testId` prop is provided for specified elements, which is a unique
20
+ * string that appears as a data attribute `data-testid` in the rendered code,
21
+ * serving as a hook for automated tests
22
+ */
23
+ testId?: string;
24
+ };
@@ -0,0 +1,7 @@
1
+ /**
2
+ * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
+ * @codegen <<SignedSource::4f53ba8f6538a6998c1bf17cb66183f4>>
4
+ * @codegenCommand yarn build-glyphs
5
+ */
6
+ import BlogObjectTile from './components/blog';
7
+ export declare const allObjectTiles: (typeof BlogObjectTile)[];