@flowstack-ui/agent-tools 0.1.0-bootstrap.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 (239) hide show
  1. package/.codex-plugin/plugin.json +37 -0
  2. package/CHANGELOG.md +21 -0
  3. package/LICENSE +21 -0
  4. package/README.md +125 -0
  5. package/docs/architecture.md +77 -0
  6. package/docs/releasing.md +26 -0
  7. package/docs/testing.md +32 -0
  8. package/package.json +63 -0
  9. package/public/index.json +2073 -0
  10. package/public/llms.txt +19 -0
  11. package/public/packages/atom/0.24.0/components/accordion.txt +131 -0
  12. package/public/packages/atom/0.24.0/components/alert-dialog.txt +112 -0
  13. package/public/packages/atom/0.24.0/components/app-bar.txt +96 -0
  14. package/public/packages/atom/0.24.0/components/aspect-ratio.txt +111 -0
  15. package/public/packages/atom/0.24.0/components/avatar.txt +119 -0
  16. package/public/packages/atom/0.24.0/components/badge.txt +123 -0
  17. package/public/packages/atom/0.24.0/components/bottom-navigation.txt +96 -0
  18. package/public/packages/atom/0.24.0/components/breadcrumb.txt +96 -0
  19. package/public/packages/atom/0.24.0/components/button.txt +98 -0
  20. package/public/packages/atom/0.24.0/components/carousel.txt +128 -0
  21. package/public/packages/atom/0.24.0/components/checkbox-group.txt +118 -0
  22. package/public/packages/atom/0.24.0/components/checkbox.txt +100 -0
  23. package/public/packages/atom/0.24.0/components/clipboard.txt +112 -0
  24. package/public/packages/atom/0.24.0/components/collapsible.txt +112 -0
  25. package/public/packages/atom/0.24.0/components/color-picker.txt +117 -0
  26. package/public/packages/atom/0.24.0/components/combobox.txt +126 -0
  27. package/public/packages/atom/0.24.0/components/context-menu.txt +114 -0
  28. package/public/packages/atom/0.24.0/components/data-grid.txt +136 -0
  29. package/public/packages/atom/0.24.0/components/dialog.txt +116 -0
  30. package/public/packages/atom/0.24.0/components/direction.txt +132 -0
  31. package/public/packages/atom/0.24.0/components/divider.txt +94 -0
  32. package/public/packages/atom/0.24.0/components/drag-drop.txt +141 -0
  33. package/public/packages/atom/0.24.0/components/drawer.txt +96 -0
  34. package/public/packages/atom/0.24.0/components/dropdown-menu.txt +112 -0
  35. package/public/packages/atom/0.24.0/components/feed.txt +132 -0
  36. package/public/packages/atom/0.24.0/components/field.txt +108 -0
  37. package/public/packages/atom/0.24.0/components/fieldset.txt +96 -0
  38. package/public/packages/atom/0.24.0/components/file-upload.txt +120 -0
  39. package/public/packages/atom/0.24.0/components/form.txt +98 -0
  40. package/public/packages/atom/0.24.0/components/hover-card.txt +114 -0
  41. package/public/packages/atom/0.24.0/components/image.txt +94 -0
  42. package/public/packages/atom/0.24.0/components/input.txt +96 -0
  43. package/public/packages/atom/0.24.0/components/label.txt +121 -0
  44. package/public/packages/atom/0.24.0/components/link.txt +100 -0
  45. package/public/packages/atom/0.24.0/components/list.txt +131 -0
  46. package/public/packages/atom/0.24.0/components/listbox.txt +120 -0
  47. package/public/packages/atom/0.24.0/components/menu.txt +126 -0
  48. package/public/packages/atom/0.24.0/components/menubar.txt +120 -0
  49. package/public/packages/atom/0.24.0/components/modal.txt +118 -0
  50. package/public/packages/atom/0.24.0/components/multi-select.txt +120 -0
  51. package/public/packages/atom/0.24.0/components/nav-list.txt +104 -0
  52. package/public/packages/atom/0.24.0/components/navigation-menu.txt +104 -0
  53. package/public/packages/atom/0.24.0/components/number-input.txt +124 -0
  54. package/public/packages/atom/0.24.0/components/otp-field.txt +122 -0
  55. package/public/packages/atom/0.24.0/components/pagination.txt +111 -0
  56. package/public/packages/atom/0.24.0/components/password-toggle-field.txt +116 -0
  57. package/public/packages/atom/0.24.0/components/popover.txt +122 -0
  58. package/public/packages/atom/0.24.0/components/pressable.txt +94 -0
  59. package/public/packages/atom/0.24.0/components/progress.txt +130 -0
  60. package/public/packages/atom/0.24.0/components/radio-group.txt +118 -0
  61. package/public/packages/atom/0.24.0/components/rating.txt +122 -0
  62. package/public/packages/atom/0.24.0/components/reorder.txt +141 -0
  63. package/public/packages/atom/0.24.0/components/scroll-area.txt +96 -0
  64. package/public/packages/atom/0.24.0/components/select.txt +126 -0
  65. package/public/packages/atom/0.24.0/components/sidebar.txt +96 -0
  66. package/public/packages/atom/0.24.0/components/skip-link.txt +96 -0
  67. package/public/packages/atom/0.24.0/components/slider.txt +124 -0
  68. package/public/packages/atom/0.24.0/components/swipeable-item.txt +118 -0
  69. package/public/packages/atom/0.24.0/components/switch.txt +116 -0
  70. package/public/packages/atom/0.24.0/components/table.txt +128 -0
  71. package/public/packages/atom/0.24.0/components/tabs.txt +96 -0
  72. package/public/packages/atom/0.24.0/components/textarea.txt +96 -0
  73. package/public/packages/atom/0.24.0/components/toast.txt +124 -0
  74. package/public/packages/atom/0.24.0/components/toggle-group.txt +118 -0
  75. package/public/packages/atom/0.24.0/components/toggle.txt +110 -0
  76. package/public/packages/atom/0.24.0/components/toolbar.txt +98 -0
  77. package/public/packages/atom/0.24.0/components/tooltip.txt +112 -0
  78. package/public/packages/atom/0.24.0/components/tree-grid.txt +138 -0
  79. package/public/packages/atom/0.24.0/components/tree.txt +138 -0
  80. package/public/packages/atom/0.24.0/components/visually-hidden.txt +119 -0
  81. package/public/packages/atom/0.24.0/docs/guides/agent-knowledge.txt +55 -0
  82. package/public/packages/atom/0.24.0/docs/guides/getting-started.txt +65 -0
  83. package/public/packages/atom/0.24.0/docs/guides/imports.txt +26 -0
  84. package/public/packages/atom/0.24.0/docs/guides/public-api.txt +100 -0
  85. package/public/packages/atom/0.24.0/guides/behavior-composition.txt +277 -0
  86. package/public/packages/atom/0.24.0/guides/layer-selection.txt +807 -0
  87. package/public/packages/atom/0.24.0/index.txt +89 -0
  88. package/public/packages/brick/0.1.11/components/accordion.txt +158 -0
  89. package/public/packages/brick/0.1.11/components/alert-dialog.txt +175 -0
  90. package/public/packages/brick/0.1.11/components/app-bar.txt +134 -0
  91. package/public/packages/brick/0.1.11/components/appearance.txt +143 -0
  92. package/public/packages/brick/0.1.11/components/aspect-ratio.txt +136 -0
  93. package/public/packages/brick/0.1.11/components/avatar.txt +152 -0
  94. package/public/packages/brick/0.1.11/components/badge.txt +139 -0
  95. package/public/packages/brick/0.1.11/components/bleed.txt +104 -0
  96. package/public/packages/brick/0.1.11/components/bottom-navigation.txt +106 -0
  97. package/public/packages/brick/0.1.11/components/breadcrumb.txt +96 -0
  98. package/public/packages/brick/0.1.11/components/button.txt +103 -0
  99. package/public/packages/brick/0.1.11/components/card.txt +132 -0
  100. package/public/packages/brick/0.1.11/components/carousel.txt +206 -0
  101. package/public/packages/brick/0.1.11/components/checkbox-group.txt +175 -0
  102. package/public/packages/brick/0.1.11/components/checkbox.txt +103 -0
  103. package/public/packages/brick/0.1.11/components/chip.txt +128 -0
  104. package/public/packages/brick/0.1.11/components/code-block.txt +134 -0
  105. package/public/packages/brick/0.1.11/components/code.txt +120 -0
  106. package/public/packages/brick/0.1.11/components/collapsible.txt +179 -0
  107. package/public/packages/brick/0.1.11/components/color-picker.txt +135 -0
  108. package/public/packages/brick/0.1.11/components/color-swatch.txt +98 -0
  109. package/public/packages/brick/0.1.11/components/combobox.txt +157 -0
  110. package/public/packages/brick/0.1.11/components/container.txt +112 -0
  111. package/public/packages/brick/0.1.11/components/context-menu.txt +174 -0
  112. package/public/packages/brick/0.1.11/components/data-grid.txt +199 -0
  113. package/public/packages/brick/0.1.11/components/data-list.txt +115 -0
  114. package/public/packages/brick/0.1.11/components/dialog.txt +176 -0
  115. package/public/packages/brick/0.1.11/components/divider.txt +104 -0
  116. package/public/packages/brick/0.1.11/components/drawer.txt +146 -0
  117. package/public/packages/brick/0.1.11/components/dropdown-menu.txt +179 -0
  118. package/public/packages/brick/0.1.11/components/feed.txt +143 -0
  119. package/public/packages/brick/0.1.11/components/field.txt +115 -0
  120. package/public/packages/brick/0.1.11/components/fieldset.txt +103 -0
  121. package/public/packages/brick/0.1.11/components/file-upload.txt +154 -0
  122. package/public/packages/brick/0.1.11/components/form.txt +108 -0
  123. package/public/packages/brick/0.1.11/components/frame.txt +132 -0
  124. package/public/packages/brick/0.1.11/components/grid.txt +141 -0
  125. package/public/packages/brick/0.1.11/components/group.txt +136 -0
  126. package/public/packages/brick/0.1.11/components/hide.txt +121 -0
  127. package/public/packages/brick/0.1.11/components/hover-card.txt +156 -0
  128. package/public/packages/brick/0.1.11/components/icon-button.txt +119 -0
  129. package/public/packages/brick/0.1.11/components/icon.txt +160 -0
  130. package/public/packages/brick/0.1.11/components/image.txt +163 -0
  131. package/public/packages/brick/0.1.11/components/input.txt +101 -0
  132. package/public/packages/brick/0.1.11/components/link-box.txt +161 -0
  133. package/public/packages/brick/0.1.11/components/link.txt +133 -0
  134. package/public/packages/brick/0.1.11/components/list.txt +139 -0
  135. package/public/packages/brick/0.1.11/components/menubar.txt +174 -0
  136. package/public/packages/brick/0.1.11/components/multi-select.txt +153 -0
  137. package/public/packages/brick/0.1.11/components/nav-list.txt +130 -0
  138. package/public/packages/brick/0.1.11/components/navigation-menu.txt +150 -0
  139. package/public/packages/brick/0.1.11/components/notification-badge.txt +148 -0
  140. package/public/packages/brick/0.1.11/components/number-input.txt +150 -0
  141. package/public/packages/brick/0.1.11/components/otp-field.txt +146 -0
  142. package/public/packages/brick/0.1.11/components/pagination.txt +124 -0
  143. package/public/packages/brick/0.1.11/components/password-toggle-field.txt +146 -0
  144. package/public/packages/brick/0.1.11/components/popover.txt +181 -0
  145. package/public/packages/brick/0.1.11/components/progress-circle.txt +142 -0
  146. package/public/packages/brick/0.1.11/components/progress.txt +150 -0
  147. package/public/packages/brick/0.1.11/components/radio-group.txt +152 -0
  148. package/public/packages/brick/0.1.11/components/rating.txt +151 -0
  149. package/public/packages/brick/0.1.11/components/reorderable-list.txt +130 -0
  150. package/public/packages/brick/0.1.11/components/scroll-area.txt +110 -0
  151. package/public/packages/brick/0.1.11/components/section.txt +118 -0
  152. package/public/packages/brick/0.1.11/components/segment-group.txt +116 -0
  153. package/public/packages/brick/0.1.11/components/select.txt +157 -0
  154. package/public/packages/brick/0.1.11/components/show.txt +121 -0
  155. package/public/packages/brick/0.1.11/components/sidebar.txt +126 -0
  156. package/public/packages/brick/0.1.11/components/skeleton.txt +127 -0
  157. package/public/packages/brick/0.1.11/components/skip-link.txt +102 -0
  158. package/public/packages/brick/0.1.11/components/slider.txt +147 -0
  159. package/public/packages/brick/0.1.11/components/stack.txt +155 -0
  160. package/public/packages/brick/0.1.11/components/status.txt +110 -0
  161. package/public/packages/brick/0.1.11/components/surface.txt +194 -0
  162. package/public/packages/brick/0.1.11/components/swipeable-item.txt +154 -0
  163. package/public/packages/brick/0.1.11/components/switch.txt +152 -0
  164. package/public/packages/brick/0.1.11/components/table.txt +183 -0
  165. package/public/packages/brick/0.1.11/components/tabs.txt +136 -0
  166. package/public/packages/brick/0.1.11/components/text.txt +148 -0
  167. package/public/packages/brick/0.1.11/components/textarea.txt +101 -0
  168. package/public/packages/brick/0.1.11/components/toast.txt +150 -0
  169. package/public/packages/brick/0.1.11/components/toggle-group.txt +149 -0
  170. package/public/packages/brick/0.1.11/components/toggle.txt +140 -0
  171. package/public/packages/brick/0.1.11/components/toolbar.txt +118 -0
  172. package/public/packages/brick/0.1.11/components/tooltip.txt +156 -0
  173. package/public/packages/brick/0.1.11/components/tree-grid.txt +160 -0
  174. package/public/packages/brick/0.1.11/components/tree.txt +156 -0
  175. package/public/packages/brick/0.1.11/components/visually-hidden.txt +123 -0
  176. package/public/packages/brick/0.1.11/components/z-stack.txt +143 -0
  177. package/public/packages/brick/0.1.11/docs/guides/agent-knowledge.txt +67 -0
  178. package/public/packages/brick/0.1.11/docs/guides/appearance-and-tokens.txt +179 -0
  179. package/public/packages/brick/0.1.11/docs/guides/browser-support.txt +25 -0
  180. package/public/packages/brick/0.1.11/docs/guides/control-sizing.txt +59 -0
  181. package/public/packages/brick/0.1.11/docs/guides/installation.txt +79 -0
  182. package/public/packages/brick/0.1.11/docs/guides/theme-contract.txt +90 -0
  183. package/public/packages/brick/0.1.11/guides/interface-composition.txt +665 -0
  184. package/public/packages/brick/0.1.11/guides/layer-selection.txt +1437 -0
  185. package/public/packages/brick/0.1.11/index.txt +110 -0
  186. package/public/packages/colors/0.1.1/docs/agent-knowledge.txt +63 -0
  187. package/public/packages/colors/0.1.1/docs/architecture.txt +74 -0
  188. package/public/packages/colors/0.1.1/docs/color-foundations.txt +128 -0
  189. package/public/packages/colors/0.1.1/docs/compatibility.txt +75 -0
  190. package/public/packages/colors/0.1.1/docs/dependency-qualification.txt +117 -0
  191. package/public/packages/colors/0.1.1/docs/installation.txt +48 -0
  192. package/public/packages/colors/0.1.1/docs/palette-generation.txt +151 -0
  193. package/public/packages/colors/0.1.1/docs/releasing.txt +34 -0
  194. package/public/packages/colors/0.1.1/docs/testing.txt +51 -0
  195. package/public/packages/colors/0.1.1/guides/colors-system.txt +282 -0
  196. package/public/packages/colors/0.1.1/index.txt +29 -0
  197. package/public/packages/colors/0.1.1/operations/color-conversion.txt +14 -0
  198. package/public/packages/colors/0.1.1/operations/color-inspection.txt +23 -0
  199. package/public/packages/colors/0.1.1/operations/color-measurement.txt +18 -0
  200. package/public/packages/colors/0.1.1/operations/color-provenance.txt +14 -0
  201. package/public/packages/colors/0.1.1/operations/named-palette-reference.txt +15 -0
  202. package/public/packages/colors/0.1.1/operations/palette-candidate.txt +37 -0
  203. package/public/packages/theme/0.1.1/docs/agent-knowledge.txt +44 -0
  204. package/public/packages/theme/0.1.1/docs/appearances-and-portals.txt +41 -0
  205. package/public/packages/theme/0.1.1/docs/architecture.txt +121 -0
  206. package/public/packages/theme/0.1.1/docs/authoring.txt +141 -0
  207. package/public/packages/theme/0.1.1/docs/colors-interchange.txt +82 -0
  208. package/public/packages/theme/0.1.1/docs/fonts.txt +40 -0
  209. package/public/packages/theme/0.1.1/docs/installation.txt +45 -0
  210. package/public/packages/theme/0.1.1/docs/migration.txt +40 -0
  211. package/public/packages/theme/0.1.1/docs/testing.txt +64 -0
  212. package/public/packages/theme/0.1.1/docs/troubleshooting.txt +53 -0
  213. package/public/packages/theme/0.1.1/guides/theme-system.txt +340 -0
  214. package/public/packages/theme/0.1.1/index.txt +31 -0
  215. package/public/packages/theme/0.1.1/operations/brick-contract-compatibility.txt +35 -0
  216. package/public/packages/theme/0.1.1/operations/colors-interchange.txt +35 -0
  217. package/public/packages/theme/0.1.1/operations/theme-artifacts.txt +19 -0
  218. package/public/packages/theme/0.1.1/operations/theme-cli.txt +10 -0
  219. package/public/packages/theme/0.1.1/operations/theme-compilation.txt +23 -0
  220. package/public/packages/theme/0.1.1/operations/theme-definition.txt +36 -0
  221. package/public/packages/theme/0.1.1/operations/theme-validation.txt +19 -0
  222. package/public/tasks/data.txt +39 -0
  223. package/public/tasks/forms.txt +65 -0
  224. package/public/tasks/layout.txt +37 -0
  225. package/public/tasks/navigation.txt +51 -0
  226. package/public/tasks/overlays.txt +39 -0
  227. package/public/tasks/theming.txt +37 -0
  228. package/skills/flowstack-ui-builder/SKILL.md +35 -0
  229. package/skills/flowstack-ui-builder/agents/openai.yaml +4 -0
  230. package/skills/flowstack-ui-builder/scripts/resolve-agent-knowledge.mjs +399 -0
  231. package/skills/flowstack-ui-compose/SKILL.md +32 -0
  232. package/skills/flowstack-ui-compose/agents/openai.yaml +4 -0
  233. package/skills/flowstack-ui-compose/scripts/resolve-agent-knowledge.mjs +399 -0
  234. package/skills/flowstack-ui-maintainer/SKILL.md +40 -0
  235. package/skills/flowstack-ui-maintainer/agents/openai.yaml +4 -0
  236. package/skills/flowstack-ui-maintainer/scripts/resolve-agent-knowledge.mjs +399 -0
  237. package/skills/flowstack-ui-review/SKILL.md +29 -0
  238. package/skills/flowstack-ui-review/agents/openai.yaml +4 -0
  239. package/skills/flowstack-ui-review/scripts/resolve-agent-knowledge.mjs +399 -0
