randmarcomps 1.652.0 → 1.654.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 (207) hide show
  1. package/dist/App.d.ts +3 -0
  2. package/dist/api-config-context.d.ts +9 -0
  3. package/dist/chat-context.d.ts +14 -0
  4. package/dist/components/pages/explore-manufacturers.d.ts +6 -0
  5. package/dist/components/pages/manufacturer-overview/components/billing-info.d.ts +9 -0
  6. package/dist/components/pages/manufacturer-overview/components/credit-finance-card.d.ts +7 -0
  7. package/dist/components/pages/manufacturer-overview/components/inventory-finance-card.d.ts +7 -0
  8. package/dist/components/pages/manufacturer-overview/components/open-to-work.d.ts +8 -0
  9. package/dist/components/pages/manufacturer-overview/components/public-info.d.ts +9 -0
  10. package/dist/components/pages/manufacturer-overview/components/qualifications.d.ts +9 -0
  11. package/dist/components/pages/manufacturer-overview/components/reports.d.ts +8 -0
  12. package/dist/components/pages/manufacturer-overview/components/reseller-orders.d.ts +8 -0
  13. package/dist/components/pages/manufacturer-overview/view.d.ts +10 -0
  14. package/dist/components/pages/partner-relationship/components/manufacturer-categories-stats.d.ts +8 -0
  15. package/dist/components/pages/partner-relationship/components/manufacturer-categories.d.ts +8 -0
  16. package/dist/components/pages/partner-relationship/components/manufacturer-category-summary.d.ts +11 -0
  17. package/dist/components/pages/partner-relationship/components/manufacturer-products.d.ts +8 -0
  18. package/dist/components/pages/partner-relationship/view.d.ts +9 -0
  19. package/dist/components/pages/product-overview/components/invoices-table.d.ts +8 -0
  20. package/dist/components/pages/product-overview/components/logs-table.d.ts +7 -0
  21. package/dist/components/pages/product-overview/components/purchase-orders-table.d.ts +10 -0
  22. package/dist/components/pages/product-overview/components/receipts-table.d.ts +8 -0
  23. package/dist/components/pages/product-overview/components/requisitions-table.d.ts +8 -0
  24. package/dist/components/pages/product-overview/view.d.ts +18 -0
  25. package/dist/components/pages/reseller-overview/components/account-tier.d.ts +10 -0
  26. package/dist/components/pages/reseller-overview/components/billing-card.d.ts +12 -0
  27. package/dist/components/pages/reseller-overview/components/order-categories.d.ts +7 -0
  28. package/dist/components/pages/reseller-overview/components/public-info.d.ts +10 -0
  29. package/dist/components/pages/reseller-overview/components/reports-section.d.ts +8 -0
  30. package/dist/components/pages/reseller-overview/components/sales-chart-card.d.ts +21 -0
  31. package/dist/components/pages/reseller-overview/components/sales-data.d.ts +8 -0
  32. package/dist/components/pages/reseller-overview/components/upgrade-tier-modal.d.ts +9 -0
  33. package/dist/components/pages/reseller-overview/view.d.ts +12 -0
  34. package/dist/components/pages/search/components/grid.d.ts +42 -0
  35. package/dist/components/pages/search/components/search-no-results-card.d.ts +13 -0
  36. package/dist/components/pages/search/components/search-results-header.d.ts +11 -0
  37. package/dist/components/pages/search/components/search-results-skeleton.d.ts +9 -0
  38. package/dist/components/pages/search/view.d.ts +18 -0
  39. package/dist/components/ui/accordion.d.ts +7 -0
  40. package/dist/components/ui/active-orders-card.d.ts +7 -0
  41. package/dist/components/ui/alert-dialog.d.ts +18 -0
  42. package/dist/components/ui/alert.d.ts +8 -0
  43. package/dist/components/ui/api-image.d.ts +7 -0
  44. package/dist/components/ui/areacharts.d.ts +47 -0
  45. package/dist/components/ui/avatar.d.ts +6 -0
  46. package/dist/components/ui/avatarfooter.d.ts +9 -0
  47. package/dist/components/ui/badge.d.ts +11 -0
  48. package/dist/components/ui/button.d.ts +19 -0
  49. package/dist/components/ui/calendar.d.ts +8 -0
  50. package/dist/components/ui/card.d.ts +8 -0
  51. package/dist/components/ui/category-card.d.ts +6 -0
  52. package/dist/components/ui/charttooltipcontent.d.ts +14 -0
  53. package/dist/components/ui/chat/ChatLeftSidebar.d.ts +17 -0
  54. package/dist/components/ui/chat/ChatMainArea.d.ts +16 -0
  55. package/dist/components/ui/chat/ChatRightSidebar.d.ts +10 -0
  56. package/dist/components/ui/chat/UserSetupForm.d.ts +4 -0
  57. package/dist/components/ui/chat/ai-chat-layout.d.ts +16 -0
  58. package/dist/components/ui/chat/assistant-chat.d.ts +6 -0
  59. package/dist/components/ui/chat/chat-layout.d.ts +7 -0
  60. package/dist/components/ui/chat/chat-list.d.ts +9 -0
  61. package/dist/components/ui/chat/chat-messages.d.ts +20 -0
  62. package/dist/components/ui/chat/chat.d.ts +23 -0
  63. package/dist/components/ui/chat/debug-message-display.d.ts +4 -0
  64. package/dist/components/ui/checkbox-card-list.d.ts +31 -0
  65. package/dist/components/ui/checkbox.d.ts +4 -0
  66. package/dist/components/ui/command.d.ts +80 -0
  67. package/dist/components/ui/country-flag.d.ts +7 -0
  68. package/dist/components/ui/data-refresh-assistant-cluster.d.ts +13 -0
  69. package/dist/components/ui/data-table.d.ts +12 -0
  70. package/dist/components/ui/date-picker.d.ts +18 -0
  71. package/dist/components/ui/dialog.d.ts +26 -0
  72. package/dist/components/ui/dropdown-menu.d.ts +27 -0
  73. package/dist/components/ui/external-product-card.d.ts +12 -0
  74. package/dist/components/ui/general-document-card.d.ts +6 -0
  75. package/dist/components/ui/input-otp.d.ts +11 -0
  76. package/dist/components/ui/input.d.ts +8 -0
  77. package/dist/components/ui/invoice-card.d.ts +6 -0
  78. package/dist/components/ui/label.d.ts +4 -0
  79. package/dist/components/ui/layout.d.ts +18 -0
  80. package/dist/components/ui/manufacturer-card.d.ts +12 -0
  81. package/dist/components/ui/manufacturer-get-started-button.d.ts +17 -0
  82. package/dist/components/ui/manufacturer-reordering-card.d.ts +11 -0
  83. package/dist/components/ui/multi-select.d.ts +10 -0
  84. package/dist/components/ui/navbar-route-matcher.d.ts +2 -0
  85. package/dist/components/ui/navbar.d.ts +19 -0
  86. package/dist/components/ui/opportunities-table.d.ts +8 -0
  87. package/dist/components/ui/order-card.d.ts +6 -0
  88. package/dist/components/ui/orders-card.d.ts +9 -0
  89. package/dist/components/ui/page-header.d.ts +6 -0
  90. package/dist/components/ui/partner-actions.d.ts +7 -0
  91. package/dist/components/ui/partner-card-header.d.ts +26 -0
  92. package/dist/components/ui/partner-card.d.ts +16 -0
  93. package/dist/components/ui/partner-logo.d.ts +10 -0
  94. package/dist/components/ui/partner-page-shell.d.ts +10 -0
  95. package/dist/components/ui/popover.d.ts +7 -0
  96. package/dist/components/ui/preloader-black-icon.json.d.ts +1240 -0
  97. package/dist/components/ui/preloader-icon.d.ts +5 -0
  98. package/dist/components/ui/preloader-white-icon.json.d.ts +1363 -0
  99. package/dist/components/ui/preloader.d.ts +6 -0
  100. package/dist/components/ui/product-card.d.ts +18 -0
  101. package/dist/components/ui/product-image-carousel.d.ts +10 -0
  102. package/dist/components/ui/product-image.d.ts +23 -0
  103. package/dist/components/ui/product-inventory-button.d.ts +11 -0
  104. package/dist/components/ui/product-inventory-grid.d.ts +8 -0
  105. package/dist/components/ui/progress.d.ts +4 -0
  106. package/dist/components/ui/qualification-badge.d.ts +6 -0
  107. package/dist/components/ui/radio-group.d.ts +5 -0
  108. package/dist/components/ui/refresh-cluster.d.ts +15 -0
  109. package/dist/components/ui/reseller-billing-overview-card.d.ts +9 -0
  110. package/dist/components/ui/reseller-card.d.ts +10 -0
  111. package/dist/components/ui/reseller-qualifications-card.d.ts +7 -0
  112. package/dist/components/ui/returns-table.d.ts +8 -0
  113. package/dist/components/ui/rich-text-editor.d.ts +7 -0
  114. package/dist/components/ui/rm-body-zone.d.ts +3 -0
  115. package/dist/components/ui/rm-page-header.d.ts +22 -0
  116. package/dist/components/ui/sales-chart.d.ts +21 -0
  117. package/dist/components/ui/sales-overview-card.d.ts +8 -0
  118. package/dist/components/ui/scroll-area.d.ts +8 -0
  119. package/dist/components/ui/select.d.ts +13 -0
  120. package/dist/components/ui/separator.d.ts +4 -0
  121. package/dist/components/ui/sheet.d.ts +25 -0
  122. package/dist/components/ui/shell-header.d.ts +3 -0
  123. package/dist/components/ui/shipment-card.d.ts +6 -0
  124. package/dist/components/ui/sidebar.d.ts +57 -0
  125. package/dist/components/ui/skeleton.d.ts +2 -0
  126. package/dist/components/ui/summary-overview-card.d.ts +25 -0
  127. package/dist/components/ui/switch.d.ts +4 -0
  128. package/dist/components/ui/system-log-feed.d.ts +11 -0
  129. package/dist/components/ui/system-log-feed.helpers.d.ts +16 -0
  130. package/dist/components/ui/table.d.ts +10 -0
  131. package/dist/components/ui/tabs.d.ts +7 -0
  132. package/dist/components/ui/textarea.d.ts +3 -0
  133. package/dist/components/ui/toast.d.ts +15 -0
  134. package/dist/components/ui/toaster.d.ts +1 -0
  135. package/dist/components/ui/tooltip.d.ts +7 -0
  136. package/dist/components/ui/top-percent-treemap.d.ts +14 -0
  137. package/dist/components/ui/topbar.d.ts +7 -0
  138. package/dist/components/ui/treemap.d.ts +16 -0
  139. package/dist/components/ui/unsaved-changes-dialog.d.ts +11 -0
  140. package/dist/custom-api-types.d.ts +8 -0
  141. package/dist/hooks/use-gemini.d.ts +51 -0
  142. package/dist/hooks/use-intersection-observer.d.ts +9 -0
  143. package/dist/hooks/use-mobile.d.ts +1 -0
  144. package/dist/hooks/use-partnership-assistant-prompt.d.ts +3 -0
  145. package/dist/hooks/use-router-navigation-guard.d.ts +11 -0
  146. package/dist/hooks/use-sidebar.d.ts +12 -0
  147. package/dist/hooks/use-toast.d.ts +20 -0
  148. package/dist/hooks/useAIAssistant.d.ts +32 -0
  149. package/dist/lib/utils.d.ts +48 -0
  150. package/dist/lib.d.ts +96 -0
  151. package/dist/main.d.ts +0 -0
  152. package/dist/portal-theme-provider.d.ts +8 -0
  153. package/dist/randmarcomps.cjs +26 -26
  154. package/dist/randmarcomps.js +5144 -5212
  155. package/dist/stories/ActiveOrdersCard.stories.d.ts +23 -0
  156. package/dist/stories/AlertDialog.stories.d.ts +8 -0
  157. package/dist/stories/AreaChart.stories.d.ts +64 -0
  158. package/dist/stories/Avatar.stories.d.ts +20 -0
  159. package/dist/stories/Badge.stories.d.ts +36 -0
  160. package/dist/stories/Button.stories.d.ts +32 -0
  161. package/dist/stories/Card.stories.d.ts +18 -0
  162. package/dist/stories/CheckboxCardList.stories.d.ts +9 -0
  163. package/dist/stories/DataRefreshAssistantCluster.stories.d.ts +14 -0
  164. package/dist/stories/DataTable.stories.d.ts +21 -0
  165. package/dist/stories/Dialog.stories.d.ts +19 -0
  166. package/dist/stories/DropdownMenu.stories.d.ts +26 -0
  167. package/dist/stories/ExploreManufacturers.stories.d.ts +6 -0
  168. package/dist/stories/ExternalProductCard.stories.d.ts +20 -0
  169. package/dist/stories/Input.stories.d.ts +22 -0
  170. package/dist/stories/ManufacturerCard.stories.d.ts +49 -0
  171. package/dist/stories/ManufacturerGetStartedButton.stories.d.ts +9 -0
  172. package/dist/stories/ManufacturerReorderingCard.stories.d.ts +14 -0
  173. package/dist/stories/MaskedInput.stories.d.ts +15 -0
  174. package/dist/stories/MultiSelect.stories.d.ts +32 -0
  175. package/dist/stories/Navbar.stories.d.ts +28 -0
  176. package/dist/stories/NavigationShell.stories.d.ts +20 -0
  177. package/dist/stories/PageHeader.stories.d.ts +9 -0
  178. package/dist/stories/PartnerCard.stories.d.ts +21 -0
  179. package/dist/stories/PortalThemes.stories.d.ts +11 -0
  180. package/dist/stories/Preloader.stories.d.ts +18 -0
  181. package/dist/stories/ProductCard.stories.d.ts +28 -0
  182. package/dist/stories/ProductImage.stories.d.ts +26 -0
  183. package/dist/stories/ProductImageCarousel.stories.d.ts +12 -0
  184. package/dist/stories/ProductInventoryGrid.stories.d.ts +27 -0
  185. package/dist/stories/RefreshCluster.stories.d.ts +15 -0
  186. package/dist/stories/ResellerBillingOverviewCard.stories.d.ts +27 -0
  187. package/dist/stories/ResellerCard.stories.d.ts +49 -0
  188. package/dist/stories/ResellerQualificationsCard.stories.d.ts +21 -0
  189. package/dist/stories/RichTextEditor.stories.d.ts +11 -0
  190. package/dist/stories/RmPageHeader.stories.d.ts +22 -0
  191. package/dist/stories/SalesOverviewCard.stories.d.ts +23 -0
  192. package/dist/stories/ScrollArea.stories.d.ts +16 -0
  193. package/dist/stories/SearchExperience.stories.d.ts +17 -0
  194. package/dist/stories/Select.stories.d.ts +13 -0
  195. package/dist/stories/Skeleton.stories.d.ts +20 -0
  196. package/dist/stories/SummaryOverviewCard.stories.d.ts +15 -0
  197. package/dist/stories/Switch.stories.d.ts +14 -0
  198. package/dist/stories/SystemLogFeed.stories.d.ts +20 -0
  199. package/dist/stories/Tabs.stories.d.ts +17 -0
  200. package/dist/stories/Tooltip.stories.d.ts +17 -0
  201. package/dist/stories/Topbar.stories.d.ts +27 -0
  202. package/dist/stories/Treemap.stories.d.ts +12 -0
  203. package/dist/utils/api-url.d.ts +13 -0
  204. package/dist/utils/assistant-mcp.d.ts +8 -0
  205. package/dist/utils/randmar-api-constants.d.ts +3 -0
  206. package/package.json +6 -9
  207. package/dist/randmarcomps.d.ts +0 -1455
