@baloise/ds-core 0.0.5-nightly.e56f740

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 (1696) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +45 -0
  3. package/components/_commonjsHelpers.js +3 -0
  4. package/components/attributes.js +40 -0
  5. package/components/bal-accordion-details.d.ts +11 -0
  6. package/components/bal-accordion-details.js +90 -0
  7. package/components/bal-accordion-summary.d.ts +11 -0
  8. package/components/bal-accordion-summary.js +116 -0
  9. package/components/bal-accordion-trigger.d.ts +11 -0
  10. package/components/bal-accordion-trigger.js +135 -0
  11. package/components/bal-accordion.d.ts +11 -0
  12. package/components/bal-accordion.js +350 -0
  13. package/components/bal-app.d.ts +11 -0
  14. package/components/bal-app.js +6 -0
  15. package/components/bal-app2.js +87 -0
  16. package/components/bal-badge.d.ts +11 -0
  17. package/components/bal-badge.js +6 -0
  18. package/components/bal-badge2.js +54 -0
  19. package/components/bal-button-group.d.ts +11 -0
  20. package/components/bal-button-group.js +6 -0
  21. package/components/bal-button-group2.js +40 -0
  22. package/components/bal-button.d.ts +11 -0
  23. package/components/bal-button.js +6 -0
  24. package/components/bal-button2.js +218 -0
  25. package/components/bal-card-actions.d.ts +11 -0
  26. package/components/bal-card-actions.js +38 -0
  27. package/components/bal-card-button.d.ts +11 -0
  28. package/components/bal-card-button.js +62 -0
  29. package/components/bal-card-content.d.ts +11 -0
  30. package/components/bal-card-content.js +6 -0
  31. package/components/bal-card-content2.js +26 -0
  32. package/components/bal-card-subtitle.d.ts +11 -0
  33. package/components/bal-card-subtitle.js +42 -0
  34. package/components/bal-card-title.d.ts +11 -0
  35. package/components/bal-card-title.js +38 -0
  36. package/components/bal-card.d.ts +11 -0
  37. package/components/bal-card.js +6 -0
  38. package/components/bal-card2.js +63 -0
  39. package/components/bal-carousel-item.d.ts +11 -0
  40. package/components/bal-carousel-item.js +6 -0
  41. package/components/bal-carousel-item2.js +94 -0
  42. package/components/bal-carousel.d.ts +11 -0
  43. package/components/bal-carousel.js +6 -0
  44. package/components/bal-carousel2.js +477 -0
  45. package/components/bal-checkbox-button.d.ts +11 -0
  46. package/components/bal-checkbox-button.js +236 -0
  47. package/components/bal-checkbox-group.d.ts +11 -0
  48. package/components/bal-checkbox-group.js +373 -0
  49. package/components/bal-checkbox.d.ts +11 -0
  50. package/components/bal-checkbox.js +6 -0
  51. package/components/bal-checkbox2.js +322 -0
  52. package/components/bal-close.d.ts +11 -0
  53. package/components/bal-close.i18n.js +34 -0
  54. package/components/bal-close.js +6 -0
  55. package/components/bal-close2.js +74 -0
  56. package/components/bal-content.d.ts +11 -0
  57. package/components/bal-content.js +74 -0
  58. package/components/bal-data-item.d.ts +11 -0
  59. package/components/bal-data-item.js +36 -0
  60. package/components/bal-data-label.d.ts +11 -0
  61. package/components/bal-data-label.js +33 -0
  62. package/components/bal-data-value.d.ts +11 -0
  63. package/components/bal-data-value.js +69 -0
  64. package/components/bal-data.d.ts +11 -0
  65. package/components/bal-data.js +63 -0
  66. package/components/bal-date-calendar-cell.d.ts +11 -0
  67. package/components/bal-date-calendar-cell.js +6 -0
  68. package/components/bal-date-calendar-cell2.js +63 -0
  69. package/components/bal-date-calendar.d.ts +11 -0
  70. package/components/bal-date-calendar.js +6 -0
  71. package/components/bal-date-calendar2.js +522 -0
  72. package/components/bal-date.d.ts +11 -0
  73. package/components/bal-date.i18n.js +64 -0
  74. package/components/bal-date.js +387 -0
  75. package/components/bal-datepicker.d.ts +11 -0
  76. package/components/bal-datepicker.i18n.js +74 -0
  77. package/components/bal-datepicker.js +1152 -0
  78. package/components/bal-divider.d.ts +11 -0
  79. package/components/bal-divider.js +60 -0
  80. package/components/bal-doc-app.d.ts +11 -0
  81. package/components/bal-doc-app.js +260 -0
  82. package/components/bal-field-control.d.ts +11 -0
  83. package/components/bal-field-control.js +63 -0
  84. package/components/bal-field-hint.d.ts +11 -0
  85. package/components/bal-field-hint.js +92 -0
  86. package/components/bal-field-label.d.ts +11 -0
  87. package/components/bal-field-label.js +74 -0
  88. package/components/bal-field-message.d.ts +11 -0
  89. package/components/bal-field-message.js +57 -0
  90. package/components/bal-field.d.ts +11 -0
  91. package/components/bal-field.js +222 -0
  92. package/components/bal-file-upload.d.ts +11 -0
  93. package/components/bal-file-upload.js +460 -0
  94. package/components/bal-file-upload.type.js +10 -0
  95. package/components/bal-footer.d.ts +11 -0
  96. package/components/bal-footer.js +209 -0
  97. package/components/bal-form-col.d.ts +11 -0
  98. package/components/bal-form-col.js +44 -0
  99. package/components/bal-form-grid.d.ts +11 -0
  100. package/components/bal-form-grid.js +33 -0
  101. package/components/bal-form.d.ts +11 -0
  102. package/components/bal-form.js +50 -0
  103. package/components/bal-heading.d.ts +11 -0
  104. package/components/bal-heading.js +6 -0
  105. package/components/bal-heading2.js +185 -0
  106. package/components/bal-hint-text.d.ts +11 -0
  107. package/components/bal-hint-text.js +6 -0
  108. package/components/bal-hint-text2.js +31 -0
  109. package/components/bal-hint-title.d.ts +11 -0
  110. package/components/bal-hint-title.js +6 -0
  111. package/components/bal-hint-title2.js +31 -0
  112. package/components/bal-hint.d.ts +11 -0
  113. package/components/bal-hint.js +6 -0
  114. package/components/bal-hint2.js +206 -0
  115. package/components/bal-icon.d.ts +11 -0
  116. package/components/bal-icon.js +6 -0
  117. package/components/bal-icon2.js +1056 -0
  118. package/components/bal-input-date.d.ts +11 -0
  119. package/components/bal-input-date.js +6 -0
  120. package/components/bal-input-date2.js +1048 -0
  121. package/components/bal-input-group.d.ts +11 -0
  122. package/components/bal-input-group.js +6 -0
  123. package/components/bal-input-group2.js +44 -0
  124. package/components/bal-input-slider.d.ts +11 -0
  125. package/components/bal-input-slider.js +211 -0
  126. package/components/bal-input-stepper.d.ts +11 -0
  127. package/components/bal-input-stepper.i18n.js +44 -0
  128. package/components/bal-input-stepper.js +1281 -0
  129. package/components/bal-input.d.ts +11 -0
  130. package/components/bal-input.js +522 -0
  131. package/components/bal-label.d.ts +11 -0
  132. package/components/bal-label.i18n.js +34 -0
  133. package/components/bal-label.js +6 -0
  134. package/components/bal-label2.js +126 -0
  135. package/components/bal-list-item-accordion-body.d.ts +11 -0
  136. package/components/bal-list-item-accordion-body.js +6 -0
  137. package/components/bal-list-item-accordion-body2.js +121 -0
  138. package/components/bal-list-item-accordion-head.d.ts +11 -0
  139. package/components/bal-list-item-accordion-head.js +6 -0
  140. package/components/bal-list-item-accordion-head2.js +83 -0
  141. package/components/bal-list-item-content.d.ts +11 -0
  142. package/components/bal-list-item-content.js +6 -0
  143. package/components/bal-list-item-content2.js +32 -0
  144. package/components/bal-list-item-icon.d.ts +11 -0
  145. package/components/bal-list-item-icon.js +6 -0
  146. package/components/bal-list-item-icon2.js +32 -0
  147. package/components/bal-list-item-subtitle.d.ts +11 -0
  148. package/components/bal-list-item-subtitle.js +6 -0
  149. package/components/bal-list-item-subtitle2.js +26 -0
  150. package/components/bal-list-item-title.d.ts +11 -0
  151. package/components/bal-list-item-title.js +6 -0
  152. package/components/bal-list-item-title2.js +37 -0
  153. package/components/bal-list-item.d.ts +11 -0
  154. package/components/bal-list-item.js +6 -0
  155. package/components/bal-list-item2.js +300 -0
  156. package/components/bal-list.d.ts +11 -0
  157. package/components/bal-list.js +6 -0
  158. package/components/bal-list2.js +60 -0
  159. package/components/bal-logo.animation.js +3462 -0
  160. package/components/bal-logo.d.ts +11 -0
  161. package/components/bal-logo.js +6 -0
  162. package/components/bal-logo2.js +169 -0
  163. package/components/bal-modal-body.d.ts +11 -0
  164. package/components/bal-modal-body.js +29 -0
  165. package/components/bal-modal-header.d.ts +11 -0
  166. package/components/bal-modal-header.js +57 -0
  167. package/components/bal-modal.d.ts +11 -0
  168. package/components/bal-modal.js +292 -0
  169. package/components/bal-nav-link-grid-col.d.ts +11 -0
  170. package/components/bal-nav-link-grid-col.js +6 -0
  171. package/components/bal-nav-link-grid-col2.js +52 -0
  172. package/components/bal-nav-link-grid.d.ts +11 -0
  173. package/components/bal-nav-link-grid.js +6 -0
  174. package/components/bal-nav-link-grid2.js +47 -0
  175. package/components/bal-nav-link-group.d.ts +11 -0
  176. package/components/bal-nav-link-group.js +54 -0
  177. package/components/bal-nav-link.d.ts +11 -0
  178. package/components/bal-nav-link.js +6 -0
  179. package/components/bal-nav-link2.js +69 -0
  180. package/components/bal-nav-menu-bar.d.ts +11 -0
  181. package/components/bal-nav-menu-bar.js +6 -0
  182. package/components/bal-nav-menu-bar2.js +65 -0
  183. package/components/bal-nav-menu-flyout.d.ts +11 -0
  184. package/components/bal-nav-menu-flyout.js +6 -0
  185. package/components/bal-nav-menu-flyout2.js +97 -0
  186. package/components/bal-nav-meta-bar.d.ts +11 -0
  187. package/components/bal-nav-meta-bar.js +6 -0
  188. package/components/bal-nav-meta-bar2.js +98 -0
  189. package/components/bal-nav.d.ts +11 -0
  190. package/components/bal-nav.js +919 -0
  191. package/components/bal-navbar-brand.d.ts +11 -0
  192. package/components/bal-navbar-brand.js +123 -0
  193. package/components/bal-navbar-menu-end.d.ts +11 -0
  194. package/components/bal-navbar-menu-end.js +34 -0
  195. package/components/bal-navbar-menu-start.d.ts +11 -0
  196. package/components/bal-navbar-menu-start.js +34 -0
  197. package/components/bal-navbar-menu.d.ts +11 -0
  198. package/components/bal-navbar-menu.js +71 -0
  199. package/components/bal-navbar.d.ts +11 -0
  200. package/components/bal-navbar.js +64 -0
  201. package/components/bal-notices.d.ts +11 -0
  202. package/components/bal-notices.js +40 -0
  203. package/components/bal-notification.d.ts +11 -0
  204. package/components/bal-notification.js +36 -0
  205. package/components/bal-number-input.d.ts +11 -0
  206. package/components/bal-number-input.js +519 -0
  207. package/components/bal-pagination.d.ts +11 -0
  208. package/components/bal-pagination.js +6 -0
  209. package/components/bal-pagination2.js +313 -0
  210. package/components/bal-popover-content.d.ts +11 -0
  211. package/components/bal-popover-content.js +6 -0
  212. package/components/bal-popover-content2.js +95 -0
  213. package/components/bal-popover.d.ts +11 -0
  214. package/components/bal-popover.js +6 -0
  215. package/components/bal-popover2.js +2106 -0
  216. package/components/bal-popup.d.ts +11 -0
  217. package/components/bal-popup.js +693 -0
  218. package/components/bal-progress-bar.d.ts +11 -0
  219. package/components/bal-progress-bar.js +93 -0
  220. package/components/bal-radio-button.d.ts +11 -0
  221. package/components/bal-radio-button.js +236 -0
  222. package/components/bal-radio-group.d.ts +11 -0
  223. package/components/bal-radio-group.js +389 -0
  224. package/components/bal-radio.d.ts +11 -0
  225. package/components/bal-radio.js +6 -0
  226. package/components/bal-radio2.js +309 -0
  227. package/components/bal-select-option.d.ts +11 -0
  228. package/components/bal-select-option.js +6 -0
  229. package/components/bal-select-option2.js +47 -0
  230. package/components/bal-select.d.ts +11 -0
  231. package/components/bal-select.js +6 -0
  232. package/components/bal-select2.js +848 -0
  233. package/components/bal-shape.d.ts +11 -0
  234. package/components/bal-shape.js +6 -0
  235. package/components/bal-shape2.js +78 -0
  236. package/components/bal-sheet.d.ts +11 -0
  237. package/components/bal-sheet.js +41 -0
  238. package/components/bal-snackbar.d.ts +11 -0
  239. package/components/bal-snackbar.js +133 -0
  240. package/components/bal-spinner.animation.js +4533 -0
  241. package/components/bal-spinner.d.ts +11 -0
  242. package/components/bal-spinner.js +6 -0
  243. package/components/bal-spinner2.js +140 -0
  244. package/components/bal-stack.d.ts +11 -0
  245. package/components/bal-stack.js +6 -0
  246. package/components/bal-stack2.js +89 -0
  247. package/components/bal-stage-back-link.d.ts +11 -0
  248. package/components/bal-stage-back-link.js +48 -0
  249. package/components/bal-stage-body.d.ts +11 -0
  250. package/components/bal-stage-body.js +32 -0
  251. package/components/bal-stage-foot.d.ts +11 -0
  252. package/components/bal-stage-foot.js +30 -0
  253. package/components/bal-stage-head.d.ts +11 -0
  254. package/components/bal-stage-head.js +30 -0
  255. package/components/bal-stage-image.d.ts +11 -0
  256. package/components/bal-stage-image.js +42 -0
  257. package/components/bal-stage.d.ts +11 -0
  258. package/components/bal-stage.js +84 -0
  259. package/components/bal-step-item.d.ts +11 -0
  260. package/components/bal-step-item.js +93 -0
  261. package/components/bal-step.util.js +5 -0
  262. package/components/bal-steps.d.ts +11 -0
  263. package/components/bal-steps.js +323 -0
  264. package/components/bal-tab-item.d.ts +11 -0
  265. package/components/bal-tab-item.js +96 -0
  266. package/components/bal-tab.util.js +5 -0
  267. package/components/bal-table.d.ts +11 -0
  268. package/components/bal-table.js +41 -0
  269. package/components/bal-tabs.d.ts +11 -0
  270. package/components/bal-tabs.js +6 -0
  271. package/components/bal-tabs2.js +756 -0
  272. package/components/bal-tag-group.d.ts +11 -0
  273. package/components/bal-tag-group.js +29 -0
  274. package/components/bal-tag.d.ts +11 -0
  275. package/components/bal-tag.js +6 -0
  276. package/components/bal-tag2.js +83 -0
  277. package/components/bal-text.d.ts +11 -0
  278. package/components/bal-text.js +6 -0
  279. package/components/bal-text2.js +94 -0
  280. package/components/bal-textarea.d.ts +11 -0
  281. package/components/bal-textarea.js +172 -0
  282. package/components/bal-time-input.d.ts +11 -0
  283. package/components/bal-time-input.i18n.js +44 -0
  284. package/components/bal-time-input.js +216 -0
  285. package/components/bal-toast.d.ts +11 -0
  286. package/components/bal-toast.js +86 -0
  287. package/components/bal-tooltip.d.ts +11 -0
  288. package/components/bal-tooltip.js +290 -0
  289. package/components/bem.js +10 -0
  290. package/components/breakpoints.decorator.js +17 -0
  291. package/components/breakpoints.subject.js +251 -0
  292. package/components/browser.js +62 -0
  293. package/components/config.decorator.js +17 -0
  294. package/components/config.default.js +44 -0
  295. package/components/config.utils.js +101 -0
  296. package/components/contact.js +1633 -0
  297. package/components/date.js +8419 -0
  298. package/components/device.js +51 -0
  299. package/components/element-states.decorator.js +95 -0
  300. package/components/floating-ui.dom.esm.js +1454 -0
  301. package/components/focus-visible.js +72 -0
  302. package/components/focus.decorator.js +86 -0
  303. package/components/form-input.js +77 -0
  304. package/components/form.js +21 -0
  305. package/components/helpers.js +245 -0
  306. package/components/index.d.ts +35 -0
  307. package/components/index.esm.js +7373 -0
  308. package/components/index.js +179 -0
  309. package/components/index2.js +35 -0
  310. package/components/index3.js +592 -0
  311. package/components/initialize.js +281 -0
  312. package/components/keys.constant.js +19 -0
  313. package/components/listener.js +85 -0
  314. package/components/log.js +77 -0
  315. package/components/lottie_light_html.js +11692 -0
  316. package/components/mutation.decorator.js +119 -0
  317. package/components/overlays.js +76 -0
  318. package/components/package.json +9 -0
  319. package/components/resize.decorator.js +78 -0
  320. package/components/scroll.js +78 -0
  321. package/components/swipe.decorator.js +23 -0
  322. package/components/swipe.subject.js +57 -0
  323. package/components/tokens.esm.js +20 -0
  324. package/components/tslib.es6.js +27 -0
  325. package/components/utils.js +76 -0
  326. package/dist/cjs/_commonjsHelpers-68cdf74f.js +5 -0
  327. package/dist/cjs/app-globals-96827f05.js +7 -0
  328. package/dist/cjs/attributes-9f366716.js +43 -0
  329. package/dist/cjs/bal-accordion_4.cjs.entry.js +538 -0
  330. package/dist/cjs/bal-app.cjs.entry.js +74 -0
  331. package/dist/cjs/bal-badge.cjs.entry.js +33 -0
  332. package/dist/cjs/bal-button_2.cjs.entry.js +191 -0
  333. package/dist/cjs/bal-card_6.cjs.entry.js +106 -0
  334. package/dist/cjs/bal-carousel_2.cjs.entry.js +457 -0
  335. package/dist/cjs/bal-checkbox-button.cjs.entry.js +211 -0
  336. package/dist/cjs/bal-checkbox_2.cjs.entry.js +600 -0
  337. package/dist/cjs/bal-close.cjs.entry.js +56 -0
  338. package/dist/cjs/bal-close.i18n-56dddd35.js +36 -0
  339. package/dist/cjs/bal-content.cjs.entry.js +56 -0
  340. package/dist/cjs/bal-data_4.cjs.entry.js +96 -0
  341. package/dist/cjs/bal-date-calendar-cell.cjs.entry.js +48 -0
  342. package/dist/cjs/bal-date-calendar_2.cjs.entry.js +1478 -0
  343. package/dist/cjs/bal-date.cjs.entry.js +313 -0
  344. package/dist/cjs/bal-datepicker.cjs.entry.js +1071 -0
  345. package/dist/cjs/bal-datepicker.i18n-8c3dd510.js +76 -0
  346. package/dist/cjs/bal-divider.cjs.entry.js +44 -0
  347. package/dist/cjs/bal-doc-app.cjs.entry.js +231 -0
  348. package/dist/cjs/bal-field_5.cjs.entry.js +315 -0
  349. package/dist/cjs/bal-file-upload.cjs.entry.js +366 -0
  350. package/dist/cjs/bal-file-upload.type-616d69d9.js +10 -0
  351. package/dist/cjs/bal-footer.cjs.entry.js +130 -0
  352. package/dist/cjs/bal-form-col_2.cjs.entry.js +43 -0
  353. package/dist/cjs/bal-form.cjs.entry.js +33 -0
  354. package/dist/cjs/bal-heading_2.cjs.entry.js +223 -0
  355. package/dist/cjs/bal-hint_3.cjs.entry.js +186 -0
  356. package/dist/cjs/bal-icon.cjs.entry.js +1035 -0
  357. package/dist/cjs/bal-input-group.cjs.entry.js +30 -0
  358. package/dist/cjs/bal-input-slider.cjs.entry.js +180 -0
  359. package/dist/cjs/bal-input-stepper.cjs.entry.js +1228 -0
  360. package/dist/cjs/bal-input-stepper.i18n-dbcd32ab.js +46 -0
  361. package/dist/cjs/bal-input.cjs.entry.js +474 -0
  362. package/dist/cjs/bal-label.cjs.entry.js +101 -0
  363. package/dist/cjs/bal-label.i18n-a25878af.js +36 -0
  364. package/dist/cjs/bal-list_8.cjs.entry.js +513 -0
  365. package/dist/cjs/bal-logo.animation-9704970d.js +3464 -0
  366. package/dist/cjs/bal-logo.cjs.entry.js +157 -0
  367. package/dist/cjs/bal-modal_3.cjs.entry.js +291 -0
  368. package/dist/cjs/bal-nav_8.cjs.entry.js +1012 -0
  369. package/dist/cjs/bal-navbar_5.cjs.entry.js +190 -0
  370. package/dist/cjs/bal-notices.cjs.entry.js +25 -0
  371. package/dist/cjs/bal-notification.cjs.entry.js +21 -0
  372. package/dist/cjs/bal-number-input.cjs.entry.js +479 -0
  373. package/dist/cjs/bal-pagination.cjs.entry.js +268 -0
  374. package/dist/cjs/bal-popover_2.cjs.entry.js +2144 -0
  375. package/dist/cjs/bal-popup.cjs.entry.js +629 -0
  376. package/dist/cjs/bal-progress-bar.cjs.entry.js +83 -0
  377. package/dist/cjs/bal-radio-button.cjs.entry.js +211 -0
  378. package/dist/cjs/bal-radio_2.cjs.entry.js +608 -0
  379. package/dist/cjs/bal-select_2.cjs.entry.js +789 -0
  380. package/dist/cjs/bal-shape.cjs.entry.js +64 -0
  381. package/dist/cjs/bal-sheet.cjs.entry.js +26 -0
  382. package/dist/cjs/bal-snackbar.cjs.entry.js +76 -0
  383. package/dist/cjs/bal-spinner.animation-a81cf10f.js +4535 -0
  384. package/dist/cjs/bal-spinner.cjs.entry.js +126 -0
  385. package/dist/cjs/bal-stack.cjs.entry.js +68 -0
  386. package/dist/cjs/bal-stage_6.cjs.entry.js +129 -0
  387. package/dist/cjs/bal-step-item.cjs.entry.js +66 -0
  388. package/dist/cjs/bal-step.util-3c009db9.js +7 -0
  389. package/dist/cjs/bal-steps.cjs.entry.js +251 -0
  390. package/dist/cjs/bal-tab-item_2.cjs.entry.js +678 -0
  391. package/dist/cjs/bal-tab.util-d0785ef4.js +7 -0
  392. package/dist/cjs/bal-table.cjs.entry.js +26 -0
  393. package/dist/cjs/bal-tag_2.cjs.entry.js +62 -0
  394. package/dist/cjs/bal-textarea.cjs.entry.js +135 -0
  395. package/dist/cjs/bal-time-input.cjs.entry.js +174 -0
  396. package/dist/cjs/bal-time-input.i18n-b2bb9182.js +46 -0
  397. package/dist/cjs/bal-toast.cjs.entry.js +54 -0
  398. package/dist/cjs/bal-tooltip.cjs.entry.js +258 -0
  399. package/dist/cjs/bem-81bc6a2d.js +12 -0
  400. package/dist/cjs/breakpoints.decorator-517effdd.js +19 -0
  401. package/dist/cjs/breakpoints.subject-0a1809a1.js +257 -0
  402. package/dist/cjs/browser-1d542d0f.js +64 -0
  403. package/dist/cjs/config.decorator-b393a72f.js +19 -0
  404. package/dist/cjs/config.default-32725178.js +47 -0
  405. package/dist/cjs/config.utils-e4cd49d6.js +84 -0
  406. package/dist/cjs/contact-61b41246.js +1644 -0
  407. package/dist/cjs/date-df1d61a8.js +8485 -0
  408. package/dist/cjs/design-system-components.cjs.js +31 -0
  409. package/dist/cjs/device-9f97a845.js +54 -0
  410. package/dist/cjs/element-states.decorator-9ce5ff3b.js +98 -0
  411. package/dist/cjs/floating-ui.dom.esm-5dbdcff9.js +1461 -0
  412. package/dist/cjs/focus-visible-264bd9b8.js +76 -0
  413. package/dist/cjs/focus.decorator-afaf9ac4.js +88 -0
  414. package/dist/cjs/form-2279fb2f.js +24 -0
  415. package/dist/cjs/form-input-134c5116.js +91 -0
  416. package/dist/cjs/global-e99d827b.js +9 -0
  417. package/dist/cjs/helpers-2a8c8333.js +267 -0
  418. package/dist/cjs/icons.constant-7c82086a.js +58 -0
  419. package/dist/cjs/index-24d802b4.js +594 -0
  420. package/dist/cjs/index-e6a233be.js +37 -0
  421. package/dist/cjs/index-f7def455.js +2521 -0
  422. package/dist/cjs/index.cjs.js +250 -0
  423. package/dist/cjs/index.esm-4587dbf0.js +7401 -0
  424. package/dist/cjs/initialize-9c752efa.js +288 -0
  425. package/dist/cjs/keys.constant-b53da545.js +23 -0
  426. package/dist/cjs/listener-52d2e5fd.js +89 -0
  427. package/dist/cjs/loader.cjs.js +21 -0
  428. package/dist/cjs/log-33398c2a.js +80 -0
  429. package/dist/cjs/lottie_light_html-cbfdf82e.js +11694 -0
  430. package/dist/cjs/mutation.decorator-8877b940.js +121 -0
  431. package/dist/cjs/overlays-3e4cf786.js +82 -0
  432. package/dist/cjs/resize.decorator-ae91ead2.js +80 -0
  433. package/dist/cjs/scroll-b839ffe1.js +80 -0
  434. package/dist/cjs/style-799e9253.js +27 -0
  435. package/dist/cjs/swipe.decorator-5206d283.js +25 -0
  436. package/dist/cjs/swipe.subject-4ec94271.js +59 -0
  437. package/dist/cjs/tokens.esm-8d48a205.js +35 -0
  438. package/dist/cjs/tslib.es6-a680968e.js +30 -0
  439. package/dist/cjs/utils-9ea175af.js +87 -0
  440. package/dist/collection/collection-manifest.json +403 -0
  441. package/dist/collection/components/bal-accordion/bal-accordion-details/bal-accordion-details.css +1 -0
  442. package/dist/collection/components/bal-accordion/bal-accordion-details/bal-accordion-details.js +149 -0
  443. package/dist/collection/components/bal-accordion/bal-accordion-summary/bal-accordion-summary.css +1 -0
  444. package/dist/collection/components/bal-accordion/bal-accordion-summary/bal-accordion-summary.js +172 -0
  445. package/dist/collection/components/bal-accordion/bal-accordion-trigger/bal-accordion-trigger.css +1 -0
  446. package/dist/collection/components/bal-accordion/bal-accordion-trigger/bal-accordion-trigger.js +285 -0
  447. package/dist/collection/components/bal-accordion/bal-accordion.css +1 -0
  448. package/dist/collection/components/bal-accordion/bal-accordion.interfaces.js +4 -0
  449. package/dist/collection/components/bal-accordion/bal-accordion.js +626 -0
  450. package/dist/collection/components/bal-app/bal-app.css +1 -0
  451. package/dist/collection/components/bal-app/bal-app.interfaces.js +4 -0
  452. package/dist/collection/components/bal-app/bal-app.js +144 -0
  453. package/dist/collection/components/bal-badge/bal-badge.css +1 -0
  454. package/dist/collection/components/bal-badge/bal-badge.interfaces.js +4 -0
  455. package/dist/collection/components/bal-badge/bal-badge.js +122 -0
  456. package/dist/collection/components/bal-button/bal-button-group/bal-button-group.js +87 -0
  457. package/dist/collection/components/bal-button/bal-button.css +1 -0
  458. package/dist/collection/components/bal-button/bal-button.interfaces.js +4 -0
  459. package/dist/collection/components/bal-button/bal-button.js +714 -0
  460. package/dist/collection/components/bal-card/bal-card-actions/bal-card-actions.js +37 -0
  461. package/dist/collection/components/bal-card/bal-card-button/bal-card-button.js +155 -0
  462. package/dist/collection/components/bal-card/bal-card-content/bal-card-content.js +7 -0
  463. package/dist/collection/components/bal-card/bal-card-subtitle/bal-card-subtitle.js +75 -0
  464. package/dist/collection/components/bal-card/bal-card-title/bal-card-title.js +32 -0
  465. package/dist/collection/components/bal-card/bal-card.css +1 -0
  466. package/dist/collection/components/bal-card/bal-card.interfaces.js +4 -0
  467. package/dist/collection/components/bal-card/bal-card.js +218 -0
  468. package/dist/collection/components/bal-carousel/bal-carousel-item/bal-carousel-item.js +345 -0
  469. package/dist/collection/components/bal-carousel/bal-carousel.css +1 -0
  470. package/dist/collection/components/bal-carousel/bal-carousel.i18n.js +42 -0
  471. package/dist/collection/components/bal-carousel/bal-carousel.interfaces.js +4 -0
  472. package/dist/collection/components/bal-carousel/bal-carousel.js +634 -0
  473. package/dist/collection/components/bal-carousel/bal-carousel.type.js +1 -0
  474. package/dist/collection/components/bal-carousel/controls/dot-control.js +17 -0
  475. package/dist/collection/components/bal-carousel/controls/large-control.js +8 -0
  476. package/dist/collection/components/bal-carousel/controls/small-control.js +8 -0
  477. package/dist/collection/components/bal-carousel/controls/tab-control.js +7 -0
  478. package/dist/collection/components/bal-checkbox/bal-checkbox-button/bal-checkbox-button.css +1 -0
  479. package/dist/collection/components/bal-checkbox/bal-checkbox-button/bal-checkbox-button.js +470 -0
  480. package/dist/collection/components/bal-checkbox/bal-checkbox-group/bal-checkbox-group.js +805 -0
  481. package/dist/collection/components/bal-checkbox/bal-checkbox.interfaces.js +4 -0
  482. package/dist/collection/components/bal-checkbox/bal-checkbox.js +843 -0
  483. package/dist/collection/components/bal-checkbox/bal-checkbox.type.js +1 -0
  484. package/dist/collection/components/bal-checkbox/radio-checkbox.css +1 -0
  485. package/dist/collection/components/bal-checkbox/utils/bal-checkbox.util.js +3 -0
  486. package/dist/collection/components/bal-close/bal-close.css +1 -0
  487. package/dist/collection/components/bal-close/bal-close.i18n.js +32 -0
  488. package/dist/collection/components/bal-close/bal-close.interfaces.js +4 -0
  489. package/dist/collection/components/bal-close/bal-close.js +134 -0
  490. package/dist/collection/components/bal-content/bal-content.css +1 -0
  491. package/dist/collection/components/bal-content/bal-content.interfaces.js +4 -0
  492. package/dist/collection/components/bal-content/bal-content.js +179 -0
  493. package/dist/collection/components/bal-data/bal-data-item/bal-data-item.js +53 -0
  494. package/dist/collection/components/bal-data/bal-data-label/bal-data-label.js +33 -0
  495. package/dist/collection/components/bal-data/bal-data-value/bal-data-value.js +145 -0
  496. package/dist/collection/components/bal-data/bal-data.css +1 -0
  497. package/dist/collection/components/bal-data/bal-data.interfaces.js +4 -0
  498. package/dist/collection/components/bal-data/bal-data.js +87 -0
  499. package/dist/collection/components/bal-date/bal-date-calendar/bal-date-calendar.css +1 -0
  500. package/dist/collection/components/bal-date/bal-date-calendar/bal-date-calendar.interfaces.js +4 -0
  501. package/dist/collection/components/bal-date/bal-date-calendar/bal-date-calendar.js +494 -0
  502. package/dist/collection/components/bal-date/bal-date-calendar/components/bal-date-calendar__gird.js +8 -0
  503. package/dist/collection/components/bal-date/bal-date-calendar/components/bal-date-calendar__list.js +14 -0
  504. package/dist/collection/components/bal-date/bal-date-calendar/components/bal-date-calendar__nav.js +13 -0
  505. package/dist/collection/components/bal-date/bal-date-calendar-cell/bal-date-calendar-cell.js +202 -0
  506. package/dist/collection/components/bal-date/bal-date.css +1 -0
  507. package/dist/collection/components/bal-date/bal-date.i18n.js +62 -0
  508. package/dist/collection/components/bal-date/bal-date.interfaces.js +4 -0
  509. package/dist/collection/components/bal-date/bal-date.js +1036 -0
  510. package/dist/collection/components/bal-date/utils/calendar.js +154 -0
  511. package/dist/collection/components/bal-date/utils/calendar.spec.js +304 -0
  512. package/dist/collection/components/bal-datepicker/bal-datepicker.css +1 -0
  513. package/dist/collection/components/bal-datepicker/bal-datepicker.i18n.js +72 -0
  514. package/dist/collection/components/bal-datepicker/bal-datepicker.interfaces.js +4 -0
  515. package/dist/collection/components/bal-datepicker/bal-datepicker.js +1240 -0
  516. package/dist/collection/components/bal-datepicker/bal-datepicker.type.js +1 -0
  517. package/dist/collection/components/bal-divider/bal-divider.css +1 -0
  518. package/dist/collection/components/bal-divider/bal-divider.interfaces.js +4 -0
  519. package/dist/collection/components/bal-divider/bal-divider.js +115 -0
  520. package/dist/collection/components/bal-field/bal-field-control/bal-field-control.js +115 -0
  521. package/dist/collection/components/bal-field/bal-field-hint/bal-field-hint.js +73 -0
  522. package/dist/collection/components/bal-field/bal-field-label/bal-field-label.i18n.js +32 -0
  523. package/dist/collection/components/bal-field/bal-field-label/bal-field-label.js +198 -0
  524. package/dist/collection/components/bal-field/bal-field-message/bal-field-message.js +166 -0
  525. package/dist/collection/components/bal-field/bal-field.css +1 -0
  526. package/dist/collection/components/bal-field/bal-field.interfaces.js +4 -0
  527. package/dist/collection/components/bal-field/bal-field.js +358 -0
  528. package/dist/collection/components/bal-file-upload/bal-file-upload.css +1 -0
  529. package/dist/collection/components/bal-file-upload/bal-file-upload.interfaces.js +15 -0
  530. package/dist/collection/components/bal-file-upload/bal-file-upload.js +800 -0
  531. package/dist/collection/components/bal-file-upload/bal-file-upload.type.js +8 -0
  532. package/dist/collection/components/bal-file-upload/components/file-list.js +10 -0
  533. package/dist/collection/components/bal-file-upload/test/file-validation.util.spec.js +102 -0
  534. package/dist/collection/components/bal-file-upload/test/file.mock.js +16 -0
  535. package/dist/collection/components/bal-file-upload/utils/file-list.util.js +17 -0
  536. package/dist/collection/components/bal-file-upload/utils/file-validation.util.js +46 -0
  537. package/dist/collection/components/bal-footer/bal-footer.css +1 -0
  538. package/dist/collection/components/bal-footer/bal-footer.js +223 -0
  539. package/dist/collection/components/bal-form/bal-form.js +87 -0
  540. package/dist/collection/components/bal-form-grid/bal-form-col/bal-form-col.js +49 -0
  541. package/dist/collection/components/bal-form-grid/bal-form-gird.interfaces.js +4 -0
  542. package/dist/collection/components/bal-form-grid/bal-form-grid.css +1 -0
  543. package/dist/collection/components/bal-form-grid/bal-form-grid.js +17 -0
  544. package/dist/collection/components/bal-heading/bal-heading.const.js +57 -0
  545. package/dist/collection/components/bal-heading/bal-heading.css +1 -0
  546. package/dist/collection/components/bal-heading/bal-heading.interfaces.js +4 -0
  547. package/dist/collection/components/bal-heading/bal-heading.js +297 -0
  548. package/dist/collection/components/bal-hint/bal-hint-text/bal-hint-text.js +12 -0
  549. package/dist/collection/components/bal-hint/bal-hint-title/bal-hint-title.js +12 -0
  550. package/dist/collection/components/bal-hint/bal-hint.css +1 -0
  551. package/dist/collection/components/bal-hint/bal-hint.js +278 -0
  552. package/dist/collection/components/bal-icon/bal-icon.css +1 -0
  553. package/dist/collection/components/bal-icon/bal-icon.interfaces.js +4 -0
  554. package/dist/collection/components/bal-icon/bal-icon.js +400 -0
  555. package/dist/collection/components/bal-input/bal-input-date/bal-input-date.css +1 -0
  556. package/dist/collection/components/bal-input/bal-input-date/bal-input-date.js +637 -0
  557. package/dist/collection/components/bal-input/bal-input-util.js +125 -0
  558. package/dist/collection/components/bal-input/bal-input.css +1 -0
  559. package/dist/collection/components/bal-input/bal-input.interfaces.js +4 -0
  560. package/dist/collection/components/bal-input/bal-input.js +1101 -0
  561. package/dist/collection/components/bal-input/test/bal-input-util.spec.js +141 -0
  562. package/dist/collection/components/bal-input-group/bal-input-group.css +1 -0
  563. package/dist/collection/components/bal-input-group/bal-input-group.js +87 -0
  564. package/dist/collection/components/bal-input-slider/bal-input-slider.css +1 -0
  565. package/dist/collection/components/bal-input-slider/bal-input-slider.interfaces.js +4 -0
  566. package/dist/collection/components/bal-input-slider/bal-input-slider.js +608 -0
  567. package/dist/collection/components/bal-input-stepper/bal-input-stepper.css +1 -0
  568. package/dist/collection/components/bal-input-stepper/bal-input-stepper.i18n.js +42 -0
  569. package/dist/collection/components/bal-input-stepper/bal-input-stepper.interfaces.js +4 -0
  570. package/dist/collection/components/bal-input-stepper/bal-input-stepper.js +586 -0
  571. package/dist/collection/components/bal-label/bal-label.css +1 -0
  572. package/dist/collection/components/bal-label/bal-label.i18n.js +32 -0
  573. package/dist/collection/components/bal-label/bal-label.interfaces.js +4 -0
  574. package/dist/collection/components/bal-label/bal-label.js +401 -0
  575. package/dist/collection/components/bal-list/bal-list-item/bal-list-item.js +593 -0
  576. package/dist/collection/components/bal-list/bal-list-item-accordion-body/bal-list-item-accordion-body.js +167 -0
  577. package/dist/collection/components/bal-list/bal-list-item-accordion-head/bal-list-item-accordion-head.js +119 -0
  578. package/dist/collection/components/bal-list/bal-list-item-content/bal-list-item-content.js +34 -0
  579. package/dist/collection/components/bal-list/bal-list-item-icon/bal-list-item-icon.js +35 -0
  580. package/dist/collection/components/bal-list/bal-list-item-subtitle/bal-list-item-subtitle.js +7 -0
  581. package/dist/collection/components/bal-list/bal-list-item-title/bal-list-item-title.js +60 -0
  582. package/dist/collection/components/bal-list/bal-list.css +1 -0
  583. package/dist/collection/components/bal-list/bal-list.interfaces.js +4 -0
  584. package/dist/collection/components/bal-list/bal-list.js +148 -0
  585. package/dist/collection/components/bal-logo/bal-logo.animation.js +11 -0
  586. package/dist/collection/components/bal-logo/bal-logo.css +1 -0
  587. package/dist/collection/components/bal-logo/bal-logo.data.js +3448 -0
  588. package/dist/collection/components/bal-logo/bal-logo.interfaces.js +4 -0
  589. package/dist/collection/components/bal-logo/bal-logo.js +226 -0
  590. package/dist/collection/components/bal-modal/bal-modal-body/bal-modal-body.js +7 -0
  591. package/dist/collection/components/bal-modal/bal-modal-header/bal-modal-header.js +19 -0
  592. package/dist/collection/components/bal-modal/bal-modal.controller.js +48 -0
  593. package/dist/collection/components/bal-modal/bal-modal.css +1 -0
  594. package/dist/collection/components/bal-modal/bal-modal.interfaces.js +4 -0
  595. package/dist/collection/components/bal-modal/bal-modal.js +704 -0
  596. package/dist/collection/components/bal-modal/bal-modal.type.js +1 -0
  597. package/dist/collection/components/bal-nav/bal-nav-link/bal-nav-link.css +1 -0
  598. package/dist/collection/components/bal-nav/bal-nav-link/bal-nav-link.interfaces.js +4 -0
  599. package/dist/collection/components/bal-nav/bal-nav-link/bal-nav-link.js +155 -0
  600. package/dist/collection/components/bal-nav/bal-nav-link-grid/bal-nav-link-grid.css +1 -0
  601. package/dist/collection/components/bal-nav/bal-nav-link-grid/bal-nav-link-grid.js +34 -0
  602. package/dist/collection/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.css +1 -0
  603. package/dist/collection/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.interfaces.js +4 -0
  604. package/dist/collection/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.js +66 -0
  605. package/dist/collection/components/bal-nav/bal-nav-link-group/bal-nav-link-group.css +1 -0
  606. package/dist/collection/components/bal-nav/bal-nav-link-group/bal-nav-link-group.interfaces.js +4 -0
  607. package/dist/collection/components/bal-nav/bal-nav-link-group/bal-nav-link-group.js +65 -0
  608. package/dist/collection/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.css +1 -0
  609. package/dist/collection/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.interfaces.js +4 -0
  610. package/dist/collection/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.js +105 -0
  611. package/dist/collection/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.css +1 -0
  612. package/dist/collection/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.interfaces.js +4 -0
  613. package/dist/collection/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.js +89 -0
  614. package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.css +1 -0
  615. package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.interfaces.js +4 -0
  616. package/dist/collection/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.js +191 -0
  617. package/dist/collection/components/bal-nav/bal-nav.css +1 -0
  618. package/dist/collection/components/bal-nav/bal-nav.i18n.js +42 -0
  619. package/dist/collection/components/bal-nav/bal-nav.interfaces.js +4 -0
  620. package/dist/collection/components/bal-nav/bal-nav.js +509 -0
  621. package/dist/collection/components/bal-nav/bal-nav.types.js +1 -0
  622. package/dist/collection/components/bal-nav/components/accordion-button.js +6 -0
  623. package/dist/collection/components/bal-nav/components/overview-link.js +9 -0
  624. package/dist/collection/components/bal-nav/components/section-list.js +15 -0
  625. package/dist/collection/components/bal-nav/components/service-list.js +15 -0
  626. package/dist/collection/components/bal-nav/models/bal-nav-link-item.js +53 -0
  627. package/dist/collection/components/bal-nav/models/bal-nav-menu-link-item.js +42 -0
  628. package/dist/collection/components/bal-nav/models/bal-nav-meta-button.js +81 -0
  629. package/dist/collection/components/bal-nav/models/bal-nav-meta-link-item.js +38 -0
  630. package/dist/collection/components/bal-nav/models/bal-nav-section-link-item.js +28 -0
  631. package/dist/collection/components/bal-nav/models/bal-nav-service-link-item.js +26 -0
  632. package/dist/collection/components/bal-navbar/bal-navbar-brand/bal-navbar-brand.js +285 -0
  633. package/dist/collection/components/bal-navbar/bal-navbar-menu/bal-navbar-menu.js +109 -0
  634. package/dist/collection/components/bal-navbar/bal-navbar-menu-end/bal-navbar-menu-end.js +42 -0
  635. package/dist/collection/components/bal-navbar/bal-navbar-menu-start/bal-navbar-menu-start.js +42 -0
  636. package/dist/collection/components/bal-navbar/bal-navbar.css +1 -0
  637. package/dist/collection/components/bal-navbar/bal-navbar.interfaces.js +4 -0
  638. package/dist/collection/components/bal-navbar/bal-navbar.js +110 -0
  639. package/dist/collection/components/bal-notices/bal-notices.css +1 -0
  640. package/dist/collection/components/bal-notices/bal-notices.js +49 -0
  641. package/dist/collection/components/bal-notification/bal-notification.css +1 -0
  642. package/dist/collection/components/bal-notification/bal-notification.interfaces.js +4 -0
  643. package/dist/collection/components/bal-notification/bal-notification.js +47 -0
  644. package/dist/collection/components/bal-number-input/bal-number-input.css +1 -0
  645. package/dist/collection/components/bal-number-input/bal-number-input.interfaces.js +4 -0
  646. package/dist/collection/components/bal-number-input/bal-number-input.js +786 -0
  647. package/dist/collection/components/bal-number-input/bal-number-input.utils.js +80 -0
  648. package/dist/collection/components/bal-number-input/bal-number-input.utils.spec.js +320 -0
  649. package/dist/collection/components/bal-pagination/bal-pagination.css +1 -0
  650. package/dist/collection/components/bal-pagination/bal-pagination.i18n.js +42 -0
  651. package/dist/collection/components/bal-pagination/bal-pagination.interfaces.js +4 -0
  652. package/dist/collection/components/bal-pagination/bal-pagination.js +420 -0
  653. package/dist/collection/components/bal-pagination/bal-pagination.spec.js +349 -0
  654. package/dist/collection/components/bal-pagination/bal-pagination.util.js +77 -0
  655. package/dist/collection/components/bal-popover/bal-popover-content/bal-popover-content.js +247 -0
  656. package/dist/collection/components/bal-popover/bal-popover.css +1 -0
  657. package/dist/collection/components/bal-popover/bal-popover.interfaces.js +4 -0
  658. package/dist/collection/components/bal-popover/bal-popover.js +704 -0
  659. package/dist/collection/components/bal-popup/bal-popup.css +1 -0
  660. package/dist/collection/components/bal-popup/bal-popup.interfaces.js +4 -0
  661. package/dist/collection/components/bal-popup/bal-popup.js +827 -0
  662. package/dist/collection/components/bal-popup/variants/abstract-variant.renderer.js +49 -0
  663. package/dist/collection/components/bal-popup/variants/drawer-variant.renderer.js +36 -0
  664. package/dist/collection/components/bal-popup/variants/fullscreen-variant.renderer.js +35 -0
  665. package/dist/collection/components/bal-popup/variants/index.js +4 -0
  666. package/dist/collection/components/bal-popup/variants/popover-variant.renderer.js +132 -0
  667. package/dist/collection/components/bal-popup/variants/variant.interfaces.js +1 -0
  668. package/dist/collection/components/bal-popup/variants/variant.renderer.js +31 -0
  669. package/dist/collection/components/bal-progress-bar/bal-progress-bar.css +1 -0
  670. package/dist/collection/components/bal-progress-bar/bal-progress-bar.interfaces.js +4 -0
  671. package/dist/collection/components/bal-progress-bar/bal-progress-bar.js +149 -0
  672. package/dist/collection/components/bal-radio/bal-radio-button/bal-radio-button.css +1 -0
  673. package/dist/collection/components/bal-radio/bal-radio-button/bal-radio-button.js +467 -0
  674. package/dist/collection/components/bal-radio/bal-radio-group/bal-radio-group.js +828 -0
  675. package/dist/collection/components/bal-radio/bal-radio.interfaces.js +4 -0
  676. package/dist/collection/components/bal-radio/bal-radio.js +760 -0
  677. package/dist/collection/components/bal-radio/bal-radio.type.js +1 -0
  678. package/dist/collection/components/bal-radio/test/car.svg +15 -0
  679. package/dist/collection/components/bal-radio/utils/bal-radio.util.js +3 -0
  680. package/dist/collection/components/bal-select/bal-select-option/bal-select-option.js +102 -0
  681. package/dist/collection/components/bal-select/bal-select.css +1 -0
  682. package/dist/collection/components/bal-select/bal-select.interfaces.js +4 -0
  683. package/dist/collection/components/bal-select/bal-select.js +1462 -0
  684. package/dist/collection/components/bal-select/test/bal-select-utils.spec.js +99 -0
  685. package/dist/collection/components/bal-select/utils/bal-option.type.js +1 -0
  686. package/dist/collection/components/bal-select/utils/bal-option.util.js +11 -0
  687. package/dist/collection/components/bal-select/utils/utils.js +73 -0
  688. package/dist/collection/components/bal-select/utils/watch-options.js +19 -0
  689. package/dist/collection/components/bal-shape/bal-shape.css +1 -0
  690. package/dist/collection/components/bal-shape/bal-shape.interfaces.js +4 -0
  691. package/dist/collection/components/bal-shape/bal-shape.js +136 -0
  692. package/dist/collection/components/bal-sheet/bal-sheet.css +1 -0
  693. package/dist/collection/components/bal-sheet/bal-sheet.interfaces.js +4 -0
  694. package/dist/collection/components/bal-sheet/bal-sheet.js +52 -0
  695. package/dist/collection/components/bal-snackbar/bal-snackbar.controller.js +12 -0
  696. package/dist/collection/components/bal-snackbar/bal-snackbar.css +1 -0
  697. package/dist/collection/components/bal-snackbar/bal-snackbar.interfaces.js +4 -0
  698. package/dist/collection/components/bal-snackbar/bal-snackbar.js +358 -0
  699. package/dist/collection/components/bal-spinner/bal-spinner.animation.js +12 -0
  700. package/dist/collection/components/bal-spinner/bal-spinner.css +1 -0
  701. package/dist/collection/components/bal-spinner/bal-spinner.data.js +2585 -0
  702. package/dist/collection/components/bal-spinner/bal-spinner.js +202 -0
  703. package/dist/collection/components/bal-stack/bal-stack.css +1 -0
  704. package/dist/collection/components/bal-stack/bal-stack.interfaces.js +4 -0
  705. package/dist/collection/components/bal-stack/bal-stack.js +317 -0
  706. package/dist/collection/components/bal-stage/bal-stage-back-link/bal-stage-back-link.js +75 -0
  707. package/dist/collection/components/bal-stage/bal-stage-body/bal-stage-body.js +10 -0
  708. package/dist/collection/components/bal-stage/bal-stage-foot/bal-stage-foot.js +8 -0
  709. package/dist/collection/components/bal-stage/bal-stage-head/bal-stage-head.js +8 -0
  710. package/dist/collection/components/bal-stage/bal-stage-image/bal-stage-image.js +57 -0
  711. package/dist/collection/components/bal-stage/bal-stage.css +1 -0
  712. package/dist/collection/components/bal-stage/bal-stage.interfaces.js +4 -0
  713. package/dist/collection/components/bal-stage/bal-stage.js +192 -0
  714. package/dist/collection/components/bal-steps/bal-step-item/bal-step-item.js +322 -0
  715. package/dist/collection/components/bal-steps/bal-step.type.js +1 -0
  716. package/dist/collection/components/bal-steps/bal-step.util.js +3 -0
  717. package/dist/collection/components/bal-steps/bal-steps.css +1 -0
  718. package/dist/collection/components/bal-steps/bal-steps.interfaces.js +4 -0
  719. package/dist/collection/components/bal-steps/bal-steps.js +391 -0
  720. package/dist/collection/components/bal-steps/components/step-button.js +11 -0
  721. package/dist/collection/components/bal-steps/components/step-icon.js +6 -0
  722. package/dist/collection/components/bal-steps/components/step-label.js +6 -0
  723. package/dist/collection/components/bal-table/bal-table.css +1 -0
  724. package/dist/collection/components/bal-table/bal-table.js +47 -0
  725. package/dist/collection/components/bal-tabs/bal-tab-item/bal-tab-item.js +325 -0
  726. package/dist/collection/components/bal-tabs/bal-tab.type.js +1 -0
  727. package/dist/collection/components/bal-tabs/bal-tab.util.js +3 -0
  728. package/dist/collection/components/bal-tabs/bal-tabs.css +1 -0
  729. package/dist/collection/components/bal-tabs/bal-tabs.interfaces.js +4 -0
  730. package/dist/collection/components/bal-tabs/bal-tabs.js +1108 -0
  731. package/dist/collection/components/bal-tabs/components/tab-button.js +27 -0
  732. package/dist/collection/components/bal-tabs/components/tab-icon.js +10 -0
  733. package/dist/collection/components/bal-tabs/components/tab-label.js +6 -0
  734. package/dist/collection/components/bal-tabs/components/tab-nav.js +11 -0
  735. package/dist/collection/components/bal-tabs/components/tab-select.js +21 -0
  736. package/dist/collection/components/bal-tag/bal-tag-group/bal-tag-group.js +7 -0
  737. package/dist/collection/components/bal-tag/bal-tag.css +1 -0
  738. package/dist/collection/components/bal-tag/bal-tag.interfaces.js +4 -0
  739. package/dist/collection/components/bal-tag/bal-tag.js +239 -0
  740. package/dist/collection/components/bal-text/bal-text.css +1 -0
  741. package/dist/collection/components/bal-text/bal-text.interfaces.js +4 -0
  742. package/dist/collection/components/bal-text/bal-text.js +328 -0
  743. package/dist/collection/components/bal-textarea/bal-textarea.css +1 -0
  744. package/dist/collection/components/bal-textarea/bal-textarea.interfaces.js +4 -0
  745. package/dist/collection/components/bal-textarea/bal-textarea.js +675 -0
  746. package/dist/collection/components/bal-time-input/bal-time-input.css +1 -0
  747. package/dist/collection/components/bal-time-input/bal-time-input.i18n.js +42 -0
  748. package/dist/collection/components/bal-time-input/bal-time-input.interfaces.js +4 -0
  749. package/dist/collection/components/bal-time-input/bal-time-input.js +580 -0
  750. package/dist/collection/components/bal-time-input/bal-time-input.util.js +19 -0
  751. package/dist/collection/components/bal-time-input/test/bal-time-input.util.spec.js +27 -0
  752. package/dist/collection/components/bal-toast/bal-toast.controller.js +12 -0
  753. package/dist/collection/components/bal-toast/bal-toast.css +1 -0
  754. package/dist/collection/components/bal-toast/bal-toast.interfaces.js +4 -0
  755. package/dist/collection/components/bal-toast/bal-toast.js +199 -0
  756. package/dist/collection/components/bal-tooltip/bal-tooltip.css +1 -0
  757. package/dist/collection/components/bal-tooltip/bal-tooltip.interfaces.js +4 -0
  758. package/dist/collection/components/bal-tooltip/bal-tooltip.js +439 -0
  759. package/dist/collection/components/bal-tooltip/bal-tooltip.util.js +37 -0
  760. package/dist/collection/components/docs/bal-doc-app/bal-doc-app.css +1 -0
  761. package/dist/collection/components/docs/bal-doc-app/bal-doc-app.js +229 -0
  762. package/dist/collection/global.js +4 -0
  763. package/dist/collection/index.js +53 -0
  764. package/dist/collection/initialize.js +20 -0
  765. package/dist/collection/utils/attributes.js +38 -0
  766. package/dist/collection/utils/bem.js +8 -0
  767. package/dist/collection/utils/breakpoints/breakpoints.const.js +9 -0
  768. package/dist/collection/utils/breakpoints/breakpoints.decorator.js +14 -0
  769. package/dist/collection/utils/breakpoints/breakpoints.interfaces.js +1 -0
  770. package/dist/collection/utils/breakpoints/breakpoints.js +92 -0
  771. package/dist/collection/utils/breakpoints/breakpoints.map.js +38 -0
  772. package/dist/collection/utils/breakpoints/breakpoints.subject.js +35 -0
  773. package/dist/collection/utils/breakpoints/index.js +4 -0
  774. package/dist/collection/utils/browser.js +60 -0
  775. package/dist/collection/utils/config/config.const.js +1 -0
  776. package/dist/collection/utils/config/config.decorator.js +14 -0
  777. package/dist/collection/utils/config/config.default.js +41 -0
  778. package/dist/collection/utils/config/config.js +134 -0
  779. package/dist/collection/utils/config/config.types.js +1 -0
  780. package/dist/collection/utils/config/config.utils.js +69 -0
  781. package/dist/collection/utils/config/index.js +7 -0
  782. package/dist/collection/utils/config/initialize.js +11 -0
  783. package/dist/collection/utils/config/observable/observer.js +1 -0
  784. package/dist/collection/utils/config/observable/subject.js +1 -0
  785. package/dist/collection/utils/constants/icons.constant.js +28 -0
  786. package/dist/collection/utils/constants/keys.constant.js +17 -0
  787. package/dist/collection/utils/constants/version.constant.js +2 -0
  788. package/dist/collection/utils/css-classes.js +15 -0
  789. package/dist/collection/utils/date/date.js +111 -0
  790. package/dist/collection/utils/date/date.spec.js +132 -0
  791. package/dist/collection/utils/date/index.js +1 -0
  792. package/dist/collection/utils/device.js +48 -0
  793. package/dist/collection/utils/element-states/element-states.decorator.js +20 -0
  794. package/dist/collection/utils/element-states/element-states.interfaces.js +1 -0
  795. package/dist/collection/utils/element-states/element-states.listener.js +52 -0
  796. package/dist/collection/utils/element-states/element-states.subject.js +21 -0
  797. package/dist/collection/utils/element-states/index.js +2 -0
  798. package/dist/collection/utils/focus/focus.decorator.js +20 -0
  799. package/dist/collection/utils/focus/focus.interfaces.js +1 -0
  800. package/dist/collection/utils/focus/focus.listener.js +34 -0
  801. package/dist/collection/utils/focus/focus.subject.js +30 -0
  802. package/dist/collection/utils/focus/index.js +2 -0
  803. package/dist/collection/utils/focus-visible.js +70 -0
  804. package/dist/collection/utils/form-input.js +74 -0
  805. package/dist/collection/utils/form.js +19 -0
  806. package/dist/collection/utils/framework-delegate.js +31 -0
  807. package/dist/collection/utils/helpers.js +252 -0
  808. package/dist/collection/utils/keyboard/index.js +2 -0
  809. package/dist/collection/utils/keyboard/keyboard.decorator.js +20 -0
  810. package/dist/collection/utils/keyboard/keyboard.interfaces.js +1 -0
  811. package/dist/collection/utils/keyboard/keyboard.listener.js +31 -0
  812. package/dist/collection/utils/keyboard/keyboard.subject.js +21 -0
  813. package/dist/collection/utils/legacy.js +32 -0
  814. package/dist/collection/utils/log.js +74 -0
  815. package/dist/collection/utils/mask/__test__/mask-component.mock.js +18 -0
  816. package/dist/collection/utils/mask/__test__/mask-context.mocks.js +6 -0
  817. package/dist/collection/utils/mask/__test__/mask.mock.js +16 -0
  818. package/dist/collection/utils/mask/blocks/index.js +3 -0
  819. package/dist/collection/utils/mask/blocks/mask-block-interfaces.js +1 -0
  820. package/dist/collection/utils/mask/blocks/mask-block-list.js +85 -0
  821. package/dist/collection/utils/mask/blocks/mask-block-list.spec.js +73 -0
  822. package/dist/collection/utils/mask/blocks/mask-block.js +59 -0
  823. package/dist/collection/utils/mask/blocks/mask-blocks.spec.js +48 -0
  824. package/dist/collection/utils/mask/component/index.js +2 -0
  825. package/dist/collection/utils/mask/component/mask-component-adapter.js +124 -0
  826. package/dist/collection/utils/mask/component/mask-component-adapter.spec.js +192 -0
  827. package/dist/collection/utils/mask/component/mask-component-interfaces.js +1 -0
  828. package/dist/collection/utils/mask/context/index.js +9 -0
  829. package/dist/collection/utils/mask/context/mask-clipboard-context.js +7 -0
  830. package/dist/collection/utils/mask/context/mask-context-interfaces.js +1 -0
  831. package/dist/collection/utils/mask/context/mask-context.js +60 -0
  832. package/dist/collection/utils/mask/context/mask-focus-context.js +3 -0
  833. package/dist/collection/utils/mask/context/mask-keyboard-context.js +58 -0
  834. package/dist/collection/utils/mask/context/mask-locale-context.js +6 -0
  835. package/dist/collection/utils/mask/context/mask-mouse-context.js +3 -0
  836. package/dist/collection/utils/mask/context/mask-position.js +65 -0
  837. package/dist/collection/utils/mask/context/mask-value-changed-context.js +12 -0
  838. package/dist/collection/utils/mask/index.js +5 -0
  839. package/dist/collection/utils/mask/mask-interfaces.js +1 -0
  840. package/dist/collection/utils/mask/mask.js +266 -0
  841. package/dist/collection/utils/mask/mask.spec.js +332 -0
  842. package/dist/collection/utils/mask/types/index.js +1 -0
  843. package/dist/collection/utils/mask/types/mask-date.js +120 -0
  844. package/dist/collection/utils/mask/types/mask-date.spec.js +48 -0
  845. package/dist/collection/utils/mutation/index.js +2 -0
  846. package/dist/collection/utils/mutation/mutation.decorator.js +20 -0
  847. package/dist/collection/utils/mutation/mutation.interfaces.js +1 -0
  848. package/dist/collection/utils/mutation/mutation.listener.js +64 -0
  849. package/dist/collection/utils/mutation/mutation.subject.js +34 -0
  850. package/dist/collection/utils/number.js +37 -0
  851. package/dist/collection/utils/orientation/index.js +3 -0
  852. package/dist/collection/utils/orientation/orientation.decorator.js +14 -0
  853. package/dist/collection/utils/orientation/orientation.interfaces.js +1 -0
  854. package/dist/collection/utils/orientation/orientation.subject.js +26 -0
  855. package/dist/collection/utils/overlays/notice.controller.js +91 -0
  856. package/dist/collection/utils/overlays/overlays.js +75 -0
  857. package/dist/collection/utils/resize/index.js +5 -0
  858. package/dist/collection/utils/resize/resize.decorator.js +20 -0
  859. package/dist/collection/utils/resize/resize.interfaces.js +1 -0
  860. package/dist/collection/utils/resize/resize.listener.js +37 -0
  861. package/dist/collection/utils/resize/resize.subject.js +19 -0
  862. package/dist/collection/utils/resize/window-resize.handler.js +50 -0
  863. package/dist/collection/utils/resize/window-resize.listener.js +27 -0
  864. package/dist/collection/utils/scroll.js +75 -0
  865. package/dist/collection/utils/style.js +22 -0
  866. package/dist/collection/utils/swipe/index.js +3 -0
  867. package/dist/collection/utils/swipe/swipe.decorator.js +20 -0
  868. package/dist/collection/utils/swipe/swipe.interfaces.js +1 -0
  869. package/dist/collection/utils/swipe/swipe.listener.js +30 -0
  870. package/dist/collection/utils/swipe/swipe.subject.js +25 -0
  871. package/dist/collection/utils/types/listener.js +27 -0
  872. package/dist/collection/utils/types/signal.js +55 -0
  873. package/dist/design-system-components/design-system-components.esm.js +1 -0
  874. package/dist/design-system-components/design-system-components.js +127 -0
  875. package/dist/design-system-components/index.esm.js +1 -0
  876. package/dist/design-system-components/p-00fb8b0ce4.entry.js +1 -0
  877. package/dist/design-system-components/p-014286df.system.js +1 -0
  878. package/dist/design-system-components/p-0177e3a0.system.js +1 -0
  879. package/dist/design-system-components/p-01ebb73de9.entry.js +1 -0
  880. package/dist/design-system-components/p-023dec1a0f.system.entry.js +1 -0
  881. package/dist/design-system-components/p-02582dc6c8.entry.js +1 -0
  882. package/dist/design-system-components/p-02efa13c5d.system.entry.js +1 -0
  883. package/dist/design-system-components/p-0503365a9d.system.entry.js +1 -0
  884. package/dist/design-system-components/p-051f8a1a.system.js +1 -0
  885. package/dist/design-system-components/p-056b22a7.system.js +1 -0
  886. package/dist/design-system-components/p-0619ca6d6e.system.entry.js +1 -0
  887. package/dist/design-system-components/p-06ecf846.js +1 -0
  888. package/dist/design-system-components/p-0905f644a5.entry.js +1 -0
  889. package/dist/design-system-components/p-09ab29d6.js +1 -0
  890. package/dist/design-system-components/p-0b1dc33bc5.entry.js +1 -0
  891. package/dist/design-system-components/p-0e361394.js +1 -0
  892. package/dist/design-system-components/p-10351b73.js +1 -0
  893. package/dist/design-system-components/p-116b65a6.system.js +1 -0
  894. package/dist/design-system-components/p-11f970ba.js +1 -0
  895. package/dist/design-system-components/p-12786937.js +1 -0
  896. package/dist/design-system-components/p-1331ad69af.system.entry.js +1 -0
  897. package/dist/design-system-components/p-140ad639.system.js +1 -0
  898. package/dist/design-system-components/p-1459724489.entry.js +1 -0
  899. package/dist/design-system-components/p-145d5c4e.system.js +1 -0
  900. package/dist/design-system-components/p-14d0c5f3.system.js +1 -0
  901. package/dist/design-system-components/p-1920d4af.js +1 -0
  902. package/dist/design-system-components/p-1965e3c55a.system.entry.js +1 -0
  903. package/dist/design-system-components/p-1b76afbf.js +1 -0
  904. package/dist/design-system-components/p-1c0c269e09.entry.js +1 -0
  905. package/dist/design-system-components/p-210cd438.system.js +9 -0
  906. package/dist/design-system-components/p-2229e98e.js +1 -0
  907. package/dist/design-system-components/p-222f9b7cad.entry.js +1 -0
  908. package/dist/design-system-components/p-23bdd8dc.system.js +1 -0
  909. package/dist/design-system-components/p-24f4f26ba8.entry.js +1 -0
  910. package/dist/design-system-components/p-2692caf4.js +1 -0
  911. package/dist/design-system-components/p-27dc8dc801.entry.js +1 -0
  912. package/dist/design-system-components/p-2880433e.system.js +1 -0
  913. package/dist/design-system-components/p-2a45560c35.system.entry.js +1 -0
  914. package/dist/design-system-components/p-2b08e144ad.entry.js +1 -0
  915. package/dist/design-system-components/p-2d25888851.system.entry.js +1 -0
  916. package/dist/design-system-components/p-2e8b4edc.system.js +1 -0
  917. package/dist/design-system-components/p-3214005a3e.system.entry.js +1 -0
  918. package/dist/design-system-components/p-333ef156.system.js +1 -0
  919. package/dist/design-system-components/p-3706ce477e.entry.js +1 -0
  920. package/dist/design-system-components/p-38c39be3d7.system.entry.js +1 -0
  921. package/dist/design-system-components/p-38c9284aca.system.entry.js +1 -0
  922. package/dist/design-system-components/p-39cbb5b4.system.js +1 -0
  923. package/dist/design-system-components/p-3c6eb5bf1c.system.entry.js +1 -0
  924. package/dist/design-system-components/p-3cb83cf9.system.js +1 -0
  925. package/dist/design-system-components/p-3ecc7d9a.system.js +1 -0
  926. package/dist/design-system-components/p-418049c807.entry.js +1 -0
  927. package/dist/design-system-components/p-432920d7.system.js +2 -0
  928. package/dist/design-system-components/p-432f31df29.system.entry.js +1 -0
  929. package/dist/design-system-components/p-43c9f5e9.js +15 -0
  930. package/dist/design-system-components/p-43e8bc5e.js +2 -0
  931. package/dist/design-system-components/p-4573c419.js +1 -0
  932. package/dist/design-system-components/p-45c70d860f.system.entry.js +1 -0
  933. package/dist/design-system-components/p-469767e905.system.entry.js +1 -0
  934. package/dist/design-system-components/p-47acd3cf3e.system.entry.js +1 -0
  935. package/dist/design-system-components/p-481050ba3f.entry.js +1 -0
  936. package/dist/design-system-components/p-49fe011f.js +1 -0
  937. package/dist/design-system-components/p-4c0bad70.system.js +1 -0
  938. package/dist/design-system-components/p-4c0bbb9b38.system.entry.js +1 -0
  939. package/dist/design-system-components/p-4cd4652f54.system.entry.js +1 -0
  940. package/dist/design-system-components/p-4f4df156.js +1 -0
  941. package/dist/design-system-components/p-4f9641493a.system.entry.js +1 -0
  942. package/dist/design-system-components/p-504651362c.entry.js +1 -0
  943. package/dist/design-system-components/p-50e9cf1f.system.js +1 -0
  944. package/dist/design-system-components/p-50f12cb1.system.js +1 -0
  945. package/dist/design-system-components/p-521dd66aee.entry.js +1 -0
  946. package/dist/design-system-components/p-53e09ecb.js +1 -0
  947. package/dist/design-system-components/p-54a0e0dffb.entry.js +1 -0
  948. package/dist/design-system-components/p-54a2103c69.system.entry.js +1 -0
  949. package/dist/design-system-components/p-571e54185d.system.entry.js +1 -0
  950. package/dist/design-system-components/p-5764e86651.entry.js +1 -0
  951. package/dist/design-system-components/p-58fc8247.js +1 -0
  952. package/dist/design-system-components/p-5ae8901747.system.entry.js +1 -0
  953. package/dist/design-system-components/p-5c50f2cef2.system.entry.js +1 -0
  954. package/dist/design-system-components/p-66904dc1.js +1 -0
  955. package/dist/design-system-components/p-6913b916.system.js +1 -0
  956. package/dist/design-system-components/p-69e7c8d6.js +1 -0
  957. package/dist/design-system-components/p-6b45db53.system.js +1 -0
  958. package/dist/design-system-components/p-6d9437ffbc.system.entry.js +1 -0
  959. package/dist/design-system-components/p-6dbef894.system.js +15 -0
  960. package/dist/design-system-components/p-6e5745c8.system.js +1 -0
  961. package/dist/design-system-components/p-6e85c17f48.entry.js +1 -0
  962. package/dist/design-system-components/p-73581cf8da.system.entry.js +1 -0
  963. package/dist/design-system-components/p-74b03e35ee.system.entry.js +1 -0
  964. package/dist/design-system-components/p-787f9258.system.js +1 -0
  965. package/dist/design-system-components/p-79c2985964.system.entry.js +1 -0
  966. package/dist/design-system-components/p-7ab0701894.entry.js +1 -0
  967. package/dist/design-system-components/p-7ae44c17.js +1 -0
  968. package/dist/design-system-components/p-7bbef605f6.entry.js +1 -0
  969. package/dist/design-system-components/p-7e81ca1e68.system.entry.js +1 -0
  970. package/dist/design-system-components/p-7fa291836e.entry.js +1 -0
  971. package/dist/design-system-components/p-8062fa02.js +1 -0
  972. package/dist/design-system-components/p-8190374d11.system.entry.js +1 -0
  973. package/dist/design-system-components/p-81c2b431.system.js +1 -0
  974. package/dist/design-system-components/p-85995e5f62.system.entry.js +1 -0
  975. package/dist/design-system-components/p-88f18fbc.js +1 -0
  976. package/dist/design-system-components/p-8949aa8b.system.js +1 -0
  977. package/dist/design-system-components/p-8954495d.system.js +1 -0
  978. package/dist/design-system-components/p-8a2bab70.system.js +1 -0
  979. package/dist/design-system-components/p-8dc7ee30.js +1 -0
  980. package/dist/design-system-components/p-918fc22a64.entry.js +1 -0
  981. package/dist/design-system-components/p-922fd809.system.js +1 -0
  982. package/dist/design-system-components/p-923b9aa8a4.system.entry.js +1 -0
  983. package/dist/design-system-components/p-931979ce0f.system.entry.js +1 -0
  984. package/dist/design-system-components/p-943a57952b.entry.js +1 -0
  985. package/dist/design-system-components/p-94c2daea1c.entry.js +1 -0
  986. package/dist/design-system-components/p-96216bd1.js +1 -0
  987. package/dist/design-system-components/p-9775875176.system.entry.js +1 -0
  988. package/dist/design-system-components/p-99cfab9c.system.js +1 -0
  989. package/dist/design-system-components/p-9a3d9e17.js +1 -0
  990. package/dist/design-system-components/p-9a90c3203f.entry.js +1 -0
  991. package/dist/design-system-components/p-9b9c8ffc50.entry.js +1 -0
  992. package/dist/design-system-components/p-9c5c0a80d5.system.entry.js +1 -0
  993. package/dist/design-system-components/p-9d16afbe20.system.entry.js +1 -0
  994. package/dist/design-system-components/p-9fafb0dd64.system.entry.js +1 -0
  995. package/dist/design-system-components/p-a01f3206.system.js +1 -0
  996. package/dist/design-system-components/p-a0fe8d65.js +1 -0
  997. package/dist/design-system-components/p-a1817cd3.system.js +1 -0
  998. package/dist/design-system-components/p-a1f6e944.system.js +1 -0
  999. package/dist/design-system-components/p-a2e08fb63c.entry.js +1 -0
  1000. package/dist/design-system-components/p-a566fc58c1.entry.js +1 -0
  1001. package/dist/design-system-components/p-a5b064a2b7.system.entry.js +1 -0
  1002. package/dist/design-system-components/p-a65354df.js +1 -0
  1003. package/dist/design-system-components/p-a65bc5e2.js +1 -0
  1004. package/dist/design-system-components/p-a6e7599e.js +1 -0
  1005. package/dist/design-system-components/p-a705254c65.entry.js +1 -0
  1006. package/dist/design-system-components/p-a7fc2da7.system.js +1 -0
  1007. package/dist/design-system-components/p-a9070ffbcb.entry.js +1 -0
  1008. package/dist/design-system-components/p-aafb6696.js +1 -0
  1009. package/dist/design-system-components/p-ab2f2dac0b.entry.js +1 -0
  1010. package/dist/design-system-components/p-acf222fd.js +1 -0
  1011. package/dist/design-system-components/p-ad81b8ea.js +1 -0
  1012. package/dist/design-system-components/p-ad9a7657.js +1 -0
  1013. package/dist/design-system-components/p-adff9a327e.system.entry.js +1 -0
  1014. package/dist/design-system-components/p-ae86d0a0.js +1 -0
  1015. package/dist/design-system-components/p-ae9b85f1.system.js +1 -0
  1016. package/dist/design-system-components/p-af6d973a1f.system.entry.js +1 -0
  1017. package/dist/design-system-components/p-af7fd2bbfc.system.entry.js +1 -0
  1018. package/dist/design-system-components/p-b316d3b582.entry.js +1 -0
  1019. package/dist/design-system-components/p-b331f9f2ca.entry.js +1 -0
  1020. package/dist/design-system-components/p-b345371778.system.entry.js +1 -0
  1021. package/dist/design-system-components/p-b3f2c626.system.js +1 -0
  1022. package/dist/design-system-components/p-b4607c3eec.system.entry.js +1 -0
  1023. package/dist/design-system-components/p-b52ad8d5.system.js +1 -0
  1024. package/dist/design-system-components/p-b6036a0000.entry.js +1 -0
  1025. package/dist/design-system-components/p-b70d2aeb52.entry.js +1 -0
  1026. package/dist/design-system-components/p-b77e3348.js +1 -0
  1027. package/dist/design-system-components/p-b79d8942.system.js +1 -0
  1028. package/dist/design-system-components/p-b80d9e4d.js +1 -0
  1029. package/dist/design-system-components/p-b8a855baaf.entry.js +1 -0
  1030. package/dist/design-system-components/p-ba46e30667.system.entry.js +1 -0
  1031. package/dist/design-system-components/p-ba48864a3f.system.entry.js +1 -0
  1032. package/dist/design-system-components/p-ba579059.system.js +1 -0
  1033. package/dist/design-system-components/p-baf64616.system.js +1 -0
  1034. package/dist/design-system-components/p-bafa7b4e.js +1 -0
  1035. package/dist/design-system-components/p-bd712d6ba5.system.entry.js +1 -0
  1036. package/dist/design-system-components/p-bfbc64f2.js +1 -0
  1037. package/dist/design-system-components/p-c0a3d422.system.js +1 -0
  1038. package/dist/design-system-components/p-c0c91eb1.js +1 -0
  1039. package/dist/design-system-components/p-c21c278ae8.system.entry.js +1 -0
  1040. package/dist/design-system-components/p-c2b22ebafb.entry.js +1 -0
  1041. package/dist/design-system-components/p-c6ac2c70a1.entry.js +1 -0
  1042. package/dist/design-system-components/p-c7e50c7bd5.system.entry.js +1 -0
  1043. package/dist/design-system-components/p-c82fbacbce.system.entry.js +1 -0
  1044. package/dist/design-system-components/p-c8875d92.js +1 -0
  1045. package/dist/design-system-components/p-c963239926.system.entry.js +1 -0
  1046. package/dist/design-system-components/p-ca119357.js +1 -0
  1047. package/dist/design-system-components/p-cab2f10b36.entry.js +1 -0
  1048. package/dist/design-system-components/p-cb5c4edf15.system.entry.js +1 -0
  1049. package/dist/design-system-components/p-ce37dba1.js +1 -0
  1050. package/dist/design-system-components/p-ce4f5a6a.js +1 -0
  1051. package/dist/design-system-components/p-cfc54b97e2.system.entry.js +1 -0
  1052. package/dist/design-system-components/p-d0537382.system.js +1 -0
  1053. package/dist/design-system-components/p-d25a27214a.entry.js +1 -0
  1054. package/dist/design-system-components/p-d2ee9b0a.system.js +1 -0
  1055. package/dist/design-system-components/p-d3187c0b5b.entry.js +1 -0
  1056. package/dist/design-system-components/p-d4196f46a8.entry.js +1 -0
  1057. package/dist/design-system-components/p-d4bb91f0e9.entry.js +1 -0
  1058. package/dist/design-system-components/p-d5114e1651.entry.js +1 -0
  1059. package/dist/design-system-components/p-d669aabb6f.entry.js +1 -0
  1060. package/dist/design-system-components/p-da76db9841.entry.js +1 -0
  1061. package/dist/design-system-components/p-db0895e2.system.js +1 -0
  1062. package/dist/design-system-components/p-db72afae43.entry.js +1 -0
  1063. package/dist/design-system-components/p-dbdc311044.entry.js +1 -0
  1064. package/dist/design-system-components/p-dbe4005195.system.entry.js +1 -0
  1065. package/dist/design-system-components/p-dd5e13d1.js +1 -0
  1066. package/dist/design-system-components/p-deda895cd6.entry.js +1 -0
  1067. package/dist/design-system-components/p-e0248dd3.js +1 -0
  1068. package/dist/design-system-components/p-e0bf7a6bdf.entry.js +1 -0
  1069. package/dist/design-system-components/p-e2eb9a9926.entry.js +1 -0
  1070. package/dist/design-system-components/p-e345f985b5.entry.js +1 -0
  1071. package/dist/design-system-components/p-e581de20.js +1 -0
  1072. package/dist/design-system-components/p-e61fa225.js +1 -0
  1073. package/dist/design-system-components/p-e7d72d7c.system.js +1 -0
  1074. package/dist/design-system-components/p-e8d90b5e.js +1 -0
  1075. package/dist/design-system-components/p-e8fccb5920.entry.js +1 -0
  1076. package/dist/design-system-components/p-ea7eaa01cb.entry.js +1 -0
  1077. package/dist/design-system-components/p-ec1efe3d.js +1 -0
  1078. package/dist/design-system-components/p-ec9a7cf5.system.js +1 -0
  1079. package/dist/design-system-components/p-ecebb37bcb.system.entry.js +1 -0
  1080. package/dist/design-system-components/p-edf150cef9.system.entry.js +1 -0
  1081. package/dist/design-system-components/p-ee64e1ef94.system.entry.js +1 -0
  1082. package/dist/design-system-components/p-eecefb0a.system.js +1 -0
  1083. package/dist/design-system-components/p-f029750ba3.system.entry.js +1 -0
  1084. package/dist/design-system-components/p-f072181b87.system.entry.js +1 -0
  1085. package/dist/design-system-components/p-f07d4d4027.system.entry.js +1 -0
  1086. package/dist/design-system-components/p-f101d07e3d.entry.js +1 -0
  1087. package/dist/design-system-components/p-f2338ace59.system.entry.js +1 -0
  1088. package/dist/design-system-components/p-f233fe25.system.js +1 -0
  1089. package/dist/design-system-components/p-f26f1cacfd.system.entry.js +1 -0
  1090. package/dist/design-system-components/p-f2ab8f9a.system.js +1 -0
  1091. package/dist/design-system-components/p-f385e205.js +1 -0
  1092. package/dist/design-system-components/p-f3f5ce4f.js +1 -0
  1093. package/dist/design-system-components/p-f685fbb1d8.entry.js +1 -0
  1094. package/dist/design-system-components/p-f75761207d.entry.js +1 -0
  1095. package/dist/design-system-components/p-f8c5e9e7.system.js +1 -0
  1096. package/dist/design-system-components/p-fc586c6a.system.js +1 -0
  1097. package/dist/design-system-components/p-fe76780d.system.js +1 -0
  1098. package/dist/design-system-components/p-fea0ec3579.entry.js +1 -0
  1099. package/dist/design-system-components/p-ff50d1c870.entry.js +1 -0
  1100. package/dist/esm/_commonjsHelpers-1c8beb5f.js +3 -0
  1101. package/dist/esm/app-globals-46c15307.js +5 -0
  1102. package/dist/esm/attributes-4fa7040f.js +40 -0
  1103. package/dist/esm/bal-accordion_4.entry.js +531 -0
  1104. package/dist/esm/bal-app.entry.js +70 -0
  1105. package/dist/esm/bal-badge.entry.js +29 -0
  1106. package/dist/esm/bal-button_2.entry.js +186 -0
  1107. package/dist/esm/bal-card_6.entry.js +97 -0
  1108. package/dist/esm/bal-carousel_2.entry.js +452 -0
  1109. package/dist/esm/bal-checkbox-button.entry.js +207 -0
  1110. package/dist/esm/bal-checkbox_2.entry.js +595 -0
  1111. package/dist/esm/bal-close.entry.js +52 -0
  1112. package/dist/esm/bal-close.i18n-f2daa707.js +34 -0
  1113. package/dist/esm/bal-content.entry.js +52 -0
  1114. package/dist/esm/bal-data_4.entry.js +89 -0
  1115. package/dist/esm/bal-date-calendar-cell.entry.js +44 -0
  1116. package/dist/esm/bal-date-calendar_2.entry.js +1473 -0
  1117. package/dist/esm/bal-date.entry.js +309 -0
  1118. package/dist/esm/bal-datepicker.entry.js +1067 -0
  1119. package/dist/esm/bal-datepicker.i18n-63a3cb67.js +74 -0
  1120. package/dist/esm/bal-divider.entry.js +40 -0
  1121. package/dist/esm/bal-doc-app.entry.js +227 -0
  1122. package/dist/esm/bal-field_5.entry.js +307 -0
  1123. package/dist/esm/bal-file-upload.entry.js +362 -0
  1124. package/dist/esm/bal-file-upload.type-2a70f4ec.js +10 -0
  1125. package/dist/esm/bal-footer.entry.js +126 -0
  1126. package/dist/esm/bal-form-col_2.entry.js +38 -0
  1127. package/dist/esm/bal-form.entry.js +29 -0
  1128. package/dist/esm/bal-heading_2.entry.js +218 -0
  1129. package/dist/esm/bal-hint_3.entry.js +180 -0
  1130. package/dist/esm/bal-icon.entry.js +1031 -0
  1131. package/dist/esm/bal-input-group.entry.js +26 -0
  1132. package/dist/esm/bal-input-slider.entry.js +176 -0
  1133. package/dist/esm/bal-input-stepper.entry.js +1224 -0
  1134. package/dist/esm/bal-input-stepper.i18n-aaa4a009.js +44 -0
  1135. package/dist/esm/bal-input.entry.js +470 -0
  1136. package/dist/esm/bal-label.entry.js +97 -0
  1137. package/dist/esm/bal-label.i18n-4212be56.js +34 -0
  1138. package/dist/esm/bal-list_8.entry.js +502 -0
  1139. package/dist/esm/bal-logo.animation-560601c6.js +3462 -0
  1140. package/dist/esm/bal-logo.entry.js +153 -0
  1141. package/dist/esm/bal-modal_3.entry.js +285 -0
  1142. package/dist/esm/bal-nav_8.entry.js +1001 -0
  1143. package/dist/esm/bal-navbar_5.entry.js +182 -0
  1144. package/dist/esm/bal-notices.entry.js +21 -0
  1145. package/dist/esm/bal-notification.entry.js +17 -0
  1146. package/dist/esm/bal-number-input.entry.js +475 -0
  1147. package/dist/esm/bal-pagination.entry.js +264 -0
  1148. package/dist/esm/bal-popover_2.entry.js +2139 -0
  1149. package/dist/esm/bal-popup.entry.js +625 -0
  1150. package/dist/esm/bal-progress-bar.entry.js +79 -0
  1151. package/dist/esm/bal-radio-button.entry.js +207 -0
  1152. package/dist/esm/bal-radio_2.entry.js +603 -0
  1153. package/dist/esm/bal-select_2.entry.js +784 -0
  1154. package/dist/esm/bal-shape.entry.js +60 -0
  1155. package/dist/esm/bal-sheet.entry.js +22 -0
  1156. package/dist/esm/bal-snackbar.entry.js +72 -0
  1157. package/dist/esm/bal-spinner.animation-81d4326e.js +4533 -0
  1158. package/dist/esm/bal-spinner.entry.js +122 -0
  1159. package/dist/esm/bal-stack.entry.js +64 -0
  1160. package/dist/esm/bal-stage_6.entry.js +120 -0
  1161. package/dist/esm/bal-step-item.entry.js +62 -0
  1162. package/dist/esm/bal-step.util-3905ad56.js +5 -0
  1163. package/dist/esm/bal-steps.entry.js +247 -0
  1164. package/dist/esm/bal-tab-item_2.entry.js +673 -0
  1165. package/dist/esm/bal-tab.util-933315fe.js +5 -0
  1166. package/dist/esm/bal-table.entry.js +22 -0
  1167. package/dist/esm/bal-tag_2.entry.js +57 -0
  1168. package/dist/esm/bal-textarea.entry.js +131 -0
  1169. package/dist/esm/bal-time-input.entry.js +170 -0
  1170. package/dist/esm/bal-time-input.i18n-157c7092.js +44 -0
  1171. package/dist/esm/bal-toast.entry.js +50 -0
  1172. package/dist/esm/bal-tooltip.entry.js +254 -0
  1173. package/dist/esm/bem-8c7d2eb0.js +10 -0
  1174. package/dist/esm/breakpoints.decorator-4a749810.js +17 -0
  1175. package/dist/esm/breakpoints.subject-7ff7a13a.js +251 -0
  1176. package/dist/esm/browser-a8073d92.js +62 -0
  1177. package/dist/esm/config.decorator-d18abfe1.js +17 -0
  1178. package/dist/esm/config.default-79f94bf7.js +44 -0
  1179. package/dist/esm/config.utils-6ac6c9bd.js +72 -0
  1180. package/dist/esm/contact-91a44c8c.js +1633 -0
  1181. package/dist/esm/date-db6afc26.js +8482 -0
  1182. package/dist/esm/design-system-components.js +26 -0
  1183. package/dist/esm/device-8c6d2881.js +51 -0
  1184. package/dist/esm/element-states.decorator-071e2b6b.js +95 -0
  1185. package/dist/esm/floating-ui.dom.esm-f1cf1077.js +1454 -0
  1186. package/dist/esm/focus-visible-f0cdd043.js +72 -0
  1187. package/dist/esm/focus.decorator-8acd79c3.js +86 -0
  1188. package/dist/esm/form-fb8dd9f5.js +21 -0
  1189. package/dist/esm/form-input-28a08ec5.js +77 -0
  1190. package/dist/esm/global-648bb593.js +7 -0
  1191. package/dist/esm/helpers-c201154e.js +246 -0
  1192. package/dist/esm/icons.constant-a7885631.js +30 -0
  1193. package/dist/esm/index-4d3658f6.js +2490 -0
  1194. package/dist/esm/index-82aff103.js +35 -0
  1195. package/dist/esm/index-db06fb0e.js +592 -0
  1196. package/dist/esm/index.esm-ec4cba26.js +7373 -0
  1197. package/dist/esm/index.js +184 -0
  1198. package/dist/esm/initialize-ff8054a2.js +281 -0
  1199. package/dist/esm/keys.constant-0eb059e0.js +19 -0
  1200. package/dist/esm/listener-04842ae9.js +85 -0
  1201. package/dist/esm/loader.js +17 -0
  1202. package/dist/esm/log-dfd1c19f.js +77 -0
  1203. package/dist/esm/lottie_light_html-ab90e4a2.js +11692 -0
  1204. package/dist/esm/mutation.decorator-af19e75a.js +119 -0
  1205. package/dist/esm/overlays-9d49a4a5.js +76 -0
  1206. package/dist/esm/polyfills/core-js.js +11 -0
  1207. package/dist/esm/polyfills/dom.js +79 -0
  1208. package/dist/esm/polyfills/es5-html-element.js +1 -0
  1209. package/dist/esm/polyfills/index.js +34 -0
  1210. package/dist/esm/polyfills/system.js +6 -0
  1211. package/dist/esm/resize.decorator-f70563b5.js +78 -0
  1212. package/dist/esm/scroll-972c7ce5.js +78 -0
  1213. package/dist/esm/style-ca1bd202.js +24 -0
  1214. package/dist/esm/swipe.decorator-9d904794.js +23 -0
  1215. package/dist/esm/swipe.subject-f1d64e8d.js +57 -0
  1216. package/dist/esm/tokens.esm-6fb6283c.js +20 -0
  1217. package/dist/esm/tslib.es6-654e2c24.js +27 -0
  1218. package/dist/esm/utils-9fbab1d3.js +76 -0
  1219. package/dist/esm-es5/_commonjsHelpers-1c8beb5f.js +1 -0
  1220. package/dist/esm-es5/app-globals-46c15307.js +1 -0
  1221. package/dist/esm-es5/attributes-4fa7040f.js +1 -0
  1222. package/dist/esm-es5/bal-accordion_4.entry.js +1 -0
  1223. package/dist/esm-es5/bal-app.entry.js +1 -0
  1224. package/dist/esm-es5/bal-badge.entry.js +1 -0
  1225. package/dist/esm-es5/bal-button_2.entry.js +1 -0
  1226. package/dist/esm-es5/bal-card_6.entry.js +1 -0
  1227. package/dist/esm-es5/bal-carousel_2.entry.js +1 -0
  1228. package/dist/esm-es5/bal-checkbox-button.entry.js +1 -0
  1229. package/dist/esm-es5/bal-checkbox_2.entry.js +1 -0
  1230. package/dist/esm-es5/bal-close.entry.js +1 -0
  1231. package/dist/esm-es5/bal-close.i18n-f2daa707.js +1 -0
  1232. package/dist/esm-es5/bal-content.entry.js +1 -0
  1233. package/dist/esm-es5/bal-data_4.entry.js +1 -0
  1234. package/dist/esm-es5/bal-date-calendar-cell.entry.js +1 -0
  1235. package/dist/esm-es5/bal-date-calendar_2.entry.js +1 -0
  1236. package/dist/esm-es5/bal-date.entry.js +1 -0
  1237. package/dist/esm-es5/bal-datepicker.entry.js +1 -0
  1238. package/dist/esm-es5/bal-datepicker.i18n-63a3cb67.js +1 -0
  1239. package/dist/esm-es5/bal-divider.entry.js +1 -0
  1240. package/dist/esm-es5/bal-doc-app.entry.js +1 -0
  1241. package/dist/esm-es5/bal-field_5.entry.js +1 -0
  1242. package/dist/esm-es5/bal-file-upload.entry.js +1 -0
  1243. package/dist/esm-es5/bal-file-upload.type-2a70f4ec.js +1 -0
  1244. package/dist/esm-es5/bal-footer.entry.js +1 -0
  1245. package/dist/esm-es5/bal-form-col_2.entry.js +1 -0
  1246. package/dist/esm-es5/bal-form.entry.js +1 -0
  1247. package/dist/esm-es5/bal-heading_2.entry.js +1 -0
  1248. package/dist/esm-es5/bal-hint_3.entry.js +1 -0
  1249. package/dist/esm-es5/bal-icon.entry.js +1 -0
  1250. package/dist/esm-es5/bal-input-group.entry.js +1 -0
  1251. package/dist/esm-es5/bal-input-slider.entry.js +1 -0
  1252. package/dist/esm-es5/bal-input-stepper.entry.js +1 -0
  1253. package/dist/esm-es5/bal-input-stepper.i18n-aaa4a009.js +1 -0
  1254. package/dist/esm-es5/bal-input.entry.js +1 -0
  1255. package/dist/esm-es5/bal-label.entry.js +1 -0
  1256. package/dist/esm-es5/bal-label.i18n-4212be56.js +1 -0
  1257. package/dist/esm-es5/bal-list_8.entry.js +1 -0
  1258. package/dist/esm-es5/bal-logo.animation-560601c6.js +1 -0
  1259. package/dist/esm-es5/bal-logo.entry.js +1 -0
  1260. package/dist/esm-es5/bal-modal_3.entry.js +1 -0
  1261. package/dist/esm-es5/bal-nav_8.entry.js +1 -0
  1262. package/dist/esm-es5/bal-navbar_5.entry.js +1 -0
  1263. package/dist/esm-es5/bal-notices.entry.js +1 -0
  1264. package/dist/esm-es5/bal-notification.entry.js +1 -0
  1265. package/dist/esm-es5/bal-number-input.entry.js +1 -0
  1266. package/dist/esm-es5/bal-pagination.entry.js +1 -0
  1267. package/dist/esm-es5/bal-popover_2.entry.js +1 -0
  1268. package/dist/esm-es5/bal-popup.entry.js +1 -0
  1269. package/dist/esm-es5/bal-progress-bar.entry.js +1 -0
  1270. package/dist/esm-es5/bal-radio-button.entry.js +1 -0
  1271. package/dist/esm-es5/bal-radio_2.entry.js +1 -0
  1272. package/dist/esm-es5/bal-select_2.entry.js +1 -0
  1273. package/dist/esm-es5/bal-shape.entry.js +1 -0
  1274. package/dist/esm-es5/bal-sheet.entry.js +1 -0
  1275. package/dist/esm-es5/bal-snackbar.entry.js +1 -0
  1276. package/dist/esm-es5/bal-spinner.animation-81d4326e.js +1 -0
  1277. package/dist/esm-es5/bal-spinner.entry.js +1 -0
  1278. package/dist/esm-es5/bal-stack.entry.js +1 -0
  1279. package/dist/esm-es5/bal-stage_6.entry.js +1 -0
  1280. package/dist/esm-es5/bal-step-item.entry.js +1 -0
  1281. package/dist/esm-es5/bal-step.util-3905ad56.js +1 -0
  1282. package/dist/esm-es5/bal-steps.entry.js +1 -0
  1283. package/dist/esm-es5/bal-tab-item_2.entry.js +1 -0
  1284. package/dist/esm-es5/bal-tab.util-933315fe.js +1 -0
  1285. package/dist/esm-es5/bal-table.entry.js +1 -0
  1286. package/dist/esm-es5/bal-tag_2.entry.js +1 -0
  1287. package/dist/esm-es5/bal-textarea.entry.js +1 -0
  1288. package/dist/esm-es5/bal-time-input.entry.js +1 -0
  1289. package/dist/esm-es5/bal-time-input.i18n-157c7092.js +1 -0
  1290. package/dist/esm-es5/bal-toast.entry.js +1 -0
  1291. package/dist/esm-es5/bal-tooltip.entry.js +1 -0
  1292. package/dist/esm-es5/bem-8c7d2eb0.js +1 -0
  1293. package/dist/esm-es5/breakpoints.decorator-4a749810.js +1 -0
  1294. package/dist/esm-es5/breakpoints.subject-7ff7a13a.js +1 -0
  1295. package/dist/esm-es5/browser-a8073d92.js +1 -0
  1296. package/dist/esm-es5/config.decorator-d18abfe1.js +1 -0
  1297. package/dist/esm-es5/config.default-79f94bf7.js +1 -0
  1298. package/dist/esm-es5/config.utils-6ac6c9bd.js +1 -0
  1299. package/dist/esm-es5/contact-91a44c8c.js +1 -0
  1300. package/dist/esm-es5/date-db6afc26.js +1 -0
  1301. package/dist/esm-es5/design-system-components.js +1 -0
  1302. package/dist/esm-es5/device-8c6d2881.js +1 -0
  1303. package/dist/esm-es5/element-states.decorator-071e2b6b.js +1 -0
  1304. package/dist/esm-es5/floating-ui.dom.esm-f1cf1077.js +1 -0
  1305. package/dist/esm-es5/focus-visible-f0cdd043.js +1 -0
  1306. package/dist/esm-es5/focus.decorator-8acd79c3.js +1 -0
  1307. package/dist/esm-es5/form-fb8dd9f5.js +1 -0
  1308. package/dist/esm-es5/form-input-28a08ec5.js +1 -0
  1309. package/dist/esm-es5/global-648bb593.js +1 -0
  1310. package/dist/esm-es5/helpers-c201154e.js +1 -0
  1311. package/dist/esm-es5/icons.constant-a7885631.js +1 -0
  1312. package/dist/esm-es5/index-4d3658f6.js +2 -0
  1313. package/dist/esm-es5/index-82aff103.js +1 -0
  1314. package/dist/esm-es5/index-db06fb0e.js +1 -0
  1315. package/dist/esm-es5/index.esm-ec4cba26.js +1 -0
  1316. package/dist/esm-es5/index.js +1 -0
  1317. package/dist/esm-es5/initialize-ff8054a2.js +1 -0
  1318. package/dist/esm-es5/keys.constant-0eb059e0.js +1 -0
  1319. package/dist/esm-es5/listener-04842ae9.js +1 -0
  1320. package/dist/esm-es5/loader.js +1 -0
  1321. package/dist/esm-es5/log-dfd1c19f.js +1 -0
  1322. package/dist/esm-es5/lottie_light_html-ab90e4a2.js +9 -0
  1323. package/dist/esm-es5/mutation.decorator-af19e75a.js +1 -0
  1324. package/dist/esm-es5/overlays-9d49a4a5.js +1 -0
  1325. package/dist/esm-es5/resize.decorator-f70563b5.js +1 -0
  1326. package/dist/esm-es5/scroll-972c7ce5.js +1 -0
  1327. package/dist/esm-es5/style-ca1bd202.js +1 -0
  1328. package/dist/esm-es5/swipe.decorator-9d904794.js +1 -0
  1329. package/dist/esm-es5/swipe.subject-f1d64e8d.js +1 -0
  1330. package/dist/esm-es5/tokens.esm-6fb6283c.js +1 -0
  1331. package/dist/esm-es5/tslib.es6-654e2c24.js +15 -0
  1332. package/dist/esm-es5/utils-9fbab1d3.js +1 -0
  1333. package/dist/html.html-data.json +6824 -0
  1334. package/dist/index.cjs.js +1 -0
  1335. package/dist/index.js +1 -0
  1336. package/dist/types/components/bal-accordion/bal-accordion-details/bal-accordion-details.d.ts +47 -0
  1337. package/dist/types/components/bal-accordion/bal-accordion-summary/bal-accordion-summary.d.ts +52 -0
  1338. package/dist/types/components/bal-accordion/bal-accordion-trigger/bal-accordion-trigger.d.ts +76 -0
  1339. package/dist/types/components/bal-accordion/bal-accordion.d.ts +131 -0
  1340. package/dist/types/components/bal-accordion/bal-accordion.interfaces.d.ts +16 -0
  1341. package/dist/types/components/bal-app/bal-app.d.ts +22 -0
  1342. package/dist/types/components/bal-app/bal-app.interfaces.d.ts +7 -0
  1343. package/dist/types/components/bal-badge/bal-badge.d.ts +21 -0
  1344. package/dist/types/components/bal-badge/bal-badge.interfaces.d.ts +6 -0
  1345. package/dist/types/components/bal-button/bal-button-group/bal-button-group.d.ts +17 -0
  1346. package/dist/types/components/bal-button/bal-button.d.ts +135 -0
  1347. package/dist/types/components/bal-button/bal-button.interfaces.d.ts +28 -0
  1348. package/dist/types/components/bal-card/bal-card-actions/bal-card-actions.d.ts +7 -0
  1349. package/dist/types/components/bal-card/bal-card-button/bal-card-button.d.ts +32 -0
  1350. package/dist/types/components/bal-card/bal-card-content/bal-card-content.d.ts +3 -0
  1351. package/dist/types/components/bal-card/bal-card-subtitle/bal-card-subtitle.d.ts +15 -0
  1352. package/dist/types/components/bal-card/bal-card-title/bal-card-title.d.ts +7 -0
  1353. package/dist/types/components/bal-card/bal-card.d.ts +40 -0
  1354. package/dist/types/components/bal-card/bal-card.interfaces.d.ts +8 -0
  1355. package/dist/types/components/bal-carousel/bal-carousel-item/bal-carousel-item.d.ts +69 -0
  1356. package/dist/types/components/bal-carousel/bal-carousel.d.ts +132 -0
  1357. package/dist/types/components/bal-carousel/bal-carousel.i18n.d.ts +7 -0
  1358. package/dist/types/components/bal-carousel/bal-carousel.interfaces.d.ts +22 -0
  1359. package/dist/types/components/bal-carousel/bal-carousel.type.d.ts +18 -0
  1360. package/dist/types/components/bal-carousel/controls/dot-control.d.ts +10 -0
  1361. package/dist/types/components/bal-carousel/controls/large-control.d.ts +12 -0
  1362. package/dist/types/components/bal-carousel/controls/small-control.d.ts +11 -0
  1363. package/dist/types/components/bal-carousel/controls/tab-control.d.ts +11 -0
  1364. package/dist/types/components/bal-checkbox/bal-checkbox-button/bal-checkbox-button.d.ts +102 -0
  1365. package/dist/types/components/bal-checkbox/bal-checkbox-group/bal-checkbox-group.d.ts +153 -0
  1366. package/dist/types/components/bal-checkbox/bal-checkbox.d.ts +188 -0
  1367. package/dist/types/components/bal-checkbox/bal-checkbox.interfaces.d.ts +39 -0
  1368. package/dist/types/components/bal-checkbox/bal-checkbox.type.d.ts +17 -0
  1369. package/dist/types/components/bal-checkbox/utils/bal-checkbox.util.d.ts +18 -0
  1370. package/dist/types/components/bal-close/bal-close.d.ts +23 -0
  1371. package/dist/types/components/bal-close/bal-close.i18n.d.ts +6 -0
  1372. package/dist/types/components/bal-close/bal-close.interfaces.d.ts +4 -0
  1373. package/dist/types/components/bal-content/bal-content.d.ts +39 -0
  1374. package/dist/types/components/bal-content/bal-content.interfaces.d.ts +7 -0
  1375. package/dist/types/components/bal-data/bal-data-item/bal-data-item.d.ts +11 -0
  1376. package/dist/types/components/bal-data/bal-data-label/bal-data-label.d.ts +7 -0
  1377. package/dist/types/components/bal-data/bal-data-value/bal-data-value.d.ts +30 -0
  1378. package/dist/types/components/bal-data/bal-data.d.ts +17 -0
  1379. package/dist/types/components/bal-data/bal-data.interfaces.d.ts +13 -0
  1380. package/dist/types/components/bal-date/bal-date-calendar/bal-date-calendar.d.ts +120 -0
  1381. package/dist/types/components/bal-date/bal-date-calendar/bal-date-calendar.interfaces.d.ts +18 -0
  1382. package/dist/types/components/bal-date/bal-date-calendar/components/bal-date-calendar__gird.d.ts +12 -0
  1383. package/dist/types/components/bal-date/bal-date-calendar/components/bal-date-calendar__list.d.ts +11 -0
  1384. package/dist/types/components/bal-date/bal-date-calendar/components/bal-date-calendar__nav.d.ts +14 -0
  1385. package/dist/types/components/bal-date/bal-date-calendar-cell/bal-date-calendar-cell.d.ts +29 -0
  1386. package/dist/types/components/bal-date/bal-date.d.ts +225 -0
  1387. package/dist/types/components/bal-date/bal-date.i18n.d.ts +8 -0
  1388. package/dist/types/components/bal-date/bal-date.interfaces.d.ts +26 -0
  1389. package/dist/types/components/bal-date/utils/calendar.d.ts +38 -0
  1390. package/dist/types/components/bal-datepicker/bal-datepicker.d.ts +221 -0
  1391. package/dist/types/components/bal-datepicker/bal-datepicker.i18n.d.ts +10 -0
  1392. package/dist/types/components/bal-datepicker/bal-datepicker.interfaces.d.ts +22 -0
  1393. package/dist/types/components/bal-datepicker/bal-datepicker.type.d.ts +14 -0
  1394. package/dist/types/components/bal-divider/bal-divider.d.ts +28 -0
  1395. package/dist/types/components/bal-divider/bal-divider.interfaces.d.ts +6 -0
  1396. package/dist/types/components/bal-field/bal-field-control/bal-field-control.d.ts +23 -0
  1397. package/dist/types/components/bal-field/bal-field-hint/bal-field-hint.d.ts +15 -0
  1398. package/dist/types/components/bal-field/bal-field-label/bal-field-label.d.ts +55 -0
  1399. package/dist/types/components/bal-field/bal-field-label/bal-field-label.i18n.d.ts +6 -0
  1400. package/dist/types/components/bal-field/bal-field-message/bal-field-message.d.ts +29 -0
  1401. package/dist/types/components/bal-field/bal-field.d.ts +62 -0
  1402. package/dist/types/components/bal-field/bal-field.interfaces.d.ts +14 -0
  1403. package/dist/types/components/bal-file-upload/bal-file-upload.d.ts +180 -0
  1404. package/dist/types/components/bal-file-upload/bal-file-upload.interfaces.d.ts +32 -0
  1405. package/dist/types/components/bal-file-upload/bal-file-upload.type.d.ts +11 -0
  1406. package/dist/types/components/bal-file-upload/components/file-list.d.ts +8 -0
  1407. package/dist/types/components/bal-file-upload/test/file.mock.d.ts +1 -0
  1408. package/dist/types/components/bal-file-upload/utils/file-list.util.d.ts +9 -0
  1409. package/dist/types/components/bal-file-upload/utils/file-validation.util.d.ts +13 -0
  1410. package/dist/types/components/bal-footer/bal-footer.d.ts +53 -0
  1411. package/dist/types/components/bal-form/bal-form.d.ts +17 -0
  1412. package/dist/types/components/bal-form-grid/bal-form-col/bal-form-col.d.ts +7 -0
  1413. package/dist/types/components/bal-form-grid/bal-form-gird.interfaces.d.ts +4 -0
  1414. package/dist/types/components/bal-form-grid/bal-form-grid.d.ts +4 -0
  1415. package/dist/types/components/bal-heading/bal-heading.const.d.ts +13 -0
  1416. package/dist/types/components/bal-heading/bal-heading.d.ts +74 -0
  1417. package/dist/types/components/bal-heading/bal-heading.interfaces.d.ts +6 -0
  1418. package/dist/types/components/bal-hint/bal-hint-text/bal-hint-text.d.ts +3 -0
  1419. package/dist/types/components/bal-hint/bal-hint-title/bal-hint-title.d.ts +3 -0
  1420. package/dist/types/components/bal-hint/bal-hint.d.ts +44 -0
  1421. package/dist/types/components/bal-icon/bal-icon.d.ts +76 -0
  1422. package/dist/types/components/bal-icon/bal-icon.interfaces.d.ts +5 -0
  1423. package/dist/types/components/bal-input/bal-input-date/bal-input-date.d.ts +151 -0
  1424. package/dist/types/components/bal-input/bal-input-util.d.ts +40 -0
  1425. package/dist/types/components/bal-input/bal-input.d.ts +198 -0
  1426. package/dist/types/components/bal-input/bal-input.interfaces.d.ts +38 -0
  1427. package/dist/types/components/bal-input-group/bal-input-group.d.ts +17 -0
  1428. package/dist/types/components/bal-input-slider/bal-input-slider.d.ts +115 -0
  1429. package/dist/types/components/bal-input-slider/bal-input-slider.interfaces.d.ts +17 -0
  1430. package/dist/types/components/bal-input-stepper/bal-input-stepper.d.ts +110 -0
  1431. package/dist/types/components/bal-input-stepper/bal-input-stepper.i18n.d.ts +7 -0
  1432. package/dist/types/components/bal-input-stepper/bal-input-stepper.interfaces.d.ts +19 -0
  1433. package/dist/types/components/bal-label/bal-label.d.ts +93 -0
  1434. package/dist/types/components/bal-label/bal-label.i18n.d.ts +6 -0
  1435. package/dist/types/components/bal-label/bal-label.interfaces.d.ts +5 -0
  1436. package/dist/types/components/bal-list/bal-list-item/bal-list-item.d.ts +126 -0
  1437. package/dist/types/components/bal-list/bal-list-item-accordion-body/bal-list-item-accordion-body.d.ts +52 -0
  1438. package/dist/types/components/bal-list/bal-list-item-accordion-head/bal-list-item-accordion-head.d.ts +34 -0
  1439. package/dist/types/components/bal-list/bal-list-item-content/bal-list-item-content.d.ts +4 -0
  1440. package/dist/types/components/bal-list/bal-list-item-icon/bal-list-item-icon.d.ts +7 -0
  1441. package/dist/types/components/bal-list/bal-list-item-subtitle/bal-list-item-subtitle.d.ts +3 -0
  1442. package/dist/types/components/bal-list/bal-list-item-title/bal-list-item-title.d.ts +13 -0
  1443. package/dist/types/components/bal-list/bal-list.d.ts +26 -0
  1444. package/dist/types/components/bal-list/bal-list.interfaces.d.ts +29 -0
  1445. package/dist/types/components/bal-logo/bal-logo.animation.d.ts +2 -0
  1446. package/dist/types/components/bal-logo/bal-logo.d.ts +58 -0
  1447. package/dist/types/components/bal-logo/bal-logo.data.d.ts +1862 -0
  1448. package/dist/types/components/bal-logo/bal-logo.interfaces.d.ts +6 -0
  1449. package/dist/types/components/bal-modal/bal-modal-body/bal-modal-body.d.ts +3 -0
  1450. package/dist/types/components/bal-modal/bal-modal-header/bal-modal-header.d.ts +6 -0
  1451. package/dist/types/components/bal-modal/bal-modal.controller.d.ts +10 -0
  1452. package/dist/types/components/bal-modal/bal-modal.d.ts +106 -0
  1453. package/dist/types/components/bal-modal/bal-modal.interfaces.d.ts +31 -0
  1454. package/dist/types/components/bal-modal/bal-modal.type.d.ts +38 -0
  1455. package/dist/types/components/bal-nav/bal-nav-link/bal-nav-link.d.ts +36 -0
  1456. package/dist/types/components/bal-nav/bal-nav-link/bal-nav-link.interfaces.d.ts +4 -0
  1457. package/dist/types/components/bal-nav/bal-nav-link-grid/bal-nav-link-grid.d.ts +11 -0
  1458. package/dist/types/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.d.ts +19 -0
  1459. package/dist/types/components/bal-nav/bal-nav-link-grid-col/bal-nav-link-grid-col.interfaces.d.ts +4 -0
  1460. package/dist/types/components/bal-nav/bal-nav-link-group/bal-nav-link-group.d.ts +19 -0
  1461. package/dist/types/components/bal-nav/bal-nav-link-group/bal-nav-link-group.interfaces.d.ts +4 -0
  1462. package/dist/types/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.d.ts +31 -0
  1463. package/dist/types/components/bal-nav/bal-nav-menu-bar/bal-nav-menu-bar.interfaces.d.ts +6 -0
  1464. package/dist/types/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.d.ts +36 -0
  1465. package/dist/types/components/bal-nav/bal-nav-menu-flyout/bal-nav-menu-flyout.interfaces.d.ts +4 -0
  1466. package/dist/types/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.d.ts +40 -0
  1467. package/dist/types/components/bal-nav/bal-nav-meta-bar/bal-nav-meta-bar.interfaces.d.ts +8 -0
  1468. package/dist/types/components/bal-nav/bal-nav.d.ts +108 -0
  1469. package/dist/types/components/bal-nav/bal-nav.i18n.d.ts +7 -0
  1470. package/dist/types/components/bal-nav/bal-nav.interfaces.d.ts +67 -0
  1471. package/dist/types/components/bal-nav/bal-nav.types.d.ts +5 -0
  1472. package/dist/types/components/bal-nav/components/accordion-button.d.ts +12 -0
  1473. package/dist/types/components/bal-nav/components/overview-link.d.ts +8 -0
  1474. package/dist/types/components/bal-nav/components/section-list.d.ts +6 -0
  1475. package/dist/types/components/bal-nav/components/service-list.d.ts +6 -0
  1476. package/dist/types/components/bal-nav/models/bal-nav-link-item.d.ts +26 -0
  1477. package/dist/types/components/bal-nav/models/bal-nav-menu-link-item.d.ts +19 -0
  1478. package/dist/types/components/bal-nav/models/bal-nav-meta-button.d.ts +18 -0
  1479. package/dist/types/components/bal-nav/models/bal-nav-meta-link-item.d.ts +15 -0
  1480. package/dist/types/components/bal-nav/models/bal-nav-section-link-item.d.ts +16 -0
  1481. package/dist/types/components/bal-nav/models/bal-nav-service-link-item.d.ts +16 -0
  1482. package/dist/types/components/bal-navbar/bal-navbar-brand/bal-navbar-brand.d.ts +58 -0
  1483. package/dist/types/components/bal-navbar/bal-navbar-menu/bal-navbar-menu.d.ts +20 -0
  1484. package/dist/types/components/bal-navbar/bal-navbar-menu-end/bal-navbar-menu-end.d.ts +10 -0
  1485. package/dist/types/components/bal-navbar/bal-navbar-menu-start/bal-navbar-menu-start.d.ts +10 -0
  1486. package/dist/types/components/bal-navbar/bal-navbar.d.ts +22 -0
  1487. package/dist/types/components/bal-navbar/bal-navbar.interfaces.d.ts +16 -0
  1488. package/dist/types/components/bal-notices/bal-notices.d.ts +7 -0
  1489. package/dist/types/components/bal-notification/bal-notification.d.ts +8 -0
  1490. package/dist/types/components/bal-notification/bal-notification.interfaces.d.ts +4 -0
  1491. package/dist/types/components/bal-number-input/bal-number-input.d.ts +170 -0
  1492. package/dist/types/components/bal-number-input/bal-number-input.interfaces.d.ts +17 -0
  1493. package/dist/types/components/bal-number-input/bal-number-input.utils.d.ts +16 -0
  1494. package/dist/types/components/bal-pagination/bal-pagination.d.ts +71 -0
  1495. package/dist/types/components/bal-pagination/bal-pagination.i18n.d.ts +7 -0
  1496. package/dist/types/components/bal-pagination/bal-pagination.interfaces.d.ts +14 -0
  1497. package/dist/types/components/bal-pagination/bal-pagination.util.d.ts +7 -0
  1498. package/dist/types/components/bal-popover/bal-popover-content/bal-popover-content.d.ts +50 -0
  1499. package/dist/types/components/bal-popover/bal-popover.d.ts +144 -0
  1500. package/dist/types/components/bal-popover/bal-popover.interfaces.d.ts +18 -0
  1501. package/dist/types/components/bal-popup/bal-popup.d.ts +173 -0
  1502. package/dist/types/components/bal-popup/bal-popup.interfaces.d.ts +18 -0
  1503. package/dist/types/components/bal-popup/variants/abstract-variant.renderer.d.ts +14 -0
  1504. package/dist/types/components/bal-popup/variants/drawer-variant.renderer.d.ts +9 -0
  1505. package/dist/types/components/bal-popup/variants/fullscreen-variant.renderer.d.ts +8 -0
  1506. package/dist/types/components/bal-popup/variants/index.d.ts +4 -0
  1507. package/dist/types/components/bal-popup/variants/popover-variant.renderer.d.ts +14 -0
  1508. package/dist/types/components/bal-popup/variants/variant.interfaces.d.ts +29 -0
  1509. package/dist/types/components/bal-popup/variants/variant.renderer.d.ts +8 -0
  1510. package/dist/types/components/bal-progress-bar/bal-progress-bar.d.ts +42 -0
  1511. package/dist/types/components/bal-progress-bar/bal-progress-bar.interfaces.d.ts +4 -0
  1512. package/dist/types/components/bal-radio/bal-radio-button/bal-radio-button.d.ts +102 -0
  1513. package/dist/types/components/bal-radio/bal-radio-group/bal-radio-group.d.ts +157 -0
  1514. package/dist/types/components/bal-radio/bal-radio.d.ts +154 -0
  1515. package/dist/types/components/bal-radio/bal-radio.interfaces.d.ts +39 -0
  1516. package/dist/types/components/bal-radio/bal-radio.type.d.ts +17 -0
  1517. package/dist/types/components/bal-radio/utils/bal-radio.util.d.ts +17 -0
  1518. package/dist/types/components/bal-select/bal-select-option/bal-select-option.d.ts +24 -0
  1519. package/dist/types/components/bal-select/bal-select.d.ts +269 -0
  1520. package/dist/types/components/bal-select/bal-select.interfaces.d.ts +24 -0
  1521. package/dist/types/components/bal-select/utils/bal-option.type.d.ts +6 -0
  1522. package/dist/types/components/bal-select/utils/bal-option.util.d.ts +3 -0
  1523. package/dist/types/components/bal-select/utils/utils.d.ts +11 -0
  1524. package/dist/types/components/bal-select/utils/watch-options.d.ts +1 -0
  1525. package/dist/types/components/bal-shape/bal-shape.d.ts +18 -0
  1526. package/dist/types/components/bal-shape/bal-shape.interfaces.d.ts +6 -0
  1527. package/dist/types/components/bal-sheet/bal-sheet.d.ts +7 -0
  1528. package/dist/types/components/bal-sheet/bal-sheet.interfaces.d.ts +4 -0
  1529. package/dist/types/components/bal-snackbar/bal-snackbar.controller.d.ts +13 -0
  1530. package/dist/types/components/bal-snackbar/bal-snackbar.d.ts +69 -0
  1531. package/dist/types/components/bal-snackbar/bal-snackbar.interfaces.d.ts +14 -0
  1532. package/dist/types/components/bal-spinner/bal-spinner.animation.d.ts +2 -0
  1533. package/dist/types/components/bal-spinner/bal-spinner.d.ts +55 -0
  1534. package/dist/types/components/bal-spinner/bal-spinner.data.d.ts +1756 -0
  1535. package/dist/types/components/bal-stack/bal-stack.d.ts +64 -0
  1536. package/dist/types/components/bal-stack/bal-stack.interfaces.d.ts +8 -0
  1537. package/dist/types/components/bal-stage/bal-stage-back-link/bal-stage-back-link.d.ts +17 -0
  1538. package/dist/types/components/bal-stage/bal-stage-body/bal-stage-body.d.ts +5 -0
  1539. package/dist/types/components/bal-stage/bal-stage-foot/bal-stage-foot.d.ts +5 -0
  1540. package/dist/types/components/bal-stage/bal-stage-head/bal-stage-head.d.ts +5 -0
  1541. package/dist/types/components/bal-stage/bal-stage-image/bal-stage-image.d.ts +15 -0
  1542. package/dist/types/components/bal-stage/bal-stage.d.ts +30 -0
  1543. package/dist/types/components/bal-stage/bal-stage.interfaces.d.ts +6 -0
  1544. package/dist/types/components/bal-steps/bal-step-item/bal-step-item.d.ts +78 -0
  1545. package/dist/types/components/bal-steps/bal-step.type.d.ts +19 -0
  1546. package/dist/types/components/bal-steps/bal-step.util.d.ts +16 -0
  1547. package/dist/types/components/bal-steps/bal-steps.d.ts +86 -0
  1548. package/dist/types/components/bal-steps/bal-steps.interfaces.d.ts +16 -0
  1549. package/dist/types/components/bal-steps/components/step-button.d.ts +9 -0
  1550. package/dist/types/components/bal-steps/components/step-icon.d.ts +6 -0
  1551. package/dist/types/components/bal-steps/components/step-label.d.ts +5 -0
  1552. package/dist/types/components/bal-table/bal-table.d.ts +9 -0
  1553. package/dist/types/components/bal-tabs/bal-tab-item/bal-tab-item.d.ts +80 -0
  1554. package/dist/types/components/bal-tabs/bal-tab.type.d.ts +67 -0
  1555. package/dist/types/components/bal-tabs/bal-tab.util.d.ts +16 -0
  1556. package/dist/types/components/bal-tabs/bal-tabs.d.ts +192 -0
  1557. package/dist/types/components/bal-tabs/bal-tabs.interfaces.d.ts +26 -0
  1558. package/dist/types/components/bal-tabs/components/tab-button.d.ts +20 -0
  1559. package/dist/types/components/bal-tabs/components/tab-icon.d.ts +11 -0
  1560. package/dist/types/components/bal-tabs/components/tab-label.d.ts +11 -0
  1561. package/dist/types/components/bal-tabs/components/tab-nav.d.ts +25 -0
  1562. package/dist/types/components/bal-tabs/components/tab-select.d.ts +8 -0
  1563. package/dist/types/components/bal-tag/bal-tag-group/bal-tag-group.d.ts +3 -0
  1564. package/dist/types/components/bal-tag/bal-tag.d.ts +45 -0
  1565. package/dist/types/components/bal-tag/bal-tag.interfaces.d.ts +15 -0
  1566. package/dist/types/components/bal-text/bal-text.d.ts +72 -0
  1567. package/dist/types/components/bal-text/bal-text.interfaces.d.ts +6 -0
  1568. package/dist/types/components/bal-textarea/bal-textarea.d.ts +140 -0
  1569. package/dist/types/components/bal-textarea/bal-textarea.interfaces.d.ts +21 -0
  1570. package/dist/types/components/bal-time-input/bal-time-input.d.ts +113 -0
  1571. package/dist/types/components/bal-time-input/bal-time-input.i18n.d.ts +7 -0
  1572. package/dist/types/components/bal-time-input/bal-time-input.interfaces.d.ts +19 -0
  1573. package/dist/types/components/bal-time-input/bal-time-input.util.d.ts +7 -0
  1574. package/dist/types/components/bal-toast/bal-toast.controller.d.ts +8 -0
  1575. package/dist/types/components/bal-toast/bal-toast.d.ts +39 -0
  1576. package/dist/types/components/bal-toast/bal-toast.interfaces.d.ts +12 -0
  1577. package/dist/types/components/bal-tooltip/bal-tooltip.d.ts +81 -0
  1578. package/dist/types/components/bal-tooltip/bal-tooltip.interfaces.d.ts +18 -0
  1579. package/dist/types/components/bal-tooltip/bal-tooltip.util.d.ts +6 -0
  1580. package/dist/types/components/docs/bal-doc-app/bal-doc-app.d.ts +21 -0
  1581. package/dist/types/components.d.ts +8262 -0
  1582. package/dist/types/global.d.ts +1 -0
  1583. package/dist/types/home/runner/work/ds-playground/ds-playground/packages/core/.stencil/packages/icons/src/index.d.ts +81 -0
  1584. package/dist/types/index.d.ts +57 -0
  1585. package/dist/types/initialize.d.ts +2 -0
  1586. package/dist/types/interfaces.d.ts +107 -0
  1587. package/dist/types/stencil-public-runtime.d.ts +1681 -0
  1588. package/dist/types/utils/attributes.d.ts +22 -0
  1589. package/dist/types/utils/bem.d.ts +9 -0
  1590. package/dist/types/utils/breakpoints/breakpoints.const.d.ts +2 -0
  1591. package/dist/types/utils/breakpoints/breakpoints.d.ts +53 -0
  1592. package/dist/types/utils/breakpoints/breakpoints.decorator.d.ts +3 -0
  1593. package/dist/types/utils/breakpoints/breakpoints.interfaces.d.ts +12 -0
  1594. package/dist/types/utils/breakpoints/breakpoints.map.d.ts +9 -0
  1595. package/dist/types/utils/breakpoints/breakpoints.subject.d.ts +11 -0
  1596. package/dist/types/utils/breakpoints/index.d.ts +4 -0
  1597. package/dist/types/utils/browser.d.ts +35 -0
  1598. package/dist/types/utils/config/config.const.d.ts +1 -0
  1599. package/dist/types/utils/config/config.d.ts +36 -0
  1600. package/dist/types/utils/config/config.decorator.d.ts +3 -0
  1601. package/dist/types/utils/config/config.default.d.ts +32 -0
  1602. package/dist/types/utils/config/config.types.d.ts +41 -0
  1603. package/dist/types/utils/config/config.utils.d.ts +15 -0
  1604. package/dist/types/utils/config/index.d.ts +7 -0
  1605. package/dist/types/utils/config/initialize.d.ts +3 -0
  1606. package/dist/types/utils/config/observable/observer.d.ts +4 -0
  1607. package/dist/types/utils/config/observable/subject.d.ts +6 -0
  1608. package/dist/types/utils/constants/icons.constant.d.ts +27 -0
  1609. package/dist/types/utils/constants/keys.constant.d.ts +3 -0
  1610. package/dist/types/utils/constants/version.constant.d.ts +1 -0
  1611. package/dist/types/utils/css-classes.d.ts +5 -0
  1612. package/dist/types/utils/date/date.d.ts +23 -0
  1613. package/dist/types/utils/date/index.d.ts +1 -0
  1614. package/dist/types/utils/device.d.ts +26 -0
  1615. package/dist/types/utils/element-states/element-states.decorator.d.ts +3 -0
  1616. package/dist/types/utils/element-states/element-states.interfaces.d.ts +9 -0
  1617. package/dist/types/utils/element-states/element-states.listener.d.ts +14 -0
  1618. package/dist/types/utils/element-states/element-states.subject.d.ts +8 -0
  1619. package/dist/types/utils/element-states/index.d.ts +2 -0
  1620. package/dist/types/utils/focus/focus.decorator.d.ts +3 -0
  1621. package/dist/types/utils/focus/focus.interfaces.d.ts +12 -0
  1622. package/dist/types/utils/focus/focus.listener.d.ts +8 -0
  1623. package/dist/types/utils/focus/focus.subject.d.ts +8 -0
  1624. package/dist/types/utils/focus/index.d.ts +2 -0
  1625. package/dist/types/utils/focus-visible.d.ts +6 -0
  1626. package/dist/types/utils/form-input.d.ts +31 -0
  1627. package/dist/types/utils/form.d.ts +16 -0
  1628. package/dist/types/utils/framework-delegate.d.ts +9 -0
  1629. package/dist/types/utils/helpers.d.ts +41 -0
  1630. package/dist/types/utils/keyboard/index.d.ts +2 -0
  1631. package/dist/types/utils/keyboard/keyboard.decorator.d.ts +3 -0
  1632. package/dist/types/utils/keyboard/keyboard.interfaces.d.ts +8 -0
  1633. package/dist/types/utils/keyboard/keyboard.listener.d.ts +9 -0
  1634. package/dist/types/utils/keyboard/keyboard.subject.d.ts +8 -0
  1635. package/dist/types/utils/legacy.d.ts +23 -0
  1636. package/dist/types/utils/log.d.ts +15 -0
  1637. package/dist/types/utils/mask/__test__/mask-component.mock.d.ts +27 -0
  1638. package/dist/types/utils/mask/__test__/mask-context.mocks.d.ts +4 -0
  1639. package/dist/types/utils/mask/__test__/mask.mock.d.ts +15 -0
  1640. package/dist/types/utils/mask/blocks/index.d.ts +3 -0
  1641. package/dist/types/utils/mask/blocks/mask-block-interfaces.d.ts +11 -0
  1642. package/dist/types/utils/mask/blocks/mask-block-list.d.ts +17 -0
  1643. package/dist/types/utils/mask/blocks/mask-block.d.ts +21 -0
  1644. package/dist/types/utils/mask/component/index.d.ts +2 -0
  1645. package/dist/types/utils/mask/component/mask-component-adapter.d.ts +23 -0
  1646. package/dist/types/utils/mask/component/mask-component-interfaces.d.ts +42 -0
  1647. package/dist/types/utils/mask/context/index.d.ts +9 -0
  1648. package/dist/types/utils/mask/context/mask-clipboard-context.d.ts +10 -0
  1649. package/dist/types/utils/mask/context/mask-context-interfaces.d.ts +11 -0
  1650. package/dist/types/utils/mask/context/mask-context.d.ts +16 -0
  1651. package/dist/types/utils/mask/context/mask-focus-context.d.ts +6 -0
  1652. package/dist/types/utils/mask/context/mask-keyboard-context.d.ts +25 -0
  1653. package/dist/types/utils/mask/context/mask-locale-context.d.ts +8 -0
  1654. package/dist/types/utils/mask/context/mask-mouse-context.d.ts +6 -0
  1655. package/dist/types/utils/mask/context/mask-position.d.ts +25 -0
  1656. package/dist/types/utils/mask/context/mask-value-changed-context.d.ts +11 -0
  1657. package/dist/types/utils/mask/index.d.ts +5 -0
  1658. package/dist/types/utils/mask/mask-interfaces.d.ts +15 -0
  1659. package/dist/types/utils/mask/mask.d.ts +52 -0
  1660. package/dist/types/utils/mask/types/index.d.ts +1 -0
  1661. package/dist/types/utils/mask/types/mask-date.d.ts +16 -0
  1662. package/dist/types/utils/mutation/index.d.ts +2 -0
  1663. package/dist/types/utils/mutation/mutation.decorator.d.ts +3 -0
  1664. package/dist/types/utils/mutation/mutation.interfaces.d.ts +10 -0
  1665. package/dist/types/utils/mutation/mutation.listener.d.ts +13 -0
  1666. package/dist/types/utils/mutation/mutation.subject.d.ts +10 -0
  1667. package/dist/types/utils/number.d.ts +8 -0
  1668. package/dist/types/utils/orientation/index.d.ts +3 -0
  1669. package/dist/types/utils/orientation/orientation.decorator.d.ts +3 -0
  1670. package/dist/types/utils/orientation/orientation.interfaces.d.ts +7 -0
  1671. package/dist/types/utils/orientation/orientation.subject.d.ts +10 -0
  1672. package/dist/types/utils/overlays/notice.controller.d.ts +34 -0
  1673. package/dist/types/utils/overlays/overlays.d.ts +21 -0
  1674. package/dist/types/utils/resize/index.d.ts +5 -0
  1675. package/dist/types/utils/resize/resize.decorator.d.ts +3 -0
  1676. package/dist/types/utils/resize/resize.interfaces.d.ts +6 -0
  1677. package/dist/types/utils/resize/resize.listener.d.ts +8 -0
  1678. package/dist/types/utils/resize/resize.subject.d.ts +8 -0
  1679. package/dist/types/utils/resize/window-resize.handler.d.ts +16 -0
  1680. package/dist/types/utils/resize/window-resize.listener.d.ts +8 -0
  1681. package/dist/types/utils/scroll.d.ts +14 -0
  1682. package/dist/types/utils/style.d.ts +8 -0
  1683. package/dist/types/utils/swipe/index.d.ts +3 -0
  1684. package/dist/types/utils/swipe/swipe.decorator.d.ts +5 -0
  1685. package/dist/types/utils/swipe/swipe.interfaces.d.ts +9 -0
  1686. package/dist/types/utils/swipe/swipe.listener.d.ts +9 -0
  1687. package/dist/types/utils/swipe/swipe.subject.d.ts +11 -0
  1688. package/dist/types/utils/types/listener.d.ts +9 -0
  1689. package/dist/types/utils/types/signal.d.ts +16 -0
  1690. package/loader/cdn.js +3 -0
  1691. package/loader/index.cjs.js +3 -0
  1692. package/loader/index.d.ts +21 -0
  1693. package/loader/index.es2017.js +3 -0
  1694. package/loader/index.js +4 -0
  1695. package/loader/package.json +11 -0
  1696. package/package.json +62 -0