@@ -0,0 +1,2073 @@
1
+ {
2
+ "schema": "flowstack.agent-delivery-index.v1",
3
+ "packages": [
4
+ {
5
+ "id": "atom",
6
+ "name": "@flowstack-ui/atom",
7
+ "version": "0.24.0",
8
+ "archive": "flowstack-ui-atom-0.24.0.tgz",
9
+ "archiveBytes": 1073717,
10
+ "archiveSha256": "1fbbbe2b8109f6a056637ebe3e4ceafdebaddad3e64567eb5e43f5b958f35fbb",
11
+ "profile": {
12
+ "kind": "component-package",
13
+ "ownerUnit": "component"
14
+ },
15
+ "coverage": {
16
+ "publicSurfaces": 2789,
17
+ "classifiedPublicSurfaces": 2789,
18
+ "failures": 0
19
+ },
20
+ "counts": {
21
+ "guides": 2,
22
+ "components": 70,
23
+ "operations": 0
24
+ },
25
+ "route": "/packages/atom/0.24.0/index.txt"
26
+ },
27
+ {
28
+ "id": "brick",
29
+ "name": "@flowstack-ui/brick",
30
+ "version": "0.1.11",
31
+ "archive": "flowstack-ui-brick-0.1.11.tgz",
32
+ "archiveBytes": 808741,
33
+ "archiveSha256": "2ef92c69dad840583a6b47a854650734e1f18b902cf4a712174a0d95dcab4f1f",
34
+ "profile": {
35
+ "kind": "component-package",
36
+ "ownerUnit": "component"
37
+ },
38
+ "coverage": {
39
+ "publicSurfaces": 2594,
40
+ "classifiedPublicSurfaces": 2594,
41
+ "failures": 0
42
+ },
43
+ "counts": {
44
+ "guides": 2,
45
+ "components": 89,
46
+ "operations": 0
47
+ },
48
+ "route": "/packages/brick/0.1.11/index.txt"
49
+ },
50
+ {
51
+ "id": "colors",
52
+ "name": "@flowstack-ui/colors",
53
+ "version": "0.1.1",
54
+ "archive": "flowstack-ui-colors-0.1.1.tgz",
55
+ "archiveBytes": 51355,
56
+ "archiveSha256": "f23b0be0e9f0a2d514ea893c6555d7562a97e0829828b1aeff5a78c760218b08",
57
+ "profile": {
58
+ "kind": "operation-package",
59
+ "ownerUnit": "operation"
60
+ },
61
+ "coverage": {
62
+ "publicSurfaces": 76,
63
+ "classifiedPublicSurfaces": 76,
64
+ "failures": 0
65
+ },
66
+ "counts": {
67
+ "guides": 1,
68
+ "components": 0,
69
+ "operations": 6
70
+ },
71
+ "route": "/packages/colors/0.1.1/index.txt"
72
+ },
73
+ {
74
+ "id": "theme",
75
+ "name": "@flowstack-ui/theme",
76
+ "version": "0.1.1",
77
+ "archive": "flowstack-ui-theme-0.1.1.tgz",
78
+ "archiveBytes": 59351,
79
+ "archiveSha256": "fcdc32692843076c0fe313af837660c93b7f69537c663005b9a8d78e493dea5b",
80
+ "profile": {
81
+ "kind": "operation-package",
82
+ "ownerUnit": "operation"
83
+ },
84
+ "coverage": {
85
+ "publicSurfaces": 121,
86
+ "classifiedPublicSurfaces": 121,
87
+ "failures": 0
88
+ },
89
+ "counts": {
90
+ "guides": 1,
91
+ "components": 0,
92
+ "operations": 7
93
+ },
94
+ "route": "/packages/theme/0.1.1/index.txt"
95
+ }
96
+ ],
97
+ "budgets": {
98
+ "llmsBytes": 32768,
99
+ "taskSliceBytes": 65536,
100
+ "packageSliceBytes": 131072
101
+ },
102
+ "corpus": {
103
+ "llms": {
104
+ "path": "/llms.txt",
105
+ "bytes": 1197,
106
+ "sha256": "9a3fec9b3d3f2bd71f635d390b9f26a91f768bc81bd93331f46892c5e8a4902b"
107
+ }
108
+ },
109
+ "routes": [
110
+ {
111
+ "package": null,
112
+ "version": null,
113
+ "kind": "entrypoint",
114
+ "id": "llms",
115
+ "path": "/llms.txt",
116
+ "bytes": 1197,
117
+ "sha256": "9a3fec9b3d3f2bd71f635d390b9f26a91f768bc81bd93331f46892c5e8a4902b"
118
+ },
119
+ {
120
+ "package": "atom",
121
+ "version": "0.24.0",
122
+ "kind": "component",
123
+ "id": "accordion",
124
+ "path": "/packages/atom/0.24.0/components/accordion.txt",
125
+ "bytes": 6015,
126
+ "sha256": "2e8bff198c31eece008204e2827ab56650f30e5daba4724b364a7bfd0ff5350c"
127
+ },
128
+ {
129
+ "package": "atom",
130
+ "version": "0.24.0",
131
+ "kind": "component",
132
+ "id": "alert-dialog",
133
+ "path": "/packages/atom/0.24.0/components/alert-dialog.txt",
134
+ "bytes": 5972,
135
+ "sha256": "76892a159192fd664ba3321fc8ed536e59ae034296484bb5786917ba5f2a19da"
136
+ },
137
+ {
138
+ "package": "atom",
139
+ "version": "0.24.0",
140
+ "kind": "component",
141
+ "id": "app-bar",
142
+ "path": "/packages/atom/0.24.0/components/app-bar.txt",
143
+ "bytes": 2833,
144
+ "sha256": "1b311bd26f052d74b07a21b27a1b18b164d1d4d178cd1ff246cf6c6b5ddf76a2"
145
+ },
146
+ {
147
+ "package": "atom",
148
+ "version": "0.24.0",
149
+ "kind": "component",
150
+ "id": "aspect-ratio",
151
+ "path": "/packages/atom/0.24.0/components/aspect-ratio.txt",
152
+ "bytes": 5290,
153
+ "sha256": "0a90b4a2f9d58fee216264d198b2e6cda32d4fde03b1668fb6c39534936b25aa"
154
+ },
155
+ {
156
+ "package": "atom",
157
+ "version": "0.24.0",
158
+ "kind": "component",
159
+ "id": "avatar",
160
+ "path": "/packages/atom/0.24.0/components/avatar.txt",
161
+ "bytes": 6304,
162
+ "sha256": "386ca4742f30a155d596b48d0b79fceb3308f35b069a533146c465a13a2b0c8e"
163
+ },
164
+ {
165
+ "package": "atom",
166
+ "version": "0.24.0",
167
+ "kind": "component",
168
+ "id": "badge",
169
+ "path": "/packages/atom/0.24.0/components/badge.txt",
170
+ "bytes": 6179,
171
+ "sha256": "b63d45331d5bf8a3d258d941857126588e721c642e5b56b83e9bfae0ea86b1ae"
172
+ },
173
+ {
174
+ "package": "atom",
175
+ "version": "0.24.0",
176
+ "kind": "component",
177
+ "id": "bottom-navigation",
178
+ "path": "/packages/atom/0.24.0/components/bottom-navigation.txt",
179
+ "bytes": 2985,
180
+ "sha256": "7074905dce9297d5146d38bcbf31ee8a48d6d75e26ee849bf2ff6417833979b3"
181
+ },
182
+ {
183
+ "package": "atom",
184
+ "version": "0.24.0",
185
+ "kind": "component",
186
+ "id": "breadcrumb",
187
+ "path": "/packages/atom/0.24.0/components/breadcrumb.txt",
188
+ "bytes": 2752,
189
+ "sha256": "600955cb9f6ef9d909f05111194eaf11ab2f694c783abc9e83aa4827e8123de0"
190
+ },
191
+ {
192
+ "package": "atom",
193
+ "version": "0.24.0",
194
+ "kind": "component",
195
+ "id": "button",
196
+ "path": "/packages/atom/0.24.0/components/button.txt",
197
+ "bytes": 3191,
198
+ "sha256": "adafc87d5a596736c91e4f2b3c6607b49422bfa2d7f32cdcd51da89e5c549019"
199
+ },
200
+ {
201
+ "package": "atom",
202
+ "version": "0.24.0",
203
+ "kind": "component",
204
+ "id": "carousel",
205
+ "path": "/packages/atom/0.24.0/components/carousel.txt",
206
+ "bytes": 6360,
207
+ "sha256": "4063544a4f959a9dd39a23992869c10417bc86d4a9795526dba5aaeac68c649f"
208
+ },
209
+ {
210
+ "package": "atom",
211
+ "version": "0.24.0",
212
+ "kind": "component",
213
+ "id": "checkbox-group",
214
+ "path": "/packages/atom/0.24.0/components/checkbox-group.txt",
215
+ "bytes": 6445,
216
+ "sha256": "2b281dc036c703ce49d1c2a80c5aada642d39f71c7910850a4b4462a139fbcec"
217
+ },
218
+ {
219
+ "package": "atom",
220
+ "version": "0.24.0",
221
+ "kind": "component",
222
+ "id": "checkbox",
223
+ "path": "/packages/atom/0.24.0/components/checkbox.txt",
224
+ "bytes": 2786,
225
+ "sha256": "af52361847a75601f2acc53217f251e62b4f541152620183cfbb4ebabbe52796"
226
+ },
227
+ {
228
+ "package": "atom",
229
+ "version": "0.24.0",
230
+ "kind": "component",
231
+ "id": "clipboard",
232
+ "path": "/packages/atom/0.24.0/components/clipboard.txt",
233
+ "bytes": 6075,
234
+ "sha256": "1204cf93c4f59caa7216b39c9708aa4f0d67fe5ed5f0b0c9b8272cb77d505af3"
235
+ },
236
+ {
237
+ "package": "atom",
238
+ "version": "0.24.0",
239
+ "kind": "component",
240
+ "id": "collapsible",
241
+ "path": "/packages/atom/0.24.0/components/collapsible.txt",
242
+ "bytes": 5853,
243
+ "sha256": "66fb9215f562aaac1a40604804e49394886b556f7de4fe5c25335f340278e482"
244
+ },
245
+ {
246
+ "package": "atom",
247
+ "version": "0.24.0",
248
+ "kind": "component",
249
+ "id": "color-picker",
250
+ "path": "/packages/atom/0.24.0/components/color-picker.txt",
251
+ "bytes": 4651,
252
+ "sha256": "11e29bdcd473fb29b0aedb9830d5cad85d9611b725ebd7f8eb77347c7468a802"
253
+ },
254
+ {
255
+ "package": "atom",
256
+ "version": "0.24.0",
257
+ "kind": "component",
258
+ "id": "combobox",
259
+ "path": "/packages/atom/0.24.0/components/combobox.txt",
260
+ "bytes": 7245,
261
+ "sha256": "530ce447f954ac1e8636b72bb8f93d9d655ed2010330bf38f15541c494313ae0"
262
+ },
263
+ {
264
+ "package": "atom",
265
+ "version": "0.24.0",
266
+ "kind": "component",
267
+ "id": "context-menu",
268
+ "path": "/packages/atom/0.24.0/components/context-menu.txt",
269
+ "bytes": 6015,
270
+ "sha256": "1ea824badb582bf44420dd91ba2ba69eb91ca536dbc79b78e6217361ce4b43ed"
271
+ },
272
+ {
273
+ "package": "atom",
274
+ "version": "0.24.0",
275
+ "kind": "component",
276
+ "id": "data-grid",
277
+ "path": "/packages/atom/0.24.0/components/data-grid.txt",
278
+ "bytes": 8034,
279
+ "sha256": "e4e52ba4afc1ed243c850ca89805ef9652abb19dba46095fde183f1255c094d3"
280
+ },
281
+ {
282
+ "package": "atom",
283
+ "version": "0.24.0",
284
+ "kind": "component",
285
+ "id": "dialog",
286
+ "path": "/packages/atom/0.24.0/components/dialog.txt",
287
+ "bytes": 6029,
288
+ "sha256": "08dc33a598cb99dabe11c5ecf962a39449c7171c38df641adf15bfe288efd3c6"
289
+ },
290
+ {
291
+ "package": "atom",
292
+ "version": "0.24.0",
293
+ "kind": "component",
294
+ "id": "direction",
295
+ "path": "/packages/atom/0.24.0/components/direction.txt",
296
+ "bytes": 7267,
297
+ "sha256": "ad0856f42f931606f3ed78387ce8c1539f5bfa8dd8be9f85e2dd283a4e4de16f"
298
+ },
299
+ {
300
+ "package": "atom",
301
+ "version": "0.24.0",
302
+ "kind": "component",
303
+ "id": "divider",
304
+ "path": "/packages/atom/0.24.0/components/divider.txt",
305
+ "bytes": 2497,
306
+ "sha256": "67e8ee24f11724959f10c72d661dd8b694968f7f3aba3a80447fd116e18971f2"
307
+ },
308
+ {
309
+ "package": "atom",
310
+ "version": "0.24.0",
311
+ "kind": "component",
312
+ "id": "drag-drop",
313
+ "path": "/packages/atom/0.24.0/components/drag-drop.txt",
314
+ "bytes": 6853,
315
+ "sha256": "fcbdb556a9258f9ecc572e4bdfc065275f0aa179709d431896430ea8b500cb54"
316
+ },
317
+ {
318
+ "package": "atom",
319
+ "version": "0.24.0",
320
+ "kind": "component",
321
+ "id": "drawer",
322
+ "path": "/packages/atom/0.24.0/components/drawer.txt",
323
+ "bytes": 3209,
324
+ "sha256": "d3964dc9c6daaeba5893db54de0b4ad0d177a655528cc35f780ad2209251af82"
325
+ },
326
+ {
327
+ "package": "atom",
328
+ "version": "0.24.0",
329
+ "kind": "component",
330
+ "id": "dropdown-menu",
331
+ "path": "/packages/atom/0.24.0/components/dropdown-menu.txt",
332
+ "bytes": 5479,
333
+ "sha256": "c451d4ad45471eb0431ed00f186a8d8d1b5795bea5cdbb34c65e3301fc278966"
334
+ },
335
+ {
336
+ "package": "atom",
337
+ "version": "0.24.0",
338
+ "kind": "component",
339
+ "id": "feed",
340
+ "path": "/packages/atom/0.24.0/components/feed.txt",
341
+ "bytes": 8002,
342
+ "sha256": "d1cdf6b1cd9c5599f9fb2278a87b82d80d48a51747d76e08fb0441d4897d5f89"
343
+ },
344
+ {
345
+ "package": "atom",
346
+ "version": "0.24.0",
347
+ "kind": "component",
348
+ "id": "field",
349
+ "path": "/packages/atom/0.24.0/components/field.txt",
350
+ "bytes": 3305,
351
+ "sha256": "2cd371d5f2172d61193d92cecd7aedce404db339e5c568ec6d1df641a493ea50"
352
+ },
353
+ {
354
+ "package": "atom",
355
+ "version": "0.24.0",
356
+ "kind": "component",
357
+ "id": "fieldset",
358
+ "path": "/packages/atom/0.24.0/components/fieldset.txt",
359
+ "bytes": 2633,
360
+ "sha256": "a9f33a60ac2d9d600465c348bdcbb8f841fc0f431739e68330ad16c6b4fd939e"
361
+ },
362
+ {
363
+ "package": "atom",
364
+ "version": "0.24.0",
365
+ "kind": "component",
366
+ "id": "file-upload",
367
+ "path": "/packages/atom/0.24.0/components/file-upload.txt",
368
+ "bytes": 7371,
369
+ "sha256": "b38dc17baeb2df6922307d532ee4d5a140227b274b009ef30acb8e4053d81790"
370
+ },
371
+ {
372
+ "package": "atom",
373
+ "version": "0.24.0",
374
+ "kind": "component",
375
+ "id": "form",
376
+ "path": "/packages/atom/0.24.0/components/form.txt",
377
+ "bytes": 2606,
378
+ "sha256": "b375a411b0580ab29189aee0e441db32a3d9dd29f6b4aef45366e17d11935340"
379
+ },
380
+ {
381
+ "package": "atom",
382
+ "version": "0.24.0",
383
+ "kind": "component",
384
+ "id": "hover-card",
385
+ "path": "/packages/atom/0.24.0/components/hover-card.txt",
386
+ "bytes": 5967,
387
+ "sha256": "8abb5617984ad6f0ea5d9e1085573e8d0986342d54eb0eb71d970e996fab13fb"
388
+ },
389
+ {
390
+ "package": "atom",
391
+ "version": "0.24.0",
392
+ "kind": "component",
393
+ "id": "image",
394
+ "path": "/packages/atom/0.24.0/components/image.txt",
395
+ "bytes": 2845,
396
+ "sha256": "6730e54b984f316653ca642198a1de51578c8934183ace6e57440f2c140faae7"
397
+ },
398
+ {
399
+ "package": "atom",
400
+ "version": "0.24.0",
401
+ "kind": "component",
402
+ "id": "input",
403
+ "path": "/packages/atom/0.24.0/components/input.txt",
404
+ "bytes": 2590,
405
+ "sha256": "b78f305056c606e184f3f8705d01cd60ab30536af849d74d6f7438db4e879e6a"
406
+ },
407
+ {
408
+ "package": "atom",
409
+ "version": "0.24.0",
410
+ "kind": "component",
411
+ "id": "label",
412
+ "path": "/packages/atom/0.24.0/components/label.txt",
413
+ "bytes": 5871,
414
+ "sha256": "d99d239987c58f6ebe0f2d922b45e16e386a0899efbb54b02c056094abf2b24d"
415
+ },
416
+ {
417
+ "package": "atom",
418
+ "version": "0.24.0",
419
+ "kind": "component",
420
+ "id": "link",
421
+ "path": "/packages/atom/0.24.0/components/link.txt",
422
+ "bytes": 2558,
423
+ "sha256": "bd397166c79ece91d296b68a2eb74b63b30a65c55b97aea2d7e2f0c22a381c35"
424
+ },
425
+ {
426
+ "package": "atom",
427
+ "version": "0.24.0",
428
+ "kind": "component",
429
+ "id": "list",
430
+ "path": "/packages/atom/0.24.0/components/list.txt",
431
+ "bytes": 5540,
432
+ "sha256": "8fffc2e4f6e4115b69ce6396051ff9eee0cdbb0932cd8a6ff75ee7406dc789fc"
433
+ },
434
+ {
435
+ "package": "atom",
436
+ "version": "0.24.0",
437
+ "kind": "component",
438
+ "id": "listbox",
439
+ "path": "/packages/atom/0.24.0/components/listbox.txt",
440
+ "bytes": 6199,
441
+ "sha256": "ea007b4fc64746607efc625237d99887c3f5882ef94a2774b94731feba1d3db1"
442
+ },
443
+ {
444
+ "package": "atom",
445
+ "version": "0.24.0",
446
+ "kind": "component",
447
+ "id": "menu",
448
+ "path": "/packages/atom/0.24.0/components/menu.txt",
449
+ "bytes": 7087,
450
+ "sha256": "e087e06a12200a7c0d5cc9ea2ee8238907cdf1e4765006c6a21460d00079dede"
451
+ },
452
+ {
453
+ "package": "atom",
454
+ "version": "0.24.0",
455
+ "kind": "component",
456
+ "id": "menubar",
457
+ "path": "/packages/atom/0.24.0/components/menubar.txt",
458
+ "bytes": 6100,
459
+ "sha256": "6c587684711d8682f1495f23e539542e5d556f1dd0dddb38c752b7b2062a7fea"
460
+ },
461
+ {
462
+ "package": "atom",
463
+ "version": "0.24.0",
464
+ "kind": "component",
465
+ "id": "modal",
466
+ "path": "/packages/atom/0.24.0/components/modal.txt",
467
+ "bytes": 7231,
468
+ "sha256": "895766d388a83619c96dc87428a4cb36d536e08ff82d28a02ce2971933d59275"
469
+ },
470
+ {
471
+ "package": "atom",
472
+ "version": "0.24.0",
473
+ "kind": "component",
474
+ "id": "multi-select",
475
+ "path": "/packages/atom/0.24.0/components/multi-select.txt",
476
+ "bytes": 6692,
477
+ "sha256": "cd1fad35351b8190aae5afe93e8b019b381f0836aa31fd7a172c469469835e71"
478
+ },
479
+ {
480
+ "package": "atom",
481
+ "version": "0.24.0",
482
+ "kind": "component",
483
+ "id": "nav-list",
484
+ "path": "/packages/atom/0.24.0/components/nav-list.txt",
485
+ "bytes": 3523,
486
+ "sha256": "cc553aef0fbd12a7b877c2222e26f6a154773690e18d1fe5058763bd76e219e8"
487
+ },
488
+ {
489
+ "package": "atom",
490
+ "version": "0.24.0",
491
+ "kind": "component",
492
+ "id": "navigation-menu",
493
+ "path": "/packages/atom/0.24.0/components/navigation-menu.txt",
494
+ "bytes": 4084,
495
+ "sha256": "50941b3eb6d446ba59929e9e9dd38724db70c942ba227499ce267cbd193c140c"
496
+ },
497
+ {
498
+ "package": "atom",
499
+ "version": "0.24.0",
500
+ "kind": "component",
501
+ "id": "number-input",
502
+ "path": "/packages/atom/0.24.0/components/number-input.txt",
503
+ "bytes": 6820,
504
+ "sha256": "bf6060c568f88ae02b58cd20f1d834788307a12896a0b62df3c912ed31ecf876"
505
+ },
506
+ {
507
+ "package": "atom",
508
+ "version": "0.24.0",
509
+ "kind": "component",
510
+ "id": "otp-field",
511
+ "path": "/packages/atom/0.24.0/components/otp-field.txt",
512
+ "bytes": 6671,
513
+ "sha256": "caa4ad42c0131af1c727d1851410cdd634cfba8a5fd77d955ee806a390db0a28"
514
+ },
515
+ {
516
+ "package": "atom",
517
+ "version": "0.24.0",
518
+ "kind": "component",
519
+ "id": "pagination",
520
+ "path": "/packages/atom/0.24.0/components/pagination.txt",
521
+ "bytes": 4531,
522
+ "sha256": "edadade1140332f20a41a8745578dbc4456dd2a025d6ef96bbea4a76116dea1f"
523
+ },
524
+ {
525
+ "package": "atom",
526
+ "version": "0.24.0",
527
+ "kind": "component",
528
+ "id": "password-toggle-field",
529
+ "path": "/packages/atom/0.24.0/components/password-toggle-field.txt",
530
+ "bytes": 6384,
531
+ "sha256": "de7dd82edea38f1935e6c300bf3453e376ed051590ba7b7df20ff1f30f7f8c12"
532
+ },
533
+ {
534
+ "package": "atom",
535
+ "version": "0.24.0",
536
+ "kind": "component",
537
+ "id": "popover",
538
+ "path": "/packages/atom/0.24.0/components/popover.txt",
539
+ "bytes": 6996,
540
+ "sha256": "6839817c232c760c90fd4587e14a2b5ac21d4c638c3b12ad2c11eed733804b73"
541
+ },
542
+ {
543
+ "package": "atom",
544
+ "version": "0.24.0",
545
+ "kind": "component",
546
+ "id": "pressable",
547
+ "path": "/packages/atom/0.24.0/components/pressable.txt",
548
+ "bytes": 2738,
549
+ "sha256": "6943326e9605ae5b19728b7e36a084e3cfa6776d0f45ae885022344e4eb48cbe"
550
+ },
551
+ {
552
+ "package": "atom",
553
+ "version": "0.24.0",
554
+ "kind": "component",
555
+ "id": "progress",
556
+ "path": "/packages/atom/0.24.0/components/progress.txt",
557
+ "bytes": 6535,
558
+ "sha256": "9f9ac029d613d88237324a249e3f913f992f0ad0779924262ee731ff2ed874ce"
559
+ },
560
+ {
561
+ "package": "atom",
562
+ "version": "0.24.0",
563
+ "kind": "component",
564
+ "id": "radio-group",
565
+ "path": "/packages/atom/0.24.0/components/radio-group.txt",
566
+ "bytes": 5951,
567
+ "sha256": "f5e9653d8eff33469548b9e26638f66976466f9d401afe0c4423695e0f5fb088"
568
+ },
569
+ {
570
+ "package": "atom",
571
+ "version": "0.24.0",
572
+ "kind": "component",
573
+ "id": "rating",
574
+ "path": "/packages/atom/0.24.0/components/rating.txt",
575
+ "bytes": 6416,
576
+ "sha256": "20f86086300baf651c8c730617f639b6a65d7c2b002a15dd4a3efcbae61f930b"
577
+ },
578
+ {
579
+ "package": "atom",
580
+ "version": "0.24.0",
581
+ "kind": "component",
582
+ "id": "reorder",
583
+ "path": "/packages/atom/0.24.0/components/reorder.txt",
584
+ "bytes": 6344,
585
+ "sha256": "f85447c36d5c25cc0ed06bb1c7356501b651274da1afcd4cef20a33bc850c431"
586
+ },
587
+ {
588
+ "package": "atom",
589
+ "version": "0.24.0",
590
+ "kind": "component",
591
+ "id": "scroll-area",
592
+ "path": "/packages/atom/0.24.0/components/scroll-area.txt",
593
+ "bytes": 3110,
594
+ "sha256": "fbd8420b2f42daf1887d0661d8f6ab91973abb28ec61a495ac7f427a05615be5"
595
+ },
596
+ {
597
+ "package": "atom",
598
+ "version": "0.24.0",
599
+ "kind": "component",
600
+ "id": "select",
601
+ "path": "/packages/atom/0.24.0/components/select.txt",
602
+ "bytes": 6972,
603
+ "sha256": "c78633ae44434087836911d153d53a7479e7664b6bd8ef7e5a212e94e5dc5f56"
604
+ },
605
+ {
606
+ "package": "atom",
607
+ "version": "0.24.0",
608
+ "kind": "component",
609
+ "id": "sidebar",
610
+ "path": "/packages/atom/0.24.0/components/sidebar.txt",
611
+ "bytes": 3057,
612
+ "sha256": "870d8d5c4d422f8affb7f7da2a5b1544ef6c2d17293892d3fafdeab250824e5f"
613
+ },
614
+ {
615
+ "package": "atom",
616
+ "version": "0.24.0",
617
+ "kind": "component",
618
+ "id": "skip-link",
619
+ "path": "/packages/atom/0.24.0/components/skip-link.txt",
620
+ "bytes": 2629,
621
+ "sha256": "9e6b1de27a995b2682e5e69bc67992f338ae167cb7e77e03a3ac504974dc2cf0"
622
+ },
623
+ {
624
+ "package": "atom",
625
+ "version": "0.24.0",
626
+ "kind": "component",
627
+ "id": "slider",
628
+ "path": "/packages/atom/0.24.0/components/slider.txt",
629
+ "bytes": 6331,
630
+ "sha256": "31a1854f57b8cdd26140337ea2d4b16a0d3fa465dd92fa9d099e025b3e105ac8"
631
+ },
632
+ {
633
+ "package": "atom",
634
+ "version": "0.24.0",
635
+ "kind": "component",
636
+ "id": "swipeable-item",
637
+ "path": "/packages/atom/0.24.0/components/swipeable-item.txt",
638
+ "bytes": 6864,
639
+ "sha256": "ec936f11c160fa8ce2e2b22a244e8f186040c0610ef82a25b6446f3532984a15"
640
+ },
641
+ {
642
+ "package": "atom",
643
+ "version": "0.24.0",
644
+ "kind": "component",
645
+ "id": "switch",
646
+ "path": "/packages/atom/0.24.0/components/switch.txt",
647
+ "bytes": 5252,
648
+ "sha256": "f39af6389648d8210b77ffd72353e9ca74a677d7919063a11e2db97a3503286b"
649
+ },
650
+ {
651
+ "package": "atom",
652
+ "version": "0.24.0",
653
+ "kind": "component",
654
+ "id": "table",
655
+ "path": "/packages/atom/0.24.0/components/table.txt",
656
+ "bytes": 6379,
657
+ "sha256": "939fc4a531f047163d858062369d8f9d91034506fcd087aa3cc24d18d44928bd"
658
+ },
659
+ {
660
+ "package": "atom",
661
+ "version": "0.24.0",
662
+ "kind": "component",
663
+ "id": "tabs",
664
+ "path": "/packages/atom/0.24.0/components/tabs.txt",
665
+ "bytes": 2894,
666
+ "sha256": "256c2ba1ac294cebb36ec90956fb01f6983e673e741342d915a279fcef781b3a"
667
+ },
668
+ {
669
+ "package": "atom",
670
+ "version": "0.24.0",
671
+ "kind": "component",
672
+ "id": "textarea",
673
+ "path": "/packages/atom/0.24.0/components/textarea.txt",
674
+ "bytes": 2568,
675
+ "sha256": "4024939696f161ada8e447138b1b2629026e30c9be8b4981b0bfaf9ca66371c4"
676
+ },
677
+ {
678
+ "package": "atom",
679
+ "version": "0.24.0",
680
+ "kind": "component",
681
+ "id": "toast",
682
+ "path": "/packages/atom/0.24.0/components/toast.txt",
683
+ "bytes": 7349,
684
+ "sha256": "39baf0ba9f6ae76ebbea422ef3a074b74b3c607fd7acbb606dac304d29b8dd36"
685
+ },
686
+ {
687
+ "package": "atom",
688
+ "version": "0.24.0",
689
+ "kind": "component",
690
+ "id": "toggle-group",
691
+ "path": "/packages/atom/0.24.0/components/toggle-group.txt",
692
+ "bytes": 5159,
693
+ "sha256": "6c1d16266e20ade4208c6f48b687c0a791fecbd350a39b954fbd251d4dd807a5"
694
+ },
695
+ {
696
+ "package": "atom",
697
+ "version": "0.24.0",
698
+ "kind": "component",
699
+ "id": "toggle",
700
+ "path": "/packages/atom/0.24.0/components/toggle.txt",
701
+ "bytes": 4667,
702
+ "sha256": "262e61dc85956c6336f6fe5e1e20fdd5b8e8e22775714691468f29e3ca5cef99"
703
+ },
704
+ {
705
+ "package": "atom",
706
+ "version": "0.24.0",
707
+ "kind": "component",
708
+ "id": "toolbar",
709
+ "path": "/packages/atom/0.24.0/components/toolbar.txt",
710
+ "bytes": 2991,
711
+ "sha256": "83de65fee590d4b4fb1a6d4ca4c2c0c626149508ec9bcec7288bfcb3dabfcc83"
712
+ },
713
+ {
714
+ "package": "atom",
715
+ "version": "0.24.0",
716
+ "kind": "component",
717
+ "id": "tooltip",
718
+ "path": "/packages/atom/0.24.0/components/tooltip.txt",
719
+ "bytes": 6255,
720
+ "sha256": "65612512c79af944d75fa8972f537532727d0d9eadecf40d5ffbd965aefd45db"
721
+ },
722
+ {
723
+ "package": "atom",
724
+ "version": "0.24.0",
725
+ "kind": "component",
726
+ "id": "tree-grid",
727
+ "path": "/packages/atom/0.24.0/components/tree-grid.txt",
728
+ "bytes": 8436,
729
+ "sha256": "9e6b22efe21d9b874f4643cf345659a67d9a607c36617999c00a973e7cdd0881"
730
+ },
731
+ {
732
+ "package": "atom",
733
+ "version": "0.24.0",
734
+ "kind": "component",
735
+ "id": "tree",
736
+ "path": "/packages/atom/0.24.0/components/tree.txt",
737
+ "bytes": 7923,
738
+ "sha256": "003fe124514894a44fe76e8ebf84427f74283d393e0a2de5ad4c71a953b4d4bd"
739
+ },
740
+ {
741
+ "package": "atom",
742
+ "version": "0.24.0",
743
+ "kind": "component",
744
+ "id": "visually-hidden",
745
+ "path": "/packages/atom/0.24.0/components/visually-hidden.txt",
746
+ "bytes": 6236,
747
+ "sha256": "8c9322ca9cf578a2d5a9e005c70ed8045e40f294251378fa29d56c45c55b7234"
748
+ },
749
+ {
750
+ "package": "atom",
751
+ "version": "0.24.0",
752
+ "kind": "document",
753
+ "id": "guides/agent-knowledge",
754
+ "path": "/packages/atom/0.24.0/docs/guides/agent-knowledge.txt",
755
+ "bytes": 2681,
756
+ "sha256": "0bec7610280a333a7d4a37ce2d6dfd204aa5cdf755fb9c4291074aa8731a0cd8"
757
+ },
758
+ {
759
+ "package": "atom",
760
+ "version": "0.24.0",
761
+ "kind": "document",
762
+ "id": "guides/getting-started",
763
+ "path": "/packages/atom/0.24.0/docs/guides/getting-started.txt",
764
+ "bytes": 1519,
765
+ "sha256": "061e914ddd4908375a0e3880041a9b94d3bf72e0cf3e736e5d79f0e99e06d29b"
766
+ },
767
+ {
768
+ "package": "atom",
769
+ "version": "0.24.0",
770
+ "kind": "document",
771
+ "id": "guides/imports",
772
+ "path": "/packages/atom/0.24.0/docs/guides/imports.txt",
773
+ "bytes": 810,
774
+ "sha256": "ef2533292aa55a7dbd6297df2ccc7a53c2476bc95e1e86e6320c3f972a6b5f6f"
775
+ },
776
+ {
777
+ "package": "atom",
778
+ "version": "0.24.0",
779
+ "kind": "document",
780
+ "id": "guides/public-api",
781
+ "path": "/packages/atom/0.24.0/docs/guides/public-api.txt",
782
+ "bytes": 3465,
783
+ "sha256": "a55492ec761a4ac1139fb9f33113a569e8c026af0a868561f2620cf8c72f47aa"
784
+ },
785
+ {
786
+ "package": "atom",
787
+ "version": "0.24.0",
788
+ "kind": "guide",
789
+ "id": "behavior-composition",
790
+ "path": "/packages/atom/0.24.0/guides/behavior-composition.txt",
791
+ "bytes": 8645,
792
+ "sha256": "caaa639738f8aa97fc0094d8dcdab9f96f31702163bc28f7ef194370c37a361f"
793
+ },
794
+ {
795
+ "package": "atom",
796
+ "version": "0.24.0",
797
+ "kind": "guide",
798
+ "id": "layer-selection",
799
+ "path": "/packages/atom/0.24.0/guides/layer-selection.txt",
800
+ "bytes": 27693,
801
+ "sha256": "49de1f47c04f7ed402cc9c61fe9c42f4f63585f7e27bfda46ffd1630260f2ff4"
802
+ },
803
+ {
804
+ "package": "atom",
805
+ "version": "0.24.0",
806
+ "kind": "package",
807
+ "id": "atom",
808
+ "path": "/packages/atom/0.24.0/index.txt",
809
+ "bytes": 4900,
810
+ "sha256": "a6f57456b379b0e9791b78658e1cd01c4e05f40881ba03a634156c3ff31185dc"
811
+ },
812
+ {
813
+ "package": "brick",
814
+ "version": "0.1.11",
815
+ "kind": "component",
816
+ "id": "accordion",
817
+ "path": "/packages/brick/0.1.11/components/accordion.txt",
818
+ "bytes": 8536,
819
+ "sha256": "06b7949e64ad18f9e88d0ed9f45049ec7bea7fc95ead25a9eb83d6a409288d97"
820
+ },
821
+ {
822
+ "package": "brick",
823
+ "version": "0.1.11",
824
+ "kind": "component",
825
+ "id": "alert-dialog",
826
+ "path": "/packages/brick/0.1.11/components/alert-dialog.txt",
827
+ "bytes": 10483,
828
+ "sha256": "d428ce6ce6b589f9796e8099b3c0909a5d7029e7a2af2dbb486ad301b9fb1de8"
829
+ },
830
+ {
831
+ "package": "brick",
832
+ "version": "0.1.11",
833
+ "kind": "component",
834
+ "id": "app-bar",
835
+ "path": "/packages/brick/0.1.11/components/app-bar.txt",
836
+ "bytes": 6706,
837
+ "sha256": "8429ce1302f3a13295246036694b998741cb5691b6100e268b1e48735d2697a7"
838
+ },
839
+ {
840
+ "package": "brick",
841
+ "version": "0.1.11",
842
+ "kind": "component",
843
+ "id": "appearance",
844
+ "path": "/packages/brick/0.1.11/components/appearance.txt",
845
+ "bytes": 6921,
846
+ "sha256": "635187676401e3af9afbf29e312c3b22e609f4973ff242f23948356714a1eda2"
847
+ },
848
+ {
849
+ "package": "brick",
850
+ "version": "0.1.11",
851
+ "kind": "component",
852
+ "id": "aspect-ratio",
853
+ "path": "/packages/brick/0.1.11/components/aspect-ratio.txt",
854
+ "bytes": 7910,
855
+ "sha256": "43d0a379eb43b557d77ec5a4f2a34b57c30ad2e2e172484c6d686d9c2a5f45dc"
856
+ },
857
+ {
858
+ "package": "brick",
859
+ "version": "0.1.11",
860
+ "kind": "component",
861
+ "id": "avatar",
862
+ "path": "/packages/brick/0.1.11/components/avatar.txt",
863
+ "bytes": 7054,
864
+ "sha256": "0ddbd372fec89484dbef6de10a153bef69e16aaefe7c6bf236604dc73c1fca34"
865
+ },
866
+ {
867
+ "package": "brick",
868
+ "version": "0.1.11",
869
+ "kind": "component",
870
+ "id": "badge",
871
+ "path": "/packages/brick/0.1.11/components/badge.txt",
872
+ "bytes": 6414,
873
+ "sha256": "384e9c994c506f7562a83ffa8dbdf8f6c704cf2e6979b91fbd89ce894f0a8e72"
874
+ },
875
+ {
876
+ "package": "brick",
877
+ "version": "0.1.11",
878
+ "kind": "component",
879
+ "id": "bleed",
880
+ "path": "/packages/brick/0.1.11/components/bleed.txt",
881
+ "bytes": 2853,
882
+ "sha256": "6e5a7b6c50a3b9adc3ad6b33dffbe75157548845a96026be09ea02071b8c9629"
883
+ },
884
+ {
885
+ "package": "brick",
886
+ "version": "0.1.11",
887
+ "kind": "component",
888
+ "id": "bottom-navigation",
889
+ "path": "/packages/brick/0.1.11/components/bottom-navigation.txt",
890
+ "bytes": 3331,
891
+ "sha256": "cce3d775657a0f6413a13a1c057330d1fb23f0906331ccb2aecd5d6928ef03a1"
892
+ },
893
+ {
894
+ "package": "brick",
895
+ "version": "0.1.11",
896
+ "kind": "component",
897
+ "id": "breadcrumb",
898
+ "path": "/packages/brick/0.1.11/components/breadcrumb.txt",
899
+ "bytes": 2862,
900
+ "sha256": "809fd19f024b910d84a25ddf31fb8840dfac743f3521529eacbeed6c6b9570f8"
901
+ },
902
+ {
903
+ "package": "brick",
904
+ "version": "0.1.11",
905
+ "kind": "component",
906
+ "id": "button",
907
+ "path": "/packages/brick/0.1.11/components/button.txt",
908
+ "bytes": 3389,
909
+ "sha256": "2ee2c744ddfcbe2e15426c94848d6201486e94cbd7848b28451bfc35470fc0a9"
910
+ },
911
+ {
912
+ "package": "brick",
913
+ "version": "0.1.11",
914
+ "kind": "component",
915
+ "id": "card",
916
+ "path": "/packages/brick/0.1.11/components/card.txt",
917
+ "bytes": 5687,
918
+ "sha256": "c2c5c4f2183b45a57830c6f916721e5e05a4383d0ae5d8c90ebff7f4579df278"
919
+ },
920
+ {
921
+ "package": "brick",
922
+ "version": "0.1.11",
923
+ "kind": "component",
924
+ "id": "carousel",
925
+ "path": "/packages/brick/0.1.11/components/carousel.txt",
926
+ "bytes": 12462,
927
+ "sha256": "ce046254e9f7dad2d5f5f3639c3da4e2b55b730ec82e6be5dc2a3071c9178557"
928
+ },
929
+ {
930
+ "package": "brick",
931
+ "version": "0.1.11",
932
+ "kind": "component",
933
+ "id": "checkbox-group",
934
+ "path": "/packages/brick/0.1.11/components/checkbox-group.txt",
935
+ "bytes": 8938,
936
+ "sha256": "6a30d336a4351e493229aa47460280655219a5eef79c41e177133cdb9e27811d"
937
+ },
938
+ {
939
+ "package": "brick",
940
+ "version": "0.1.11",
941
+ "kind": "component",
942
+ "id": "checkbox",
943
+ "path": "/packages/brick/0.1.11/components/checkbox.txt",
944
+ "bytes": 2895,
945
+ "sha256": "6240a9672d64d194cd2fa43ddb7f3f0248e16076a8202f51a57375df4494aa60"
946
+ },
947
+ {
948
+ "package": "brick",
949
+ "version": "0.1.11",
950
+ "kind": "component",
951
+ "id": "chip",
952
+ "path": "/packages/brick/0.1.11/components/chip.txt",
953
+ "bytes": 5304,
954
+ "sha256": "8370d35d0733aaad22332d38d90e3566f6366d1642fa5a4f7eca7c0fe57973c5"
955
+ },
956
+ {
957
+ "package": "brick",
958
+ "version": "0.1.11",
959
+ "kind": "component",
960
+ "id": "code-block",
961
+ "path": "/packages/brick/0.1.11/components/code-block.txt",
962
+ "bytes": 6769,
963
+ "sha256": "cabab3101f8d995633fd7d7b167d292723ed90fc12f7508802b77616fb50885c"
964
+ },
965
+ {
966
+ "package": "brick",
967
+ "version": "0.1.11",
968
+ "kind": "component",
969
+ "id": "code",
970
+ "path": "/packages/brick/0.1.11/components/code.txt",
971
+ "bytes": 5300,
972
+ "sha256": "1d5a0461badfe5d288f472c2733ec79a1dda8ddbeb28b332abaad507e106dd69"
973
+ },
974
+ {
975
+ "package": "brick",
976
+ "version": "0.1.11",
977
+ "kind": "component",
978
+ "id": "collapsible",
979
+ "path": "/packages/brick/0.1.11/components/collapsible.txt",
980
+ "bytes": 9541,
981
+ "sha256": "37ac0213400f0502bdc898998002da8f1aa501913043202f6fd47e2d46f8227c"
982
+ },
983
+ {
984
+ "package": "brick",
985
+ "version": "0.1.11",
986
+ "kind": "component",
987
+ "id": "color-picker",
988
+ "path": "/packages/brick/0.1.11/components/color-picker.txt",
989
+ "bytes": 5585,
990
+ "sha256": "c08287a10628e91630d4eeb109e18a762e79b733a1de97d6b27a877fa30b8979"
991
+ },
992
+ {
993
+ "package": "brick",
994
+ "version": "0.1.11",
995
+ "kind": "component",
996
+ "id": "color-swatch",
997
+ "path": "/packages/brick/0.1.11/components/color-swatch.txt",
998
+ "bytes": 2947,
999
+ "sha256": "094db18a3bffebc3a8f4c6c2ee24fa8ec6a9bf0aa9642fb70aa1cd6c50088361"
1000
+ },
1001
+ {
1002
+ "package": "brick",
1003
+ "version": "0.1.11",
1004
+ "kind": "component",
1005
+ "id": "combobox",
1006
+ "path": "/packages/brick/0.1.11/components/combobox.txt",
1007
+ "bytes": 8969,
1008
+ "sha256": "09cb5d69c035276146523e203d1a8d5f11e5777ef7fd97d20d37cff9bf996124"
1009
+ },
1010
+ {
1011
+ "package": "brick",
1012
+ "version": "0.1.11",
1013
+ "kind": "component",
1014
+ "id": "container",
1015
+ "path": "/packages/brick/0.1.11/components/container.txt",
1016
+ "bytes": 4015,
1017
+ "sha256": "5fb067d393065b64eae71f23bbccf482ebed5bdb0b188d8066e10541aa350d34"
1018
+ },
1019
+ {
1020
+ "package": "brick",
1021
+ "version": "0.1.11",
1022
+ "kind": "component",
1023
+ "id": "context-menu",
1024
+ "path": "/packages/brick/0.1.11/components/context-menu.txt",
1025
+ "bytes": 10644,
1026
+ "sha256": "65713d32ca9ab59baee932854f28a3b5808aa2134bb99bf5e1d1373344eb5771"
1027
+ },
1028
+ {
1029
+ "package": "brick",
1030
+ "version": "0.1.11",
1031
+ "kind": "component",
1032
+ "id": "data-grid",
1033
+ "path": "/packages/brick/0.1.11/components/data-grid.txt",
1034
+ "bytes": 11950,
1035
+ "sha256": "c22303b0d98d3908e15225ec7fae0021d80da538a9d871c17ae676ac4e5e9faf"
1036
+ },
1037
+ {
1038
+ "package": "brick",
1039
+ "version": "0.1.11",
1040
+ "kind": "component",
1041
+ "id": "data-list",
1042
+ "path": "/packages/brick/0.1.11/components/data-list.txt",
1043
+ "bytes": 4018,
1044
+ "sha256": "68cbfaa0a570a00865c7ad1e246e6cd01685907fd5dc62ec73206dc4afaf360e"
1045
+ },
1046
+ {
1047
+ "package": "brick",
1048
+ "version": "0.1.11",
1049
+ "kind": "component",
1050
+ "id": "dialog",
1051
+ "path": "/packages/brick/0.1.11/components/dialog.txt",
1052
+ "bytes": 10011,
1053
+ "sha256": "c25ddad9bd7df656e3353b11ed654540af81e591936449e0a9269dc64ff833c5"
1054
+ },
1055
+ {
1056
+ "package": "brick",
1057
+ "version": "0.1.11",
1058
+ "kind": "component",
1059
+ "id": "divider",
1060
+ "path": "/packages/brick/0.1.11/components/divider.txt",
1061
+ "bytes": 3472,
1062
+ "sha256": "ed5f0d11ebfd202f1a383bbb9edf5e7e30c5247d7dbd3e979bf9bfe4d6fffb80"
1063
+ },
1064
+ {
1065
+ "package": "brick",
1066
+ "version": "0.1.11",
1067
+ "kind": "component",
1068
+ "id": "drawer",
1069
+ "path": "/packages/brick/0.1.11/components/drawer.txt",
1070
+ "bytes": 7271,
1071
+ "sha256": "b49cc99987c00689d09146aa6230bcf38a6aaff87b5c6bedb721f377f2df5c23"
1072
+ },
1073
+ {
1074
+ "package": "brick",
1075
+ "version": "0.1.11",
1076
+ "kind": "component",
1077
+ "id": "dropdown-menu",
1078
+ "path": "/packages/brick/0.1.11/components/dropdown-menu.txt",
1079
+ "bytes": 10963,
1080
+ "sha256": "c53bc13b25d11063706f9d87dc6bafb056ca3e2b0e4905ba0a7c53e56a31d448"
1081
+ },
1082
+ {
1083
+ "package": "brick",
1084
+ "version": "0.1.11",
1085
+ "kind": "component",
1086
+ "id": "feed",
1087
+ "path": "/packages/brick/0.1.11/components/feed.txt",
1088
+ "bytes": 7053,
1089
+ "sha256": "dd47e8c934c5b877205d9cf927b2403e61e5dfae396fdc2ced5f1785502ce4bd"
1090
+ },
1091
+ {
1092
+ "package": "brick",
1093
+ "version": "0.1.11",
1094
+ "kind": "component",
1095
+ "id": "field",
1096
+ "path": "/packages/brick/0.1.11/components/field.txt",
1097
+ "bytes": 3322,
1098
+ "sha256": "45d3678a3ebbe9929f1013c53e30cb73a3ff0fc2f21fe05101d631914c1f8cd4"
1099
+ },
1100
+ {
1101
+ "package": "brick",
1102
+ "version": "0.1.11",
1103
+ "kind": "component",
1104
+ "id": "fieldset",
1105
+ "path": "/packages/brick/0.1.11/components/fieldset.txt",
1106
+ "bytes": 2576,
1107
+ "sha256": "5542437e83d961e74e71b4764ddd02e4fbc8edee264ef01e3b237acbd4a78f2d"
1108
+ },
1109
+ {
1110
+ "package": "brick",
1111
+ "version": "0.1.11",
1112
+ "kind": "component",
1113
+ "id": "file-upload",
1114
+ "path": "/packages/brick/0.1.11/components/file-upload.txt",
1115
+ "bytes": 10232,
1116
+ "sha256": "eb7385c5ab27a052764015088a4977000669c484292cd746f7bc69d8a82f5c58"
1117
+ },
1118
+ {
1119
+ "package": "brick",
1120
+ "version": "0.1.11",
1121
+ "kind": "component",
1122
+ "id": "form",
1123
+ "path": "/packages/brick/0.1.11/components/form.txt",
1124
+ "bytes": 3441,
1125
+ "sha256": "534f46c9fd1b7082a42cbe0290e9dc1edcead4329b6ef5d2a33130df50304e31"
1126
+ },
1127
+ {
1128
+ "package": "brick",
1129
+ "version": "0.1.11",
1130
+ "kind": "component",
1131
+ "id": "frame",
1132
+ "path": "/packages/brick/0.1.11/components/frame.txt",
1133
+ "bytes": 4964,
1134
+ "sha256": "4dcca2a4169f81c2bdc3719ee3746a2d642eb50127ff7467762fefdcac607498"
1135
+ },
1136
+ {
1137
+ "package": "brick",
1138
+ "version": "0.1.11",
1139
+ "kind": "component",
1140
+ "id": "grid",
1141
+ "path": "/packages/brick/0.1.11/components/grid.txt",
1142
+ "bytes": 6363,
1143
+ "sha256": "0f3fc17ffd95b20e8fca25219db6cc64898c26ed7676c6151a59b3711a8637ca"
1144
+ },
1145
+ {
1146
+ "package": "brick",
1147
+ "version": "0.1.11",
1148
+ "kind": "component",
1149
+ "id": "group",
1150
+ "path": "/packages/brick/0.1.11/components/group.txt",
1151
+ "bytes": 5677,
1152
+ "sha256": "845bfba41c1c45fe72957547292ff72f57dd10300bc15733cfa1ba2594fd8d11"
1153
+ },
1154
+ {
1155
+ "package": "brick",
1156
+ "version": "0.1.11",
1157
+ "kind": "component",
1158
+ "id": "hide",
1159
+ "path": "/packages/brick/0.1.11/components/hide.txt",
1160
+ "bytes": 4480,
1161
+ "sha256": "da0f75084c58d9c12178c0075aac692238c349ee7625e2ba93bbd69364eb6ec0"
1162
+ },
1163
+ {
1164
+ "package": "brick",
1165
+ "version": "0.1.11",
1166
+ "kind": "component",
1167
+ "id": "hover-card",
1168
+ "path": "/packages/brick/0.1.11/components/hover-card.txt",
1169
+ "bytes": 9197,
1170
+ "sha256": "214943e06705e3ec9122c58e0fe9c9afa4e163f5c1833f9fe555e9c3364b9a85"
1171
+ },
1172
+ {
1173
+ "package": "brick",
1174
+ "version": "0.1.11",
1175
+ "kind": "component",
1176
+ "id": "icon-button",
1177
+ "path": "/packages/brick/0.1.11/components/icon-button.txt",
1178
+ "bytes": 5178,
1179
+ "sha256": "b09c20b0caf397fa4300d9276a45aa56df316d1848c5ed084baca1f17796f350"
1180
+ },
1181
+ {
1182
+ "package": "brick",
1183
+ "version": "0.1.11",
1184
+ "kind": "component",
1185
+ "id": "icon",
1186
+ "path": "/packages/brick/0.1.11/components/icon.txt",
1187
+ "bytes": 7480,
1188
+ "sha256": "c9f0641d393aef4ef4a458a99ff4f9d56979d95ad1546c4621b6ac8a38338833"
1189
+ },
1190
+ {
1191
+ "package": "brick",
1192
+ "version": "0.1.11",
1193
+ "kind": "component",
1194
+ "id": "image",
1195
+ "path": "/packages/brick/0.1.11/components/image.txt",
1196
+ "bytes": 9585,
1197
+ "sha256": "1b85125f23d17a7fd7ece0232c8a2ffa6b262ce4dccdd9f37da2fd0ee6a6a22f"
1198
+ },
1199
+ {
1200
+ "package": "brick",
1201
+ "version": "0.1.11",
1202
+ "kind": "component",
1203
+ "id": "input",
1204
+ "path": "/packages/brick/0.1.11/components/input.txt",
1205
+ "bytes": 3005,
1206
+ "sha256": "9c2f857eaacb4efb808274fc23e80ee9941e82cc1429015b31dd663d293c9ab8"
1207
+ },
1208
+ {
1209
+ "package": "brick",
1210
+ "version": "0.1.11",
1211
+ "kind": "component",
1212
+ "id": "link-box",
1213
+ "path": "/packages/brick/0.1.11/components/link-box.txt",
1214
+ "bytes": 7888,
1215
+ "sha256": "4c79f1f60cccfaae868f53b64e63999ea36a28f227294ad2442a631c9f9a52f2"
1216
+ },
1217
+ {
1218
+ "package": "brick",
1219
+ "version": "0.1.11",
1220
+ "kind": "component",
1221
+ "id": "link",
1222
+ "path": "/packages/brick/0.1.11/components/link.txt",
1223
+ "bytes": 7113,
1224
+ "sha256": "359db35b4fab57fb85f269d51531921dec1a1f9eccb1d61741907a3993f716fb"
1225
+ },
1226
+ {
1227
+ "package": "brick",
1228
+ "version": "0.1.11",
1229
+ "kind": "component",
1230
+ "id": "list",
1231
+ "path": "/packages/brick/0.1.11/components/list.txt",
1232
+ "bytes": 6618,
1233
+ "sha256": "12681532958460c0ee879177bbdfea44012b950f0095b54684da4edacc87062f"
1234
+ },
1235
+ {
1236
+ "package": "brick",
1237
+ "version": "0.1.11",
1238
+ "kind": "component",
1239
+ "id": "menubar",
1240
+ "path": "/packages/brick/0.1.11/components/menubar.txt",
1241
+ "bytes": 10194,
1242
+ "sha256": "e30c04d4e20d0dc8b2634aee25356448301f24839997fb6d543b3e2099ceb0e5"
1243
+ },
1244
+ {
1245
+ "package": "brick",
1246
+ "version": "0.1.11",
1247
+ "kind": "component",
1248
+ "id": "multi-select",
1249
+ "path": "/packages/brick/0.1.11/components/multi-select.txt",
1250
+ "bytes": 9020,
1251
+ "sha256": "a15f5f77722a9c178ababf093b7878e8af1a870d5bdf30136d6f2a51a565af58"
1252
+ },
1253
+ {
1254
+ "package": "brick",
1255
+ "version": "0.1.11",
1256
+ "kind": "component",
1257
+ "id": "nav-list",
1258
+ "path": "/packages/brick/0.1.11/components/nav-list.txt",
1259
+ "bytes": 6917,
1260
+ "sha256": "7b3a3882fbe594fb35ca4ef5e883bce17f2dad5387006fe29c004609223ae776"
1261
+ },
1262
+ {
1263
+ "package": "brick",
1264
+ "version": "0.1.11",
1265
+ "kind": "component",
1266
+ "id": "navigation-menu",
1267
+ "path": "/packages/brick/0.1.11/components/navigation-menu.txt",
1268
+ "bytes": 8456,
1269
+ "sha256": "156ee44b146de0fe296dff1dd33701bcac2b4075ae19b3852dc68d3ee09ef9fb"
1270
+ },
1271
+ {
1272
+ "package": "brick",
1273
+ "version": "0.1.11",
1274
+ "kind": "component",
1275
+ "id": "notification-badge",
1276
+ "path": "/packages/brick/0.1.11/components/notification-badge.txt",
1277
+ "bytes": 9298,
1278
+ "sha256": "42cd31dbe1b83eb471f6de66591064ad985152c701b7d9558a51fae278ecdd3c"
1279
+ },
1280
+ {
1281
+ "package": "brick",
1282
+ "version": "0.1.11",
1283
+ "kind": "component",
1284
+ "id": "number-input",
1285
+ "path": "/packages/brick/0.1.11/components/number-input.txt",
1286
+ "bytes": 8896,
1287
+ "sha256": "4461b429da3ad2f0d00dd6e1bdaf7fc722ceb8736bf742db5b84234813bcf99a"
1288
+ },
1289
+ {
1290
+ "package": "brick",
1291
+ "version": "0.1.11",
1292
+ "kind": "component",
1293
+ "id": "otp-field",
1294
+ "path": "/packages/brick/0.1.11/components/otp-field.txt",
1295
+ "bytes": 9132,
1296
+ "sha256": "4163f9b4d06eda8902c990953b148145b03187305e9082cccd24eae3b74ed620"
1297
+ },
1298
+ {
1299
+ "package": "brick",
1300
+ "version": "0.1.11",
1301
+ "kind": "component",
1302
+ "id": "pagination",
1303
+ "path": "/packages/brick/0.1.11/components/pagination.txt",
1304
+ "bytes": 5710,
1305
+ "sha256": "fc76927a719d5f4d0f08056d90418991c88a0cd69fa67ca868c0c25588ca092c"
1306
+ },
1307
+ {
1308
+ "package": "brick",
1309
+ "version": "0.1.11",
1310
+ "kind": "component",
1311
+ "id": "password-toggle-field",
1312
+ "path": "/packages/brick/0.1.11/components/password-toggle-field.txt",
1313
+ "bytes": 8496,
1314
+ "sha256": "2a2890ef7aa953c6089ccaf192191bad0bd565a2a6cef79e6c494198fa7ec6f6"
1315
+ },
1316
+ {
1317
+ "package": "brick",
1318
+ "version": "0.1.11",
1319
+ "kind": "component",
1320
+ "id": "popover",
1321
+ "path": "/packages/brick/0.1.11/components/popover.txt",
1322
+ "bytes": 11049,
1323
+ "sha256": "d9f4896c21fd8e4a52bb34ebc87870ce1e76e29862907596b1bf43f3767756d9"
1324
+ },
1325
+ {
1326
+ "package": "brick",
1327
+ "version": "0.1.11",
1328
+ "kind": "component",
1329
+ "id": "progress-circle",
1330
+ "path": "/packages/brick/0.1.11/components/progress-circle.txt",
1331
+ "bytes": 8463,
1332
+ "sha256": "d62adceebb85d6fd468e45c529a7f3400695e7ecdff163b6f06a9ee887566543"
1333
+ },
1334
+ {
1335
+ "package": "brick",
1336
+ "version": "0.1.11",
1337
+ "kind": "component",
1338
+ "id": "progress",
1339
+ "path": "/packages/brick/0.1.11/components/progress.txt",
1340
+ "bytes": 9003,
1341
+ "sha256": "6b7d38350be744fe007df03de76888148b148384d8813da5f5fc98386e173750"
1342
+ },
1343
+ {
1344
+ "package": "brick",
1345
+ "version": "0.1.11",
1346
+ "kind": "component",
1347
+ "id": "radio-group",
1348
+ "path": "/packages/brick/0.1.11/components/radio-group.txt",
1349
+ "bytes": 8737,
1350
+ "sha256": "225365e37a8d63549d20969f8fff4e06c6fa1ca00e6b19d68a6fbec0dbd53ebe"
1351
+ },
1352
+ {
1353
+ "package": "brick",
1354
+ "version": "0.1.11",
1355
+ "kind": "component",
1356
+ "id": "rating",
1357
+ "path": "/packages/brick/0.1.11/components/rating.txt",
1358
+ "bytes": 7592,
1359
+ "sha256": "5d384a3dd2caea9dd6797486deb4d60ed28713f38fcb22183862e6f2b63e30c2"
1360
+ },
1361
+ {
1362
+ "package": "brick",
1363
+ "version": "0.1.11",
1364
+ "kind": "component",
1365
+ "id": "reorderable-list",
1366
+ "path": "/packages/brick/0.1.11/components/reorderable-list.txt",
1367
+ "bytes": 6147,
1368
+ "sha256": "b3c2f66a203d351ebac797ebf5ceb2c03aa8e5b945a960e434f57575c0ea2d0c"
1369
+ },
1370
+ {
1371
+ "package": "brick",
1372
+ "version": "0.1.11",
1373
+ "kind": "component",
1374
+ "id": "scroll-area",
1375
+ "path": "/packages/brick/0.1.11/components/scroll-area.txt",
1376
+ "bytes": 3891,
1377
+ "sha256": "9fab5f92a0c3f9cac648cde58534f79192ff22ad0fe8ff4783c9027aed6dd108"
1378
+ },
1379
+ {
1380
+ "package": "brick",
1381
+ "version": "0.1.11",
1382
+ "kind": "component",
1383
+ "id": "section",
1384
+ "path": "/packages/brick/0.1.11/components/section.txt",
1385
+ "bytes": 4719,
1386
+ "sha256": "dcca1080879842a9dc1190e558c9fe6bc698f7b53c516684713b1f25e5dcf734"
1387
+ },
1388
+ {
1389
+ "package": "brick",
1390
+ "version": "0.1.11",
1391
+ "kind": "component",
1392
+ "id": "segment-group",
1393
+ "path": "/packages/brick/0.1.11/components/segment-group.txt",
1394
+ "bytes": 4655,
1395
+ "sha256": "6f4ae46d4b38d98d041157484c72df61eca1bcb2735f3632c8eefc5a764054c3"
1396
+ },
1397
+ {
1398
+ "package": "brick",
1399
+ "version": "0.1.11",
1400
+ "kind": "component",
1401
+ "id": "select",
1402
+ "path": "/packages/brick/0.1.11/components/select.txt",
1403
+ "bytes": 9093,
1404
+ "sha256": "eb4e5b7736a933b5362f5815c954f84db4b7d4cfbd3f22a3b1567a390d81ee21"
1405
+ },
1406
+ {
1407
+ "package": "brick",
1408
+ "version": "0.1.11",
1409
+ "kind": "component",
1410
+ "id": "show",
1411
+ "path": "/packages/brick/0.1.11/components/show.txt",
1412
+ "bytes": 4435,
1413
+ "sha256": "b154591358644a5037e383396c1ea03623fe7d026c0f78591efb41a9b4ee918e"
1414
+ },
1415
+ {
1416
+ "package": "brick",
1417
+ "version": "0.1.11",
1418
+ "kind": "component",
1419
+ "id": "sidebar",
1420
+ "path": "/packages/brick/0.1.11/components/sidebar.txt",
1421
+ "bytes": 5402,
1422
+ "sha256": "d5da2c8ee1bfa5f7ae841c4dfedf0bf319b9c277a66c95841ff4ac1edb86c4eb"
1423
+ },
1424
+ {
1425
+ "package": "brick",
1426
+ "version": "0.1.11",
1427
+ "kind": "component",
1428
+ "id": "skeleton",
1429
+ "path": "/packages/brick/0.1.11/components/skeleton.txt",
1430
+ "bytes": 5724,
1431
+ "sha256": "e963f06bf224475c1dc6cab7ddbd6bba418e65b37cbe107eb1d1134df1c90a74"
1432
+ },
1433
+ {
1434
+ "package": "brick",
1435
+ "version": "0.1.11",
1436
+ "kind": "component",
1437
+ "id": "skip-link",
1438
+ "path": "/packages/brick/0.1.11/components/skip-link.txt",
1439
+ "bytes": 2961,
1440
+ "sha256": "4824525836a035ef24a17b0b180326cb6222c0caba6b308a3870e883f7302cab"
1441
+ },
1442
+ {
1443
+ "package": "brick",
1444
+ "version": "0.1.11",
1445
+ "kind": "component",
1446
+ "id": "slider",
1447
+ "path": "/packages/brick/0.1.11/components/slider.txt",
1448
+ "bytes": 6647,
1449
+ "sha256": "864d0f1324b165b6e3f4adaf38d5595da0489cfd1789fb1e63eeeef730deef8f"
1450
+ },
1451
+ {
1452
+ "package": "brick",
1453
+ "version": "0.1.11",
1454
+ "kind": "component",
1455
+ "id": "stack",
1456
+ "path": "/packages/brick/0.1.11/components/stack.txt",
1457
+ "bytes": 7357,
1458
+ "sha256": "d32b48bf647c0fb24dee24b80e1741ff8ab25077ed6f02870bd6969bebb1732d"
1459
+ },
1460
+ {
1461
+ "package": "brick",
1462
+ "version": "0.1.11",
1463
+ "kind": "component",
1464
+ "id": "status",
1465
+ "path": "/packages/brick/0.1.11/components/status.txt",
1466
+ "bytes": 4431,
1467
+ "sha256": "fbdb345b89f7a4b1ff6482569dbb10c69f55b785cde17ed24b90cd6053a35097"
1468
+ },
1469
+ {
1470
+ "package": "brick",
1471
+ "version": "0.1.11",
1472
+ "kind": "component",
1473
+ "id": "surface",
1474
+ "path": "/packages/brick/0.1.11/components/surface.txt",
1475
+ "bytes": 10438,
1476
+ "sha256": "147aaa5b6bb7dad51cfedc4d279df5dc69f5b3c9e520489f2e10e7e6d920ead7"
1477
+ },
1478
+ {
1479
+ "package": "brick",
1480
+ "version": "0.1.11",
1481
+ "kind": "component",
1482
+ "id": "swipeable-item",
1483
+ "path": "/packages/brick/0.1.11/components/swipeable-item.txt",
1484
+ "bytes": 9381,
1485
+ "sha256": "19f11f94cdc982cc994536f6d5fc8c8243258fe1c5f18065d677936e59dfe074"
1486
+ },
1487
+ {
1488
+ "package": "brick",
1489
+ "version": "0.1.11",
1490
+ "kind": "component",
1491
+ "id": "switch",
1492
+ "path": "/packages/brick/0.1.11/components/switch.txt",
1493
+ "bytes": 8442,
1494
+ "sha256": "38d27c4686eeff66c429b4e06bfcdca8b608fda50cdd00fef3c0f2e5e8f5d62e"
1495
+ },
1496
+ {
1497
+ "package": "brick",
1498
+ "version": "0.1.11",
1499
+ "kind": "component",
1500
+ "id": "table",
1501
+ "path": "/packages/brick/0.1.11/components/table.txt",
1502
+ "bytes": 11373,
1503
+ "sha256": "241f7acc017effc6cefb22be8bc4a407d643d05a20242323b23987fcddbcd2f9"
1504
+ },
1505
+ {
1506
+ "package": "brick",
1507
+ "version": "0.1.11",
1508
+ "kind": "component",
1509
+ "id": "tabs",
1510
+ "path": "/packages/brick/0.1.11/components/tabs.txt",
1511
+ "bytes": 7382,
1512
+ "sha256": "6dd7a8065a733c6e6edcefd86f0d2a7be4ff6751af774a5e85f3dc86d2642355"
1513
+ },
1514
+ {
1515
+ "package": "brick",
1516
+ "version": "0.1.11",
1517
+ "kind": "component",
1518
+ "id": "text",
1519
+ "path": "/packages/brick/0.1.11/components/text.txt",
1520
+ "bytes": 8966,
1521
+ "sha256": "d1ffe8b0e7cbb4bc3f43d48f650e22ebd29adce2dbfc2aff99cafc639533b927"
1522
+ },
1523
+ {
1524
+ "package": "brick",
1525
+ "version": "0.1.11",
1526
+ "kind": "component",
1527
+ "id": "textarea",
1528
+ "path": "/packages/brick/0.1.11/components/textarea.txt",
1529
+ "bytes": 2664,
1530
+ "sha256": "d84dda45f0395266eec8e9e4d5a09bb5cc2d0fd2ef97d0f05087825c2e33576c"
1531
+ },
1532
+ {
1533
+ "package": "brick",
1534
+ "version": "0.1.11",
1535
+ "kind": "component",
1536
+ "id": "toast",
1537
+ "path": "/packages/brick/0.1.11/components/toast.txt",
1538
+ "bytes": 9549,
1539
+ "sha256": "122f8a2b5d8ebf0acece554ed31a9f85ce56d697a49fd3b65e11b37e012440d1"
1540
+ },
1541
+ {
1542
+ "package": "brick",
1543
+ "version": "0.1.11",
1544
+ "kind": "component",
1545
+ "id": "toggle-group",
1546
+ "path": "/packages/brick/0.1.11/components/toggle-group.txt",
1547
+ "bytes": 6453,
1548
+ "sha256": "f6eaa2a1c89640fce292ac583558119eed71ed3ed9a5a741a5b41c6bcfcb2b0a"
1549
+ },
1550
+ {
1551
+ "package": "brick",
1552
+ "version": "0.1.11",
1553
+ "kind": "component",
1554
+ "id": "toggle",
1555
+ "path": "/packages/brick/0.1.11/components/toggle.txt",
1556
+ "bytes": 5410,
1557
+ "sha256": "7147f1e415efad878168d26f14872d610ba4673a754f051bb672c98f0cb3c8c3"
1558
+ },
1559
+ {
1560
+ "package": "brick",
1561
+ "version": "0.1.11",
1562
+ "kind": "component",
1563
+ "id": "toolbar",
1564
+ "path": "/packages/brick/0.1.11/components/toolbar.txt",
1565
+ "bytes": 4468,
1566
+ "sha256": "3ec171df6a26be7ced0cdc5dcbf7640c726decc99f533c878344b74eeab1b288"
1567
+ },
1568
+ {
1569
+ "package": "brick",
1570
+ "version": "0.1.11",
1571
+ "kind": "component",
1572
+ "id": "tooltip",
1573
+ "path": "/packages/brick/0.1.11/components/tooltip.txt",
1574
+ "bytes": 9751,
1575
+ "sha256": "98383edebecb27e07b9ccc10cb4057a32311ab646b81df274b33b9956495de3c"
1576
+ },
1577
+ {
1578
+ "package": "brick",
1579
+ "version": "0.1.11",
1580
+ "kind": "component",
1581
+ "id": "tree-grid",
1582
+ "path": "/packages/brick/0.1.11/components/tree-grid.txt",
1583
+ "bytes": 10876,
1584
+ "sha256": "eda0fdd931ff66e59be166cfafde72a97c56b641f311582665a0af685e0e2110"
1585
+ },
1586
+ {
1587
+ "package": "brick",
1588
+ "version": "0.1.11",
1589
+ "kind": "component",
1590
+ "id": "tree",
1591
+ "path": "/packages/brick/0.1.11/components/tree.txt",
1592
+ "bytes": 9816,
1593
+ "sha256": "a764a9e3b24e7bcc6329d6b7bd280f429b8c8ed7d3971ffc1325b003363afb1d"
1594
+ },
1595
+ {
1596
+ "package": "brick",
1597
+ "version": "0.1.11",
1598
+ "kind": "component",
1599
+ "id": "visually-hidden",
1600
+ "path": "/packages/brick/0.1.11/components/visually-hidden.txt",
1601
+ "bytes": 5501,
1602
+ "sha256": "5a8d20e7846ae4cbc022feacb9912cddc49cf96665341026eaf499695d560b48"
1603
+ },
1604
+ {
1605
+ "package": "brick",
1606
+ "version": "0.1.11",
1607
+ "kind": "component",
1608
+ "id": "z-stack",
1609
+ "path": "/packages/brick/0.1.11/components/z-stack.txt",
1610
+ "bytes": 5611,
1611
+ "sha256": "865b625ce61c76b71c724f5706ce8cf76d6c09604537bba5544995ab7869b031"
1612
+ },
1613
+ {
1614
+ "package": "brick",
1615
+ "version": "0.1.11",
1616
+ "kind": "document",
1617
+ "id": "guides/agent-knowledge",
1618
+ "path": "/packages/brick/0.1.11/docs/guides/agent-knowledge.txt",
1619
+ "bytes": 3488,
1620
+ "sha256": "2355cb3bb79dd4c50112261cdc0c2a20b0c809650bbfa0c231f76197922804d2"
1621
+ },
1622
+ {
1623
+ "package": "brick",
1624
+ "version": "0.1.11",
1625
+ "kind": "document",
1626
+ "id": "guides/appearance-and-tokens",
1627
+ "path": "/packages/brick/0.1.11/docs/guides/appearance-and-tokens.txt",
1628
+ "bytes": 6123,
1629
+ "sha256": "2e84e56d385746b4c01e89e97ae3f079d0fe0868ebde5057d26f41229bb8eef6"
1630
+ },
1631
+ {
1632
+ "package": "brick",
1633
+ "version": "0.1.11",
1634
+ "kind": "document",
1635
+ "id": "guides/browser-support",
1636
+ "path": "/packages/brick/0.1.11/docs/guides/browser-support.txt",
1637
+ "bytes": 1106,
1638
+ "sha256": "33ee50c326ac60f858828893153f35c4a73a26986fa3792577a91a463e161e19"
1639
+ },
1640
+ {
1641
+ "package": "brick",
1642
+ "version": "0.1.11",
1643
+ "kind": "document",
1644
+ "id": "guides/control-sizing",
1645
+ "path": "/packages/brick/0.1.11/docs/guides/control-sizing.txt",
1646
+ "bytes": 2585,
1647
+ "sha256": "162fb7f0abb6b994b023520cd18b72771a6297784985439a738984c77e304389"
1648
+ },
1649
+ {
1650
+ "package": "brick",
1651
+ "version": "0.1.11",
1652
+ "kind": "document",
1653
+ "id": "guides/installation",
1654
+ "path": "/packages/brick/0.1.11/docs/guides/installation.txt",
1655
+ "bytes": 2940,
1656
+ "sha256": "055d772bda852cce0d54ded5a95bfb7c05f1f90b517304264c8a4bb4c0a50f4d"
1657
+ },
1658
+ {
1659
+ "package": "brick",
1660
+ "version": "0.1.11",
1661
+ "kind": "document",
1662
+ "id": "guides/theme-contract",
1663
+ "path": "/packages/brick/0.1.11/docs/guides/theme-contract.txt",
1664
+ "bytes": 4471,
1665
+ "sha256": "36e46842349968402201c7ff29ea9620799a0c75e4d982199cc50c8783a1bbf4"
1666
+ },
1667
+ {
1668
+ "package": "brick",
1669
+ "version": "0.1.11",
1670
+ "kind": "guide",
1671
+ "id": "interface-composition",
1672
+ "path": "/packages/brick/0.1.11/guides/interface-composition.txt",
1673
+ "bytes": 38447,
1674
+ "sha256": "c98e961637a1e9784af91040182feb4d3ff5eee676ede2473ce5f27a98703c4a"
1675
+ },
1676
+ {
1677
+ "package": "brick",
1678
+ "version": "0.1.11",
1679
+ "kind": "guide",
1680
+ "id": "layer-selection",
1681
+ "path": "/packages/brick/0.1.11/guides/layer-selection.txt",
1682
+ "bytes": 50334,
1683
+ "sha256": "82425f4d4379f63a2b983fade33def6c481d9b29d2df27bcd83f6eed3b853cba"
1684
+ },
1685
+ {
1686
+ "package": "brick",
1687
+ "version": "0.1.11",
1688
+ "kind": "package",
1689
+ "id": "brick",
1690
+ "path": "/packages/brick/0.1.11/index.txt",
1691
+ "bytes": 6336,
1692
+ "sha256": "bbc525b38befb5fd81b731360779f1605bd05000fc6039cc6ee1e5d1b2c24722"
1693
+ },
1694
+ {
1695
+ "package": "colors",
1696
+ "version": "0.1.1",
1697
+ "kind": "document",
1698
+ "id": "agent-knowledge",
1699
+ "path": "/packages/colors/0.1.1/docs/agent-knowledge.txt",
1700
+ "bytes": 2941,
1701
+ "sha256": "519494f6698139f7438a6fa6e3e92198dd7418f5666c5a1bf89dc658ce4f9020"
1702
+ },
1703
+ {
1704
+ "package": "colors",
1705
+ "version": "0.1.1",
1706
+ "kind": "document",
1707
+ "id": "architecture",
1708
+ "path": "/packages/colors/0.1.1/docs/architecture.txt",
1709
+ "bytes": 3308,
1710
+ "sha256": "b70d53a7fb3adc04abac3f1ed0d29312bde09d6cddc7aba4466e77207c9a7729"
1711
+ },
1712
+ {
1713
+ "package": "colors",
1714
+ "version": "0.1.1",
1715
+ "kind": "document",
1716
+ "id": "color-foundations",
1717
+ "path": "/packages/colors/0.1.1/docs/color-foundations.txt",
1718
+ "bytes": 4715,
1719
+ "sha256": "5aa1f7c8700958d706c8bf047dd3e6488eebb73e698db3ad3b95a7105e85a5ff"
1720
+ },
1721
+ {
1722
+ "package": "colors",
1723
+ "version": "0.1.1",
1724
+ "kind": "document",
1725
+ "id": "compatibility",
1726
+ "path": "/packages/colors/0.1.1/docs/compatibility.txt",
1727
+ "bytes": 3336,
1728
+ "sha256": "1125c5dfebb85b23a0fff50187c9aa406ef8588a1e892fbef352c9f0bfb62ec6"
1729
+ },
1730
+ {
1731
+ "package": "colors",
1732
+ "version": "0.1.1",
1733
+ "kind": "document",
1734
+ "id": "dependency-qualification",
1735
+ "path": "/packages/colors/0.1.1/docs/dependency-qualification.txt",
1736
+ "bytes": 5060,
1737
+ "sha256": "8d5c9a68dd6ffba5ccb92d5ccdc61114437153a738db9651255e906b8d14578c"
1738
+ },
1739
+ {
1740
+ "package": "colors",
1741
+ "version": "0.1.1",
1742
+ "kind": "document",
1743
+ "id": "installation",
1744
+ "path": "/packages/colors/0.1.1/docs/installation.txt",
1745
+ "bytes": 1463,
1746
+ "sha256": "11a94c8b4e774883704bd98552eda1abafef9115a81a87e29f413c04a35f605b"
1747
+ },
1748
+ {
1749
+ "package": "colors",
1750
+ "version": "0.1.1",
1751
+ "kind": "document",
1752
+ "id": "palette-generation",
1753
+ "path": "/packages/colors/0.1.1/docs/palette-generation.txt",
1754
+ "bytes": 6381,
1755
+ "sha256": "311be8b8e906aa9e603f98f586133abe0a7d773811894d3f86eb137104431579"
1756
+ },
1757
+ {
1758
+ "package": "colors",
1759
+ "version": "0.1.1",
1760
+ "kind": "document",
1761
+ "id": "releasing",
1762
+ "path": "/packages/colors/0.1.1/docs/releasing.txt",
1763
+ "bytes": 1493,
1764
+ "sha256": "f0c4db8150834f3cb3b189c697266260fc9f38a11c9251660a413dc48bc94432"
1765
+ },
1766
+ {
1767
+ "package": "colors",
1768
+ "version": "0.1.1",
1769
+ "kind": "document",
1770
+ "id": "testing",
1771
+ "path": "/packages/colors/0.1.1/docs/testing.txt",
1772
+ "bytes": 2304,
1773
+ "sha256": "d1def9a9098552ce0894af342986a967ca1b3a36def4cf283f2a0a0b01845c7b"
1774
+ },
1775
+ {
1776
+ "package": "colors",
1777
+ "version": "0.1.1",
1778
+ "kind": "guide",
1779
+ "id": "colors-system",
1780
+ "path": "/packages/colors/0.1.1/guides/colors-system.txt",
1781
+ "bytes": 14723,
1782
+ "sha256": "f5ede52a2f8a64f4524225ea8db315efa62c0d151360383cecc45adc0778d442"
1783
+ },
1784
+ {
1785
+ "package": "colors",
1786
+ "version": "0.1.1",
1787
+ "kind": "package",
1788
+ "id": "colors",
1789
+ "path": "/packages/colors/0.1.1/index.txt",
1790
+ "bytes": 1428,
1791
+ "sha256": "9d4356fffea4e7ff5a8a9ca93fbdd9e6935796b1037196eb800b89e8ff90e6a9"
1792
+ },
1793
+ {
1794
+ "package": "colors",
1795
+ "version": "0.1.1",
1796
+ "kind": "operation",
1797
+ "id": "color-conversion",
1798
+ "path": "/packages/colors/0.1.1/operations/color-conversion.txt",
1799
+ "bytes": 323,
1800
+ "sha256": "2a40858bc0c9caee3094655ffd4989862858e8228746f4feac78f866477e0e19"
1801
+ },
1802
+ {
1803
+ "package": "colors",
1804
+ "version": "0.1.1",
1805
+ "kind": "operation",
1806
+ "id": "color-inspection",
1807
+ "path": "/packages/colors/0.1.1/operations/color-inspection.txt",
1808
+ "bytes": 499,
1809
+ "sha256": "9e3d5b35dabac3bd1b4fab7be4805721bbece2ec743b969990a4500374bfe0fe"
1810
+ },
1811
+ {
1812
+ "package": "colors",
1813
+ "version": "0.1.1",
1814
+ "kind": "operation",
1815
+ "id": "color-measurement",
1816
+ "path": "/packages/colors/0.1.1/operations/color-measurement.txt",
1817
+ "bytes": 447,
1818
+ "sha256": "b8f7321e9b065f95ba04365bb5aaf45c5dcf93a482cf80a095781f07f29e53cd"
1819
+ },
1820
+ {
1821
+ "package": "colors",
1822
+ "version": "0.1.1",
1823
+ "kind": "operation",
1824
+ "id": "color-provenance",
1825
+ "path": "/packages/colors/0.1.1/operations/color-provenance.txt",
1826
+ "bytes": 319,
1827
+ "sha256": "2e4aaa0e184d26623a27a2f0bb1247205ac2915201cc1feaaa3d9c02f9475e45"
1828
+ },
1829
+ {
1830
+ "package": "colors",
1831
+ "version": "0.1.1",
1832
+ "kind": "operation",
1833
+ "id": "named-palette-reference",
1834
+ "path": "/packages/colors/0.1.1/operations/named-palette-reference.txt",
1835
+ "bytes": 353,
1836
+ "sha256": "a8e2977a09243f470bd4168303e3747f4f7afc2a71345266c1a89713afa3c3b9"
1837
+ },
1838
+ {
1839
+ "package": "colors",
1840
+ "version": "0.1.1",
1841
+ "kind": "operation",
1842
+ "id": "palette-candidate",
1843
+ "path": "/packages/colors/0.1.1/operations/palette-candidate.txt",
1844
+ "bytes": 967,
1845
+ "sha256": "b8fffa8d25e96d95223a2aba6ad396aceacc8cf9c7ee663d7cdd9107d3b0e2ec"
1846
+ },
1847
+ {
1848
+ "package": "theme",
1849
+ "version": "0.1.1",
1850
+ "kind": "document",
1851
+ "id": "agent-knowledge",
1852
+ "path": "/packages/theme/0.1.1/docs/agent-knowledge.txt",
1853
+ "bytes": 2027,
1854
+ "sha256": "9fe01a9dcb4e439d4928018c870ef21e27a690490f3c427ced6849f0dc7fb859"
1855
+ },
1856
+ {
1857
+ "package": "theme",
1858
+ "version": "0.1.1",
1859
+ "kind": "document",
1860
+ "id": "appearances-and-portals",
1861
+ "path": "/packages/theme/0.1.1/docs/appearances-and-portals.txt",
1862
+ "bytes": 1539,
1863
+ "sha256": "92e29157b9bdab1f1e253079648e4a31a860915fbd3fd21fe91fccdf63a8ba4b"
1864
+ },
1865
+ {
1866
+ "package": "theme",
1867
+ "version": "0.1.1",
1868
+ "kind": "document",
1869
+ "id": "architecture",
1870
+ "path": "/packages/theme/0.1.1/docs/architecture.txt",
1871
+ "bytes": 6068,
1872
+ "sha256": "031bc920ff7e935bfec455df2d4ed4cade08e460735eae34d1081aea44968ad2"
1873
+ },
1874
+ {
1875
+ "package": "theme",
1876
+ "version": "0.1.1",
1877
+ "kind": "document",
1878
+ "id": "authoring",
1879
+ "path": "/packages/theme/0.1.1/docs/authoring.txt",
1880
+ "bytes": 4369,
1881
+ "sha256": "8efa9f5ab36bcc10478871823f48d8fd410a59909fec95cecc7f935cf67d50a7"
1882
+ },
1883
+ {
1884
+ "package": "theme",
1885
+ "version": "0.1.1",
1886
+ "kind": "document",
1887
+ "id": "colors-interchange",
1888
+ "path": "/packages/theme/0.1.1/docs/colors-interchange.txt",
1889
+ "bytes": 2772,
1890
+ "sha256": "7bfcd17dee4a77abd30db17e71e614bad8312766dbd2115c84e46c834a8012d6"
1891
+ },
1892
+ {
1893
+ "package": "theme",
1894
+ "version": "0.1.1",
1895
+ "kind": "document",
1896
+ "id": "fonts",
1897
+ "path": "/packages/theme/0.1.1/docs/fonts.txt",
1898
+ "bytes": 1337,
1899
+ "sha256": "7bf2e28a51d2d4cec33f5288628e2949e01506cb9eddf6fb2d7260db7a194098"
1900
+ },
1901
+ {
1902
+ "package": "theme",
1903
+ "version": "0.1.1",
1904
+ "kind": "document",
1905
+ "id": "installation",
1906
+ "path": "/packages/theme/0.1.1/docs/installation.txt",
1907
+ "bytes": 1318,
1908
+ "sha256": "22bc6e0d233b150ab7a7a676561627300ed0f52b308ae6418bf4bb56f1dc1c8b"
1909
+ },
1910
+ {
1911
+ "package": "theme",
1912
+ "version": "0.1.1",
1913
+ "kind": "document",
1914
+ "id": "migration",
1915
+ "path": "/packages/theme/0.1.1/docs/migration.txt",
1916
+ "bytes": 1819,
1917
+ "sha256": "981323ff39eca35275251c2161dfece59b5b0860e7db49672f4a6f84d8079632"
1918
+ },
1919
+ {
1920
+ "package": "theme",
1921
+ "version": "0.1.1",
1922
+ "kind": "document",
1923
+ "id": "testing",
1924
+ "path": "/packages/theme/0.1.1/docs/testing.txt",
1925
+ "bytes": 3039,
1926
+ "sha256": "67b96ff5a316896af54a38f6825fa0c406b3cc694c4b9eacda9f979964649337"
1927
+ },
1928
+ {
1929
+ "package": "theme",
1930
+ "version": "0.1.1",
1931
+ "kind": "document",
1932
+ "id": "troubleshooting",
1933
+ "path": "/packages/theme/0.1.1/docs/troubleshooting.txt",
1934
+ "bytes": 1845,
1935
+ "sha256": "2514a79d8fa78abf1167038c155daddd05fc2f9669f43552d049220250efb3f2"
1936
+ },
1937
+ {
1938
+ "package": "theme",
1939
+ "version": "0.1.1",
1940
+ "kind": "guide",
1941
+ "id": "theme-system",
1942
+ "path": "/packages/theme/0.1.1/guides/theme-system.txt",
1943
+ "bytes": 16621,
1944
+ "sha256": "b82ad13ceedb79bbecf1eca85af4442a03034acf6567275a906db90b7fb7e5c2"
1945
+ },
1946
+ {
1947
+ "package": "theme",
1948
+ "version": "0.1.1",
1949
+ "kind": "package",
1950
+ "id": "theme",
1951
+ "path": "/packages/theme/0.1.1/index.txt",
1952
+ "bytes": 1453,
1953
+ "sha256": "24a2f6675abb1e52d9c92de179993a3100f55ae27b74890e7ce59c5e24199214"
1954
+ },
1955
+ {
1956
+ "package": "theme",
1957
+ "version": "0.1.1",
1958
+ "kind": "operation",
1959
+ "id": "brick-contract-compatibility",
1960
+ "path": "/packages/theme/0.1.1/operations/brick-contract-compatibility.txt",
1961
+ "bytes": 1045,
1962
+ "sha256": "6f876d875ad791c628ce5130d7950b9419ad823cfeba606c2d01e3277ba40956"
1963
+ },
1964
+ {
1965
+ "package": "theme",
1966
+ "version": "0.1.1",
1967
+ "kind": "operation",
1968
+ "id": "colors-interchange",
1969
+ "path": "/packages/theme/0.1.1/operations/colors-interchange.txt",
1970
+ "bytes": 1133,
1971
+ "sha256": "5e5950e131f69f3e954e8df7ad9c0bda54eb79fdc3ac7f336fb7c6d7a169f3e4"
1972
+ },
1973
+ {
1974
+ "package": "theme",
1975
+ "version": "0.1.1",
1976
+ "kind": "operation",
1977
+ "id": "theme-artifacts",
1978
+ "path": "/packages/theme/0.1.1/operations/theme-artifacts.txt",
1979
+ "bytes": 471,
1980
+ "sha256": "0ada8ab53ebd6ae39c7912d3e3b8781f6295883a673272012329c015fc682f05"
1981
+ },
1982
+ {
1983
+ "package": "theme",
1984
+ "version": "0.1.1",
1985
+ "kind": "operation",
1986
+ "id": "theme-cli",
1987
+ "path": "/packages/theme/0.1.1/operations/theme-cli.txt",
1988
+ "bytes": 199,
1989
+ "sha256": "e4850c232fb404f1697e4bfeab6951085b64ff1b9330823e45c468a20bc9dc20"
1990
+ },
1991
+ {
1992
+ "package": "theme",
1993
+ "version": "0.1.1",
1994
+ "kind": "operation",
1995
+ "id": "theme-compilation",
1996
+ "path": "/packages/theme/0.1.1/operations/theme-compilation.txt",
1997
+ "bytes": 630,
1998
+ "sha256": "1036eeee64f62544eab2087b7fca71cb007c4b63f8c83f0dacef9e847ee96882"
1999
+ },
2000
+ {
2001
+ "package": "theme",
2002
+ "version": "0.1.1",
2003
+ "kind": "operation",
2004
+ "id": "theme-definition",
2005
+ "path": "/packages/theme/0.1.1/operations/theme-definition.txt",
2006
+ "bytes": 910,
2007
+ "sha256": "bf39b34b64aaec319c30b9b5ab73ffa46d9e95a44c45f80a3c789b2e9c67d872"
2008
+ },
2009
+ {
2010
+ "package": "theme",
2011
+ "version": "0.1.1",
2012
+ "kind": "operation",
2013
+ "id": "theme-validation",
2014
+ "path": "/packages/theme/0.1.1/operations/theme-validation.txt",
2015
+ "bytes": 491,
2016
+ "sha256": "bf0e9e44cfa99d863362dcc5134b877758b71fb184aed2de638701f70ad71a5b"
2017
+ },
2018
+ {
2019
+ "package": null,
2020
+ "version": null,
2021
+ "kind": "task",
2022
+ "id": "data",
2023
+ "path": "/tasks/data.txt",
2024
+ "bytes": 2320,
2025
+ "sha256": "5899676671b3af1320da42b2faf3f4103cd0f190b03bae1dad80e766a0c88701"
2026
+ },
2027
+ {
2028
+ "package": null,
2029
+ "version": null,
2030
+ "kind": "task",
2031
+ "id": "forms",
2032
+ "path": "/tasks/forms.txt",
2033
+ "bytes": 4377,
2034
+ "sha256": "c33b8d7c30f12372df2b4c318ba6e234e2a42d6d6b438a1dcc346a74333ecea7"
2035
+ },
2036
+ {
2037
+ "package": null,
2038
+ "version": null,
2039
+ "kind": "task",
2040
+ "id": "layout",
2041
+ "path": "/tasks/layout.txt",
2042
+ "bytes": 2165,
2043
+ "sha256": "42f0fde3a75ac977922cf25c2e5cf448a859a5c2c48f11cd76665c9aa0618fb4"
2044
+ },
2045
+ {
2046
+ "package": null,
2047
+ "version": null,
2048
+ "kind": "task",
2049
+ "id": "navigation",
2050
+ "path": "/tasks/navigation.txt",
2051
+ "bytes": 3318,
2052
+ "sha256": "6f47bce64fcd71804d6543b65baf13670c120acc9ba5f410d7b5156bd692de6d"
2053
+ },
2054
+ {
2055
+ "package": null,
2056
+ "version": null,
2057
+ "kind": "task",
2058
+ "id": "overlays",
2059
+ "path": "/tasks/overlays.txt",
2060
+ "bytes": 2341,
2061
+ "sha256": "1a478b45c9b6bbb6ab43f941064af484ed1db4177f9084a06f360097655b8fcf"
2062
+ },
2063
+ {
2064
+ "package": null,
2065
+ "version": null,
2066
+ "kind": "task",
2067
+ "id": "theming",
2068
+ "path": "/tasks/theming.txt",
2069
+ "bytes": 2212,
2070
+ "sha256": "aca98c3f7a06cb3caf4907a84c76dce065affb1f399c8d809dc55cf6f92e732c"
2071
+ }
2072
+ ]
2073
+ }