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