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