@@ -0,0 +1,3462 @@
1
+ import { L as Lottie } from './lottie_light_html.js';
2
+
3
+ const LogoAnimationData = (color = '#000d6e') => ({
4
+ v: '5.9.4',
5
+ fr: 25,
6
+ ip: 0,
7
+ op: 49,
8
+ w: 2500,
9
+ h: 550,
10
+ asdf: color,
11
+ nm: 'BAL_Logo_for_Code',
12
+ ddd: 0,
13
+ assets: [
14
+ {
15
+ id: 'comp_0',
16
+ nm: 'Shapes_Logo',
17
+ fr: 25,
18
+ layers: [
19
+ {
20
+ ddd: 0,
21
+ ind: 1,
22
+ ty: 0,
23
+ nm: 'shape',
24
+ refId: 'comp_1',
25
+ sr: 1,
26
+ ks: {
27
+ o: { a: 0, k: 100, ix: 11 },
28
+ r: { a: 0, k: 0, ix: 10 },
29
+ p: { a: 0, k: [1280, 1272, 0], ix: 2, l: 2 },
30
+ a: { a: 0, k: [1280, 1280, 0], ix: 1, l: 2 },
31
+ s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 },
32
+ },
33
+ ao: 0,
34
+ w: 2560,
35
+ h: 2560,
36
+ ip: 0,
37
+ op: 88,
38
+ st: 0,
39
+ bm: 0,
40
+ },
41
+ {
42
+ ddd: 0,
43
+ ind: 2,
44
+ ty: 0,
45
+ nm: 'shape',
46
+ refId: 'comp_1',
47
+ sr: 1,
48
+ ks: {
49
+ o: { a: 0, k: 100, ix: 11 },
50
+ r: { a: 0, k: 0, ix: 10 },
51
+ p: { a: 0, k: [1288, 1280, 0], ix: 2, l: 2 },
52
+ a: { a: 0, k: [1280, 1280, 0], ix: 1, l: 2 },
53
+ s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 },
54
+ },
55
+ ao: 0,
56
+ w: 2560,
57
+ h: 2560,
58
+ ip: 0,
59
+ op: 88,
60
+ st: 0,
61
+ bm: 0,
62
+ },
63
+ {
64
+ ddd: 0,
65
+ ind: 3,
66
+ ty: 0,
67
+ nm: 'shape',
68
+ refId: 'comp_1',
69
+ sr: 1,
70
+ ks: {
71
+ o: { a: 0, k: 100, ix: 11 },
72
+ r: { a: 0, k: 0, ix: 10 },
73
+ p: { a: 0, k: [1284, 1276, 0], ix: 2, l: 2 },
74
+ a: { a: 0, k: [1280, 1280, 0], ix: 1, l: 2 },
75
+ s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 },
76
+ },
77
+ ao: 0,
78
+ w: 2560,
79
+ h: 2560,
80
+ ip: 0,
81
+ op: 88,
82
+ st: 0,
83
+ bm: 0,
84
+ },
85
+ ],
86
+ },
87
+ {
88
+ id: 'comp_1',
89
+ nm: 'shape',
90
+ fr: 25,
91
+ layers: [
92
+ {
93
+ ddd: 0,
94
+ ind: 1,
95
+ ty: 0,
96
+ nm: 'shape rotate',
97
+ refId: 'comp_2',
98
+ sr: 1,
99
+ ks: {
100
+ o: { a: 0, k: 100, ix: 11 },
101
+ r: { a: 0, k: 0, ix: 10 },
102
+ p: { a: 0, k: [1280, 1280, 0], ix: 2, l: 2 },
103
+ a: { a: 0, k: [1280, 1280, 0], ix: 1, l: 2 },
104
+ s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 },
105
+ },
106
+ ao: 0,
107
+ w: 2560,
108
+ h: 2560,
109
+ ip: 0,
110
+ op: 88,
111
+ st: 0,
112
+ bm: 0,
113
+ },
114
+ ],
115
+ },
116
+ {
117
+ id: 'comp_2',
118
+ nm: 'shape rotate',
119
+ fr: 25,
120
+ layers: [
121
+ {
122
+ ddd: 0,
123
+ ind: 2,
124
+ ty: 3,
125
+ nm: 'Null 8',
126
+ sr: 1,
127
+ ks: {
128
+ o: { a: 0, k: 0, ix: 11 },
129
+ r: { a: 0, k: 0, ix: 10 },
130
+ p: { a: 0, k: [2360, 2000.036, 0], ix: 2, l: 2 },
131
+ a: { a: 0, k: [0, 0, 0], ix: 1, l: 2 },
132
+ s: {
133
+ a: 1,
134
+ k: [
135
+ {
136
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
137
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
138
+ t: 69,
139
+ s: [100, 100, 100],
140
+ },
141
+ { t: 70, s: [81.2, 100, 100] },
142
+ ],
143
+ ix: 6,
144
+ l: 2,
145
+ },
146
+ },
147
+ ao: 0,
148
+ ip: 20,
149
+ op: 88,
150
+ st: 0,
151
+ bm: 0,
152
+ },
153
+ {
154
+ ddd: 0,
155
+ ind: 3,
156
+ ty: 4,
157
+ nm: 'Maske Icon Outlines 8',
158
+ td: 1,
159
+ sr: 1,
160
+ ks: {
161
+ o: { a: 0, k: 100, ix: 11 },
162
+ r: { a: 0, k: 45, ix: 10 },
163
+ p: {
164
+ a: 1,
165
+ k: [
166
+ {
167
+ i: { x: 0.833, y: 0.833 },
168
+ o: { x: 0.167, y: 0.167 },
169
+ t: 21,
170
+ s: [1321.125, 1281, 0],
171
+ to: [-4, 0, 0],
172
+ ti: [6.667, 0, 0],
173
+ },
174
+ {
175
+ i: { x: 0.833, y: 0.833 },
176
+ o: { x: 0.167, y: 0.167 },
177
+ t: 22,
178
+ s: [1297.125, 1281, 0],
179
+ to: [-6.667, 0, 0],
180
+ ti: [2.667, 0, 0],
181
+ },
182
+ { t: 24, s: [1281.125, 1281, 0] },
183
+ ],
184
+ ix: 2,
185
+ l: 2,
186
+ },
187
+ a: { a: 0, k: [426.41, 548.828, 0], ix: 1, l: 2 },
188
+ s: { a: 0, k: [1104, 1104, 100], ix: 6, l: 2 },
189
+ },
190
+ ao: 0,
191
+ shapes: [
192
+ {
193
+ ty: 'gr',
194
+ it: [
195
+ {
196
+ ind: 0,
197
+ ty: 'sh',
198
+ ix: 1,
199
+ ks: {
200
+ a: 0,
201
+ k: {
202
+ i: [
203
+ [0, 0],
204
+ [4.479, 4.479],
205
+ [0, 0],
206
+ [4.479, -4.48],
207
+ [0, 0],
208
+ [-4.479, -4.479],
209
+ [0, 0],
210
+ [-4.479, 4.48],
211
+ ],
212
+ o: [
213
+ [4.479, -4.479],
214
+ [0, 0],
215
+ [-4.479, -4.48],
216
+ [0, 0],
217
+ [-4.479, 4.479],
218
+ [0, 0],
219
+ [4.479, 4.48],
220
+ [0, 0],
221
+ ],
222
+ v: [
223
+ [130.113, 8.111],
224
+ [130.113, -8.11],
225
+ [8.11, -130.112],
226
+ [-8.11, -130.112],
227
+ [-130.113, -8.11],
228
+ [-130.113, 8.111],
229
+ [-8.11, 130.113],
230
+ [8.11, 130.113],
231
+ ],
232
+ c: true,
233
+ },
234
+ ix: 2,
235
+ },
236
+ nm: 'Path 1',
237
+ mn: 'ADBE Vector Shape - Group',
238
+ hd: false,
239
+ },
240
+ {
241
+ ty: 'fl',
242
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
243
+ o: { a: 0, k: 100, ix: 5 },
244
+ r: 1,
245
+ bm: 0,
246
+ nm: 'Fill 1',
247
+ mn: 'ADBE Vector Graphic - Fill',
248
+ hd: false,
249
+ },
250
+ {
251
+ ty: 'tr',
252
+ p: { a: 0, k: [426.41, 548.828], ix: 2 },
253
+ a: { a: 0, k: [0, 0], ix: 1 },
254
+ s: { a: 0, k: [100, 100], ix: 3 },
255
+ r: { a: 0, k: 0, ix: 6 },
256
+ o: { a: 0, k: 100, ix: 7 },
257
+ sk: { a: 0, k: 0, ix: 4 },
258
+ sa: { a: 0, k: 0, ix: 5 },
259
+ nm: 'Transform',
260
+ },
261
+ ],
262
+ nm: 'Group 1',
263
+ np: 2,
264
+ cix: 2,
265
+ bm: 0,
266
+ ix: 1,
267
+ mn: 'ADBE Vector Group',
268
+ hd: false,
269
+ },
270
+ ],
271
+ ip: 20,
272
+ op: 88,
273
+ st: -60,
274
+ ct: 1,
275
+ bm: 0,
276
+ },
277
+ {
278
+ ddd: 0,
279
+ ind: 4,
280
+ ty: 4,
281
+ nm: 'Shape Layer 1',
282
+ parent: 2,
283
+ tt: 1,
284
+ sr: 1,
285
+ ks: {
286
+ o: { a: 0, k: 100, ix: 11 },
287
+ r: { a: 0, k: 0, ix: 10 },
288
+ p: {
289
+ a: 1,
290
+ k: [
291
+ {
292
+ i: { x: 0.667, y: 1 },
293
+ o: { x: 0.333, y: 0 },
294
+ t: 20,
295
+ s: [-360, -720.036, 0],
296
+ to: [0, 120, 0],
297
+ ti: [0, -120, 0],
298
+ },
299
+ {
300
+ i: { x: 0.833, y: 0.833 },
301
+ o: { x: 0.167, y: 0.167 },
302
+ t: 24,
303
+ s: [-360, -0.036, 0],
304
+ to: [0, 0, 0],
305
+ ti: [0, 0, 0],
306
+ },
307
+ {
308
+ i: { x: 0.833, y: 0.833 },
309
+ o: { x: 0.167, y: 0.167 },
310
+ t: 53,
311
+ s: [-360, -0.036, 0],
312
+ to: [0, 0, 0],
313
+ ti: [0, 0, 0],
314
+ },
315
+ {
316
+ i: { x: 0.833, y: 0.833 },
317
+ o: { x: 0.167, y: 0.167 },
318
+ t: 65,
319
+ s: [-360, -0.036, 0],
320
+ to: [60, 60, 0],
321
+ ti: [-0.006, -0.006, 0],
322
+ },
323
+ { t: 66, s: [-359.964, 0, 0] },
324
+ ],
325
+ ix: 2,
326
+ l: 2,
327
+ },
328
+ a: { a: 0, k: [-387.395, -327.395, 0], ix: 1, l: 2 },
329
+ s: {
330
+ a: 1,
331
+ k: [
332
+ {
333
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
334
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
335
+ t: 21,
336
+ s: [74.66, 66.66, 100],
337
+ },
338
+ { t: 23, s: [66.66, 66.66, 100] },
339
+ ],
340
+ ix: 6,
341
+ l: 2,
342
+ },
343
+ },
344
+ ao: 0,
345
+ shapes: [
346
+ {
347
+ ty: 'gr',
348
+ it: [
349
+ {
350
+ ty: 'rc',
351
+ d: 1,
352
+ s: { a: 0, k: [1080, 1080], ix: 2 },
353
+ p: { a: 0, k: [0, 0], ix: 3 },
354
+ r: { a: 0, k: 0, ix: 4 },
355
+ nm: 'Rectangle Path 1',
356
+ mn: 'ADBE Vector Shape - Rect',
357
+ hd: false,
358
+ },
359
+ {
360
+ ty: 'fl',
361
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
362
+ o: { a: 0, k: 100, ix: 5 },
363
+ r: 1,
364
+ bm: 0,
365
+ nm: 'Fill 1',
366
+ mn: 'ADBE Vector Graphic - Fill',
367
+ hd: false,
368
+ },
369
+ {
370
+ ty: 'tr',
371
+ p: { a: 0, k: [-387.395, -327.395], ix: 2 },
372
+ a: { a: 0, k: [0, 0], ix: 1 },
373
+ s: { a: 0, k: [100, 100], ix: 3 },
374
+ r: { a: 0, k: 0, ix: 6 },
375
+ o: { a: 0, k: 100, ix: 7 },
376
+ sk: { a: 0, k: 0, ix: 4 },
377
+ sa: { a: 0, k: 0, ix: 5 },
378
+ nm: 'Transform',
379
+ },
380
+ ],
381
+ nm: 'Rectangle 1',
382
+ np: 3,
383
+ cix: 2,
384
+ bm: 0,
385
+ ix: 1,
386
+ mn: 'ADBE Vector Group',
387
+ hd: false,
388
+ },
389
+ ],
390
+ ip: 20,
391
+ op: 88,
392
+ st: 0,
393
+ ct: 1,
394
+ bm: 0,
395
+ },
396
+ {
397
+ ddd: 0,
398
+ ind: 5,
399
+ ty: 4,
400
+ nm: 'Maske Icon Outlines 7',
401
+ td: 1,
402
+ sr: 1,
403
+ ks: {
404
+ o: { a: 0, k: 100, ix: 11 },
405
+ r: { a: 0, k: 45, ix: 10 },
406
+ p: {
407
+ a: 1,
408
+ k: [
409
+ {
410
+ i: { x: 0.667, y: 0.734 },
411
+ o: { x: 0.333, y: 0 },
412
+ t: 15,
413
+ s: [561.125, 1281, 0],
414
+ to: [26.056, 0, 0],
415
+ ti: [-72.498, 0, 0],
416
+ },
417
+ {
418
+ i: { x: 0.667, y: 0.929 },
419
+ o: { x: 0.333, y: 0.043 },
420
+ t: 16,
421
+ s: [479.675, 1169, 0],
422
+ to: [95.006, 0, 0],
423
+ ti: [0, 0, 0],
424
+ },
425
+ {
426
+ i: { x: 0.667, y: 1 },
427
+ o: { x: 0.333, y: 0.388 },
428
+ t: 17,
429
+ s: [1530.166, 1165, 0],
430
+ to: [0, 0, 0],
431
+ ti: [0, 0, 0],
432
+ },
433
+ {
434
+ i: { x: 0.667, y: 0.753 },
435
+ o: { x: 0.333, y: 0 },
436
+ t: 19,
437
+ s: [1153.125, 1233, 0],
438
+ to: [0, 0, 0],
439
+ ti: [0, 0, 0],
440
+ },
441
+ {
442
+ i: { x: 0.667, y: 1 },
443
+ o: { x: 0.333, y: 0.232 },
444
+ t: 21,
445
+ s: [1186.685, 1281.581, 0],
446
+ to: [0, 0, 0],
447
+ ti: [0, 0, 0],
448
+ },
449
+ { t: 24, s: [1281.125, 1281, 0] },
450
+ ],
451
+ ix: 2,
452
+ l: 2,
453
+ },
454
+ a: { a: 0, k: [426.41, 548.828, 0], ix: 1, l: 2 },
455
+ s: { a: 0, k: [1104, 1104, 100], ix: 6, l: 2 },
456
+ },
457
+ ao: 0,
458
+ shapes: [
459
+ {
460
+ ty: 'gr',
461
+ it: [
462
+ {
463
+ ind: 0,
464
+ ty: 'sh',
465
+ ix: 1,
466
+ ks: {
467
+ a: 0,
468
+ k: {
469
+ i: [
470
+ [0, 0],
471
+ [4.479, 4.479],
472
+ [0, 0],
473
+ [4.479, -4.48],
474
+ [0, 0],
475
+ [-4.479, -4.479],
476
+ [0, 0],
477
+ [-4.479, 4.48],
478
+ ],
479
+ o: [
480
+ [4.479, -4.479],
481
+ [0, 0],
482
+ [-4.479, -4.48],
483
+ [0, 0],
484
+ [-4.479, 4.479],
485
+ [0, 0],
486
+ [4.479, 4.48],
487
+ [0, 0],
488
+ ],
489
+ v: [
490
+ [130.113, 8.111],
491
+ [130.113, -8.11],
492
+ [8.11, -130.112],
493
+ [-8.11, -130.112],
494
+ [-130.113, -8.11],
495
+ [-130.113, 8.111],
496
+ [-8.11, 130.113],
497
+ [8.11, 130.113],
498
+ ],
499
+ c: true,
500
+ },
501
+ ix: 2,
502
+ },
503
+ nm: 'Path 1',
504
+ mn: 'ADBE Vector Shape - Group',
505
+ hd: false,
506
+ },
507
+ {
508
+ ty: 'fl',
509
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
510
+ o: { a: 0, k: 100, ix: 5 },
511
+ r: 1,
512
+ bm: 0,
513
+ nm: 'Fill 1',
514
+ mn: 'ADBE Vector Graphic - Fill',
515
+ hd: false,
516
+ },
517
+ {
518
+ ty: 'tr',
519
+ p: { a: 0, k: [426.41, 548.828], ix: 2 },
520
+ a: { a: 0, k: [0, 0], ix: 1 },
521
+ s: { a: 0, k: [100, 100], ix: 3 },
522
+ r: { a: 0, k: 0, ix: 6 },
523
+ o: { a: 0, k: 100, ix: 7 },
524
+ sk: { a: 0, k: 0, ix: 4 },
525
+ sa: { a: 0, k: 0, ix: 5 },
526
+ nm: 'Transform',
527
+ },
528
+ ],
529
+ nm: 'Group 1',
530
+ np: 2,
531
+ cix: 2,
532
+ bm: 0,
533
+ ix: 1,
534
+ mn: 'ADBE Vector Group',
535
+ hd: false,
536
+ },
537
+ ],
538
+ ip: 15,
539
+ op: 88,
540
+ st: -60,
541
+ ct: 1,
542
+ bm: 0,
543
+ },
544
+ {
545
+ ddd: 0,
546
+ ind: 6,
547
+ ty: 4,
548
+ nm: 'Shape Layer 2',
549
+ tt: 1,
550
+ sr: 1,
551
+ ks: {
552
+ o: { a: 0, k: 100, ix: 11 },
553
+ r: { a: 0, k: 0, ix: 10 },
554
+ p: {
555
+ a: 1,
556
+ k: [
557
+ {
558
+ i: { x: 0.667, y: 1 },
559
+ o: { x: 0.333, y: 0 },
560
+ t: 15,
561
+ s: [1280, 920, 0],
562
+ to: [-120, 0, 0],
563
+ ti: [120, 0, 0],
564
+ },
565
+ {
566
+ i: { x: 0.833, y: 0.833 },
567
+ o: { x: 0.167, y: 0.167 },
568
+ t: 19,
569
+ s: [560, 920, 0],
570
+ to: [0, 0, 0],
571
+ ti: [0, 0, 0],
572
+ },
573
+ {
574
+ i: { x: 0.833, y: 0.833 },
575
+ o: { x: 0.167, y: 0.167 },
576
+ t: 63,
577
+ s: [560, 920, 0],
578
+ to: [-60, -120, 0],
579
+ ti: [60, 120, 0],
580
+ },
581
+ { t: 64, s: [200, 200, 0] },
582
+ ],
583
+ ix: 2,
584
+ l: 2,
585
+ },
586
+ a: {
587
+ a: 1,
588
+ k: [
589
+ {
590
+ i: { x: 0.833, y: 0.833 },
591
+ o: { x: 0.167, y: 0.167 },
592
+ t: 63,
593
+ s: [-387.395, 212.605, 0],
594
+ to: [-90, -180, 0],
595
+ ti: [90, 180, 0],
596
+ },
597
+ { t: 64, s: [-927.395, -867.395, 0] },
598
+ ],
599
+ ix: 1,
600
+ l: 2,
601
+ },
602
+ s: {
603
+ a: 1,
604
+ k: [
605
+ {
606
+ i: { x: [0.667, 0.667, 0.667], y: [0.4, 1, 1] },
607
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
608
+ t: 15,
609
+ s: [66.66, 66.66, 100],
610
+ },
611
+ {
612
+ i: { x: [0.667, 0.667, 0.667], y: [0.727, 0.478, 1] },
613
+ o: { x: [0.333, 0.333, 0.333], y: [0.273, 0, 0] },
614
+ t: 16,
615
+ s: [70.307, 78.33, 100],
616
+ },
617
+ {
618
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
619
+ o: { x: [0.333, 0.333, 0.333], y: [0.6, 0.343, 0] },
620
+ t: 18,
621
+ s: [86.353, 74, 100],
622
+ },
623
+ {
624
+ i: { x: [0.663, 0.663, 0.663], y: [0.384, 0.67, 1] },
625
+ o: { x: [0.328, 0.328, 0.328], y: [0, 0, 0] },
626
+ t: 19,
627
+ s: [90, 70.7, 100],
628
+ },
629
+ {
630
+ i: { x: [0.667, 0.667, 0.667], y: [0.612, 0.7, 1] },
631
+ o: { x: [0.332, 0.332, 0.332], y: [0.258, 0.734, 0] },
632
+ t: 20,
633
+ s: [87.644, 67.9, 100],
634
+ },
635
+ {
636
+ i: { x: [0.696, 0.696, 0.696], y: [1, 1, 1] },
637
+ o: { x: [0.35, 0.35, 0.35], y: [0.438, -1.172, 0] },
638
+ t: 21,
639
+ s: [82.105, 66.66, 100],
640
+ },
641
+ {
642
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
643
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
644
+ t: 24,
645
+ s: [66.66, 66.66, 100],
646
+ },
647
+ {
648
+ i: { x: [0.667, 0.667, 0.667], y: [0.899, 0.429, 1] },
649
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
650
+ t: 64,
651
+ s: [66.66, 66.66, 100],
652
+ },
653
+ {
654
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
655
+ o: { x: [0.333, 0.333, 0.333], y: [-0.928, 0.238, 0] },
656
+ t: 66,
657
+ s: [166.29, 64.778, 100],
658
+ },
659
+ {
660
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
661
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
662
+ t: 69,
663
+ s: [150, 58, 100],
664
+ },
665
+ { t: 76, s: [150, 59.4, 100] },
666
+ ],
667
+ ix: 6,
668
+ l: 2,
669
+ },
670
+ },
671
+ ao: 0,
672
+ shapes: [
673
+ {
674
+ ty: 'gr',
675
+ it: [
676
+ {
677
+ ty: 'rc',
678
+ d: 1,
679
+ s: { a: 0, k: [1080, 1080], ix: 2 },
680
+ p: { a: 0, k: [0, 0], ix: 3 },
681
+ r: { a: 0, k: 0, ix: 4 },
682
+ nm: 'Rectangle Path 1',
683
+ mn: 'ADBE Vector Shape - Rect',
684
+ hd: false,
685
+ },
686
+ {
687
+ ty: 'fl',
688
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
689
+ o: { a: 0, k: 100, ix: 5 },
690
+ r: 1,
691
+ bm: 0,
692
+ nm: 'Fill 1',
693
+ mn: 'ADBE Vector Graphic - Fill',
694
+ hd: false,
695
+ },
696
+ {
697
+ ty: 'tr',
698
+ p: { a: 0, k: [-387.395, -327.395], ix: 2 },
699
+ a: { a: 0, k: [0, 0], ix: 1 },
700
+ s: { a: 0, k: [100, 100], ix: 3 },
701
+ r: { a: 0, k: 0, ix: 6 },
702
+ o: { a: 0, k: 100, ix: 7 },
703
+ sk: { a: 0, k: 0, ix: 4 },
704
+ sa: { a: 0, k: 0, ix: 5 },
705
+ nm: 'Transform',
706
+ },
707
+ ],
708
+ nm: 'Rectangle 1',
709
+ np: 3,
710
+ cix: 2,
711
+ bm: 0,
712
+ ix: 1,
713
+ mn: 'ADBE Vector Group',
714
+ hd: false,
715
+ },
716
+ ],
717
+ ip: 15,
718
+ op: 88,
719
+ st: 0,
720
+ ct: 1,
721
+ bm: 0,
722
+ },
723
+ {
724
+ ddd: 0,
725
+ ind: 7,
726
+ ty: 4,
727
+ nm: 'Maske Icon Outlines',
728
+ td: 1,
729
+ sr: 1,
730
+ ks: {
731
+ o: { a: 0, k: 100, ix: 11 },
732
+ r: { a: 0, k: 45, ix: 10 },
733
+ p: {
734
+ a: 1,
735
+ k: [
736
+ {
737
+ i: { x: 0.833, y: 0.833 },
738
+ o: { x: 0.167, y: 0.167 },
739
+ t: 19,
740
+ s: [1757.125, 1473, 0],
741
+ to: [-58.505, -16.716, 0],
742
+ ti: [0, 0, 0],
743
+ },
744
+ {
745
+ i: { x: 0.833, y: 0.833 },
746
+ o: { x: 0.167, y: 0.167 },
747
+ t: 23,
748
+ s: [1147.324, 1335.959, 0],
749
+ to: [0, 0, 0],
750
+ ti: [0, 0, 0],
751
+ },
752
+ {
753
+ i: { x: 0.833, y: 0.833 },
754
+ o: { x: 0.167, y: 0.167 },
755
+ t: 25,
756
+ s: [1197.125, 1281, 0],
757
+ to: [0, 0, 0],
758
+ ti: [-14, 0, 0],
759
+ },
760
+ { t: 28, s: [1281.125, 1281, 0] },
761
+ ],
762
+ ix: 2,
763
+ l: 2,
764
+ },
765
+ a: { a: 0, k: [426.41, 548.828, 0], ix: 1, l: 2 },
766
+ s: { a: 0, k: [1104, 1104, 100], ix: 6, l: 2 },
767
+ },
768
+ ao: 0,
769
+ shapes: [
770
+ {
771
+ ty: 'gr',
772
+ it: [
773
+ {
774
+ ind: 0,
775
+ ty: 'sh',
776
+ ix: 1,
777
+ ks: {
778
+ a: 0,
779
+ k: {
780
+ i: [
781
+ [0, 0],
782
+ [4.479, 4.479],
783
+ [0, 0],
784
+ [4.479, -4.48],
785
+ [0, 0],
786
+ [-4.479, -4.479],
787
+ [0, 0],
788
+ [-4.479, 4.48],
789
+ ],
790
+ o: [
791
+ [4.479, -4.479],
792
+ [0, 0],
793
+ [-4.479, -4.48],
794
+ [0, 0],
795
+ [-4.479, 4.479],
796
+ [0, 0],
797
+ [4.479, 4.48],
798
+ [0, 0],
799
+ ],
800
+ v: [
801
+ [130.113, 8.111],
802
+ [130.113, -8.11],
803
+ [8.11, -130.112],
804
+ [-8.11, -130.112],
805
+ [-130.113, -8.11],
806
+ [-130.113, 8.111],
807
+ [-8.11, 130.113],
808
+ [8.11, 130.113],
809
+ ],
810
+ c: true,
811
+ },
812
+ ix: 2,
813
+ },
814
+ nm: 'Path 1',
815
+ mn: 'ADBE Vector Shape - Group',
816
+ hd: false,
817
+ },
818
+ {
819
+ ty: 'fl',
820
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
821
+ o: { a: 0, k: 100, ix: 5 },
822
+ r: 1,
823
+ bm: 0,
824
+ nm: 'Fill 1',
825
+ mn: 'ADBE Vector Graphic - Fill',
826
+ hd: false,
827
+ },
828
+ {
829
+ ty: 'tr',
830
+ p: { a: 0, k: [426.41, 548.828], ix: 2 },
831
+ a: { a: 0, k: [0, 0], ix: 1 },
832
+ s: { a: 0, k: [100, 100], ix: 3 },
833
+ r: { a: 0, k: 0, ix: 6 },
834
+ o: { a: 0, k: 100, ix: 7 },
835
+ sk: { a: 0, k: 0, ix: 4 },
836
+ sa: { a: 0, k: 0, ix: 5 },
837
+ nm: 'Transform',
838
+ },
839
+ ],
840
+ nm: 'Group 1',
841
+ np: 2,
842
+ cix: 2,
843
+ bm: 0,
844
+ ix: 1,
845
+ mn: 'ADBE Vector Group',
846
+ hd: false,
847
+ },
848
+ ],
849
+ ip: 19,
850
+ op: 88,
851
+ st: -60,
852
+ ct: 1,
853
+ bm: 0,
854
+ },
855
+ {
856
+ ddd: 0,
857
+ ind: 8,
858
+ ty: 4,
859
+ nm: 'Shape Layer 3',
860
+ tt: 1,
861
+ sr: 1,
862
+ ks: {
863
+ o: { a: 0, k: 100, ix: 11 },
864
+ r: { a: 0, k: 0, ix: 10 },
865
+ p: {
866
+ a: 1,
867
+ k: [
868
+ {
869
+ i: { x: 0.667, y: 1 },
870
+ o: { x: 0.333, y: 0 },
871
+ t: 19,
872
+ s: [1280, 1640, 0],
873
+ to: [-120, 0, 0],
874
+ ti: [120, 0, 0],
875
+ },
876
+ {
877
+ i: { x: 0.833, y: 0.833 },
878
+ o: { x: 0.167, y: 0.167 },
879
+ t: 23,
880
+ s: [560, 1640, 0],
881
+ to: [0, 0, 0],
882
+ ti: [0, 0, 0],
883
+ },
884
+ {
885
+ i: { x: 0.833, y: 0.833 },
886
+ o: { x: 0.167, y: 0.167 },
887
+ t: 65,
888
+ s: [560, 1640, 0],
889
+ to: [0, 120, 0],
890
+ ti: [0, -120, 0],
891
+ },
892
+ { t: 66, s: [560, 2360, 0] },
893
+ ],
894
+ ix: 2,
895
+ l: 2,
896
+ },
897
+ a: {
898
+ a: 1,
899
+ k: [
900
+ {
901
+ i: { x: 0.833, y: 0.833 },
902
+ o: { x: 0.167, y: 0.167 },
903
+ t: 65,
904
+ s: [-387.395, -867.395, 0],
905
+ to: [0, 180, 0],
906
+ ti: [0, -180, 0],
907
+ },
908
+ { t: 66, s: [-387.395, 212.605, 0] },
909
+ ],
910
+ ix: 1,
911
+ l: 2,
912
+ },
913
+ s: {
914
+ a: 1,
915
+ k: [
916
+ {
917
+ i: { x: [0.667, 0.667, 0.667], y: [0.4, 1, 1] },
918
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
919
+ t: 19,
920
+ s: [66.66, 66.66, 100],
921
+ },
922
+ {
923
+ i: { x: [0.667, 0.667, 0.667], y: [0.636, 0.013, 1] },
924
+ o: { x: [0.333, 0.333, 0.333], y: [0.273, 0, 0] },
925
+ t: 20,
926
+ s: [70.307, 78.33, 100],
927
+ },
928
+ {
929
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
930
+ o: { x: [0.333, 0.333, 0.333], y: [0.5, 0.349, 0] },
931
+ t: 21,
932
+ s: [78.33, 77.2, 100],
933
+ },
934
+ {
935
+ i: { x: [0.663, 0.663, 0.663], y: [0.384, 0.661, 1] },
936
+ o: { x: [0.328, 0.328, 0.328], y: [0, 0, 0] },
937
+ t: 23,
938
+ s: [90, 70.8, 100],
939
+ },
940
+ {
941
+ i: { x: [0.667, 0.667, 0.667], y: [0.612, 0.715, 1] },
942
+ o: { x: [0.332, 0.332, 0.332], y: [0.258, 0.696, 0] },
943
+ t: 24,
944
+ s: [87.644, 68, 100],
945
+ },
946
+ {
947
+ i: { x: [0.696, 0.696, 0.696], y: [1, 1, 1] },
948
+ o: { x: [0.35, 0.35, 0.35], y: [0.438, -1.201, 0] },
949
+ t: 25,
950
+ s: [82.105, 66.66, 100],
951
+ },
952
+ {
953
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
954
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
955
+ t: 28,
956
+ s: [66.66, 66.66, 100],
957
+ },
958
+ {
959
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
960
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
961
+ t: 66,
962
+ s: [66.66, 66.66, 100],
963
+ },
964
+ {
965
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
966
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
967
+ t: 71,
968
+ s: [66.66, 55.2, 100],
969
+ },
970
+ { t: 75, s: [66.66, 59.4, 100] },
971
+ ],
972
+ ix: 6,
973
+ l: 2,
974
+ },
975
+ },
976
+ ao: 0,
977
+ shapes: [
978
+ {
979
+ ty: 'gr',
980
+ it: [
981
+ {
982
+ ty: 'rc',
983
+ d: 1,
984
+ s: { a: 0, k: [1080, 1080], ix: 2 },
985
+ p: { a: 0, k: [0, 0], ix: 3 },
986
+ r: { a: 0, k: 0, ix: 4 },
987
+ nm: 'Rectangle Path 1',
988
+ mn: 'ADBE Vector Shape - Rect',
989
+ hd: false,
990
+ },
991
+ {
992
+ ty: 'fl',
993
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
994
+ o: { a: 0, k: 100, ix: 5 },
995
+ r: 1,
996
+ bm: 0,
997
+ nm: 'Fill 1',
998
+ mn: 'ADBE Vector Graphic - Fill',
999
+ hd: false,
1000
+ },
1001
+ {
1002
+ ty: 'tr',
1003
+ p: { a: 0, k: [-387.395, -327.395], ix: 2 },
1004
+ a: { a: 0, k: [0, 0], ix: 1 },
1005
+ s: { a: 0, k: [100, 100], ix: 3 },
1006
+ r: { a: 0, k: 0, ix: 6 },
1007
+ o: { a: 0, k: 100, ix: 7 },
1008
+ sk: { a: 0, k: 0, ix: 4 },
1009
+ sa: { a: 0, k: 0, ix: 5 },
1010
+ nm: 'Transform',
1011
+ },
1012
+ ],
1013
+ nm: 'Rectangle 1',
1014
+ np: 3,
1015
+ cix: 2,
1016
+ bm: 0,
1017
+ ix: 1,
1018
+ mn: 'ADBE Vector Group',
1019
+ hd: false,
1020
+ },
1021
+ ],
1022
+ ip: 19,
1023
+ op: 88,
1024
+ st: 0,
1025
+ ct: 1,
1026
+ bm: 0,
1027
+ },
1028
+ {
1029
+ ddd: 0,
1030
+ ind: 9,
1031
+ ty: 4,
1032
+ nm: 'Shape Layer 5',
1033
+ sr: 1,
1034
+ ks: {
1035
+ o: { a: 0, k: 100, ix: 11 },
1036
+ r: { a: 0, k: 0, ix: 10 },
1037
+ p: {
1038
+ a: 1,
1039
+ k: [
1040
+ {
1041
+ i: { x: 0.667, y: 1 },
1042
+ o: { x: 0.333, y: 0 },
1043
+ t: 16,
1044
+ s: [1280, 1280, 0],
1045
+ to: [0, 0, 0],
1046
+ ti: [0, -120, 0],
1047
+ },
1048
+ {
1049
+ i: { x: 0.833, y: 0.833 },
1050
+ o: { x: 0.167, y: 0.167 },
1051
+ t: 20,
1052
+ s: [1280, 2000, 0],
1053
+ to: [0, 0, 0],
1054
+ ti: [0, 0, 0],
1055
+ },
1056
+ {
1057
+ i: { x: 0.667, y: 1 },
1058
+ o: { x: 0.333, y: 0 },
1059
+ t: 41,
1060
+ s: [1280, 2000, 0],
1061
+ to: [0, 0, 0],
1062
+ ti: [0, 0, 0],
1063
+ },
1064
+ {
1065
+ i: { x: 0.667, y: 1 },
1066
+ o: { x: 0.333, y: 0 },
1067
+ t: 47,
1068
+ s: [1280, 1216, 0],
1069
+ to: [0, 0, 0],
1070
+ ti: [0, 0, 0],
1071
+ },
1072
+ {
1073
+ i: { x: 0.833, y: 0.833 },
1074
+ o: { x: 0.167, y: 0.167 },
1075
+ t: 52,
1076
+ s: [1280, 1280, 0],
1077
+ to: [0, 0, 0],
1078
+ ti: [0, -153.935, 0],
1079
+ },
1080
+ { t: 53, s: [1280, 1280, 0], h: 1 },
1081
+ {
1082
+ t: 63,
1083
+ s: [1280, 1280, 0],
1084
+ h: 1,
1085
+ },
1086
+ {
1087
+ i: { x: 0.833, y: 0.833 },
1088
+ o: { x: 0.167, y: 0.167 },
1089
+ t: 64,
1090
+ s: [1280, 1280, 0],
1091
+ to: [0, 230.274, 0],
1092
+ ti: [0, 0, 0],
1093
+ },
1094
+ {
1095
+ i: { x: 0.667, y: 1 },
1096
+ o: { x: 0.333, y: 0 },
1097
+ t: 65,
1098
+ s: [1406, 1281.12, 0],
1099
+ to: [0, 0, 0],
1100
+ ti: [0, 0, 0],
1101
+ },
1102
+ {
1103
+ i: { x: 0.667, y: 1 },
1104
+ o: { x: 0.333, y: 0 },
1105
+ t: 71,
1106
+ s: [1406, 2061.92, 0],
1107
+ to: [0, 0, 0],
1108
+ ti: [0, 0, 0],
1109
+ },
1110
+ { t: 75, s: [1406, 2039.24, 0] },
1111
+ ],
1112
+ ix: 2,
1113
+ l: 2,
1114
+ },
1115
+ a: {
1116
+ a: 1,
1117
+ k: [
1118
+ {
1119
+ i: { x: 0.833, y: 0.833 },
1120
+ o: { x: 0.167, y: 0.167 },
1121
+ t: 64,
1122
+ s: [-387.395, -327.395, 0],
1123
+ to: [-90, 90, 0],
1124
+ ti: [90, -90, 0],
1125
+ },
1126
+ { t: 65, s: [-387.395, -327.395, 0] },
1127
+ ],
1128
+ ix: 1,
1129
+ l: 2,
1130
+ },
1131
+ s: {
1132
+ a: 1,
1133
+ k: [
1134
+ {
1135
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1136
+ o: { x: [0.167, 0.167, 0.167], y: [0, 0.167, 0] },
1137
+ t: 16,
1138
+ s: [66.66, 66.66, 100],
1139
+ },
1140
+ {
1141
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1142
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1143
+ t: 20,
1144
+ s: [66.66, 90, 100],
1145
+ },
1146
+ {
1147
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1148
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1149
+ t: 25,
1150
+ s: [66.66, 66.66, 100],
1151
+ },
1152
+ {
1153
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1154
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1155
+ t: 41,
1156
+ s: [66.66, 66.66, 100],
1157
+ },
1158
+ {
1159
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1160
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1161
+ t: 42,
1162
+ s: [66.66, 67.2, 100],
1163
+ },
1164
+ {
1165
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1166
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1167
+ t: 52,
1168
+ s: [66.66, 67.2, 100],
1169
+ },
1170
+ {
1171
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1172
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1173
+ t: 64,
1174
+ s: [66.66, 67.2, 100],
1175
+ },
1176
+ {
1177
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1178
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1179
+ t: 65,
1180
+ s: [90, 67.2, 100],
1181
+ },
1182
+ {
1183
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1184
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1185
+ t: 71,
1186
+ s: [90, 55.2, 100],
1187
+ },
1188
+ { t: 75, s: [90, 59.4, 100] },
1189
+ ],
1190
+ ix: 6,
1191
+ l: 2,
1192
+ },
1193
+ },
1194
+ ao: 0,
1195
+ shapes: [
1196
+ {
1197
+ ty: 'gr',
1198
+ it: [
1199
+ {
1200
+ ty: 'rc',
1201
+ d: 1,
1202
+ s: { a: 0, k: [1080, 1080], ix: 2 },
1203
+ p: { a: 0, k: [0, 0], ix: 3 },
1204
+ r: { a: 0, k: 0, ix: 4 },
1205
+ nm: 'Rectangle Path 1',
1206
+ mn: 'ADBE Vector Shape - Rect',
1207
+ hd: false,
1208
+ },
1209
+ {
1210
+ ty: 'fl',
1211
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
1212
+ o: { a: 0, k: 100, ix: 5 },
1213
+ r: 1,
1214
+ bm: 0,
1215
+ nm: 'Fill 1',
1216
+ mn: 'ADBE Vector Graphic - Fill',
1217
+ hd: false,
1218
+ },
1219
+ {
1220
+ ty: 'tr',
1221
+ p: { a: 0, k: [-387.395, -327.395], ix: 2 },
1222
+ a: { a: 0, k: [0, 0], ix: 1 },
1223
+ s: { a: 0, k: [100, 100], ix: 3 },
1224
+ r: { a: 0, k: 0, ix: 6 },
1225
+ o: { a: 0, k: 100, ix: 7 },
1226
+ sk: { a: 0, k: 0, ix: 4 },
1227
+ sa: { a: 0, k: 0, ix: 5 },
1228
+ nm: 'Transform',
1229
+ },
1230
+ ],
1231
+ nm: 'Rectangle 1',
1232
+ np: 3,
1233
+ cix: 2,
1234
+ bm: 0,
1235
+ ix: 1,
1236
+ mn: 'ADBE Vector Group',
1237
+ hd: false,
1238
+ },
1239
+ ],
1240
+ ip: 16,
1241
+ op: 88,
1242
+ st: 0,
1243
+ ct: 1,
1244
+ bm: 0,
1245
+ },
1246
+ {
1247
+ ddd: 0,
1248
+ ind: 10,
1249
+ ty: 4,
1250
+ nm: 'shape',
1251
+ sr: 1,
1252
+ ks: {
1253
+ o: { a: 0, k: 100, ix: 11 },
1254
+ r: { a: 0, k: 0, ix: 10 },
1255
+ p: {
1256
+ a: 1,
1257
+ k: [
1258
+ {
1259
+ i: { x: 0.667, y: 1 },
1260
+ o: { x: 0.333, y: 0 },
1261
+ t: 40,
1262
+ s: [920, 920, 0],
1263
+ to: [-60, 0, 0],
1264
+ ti: [60, 0, 0],
1265
+ },
1266
+ {
1267
+ i: { x: 0.833, y: 0.833 },
1268
+ o: { x: 0.167, y: 0.167 },
1269
+ t: 48,
1270
+ s: [200, 920, 0],
1271
+ to: [0, 0, 0],
1272
+ ti: [0, 0, 0],
1273
+ },
1274
+ {
1275
+ i: { x: 0.667, y: 1 },
1276
+ o: { x: 0.333, y: 0 },
1277
+ t: 65,
1278
+ s: [200, 352, 0],
1279
+ to: [0, 0, 0],
1280
+ ti: [0, 0, 0],
1281
+ },
1282
+ { t: 69, s: [200, 760, 0] },
1283
+ ],
1284
+ ix: 2,
1285
+ l: 2,
1286
+ },
1287
+ a: { a: 0, k: [-791.483, -475.483, 0], ix: 1, l: 2 },
1288
+ s: {
1289
+ a: 1,
1290
+ k: [
1291
+ {
1292
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1293
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1294
+ t: 48,
1295
+ s: [86, 66.66, 100],
1296
+ },
1297
+ {
1298
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1299
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1300
+ t: 65,
1301
+ s: [66.66, 50, 100],
1302
+ },
1303
+ {
1304
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1305
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1306
+ t: 68,
1307
+ s: [59.4, 40, 100],
1308
+ },
1309
+ {
1310
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1311
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1312
+ t: 71,
1313
+ s: [58, 62, 100],
1314
+ },
1315
+ { t: 75, s: [59.4, 50.66, 100] },
1316
+ ],
1317
+ ix: 6,
1318
+ l: 2,
1319
+ },
1320
+ },
1321
+ ao: 0,
1322
+ shapes: [
1323
+ {
1324
+ ty: 'gr',
1325
+ it: [
1326
+ {
1327
+ ty: 'rc',
1328
+ d: 1,
1329
+ s: { a: 0, k: [1080, 1080], ix: 2 },
1330
+ p: { a: 0, k: [0, 0], ix: 3 },
1331
+ r: { a: 0, k: 0, ix: 4 },
1332
+ nm: 'Rectangle Path 1',
1333
+ mn: 'ADBE Vector Shape - Rect',
1334
+ hd: false,
1335
+ },
1336
+ {
1337
+ ty: 'fl',
1338
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
1339
+ o: { a: 0, k: 100, ix: 5 },
1340
+ r: 1,
1341
+ bm: 0,
1342
+ nm: 'Fill 1',
1343
+ mn: 'ADBE Vector Graphic - Fill',
1344
+ hd: false,
1345
+ },
1346
+ {
1347
+ ty: 'tr',
1348
+ p: { a: 0, k: [-251.483, 64.517], ix: 2 },
1349
+ a: { a: 0, k: [0, 0], ix: 1 },
1350
+ s: { a: 0, k: [100, 100], ix: 3 },
1351
+ r: { a: 0, k: 0, ix: 6 },
1352
+ o: { a: 0, k: 100, ix: 7 },
1353
+ sk: { a: 0, k: 0, ix: 4 },
1354
+ sa: { a: 0, k: 0, ix: 5 },
1355
+ nm: 'Transform',
1356
+ },
1357
+ ],
1358
+ nm: 'Rectangle 1',
1359
+ np: 3,
1360
+ cix: 2,
1361
+ bm: 0,
1362
+ ix: 1,
1363
+ mn: 'ADBE Vector Group',
1364
+ hd: false,
1365
+ },
1366
+ ],
1367
+ ip: 65,
1368
+ op: 88,
1369
+ st: 0,
1370
+ ct: 1,
1371
+ bm: 0,
1372
+ },
1373
+ {
1374
+ ddd: 0,
1375
+ ind: 11,
1376
+ ty: 4,
1377
+ nm: 'Maske Icon Outlines 10',
1378
+ td: 1,
1379
+ sr: 1,
1380
+ ks: {
1381
+ o: { a: 0, k: 100, ix: 11 },
1382
+ r: { a: 0, k: 45, ix: 10 },
1383
+ p: {
1384
+ a: 1,
1385
+ k: [
1386
+ {
1387
+ i: { x: 0.833, y: 0.833 },
1388
+ o: { x: 0.167, y: 0.167 },
1389
+ t: 19,
1390
+ s: [1909.125, 1473, 0],
1391
+ to: [-58.505, -16.716, 0],
1392
+ ti: [0, 0, 0],
1393
+ },
1394
+ {
1395
+ i: { x: 0.833, y: 0.833 },
1396
+ o: { x: 0.167, y: 0.167 },
1397
+ t: 23,
1398
+ s: [1299.324, 1335.959, 0],
1399
+ to: [0, 0, 0],
1400
+ ti: [0, 0, 0],
1401
+ },
1402
+ {
1403
+ i: { x: 0.833, y: 0.833 },
1404
+ o: { x: 0.167, y: 0.167 },
1405
+ t: 25,
1406
+ s: [1349.125, 1281, 0],
1407
+ to: [0, 0, 0],
1408
+ ti: [-14, 0, 0],
1409
+ },
1410
+ { t: 28, s: [1433.125, 1281, 0] },
1411
+ ],
1412
+ ix: 2,
1413
+ l: 2,
1414
+ },
1415
+ a: { a: 0, k: [426.41, 548.828, 0], ix: 1, l: 2 },
1416
+ s: { a: 0, k: [1104, 1104, 100], ix: 6, l: 2 },
1417
+ },
1418
+ ao: 0,
1419
+ shapes: [
1420
+ {
1421
+ ty: 'gr',
1422
+ it: [
1423
+ {
1424
+ ind: 0,
1425
+ ty: 'sh',
1426
+ ix: 1,
1427
+ ks: {
1428
+ a: 0,
1429
+ k: {
1430
+ i: [
1431
+ [0, 0],
1432
+ [4.479, 4.479],
1433
+ [0, 0],
1434
+ [4.479, -4.48],
1435
+ [0, 0],
1436
+ [-4.479, -4.479],
1437
+ [0, 0],
1438
+ [-4.479, 4.48],
1439
+ ],
1440
+ o: [
1441
+ [4.479, -4.479],
1442
+ [0, 0],
1443
+ [-4.479, -4.48],
1444
+ [0, 0],
1445
+ [-4.479, 4.479],
1446
+ [0, 0],
1447
+ [4.479, 4.48],
1448
+ [0, 0],
1449
+ ],
1450
+ v: [
1451
+ [130.113, 8.111],
1452
+ [130.113, -8.11],
1453
+ [8.11, -130.112],
1454
+ [-8.11, -130.112],
1455
+ [-130.113, -8.11],
1456
+ [-130.113, 8.111],
1457
+ [-8.11, 130.113],
1458
+ [8.11, 130.113],
1459
+ ],
1460
+ c: true,
1461
+ },
1462
+ ix: 2,
1463
+ },
1464
+ nm: 'Path 1',
1465
+ mn: 'ADBE Vector Shape - Group',
1466
+ hd: false,
1467
+ },
1468
+ {
1469
+ ty: 'fl',
1470
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
1471
+ o: { a: 0, k: 100, ix: 5 },
1472
+ r: 1,
1473
+ bm: 0,
1474
+ nm: 'Fill 1',
1475
+ mn: 'ADBE Vector Graphic - Fill',
1476
+ hd: false,
1477
+ },
1478
+ {
1479
+ ty: 'tr',
1480
+ p: { a: 0, k: [426.41, 548.828], ix: 2 },
1481
+ a: { a: 0, k: [0, 0], ix: 1 },
1482
+ s: { a: 0, k: [100, 100], ix: 3 },
1483
+ r: { a: 0, k: 0, ix: 6 },
1484
+ o: { a: 0, k: 100, ix: 7 },
1485
+ sk: { a: 0, k: 0, ix: 4 },
1486
+ sa: { a: 0, k: 0, ix: 5 },
1487
+ nm: 'Transform',
1488
+ },
1489
+ ],
1490
+ nm: 'Group 1',
1491
+ np: 2,
1492
+ cix: 2,
1493
+ bm: 0,
1494
+ ix: 1,
1495
+ mn: 'ADBE Vector Group',
1496
+ hd: false,
1497
+ },
1498
+ ],
1499
+ ip: 14,
1500
+ op: 88,
1501
+ st: -60,
1502
+ ct: 1,
1503
+ bm: 0,
1504
+ },
1505
+ {
1506
+ ddd: 0,
1507
+ ind: 12,
1508
+ ty: 4,
1509
+ nm: 'Shape Layer 4',
1510
+ tt: 1,
1511
+ sr: 1,
1512
+ ks: {
1513
+ o: { a: 0, k: 100, ix: 11 },
1514
+ r: { a: 0, k: 0, ix: 10 },
1515
+ p: {
1516
+ a: 1,
1517
+ k: [
1518
+ {
1519
+ i: { x: 0.667, y: 1 },
1520
+ o: { x: 0.333, y: 0 },
1521
+ t: 14,
1522
+ s: [1280, 1280, 0],
1523
+ to: [120, 0, 0],
1524
+ ti: [-120, 0, 0],
1525
+ },
1526
+ {
1527
+ i: { x: 0.833, y: 0.833 },
1528
+ o: { x: 0.167, y: 0.167 },
1529
+ t: 18,
1530
+ s: [2000, 1280, 0],
1531
+ to: [0, 0, 0],
1532
+ ti: [0, 0, 0],
1533
+ },
1534
+ {
1535
+ i: { x: 0.653, y: 0.653 },
1536
+ o: { x: 0.298, y: 0.298 },
1537
+ t: 36,
1538
+ s: [2000, 1280, 0],
1539
+ to: [0, 0, 0],
1540
+ ti: [0, 0, 0],
1541
+ },
1542
+ {
1543
+ i: { x: 0.833, y: 0.833 },
1544
+ o: { x: 0.334, y: 0.334 },
1545
+ t: 45,
1546
+ s: [2000, 1280, 0],
1547
+ to: [0, 0, 0],
1548
+ ti: [0, 0, 0],
1549
+ },
1550
+ {
1551
+ i: { x: 0.833, y: 0.833 },
1552
+ o: { x: 0.333, y: 0 },
1553
+ t: 60,
1554
+ s: [2000, 1280, 0],
1555
+ to: [60, 0, 0],
1556
+ ti: [-60, 0, 0],
1557
+ },
1558
+ {
1559
+ i: { x: 0.638, y: 0.757 },
1560
+ o: { x: 0.293, y: 0 },
1561
+ t: 61,
1562
+ s: [2000.036, 1280, 0],
1563
+ to: [0.512, 0, 0],
1564
+ ti: [-0.174, 0, 0],
1565
+ },
1566
+ {
1567
+ i: { x: 0.668, y: 0.095 },
1568
+ o: { x: 0.327, y: 0.368 },
1569
+ t: 62,
1570
+ s: [1997.044, 1280, 0],
1571
+ to: [0.871, 0, 0],
1572
+ ti: [1.145, 0, 0],
1573
+ },
1574
+ {
1575
+ i: { x: 0.759, y: 0 },
1576
+ o: { x: 0.354, y: 0.604 },
1577
+ t: 63,
1578
+ s: [1997.935, 1280, 0],
1579
+ to: [-1.527, 0, 0],
1580
+ ti: [3.187, 0, 0],
1581
+ },
1582
+ {
1583
+ i: { x: 0.82, y: 0.526 },
1584
+ o: { x: 0.454, y: 0.194 },
1585
+ t: 64,
1586
+ s: [1998.032, 1280, 0],
1587
+ to: [-8.943, 0, 0],
1588
+ ti: [-27.873, 0, 0],
1589
+ },
1590
+ {
1591
+ i: { x: 0.65, y: 0.379 },
1592
+ o: { x: 0.169, y: 1 },
1593
+ t: 65,
1594
+ s: [2000.036, 1280, 0],
1595
+ to: [31.212, 0, 0],
1596
+ ti: [-23.631, 0, 0],
1597
+ },
1598
+ {
1599
+ i: { x: 0.833, y: 0.833 },
1600
+ o: { x: 0.414, y: 0.616 },
1601
+ t: 67,
1602
+ s: [2022.679, 1280, 0],
1603
+ to: [22.595, 0, 0],
1604
+ ti: [0, 0, 0],
1605
+ },
1606
+ {
1607
+ i: { x: 0.833, y: 0.833 },
1608
+ o: { x: 0.167, y: 0.167 },
1609
+ t: 70,
1610
+ s: [2068.4, 1280, 0],
1611
+ to: [0, 0, 0],
1612
+ ti: [0, 0, 0],
1613
+ },
1614
+ { t: 76, s: [2039.24, 1280, 0] },
1615
+ ],
1616
+ ix: 2,
1617
+ l: 2,
1618
+ },
1619
+ a: { a: 0, k: [-387.395, -327.395, 0], ix: 1, l: 2 },
1620
+ s: {
1621
+ a: 1,
1622
+ k: [
1623
+ {
1624
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1625
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0, 0] },
1626
+ t: 14,
1627
+ s: [66.66, 66.66, 100],
1628
+ },
1629
+ {
1630
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1631
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1632
+ t: 18,
1633
+ s: [90, 66.66, 100],
1634
+ },
1635
+ {
1636
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1637
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1638
+ t: 23,
1639
+ s: [66.66, 66.66, 100],
1640
+ },
1641
+ {
1642
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1643
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1644
+ t: 45,
1645
+ s: [66.66, 66.66, 100],
1646
+ },
1647
+ {
1648
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1649
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1650
+ t: 61,
1651
+ s: [66.66, 66.66, 100],
1652
+ },
1653
+ {
1654
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1655
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1656
+ t: 65,
1657
+ s: [66.66, 66.66, 100],
1658
+ },
1659
+ {
1660
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1661
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1662
+ t: 70,
1663
+ s: [54, 90.66, 100],
1664
+ },
1665
+ { t: 76, s: [59.4, 90, 100] },
1666
+ ],
1667
+ ix: 6,
1668
+ l: 2,
1669
+ },
1670
+ },
1671
+ ao: 0,
1672
+ shapes: [
1673
+ {
1674
+ ty: 'gr',
1675
+ it: [
1676
+ {
1677
+ ty: 'rc',
1678
+ d: 1,
1679
+ s: { a: 0, k: [1080, 1080], ix: 2 },
1680
+ p: { a: 0, k: [0, 0], ix: 3 },
1681
+ r: { a: 0, k: 0, ix: 4 },
1682
+ nm: 'Rectangle Path 1',
1683
+ mn: 'ADBE Vector Shape - Rect',
1684
+ hd: false,
1685
+ },
1686
+ {
1687
+ ty: 'fl',
1688
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
1689
+ o: { a: 0, k: 100, ix: 5 },
1690
+ r: 1,
1691
+ bm: 0,
1692
+ nm: 'Fill 1',
1693
+ mn: 'ADBE Vector Graphic - Fill',
1694
+ hd: false,
1695
+ },
1696
+ {
1697
+ ty: 'tr',
1698
+ p: { a: 0, k: [-387.395, -327.395], ix: 2 },
1699
+ a: { a: 0, k: [0, 0], ix: 1 },
1700
+ s: { a: 0, k: [100, 100], ix: 3 },
1701
+ r: { a: 0, k: 0, ix: 6 },
1702
+ o: { a: 0, k: 100, ix: 7 },
1703
+ sk: { a: 0, k: 0, ix: 4 },
1704
+ sa: { a: 0, k: 0, ix: 5 },
1705
+ nm: 'Transform',
1706
+ },
1707
+ ],
1708
+ nm: 'Rectangle 1',
1709
+ np: 3,
1710
+ cix: 2,
1711
+ bm: 0,
1712
+ ix: 1,
1713
+ mn: 'ADBE Vector Group',
1714
+ hd: false,
1715
+ },
1716
+ ],
1717
+ ip: 14,
1718
+ op: 88,
1719
+ st: 0,
1720
+ ct: 1,
1721
+ bm: 0,
1722
+ },
1723
+ {
1724
+ ddd: 0,
1725
+ ind: 13,
1726
+ ty: 4,
1727
+ nm: 'Maske Icon Outlines 9',
1728
+ td: 1,
1729
+ sr: 1,
1730
+ ks: {
1731
+ o: { a: 0, k: 100, ix: 11 },
1732
+ r: { a: 0, k: 45, ix: 10 },
1733
+ p: {
1734
+ a: 1,
1735
+ k: [
1736
+ {
1737
+ i: { x: 0.833, y: 0.833 },
1738
+ o: { x: 0.167, y: 0.167 },
1739
+ t: 17,
1740
+ s: [558.268, 1169, 0],
1741
+ to: [0, 0, 0],
1742
+ ti: [0, 0, 0],
1743
+ },
1744
+ {
1745
+ i: { x: 0.833, y: 0.833 },
1746
+ o: { x: 0.167, y: 0.167 },
1747
+ t: 18,
1748
+ s: [559.601, 1221.003, 0],
1749
+ to: [0, 0, 0],
1750
+ ti: [0, 0, 0],
1751
+ },
1752
+ {
1753
+ i: { x: 0.833, y: 0.833 },
1754
+ o: { x: 0.167, y: 0.167 },
1755
+ t: 19,
1756
+ s: [560.935, 1235.002, 0],
1757
+ to: [0, 0, 0],
1758
+ ti: [0, 0, 0],
1759
+ },
1760
+ {
1761
+ i: { x: 0.833, y: 0.833 },
1762
+ o: { x: 0.167, y: 0.167 },
1763
+ t: 20,
1764
+ s: [562.268, 1265, 0],
1765
+ to: [0, 0, 0],
1766
+ ti: [0, 0, 0],
1767
+ },
1768
+ {
1769
+ i: { x: 0.833, y: 0.833 },
1770
+ o: { x: 0.167, y: 0.167 },
1771
+ t: 21,
1772
+ s: [562.268, 1281, 0],
1773
+ to: [0, 0, 0],
1774
+ ti: [-0.015, 0.125, 0],
1775
+ },
1776
+ {
1777
+ i: { x: 0.833, y: 0.833 },
1778
+ o: { x: 0.167, y: 0.167 },
1779
+ t: 39,
1780
+ s: [563.86, 1281, 0],
1781
+ to: [-5.401, 0, 0],
1782
+ ti: [-2.404, 0, 0],
1783
+ },
1784
+ {
1785
+ i: { x: 0.667, y: 1 },
1786
+ o: { x: 0.333, y: 0 },
1787
+ t: 41,
1788
+ s: [490.268, 1281, 0],
1789
+ to: [33.161, 0, 0],
1790
+ ti: [0, 0, 0],
1791
+ },
1792
+ {
1793
+ i: { x: 0.667, y: 1 },
1794
+ o: { x: 0.333, y: 0 },
1795
+ t: 47,
1796
+ s: [1401.125, 1281, 0],
1797
+ to: [0, 0, 0],
1798
+ ti: [0, 0, 0],
1799
+ },
1800
+ { t: 52, s: [1281.125, 1281, 0] },
1801
+ ],
1802
+ ix: 2,
1803
+ l: 2,
1804
+ },
1805
+ a: { a: 0, k: [426.41, 548.828, 0], ix: 1, l: 2 },
1806
+ s: { a: 0, k: [1104, 1104, 100], ix: 6, l: 2 },
1807
+ },
1808
+ ao: 0,
1809
+ shapes: [
1810
+ {
1811
+ ty: 'gr',
1812
+ it: [
1813
+ {
1814
+ ind: 0,
1815
+ ty: 'sh',
1816
+ ix: 1,
1817
+ ks: {
1818
+ a: 0,
1819
+ k: {
1820
+ i: [
1821
+ [0, 0],
1822
+ [4.479, 4.479],
1823
+ [0, 0],
1824
+ [4.479, -4.48],
1825
+ [0, 0],
1826
+ [-4.479, -4.479],
1827
+ [0, 0],
1828
+ [-4.479, 4.48],
1829
+ ],
1830
+ o: [
1831
+ [4.479, -4.479],
1832
+ [0, 0],
1833
+ [-4.479, -4.48],
1834
+ [0, 0],
1835
+ [-4.479, 4.479],
1836
+ [0, 0],
1837
+ [4.479, 4.48],
1838
+ [0, 0],
1839
+ ],
1840
+ v: [
1841
+ [130.113, 8.111],
1842
+ [130.113, -8.11],
1843
+ [8.11, -130.112],
1844
+ [-8.11, -130.112],
1845
+ [-130.113, -8.11],
1846
+ [-130.113, 8.111],
1847
+ [-8.11, 130.113],
1848
+ [8.11, 130.113],
1849
+ ],
1850
+ c: true,
1851
+ },
1852
+ ix: 2,
1853
+ },
1854
+ nm: 'Path 1',
1855
+ mn: 'ADBE Vector Shape - Group',
1856
+ hd: false,
1857
+ },
1858
+ {
1859
+ ty: 'fl',
1860
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
1861
+ o: { a: 0, k: 100, ix: 5 },
1862
+ r: 1,
1863
+ bm: 0,
1864
+ nm: 'Fill 1',
1865
+ mn: 'ADBE Vector Graphic - Fill',
1866
+ hd: false,
1867
+ },
1868
+ {
1869
+ ty: 'tr',
1870
+ p: { a: 0, k: [426.41, 548.828], ix: 2 },
1871
+ a: { a: 0, k: [0, 0], ix: 1 },
1872
+ s: { a: 0, k: [100, 100], ix: 3 },
1873
+ r: { a: 0, k: 0, ix: 6 },
1874
+ o: { a: 0, k: 100, ix: 7 },
1875
+ sk: { a: 0, k: 0, ix: 4 },
1876
+ sa: { a: 0, k: 0, ix: 5 },
1877
+ nm: 'Transform',
1878
+ },
1879
+ ],
1880
+ nm: 'Group 1',
1881
+ np: 2,
1882
+ cix: 2,
1883
+ bm: 0,
1884
+ ix: 1,
1885
+ mn: 'ADBE Vector Group',
1886
+ hd: false,
1887
+ },
1888
+ ],
1889
+ ip: 12,
1890
+ op: 88,
1891
+ st: -60,
1892
+ ct: 1,
1893
+ bm: 0,
1894
+ },
1895
+ {
1896
+ ddd: 0,
1897
+ ind: 14,
1898
+ ty: 4,
1899
+ nm: 'shape 2',
1900
+ tt: 1,
1901
+ sr: 1,
1902
+ ks: {
1903
+ o: { a: 0, k: 100, ix: 11 },
1904
+ r: { a: 0, k: 0, ix: 10 },
1905
+ p: {
1906
+ a: 1,
1907
+ k: [
1908
+ {
1909
+ i: { x: 0.667, y: 1 },
1910
+ o: { x: 0.333, y: 0 },
1911
+ t: 12,
1912
+ s: [920, 1280, 0],
1913
+ to: [0, -120, 0],
1914
+ ti: [-120, -40, 0],
1915
+ },
1916
+ {
1917
+ i: { x: 0.667, y: 1 },
1918
+ o: { x: 0.167, y: 0.167 },
1919
+ t: 16,
1920
+ s: [920, 560, 0],
1921
+ to: [120, 40, 0],
1922
+ ti: [-81.504, 0, 0],
1923
+ },
1924
+ {
1925
+ i: { x: 0.833, y: 0.833 },
1926
+ o: { x: 0.167, y: 0.167 },
1927
+ t: 46,
1928
+ s: [1640, 1520, 0],
1929
+ to: [0, 0, 0],
1930
+ ti: [0, 0, 0],
1931
+ },
1932
+ { t: 65, s: [1640, 1520, 0] },
1933
+ ],
1934
+ ix: 2,
1935
+ l: 2,
1936
+ },
1937
+ a: { a: 0, k: [-791.483, 64.517, 0], ix: 1, l: 2 },
1938
+ s: {
1939
+ a: 1,
1940
+ k: [
1941
+ {
1942
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1943
+ o: { x: [0.167, 0.167, 0.167], y: [0, 0.167, 0] },
1944
+ t: 12,
1945
+ s: [66.66, 66.6, 100],
1946
+ },
1947
+ {
1948
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1949
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1950
+ t: 16,
1951
+ s: [66.66, 90, 100],
1952
+ },
1953
+ {
1954
+ i: { x: [0.667, 0.667, 0.667], y: [-1.082, 1, 1] },
1955
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0] },
1956
+ t: 21,
1957
+ s: [66.66, 66.8, 100],
1958
+ },
1959
+ {
1960
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1961
+ o: { x: [0.333, 0.333, 0.333], y: [0.625, 0, 0] },
1962
+ t: 46,
1963
+ s: [76.667, 160, 100],
1964
+ },
1965
+ {
1966
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1967
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1968
+ t: 47,
1969
+ s: [78, 160, 100],
1970
+ },
1971
+ {
1972
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1973
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1974
+ t: 52,
1975
+ s: [66.6, 160, 100],
1976
+ },
1977
+ { t: 65, s: [66.6, 66.8, 100] },
1978
+ ],
1979
+ ix: 6,
1980
+ l: 2,
1981
+ },
1982
+ },
1983
+ ao: 0,
1984
+ shapes: [
1985
+ {
1986
+ ty: 'gr',
1987
+ it: [
1988
+ {
1989
+ ty: 'rc',
1990
+ d: 1,
1991
+ s: { a: 0, k: [1080, 1080], ix: 2 },
1992
+ p: { a: 0, k: [0, 0], ix: 3 },
1993
+ r: { a: 0, k: 0, ix: 4 },
1994
+ nm: 'Rectangle Path 1',
1995
+ mn: 'ADBE Vector Shape - Rect',
1996
+ hd: false,
1997
+ },
1998
+ {
1999
+ ty: 'fl',
2000
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
2001
+ o: { a: 0, k: 100, ix: 5 },
2002
+ r: 1,
2003
+ bm: 0,
2004
+ nm: 'Fill 1',
2005
+ mn: 'ADBE Vector Graphic - Fill',
2006
+ hd: false,
2007
+ },
2008
+ {
2009
+ ty: 'tr',
2010
+ p: { a: 0, k: [-251.483, 64.517], ix: 2 },
2011
+ a: { a: 0, k: [0, 0], ix: 1 },
2012
+ s: { a: 0, k: [100, 100], ix: 3 },
2013
+ r: { a: 0, k: 0, ix: 6 },
2014
+ o: { a: 0, k: 100, ix: 7 },
2015
+ sk: { a: 0, k: 0, ix: 4 },
2016
+ sa: { a: 0, k: 0, ix: 5 },
2017
+ nm: 'Transform',
2018
+ },
2019
+ ],
2020
+ nm: 'Rectangle 1',
2021
+ np: 3,
2022
+ cix: 2,
2023
+ bm: 0,
2024
+ ix: 1,
2025
+ mn: 'ADBE Vector Group',
2026
+ hd: false,
2027
+ },
2028
+ ],
2029
+ ip: 46,
2030
+ op: 53,
2031
+ st: 0,
2032
+ ct: 1,
2033
+ bm: 0,
2034
+ },
2035
+ {
2036
+ ddd: 0,
2037
+ ind: 15,
2038
+ ty: 4,
2039
+ nm: 'Maske Icon Outlines 3',
2040
+ td: 1,
2041
+ sr: 1,
2042
+ ks: {
2043
+ o: { a: 0, k: 100, ix: 11 },
2044
+ r: { a: 0, k: 45, ix: 10 },
2045
+ p: {
2046
+ a: 1,
2047
+ k: [
2048
+ {
2049
+ i: { x: 0.833, y: 0.833 },
2050
+ o: { x: 0.167, y: 0.167 },
2051
+ t: 17,
2052
+ s: [558.268, 1169, 0],
2053
+ to: [0, 0, 0],
2054
+ ti: [0, 0, 0],
2055
+ },
2056
+ {
2057
+ i: { x: 0.833, y: 0.833 },
2058
+ o: { x: 0.167, y: 0.167 },
2059
+ t: 18,
2060
+ s: [559.601, 1221.003, 0],
2061
+ to: [0, 0, 0],
2062
+ ti: [0, 0, 0],
2063
+ },
2064
+ {
2065
+ i: { x: 0.833, y: 0.833 },
2066
+ o: { x: 0.167, y: 0.167 },
2067
+ t: 19,
2068
+ s: [560.935, 1235.002, 0],
2069
+ to: [0, 0, 0],
2070
+ ti: [0, 0, 0],
2071
+ },
2072
+ {
2073
+ i: { x: 0.833, y: 0.833 },
2074
+ o: { x: 0.167, y: 0.167 },
2075
+ t: 20,
2076
+ s: [562.268, 1265, 0],
2077
+ to: [0, 0, 0],
2078
+ ti: [0, 0, 0],
2079
+ },
2080
+ {
2081
+ i: { x: 0.833, y: 0.833 },
2082
+ o: { x: 0.167, y: 0.167 },
2083
+ t: 21,
2084
+ s: [562.268, 1281, 0],
2085
+ to: [0, 0, 0],
2086
+ ti: [-0.015, 0.125, 0],
2087
+ },
2088
+ {
2089
+ i: { x: 0.833, y: 0.833 },
2090
+ o: { x: 0.167, y: 0.167 },
2091
+ t: 39,
2092
+ s: [563.86, 1281, 0],
2093
+ to: [-5.401, 0, 0],
2094
+ ti: [-2.404, 0, 0],
2095
+ },
2096
+ {
2097
+ i: { x: 0.667, y: 1 },
2098
+ o: { x: 0.333, y: 0 },
2099
+ t: 41,
2100
+ s: [490.268, 1281, 0],
2101
+ to: [33.161, 0, 0],
2102
+ ti: [0, 0, 0],
2103
+ },
2104
+ {
2105
+ i: { x: 0.667, y: 1 },
2106
+ o: { x: 0.333, y: 0 },
2107
+ t: 47,
2108
+ s: [1401.125, 1281, 0],
2109
+ to: [0, 0, 0],
2110
+ ti: [0, 0, 0],
2111
+ },
2112
+ { t: 52, s: [1281.125, 1281, 0] },
2113
+ ],
2114
+ ix: 2,
2115
+ l: 2,
2116
+ },
2117
+ a: { a: 0, k: [426.41, 548.828, 0], ix: 1, l: 2 },
2118
+ s: { a: 0, k: [1104, 1104, 100], ix: 6, l: 2 },
2119
+ },
2120
+ ao: 0,
2121
+ shapes: [
2122
+ {
2123
+ ty: 'gr',
2124
+ it: [
2125
+ {
2126
+ ind: 0,
2127
+ ty: 'sh',
2128
+ ix: 1,
2129
+ ks: {
2130
+ a: 0,
2131
+ k: {
2132
+ i: [
2133
+ [0, 0],
2134
+ [4.479, 4.479],
2135
+ [0, 0],
2136
+ [4.479, -4.48],
2137
+ [0, 0],
2138
+ [-4.479, -4.479],
2139
+ [0, 0],
2140
+ [-4.479, 4.48],
2141
+ ],
2142
+ o: [
2143
+ [4.479, -4.479],
2144
+ [0, 0],
2145
+ [-4.479, -4.48],
2146
+ [0, 0],
2147
+ [-4.479, 4.479],
2148
+ [0, 0],
2149
+ [4.479, 4.48],
2150
+ [0, 0],
2151
+ ],
2152
+ v: [
2153
+ [130.113, 8.111],
2154
+ [130.113, -8.11],
2155
+ [8.11, -130.112],
2156
+ [-8.11, -130.112],
2157
+ [-130.113, -8.11],
2158
+ [-130.113, 8.111],
2159
+ [-8.11, 130.113],
2160
+ [8.11, 130.113],
2161
+ ],
2162
+ c: true,
2163
+ },
2164
+ ix: 2,
2165
+ },
2166
+ nm: 'Path 1',
2167
+ mn: 'ADBE Vector Shape - Group',
2168
+ hd: false,
2169
+ },
2170
+ {
2171
+ ty: 'fl',
2172
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
2173
+ o: { a: 0, k: 100, ix: 5 },
2174
+ r: 1,
2175
+ bm: 0,
2176
+ nm: 'Fill 1',
2177
+ mn: 'ADBE Vector Graphic - Fill',
2178
+ hd: false,
2179
+ },
2180
+ {
2181
+ ty: 'tr',
2182
+ p: { a: 0, k: [426.41, 548.828], ix: 2 },
2183
+ a: { a: 0, k: [0, 0], ix: 1 },
2184
+ s: { a: 0, k: [100, 100], ix: 3 },
2185
+ r: { a: 0, k: 0, ix: 6 },
2186
+ o: { a: 0, k: 100, ix: 7 },
2187
+ sk: { a: 0, k: 0, ix: 4 },
2188
+ sa: { a: 0, k: 0, ix: 5 },
2189
+ nm: 'Transform',
2190
+ },
2191
+ ],
2192
+ nm: 'Group 1',
2193
+ np: 2,
2194
+ cix: 2,
2195
+ bm: 0,
2196
+ ix: 1,
2197
+ mn: 'ADBE Vector Group',
2198
+ hd: false,
2199
+ },
2200
+ ],
2201
+ ip: 12,
2202
+ op: 88,
2203
+ st: -60,
2204
+ ct: 1,
2205
+ bm: 0,
2206
+ },
2207
+ {
2208
+ ddd: 0,
2209
+ ind: 16,
2210
+ ty: 4,
2211
+ nm: 'Shape Layer 7',
2212
+ tt: 1,
2213
+ sr: 1,
2214
+ ks: {
2215
+ o: { a: 0, k: 100, ix: 11 },
2216
+ r: { a: 0, k: 0, ix: 10 },
2217
+ p: {
2218
+ a: 1,
2219
+ k: [
2220
+ {
2221
+ i: { x: 0.667, y: 1 },
2222
+ o: { x: 0.333, y: 0 },
2223
+ t: 12,
2224
+ s: [920, 1280, 0],
2225
+ to: [0, -120, 0],
2226
+ ti: [0, 120, 0],
2227
+ },
2228
+ {
2229
+ i: { x: 0.833, y: 0.833 },
2230
+ o: { x: 0.167, y: 0.167 },
2231
+ t: 16,
2232
+ s: [920, 560, 0],
2233
+ to: [0, 0, 0],
2234
+ ti: [0, 0, 0],
2235
+ },
2236
+ {
2237
+ i: { x: 0.667, y: 0.717 },
2238
+ o: { x: 0.333, y: 0 },
2239
+ t: 41,
2240
+ s: [920, 560, 0],
2241
+ to: [38.496, 0, 0],
2242
+ ti: [0, 0, 0],
2243
+ },
2244
+ {
2245
+ i: { x: 0.667, y: 1 },
2246
+ o: { x: 0.333, y: 0.206 },
2247
+ t: 42.75,
2248
+ s: [1122.862, 560, 0],
2249
+ to: [0, 0, 0],
2250
+ ti: [-81.504, 0, 0],
2251
+ },
2252
+ {
2253
+ i: { x: 0.833, y: 0.833 },
2254
+ o: { x: 0.167, y: 0.167 },
2255
+ t: 46,
2256
+ s: [1640, 560, 0],
2257
+ to: [0, 0, 0],
2258
+ ti: [0, 0, 0],
2259
+ },
2260
+ {
2261
+ i: { x: 0.833, y: 0.833 },
2262
+ o: { x: 0.167, y: 0.167 },
2263
+ t: 65,
2264
+ s: [1640, 560, 0],
2265
+ to: [120, -60, 0],
2266
+ ti: [-120, 60, 0],
2267
+ },
2268
+ { t: 66, s: [2360, 200, 0] },
2269
+ ],
2270
+ ix: 2,
2271
+ l: 2,
2272
+ },
2273
+ a: {
2274
+ a: 1,
2275
+ k: [
2276
+ {
2277
+ i: { x: 0.833, y: 0.833 },
2278
+ o: { x: 0.167, y: 0.167 },
2279
+ t: 65,
2280
+ s: [-927.395, -327.395, 0],
2281
+ to: [180, -90, 0],
2282
+ ti: [-180, 90, 0],
2283
+ },
2284
+ { t: 66, s: [152.605, -867.395, 0] },
2285
+ ],
2286
+ ix: 1,
2287
+ l: 2,
2288
+ },
2289
+ s: {
2290
+ a: 1,
2291
+ k: [
2292
+ {
2293
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
2294
+ o: { x: [0.167, 0.167, 0.167], y: [0, 0.167, 0] },
2295
+ t: 12,
2296
+ s: [66.66, 66.6, 100],
2297
+ },
2298
+ {
2299
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
2300
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
2301
+ t: 16,
2302
+ s: [66.66, 90, 100],
2303
+ },
2304
+ {
2305
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
2306
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
2307
+ t: 21,
2308
+ s: [66.66, 66.8, 100],
2309
+ },
2310
+ {
2311
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
2312
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
2313
+ t: 39,
2314
+ s: [66.66, 66.8, 100],
2315
+ },
2316
+ {
2317
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
2318
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
2319
+ t: 41,
2320
+ s: [60, 66.8, 100],
2321
+ },
2322
+ {
2323
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
2324
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
2325
+ t: 47,
2326
+ s: [78, 66.8, 100],
2327
+ },
2328
+ {
2329
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
2330
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
2331
+ t: 52,
2332
+ s: [66.6, 66.8, 100],
2333
+ },
2334
+ {
2335
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
2336
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
2337
+ t: 65,
2338
+ s: [66.6, 66.8, 100],
2339
+ },
2340
+ {
2341
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
2342
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
2343
+ t: 66,
2344
+ s: [65.4, 66.6, 100],
2345
+ },
2346
+ {
2347
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
2348
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
2349
+ t: 69,
2350
+ s: [55.2, 61.2, 100],
2351
+ },
2352
+ { t: 70, s: [54, 59.4, 100] },
2353
+ ],
2354
+ ix: 6,
2355
+ l: 2,
2356
+ },
2357
+ },
2358
+ ao: 0,
2359
+ shapes: [
2360
+ {
2361
+ ty: 'gr',
2362
+ it: [
2363
+ {
2364
+ ty: 'rc',
2365
+ d: 1,
2366
+ s: { a: 0, k: [1080, 1080], ix: 2 },
2367
+ p: { a: 0, k: [0, 0], ix: 3 },
2368
+ r: { a: 0, k: 0, ix: 4 },
2369
+ nm: 'Rectangle Path 1',
2370
+ mn: 'ADBE Vector Shape - Rect',
2371
+ hd: false,
2372
+ },
2373
+ {
2374
+ ty: 'fl',
2375
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
2376
+ o: { a: 0, k: 100, ix: 5 },
2377
+ r: 1,
2378
+ bm: 0,
2379
+ nm: 'Fill 1',
2380
+ mn: 'ADBE Vector Graphic - Fill',
2381
+ hd: false,
2382
+ },
2383
+ {
2384
+ ty: 'tr',
2385
+ p: { a: 0, k: [-387.395, -327.395], ix: 2 },
2386
+ a: { a: 0, k: [0, 0], ix: 1 },
2387
+ s: { a: 0, k: [100, 100], ix: 3 },
2388
+ r: { a: 0, k: 0, ix: 6 },
2389
+ o: { a: 0, k: 100, ix: 7 },
2390
+ sk: { a: 0, k: 0, ix: 4 },
2391
+ sa: { a: 0, k: 0, ix: 5 },
2392
+ nm: 'Transform',
2393
+ },
2394
+ ],
2395
+ nm: 'Rectangle 1',
2396
+ np: 3,
2397
+ cix: 2,
2398
+ bm: 0,
2399
+ ix: 1,
2400
+ mn: 'ADBE Vector Group',
2401
+ hd: false,
2402
+ },
2403
+ ],
2404
+ ip: 12,
2405
+ op: 88,
2406
+ st: 0,
2407
+ ct: 1,
2408
+ bm: 0,
2409
+ },
2410
+ {
2411
+ ddd: 0,
2412
+ ind: 17,
2413
+ ty: 4,
2414
+ nm: 'shape 4',
2415
+ sr: 1,
2416
+ ks: {
2417
+ o: { a: 0, k: 100, ix: 11 },
2418
+ r: { a: 0, k: 0, ix: 10 },
2419
+ p: {
2420
+ a: 1,
2421
+ k: [
2422
+ {
2423
+ i: { x: 0.833, y: 0.833 },
2424
+ o: { x: 0.167, y: 0.167 },
2425
+ t: 42,
2426
+ s: [1120, 560, 0],
2427
+ to: [26.667, 0, 0],
2428
+ ti: [-26.667, 0, 0],
2429
+ },
2430
+ { t: 45, s: [1280, 560, 0] },
2431
+ ],
2432
+ ix: 2,
2433
+ l: 2,
2434
+ },
2435
+ a: { a: 0, k: [-251.483, 64.517, 0], ix: 1, l: 2 },
2436
+ s: { a: 0, k: [66.66, 66.66, 100], ix: 6, l: 2 },
2437
+ },
2438
+ ao: 0,
2439
+ shapes: [
2440
+ {
2441
+ ty: 'gr',
2442
+ it: [
2443
+ {
2444
+ ty: 'rc',
2445
+ d: 1,
2446
+ s: { a: 0, k: [1080, 1080], ix: 2 },
2447
+ p: { a: 0, k: [0, 0], ix: 3 },
2448
+ r: { a: 0, k: 0, ix: 4 },
2449
+ nm: 'Rectangle Path 1',
2450
+ mn: 'ADBE Vector Shape - Rect',
2451
+ hd: false,
2452
+ },
2453
+ {
2454
+ ty: 'fl',
2455
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
2456
+ o: { a: 0, k: 100, ix: 5 },
2457
+ r: 1,
2458
+ bm: 0,
2459
+ nm: 'Fill 1',
2460
+ mn: 'ADBE Vector Graphic - Fill',
2461
+ hd: false,
2462
+ },
2463
+ {
2464
+ ty: 'tr',
2465
+ p: { a: 0, k: [-251.483, 64.517], ix: 2 },
2466
+ a: { a: 0, k: [0, 0], ix: 1 },
2467
+ s: { a: 0, k: [100, 100], ix: 3 },
2468
+ r: { a: 0, k: 0, ix: 6 },
2469
+ o: { a: 0, k: 100, ix: 7 },
2470
+ sk: { a: 0, k: 0, ix: 4 },
2471
+ sa: { a: 0, k: 0, ix: 5 },
2472
+ nm: 'Transform',
2473
+ },
2474
+ ],
2475
+ nm: 'Rectangle 1',
2476
+ np: 3,
2477
+ cix: 2,
2478
+ bm: 0,
2479
+ ix: 1,
2480
+ mn: 'ADBE Vector Group',
2481
+ hd: false,
2482
+ },
2483
+ ],
2484
+ ip: 42,
2485
+ op: 66,
2486
+ st: 0,
2487
+ ct: 1,
2488
+ bm: 0,
2489
+ },
2490
+ {
2491
+ ddd: 0,
2492
+ ind: 18,
2493
+ ty: 4,
2494
+ nm: 'shape 3',
2495
+ sr: 1,
2496
+ ks: {
2497
+ o: {
2498
+ a: 1,
2499
+ k: [
2500
+ {
2501
+ i: { x: [0.833], y: [0.833] },
2502
+ o: { x: [0.167], y: [0.167] },
2503
+ t: 11,
2504
+ s: [0],
2505
+ },
2506
+ { t: 13, s: [100] },
2507
+ ],
2508
+ ix: 11,
2509
+ },
2510
+ r: { a: 0, k: 0, ix: 10 },
2511
+ p: { a: 0, k: [1280, 1280, 0], ix: 2, l: 2 },
2512
+ a: { a: 0, k: [-251.483, 64.517, 0], ix: 1, l: 2 },
2513
+ s: {
2514
+ a: 1,
2515
+ k: [
2516
+ {
2517
+ i: { x: [0, 0, 0.667], y: [1, 1, 1] },
2518
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
2519
+ t: 11,
2520
+ s: [40, 40, 100],
2521
+ },
2522
+ { t: 13, s: [66.66, 66.66, 100] },
2523
+ ],
2524
+ ix: 6,
2525
+ l: 2,
2526
+ },
2527
+ },
2528
+ ao: 0,
2529
+ shapes: [
2530
+ {
2531
+ ty: 'gr',
2532
+ it: [
2533
+ {
2534
+ ty: 'rc',
2535
+ d: 1,
2536
+ s: { a: 0, k: [1080, 1080], ix: 2 },
2537
+ p: { a: 0, k: [0, 0], ix: 3 },
2538
+ r: { a: 0, k: 0, ix: 4 },
2539
+ nm: 'Rectangle Path 1',
2540
+ mn: 'ADBE Vector Shape - Rect',
2541
+ hd: false,
2542
+ },
2543
+ {
2544
+ ty: 'fl',
2545
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
2546
+ o: { a: 0, k: 100, ix: 5 },
2547
+ r: 1,
2548
+ bm: 0,
2549
+ nm: 'Fill 1',
2550
+ mn: 'ADBE Vector Graphic - Fill',
2551
+ hd: false,
2552
+ },
2553
+ {
2554
+ ty: 'tr',
2555
+ p: { a: 0, k: [-251.483, 64.517], ix: 2 },
2556
+ a: { a: 0, k: [0, 0], ix: 1 },
2557
+ s: { a: 0, k: [100, 100], ix: 3 },
2558
+ r: { a: 0, k: 0, ix: 6 },
2559
+ o: { a: 0, k: 100, ix: 7 },
2560
+ sk: { a: 0, k: 0, ix: 4 },
2561
+ sa: { a: 0, k: 0, ix: 5 },
2562
+ nm: 'Transform',
2563
+ },
2564
+ ],
2565
+ nm: 'Rectangle 1',
2566
+ np: 3,
2567
+ cix: 2,
2568
+ bm: 0,
2569
+ ix: 1,
2570
+ mn: 'ADBE Vector Group',
2571
+ hd: false,
2572
+ },
2573
+ ],
2574
+ ip: 0,
2575
+ op: 46,
2576
+ st: 0,
2577
+ ct: 1,
2578
+ bm: 0,
2579
+ },
2580
+ ],
2581
+ },
2582
+ ],
2583
+ layers: [
2584
+ {
2585
+ ddd: 0,
2586
+ ind: 1,
2587
+ ty: 0,
2588
+ nm: 'Shapes_Logo',
2589
+ refId: 'comp_0',
2590
+ sr: 0.63,
2591
+ ks: {
2592
+ o: { a: 0, k: 100, ix: 11 },
2593
+ r: {
2594
+ a: 1,
2595
+ k: [
2596
+ {
2597
+ i: { x: [0.667], y: [1] },
2598
+ o: { x: [0.333], y: [0] },
2599
+ t: 0,
2600
+ s: [-405],
2601
+ },
2602
+ {
2603
+ i: { x: [0.667], y: [1] },
2604
+ o: { x: [0.333], y: [0] },
2605
+ t: 7.754,
2606
+ s: [-311],
2607
+ },
2608
+ {
2609
+ i: { x: [0.833], y: [0.833] },
2610
+ o: { x: [0.167], y: [0.167] },
2611
+ t: 11.631,
2612
+ s: [-315],
2613
+ },
2614
+ {
2615
+ i: { x: [0.833], y: [0.833] },
2616
+ o: { x: [0.167], y: [0.167] },
2617
+ t: 12.6,
2618
+ s: [-315],
2619
+ },
2620
+ {
2621
+ i: { x: [0.667], y: [1] },
2622
+ o: { x: [0.333], y: [0] },
2623
+ t: 15.508,
2624
+ s: [-315],
2625
+ },
2626
+ {
2627
+ i: { x: [0.667], y: [1] },
2628
+ o: { x: [0.333], y: [0] },
2629
+ t: 23.262,
2630
+ s: [-221],
2631
+ },
2632
+ {
2633
+ i: { x: [0.833], y: [0.833] },
2634
+ o: { x: [0.167], y: [0.167] },
2635
+ t: 27.138,
2636
+ s: [-225],
2637
+ },
2638
+ {
2639
+ i: { x: [0.833], y: [0.833] },
2640
+ o: { x: [0.167], y: [0.167] },
2641
+ t: 28.108,
2642
+ s: [-225],
2643
+ },
2644
+ {
2645
+ i: { x: [0.667], y: [1] },
2646
+ o: { x: [0.333], y: [0] },
2647
+ t: 31.015,
2648
+ s: [-225],
2649
+ },
2650
+ {
2651
+ i: { x: [0.667], y: [1] },
2652
+ o: { x: [0.333], y: [0] },
2653
+ t: 37.8,
2654
+ s: [-131],
2655
+ },
2656
+ { t: 41.6767810997596, s: [-135] },
2657
+ ],
2658
+ ix: 10,
2659
+ },
2660
+ p: { a: 0, k: [278, 278, 0], ix: 2, l: 2 },
2661
+ a: { a: 0, k: [1280, 1280, 0], ix: 1, l: 2 },
2662
+ s: { a: 0, k: [16.6, 16.6, 100], ix: 6, l: 2 },
2663
+ },
2664
+ ao: 0,
2665
+ w: 2560,
2666
+ h: 2560,
2667
+ ip: 0,
2668
+ op: 49,
2669
+ st: -6.78461538461538,
2670
+ bm: 0,
2671
+ },
2672
+ {
2673
+ ddd: 0,
2674
+ ind: 2,
2675
+ ty: 4,
2676
+ nm: 'Logo Outlines',
2677
+ sr: 1,
2678
+ ks: {
2679
+ o: { a: 0, k: 100, ix: 11 },
2680
+ r: { a: 0, k: 0, ix: 10 },
2681
+ p: { a: 0, k: [1254, 263, 0], ix: 2, l: 2 },
2682
+ a: { a: 0, k: [960, 540, 0], ix: 1, l: 2 },
2683
+ s: { a: 0, k: [183.016, 183.016, 100], ix: 6, l: 2 },
2684
+ },
2685
+ ao: 0,
2686
+ shapes: [
2687
+ {
2688
+ ty: 'gr',
2689
+ it: [
2690
+ {
2691
+ ind: 0,
2692
+ ty: 'sh',
2693
+ ix: 1,
2694
+ ks: {
2695
+ a: 0,
2696
+ k: {
2697
+ i: [
2698
+ [0, 0],
2699
+ [-17.746, 0],
2700
+ [-4.073, -17.456],
2701
+ ],
2702
+ o: [
2703
+ [4.074, -18.62],
2704
+ [17.747, 0],
2705
+ [0, 0],
2706
+ ],
2707
+ v: [
2708
+ [-33.167, -15.856],
2709
+ [1.163, -44.076],
2710
+ [34.621, -15.856],
2711
+ ],
2712
+ c: true,
2713
+ },
2714
+ ix: 2,
2715
+ },
2716
+ nm: 'Path 1',
2717
+ mn: 'ADBE Vector Shape - Group',
2718
+ hd: false,
2719
+ },
2720
+ {
2721
+ ind: 1,
2722
+ ty: 'sh',
2723
+ ix: 2,
2724
+ ks: {
2725
+ a: 0,
2726
+ k: {
2727
+ i: [
2728
+ [0, 7.565],
2729
+ [50.041, 0],
2730
+ [0, -44.221],
2731
+ [-50.622, 0],
2732
+ [-11.827, 14.676],
2733
+ [0, 0],
2734
+ [17.164, 0],
2735
+ [4.947, 17.165],
2736
+ [0, 0],
2737
+ ],
2738
+ o: [
2739
+ [0, -37.821],
2740
+ [-44.221, 0],
2741
+ [0, 45.677],
2742
+ [33.41, 0],
2743
+ [0, 0],
2744
+ [-8.723, 10.796],
2745
+ [-18.329, 0],
2746
+ [0, 0],
2747
+ [0.582, -4.073],
2748
+ ],
2749
+ v: [
2750
+ [79.715, -3.055],
2751
+ [-0.001, -80.443],
2752
+ [-79.715, 0.145],
2753
+ [2.909, 80.443],
2754
+ [67.875, 52.892],
2755
+ [39.939, 24.894],
2756
+ [4.364, 40.876],
2757
+ [-32.585, 14.401],
2758
+ [78.551, 14.401],
2759
+ ],
2760
+ c: true,
2761
+ },
2762
+ ix: 2,
2763
+ },
2764
+ nm: 'Path 2',
2765
+ mn: 'ADBE Vector Shape - Group',
2766
+ hd: false,
2767
+ },
2768
+ {
2769
+ ty: 'mm',
2770
+ mm: 1,
2771
+ nm: 'Merge Paths 1',
2772
+ mn: 'ADBE Vector Filter - Merge',
2773
+ hd: false,
2774
+ },
2775
+ {
2776
+ ty: 'fl',
2777
+ c: { a: 0, k: [0.082352941176, 0.121568634931, 0.427451010311, 1], ix: 4 },
2778
+ o: { a: 0, k: 100, ix: 5 },
2779
+ r: 1,
2780
+ bm: 0,
2781
+ nm: 'Fill 1',
2782
+ mn: 'ADBE Vector Graphic - Fill',
2783
+ hd: false,
2784
+ },
2785
+ {
2786
+ ty: 'tr',
2787
+ p: { a: 0, k: [1547.347, 566.966], ix: 2 },
2788
+ a: { a: 0, k: [0, 0], ix: 1 },
2789
+ s: { a: 0, k: [100, 100], ix: 3 },
2790
+ r: { a: 0, k: 0, ix: 6 },
2791
+ o: { a: 0, k: 100, ix: 7 },
2792
+ sk: { a: 0, k: 0, ix: 4 },
2793
+ sa: { a: 0, k: 0, ix: 5 },
2794
+ nm: 'Transform',
2795
+ },
2796
+ ],
2797
+ nm: 'Group 2',
2798
+ np: 4,
2799
+ cix: 2,
2800
+ bm: 0,
2801
+ ix: 2,
2802
+ mn: 'ADBE Vector Group',
2803
+ hd: false,
2804
+ },
2805
+ {
2806
+ ty: 'gr',
2807
+ it: [
2808
+ {
2809
+ ind: 0,
2810
+ ty: 'sh',
2811
+ ix: 1,
2812
+ ks: {
2813
+ a: 0,
2814
+ k: {
2815
+ i: [
2816
+ [0, 21.819],
2817
+ [-9.892, 0],
2818
+ [-3.491, -9.6],
2819
+ [0, 0],
2820
+ [31.421, 0],
2821
+ [0, -29.675],
2822
+ [0, -24.148],
2823
+ [11.055, 0],
2824
+ [4.073, 12.801],
2825
+ [0, 0],
2826
+ [-34.621, 0],
2827
+ [0, 31.712],
2828
+ ],
2829
+ o: [
2830
+ [0, -6.4],
2831
+ [10.182, 0],
2832
+ [0, 0],
2833
+ [-6.11, -21.529],
2834
+ [-38.694, 0],
2835
+ [0, 52.659],
2836
+ [0, 6.983],
2837
+ [-15.71, 0],
2838
+ [0, 0],
2839
+ [9.018, 26.766],
2840
+ [40.44, 0],
2841
+ [0, -56.441],
2842
+ ],
2843
+ v: [
2844
+ [-12.801, -34.911],
2845
+ [2.036, -45.094],
2846
+ [22.983, -30.549],
2847
+ [63.132, -46.258],
2848
+ [2.909, -80.297],
2849
+ [-60.223, -32.584],
2850
+ [19.783, 32.584],
2851
+ [2.909, 43.931],
2852
+ [-27.057, 23.857],
2853
+ [-67.205, 39.276],
2854
+ [1.163, 80.297],
2855
+ [67.205, 29.385],
2856
+ ],
2857
+ c: true,
2858
+ },
2859
+ ix: 2,
2860
+ },
2861
+ nm: 'Path 1',
2862
+ mn: 'ADBE Vector Shape - Group',
2863
+ hd: false,
2864
+ },
2865
+ {
2866
+ ty: 'fl',
2867
+ c: { a: 0, k: [0.082352941176, 0.121568634931, 0.427451010311, 1], ix: 4 },
2868
+ o: { a: 0, k: 100, ix: 5 },
2869
+ r: 1,
2870
+ bm: 0,
2871
+ nm: 'Fill 1',
2872
+ mn: 'ADBE Vector Graphic - Fill',
2873
+ hd: false,
2874
+ },
2875
+ {
2876
+ ty: 'tr',
2877
+ p: { a: 0, k: [1387.048, 567.112], ix: 2 },
2878
+ a: { a: 0, k: [0, 0], ix: 1 },
2879
+ s: { a: 0, k: [100, 100], ix: 3 },
2880
+ r: { a: 0, k: 0, ix: 6 },
2881
+ o: { a: 0, k: 100, ix: 7 },
2882
+ sk: { a: 0, k: 0, ix: 4 },
2883
+ sa: { a: 0, k: 0, ix: 5 },
2884
+ nm: 'Transform',
2885
+ },
2886
+ ],
2887
+ nm: 'Group 3',
2888
+ np: 2,
2889
+ cix: 2,
2890
+ bm: 0,
2891
+ ix: 3,
2892
+ mn: 'ADBE Vector Group',
2893
+ hd: false,
2894
+ },
2895
+ {
2896
+ ty: 'gr',
2897
+ it: [
2898
+ {
2899
+ ind: 0,
2900
+ ty: 'sh',
2901
+ ix: 1,
2902
+ ks: {
2903
+ a: 0,
2904
+ k: {
2905
+ i: [
2906
+ [0, 0],
2907
+ [0, 0],
2908
+ [0, 0],
2909
+ [0, 0],
2910
+ ],
2911
+ o: [
2912
+ [0, 0],
2913
+ [0, 0],
2914
+ [0, 0],
2915
+ [0, 0],
2916
+ ],
2917
+ v: [
2918
+ [-24.293, 76.66],
2919
+ [24.293, 76.66],
2920
+ [24.293, -76.661],
2921
+ [-24.293, -76.661],
2922
+ ],
2923
+ c: true,
2924
+ },
2925
+ ix: 2,
2926
+ },
2927
+ nm: 'Path 1',
2928
+ mn: 'ADBE Vector Shape - Group',
2929
+ hd: false,
2930
+ },
2931
+ {
2932
+ ty: 'fl',
2933
+ c: { a: 0, k: [0.082352941176, 0.121568634931, 0.427451010311, 1], ix: 4 },
2934
+ o: { a: 0, k: 100, ix: 5 },
2935
+ r: 1,
2936
+ bm: 0,
2937
+ nm: 'Fill 1',
2938
+ mn: 'ADBE Vector Graphic - Fill',
2939
+ hd: false,
2940
+ },
2941
+ {
2942
+ ty: 'tr',
2943
+ p: { a: 0, k: [1275.769, 566.967], ix: 2 },
2944
+ a: { a: 0, k: [0, 0], ix: 1 },
2945
+ s: { a: 0, k: [100, 100], ix: 3 },
2946
+ r: { a: 0, k: 0, ix: 6 },
2947
+ o: { a: 0, k: 100, ix: 7 },
2948
+ sk: { a: 0, k: 0, ix: 4 },
2949
+ sa: { a: 0, k: 0, ix: 5 },
2950
+ nm: 'Transform',
2951
+ },
2952
+ ],
2953
+ nm: 'Group 4',
2954
+ np: 2,
2955
+ cix: 2,
2956
+ bm: 0,
2957
+ ix: 4,
2958
+ mn: 'ADBE Vector Group',
2959
+ hd: false,
2960
+ },
2961
+ {
2962
+ ty: 'gr',
2963
+ it: [
2964
+ {
2965
+ ind: 0,
2966
+ ty: 'sh',
2967
+ ix: 1,
2968
+ ks: {
2969
+ a: 0,
2970
+ k: {
2971
+ i: [
2972
+ [17.165, 0],
2973
+ [0, -17.456],
2974
+ [-17.165, 0],
2975
+ [0, 17.456],
2976
+ ],
2977
+ o: [
2978
+ [-17.165, 0],
2979
+ [0, 17.456],
2980
+ [17.165, 0],
2981
+ [0, -17.456],
2982
+ ],
2983
+ v: [
2984
+ [0.67, -29.82],
2985
+ [-31.218, 0.146],
2986
+ [0.67, 29.82],
2987
+ [31.218, 0.146],
2988
+ ],
2989
+ c: true,
2990
+ },
2991
+ ix: 2,
2992
+ },
2993
+ nm: 'Path 1',
2994
+ mn: 'ADBE Vector Shape - Group',
2995
+ hd: false,
2996
+ },
2997
+ {
2998
+ ty: 'fl',
2999
+ c: { a: 0, k: [0.082352941176, 0.121568634931, 0.427451010311, 1], ix: 4 },
3000
+ o: { a: 0, k: 100, ix: 5 },
3001
+ r: 1,
3002
+ bm: 0,
3003
+ nm: 'Fill 1',
3004
+ mn: 'ADBE Vector Graphic - Fill',
3005
+ hd: false,
3006
+ },
3007
+ {
3008
+ ty: 'tr',
3009
+ p: { a: 0, k: [1275.245, 439.829], ix: 2 },
3010
+ a: { a: 0, k: [0, 0], ix: 1 },
3011
+ s: { a: 0, k: [100, 100], ix: 3 },
3012
+ r: { a: 0, k: 0, ix: 6 },
3013
+ o: { a: 0, k: 100, ix: 7 },
3014
+ sk: { a: 0, k: 0, ix: 4 },
3015
+ sa: { a: 0, k: 0, ix: 5 },
3016
+ nm: 'Transform',
3017
+ },
3018
+ ],
3019
+ nm: 'Group 5',
3020
+ np: 2,
3021
+ cix: 2,
3022
+ bm: 0,
3023
+ ix: 5,
3024
+ mn: 'ADBE Vector Group',
3025
+ hd: false,
3026
+ },
3027
+ {
3028
+ ty: 'gr',
3029
+ it: [
3030
+ {
3031
+ ind: 0,
3032
+ ty: 'sh',
3033
+ ix: 1,
3034
+ ks: {
3035
+ a: 0,
3036
+ k: {
3037
+ i: [
3038
+ [20.948, 0],
3039
+ [0, 21.529],
3040
+ [-21.238, 0],
3041
+ [0, -21.819],
3042
+ ],
3043
+ o: [
3044
+ [-21.238, 0],
3045
+ [0, -22.111],
3046
+ [21.239, 0],
3047
+ [0, 22.111],
3048
+ ],
3049
+ v: [
3050
+ [0.145, 37.239],
3051
+ [-35.057, 0],
3052
+ [0.145, -37.24],
3053
+ [35.057, -0.292],
3054
+ ],
3055
+ c: true,
3056
+ },
3057
+ ix: 2,
3058
+ },
3059
+ nm: 'Path 1',
3060
+ mn: 'ADBE Vector Shape - Group',
3061
+ hd: false,
3062
+ },
3063
+ {
3064
+ ind: 1,
3065
+ ty: 'sh',
3066
+ ix: 2,
3067
+ ks: {
3068
+ a: 0,
3069
+ k: {
3070
+ i: [
3071
+ [49.167, 0],
3072
+ [0, -45.968],
3073
+ [-48.877, 0],
3074
+ [0, 45.676],
3075
+ ],
3076
+ o: [
3077
+ [-48.877, 0],
3078
+ [0, 45.676],
3079
+ [49.167, 0],
3080
+ [0, -45.968],
3081
+ ],
3082
+ v: [
3083
+ [-0.145, -80.297],
3084
+ [-83.934, 0],
3085
+ [-0.145, 80.297],
3086
+ [83.934, 0],
3087
+ ],
3088
+ c: true,
3089
+ },
3090
+ ix: 2,
3091
+ },
3092
+ nm: 'Path 2',
3093
+ mn: 'ADBE Vector Shape - Group',
3094
+ hd: false,
3095
+ },
3096
+ {
3097
+ ty: 'mm',
3098
+ mm: 1,
3099
+ nm: 'Merge Paths 1',
3100
+ mn: 'ADBE Vector Filter - Merge',
3101
+ hd: false,
3102
+ },
3103
+ {
3104
+ ty: 'fl',
3105
+ c: { a: 0, k: [0.082352941176, 0.121568634931, 0.427451010311, 1], ix: 4 },
3106
+ o: { a: 0, k: 100, ix: 5 },
3107
+ r: 1,
3108
+ bm: 0,
3109
+ nm: 'Fill 1',
3110
+ mn: 'ADBE Vector Graphic - Fill',
3111
+ hd: false,
3112
+ },
3113
+ {
3114
+ ty: 'tr',
3115
+ p: { a: 0, k: [1145.886, 567.112], ix: 2 },
3116
+ a: { a: 0, k: [0, 0], ix: 1 },
3117
+ s: { a: 0, k: [100, 100], ix: 3 },
3118
+ r: { a: 0, k: 0, ix: 6 },
3119
+ o: { a: 0, k: 100, ix: 7 },
3120
+ sk: { a: 0, k: 0, ix: 4 },
3121
+ sa: { a: 0, k: 0, ix: 5 },
3122
+ nm: 'Transform',
3123
+ },
3124
+ ],
3125
+ nm: 'Group 6',
3126
+ np: 4,
3127
+ cix: 2,
3128
+ bm: 0,
3129
+ ix: 6,
3130
+ mn: 'ADBE Vector Group',
3131
+ hd: false,
3132
+ },
3133
+ {
3134
+ ty: 'gr',
3135
+ it: [
3136
+ {
3137
+ ind: 0,
3138
+ ty: 'sh',
3139
+ ix: 1,
3140
+ ks: {
3141
+ a: 0,
3142
+ k: {
3143
+ i: [
3144
+ [0, 0],
3145
+ [0, 0],
3146
+ [0, 0],
3147
+ [0, 0],
3148
+ ],
3149
+ o: [
3150
+ [0, 0],
3151
+ [0, 0],
3152
+ [0, 0],
3153
+ [0, 0],
3154
+ ],
3155
+ v: [
3156
+ [-24.293, 106.336],
3157
+ [24.292, 106.336],
3158
+ [24.292, -106.336],
3159
+ [-24.293, -106.336],
3160
+ ],
3161
+ c: true,
3162
+ },
3163
+ ix: 2,
3164
+ },
3165
+ nm: 'Path 1',
3166
+ mn: 'ADBE Vector Shape - Group',
3167
+ hd: false,
3168
+ },
3169
+ {
3170
+ ty: 'fl',
3171
+ c: { a: 0, k: [0.082352941176, 0.121568634931, 0.427451010311, 1], ix: 4 },
3172
+ o: { a: 0, k: 100, ix: 5 },
3173
+ r: 1,
3174
+ bm: 0,
3175
+ nm: 'Fill 1',
3176
+ mn: 'ADBE Vector Graphic - Fill',
3177
+ hd: false,
3178
+ },
3179
+ {
3180
+ ty: 'tr',
3181
+ p: { a: 0, k: [1016.394, 537.292], ix: 2 },
3182
+ a: { a: 0, k: [0, 0], ix: 1 },
3183
+ s: { a: 0, k: [100, 100], ix: 3 },
3184
+ r: { a: 0, k: 0, ix: 6 },
3185
+ o: { a: 0, k: 100, ix: 7 },
3186
+ sk: { a: 0, k: 0, ix: 4 },
3187
+ sa: { a: 0, k: 0, ix: 5 },
3188
+ nm: 'Transform',
3189
+ },
3190
+ ],
3191
+ nm: 'Group 7',
3192
+ np: 2,
3193
+ cix: 2,
3194
+ bm: 0,
3195
+ ix: 7,
3196
+ mn: 'ADBE Vector Group',
3197
+ hd: false,
3198
+ },
3199
+ {
3200
+ ty: 'gr',
3201
+ it: [
3202
+ {
3203
+ ind: 0,
3204
+ ty: 'sh',
3205
+ ix: 1,
3206
+ ks: {
3207
+ a: 0,
3208
+ k: {
3209
+ i: [
3210
+ [21.237, 0],
3211
+ [0, 21.82],
3212
+ [-20.366, 0],
3213
+ [0, -22.402],
3214
+ ],
3215
+ o: [
3216
+ [-20.656, 0],
3217
+ [0, -21.82],
3218
+ [21.237, 0],
3219
+ [0, 22.111],
3220
+ ],
3221
+ v: [
3222
+ [0.728, 36.076],
3223
+ [-34.475, -1.454],
3224
+ [0.728, -39.275],
3225
+ [36.221, -1.454],
3226
+ ],
3227
+ c: true,
3228
+ },
3229
+ ix: 2,
3230
+ },
3231
+ nm: 'Path 1',
3232
+ mn: 'ADBE Vector Shape - Group',
3233
+ hd: false,
3234
+ },
3235
+ {
3236
+ ind: 1,
3237
+ ty: 'sh',
3238
+ ix: 2,
3239
+ ks: {
3240
+ a: 0,
3241
+ k: {
3242
+ i: [
3243
+ [0, 0],
3244
+ [18.91, 0],
3245
+ [0, -45.967],
3246
+ [-44.513, 0],
3247
+ [-10.763, 11.347],
3248
+ [0, 0],
3249
+ [0, 0],
3250
+ [0, 0],
3251
+ [0, 0],
3252
+ ],
3253
+ o: [
3254
+ [-10.763, -10.765],
3255
+ [-44.513, 0],
3256
+ [0, 45.968],
3257
+ [18.91, 0],
3258
+ [0, 0],
3259
+ [0, 0],
3260
+ [0, 0],
3261
+ [0, 0],
3262
+ [0, 0],
3263
+ ],
3264
+ v: [
3265
+ [37.966, -62.258],
3266
+ [-6.254, -78.842],
3267
+ [-82.77, -1.454],
3268
+ [-6.254, 78.843],
3269
+ [37.966, 61.096],
3270
+ [37.966, 75.061],
3271
+ [82.77, 75.061],
3272
+ [82.77, -78.26],
3273
+ [37.966, -78.26],
3274
+ ],
3275
+ c: true,
3276
+ },
3277
+ ix: 2,
3278
+ },
3279
+ nm: 'Path 2',
3280
+ mn: 'ADBE Vector Shape - Group',
3281
+ hd: false,
3282
+ },
3283
+ {
3284
+ ty: 'mm',
3285
+ mm: 1,
3286
+ nm: 'Merge Paths 1',
3287
+ mn: 'ADBE Vector Filter - Merge',
3288
+ hd: false,
3289
+ },
3290
+ {
3291
+ ty: 'fl',
3292
+ c: { a: 0, k: [0.082352941176, 0.121568634931, 0.427451010311, 1], ix: 4 },
3293
+ o: { a: 0, k: 100, ix: 5 },
3294
+ r: 1,
3295
+ bm: 0,
3296
+ nm: 'Fill 1',
3297
+ mn: 'ADBE Vector Graphic - Fill',
3298
+ hd: false,
3299
+ },
3300
+ {
3301
+ ty: 'tr',
3302
+ p: { a: 0, k: [877.29, 568.566], ix: 2 },
3303
+ a: { a: 0, k: [0, 0], ix: 1 },
3304
+ s: { a: 0, k: [100, 100], ix: 3 },
3305
+ r: { a: 0, k: 0, ix: 6 },
3306
+ o: { a: 0, k: 100, ix: 7 },
3307
+ sk: { a: 0, k: 0, ix: 4 },
3308
+ sa: { a: 0, k: 0, ix: 5 },
3309
+ nm: 'Transform',
3310
+ },
3311
+ ],
3312
+ nm: 'Group 8',
3313
+ np: 4,
3314
+ cix: 2,
3315
+ bm: 0,
3316
+ ix: 8,
3317
+ mn: 'ADBE Vector Group',
3318
+ hd: false,
3319
+ },
3320
+ {
3321
+ ty: 'gr',
3322
+ it: [
3323
+ {
3324
+ ind: 0,
3325
+ ty: 'sh',
3326
+ ix: 1,
3327
+ ks: {
3328
+ a: 0,
3329
+ k: {
3330
+ i: [
3331
+ [20.365, 0],
3332
+ [0, 22.111],
3333
+ [-21.529, 0],
3334
+ [0, -21.82],
3335
+ ],
3336
+ o: [
3337
+ [-21.238, 0],
3338
+ [0, -22.402],
3339
+ [20.365, 0],
3340
+ [0, 21.82],
3341
+ ],
3342
+ v: [
3343
+ [-0.582, 65.46],
3344
+ [-36.366, 27.93],
3345
+ [-0.582, -9.891],
3346
+ [34.621, 27.93],
3347
+ ],
3348
+ c: true,
3349
+ },
3350
+ ix: 2,
3351
+ },
3352
+ nm: 'Path 1',
3353
+ mn: 'ADBE Vector Shape - Group',
3354
+ hd: false,
3355
+ },
3356
+ {
3357
+ ind: 1,
3358
+ ty: 'sh',
3359
+ ix: 2,
3360
+ ks: {
3361
+ a: 0,
3362
+ k: {
3363
+ i: [
3364
+ [44.222, 0],
3365
+ [11.055, -9.31],
3366
+ [0, 0],
3367
+ [0, 0],
3368
+ [0, 0],
3369
+ [0, 0],
3370
+ [0, 0],
3371
+ [-18.328, 0],
3372
+ [0, 45.968],
3373
+ ],
3374
+ o: [
3375
+ [-16.583, 0],
3376
+ [0, 0],
3377
+ [0, 0],
3378
+ [0, 0],
3379
+ [0, 0],
3380
+ [0, 0],
3381
+ [11.056, 10.764],
3382
+ [44.513, 0],
3383
+ [0, -45.967],
3384
+ ],
3385
+ v: [
3386
+ [7.564, -52.367],
3387
+ [-34.039, -38.112],
3388
+ [-34.039, -108.227],
3389
+ [-82.624, -108.227],
3390
+ [-82.624, 104.445],
3391
+ [-37.821, 104.445],
3392
+ [-37.821, 91.352],
3393
+ [6.4, 108.227],
3394
+ [82.625, 27.93],
3395
+ ],
3396
+ c: true,
3397
+ },
3398
+ ix: 2,
3399
+ },
3400
+ nm: 'Path 2',
3401
+ mn: 'ADBE Vector Shape - Group',
3402
+ hd: false,
3403
+ },
3404
+ {
3405
+ ty: 'mm',
3406
+ mm: 1,
3407
+ nm: 'Merge Paths 1',
3408
+ mn: 'ADBE Vector Filter - Merge',
3409
+ hd: false,
3410
+ },
3411
+ {
3412
+ ty: 'fl',
3413
+ c: { a: 0, k: [0.082352941176, 0.121568634931, 0.427451010311, 1], ix: 4 },
3414
+ o: { a: 0, k: 100, ix: 5 },
3415
+ r: 1,
3416
+ bm: 0,
3417
+ nm: 'Fill 1',
3418
+ mn: 'ADBE Vector Graphic - Fill',
3419
+ hd: false,
3420
+ },
3421
+ {
3422
+ ty: 'tr',
3423
+ p: { a: 0, k: [695.899, 539.182], ix: 2 },
3424
+ a: { a: 0, k: [0, 0], ix: 1 },
3425
+ s: { a: 0, k: [100, 100], ix: 3 },
3426
+ r: { a: 0, k: 0, ix: 6 },
3427
+ o: { a: 0, k: 100, ix: 7 },
3428
+ sk: { a: 0, k: 0, ix: 4 },
3429
+ sa: { a: 0, k: 0, ix: 5 },
3430
+ nm: 'Transform',
3431
+ },
3432
+ ],
3433
+ nm: 'Group 9',
3434
+ np: 4,
3435
+ cix: 2,
3436
+ bm: 0,
3437
+ ix: 9,
3438
+ mn: 'ADBE Vector Group',
3439
+ hd: false,
3440
+ },
3441
+ ],
3442
+ ip: 0,
3443
+ op: 49,
3444
+ st: -55,
3445
+ ct: 1,
3446
+ bm: 0,
3447
+ },
3448
+ ],
3449
+ markers: [],
3450
+ });
3451
+
3452
+ const animate = (el, color) => {
3453
+ return Lottie.loadAnimation({
3454
+ container: el,
3455
+ renderer: 'svg',
3456
+ loop: false,
3457
+ autoplay: true,
3458
+ animationData: LogoAnimationData(color),
3459
+ });
3460
+ };
3461
+
3462
+ export { animate };