@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,4535 @@
1
+ 'use strict';
2
+
3
+ const lottie_light_html = require('./lottie_light_html-cbfdf82e.js');
4
+ const _commonjsHelpers = require('./_commonjsHelpers-68cdf74f.js');
5
+
6
+ const SpinnerAnimationData = (color = '#151f6d') => ({
7
+ v: '5.8.1',
8
+ fr: 25,
9
+ ip: 0,
10
+ op: 77,
11
+ w: 1080,
12
+ h: 1080,
13
+ nm: 'loader_v2',
14
+ asdf: color,
15
+ ddd: 0,
16
+ assets: [
17
+ {
18
+ id: 'comp_0',
19
+ nm: 'Shapes_Logo',
20
+ fr: 25,
21
+ layers: [
22
+ {
23
+ ddd: 0,
24
+ ind: 1,
25
+ ty: 0,
26
+ nm: 'shape',
27
+ refId: 'comp_1',
28
+ sr: 1,
29
+ ks: {
30
+ o: { a: 0, k: 100, ix: 11 },
31
+ r: { a: 0, k: 0, ix: 10 },
32
+ p: { a: 0, k: [1284, 1276, 0], ix: 2, l: 2 },
33
+ a: { a: 0, k: [1280, 1280, 0], ix: 1, l: 2 },
34
+ s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 },
35
+ },
36
+ ao: 0,
37
+ w: 2560,
38
+ h: 2560,
39
+ ip: 0,
40
+ op: 246,
41
+ st: 0,
42
+ bm: 0,
43
+ },
44
+ {
45
+ ddd: 0,
46
+ ind: 2,
47
+ ty: 0,
48
+ nm: 'shape',
49
+ refId: 'comp_1',
50
+ sr: 1,
51
+ ks: {
52
+ o: { a: 0, k: 100, ix: 11 },
53
+ r: { a: 0, k: 0, ix: 10 },
54
+ p: { a: 0, k: [1280, 1280, 0], ix: 2, l: 2 },
55
+ a: { a: 0, k: [1280, 1280, 0], ix: 1, l: 2 },
56
+ s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 },
57
+ },
58
+ ao: 0,
59
+ w: 2560,
60
+ h: 2560,
61
+ ip: 0,
62
+ op: 246,
63
+ st: 0,
64
+ bm: 0,
65
+ },
66
+ ],
67
+ },
68
+ {
69
+ id: 'comp_1',
70
+ nm: 'shape',
71
+ fr: 25,
72
+ layers: [
73
+ {
74
+ ddd: 0,
75
+ ind: 1,
76
+ ty: 0,
77
+ nm: 'shape rotate',
78
+ refId: 'comp_2',
79
+ sr: 1,
80
+ ks: {
81
+ o: { a: 0, k: 100, ix: 11 },
82
+ r: { a: 0, k: 0, ix: 10 },
83
+ p: { a: 0, k: [1280, 1280, 0], ix: 2, l: 2 },
84
+ a: { a: 0, k: [1280, 1280, 0], ix: 1, l: 2 },
85
+ s: { a: 0, k: [100, 100, 100], ix: 6, l: 2 },
86
+ },
87
+ ao: 0,
88
+ ef: [
89
+ {
90
+ ty: 21,
91
+ nm: 'Fill',
92
+ np: 9,
93
+ mn: 'ADBE Fill',
94
+ ix: 1,
95
+ en: 1,
96
+ ef: [
97
+ { ty: 10, nm: 'Fill Mask', mn: 'ADBE Fill-0001', ix: 1, v: { a: 0, k: 0, ix: 1 } },
98
+ { ty: 7, nm: 'All Masks', mn: 'ADBE Fill-0007', ix: 2, v: { a: 0, k: 0, ix: 2 } },
99
+ {
100
+ ty: 2,
101
+ nm: 'Color',
102
+ mn: 'ADBE Fill-0002',
103
+ ix: 3,
104
+ v: { a: 0, k: [0.082352943718, 0.121568627656, 0.427450984716, 1], ix: 3 },
105
+ },
106
+ { ty: 7, nm: 'Invert', mn: 'ADBE Fill-0006', ix: 4, v: { a: 0, k: 0, ix: 4 } },
107
+ { ty: 0, nm: 'Horizontal Feather', mn: 'ADBE Fill-0003', ix: 5, v: { a: 0, k: 0, ix: 5 } },
108
+ { ty: 0, nm: 'Vertical Feather', mn: 'ADBE Fill-0004', ix: 6, v: { a: 0, k: 0, ix: 6 } },
109
+ { ty: 0, nm: 'Opacity', mn: 'ADBE Fill-0005', ix: 7, v: { a: 0, k: 1, ix: 7 } },
110
+ ],
111
+ },
112
+ ],
113
+ w: 2560,
114
+ h: 2560,
115
+ ip: 0,
116
+ op: 246,
117
+ st: 0,
118
+ bm: 0,
119
+ },
120
+ ],
121
+ },
122
+ {
123
+ id: 'comp_2',
124
+ nm: 'shape rotate',
125
+ fr: 25,
126
+ layers: [
127
+ {
128
+ ddd: 0,
129
+ ind: 2,
130
+ ty: 3,
131
+ nm: 'Null 8',
132
+ sr: 1,
133
+ ks: {
134
+ o: { a: 0, k: 0, ix: 11 },
135
+ r: { a: 0, k: 0, ix: 10 },
136
+ p: { a: 0, k: [2360, 2000.036, 0], ix: 2, l: 2 },
137
+ a: { a: 0, k: [0, 0, 0], ix: 1, l: 2 },
138
+ s: {
139
+ a: 1,
140
+ k: [
141
+ {
142
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
143
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
144
+ t: 69,
145
+ s: [100, 100, 100],
146
+ },
147
+ { t: 70, s: [81.2, 100, 100] },
148
+ ],
149
+ ix: 6,
150
+ l: 2,
151
+ },
152
+ },
153
+ ao: 0,
154
+ ip: 20,
155
+ op: 246,
156
+ st: 0,
157
+ bm: 0,
158
+ },
159
+ {
160
+ ddd: 0,
161
+ ind: 3,
162
+ ty: 4,
163
+ nm: 'Maske Icon Outlines 8',
164
+ td: 1,
165
+ sr: 1,
166
+ ks: {
167
+ o: { a: 0, k: 100, ix: 11 },
168
+ r: { a: 0, k: 45, ix: 10 },
169
+ p: {
170
+ a: 1,
171
+ k: [
172
+ {
173
+ i: { x: 0.833, y: 0.833 },
174
+ o: { x: 0.167, y: 0.167 },
175
+ t: 21,
176
+ s: [1321.125, 1281, 0],
177
+ to: [-4, 0, 0],
178
+ ti: [6.667, 0, 0],
179
+ },
180
+ {
181
+ i: { x: 0.833, y: 0.833 },
182
+ o: { x: 0.167, y: 0.167 },
183
+ t: 22,
184
+ s: [1297.125, 1281, 0],
185
+ to: [-6.667, 0, 0],
186
+ ti: [2.667, 0, 0],
187
+ },
188
+ { t: 24, s: [1281.125, 1281, 0] },
189
+ ],
190
+ ix: 2,
191
+ l: 2,
192
+ },
193
+ a: { a: 0, k: [426.41, 548.828, 0], ix: 1, l: 2 },
194
+ s: { a: 0, k: [1104, 1104, 100], ix: 6, l: 2 },
195
+ },
196
+ ao: 0,
197
+ shapes: [
198
+ {
199
+ ty: 'gr',
200
+ it: [
201
+ {
202
+ ind: 0,
203
+ ty: 'sh',
204
+ ix: 1,
205
+ ks: {
206
+ a: 0,
207
+ k: {
208
+ i: [
209
+ [0, 0],
210
+ [4.479, 4.479],
211
+ [0, 0],
212
+ [4.479, -4.48],
213
+ [0, 0],
214
+ [-4.479, -4.479],
215
+ [0, 0],
216
+ [-4.479, 4.48],
217
+ ],
218
+ o: [
219
+ [4.479, -4.479],
220
+ [0, 0],
221
+ [-4.479, -4.48],
222
+ [0, 0],
223
+ [-4.479, 4.479],
224
+ [0, 0],
225
+ [4.479, 4.48],
226
+ [0, 0],
227
+ ],
228
+ v: [
229
+ [130.113, 8.111],
230
+ [130.113, -8.11],
231
+ [8.11, -130.112],
232
+ [-8.11, -130.112],
233
+ [-130.113, -8.11],
234
+ [-130.113, 8.111],
235
+ [-8.11, 130.113],
236
+ [8.11, 130.113],
237
+ ],
238
+ c: true,
239
+ },
240
+ ix: 2,
241
+ },
242
+ nm: 'Path 1',
243
+ mn: 'ADBE Vector Shape - Group',
244
+ hd: false,
245
+ },
246
+ {
247
+ ty: 'fl',
248
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
249
+ o: { a: 0, k: 100, ix: 5 },
250
+ r: 1,
251
+ bm: 0,
252
+ nm: 'Fill 1',
253
+ mn: 'ADBE Vector Graphic - Fill',
254
+ hd: false,
255
+ },
256
+ {
257
+ ty: 'tr',
258
+ p: { a: 0, k: [426.41, 548.828], ix: 2 },
259
+ a: { a: 0, k: [0, 0], ix: 1 },
260
+ s: { a: 0, k: [100, 100], ix: 3 },
261
+ r: { a: 0, k: 0, ix: 6 },
262
+ o: { a: 0, k: 100, ix: 7 },
263
+ sk: { a: 0, k: 0, ix: 4 },
264
+ sa: { a: 0, k: 0, ix: 5 },
265
+ nm: 'Transform',
266
+ },
267
+ ],
268
+ nm: 'Group 1',
269
+ np: 2,
270
+ cix: 2,
271
+ bm: 0,
272
+ ix: 1,
273
+ mn: 'ADBE Vector Group',
274
+ hd: false,
275
+ },
276
+ ],
277
+ ip: 20,
278
+ op: 248,
279
+ st: -60,
280
+ bm: 0,
281
+ },
282
+ {
283
+ ddd: 0,
284
+ ind: 4,
285
+ ty: 4,
286
+ nm: 'Shape Layer 1',
287
+ parent: 2,
288
+ tt: 1,
289
+ sr: 1,
290
+ ks: {
291
+ o: { a: 0, k: 100, ix: 11 },
292
+ r: { a: 0, k: 0, ix: 10 },
293
+ p: {
294
+ a: 1,
295
+ k: [
296
+ {
297
+ i: { x: 0.667, y: 1 },
298
+ o: { x: 0.333, y: 0 },
299
+ t: 20,
300
+ s: [-360, -720.036, 0],
301
+ to: [0, 120, 0],
302
+ ti: [0, -120, 0],
303
+ },
304
+ {
305
+ i: { x: 0.833, y: 0.833 },
306
+ o: { x: 0.167, y: 0.167 },
307
+ t: 24,
308
+ s: [-360, -0.036, 0],
309
+ to: [0, 0, 0],
310
+ ti: [0, 0, 0],
311
+ },
312
+ {
313
+ i: { x: 0.833, y: 0.833 },
314
+ o: { x: 0.167, y: 0.167 },
315
+ t: 65,
316
+ s: [-360, -0.036, 0],
317
+ to: [60, 60, 0],
318
+ ti: [-0.006, -0.006, 0],
319
+ },
320
+ { t: 66, s: [-359.964, 0, 0] },
321
+ ],
322
+ ix: 2,
323
+ l: 2,
324
+ },
325
+ a: { a: 0, k: [-387.395, -327.395, 0], ix: 1, l: 2 },
326
+ s: {
327
+ a: 1,
328
+ k: [
329
+ {
330
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
331
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
332
+ t: 21,
333
+ s: [74.66, 66.66, 100],
334
+ },
335
+ { t: 23, s: [66.66, 66.66, 100] },
336
+ ],
337
+ ix: 6,
338
+ l: 2,
339
+ },
340
+ },
341
+ ao: 0,
342
+ shapes: [
343
+ {
344
+ ty: 'gr',
345
+ it: [
346
+ {
347
+ ty: 'rc',
348
+ d: 1,
349
+ s: { a: 0, k: [1080, 1080], ix: 2 },
350
+ p: { a: 0, k: [0, 0], ix: 3 },
351
+ r: { a: 0, k: 0, ix: 4 },
352
+ nm: 'Rectangle Path 1',
353
+ mn: 'ADBE Vector Shape - Rect',
354
+ hd: false,
355
+ },
356
+ {
357
+ ty: 'fl',
358
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
359
+ o: { a: 0, k: 100, ix: 5 },
360
+ r: 1,
361
+ bm: 0,
362
+ nm: 'Fill 1',
363
+ mn: 'ADBE Vector Graphic - Fill',
364
+ hd: false,
365
+ },
366
+ {
367
+ ty: 'tr',
368
+ p: { a: 0, k: [-387.395, -327.395], ix: 2 },
369
+ a: { a: 0, k: [0, 0], ix: 1 },
370
+ s: { a: 0, k: [100, 100], ix: 3 },
371
+ r: { a: 0, k: 0, ix: 6 },
372
+ o: { a: 0, k: 100, ix: 7 },
373
+ sk: { a: 0, k: 0, ix: 4 },
374
+ sa: { a: 0, k: 0, ix: 5 },
375
+ nm: 'Transform',
376
+ },
377
+ ],
378
+ nm: 'Rectangle 1',
379
+ np: 3,
380
+ cix: 2,
381
+ bm: 0,
382
+ ix: 1,
383
+ mn: 'ADBE Vector Group',
384
+ hd: false,
385
+ },
386
+ ],
387
+ ip: 20,
388
+ op: 246,
389
+ st: 0,
390
+ bm: 0,
391
+ },
392
+ {
393
+ ddd: 0,
394
+ ind: 5,
395
+ ty: 4,
396
+ nm: 'Maske Icon Outlines 7',
397
+ td: 1,
398
+ sr: 1,
399
+ ks: {
400
+ o: { a: 0, k: 100, ix: 11 },
401
+ r: { a: 0, k: 45, ix: 10 },
402
+ p: {
403
+ a: 1,
404
+ k: [
405
+ {
406
+ i: { x: 0.667, y: 0.734 },
407
+ o: { x: 0.333, y: 0 },
408
+ t: 15,
409
+ s: [561.125, 1281, 0],
410
+ to: [26.056, 0, 0],
411
+ ti: [-72.498, 0, 0],
412
+ },
413
+ {
414
+ i: { x: 0.667, y: 0.929 },
415
+ o: { x: 0.333, y: 0.043 },
416
+ t: 16,
417
+ s: [479.675, 1169, 0],
418
+ to: [95.006, 0, 0],
419
+ ti: [0, 0, 0],
420
+ },
421
+ {
422
+ i: { x: 0.667, y: 1 },
423
+ o: { x: 0.333, y: 0.388 },
424
+ t: 17,
425
+ s: [1530.166, 1165, 0],
426
+ to: [0, 0, 0],
427
+ ti: [0, 0, 0],
428
+ },
429
+ {
430
+ i: { x: 0.667, y: 0.753 },
431
+ o: { x: 0.333, y: 0 },
432
+ t: 19,
433
+ s: [1153.125, 1233, 0],
434
+ to: [0, 0, 0],
435
+ ti: [0, 0, 0],
436
+ },
437
+ {
438
+ i: { x: 0.667, y: 1 },
439
+ o: { x: 0.333, y: 0.232 },
440
+ t: 21,
441
+ s: [1186.685, 1281.581, 0],
442
+ to: [0, 0, 0],
443
+ ti: [0, 0, 0],
444
+ },
445
+ { t: 24, s: [1281.125, 1281, 0] },
446
+ ],
447
+ ix: 2,
448
+ l: 2,
449
+ },
450
+ a: { a: 0, k: [426.41, 548.828, 0], ix: 1, l: 2 },
451
+ s: { a: 0, k: [1104, 1104, 100], ix: 6, l: 2 },
452
+ },
453
+ ao: 0,
454
+ shapes: [
455
+ {
456
+ ty: 'gr',
457
+ it: [
458
+ {
459
+ ind: 0,
460
+ ty: 'sh',
461
+ ix: 1,
462
+ ks: {
463
+ a: 0,
464
+ k: {
465
+ i: [
466
+ [0, 0],
467
+ [4.479, 4.479],
468
+ [0, 0],
469
+ [4.479, -4.48],
470
+ [0, 0],
471
+ [-4.479, -4.479],
472
+ [0, 0],
473
+ [-4.479, 4.48],
474
+ ],
475
+ o: [
476
+ [4.479, -4.479],
477
+ [0, 0],
478
+ [-4.479, -4.48],
479
+ [0, 0],
480
+ [-4.479, 4.479],
481
+ [0, 0],
482
+ [4.479, 4.48],
483
+ [0, 0],
484
+ ],
485
+ v: [
486
+ [130.113, 8.111],
487
+ [130.113, -8.11],
488
+ [8.11, -130.112],
489
+ [-8.11, -130.112],
490
+ [-130.113, -8.11],
491
+ [-130.113, 8.111],
492
+ [-8.11, 130.113],
493
+ [8.11, 130.113],
494
+ ],
495
+ c: true,
496
+ },
497
+ ix: 2,
498
+ },
499
+ nm: 'Path 1',
500
+ mn: 'ADBE Vector Shape - Group',
501
+ hd: false,
502
+ },
503
+ {
504
+ ty: 'fl',
505
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
506
+ o: { a: 0, k: 100, ix: 5 },
507
+ r: 1,
508
+ bm: 0,
509
+ nm: 'Fill 1',
510
+ mn: 'ADBE Vector Graphic - Fill',
511
+ hd: false,
512
+ },
513
+ {
514
+ ty: 'tr',
515
+ p: { a: 0, k: [426.41, 548.828], ix: 2 },
516
+ a: { a: 0, k: [0, 0], ix: 1 },
517
+ s: { a: 0, k: [100, 100], ix: 3 },
518
+ r: { a: 0, k: 0, ix: 6 },
519
+ o: { a: 0, k: 100, ix: 7 },
520
+ sk: { a: 0, k: 0, ix: 4 },
521
+ sa: { a: 0, k: 0, ix: 5 },
522
+ nm: 'Transform',
523
+ },
524
+ ],
525
+ nm: 'Group 1',
526
+ np: 2,
527
+ cix: 2,
528
+ bm: 0,
529
+ ix: 1,
530
+ mn: 'ADBE Vector Group',
531
+ hd: false,
532
+ },
533
+ ],
534
+ ip: 15,
535
+ op: 248,
536
+ st: -60,
537
+ bm: 0,
538
+ },
539
+ {
540
+ ddd: 0,
541
+ ind: 6,
542
+ ty: 4,
543
+ nm: 'Shape Layer 2',
544
+ tt: 1,
545
+ sr: 1,
546
+ ks: {
547
+ o: { a: 0, k: 100, ix: 11 },
548
+ r: { a: 0, k: 0, ix: 10 },
549
+ p: {
550
+ a: 1,
551
+ k: [
552
+ {
553
+ i: { x: 0.667, y: 1 },
554
+ o: { x: 0.333, y: 0 },
555
+ t: 15,
556
+ s: [1280, 920, 0],
557
+ to: [-120, 0, 0],
558
+ ti: [120, 0, 0],
559
+ },
560
+ {
561
+ i: { x: 0.833, y: 0.833 },
562
+ o: { x: 0.167, y: 0.167 },
563
+ t: 19,
564
+ s: [560, 920, 0],
565
+ to: [0, 0, 0],
566
+ ti: [0, 0, 0],
567
+ },
568
+ {
569
+ i: { x: 0.833, y: 0.833 },
570
+ o: { x: 0.167, y: 0.167 },
571
+ t: 63,
572
+ s: [560, 920, 0],
573
+ to: [-60, -120, 0],
574
+ ti: [60, 120, 0],
575
+ },
576
+ { t: 64, s: [200, 200, 0] },
577
+ ],
578
+ ix: 2,
579
+ l: 2,
580
+ },
581
+ a: {
582
+ a: 1,
583
+ k: [
584
+ {
585
+ i: { x: 0.833, y: 0.833 },
586
+ o: { x: 0.167, y: 0.167 },
587
+ t: 63,
588
+ s: [-387.395, 212.605, 0],
589
+ to: [-90, -180, 0],
590
+ ti: [90, 180, 0],
591
+ },
592
+ { t: 64, s: [-927.395, -867.395, 0] },
593
+ ],
594
+ ix: 1,
595
+ l: 2,
596
+ },
597
+ s: {
598
+ a: 1,
599
+ k: [
600
+ {
601
+ i: { x: [0.667, 0.667, 0.667], y: [0.4, 1, 1] },
602
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
603
+ t: 15,
604
+ s: [66.66, 66.66, 100],
605
+ },
606
+ {
607
+ i: { x: [0.667, 0.667, 0.667], y: [0.727, 0.478, 1] },
608
+ o: { x: [0.333, 0.333, 0.333], y: [0.273, 0, 0] },
609
+ t: 16,
610
+ s: [70.307, 78.33, 100],
611
+ },
612
+ {
613
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
614
+ o: { x: [0.333, 0.333, 0.333], y: [0.6, 0.343, 0] },
615
+ t: 18,
616
+ s: [86.353, 74, 100],
617
+ },
618
+ {
619
+ i: { x: [0.663, 0.663, 0.663], y: [0.384, 0.67, 1] },
620
+ o: { x: [0.328, 0.328, 0.328], y: [0, 0, 0] },
621
+ t: 19,
622
+ s: [90, 70.7, 100],
623
+ },
624
+ {
625
+ i: { x: [0.667, 0.667, 0.667], y: [0.612, 0.7, 1] },
626
+ o: { x: [0.332, 0.332, 0.332], y: [0.258, 0.734, 0] },
627
+ t: 20,
628
+ s: [87.644, 67.9, 100],
629
+ },
630
+ {
631
+ i: { x: [0.696, 0.696, 0.696], y: [1, 1, 1] },
632
+ o: { x: [0.35, 0.35, 0.35], y: [0.438, -1.172, 0] },
633
+ t: 21,
634
+ s: [82.105, 66.66, 100],
635
+ },
636
+ {
637
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
638
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
639
+ t: 24,
640
+ s: [66.66, 66.66, 100],
641
+ },
642
+ {
643
+ i: { x: [0.667, 0.667, 0.667], y: [0.899, 0.429, 1] },
644
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
645
+ t: 64,
646
+ s: [66.66, 66.66, 100],
647
+ },
648
+ {
649
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
650
+ o: { x: [0.333, 0.333, 0.333], y: [-0.928, 0.238, 0] },
651
+ t: 66,
652
+ s: [166.29, 64.778, 100],
653
+ },
654
+ {
655
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
656
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
657
+ t: 69,
658
+ s: [150, 58, 100],
659
+ },
660
+ { t: 76, s: [150, 59.4, 100] },
661
+ ],
662
+ ix: 6,
663
+ l: 2,
664
+ },
665
+ },
666
+ ao: 0,
667
+ shapes: [
668
+ {
669
+ ty: 'gr',
670
+ it: [
671
+ {
672
+ ty: 'rc',
673
+ d: 1,
674
+ s: { a: 0, k: [1080, 1080], ix: 2 },
675
+ p: { a: 0, k: [0, 0], ix: 3 },
676
+ r: { a: 0, k: 0, ix: 4 },
677
+ nm: 'Rectangle Path 1',
678
+ mn: 'ADBE Vector Shape - Rect',
679
+ hd: false,
680
+ },
681
+ {
682
+ ty: 'fl',
683
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
684
+ o: { a: 0, k: 100, ix: 5 },
685
+ r: 1,
686
+ bm: 0,
687
+ nm: 'Fill 1',
688
+ mn: 'ADBE Vector Graphic - Fill',
689
+ hd: false,
690
+ },
691
+ {
692
+ ty: 'tr',
693
+ p: { a: 0, k: [-387.395, -327.395], ix: 2 },
694
+ a: { a: 0, k: [0, 0], ix: 1 },
695
+ s: { a: 0, k: [100, 100], ix: 3 },
696
+ r: { a: 0, k: 0, ix: 6 },
697
+ o: { a: 0, k: 100, ix: 7 },
698
+ sk: { a: 0, k: 0, ix: 4 },
699
+ sa: { a: 0, k: 0, ix: 5 },
700
+ nm: 'Transform',
701
+ },
702
+ ],
703
+ nm: 'Rectangle 1',
704
+ np: 3,
705
+ cix: 2,
706
+ bm: 0,
707
+ ix: 1,
708
+ mn: 'ADBE Vector Group',
709
+ hd: false,
710
+ },
711
+ ],
712
+ ip: 15,
713
+ op: 246,
714
+ st: 0,
715
+ bm: 0,
716
+ },
717
+ {
718
+ ddd: 0,
719
+ ind: 7,
720
+ ty: 4,
721
+ nm: 'Maske Icon Outlines',
722
+ td: 1,
723
+ sr: 1,
724
+ ks: {
725
+ o: { a: 0, k: 100, ix: 11 },
726
+ r: { a: 0, k: 45, ix: 10 },
727
+ p: {
728
+ a: 1,
729
+ k: [
730
+ {
731
+ i: { x: 0.833, y: 0.833 },
732
+ o: { x: 0.167, y: 0.167 },
733
+ t: 19,
734
+ s: [1757.125, 1473, 0],
735
+ to: [-58.505, -16.716, 0],
736
+ ti: [0, 0, 0],
737
+ },
738
+ {
739
+ i: { x: 0.833, y: 0.833 },
740
+ o: { x: 0.167, y: 0.167 },
741
+ t: 23,
742
+ s: [1147.324, 1335.959, 0],
743
+ to: [0, 0, 0],
744
+ ti: [0, 0, 0],
745
+ },
746
+ {
747
+ i: { x: 0.833, y: 0.833 },
748
+ o: { x: 0.167, y: 0.167 },
749
+ t: 25,
750
+ s: [1197.125, 1281, 0],
751
+ to: [0, 0, 0],
752
+ ti: [-14, 0, 0],
753
+ },
754
+ { t: 28, s: [1281.125, 1281, 0] },
755
+ ],
756
+ ix: 2,
757
+ l: 2,
758
+ },
759
+ a: { a: 0, k: [426.41, 548.828, 0], ix: 1, l: 2 },
760
+ s: { a: 0, k: [1104, 1104, 100], ix: 6, l: 2 },
761
+ },
762
+ ao: 0,
763
+ shapes: [
764
+ {
765
+ ty: 'gr',
766
+ it: [
767
+ {
768
+ ind: 0,
769
+ ty: 'sh',
770
+ ix: 1,
771
+ ks: {
772
+ a: 0,
773
+ k: {
774
+ i: [
775
+ [0, 0],
776
+ [4.479, 4.479],
777
+ [0, 0],
778
+ [4.479, -4.48],
779
+ [0, 0],
780
+ [-4.479, -4.479],
781
+ [0, 0],
782
+ [-4.479, 4.48],
783
+ ],
784
+ o: [
785
+ [4.479, -4.479],
786
+ [0, 0],
787
+ [-4.479, -4.48],
788
+ [0, 0],
789
+ [-4.479, 4.479],
790
+ [0, 0],
791
+ [4.479, 4.48],
792
+ [0, 0],
793
+ ],
794
+ v: [
795
+ [130.113, 8.111],
796
+ [130.113, -8.11],
797
+ [8.11, -130.112],
798
+ [-8.11, -130.112],
799
+ [-130.113, -8.11],
800
+ [-130.113, 8.111],
801
+ [-8.11, 130.113],
802
+ [8.11, 130.113],
803
+ ],
804
+ c: true,
805
+ },
806
+ ix: 2,
807
+ },
808
+ nm: 'Path 1',
809
+ mn: 'ADBE Vector Shape - Group',
810
+ hd: false,
811
+ },
812
+ {
813
+ ty: 'fl',
814
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
815
+ o: { a: 0, k: 100, ix: 5 },
816
+ r: 1,
817
+ bm: 0,
818
+ nm: 'Fill 1',
819
+ mn: 'ADBE Vector Graphic - Fill',
820
+ hd: false,
821
+ },
822
+ {
823
+ ty: 'tr',
824
+ p: { a: 0, k: [426.41, 548.828], ix: 2 },
825
+ a: { a: 0, k: [0, 0], ix: 1 },
826
+ s: { a: 0, k: [100, 100], ix: 3 },
827
+ r: { a: 0, k: 0, ix: 6 },
828
+ o: { a: 0, k: 100, ix: 7 },
829
+ sk: { a: 0, k: 0, ix: 4 },
830
+ sa: { a: 0, k: 0, ix: 5 },
831
+ nm: 'Transform',
832
+ },
833
+ ],
834
+ nm: 'Group 1',
835
+ np: 2,
836
+ cix: 2,
837
+ bm: 0,
838
+ ix: 1,
839
+ mn: 'ADBE Vector Group',
840
+ hd: false,
841
+ },
842
+ ],
843
+ ip: 19,
844
+ op: 248,
845
+ st: -60,
846
+ bm: 0,
847
+ },
848
+ {
849
+ ddd: 0,
850
+ ind: 8,
851
+ ty: 4,
852
+ nm: 'Shape Layer 3',
853
+ tt: 1,
854
+ sr: 1,
855
+ ks: {
856
+ o: { a: 0, k: 100, ix: 11 },
857
+ r: { a: 0, k: 0, ix: 10 },
858
+ p: {
859
+ a: 1,
860
+ k: [
861
+ {
862
+ i: { x: 0.667, y: 1 },
863
+ o: { x: 0.333, y: 0 },
864
+ t: 19,
865
+ s: [1280, 1640, 0],
866
+ to: [-120, 0, 0],
867
+ ti: [120, 0, 0],
868
+ },
869
+ {
870
+ i: { x: 0.833, y: 0.833 },
871
+ o: { x: 0.167, y: 0.167 },
872
+ t: 23,
873
+ s: [560, 1640, 0],
874
+ to: [0, 0, 0],
875
+ ti: [0, 0, 0],
876
+ },
877
+ {
878
+ i: { x: 0.833, y: 0.833 },
879
+ o: { x: 0.167, y: 0.167 },
880
+ t: 65,
881
+ s: [560, 1640, 0],
882
+ to: [0, 120, 0],
883
+ ti: [0, -120, 0],
884
+ },
885
+ { t: 66, s: [560, 2360, 0] },
886
+ ],
887
+ ix: 2,
888
+ l: 2,
889
+ },
890
+ a: {
891
+ a: 1,
892
+ k: [
893
+ {
894
+ i: { x: 0.833, y: 0.833 },
895
+ o: { x: 0.167, y: 0.167 },
896
+ t: 65,
897
+ s: [-387.395, -867.395, 0],
898
+ to: [0, 180, 0],
899
+ ti: [0, -180, 0],
900
+ },
901
+ { t: 66, s: [-387.395, 212.605, 0] },
902
+ ],
903
+ ix: 1,
904
+ l: 2,
905
+ },
906
+ s: {
907
+ a: 1,
908
+ k: [
909
+ {
910
+ i: { x: [0.667, 0.667, 0.667], y: [0.4, 1, 1] },
911
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
912
+ t: 19,
913
+ s: [66.66, 66.66, 100],
914
+ },
915
+ {
916
+ i: { x: [0.667, 0.667, 0.667], y: [0.636, 0.013, 1] },
917
+ o: { x: [0.333, 0.333, 0.333], y: [0.273, 0, 0] },
918
+ t: 20,
919
+ s: [70.307, 78.33, 100],
920
+ },
921
+ {
922
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
923
+ o: { x: [0.333, 0.333, 0.333], y: [0.5, 0.349, 0] },
924
+ t: 21,
925
+ s: [78.33, 77.2, 100],
926
+ },
927
+ {
928
+ i: { x: [0.663, 0.663, 0.663], y: [0.384, 0.661, 1] },
929
+ o: { x: [0.328, 0.328, 0.328], y: [0, 0, 0] },
930
+ t: 23,
931
+ s: [90, 70.8, 100],
932
+ },
933
+ {
934
+ i: { x: [0.667, 0.667, 0.667], y: [0.612, 0.715, 1] },
935
+ o: { x: [0.332, 0.332, 0.332], y: [0.258, 0.696, 0] },
936
+ t: 24,
937
+ s: [87.644, 68, 100],
938
+ },
939
+ {
940
+ i: { x: [0.696, 0.696, 0.696], y: [1, 1, 1] },
941
+ o: { x: [0.35, 0.35, 0.35], y: [0.438, -1.201, 0] },
942
+ t: 25,
943
+ s: [82.105, 66.66, 100],
944
+ },
945
+ {
946
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
947
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
948
+ t: 28,
949
+ s: [66.66, 66.66, 100],
950
+ },
951
+ {
952
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
953
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
954
+ t: 66,
955
+ s: [66.66, 66.66, 100],
956
+ },
957
+ {
958
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
959
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
960
+ t: 71,
961
+ s: [66.66, 55.2, 100],
962
+ },
963
+ { t: 75, s: [66.66, 59.4, 100] },
964
+ ],
965
+ ix: 6,
966
+ l: 2,
967
+ },
968
+ },
969
+ ao: 0,
970
+ shapes: [
971
+ {
972
+ ty: 'gr',
973
+ it: [
974
+ {
975
+ ty: 'rc',
976
+ d: 1,
977
+ s: { a: 0, k: [1080, 1080], ix: 2 },
978
+ p: { a: 0, k: [0, 0], ix: 3 },
979
+ r: { a: 0, k: 0, ix: 4 },
980
+ nm: 'Rectangle Path 1',
981
+ mn: 'ADBE Vector Shape - Rect',
982
+ hd: false,
983
+ },
984
+ {
985
+ ty: 'fl',
986
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
987
+ o: { a: 0, k: 100, ix: 5 },
988
+ r: 1,
989
+ bm: 0,
990
+ nm: 'Fill 1',
991
+ mn: 'ADBE Vector Graphic - Fill',
992
+ hd: false,
993
+ },
994
+ {
995
+ ty: 'tr',
996
+ p: { a: 0, k: [-387.395, -327.395], ix: 2 },
997
+ a: { a: 0, k: [0, 0], ix: 1 },
998
+ s: { a: 0, k: [100, 100], ix: 3 },
999
+ r: { a: 0, k: 0, ix: 6 },
1000
+ o: { a: 0, k: 100, ix: 7 },
1001
+ sk: { a: 0, k: 0, ix: 4 },
1002
+ sa: { a: 0, k: 0, ix: 5 },
1003
+ nm: 'Transform',
1004
+ },
1005
+ ],
1006
+ nm: 'Rectangle 1',
1007
+ np: 3,
1008
+ cix: 2,
1009
+ bm: 0,
1010
+ ix: 1,
1011
+ mn: 'ADBE Vector Group',
1012
+ hd: false,
1013
+ },
1014
+ ],
1015
+ ip: 19,
1016
+ op: 246,
1017
+ st: 0,
1018
+ bm: 0,
1019
+ },
1020
+ {
1021
+ ddd: 0,
1022
+ ind: 9,
1023
+ ty: 4,
1024
+ nm: 'Shape Layer 5',
1025
+ sr: 1,
1026
+ ks: {
1027
+ o: { a: 0, k: 100, ix: 11 },
1028
+ r: { a: 0, k: 0, ix: 10 },
1029
+ p: {
1030
+ a: 1,
1031
+ k: [
1032
+ {
1033
+ i: { x: 0.667, y: 1 },
1034
+ o: { x: 0.333, y: 0 },
1035
+ t: 16,
1036
+ s: [1280, 1280, 0],
1037
+ to: [0, 0, 0],
1038
+ ti: [0, -120, 0],
1039
+ },
1040
+ {
1041
+ i: { x: 0.833, y: 0.833 },
1042
+ o: { x: 0.167, y: 0.167 },
1043
+ t: 20,
1044
+ s: [1280, 2000, 0],
1045
+ to: [0, 0, 0],
1046
+ ti: [0, 0, 0],
1047
+ },
1048
+ {
1049
+ i: { x: 0.667, y: 1 },
1050
+ o: { x: 0.333, y: 0 },
1051
+ t: 41,
1052
+ s: [1280, 2000, 0],
1053
+ to: [0, 0, 0],
1054
+ ti: [0, 0, 0],
1055
+ },
1056
+ {
1057
+ i: { x: 0.667, y: 1 },
1058
+ o: { x: 0.333, y: 0 },
1059
+ t: 47,
1060
+ s: [1280, 1216, 0],
1061
+ to: [0, 0, 0],
1062
+ ti: [0, 0, 0],
1063
+ },
1064
+ {
1065
+ i: { x: 0.833, y: 0.833 },
1066
+ o: { x: 0.167, y: 0.167 },
1067
+ t: 52,
1068
+ s: [1280, 1280, 0],
1069
+ to: [0, 0, 0],
1070
+ ti: [0, -153.935, 0],
1071
+ },
1072
+ { t: 53, s: [1280, 1280, 0], h: 1 },
1073
+ { t: 63, s: [1280, 1280, 0], h: 1 },
1074
+ {
1075
+ i: { x: 0.833, y: 0.833 },
1076
+ o: { x: 0.167, y: 0.167 },
1077
+ t: 64,
1078
+ s: [1280, 1280, 0],
1079
+ to: [0, 230.274, 0],
1080
+ ti: [0, 0, 0],
1081
+ },
1082
+ {
1083
+ i: { x: 0.667, y: 1 },
1084
+ o: { x: 0.333, y: 0 },
1085
+ t: 65,
1086
+ s: [1406, 1281.12, 0],
1087
+ to: [0, 0, 0],
1088
+ ti: [0, 0, 0],
1089
+ },
1090
+ {
1091
+ i: { x: 0.667, y: 1 },
1092
+ o: { x: 0.333, y: 0 },
1093
+ t: 71,
1094
+ s: [1406, 2061.92, 0],
1095
+ to: [0, 0, 0],
1096
+ ti: [0, 0, 0],
1097
+ },
1098
+ { t: 75, s: [1406, 2039.24, 0] },
1099
+ ],
1100
+ ix: 2,
1101
+ l: 2,
1102
+ },
1103
+ a: {
1104
+ a: 1,
1105
+ k: [
1106
+ {
1107
+ i: { x: 0.833, y: 0.833 },
1108
+ o: { x: 0.167, y: 0.167 },
1109
+ t: 64,
1110
+ s: [-387.395, -327.395, 0],
1111
+ to: [-90, 90, 0],
1112
+ ti: [90, -90, 0],
1113
+ },
1114
+ { t: 65, s: [-387.395, -327.395, 0] },
1115
+ ],
1116
+ ix: 1,
1117
+ l: 2,
1118
+ },
1119
+ s: {
1120
+ a: 1,
1121
+ k: [
1122
+ {
1123
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1124
+ o: { x: [0.167, 0.167, 0.167], y: [0, 0.167, 0] },
1125
+ t: 16,
1126
+ s: [66.66, 66.66, 100],
1127
+ },
1128
+ {
1129
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1130
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1131
+ t: 20,
1132
+ s: [66.66, 90, 100],
1133
+ },
1134
+ {
1135
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1136
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1137
+ t: 25,
1138
+ s: [66.66, 66.66, 100],
1139
+ },
1140
+ {
1141
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1142
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1143
+ t: 41,
1144
+ s: [66.66, 66.66, 100],
1145
+ },
1146
+ {
1147
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1148
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1149
+ t: 42,
1150
+ s: [66.66, 67.2, 100],
1151
+ },
1152
+ {
1153
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1154
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1155
+ t: 52,
1156
+ s: [66.66, 67.2, 100],
1157
+ },
1158
+ {
1159
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1160
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1161
+ t: 64,
1162
+ s: [66.66, 67.2, 100],
1163
+ },
1164
+ {
1165
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1166
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1167
+ t: 65,
1168
+ s: [90, 67.2, 100],
1169
+ },
1170
+ {
1171
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1172
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1173
+ t: 71,
1174
+ s: [90, 55.2, 100],
1175
+ },
1176
+ { t: 75, s: [90, 59.4, 100] },
1177
+ ],
1178
+ ix: 6,
1179
+ l: 2,
1180
+ },
1181
+ },
1182
+ ao: 0,
1183
+ shapes: [
1184
+ {
1185
+ ty: 'gr',
1186
+ it: [
1187
+ {
1188
+ ty: 'rc',
1189
+ d: 1,
1190
+ s: { a: 0, k: [1080, 1080], ix: 2 },
1191
+ p: { a: 0, k: [0, 0], ix: 3 },
1192
+ r: { a: 0, k: 0, ix: 4 },
1193
+ nm: 'Rectangle Path 1',
1194
+ mn: 'ADBE Vector Shape - Rect',
1195
+ hd: false,
1196
+ },
1197
+ {
1198
+ ty: 'fl',
1199
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
1200
+ o: { a: 0, k: 100, ix: 5 },
1201
+ r: 1,
1202
+ bm: 0,
1203
+ nm: 'Fill 1',
1204
+ mn: 'ADBE Vector Graphic - Fill',
1205
+ hd: false,
1206
+ },
1207
+ {
1208
+ ty: 'tr',
1209
+ p: { a: 0, k: [-387.395, -327.395], ix: 2 },
1210
+ a: { a: 0, k: [0, 0], ix: 1 },
1211
+ s: { a: 0, k: [100, 100], ix: 3 },
1212
+ r: { a: 0, k: 0, ix: 6 },
1213
+ o: { a: 0, k: 100, ix: 7 },
1214
+ sk: { a: 0, k: 0, ix: 4 },
1215
+ sa: { a: 0, k: 0, ix: 5 },
1216
+ nm: 'Transform',
1217
+ },
1218
+ ],
1219
+ nm: 'Rectangle 1',
1220
+ np: 3,
1221
+ cix: 2,
1222
+ bm: 0,
1223
+ ix: 1,
1224
+ mn: 'ADBE Vector Group',
1225
+ hd: false,
1226
+ },
1227
+ ],
1228
+ ip: 16,
1229
+ op: 246,
1230
+ st: 0,
1231
+ bm: 0,
1232
+ },
1233
+ {
1234
+ ddd: 0,
1235
+ ind: 10,
1236
+ ty: 4,
1237
+ nm: 'shape',
1238
+ sr: 1,
1239
+ ks: {
1240
+ o: { a: 0, k: 100, ix: 11 },
1241
+ r: { a: 0, k: 0, ix: 10 },
1242
+ p: {
1243
+ a: 1,
1244
+ k: [
1245
+ {
1246
+ i: { x: 0.667, y: 1 },
1247
+ o: { x: 0.333, y: 0 },
1248
+ t: 40,
1249
+ s: [920, 920, 0],
1250
+ to: [-60, 0, 0],
1251
+ ti: [60, 0, 0],
1252
+ },
1253
+ {
1254
+ i: { x: 0.833, y: 0.833 },
1255
+ o: { x: 0.167, y: 0.167 },
1256
+ t: 48,
1257
+ s: [200, 920, 0],
1258
+ to: [0, 0, 0],
1259
+ ti: [0, 0, 0],
1260
+ },
1261
+ { i: { x: 0.667, y: 1 }, o: { x: 0.333, y: 0 }, t: 65, s: [200, 352, 0], to: [0, 0, 0], ti: [0, 0, 0] },
1262
+ { t: 69, s: [200, 760, 0] },
1263
+ ],
1264
+ ix: 2,
1265
+ l: 2,
1266
+ },
1267
+ a: { a: 0, k: [-791.483, -475.483, 0], ix: 1, l: 2 },
1268
+ s: {
1269
+ a: 1,
1270
+ k: [
1271
+ {
1272
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1273
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1274
+ t: 48,
1275
+ s: [86, 66.66, 100],
1276
+ },
1277
+ {
1278
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1279
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1280
+ t: 65,
1281
+ s: [66.66, 50, 100],
1282
+ },
1283
+ {
1284
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1285
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1286
+ t: 68,
1287
+ s: [59.4, 40, 100],
1288
+ },
1289
+ {
1290
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1291
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1292
+ t: 71,
1293
+ s: [58, 62, 100],
1294
+ },
1295
+ { t: 75, s: [59.4, 50.66, 100] },
1296
+ ],
1297
+ ix: 6,
1298
+ l: 2,
1299
+ },
1300
+ },
1301
+ ao: 0,
1302
+ shapes: [
1303
+ {
1304
+ ty: 'gr',
1305
+ it: [
1306
+ {
1307
+ ty: 'rc',
1308
+ d: 1,
1309
+ s: { a: 0, k: [1080, 1080], ix: 2 },
1310
+ p: { a: 0, k: [0, 0], ix: 3 },
1311
+ r: { a: 0, k: 0, ix: 4 },
1312
+ nm: 'Rectangle Path 1',
1313
+ mn: 'ADBE Vector Shape - Rect',
1314
+ hd: false,
1315
+ },
1316
+ {
1317
+ ty: 'fl',
1318
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
1319
+ o: { a: 0, k: 100, ix: 5 },
1320
+ r: 1,
1321
+ bm: 0,
1322
+ nm: 'Fill 1',
1323
+ mn: 'ADBE Vector Graphic - Fill',
1324
+ hd: false,
1325
+ },
1326
+ {
1327
+ ty: 'tr',
1328
+ p: { a: 0, k: [-251.483, 64.517], ix: 2 },
1329
+ a: { a: 0, k: [0, 0], ix: 1 },
1330
+ s: { a: 0, k: [100, 100], ix: 3 },
1331
+ r: { a: 0, k: 0, ix: 6 },
1332
+ o: { a: 0, k: 100, ix: 7 },
1333
+ sk: { a: 0, k: 0, ix: 4 },
1334
+ sa: { a: 0, k: 0, ix: 5 },
1335
+ nm: 'Transform',
1336
+ },
1337
+ ],
1338
+ nm: 'Rectangle 1',
1339
+ np: 3,
1340
+ cix: 2,
1341
+ bm: 0,
1342
+ ix: 1,
1343
+ mn: 'ADBE Vector Group',
1344
+ hd: false,
1345
+ },
1346
+ ],
1347
+ ip: 65,
1348
+ op: 246,
1349
+ st: 0,
1350
+ bm: 0,
1351
+ },
1352
+ {
1353
+ ddd: 0,
1354
+ ind: 12,
1355
+ ty: 4,
1356
+ nm: 'Maske Icon Outlines 10',
1357
+ td: 1,
1358
+ sr: 1,
1359
+ ks: {
1360
+ o: { a: 0, k: 100, ix: 11 },
1361
+ r: { a: 0, k: 45, ix: 10 },
1362
+ p: {
1363
+ a: 1,
1364
+ k: [
1365
+ {
1366
+ i: { x: 0.833, y: 0.833 },
1367
+ o: { x: 0.167, y: 0.167 },
1368
+ t: 19,
1369
+ s: [1909.125, 1473, 0],
1370
+ to: [-58.505, -16.716, 0],
1371
+ ti: [0, 0, 0],
1372
+ },
1373
+ {
1374
+ i: { x: 0.833, y: 0.833 },
1375
+ o: { x: 0.167, y: 0.167 },
1376
+ t: 23,
1377
+ s: [1299.324, 1335.959, 0],
1378
+ to: [0, 0, 0],
1379
+ ti: [0, 0, 0],
1380
+ },
1381
+ {
1382
+ i: { x: 0.833, y: 0.833 },
1383
+ o: { x: 0.167, y: 0.167 },
1384
+ t: 25,
1385
+ s: [1349.125, 1281, 0],
1386
+ to: [0, 0, 0],
1387
+ ti: [-14, 0, 0],
1388
+ },
1389
+ { t: 28, s: [1433.125, 1281, 0] },
1390
+ ],
1391
+ ix: 2,
1392
+ l: 2,
1393
+ },
1394
+ a: { a: 0, k: [426.41, 548.828, 0], ix: 1, l: 2 },
1395
+ s: { a: 0, k: [1104, 1104, 100], ix: 6, l: 2 },
1396
+ },
1397
+ ao: 0,
1398
+ shapes: [
1399
+ {
1400
+ ty: 'gr',
1401
+ it: [
1402
+ {
1403
+ ind: 0,
1404
+ ty: 'sh',
1405
+ ix: 1,
1406
+ ks: {
1407
+ a: 0,
1408
+ k: {
1409
+ i: [
1410
+ [0, 0],
1411
+ [4.479, 4.479],
1412
+ [0, 0],
1413
+ [4.479, -4.48],
1414
+ [0, 0],
1415
+ [-4.479, -4.479],
1416
+ [0, 0],
1417
+ [-4.479, 4.48],
1418
+ ],
1419
+ o: [
1420
+ [4.479, -4.479],
1421
+ [0, 0],
1422
+ [-4.479, -4.48],
1423
+ [0, 0],
1424
+ [-4.479, 4.479],
1425
+ [0, 0],
1426
+ [4.479, 4.48],
1427
+ [0, 0],
1428
+ ],
1429
+ v: [
1430
+ [130.113, 8.111],
1431
+ [130.113, -8.11],
1432
+ [8.11, -130.112],
1433
+ [-8.11, -130.112],
1434
+ [-130.113, -8.11],
1435
+ [-130.113, 8.111],
1436
+ [-8.11, 130.113],
1437
+ [8.11, 130.113],
1438
+ ],
1439
+ c: true,
1440
+ },
1441
+ ix: 2,
1442
+ },
1443
+ nm: 'Path 1',
1444
+ mn: 'ADBE Vector Shape - Group',
1445
+ hd: false,
1446
+ },
1447
+ {
1448
+ ty: 'fl',
1449
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
1450
+ o: { a: 0, k: 100, ix: 5 },
1451
+ r: 1,
1452
+ bm: 0,
1453
+ nm: 'Fill 1',
1454
+ mn: 'ADBE Vector Graphic - Fill',
1455
+ hd: false,
1456
+ },
1457
+ {
1458
+ ty: 'tr',
1459
+ p: { a: 0, k: [426.41, 548.828], ix: 2 },
1460
+ a: { a: 0, k: [0, 0], ix: 1 },
1461
+ s: { a: 0, k: [100, 100], ix: 3 },
1462
+ r: { a: 0, k: 0, ix: 6 },
1463
+ o: { a: 0, k: 100, ix: 7 },
1464
+ sk: { a: 0, k: 0, ix: 4 },
1465
+ sa: { a: 0, k: 0, ix: 5 },
1466
+ nm: 'Transform',
1467
+ },
1468
+ ],
1469
+ nm: 'Group 1',
1470
+ np: 2,
1471
+ cix: 2,
1472
+ bm: 0,
1473
+ ix: 1,
1474
+ mn: 'ADBE Vector Group',
1475
+ hd: false,
1476
+ },
1477
+ ],
1478
+ ip: 14,
1479
+ op: 248,
1480
+ st: -60,
1481
+ bm: 0,
1482
+ },
1483
+ {
1484
+ ddd: 0,
1485
+ ind: 13,
1486
+ ty: 4,
1487
+ nm: 'Shape Layer 4',
1488
+ tt: 1,
1489
+ sr: 1,
1490
+ ks: {
1491
+ o: { a: 0, k: 100, ix: 11 },
1492
+ r: { a: 0, k: 0, ix: 10 },
1493
+ p: {
1494
+ a: 1,
1495
+ k: [
1496
+ {
1497
+ i: { x: 0.667, y: 1 },
1498
+ o: { x: 0.333, y: 0 },
1499
+ t: 14,
1500
+ s: [1280, 1280, 0],
1501
+ to: [120, 0, 0],
1502
+ ti: [-120, 0, 0],
1503
+ },
1504
+ {
1505
+ i: { x: 0.833, y: 0.833 },
1506
+ o: { x: 0.167, y: 0.167 },
1507
+ t: 18,
1508
+ s: [2000, 1280, 0],
1509
+ to: [0, 0, 0],
1510
+ ti: [0, 0, 0],
1511
+ },
1512
+ {
1513
+ i: { x: 0.653, y: 0.653 },
1514
+ o: { x: 0.298, y: 0.298 },
1515
+ t: 36,
1516
+ s: [2000, 1280, 0],
1517
+ to: [0, 0, 0],
1518
+ ti: [0, 0, 0],
1519
+ },
1520
+ {
1521
+ i: { x: 0.833, y: 0.833 },
1522
+ o: { x: 0.334, y: 0.334 },
1523
+ t: 45,
1524
+ s: [2000, 1280, 0],
1525
+ to: [0, 0, 0],
1526
+ ti: [0, 0, 0],
1527
+ },
1528
+ {
1529
+ i: { x: 0.833, y: 0.833 },
1530
+ o: { x: 0.333, y: 0 },
1531
+ t: 60,
1532
+ s: [2000, 1280, 0],
1533
+ to: [60, 0, 0],
1534
+ ti: [-60, 0, 0],
1535
+ },
1536
+ {
1537
+ i: { x: 0.638, y: 0.757 },
1538
+ o: { x: 0.293, y: 0 },
1539
+ t: 61,
1540
+ s: [2000.036, 1280, 0],
1541
+ to: [0.512, 0, 0],
1542
+ ti: [-0.174, 0, 0],
1543
+ },
1544
+ {
1545
+ i: { x: 0.668, y: 0.095 },
1546
+ o: { x: 0.327, y: 0.368 },
1547
+ t: 62,
1548
+ s: [1997.044, 1280, 0],
1549
+ to: [0.871, 0, 0],
1550
+ ti: [1.145, 0, 0],
1551
+ },
1552
+ {
1553
+ i: { x: 0.759, y: 0 },
1554
+ o: { x: 0.354, y: 0.604 },
1555
+ t: 63,
1556
+ s: [1997.935, 1280, 0],
1557
+ to: [-1.527, 0, 0],
1558
+ ti: [3.187, 0, 0],
1559
+ },
1560
+ {
1561
+ i: { x: 0.82, y: 0.526 },
1562
+ o: { x: 0.454, y: 0.194 },
1563
+ t: 64,
1564
+ s: [1998.032, 1280, 0],
1565
+ to: [-8.943, 0, 0],
1566
+ ti: [-27.873, 0, 0],
1567
+ },
1568
+ {
1569
+ i: { x: 0.65, y: 0.379 },
1570
+ o: { x: 0.169, y: 1 },
1571
+ t: 65,
1572
+ s: [2000.036, 1280, 0],
1573
+ to: [31.212, 0, 0],
1574
+ ti: [-23.631, 0, 0],
1575
+ },
1576
+ {
1577
+ i: { x: 0.833, y: 0.833 },
1578
+ o: { x: 0.414, y: 0.616 },
1579
+ t: 67,
1580
+ s: [2022.679, 1280, 0],
1581
+ to: [22.595, 0, 0],
1582
+ ti: [0, 0, 0],
1583
+ },
1584
+ {
1585
+ i: { x: 0.833, y: 0.833 },
1586
+ o: { x: 0.167, y: 0.167 },
1587
+ t: 70,
1588
+ s: [2068.4, 1280, 0],
1589
+ to: [0, 0, 0],
1590
+ ti: [0, 0, 0],
1591
+ },
1592
+ { t: 76, s: [2039.24, 1280, 0] },
1593
+ ],
1594
+ ix: 2,
1595
+ l: 2,
1596
+ },
1597
+ a: { a: 0, k: [-387.395, -327.395, 0], ix: 1, l: 2 },
1598
+ s: {
1599
+ a: 1,
1600
+ k: [
1601
+ {
1602
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1603
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0, 0] },
1604
+ t: 14,
1605
+ s: [66.66, 66.66, 100],
1606
+ },
1607
+ {
1608
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1609
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1610
+ t: 18,
1611
+ s: [90, 66.66, 100],
1612
+ },
1613
+ {
1614
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1615
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1616
+ t: 23,
1617
+ s: [66.66, 66.66, 100],
1618
+ },
1619
+ {
1620
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1621
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1622
+ t: 45,
1623
+ s: [66.66, 66.66, 100],
1624
+ },
1625
+ {
1626
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1627
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1628
+ t: 61,
1629
+ s: [66.66, 66.66, 100],
1630
+ },
1631
+ {
1632
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1633
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1634
+ t: 65,
1635
+ s: [66.66, 66.66, 100],
1636
+ },
1637
+ {
1638
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1639
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1640
+ t: 70,
1641
+ s: [54, 90.66, 100],
1642
+ },
1643
+ { t: 76, s: [59.4, 90, 100] },
1644
+ ],
1645
+ ix: 6,
1646
+ l: 2,
1647
+ },
1648
+ },
1649
+ ao: 0,
1650
+ shapes: [
1651
+ {
1652
+ ty: 'gr',
1653
+ it: [
1654
+ {
1655
+ ty: 'rc',
1656
+ d: 1,
1657
+ s: { a: 0, k: [1080, 1080], ix: 2 },
1658
+ p: { a: 0, k: [0, 0], ix: 3 },
1659
+ r: { a: 0, k: 0, ix: 4 },
1660
+ nm: 'Rectangle Path 1',
1661
+ mn: 'ADBE Vector Shape - Rect',
1662
+ hd: false,
1663
+ },
1664
+ {
1665
+ ty: 'fl',
1666
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
1667
+ o: { a: 0, k: 100, ix: 5 },
1668
+ r: 1,
1669
+ bm: 0,
1670
+ nm: 'Fill 1',
1671
+ mn: 'ADBE Vector Graphic - Fill',
1672
+ hd: false,
1673
+ },
1674
+ {
1675
+ ty: 'tr',
1676
+ p: { a: 0, k: [-387.395, -327.395], ix: 2 },
1677
+ a: { a: 0, k: [0, 0], ix: 1 },
1678
+ s: { a: 0, k: [100, 100], ix: 3 },
1679
+ r: { a: 0, k: 0, ix: 6 },
1680
+ o: { a: 0, k: 100, ix: 7 },
1681
+ sk: { a: 0, k: 0, ix: 4 },
1682
+ sa: { a: 0, k: 0, ix: 5 },
1683
+ nm: 'Transform',
1684
+ },
1685
+ ],
1686
+ nm: 'Rectangle 1',
1687
+ np: 3,
1688
+ cix: 2,
1689
+ bm: 0,
1690
+ ix: 1,
1691
+ mn: 'ADBE Vector Group',
1692
+ hd: false,
1693
+ },
1694
+ ],
1695
+ ip: 14,
1696
+ op: 246,
1697
+ st: 0,
1698
+ bm: 0,
1699
+ },
1700
+ {
1701
+ ddd: 0,
1702
+ ind: 14,
1703
+ ty: 4,
1704
+ nm: 'Maske Icon Outlines 9',
1705
+ td: 1,
1706
+ sr: 1,
1707
+ ks: {
1708
+ o: { a: 0, k: 100, ix: 11 },
1709
+ r: { a: 0, k: 45, ix: 10 },
1710
+ p: {
1711
+ a: 1,
1712
+ k: [
1713
+ {
1714
+ i: { x: 0.833, y: 0.833 },
1715
+ o: { x: 0.167, y: 0.167 },
1716
+ t: 17,
1717
+ s: [558.268, 1169, 0],
1718
+ to: [0, 0, 0],
1719
+ ti: [0, 0, 0],
1720
+ },
1721
+ {
1722
+ i: { x: 0.833, y: 0.833 },
1723
+ o: { x: 0.167, y: 0.167 },
1724
+ t: 18,
1725
+ s: [559.601, 1221.003, 0],
1726
+ to: [0, 0, 0],
1727
+ ti: [0, 0, 0],
1728
+ },
1729
+ {
1730
+ i: { x: 0.833, y: 0.833 },
1731
+ o: { x: 0.167, y: 0.167 },
1732
+ t: 19,
1733
+ s: [560.935, 1235.002, 0],
1734
+ to: [0, 0, 0],
1735
+ ti: [0, 0, 0],
1736
+ },
1737
+ {
1738
+ i: { x: 0.833, y: 0.833 },
1739
+ o: { x: 0.167, y: 0.167 },
1740
+ t: 20,
1741
+ s: [562.268, 1265, 0],
1742
+ to: [0, 0, 0],
1743
+ ti: [0, 0, 0],
1744
+ },
1745
+ {
1746
+ i: { x: 0.833, y: 0.833 },
1747
+ o: { x: 0.167, y: 0.167 },
1748
+ t: 21,
1749
+ s: [562.268, 1281, 0],
1750
+ to: [0, 0, 0],
1751
+ ti: [-0.015, 0.125, 0],
1752
+ },
1753
+ {
1754
+ i: { x: 0.833, y: 0.833 },
1755
+ o: { x: 0.167, y: 0.167 },
1756
+ t: 39,
1757
+ s: [563.86, 1281, 0],
1758
+ to: [-5.401, 0, 0],
1759
+ ti: [-2.404, 0, 0],
1760
+ },
1761
+ {
1762
+ i: { x: 0.667, y: 1 },
1763
+ o: { x: 0.333, y: 0 },
1764
+ t: 41,
1765
+ s: [490.268, 1281, 0],
1766
+ to: [33.161, 0, 0],
1767
+ ti: [0, 0, 0],
1768
+ },
1769
+ {
1770
+ i: { x: 0.667, y: 1 },
1771
+ o: { x: 0.333, y: 0 },
1772
+ t: 47,
1773
+ s: [1401.125, 1281, 0],
1774
+ to: [0, 0, 0],
1775
+ ti: [0, 0, 0],
1776
+ },
1777
+ { t: 52, s: [1281.125, 1281, 0] },
1778
+ ],
1779
+ ix: 2,
1780
+ l: 2,
1781
+ },
1782
+ a: { a: 0, k: [426.41, 548.828, 0], ix: 1, l: 2 },
1783
+ s: { a: 0, k: [1104, 1104, 100], ix: 6, l: 2 },
1784
+ },
1785
+ ao: 0,
1786
+ shapes: [
1787
+ {
1788
+ ty: 'gr',
1789
+ it: [
1790
+ {
1791
+ ind: 0,
1792
+ ty: 'sh',
1793
+ ix: 1,
1794
+ ks: {
1795
+ a: 0,
1796
+ k: {
1797
+ i: [
1798
+ [0, 0],
1799
+ [4.479, 4.479],
1800
+ [0, 0],
1801
+ [4.479, -4.48],
1802
+ [0, 0],
1803
+ [-4.479, -4.479],
1804
+ [0, 0],
1805
+ [-4.479, 4.48],
1806
+ ],
1807
+ o: [
1808
+ [4.479, -4.479],
1809
+ [0, 0],
1810
+ [-4.479, -4.48],
1811
+ [0, 0],
1812
+ [-4.479, 4.479],
1813
+ [0, 0],
1814
+ [4.479, 4.48],
1815
+ [0, 0],
1816
+ ],
1817
+ v: [
1818
+ [130.113, 8.111],
1819
+ [130.113, -8.11],
1820
+ [8.11, -130.112],
1821
+ [-8.11, -130.112],
1822
+ [-130.113, -8.11],
1823
+ [-130.113, 8.111],
1824
+ [-8.11, 130.113],
1825
+ [8.11, 130.113],
1826
+ ],
1827
+ c: true,
1828
+ },
1829
+ ix: 2,
1830
+ },
1831
+ nm: 'Path 1',
1832
+ mn: 'ADBE Vector Shape - Group',
1833
+ hd: false,
1834
+ },
1835
+ {
1836
+ ty: 'fl',
1837
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
1838
+ o: { a: 0, k: 100, ix: 5 },
1839
+ r: 1,
1840
+ bm: 0,
1841
+ nm: 'Fill 1',
1842
+ mn: 'ADBE Vector Graphic - Fill',
1843
+ hd: false,
1844
+ },
1845
+ {
1846
+ ty: 'tr',
1847
+ p: { a: 0, k: [426.41, 548.828], ix: 2 },
1848
+ a: { a: 0, k: [0, 0], ix: 1 },
1849
+ s: { a: 0, k: [100, 100], ix: 3 },
1850
+ r: { a: 0, k: 0, ix: 6 },
1851
+ o: { a: 0, k: 100, ix: 7 },
1852
+ sk: { a: 0, k: 0, ix: 4 },
1853
+ sa: { a: 0, k: 0, ix: 5 },
1854
+ nm: 'Transform',
1855
+ },
1856
+ ],
1857
+ nm: 'Group 1',
1858
+ np: 2,
1859
+ cix: 2,
1860
+ bm: 0,
1861
+ ix: 1,
1862
+ mn: 'ADBE Vector Group',
1863
+ hd: false,
1864
+ },
1865
+ ],
1866
+ ip: 12,
1867
+ op: 248,
1868
+ st: -60,
1869
+ bm: 0,
1870
+ },
1871
+ {
1872
+ ddd: 0,
1873
+ ind: 15,
1874
+ ty: 4,
1875
+ nm: 'shape 2',
1876
+ tt: 1,
1877
+ sr: 1,
1878
+ ks: {
1879
+ o: { a: 0, k: 100, ix: 11 },
1880
+ r: { a: 0, k: 0, ix: 10 },
1881
+ p: {
1882
+ a: 1,
1883
+ k: [
1884
+ {
1885
+ i: { x: 0.667, y: 1 },
1886
+ o: { x: 0.333, y: 0 },
1887
+ t: 12,
1888
+ s: [920, 1280, 0],
1889
+ to: [0, -120, 0],
1890
+ ti: [-120, -40, 0],
1891
+ },
1892
+ {
1893
+ i: { x: 0.667, y: 1 },
1894
+ o: { x: 0.167, y: 0.167 },
1895
+ t: 16,
1896
+ s: [920, 560, 0],
1897
+ to: [120, 40, 0],
1898
+ ti: [-81.504, 0, 0],
1899
+ },
1900
+ {
1901
+ i: { x: 0.833, y: 0.833 },
1902
+ o: { x: 0.167, y: 0.167 },
1903
+ t: 46,
1904
+ s: [1640, 1520, 0],
1905
+ to: [0, 0, 0],
1906
+ ti: [0, 0, 0],
1907
+ },
1908
+ { t: 65, s: [1640, 1520, 0] },
1909
+ ],
1910
+ ix: 2,
1911
+ l: 2,
1912
+ },
1913
+ a: { a: 0, k: [-791.483, 64.517, 0], ix: 1, l: 2 },
1914
+ s: {
1915
+ a: 1,
1916
+ k: [
1917
+ {
1918
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1919
+ o: { x: [0.167, 0.167, 0.167], y: [0, 0.167, 0] },
1920
+ t: 12,
1921
+ s: [66.66, 66.6, 100],
1922
+ },
1923
+ {
1924
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1925
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1926
+ t: 16,
1927
+ s: [66.66, 90, 100],
1928
+ },
1929
+ {
1930
+ i: { x: [0.667, 0.667, 0.667], y: [-1.082, 1, 1] },
1931
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0] },
1932
+ t: 21,
1933
+ s: [66.66, 66.8, 100],
1934
+ },
1935
+ {
1936
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1937
+ o: { x: [0.333, 0.333, 0.333], y: [0.625, 0, 0] },
1938
+ t: 46,
1939
+ s: [76.667, 160, 100],
1940
+ },
1941
+ {
1942
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
1943
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
1944
+ t: 47,
1945
+ s: [78, 160, 100],
1946
+ },
1947
+ {
1948
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
1949
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
1950
+ t: 52,
1951
+ s: [66.6, 160, 100],
1952
+ },
1953
+ { t: 65, s: [66.6, 66.8, 100] },
1954
+ ],
1955
+ ix: 6,
1956
+ l: 2,
1957
+ },
1958
+ },
1959
+ ao: 0,
1960
+ shapes: [
1961
+ {
1962
+ ty: 'gr',
1963
+ it: [
1964
+ {
1965
+ ty: 'rc',
1966
+ d: 1,
1967
+ s: { a: 0, k: [1080, 1080], ix: 2 },
1968
+ p: { a: 0, k: [0, 0], ix: 3 },
1969
+ r: { a: 0, k: 0, ix: 4 },
1970
+ nm: 'Rectangle Path 1',
1971
+ mn: 'ADBE Vector Shape - Rect',
1972
+ hd: false,
1973
+ },
1974
+ {
1975
+ ty: 'fl',
1976
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
1977
+ o: { a: 0, k: 100, ix: 5 },
1978
+ r: 1,
1979
+ bm: 0,
1980
+ nm: 'Fill 1',
1981
+ mn: 'ADBE Vector Graphic - Fill',
1982
+ hd: false,
1983
+ },
1984
+ {
1985
+ ty: 'tr',
1986
+ p: { a: 0, k: [-251.483, 64.517], ix: 2 },
1987
+ a: { a: 0, k: [0, 0], ix: 1 },
1988
+ s: { a: 0, k: [100, 100], ix: 3 },
1989
+ r: { a: 0, k: 0, ix: 6 },
1990
+ o: { a: 0, k: 100, ix: 7 },
1991
+ sk: { a: 0, k: 0, ix: 4 },
1992
+ sa: { a: 0, k: 0, ix: 5 },
1993
+ nm: 'Transform',
1994
+ },
1995
+ ],
1996
+ nm: 'Rectangle 1',
1997
+ np: 3,
1998
+ cix: 2,
1999
+ bm: 0,
2000
+ ix: 1,
2001
+ mn: 'ADBE Vector Group',
2002
+ hd: false,
2003
+ },
2004
+ ],
2005
+ ip: 46,
2006
+ op: 52,
2007
+ st: 0,
2008
+ bm: 0,
2009
+ },
2010
+ {
2011
+ ddd: 0,
2012
+ ind: 16,
2013
+ ty: 4,
2014
+ nm: 'Maske Icon Outlines 3',
2015
+ td: 1,
2016
+ sr: 1,
2017
+ ks: {
2018
+ o: { a: 0, k: 100, ix: 11 },
2019
+ r: { a: 0, k: 45, ix: 10 },
2020
+ p: {
2021
+ a: 1,
2022
+ k: [
2023
+ {
2024
+ i: { x: 0.833, y: 0.833 },
2025
+ o: { x: 0.167, y: 0.167 },
2026
+ t: 17,
2027
+ s: [558.268, 1169, 0],
2028
+ to: [0, 0, 0],
2029
+ ti: [0, 0, 0],
2030
+ },
2031
+ {
2032
+ i: { x: 0.833, y: 0.833 },
2033
+ o: { x: 0.167, y: 0.167 },
2034
+ t: 18,
2035
+ s: [559.601, 1221.003, 0],
2036
+ to: [0, 0, 0],
2037
+ ti: [0, 0, 0],
2038
+ },
2039
+ {
2040
+ i: { x: 0.833, y: 0.833 },
2041
+ o: { x: 0.167, y: 0.167 },
2042
+ t: 19,
2043
+ s: [560.935, 1235.002, 0],
2044
+ to: [0, 0, 0],
2045
+ ti: [0, 0, 0],
2046
+ },
2047
+ {
2048
+ i: { x: 0.833, y: 0.833 },
2049
+ o: { x: 0.167, y: 0.167 },
2050
+ t: 20,
2051
+ s: [562.268, 1265, 0],
2052
+ to: [0, 0, 0],
2053
+ ti: [0, 0, 0],
2054
+ },
2055
+ {
2056
+ i: { x: 0.833, y: 0.833 },
2057
+ o: { x: 0.167, y: 0.167 },
2058
+ t: 21,
2059
+ s: [562.268, 1281, 0],
2060
+ to: [0, 0, 0],
2061
+ ti: [-0.015, 0.125, 0],
2062
+ },
2063
+ {
2064
+ i: { x: 0.833, y: 0.833 },
2065
+ o: { x: 0.167, y: 0.167 },
2066
+ t: 39,
2067
+ s: [563.86, 1281, 0],
2068
+ to: [-5.401, 0, 0],
2069
+ ti: [-2.404, 0, 0],
2070
+ },
2071
+ {
2072
+ i: { x: 0.667, y: 1 },
2073
+ o: { x: 0.333, y: 0 },
2074
+ t: 41,
2075
+ s: [490.268, 1281, 0],
2076
+ to: [33.161, 0, 0],
2077
+ ti: [0, 0, 0],
2078
+ },
2079
+ {
2080
+ i: { x: 0.667, y: 1 },
2081
+ o: { x: 0.333, y: 0 },
2082
+ t: 47,
2083
+ s: [1401.125, 1281, 0],
2084
+ to: [0, 0, 0],
2085
+ ti: [0, 0, 0],
2086
+ },
2087
+ { t: 52, s: [1281.125, 1281, 0] },
2088
+ ],
2089
+ ix: 2,
2090
+ l: 2,
2091
+ },
2092
+ a: { a: 0, k: [426.41, 548.828, 0], ix: 1, l: 2 },
2093
+ s: { a: 0, k: [1104, 1104, 100], ix: 6, l: 2 },
2094
+ },
2095
+ ao: 0,
2096
+ shapes: [
2097
+ {
2098
+ ty: 'gr',
2099
+ it: [
2100
+ {
2101
+ ind: 0,
2102
+ ty: 'sh',
2103
+ ix: 1,
2104
+ ks: {
2105
+ a: 0,
2106
+ k: {
2107
+ i: [
2108
+ [0, 0],
2109
+ [4.479, 4.479],
2110
+ [0, 0],
2111
+ [4.479, -4.48],
2112
+ [0, 0],
2113
+ [-4.479, -4.479],
2114
+ [0, 0],
2115
+ [-4.479, 4.48],
2116
+ ],
2117
+ o: [
2118
+ [4.479, -4.479],
2119
+ [0, 0],
2120
+ [-4.479, -4.48],
2121
+ [0, 0],
2122
+ [-4.479, 4.479],
2123
+ [0, 0],
2124
+ [4.479, 4.48],
2125
+ [0, 0],
2126
+ ],
2127
+ v: [
2128
+ [130.113, 8.111],
2129
+ [130.113, -8.11],
2130
+ [8.11, -130.112],
2131
+ [-8.11, -130.112],
2132
+ [-130.113, -8.11],
2133
+ [-130.113, 8.111],
2134
+ [-8.11, 130.113],
2135
+ [8.11, 130.113],
2136
+ ],
2137
+ c: true,
2138
+ },
2139
+ ix: 2,
2140
+ },
2141
+ nm: 'Path 1',
2142
+ mn: 'ADBE Vector Shape - Group',
2143
+ hd: false,
2144
+ },
2145
+ {
2146
+ ty: 'fl',
2147
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
2148
+ o: { a: 0, k: 100, ix: 5 },
2149
+ r: 1,
2150
+ bm: 0,
2151
+ nm: 'Fill 1',
2152
+ mn: 'ADBE Vector Graphic - Fill',
2153
+ hd: false,
2154
+ },
2155
+ {
2156
+ ty: 'tr',
2157
+ p: { a: 0, k: [426.41, 548.828], ix: 2 },
2158
+ a: { a: 0, k: [0, 0], ix: 1 },
2159
+ s: { a: 0, k: [100, 100], ix: 3 },
2160
+ r: { a: 0, k: 0, ix: 6 },
2161
+ o: { a: 0, k: 100, ix: 7 },
2162
+ sk: { a: 0, k: 0, ix: 4 },
2163
+ sa: { a: 0, k: 0, ix: 5 },
2164
+ nm: 'Transform',
2165
+ },
2166
+ ],
2167
+ nm: 'Group 1',
2168
+ np: 2,
2169
+ cix: 2,
2170
+ bm: 0,
2171
+ ix: 1,
2172
+ mn: 'ADBE Vector Group',
2173
+ hd: false,
2174
+ },
2175
+ ],
2176
+ ip: 12,
2177
+ op: 248,
2178
+ st: -60,
2179
+ bm: 0,
2180
+ },
2181
+ {
2182
+ ddd: 0,
2183
+ ind: 17,
2184
+ ty: 4,
2185
+ nm: 'Shape Layer 7',
2186
+ tt: 1,
2187
+ sr: 1,
2188
+ ks: {
2189
+ o: { a: 0, k: 100, ix: 11 },
2190
+ r: { a: 0, k: 0, ix: 10 },
2191
+ p: {
2192
+ a: 1,
2193
+ k: [
2194
+ {
2195
+ i: { x: 0.667, y: 1 },
2196
+ o: { x: 0.333, y: 0 },
2197
+ t: 12,
2198
+ s: [920, 1280, 0],
2199
+ to: [0, -120, 0],
2200
+ ti: [0, 120, 0],
2201
+ },
2202
+ {
2203
+ i: { x: 0.833, y: 0.833 },
2204
+ o: { x: 0.167, y: 0.167 },
2205
+ t: 16,
2206
+ s: [920, 560, 0],
2207
+ to: [0, 0, 0],
2208
+ ti: [0, 0, 0],
2209
+ },
2210
+ {
2211
+ i: { x: 0.667, y: 0.717 },
2212
+ o: { x: 0.333, y: 0 },
2213
+ t: 41,
2214
+ s: [920, 560, 0],
2215
+ to: [38.496, 0, 0],
2216
+ ti: [0, 0, 0],
2217
+ },
2218
+ {
2219
+ i: { x: 0.667, y: 1 },
2220
+ o: { x: 0.333, y: 0.206 },
2221
+ t: 42.75,
2222
+ s: [1122.862, 560, 0],
2223
+ to: [0, 0, 0],
2224
+ ti: [-81.504, 0, 0],
2225
+ },
2226
+ {
2227
+ i: { x: 0.833, y: 0.833 },
2228
+ o: { x: 0.167, y: 0.167 },
2229
+ t: 46,
2230
+ s: [1640, 560, 0],
2231
+ to: [0, 0, 0],
2232
+ ti: [0, 0, 0],
2233
+ },
2234
+ {
2235
+ i: { x: 0.833, y: 0.833 },
2236
+ o: { x: 0.167, y: 0.167 },
2237
+ t: 65,
2238
+ s: [1640, 560, 0],
2239
+ to: [120, -60, 0],
2240
+ ti: [-120, 60, 0],
2241
+ },
2242
+ { t: 66, s: [2360, 200, 0] },
2243
+ ],
2244
+ ix: 2,
2245
+ l: 2,
2246
+ },
2247
+ a: {
2248
+ a: 1,
2249
+ k: [
2250
+ {
2251
+ i: { x: 0.833, y: 0.833 },
2252
+ o: { x: 0.167, y: 0.167 },
2253
+ t: 65,
2254
+ s: [-927.395, -327.395, 0],
2255
+ to: [180, -90, 0],
2256
+ ti: [-180, 90, 0],
2257
+ },
2258
+ { t: 66, s: [152.605, -867.395, 0] },
2259
+ ],
2260
+ ix: 1,
2261
+ l: 2,
2262
+ },
2263
+ s: {
2264
+ a: 1,
2265
+ k: [
2266
+ {
2267
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
2268
+ o: { x: [0.167, 0.167, 0.167], y: [0, 0.167, 0] },
2269
+ t: 12,
2270
+ s: [66.66, 66.6, 100],
2271
+ },
2272
+ {
2273
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
2274
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
2275
+ t: 16,
2276
+ s: [66.66, 90, 100],
2277
+ },
2278
+ {
2279
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
2280
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
2281
+ t: 21,
2282
+ s: [66.66, 66.8, 100],
2283
+ },
2284
+ {
2285
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
2286
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
2287
+ t: 39,
2288
+ s: [66.66, 66.8, 100],
2289
+ },
2290
+ {
2291
+ i: { x: [0.667, 0.667, 0.667], y: [1, 1, 1] },
2292
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
2293
+ t: 41,
2294
+ s: [60, 66.8, 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: 47,
2300
+ s: [78, 66.8, 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: 52,
2306
+ s: [66.6, 66.8, 100],
2307
+ },
2308
+ {
2309
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
2310
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
2311
+ t: 65,
2312
+ s: [66.6, 66.8, 100],
2313
+ },
2314
+ {
2315
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
2316
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
2317
+ t: 66,
2318
+ s: [65.4, 66.6, 100],
2319
+ },
2320
+ {
2321
+ i: { x: [0.833, 0.833, 0.833], y: [0.833, 0.833, 0.833] },
2322
+ o: { x: [0.167, 0.167, 0.167], y: [0.167, 0.167, 0.167] },
2323
+ t: 69,
2324
+ s: [55.2, 61.2, 100],
2325
+ },
2326
+ { t: 70, s: [54, 59.4, 100] },
2327
+ ],
2328
+ ix: 6,
2329
+ l: 2,
2330
+ },
2331
+ },
2332
+ ao: 0,
2333
+ shapes: [
2334
+ {
2335
+ ty: 'gr',
2336
+ it: [
2337
+ {
2338
+ ty: 'rc',
2339
+ d: 1,
2340
+ s: { a: 0, k: [1080, 1080], ix: 2 },
2341
+ p: { a: 0, k: [0, 0], ix: 3 },
2342
+ r: { a: 0, k: 0, ix: 4 },
2343
+ nm: 'Rectangle Path 1',
2344
+ mn: 'ADBE Vector Shape - Rect',
2345
+ hd: false,
2346
+ },
2347
+ {
2348
+ ty: 'fl',
2349
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
2350
+ o: { a: 0, k: 100, ix: 5 },
2351
+ r: 1,
2352
+ bm: 0,
2353
+ nm: 'Fill 1',
2354
+ mn: 'ADBE Vector Graphic - Fill',
2355
+ hd: false,
2356
+ },
2357
+ {
2358
+ ty: 'tr',
2359
+ p: { a: 0, k: [-387.395, -327.395], ix: 2 },
2360
+ a: { a: 0, k: [0, 0], ix: 1 },
2361
+ s: { a: 0, k: [100, 100], ix: 3 },
2362
+ r: { a: 0, k: 0, ix: 6 },
2363
+ o: { a: 0, k: 100, ix: 7 },
2364
+ sk: { a: 0, k: 0, ix: 4 },
2365
+ sa: { a: 0, k: 0, ix: 5 },
2366
+ nm: 'Transform',
2367
+ },
2368
+ ],
2369
+ nm: 'Rectangle 1',
2370
+ np: 3,
2371
+ cix: 2,
2372
+ bm: 0,
2373
+ ix: 1,
2374
+ mn: 'ADBE Vector Group',
2375
+ hd: false,
2376
+ },
2377
+ ],
2378
+ ip: 12,
2379
+ op: 246,
2380
+ st: 0,
2381
+ bm: 0,
2382
+ },
2383
+ {
2384
+ ddd: 0,
2385
+ ind: 18,
2386
+ ty: 4,
2387
+ nm: 'shape 4',
2388
+ sr: 1,
2389
+ ks: {
2390
+ o: { a: 0, k: 100, ix: 11 },
2391
+ r: { a: 0, k: 0, ix: 10 },
2392
+ p: {
2393
+ a: 1,
2394
+ k: [
2395
+ {
2396
+ i: { x: 0.833, y: 0.833 },
2397
+ o: { x: 0.167, y: 0.167 },
2398
+ t: 42,
2399
+ s: [1120, 560, 0],
2400
+ to: [26.667, 0, 0],
2401
+ ti: [-26.667, 0, 0],
2402
+ },
2403
+ { t: 45, s: [1280, 560, 0] },
2404
+ ],
2405
+ ix: 2,
2406
+ l: 2,
2407
+ },
2408
+ a: { a: 0, k: [-251.483, 64.517, 0], ix: 1, l: 2 },
2409
+ s: { a: 0, k: [66.66, 66.66, 100], ix: 6, l: 2 },
2410
+ },
2411
+ ao: 0,
2412
+ shapes: [
2413
+ {
2414
+ ty: 'gr',
2415
+ it: [
2416
+ {
2417
+ ty: 'rc',
2418
+ d: 1,
2419
+ s: { a: 0, k: [1080, 1080], ix: 2 },
2420
+ p: { a: 0, k: [0, 0], ix: 3 },
2421
+ r: { a: 0, k: 0, ix: 4 },
2422
+ nm: 'Rectangle Path 1',
2423
+ mn: 'ADBE Vector Shape - Rect',
2424
+ hd: false,
2425
+ },
2426
+ {
2427
+ ty: 'fl',
2428
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
2429
+ o: { a: 0, k: 100, ix: 5 },
2430
+ r: 1,
2431
+ bm: 0,
2432
+ nm: 'Fill 1',
2433
+ mn: 'ADBE Vector Graphic - Fill',
2434
+ hd: false,
2435
+ },
2436
+ {
2437
+ ty: 'tr',
2438
+ p: { a: 0, k: [-251.483, 64.517], ix: 2 },
2439
+ a: { a: 0, k: [0, 0], ix: 1 },
2440
+ s: { a: 0, k: [100, 100], ix: 3 },
2441
+ r: { a: 0, k: 0, ix: 6 },
2442
+ o: { a: 0, k: 100, ix: 7 },
2443
+ sk: { a: 0, k: 0, ix: 4 },
2444
+ sa: { a: 0, k: 0, ix: 5 },
2445
+ nm: 'Transform',
2446
+ },
2447
+ ],
2448
+ nm: 'Rectangle 1',
2449
+ np: 3,
2450
+ cix: 2,
2451
+ bm: 0,
2452
+ ix: 1,
2453
+ mn: 'ADBE Vector Group',
2454
+ hd: false,
2455
+ },
2456
+ ],
2457
+ ip: 42,
2458
+ op: 66,
2459
+ st: 0,
2460
+ bm: 0,
2461
+ },
2462
+ {
2463
+ ddd: 0,
2464
+ ind: 19,
2465
+ ty: 4,
2466
+ nm: 'shape 3',
2467
+ sr: 1,
2468
+ ks: {
2469
+ o: {
2470
+ a: 1,
2471
+ k: [
2472
+ { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 11, s: [0] },
2473
+ { t: 13, s: [100] },
2474
+ ],
2475
+ ix: 11,
2476
+ },
2477
+ r: { a: 0, k: 0, ix: 10 },
2478
+ p: { a: 0, k: [1280, 1280, 0], ix: 2, l: 2 },
2479
+ a: { a: 0, k: [-251.483, 64.517, 0], ix: 1, l: 2 },
2480
+ s: {
2481
+ a: 1,
2482
+ k: [
2483
+ {
2484
+ i: { x: [0, 0, 0.667], y: [1, 1, 1] },
2485
+ o: { x: [0.333, 0.333, 0.333], y: [0, 0, 0] },
2486
+ t: 11,
2487
+ s: [40, 40, 100],
2488
+ },
2489
+ { t: 13, s: [66.66, 66.66, 100] },
2490
+ ],
2491
+ ix: 6,
2492
+ l: 2,
2493
+ },
2494
+ },
2495
+ ao: 0,
2496
+ shapes: [
2497
+ {
2498
+ ty: 'gr',
2499
+ it: [
2500
+ {
2501
+ ty: 'rc',
2502
+ d: 1,
2503
+ s: { a: 0, k: [1080, 1080], ix: 2 },
2504
+ p: { a: 0, k: [0, 0], ix: 3 },
2505
+ r: { a: 0, k: 0, ix: 4 },
2506
+ nm: 'Rectangle Path 1',
2507
+ mn: 'ADBE Vector Shape - Rect',
2508
+ hd: false,
2509
+ },
2510
+ {
2511
+ ty: 'fl',
2512
+ c: { a: 0, k: [0.082352941176, 0.121568627451, 0.427450980392, 1], ix: 4 },
2513
+ o: { a: 0, k: 100, ix: 5 },
2514
+ r: 1,
2515
+ bm: 0,
2516
+ nm: 'Fill 1',
2517
+ mn: 'ADBE Vector Graphic - Fill',
2518
+ hd: false,
2519
+ },
2520
+ {
2521
+ ty: 'tr',
2522
+ p: { a: 0, k: [-251.483, 64.517], ix: 2 },
2523
+ a: { a: 0, k: [0, 0], ix: 1 },
2524
+ s: { a: 0, k: [100, 100], ix: 3 },
2525
+ r: { a: 0, k: 0, ix: 6 },
2526
+ o: { a: 0, k: 100, ix: 7 },
2527
+ sk: { a: 0, k: 0, ix: 4 },
2528
+ sa: { a: 0, k: 0, ix: 5 },
2529
+ nm: 'Transform',
2530
+ },
2531
+ ],
2532
+ nm: 'Rectangle 1',
2533
+ np: 3,
2534
+ cix: 2,
2535
+ bm: 0,
2536
+ ix: 1,
2537
+ mn: 'ADBE Vector Group',
2538
+ hd: false,
2539
+ },
2540
+ ],
2541
+ ip: 0,
2542
+ op: 46,
2543
+ st: 0,
2544
+ bm: 0,
2545
+ },
2546
+ ],
2547
+ },
2548
+ ],
2549
+ layers: [
2550
+ {
2551
+ ddd: 0,
2552
+ ind: 1,
2553
+ ty: 0,
2554
+ nm: 'Shapes_Logo',
2555
+ refId: 'comp_0',
2556
+ sr: 0.63,
2557
+ ks: {
2558
+ o: { a: 0, k: 100, ix: 11 },
2559
+ r: {
2560
+ a: 1,
2561
+ k: [
2562
+ { i: { x: [0.667], y: [1] }, o: { x: [0.333], y: [0] }, t: 2, s: [-405] },
2563
+ { i: { x: [0.667], y: [1] }, o: { x: [0.333], y: [0] }, t: 9.754, s: [-311] },
2564
+ { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 13.631, s: [-315] },
2565
+ { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 14.6, s: [-315] },
2566
+ { i: { x: [0.667], y: [1] }, o: { x: [0.333], y: [0] }, t: 17.508, s: [-315] },
2567
+ { i: { x: [0.667], y: [1] }, o: { x: [0.333], y: [0] }, t: 25.262, s: [-221] },
2568
+ { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 29.138, s: [-225] },
2569
+ { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 30.108, s: [-225] },
2570
+ { i: { x: [0.667], y: [1] }, o: { x: [0.333], y: [0] }, t: 33.015, s: [-225] },
2571
+ { i: { x: [0.667], y: [1] }, o: { x: [0.333], y: [0] }, t: 39.8, s: [-131] },
2572
+ { t: 43.6767810997596, s: [-135] },
2573
+ ],
2574
+ ix: 10,
2575
+ },
2576
+ p: { a: 0, k: [540, 540, 0], ix: 2, l: 2 },
2577
+ a: { a: 0, k: [1280, 1280, 0], ix: 1, l: 2 },
2578
+ s: { a: 0, k: [31.32, 31.32, 100], ix: 6, l: 2 },
2579
+ },
2580
+ ao: 0,
2581
+ w: 2560,
2582
+ h: 2560,
2583
+ ip: 0,
2584
+ op: 150.195384615385,
2585
+ st: -4.78461538461538,
2586
+ bm: 0,
2587
+ },
2588
+ ],
2589
+ markers: [],
2590
+ });
2591
+
2592
+ var lib = {};
2593
+
2594
+ var lodash_clonedeep = {exports: {}};
2595
+
2596
+ /**
2597
+ * lodash (Custom Build) <https://lodash.com/>
2598
+ * Build: `lodash modularize exports="npm" -o ./`
2599
+ * Copyright jQuery Foundation and other contributors <https://jquery.org/>
2600
+ * Released under MIT license <https://lodash.com/license>
2601
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
2602
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
2603
+ */
2604
+
2605
+ (function (module, exports) {
2606
+ /** Used as the size to enable large array optimizations. */
2607
+ var LARGE_ARRAY_SIZE = 200;
2608
+
2609
+ /** Used to stand-in for `undefined` hash values. */
2610
+ var HASH_UNDEFINED = '__lodash_hash_undefined__';
2611
+
2612
+ /** Used as references for various `Number` constants. */
2613
+ var MAX_SAFE_INTEGER = 9007199254740991;
2614
+
2615
+ /** `Object#toString` result references. */
2616
+ var argsTag = '[object Arguments]',
2617
+ arrayTag = '[object Array]',
2618
+ boolTag = '[object Boolean]',
2619
+ dateTag = '[object Date]',
2620
+ errorTag = '[object Error]',
2621
+ funcTag = '[object Function]',
2622
+ genTag = '[object GeneratorFunction]',
2623
+ mapTag = '[object Map]',
2624
+ numberTag = '[object Number]',
2625
+ objectTag = '[object Object]',
2626
+ promiseTag = '[object Promise]',
2627
+ regexpTag = '[object RegExp]',
2628
+ setTag = '[object Set]',
2629
+ stringTag = '[object String]',
2630
+ symbolTag = '[object Symbol]',
2631
+ weakMapTag = '[object WeakMap]';
2632
+
2633
+ var arrayBufferTag = '[object ArrayBuffer]',
2634
+ dataViewTag = '[object DataView]',
2635
+ float32Tag = '[object Float32Array]',
2636
+ float64Tag = '[object Float64Array]',
2637
+ int8Tag = '[object Int8Array]',
2638
+ int16Tag = '[object Int16Array]',
2639
+ int32Tag = '[object Int32Array]',
2640
+ uint8Tag = '[object Uint8Array]',
2641
+ uint8ClampedTag = '[object Uint8ClampedArray]',
2642
+ uint16Tag = '[object Uint16Array]',
2643
+ uint32Tag = '[object Uint32Array]';
2644
+
2645
+ /**
2646
+ * Used to match `RegExp`
2647
+ * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).
2648
+ */
2649
+ var reRegExpChar = /[\\^$.*+?()[\]{}|]/g;
2650
+
2651
+ /** Used to match `RegExp` flags from their coerced string values. */
2652
+ var reFlags = /\w*$/;
2653
+
2654
+ /** Used to detect host constructors (Safari). */
2655
+ var reIsHostCtor = /^\[object .+?Constructor\]$/;
2656
+
2657
+ /** Used to detect unsigned integer values. */
2658
+ var reIsUint = /^(?:0|[1-9]\d*)$/;
2659
+
2660
+ /** Used to identify `toStringTag` values supported by `_.clone`. */
2661
+ var cloneableTags = {};
2662
+ cloneableTags[argsTag] = cloneableTags[arrayTag] =
2663
+ cloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] =
2664
+ cloneableTags[boolTag] = cloneableTags[dateTag] =
2665
+ cloneableTags[float32Tag] = cloneableTags[float64Tag] =
2666
+ cloneableTags[int8Tag] = cloneableTags[int16Tag] =
2667
+ cloneableTags[int32Tag] = cloneableTags[mapTag] =
2668
+ cloneableTags[numberTag] = cloneableTags[objectTag] =
2669
+ cloneableTags[regexpTag] = cloneableTags[setTag] =
2670
+ cloneableTags[stringTag] = cloneableTags[symbolTag] =
2671
+ cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] =
2672
+ cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;
2673
+ cloneableTags[errorTag] = cloneableTags[funcTag] =
2674
+ cloneableTags[weakMapTag] = false;
2675
+
2676
+ /** Detect free variable `global` from Node.js. */
2677
+ var freeGlobal = typeof _commonjsHelpers.commonjsGlobal == 'object' && _commonjsHelpers.commonjsGlobal && _commonjsHelpers.commonjsGlobal.Object === Object && _commonjsHelpers.commonjsGlobal;
2678
+
2679
+ /** Detect free variable `self`. */
2680
+ var freeSelf = typeof self == 'object' && self && self.Object === Object && self;
2681
+
2682
+ /** Used as a reference to the global object. */
2683
+ var root = freeGlobal || freeSelf || Function('return this')();
2684
+
2685
+ /** Detect free variable `exports`. */
2686
+ var freeExports = exports && !exports.nodeType && exports;
2687
+
2688
+ /** Detect free variable `module`. */
2689
+ var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
2690
+
2691
+ /** Detect the popular CommonJS extension `module.exports`. */
2692
+ var moduleExports = freeModule && freeModule.exports === freeExports;
2693
+
2694
+ /**
2695
+ * Adds the key-value `pair` to `map`.
2696
+ *
2697
+ * @private
2698
+ * @param {Object} map The map to modify.
2699
+ * @param {Array} pair The key-value pair to add.
2700
+ * @returns {Object} Returns `map`.
2701
+ */
2702
+ function addMapEntry(map, pair) {
2703
+ // Don't return `map.set` because it's not chainable in IE 11.
2704
+ map.set(pair[0], pair[1]);
2705
+ return map;
2706
+ }
2707
+
2708
+ /**
2709
+ * Adds `value` to `set`.
2710
+ *
2711
+ * @private
2712
+ * @param {Object} set The set to modify.
2713
+ * @param {*} value The value to add.
2714
+ * @returns {Object} Returns `set`.
2715
+ */
2716
+ function addSetEntry(set, value) {
2717
+ // Don't return `set.add` because it's not chainable in IE 11.
2718
+ set.add(value);
2719
+ return set;
2720
+ }
2721
+
2722
+ /**
2723
+ * A specialized version of `_.forEach` for arrays without support for
2724
+ * iteratee shorthands.
2725
+ *
2726
+ * @private
2727
+ * @param {Array} [array] The array to iterate over.
2728
+ * @param {Function} iteratee The function invoked per iteration.
2729
+ * @returns {Array} Returns `array`.
2730
+ */
2731
+ function arrayEach(array, iteratee) {
2732
+ var index = -1,
2733
+ length = array ? array.length : 0;
2734
+
2735
+ while (++index < length) {
2736
+ if (iteratee(array[index], index, array) === false) {
2737
+ break;
2738
+ }
2739
+ }
2740
+ return array;
2741
+ }
2742
+
2743
+ /**
2744
+ * Appends the elements of `values` to `array`.
2745
+ *
2746
+ * @private
2747
+ * @param {Array} array The array to modify.
2748
+ * @param {Array} values The values to append.
2749
+ * @returns {Array} Returns `array`.
2750
+ */
2751
+ function arrayPush(array, values) {
2752
+ var index = -1,
2753
+ length = values.length,
2754
+ offset = array.length;
2755
+
2756
+ while (++index < length) {
2757
+ array[offset + index] = values[index];
2758
+ }
2759
+ return array;
2760
+ }
2761
+
2762
+ /**
2763
+ * A specialized version of `_.reduce` for arrays without support for
2764
+ * iteratee shorthands.
2765
+ *
2766
+ * @private
2767
+ * @param {Array} [array] The array to iterate over.
2768
+ * @param {Function} iteratee The function invoked per iteration.
2769
+ * @param {*} [accumulator] The initial value.
2770
+ * @param {boolean} [initAccum] Specify using the first element of `array` as
2771
+ * the initial value.
2772
+ * @returns {*} Returns the accumulated value.
2773
+ */
2774
+ function arrayReduce(array, iteratee, accumulator, initAccum) {
2775
+ var index = -1,
2776
+ length = array ? array.length : 0;
2777
+
2778
+ if (initAccum && length) {
2779
+ accumulator = array[++index];
2780
+ }
2781
+ while (++index < length) {
2782
+ accumulator = iteratee(accumulator, array[index], index, array);
2783
+ }
2784
+ return accumulator;
2785
+ }
2786
+
2787
+ /**
2788
+ * The base implementation of `_.times` without support for iteratee shorthands
2789
+ * or max array length checks.
2790
+ *
2791
+ * @private
2792
+ * @param {number} n The number of times to invoke `iteratee`.
2793
+ * @param {Function} iteratee The function invoked per iteration.
2794
+ * @returns {Array} Returns the array of results.
2795
+ */
2796
+ function baseTimes(n, iteratee) {
2797
+ var index = -1,
2798
+ result = Array(n);
2799
+
2800
+ while (++index < n) {
2801
+ result[index] = iteratee(index);
2802
+ }
2803
+ return result;
2804
+ }
2805
+
2806
+ /**
2807
+ * Gets the value at `key` of `object`.
2808
+ *
2809
+ * @private
2810
+ * @param {Object} [object] The object to query.
2811
+ * @param {string} key The key of the property to get.
2812
+ * @returns {*} Returns the property value.
2813
+ */
2814
+ function getValue(object, key) {
2815
+ return object == null ? undefined : object[key];
2816
+ }
2817
+
2818
+ /**
2819
+ * Checks if `value` is a host object in IE < 9.
2820
+ *
2821
+ * @private
2822
+ * @param {*} value The value to check.
2823
+ * @returns {boolean} Returns `true` if `value` is a host object, else `false`.
2824
+ */
2825
+ function isHostObject(value) {
2826
+ // Many host objects are `Object` objects that can coerce to strings
2827
+ // despite having improperly defined `toString` methods.
2828
+ var result = false;
2829
+ if (value != null && typeof value.toString != 'function') {
2830
+ try {
2831
+ result = !!(value + '');
2832
+ } catch (e) {}
2833
+ }
2834
+ return result;
2835
+ }
2836
+
2837
+ /**
2838
+ * Converts `map` to its key-value pairs.
2839
+ *
2840
+ * @private
2841
+ * @param {Object} map The map to convert.
2842
+ * @returns {Array} Returns the key-value pairs.
2843
+ */
2844
+ function mapToArray(map) {
2845
+ var index = -1,
2846
+ result = Array(map.size);
2847
+
2848
+ map.forEach(function(value, key) {
2849
+ result[++index] = [key, value];
2850
+ });
2851
+ return result;
2852
+ }
2853
+
2854
+ /**
2855
+ * Creates a unary function that invokes `func` with its argument transformed.
2856
+ *
2857
+ * @private
2858
+ * @param {Function} func The function to wrap.
2859
+ * @param {Function} transform The argument transform.
2860
+ * @returns {Function} Returns the new function.
2861
+ */
2862
+ function overArg(func, transform) {
2863
+ return function(arg) {
2864
+ return func(transform(arg));
2865
+ };
2866
+ }
2867
+
2868
+ /**
2869
+ * Converts `set` to an array of its values.
2870
+ *
2871
+ * @private
2872
+ * @param {Object} set The set to convert.
2873
+ * @returns {Array} Returns the values.
2874
+ */
2875
+ function setToArray(set) {
2876
+ var index = -1,
2877
+ result = Array(set.size);
2878
+
2879
+ set.forEach(function(value) {
2880
+ result[++index] = value;
2881
+ });
2882
+ return result;
2883
+ }
2884
+
2885
+ /** Used for built-in method references. */
2886
+ var arrayProto = Array.prototype,
2887
+ funcProto = Function.prototype,
2888
+ objectProto = Object.prototype;
2889
+
2890
+ /** Used to detect overreaching core-js shims. */
2891
+ var coreJsData = root['__core-js_shared__'];
2892
+
2893
+ /** Used to detect methods masquerading as native. */
2894
+ var maskSrcKey = (function() {
2895
+ var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || '');
2896
+ return uid ? ('Symbol(src)_1.' + uid) : '';
2897
+ }());
2898
+
2899
+ /** Used to resolve the decompiled source of functions. */
2900
+ var funcToString = funcProto.toString;
2901
+
2902
+ /** Used to check objects for own properties. */
2903
+ var hasOwnProperty = objectProto.hasOwnProperty;
2904
+
2905
+ /**
2906
+ * Used to resolve the
2907
+ * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)
2908
+ * of values.
2909
+ */
2910
+ var objectToString = objectProto.toString;
2911
+
2912
+ /** Used to detect if a method is native. */
2913
+ var reIsNative = RegExp('^' +
2914
+ funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&')
2915
+ .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$'
2916
+ );
2917
+
2918
+ /** Built-in value references. */
2919
+ var Buffer = moduleExports ? root.Buffer : undefined,
2920
+ Symbol = root.Symbol,
2921
+ Uint8Array = root.Uint8Array,
2922
+ getPrototype = overArg(Object.getPrototypeOf, Object),
2923
+ objectCreate = Object.create,
2924
+ propertyIsEnumerable = objectProto.propertyIsEnumerable,
2925
+ splice = arrayProto.splice;
2926
+
2927
+ /* Built-in method references for those with the same name as other `lodash` methods. */
2928
+ var nativeGetSymbols = Object.getOwnPropertySymbols,
2929
+ nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined,
2930
+ nativeKeys = overArg(Object.keys, Object);
2931
+
2932
+ /* Built-in method references that are verified to be native. */
2933
+ var DataView = getNative(root, 'DataView'),
2934
+ Map = getNative(root, 'Map'),
2935
+ Promise = getNative(root, 'Promise'),
2936
+ Set = getNative(root, 'Set'),
2937
+ WeakMap = getNative(root, 'WeakMap'),
2938
+ nativeCreate = getNative(Object, 'create');
2939
+
2940
+ /** Used to detect maps, sets, and weakmaps. */
2941
+ var dataViewCtorString = toSource(DataView),
2942
+ mapCtorString = toSource(Map),
2943
+ promiseCtorString = toSource(Promise),
2944
+ setCtorString = toSource(Set),
2945
+ weakMapCtorString = toSource(WeakMap);
2946
+
2947
+ /** Used to convert symbols to primitives and strings. */
2948
+ var symbolProto = Symbol ? Symbol.prototype : undefined,
2949
+ symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;
2950
+
2951
+ /**
2952
+ * Creates a hash object.
2953
+ *
2954
+ * @private
2955
+ * @constructor
2956
+ * @param {Array} [entries] The key-value pairs to cache.
2957
+ */
2958
+ function Hash(entries) {
2959
+ var index = -1,
2960
+ length = entries ? entries.length : 0;
2961
+
2962
+ this.clear();
2963
+ while (++index < length) {
2964
+ var entry = entries[index];
2965
+ this.set(entry[0], entry[1]);
2966
+ }
2967
+ }
2968
+
2969
+ /**
2970
+ * Removes all key-value entries from the hash.
2971
+ *
2972
+ * @private
2973
+ * @name clear
2974
+ * @memberOf Hash
2975
+ */
2976
+ function hashClear() {
2977
+ this.__data__ = nativeCreate ? nativeCreate(null) : {};
2978
+ }
2979
+
2980
+ /**
2981
+ * Removes `key` and its value from the hash.
2982
+ *
2983
+ * @private
2984
+ * @name delete
2985
+ * @memberOf Hash
2986
+ * @param {Object} hash The hash to modify.
2987
+ * @param {string} key The key of the value to remove.
2988
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
2989
+ */
2990
+ function hashDelete(key) {
2991
+ return this.has(key) && delete this.__data__[key];
2992
+ }
2993
+
2994
+ /**
2995
+ * Gets the hash value for `key`.
2996
+ *
2997
+ * @private
2998
+ * @name get
2999
+ * @memberOf Hash
3000
+ * @param {string} key The key of the value to get.
3001
+ * @returns {*} Returns the entry value.
3002
+ */
3003
+ function hashGet(key) {
3004
+ var data = this.__data__;
3005
+ if (nativeCreate) {
3006
+ var result = data[key];
3007
+ return result === HASH_UNDEFINED ? undefined : result;
3008
+ }
3009
+ return hasOwnProperty.call(data, key) ? data[key] : undefined;
3010
+ }
3011
+
3012
+ /**
3013
+ * Checks if a hash value for `key` exists.
3014
+ *
3015
+ * @private
3016
+ * @name has
3017
+ * @memberOf Hash
3018
+ * @param {string} key The key of the entry to check.
3019
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
3020
+ */
3021
+ function hashHas(key) {
3022
+ var data = this.__data__;
3023
+ return nativeCreate ? data[key] !== undefined : hasOwnProperty.call(data, key);
3024
+ }
3025
+
3026
+ /**
3027
+ * Sets the hash `key` to `value`.
3028
+ *
3029
+ * @private
3030
+ * @name set
3031
+ * @memberOf Hash
3032
+ * @param {string} key The key of the value to set.
3033
+ * @param {*} value The value to set.
3034
+ * @returns {Object} Returns the hash instance.
3035
+ */
3036
+ function hashSet(key, value) {
3037
+ var data = this.__data__;
3038
+ data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value;
3039
+ return this;
3040
+ }
3041
+
3042
+ // Add methods to `Hash`.
3043
+ Hash.prototype.clear = hashClear;
3044
+ Hash.prototype['delete'] = hashDelete;
3045
+ Hash.prototype.get = hashGet;
3046
+ Hash.prototype.has = hashHas;
3047
+ Hash.prototype.set = hashSet;
3048
+
3049
+ /**
3050
+ * Creates an list cache object.
3051
+ *
3052
+ * @private
3053
+ * @constructor
3054
+ * @param {Array} [entries] The key-value pairs to cache.
3055
+ */
3056
+ function ListCache(entries) {
3057
+ var index = -1,
3058
+ length = entries ? entries.length : 0;
3059
+
3060
+ this.clear();
3061
+ while (++index < length) {
3062
+ var entry = entries[index];
3063
+ this.set(entry[0], entry[1]);
3064
+ }
3065
+ }
3066
+
3067
+ /**
3068
+ * Removes all key-value entries from the list cache.
3069
+ *
3070
+ * @private
3071
+ * @name clear
3072
+ * @memberOf ListCache
3073
+ */
3074
+ function listCacheClear() {
3075
+ this.__data__ = [];
3076
+ }
3077
+
3078
+ /**
3079
+ * Removes `key` and its value from the list cache.
3080
+ *
3081
+ * @private
3082
+ * @name delete
3083
+ * @memberOf ListCache
3084
+ * @param {string} key The key of the value to remove.
3085
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
3086
+ */
3087
+ function listCacheDelete(key) {
3088
+ var data = this.__data__,
3089
+ index = assocIndexOf(data, key);
3090
+
3091
+ if (index < 0) {
3092
+ return false;
3093
+ }
3094
+ var lastIndex = data.length - 1;
3095
+ if (index == lastIndex) {
3096
+ data.pop();
3097
+ } else {
3098
+ splice.call(data, index, 1);
3099
+ }
3100
+ return true;
3101
+ }
3102
+
3103
+ /**
3104
+ * Gets the list cache value for `key`.
3105
+ *
3106
+ * @private
3107
+ * @name get
3108
+ * @memberOf ListCache
3109
+ * @param {string} key The key of the value to get.
3110
+ * @returns {*} Returns the entry value.
3111
+ */
3112
+ function listCacheGet(key) {
3113
+ var data = this.__data__,
3114
+ index = assocIndexOf(data, key);
3115
+
3116
+ return index < 0 ? undefined : data[index][1];
3117
+ }
3118
+
3119
+ /**
3120
+ * Checks if a list cache value for `key` exists.
3121
+ *
3122
+ * @private
3123
+ * @name has
3124
+ * @memberOf ListCache
3125
+ * @param {string} key The key of the entry to check.
3126
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
3127
+ */
3128
+ function listCacheHas(key) {
3129
+ return assocIndexOf(this.__data__, key) > -1;
3130
+ }
3131
+
3132
+ /**
3133
+ * Sets the list cache `key` to `value`.
3134
+ *
3135
+ * @private
3136
+ * @name set
3137
+ * @memberOf ListCache
3138
+ * @param {string} key The key of the value to set.
3139
+ * @param {*} value The value to set.
3140
+ * @returns {Object} Returns the list cache instance.
3141
+ */
3142
+ function listCacheSet(key, value) {
3143
+ var data = this.__data__,
3144
+ index = assocIndexOf(data, key);
3145
+
3146
+ if (index < 0) {
3147
+ data.push([key, value]);
3148
+ } else {
3149
+ data[index][1] = value;
3150
+ }
3151
+ return this;
3152
+ }
3153
+
3154
+ // Add methods to `ListCache`.
3155
+ ListCache.prototype.clear = listCacheClear;
3156
+ ListCache.prototype['delete'] = listCacheDelete;
3157
+ ListCache.prototype.get = listCacheGet;
3158
+ ListCache.prototype.has = listCacheHas;
3159
+ ListCache.prototype.set = listCacheSet;
3160
+
3161
+ /**
3162
+ * Creates a map cache object to store key-value pairs.
3163
+ *
3164
+ * @private
3165
+ * @constructor
3166
+ * @param {Array} [entries] The key-value pairs to cache.
3167
+ */
3168
+ function MapCache(entries) {
3169
+ var index = -1,
3170
+ length = entries ? entries.length : 0;
3171
+
3172
+ this.clear();
3173
+ while (++index < length) {
3174
+ var entry = entries[index];
3175
+ this.set(entry[0], entry[1]);
3176
+ }
3177
+ }
3178
+
3179
+ /**
3180
+ * Removes all key-value entries from the map.
3181
+ *
3182
+ * @private
3183
+ * @name clear
3184
+ * @memberOf MapCache
3185
+ */
3186
+ function mapCacheClear() {
3187
+ this.__data__ = {
3188
+ 'hash': new Hash,
3189
+ 'map': new (Map || ListCache),
3190
+ 'string': new Hash
3191
+ };
3192
+ }
3193
+
3194
+ /**
3195
+ * Removes `key` and its value from the map.
3196
+ *
3197
+ * @private
3198
+ * @name delete
3199
+ * @memberOf MapCache
3200
+ * @param {string} key The key of the value to remove.
3201
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
3202
+ */
3203
+ function mapCacheDelete(key) {
3204
+ return getMapData(this, key)['delete'](key);
3205
+ }
3206
+
3207
+ /**
3208
+ * Gets the map value for `key`.
3209
+ *
3210
+ * @private
3211
+ * @name get
3212
+ * @memberOf MapCache
3213
+ * @param {string} key The key of the value to get.
3214
+ * @returns {*} Returns the entry value.
3215
+ */
3216
+ function mapCacheGet(key) {
3217
+ return getMapData(this, key).get(key);
3218
+ }
3219
+
3220
+ /**
3221
+ * Checks if a map value for `key` exists.
3222
+ *
3223
+ * @private
3224
+ * @name has
3225
+ * @memberOf MapCache
3226
+ * @param {string} key The key of the entry to check.
3227
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
3228
+ */
3229
+ function mapCacheHas(key) {
3230
+ return getMapData(this, key).has(key);
3231
+ }
3232
+
3233
+ /**
3234
+ * Sets the map `key` to `value`.
3235
+ *
3236
+ * @private
3237
+ * @name set
3238
+ * @memberOf MapCache
3239
+ * @param {string} key The key of the value to set.
3240
+ * @param {*} value The value to set.
3241
+ * @returns {Object} Returns the map cache instance.
3242
+ */
3243
+ function mapCacheSet(key, value) {
3244
+ getMapData(this, key).set(key, value);
3245
+ return this;
3246
+ }
3247
+
3248
+ // Add methods to `MapCache`.
3249
+ MapCache.prototype.clear = mapCacheClear;
3250
+ MapCache.prototype['delete'] = mapCacheDelete;
3251
+ MapCache.prototype.get = mapCacheGet;
3252
+ MapCache.prototype.has = mapCacheHas;
3253
+ MapCache.prototype.set = mapCacheSet;
3254
+
3255
+ /**
3256
+ * Creates a stack cache object to store key-value pairs.
3257
+ *
3258
+ * @private
3259
+ * @constructor
3260
+ * @param {Array} [entries] The key-value pairs to cache.
3261
+ */
3262
+ function Stack(entries) {
3263
+ this.__data__ = new ListCache(entries);
3264
+ }
3265
+
3266
+ /**
3267
+ * Removes all key-value entries from the stack.
3268
+ *
3269
+ * @private
3270
+ * @name clear
3271
+ * @memberOf Stack
3272
+ */
3273
+ function stackClear() {
3274
+ this.__data__ = new ListCache;
3275
+ }
3276
+
3277
+ /**
3278
+ * Removes `key` and its value from the stack.
3279
+ *
3280
+ * @private
3281
+ * @name delete
3282
+ * @memberOf Stack
3283
+ * @param {string} key The key of the value to remove.
3284
+ * @returns {boolean} Returns `true` if the entry was removed, else `false`.
3285
+ */
3286
+ function stackDelete(key) {
3287
+ return this.__data__['delete'](key);
3288
+ }
3289
+
3290
+ /**
3291
+ * Gets the stack value for `key`.
3292
+ *
3293
+ * @private
3294
+ * @name get
3295
+ * @memberOf Stack
3296
+ * @param {string} key The key of the value to get.
3297
+ * @returns {*} Returns the entry value.
3298
+ */
3299
+ function stackGet(key) {
3300
+ return this.__data__.get(key);
3301
+ }
3302
+
3303
+ /**
3304
+ * Checks if a stack value for `key` exists.
3305
+ *
3306
+ * @private
3307
+ * @name has
3308
+ * @memberOf Stack
3309
+ * @param {string} key The key of the entry to check.
3310
+ * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
3311
+ */
3312
+ function stackHas(key) {
3313
+ return this.__data__.has(key);
3314
+ }
3315
+
3316
+ /**
3317
+ * Sets the stack `key` to `value`.
3318
+ *
3319
+ * @private
3320
+ * @name set
3321
+ * @memberOf Stack
3322
+ * @param {string} key The key of the value to set.
3323
+ * @param {*} value The value to set.
3324
+ * @returns {Object} Returns the stack cache instance.
3325
+ */
3326
+ function stackSet(key, value) {
3327
+ var cache = this.__data__;
3328
+ if (cache instanceof ListCache) {
3329
+ var pairs = cache.__data__;
3330
+ if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {
3331
+ pairs.push([key, value]);
3332
+ return this;
3333
+ }
3334
+ cache = this.__data__ = new MapCache(pairs);
3335
+ }
3336
+ cache.set(key, value);
3337
+ return this;
3338
+ }
3339
+
3340
+ // Add methods to `Stack`.
3341
+ Stack.prototype.clear = stackClear;
3342
+ Stack.prototype['delete'] = stackDelete;
3343
+ Stack.prototype.get = stackGet;
3344
+ Stack.prototype.has = stackHas;
3345
+ Stack.prototype.set = stackSet;
3346
+
3347
+ /**
3348
+ * Creates an array of the enumerable property names of the array-like `value`.
3349
+ *
3350
+ * @private
3351
+ * @param {*} value The value to query.
3352
+ * @param {boolean} inherited Specify returning inherited property names.
3353
+ * @returns {Array} Returns the array of property names.
3354
+ */
3355
+ function arrayLikeKeys(value, inherited) {
3356
+ // Safari 8.1 makes `arguments.callee` enumerable in strict mode.
3357
+ // Safari 9 makes `arguments.length` enumerable in strict mode.
3358
+ var result = (isArray(value) || isArguments(value))
3359
+ ? baseTimes(value.length, String)
3360
+ : [];
3361
+
3362
+ var length = result.length,
3363
+ skipIndexes = !!length;
3364
+
3365
+ for (var key in value) {
3366
+ if ((inherited || hasOwnProperty.call(value, key)) &&
3367
+ !(skipIndexes && (key == 'length' || isIndex(key, length)))) {
3368
+ result.push(key);
3369
+ }
3370
+ }
3371
+ return result;
3372
+ }
3373
+
3374
+ /**
3375
+ * Assigns `value` to `key` of `object` if the existing value is not equivalent
3376
+ * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
3377
+ * for equality comparisons.
3378
+ *
3379
+ * @private
3380
+ * @param {Object} object The object to modify.
3381
+ * @param {string} key The key of the property to assign.
3382
+ * @param {*} value The value to assign.
3383
+ */
3384
+ function assignValue(object, key, value) {
3385
+ var objValue = object[key];
3386
+ if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) ||
3387
+ (value === undefined && !(key in object))) {
3388
+ object[key] = value;
3389
+ }
3390
+ }
3391
+
3392
+ /**
3393
+ * Gets the index at which the `key` is found in `array` of key-value pairs.
3394
+ *
3395
+ * @private
3396
+ * @param {Array} array The array to inspect.
3397
+ * @param {*} key The key to search for.
3398
+ * @returns {number} Returns the index of the matched value, else `-1`.
3399
+ */
3400
+ function assocIndexOf(array, key) {
3401
+ var length = array.length;
3402
+ while (length--) {
3403
+ if (eq(array[length][0], key)) {
3404
+ return length;
3405
+ }
3406
+ }
3407
+ return -1;
3408
+ }
3409
+
3410
+ /**
3411
+ * The base implementation of `_.assign` without support for multiple sources
3412
+ * or `customizer` functions.
3413
+ *
3414
+ * @private
3415
+ * @param {Object} object The destination object.
3416
+ * @param {Object} source The source object.
3417
+ * @returns {Object} Returns `object`.
3418
+ */
3419
+ function baseAssign(object, source) {
3420
+ return object && copyObject(source, keys(source), object);
3421
+ }
3422
+
3423
+ /**
3424
+ * The base implementation of `_.clone` and `_.cloneDeep` which tracks
3425
+ * traversed objects.
3426
+ *
3427
+ * @private
3428
+ * @param {*} value The value to clone.
3429
+ * @param {boolean} [isDeep] Specify a deep clone.
3430
+ * @param {boolean} [isFull] Specify a clone including symbols.
3431
+ * @param {Function} [customizer] The function to customize cloning.
3432
+ * @param {string} [key] The key of `value`.
3433
+ * @param {Object} [object] The parent object of `value`.
3434
+ * @param {Object} [stack] Tracks traversed objects and their clone counterparts.
3435
+ * @returns {*} Returns the cloned value.
3436
+ */
3437
+ function baseClone(value, isDeep, isFull, customizer, key, object, stack) {
3438
+ var result;
3439
+ if (customizer) {
3440
+ result = object ? customizer(value, key, object, stack) : customizer(value);
3441
+ }
3442
+ if (result !== undefined) {
3443
+ return result;
3444
+ }
3445
+ if (!isObject(value)) {
3446
+ return value;
3447
+ }
3448
+ var isArr = isArray(value);
3449
+ if (isArr) {
3450
+ result = initCloneArray(value);
3451
+ if (!isDeep) {
3452
+ return copyArray(value, result);
3453
+ }
3454
+ } else {
3455
+ var tag = getTag(value),
3456
+ isFunc = tag == funcTag || tag == genTag;
3457
+
3458
+ if (isBuffer(value)) {
3459
+ return cloneBuffer(value, isDeep);
3460
+ }
3461
+ if (tag == objectTag || tag == argsTag || (isFunc && !object)) {
3462
+ if (isHostObject(value)) {
3463
+ return object ? value : {};
3464
+ }
3465
+ result = initCloneObject(isFunc ? {} : value);
3466
+ if (!isDeep) {
3467
+ return copySymbols(value, baseAssign(result, value));
3468
+ }
3469
+ } else {
3470
+ if (!cloneableTags[tag]) {
3471
+ return object ? value : {};
3472
+ }
3473
+ result = initCloneByTag(value, tag, baseClone, isDeep);
3474
+ }
3475
+ }
3476
+ // Check for circular references and return its corresponding clone.
3477
+ stack || (stack = new Stack);
3478
+ var stacked = stack.get(value);
3479
+ if (stacked) {
3480
+ return stacked;
3481
+ }
3482
+ stack.set(value, result);
3483
+
3484
+ if (!isArr) {
3485
+ var props = isFull ? getAllKeys(value) : keys(value);
3486
+ }
3487
+ arrayEach(props || value, function(subValue, key) {
3488
+ if (props) {
3489
+ key = subValue;
3490
+ subValue = value[key];
3491
+ }
3492
+ // Recursively populate clone (susceptible to call stack limits).
3493
+ assignValue(result, key, baseClone(subValue, isDeep, isFull, customizer, key, value, stack));
3494
+ });
3495
+ return result;
3496
+ }
3497
+
3498
+ /**
3499
+ * The base implementation of `_.create` without support for assigning
3500
+ * properties to the created object.
3501
+ *
3502
+ * @private
3503
+ * @param {Object} prototype The object to inherit from.
3504
+ * @returns {Object} Returns the new object.
3505
+ */
3506
+ function baseCreate(proto) {
3507
+ return isObject(proto) ? objectCreate(proto) : {};
3508
+ }
3509
+
3510
+ /**
3511
+ * The base implementation of `getAllKeys` and `getAllKeysIn` which uses
3512
+ * `keysFunc` and `symbolsFunc` to get the enumerable property names and
3513
+ * symbols of `object`.
3514
+ *
3515
+ * @private
3516
+ * @param {Object} object The object to query.
3517
+ * @param {Function} keysFunc The function to get the keys of `object`.
3518
+ * @param {Function} symbolsFunc The function to get the symbols of `object`.
3519
+ * @returns {Array} Returns the array of property names and symbols.
3520
+ */
3521
+ function baseGetAllKeys(object, keysFunc, symbolsFunc) {
3522
+ var result = keysFunc(object);
3523
+ return isArray(object) ? result : arrayPush(result, symbolsFunc(object));
3524
+ }
3525
+
3526
+ /**
3527
+ * The base implementation of `getTag`.
3528
+ *
3529
+ * @private
3530
+ * @param {*} value The value to query.
3531
+ * @returns {string} Returns the `toStringTag`.
3532
+ */
3533
+ function baseGetTag(value) {
3534
+ return objectToString.call(value);
3535
+ }
3536
+
3537
+ /**
3538
+ * The base implementation of `_.isNative` without bad shim checks.
3539
+ *
3540
+ * @private
3541
+ * @param {*} value The value to check.
3542
+ * @returns {boolean} Returns `true` if `value` is a native function,
3543
+ * else `false`.
3544
+ */
3545
+ function baseIsNative(value) {
3546
+ if (!isObject(value) || isMasked(value)) {
3547
+ return false;
3548
+ }
3549
+ var pattern = (isFunction(value) || isHostObject(value)) ? reIsNative : reIsHostCtor;
3550
+ return pattern.test(toSource(value));
3551
+ }
3552
+
3553
+ /**
3554
+ * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.
3555
+ *
3556
+ * @private
3557
+ * @param {Object} object The object to query.
3558
+ * @returns {Array} Returns the array of property names.
3559
+ */
3560
+ function baseKeys(object) {
3561
+ if (!isPrototype(object)) {
3562
+ return nativeKeys(object);
3563
+ }
3564
+ var result = [];
3565
+ for (var key in Object(object)) {
3566
+ if (hasOwnProperty.call(object, key) && key != 'constructor') {
3567
+ result.push(key);
3568
+ }
3569
+ }
3570
+ return result;
3571
+ }
3572
+
3573
+ /**
3574
+ * Creates a clone of `buffer`.
3575
+ *
3576
+ * @private
3577
+ * @param {Buffer} buffer The buffer to clone.
3578
+ * @param {boolean} [isDeep] Specify a deep clone.
3579
+ * @returns {Buffer} Returns the cloned buffer.
3580
+ */
3581
+ function cloneBuffer(buffer, isDeep) {
3582
+ if (isDeep) {
3583
+ return buffer.slice();
3584
+ }
3585
+ var result = new buffer.constructor(buffer.length);
3586
+ buffer.copy(result);
3587
+ return result;
3588
+ }
3589
+
3590
+ /**
3591
+ * Creates a clone of `arrayBuffer`.
3592
+ *
3593
+ * @private
3594
+ * @param {ArrayBuffer} arrayBuffer The array buffer to clone.
3595
+ * @returns {ArrayBuffer} Returns the cloned array buffer.
3596
+ */
3597
+ function cloneArrayBuffer(arrayBuffer) {
3598
+ var result = new arrayBuffer.constructor(arrayBuffer.byteLength);
3599
+ new Uint8Array(result).set(new Uint8Array(arrayBuffer));
3600
+ return result;
3601
+ }
3602
+
3603
+ /**
3604
+ * Creates a clone of `dataView`.
3605
+ *
3606
+ * @private
3607
+ * @param {Object} dataView The data view to clone.
3608
+ * @param {boolean} [isDeep] Specify a deep clone.
3609
+ * @returns {Object} Returns the cloned data view.
3610
+ */
3611
+ function cloneDataView(dataView, isDeep) {
3612
+ var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer;
3613
+ return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);
3614
+ }
3615
+
3616
+ /**
3617
+ * Creates a clone of `map`.
3618
+ *
3619
+ * @private
3620
+ * @param {Object} map The map to clone.
3621
+ * @param {Function} cloneFunc The function to clone values.
3622
+ * @param {boolean} [isDeep] Specify a deep clone.
3623
+ * @returns {Object} Returns the cloned map.
3624
+ */
3625
+ function cloneMap(map, isDeep, cloneFunc) {
3626
+ var array = isDeep ? cloneFunc(mapToArray(map), true) : mapToArray(map);
3627
+ return arrayReduce(array, addMapEntry, new map.constructor);
3628
+ }
3629
+
3630
+ /**
3631
+ * Creates a clone of `regexp`.
3632
+ *
3633
+ * @private
3634
+ * @param {Object} regexp The regexp to clone.
3635
+ * @returns {Object} Returns the cloned regexp.
3636
+ */
3637
+ function cloneRegExp(regexp) {
3638
+ var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));
3639
+ result.lastIndex = regexp.lastIndex;
3640
+ return result;
3641
+ }
3642
+
3643
+ /**
3644
+ * Creates a clone of `set`.
3645
+ *
3646
+ * @private
3647
+ * @param {Object} set The set to clone.
3648
+ * @param {Function} cloneFunc The function to clone values.
3649
+ * @param {boolean} [isDeep] Specify a deep clone.
3650
+ * @returns {Object} Returns the cloned set.
3651
+ */
3652
+ function cloneSet(set, isDeep, cloneFunc) {
3653
+ var array = isDeep ? cloneFunc(setToArray(set), true) : setToArray(set);
3654
+ return arrayReduce(array, addSetEntry, new set.constructor);
3655
+ }
3656
+
3657
+ /**
3658
+ * Creates a clone of the `symbol` object.
3659
+ *
3660
+ * @private
3661
+ * @param {Object} symbol The symbol object to clone.
3662
+ * @returns {Object} Returns the cloned symbol object.
3663
+ */
3664
+ function cloneSymbol(symbol) {
3665
+ return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {};
3666
+ }
3667
+
3668
+ /**
3669
+ * Creates a clone of `typedArray`.
3670
+ *
3671
+ * @private
3672
+ * @param {Object} typedArray The typed array to clone.
3673
+ * @param {boolean} [isDeep] Specify a deep clone.
3674
+ * @returns {Object} Returns the cloned typed array.
3675
+ */
3676
+ function cloneTypedArray(typedArray, isDeep) {
3677
+ var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer;
3678
+ return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);
3679
+ }
3680
+
3681
+ /**
3682
+ * Copies the values of `source` to `array`.
3683
+ *
3684
+ * @private
3685
+ * @param {Array} source The array to copy values from.
3686
+ * @param {Array} [array=[]] The array to copy values to.
3687
+ * @returns {Array} Returns `array`.
3688
+ */
3689
+ function copyArray(source, array) {
3690
+ var index = -1,
3691
+ length = source.length;
3692
+
3693
+ array || (array = Array(length));
3694
+ while (++index < length) {
3695
+ array[index] = source[index];
3696
+ }
3697
+ return array;
3698
+ }
3699
+
3700
+ /**
3701
+ * Copies properties of `source` to `object`.
3702
+ *
3703
+ * @private
3704
+ * @param {Object} source The object to copy properties from.
3705
+ * @param {Array} props The property identifiers to copy.
3706
+ * @param {Object} [object={}] The object to copy properties to.
3707
+ * @param {Function} [customizer] The function to customize copied values.
3708
+ * @returns {Object} Returns `object`.
3709
+ */
3710
+ function copyObject(source, props, object, customizer) {
3711
+ object || (object = {});
3712
+
3713
+ var index = -1,
3714
+ length = props.length;
3715
+
3716
+ while (++index < length) {
3717
+ var key = props[index];
3718
+
3719
+ var newValue = customizer
3720
+ ? customizer(object[key], source[key], key, object, source)
3721
+ : undefined;
3722
+
3723
+ assignValue(object, key, newValue === undefined ? source[key] : newValue);
3724
+ }
3725
+ return object;
3726
+ }
3727
+
3728
+ /**
3729
+ * Copies own symbol properties of `source` to `object`.
3730
+ *
3731
+ * @private
3732
+ * @param {Object} source The object to copy symbols from.
3733
+ * @param {Object} [object={}] The object to copy symbols to.
3734
+ * @returns {Object} Returns `object`.
3735
+ */
3736
+ function copySymbols(source, object) {
3737
+ return copyObject(source, getSymbols(source), object);
3738
+ }
3739
+
3740
+ /**
3741
+ * Creates an array of own enumerable property names and symbols of `object`.
3742
+ *
3743
+ * @private
3744
+ * @param {Object} object The object to query.
3745
+ * @returns {Array} Returns the array of property names and symbols.
3746
+ */
3747
+ function getAllKeys(object) {
3748
+ return baseGetAllKeys(object, keys, getSymbols);
3749
+ }
3750
+
3751
+ /**
3752
+ * Gets the data for `map`.
3753
+ *
3754
+ * @private
3755
+ * @param {Object} map The map to query.
3756
+ * @param {string} key The reference key.
3757
+ * @returns {*} Returns the map data.
3758
+ */
3759
+ function getMapData(map, key) {
3760
+ var data = map.__data__;
3761
+ return isKeyable(key)
3762
+ ? data[typeof key == 'string' ? 'string' : 'hash']
3763
+ : data.map;
3764
+ }
3765
+
3766
+ /**
3767
+ * Gets the native function at `key` of `object`.
3768
+ *
3769
+ * @private
3770
+ * @param {Object} object The object to query.
3771
+ * @param {string} key The key of the method to get.
3772
+ * @returns {*} Returns the function if it's native, else `undefined`.
3773
+ */
3774
+ function getNative(object, key) {
3775
+ var value = getValue(object, key);
3776
+ return baseIsNative(value) ? value : undefined;
3777
+ }
3778
+
3779
+ /**
3780
+ * Creates an array of the own enumerable symbol properties of `object`.
3781
+ *
3782
+ * @private
3783
+ * @param {Object} object The object to query.
3784
+ * @returns {Array} Returns the array of symbols.
3785
+ */
3786
+ var getSymbols = nativeGetSymbols ? overArg(nativeGetSymbols, Object) : stubArray;
3787
+
3788
+ /**
3789
+ * Gets the `toStringTag` of `value`.
3790
+ *
3791
+ * @private
3792
+ * @param {*} value The value to query.
3793
+ * @returns {string} Returns the `toStringTag`.
3794
+ */
3795
+ var getTag = baseGetTag;
3796
+
3797
+ // Fallback for data views, maps, sets, and weak maps in IE 11,
3798
+ // for data views in Edge < 14, and promises in Node.js.
3799
+ if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) ||
3800
+ (Map && getTag(new Map) != mapTag) ||
3801
+ (Promise && getTag(Promise.resolve()) != promiseTag) ||
3802
+ (Set && getTag(new Set) != setTag) ||
3803
+ (WeakMap && getTag(new WeakMap) != weakMapTag)) {
3804
+ getTag = function(value) {
3805
+ var result = objectToString.call(value),
3806
+ Ctor = result == objectTag ? value.constructor : undefined,
3807
+ ctorString = Ctor ? toSource(Ctor) : undefined;
3808
+
3809
+ if (ctorString) {
3810
+ switch (ctorString) {
3811
+ case dataViewCtorString: return dataViewTag;
3812
+ case mapCtorString: return mapTag;
3813
+ case promiseCtorString: return promiseTag;
3814
+ case setCtorString: return setTag;
3815
+ case weakMapCtorString: return weakMapTag;
3816
+ }
3817
+ }
3818
+ return result;
3819
+ };
3820
+ }
3821
+
3822
+ /**
3823
+ * Initializes an array clone.
3824
+ *
3825
+ * @private
3826
+ * @param {Array} array The array to clone.
3827
+ * @returns {Array} Returns the initialized clone.
3828
+ */
3829
+ function initCloneArray(array) {
3830
+ var length = array.length,
3831
+ result = array.constructor(length);
3832
+
3833
+ // Add properties assigned by `RegExp#exec`.
3834
+ if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) {
3835
+ result.index = array.index;
3836
+ result.input = array.input;
3837
+ }
3838
+ return result;
3839
+ }
3840
+
3841
+ /**
3842
+ * Initializes an object clone.
3843
+ *
3844
+ * @private
3845
+ * @param {Object} object The object to clone.
3846
+ * @returns {Object} Returns the initialized clone.
3847
+ */
3848
+ function initCloneObject(object) {
3849
+ return (typeof object.constructor == 'function' && !isPrototype(object))
3850
+ ? baseCreate(getPrototype(object))
3851
+ : {};
3852
+ }
3853
+
3854
+ /**
3855
+ * Initializes an object clone based on its `toStringTag`.
3856
+ *
3857
+ * **Note:** This function only supports cloning values with tags of
3858
+ * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
3859
+ *
3860
+ * @private
3861
+ * @param {Object} object The object to clone.
3862
+ * @param {string} tag The `toStringTag` of the object to clone.
3863
+ * @param {Function} cloneFunc The function to clone values.
3864
+ * @param {boolean} [isDeep] Specify a deep clone.
3865
+ * @returns {Object} Returns the initialized clone.
3866
+ */
3867
+ function initCloneByTag(object, tag, cloneFunc, isDeep) {
3868
+ var Ctor = object.constructor;
3869
+ switch (tag) {
3870
+ case arrayBufferTag:
3871
+ return cloneArrayBuffer(object);
3872
+
3873
+ case boolTag:
3874
+ case dateTag:
3875
+ return new Ctor(+object);
3876
+
3877
+ case dataViewTag:
3878
+ return cloneDataView(object, isDeep);
3879
+
3880
+ case float32Tag: case float64Tag:
3881
+ case int8Tag: case int16Tag: case int32Tag:
3882
+ case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag:
3883
+ return cloneTypedArray(object, isDeep);
3884
+
3885
+ case mapTag:
3886
+ return cloneMap(object, isDeep, cloneFunc);
3887
+
3888
+ case numberTag:
3889
+ case stringTag:
3890
+ return new Ctor(object);
3891
+
3892
+ case regexpTag:
3893
+ return cloneRegExp(object);
3894
+
3895
+ case setTag:
3896
+ return cloneSet(object, isDeep, cloneFunc);
3897
+
3898
+ case symbolTag:
3899
+ return cloneSymbol(object);
3900
+ }
3901
+ }
3902
+
3903
+ /**
3904
+ * Checks if `value` is a valid array-like index.
3905
+ *
3906
+ * @private
3907
+ * @param {*} value The value to check.
3908
+ * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
3909
+ * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
3910
+ */
3911
+ function isIndex(value, length) {
3912
+ length = length == null ? MAX_SAFE_INTEGER : length;
3913
+ return !!length &&
3914
+ (typeof value == 'number' || reIsUint.test(value)) &&
3915
+ (value > -1 && value % 1 == 0 && value < length);
3916
+ }
3917
+
3918
+ /**
3919
+ * Checks if `value` is suitable for use as unique object key.
3920
+ *
3921
+ * @private
3922
+ * @param {*} value The value to check.
3923
+ * @returns {boolean} Returns `true` if `value` is suitable, else `false`.
3924
+ */
3925
+ function isKeyable(value) {
3926
+ var type = typeof value;
3927
+ return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean')
3928
+ ? (value !== '__proto__')
3929
+ : (value === null);
3930
+ }
3931
+
3932
+ /**
3933
+ * Checks if `func` has its source masked.
3934
+ *
3935
+ * @private
3936
+ * @param {Function} func The function to check.
3937
+ * @returns {boolean} Returns `true` if `func` is masked, else `false`.
3938
+ */
3939
+ function isMasked(func) {
3940
+ return !!maskSrcKey && (maskSrcKey in func);
3941
+ }
3942
+
3943
+ /**
3944
+ * Checks if `value` is likely a prototype object.
3945
+ *
3946
+ * @private
3947
+ * @param {*} value The value to check.
3948
+ * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.
3949
+ */
3950
+ function isPrototype(value) {
3951
+ var Ctor = value && value.constructor,
3952
+ proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto;
3953
+
3954
+ return value === proto;
3955
+ }
3956
+
3957
+ /**
3958
+ * Converts `func` to its source code.
3959
+ *
3960
+ * @private
3961
+ * @param {Function} func The function to process.
3962
+ * @returns {string} Returns the source code.
3963
+ */
3964
+ function toSource(func) {
3965
+ if (func != null) {
3966
+ try {
3967
+ return funcToString.call(func);
3968
+ } catch (e) {}
3969
+ try {
3970
+ return (func + '');
3971
+ } catch (e) {}
3972
+ }
3973
+ return '';
3974
+ }
3975
+
3976
+ /**
3977
+ * This method is like `_.clone` except that it recursively clones `value`.
3978
+ *
3979
+ * @static
3980
+ * @memberOf _
3981
+ * @since 1.0.0
3982
+ * @category Lang
3983
+ * @param {*} value The value to recursively clone.
3984
+ * @returns {*} Returns the deep cloned value.
3985
+ * @see _.clone
3986
+ * @example
3987
+ *
3988
+ * var objects = [{ 'a': 1 }, { 'b': 2 }];
3989
+ *
3990
+ * var deep = _.cloneDeep(objects);
3991
+ * console.log(deep[0] === objects[0]);
3992
+ * // => false
3993
+ */
3994
+ function cloneDeep(value) {
3995
+ return baseClone(value, true, true);
3996
+ }
3997
+
3998
+ /**
3999
+ * Performs a
4000
+ * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
4001
+ * comparison between two values to determine if they are equivalent.
4002
+ *
4003
+ * @static
4004
+ * @memberOf _
4005
+ * @since 4.0.0
4006
+ * @category Lang
4007
+ * @param {*} value The value to compare.
4008
+ * @param {*} other The other value to compare.
4009
+ * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
4010
+ * @example
4011
+ *
4012
+ * var object = { 'a': 1 };
4013
+ * var other = { 'a': 1 };
4014
+ *
4015
+ * _.eq(object, object);
4016
+ * // => true
4017
+ *
4018
+ * _.eq(object, other);
4019
+ * // => false
4020
+ *
4021
+ * _.eq('a', 'a');
4022
+ * // => true
4023
+ *
4024
+ * _.eq('a', Object('a'));
4025
+ * // => false
4026
+ *
4027
+ * _.eq(NaN, NaN);
4028
+ * // => true
4029
+ */
4030
+ function eq(value, other) {
4031
+ return value === other || (value !== value && other !== other);
4032
+ }
4033
+
4034
+ /**
4035
+ * Checks if `value` is likely an `arguments` object.
4036
+ *
4037
+ * @static
4038
+ * @memberOf _
4039
+ * @since 0.1.0
4040
+ * @category Lang
4041
+ * @param {*} value The value to check.
4042
+ * @returns {boolean} Returns `true` if `value` is an `arguments` object,
4043
+ * else `false`.
4044
+ * @example
4045
+ *
4046
+ * _.isArguments(function() { return arguments; }());
4047
+ * // => true
4048
+ *
4049
+ * _.isArguments([1, 2, 3]);
4050
+ * // => false
4051
+ */
4052
+ function isArguments(value) {
4053
+ // Safari 8.1 makes `arguments.callee` enumerable in strict mode.
4054
+ return isArrayLikeObject(value) && hasOwnProperty.call(value, 'callee') &&
4055
+ (!propertyIsEnumerable.call(value, 'callee') || objectToString.call(value) == argsTag);
4056
+ }
4057
+
4058
+ /**
4059
+ * Checks if `value` is classified as an `Array` object.
4060
+ *
4061
+ * @static
4062
+ * @memberOf _
4063
+ * @since 0.1.0
4064
+ * @category Lang
4065
+ * @param {*} value The value to check.
4066
+ * @returns {boolean} Returns `true` if `value` is an array, else `false`.
4067
+ * @example
4068
+ *
4069
+ * _.isArray([1, 2, 3]);
4070
+ * // => true
4071
+ *
4072
+ * _.isArray(document.body.children);
4073
+ * // => false
4074
+ *
4075
+ * _.isArray('abc');
4076
+ * // => false
4077
+ *
4078
+ * _.isArray(_.noop);
4079
+ * // => false
4080
+ */
4081
+ var isArray = Array.isArray;
4082
+
4083
+ /**
4084
+ * Checks if `value` is array-like. A value is considered array-like if it's
4085
+ * not a function and has a `value.length` that's an integer greater than or
4086
+ * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
4087
+ *
4088
+ * @static
4089
+ * @memberOf _
4090
+ * @since 4.0.0
4091
+ * @category Lang
4092
+ * @param {*} value The value to check.
4093
+ * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
4094
+ * @example
4095
+ *
4096
+ * _.isArrayLike([1, 2, 3]);
4097
+ * // => true
4098
+ *
4099
+ * _.isArrayLike(document.body.children);
4100
+ * // => true
4101
+ *
4102
+ * _.isArrayLike('abc');
4103
+ * // => true
4104
+ *
4105
+ * _.isArrayLike(_.noop);
4106
+ * // => false
4107
+ */
4108
+ function isArrayLike(value) {
4109
+ return value != null && isLength(value.length) && !isFunction(value);
4110
+ }
4111
+
4112
+ /**
4113
+ * This method is like `_.isArrayLike` except that it also checks if `value`
4114
+ * is an object.
4115
+ *
4116
+ * @static
4117
+ * @memberOf _
4118
+ * @since 4.0.0
4119
+ * @category Lang
4120
+ * @param {*} value The value to check.
4121
+ * @returns {boolean} Returns `true` if `value` is an array-like object,
4122
+ * else `false`.
4123
+ * @example
4124
+ *
4125
+ * _.isArrayLikeObject([1, 2, 3]);
4126
+ * // => true
4127
+ *
4128
+ * _.isArrayLikeObject(document.body.children);
4129
+ * // => true
4130
+ *
4131
+ * _.isArrayLikeObject('abc');
4132
+ * // => false
4133
+ *
4134
+ * _.isArrayLikeObject(_.noop);
4135
+ * // => false
4136
+ */
4137
+ function isArrayLikeObject(value) {
4138
+ return isObjectLike(value) && isArrayLike(value);
4139
+ }
4140
+
4141
+ /**
4142
+ * Checks if `value` is a buffer.
4143
+ *
4144
+ * @static
4145
+ * @memberOf _
4146
+ * @since 4.3.0
4147
+ * @category Lang
4148
+ * @param {*} value The value to check.
4149
+ * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.
4150
+ * @example
4151
+ *
4152
+ * _.isBuffer(new Buffer(2));
4153
+ * // => true
4154
+ *
4155
+ * _.isBuffer(new Uint8Array(2));
4156
+ * // => false
4157
+ */
4158
+ var isBuffer = nativeIsBuffer || stubFalse;
4159
+
4160
+ /**
4161
+ * Checks if `value` is classified as a `Function` object.
4162
+ *
4163
+ * @static
4164
+ * @memberOf _
4165
+ * @since 0.1.0
4166
+ * @category Lang
4167
+ * @param {*} value The value to check.
4168
+ * @returns {boolean} Returns `true` if `value` is a function, else `false`.
4169
+ * @example
4170
+ *
4171
+ * _.isFunction(_);
4172
+ * // => true
4173
+ *
4174
+ * _.isFunction(/abc/);
4175
+ * // => false
4176
+ */
4177
+ function isFunction(value) {
4178
+ // The use of `Object#toString` avoids issues with the `typeof` operator
4179
+ // in Safari 8-9 which returns 'object' for typed array and other constructors.
4180
+ var tag = isObject(value) ? objectToString.call(value) : '';
4181
+ return tag == funcTag || tag == genTag;
4182
+ }
4183
+
4184
+ /**
4185
+ * Checks if `value` is a valid array-like length.
4186
+ *
4187
+ * **Note:** This method is loosely based on
4188
+ * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
4189
+ *
4190
+ * @static
4191
+ * @memberOf _
4192
+ * @since 4.0.0
4193
+ * @category Lang
4194
+ * @param {*} value The value to check.
4195
+ * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
4196
+ * @example
4197
+ *
4198
+ * _.isLength(3);
4199
+ * // => true
4200
+ *
4201
+ * _.isLength(Number.MIN_VALUE);
4202
+ * // => false
4203
+ *
4204
+ * _.isLength(Infinity);
4205
+ * // => false
4206
+ *
4207
+ * _.isLength('3');
4208
+ * // => false
4209
+ */
4210
+ function isLength(value) {
4211
+ return typeof value == 'number' &&
4212
+ value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
4213
+ }
4214
+
4215
+ /**
4216
+ * Checks if `value` is the
4217
+ * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)
4218
+ * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
4219
+ *
4220
+ * @static
4221
+ * @memberOf _
4222
+ * @since 0.1.0
4223
+ * @category Lang
4224
+ * @param {*} value The value to check.
4225
+ * @returns {boolean} Returns `true` if `value` is an object, else `false`.
4226
+ * @example
4227
+ *
4228
+ * _.isObject({});
4229
+ * // => true
4230
+ *
4231
+ * _.isObject([1, 2, 3]);
4232
+ * // => true
4233
+ *
4234
+ * _.isObject(_.noop);
4235
+ * // => true
4236
+ *
4237
+ * _.isObject(null);
4238
+ * // => false
4239
+ */
4240
+ function isObject(value) {
4241
+ var type = typeof value;
4242
+ return !!value && (type == 'object' || type == 'function');
4243
+ }
4244
+
4245
+ /**
4246
+ * Checks if `value` is object-like. A value is object-like if it's not `null`
4247
+ * and has a `typeof` result of "object".
4248
+ *
4249
+ * @static
4250
+ * @memberOf _
4251
+ * @since 4.0.0
4252
+ * @category Lang
4253
+ * @param {*} value The value to check.
4254
+ * @returns {boolean} Returns `true` if `value` is object-like, else `false`.
4255
+ * @example
4256
+ *
4257
+ * _.isObjectLike({});
4258
+ * // => true
4259
+ *
4260
+ * _.isObjectLike([1, 2, 3]);
4261
+ * // => true
4262
+ *
4263
+ * _.isObjectLike(_.noop);
4264
+ * // => false
4265
+ *
4266
+ * _.isObjectLike(null);
4267
+ * // => false
4268
+ */
4269
+ function isObjectLike(value) {
4270
+ return !!value && typeof value == 'object';
4271
+ }
4272
+
4273
+ /**
4274
+ * Creates an array of the own enumerable property names of `object`.
4275
+ *
4276
+ * **Note:** Non-object values are coerced to objects. See the
4277
+ * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
4278
+ * for more details.
4279
+ *
4280
+ * @static
4281
+ * @since 0.1.0
4282
+ * @memberOf _
4283
+ * @category Object
4284
+ * @param {Object} object The object to query.
4285
+ * @returns {Array} Returns the array of property names.
4286
+ * @example
4287
+ *
4288
+ * function Foo() {
4289
+ * this.a = 1;
4290
+ * this.b = 2;
4291
+ * }
4292
+ *
4293
+ * Foo.prototype.c = 3;
4294
+ *
4295
+ * _.keys(new Foo);
4296
+ * // => ['a', 'b'] (iteration order is not guaranteed)
4297
+ *
4298
+ * _.keys('hi');
4299
+ * // => ['0', '1']
4300
+ */
4301
+ function keys(object) {
4302
+ return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object);
4303
+ }
4304
+
4305
+ /**
4306
+ * This method returns a new empty array.
4307
+ *
4308
+ * @static
4309
+ * @memberOf _
4310
+ * @since 4.13.0
4311
+ * @category Util
4312
+ * @returns {Array} Returns the new empty array.
4313
+ * @example
4314
+ *
4315
+ * var arrays = _.times(2, _.stubArray);
4316
+ *
4317
+ * console.log(arrays);
4318
+ * // => [[], []]
4319
+ *
4320
+ * console.log(arrays[0] === arrays[1]);
4321
+ * // => false
4322
+ */
4323
+ function stubArray() {
4324
+ return [];
4325
+ }
4326
+
4327
+ /**
4328
+ * This method returns `false`.
4329
+ *
4330
+ * @static
4331
+ * @memberOf _
4332
+ * @since 4.13.0
4333
+ * @category Util
4334
+ * @returns {boolean} Returns `false`.
4335
+ * @example
4336
+ *
4337
+ * _.times(2, _.stubFalse);
4338
+ * // => [false, false]
4339
+ */
4340
+ function stubFalse() {
4341
+ return false;
4342
+ }
4343
+
4344
+ module.exports = cloneDeep;
4345
+ }(lodash_clonedeep, lodash_clonedeep.exports));
4346
+
4347
+ var __spreadArrays = (_commonjsHelpers.commonjsGlobal && _commonjsHelpers.commonjsGlobal.__spreadArrays) || function () {
4348
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
4349
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
4350
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
4351
+ r[k] = a[j];
4352
+ return r;
4353
+ };
4354
+ var __importDefault = (_commonjsHelpers.commonjsGlobal && _commonjsHelpers.commonjsGlobal.__importDefault) || function (mod) {
4355
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4356
+ };
4357
+ Object.defineProperty(lib, "__esModule", { value: true });
4358
+ lib.getColors = flatten = lib.flatten = lib.replaceColor = lib.colorify = void 0;
4359
+ var lodash_clonedeep_1 = __importDefault(lodash_clonedeep.exports);
4360
+ lib.colorify = function (destColors, lottie) {
4361
+ if (destColors === void 0) { destColors = []; }
4362
+ var modifiedColors = [];
4363
+ for (var _i = 0, destColors_1 = destColors; _i < destColors_1.length; _i++) {
4364
+ var color = destColors_1[_i];
4365
+ modifiedColors.push(convertColorToLottieColor(color));
4366
+ }
4367
+ var newLottie = modifyColors(modifiedColors, lodash_clonedeep_1.default(lottie));
4368
+ return newLottie;
4369
+ };
4370
+ var convertColorToLottieColor = function (color) {
4371
+ if (typeof color === 'string' && color.match(/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i)) {
4372
+ var result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(color);
4373
+ if (!result) {
4374
+ throw new Error('Color can be only hex or rgb array (ex. [10,20,30])');
4375
+ }
4376
+ return [
4377
+ Math.round((parseInt(result[1], 16) / 255) * 1000) / 1000,
4378
+ Math.round((parseInt(result[2], 16) / 255) * 1000) / 1000,
4379
+ Math.round((parseInt(result[3], 16) / 255) * 1000) / 1000,
4380
+ ];
4381
+ }
4382
+ else if (typeof color === 'object' && color.length === 3 && color.every(function (item) { return item >= 0 && item <= 255; })) {
4383
+ return [
4384
+ Math.round((color[0] / 255) * 1000) / 1000,
4385
+ Math.round((color[1] / 255) * 1000) / 1000,
4386
+ Math.round((color[2] / 255) * 1000) / 1000,
4387
+ ];
4388
+ }
4389
+ else if (!color) {
4390
+ return undefined;
4391
+ }
4392
+ else {
4393
+ throw new Error('Color can be only hex or rgb array (ex. [10,20,30])');
4394
+ }
4395
+ };
4396
+ var round = function (n) { return Math.round(n * 1000) / 1000; };
4397
+ lib.replaceColor = function (sourceColor, targetColor, lottieObj) {
4398
+ var genSourceLottieColor = convertColorToLottieColor(sourceColor);
4399
+ var genTargetLottieColor = convertColorToLottieColor(targetColor);
4400
+ if (!genSourceLottieColor || !genTargetLottieColor) {
4401
+ throw new Error('Proper colors must be used for both source and target');
4402
+ }
4403
+ function doReplace(sourceLottieColor, targetLottieColor, obj) {
4404
+ if (obj.s && Array.isArray(obj.s) && obj.s.length === 4) {
4405
+ if (sourceLottieColor[0] === obj.s[0] && sourceLottieColor[1] === obj.s[1] && sourceLottieColor[2] === obj.s[2]) {
4406
+ obj.s = __spreadArrays(targetLottieColor, [1]);
4407
+ }
4408
+ }
4409
+ else if (obj.c && obj.c.k) {
4410
+ if (Array.isArray(obj.c.k) && typeof obj.c.k[0] !== 'number') {
4411
+ doReplace(sourceLottieColor, targetLottieColor, obj.c.k);
4412
+ }
4413
+ else if (sourceLottieColor[0] === round(obj.c.k[0]) &&
4414
+ sourceLottieColor[1] === round(obj.c.k[1]) &&
4415
+ sourceLottieColor[2] === round(obj.c.k[2])) {
4416
+ obj.c.k = targetLottieColor;
4417
+ }
4418
+ }
4419
+ else {
4420
+ for (var key in obj) {
4421
+ if (typeof obj[key] === 'object') {
4422
+ doReplace(sourceLottieColor, targetLottieColor, obj[key]);
4423
+ }
4424
+ }
4425
+ }
4426
+ return obj;
4427
+ }
4428
+ return doReplace(genSourceLottieColor, genTargetLottieColor, lodash_clonedeep_1.default(lottieObj));
4429
+ };
4430
+ var flatten = lib.flatten = function (targetColor, lottieObj) {
4431
+ var genTargetLottieColor = convertColorToLottieColor(targetColor);
4432
+ if (!genTargetLottieColor) {
4433
+ throw new Error('Proper colors must be used for target');
4434
+ }
4435
+ function doFlatten(targetLottieColor, obj) {
4436
+ if (obj.s && Array.isArray(obj.s) && obj.s.length === 4) {
4437
+ obj.s = __spreadArrays(targetLottieColor, [1]);
4438
+ }
4439
+ else if (obj.c && obj.c.k) {
4440
+ if (Array.isArray(obj.c.k) && typeof obj.c.k[0] !== 'number') {
4441
+ doFlatten(targetLottieColor, obj.c.k);
4442
+ }
4443
+ else {
4444
+ obj.c.k = targetLottieColor;
4445
+ }
4446
+ }
4447
+ else {
4448
+ for (var key in obj) {
4449
+ if (typeof obj[key] === 'object') {
4450
+ doFlatten(targetLottieColor, obj[key]);
4451
+ }
4452
+ }
4453
+ }
4454
+ return obj;
4455
+ }
4456
+ return doFlatten(genTargetLottieColor, lodash_clonedeep_1.default(lottieObj));
4457
+ };
4458
+ var modifyColors = function (colorsArray, lottieObj) {
4459
+ var i = 0;
4460
+ function doModify(colors, obj) {
4461
+ if (obj.s && Array.isArray(obj.s) && obj.s.length === 4) {
4462
+ if (colors[i]) {
4463
+ obj.s = __spreadArrays(colors[i], [1]);
4464
+ }
4465
+ i++;
4466
+ }
4467
+ else if (obj.c && obj.c.k) {
4468
+ if (Array.isArray(obj.c.k) && typeof obj.c.k[0] !== 'number') {
4469
+ doModify(colors, obj.c.k);
4470
+ }
4471
+ else {
4472
+ if (colors[i]) {
4473
+ obj.c.k = colors[i];
4474
+ }
4475
+ i++;
4476
+ }
4477
+ }
4478
+ for (var key in obj) {
4479
+ if (typeof obj[key] === 'object') {
4480
+ doModify(colors, obj[key]);
4481
+ }
4482
+ }
4483
+ return obj;
4484
+ }
4485
+ return doModify(colorsArray, lottieObj);
4486
+ };
4487
+ var convertLottieColorToRgb = function (lottieColor) {
4488
+ return [Math.round(lottieColor[0] * 255), Math.round(lottieColor[1] * 255), Math.round(lottieColor[2] * 255)];
4489
+ };
4490
+ var convertLottieColorToRgba = function (lottieColor) {
4491
+ return [
4492
+ Math.round(lottieColor[0] * 255),
4493
+ Math.round(lottieColor[1] * 255),
4494
+ Math.round(lottieColor[2] * 255),
4495
+ lottieColor[3],
4496
+ ];
4497
+ };
4498
+ lib.getColors = function (lottieObj) {
4499
+ var res = [];
4500
+ function doGet(obj) {
4501
+ if (obj.s && Array.isArray(obj.s) && obj.s.length === 4) {
4502
+ res.push(convertLottieColorToRgba(obj.s));
4503
+ }
4504
+ else if (obj.c && obj.c.k) {
4505
+ if (Array.isArray(obj.c.k) && typeof obj.c.k[0] !== 'number') {
4506
+ doGet(obj.c.k);
4507
+ }
4508
+ else {
4509
+ res.push(convertLottieColorToRgb(obj.c.k));
4510
+ }
4511
+ }
4512
+ else {
4513
+ for (var key in obj) {
4514
+ if (typeof obj[key] === 'object') {
4515
+ doGet(obj[key]);
4516
+ }
4517
+ }
4518
+ }
4519
+ return res;
4520
+ }
4521
+ doGet(lottieObj);
4522
+ return res;
4523
+ };
4524
+
4525
+ const animate = (el, color) => {
4526
+ return lottie_light_html.Lottie.loadAnimation({
4527
+ container: el,
4528
+ renderer: 'svg',
4529
+ loop: true,
4530
+ autoplay: true,
4531
+ animationData: flatten(color, SpinnerAnimationData(color)),
4532
+ });
4533
+ };
4534
+
4535
+ exports.animate = animate;