@@ -0,0 +1,1240 @@
1
+ declare const _default: {
2
+ "v": "5.12.1",
3
+ "fr": 59.9400024414062,
4
+ "ip": 0,
5
+ "op": 660.000026882351,
6
+ "w": 1080,
7
+ "h": 1080,
8
+ "nm": "Comp 1",
9
+ "ddd": 0,
10
+ "assets": [
11
+ {
12
+ "id": "comp_0",
13
+ "nm": "randmar pulse",
14
+ "fr": 59.9400024414062,
15
+ "layers": [
16
+ {
17
+ "ddd": 0,
18
+ "ind": 1,
19
+ "ty": 4,
20
+ "nm": "Shape Layer 3",
21
+ "sr": 1,
22
+ "ks": {
23
+ "o": {
24
+ "a": 0,
25
+ "k": 100,
26
+ "ix": 11
27
+ },
28
+ "r": {
29
+ "a": 0,
30
+ "k": 0,
31
+ "ix": 10
32
+ },
33
+ "p": {
34
+ "a": 0,
35
+ "k": [ 960, 540, 0 ],
36
+ "ix": 2,
37
+ "l": 2
38
+ },
39
+ "a": {
40
+ "a": 0,
41
+ "k": [ 0, 0, 0 ],
42
+ "ix": 1,
43
+ "l": 2
44
+ },
45
+ "s": {
46
+ "a": 1,
47
+ "k": [
48
+ {
49
+ "i": {
50
+ "x": [ 0.667, 0.667, 0.667 ],
51
+ "y": [ 1, 1, 1 ]
52
+ },
53
+ "o": {
54
+ "x": [ 0.333, 0.333, 0.333 ],
55
+ "y": [ 0, 0, 0 ]
56
+ },
57
+ "t": 21,
58
+ "s": [ 0, 0, 100 ]
59
+ },
60
+ {
61
+ "i": {
62
+ "x": [ 0.667, 0.667, 0.667 ],
63
+ "y": [ 1, 1, 1 ]
64
+ },
65
+ "o": {
66
+ "x": [ 0.333, 0.333, 0.333 ],
67
+ "y": [ 0, 0, 0 ]
68
+ },
69
+ "t": 42,
70
+ "s": [ 111, 111, 100 ]
71
+ },
72
+ {
73
+ "i": {
74
+ "x": [ 0.667, 0.667, 0.667 ],
75
+ "y": [ 1, 1, 1 ]
76
+ },
77
+ "o": {
78
+ "x": [ 0.333, 0.333, 0.333 ],
79
+ "y": [ 0, 0, 0 ]
80
+ },
81
+ "t": 52,
82
+ "s": [ 100, 100, 100 ]
83
+ },
84
+ {
85
+ "i": {
86
+ "x": [ 0.667, 0.667, 0.667 ],
87
+ "y": [ 1, 1, 1 ]
88
+ },
89
+ "o": {
90
+ "x": [ 0.333, 0.333, 0.333 ],
91
+ "y": [ 0, 0, 0 ]
92
+ },
93
+ "t": 107,
94
+ "s": [ 100, 100, 100 ]
95
+ },
96
+ {
97
+ "i": {
98
+ "x": [ 0.667, 0.667, 0.667 ],
99
+ "y": [ 1, 1, 1 ]
100
+ },
101
+ "o": {
102
+ "x": [ 0.333, 0.333, 0.333 ],
103
+ "y": [ 0, 0, 0 ]
104
+ },
105
+ "t": 134,
106
+ "s": [ 105, 105, 100 ]
107
+ },
108
+ {
109
+ "i": {
110
+ "x": [ 0.667, 0.667, 0.667 ],
111
+ "y": [ 1, 1, 1 ]
112
+ },
113
+ "o": {
114
+ "x": [ 0.333, 0.333, 0.333 ],
115
+ "y": [ 0, 0, 0 ]
116
+ },
117
+ "t": 163,
118
+ "s": [ 100, 100, 100 ]
119
+ },
120
+ {
121
+ "i": {
122
+ "x": [ 0.667, 0.667, 0.667 ],
123
+ "y": [ 1, 1, 1 ]
124
+ },
125
+ "o": {
126
+ "x": [ 0.333, 0.333, 0.333 ],
127
+ "y": [ 0, 0, 0 ]
128
+ },
129
+ "t": 223,
130
+ "s": [ 100, 100, 100 ]
131
+ },
132
+ {
133
+ "i": {
134
+ "x": [ 0.667, 0.667, 0.667 ],
135
+ "y": [ 1, 1, 1 ]
136
+ },
137
+ "o": {
138
+ "x": [ 0.333, 0.333, 0.333 ],
139
+ "y": [ 0, 0, 0 ]
140
+ },
141
+ "t": 250,
142
+ "s": [ 105, 105, 100 ]
143
+ },
144
+ {
145
+ "i": {
146
+ "x": [ 0.667, 0.667, 0.667 ],
147
+ "y": [ 1, 1, 1 ]
148
+ },
149
+ "o": {
150
+ "x": [ 0.333, 0.333, 0.333 ],
151
+ "y": [ 0, 0, 0 ]
152
+ },
153
+ "t": 279,
154
+ "s": [ 100, 100, 100 ]
155
+ },
156
+ {
157
+ "i": {
158
+ "x": [ 0.667, 0.667, 0.667 ],
159
+ "y": [ 1, 1, 1 ]
160
+ },
161
+ "o": {
162
+ "x": [ 0.333, 0.333, 0.333 ],
163
+ "y": [ 0, 0, 0 ]
164
+ },
165
+ "t": 339,
166
+ "s": [ 100, 100, 100 ]
167
+ },
168
+ {
169
+ "i": {
170
+ "x": [ 0.667, 0.667, 0.667 ],
171
+ "y": [ 1, 1, 1 ]
172
+ },
173
+ "o": {
174
+ "x": [ 0.333, 0.333, 0.333 ],
175
+ "y": [ 0, 0, 0 ]
176
+ },
177
+ "t": 366,
178
+ "s": [ 105, 105, 100 ]
179
+ },
180
+ {
181
+ "i": {
182
+ "x": [ 0.667, 0.667, 0.667 ],
183
+ "y": [ 1, 1, 1 ]
184
+ },
185
+ "o": {
186
+ "x": [ 0.333, 0.333, 0.333 ],
187
+ "y": [ 0, 0, 0 ]
188
+ },
189
+ "t": 395,
190
+ "s": [ 100, 100, 100 ]
191
+ },
192
+ {
193
+ "i": {
194
+ "x": [ 0.667, 0.667, 0.667 ],
195
+ "y": [ 1, 1, 1 ]
196
+ },
197
+ "o": {
198
+ "x": [ 0.333, 0.333, 0.333 ],
199
+ "y": [ 0, 0, 0 ]
200
+ },
201
+ "t": 455,
202
+ "s": [ 100, 100, 100 ]
203
+ },
204
+ {
205
+ "i": {
206
+ "x": [ 0.667, 0.667, 0.667 ],
207
+ "y": [ 1, 1, 1 ]
208
+ },
209
+ "o": {
210
+ "x": [ 0.333, 0.333, 0.333 ],
211
+ "y": [ 0, 0, 0 ]
212
+ },
213
+ "t": 482,
214
+ "s": [ 105, 105, 100 ]
215
+ },
216
+ {
217
+ "i": {
218
+ "x": [ 0.667, 0.667, 0.667 ],
219
+ "y": [ 1, 1, 1 ]
220
+ },
221
+ "o": {
222
+ "x": [ 0.333, 0.333, 0.333 ],
223
+ "y": [ 0, 0, 0 ]
224
+ },
225
+ "t": 511,
226
+ "s": [ 100, 100, 100 ]
227
+ },
228
+ {
229
+ "i": {
230
+ "x": [ 0.667, 0.667, 0.667 ],
231
+ "y": [ 1, 1, 1 ]
232
+ },
233
+ "o": {
234
+ "x": [ 0.333, 0.333, 0.333 ],
235
+ "y": [ 0, 0, 0 ]
236
+ },
237
+ "t": 571,
238
+ "s": [ 100, 100, 100 ]
239
+ },
240
+ {
241
+ "i": {
242
+ "x": [ 0.667, 0.667, 0.667 ],
243
+ "y": [ 1, 1, 1 ]
244
+ },
245
+ "o": {
246
+ "x": [ 0.333, 0.333, 0.333 ],
247
+ "y": [ 0, 0, 0 ]
248
+ },
249
+ "t": 598,
250
+ "s": [ 105, 105, 100 ]
251
+ },
252
+ {
253
+ "t": 627.000025538234,
254
+ "s": [ 0, 0, 100 ]
255
+ }
256
+ ],
257
+ "ix": 6,
258
+ "l": 2
259
+ }
260
+ },
261
+ "ao": 0,
262
+ "shapes": [
263
+ {
264
+ "ty": "gr",
265
+ "it": [
266
+ {
267
+ "ind": 0,
268
+ "ty": "sh",
269
+ "ix": 1,
270
+ "ks": {
271
+ "a": 0,
272
+ "k": {
273
+ "i": [
274
+ [ 0, 0 ],
275
+ [ 0, 0 ],
276
+ [ 0, 0 ],
277
+ [ 0, 0 ],
278
+ [ 0, 0 ],
279
+ [ 0, 0 ]
280
+ ],
281
+ "o": [
282
+ [ 0, 0 ],
283
+ [ 0, 0 ],
284
+ [ 0, 0 ],
285
+ [ 0, 0 ],
286
+ [ 0, 0 ],
287
+ [ 0, 0 ]
288
+ ],
289
+ "v": [
290
+ [ 149.125, -150.875 ],
291
+ [ -152.875, -150.875 ],
292
+ [ -152.875, 151.125 ],
293
+ [ -92, 151.125 ],
294
+ [ -92, -90 ],
295
+ [ 149.125, -90 ]
296
+ ],
297
+ "c": true
298
+ },
299
+ "ix": 2
300
+ },
301
+ "nm": "Path 1",
302
+ "mn": "ADBE Vector Shape - Group",
303
+ "hd": false
304
+ },
305
+ {
306
+ "ty": "fl",
307
+ "c": {
308
+ "a": 0,
309
+ "k": [ 0.172549019608, 0.172549019608, 0.172549019608, 1 ],
310
+ "ix": 4
311
+ },
312
+ "o": {
313
+ "a": 0,
314
+ "k": 100,
315
+ "ix": 5
316
+ },
317
+ "r": 1,
318
+ "bm": 0,
319
+ "nm": "Fill 1",
320
+ "mn": "ADBE Vector Graphic - Fill",
321
+ "hd": false
322
+ },
323
+ {
324
+ "ty": "tr",
325
+ "p": {
326
+ "a": 0,
327
+ "k": [ 0, 0 ],
328
+ "ix": 2
329
+ },
330
+ "a": {
331
+ "a": 0,
332
+ "k": [ 0, 0 ],
333
+ "ix": 1
334
+ },
335
+ "s": {
336
+ "a": 0,
337
+ "k": [ 100, 100 ],
338
+ "ix": 3
339
+ },
340
+ "r": {
341
+ "a": 0,
342
+ "k": 0,
343
+ "ix": 6
344
+ },
345
+ "o": {
346
+ "a": 0,
347
+ "k": 100,
348
+ "ix": 7
349
+ },
350
+ "sk": {
351
+ "a": 0,
352
+ "k": 0,
353
+ "ix": 4
354
+ },
355
+ "sa": {
356
+ "a": 0,
357
+ "k": 0,
358
+ "ix": 5
359
+ },
360
+ "nm": "Transform"
361
+ }
362
+ ],
363
+ "nm": "Shape 1",
364
+ "np": 3,
365
+ "cix": 2,
366
+ "bm": 0,
367
+ "ix": 1,
368
+ "mn": "ADBE Vector Group",
369
+ "hd": false
370
+ }
371
+ ],
372
+ "ip": 21.0000008553475,
373
+ "op": 660.000026882351,
374
+ "st": 21.0000008553475,
375
+ "ct": 1,
376
+ "bm": 0
377
+ },
378
+ {
379
+ "ddd": 0,
380
+ "ind": 2,
381
+ "ty": 4,
382
+ "nm": "Shape Layer 2",
383
+ "sr": 1,
384
+ "ks": {
385
+ "o": {
386
+ "a": 0,
387
+ "k": 100,
388
+ "ix": 11
389
+ },
390
+ "r": {
391
+ "a": 0,
392
+ "k": 0,
393
+ "ix": 10
394
+ },
395
+ "p": {
396
+ "a": 0,
397
+ "k": [ 960, 540, 0 ],
398
+ "ix": 2,
399
+ "l": 2
400
+ },
401
+ "a": {
402
+ "a": 0,
403
+ "k": [ 0, 0, 0 ],
404
+ "ix": 1,
405
+ "l": 2
406
+ },
407
+ "s": {
408
+ "a": 1,
409
+ "k": [
410
+ {
411
+ "i": {
412
+ "x": [ 0.667, 0.667, 0.667 ],
413
+ "y": [ 1, 1, 1 ]
414
+ },
415
+ "o": {
416
+ "x": [ 0.333, 0.333, 0.333 ],
417
+ "y": [ 0, 0, 0 ]
418
+ },
419
+ "t": 10,
420
+ "s": [ 0, 0, 100 ]
421
+ },
422
+ {
423
+ "i": {
424
+ "x": [ 0.667, 0.667, 0.667 ],
425
+ "y": [ 1, 1, 1 ]
426
+ },
427
+ "o": {
428
+ "x": [ 0.333, 0.333, 0.333 ],
429
+ "y": [ 0, 0, 0 ]
430
+ },
431
+ "t": 31,
432
+ "s": [ 111, 111, 100 ]
433
+ },
434
+ {
435
+ "i": {
436
+ "x": [ 0.667, 0.667, 0.667 ],
437
+ "y": [ 1, 1, 1 ]
438
+ },
439
+ "o": {
440
+ "x": [ 0.333, 0.333, 0.333 ],
441
+ "y": [ 0, 0, 0 ]
442
+ },
443
+ "t": 41,
444
+ "s": [ 100, 100, 100 ]
445
+ },
446
+ {
447
+ "i": {
448
+ "x": [ 0.667, 0.667, 0.667 ],
449
+ "y": [ 1, 1, 1 ]
450
+ },
451
+ "o": {
452
+ "x": [ 0.333, 0.333, 0.333 ],
453
+ "y": [ 0, 0, 0 ]
454
+ },
455
+ "t": 96,
456
+ "s": [ 100, 100, 100 ]
457
+ },
458
+ {
459
+ "i": {
460
+ "x": [ 0.667, 0.667, 0.667 ],
461
+ "y": [ 1, 1, 1 ]
462
+ },
463
+ "o": {
464
+ "x": [ 0.333, 0.333, 0.333 ],
465
+ "y": [ 0, 0, 0 ]
466
+ },
467
+ "t": 123,
468
+ "s": [ 105, 105, 100 ]
469
+ },
470
+ {
471
+ "i": {
472
+ "x": [ 0.667, 0.667, 0.667 ],
473
+ "y": [ 1, 1, 1 ]
474
+ },
475
+ "o": {
476
+ "x": [ 0.333, 0.333, 0.333 ],
477
+ "y": [ 0, 0, 0 ]
478
+ },
479
+ "t": 152,
480
+ "s": [ 100, 100, 100 ]
481
+ },
482
+ {
483
+ "i": {
484
+ "x": [ 0.667, 0.667, 0.667 ],
485
+ "y": [ 1, 1, 1 ]
486
+ },
487
+ "o": {
488
+ "x": [ 0.333, 0.333, 0.333 ],
489
+ "y": [ 0, 0, 0 ]
490
+ },
491
+ "t": 212,
492
+ "s": [ 100, 100, 100 ]
493
+ },
494
+ {
495
+ "i": {
496
+ "x": [ 0.667, 0.667, 0.667 ],
497
+ "y": [ 1, 1, 1 ]
498
+ },
499
+ "o": {
500
+ "x": [ 0.333, 0.333, 0.333 ],
501
+ "y": [ 0, 0, 0 ]
502
+ },
503
+ "t": 239,
504
+ "s": [ 105, 105, 100 ]
505
+ },
506
+ {
507
+ "i": {
508
+ "x": [ 0.667, 0.667, 0.667 ],
509
+ "y": [ 1, 1, 1 ]
510
+ },
511
+ "o": {
512
+ "x": [ 0.333, 0.333, 0.333 ],
513
+ "y": [ 0, 0, 0 ]
514
+ },
515
+ "t": 268,
516
+ "s": [ 100, 100, 100 ]
517
+ },
518
+ {
519
+ "i": {
520
+ "x": [ 0.667, 0.667, 0.667 ],
521
+ "y": [ 1, 1, 1 ]
522
+ },
523
+ "o": {
524
+ "x": [ 0.333, 0.333, 0.333 ],
525
+ "y": [ 0, 0, 0 ]
526
+ },
527
+ "t": 328,
528
+ "s": [ 100, 100, 100 ]
529
+ },
530
+ {
531
+ "i": {
532
+ "x": [ 0.667, 0.667, 0.667 ],
533
+ "y": [ 1, 1, 1 ]
534
+ },
535
+ "o": {
536
+ "x": [ 0.333, 0.333, 0.333 ],
537
+ "y": [ 0, 0, 0 ]
538
+ },
539
+ "t": 355,
540
+ "s": [ 105, 105, 100 ]
541
+ },
542
+ {
543
+ "i": {
544
+ "x": [ 0.667, 0.667, 0.667 ],
545
+ "y": [ 1, 1, 1 ]
546
+ },
547
+ "o": {
548
+ "x": [ 0.333, 0.333, 0.333 ],
549
+ "y": [ 0, 0, 0 ]
550
+ },
551
+ "t": 384,
552
+ "s": [ 100, 100, 100 ]
553
+ },
554
+ {
555
+ "i": {
556
+ "x": [ 0.667, 0.667, 0.667 ],
557
+ "y": [ 1, 1, 1 ]
558
+ },
559
+ "o": {
560
+ "x": [ 0.333, 0.333, 0.333 ],
561
+ "y": [ 0, 0, 0 ]
562
+ },
563
+ "t": 444,
564
+ "s": [ 100, 100, 100 ]
565
+ },
566
+ {
567
+ "i": {
568
+ "x": [ 0.667, 0.667, 0.667 ],
569
+ "y": [ 1, 1, 1 ]
570
+ },
571
+ "o": {
572
+ "x": [ 0.333, 0.333, 0.333 ],
573
+ "y": [ 0, 0, 0 ]
574
+ },
575
+ "t": 471,
576
+ "s": [ 105, 105, 100 ]
577
+ },
578
+ {
579
+ "i": {
580
+ "x": [ 0.667, 0.667, 0.667 ],
581
+ "y": [ 1, 1, 1 ]
582
+ },
583
+ "o": {
584
+ "x": [ 0.333, 0.333, 0.333 ],
585
+ "y": [ 0, 0, 0 ]
586
+ },
587
+ "t": 500,
588
+ "s": [ 100, 100, 100 ]
589
+ },
590
+ {
591
+ "i": {
592
+ "x": [ 0.667, 0.667, 0.667 ],
593
+ "y": [ 1, 1, 1 ]
594
+ },
595
+ "o": {
596
+ "x": [ 0.333, 0.333, 0.333 ],
597
+ "y": [ 0, 0, 0 ]
598
+ },
599
+ "t": 560,
600
+ "s": [ 100, 100, 100 ]
601
+ },
602
+ {
603
+ "i": {
604
+ "x": [ 0.667, 0.667, 0.667 ],
605
+ "y": [ 1, 1, 1 ]
606
+ },
607
+ "o": {
608
+ "x": [ 0.333, 0.333, 0.333 ],
609
+ "y": [ 0, 0, 0 ]
610
+ },
611
+ "t": 587,
612
+ "s": [ 105, 105, 100 ]
613
+ },
614
+ {
615
+ "t": 616.000025090194,
616
+ "s": [ 0, 0, 100 ]
617
+ }
618
+ ],
619
+ "ix": 6,
620
+ "l": 2
621
+ }
622
+ },
623
+ "ao": 0,
624
+ "shapes": [
625
+ {
626
+ "ty": "gr",
627
+ "it": [
628
+ {
629
+ "ind": 0,
630
+ "ty": "sh",
631
+ "ix": 1,
632
+ "ks": {
633
+ "a": 0,
634
+ "k": {
635
+ "i": [
636
+ [ 0, 0 ],
637
+ [ 0, 0 ],
638
+ [ 0, 0 ],
639
+ [ 0, 0 ],
640
+ [ 0, 0 ],
641
+ [ 0, 0 ]
642
+ ],
643
+ "o": [
644
+ [ 0, 0 ],
645
+ [ 0, 0 ],
646
+ [ 0, 0 ],
647
+ [ 0, 0 ],
648
+ [ 0, 0 ],
649
+ [ 0, 0 ]
650
+ ],
651
+ "v": [
652
+ [ 148, -29.5 ],
653
+ [ -32, -29.5 ],
654
+ [ -31.75, 150.5 ],
655
+ [ 27.5, 150.5 ],
656
+ [ 28, 30.5 ],
657
+ [ 148.5, 30.5 ]
658
+ ],
659
+ "c": true
660
+ },
661
+ "ix": 2
662
+ },
663
+ "nm": "Path 1",
664
+ "mn": "ADBE Vector Shape - Group",
665
+ "hd": false
666
+ },
667
+ {
668
+ "ty": "fl",
669
+ "c": {
670
+ "a": 0,
671
+ "k": [ 0.172549019608, 0.172549019608, 0.172549019608, 1 ],
672
+ "ix": 4
673
+ },
674
+ "o": {
675
+ "a": 0,
676
+ "k": 100,
677
+ "ix": 5
678
+ },
679
+ "r": 1,
680
+ "bm": 0,
681
+ "nm": "Fill 1",
682
+ "mn": "ADBE Vector Graphic - Fill",
683
+ "hd": false
684
+ },
685
+ {
686
+ "ty": "tr",
687
+ "p": {
688
+ "a": 0,
689
+ "k": [ 0, 0 ],
690
+ "ix": 2
691
+ },
692
+ "a": {
693
+ "a": 0,
694
+ "k": [ 0, 0 ],
695
+ "ix": 1
696
+ },
697
+ "s": {
698
+ "a": 0,
699
+ "k": [ 100, 100 ],
700
+ "ix": 3
701
+ },
702
+ "r": {
703
+ "a": 0,
704
+ "k": 0,
705
+ "ix": 6
706
+ },
707
+ "o": {
708
+ "a": 0,
709
+ "k": 100,
710
+ "ix": 7
711
+ },
712
+ "sk": {
713
+ "a": 0,
714
+ "k": 0,
715
+ "ix": 4
716
+ },
717
+ "sa": {
718
+ "a": 0,
719
+ "k": 0,
720
+ "ix": 5
721
+ },
722
+ "nm": "Transform"
723
+ }
724
+ ],
725
+ "nm": "Shape 1",
726
+ "np": 3,
727
+ "cix": 2,
728
+ "bm": 0,
729
+ "ix": 1,
730
+ "mn": "ADBE Vector Group",
731
+ "hd": false
732
+ }
733
+ ],
734
+ "ip": 10.0000004073083,
735
+ "op": 660.000026882351,
736
+ "st": 10.0000004073083,
737
+ "ct": 1,
738
+ "bm": 0
739
+ },
740
+ {
741
+ "ddd": 0,
742
+ "ind": 3,
743
+ "ty": 4,
744
+ "nm": "Shape Layer 1",
745
+ "sr": 1,
746
+ "ks": {
747
+ "o": {
748
+ "a": 0,
749
+ "k": 100,
750
+ "ix": 11
751
+ },
752
+ "r": {
753
+ "a": 0,
754
+ "k": 0,
755
+ "ix": 10
756
+ },
757
+ "p": {
758
+ "a": 0,
759
+ "k": [ 960, 540, 0 ],
760
+ "ix": 2,
761
+ "l": 2
762
+ },
763
+ "a": {
764
+ "a": 0,
765
+ "k": [ 0, 0, 0 ],
766
+ "ix": 1,
767
+ "l": 2
768
+ },
769
+ "s": {
770
+ "a": 1,
771
+ "k": [
772
+ {
773
+ "i": {
774
+ "x": [ 0.667, 0.667, 0.667 ],
775
+ "y": [ 1, 1, 1 ]
776
+ },
777
+ "o": {
778
+ "x": [ 0.333, 0.333, 0.333 ],
779
+ "y": [ 0, 0, 0 ]
780
+ },
781
+ "t": 4,
782
+ "s": [ 0, 0, 100 ]
783
+ },
784
+ {
785
+ "i": {
786
+ "x": [ 0.667, 0.667, 0.667 ],
787
+ "y": [ 1, 1, 1 ]
788
+ },
789
+ "o": {
790
+ "x": [ 0.333, 0.333, 0.333 ],
791
+ "y": [ 0, 0, 0 ]
792
+ },
793
+ "t": 25,
794
+ "s": [ 111, 111, 100 ]
795
+ },
796
+ {
797
+ "i": {
798
+ "x": [ 0.667, 0.667, 0.667 ],
799
+ "y": [ 1, 1, 1 ]
800
+ },
801
+ "o": {
802
+ "x": [ 0.333, 0.333, 0.333 ],
803
+ "y": [ 0, 0, 0 ]
804
+ },
805
+ "t": 35,
806
+ "s": [ 100, 100, 100 ]
807
+ },
808
+ {
809
+ "i": {
810
+ "x": [ 0.667, 0.667, 0.667 ],
811
+ "y": [ 1, 1, 1 ]
812
+ },
813
+ "o": {
814
+ "x": [ 0.333, 0.333, 0.333 ],
815
+ "y": [ 0, 0, 0 ]
816
+ },
817
+ "t": 90,
818
+ "s": [ 100, 100, 100 ]
819
+ },
820
+ {
821
+ "i": {
822
+ "x": [ 0.667, 0.667, 0.667 ],
823
+ "y": [ 1, 1, 1 ]
824
+ },
825
+ "o": {
826
+ "x": [ 0.333, 0.333, 0.333 ],
827
+ "y": [ 0, 0, 0 ]
828
+ },
829
+ "t": 117,
830
+ "s": [ 105, 105, 100 ]
831
+ },
832
+ {
833
+ "i": {
834
+ "x": [ 0.667, 0.667, 0.667 ],
835
+ "y": [ 1, 1, 1 ]
836
+ },
837
+ "o": {
838
+ "x": [ 0.333, 0.333, 0.333 ],
839
+ "y": [ 0, 0, 0 ]
840
+ },
841
+ "t": 146,
842
+ "s": [ 100, 100, 100 ]
843
+ },
844
+ {
845
+ "i": {
846
+ "x": [ 0.667, 0.667, 0.667 ],
847
+ "y": [ 1, 1, 1 ]
848
+ },
849
+ "o": {
850
+ "x": [ 0.333, 0.333, 0.333 ],
851
+ "y": [ 0, 0, 0 ]
852
+ },
853
+ "t": 206,
854
+ "s": [ 100, 100, 100 ]
855
+ },
856
+ {
857
+ "i": {
858
+ "x": [ 0.667, 0.667, 0.667 ],
859
+ "y": [ 1, 1, 1 ]
860
+ },
861
+ "o": {
862
+ "x": [ 0.333, 0.333, 0.333 ],
863
+ "y": [ 0, 0, 0 ]
864
+ },
865
+ "t": 233,
866
+ "s": [ 105, 105, 100 ]
867
+ },
868
+ {
869
+ "i": {
870
+ "x": [ 0.667, 0.667, 0.667 ],
871
+ "y": [ 1, 1, 1 ]
872
+ },
873
+ "o": {
874
+ "x": [ 0.333, 0.333, 0.333 ],
875
+ "y": [ 0, 0, 0 ]
876
+ },
877
+ "t": 262,
878
+ "s": [ 100, 100, 100 ]
879
+ },
880
+ {
881
+ "i": {
882
+ "x": [ 0.667, 0.667, 0.667 ],
883
+ "y": [ 1, 1, 1 ]
884
+ },
885
+ "o": {
886
+ "x": [ 0.333, 0.333, 0.333 ],
887
+ "y": [ 0, 0, 0 ]
888
+ },
889
+ "t": 322,
890
+ "s": [ 100, 100, 100 ]
891
+ },
892
+ {
893
+ "i": {
894
+ "x": [ 0.667, 0.667, 0.667 ],
895
+ "y": [ 1, 1, 1 ]
896
+ },
897
+ "o": {
898
+ "x": [ 0.333, 0.333, 0.333 ],
899
+ "y": [ 0, 0, 0 ]
900
+ },
901
+ "t": 349,
902
+ "s": [ 105, 105, 100 ]
903
+ },
904
+ {
905
+ "i": {
906
+ "x": [ 0.667, 0.667, 0.667 ],
907
+ "y": [ 1, 1, 1 ]
908
+ },
909
+ "o": {
910
+ "x": [ 0.333, 0.333, 0.333 ],
911
+ "y": [ 0, 0, 0 ]
912
+ },
913
+ "t": 378,
914
+ "s": [ 100, 100, 100 ]
915
+ },
916
+ {
917
+ "i": {
918
+ "x": [ 0.667, 0.667, 0.667 ],
919
+ "y": [ 1, 1, 1 ]
920
+ },
921
+ "o": {
922
+ "x": [ 0.333, 0.333, 0.333 ],
923
+ "y": [ 0, 0, 0 ]
924
+ },
925
+ "t": 438,
926
+ "s": [ 100, 100, 100 ]
927
+ },
928
+ {
929
+ "i": {
930
+ "x": [ 0.667, 0.667, 0.667 ],
931
+ "y": [ 1, 1, 1 ]
932
+ },
933
+ "o": {
934
+ "x": [ 0.333, 0.333, 0.333 ],
935
+ "y": [ 0, 0, 0 ]
936
+ },
937
+ "t": 465,
938
+ "s": [ 105, 105, 100 ]
939
+ },
940
+ {
941
+ "i": {
942
+ "x": [ 0.667, 0.667, 0.667 ],
943
+ "y": [ 1, 1, 1 ]
944
+ },
945
+ "o": {
946
+ "x": [ 0.333, 0.333, 0.333 ],
947
+ "y": [ 0, 0, 0 ]
948
+ },
949
+ "t": 494,
950
+ "s": [ 100, 100, 100 ]
951
+ },
952
+ {
953
+ "i": {
954
+ "x": [ 0.667, 0.667, 0.667 ],
955
+ "y": [ 1, 1, 1 ]
956
+ },
957
+ "o": {
958
+ "x": [ 0.333, 0.333, 0.333 ],
959
+ "y": [ 0, 0, 0 ]
960
+ },
961
+ "t": 554,
962
+ "s": [ 100, 100, 100 ]
963
+ },
964
+ {
965
+ "i": {
966
+ "x": [ 0.667, 0.667, 0.667 ],
967
+ "y": [ 1, 1, 1 ]
968
+ },
969
+ "o": {
970
+ "x": [ 0.333, 0.333, 0.333 ],
971
+ "y": [ 0, 0, 0 ]
972
+ },
973
+ "t": 581,
974
+ "s": [ 105, 105, 100 ]
975
+ },
976
+ {
977
+ "t": 610.000024845809,
978
+ "s": [ 0, 0, 100 ]
979
+ }
980
+ ],
981
+ "ix": 6,
982
+ "l": 2
983
+ }
984
+ },
985
+ "ao": 0,
986
+ "shapes": [
987
+ {
988
+ "ty": "gr",
989
+ "it": [
990
+ {
991
+ "ty": "rc",
992
+ "d": 1,
993
+ "s": {
994
+ "a": 0,
995
+ "k": [ 60, 60 ],
996
+ "ix": 2
997
+ },
998
+ "p": {
999
+ "a": 0,
1000
+ "k": [ 0, 0 ],
1001
+ "ix": 3
1002
+ },
1003
+ "r": {
1004
+ "a": 0,
1005
+ "k": 0,
1006
+ "ix": 4
1007
+ },
1008
+ "nm": "Rectangle Path 1",
1009
+ "mn": "ADBE Vector Shape - Rect",
1010
+ "hd": false
1011
+ },
1012
+ {
1013
+ "ty": "fl",
1014
+ "c": {
1015
+ "a": 0,
1016
+ "k": [ 0.172549019608, 0.172549019608, 0.172549019608, 1 ],
1017
+ "ix": 4
1018
+ },
1019
+ "o": {
1020
+ "a": 0,
1021
+ "k": 100,
1022
+ "ix": 5
1023
+ },
1024
+ "r": 1,
1025
+ "bm": 0,
1026
+ "nm": "Fill 1",
1027
+ "mn": "ADBE Vector Graphic - Fill",
1028
+ "hd": false
1029
+ },
1030
+ {
1031
+ "ty": "tr",
1032
+ "p": {
1033
+ "a": 0,
1034
+ "k": [ 117.75, 119.75 ],
1035
+ "ix": 2
1036
+ },
1037
+ "a": {
1038
+ "a": 0,
1039
+ "k": [ 0, 0 ],
1040
+ "ix": 1
1041
+ },
1042
+ "s": {
1043
+ "a": 0,
1044
+ "k": [ 100, 100 ],
1045
+ "ix": 3
1046
+ },
1047
+ "r": {
1048
+ "a": 0,
1049
+ "k": 0,
1050
+ "ix": 6
1051
+ },
1052
+ "o": {
1053
+ "a": 0,
1054
+ "k": 100,
1055
+ "ix": 7
1056
+ },
1057
+ "sk": {
1058
+ "a": 0,
1059
+ "k": 0,
1060
+ "ix": 4
1061
+ },
1062
+ "sa": {
1063
+ "a": 0,
1064
+ "k": 0,
1065
+ "ix": 5
1066
+ },
1067
+ "nm": "Transform"
1068
+ }
1069
+ ],
1070
+ "nm": "Rectangle 1",
1071
+ "np": 3,
1072
+ "cix": 2,
1073
+ "bm": 0,
1074
+ "ix": 1,
1075
+ "mn": "ADBE Vector Group",
1076
+ "hd": false
1077
+ }
1078
+ ],
1079
+ "ip": 0,
1080
+ "op": 660.000026882351,
1081
+ "st": 0,
1082
+ "ct": 1,
1083
+ "bm": 0
1084
+ }
1085
+ ]
1086
+ }
1087
+ ],
1088
+ "layers": [
1089
+ {
1090
+ "ddd": 0,
1091
+ "ind": 1,
1092
+ "ty": 0,
1093
+ "nm": "randmar pulse",
1094
+ "refId": "comp_0",
1095
+ "sr": 1,
1096
+ "ks": {
1097
+ "o": {
1098
+ "a": 0,
1099
+ "k": 100,
1100
+ "ix": 11
1101
+ },
1102
+ "r": {
1103
+ "a": 0,
1104
+ "k": 0,
1105
+ "ix": 10
1106
+ },
1107
+ "p": {
1108
+ "a": 0,
1109
+ "k": [ 540, 540, 0 ],
1110
+ "ix": 2,
1111
+ "l": 2
1112
+ },
1113
+ "a": {
1114
+ "a": 0,
1115
+ "k": [ 960, 540, 0 ],
1116
+ "ix": 1,
1117
+ "l": 2
1118
+ },
1119
+ "s": {
1120
+ "a": 0,
1121
+ "k": [ 308, 308, 100 ],
1122
+ "ix": 6,
1123
+ "l": 2
1124
+ }
1125
+ },
1126
+ "ao": 0,
1127
+ "ef": [
1128
+ {
1129
+ "ty": 5,
1130
+ "nm": "Hue/Saturation",
1131
+ "np": 11,
1132
+ "mn": "ADBE HUE SATURATION",
1133
+ "ix": 1,
1134
+ "en": 1,
1135
+ "ef": [
1136
+ {
1137
+ "ty": 7,
1138
+ "nm": "Channel Control",
1139
+ "mn": "ADBE HUE SATURATION-0002",
1140
+ "ix": 1,
1141
+ "v": {
1142
+ "a": 0,
1143
+ "k": 1,
1144
+ "ix": 1
1145
+ }
1146
+ },
1147
+ {},
1148
+ {
1149
+ "ty": 0,
1150
+ "nm": "Master Hue",
1151
+ "mn": "ADBE HUE SATURATION-0004",
1152
+ "ix": 3,
1153
+ "v": {
1154
+ "a": 0,
1155
+ "k": 0,
1156
+ "ix": 3
1157
+ }
1158
+ },
1159
+ {
1160
+ "ty": 0,
1161
+ "nm": "Master Saturation",
1162
+ "mn": "ADBE HUE SATURATION-0005",
1163
+ "ix": 4,
1164
+ "v": {
1165
+ "a": 0,
1166
+ "k": 0,
1167
+ "ix": 4
1168
+ }
1169
+ },
1170
+ {
1171
+ "ty": 0,
1172
+ "nm": "Master Lightness",
1173
+ "mn": "ADBE HUE SATURATION-0006",
1174
+ "ix": 5,
1175
+ "v": {
1176
+ "a": 0,
1177
+ "k": 0,
1178
+ "ix": 5
1179
+ }
1180
+ },
1181
+ {
1182
+ "ty": 7,
1183
+ "nm": "Colorize",
1184
+ "mn": "ADBE HUE SATURATION-0007",
1185
+ "ix": 6,
1186
+ "v": {
1187
+ "a": 0,
1188
+ "k": 0,
1189
+ "ix": 6
1190
+ }
1191
+ },
1192
+ {
1193
+ "ty": 0,
1194
+ "nm": "Colorize Hue",
1195
+ "mn": "ADBE HUE SATURATION-0008",
1196
+ "ix": 7,
1197
+ "v": {
1198
+ "a": 0,
1199
+ "k": 0,
1200
+ "ix": 7
1201
+ }
1202
+ },
1203
+ {
1204
+ "ty": 0,
1205
+ "nm": "Colorize Saturation",
1206
+ "mn": "ADBE HUE SATURATION-0009",
1207
+ "ix": 8,
1208
+ "v": {
1209
+ "a": 0,
1210
+ "k": 25,
1211
+ "ix": 8
1212
+ }
1213
+ },
1214
+ {
1215
+ "ty": 0,
1216
+ "nm": "Colorize Lightness",
1217
+ "mn": "ADBE HUE SATURATION-0010",
1218
+ "ix": 9,
1219
+ "v": {
1220
+ "a": 0,
1221
+ "k": 0,
1222
+ "ix": 9
1223
+ }
1224
+ }
1225
+ ]
1226
+ }
1227
+ ],
1228
+ "w": 1920,
1229
+ "h": 1080,
1230
+ "ip": 0,
1231
+ "op": 660.000026882351,
1232
+ "st": 0,
1233
+ "bm": 0
1234
+ }
1235
+ ],
1236
+ "markers": [],
1237
+ "props": {}
1238
+ };
1239
+
1240
+ export default _default;