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