@sonic-equipment/ui 0.0.118 → 1.0.0
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.
- package/dist/_virtual/_commonjsHelpers.js +5 -0
- package/dist/_virtual/index.js +7 -0
- package/dist/address-info-display/address-info-display.d.ts +6 -0
- package/dist/address-info-display/address-info-display.js +10 -0
- package/dist/address-info-display/address-info-display.module.css.js +3 -0
- package/dist/algolia/algolia-active-categories.js +39 -0
- package/dist/algolia/algolia-active-filters.js +38 -0
- package/dist/algolia/algolia-categories-filters.js +27 -0
- package/dist/algolia/algolia-dummy-refinement-list-consumer.js +20 -0
- package/dist/algolia/algolia-filter-panel.js +39 -0
- package/dist/algolia/algolia-filter-panel.module.css.js +3 -0
- package/dist/algolia/algolia-hit-type.d.ts +2 -0
- package/dist/algolia/algolia-hit-type.js +6 -0
- package/dist/algolia/algolia-hits-provider.js +17 -0
- package/dist/algolia/algolia-index-config.d.ts +3 -1
- package/dist/algolia/algolia-index-config.js +77 -0
- package/dist/algolia/algolia-initialization.js +34 -0
- package/dist/algolia/algolia-insight-instant-search-provider.js +14 -0
- package/dist/algolia/algolia-insights-provider.js +25 -0
- package/dist/algolia/algolia-instant-search-state-provider.js +16 -0
- package/dist/algolia/algolia-multi-select-filter-section.js +27 -0
- package/dist/algolia/algolia-pagination.js +18 -0
- package/dist/algolia/algolia-provider.js +34 -0
- package/dist/algolia/algolia-query-string-routing.js +108 -0
- package/dist/algolia/algolia-results-count.js +22 -0
- package/dist/algolia/algolia-search-provider.js +176 -0
- package/dist/algolia/algolia-searchclient-offline.js +26 -0
- package/dist/algolia/algolia-sonic-searchclient.d.ts +2 -1
- package/dist/algolia/algolia-sonic-searchclient.js +26 -0
- package/dist/algolia/algolia-sort-by.js +29 -0
- package/dist/algolia/constants/index.d.ts +1 -0
- package/dist/algolia/constants/index.js +3 -0
- package/dist/algolia/filter-section.js +34 -0
- package/dist/algolia/filter-section.module.css.js +3 -0
- package/dist/algolia/use-algolia-hits.js +19 -0
- package/dist/algolia/use-algolia-insights-provider-global-state.js +9 -0
- package/dist/algolia/use-algolia-insights.d.ts +20 -6
- package/dist/algolia/use-algolia-insights.js +303 -0
- package/dist/algolia/use-algolia-instant-search-state.js +25 -0
- package/dist/algolia/use-algolia-search.d.ts +2 -1
- package/dist/algolia/use-algolia-search.js +41 -0
- package/dist/authentication/authenticated-container.d.ts +9 -0
- package/dist/authentication/authenticated-container.js +21 -0
- package/dist/background-overlay/background-overlay-manager.d.ts +178 -0
- package/dist/background-overlay/background-overlay-manager.js +297 -0
- package/dist/background-overlay/background-overlay.d.ts +12 -2
- package/dist/background-overlay/background-overlay.js +40 -0
- package/dist/badges/badge/badge.d.ts +5 -2
- package/dist/badges/badge/badge.js +18 -0
- package/dist/badges/badge/badge.module.css.js +3 -0
- package/dist/badges/badge/icon-with-badge/icon-with-badge.d.ts +11 -4
- package/dist/badges/badge/icon-with-badge/icon-with-badge.js +12 -0
- package/dist/badges/badge/icon-with-badge/icon-with-badge.module.css.js +3 -0
- package/dist/badges/tag/tag.js +11 -0
- package/dist/badges/tag/tag.module.css.js +3 -0
- package/dist/base.css +49 -0
- package/dist/breadcrumbs/breadcrumb.js +26 -0
- package/dist/breadcrumbs/breadcrumb.module.css.js +3 -0
- package/dist/buttons/add-to-cart-button/add-to-cart-button.d.ts +1 -3
- package/dist/buttons/add-to-cart-button/add-to-cart-button.js +118 -0
- package/dist/buttons/add-to-cart-button/add-to-cart-button.module.css.js +3 -0
- package/dist/buttons/add-to-cart-button/connected-add-to-cart-button.d.ts +1 -1
- package/dist/buttons/add-to-cart-button/connected-add-to-cart-button.js +126 -0
- package/dist/buttons/button/button.d.ts +14 -2
- package/dist/buttons/button/button.js +36 -0
- package/dist/buttons/button/button.module.css.js +3 -0
- package/dist/buttons/close-button/close-button.d.ts +12 -0
- package/dist/buttons/close-button/close-button.js +11 -0
- package/dist/buttons/close-button/close-button.module.css.js +3 -0
- package/dist/buttons/favorite/connected-favorite-button.d.ts +1 -1
- package/dist/buttons/favorite/connected-favorite-button.js +56 -0
- package/dist/buttons/favorite/favorite-button.d.ts +1 -1
- package/dist/buttons/favorite/favorite-button.js +15 -0
- package/dist/buttons/favorite/favorite-button.module.css.js +3 -0
- package/dist/buttons/icon-button/icon-button.d.ts +20 -6
- package/dist/buttons/icon-button/icon-button.js +24 -0
- package/dist/buttons/icon-button/icon-button.module.css.js +3 -0
- package/dist/buttons/link/link.d.ts +19 -5
- package/dist/buttons/link/link.js +18 -0
- package/dist/buttons/link/link.module.css.js +3 -0
- package/dist/buttons/print-button/print-button.d.ts +2 -1
- package/dist/buttons/print-button/print-button.js +10 -0
- package/dist/buttons/reorder-button/connected-reorder-button.d.ts +4 -0
- package/dist/buttons/reorder-button/connected-reorder-button.js +38 -0
- package/dist/buttons/reorder-button/reorder-button.d.ts +9 -0
- package/dist/buttons/reorder-button/reorder-button.js +12 -0
- package/dist/cards/category-card/category-card.d.ts +3 -2
- package/dist/cards/category-card/category-card.js +14 -0
- package/dist/cards/category-card/category-card.module.css.js +3 -0
- package/dist/cards/data-card/data-card.d.ts +39 -0
- package/dist/cards/data-card/data-card.js +68 -0
- package/dist/cards/data-card/data-card.module.css.js +3 -0
- package/dist/cards/orderline-card/connected-orderline-card.d.ts +2 -2
- package/dist/cards/orderline-card/connected-orderline-card.js +13 -0
- package/dist/cards/orderline-card/connected-remove-button.d.ts +2 -2
- package/dist/cards/orderline-card/connected-remove-button.js +18 -0
- package/dist/cards/orderline-card/orderline-card.d.ts +5 -5
- package/dist/cards/orderline-card/orderline-card.js +22 -0
- package/dist/cards/orderline-card/orderline-card.module.css.js +3 -0
- package/dist/cards/product-card/connected-product-card.d.ts +6 -2
- package/dist/cards/product-card/connected-product-card.js +11 -0
- package/dist/cards/product-card/product-card.d.ts +4 -2
- package/dist/cards/product-card/product-card.js +22 -0
- package/dist/cards/product-card/product-card.module.css.js +3 -0
- package/dist/cards/table-card/table-card.d.ts +15 -0
- package/dist/cards/table-card/table-card.js +15 -0
- package/dist/cards/table-card/table-card.module.css.js +3 -0
- package/dist/carousel/card-carousel/card-carousel.js +24 -0
- package/dist/carousel/card-carousel/card-carousel.module.css.js +3 -0
- package/dist/carousel/carousel-navigation-button.js +12 -0
- package/dist/carousel/carousel-navigation-button.module.css.js +3 -0
- package/dist/carousel/carousel.js +69 -0
- package/dist/carousel/carousel.module.css.js +3 -0
- package/dist/carousel/category-carousel/category-carousel.js +10 -0
- package/dist/carousel/category-carousel/category-carousel.module.css.js +3 -0
- package/dist/carousel/pagination/pagination.d.ts +1 -1
- package/dist/carousel/pagination/pagination.js +36 -0
- package/dist/carousel/pagination/pagination.module.css.js +3 -0
- package/dist/carousel/pagination/transitions.js +144 -0
- package/dist/carousel/usp-carousel/product-usp-carousel-slide.js +13 -0
- package/dist/carousel/usp-carousel/product-usp-carousel.js +10 -0
- package/dist/carousel/usp-carousel/usp-carousel.js +49 -0
- package/dist/carousel/usp-carousel/usp-carousel.module.css.js +3 -0
- package/dist/cart-totals/cart-totals-summary.d.ts +7 -0
- package/dist/cart-totals/cart-totals-summary.js +13 -0
- package/dist/cart-totals/cart-totals-summary.module.css.js +3 -0
- package/dist/cart-totals/cart-totals.d.ts +11 -8
- package/dist/cart-totals/cart-totals.js +15 -0
- package/dist/cart-totals/cart-totals.module.css.js +3 -0
- package/dist/collapsables/accordion/accordion-item.d.ts +4 -1
- package/dist/collapsables/accordion/accordion-item.js +36 -0
- package/dist/collapsables/accordion/accordion.d.ts +11 -2
- package/dist/collapsables/accordion/accordion.js +35 -0
- package/dist/collapsables/accordion/accordion.module.css.js +3 -0
- package/dist/collapsables/cascading-component/cascading-component-container-context.d.ts +2 -0
- package/dist/collapsables/cascading-component/cascading-component-container-context.js +6 -0
- package/dist/collapsables/cascading-component/cascading-component-container-provider.d.ts +7 -0
- package/dist/collapsables/cascading-component/cascading-component-container-provider.js +29 -0
- package/dist/collapsables/cascading-component/cascading-component-container.d.ts +8 -0
- package/dist/collapsables/cascading-component/cascading-component-container.js +9 -0
- package/dist/collapsables/cascading-component/cascading-component.d.ts +17 -0
- package/dist/collapsables/cascading-component/cascading-component.js +45 -0
- package/dist/collapsables/cascading-component/types.d.ts +11 -0
- package/dist/collapsables/cascading-component/use-cascading-component-container.d.ts +2 -0
- package/dist/collapsables/cascading-component/use-cascading-component-container.js +9 -0
- package/dist/collapsables/cascading-component/use-cascading-component.d.ts +2 -0
- package/dist/collapsables/cascading-component/use-cascading-component.js +15 -0
- package/dist/collapsables/cascading-component/use-has-cascading-component-container.d.ts +1 -0
- package/dist/collapsables/cascading-component/use-has-cascading-component-container.js +8 -0
- package/dist/collapsables/show-all/show-all.js +35 -0
- package/dist/collapsables/show-all/show-all.module.css.js +3 -0
- package/dist/collapsables/unmounter/unmounter.d.ts +14 -0
- package/dist/collapsables/unmounter/unmounter.js +44 -0
- package/dist/collapsables/unmounter/utils.d.ts +2 -0
- package/dist/collapsables/unmounter/utils.js +21 -0
- package/dist/config.d.ts +4 -2
- package/dist/config.js +116 -0
- package/dist/cookies/client-cookie-context.d.ts +3 -0
- package/dist/cookies/client-cookie-context.js +30 -0
- package/dist/cookies/cookie-context.d.ts +2 -0
- package/dist/cookies/cookie-context.js +6 -0
- package/dist/cookies/cookie-provider.d.ts +6 -0
- package/dist/cookies/cookie-provider.js +10 -0
- package/dist/cookies/readonly-cookie-reader.d.ts +2 -0
- package/dist/cookies/readonly-cookie-reader.js +18 -0
- package/dist/cookies/types.d.ts +14 -0
- package/dist/cookies/types.js +7 -0
- package/dist/{shared/hooks → cookies}/use-cookie.d.ts +1 -1
- package/dist/cookies/use-cookie.js +33 -0
- package/dist/country-language-selection-list/connected-country-language-selection-list.d.ts +1 -0
- package/dist/country-language-selection-list/connected-country-language-selection-list.js +267 -0
- package/dist/country-language-selection-list/country-language-selection-list.d.ts +18 -0
- package/dist/country-language-selection-list/country-language-selection-list.js +54 -0
- package/dist/country-language-selection-list/country-language-selection-list.module.css.js +3 -0
- package/dist/country-language-selector/connected-country-language-selector.d.ts +11 -0
- package/dist/country-language-selector/connected-country-language-selector.js +155 -0
- package/dist/country-language-selector/country-language-selector.d.ts +18 -0
- package/dist/country-language-selector/country-language-selector.js +52 -0
- package/dist/country-language-selector/country-language-selector.module.css.js +3 -0
- package/dist/country-language-selector-button/connected-country-language-selector-button.d.ts +1 -0
- package/dist/country-language-selector-button/connected-country-language-selector-button.js +22 -0
- package/dist/country-language-selector-button/country-language-selector-button.d.ts +7 -0
- package/dist/country-language-selector-button/country-language-selector-button.js +18 -0
- package/dist/country-language-selector-button/country-language-selector-button.module.css.js +3 -0
- package/dist/country-select/country-select.d.ts +29 -0
- package/dist/country-select/country-select.js +29 -0
- package/dist/country-select/hooks/use-countries.d.ts +12 -0
- package/dist/country-select/hooks/use-countries.js +55 -0
- package/dist/country-selector/connected-country-selector.d.ts +8 -8
- package/dist/country-selector/connected-country-selector.js +58 -0
- package/dist/country-selector/country-selector-dialog/country-selector-dialog.d.ts +2 -2
- package/dist/country-selector/country-selector-dialog/country-selector-dialog.js +34 -0
- package/dist/country-selector/country-selector-dialog/country-selector-dialog.module.css.js +3 -0
- package/dist/country-selector/country-selector-trigger/country-selector-trigger.d.ts +2 -3
- package/dist/country-selector/country-selector-trigger/country-selector-trigger.js +24 -0
- package/dist/country-selector/country-selector-trigger/country-selector-trigger.module.css.js +3 -0
- package/dist/country-selector/use-countries-languages.d.ts +23 -6
- package/dist/country-selector/use-countries-languages.js +95 -0
- package/dist/delivery-time/delivery-time.d.ts +2 -2
- package/dist/delivery-time/delivery-time.js +32 -0
- package/dist/delivery-time/delivery-time.module.css.js +3 -0
- package/dist/display/details/details.d.ts +7 -0
- package/dist/display/details/details.js +11 -0
- package/dist/display/details/details.module.css.js +3 -0
- package/dist/display/info-display/info-display.d.ts +7 -0
- package/dist/display/info-display/info-display.js +9 -0
- package/dist/display/info-display/info-display.module.css.js +3 -0
- package/dist/display/price/price.d.ts +18 -0
- package/dist/display/price/price.js +41 -0
- package/dist/display/price/price.module.css.js +3 -0
- package/dist/display/product-sku/product-sku.d.ts +2 -1
- package/dist/display/product-sku/product-sku.js +10 -0
- package/dist/display/product-sku/product-sku.module.css.js +3 -0
- package/dist/drawer/drawer.d.ts +28 -0
- package/dist/drawer/drawer.js +49 -0
- package/dist/drawer/drawer.module.css.js +3 -0
- package/dist/drawer/use-drawer.d.ts +17 -0
- package/dist/drawer/use-drawer.js +67 -0
- package/dist/exports.d.ts +589 -0
- package/dist/filters/active-filters/active-filters.d.ts +1 -1
- package/dist/filters/active-filters/active-filters.js +19 -0
- package/dist/filters/active-filters/active-filters.module.css.js +3 -0
- package/dist/filters/multi-select/multi-select.js +21 -0
- package/dist/filters/multi-select/multi-select.module.css.js +3 -0
- package/dist/filters/pagination/pagination.js +14 -0
- package/dist/filters/pagination/pagination.module.css.js +3 -0
- package/dist/flag/flag.d.ts +8 -0
- package/dist/flag/flag.js +11 -0
- package/dist/flag/flag.module.css.js +3 -0
- package/dist/flags/flag-ad.d.ts +1 -0
- package/dist/flags/flag-ad.js +7 -0
- package/dist/flags/flag-ae.d.ts +1 -0
- package/dist/flags/flag-ae.js +7 -0
- package/dist/flags/flag-al.d.ts +1 -0
- package/dist/flags/flag-al.js +7 -0
- package/dist/flags/flag-at.d.ts +1 -0
- package/dist/flags/flag-at.js +7 -0
- package/dist/flags/flag-ba.d.ts +1 -0
- package/dist/flags/flag-ba.js +7 -0
- package/dist/flags/flag-be.d.ts +1 -0
- package/dist/flags/flag-be.js +7 -0
- package/dist/flags/flag-bg.d.ts +1 -0
- package/dist/flags/flag-bg.js +7 -0
- package/dist/flags/flag-br.d.ts +1 -0
- package/dist/flags/flag-br.js +7 -0
- package/dist/flags/flag-ca.d.ts +1 -0
- package/dist/flags/flag-ca.js +7 -0
- package/dist/flags/flag-ch.d.ts +1 -0
- package/dist/flags/flag-ch.js +7 -0
- package/dist/flags/flag-cy.d.ts +1 -0
- package/dist/flags/flag-cy.js +7 -0
- package/dist/flags/flag-cz.d.ts +1 -0
- package/dist/flags/flag-cz.js +7 -0
- package/dist/flags/flag-de.d.ts +1 -0
- package/dist/flags/flag-de.js +7 -0
- package/dist/flags/flag-dj.d.ts +1 -0
- package/dist/flags/flag-dj.js +7 -0
- package/dist/flags/flag-dk.d.ts +1 -0
- package/dist/flags/flag-dk.js +7 -0
- package/dist/flags/flag-ec.d.ts +1 -0
- package/dist/flags/flag-ec.js +7 -0
- package/dist/flags/flag-ee.d.ts +1 -0
- package/dist/flags/flag-ee.js +7 -0
- package/dist/flags/flag-es.d.ts +1 -0
- package/dist/flags/flag-es.js +7 -0
- package/dist/flags/flag-eu.d.ts +1 -0
- package/dist/flags/flag-eu.js +7 -0
- package/dist/flags/flag-fi.d.ts +1 -0
- package/dist/flags/flag-fi.js +7 -0
- package/dist/flags/flag-fr.d.ts +1 -0
- package/dist/flags/flag-fr.js +7 -0
- package/dist/flags/flag-gb.d.ts +1 -0
- package/dist/flags/flag-gb.js +7 -0
- package/dist/flags/flag-gr.d.ts +1 -0
- package/dist/flags/flag-gr.js +7 -0
- package/dist/flags/flag-hr.d.ts +1 -0
- package/dist/flags/flag-hr.js +7 -0
- package/dist/flags/flag-hu.d.ts +1 -0
- package/dist/flags/flag-hu.js +7 -0
- package/dist/flags/flag-ie.d.ts +1 -0
- package/dist/flags/flag-ie.js +7 -0
- package/dist/flags/flag-iq.d.ts +1 -0
- package/dist/flags/flag-iq.js +7 -0
- package/dist/flags/flag-is.d.ts +1 -0
- package/dist/flags/flag-is.js +7 -0
- package/dist/flags/flag-it.d.ts +1 -0
- package/dist/flags/flag-it.js +7 -0
- package/dist/flags/flag-kw.d.ts +1 -0
- package/dist/flags/flag-kw.js +7 -0
- package/dist/flags/flag-kz.d.ts +1 -0
- package/dist/flags/flag-kz.js +7 -0
- package/dist/flags/flag-lb.d.ts +1 -0
- package/dist/flags/flag-lb.js +7 -0
- package/dist/flags/flag-lt.d.ts +1 -0
- package/dist/flags/flag-lt.js +7 -0
- package/dist/flags/flag-lu.d.ts +1 -0
- package/dist/flags/flag-lu.js +7 -0
- package/dist/flags/flag-lv.d.ts +1 -0
- package/dist/flags/flag-lv.js +7 -0
- package/dist/flags/flag-ma.d.ts +1 -0
- package/dist/flags/flag-ma.js +7 -0
- package/dist/flags/flag-mc.d.ts +1 -0
- package/dist/flags/flag-mc.js +7 -0
- package/dist/flags/flag-md.d.ts +1 -0
- package/dist/flags/flag-md.js +7 -0
- package/dist/flags/flag-me.d.ts +1 -0
- package/dist/flags/flag-me.js +7 -0
- package/dist/flags/flag-mk.d.ts +1 -0
- package/dist/flags/flag-mk.js +7 -0
- package/dist/flags/flag-mt.d.ts +1 -0
- package/dist/flags/flag-mt.js +7 -0
- package/dist/flags/flag-mx.d.ts +1 -0
- package/dist/flags/flag-mx.js +7 -0
- package/dist/flags/flag-my.d.ts +1 -0
- package/dist/flags/flag-my.js +7 -0
- package/dist/flags/flag-nl.d.ts +1 -0
- package/dist/flags/flag-nl.js +7 -0
- package/dist/flags/flag-no.d.ts +1 -0
- package/dist/flags/flag-no.js +7 -0
- package/dist/flags/flag-pl.d.ts +1 -0
- package/dist/flags/flag-pl.js +7 -0
- package/dist/flags/flag-pt.d.ts +1 -0
- package/dist/flags/flag-pt.js +7 -0
- package/dist/flags/flag-ro.d.ts +1 -0
- package/dist/flags/flag-ro.js +7 -0
- package/dist/flags/flag-rs.d.ts +1 -0
- package/dist/flags/flag-rs.js +7 -0
- package/dist/flags/flag-sa.d.ts +1 -0
- package/dist/flags/flag-sa.js +7 -0
- package/dist/flags/flag-se.d.ts +1 -0
- package/dist/flags/flag-se.js +7 -0
- package/dist/flags/flag-sg.d.ts +1 -0
- package/dist/flags/flag-sg.js +7 -0
- package/dist/flags/flag-si.d.ts +1 -0
- package/dist/flags/flag-si.js +7 -0
- package/dist/flags/flag-sk.d.ts +1 -0
- package/dist/flags/flag-sk.js +7 -0
- package/dist/flags/flag-tr.d.ts +1 -0
- package/dist/flags/flag-tr.js +7 -0
- package/dist/flags/flag-tw.d.ts +1 -0
- package/dist/flags/flag-tw.js +7 -0
- package/dist/flags/flag-ua.d.ts +1 -0
- package/dist/flags/flag-ua.js +7 -0
- package/dist/flags/flag-us.d.ts +1 -0
- package/dist/flags/flag-us.js +7 -0
- package/dist/flags/flag-vn.d.ts +1 -0
- package/dist/flags/flag-vn.js +7 -0
- package/dist/flags/flag-xk.d.ts +1 -0
- package/dist/flags/flag-xk.js +7 -0
- package/dist/flags/flag-za.d.ts +1 -0
- package/dist/flags/flag-za.js +7 -0
- package/dist/flags/index.d.ts +1 -0
- package/dist/flags/index.js +88 -0
- package/dist/footer/connected-footer.d.ts +3 -0
- package/dist/footer/connected-footer.js +21 -0
- package/dist/footer/footer.d.ts +9 -0
- package/dist/footer/footer.js +39 -0
- package/dist/footer/footer.model.d.ts +6 -0
- package/dist/footer/footer.module.css.js +3 -0
- package/dist/forms/elements/checkbox/checkbox.d.ts +23 -0
- package/dist/forms/elements/checkbox/checkbox.js +15 -0
- package/dist/forms/elements/checkbox/checkbox.module.css.js +3 -0
- package/dist/forms/elements/color-checkbox/color-checkbox.d.ts +7 -0
- package/dist/forms/elements/color-checkbox/color-checkbox.js +17 -0
- package/dist/forms/elements/field-error/field-error.d.ts +19 -0
- package/dist/forms/elements/field-error/field-error.js +27 -0
- package/dist/forms/elements/field-error/field-error.module.css.js +3 -0
- package/dist/forms/{input → elements/input}/input.d.ts +6 -0
- package/dist/forms/elements/input/input.js +31 -0
- package/dist/forms/elements/input/input.module.css.js +3 -0
- package/dist/forms/elements/label/label.d.ts +8 -0
- package/dist/forms/elements/label/label.js +13 -0
- package/dist/forms/elements/label/label.module.css.js +3 -0
- package/dist/forms/elements/select/select.d.ts +20 -0
- package/dist/forms/elements/select/select.js +37 -0
- package/dist/forms/elements/select/select.module.css.js +3 -0
- package/dist/forms/elements/switch/switch.d.ts +22 -0
- package/dist/forms/elements/switch/switch.js +15 -0
- package/dist/forms/elements/switch/switch.module.css.js +3 -0
- package/dist/forms/{textarea → elements/textarea}/textarea.d.ts +4 -0
- package/dist/forms/elements/textarea/textarea.js +55 -0
- package/dist/forms/elements/textarea/textarea.module.css.js +3 -0
- package/dist/forms/fields/checkbox-field/checkbox-field.d.ts +10 -0
- package/dist/forms/fields/checkbox-field/checkbox-field.js +16 -0
- package/dist/forms/fields/checkbox-field/checkbox-field.module.css.js +3 -0
- package/dist/forms/fields/number-field/number-field.d.ts +34 -0
- package/dist/forms/fields/number-field/number-field.js +55 -0
- package/dist/forms/fields/number-field/number-field.module.css.js +3 -0
- package/dist/forms/fields/password-field/password-field.d.ts +2 -0
- package/dist/forms/fields/password-field/password-field.js +16 -0
- package/dist/forms/fields/search-field/search-field.d.ts +5 -0
- package/dist/forms/fields/search-field/search-field.js +20 -0
- package/dist/forms/fields/select-field/select-field.d.ts +34 -0
- package/dist/forms/fields/select-field/select-field.js +51 -0
- package/dist/forms/fields/select-field/select-field.module.css.js +3 -0
- package/dist/forms/fields/switch-field/switch-field.d.ts +10 -0
- package/dist/forms/fields/switch-field/switch-field.js +18 -0
- package/dist/forms/fields/switch-field/switch-field.module.css.js +3 -0
- package/dist/forms/fields/text-field/password-reveal-toggle/password-reveal-toggle.d.ts +10 -0
- package/dist/forms/fields/text-field/password-reveal-toggle/password-reveal-toggle.js +18 -0
- package/dist/forms/fields/text-field/password-reveal-toggle/password-reveal-toggle.module.css.js +3 -0
- package/dist/forms/fields/text-field/text-field.d.ts +50 -0
- package/dist/forms/fields/text-field/text-field.js +26 -0
- package/dist/forms/fields/text-field/text-field.module.css.js +3 -0
- package/dist/forms/layout/form/form-field-layout.d.ts +10 -0
- package/dist/forms/layout/form/form-field-layout.js +10 -0
- package/dist/forms/layout/form/form-field-layout.module.css.js +3 -0
- package/dist/forms/layout/form/form-segment-group.d.ts +6 -0
- package/dist/forms/layout/form/form-segment-group.js +14 -0
- package/dist/forms/layout/form/form-segment-group.module.css.js +3 -0
- package/dist/forms/layout/form/form-segment.d.ts +6 -0
- package/dist/forms/layout/form/form-segment.js +10 -0
- package/dist/forms/layout/form/form-segment.module.css.js +3 -0
- package/dist/forms/layout/form/form.d.ts +20 -0
- package/dist/forms/layout/form/form.js +28 -0
- package/dist/forms/layout/form/form.module.css.js +3 -0
- package/dist/forms/partials/address-form/address-form.d.ts +11 -0
- package/dist/forms/partials/address-form/address-form.js +40 -0
- package/dist/forms/partials/address-form/address-form.module.css.js +3 -0
- package/dist/forms/partials/password-validation/password-validation.d.ts +4 -0
- package/dist/forms/partials/password-validation/password-validation.js +33 -0
- package/dist/global-search/categories-grid/categories-grid.js +14 -0
- package/dist/global-search/categories-grid/categories-grid.module.css.js +3 -0
- package/dist/global-search/global-search-provider/global-search-provider.d.ts +0 -6
- package/dist/global-search/global-search-provider/global-search-provider.js +9 -0
- package/dist/global-search/global-search-provider/use-search-disclosure.d.ts +1 -6
- package/dist/global-search/global-search-provider/use-search-disclosure.js +9 -0
- package/dist/global-search/global-search.d.ts +3 -1
- package/dist/global-search/global-search.js +44 -0
- package/dist/global-search/global-search.module.css.js +3 -0
- package/dist/global-search/plugins/categories-plugin.d.ts +1 -1
- package/dist/global-search/plugins/categories-plugin.js +37 -0
- package/dist/global-search/plugins/popular-categories-plugin.d.ts +1 -1
- package/dist/global-search/plugins/popular-categories-plugin.js +35 -0
- package/dist/global-search/plugins/popular-searches-plugin.d.ts +1 -1
- package/dist/global-search/plugins/popular-searches-plugin.js +24 -0
- package/dist/global-search/plugins/query-suggestions-plugin.d.ts +1 -1
- package/dist/global-search/plugins/query-suggestions-plugin.js +23 -0
- package/dist/global-search/plugins/quick-access-plugin.d.ts +1 -1
- package/dist/global-search/plugins/quick-access-plugin.js +35 -0
- package/dist/global-search/plugins/recent-searches-plugin.d.ts +1 -1
- package/dist/global-search/plugins/recent-searches-plugin.js +18 -0
- package/dist/global-search/search-highlight/highlight.d.ts +2 -1
- package/dist/global-search/search-highlight/highlight.js +15 -0
- package/dist/global-search/search-input/connected-search-input.js +22 -0
- package/dist/global-search/search-input/search-input.js +30 -0
- package/dist/global-search/search-input/search-input.module.css.js +3 -0
- package/dist/global-search/search-result-panel/panel-content.js +16 -0
- package/dist/global-search/search-result-panel/search-result-panel.js +17 -0
- package/dist/global-search/search-result-panel/search-result-panel.module.css.js +3 -0
- package/dist/global-search/search-result-panel/sections/no-search-results.d.ts +3 -1
- package/dist/global-search/search-result-panel/sections/no-search-results.js +32 -0
- package/dist/global-search/search-result-panel/sections/no-search.d.ts +5 -1
- package/dist/global-search/search-result-panel/sections/no-search.js +59 -0
- package/dist/global-search/search-result-panel/sections/search-content.module.css.js +3 -0
- package/dist/global-search/search-result-panel/sections/searching.d.ts +1 -0
- package/dist/global-search/search-result-panel/sections/searching.js +11 -0
- package/dist/global-search/search-result-panel/sections/section-container.js +9 -0
- package/dist/global-search/search-result-panel/sections/with-results.d.ts +3 -1
- package/dist/global-search/search-result-panel/sections/with-results.js +104 -0
- package/dist/global-search/search-section/search-list-item.d.ts +3 -2
- package/dist/global-search/search-section/search-list-item.js +14 -0
- package/dist/global-search/search-section/search-list-item.module.css.js +3 -0
- package/dist/global-search/search-section/search-list.js +10 -0
- package/dist/global-search/search-section/search-list.module.css.js +3 -0
- package/dist/global-search/search-section/search-section.js +10 -0
- package/dist/global-search/search-section/search-section.module.css.js +3 -0
- package/dist/global-search/types.d.ts +3 -1
- package/dist/header/buttons/account/connected-account-button.d.ts +5 -0
- package/dist/header/buttons/account/connected-account-button.js +30 -0
- package/dist/header/buttons/account/connected-account-button.module.css.js +3 -0
- package/dist/header/buttons/cart/connected-cart-button.d.ts +7 -0
- package/dist/header/buttons/cart/connected-cart-button.js +13 -0
- package/dist/header/buttons/favorites/connected-favorites-button.d.ts +7 -0
- package/dist/header/buttons/favorites/connected-favorites-button.js +11 -0
- package/dist/header/buttons/hamburger/hamburger-button.d.ts +7 -0
- package/dist/header/buttons/hamburger/hamburger-button.js +13 -0
- package/dist/header/buttons/hamburger/hamburger-button.module.css.js +3 -0
- package/dist/header/buttons/search/search-button.d.ts +7 -0
- package/dist/header/buttons/search/search-button.js +11 -0
- package/dist/header/connected-header.d.ts +3 -0
- package/dist/header/connected-header.js +21 -0
- package/dist/header/drawers/desktop-navigation-drawer.d.ts +8 -0
- package/dist/header/drawers/desktop-navigation-drawer.js +11 -0
- package/dist/header/drawers/desktop-navigation-drawer.module.css.js +3 -0
- package/dist/header/drawers/mobile-navigation-drawer.d.ts +7 -0
- package/dist/header/drawers/mobile-navigation-drawer.js +11 -0
- package/dist/header/drawers/mobile-navigation-drawer.module.css.js +3 -0
- package/dist/header/drawers/search-drawer.d.ts +5 -0
- package/dist/header/drawers/search-drawer.js +10 -0
- package/dist/header/header-layout/header-layout.d.ts +10 -0
- package/dist/header/header-layout/header-layout.js +10 -0
- package/dist/header/header-layout/header-layout.module.css.js +3 -0
- package/dist/header/header.d.ts +7 -0
- package/dist/header/header.js +76 -0
- package/dist/header/header.module.css.js +3 -0
- package/dist/header/link-list/navigation-link-list.d.ts +8 -0
- package/dist/header/link-list/navigation-link-list.js +31 -0
- package/dist/header/link-list/navigation-link-list.module.css.js +3 -0
- package/dist/header/sonic-logo/sonic-logo.d.ts +7 -0
- package/dist/header/sonic-logo/sonic-logo.js +18 -0
- package/dist/header/sonic-logo/sonic-logo.module.css.js +3 -0
- package/dist/icon/icon.d.ts +10 -0
- package/dist/icon/icon.js +11 -0
- package/dist/icon/icon.module.css.js +3 -0
- package/dist/icons/glyph/glyphs-arrow-boldcaps-left-icon.js +7 -0
- package/dist/icons/glyph/glyphs-arrow-boldcaps-right-icon.js +7 -0
- package/dist/icons/glyph/glyphs-chevrons-bold-down-icon.js +7 -0
- package/dist/icons/glyph/glyphs-chevrons-bold-left-icon.js +7 -0
- package/dist/icons/glyph/glyphs-chevrons-bold-right-icon.js +7 -0
- package/dist/icons/glyph/glyphs-chevrons-bold-up-icon.js +7 -0
- package/dist/icons/glyph/glyphs-chevrons-slim-down-icon.js +7 -0
- package/dist/icons/glyph/glyphs-chevrons-slim-left-icon.js +7 -0
- package/dist/icons/glyph/glyphs-chevrons-slim-right-icon.js +7 -0
- package/dist/icons/glyph/glyphs-chevrons-slim-up-icon.js +7 -0
- package/dist/icons/index.d.ts +87 -0
- package/dist/icons/index.js +90 -0
- package/dist/icons/solid/solid-add-icon.d.ts +1 -0
- package/dist/icons/solid/solid-attention-icon.js +7 -0
- package/dist/icons/solid/solid-cart-icon.js +7 -0
- package/dist/icons/solid/solid-close-icon.js +7 -0
- package/dist/icons/solid/solid-dashboard-icon.d.ts +1 -0
- package/dist/icons/solid/solid-edit-icon.d.ts +1 -0
- package/dist/icons/solid/solid-edit-icon.js +7 -0
- package/dist/icons/solid/solid-facebook-icon.d.ts +1 -0
- package/dist/icons/solid/solid-favorite-icon.js +7 -0
- package/dist/icons/solid/solid-folder-icon.d.ts +1 -0
- package/dist/icons/solid/solid-home-icon.js +7 -0
- package/dist/icons/solid/solid-information-icon.js +7 -0
- package/dist/icons/solid/solid-instagram-icon.d.ts +1 -0
- package/dist/icons/solid/solid-link-icon.d.ts +1 -0
- package/dist/icons/solid/solid-linkedin-icon.d.ts +1 -0
- package/dist/icons/solid/solid-login-icon.js +7 -0
- package/dist/icons/solid/solid-logout-icon.d.ts +1 -0
- package/dist/icons/solid/solid-logout-icon.js +7 -0
- package/dist/icons/solid/solid-mail-icon.d.ts +1 -0
- package/dist/icons/solid/solid-news-icon.js +7 -0
- package/dist/icons/solid/solid-notice-icon.js +7 -0
- package/dist/icons/solid/solid-okay-icon.js +7 -0
- package/dist/icons/solid/solid-package-icon.d.ts +1 -0
- package/dist/icons/solid/solid-payment-icon.d.ts +1 -0
- package/dist/icons/solid/solid-rating-icon.js +7 -0
- package/dist/icons/solid/solid-remove-icon.d.ts +1 -0
- package/dist/icons/solid/solid-salecategory-icon.d.ts +1 -0
- package/dist/icons/solid/solid-salecategory-icon.js +7 -0
- package/dist/icons/solid/solid-stories-icon.d.ts +1 -0
- package/dist/icons/solid/solid-tag-icon.js +7 -0
- package/dist/icons/solid/solid-thumbsdown-icon.d.ts +1 -0
- package/dist/icons/solid/solid-thumbsup-icon.d.ts +1 -0
- package/dist/icons/solid/solid-tiktok-icon.d.ts +1 -0
- package/dist/icons/solid/solid-youtube-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-3d-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-3dview-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-add-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-arkit-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-arrowdown-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-arrowleft-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-arrowleft-icon.js +7 -0
- package/dist/icons/stroke/stroke-arrowright-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-arrowright-icon.js +7 -0
- package/dist/icons/stroke/stroke-arrowup-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-categories-icon.js +7 -0
- package/dist/icons/stroke/stroke-checkmark-icon.js +7 -0
- package/dist/icons/stroke/stroke-closebox-icon.js +7 -0
- package/dist/icons/stroke/stroke-dashboard-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-dehashed-icon.js +7 -0
- package/dist/icons/stroke/stroke-download-icon.js +7 -0
- package/dist/icons/stroke/stroke-edit-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-efficiency-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-event-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-event-icon.js +7 -0
- package/dist/icons/stroke/stroke-facebook-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-fallback-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-favorite-icon.js +7 -0
- package/dist/icons/stroke/stroke-filter-icon.js +7 -0
- package/dist/icons/stroke/stroke-folder-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-happy-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-hashed-icon.js +7 -0
- package/dist/icons/stroke/stroke-information-icon.js +7 -0
- package/dist/icons/stroke/stroke-innovate-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-instagram-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-link-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-linkedin-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-logout-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-mail-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-minus-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-minus-icon.js +7 -0
- package/dist/icons/stroke/stroke-modular-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-neutral-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-news-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-notice-icon.js +7 -0
- package/dist/icons/stroke/stroke-package-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-payment-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-plus-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-plus-icon.js +7 -0
- package/dist/icons/stroke/stroke-proactive-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-productivity-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-recent-icon.js +7 -0
- package/dist/icons/stroke/stroke-remove-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-sad-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-sale-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-salecategory-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-search-icon.js +7 -0
- package/dist/icons/stroke/stroke-stories-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-style-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-support-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-teamplayer-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-thumbsdown-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-thumbsup-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-tiktok-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-trash-icon.js +7 -0
- package/dist/icons/stroke/stroke-warranty10y-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-warranty1y-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-warranty3y-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-warranty5y-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-warrantyconsumable-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-warrantylifetime-icon.d.ts +1 -0
- package/dist/icons/stroke/stroke-youtube-icon.d.ts +1 -0
- package/dist/index.d.ts +3 -245
- package/dist/index.js +584 -12627
- package/dist/info-icon-tooltip/info-icon-tooltip.d.ts +11 -0
- package/dist/info-icon-tooltip/info-icon-tooltip.js +18 -0
- package/dist/info-icon-tooltip/info-icon-tooltip.module.css.js +3 -0
- package/dist/intl/formatted-date.d.ts +4 -0
- package/dist/intl/formatted-date.js +8 -0
- package/dist/intl/formatted-message.d.ts +3 -3
- package/dist/intl/formatted-message.js +30 -0
- package/dist/intl/intl-context.d.ts +13 -5
- package/dist/intl/intl-context.js +6 -0
- package/dist/intl/intl-provider.d.ts +4 -2
- package/dist/intl/intl-provider.js +35 -0
- package/dist/intl/missing-translation-provider.d.ts +6 -0
- package/dist/intl/missing-translation-provider.js +45 -0
- package/dist/intl/translation-id.d.ts +1 -1
- package/dist/intl/types.d.ts +34 -12
- package/dist/intl/types.js +33 -0
- package/dist/intl/use-country-code.d.ts +3 -0
- package/dist/intl/use-country-code.js +15 -0
- package/dist/intl/use-culture-code.d.ts +2 -1
- package/dist/intl/use-culture-code.js +15 -0
- package/dist/intl/use-currency-code.d.ts +4 -0
- package/dist/intl/use-currency-code.js +15 -0
- package/dist/intl/use-formatted-date.d.ts +6 -0
- package/dist/intl/use-formatted-date.js +20 -0
- package/dist/intl/use-formatted-message.d.ts +2 -2
- package/dist/intl/use-formatted-message.js +17 -0
- package/dist/intl/use-intl.d.ts +1 -0
- package/dist/intl/use-intl.js +12 -0
- package/dist/intl/use-language-code.js +10 -0
- package/dist/intl/utils.js +30 -0
- package/dist/{pages/page-container/page-container.d.ts → layout/center.d.ts} +1 -1
- package/dist/layout/center.js +10 -0
- package/dist/layout/center.module.css.js +3 -0
- package/dist/lists/download-document-list/download-document-list.js +14 -0
- package/dist/lists/download-document-list/download-document-list.module.css.js +3 -0
- package/dist/lists/feature-list/feature-list.js +26 -0
- package/dist/lists/feature-list/feature-list.module.css.js +3 -0
- package/dist/lists/icon-list/icon-list.d.ts +11 -0
- package/dist/lists/icon-list/icon-list.js +13 -0
- package/dist/lists/icon-list/icon-list.module.css.js +3 -0
- package/dist/lists/menu-list/menu-list-back-button.d.ts +8 -0
- package/dist/lists/menu-list/menu-list-back-button.js +10 -0
- package/dist/lists/menu-list/menu-list-header.d.ts +8 -0
- package/dist/lists/menu-list/menu-list-header.js +11 -0
- package/dist/lists/menu-list/menu-list-item.d.ts +16 -0
- package/dist/lists/menu-list/menu-list-item.js +17 -0
- package/dist/lists/menu-list/menu-list-provider.d.ts +11 -0
- package/dist/lists/menu-list/menu-list-provider.js +30 -0
- package/dist/lists/menu-list/menu-list.d.ts +20 -0
- package/dist/lists/menu-list/menu-list.js +15 -0
- package/dist/lists/menu-list/menu-list.module.css.js +3 -0
- package/dist/lists/menu-list/use-menu-list-item.d.ts +5 -0
- package/dist/lists/menu-list/use-menu-list-item.js +13 -0
- package/dist/lists/menu-list/use-menu-list.d.ts +1 -0
- package/dist/lists/menu-list/use-menu-list.js +12 -0
- package/dist/lists/orderline-list/orderline-list.d.ts +1 -1
- package/dist/lists/orderline-list/orderline-list.js +32 -0
- package/dist/lists/orderline-list/orderline-list.module.css.js +3 -0
- package/dist/lists/product-overview-grid/product-overview-grid.js +15 -0
- package/dist/lists/product-overview-grid/product-overview-grid.module.css.js +3 -0
- package/dist/lists/widget-grid/widget-grid.d.ts +5 -0
- package/dist/lists/widget-grid/widget-grid.js +9 -0
- package/dist/lists/widget-grid/widget-grid.module.css.js +3 -0
- package/dist/lists/widget-grid/widget.d.ts +6 -0
- package/dist/lists/widget-grid/widget.js +10 -0
- package/dist/loading/blank-page-spacer.js +9 -0
- package/dist/loading/blank-page-spacer.module.css.js +3 -0
- package/dist/loading/dynamic-loading-overlay.d.ts +5 -0
- package/dist/loading/dynamic-loading-overlay.js +33 -0
- package/dist/loading/dynamic-loading-overlay.module.css.js +3 -0
- package/dist/loading/loading-overlay.js +10 -0
- package/dist/loading/loading-overlay.module.css.js +3 -0
- package/dist/loading/progress-circle.d.ts +3 -1
- package/dist/loading/progress-circle.js +10 -0
- package/dist/loading/progress-circle.module.css.js +3 -0
- package/dist/logging/logger.d.ts +11 -0
- package/dist/logging/logger.js +22 -0
- package/dist/logging/use-log-error.d.ts +1 -0
- package/dist/logging/use-log-error.js +13 -0
- package/dist/media/image/image.d.ts +3 -2
- package/dist/media/image/image.js +63 -0
- package/dist/media/image/image.module.css.js +3 -0
- package/dist/media/image-grid/images-grid.d.ts +2 -1
- package/dist/media/image-grid/images-grid.js +32 -0
- package/dist/media/image-grid/images-grid.module.css.js +3 -0
- package/dist/media/image-lightbox/image-lightbox.d.ts +2 -7
- package/dist/media/image-lightbox/image-lightbox.js +49 -0
- package/dist/media/image-lightbox/image-lightbox.module.css.js +3 -0
- package/dist/media/zoom-image/zoom-image.d.ts +8 -0
- package/dist/media/zoom-image/zoom-image.js +39 -0
- package/dist/media/zoom-image/zoom-image.module.css.js +3 -0
- package/dist/message/message.d.ts +7 -0
- package/dist/message/message.js +17 -0
- package/dist/message/message.module.css.js +3 -0
- package/dist/modals/confirmation/confirmation-dialog.d.ts +5 -3
- package/dist/modals/confirmation/confirmation-dialog.js +12 -0
- package/dist/modals/confirmation/confirmation-dialog.module.css.js +3 -0
- package/dist/modals/dialog/dialog.d.ts +12 -6
- package/dist/modals/dialog/dialog.js +36 -0
- package/dist/modals/dialog/dialog.module.css.js +3 -0
- package/dist/modals/favorite/add-to-favorite-dialog.d.ts +1 -1
- package/dist/modals/favorite/add-to-favorite-dialog.js +60 -0
- package/dist/modals/favorite/add-to-favorite-dialog.module.css.js +3 -0
- package/dist/modals/modal/modal.js +17 -0
- package/dist/modals/modal/modal.module.css.js +3 -0
- package/dist/modals/recover-password/recover-password-dialog.d.ts +6 -0
- package/dist/modals/recover-password/recover-password-dialog.js +35 -0
- package/dist/modals/signin/sign-in-dialog.d.ts +1 -1
- package/dist/modals/signin/sign-in-dialog.js +21 -0
- package/dist/navigation/mobile-navigation/mobile-navigation.d.ts +8 -0
- package/dist/navigation/mobile-navigation/mobile-navigation.js +24 -0
- package/dist/navigation/mobile-navigation/mobile-navigation.module.css.js +3 -0
- package/dist/navigation/panel-navigation/panel-navigation.d.ts +15 -0
- package/dist/navigation/panel-navigation/panel-navigation.js +66 -0
- package/dist/navigation/panel-navigation/panel-navigation.module.css.js +3 -0
- package/dist/navigation/quick-access-menu/quick-access-menu.d.ts +9 -0
- package/dist/navigation/quick-access-menu/quick-access-menu.js +24 -0
- package/dist/navigation/quick-access-menu/quick-access-menu.module.css.js +3 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/checkOptions.js +7 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/createAutocomplete.js +109 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/createStore.js +31 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/getAutocompleteSetters.js +51 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/getCompletion.js +12 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/getDefaultProps.js +135 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/getPropGetters.js +355 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/metadata.js +44 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/onInput.js +148 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/onKeyDown.js +202 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/reshape.js +48 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/resolve.js +119 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/stateReducer.js +149 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/utils/createCancelablePromise.js +50 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/utils/createCancelablePromiseList.js +42 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/utils/createConcurrentSafePromise.js +38 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/utils/getActiveItem.js +79 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/utils/getAutocompleteElementId.js +12 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/utils/getNativeEvent.js +5 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/utils/getNextActiveItemId.js +31 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/utils/getNormalizedSources.js +53 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/utils/getPluginSubmitPromise.js +39 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/utils/isOrContainsNode.js +5 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/utils/isSamsung.js +6 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-core@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-core/dist/esm/utils/mapToAlgoliaResponse.js +25 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-js@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-js/dist/esm/requesters/createAlgoliaRequester.js +16 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-js@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-js/dist/esm/requesters/getAlgoliaResults.js +12 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-js@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0_search-insights@2.17.3/node_modules/@algolia/autocomplete-js/dist/esm/userAgents.js +8 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-algolia-insights@1.19.2_@algolia_client-search@4.24.0_algo_a07b7691870c05b2461c74a9a00d6a70/node_modules/@algolia/autocomplete-plugin-algolia-insights/dist/esm/createAlgoliaInsightsPlugin.js +252 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-algolia-insights@1.19.2_@algolia_client-search@4.24.0_algo_a07b7691870c05b2461c74a9a00d6a70/node_modules/@algolia/autocomplete-plugin-algolia-insights/dist/esm/createClickedEvent.js +16 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-algolia-insights@1.19.2_@algolia_client-search@4.24.0_algo_a07b7691870c05b2461c74a9a00d6a70/node_modules/@algolia/autocomplete-plugin-algolia-insights/dist/esm/createSearchInsightsApi.js +209 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-algolia-insights@1.19.2_@algolia_client-search@4.24.0_algo_a07b7691870c05b2461c74a9a00d6a70/node_modules/@algolia/autocomplete-plugin-algolia-insights/dist/esm/createViewedEvents.js +18 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-algolia-insights@1.19.2_@algolia_client-search@4.24.0_algo_a07b7691870c05b2461c74a9a00d6a70/node_modules/@algolia/autocomplete-plugin-algolia-insights/dist/esm/isAlgoliaInsightsHit.js +5 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-algolia-insights@1.19.2_@algolia_client-search@4.24.0_algo_a07b7691870c05b2461c74a9a00d6a70/node_modules/@algolia/autocomplete-plugin-algolia-insights/dist/esm/isModernInsightsClient.js +25 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-query-suggestions@1.19.2_@algolia_client-search@4.24.0_alg_bf126b808dc57984d528cd690af7915e/node_modules/@algolia/autocomplete-plugin-query-suggestions/dist/esm/constants.js +7 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-query-suggestions@1.19.2_@algolia_client-search@4.24.0_alg_bf126b808dc57984d528cd690af7915e/node_modules/@algolia/autocomplete-plugin-query-suggestions/dist/esm/createQuerySuggestionsPlugin.js +118 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-query-suggestions@1.19.2_@algolia_client-search@4.24.0_alg_bf126b808dc57984d528cd690af7915e/node_modules/@algolia/autocomplete-plugin-query-suggestions/dist/esm/getTemplates.js +64 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-recent-searches@1.19.2_@algolia_client-search@4.24.0_algol_ca60faa7de036e25f1f4aff1b32494ae/node_modules/@algolia/autocomplete-plugin-recent-searches/dist/esm/addHighlightedAttribute.js +21 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-recent-searches@1.19.2_@algolia_client-search@4.24.0_algol_ca60faa7de036e25f1f4aff1b32494ae/node_modules/@algolia/autocomplete-plugin-recent-searches/dist/esm/constants.js +10 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-recent-searches@1.19.2_@algolia_client-search@4.24.0_algol_ca60faa7de036e25f1f4aff1b32494ae/node_modules/@algolia/autocomplete-plugin-recent-searches/dist/esm/createLocalStorage.js +36 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-recent-searches@1.19.2_@algolia_client-search@4.24.0_algol_ca60faa7de036e25f1f4aff1b32494ae/node_modules/@algolia/autocomplete-plugin-recent-searches/dist/esm/createLocalStorageRecentSearchesPlugin.js +49 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-recent-searches@1.19.2_@algolia_client-search@4.24.0_algol_ca60faa7de036e25f1f4aff1b32494ae/node_modules/@algolia/autocomplete-plugin-recent-searches/dist/esm/createRecentSearchesPlugin.js +137 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-recent-searches@1.19.2_@algolia_client-search@4.24.0_algol_ca60faa7de036e25f1f4aff1b32494ae/node_modules/@algolia/autocomplete-plugin-recent-searches/dist/esm/createStorageApi.js +16 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-recent-searches@1.19.2_@algolia_client-search@4.24.0_algol_ca60faa7de036e25f1f4aff1b32494ae/node_modules/@algolia/autocomplete-plugin-recent-searches/dist/esm/getLocalStorage.js +33 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-recent-searches@1.19.2_@algolia_client-search@4.24.0_algol_ca60faa7de036e25f1f4aff1b32494ae/node_modules/@algolia/autocomplete-plugin-recent-searches/dist/esm/getTemplates.js +72 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-plugin-recent-searches@1.19.2_@algolia_client-search@4.24.0_algol_ca60faa7de036e25f1f4aff1b32494ae/node_modules/@algolia/autocomplete-plugin-recent-searches/dist/esm/search.js +25 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-preset-algolia@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-preset-algolia/dist/esm/constants/index.js +4 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-preset-algolia@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-preset-algolia/dist/esm/highlight/parseAlgoliaHitHighlight.js +25 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-preset-algolia@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-preset-algolia/dist/esm/highlight/parseAttribute.js +51 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-preset-algolia@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-preset-algolia/dist/esm/requester/createAlgoliaRequester.js +6 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-preset-algolia@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-preset-algolia/dist/esm/requester/createRequester.js +37 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-preset-algolia@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-preset-algolia/dist/esm/requester/getAlgoliaResults.js +19 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-preset-algolia@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-preset-algolia/dist/esm/search/fetchAlgoliaResults.js +69 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-preset-algolia@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-preset-algolia/dist/esm/utils/getAppIdAndApiKey.js +16 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-shared@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-shared/dist/esm/createRef.js +7 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-shared@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-shared/dist/esm/debounce.js +16 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-shared@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-shared/dist/esm/decycle.js +34 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-shared@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-shared/dist/esm/flatten.js +7 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-shared@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-shared/dist/esm/generateAutocompleteId.js +6 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-shared@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-shared/dist/esm/getAttributeValueByPath.js +7 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-shared@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-shared/dist/esm/getItemsCount.js +10 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-shared@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-shared/dist/esm/invariant.js +15 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-shared@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-shared/dist/esm/isEqual.js +26 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-shared@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-shared/dist/esm/noop.js +3 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-shared@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-shared/dist/esm/safelyRunOnBrowser.js +13 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-shared@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-shared/dist/esm/userAgents.js +8 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-shared@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-shared/dist/esm/version.js +3 -0
- package/dist/node_modules/.pnpm/@algolia_autocomplete-shared@1.19.2_@algolia_client-search@4.24.0_algoliasearch@4.24.0/node_modules/@algolia/autocomplete-shared/dist/esm/warn.js +26 -0
- package/dist/node_modules/.pnpm/instantsearch.js@4.79.2_algoliasearch@4.24.0/node_modules/instantsearch.js/es/lib/routers/history.js +341 -0
- package/dist/node_modules/.pnpm/instantsearch.js@4.79.2_algoliasearch@4.24.0/node_modules/instantsearch.js/es/lib/stateMappings/simple.js +36 -0
- package/dist/node_modules/.pnpm/instantsearch.js@4.79.2_algoliasearch@4.24.0/node_modules/instantsearch.js/es/lib/utils/documentation.js +8 -0
- package/dist/node_modules/.pnpm/instantsearch.js@4.79.2_algoliasearch@4.24.0/node_modules/instantsearch.js/es/lib/utils/logger.js +32 -0
- package/dist/node_modules/.pnpm/instantsearch.js@4.79.2_algoliasearch@4.24.0/node_modules/instantsearch.js/es/lib/utils/noop.js +3 -0
- package/dist/node_modules/.pnpm/instantsearch.js@4.79.2_algoliasearch@4.24.0/node_modules/instantsearch.js/es/lib/utils/safelyRunOnBrowser.js +24 -0
- package/dist/node_modules/.pnpm/qs@6.9.7/node_modules/qs/lib/formats.js +33 -0
- package/dist/node_modules/.pnpm/qs@6.9.7/node_modules/qs/lib/index.js +25 -0
- package/dist/node_modules/.pnpm/qs@6.9.7/node_modules/qs/lib/parse.js +269 -0
- package/dist/node_modules/.pnpm/qs@6.9.7/node_modules/qs/lib/stringify.js +300 -0
- package/dist/node_modules/.pnpm/qs@6.9.7/node_modules/qs/lib/utils.js +264 -0
- package/dist/node_modules/.pnpm/swiper@11.2.10/node_modules/swiper/modules/free-mode.js +237 -0
- package/dist/node_modules/.pnpm/swiper@11.2.10/node_modules/swiper/modules/navigation.js +200 -0
- package/dist/node_modules/.pnpm/swiper@11.2.10/node_modules/swiper/modules/thumbs.js +197 -0
- package/dist/node_modules/.pnpm/swiper@11.2.10/node_modules/swiper/shared/create-element-if-not-defined.js +21 -0
- package/dist/node_modules/.pnpm/swiper@11.2.10/node_modules/swiper/shared/ssr-window.esm.js +146 -0
- package/dist/node_modules/.pnpm/swiper@11.2.10/node_modules/swiper/shared/swiper-core.js +3951 -0
- package/dist/node_modules/.pnpm/swiper@11.2.10/node_modules/swiper/shared/update-on-virtual-data.js +131 -0
- package/dist/node_modules/.pnpm/swiper@11.2.10/node_modules/swiper/shared/update-swiper.js +232 -0
- package/dist/node_modules/.pnpm/swiper@11.2.10/node_modules/swiper/shared/utils.js +315 -0
- package/dist/node_modules/.pnpm/swiper@11.2.10/node_modules/swiper/swiper-react.js +389 -0
- package/dist/notifications/announcements/announcement-list.d.ts +7 -0
- package/dist/notifications/announcements/announcement-list.js +30 -0
- package/dist/notifications/announcements/announcement-list.module.css.js +3 -0
- package/dist/notifications/announcements/announcement.d.ts +2 -1
- package/dist/notifications/announcements/announcement.js +28 -0
- package/dist/notifications/announcements/announcement.module.css.js +3 -0
- package/dist/notifications/announcements/connected-announcement-list.d.ts +3 -0
- package/dist/notifications/announcements/connected-announcement-list.js +22 -0
- package/dist/notifications/announcements/use-filter-announcements.d.ts +2 -0
- package/dist/notifications/announcements/use-filter-announcements.js +35 -0
- package/dist/observers/intersection-observer.d.ts +16 -0
- package/dist/observers/intersection-observer.js +22 -0
- package/dist/pages/account/change-password-page/change-password-page.d.ts +6 -0
- package/dist/pages/account/change-password-page/change-password-page.js +57 -0
- package/dist/pages/account/components/change-password-form/change-password-form.d.ts +16 -0
- package/dist/pages/account/components/change-password-form/change-password-form.js +49 -0
- package/dist/pages/account/components/create-account-form/create-account-form.d.ts +11 -0
- package/dist/pages/account/components/create-account-form/create-account-form.js +75 -0
- package/dist/pages/account/components/create-account-form/create-account-form.module.css.js +3 -0
- package/dist/pages/account/components/sign-in-form/sign-in-form.d.ts +28 -0
- package/dist/pages/account/components/sign-in-form/sign-in-form.js +77 -0
- package/dist/pages/account/components/sign-in-form/sign-in-form.module.css.js +3 -0
- package/dist/pages/account/create-account-page/create-account-page.d.ts +3 -0
- package/dist/pages/account/create-account-page/create-account-page.js +51 -0
- package/dist/pages/account/layouts/sign-in-page-layout/sign-in-page-background-image.d.ts +6 -0
- package/dist/pages/account/layouts/sign-in-page-layout/sign-in-page-background-image.js +9 -0
- package/dist/pages/account/layouts/sign-in-page-layout/sign-in-page-layout.d.ts +9 -0
- package/dist/pages/account/layouts/sign-in-page-layout/sign-in-page-layout.js +12 -0
- package/dist/pages/account/layouts/sign-in-page-layout/sign-in-page-layout.module.css.js +3 -0
- package/dist/pages/account/sign-in-page/sign-in-page.d.ts +3 -0
- package/dist/pages/account/sign-in-page/sign-in-page.js +103 -0
- package/dist/pages/checkout/cart-page/cart-page.d.ts +1 -0
- package/dist/pages/checkout/cart-page/cart-page.js +133 -0
- package/dist/pages/checkout/cart-page/components/empty-cart-page.d.ts +1 -0
- package/dist/pages/checkout/cart-page/components/empty-cart-page.js +12 -0
- package/dist/pages/checkout/components/billing-and-invoice-information.d.ts +7 -0
- package/dist/pages/checkout/components/billing-and-invoice-information.js +13 -0
- package/dist/pages/checkout/components/billing-and-invoice-information.module.css.js +3 -0
- package/dist/pages/checkout/layouts/checkout-page-layout/checkout-page-layout.d.ts +11 -0
- package/dist/pages/checkout/layouts/checkout-page-layout/checkout-page-layout.js +34 -0
- package/dist/pages/checkout/layouts/checkout-page-layout/checkout-page-layout.module.css.js +3 -0
- package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section-content.d.ts +7 -0
- package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section-content.js +10 -0
- package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section-header.d.ts +8 -0
- package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section-header.js +10 -0
- package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section-link.d.ts +4 -0
- package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section-link.js +9 -0
- package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section.d.ts +7 -0
- package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section.js +11 -0
- package/dist/pages/checkout/layouts/checkout-page-layout/components/checkout-page-section.module.css.js +3 -0
- package/dist/pages/checkout/order-confirmation-page/order-confirmation-page-content.d.ts +5 -0
- package/dist/pages/checkout/order-confirmation-page/order-confirmation-page-content.js +110 -0
- package/dist/pages/checkout/order-confirmation-page/order-confirmation-page.d.ts +4 -0
- package/dist/pages/checkout/order-confirmation-page/order-confirmation-page.js +30 -0
- package/dist/pages/checkout/order-confirmation-page/order-confirmation-page.module.css.js +3 -0
- package/dist/pages/checkout/payment-page/components/adyen-payment.d.ts +31 -0
- package/dist/pages/checkout/payment-page/components/adyen-payment.js +217 -0
- package/dist/pages/checkout/payment-page/components/adyen-payment.module.css.js +3 -0
- package/dist/pages/checkout/payment-page/components/payment.d.ts +14 -0
- package/dist/pages/checkout/payment-page/components/payment.js +280 -0
- package/dist/pages/checkout/payment-page/components/payment.module.css.js +3 -0
- package/dist/pages/checkout/payment-page/hooks/use-get-adyen-redirect-result.d.ts +1 -0
- package/dist/pages/checkout/payment-page/hooks/use-get-adyen-redirect-result.js +14 -0
- package/dist/pages/checkout/payment-page/hooks/use-has-returned-from-adyen.d.ts +1 -0
- package/dist/pages/checkout/payment-page/hooks/use-has-returned-from-adyen.js +9 -0
- package/dist/pages/checkout/payment-page/payment-page-content.d.ts +13 -0
- package/dist/pages/checkout/payment-page/payment-page-content.js +51 -0
- package/dist/pages/checkout/payment-page/payment-page.d.ts +3 -0
- package/dist/pages/checkout/payment-page/payment-page.js +64 -0
- package/dist/pages/checkout/payment-page/utils/parse-amount.d.ts +3 -0
- package/dist/pages/checkout/payment-page/utils/parse-amount.js +10 -0
- package/dist/pages/checkout/shipping-page/components/address-book-selector.d.ts +6 -0
- package/dist/pages/checkout/shipping-page/components/address-book-selector.js +81 -0
- package/dist/pages/checkout/shipping-page/components/address-book-selector.module.css.js +3 -0
- package/dist/pages/checkout/shipping-page/components/currency-change-dialog.d.ts +6 -0
- package/dist/pages/checkout/shipping-page/components/currency-change-dialog.js +15 -0
- package/dist/pages/checkout/shipping-page/components/edit-checkout-bill-to-address-form.d.ts +16 -0
- package/dist/pages/checkout/shipping-page/components/edit-checkout-bill-to-address-form.js +49 -0
- package/dist/pages/checkout/shipping-page/components/edit-checkout-bill-to-address-form.module.css.js +3 -0
- package/dist/pages/checkout/shipping-page/components/readonly-address.d.ts +17 -0
- package/dist/pages/checkout/shipping-page/components/readonly-address.js +130 -0
- package/dist/pages/checkout/shipping-page/components/readonly-address.module.css.js +3 -0
- package/dist/pages/checkout/shipping-page/components/ship-to-mode-selector.d.ts +8 -0
- package/dist/pages/checkout/shipping-page/components/ship-to-mode-selector.js +25 -0
- package/dist/pages/checkout/shipping-page/components/sonic-address.d.ts +1 -0
- package/dist/pages/checkout/shipping-page/components/sonic-address.js +15 -0
- package/dist/pages/checkout/shipping-page/components/sonic-address.module.css.js +3 -0
- package/dist/pages/checkout/shipping-page/hooks/use-patch-shipping-details.d.ts +22 -0
- package/dist/pages/checkout/shipping-page/hooks/use-patch-shipping-details.js +60 -0
- package/dist/pages/checkout/shipping-page/shipping-page-content.d.ts +15 -0
- package/dist/pages/checkout/shipping-page/shipping-page-content.js +43 -0
- package/dist/pages/checkout/shipping-page/shipping-page.d.ts +1 -0
- package/dist/pages/checkout/shipping-page/shipping-page.js +190 -0
- package/dist/pages/checkout/shipping-page/shipping-page.module.css.js +3 -0
- package/dist/pages/components/page/page.d.ts +13 -0
- package/dist/pages/components/page/page.js +15 -0
- package/dist/pages/components/page-container/page-container.d.ts +10 -0
- package/dist/pages/components/page-container/page-container.js +11 -0
- package/dist/pages/components/page-container/page-container.module.css.js +3 -0
- package/dist/pages/components/page-meta-data/page-meta-data.d.ts +15 -0
- package/dist/pages/components/page-meta-data/page-meta-data.js +100 -0
- package/dist/pages/countries-page/countries-page.d.ts +1 -0
- package/dist/pages/countries-page/countries-page.js +18 -0
- package/dist/pages/error-page/error-page.d.ts +2 -1
- package/dist/pages/error-page/error-page.js +20 -0
- package/dist/pages/loading-page/loading-page.js +10 -0
- package/dist/pages/my-sonic/actions/change-customer/change-customer-dialog.d.ts +16 -0
- package/dist/pages/my-sonic/actions/change-customer/change-customer-dialog.js +30 -0
- package/dist/pages/my-sonic/actions/change-customer/change-customer-dialog.module.css.js +3 -0
- package/dist/pages/my-sonic/actions/change-customer/change-customer.d.ts +16 -0
- package/dist/pages/my-sonic/actions/change-customer/change-customer.js +76 -0
- package/dist/pages/my-sonic/actions/change-customer/change-customer.module.css.js +3 -0
- package/dist/pages/my-sonic/actions/change-customer/connected-change-customer-dialog.d.ts +7 -0
- package/dist/pages/my-sonic/actions/change-customer/connected-change-customer-dialog.js +50 -0
- package/dist/pages/my-sonic/actions/change-password/change-password-dialog.d.ts +12 -0
- package/dist/pages/my-sonic/actions/change-password/change-password-dialog.js +25 -0
- package/dist/pages/my-sonic/actions/change-password/change-password-dialog.module.css.js +3 -0
- package/dist/pages/my-sonic/actions/change-password/change-password.d.ts +8 -0
- package/dist/pages/my-sonic/actions/change-password/change-password.js +28 -0
- package/dist/pages/my-sonic/actions/change-password/change-password.module.css.js +3 -0
- package/dist/pages/my-sonic/actions/change-password/connected-change-password-dialog.d.ts +5 -0
- package/dist/pages/my-sonic/actions/change-password/connected-change-password-dialog.js +39 -0
- package/dist/pages/my-sonic/actions/create-ship-to-address/connected-create-ship-to-address-form.d.ts +5 -0
- package/dist/pages/my-sonic/actions/create-ship-to-address/connected-create-ship-to-address-form.js +89 -0
- package/dist/pages/my-sonic/actions/create-ship-to-address/create-ship-to-address.module.css.js +3 -0
- package/dist/pages/my-sonic/actions/edit-bill-to-address/connected-edit-bill-to-address-form.d.ts +4 -0
- package/dist/pages/my-sonic/actions/edit-bill-to-address/connected-edit-bill-to-address-form.js +94 -0
- package/dist/pages/my-sonic/actions/edit-bill-to-address/edit-bill-to-address.module.css.js +3 -0
- package/dist/pages/my-sonic/actions/edit-ship-to-address/connected-edit-ship-to-address-form.d.ts +5 -0
- package/dist/pages/my-sonic/actions/edit-ship-to-address/connected-edit-ship-to-address-form.js +126 -0
- package/dist/pages/my-sonic/actions/edit-ship-to-address/edit-ship-to-address.module.css.js +3 -0
- package/dist/pages/my-sonic/actions/edit-user-info/connected-edit-user-info-dialog.d.ts +5 -0
- package/dist/pages/my-sonic/actions/edit-user-info/connected-edit-user-info-dialog.js +56 -0
- package/dist/pages/my-sonic/actions/edit-user-info/edit-user-info-dialog.d.ts +10 -0
- package/dist/pages/my-sonic/actions/edit-user-info/edit-user-info-dialog.js +15 -0
- package/dist/pages/my-sonic/actions/edit-user-info/edit-user-info.d.ts +11 -0
- package/dist/pages/my-sonic/actions/edit-user-info/edit-user-info.js +29 -0
- package/dist/pages/my-sonic/actions/edit-user-info/edit-user-info.module.css.js +3 -0
- package/dist/pages/my-sonic/actions/upload-order/upload-order-form.d.ts +1 -0
- package/dist/pages/my-sonic/actions/upload-order/upload-order-form.js +19 -0
- package/dist/pages/my-sonic/actions/upload-order/upload-order-instructions.d.ts +3 -0
- package/dist/pages/my-sonic/actions/upload-order/upload-order-instructions.js +13 -0
- package/dist/pages/my-sonic/actions/upload-order/upload-order.d.ts +3 -0
- package/dist/pages/my-sonic/actions/upload-order/upload-order.js +12 -0
- package/dist/pages/my-sonic/actions/upload-order/upload-order.module.css.js +3 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-aside.d.ts +4 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-aside.js +9 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-breadcrumb.d.ts +4 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-breadcrumb.js +9 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-main.d.ts +4 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-main.js +9 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-page.d.ts +5 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-page.js +10 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-pre-aside.d.ts +4 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-pre-aside.js +9 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-title.d.ts +4 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout-title.js +10 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout.d.ts +5 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout.js +10 -0
- package/dist/pages/my-sonic/layouts/my-sonic-layout/my-sonic-layout.module.css.js +3 -0
- package/dist/pages/my-sonic/navigation/connected-my-sonic-navigation.d.ts +1 -0
- package/dist/pages/my-sonic/navigation/connected-my-sonic-navigation.js +15 -0
- package/dist/pages/my-sonic/navigation/connected-my-sonic-navigation.module.css.js +3 -0
- package/dist/pages/my-sonic/navigation/my-sonic-desktop-navigation.d.ts +7 -0
- package/dist/pages/my-sonic/navigation/my-sonic-desktop-navigation.js +24 -0
- package/dist/pages/my-sonic/navigation/my-sonic-desktop-navigation.module.css.js +3 -0
- package/dist/pages/my-sonic/navigation/my-sonic-mobile-navigation.d.ts +5 -0
- package/dist/pages/my-sonic/navigation/my-sonic-mobile-navigation.js +26 -0
- package/dist/pages/my-sonic/navigation/my-sonic-navigation-items.d.ts +21 -0
- package/dist/pages/my-sonic/navigation/my-sonic-navigation-items.js +45 -0
- package/dist/pages/my-sonic/pages/create-ship-to-address-details-page/create-ship-to-address-details-page.d.ts +8 -0
- package/dist/pages/my-sonic/pages/create-ship-to-address-details-page/create-ship-to-address-details-page.js +29 -0
- package/dist/pages/my-sonic/pages/edit-bill-to-address-details-page/edit-bill-to-address-details-page.d.ts +7 -0
- package/dist/pages/my-sonic/pages/edit-bill-to-address-details-page/edit-bill-to-address-details-page.js +29 -0
- package/dist/pages/my-sonic/pages/edit-ship-to-address-details-page/edit-ship-to-address-details-page.d.ts +9 -0
- package/dist/pages/my-sonic/pages/edit-ship-to-address-details-page/edit-ship-to-address-details-page.js +29 -0
- package/dist/pages/my-sonic/pages/favorites/favorites-page.d.ts +2 -0
- package/dist/pages/my-sonic/pages/favorites/favorites-page.js +48 -0
- package/dist/pages/my-sonic/pages/my-account/my-account-page.d.ts +2 -0
- package/dist/pages/my-sonic/pages/my-account/my-account-page.js +30 -0
- package/dist/pages/my-sonic/pages/order-details/order-details-content.d.ts +10 -0
- package/dist/pages/my-sonic/pages/order-details/order-details-content.js +70 -0
- package/dist/pages/my-sonic/pages/order-details/order-details-content.module.css.js +3 -0
- package/dist/pages/my-sonic/pages/order-details/order-details-page.d.ts +8 -0
- package/dist/pages/my-sonic/pages/order-details/order-details-page.js +42 -0
- package/dist/pages/my-sonic/pages/order-history/order-history-page.d.ts +2 -0
- package/dist/pages/my-sonic/pages/order-history/order-history-page.js +193 -0
- package/dist/pages/my-sonic/pages/order-history/order-history-page.module.css.js +3 -0
- package/dist/pages/my-sonic/pages/upload-order-page/upload-order-page.d.ts +4 -0
- package/dist/pages/my-sonic/pages/upload-order-page/upload-order-page.js +24 -0
- package/dist/pages/my-sonic/widgets/components/address-data-card.d.ts +23 -0
- package/dist/pages/my-sonic/widgets/components/address-data-card.js +43 -0
- package/dist/pages/my-sonic/widgets/connected-address-book-widget.d.ts +1 -0
- package/dist/pages/my-sonic/widgets/connected-address-book-widget.js +174 -0
- package/dist/pages/my-sonic/widgets/connected-address-book-widget.module.css.js +3 -0
- package/dist/pages/my-sonic/widgets/connected-bill-to-address-widget.d.ts +3 -0
- package/dist/pages/my-sonic/widgets/connected-bill-to-address-widget.js +34 -0
- package/dist/pages/my-sonic/widgets/connected-customer-information-widget.d.ts +1 -0
- package/dist/pages/my-sonic/widgets/connected-customer-information-widget.js +57 -0
- package/dist/pages/my-sonic/widgets/connected-ship-to-address-widget.d.ts +4 -0
- package/dist/pages/my-sonic/widgets/connected-ship-to-address-widget.js +39 -0
- package/dist/pages/my-sonic/widgets/connected-user-account-widget.d.ts +1 -0
- package/dist/pages/my-sonic/widgets/connected-user-account-widget.js +44 -0
- package/dist/pages/product/components/product-overview.d.ts +10 -0
- package/dist/pages/product/components/product-overview.js +20 -0
- package/dist/pages/{layouts → product/layouts/product-details-page-layout}/product-details-page-layout.d.ts +2 -2
- package/dist/pages/product/layouts/product-details-page-layout/product-details-page-layout.js +10 -0
- package/dist/pages/product/layouts/product-details-page-layout/product-details-page-layout.module.css.js +3 -0
- package/dist/pages/{product-details-page → product/product-details-page}/components/product-details-images/product-detail-images.d.ts +1 -1
- package/dist/pages/product/product-details-page/components/product-details-images/product-detail-images.js +33 -0
- package/dist/pages/product/product-details-page/components/product-details-images/product-detail-images.module.css.js +3 -0
- package/dist/pages/product/product-details-page/components/product-details-panel/product-details-panel.d.ts +5 -0
- package/dist/pages/product/product-details-page/components/product-details-panel/product-details-panel.js +48 -0
- package/dist/pages/product/product-details-page/components/product-details-panel/product-details-panel.module.css.js +3 -0
- package/dist/pages/product/product-details-page/components/product-details-recently-viewed-section/product-details-recently-viewed-section.d.ts +1 -0
- package/dist/pages/product/product-details-page/components/product-details-recently-viewed-section/product-details-recently-viewed-section.js +25 -0
- package/dist/pages/product/product-details-page/components/product-details-recently-viewed-section/product-details-recently-viewed-section.module.css.js +3 -0
- package/dist/pages/product/product-details-page/product-details-page.js +22 -0
- package/dist/pages/product/product-details-page/product-details.d.ts +5 -0
- package/dist/pages/product/product-details-page/product-details.js +47 -0
- package/dist/pages/product/product-listing-page/no-results/no-results.js +16 -0
- package/dist/pages/product/product-listing-page/no-results/no-results.module.css.js +3 -0
- package/dist/pages/product/product-listing-page/product-listing-page-category-carousel/product-listing-page-category-carousel.js +22 -0
- package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-page-data-types.d.ts +3 -1
- package/dist/pages/product/product-listing-page/product-listing-page-provider/product-listing-page-context.js +8 -0
- package/dist/pages/product/product-listing-page/product-listing-page-provider/product-listing-page-provider.js +14 -0
- package/dist/pages/product/product-listing-page/product-listing-page.js +29 -0
- package/dist/pages/product/product-listing-page/product-listing-page.module.css.js +3 -0
- package/dist/pages/product/product-listing-page/product-listing-product-overview/product-listing-product-overview.js +32 -0
- package/dist/pages/product/product-listing-page/product-listing.d.ts +6 -0
- package/dist/pages/product/product-listing-page/product-listing.js +49 -0
- package/dist/pages/product/search-result-page/search-result-product-overview/search-result-product-overview.js +34 -0
- package/dist/pages/product/search-result-page/search-results-page-category-carousel/search-results-page-category-carousel.js +22 -0
- package/dist/pages/product/search-result-page/search-results-page.js +53 -0
- package/dist/pages/product/search-result-page/search-results-page.module.css.js +3 -0
- package/dist/promos/promo-banner/promo-banner.js +12 -0
- package/dist/promos/promo-banner/promo-banner.module.css.js +3 -0
- package/dist/promos/promo-banners/promo-banners.d.ts +6 -5
- package/dist/promos/promo-banners/promo-banners.js +17 -0
- package/dist/promos/promo-banners/promo-banners.module.css.js +3 -0
- package/dist/promos/promo-card/promo-card.d.ts +1 -1
- package/dist/promos/promo-card/promo-card.js +11 -0
- package/dist/promos/promo-card/promo-card.module.css.js +3 -0
- package/dist/shared/api/bff/hooks/cart/use-patch-cart.d.ts +11 -0
- package/dist/shared/api/bff/hooks/cart/use-patch-cart.js +20 -0
- package/dist/shared/api/bff/hooks/cart/use-place-order.d.ts +11 -0
- package/dist/shared/api/bff/hooks/cart/use-place-order.js +21 -0
- package/dist/shared/api/bff/hooks/cart/use-save-cart-for-later.d.ts +9 -0
- package/dist/shared/api/bff/hooks/cart/use-save-cart-for-later.js +18 -0
- package/dist/shared/api/bff/hooks/use-fetch-announcements.js +16 -0
- package/dist/shared/api/bff/hooks/use-fetch-favorites.d.ts +2 -0
- package/dist/shared/api/bff/hooks/use-fetch-favorites.js +30 -0
- package/dist/shared/api/bff/hooks/use-fetch-navigation-links.d.ts +2 -0
- package/dist/shared/api/bff/hooks/use-fetch-navigation-links.js +16 -0
- package/dist/shared/api/bff/hooks/use-fetch-product-details-page-data.js +15 -0
- package/dist/shared/api/bff/hooks/use-fetch-product-listing-page-data.js +15 -0
- package/dist/shared/api/bff/hooks/use-fetch-products-prices.d.ts +2 -0
- package/dist/shared/api/bff/hooks/use-fetch-products-prices.js +14 -0
- package/dist/shared/api/bff/hooks/use-fetch-recently-viewed-products.d.ts +4 -0
- package/dist/shared/api/bff/hooks/use-fetch-recently-viewed-products.js +16 -0
- package/dist/shared/api/bff/model/bff.model.d.ts +88 -3
- package/dist/shared/api/bff/model/bff.model.js +12 -0
- package/dist/shared/api/bff/services/bff-service.d.ts +30 -5
- package/dist/shared/api/bff/services/bff-service.js +179 -0
- package/dist/shared/api/shared/hooks/use-awaitable-mutation.d.ts +31 -0
- package/dist/shared/api/shared/hooks/use-awaitable-mutation.js +47 -0
- package/dist/shared/api/shared/types.d.ts +6 -0
- package/dist/shared/api/storefront/hooks/account/use-create-account.d.ts +3 -0
- package/dist/shared/api/storefront/hooks/account/use-create-account.js +30 -0
- package/dist/shared/api/storefront/hooks/account/use-create-guest-account.d.ts +2 -0
- package/dist/shared/api/storefront/hooks/account/use-create-guest-account.js +38 -0
- package/dist/shared/api/storefront/hooks/account/use-fetch-current-account.d.ts +3 -0
- package/dist/shared/api/storefront/hooks/account/use-fetch-current-account.js +13 -0
- package/dist/shared/api/storefront/hooks/account/use-patch-current-account.d.ts +11 -0
- package/dist/shared/api/storefront/hooks/account/use-patch-current-account.js +20 -0
- package/dist/shared/api/storefront/hooks/authentication/use-fetch-session.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/authentication/use-fetch-session.js +20 -0
- package/dist/shared/api/storefront/hooks/authentication/use-invalidate-session.js +10 -0
- package/dist/shared/api/storefront/hooks/authentication/use-is-authenticated.js +9 -0
- package/dist/shared/api/storefront/hooks/authentication/use-patch-session.d.ts +22 -0
- package/dist/shared/api/storefront/hooks/authentication/use-patch-session.js +17 -0
- package/dist/shared/api/storefront/hooks/authentication/use-recover-password.d.ts +4 -0
- package/dist/shared/api/storefront/hooks/authentication/use-recover-password.js +16 -0
- package/dist/shared/api/storefront/hooks/authentication/use-sign-in.d.ts +1 -0
- package/dist/shared/api/storefront/hooks/authentication/use-sign-in.js +33 -0
- package/dist/shared/api/storefront/hooks/authentication/use-sign-out-mutation.d.ts +9 -0
- package/dist/shared/api/storefront/hooks/authentication/use-sign-out-mutation.js +26 -0
- package/dist/shared/api/storefront/hooks/authentication/use-sign-out.d.ts +5 -1
- package/dist/shared/api/storefront/hooks/authentication/use-sign-out.js +30 -0
- package/dist/shared/api/storefront/hooks/cart/use-add-bulk-products-to-current-cart.d.ts +4 -0
- package/dist/shared/api/storefront/hooks/cart/use-add-bulk-products-to-current-cart.js +21 -0
- package/dist/shared/api/storefront/hooks/cart/use-add-product-to-current-cart.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/cart/use-add-product-to-current-cart.js +26 -0
- package/dist/shared/api/storefront/hooks/cart/use-delete-cart-line-by-id.d.ts +6 -1
- package/dist/shared/api/storefront/hooks/cart/use-delete-cart-line-by-id.js +21 -0
- package/dist/shared/api/storefront/hooks/cart/use-delete-current-cart.d.ts +7 -2
- package/dist/shared/api/storefront/hooks/cart/use-delete-current-cart.js +19 -0
- package/dist/shared/api/storefront/hooks/cart/use-fetch-cart-by-id.d.ts +8 -0
- package/dist/shared/api/storefront/hooks/cart/use-fetch-cart-by-id.js +21 -0
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-checkout-atp.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-checkout-atp.js +16 -0
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-count.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-count.js +9 -0
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-lines-with-atp.d.ts +163 -0
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-lines-with-atp.js +12 -0
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-lines.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-lines.js +12 -0
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-product-atp.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-product-atp.js +16 -0
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-promotions.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-promotions.js +16 -0
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-with-atp.d.ts +167 -0
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart-with-atp.js +31 -0
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart.d.ts +3 -4
- package/dist/shared/api/storefront/hooks/cart/use-fetch-current-cart.js +8 -0
- package/dist/shared/api/storefront/hooks/cart/use-invalidate-current-cart.js +10 -0
- package/dist/shared/api/storefront/hooks/cart/use-patch-cart-line-by-id.d.ts +6 -0
- package/dist/shared/api/storefront/hooks/cart/use-patch-cart-line-by-id.js +23 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-bill-to-address.d.ts +4 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-bill-to-address.js +12 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-bill-to-addresses.d.ts +4 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-bill-to-addresses.js +14 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-current-bill-to-address.d.ts +3 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-current-bill-to-address.js +8 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-current-ship-to-address.d.ts +3 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-current-ship-to-address.js +12 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-fulfillment-methods-by-customer-id.d.ts +4 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-fulfillment-methods-by-customer-id.js +13 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-fulfillment-methods-for-current-cart.d.ts +3 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-fulfillment-methods-for-current-cart.js +13 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-paged-ship-to-addresses.d.ts +8 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-paged-ship-to-addresses.js +14 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-ship-to-address.d.ts +5 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-ship-to-address.js +19 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-ship-to-addresses.d.ts +3 -0
- package/dist/shared/api/storefront/hooks/customer/use-fetch-ship-to-addresses.js +16 -0
- package/dist/shared/api/storefront/hooks/customer/use-patch-bill-to-address.d.ts +12 -0
- package/dist/shared/api/storefront/hooks/customer/use-patch-bill-to-address.js +18 -0
- package/dist/shared/api/storefront/hooks/customer/use-patch-ship-to-address.d.ts +13 -0
- package/dist/shared/api/storefront/hooks/customer/use-patch-ship-to-address.js +18 -0
- package/dist/shared/api/storefront/hooks/customer/use-post-ship-to-address.d.ts +17 -0
- package/dist/shared/api/storefront/hooks/customer/use-post-ship-to-address.js +18 -0
- package/dist/shared/api/storefront/hooks/orders/use-fetch-order-by-id.d.ts +1 -0
- package/dist/shared/api/storefront/hooks/orders/use-fetch-order-by-id.js +14 -0
- package/dist/shared/api/storefront/hooks/orders/use-fetch-orders.d.ts +9 -0
- package/dist/shared/api/storefront/hooks/orders/use-fetch-orders.js +14 -0
- package/dist/shared/api/storefront/hooks/payment/use-create-adyen-session.d.ts +3 -0
- package/dist/shared/api/storefront/hooks/payment/use-create-adyen-session.js +11 -0
- package/dist/shared/api/storefront/hooks/payment/use-fetch-adyen-config.d.ts +1 -0
- package/dist/shared/api/storefront/hooks/payment/use-fetch-adyen-config.js +15 -0
- package/dist/shared/api/storefront/hooks/payment/use-invalidate-adyen.d.ts +1 -0
- package/dist/shared/api/storefront/hooks/payment/use-invalidate-adyen.js +10 -0
- package/dist/shared/api/storefront/hooks/product/use-mark-product-as-viewed.d.ts +5 -0
- package/dist/shared/api/storefront/hooks/product/use-mark-product-as-viewed.js +17 -0
- package/dist/shared/api/storefront/hooks/translation/use-fetch-translations.js +16 -0
- package/dist/shared/api/storefront/hooks/website/use-fetch-countries-languages.d.ts +2 -2
- package/dist/shared/api/storefront/hooks/website/use-fetch-countries-languages.js +16 -0
- package/dist/shared/api/storefront/hooks/website/use-fetch-countries-with-languages.d.ts +4 -2
- package/dist/shared/api/storefront/hooks/website/use-fetch-countries-with-languages.js +17 -0
- package/dist/shared/api/storefront/hooks/website/use-fetch-country-models.d.ts +3 -0
- package/dist/shared/api/storefront/hooks/website/use-fetch-country-models.js +17 -0
- package/dist/shared/api/storefront/hooks/website/use-fetch-settings.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/website/use-fetch-settings.js +19 -0
- package/dist/shared/api/storefront/hooks/website/use-update-locale.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/website/use-update-locale.js +12 -0
- package/dist/shared/api/storefront/hooks/wishlist/use-add-wishlist-item-to-current-wishlist.js +28 -0
- package/dist/shared/api/storefront/hooks/wishlist/use-add-wishlist-item-to-wishlist.js +30 -0
- package/dist/shared/api/storefront/hooks/wishlist/use-create-wishlist.js +18 -0
- package/dist/shared/api/storefront/hooks/wishlist/use-delete-wishlist-item-from-wishlist.js +19 -0
- package/dist/shared/api/storefront/hooks/wishlist/use-fetch-all-wishlists-items.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/wishlist/use-fetch-all-wishlists-items.js +26 -0
- package/dist/shared/api/storefront/hooks/wishlist/use-fetch-wishlists.d.ts +1 -1
- package/dist/shared/api/storefront/hooks/wishlist/use-fetch-wishlists.js +15 -0
- package/dist/shared/api/storefront/model/{shop.model.d.ts → storefront.model.d.ts} +110 -7
- package/dist/shared/api/storefront/model/storefront.model.js +74 -0
- package/dist/shared/api/storefront/services/account-service.d.ts +31 -0
- package/dist/shared/api/storefront/services/account-service.js +87 -0
- package/dist/shared/api/storefront/services/authentication-service.d.ts +37 -13
- package/dist/shared/api/storefront/services/authentication-service.js +176 -0
- package/dist/shared/api/storefront/services/cart-service.d.ts +26 -14
- package/dist/shared/api/storefront/services/cart-service.js +168 -0
- package/dist/shared/api/storefront/services/category-service.d.ts +6 -0
- package/dist/shared/api/storefront/services/category-service.js +19 -0
- package/dist/shared/api/storefront/services/customer-service.d.ts +49 -0
- package/dist/shared/api/storefront/services/customer-service.js +112 -0
- package/dist/shared/api/storefront/services/finance-service.d.ts +13 -0
- package/dist/shared/api/storefront/services/finance-service.js +17 -0
- package/dist/shared/api/storefront/services/order-service.d.ts +10 -0
- package/dist/shared/api/storefront/services/order-service.js +40 -0
- package/dist/shared/api/storefront/services/payment-service.d.ts +8 -0
- package/dist/shared/api/storefront/services/payment-service.js +29 -0
- package/dist/shared/api/storefront/services/product-service.d.ts +4 -0
- package/dist/shared/api/storefront/services/product-service.js +10 -0
- package/dist/shared/api/storefront/services/translation-service.js +21 -0
- package/dist/shared/api/storefront/services/website-service.d.ts +1 -3
- package/dist/shared/api/storefront/services/website-service.js +51 -0
- package/dist/shared/api/storefront/services/wishlist-service.d.ts +4 -1
- package/dist/shared/api/storefront/services/wishlist-service.js +87 -0
- package/dist/shared/data/cart.data.d.ts +2 -0
- package/dist/shared/data/cart.data.js +650 -0
- package/dist/shared/data/countries-languages.data.d.ts +12 -0
- package/dist/shared/data/countries-languages.data.js +74 -0
- package/dist/shared/data/navigation.d.ts +2 -0
- package/dist/shared/data/navigation.js +2605 -0
- package/dist/shared/data/order.d.ts +2 -0
- package/dist/shared/data/order.js +41 -0
- package/dist/shared/error/basic-error-view.d.ts +1 -0
- package/dist/shared/error/basic-error-view.js +10 -0
- package/dist/shared/error/basic-error-view.module.css.js +3 -0
- package/dist/shared/error/default-error-view.d.ts +2 -0
- package/dist/shared/error/default-error-view.js +17 -0
- package/dist/shared/error/default-error-view.module.css.js +3 -0
- package/dist/shared/error/error-boundary.d.ts +16 -0
- package/dist/shared/error/error-boundary.js +94 -0
- package/dist/shared/error/errors.d.ts +17 -0
- package/dist/shared/error/errors.js +62 -0
- package/dist/shared/error/global-unhandled-error-handler.d.ts +13 -0
- package/dist/shared/error/global-unhandled-error-handler.js +71 -0
- package/dist/shared/error/types.d.ts +16 -0
- package/dist/shared/feature-flags/use-feature-flags.d.ts +5 -3
- package/dist/shared/feature-flags/use-feature-flags.js +49 -0
- package/dist/shared/fetch/request.d.ts +42 -29
- package/dist/shared/fetch/request.js +290 -0
- package/dist/shared/ga/data-layer.d.ts +2 -0
- package/dist/shared/ga/data-layer.js +12 -0
- package/dist/shared/ga/google-analytics-provider.d.ts +9 -0
- package/dist/shared/ga/google-analytics-provider.js +17 -0
- package/dist/shared/ga/types.d.ts +38 -0
- package/dist/shared/ga/types.js +8 -0
- package/dist/shared/ga/use-data-layer.d.ts +54 -0
- package/dist/shared/ga/use-data-layer.js +95 -0
- package/dist/shared/hooks/use-breakpoint.js +25 -0
- package/dist/shared/hooks/use-cookiebot.d.ts +16 -0
- package/dist/shared/hooks/use-cookiebot.js +35 -0
- package/dist/shared/hooks/use-css-link.d.ts +3 -0
- package/dist/shared/hooks/use-css-link.js +21 -0
- package/dist/shared/hooks/use-debounced-callback.d.ts +5 -1
- package/dist/shared/hooks/use-debounced-callback.js +19 -0
- package/dist/shared/hooks/use-disclosure.d.ts +3 -3
- package/dist/shared/hooks/use-disclosure.js +25 -0
- package/dist/shared/hooks/use-enable-mobile-zoom.d.ts +3 -0
- package/dist/shared/hooks/use-enable-mobile-zoom.js +37 -0
- package/dist/shared/hooks/use-global-disclosure.d.ts +10 -0
- package/dist/shared/hooks/use-global-disclosure.js +26 -0
- package/dist/shared/hooks/use-inert.d.ts +3 -0
- package/dist/shared/hooks/use-inert.js +16 -0
- package/dist/shared/hooks/use-intersection-observer.d.ts +16 -0
- package/dist/shared/hooks/use-intersection-observer.js +69 -0
- package/dist/shared/hooks/use-is-breakpoint.js +20 -0
- package/dist/shared/hooks/use-is-scrolled-beyond-element.d.ts +1 -0
- package/dist/shared/hooks/use-is-scrolled-beyond-element.js +27 -0
- package/dist/shared/hooks/use-mutation-observer.d.ts +3 -0
- package/dist/shared/hooks/use-mutation-observer.js +28 -0
- package/dist/shared/hooks/use-resize-observer.d.ts +2 -2
- package/dist/shared/hooks/use-resize-observer.js +38 -0
- package/dist/shared/hooks/use-script.d.ts +15 -0
- package/dist/shared/hooks/use-script.js +34 -0
- package/dist/shared/hooks/use-scroll-lock.js +12 -0
- package/dist/shared/hooks/use-watch-css-property.d.ts +1 -0
- package/dist/shared/hooks/use-watch-css-property.js +37 -0
- package/dist/shared/local-storage/local-storage-context.d.ts +2 -0
- package/dist/shared/local-storage/local-storage-context.js +6 -0
- package/dist/shared/local-storage/local-storage-provider.d.ts +5 -0
- package/dist/shared/local-storage/local-storage-provider.js +14 -0
- package/dist/shared/local-storage/storage-mock.d.ts +10 -0
- package/dist/shared/local-storage/storage-mock.js +34 -0
- package/dist/shared/local-storage/types.d.ts +4 -0
- package/dist/shared/local-storage/use-local-storage.js +24 -0
- package/dist/shared/local-storage/use-session-storage.js +24 -0
- package/dist/shared/model/account.d.ts +19 -0
- package/dist/shared/model/account.js +4 -0
- package/dist/shared/model/address.d.ts +30 -0
- package/dist/shared/model/address.js +7 -0
- package/dist/shared/model/announcement.js +18 -0
- package/dist/shared/model/category.d.ts +5 -0
- package/dist/shared/model/category.js +31 -0
- package/dist/shared/model/countries-languages.d.ts +4 -1
- package/dist/shared/model/countries-languages.js +32 -0
- package/dist/shared/model/currency.d.ts +7 -26
- package/dist/shared/model/currency.js +29 -0
- package/dist/shared/model/defaults.d.ts +1 -0
- package/dist/shared/model/defaults.js +3 -0
- package/dist/shared/model/hit.d.ts +2 -0
- package/dist/shared/model/hit.js +46 -0
- package/dist/shared/model/image.d.ts +6 -7
- package/dist/shared/model/image.js +7 -0
- package/dist/shared/model/price.d.ts +5 -2
- package/dist/shared/providers/cart-provider.d.ts +1 -1
- package/dist/shared/providers/cart-provider.js +13 -0
- package/dist/shared/providers/favorite-provider.d.ts +4 -4
- package/dist/shared/providers/favorite-provider.js +33 -0
- package/dist/shared/providers/global-state-provider.js +82 -0
- package/dist/shared/providers/react-query-container.d.ts +9 -3
- package/dist/shared/providers/react-query-container.js +15 -0
- package/dist/shared/reset.module.css.js +3 -0
- package/dist/shared/routing/route-context.d.ts +2 -0
- package/dist/shared/routing/route-context.js +6 -0
- package/dist/shared/routing/route-provider.d.ts +13 -10
- package/dist/shared/routing/route-provider.js +16 -0
- package/dist/shared/routing/route-utils.d.ts +5 -0
- package/dist/shared/routing/route-utils.js +17 -0
- package/dist/shared/routing/types.d.ts +46 -0
- package/dist/shared/routing/use-location.d.ts +9 -0
- package/dist/shared/routing/use-location.js +18 -0
- package/dist/shared/routing/use-navigate.d.ts +6 -0
- package/dist/shared/routing/use-navigate.js +20 -0
- package/dist/shared/routing/use-on-navigate.d.ts +2 -0
- package/dist/shared/routing/use-on-navigate.js +19 -0
- package/dist/shared/routing/use-paths.d.ts +2 -0
- package/dist/shared/routing/use-paths.js +9 -0
- package/dist/shared/routing/use-route-link-element.d.ts +1 -0
- package/dist/shared/routing/use-route-link-element.js +10 -0
- package/dist/shared/routing/use-route-link.d.ts +9 -0
- package/dist/shared/routing/use-route-link.js +26 -0
- package/dist/shared/routing/use-router.d.ts +1 -0
- package/dist/shared/routing/use-router.js +13 -0
- package/dist/shared/routing/with-routing.d.ts +4 -6
- package/dist/shared/routing/with-routing.js +34 -0
- package/dist/shared/utils/array.d.ts +1 -0
- package/dist/shared/utils/array.js +5 -0
- package/dist/shared/utils/breakpoints.js +33 -0
- package/dist/shared/utils/children-to-text.d.ts +2 -0
- package/dist/shared/utils/children-to-text.js +18 -0
- package/dist/shared/utils/css.d.ts +1 -0
- package/dist/shared/utils/css.js +24 -0
- package/dist/shared/utils/date.d.ts +5 -11
- package/dist/shared/utils/date.js +13 -0
- package/dist/shared/utils/debug.d.ts +2 -0
- package/dist/shared/utils/debug.js +21 -0
- package/dist/shared/utils/environment.d.ts +3 -2
- package/dist/shared/utils/environment.js +69 -0
- package/dist/shared/utils/event-emitter.js +34 -0
- package/dist/shared/utils/greeting.d.ts +1 -0
- package/dist/shared/utils/greeting.js +15 -0
- package/dist/shared/utils/merge.js +70 -0
- package/dist/shared/utils/number.d.ts +2 -0
- package/dist/shared/utils/number.js +10 -0
- package/dist/shared/utils/price.d.ts +22 -1
- package/dist/shared/utils/price.js +79 -0
- package/dist/shared/utils/promise.d.ts +2 -0
- package/dist/shared/utils/promise.js +9 -0
- package/dist/shared/utils/query-client.d.ts +4 -0
- package/dist/shared/utils/query-client.js +33 -0
- package/dist/shared/utils/random.d.ts +10 -0
- package/dist/shared/utils/random.js +16 -0
- package/dist/shared/utils/refs.d.ts +2 -0
- package/dist/shared/utils/refs.js +14 -0
- package/dist/shared/{hooks/use-scroll-to.d.ts → utils/scrolling.d.ts} +1 -1
- package/dist/shared/utils/scrolling.js +16 -0
- package/dist/shared/utils/string.d.ts +1 -0
- package/dist/shared/utils/string.js +7 -0
- package/dist/shared/utils/time.js +9 -0
- package/dist/shared/utils/types.d.ts +4 -0
- package/dist/shared/utils/types.js +11 -0
- package/dist/shared/utils/url.d.ts +5 -0
- package/dist/shared/utils/url.js +20 -0
- package/dist/shared/utils/url.test.d.ts +1 -0
- package/dist/shared/utils/uuid.d.ts +3 -1
- package/dist/shared/utils/uuid.js +18 -0
- package/dist/sidebar/sidebar-provider.js +47 -0
- package/dist/sidebar/sidebar-provider.module.css.js +3 -0
- package/dist/sidebar/sidebar.d.ts +2 -1
- package/dist/sidebar/sidebar.js +23 -0
- package/dist/sidebar/sidebar.module.css.js +3 -0
- package/dist/sidebar/toggle-sidebar-button.js +13 -0
- package/dist/sidebar/use-sidebar.js +39 -0
- package/dist/styles.css +8515 -3470
- package/dist/table/data-table.d.ts +55 -0
- package/dist/table/data-table.js +103 -0
- package/dist/table/data-table.module.css.js +3 -0
- package/dist/table/elements/col.d.ts +7 -0
- package/dist/table/elements/col.js +10 -0
- package/dist/table/elements/switch-sort-direction.d.ts +2 -0
- package/dist/table/elements/switch-sort-direction.js +11 -0
- package/dist/table/elements/table-context.d.ts +19 -0
- package/dist/table/elements/table-context.js +6 -0
- package/dist/table/elements/table-provider.d.ts +26 -0
- package/dist/table/elements/table-provider.js +75 -0
- package/dist/table/elements/table-row-context.d.ts +14 -0
- package/dist/table/elements/table-row-context.js +17 -0
- package/dist/table/elements/table-row-provider.d.ts +4 -0
- package/dist/table/elements/table-row-provider.js +26 -0
- package/dist/table/elements/table-sort-button.d.ts +12 -0
- package/dist/table/elements/table-sort-button.js +19 -0
- package/dist/table/elements/table.d.ts +14 -0
- package/dist/table/elements/table.js +24 -0
- package/dist/table/elements/table.module.css.js +3 -0
- package/dist/table/elements/td.d.ts +7 -0
- package/dist/table/elements/td.js +13 -0
- package/dist/table/elements/th.d.ts +2 -0
- package/dist/table/elements/th.js +12 -0
- package/dist/table/elements/tr.d.ts +2 -0
- package/dist/table/elements/tr.js +11 -0
- package/dist/table/elements/types.d.ts +39 -0
- package/dist/table/elements/use-table-row.d.ts +1 -0
- package/dist/table/elements/use-table-row.js +9 -0
- package/dist/table/elements/use-table.d.ts +2 -0
- package/dist/table/elements/use-table.js +12 -0
- package/dist/table/elements/use-td.d.ts +2 -0
- package/dist/table/elements/use-td.js +28 -0
- package/dist/table/elements/use-th.d.ts +2 -0
- package/dist/table/elements/use-th.js +21 -0
- package/dist/text/highlight-text/highlight-text.d.ts +10 -0
- package/dist/text/highlight-text/highlight-text.js +20 -0
- package/dist/text/highlight-text/highlight-text.module.css.js +3 -0
- package/dist/text/status-text/status-text.d.ts +6 -0
- package/dist/text/status-text/status-text.js +9 -0
- package/dist/text/status-text/status-text.module.css.js +3 -0
- package/dist/text/truncated/truncated.d.ts +7 -0
- package/dist/text/truncated/truncated.js +12 -0
- package/dist/text/truncated/truncated.module.css.js +3 -0
- package/dist/toast/toast-provider.js +10 -0
- package/dist/toast/toast-provider.module.css.js +3 -0
- package/dist/toast/toast.js +22 -0
- package/dist/toast/toast.module.css.js +3 -0
- package/dist/toast/use-toast.js +21 -0
- package/dist/tokens/tokens.js +8 -0
- package/dist/tooltip/tooltip.d.ts +10 -0
- package/dist/tooltip/tooltip.js +32 -0
- package/dist/tooltip/tooltip.module.css.js +3 -0
- package/dist/typography/heading/heading.d.ts +8 -2
- package/dist/typography/heading/heading.js +31 -0
- package/dist/typography/heading/heading.module.css.js +3 -0
- package/package.json +82 -67
- package/dist/display/product-price/product-price.d.ts +0 -8
- package/dist/display/product-price/product-total-price.d.ts +0 -7
- package/dist/forms/checkbox/checkbox.d.ts +0 -11
- package/dist/forms/color-checkbox/color-checkbox.d.ts +0 -5
- package/dist/forms/field-error/field-error.d.ts +0 -5
- package/dist/forms/label/label.d.ts +0 -6
- package/dist/forms/number-field/number-field.d.ts +0 -31
- package/dist/forms/select/select.d.ts +0 -13
- package/dist/forms/text-field/text-field.d.ts +0 -29
- package/dist/header/cart-icon/connected-cart-icon.d.ts +0 -3
- package/dist/icons/other/career-innovate-icon.d.ts +0 -1
- package/dist/icons/other/career-proactive-icon.d.ts +0 -1
- package/dist/icons/other/career-teamplayer-icon.d.ts +0 -1
- package/dist/icons/other/fallback-icon.d.ts +0 -1
- package/dist/icons/other/some-facebook-icon.d.ts +0 -1
- package/dist/icons/other/some-instagram-icon.d.ts +0 -1
- package/dist/icons/other/some-linkedin-icon.d.ts +0 -1
- package/dist/icons/other/some-mail-icon.d.ts +0 -1
- package/dist/icons/other/some-youtube-icon.d.ts +0 -1
- package/dist/icons/other/usp-efficiency-icon.d.ts +0 -1
- package/dist/icons/other/usp-style-icon.d.ts +0 -1
- package/dist/icons/other/usp-support-icon.d.ts +0 -1
- package/dist/icons/other/warranty-10y-icon.d.ts +0 -1
- package/dist/icons/other/warranty-1y-icon.d.ts +0 -1
- package/dist/icons/other/warranty-3y-icon.d.ts +0 -1
- package/dist/icons/other/warranty-5y-icon.d.ts +0 -1
- package/dist/icons/other/warranty-consumable-icon.d.ts +0 -1
- package/dist/icons/other/warranty-lifetime-icon.d.ts +0 -1
- package/dist/icons/solid/solid-event-icon.d.ts +0 -1
- package/dist/icons/solid/solid-sale-icon.d.ts +0 -1
- package/dist/icons/solid/solid-vote-thumbsdown-icon.d.ts +0 -1
- package/dist/icons/solid/solid-vote-thumbsup-icon.d.ts +0 -1
- package/dist/icons/stroke/stroke-collapse-icon.d.ts +0 -1
- package/dist/icons/stroke/stroke-expand-icon.d.ts +0 -1
- package/dist/icons/stroke/stroke-vote-thumbsdown-icon.d.ts +0 -1
- package/dist/icons/stroke/stroke-vote-thumbsup-icon.d.ts +0 -1
- package/dist/lists/ul/list.d.ts +0 -10
- package/dist/notifications/announcements/announcement-provider.d.ts +0 -1
- package/dist/notifications/announcements/connected-announcement.d.ts +0 -5
- package/dist/pages/page/page.d.ts +0 -9
- package/dist/pages/product-details-page/components/product-details-panel/product-details-panel.d.ts +0 -4
- package/dist/pages/product-listing-page/product-listing-page-provider/use-subcategories.d.ts +0 -4
- package/dist/shared/api/bff/model/announcement.model.d.ts +0 -12
- package/dist/shared/api/storefront/hooks/cart/use-patch-cart.d.ts +0 -4
- package/dist/shared/api/storefront/hooks/cart/use-place-order.d.ts +0 -4
- package/dist/shared/api/storefront/hooks/cart/use-save-cart-for-later.d.ts +0 -4
- package/dist/shared/api/storefront/hooks/cart/use-update-cart-line-by-id.d.ts +0 -6
- package/dist/shared/api/storefront/hooks/website/use-fetch-countries.d.ts +0 -1
- package/dist/shared/routing/route-button.d.ts +0 -1
- package/dist/shared/routing/route-icon-button.d.ts +0 -1
- package/dist/shared/routing/route-link.d.ts +0 -1
- package/dist/shared/utils/local-storage.d.ts +0 -6
- package/dist/shared/utils/wait.d.ts +0 -1
- /package/dist/algolia/{algolia-intialization.d.ts → algolia-initialization.d.ts} +0 -0
- /package/dist/pages/{product-details-page → product/product-details-page}/product-details-page.d.ts +0 -0
- /package/dist/pages/{product-listing-page → product/product-listing-page}/no-results/no-results.d.ts +0 -0
- /package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-page-category-carousel/product-listing-page-category-carousel.d.ts +0 -0
- /package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-page-provider/product-listing-page-context.d.ts +0 -0
- /package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-page-provider/product-listing-page-provider.d.ts +0 -0
- /package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-page.d.ts +0 -0
- /package/dist/pages/{product-listing-page → product/product-listing-page}/product-listing-product-overview/product-listing-product-overview.d.ts +0 -0
- /package/dist/pages/{search-result-page → product/search-result-page}/search-result-product-overview/search-result-product-overview.d.ts +0 -0
- /package/dist/pages/{search-result-page → product/search-result-page}/search-results-page-category-carousel/search-results-page-category-carousel.d.ts +0 -0
- /package/dist/pages/{search-result-page → product/search-result-page}/search-results-page.d.ts +0 -0
- /package/dist/shared/{hooks → local-storage}/use-local-storage.d.ts +0 -0
- /package/dist/shared/{hooks → local-storage}/use-session-storage.d.ts +0 -0
- /package/dist/shared/utils/{date.test.d.ts → string.test.d.ts} +0 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import clsx from 'clsx';
|
|
4
|
+
import { ShowAll } from '../../collapsables/show-all/show-all.js';
|
|
5
|
+
import { useDisclosure } from '../../shared/hooks/use-disclosure.js';
|
|
6
|
+
import styles from './multi-select.module.css.js';
|
|
7
|
+
|
|
8
|
+
function MultiSelect({ amountShown = 3, onChange, options, render, }) {
|
|
9
|
+
const shownOptions = options.slice(0, amountShown);
|
|
10
|
+
const hiddenOptions = options.slice(amountShown);
|
|
11
|
+
const hiddenSelectedOptions = hiddenOptions.filter(option => option.isSelected);
|
|
12
|
+
const hiddenOptionsMinusSelected = hiddenOptions.filter(option => !option.isSelected);
|
|
13
|
+
const { isOpen, toggle } = useDisclosure();
|
|
14
|
+
if (options.length < 2 &&
|
|
15
|
+
options.filter(option => option.isSelected).length === 0) {
|
|
16
|
+
return null;
|
|
17
|
+
}
|
|
18
|
+
return (jsxs("div", { className: styles['multi-select'], children: [jsx("div", { className: styles['filter-items'], children: [...shownOptions, ...(isOpen ? [] : hiddenSelectedOptions)].map(option => (jsxs("div", { className: styles['filter-item'], children: [render({ onChange: () => onChange(option), option }), jsxs("span", { children: ["(", option.amount, ")"] })] }, option.value))) }), hiddenOptions.length > 0 && (jsx(ShowAll, { hasTransparency: false, isOpen: isOpen, onToggle: toggle, children: jsx("div", { className: clsx(styles['filter-items'], styles['hidden']), children: (isOpen ? hiddenOptions : hiddenOptionsMinusSelected).map(option => (jsxs("div", { className: styles['filter-item'], children: [render({ onChange: () => onChange(option), option }), jsxs("span", { children: ["(", option.amount, ")"] })] }, option.value))) }) }))] }));
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export { MultiSelect };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
import { IconButton } from '../../buttons/icon-button/icon-button.js';
|
|
4
|
+
import { NumberField } from '../../forms/fields/number-field/number-field.js';
|
|
5
|
+
import { FormattedMessage } from '../../intl/formatted-message.js';
|
|
6
|
+
import { useFormattedMessage } from '../../intl/use-formatted-message.js';
|
|
7
|
+
import styles from './pagination.module.css.js';
|
|
8
|
+
|
|
9
|
+
function Pagination({ currentPage, onChange, totalPages, }) {
|
|
10
|
+
const t = useFormattedMessage();
|
|
11
|
+
return (jsxs("div", { className: styles.pagination, children: [jsx(IconButton, { className: styles['previous'], icon: "Backward", isDisabled: currentPage === 1, label: t('Previous'), onClick: () => onChange(currentPage - 1) }), jsxs("div", { className: styles['page-number-container'], children: [jsx(NumberField, { autoGrow: true, label: t('Current page'), maxValue: totalPages, minValue: 1, onChange: onChange, size: "md", value: currentPage }), jsx(FormattedMessage, { id: "of" }), jsx("div", { children: totalPages })] }), jsx(IconButton, { className: styles['next'], icon: "Forward", isDisabled: currentPage >= totalPages, label: t('Next'), onClick: () => onChange(currentPage + 1) })] }));
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export { Pagination };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { CountryCode } from '../intl/types';
|
|
2
|
+
export interface FlagProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
country: CountryCode;
|
|
5
|
+
label?: string;
|
|
6
|
+
shape?: 'square' | 'round';
|
|
7
|
+
}
|
|
8
|
+
export declare function Flag({ className, country, label, shape, }: FlagProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { jsx } from 'react/jsx-runtime';
|
|
2
|
+
import clsx from 'clsx';
|
|
3
|
+
import { flags } from '../flags/index.js';
|
|
4
|
+
import styles from './flag.module.css.js';
|
|
5
|
+
|
|
6
|
+
function Flag({ className, country, label, shape = 'round', }) {
|
|
7
|
+
const FlagComponent = flags[country];
|
|
8
|
+
return (jsx("div", { "aria-label": label || country, className: clsx(styles['flag'], styles[shape], className), children: FlagComponent ? jsx(FlagComponent, {}) : null }));
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { Flag };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FlagAD(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function FlagAD(props) {
|
|
4
|
+
return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "evenodd", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.816 0.063 0.227)", fillRule: "nonzero" }), jsx("path", { d: "M0 0h87.04v128H0z", fill: "color(display-p3 0.996 0.875 0.000)", fillRule: "nonzero" }), jsx("path", { d: "M0 0h40.96v128H0z", fill: "color(display-p3 0.000 0.094 0.659)", fillRule: "nonzero" }), jsx("path", { d: "M60.08 45.233c1.542 0 2.173 1.33 3.715 1.33.953 0 1.508-.313 2.337-.783.579-.33.949-.506 1.613-.506.681 0 1.099.207 1.447.794.197.331.36.98.274 1.353a8.052 8.052 0 0 1-.546 1.665c-.133.314-.26.502-.26.844 0 .823 1.114 1.106 1.873 1.117.165.003 1.553.026 2.408-.843-.464-.02-.982-.382-.982-.848 0-.527.369-.883.868-1.035.095-.028.256.057.343.012.122-.064.064-.202.173-.288.25-.2.41-.325.73-.325.208 0 .33.03.497.15.089.063.12.142.23.142.227 0 .341-.146.569-.146a.88.88 0 0 1 .46.11c.138.07.134.302.287.302.077 0 .484-.167.697-.167.441 0 .677.16.962.497.077.09.126.274.205.274.396.032.752.252.96.591.053.084.132.29.224.326.108.04.199.033.34.124.323.209.573.6.56.978-.004.128-.061.306-.096.426-.376 1.322-1.272 1.743-2.176 2.878-.384.483-.689.87-.689 1.491 0 .15.185.425.265.548-.05-.29.084-.65.39-.666.42-.022.744.298.8.716a.886.886 0 0 1-.065.367c.241-.153.513-.25.795-.283.148-.016.233-.02.382-.017.672.017 1.413.396 1.862.78 1.376 1.174 1.543 2.892 1.467 3.369-.166 1.06-.061 2.979-2.76 3.744.5.21.839.588.839 1.05 0 .506-.384.936-.887.936-.287 0-.487-.07-.688-.272-.56.563-.67 1.138-.67 1.936 0 .476.09.759.29 1.19.211.457.362.725.743 1.055.2-.305.413-.527.778-.527.352 0 .651.113.796.436.042.097.004.177.054.272.064.122.17.15.235.273.103.188.003.35.09.545.057.127.182.145.235.273.086.195.11.329.11.545 0 .604-.547 1.036-1.149 1.036-.182 0-.282-.073-.46-.055.342.346.605.496.867.909.379.598.474 1.022.56 1.726.016.132.019.211.019.346 0 .904-.141 1.444-.543 2.253-.384.775-.713 1.205-1.412 1.71-1.09.787-1.884 1.014-3.202 1.271-.722.152-1.454.249-2.19.291-1.099.07-1.725.072-2.822.145-1.438.098-2.436.302-3.456 1.327.482.354.814.702.814 1.299 0 .614-.377 1.053-.96 1.246-.134.045-.234.003-.36.072-.153.08-.145.254-.29.345-.256.164-.454.2-.76.2-.538 0-.905-.128-1.285-.508-.44.368-.59.7-1.086.98-.162.09-.245.22-.435.22-.294 0-.431-.19-.668-.364a4.598 4.598 0 0 1-.887-.818c-.45.27-.726.49-1.248.49-.321 0-.525-.045-.796-.219-.142-.087-.167-.218-.307-.308-.15-.093-.274-.06-.436-.128-.604-.26-.994-.71-.994-1.372 0-.578.363-.947.886-1.19-1.001-1.006-1.988-1.18-3.401-1.273-1.094-.07-1.716-.072-2.805-.144-.866-.06-1.348-.148-2.208-.29-.649-.107-1.033-.142-1.628-.42-2.048-.958-3.352-2.273-3.619-4.525-.023-.193-.018-.304-.018-.5 0-1.172.459-1.887 1.284-2.716-.212-.051-.354.02-.56-.055-.516-.188-.887-.548-.887-1.1 0-.204.009-.34.108-.518.07-.124.205-.149.236-.29.04-.187-.013-.318.073-.491.056-.116.162-.138.217-.255.178-.373.402-.672.813-.672.354 0 .58.186.76.49.345-.159.44-.417.634-.745.323-.543.47-.922.47-1.553 0-.441-.042-.7-.18-1.119-.1-.3-.141-.504-.363-.726a.872.872 0 0 1-.687.272c-.575 0-1.014-.495-1.014-1.072a.966.966 0 0 1 .598-.926c-.31-.27-.579-.291-.923-.51-.522-.332-.705-.681-1.05-1.2-.224-.338-.281-.574-.396-.963-.14-.468-.218-.747-.218-1.234 0-.128.001-.203.018-.328.128-.986.305-1.604.922-2.38.367-.462.615-.747 1.158-.982.46-.2.737-.347 1.239-.347.152 0 .24 0 .39.02.23.029.378.05.579.163.077.043.218.173.218.082 0-.104-.056-.16-.056-.264 0-.418.299-.8.715-.8.3 0 .422.267.57.528a.787.787 0 0 0 .145-.454c0-.692-.368-1.044-.796-1.582-.932-1.17-2.1-1.717-2.1-3.216 0-.448.216-.753.597-.983.112-.064.26 0 .369-.07.093-.058.082-.18.14-.274.094-.147.176-.211.305-.324.213-.187.4-.131.634-.295.118-.08.146-.187.237-.295.262-.32.498-.474.911-.474.208 0 .325.002.517.079.066.026.188.125.205.105a.948.948 0 0 1 .287-.234c.174-.083.243-.115.439-.115.221 0 .366.124.589.124.08 0 .1-.082.166-.124.196-.134.309-.21.55-.21.23 0 .358.077.55.2.184.116.21.272.398.381.105.062.192.034.308.073.516.173.905.517.905 1.062 0 .296-.07.507-.29.701-.173.154-.338.127-.561.2.72.577 1.345.72 2.264.72.841 0 1.869-.345 1.869-1.191 0-.392-.215-.604-.369-.964-.276-.643-.426-1.023-.426-1.722 0-.554.06-.891.382-1.341.33-.463.733-.57 1.301-.57z", fill: "color(display-p3 0.780 0.702 0.498)", fillRule: "nonzero" }), jsx("path", { d: "M54.476 49.73a.713.713 0 0 0 .489.49.753.753 0 0 0 .766-.28c.192-.25.18-.562.106-.81-.047-.16-.175-.314-.345-.446l-1.016 1.036v.01z", stroke: "color(display-p3 0.439 0.239 0.161)", strokeLinejoin: "round", strokeWidth: ".133" }), jsx("path", { d: "M80.206 65.22c-.24-.578-.856-.32-.893 0-.089.738.555.96 1.012.84a.797.797 0 0 0 .5-.39.973.973 0 0 0 .076-.747.986.986 0 0 0-.169-.333.996.996 0 0 0-.256-.243c-.175-.112-.367-.124-.668-.124-1.114 0-2.09 1.323-2.418 2.698-.107.452-.256 1.461-.051 2.418.22 1.02.66 1.725 1.174 2.262.279.289.658.547 1.15.826.151.086.553.265.832.345.286.082.55.07.788.02.66-.145.967-.762.634-1.393-.272-.517-1.075-.8-1.452-.142a.655.655 0 0 0-.081.311c.003.177.076.389.2.468.288.184.747.132.727-.378", stroke: "color(display-p3 0.439 0.239 0.161)", strokeLinecap: "round", strokeWidth: ".133" }), jsx("path", { d: "M76.76 72.823c.224-.265.738-.66 1.324-.733.596-.074 1.113.1 1.642.386 1.032.558 1.607 1.157 1.99 2.268.098.283.18.707.167 1.16-.018.72-.2 1.508-.396 1.89-.17.332-.617 1.799-3.064 2.81-1.428.592-3.622.728-5.135.787-2.082.084-4.002.161-5.115 1.54", stroke: "color(display-p3 0.439 0.239 0.161)", strokeWidth: ".164" }), jsxs("g", { stroke: "color(display-p3 0.439 0.239 0.161)", strokeWidth: ".143", children: [jsx("path", { d: "M77.28 75.186c-.06-.22-.004-.43.169-.668.233-.322.727-.43 1.175-.18.15.082.337.193.507.419.064.085.173.224.229.319.136.234.192.424.218.501.492 1.404-.29 2.927-1.312 3.537-.794.476-1.742.687-2.877.82-.509.06-.8.057-1.313.08-.413.02-.77.013-1.104.01-.277-.005-.54-.003-.807-.01-.481-.018-.963-.01-1.444.02-.582.043-1.02.057-1.511.14-.323.054-.7.106-1.095.195-.118.026-.238.049-.358.085l-.242.075c-.713.218-1.406.484-1.952.838-.17.11-.36.218-.497.347-.084.08-.188.162-.271.244-.384.38-.775.788-.867 1.343-.016.102-.016.21-.016.32 0 .36.292.852 1.077 1.012m1.106-34.176c.165.298.256.48.16.79-.108.35-.355.56-.707.56-.797 0-1.264-.948-.905-1.55.636-1.07 1.86-.469 2.995.061-.055-.274-.15-.364-.141-.703.026-.845.649-1.227.897-2.006.149-.465.208-.87-.132-1.198-.294-.288-.637-.283-1.022-.133-.77.304-1.696 1.176-3.324 1.2-1.629-.024-2.562-.896-3.332-1.2-.386-.151-.729-.155-1.024.133-.338.329-.28.733-.13 1.197.249.78.87 1.162.895 2.006.01.34-.084.429-.14.704 1.135-.53 2.407-1.184 2.996-.062.329.627-.109 1.55-.905 1.55-.35 0-.598-.224-.707-.56-.097-.298 0-.559.159-.79" }), jsx("path", { d: "M62.968 49.902c.543.236.928.527.864.999-.07.514-.29.636-.993.909m.848-.763c-.031.309-.255.51-.798.637", strokeLinecap: "round" })] }), jsx("path", { d: "m55.347 48.577.14.1.148.16.1.2.051.17.01.219-.011.15-.05.171-.1.12-.119.13-.169.09-.219.05-.19.03-.197-.09-.18-.13-.11-.16-.08-.2v-.08l.976-.93z", fill: "color(display-p3 0.780 0.702 0.498)", fillRule: "nonzero" }), jsx("path", { d: "M55.041 49.359c-.061-.332-.448-.4-.596-.204-.23.302-.063.804.406.951a.753.753 0 0 0 .766-.279c.194-.252.18-.563.107-.81-.048-.16-.175-.3-.346-.43-.544-.416-1.423-.32-1.711.38-.373.902.437 1.58 1.184 2.09.94.642 2.01.758 2.816.749 1.831-.02 3.225-.9 4.13-1.4.211-.115.428-.092.538.04a.401.401 0 0 1-.051.551", stroke: "color(display-p3 0.439 0.239 0.161)", strokeLinecap: "round", strokeWidth: ".133" }), jsx("path", { d: "m49.613 74.274-.408.15-.418.319-.179.25-.23.4-.099.3-.08.37-.039.28m3.802-2.03-.03.36-.06.25-.18.43-.278.37-.298.24-.218.11-.31.07", stroke: "color(display-p3 0.439 0.239 0.161)", strokeWidth: ".136" }), jsx("path", { d: "M63.949 83.901c-.074.333-.384.714-1.06.851l-.13.026", stroke: "color(display-p3 0.439 0.239 0.161)", strokeWidth: ".153" }), jsx("path", { d: "M80.844 73.273c.427.4.728.887.958 1.556.098.283.178.708.167 1.161-.018.72-.2 1.508-.396 1.89-.17.332-.617 1.799-3.065 2.81-1.429.592-3.623.727-5.135.787-2.051.081-3.946.159-5.067 1.482", stroke: "color(display-p3 0.439 0.239 0.161)", strokeWidth: ".174" }), jsx("path", { d: "M77.498 74.608c.152-.208.706-.472 1.154-.223.192.096.355.24.475.417", stroke: "color(display-p3 0.439 0.239 0.161)", strokeWidth: ".119" }), jsx("path", { d: "M80.321 72.787c.1.039.2.074.287.1.287.082.556.088.789.017.565-.17.929-.702.634-1.392a1.136 1.136 0 0 0-.346-.428", stroke: "color(display-p3 0.439 0.239 0.161)", strokeWidth: ".174" }), jsx("path", { d: "M48.056 57.917c-.38.236-.663.292-.96.636-.294.585-.41.9-.524 1.37m9.22-10.385c0 .346-.253.563-.596.636", stroke: "color(display-p3 0.439 0.239 0.161)", strokeLinecap: "round", strokeWidth: ".133" }), jsx("path", { d: "M79.423 56.361c.946-.02 3.694.725 3.713 3.97.02 3.204-1.969 3.729-2.765 3.941", stroke: "color(display-p3 0.439 0.239 0.161)", strokeWidth: ".128" }), jsx("path", { d: "M79.671 56.361c1.63-.07 3.315 1.135 3.388 4.145.058 2.35-1.602 3.418-2.398 3.631", stroke: "color(display-p3 0.439 0.239 0.161)", strokeWidth: ".133" }), jsx("path", { d: "m78.762 67.692.026-.321.106-.512.151-.397.17-.328.22-.265m1.556-.683-.026.315-.09.215-.138.206-.16.12-.243.09-.214.013-.16-.025M77.098 55.51l.07-.34.15-.314.194-.315.332-.43.264-.295.428-.435.368-.375.235-.27.307-.375.275-.415.164-.34.09-.439.026-.545-.05-.158m-2.455 25.749.324-.065.243-.13.135-.136.094-.154.064-.25.006-.176m-31.65-2.44.24.02.307-.025.31-.11m1-7.342-.04.28-.064.125-.096.12-.128.1-.145.064-.19.031-.129.01m1.98-3.138-.069.434-.084.19-.176.241-.233.18-.239.12-.462.115m3.06-7.988-.09.26-.11.19-.149.21-.209.19-.25.12-.208.05-.13-.01m.076-1.245.006.2", stroke: "color(display-p3 0.439 0.239 0.161)", strokeWidth: ".113" }), jsxs("g", { stroke: "color(display-p3 0.439 0.239 0.161)", strokeWidth: ".127", children: [jsx("path", { d: "M50.857 62.797a1.37 1.37 0 0 1-.419.261m30.105 9.005c.016.018.074.029.094.04.283.17.843-.042.679-.482", strokeLinecap: "round" }), jsx("path", { d: "M79.557 65.92c.201.264.581.333.88.255a.797.797 0 0 0 .5-.39c.125-.229.153-.5.077-.75a.988.988 0 0 0-.17-.331 1.36 1.36 0 0 0-.272-.287c-.022-.014-.043-.033-.066-.049m1.285 6.834a.79.79 0 0 0-.243-.734c-.055-.049-.11-.125-.176-.158m.096.094c-.009-.375-.315-.643-.692-.709m-.835.57c-.087-.071-.18-.131-.261-.218a3.16 3.16 0 0 1-.863-2.144c-.005-.832.328-1.68.717-2.008M68.233 82.899l.358-.33.249-.189.468-.29.438-.21.307-.08.618-.141.717-.11m-5.902 3.891c-.258.4-.875.999-1.523 1.24-.646-.241-1.263-.84-1.523-1.24" }), jsx("path", { d: "M62.884 84.608c-.08.308-.232.593-.444.83", strokeLinecap: "round" }), jsx("path", { d: "m62.948 84.189-.09.44m-.467.84-.19.19-.337.189-.388.12m-1.13-35.724c.05-.152.1-.267.092-.516-.026-.845-.648-1.228-.896-2.007-.149-.464-.208-.868.13-1.198.295-.288.638-.283 1.024-.131.77.303 1.703 1.175 3.332 1.2-1.63-.027-2.562-.897-3.333-1.2-.384-.152-.759-.197-1.055.09-.338.331-.247.775-.098 1.239.248.78.84 1.162.864 2.006.007.25-.058.365-.106.517m3.723-2.71c1.603-.086 2.976-1.167 3.418-1.256.396-.077.615-.042.906.222-.29-.264-.62-.256-.995-.108-.77.303-1.696 1.175-3.324 1.198m15.92 22.679a3.128 3.128 0 0 1-1.245-2.478c-.003-.833.33-1.68.717-2.01M65.43 85.383c-.259.4-.876 1-1.523 1.24-.647-.24-1.264-.84-1.522-1.24" }), jsx("path", { d: "m61.334 50.667.463-.26c.211-.116.465-.091.575.041.123.15.14.409-.03.567", strokeLinecap: "round" }), jsx("path", { d: "M58.941 51.792c1.1-.232 1.996-.726 2.673-1.106m6.454 32.984c.09.061.15.192.15.192.025.06.057.116.066.17.051.306-.148.496-.395.525a.673.673 0 0 1-.702-.408m-8.302-32.414c1.1-.231 1.996-.725 2.673-1.106m19.515 21.477c-.209.08-.324.07-.584-.046-.106-.048-.23-.121-.371-.204-.51-.29-1.115-.748-1.682-1.818a3.793 3.793 0 0 1-.442-1.568c-.014-.386.027-.79.123-1.25.159-.762.348-1.176.816-1.82.23-.317.428-.51.857-.52m-28.74-7.895c.345.28.54.704.528 1.149 0 .622-.519 1.64-1.792 2a1.655 1.655 0 0 1-1.264-.152" }), jsx("path", { d: "M51.259 59.093c.229.16.319.34.319.652 0 .213-.139.491-.372.755a2.476 2.476 0 0 1-1.757.805c-.429.012-.85-.111-1.206-.353a1.82 1.82 0 0 1-.765-1.08" }), jsx("path", { d: "M51.238 60.434c.26.24.34.54.34.917 0 .551-.223.977-.736 1.427a2.483 2.483 0 0 1-.388.28m25.885-4.434v.71m-.056-.885v.999m.056-3.163v1.31m-.056-1.6v1.79m-.38 16.465c-.205.43-.488.816-.836 1.14-.396.39-.668.57-1.165.82-.482.243-.786.32-1.313.44-.45.103-.911.16-1.374.17-.494.022-.774 0-1.267-.033-.53-.037-.823-.11-1.35-.158-.435-.039-.681-.073-1.119-.072-.45 0-.706.004-1.15.082a4.39 4.39 0 0 0-1.035.29c-.537.22-1.144.6-1.273.77-.13-.17-.736-.55-1.274-.77a4.39 4.39 0 0 0-1.036-.29 5.7 5.7 0 0 0-1.15-.082c-.437-.001-.683.033-1.118.072-.528.048-.822.12-1.349.158-.494.034-.774.055-1.268.032a6.661 6.661 0 0 1-1.374-.17c-.527-.119-.83-.197-1.313-.44-.497-.249-.77-.429-1.165-.82l-.121-.122m8.433 10.722.359-.045m6.054-.473.362-.035.345-.139.24-.146.328-.39.068-.146.051-.337.018-.156m9.382-27.461c.155-.531-.034-1.09-.546-1.077m-26.39 9.355a1.642 1.642 0 0 1-.72.939m.73-9.386a1.31 1.31 0 0 1-.733.805c-.37.167-.797.012-1.027-.167" }), jsx("path", { d: "M48.762 58.44c.307.16.617-.075.553-.476a.57.57 0 0 0-.503-.44", strokeLinecap: "round" }), jsx("path", { d: "M50.031 75.368c.067.063.081.142.17.16.134.025.239.075.373-.105.167-.222.077-.567-.096-.784-.184-.232-.718-.437-1.166-.188-.198.1-.372.243-.508.42-.064.085-.173.223-.23.32-.134.232-.19.422-.217.5-.41 1.17.077 2.399.83 3.15" }), jsx("path", { d: "M68.044 83.644c.047.05.09.102.129.16.025.06.046.118.055.17.051.306-.149.497-.394.526-.34.039-.566-.162-.675-.406", strokeLinecap: "round" }), jsx("path", { d: "M77.888 48.876c.67.082 1.252.723 1.252 1.414 0 .888-.298 1.22-.764 1.856-.5.682-2.13 1.929-2.13 3.348 0 .86.24 1.41.856 1.69.397.18.863-.014 1.075-.206.517-.47.31-1.295-.23-1.394-.657-.12-.78.92-.138.85m3.564 13.874a.74.74 0 0 0-.723-.627.74.74 0 0 0-.733.755c0 .204.08.39.207.526" }), jsx("path", { d: "M76.773 56.985c-.344.28-.539.704-.527 1.149 0 .622.518 1.64 1.792 2 .487.137.955.124 1.247-.055m-31.207-2.076a1.877 1.877 0 0 0-.966.694c-.238.338-.377.808-.461 1.219-.038.18-.083.75.03 1.338.08.404.236.788.461 1.132.061.09.131.173.21.25.064.066.16.124.226.175M60.38 81.303c.97.432 1.68.754 2.284 1.71.19.3.24.731.24.98 0 .54-.221 1.15-.668 1.53-.416.353-.827.46-1.334.41-.384-.04-.746-.32-.806-.52m-9.295-22.602c.548.43.775.848.775 1.51 0 .758-.367 1.229-.796 1.499" }), jsx("path", { d: "M50.303 65.281c.816 1.02 1.249 1.625 1.273 2.84.023 1.138-.338 1.919-1.015 2.738", strokeLinecap: "round" }), jsx("path", { d: "M65.95 51.802a.827.827 0 0 0 .32-.448c.095-.3.098-.554-.062-.784.197.257.215.476.16.79-.036.199-.163.304-.32.448m10.291 17.309v3.245h.01c0 .002-.002.307-.029.5-.017.126-.035.24-.054.347" }), jsx("path", { d: "M76.283 68.804v3.5h.009c0 .002-.001.308-.027.501a5.543 5.543 0 0 1-.093.529m.11-8.627v2.918m.057-2.688v2.373m0-5.392v1.78m-.056-1.99v2.194m.056-3.803v.69m-.056-.83v1m-.369 13.096-.068.139c-.204.43-.487.817-.835 1.14-.396.391-.669.57-1.165.82-.483.244-.786.32-1.313.439-.451.104-.911.162-1.374.171-.494.022-.774 0-1.267-.033-.53-.038-.823-.111-1.35-.157-.436-.039-.681-.075-1.12-.074-.449.002-.706.004-1.149.084a4.39 4.39 0 0 0-1.035.29c-.538.218-1.145.598-1.274.77-.13-.172-.736-.552-1.273-.77a4.388 4.388 0 0 0-1.036-.29 5.703 5.703 0 0 0-1.15-.084c-.437 0-.683.035-1.118.074-.529.046-.82.12-1.35.157-.493.034-.774.055-1.268.032a6.658 6.658 0 0 1-1.373-.17c-.527-.12-.83-.197-1.313-.44-.497-.25-.77-.428-1.165-.819a4.436 4.436 0 0 1-.494-.56m-.402-.64c.086.635-.18 1.26-.45 1.546-.17.18-.538.525-.997.53-.755.01-.981-.512-1.027-.64" }), jsx("path", { d: "M51.123 73.804c.141.14.265.309.371.51.189.36.131.962-.019 1.24-.016.03-.038.063-.061.095m-4.049 3.62c.45.474 1.13.99 2.175 1.42 1.428.592 3.622.728 5.135.787 2.011.08 3.866.163 4.992 1.414m3.474-.817c.333.329.672.681.816 1.131m-1.47 2.3c-.043.047-.09.09-.138.133-.416.352-.827.46-1.334.41-.384-.039-.755-.328-.856-.518m-1.07-.584a.836.836 0 0 0 .059.075c.264.29.63.466 1.02.492m5.374-.015c-.258.4-.875.999-1.523 1.239-.646-.24-1.263-.84-1.523-1.24l-.059-.093m3.116.091c.046.051.096.098.148.141.415.354.826.462 1.333.412a1.09 1.09 0 0 0 .814-.52s.069-.075.09-.146" }), jsx("path", { d: "m67.808 85.413-.148.24-.227.188-.342.143-.31.013" }), jsx("path", { d: "M68.612 83.128c.198.154.357.354.46.583.063.148.093.308.102.475a1.18 1.18 0 0 1-.286.834 1.5 1.5 0 0 1-1.172.496m.037-.057a1.364 1.364 0 0 1-1.037-.434M79.452 71.39a4.769 4.769 0 0 1-.96-1.296 3.79 3.79 0 0 1-.443-1.569 5.222 5.222 0 0 1 .124-1.25c.158-.762.44-1.35.816-1.819.128-.159.276-.36.416-.448m-.275-15.23c.508.039.978.588.971 1.125-.009.782-.269 1.106-.882 1.871-.527.66-2.11 1.82-2.07 2.929.007.197.113.4.23.564m-.631.696c.112.112.248.203.41.278.29.13.614.064.852-.058M73.775 48.5c.17.116.343.296.438.522.371.903-.439 1.58-1.185 2.09-.501.335-1.067.56-1.66.66" }), jsx("path", { d: "M72.92 50.241c-.18-.001-.396-.054-.63-.3a.672.672 0 0 1-.14-.2m-2.972.985a.924.924 0 0 1-.264-.193c-.178-.2-.296-.47-.159-.882.126-.38.735-1.45.764-2.188.046-1.132-.386-1.798-1.062-2.058" }), jsx("path", { d: "m69.463 47.21-.026.424-.115.434-.22.593-.168.38-.176.381-.089.266-.034.194.026.187m7.603 25.368a.6.6 0 0 0 .119.167c.129.219.632.6 1.09.605.756.011.935-.521.955-.64.096-.578-.102-.737-.397-.9 0 0-.175-.09-.384-.056", strokeLinecap: "round" }), jsx("path", { d: "M47.39 72.9c-.268.069-.519.071-.738.004-.566-.17-1.024-.715-.79-1.392m2.677-6.393c.056.057.075.142.083.215.088.737-.555.951-1.012.832a1.127 1.127 0 0 1-.603-.458.948.948 0 0 1-.124-.463m4.412-4.754a.954.954 0 0 1 .247.355m-.227-1.712a.768.768 0 0 1 .233.263" }), jsx("path", { d: "M51.573 60.078a1.7 1.7 0 0 1-.312.478 2.47 2.47 0 0 1-1.756.805c-.428.012-.85-.11-1.205-.352-.437-.293-.722-.711-.816-1.12", strokeLinecap: "round" }), jsx("path", { d: "M51.086 57.017c.217.18.38.415.474.681" }), jsx("path", { d: "M51.566 58.615c-.177.587-.705 1.315-1.724 1.575-.486.123-1.114-.031-1.329-.215", strokeLinecap: "round" }), jsx("path", { d: "M48.008 58.477c.053.53.405.926 1.075.939.94.02 1.513-1.36.677-2.326" }), jsx("path", { d: "M45.89 63.093c.14.171.295.328.465.468.347.3.75.525 1.187.662m1.056.1c.84-.102 1.314-.731 1.22-1.468-.07-.56-.583-.992-.932-1.017", strokeLinecap: "round" }), jsx("path", { d: "M49.97 55.575c.365-.012.572.32.568.6" }), jsx("path", { d: "M49.884 50.547c.192.495.547.908 1.006 1.17m28.836 6.22c.344.473.12 1.406-.817 1.424-.363 0-.7-.192-.888-.504", strokeLinecap: "round" }), jsx("path", { d: "M76.339 51.76v3.175" }), jsx("path", { d: "M48.751 58.432c.288.21.66-.144.516-.52-.097-.254-.455-.528-.953-.188-.55.375-.398 1.56.656 1.579.941.018 1.513-1.36.677-2.327-.805-.93-2.27-.711-3.225.051-.406.325-1.174 1.176-1.412 2.336-.074.36-.123.657-.117 1.02.003.238.026.505.096.84.105.538.314 1.05.615 1.509.09.132.173.24.261.329.164.164.214.252.379.39.54.452 1.236.807 2.089.77.936-.039 1.473-.7 1.373-1.479-.096-.756-.856-1.131-1.353-.78-.338.24-.458.983.14 1.16.338.1.636-.331.397-.58m25.913-14.455c.54-.295.956-.24 1.264.19.335.466.382 1.086.308 1.45-.109.54-.264.763-.691 1.156", strokeLinecap: "round" }), jsx("path", { d: "M76.106 48.328c.617-.41 1.285-.235 1.651.31.27.4.338.734.32 1.229-.033.848-.561 1.52-1.145 1.85", strokeLinecap: "round" }), jsx("path", { d: "M79.012 49.758c.507.04.915.501.915 1.04 0 .769-.214 1.103-.826 1.868-.527.66-2.109 1.82-2.07 2.929.016.42.368.815.671.837" }), jsx("path", { d: "M79.072 58.432c-.288.21-.657-.128-.498-.488.11-.25.438-.56.936-.22.55.375.398 1.56-.657 1.579-.94.018-1.577-1.325-.677-2.327.822-.913 2.345-.736 3.3.028.407.325 1.225 1.217 1.4 2.389.211 1.417.185 3.159-1.272 4.232-.586.431-1.398.628-2.115.596-.934-.042-1.472-.7-1.372-1.479.096-.756.82-1.076 1.353-.78.553.308.456 1.089-.14 1.16-.35.042-.637-.33-.396-.58", strokeLinecap: "round" }), jsx("path", { d: "M78.574 57.944c.155-.701.753-.767 1.237-.759 1.318.018 2.228 1.59 2.243 3.108.02 1.918-.81 3.048-2.206 3.109-.361.015-.983-.157-.995-.6" }), jsx("path", { d: "M79.386 57.63c1.39.31 1.877 1.569 1.877 2.768 0 .98-.096 2.317-1.993 2.788", strokeLinecap: "square" }), jsx("path", { d: "M81.678 71.089a.785.785 0 0 0-.502-.882.78.78 0 0 0-.947.356.787.787 0 0 0 .196.996" }), jsx("path", { d: "M78.89 69.9c.261.39.579.822 1.247 1.188m-.25 2.118c-.656-.432-1.9-.997-3.024-.44-.418.206-.698.462-.855.879-.284.75.033 1.579.357 1.922.169.18.537.523.994.53.757.01.937-.522.957-.64.09-.55-.23-.77-.399-.83-.13-.045-.551-.033-.64.266-.032.1-.037.274.043.404", strokeLinecap: "round" }), jsx("path", { d: "M68.095 83.763c.208.43-.028.646-.319.68-.427.05-.657-.29-.686-.6a.886.886 0 0 1 .232-.666c.166-.18.4-.282.643-.283.452.007.82.3.994.704.064.146.092.308.102.475.016.304-.086.602-.285.832-.256.3-.654.481-1.08.498-.844.034-1.502-.759-1.502-1.569 0-1.55 2.287-2.395 3.195-2.612 1.113-.268 1.792-.368 3.583-.467.716-.04 1.241-.02 2.03-.103.705-.073 1.075-.107 1.8-.278.907-.212 1.752-.589 2.51-1.279.58-.531.913-.909 1.183-1.64.233-.63.34-1.876-.25-2.798-.52-.815-1.243-1.238-2.069-1.358-.746-.11-1.4.215-1.792.958-.188.36-.13.962.02 1.24.129.24.498.593.955.6.757.01.937-.522.957-.64.09-.55-.23-.77-.399-.83-.13-.046-.552-.035-.642.266a.542.542 0 0 0 .045.404", strokeLinecap: "round" }), jsx("path", { d: "M67.443 81.303c-.97.432-1.68.754-2.283 1.71-.19.3-.24.731-.24.98 0 .54.22 1.15.667 1.53.416.353.827.46 1.334.41.384-.04.746-.32.806-.52", strokeLinecap: "round" }), jsx("path", { d: "M77.021 62.811c-.453.152-.775.848-.775 1.51 0 .758.367 1.229.796 1.499" }), jsx("path", { d: "M77.52 65.281c-.817 1.02-1.25 1.625-1.274 2.84-.023 1.138.338 1.919 1.015 2.738", strokeLinecap: "round" }), jsx("path", { d: "m73.17 48.332.07-.104c.338-.5.935-.632 1.374-.3.527.399.66 1.08.517 1.8-.09.45-.393.823-.81 1.094" }), jsx("path", { d: "M53.02 48.087c-.517-.24-.943-.192-1.263.19-.369.44-.384 1.086-.309 1.45.11.54.264.763.692 1.156", strokeLinecap: "round" }), jsx("path", { d: "M51.716 48.328c-.617-.41-1.285-.235-1.651.31-.27.4-.338.734-.32 1.229.033.848.562 1.52 1.145 1.85" }), jsx("path", { d: "M49.935 48.876a1.367 1.367 0 0 0-1.203 1.34c0 .89.218 1.25.716 1.93.499.68 2.13 1.929 2.13 3.348 0 .86-.24 1.41-.857 1.69-.396.18-.862-.014-1.075-.206-.517-.47-.31-1.295.23-1.394.656-.12.78.92.139.85" }), jsx("path", { d: "M48.81 49.758c-.508.04-1.007.478-1.007 1.015 0 .772.306 1.128.918 1.893.527.66 2.017 1.797 1.977 2.906-.015.42-.295.933-.574.874" }), jsx("path", { d: "M47.616 65.22c.24-.578.856-.32.893 0 .089.738-.555.96-1.012.84a.797.797 0 0 1-.5-.39.975.975 0 0 1-.076-.747.965.965 0 0 1 .169-.333.996.996 0 0 1 .256-.243c.175-.112.367-.124.668-.124 1.114 0 2.09 1.323 2.418 2.698.108.452.256 1.461.051 2.418-.22 1.02-.659 1.725-1.174 2.262-.277.289-.657.547-1.15.826-.267.14-.545.256-.832.345-.286.082-.554.09-.787.02-.566-.172-.93-.703-.635-1.393.229-.538 1.075-.8 1.452-.142.032.057.082.18.081.311-.002.177-.075.389-.2.468-.288.184-.747.132-.727-.378", strokeLinecap: "round" }), jsx("path", { d: "M46.75 72.106c.21.08.325.07.584-.046.107-.048.23-.121.372-.204.51-.29 1.115-.748 1.682-1.818.259-.484.41-1.02.441-1.568a5.146 5.146 0 0 0-.123-1.25c-.158-.762-.348-1.176-.815-1.82-.23-.317-.429-.51-.858-.52m-1.888 6.209a.785.785 0 0 1 .503-.882c.36-.13.76.02.947.356a.787.787 0 0 1-.197.996" }), jsx("path", { d: "M46.449 70.308a.74.74 0 0 1 .723-.627.74.74 0 0 1 .733.755c0 .204-.08.39-.207.526" }), jsx("path", { d: "M47.875 70.269a3.128 3.128 0 0 0 1.244-2.478c.004-.833-.33-1.68-.717-2.01" }), jsx("path", { d: "M48.933 69.9c-.261.39-.578.822-1.247 1.188", strokeLinecap: "round" }), jsx("path", { d: "M50.92 72.767c-.186-.437-.555-.642-1.155-.706-.596-.064-1.113.101-1.642.386-1.032.558-1.606 1.157-1.99 2.269a3.464 3.464 0 0 0-.167 1.16c.018.72.2 1.508.397 1.89.17.331.616 1.798 3.064 2.81 1.429.592 3.623.728 5.136.787 2.08.082 4 .16 5.114 1.539" }), jsx("path", { d: "M47.936 73.206c.655-.432 1.9-.997 3.023-.44.418.206.698.462.855.879.285.75-.033 1.579-.357 1.922-.169.18-.537.523-.994.53-.757.01-.937-.522-.956-.64-.09-.55.23-.77.398-.83.13-.045.551-.033.64.266.032.1.037.274-.043.404", strokeLinecap: "round" }), jsx("path", { d: "M50.542 75.186c.06-.22.03-.45-.169-.668-.2-.221-.727-.43-1.175-.18-.198.1-.371.243-.507.419-.064.085-.173.224-.229.319-.136.234-.192.424-.217.501-.493 1.404.308 2.896 1.312 3.537.876.56 1.771.72 2.876.82.512.047.8.057 1.314.08.412.02.768.013 1.105.01.275-.005.537-.003.806-.01.435-.01.889-.02 1.443.02.582.043 1.02.057 1.512.141.322.053.698.105 1.094.194.118.026.238.049.358.085l.242.075c.713.218 1.406.484 1.952.838.17.11.364.215.497.347.102.103.188.162.271.244.384.38.775.788.867 1.343.016.102.016.21.016.321 0 .36-.291.851-1.077 1.01" }), jsx("path", { d: "M59.727 83.763c-.208.43.029.646.32.68.427.05.656-.29.685-.6a.886.886 0 0 0-.232-.666.878.878 0 0 0-.643-.283c-.452.007-.82.3-.994.704a1.398 1.398 0 0 0-.102.475 1.18 1.18 0 0 0 .285.832c.256.3.655.481 1.08.498.844.034 1.502-.759 1.502-1.569 0-1.55-2.287-2.395-3.195-2.612-1.113-.268-1.792-.368-3.582-.467-.717-.04-1.242-.02-2.03-.103-.706-.073-1.076-.107-1.801-.278-.907-.212-1.751-.589-2.51-1.279-.58-.531-.913-.909-1.183-1.64-.233-.63-.34-1.876.25-2.798.52-.815 1.244-1.238 2.07-1.358.745-.11 1.4.215 1.791.958.188.36.13.962-.02 1.24-.128.24-.498.593-.955.6-.757.01-.937-.522-.956-.64-.09-.55.23-.77.398-.83.13-.046.553-.035.64.266a.535.535 0 0 1-.043.404" }), jsx("path", { d: "m54.652 48.332-.07-.104c-.338-.5-.935-.632-1.374-.3-.527.399-.66 1.08-.517 1.8.09.45.393.823.81 1.094", strokeLinecap: "round" }), jsx("path", { d: "M73.35 49.848c-.807.879-1.614 1.16-2.817 1.2-.376.012-1.096-.12-1.513-.42-.269-.193-.567-.52-.379-1.09.128-.38.736-1.45.766-2.19.046-1.13-.387-1.748-1.063-1.989-1.251-.443-2.594.799-3.404 1.07a2.72 2.72 0 0 1-1.024.16 2.757 2.757 0 0 1-1.033-.16c-.81-.27-2.153-1.513-3.405-1.07-.676.24-1.109.859-1.063 1.99.03.74.64 1.808.765 2.189.189.57-.11.898-.378 1.09-.419.3-1.137.43-1.513.42-1.203-.04-2.01-.321-2.816-1.2" }), jsx("path", { d: "M59.466 80.949c.16.063.039-.039 1.05.411.969.432 1.657.81 2.26 1.767.19.3.238.729.238.98 0 .16-.019.328-.057.493", strokeLinecap: "round" }), jsx("path", { d: "M59.532 85.293c.197.1.42.157.65.166.845.034 1.503-.76 1.503-1.568 0-.562-.305-1.035-.73-1.415" }), jsx("path", { d: "M59.715 83.762c-.205.457.087.703.376.738.427.05.668-.29.699-.6a.899.899 0 0 0-.42-.833", strokeLinecap: "round" }), jsx("path", { d: "M78.02 48.883c.642 0 1.203.719 1.203 1.456 0 .848-.45 1.369-.78 1.761-.266.316-.551.6-.894.945" }), jsx("path", { d: "M77.258 48.203c.218.102.41.274.557.491.269.399.337.734.318 1.23-.032.848-.64 1.436-1.183 1.794m-.955-3.515c.045.039.087.081.128.13.369.441.397 1.09.308 1.452-.131.54-.31.774-.748 1.098M74.67 47.98c.527.4.685 1.091.51 1.804-.125.507-.443.812-.84 1.055m2.225 8.253c.064.187.166.25.298.388.34.342.765.586 1.231.708.49.138.928.034 1.265-.175M46.757 70.869c.248-.005.496.163.657.446a.655.655 0 0 1 .08.309c0 .177-.078.365-.204.445-.287.183-.797.105-.776-.405", strokeLinecap: "round" }), jsx("path", { d: "M48.298 64.251c.986.186 1.936 1.38 2.247 2.682.107.454.256 1.464.05 2.42-.22 1.02-.658 1.726-1.173 2.262a3.411 3.411 0 0 1-.425.366l-.21.143m-1.586-2.438c.405 0 .76.39.76.806 0 .206-.079.39-.207.526" }), jsx("path", { d: "M46.927 70.16c.423 0 .823.408.823.841 0 .24-.108.466-.295.615" }), jsx("path", { d: "M50.796 65.897c.387.522.643.972.761 1.552m-.013 1.705c-.062.282-.16.555-.289.812a3.579 3.579 0 0 1-.712.933", strokeLinecap: "round" }), jsx("path", { d: "M50.857 62.853c.374.293.599.596.704.96" }), jsx("path", { d: "M51.571 61.875c-.098.342-.32.6-.674.926m-1.83-3.452.43-.114.257-.193.163-.234.141-.365.058-.296", strokeLinecap: "round" }), jsx("path", { d: "M48.193 57.824a2.637 2.637 0 0 0-.489.171 1.78 1.78 0 0 0-.705.589c-.238.338-.376.807-.46 1.219-.04.18-.084.75.03 1.338.079.404.235.79.46 1.133.072.105.136.195.21.269.258.26.496.419.895.34" }), jsx("path", { d: "M50.609 55.917c-.07.258-.208.579-.61.543", strokeLinecap: "round" }), jsx("path", { d: "M49.135 57.669c-.386-.381-1.207-.48-2.022.038a3.22 3.22 0 0 0-.314.24 1.84 1.84 0 0 0-.288.318 3.82 3.82 0 0 0-.279.489 2.52 2.52 0 0 0-.188.532c-.108.41-.152.834-.13 1.257.021.195.04.373.071.538.074.437.225.858.446 1.242.179.3.627.989 1.543 1.08.359.035.975-.13.995-.6" }), jsx("path", { d: "M72.753 49.34c.061-.332.46-.396.609-.2.23.301.077.82-.39.967a.753.753 0 0 1-.767-.28c-.193-.25-.18-.562-.106-.81.046-.16.174-.298.345-.43.544-.415 1.422-.318 1.712.381.37.903-.438 1.579-1.184 2.09-.94.641-2.01.758-2.816.749-1.832-.02-3.226-.9-4.131-1.4-.211-.116-.429-.093-.538.04a.401.401 0 0 0 .05.55", strokeLinecap: "round" }), jsx("path", { d: "M73.121 49.029c.195.009.246.084.306.163.23.302.062.82-.407.967m3.568 10.355c-.698.762-.057 2.072.465 2.368.18.142.256.066.402.15", strokeLinecap: "round" }), jsx("path", { d: "M76.625 59.056c-.23.16-.31.34-.32.652-.007.26.04.551.283.806.381.398 1.126.744 1.847.753.428.013.85-.11 1.205-.352a1.82 1.82 0 0 0 .766-1.08m-4.172 12.414c0 .002 0 .307-.027.5-.049.485-.191.957-.418 1.388-.204.43-.488.817-.836 1.14-.394.392-.668.57-1.165.82-.482.244-.786.321-1.313.44-.45.104-.911.161-1.374.17-.494.022-.774 0-1.267-.033-.528-.036-.821-.11-1.349-.157-.435-.038-.682-.074-1.12-.073-.448.001-.706.004-1.15.083a4.39 4.39 0 0 0-1.035.29c-.537.218-1.144.6-1.273.77-.128-.17-.736-.552-1.274-.77a4.39 4.39 0 0 0-1.036-.29 5.704 5.704 0 0 0-1.149-.083c-.438 0-.683.035-1.119.073-.527.046-.82.121-1.349.157-.494.035-.774.055-1.267.033-.54-.025-.849-.051-1.375-.17-.526-.12-.83-.197-1.313-.44-.495-.25-.77-.428-1.165-.82a3.756 3.756 0 0 1-.836-1.14 3.807 3.807 0 0 1-.417-1.388 5.169 5.169 0 0 1-.028-.5V51.803h24.646V72.25h.01z" })] }), jsxs("g", { fill: "color(display-p3 0.780 0.702 0.498)", fillRule: "nonzero", children: [jsx("path", { d: "M49.589 75.17a.501.501 0 1 1 1.001-.003.501.501 0 0 1-1.001.003zm-3.071-3.55c0-.248.159-.45.353-.45.195 0 .353.202.353.45s-.158.45-.353.45c-.194 0-.353-.202-.353-.45z", stroke: "color(display-p3 0.780 0.702 0.498)", strokeWidth: ".1" }), jsx("path", { d: "M48.262 62.703c0-.204.154-.369.34-.369.19 0 .343.165.343.37 0 .204-.154.368-.342.368-.188 0-.34-.164-.34-.369zm6.127-13.185c-.022-.205.1-.385.272-.403.173-.018.33.133.352.338.022.206-.101.386-.274.404-.171.018-.329-.134-.35-.339z" })] }), jsxs("g", { stroke: "color(display-p3 0.780 0.702 0.498)", strokeWidth: ".127", children: [jsx("path", { d: "M47.862 64.784a.445.445 0 0 0-.17.117.45.45 0 0 0-.104.167.812.812 0 0 0-.049.239m.944 5.373c.069-.085.11-.13.179-.217.055-.072.087-.112.135-.19.045-.069.064-.11.103-.183.055-.103.083-.16.134-.265m-.252 2.8c-.118.054-.188.079-.303.14-.087.047-.136.078-.22.129-.099.063-.153.099-.249.167-.097.073-.148.121-.243.197m2.993-7.612c-.064-.066-.099-.105-.164-.17-.07-.067-.106-.107-.18-.169-.071-.06-.116-.089-.191-.144", strokeLinecap: "round" }), jsx("path", { d: "M50.838 62.975c-.095.042-.145.077-.243.109-.114.037-.191.057-.3.062" }), jsx("path", { d: "M47.488 59.659c.032.116.04.186.083.298.055.142.103.217.186.343.087.133.14.206.255.317.098.097.16.146.277.222.11.073.182.098.297.16m-.197-1.177c.097.052.147.091.248.134.093.038.148.055.244.077.133.03.21.039.345.041.145.004.188 0 .371-.03m1.435-8.168c-.16-.093-.256-.135-.41-.24a2.44 2.44 0 0 1-.373-.305 1.87 1.87 0 0 1-.232-.26c-.071-.097-.1-.161-.164-.264m1.5-.914c.052.135.065.216.129.344.087.175.153.266.285.41.18.2.334.257.548.42m.29-1.189c.05.121.064.196.128.31.055.102.093.155.167.245.092.115.153.174.269.266.133.105.229.136.375.223", strokeLinecap: "round" })] }), jsx("path", { d: "M66.66 48.246c-.01-.341-.344-.376-.472-.376-.37 0-.47.232-.931.48-.576.31-.826.38-1.339.385-.513-.005-.768-.074-1.346-.385-.461-.248-.538-.473-.908-.473a.465.465 0 0 0-.45.493s-.003.103.014.173c.005.025.037.018.046.04a.476.476 0 0 1 .102-.337.437.437 0 0 1 .325-.169c.37 0 .507.238.968.486.577.311.825.38 1.339.386.513-.005.768-.075 1.346-.386.461-.248.593-.506.963-.506.128 0 .217.083.26.214.025.081.012.134.018.167.003.015.023.013.026.03.013-.06.043-.081.039-.222z", fill: "color(display-p3 0.439 0.239 0.161)", fillRule: "nonzero", stroke: "color(display-p3 0.439 0.239 0.161)", strokeWidth: ".1" }), jsxs("g", { fill: "color(display-p3 0.439 0.239 0.161)", fillRule: "nonzero", children: [jsx("path", { d: "M52.88 76.854c.103-.112.181-.07.2-.122.014-.039-.016-.041-.059-.058-.056-.02-.115-.033-.171-.054-.059-.022-.111-.051-.17-.075-.025-.009-.081-.037-.096.006-.03.078.204.072.126.282a.746.746 0 0 1-.163.242l-.53.579c-.012.014-.031.042-.044.038-.013-.005-.01-.04-.01-.058l.008-.822c0-.155.012-.27.038-.339.036-.093.143-.015.166-.077.013-.037.003-.038-.061-.063-.032-.013-.094-.025-.223-.073-.068-.026-.133-.06-.2-.085-.03-.013-.085-.053-.106 0-.006.017.016.04.02.045.075.053.094.089.095.19l.015 1.494c0 .108.012.14.033.146.022.009.038 0 .082-.052l1.05-1.144z" }), jsx("path", { d: "M53.498 77.085c.067-.217.195-.086.22-.164.009-.027 0-.035-.062-.054-.116-.037-.193-.052-.267-.075-.072-.023-.149-.058-.228-.082-.02-.006-.068-.03-.08.009-.026.081.226.09.16.298l-.345 1.098c-.067.218-.196.11-.221.192-.004.01-.004.028.014.033.053.018.144.036.233.065.16.051.233.083.308.108.047.014.068.011.077-.013.023-.075-.24-.041-.152-.323l.343-1.092zm.74.22c.04-.137.104-.12.18-.096.209.062.274.266.207.492-.04.135-.09.261-.403.167-.063-.018-.138-.04-.122-.099l.137-.464zm-.568.99c-.085.29-.23.164-.252.238-.013.045.032.052.054.058.104.03.21.051.32.086.087.026.14.052.175.062.048.013.068.005.075-.016.024-.083-.208-.05-.136-.295l.118-.399c.024-.08.016-.1.125-.067.103.031.135.062.151.178l.067.415c.025.152.047.316.21.365.083.025.234.014.256-.056.003-.02-.004-.036-.023-.043-.02-.005-.045.003-.066-.004-.016-.005-.055-.016-.064-.059-.062-.334-.14-.72-.134-.733.006-.023.072-.025.147-.061a.378.378 0 0 0 .205-.252c.03-.106.086-.443-.366-.576-.138-.042-.282-.075-.419-.116-.13-.039-.143-.052-.24-.08-.023-.008-.048-.002-.054.02-.024.083.225.065.15.322l-.299 1.013zm1.685.495c-.067.278-.275.11-.297.2-.013.051.023.057.061.066.084.021.154.027.295.062.14.034.206.06.29.08.06.014.1.032.114-.025.016-.064-.269-.061-.2-.35l.253-1.054c.025-.111.05-.118.135-.097l.18.043c.242.048.112.291.195.312.055.012.054-.084.057-.114l.028-.218c.004-.026.011-.058-.02-.064-.195-.048-.337-.072-.642-.146-.306-.073-.443-.117-.637-.163-.032-.008-.039.026-.048.048l-.106.3c-.013.029-.037.076.008.088.093.022.103-.298.34-.242l.176.043c.085.02.103.038.076.149l-.258 1.082zm2.54-.65c.083-.129.166-.1.176-.155.008-.04-.023-.038-.068-.047-.059-.01-.119-.013-.179-.023-.06-.013-.118-.032-.18-.044-.025-.005-.085-.023-.093.022-.015.082.214.035.173.257a.713.713 0 0 1-.119.265l-.422.663c-.01.016-.023.047-.036.045-.013-.002-.017-.038-.02-.055l-.135-.81a1.131 1.131 0 0 1-.02-.34c.017-.101.138-.042.15-.105.007-.04-.003-.04-.071-.051-.035-.008-.097-.01-.232-.035-.073-.013-.142-.036-.212-.049-.032-.006-.094-.037-.104.02-.004.016.022.035.027.038.083.041.107.072.127.171l.272 1.47c.02.106.037.135.058.138.023.004.037-.007.072-.064l.835-1.311zm.118 1.351c0 .06-.003.077.047.1.117.052.217.126.345.148.278.046.508-.131.56-.44.05-.302-.072-.426-.28-.576-.262-.187-.373-.237-.346-.396.025-.159.135-.232.276-.21.365.063.323.507.371.515.048.01.058-.018.063-.07l.03-.322c.005-.055.016-.09-.016-.095-.027-.004-.086.024-.114.02-.064-.011-.137-.118-.31-.147-.25-.042-.451.128-.498.4-.04.249.07.36.237.483.313.225.442.278.407.48-.03.188-.176.281-.341.253-.236-.039-.332-.277-.361-.515-.004-.033-.006-.055-.039-.061-.052-.008-.043.064-.042.097l.011.336zm3.165-.896c.069-.136.156-.117.16-.172.003-.042-.027-.036-.072-.039-.06-.006-.122 0-.182-.006-.061-.004-.12-.018-.183-.024-.025-.002-.087-.014-.09.031-.007.084.217.013.199.237a.77.77 0 0 1-.091.278l-.35.703c-.008.017-.02.049-.033.047-.012 0-.02-.034-.025-.051l-.218-.792a1.096 1.096 0 0 1-.056-.337c.007-.1.133-.054.138-.12.004-.04-.008-.038-.077-.043-.033-.003-.096.001-.233-.01-.073-.006-.146-.021-.216-.026-.032-.003-.097-.026-.102.03 0 .017.025.034.032.037.087.03.115.059.143.155l.425 1.434c.03.103.051.128.072.131.023.001.034-.013.064-.072l.695-1.391z" }), jsx("path", { d: "M61.517 79.757c-.003.244-.209.2-.209.296 0 .041.042.03.067.03.057 0 .115-.01.184-.008.076 0 .149.01.253.011.029 0 .082.003.082-.03 0-.114-.275.047-.271-.412l.008-.816c0-.022.004-.039.016-.039s.025.013.039.032l1.024 1.256c.014.02.025.034.055.034.025 0 .025-.018.025-.071l.013-1.346c.001-.252.185-.193.185-.265 0-.006 0-.03-.04-.03-.02 0-.095.007-.23.006-.15 0-.212-.01-.246-.012-.027 0-.035.024-.035.041 0 .079.263.039.26.257l-.006.797c0 .06-.006.09-.018.09-.013 0-.039-.03-.067-.064l-.855-1.064c-.038-.047-.013-.063-.08-.065-.115 0-.17.01-.226.01-.04 0-.08-.011-.12-.011-.026 0-.037.018-.039.04 0 .116.244-.039.238.422l-.007.912zm2.081-1.08c.003-.227.163-.14.163-.221 0-.03-.01-.035-.075-.035-.122-.001-.2.008-.277.008-.076 0-.16-.013-.244-.013-.019 0-.071-.008-.073.034 0 .083.23.019.23.237v1.151c0 .228-.154.165-.155.248 0 .013.004.029.023.03.056 0 .148-.01.24-.008.168 0 .247.012.328.013.049 0 .068-.009.07-.036 0-.077-.243.03-.24-.264l.01-1.144zm.901 1.115c.003.285-.242.172-.24.266 0 .051.037.05.076.05.085-.001.157-.011.3-.013.145-.001.215.008.3.007.063 0 .107.006.106-.052 0-.067-.276.005-.278-.289l-.01-1.084c0-.116.021-.128.11-.128l.181-.002c.249-.013.182.255.268.255.055 0 .03-.094.026-.124l-.026-.22c-.001-.024-.001-.057-.033-.057-.201.002-.346.013-.658.015-.314.003-.458-.005-.658-.004-.032 0-.032.035-.035.058l-.03.318c-.004.03-.017.083.028.083.097-.001.03-.315.272-.316l.18-.003c.09 0 .11.012.11.126l.011 1.114zm1.252-.454c-.038.003-.068.008-.07-.017-.003-.033.007-.06.016-.09l.132-.437c.01-.026.017-.03.022-.03.01 0 .004 0 .018.019l.21.419c.013.027.028.052.03.086.002.024-.028.024-.066.027l-.292.023zm.367.1c.057-.004.07.02.154.2.03.063.047.105.051.158.013.145-.142.13-.137.2.003.034.03.026.07.023.06-.003.14-.02.234-.027.14-.012.2-.006.277-.012.058-.006.077-.002.075-.043-.007-.078-.116.025-.198-.141l-.692-1.417c-.033-.07-.038-.075-.058-.072-.028.001-.034.047-.047.087l-.467 1.493c-.042.138-.154.132-.149.188.003.03.036.023.067.02.061-.005.123-.019.187-.024.069-.005.134 0 .202-.007.045-.002.113.01.109-.042-.005-.064-.233-.008-.247-.18-.004-.057.019-.143.03-.193.038-.16.081-.173.118-.177l.423-.034h-.002zm1.662-.994c-.022-.164-.013-.167.244-.201.411-.054.282.245.382.232.05-.006.028-.083.022-.114l-.039-.234c-.004-.022-.022-.044-.049-.039-.188.023-.332.053-.485.074-.326.042-.48.052-.568.064-.03.005-.043.026-.04.047.012.096.242-.012.27.201l.146 1.113c.039.291-.14.183-.128.292.004.016.018.026.045.022.118-.015.205-.037.272-.046.094-.013.174-.013.256-.023.052-.008.098-.004.092-.052-.008-.064-.241.026-.276-.236l-.047-.353c-.018-.137-.03-.165.068-.178l.159-.02c.221-.03.194.23.262.22.051-.006.027-.09.022-.12l-.07-.422c-.012-.065-.035-.056-.05-.054-.043.006-.02.225-.204.25l-.133.017c-.092.013-.094-.004-.108-.107l-.043-.333zm.786.546c.088.478.432.744.857.664.674-.124.697-.726.635-1.057-.092-.501-.463-.745-.874-.664-.504.099-.713.54-.618 1.057zm.235-.183c-.064-.342-.018-.688.338-.761.272-.055.58.17.676.692.073.39.013.729-.35.803-.377.077-.601-.39-.665-.734h.001zm1.667-.836c-.033-.14.032-.155.109-.175.21-.051.368.094.423.323.034.138.052.271-.266.347-.063.016-.14.035-.154-.024l-.112-.47zm0 1.142c.072.294-.115.257-.099.333.012.046.054.028.077.023.104-.026.206-.059.32-.087.087-.02.146-.026.182-.034.047-.013.061-.03.056-.051-.02-.084-.205.062-.264-.188l-.097-.404c-.019-.08-.036-.093.076-.12.103-.026.147-.013.219.077l.263.326c.098.12.2.251.365.211.083-.02.209-.105.192-.177-.005-.018-.02-.03-.038-.026-.022.006-.039.026-.06.03-.017.003-.057.012-.085-.02-.22-.257-.479-.553-.483-.565-.005-.025.052-.06.099-.129a.38.38 0 0 0 .051-.32c-.025-.107-.146-.426-.604-.316-.14.034-.279.077-.42.111-.132.033-.15.026-.247.05-.025.006-.042.022-.038.046.022.084.228-.057.29.204l.246 1.026h-.001zm1.725-.387c.072.276-.192.226-.169.316.013.052.048.04.085.03.083-.02.15-.048.29-.085.139-.036.21-.044.293-.066.06-.015.103-.019.09-.075-.018-.065-.266.072-.34-.214l-.27-1.05c-.029-.112-.012-.129.074-.15l.178-.047c.236-.07.235.204.32.183.053-.015.007-.1-.004-.126l-.078-.207c-.008-.024-.017-.056-.048-.048-.194.051-.331.096-.634.175-.304.078-.446.105-.64.155-.031.01-.022.042-.018.065l.046.316c.002.03.004.085.047.073.093-.024-.047-.312.188-.373l.176-.045c.084-.023.108-.016.137.096l.277 1.077zm1.1-1.473c-.06-.219.118-.18.096-.258-.008-.028-.02-.03-.082-.012-.118.032-.19.063-.264.083-.073.02-.156.034-.237.055-.019.006-.073.013-.061.052.022.082.238-.048.296.162l.307 1.11c.06.218-.105.2-.083.282.003.01.012.026.03.02.054-.015.141-.048.23-.072.16-.045.24-.058.317-.079.047-.013.064-.028.056-.054-.02-.073-.222.098-.3-.186l-.305-1.103zm.458.536c.154.463.531.676.94.538.651-.218.59-.817.483-1.136-.16-.482-.562-.674-.957-.535-.486.167-.632.635-.466 1.133zm.207-.214c-.11-.33-.112-.679.23-.8.262-.093.599.087.766.59.126.377.113.72-.235.844-.363.13-.65-.302-.76-.634zm1.526-1.089c-.052-.133.01-.158.083-.187.203-.08.38.04.465.26.051.13.09.26-.215.381-.06.023-.134.053-.156-.002l-.177-.452zm.159 1.132c.111.28-.08.27-.051.342.016.045.056.022.078.013.1-.039.197-.088.304-.132.084-.032.141-.045.176-.059.046-.018.056-.038.048-.058-.03-.08-.193.09-.286-.149l-.153-.385c-.03-.079-.048-.09.058-.132.1-.038.145-.033.23.047l.305.286c.113.105.232.219.39.157.08-.03.192-.132.166-.202-.008-.018-.026-.025-.043-.019-.02.008-.034.03-.055.037-.015.007-.054.021-.086-.007-.254-.224-.55-.481-.556-.494-.01-.022.04-.064.079-.14a.38.38 0 0 0 .006-.324c-.04-.103-.203-.403-.64-.229-.135.053-.267.116-.401.168-.126.052-.146.048-.239.084-.023.01-.038.03-.03.051.032.081.217-.088.316.162l.384.981v.002z" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M52.82 53.046h10.52v10.546H52.82z", fill: "color(display-p3 0.835 0.169 0.118)" }), jsx("path", { d: "M57.754 61.35s-.007.376-.11.68c-.12.35-.12.35-.23.52-.126.198-.292.368-.487.5-.251.161-.506.241-.762.218-.703-.062-1.029-.827-1.188-1.45-.169-.659-.649-1.017-.956-.778-.18.14-.188.374-.038.6.158.24.525.36.525.36l-.377.48s-.806-.106-.964-.952c-.06-.32.095-.916.626-1.095.679-.228 1.111.257 1.32.668.288.564.41 1.599 1.207 1.438.434-.086.637-.72.637-1.01l.317-.339.467.15.013.01zM58.409 61.35s.006.376.11.68c.12.35.12.35.23.52.126.198.292.368.487.5.25.161.505.241.761.218.703-.062 1.03-.827 1.188-1.45.17-.659.65-1.017.956-.778.18.14.189.374.039.6-.159.24-.525.36-.525.36l.376.48s.807-.106.964-.952c.06-.32-.095-.916-.626-1.095-.678-.228-1.11.257-1.32.668-.287.564-.41 1.599-1.206 1.438-.434-.086-.638-.72-.638-1.01l-.316-.339-.467.15-.013.01z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "m59.023 56.865 1.378-1.497s.207-.168.206-.437l-.284.044-.064-.147-.013-.147.381-.081c.005-.062 0-.11.012-.178.01-.064.024-.098.038-.16l-.417.028c.022-.074.017-.112.04-.18.02-.058.025-.08.064-.142.078-.013.148-.03.244-.04.093-.009.147-.005.24-.011.229-.427 1.177-.82 1.85-.116.488.51.383 1.443-.25 1.69a.806.806 0 0 1-.877-.143l.252-.498c.348.21.637-.051.617-.321-.026-.34-.246-.552-.557-.579-.29-.025-.497.142-.627.399-.08.16-.044.275-.07.45-.029.191-.014.298-.069.491a1.125 1.125 0 0 1-.303.462l-1.412 1.533-5.496 5.973-.413-.384 5.53-6.009z", fill: "color(display-p3 0.996 0.875 0.000)" }), jsx("path", { d: "M54.977 57.39s.346 1.72 1.52 4.299c.597-.219.95-.36 1.583-.36.632 0 .986.12 1.582.36 1.174-2.58 1.52-4.298 1.52-4.298l-3.102-4.009-3.103 4.009z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "m58.383 54.738 2.153 2.783s-.286 1.352-1.162 3.388c-.338-.078-.628-.146-.99-.17v-6zm-.606 0-2.153 2.783s.286 1.352 1.162 3.388c.338-.078.628-.146.99-.17v-6z", fill: "color(display-p3 0.996 0.875 0.000)" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M64.46 53.046h10.52v10.546H64.46z", fill: "color(display-p3 0.996 0.875 0.000)" }), jsx("path", { d: "M65.934 53.046h1.568v10.546h-1.568V53.046zm3.006 0h1.568v10.546H68.94l-.001-10.546zm3.005 0h1.568v10.546h-1.568V53.046z", fill: "color(display-p3 0.835 0.169 0.118)" })] }), jsxs("g", { fillRule: "nonzero", children: [jsx("path", { d: "M52.86 72.738c.03.19.097.516.277.849.19.3.12.293.547.773.21.236.54.438.798.578.258.14.45.209.875.32.835.22 1.42.234 2.121.206.548-.022.967-.09 1.312-.136.494-.067.862-.107 1.424-.13.272-.013.531-.014.786 0 .307.017.612.064.934.129.477.103.947.24 1.404.411l.002-11.013-10.52-.003v7.527s.021.367.04.488v.001z", fill: "color(display-p3 0.996 0.875 0.000)" }), jsx("path", { d: "m54.081 74.67.493.288.676.244V64.719H54.08v9.95zm5.845.477.001-10.428h-1.17v10.595s.8-.103 1.169-.129v-.038zM62.26 64.72h-1.166v10.463c.38.041.771.11 1.169.216l-.003-10.68zm-4.67 0v10.714c-.012 0-.781.04-1.174 0V64.722l1.174-.001z", fill: "color(display-p3 0.835 0.169 0.118)", stroke: "color(display-p3 0.835 0.169 0.118)", strokeWidth: ".1" })] }), jsx("path", { d: "M74.941 72.736a2.676 2.676 0 0 1-.276.848c-.19.301-.12.294-.548.772-.21.238-.539.44-.797.578-.259.142-.45.21-.876.322-.834.22-1.42.234-2.12.206-.549-.022-.967-.09-1.313-.137a13.696 13.696 0 0 0-1.423-.13 8.072 8.072 0 0 0-.786 0 6.591 6.591 0 0 0-.934.129c-.698.141-1.414.411-1.414.411l.007-11.013 10.521-.003v7.527s-.021.368-.04.489z", fill: "color(display-p3 0.996 0.875 0.000)", fillRule: "nonzero" }), jsxs("g", { children: [jsx("path", { d: "m67.151 65.603-.076.036c-.039.042-.057.067-.099.104-.058.051-.099.064-.16.11-.03.02-.054.026-.077.056-.032.04-.01.08-.032.128-.024.052-.047.077-.083.12-.047.056-.083.078-.137.128-.054.052-.075.094-.14.129-.017.009-.025.018-.044.024-.027.01-.044 0-.072.008-.05.018-.064.072-.1.093.014.028.013.047.028.077.02.041.09.155.104.184.027.038.035.09.068.1.069.022.11.02.169.017.101.023.164.02.26.06.078.032.11.073.188.108.06.027.098.044.164.057.048.009.076.016.128.013.032-.004.047-.017.079-.021h.017l-.004.048v.011h.008l.263.117a.29.29 0 0 0-.024.049.22.22 0 0 0-.008.108c.08.243.149.395.188.41.08.03.103.11.149.193-.017.017-.03.026-.045.039-.078.077-.147.13-.211.234-.096.153-.16.154-.041.357.07.12.105.141.196.309.047.086.073.151.1.254a.994.994 0 0 1 .04.253l.125.048.083-.084.08-.154.004-.116c-.03-.025-.038-.06-.032-.1.01-.047.066-.038.093-.08.035-.06-.043-.095-.085-.141-.077-.086-.183-.107-.207-.237-.007-.036.01-.055.047-.092.11-.108.145-.125.252-.233.03.018.078.025.124.016.036-.007.068.016.18.048.079.022.112.01.156.004l.048-.013c.007.029.014.054.016.09.007.135-.02.385.02.45a.333.333 0 0 1 .036.071c.013.031.028.052.028.085.001.09.007.147 0 .24-.005.09-.013.135-.028.225a.25.25 0 0 1-.056.138c-.036.046-.076.053-.123.087l-.013.129.145.06.164.042.088-.038c0-.032.005-.051.019-.08.017-.032.03-.056.06-.068.046-.018.097.017.115-.012.022-.031.01-.043.006-.097-.007-.085-.024-.126-.036-.212a1.525 1.525 0 0 1-.02-.354c.003-.08.004-.123.02-.2.021-.115.061-.17.087-.283.03-.125.034-.206.048-.316.406.058.743.051 1.196-.05.022-.003.096-.031.096-.031.102.09.219.163.348.21v.124c.005.037-.005.062.017.093.012.019.025.03.047.036.035.007.059.002.085-.021.029-.026.023-.058.032-.096.003-.018 0-.072 0-.09a.535.535 0 0 0 .11.01c.047 0 .069.001.114-.004l.003.06c.004.031-.01.056.004.084.014.03.032.046.064.051a.08.08 0 0 0 .068-.011c.038-.023.035-.064.04-.108a.655.655 0 0 0 0-.1l.133-.05a.549.549 0 0 1-.013.106.645.645 0 0 1-.032.12c-.026.073-.056.11-.096.177-.047.081-.073.126-.132.2-.027.035-.046.05-.071.086-.034.042-.044.072-.077.115-.041.057-.064.094-.12.138-.089.07-.147.013-.268.108l-.028.132.184.068.164.033.056-.033a.13.13 0 0 1 .028-.096c.027-.035.057-.045.1-.051.046-.008.096.003.132-.029.045-.04.045-.118.08-.189.095-.19.225-.36.385-.501.078-.077.144-.1.21-.187.033-.04.067-.059.069-.111.001-.036-.018-.054-.027-.09-.013-.048-.026-.128-.026-.128.196.097.126.084.162.18.028.08-.004.135.007.219.014.096.06.141.068.24.01.116-.018.183-.04.297-.019.102-.016.165-.06.257a.495.495 0 0 1-.148.202c-.026.022-.046.032-.076.052l-.015.132.143.049.209.057.047-.045c.02-.084-.006-.207.051-.218.053-.007.09 0 .102-.038.005-.018.007-.043.012-.081.027-.243.053-.47.08-.579.03-.125.027-.152.05-.245.024-.085-.01-.036.053-.218.094-.27-.025-.304-.135-.469-.06-.09-.08-.122-.089-.193-.012-.105.02-.193.016-.353a5.465 5.465 0 0 1 0-.37c.015-.007.03-.016.045-.025.15-.082.208-.107.303-.316a.45.45 0 0 0 .04-.19c0-.043-.008-.084-.012-.132-.004-.051-.024-.082-.04-.12a.408.408 0 0 0-.071-.11c-.1-.118-.228-.145-.348-.188-.19-.07-.32-.056-.53-.073a3.541 3.541 0 0 0-.547-.008c-.256.016-.4.067-.655.097-.246.028-.382.047-.628.051-.29.007-.567-.058-.74-.044-.314.027-.32.098-.793.138-.246.02-.491.023-.491.023l-.277-.087c.11-.04.137-.065.188-.134.035-.046.03-.086.072-.136.034-.04.057-.08.1-.125a.281.281 0 0 0-.12-.055c-.047-.01-.074-.007-.12 0a.39.39 0 0 0-.156.043.351.351 0 0 0-.107.078s-.165-.108-.28-.159c-.144-.061-.205-.09-.385-.115z", fill: "color(display-p3 0.835 0.169 0.118)", fillRule: "nonzero" }), jsxs("g", { stroke: "color(display-p3 0.996 0.875 0.000)", children: [jsx("path", { d: "m72.803 67.224-.098.03c-.111.052-.202.055-.333.065-.339.026-.546-.136-.896-.11-.179.015-.26.155-.442.2-.084.02-.132.03-.218.036l.065-.132s-.164.033-.27.033a1 1 0 0 1-.196-.017l.13-.122s-.103-.016-.165-.042a.501.501 0 0 1-.135-.081c.085-.016.132-.026.216-.046.199-.05.262-.147.498-.17.148-.014.388-.007.978.092.388.065.56.034.708-.033.099-.045.13-.13.14-.23.014-.1-.05-.18-.11-.233a.225.225 0 0 0-.141-.046", strokeLinecap: "round", strokeWidth: ".127" }), jsx("path", { d: "M67.174 66.078a.227.227 0 0 0-.171.039c-.062.037-.07.089-.114.145.058.013.09.047.146.034a.178.178 0 0 0 .098-.066.2.2 0 0 0 .054-.149l-.013-.003z", fill: "color(display-p3 0.988 0.851 0.000)", fillRule: "nonzero", strokeWidth: ".1" }), jsx("path", { d: "M68.613 67.79s.033.069.051.115c.032.079.049.126.068.211.026.115.014.184.03.302.003.02.007.038.011.054l-.006.162m.87-1-.045.192c-.046.195-.087.3-.121.497-.005.033-.01.065-.013.094m-1.39-.573c.101.026.069.484.229.589", strokeLinecap: "round", strokeWidth: ".127" }), jsx("path", { d: "m71.695 68.543.049-.032c.129-.053.246-.131.344-.23", strokeWidth: ".127" }), jsx("path", { d: "M70.705 68.6c.453-.169.755-.507.971-.55m-.512-.294a.589.589 0 0 0 .106-.013c.189-.039.218.132.35.24.237.2.269.44.55.643l.041.029.108.082", strokeLinecap: "round", strokeWidth: ".127" }), jsx("path", { d: "M66.266 66.582c.034.01.055.01.09.007.043-.004.063-.03.104-.031.035-.001.06-.005.088.015a.108.108 0 0 1 .036.044c.01.022.02.036.016.06-.008.037-.041.055-.078.055-.031 0-.057-.008-.07-.035a.06.06 0 0 1-.005-.052.128.128 0 0 1-.1.003.135.135 0 0 1-.081-.066z", fill: "color(display-p3 0.988 0.851 0.000)", fillRule: "nonzero", strokeWidth: ".1" })] }), jsx("path", { d: "M67.217 67.822c-.103-.031-.252-.107-.252-.107.042-.032.076-.033.11-.07.05-.052.048-.102.076-.17.029-.067.023-.122.086-.173a.17.17 0 0 1 .144-.021c.044.014.097.051.108.099.017.072-.02.113-.032.186-.01.073-.038.116-.025.188.009.049.03.067.046.115 0 0-.161-.018-.261-.047zm-.127.122c0-.029.014-.056.04-.07a.08.08 0 0 1 .121.067.08.08 0 1 1-.161.003zm-.225-2.123-.018-.013c-.05-.04-.054-.084-.077-.142a.518.518 0 0 1-.041-.15c-.006-.05 0-.082 0-.134 0-.047.005-.074 0-.121-.005-.05-.004-.079-.027-.121-.013-.023-.051-.044-.04-.054.012-.013.032-.003.054 0 .051.005.08.02.12.054a.23.23 0 0 1 .086.134c.022.07.032.115.051.189.013.038.018.06.039.095.02.034.04.049.066.08l-.002.003c-.039.043-.056.07-.099.107-.038.035-.071.051-.108.075l-.004-.002zm.46 1.368.286.133c.195-.121.35-.296.448-.504.113-.221.13-.341.174-.554l-.23-.075-.044.009c-.072.221-.09.347-.207.54-.103.165-.22.296-.34.39l-.087.061zm.633 2.33c.046-.064.065-.104.118-.162.058-.064.102-.09.167-.148.02.001.044-.002.062.01-.004.12-.026.24-.067.353-.018.05-.02.082-.051.126-.02.028-.036.04-.06.065-.064-.095-.17-.167-.17-.244zm4.225.238c.073.027.118.035.188.07.078.038.115.073.188.12.003.02.013.041.008.062-.116.03-.237.041-.357.033-.053-.004-.085.003-.134-.013-.034-.012-.05-.025-.081-.04.074-.09.113-.212.188-.232zm-1.25-.262c.074.027.119.034.189.069.077.039.115.073.188.12.003.021.013.042.008.063-.117.03-.237.04-.357.033-.053-.004-.085.003-.135-.013-.033-.013-.048-.026-.08-.041.074-.09.112-.21.188-.231zm-2.219.273c.073.027.118.035.188.07.079.038.116.073.189.12.002.021.012.042.007.062-.116.03-.237.041-.357.034-.052-.004-.084.002-.134-.013-.034-.013-.049-.026-.08-.041.073-.09.112-.211.187-.232zm-1.15-3.831c-.077-.036-.134-.134-.084-.206.02-.027.053-.022.073-.05.023-.035.018-.064.017-.108 0-.047-.018-.073-.026-.12-.01-.052-.019-.083-.018-.136 0-.08-.005-.139.044-.202.032-.04.084-.077.106-.08.018.019-.007.065-.005.107.005.06.017.092.038.148.026.072.06.103.09.175.026.067.051.104.053.176a.295.295 0 0 1-.026.148.257.257 0 0 1-.08.108.246.246 0 0 1-.102.054.141.141 0 0 1-.08-.014z", fill: "color(display-p3 0.000 0.396 0.741)", fillRule: "nonzero" })] }), jsxs("g", { children: [jsx("path", { d: "m67.151 70.307-.076.036c-.039.043-.057.067-.099.104-.058.052-.099.065-.16.11-.03.02-.054.027-.077.056-.032.041-.01.08-.032.129-.024.051-.047.077-.083.12-.047.056-.083.078-.137.128-.054.051-.075.094-.14.128-.017.01-.025.018-.044.025-.027.009-.044-.001-.072.008-.05.018-.064.072-.1.092.014.028.013.048.028.077.02.041.09.156.104.184.027.039.035.09.068.1.069.022.11.021.169.017.101.023.164.02.26.06.078.033.11.074.188.109.06.027.098.043.164.056.048.01.076.017.128.013.032-.004.047-.017.079-.02h.017l-.004.047v.012h.008l.263.117a.29.29 0 0 0-.024.048.22.22 0 0 0-.008.108c.08.243.149.395.188.41.08.03.103.111.149.193-.017.017-.03.026-.045.039-.078.077-.147.131-.211.234-.096.153-.16.154-.041.357.07.12.105.142.196.309.047.086.073.152.1.255a.994.994 0 0 1 .04.253l.125.047.083-.083.08-.154.004-.116c-.03-.026-.038-.06-.032-.1.01-.048.066-.039.093-.08.035-.06-.043-.095-.085-.142-.077-.086-.183-.106-.207-.236-.007-.036.01-.055.047-.093.11-.108.145-.124.252-.232.03.018.078.024.124.015.036-.006.068.017.18.049.079.022.112.01.156.004l.048-.013c.007.028.014.054.016.09.007.135-.02.384.02.45a.333.333 0 0 1 .036.07c.013.031.028.052.028.085.001.09.007.147 0 .24-.005.09-.013.136-.028.226a.25.25 0 0 1-.056.137c-.036.047-.076.053-.123.088l-.013.128.145.06.164.042.088-.037c0-.032.005-.052.019-.08.017-.032.03-.057.06-.068.046-.018.097.017.115-.013.022-.03.01-.042.006-.096-.007-.085-.024-.126-.036-.213a1.525 1.525 0 0 1-.02-.353c.003-.08.004-.124.02-.2.021-.115.061-.17.087-.284.03-.124.034-.205.048-.316.406.058.743.052 1.196-.049.022-.004.096-.032.096-.032.102.09.219.163.348.21v.124c.005.038-.005.062.017.093.012.02.025.03.047.036.035.008.059.003.085-.02.029-.026.023-.058.032-.097.003-.018 0-.072 0-.089a.535.535 0 0 0 .11.01c.047 0 .069 0 .114-.005l.003.06c.004.032-.01.056.004.084.014.03.032.047.064.052a.08.08 0 0 0 .068-.012c.038-.023.035-.064.04-.108a.655.655 0 0 0 0-.1l.133-.049a.549.549 0 0 1-.013.106.645.645 0 0 1-.032.12c-.026.072-.056.11-.096.177-.047.08-.073.126-.132.2-.027.035-.046.05-.071.085-.034.042-.044.072-.077.116-.041.056-.064.094-.12.137-.089.071-.147.013-.268.108l-.028.133.184.068.164.032.056-.032a.13.13 0 0 1 .028-.097c.027-.034.057-.045.1-.051.046-.008.096.004.132-.028.045-.04.045-.119.08-.19.095-.19.225-.36.385-.5.078-.078.144-.1.21-.187.033-.041.067-.06.069-.112.001-.036-.018-.054-.027-.089-.013-.049-.026-.128-.026-.128.196.096.126.083.162.18.028.08-.004.135.007.218.014.097.06.142.068.24.01.116-.018.183-.04.298-.019.101-.016.164-.06.257a.495.495 0 0 1-.148.202c-.026.022-.046.032-.076.051l-.015.133.143.048.209.057.047-.045c.02-.084-.006-.207.051-.217.053-.008.09 0 .102-.039.005-.018.007-.042.012-.08.027-.244.053-.47.08-.58.03-.124.027-.151.05-.245.024-.085-.01-.036.053-.217.094-.27-.025-.305-.135-.47-.06-.09-.08-.122-.089-.192-.012-.106.02-.193.016-.354a5.465 5.465 0 0 1 0-.37c.015-.007.03-.016.045-.025.15-.082.208-.106.303-.316a.45.45 0 0 0 .04-.189c0-.044-.008-.085-.012-.132-.004-.052-.024-.083-.04-.121a.408.408 0 0 0-.071-.11c-.1-.118-.228-.145-.348-.187-.19-.07-.32-.057-.53-.074a3.541 3.541 0 0 0-.547-.007c-.256.015-.4.067-.655.096-.246.028-.382.048-.628.052-.29.006-.567-.058-.74-.044-.314.027-.32.098-.793.137-.246.02-.491.024-.491.024l-.277-.088c.11-.04.137-.064.188-.134.035-.046.03-.086.072-.136.034-.04.057-.08.1-.125a.281.281 0 0 0-.12-.055c-.047-.01-.074-.006-.12 0a.39.39 0 0 0-.156.044.351.351 0 0 0-.107.077s-.165-.108-.28-.158c-.144-.062-.205-.09-.385-.116z", fill: "color(display-p3 0.835 0.169 0.118)", fillRule: "nonzero" }), jsxs("g", { stroke: "color(display-p3 0.996 0.875 0.000)", children: [jsx("path", { d: "m72.803 71.928-.098.031c-.111.052-.202.054-.333.065-.339.025-.546-.137-.896-.11-.179.014-.26.155-.442.2-.084.02-.132.03-.218.036l.065-.133s-.164.034-.27.034a1 1 0 0 1-.196-.017l.13-.122s-.103-.017-.165-.043a.501.501 0 0 1-.135-.08c.085-.016.132-.026.216-.047.199-.049.262-.147.498-.17.148-.014.388-.006.978.093.388.064.56.033.708-.034.099-.045.13-.13.14-.23.014-.1-.05-.18-.11-.232a.225.225 0 0 0-.141-.047", strokeLinecap: "round", strokeWidth: ".127" }), jsx("path", { d: "M67.174 70.783a.227.227 0 0 0-.171.038c-.062.038-.07.09-.114.146.058.013.09.046.146.033a.178.178 0 0 0 .098-.065.2.2 0 0 0 .054-.15l-.013-.002z", fill: "color(display-p3 0.988 0.851 0.000)", fillRule: "nonzero", strokeWidth: ".1" }), jsx("path", { d: "M68.613 72.494s.033.069.051.115c.032.08.049.127.068.212.026.115.014.184.03.302.003.02.007.037.011.053l-.006.163m.87-1-.045.19c-.046.197-.087.302-.121.499l-.013.093m-1.39-.572c.101.026.069.483.229.588", strokeLinecap: "round", strokeWidth: ".127" }), jsx("path", { d: "m71.695 73.248.049-.033c.129-.052.246-.13.344-.23", strokeWidth: ".127" }), jsx("path", { d: "M70.705 73.304c.453-.168.755-.507.971-.549m-.512-.295a.589.589 0 0 0 .106-.013c.189-.038.218.132.35.241.237.199.269.44.55.643l.041.028.108.083", strokeLinecap: "round", strokeWidth: ".127" }), jsx("path", { d: "M66.266 71.287c.034.009.055.01.09.006.043-.004.063-.03.104-.03.035-.002.06-.006.088.015a.108.108 0 0 1 .036.044c.01.021.02.036.016.06-.008.036-.041.054-.078.054-.031 0-.057-.008-.07-.035a.06.06 0 0 1-.005-.051.128.128 0 0 1-.1.002.135.135 0 0 1-.081-.065z", fill: "color(display-p3 0.988 0.851 0.000)", fillRule: "nonzero", strokeWidth: ".1" })] }), jsx("path", { d: "M67.217 72.526c-.103-.03-.252-.106-.252-.106.042-.033.076-.034.11-.071.05-.052.048-.102.076-.17.029-.067.023-.122.086-.172a.17.17 0 0 1 .144-.022c.044.014.097.051.108.099.017.072-.02.113-.032.186-.01.074-.038.116-.025.188.009.049.03.067.046.116 0 0-.161-.018-.261-.048zm-.127.122c0-.029.014-.056.04-.07a.08.08 0 0 1 .121.068.08.08 0 1 1-.161.002zm-.225-2.122-.018-.013c-.05-.04-.054-.085-.077-.143a.518.518 0 0 1-.041-.149c-.006-.051 0-.082 0-.135 0-.046.005-.073 0-.12-.005-.05-.004-.08-.027-.122-.013-.023-.051-.043-.04-.054.012-.013.032-.002.054 0 .051.005.08.02.12.054a.23.23 0 0 1 .086.134c.022.07.032.116.051.189.013.039.018.06.039.095.02.035.04.049.066.081l-.002.003c-.039.042-.056.07-.099.106-.038.035-.071.052-.108.075l-.004-.001zm.46 1.368.286.132c.195-.12.35-.296.448-.504.113-.221.13-.34.174-.554l-.23-.075-.044.01c-.072.22-.09.347-.207.54-.103.164-.22.295-.34.389l-.087.062zm.633 2.33c.046-.065.065-.105.118-.163.058-.064.102-.09.167-.147.02 0 .044-.003.062.009-.004.12-.026.24-.067.353-.018.05-.02.082-.051.126-.02.028-.036.04-.06.066-.064-.095-.17-.167-.17-.245zm4.225.237c.073.027.118.035.188.07.078.038.115.073.188.12.003.021.013.042.008.062-.116.03-.237.041-.357.034-.053-.004-.085.002-.134-.013-.034-.013-.05-.026-.081-.041.074-.09.113-.211.188-.232zm-1.25-.262c.074.027.119.035.189.07.077.038.115.073.188.12.003.02.013.041.008.062-.117.03-.237.041-.357.033-.053-.003-.085.003-.135-.012-.033-.013-.048-.026-.08-.042.074-.09.112-.21.188-.231zm-2.219.274c.073.027.118.035.188.07.079.038.116.073.189.12.002.02.012.041.007.062-.116.03-.237.04-.357.033-.052-.004-.084.003-.134-.013-.034-.012-.049-.025-.08-.04.073-.09.112-.212.187-.232zm-1.15-3.832c-.077-.036-.134-.133-.084-.205.02-.027.053-.022.073-.05.023-.035.018-.065.017-.108 0-.048-.018-.074-.026-.121-.01-.052-.019-.083-.018-.135 0-.081-.005-.14.044-.202.032-.041.084-.077.106-.08.018.018-.007.064-.005.107.005.059.017.091.038.148.026.072.06.103.09.175.026.066.051.104.053.176a.295.295 0 0 1-.026.148.257.257 0 0 1-.08.108.246.246 0 0 1-.102.054.141.141 0 0 1-.08-.015z", fill: "color(display-p3 0.000 0.396 0.741)", fillRule: "nonzero" })] }), jsx("g", { stroke: "color(display-p3 0.439 0.239 0.161)", strokeWidth: ".102", children: jsx("path", { d: "M52.82 53.046h10.52v10.546H52.82V53.046zm11.64 0h10.52v10.546H64.46V53.046zm-11.6 19.692c.03.19.097.516.277.849.19.3.12.293.547.773.21.236.54.438.798.578.258.14.45.209.875.32.835.22 1.42.234 2.121.206.548-.022.967-.09 1.312-.136.494-.067.862-.107 1.424-.13.272-.013.531-.014.786 0 .307.017.612.064.934.129.477.103.947.24 1.404.411l.002-11.013-10.52-.003v7.527s.021.367.04.488v.001zm22.081-.002a2.676 2.676 0 0 1-.276.848c-.19.301-.12.294-.548.772-.21.238-.539.44-.797.578-.259.142-.45.21-.876.322-.834.22-1.42.234-2.12.206-.549-.022-.967-.09-1.313-.137a13.696 13.696 0 0 0-1.423-.13 8.072 8.072 0 0 0-.786 0 6.591 6.591 0 0 0-.934.129c-.698.141-1.414.411-1.414.411l.007-11.013 10.521-.003v7.527s-.021.368-.04.489z" }) })] }) }));
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { FlagAD };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FlagAE(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function FlagAE(props) {
|
|
4
|
+
return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.000 0.518 0.239)" }), jsx("path", { d: "M0 42.667h128V128H0z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M0 85.333h128V128H0z", fill: "color(display-p3 0.000 0.000 0.000)" }), jsx("path", { d: "M0 0h64v128H0z", fill: "color(display-p3 0.784 0.063 0.180)" })] }) }));
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { FlagAE };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FlagAL(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function FlagAL(props) {
|
|
4
|
+
return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M128 0H0v128h128z", fill: "color(display-p3 1.000 0.000 0.000)" }), jsx("path", { d: "M68.342 96.721c-1.123-.975-2.485-2.95-2.466-4.852.1-1.42 1.073-2.244 1.701-.512.888 1.912 2.793 5.074 5.418 3.22 1.146-.843 1.128-2.084-.444-1.941-1.941-.134-3.134-1.203-4.003-3.957-.158-1.514.471-1.476 1.35-.502 1.128 1.296 3.374 3.256 5.853 2.206 1.377-.578 1.765-1.77-.315-2.064-1.97.029-3.578-1.25-5.178-3.2-.878-1.078.416-2.167 1.194-1.249.693.596 1.664 1.694 2.496 1.846.962.189 2.154.095 3.475-.606 1.425-1.193.962-2.054-.767-2.252-1.34.066-2.07.576-3.799-.578-3.108-2.103-5.578-4.913-5.964-8.292-.254-2.223.94-2.896 1.933-2.64 2.7.695 4.465 5.745 6.333 8.52.612.8 1.174.813 1.571.566a47.152 47.152 0 0 0 2.097-1.89s5.495.988 8.487 1.964l-3.331 1.186c-1.262-.698-2.785.054-2.785 1.264-1.193.827-1.097 1.796-.582 2.73.157-.65.29-1.496 1.234-1.608 1.346.557 2.914-.239 2.914-1.29l3.93-1.547 3.971 2.25c0 1.521 1.44 2.004 2.938 1.593.706.439 1.16 1.2 1.4 2.014.441-1.174.35-2.003-.343-2.58.397-1.517-1.728-2.977-3.373-2.005l-2.857-1.642 4.89-.137c.567 1.005 2.619 1.06 3.217 0 .511-.14.943-.23 1.94.512-.314-1.2-.925-1.714-1.842-1.714-.697-1.236-3.22-1.23-3.584.162l-5.093.141 3.022-2.153c1.128.666 2.71-.075 3.027-1.286.45-.535 1.005-.787 2.096-.423-.562-.998-1.355-1.296-2.787-.618-1.306-.991-3.027.21-2.766 1.208l-4.02 2.738c-2.918-.872-8.203-2.229-8.203-2.229.63-.663 1.268-1.278 1.896-1.95.227-.394-.12-.852-.602-.947-4.715-.975-7.415-2.878-9.05-7.714-.685-2.026.794-2.631 1.303-1.392.703 1.723 1.479 3.606 3.596 5.065.73.511 2.904.094 1.619-1.127-1.332-1.098-1.905-1.57-2.561-4.24 0-1.353 1.377-1.96 2.145-.663.822 2.66.906 3.805 2.394 5.518 1.128 1.297 2.598 2.168 3.328 2.149 1.314-.018 2.636-1.44.88-2.47-2.58-1.032-3.524-2.442-3.903-3.787-.416-2.347.038-3.483 1.452-2.329 2.006 2.282 5.834 6.531 7.84 8.51 2.247 1.723 4.826 1.78 6.878.029 1.175-1.354.758-2.811-1.081-2.5-4.151.352-7.294-1.712-10.743-7.288-.676-1.26-.86-3.067.629-1.722 1.719 2.328 4.225 4.307 6.555 5.159 2.34.841 4.27.376 5.02-.36.903-.904.665-3.18-.897-2.631-1.285.454-3.097.567-4.983-.162-1.887-.738-3.846-2.328-5.927-5.026-.712-1.523-.48-2.81.962-2.026 3.412 2.898 7.813 5.244 10.059 3.834 1.655-1.032 1.683-3.682-.415-3.511-4.226.576-5.825-.36-9.885-3.947-.924-.692-.86-2.444.61-1.326 3.412 2.206 8.072 3.067 9.903 1.913 1.646-1.032 1.405-4.185-1.369-3.068-2.219 1.353-4.67 1.316-9.578-2.196-1.239-1.031-.315-2.376.702-1.799 3.948 2.253 9.7 3.218 11.197-1.363.582-1.75-.472-2.773-2.016-1.561-3.393 3.142-7.24 1.6-9.393.018-.616-.364-1.748-2.206.24-1.864 5.14 1.174 10.226.152 11.15-3.493.537-1.183-.518-3.275-2.395-1.523-2.468 2.441-5.085 2.526-8.375 2.508-1.675-.35-1.692-2.197-.287-2.47 2.598.055 5.159-1.08 7.211-2.235 2.007-1.154 3.67-2.773 4.198-5.017.324-2.006-1.609-4.136-2.773-2.006-1.72 3.114-5.53 6.048-9.765 6.578-.22-.37-.776-1.316-1.46-1.05a65.17 65.17 0 0 0-4.25 1.854c-3.29 1.563-4.66 2.317-4.265 5.018.412 2.818-1.758 4.599-3.55 4.107-1.564-.421-2.427-1.835-2.146-4.287.224-1.954 2.184-4.318 4.392-5.557 1.43-.801 3.587-1.24 6.185-1.817 1.581-.312 2.387-.928 2.478-1.572 0 0-1.08.792-2.81.673-.818-.059-1.366-.419-1.573-.786.602-.123 1.693.02 2.672.02 1.304-.011 4.33-.303 5.132-2.14.25-1.212-.545-1.43-1.285-.654-.795.84-1.123 1.593-2.718 1.875-.97.17-1.942.369-3.19.066.703-.836 1.82-1.691 2.773-1.534.314.053.73.342 1.064.863.204-1.326-.158-2.822-3.698-2.197.056-1.003-2.053-1.439-3.32-1.42-.72.02-2.19.446-3.253.956-1.683.521-3.347.9-5.308 1.042 1.138.974 1.35 1.032 2.487 1.855-1.72.643-3.05 1.968-3.652 2.84 0 0 2.007-.057 2.515.17-2.1.615-3.042.984-4.152 2.12.389.066.97.18 1.22.275.26.094.193.265-.017.425-.453.346-2.321 2.52-2.867 3.04-.545-.52-2.414-2.694-2.866-3.04-.21-.16-.278-.33-.018-.425.25-.095.832-.209 1.22-.275-1.11-1.136-2.052-1.505-4.152-2.12.508-.227 2.515-.17 2.515-.17-.601-.872-1.933-2.197-3.652-2.84 1.137-.823 1.35-.88 2.487-1.855-1.96-.142-3.624-.52-5.307-1.043-1.063-.51-2.533-.936-3.254-.955-1.267-.019-3.375.417-3.32 1.42-3.54-.625-3.902.871-3.698 2.197.334-.52.75-.81 1.064-.863.953-.157 2.07.698 2.774 1.534-1.249.303-2.22.105-3.19-.066-1.596-.282-1.923-1.036-2.719-1.874-.74-.777-1.535-.559-1.285.653.803 1.837 3.828 2.129 5.132 2.14.98 0 2.07-.143 2.672-.02-.207.368-.754.727-1.572.786-1.73.119-2.811-.673-2.811-.673.092.644.897 1.26 2.478 1.572 2.598.578 4.756 1.016 6.186 1.817 2.208 1.24 4.167 3.603 4.392 5.557.28 2.452-.583 3.866-2.146 4.287-1.793.492-3.963-1.289-3.55-4.107.394-2.701-.976-3.455-4.265-5.018a65.18 65.18 0 0 0-4.25-1.854c-.685-.266-1.24.681-1.46 1.05-4.236-.53-8.045-3.464-9.765-6.578-1.165-2.13-3.098 0-2.774 2.006.527 2.244 2.191 3.863 4.198 5.017 2.053 1.154 4.614 2.29 7.212 2.234 1.405.274 1.387 2.12-.287 2.47-3.291.02-5.908-.066-8.376-2.507-1.877-1.752-2.932.34-2.395 1.523.925 3.644 6.01 4.667 11.15 3.493 1.988-.342.857 1.5.24 1.864-2.153 1.581-6 3.124-9.393-.018-1.544-1.212-2.598-.19-2.015 1.561 1.497 4.581 7.248 3.616 11.196 1.363 1.017-.577 1.941.768.703 1.8-4.91 3.51-7.36 3.548-9.58 2.195-2.773-1.117-3.014 2.036-1.367 3.068 1.83 1.154 6.49.293 9.902-1.913 1.47-1.118 1.534.634.61 1.326-4.06 3.587-5.658 4.523-9.884 3.947-2.099-.171-2.07 2.48-.416 3.511 2.247 1.41 6.647-.936 10.06-3.834 1.442-.785 1.673.503.961 2.026-2.08 2.698-4.04 4.288-5.927 5.026-1.885.73-3.697.616-4.983.162-1.562-.55-1.8 1.727-.897 2.63.75.737 2.68 1.202 5.02.36 2.33-.851 4.837-2.83 6.555-5.158 1.49-1.345 1.305.463.63 1.722-3.45 5.576-6.592 7.64-10.743 7.289-1.84-.312-2.257 1.145-1.082 2.499 2.053 1.75 4.631 1.694 6.879-.029 2.005-1.979 5.834-6.228 7.839-8.51 1.414-1.154 1.868-.018 1.453 2.329-.38 1.345-1.323 2.755-3.903 3.786-1.757 1.032-.435 2.452.88 2.47.73.02 2.2-.85 3.327-2.147 1.488-1.714 1.572-2.86 2.394-5.52.768-1.296 2.146-.69 2.146.663-.656 2.67-1.23 3.143-2.561 4.24-1.286 1.222.888 1.639 1.618 1.128 2.117-1.459 2.893-3.342 3.596-5.065.509-1.24 1.988-.634 1.304 1.392-1.636 4.836-4.336 6.74-9.051 7.714-.482.095-.828.553-.602.947.629.672 1.267 1.287 1.896 1.95 0 0-5.285 1.357-8.203 2.23l-4.02-2.74c.261-.997-1.46-2.198-2.766-1.208-1.432-.677-2.225-.379-2.787.619 1.091-.364 1.646-.112 2.096.423.317 1.211 1.9 1.952 3.027 1.285l3.022 2.154-5.093-.141c-.364-1.392-2.886-1.398-3.584-.162-.917 0-1.528.514-1.843 1.714.998-.742 1.43-.653 1.941-.512.599 1.06 2.65 1.005 3.217 0l4.89.137-2.857 1.642c-1.645-.972-3.77.488-3.373 2.006-.692.576-.784 1.405-.342 2.58.239-.815.693-1.576 1.399-2.015 1.498.41 2.938-.071 2.938-1.593l3.97-2.25 3.931 1.546c0 1.052 1.568 1.848 2.914 1.29.943.113 1.077.959 1.234 1.61.516-.935.612-1.904-.582-2.73 0-1.21-1.523-1.963-2.784-1.265l-3.332-1.186c2.992-.976 8.487-1.964 8.487-1.964.75.718 1.348 1.247 2.097 1.89.398.247.96.234 1.571-.566 1.868-2.775 3.634-7.825 6.334-8.52.992-.256 2.186.417 1.932 2.64-.386 3.38-2.856 6.19-5.964 8.292-1.729 1.154-2.459.644-3.799.578-1.729.198-2.191 1.059-.767 2.252 1.321.7 2.514.795 3.476.606.832-.152 1.803-1.25 2.496-1.846.777-.918 2.071.17 1.194 1.25-1.6 1.95-3.209 3.228-5.179 3.2-2.08.293-1.691 1.485-.314 2.063 2.478 1.05 4.724-.91 5.853-2.206.878-.974 1.507-1.012 1.35.502-.87 2.754-2.062 3.823-4.004 3.957-1.572-.143-1.59 1.098-.443 1.94 2.624 1.855 4.53-1.307 5.417-3.219.628-1.732 1.6-.908 1.701.512.02 1.903-1.342 3.877-2.466 4.852-1.123.976 4.842 7.175 4.842 7.175s5.965-6.2 4.842-7.175zm7.994-70.206c-.929 0-1.502.326-1.502.72 0 .402.573.729 1.502.729.923 0 1.509-.357 1.509-.759 0-.395-.587-.69-1.51-.69zm-25.671 0c.928 0 1.502.326 1.502.72 0 .402-.574.729-1.502.729-.923 0-1.51-.357-1.51-.759 0-.395.587-.69 1.51-.69z", fill: "color(display-p3 0.000 0.000 0.000)" })] }) }));
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { FlagAL };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FlagAT(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function FlagAT(props) {
|
|
4
|
+
return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M128 0v128H0V0z", fill: "color(display-p3 0.937 0.200 0.251)" }), jsx("path", { d: "M128 0v85.333H0V0z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M128 0v42.667H0V0z", fill: "color(display-p3 0.937 0.200 0.251)" })] }) }));
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { FlagAT };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FlagBA(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function FlagBA(props) {
|
|
4
|
+
return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "evenodd", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.000 0.137 0.584)", fillRule: "nonzero" }), jsx("path", { d: "M0 0h128v128z", fill: "color(display-p3 0.996 0.796 0.000)", fillRule: "nonzero" }), jsx("path", { d: "m105.491 109.924 2.256 6.889 7.253.015-5.858 4.274 2.226 6.898-5.877-4.248L99.614 128l2.226-6.898-5.858-4.274 7.253-.015 2.256-6.889zM89.494 93.937l2.256 6.888 7.253.016-5.858 4.273 2.226 6.899-5.877-4.248-5.877 4.248 2.226-6.899-5.858-4.273 7.253-.016 2.256-6.888zM73.497 77.949l2.256 6.889 7.253.016-5.858 4.273 2.226 6.898-5.877-4.247-5.877 4.247 2.226-6.898-5.858-4.273 7.253-.016 2.256-6.889zM57.5 61.962l2.256 6.889 7.253.015-5.858 4.274 2.226 6.898L57.5 75.79l-5.877 4.248 2.226-6.898-5.858-4.274 7.253-.015 2.256-6.889zM41.503 45.975l2.256 6.888 7.253.016-5.858 4.273 2.226 6.899-5.877-4.248-5.877 4.248 2.226-6.899-5.858-4.273 7.253-.016 2.256-6.888zM25.506 29.987l2.256 6.889 7.253.016-5.858 4.273 2.226 6.898-5.877-4.247-5.877 4.247 2.226-6.898-5.858-4.273 7.253-.016 2.256-6.889zM9.509 14l2.256 6.889 7.253.015-5.858 4.274 2.226 6.898-5.877-4.248-5.877 4.248 2.226-6.898L0 20.904l7.253-.015L9.509 14z", fill: "color(display-p3 1.000 1.000 1.000)" })] }) }));
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { FlagBA };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FlagBE(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function FlagBE(props) {
|
|
4
|
+
return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.784 0.063 0.180)" }), jsx("path", { d: "M0 0h85.333v128H0z", fill: "color(display-p3 1.000 0.804 0.000)" }), jsx("path", { d: "M0 0h42.667v128H0z", fill: "color(display-p3 0.000 0.000 0.000)" })] }) }));
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { FlagBE };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FlagBG(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function FlagBG(props) {
|
|
4
|
+
return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M0 42.667h128V128H0z", fill: "color(display-p3 0.000 0.588 0.431)" }), jsx("path", { d: "M0 85.333h128V128H0z", fill: "color(display-p3 0.839 0.149 0.071)" })] }) }));
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { FlagBG };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FlagBR(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function FlagBR(props) {
|
|
4
|
+
return (jsxs("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsxs("defs", { children: [jsx("ellipse", { cx: "22.4", cy: "22.383", id: "vwg97099fa", rx: "22.4", ry: "22.383" }), jsx("path", { d: "M0 2.132V0h1.92v2.132H0zM.96.7v.366h.96V.7H.96z", id: "uf74b62f3c" })] }), jsxs("g", { fill: "none", fillRule: "evenodd", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.000 0.608 0.227)", fillRule: "nonzero" }), jsx("path", { d: "m11.191 63.97 53.12 33.894 53.12-33.894-53.12-33.893z", fill: "color(display-p3 0.996 0.875 0.000)", fillRule: "nonzero" }), jsx("ellipse", { cx: "64.311", cy: "63.97", fill: "color(display-p3 0.000 0.153 0.463)", fillRule: "nonzero", rx: "22.4", ry: "22.383" }), jsxs("g", { transform: "translate(41.911 41.587)", children: [jsx("mask", { fill: "#fff", id: "47xaixupfb", children: jsx("use", { xlinkHref: "#vwg97099fa" }) }), jsx("path", { d: "M-44.8 67.148c0-30.021 24.356-54.358 54.4-54.358 30.044 0 54.4 24.337 54.4 54.358h-3.2c0-28.255-22.923-51.16-51.2-51.16-28.277 0-51.2 22.905-51.2 51.16h-3.2z", fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", mask: "url(#47xaixupfb)" })] }), jsx("path", { d: "M44.947 55.312c.526-.065 1.01.356 1.082.94.072.585-.296 1.11-.823 1.175-.526.065-1.01-.356-1.082-.94-.072-.585.296-1.11.823-1.175zm.048.393c-.31.038-.523.366-.478.733.045.367.332.634.641.596.31-.037.523-.366.478-.733-.045-.367-.332-.634-.641-.596z", fill: "color(display-p3 0.000 0.608 0.227)", fillRule: "nonzero" }), jsxs("g", { fill: "color(display-p3 0.000 0.608 0.227)", fillRule: "nonzero", children: [jsx("path", { d: "M48.043 55.021a.67.67 0 1 1 .093 1.337l-.851.06.055.79-.395.027-.119-2.129zm-.003.397-.821.058.038.547.821-.058a.274.274 0 1 0-.038-.547z" }), jsx("path", { d: "M48.754 57.109c-.022-.304-.068-.973-.524-.94l-.578.04c.669-.047.716.621.737.925" })] }), jsx("path", { d: "M50.617 54.918a.915.915 0 0 1 .93.897l.005.305a.914.914 0 0 1-.898.93l-1.005.017-.038-2.132zm-.024.396-.579.01.024 1.34.579-.01a.579.579 0 0 0 .569-.589l-.004-.182a.579.579 0 0 0-.589-.569zM52.357 57.04l1.92.067.013-.396-1.553-.054.019-.548 1.218.043.013-.365-1.219-.043.015-.426 1.462.051.014-.395-1.827-.064zM55.064 57.155l.364.032.128-1.456.297 1.493.334.03.553-1.42-.128 1.457.365.031.185-2.123-.531-.047-.552 1.42-.298-1.494-.531-.046zM59.484 57.653l1.577.271.062-.36-1.217-.209.083-.48.99.17.063-.36-.991-.17.056-.33 1.18.202.061-.36-1.54-.265zM65.278 56.697a.67.67 0 1 1-.335 1.298l-.826-.214-.198.766-.384-.099.563-2.056zm-.128.376-.797-.206-.137.53.797.207a.274.274 0 1 0 .137-.531z", fill: "color(display-p3 0.000 0.608 0.227)", fillRule: "nonzero" }), jsxs("g", { fill: "color(display-p3 0.000 0.608 0.227)", fillRule: "nonzero", children: [jsx("path", { d: "M67.985 57.489a.67.67 0 1 1-.403 1.278l-.814-.257-.238.755-.378-.119.67-2.024zm-.148.368-.785-.247-.165.522.785.248a.274.274 0 1 0 .165-.523z" }), jsx("path", { d: "M67.882 59.691c.091-.29.293-.93-.143-1.067l-.552-.174c.64.202.438.84.346 1.131" })] }), jsx("path", { d: "M70.375 58.32c.497.185.733.782.526 1.334-.206.551-.775.847-1.272.662-.497-.186-.732-.783-.526-1.335.206-.551.776-.848 1.272-.662zm-.138.37c-.292-.11-.633.083-.763.43s.002.716.294.825c.291.109.633-.084.762-.43.13-.347-.002-.716-.293-.825z", fill: "color(display-p3 0.000 0.608 0.227)", fillRule: "nonzero" }), jsxs("g", { transform: "rotate(23.5 -105.752 202.837)", children: [jsx("mask", { fill: "#fff", id: "ei87hc67ed", children: jsx("use", { xlinkHref: "#uf74b62f3c" }) }), jsx("path", { d: "M.96 0c.53 0 .96.477.96 1.066 0 .588-.43 1.066-.96 1.066S0 1.654 0 1.066C0 .477.43 0 .96 0zm0 .396c-.311 0-.564.3-.564.67 0 .37.253.67.564.67.311 0 .564-.3.564-.67 0-.37-.253-.67-.564-.67z", fill: "color(display-p3 0.000 0.608 0.227)", fillRule: "nonzero", mask: "url(#ei87hc67ed)" })] }), jsx("path", { d: "m72.705 60.413.74.322-.12.28-.741-.323z", fill: "color(display-p3 0.000 0.608 0.227)", fillRule: "nonzero" }), jsx("path", { d: "m73.166 60.613.28.122-.425.977-.28-.121z", fill: "color(display-p3 0.000 0.608 0.227)", fillRule: "nonzero" }), jsxs("g", { fill: "color(display-p3 0.000 0.608 0.227)", fillRule: "nonzero", children: [jsx("path", { d: "M75.805 60.695a.67.67 0 1 1-.598 1.199l-.763-.38-.354.708-.354-.177.978-1.894zm-.204.34-.736-.367-.245.49.737.368a.274.274 0 1 0 .244-.49z" }), jsx("path", { d: "M75.359 62.854c.135-.272.434-.872.025-1.076l-.518-.258c.6.299.301.898.165 1.17" })] }), jsx("path", { d: "m76.15 63.271 1.672.946.195-.345-1.353-.765.27-.477 1.061.6.18-.318-1.061-.6.21-.372 1.273.72.195-.344-1.591-.9zM79.263 64.315c-.114.18.002.38.259.544.257.163.432.158.506.042.233-.366-1.116-.9-.7-1.538.358-.548.971-.121 1.202.026.232.147.603.528.315.967l-.392-.25c.122-.192-.013-.377-.218-.508-.2-.127-.361-.185-.48.001-.199.298 1.123.86.719 1.496-.3.469-.819.264-1.166.043-.296-.189-.737-.633-.45-1.081l.405.258zM81.552 65.827c-.124.173-.019.38.23.557.248.177.423.18.503.069.252-.354-1.068-.958-.62-1.573.387-.529.977-.07 1.2.089.224.159.575.559.264.982l-.379-.27c.133-.186.008-.378-.19-.52-.193-.136-.351-.203-.48-.023-.214.287 1.077.918.64 1.531-.323.453-.832.221-1.167-.018-.285-.203-.703-.67-.392-1.103l.39.279zM85.043 66.611c.415.33.455.972.088 1.432-.366.46-1 .567-1.415.237-.414-.33-.454-.971-.087-1.432.366-.46 1-.567 1.414-.237zm-.246.31c-.244-.194-.628-.116-.858.174-.23.29-.22.681.024.875.244.194.628.116.858-.173.23-.29.22-.682-.024-.876z", fill: "color(display-p3 0.000 0.608 0.227)", fillRule: "nonzero" }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m46.026 58.991-.297.912.456.149" }), jsx("path", { d: "m46.025 58.991.297.912-.456.149" }), jsx("path", { d: "M46.938 59.654h-.96l.001.48" }), jsx("path", { d: "m46.938 59.654-.776.564-.282-.389" }), jsx("path", { d: "m45.113 59.654.776.564.282-.388" }), jsx("path", { d: "M45.113 59.654h.96v.48" }), jsxs("g", { children: [jsx("path", { d: "m46.59 60.726-.297-.912-.456.148" }), jsx("path", { d: "m46.59 60.726-.777-.563.283-.389" })] }), jsxs("g", { children: [jsx("path", { d: "m45.461 60.726.777-.563-.283-.389" }), jsx("path", { d: "m45.462 60.726.296-.912.456.148" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m48.006 68.4-.296.913.456.148" }), jsx("path", { d: "m48.006 68.4.297.913-.456.148" }), jsx("path", { d: "M48.92 69.064h-.96v.48" }), jsx("path", { d: "m48.92 69.064-.777.564-.282-.389" }), jsx("path", { d: "m47.094 69.064.776.564.282-.389" }), jsx("path", { d: "M47.094 69.064h.96l-.001.48" }), jsxs("g", { children: [jsx("path", { d: "m48.57 70.136-.296-.912-.456.148" }), jsx("path", { d: "m48.57 70.136-.776-.563.283-.389" })] }), jsxs("g", { children: [jsx("path", { d: "m47.442 70.136.777-.564-.283-.388" }), jsx("path", { d: "m47.442 70.136.297-.912.456.148" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m45.264 70.57-.248.76.38.124" }), jsx("path", { d: "m45.264 70.57.247.76-.38.124" }), jsx("path", { d: "M46.024 71.123h-.8v.4" }), jsx("path", { d: "m46.024 71.123-.647.47-.235-.324" }), jsx("path", { d: "m44.503 71.123.647.47.235-.324" }), jsx("path", { d: "M44.503 71.123h.8v.4" }), jsxs("g", { children: [jsx("path", { d: "m45.734 72.017-.247-.76-.38.123" }), jsx("path", { d: "m45.734 72.017-.647-.47.235-.324" })] }), jsxs("g", { children: [jsx("path", { d: "m44.794 72.017.647-.47-.236-.324" }), jsx("path", { d: "m44.794 72.017.247-.76.38.123" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m50.224 67.54-.151.528.233.086" }), jsx("path", { d: "m50.27 67.54.172.528-.264.086" }), jsx("path", { d: "m50.71 67.894-.548.019-.01.248" }), jsx("path", { d: "m50.725 67.938-.449.326-.163-.225" }), jsx("path", { d: "m49.738 67.894.455.307.154-.195" }), jsx("path", { d: "M49.752 67.85h.556v.277" }), jsxs("g", { children: [jsx("path", { d: "m50.525 68.465-.188-.516-.239.068" }), jsx("path", { d: "m50.488 68.492-.45-.326.164-.224" })] }), jsxs("g", { children: [jsx("path", { d: "m49.924 68.465.433-.338-.138-.206" }), jsx("path", { d: "m49.887 68.438.171-.528.264.086" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m52.67 70.784-.248.76.38.124" }), jsx("path", { d: "m52.67 70.784.246.76-.38.123" }), jsx("path", { d: "M53.43 71.336h-.8v.4" }), jsx("path", { d: "m53.43 71.336-.647.47-.235-.324" }), jsx("path", { d: "m51.909 71.336.647.47.235-.324" }), jsx("path", { d: "M51.909 71.336h.8v.4" }), jsxs("g", { children: [jsx("path", { d: "m53.14 72.23-.247-.76-.38.123" }), jsx("path", { d: "m53.14 72.23-.647-.47.235-.324" })] }), jsxs("g", { children: [jsx("path", { d: "m52.2 72.23.646-.47-.235-.324" }), jsx("path", { d: "m52.2 72.23.246-.76.38.123" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m51.999 73.167-.198.608.304.099" }), jsx("path", { d: "m51.999 73.167.198.608-.305.099" }), jsx("path", { d: "M52.607 73.609h-.64v.32" }), jsx("path", { d: "m52.607 73.609-.517.376-.188-.26" }), jsx("path", { d: "m51.39 73.609.518.376.188-.26" }), jsx("path", { d: "M51.39 73.609h.64v.32" }), jsxs("g", { children: [jsx("path", { d: "m52.375 74.324-.198-.609-.304.1" }), jsx("path", { d: "m52.375 74.324-.518-.376.189-.26" })] }), jsxs("g", { children: [jsx("path", { d: "m51.623 74.324.517-.376-.188-.26" }), jsx("path", { d: "m51.623 74.324.197-.609.305.1" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m71.26 56.068-.297.912.457.148" }), jsx("path", { d: "m71.26 56.068.296.912-.456.148" }), jsx("path", { d: "M72.172 56.73h-.959v.48" }), jsx("path", { d: "m72.172 56.73-.776.564-.282-.388" }), jsx("path", { d: "m70.347 56.73.776.565.282-.389" }), jsx("path", { d: "M70.347 56.73h.96v.48" }), jsxs("g", { children: [jsx("path", { d: "m71.824 57.803-.296-.912-.457.148" }), jsx("path", { d: "m71.824 57.803-.776-.564.282-.388" })] }), jsxs("g", { children: [jsx("path", { d: "m70.696 57.803.776-.564-.282-.388" }), jsx("path", { d: "m70.696 57.803.296-.912.456.148" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m80.006 70.867-.296.913.456.148" }), jsx("path", { d: "m80.006 70.867.297.913-.456.148" }), jsx("path", { d: "M80.92 71.53h-.96v.48" }), jsx("path", { d: "m80.92 71.53-.777.564-.282-.388" }), jsx("path", { d: "m79.094 71.53.776.564.282-.388" }), jsx("path", { d: "M79.094 71.53h.96l-.001.48" }), jsxs("g", { children: [jsx("path", { d: "m80.57 72.603-.296-.913-.456.149" }), jsx("path", { d: "m80.57 72.603-.776-.564.283-.388" })] }), jsxs("g", { children: [jsx("path", { d: "m79.442 72.603.777-.564-.283-.388" }), jsx("path", { d: "m79.442 72.603.297-.913.456.149" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m83.115 71.4-.198.609.305.098" }), jsx("path", { d: "m83.115 71.4.198.609-.305.098" }), jsx("path", { d: "M83.723 71.842h-.64l.001.32" }), jsx("path", { d: "m83.723 71.842-.517.376-.188-.259" }), jsx("path", { d: "m82.507 71.842.517.376.188-.259" }), jsx("path", { d: "M82.507 71.842h.64l-.001.32" }), jsxs("g", { children: [jsx("path", { d: "m83.491 72.557-.197-.608-.305.099" }), jsx("path", { d: "m83.491 72.557-.517-.376.188-.258" })] }), jsxs("g", { children: [jsx("path", { d: "m82.739 72.557.517-.376-.188-.258" }), jsx("path", { d: "m82.739 72.557.197-.608.305.099" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m80.92 73.007-.246.76.38.124" }), jsx("path", { d: "m80.92 73.007.248.76-.38.123" }), jsx("path", { d: "m81.681 73.56-.8-.001v.4" }), jsx("path", { d: "m81.681 73.559-.646.47-.235-.324" }), jsx("path", { d: "m80.16 73.559.647.47.235-.324" }), jsx("path", { d: "m80.16 73.56.8-.001v.4" }), jsxs("g", { children: [jsx("path", { d: "m81.39 74.453-.246-.76-.38.123" }), jsx("path", { d: "m81.39 74.453-.646-.47.235-.324" })] }), jsxs("g", { children: [jsx("path", { d: "m80.45 74.453.648-.47-.236-.324" }), jsx("path", { d: "m80.45 74.453.248-.76.38.123" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m75.526 77.696-.247.76.38.124" }), jsx("path", { d: "m75.526 77.696.248.76-.38.124" }), jsx("path", { d: "M76.287 78.249h-.8v.4" }), jsx("path", { d: "m76.287 78.249-.647.47-.235-.324" }), jsx("path", { d: "m74.766 78.249.647.47.235-.324" }), jsx("path", { d: "M74.766 78.249h.8v.4" }), jsxs("g", { children: [jsx("path", { d: "m75.997 79.142-.247-.76-.38.124" }), jsx("path", { d: "m75.997 79.142-.647-.47.235-.323" })] }), jsxs("g", { children: [jsx("path", { d: "m75.056 79.142.647-.47-.235-.323" }), jsx("path", { d: "m75.056 79.142.247-.76.38.124" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m75.496 80.11-.198.608.305.099" }), jsx("path", { d: "m75.496 80.11.198.608-.305.099" }), jsx("path", { d: "M76.104 80.552h-.64l.001.32" }), jsx("path", { d: "m76.104 80.552-.517.376-.188-.26" }), jsx("path", { d: "m74.888 80.552.517.376.188-.26" }), jsx("path", { d: "M74.888 80.552h.64l-.001.32" }), jsxs("g", { children: [jsx("path", { d: "m75.872 81.267-.197-.609-.305.1" }), jsx("path", { d: "m75.872 81.267-.517-.376.188-.259" })] }), jsxs("g", { children: [jsx("path", { d: "m75.12 81.267.517-.376-.188-.259" }), jsx("path", { d: "m75.12 81.267.197-.609.305.1" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m77.751 76.09-.198.608.305.1" }), jsx("path", { d: "m77.751 76.09.198.608-.304.1" }), jsx("path", { d: "M78.36 76.532h-.64v.32" }), jsx("path", { d: "m78.36 76.532-.518.376-.188-.259" }), jsx("path", { d: "m77.143 76.532.517.376.188-.259" }), jsx("path", { d: "M77.143 76.532h.64v.32" }), jsxs("g", { children: [jsx("path", { d: "m78.127 77.247-.197-.608-.304.099" }), jsx("path", { d: "m78.127 77.247-.517-.376.188-.259" })] }), jsxs("g", { children: [jsx("path", { d: "m77.375 77.247.518-.376-.188-.259" }), jsx("path", { d: "m77.375 77.247.198-.608.304.099" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m79.55 74.803-.248.76.38.124" }), jsx("path", { d: "m79.55 74.803.246.76-.38.124" }), jsx("path", { d: "M80.31 75.356h-.8v.4" }), jsx("path", { d: "m80.31 75.356-.647.47-.235-.324" }), jsx("path", { d: "m78.789 75.356.647.47.235-.324" }), jsx("path", { d: "M78.789 75.356h.8v.4" }), jsxs("g", { children: [jsx("path", { d: "m80.02 76.25-.247-.76-.38.123" }), jsx("path", { d: "m80.02 76.25-.647-.47.235-.324" })] }), jsxs("g", { children: [jsx("path", { d: "m79.08 76.25.646-.47-.235-.324" }), jsx("path", { d: "m79.08 76.25.246-.76.38.123" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m75.435 75.664-.198.608.305.099" }), jsx("path", { d: "m75.435 75.664.198.608-.305.099" }), jsx("path", { d: "M76.043 76.106h-.64l.001.32" }), jsx("path", { d: "m76.043 76.106-.517.376-.188-.26" }), jsx("path", { d: "m74.827 76.106.517.376.188-.26" }), jsx("path", { d: "M74.827 76.106h.64l-.001.32" }), jsxs("g", { children: [jsx("path", { d: "m75.811 76.82-.197-.608-.305.1" }), jsx("path", { d: "m75.811 76.82-.517-.375.188-.259" })] }), jsxs("g", { children: [jsx("path", { d: "m75.059 76.82.517-.375-.188-.259" }), jsx("path", { d: "m75.059 76.82.197-.608.305.1" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m55.778 64.084-.247.76.38.124" }), jsx("path", { d: "m55.778 64.084.247.76-.38.124" }), jsx("path", { d: "M56.538 64.637h-.8l.001.4" }), jsx("path", { d: "m56.538 64.637-.646.47-.235-.324" }), jsx("path", { d: "m55.017 64.637.647.47.235-.324" }), jsx("path", { d: "M55.017 64.637h.8v.4" }), jsxs("g", { children: [jsx("path", { d: "m56.248 65.53-.247-.76-.38.124" }), jsx("path", { d: "m56.248 65.53-.647-.47.235-.323" })] }), jsxs("g", { children: [jsx("path", { d: "m55.308 65.53.647-.47-.235-.323" }), jsx("path", { d: "m55.308 65.53.247-.76.38.124" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m70.406 62.204-.197.608.304.099" }), jsx("path", { d: "m70.407 62.204.197.608-.304.099" }), jsx("path", { d: "M71.015 62.646h-.64v.32" }), jsx("path", { d: "m71.015 62.646-.517.376-.188-.26" }), jsx("path", { d: "m69.798 62.646.517.376.188-.26" }), jsx("path", { d: "M69.798 62.646h.64v.32" }), jsxs("g", { children: [jsx("path", { d: "m70.783 63.36-.198-.608-.304.1" }), jsx("path", { d: "m70.783 63.36-.518-.375.188-.259" })] }), jsxs("g", { children: [jsx("path", { d: "m70.03 63.36.518-.375-.188-.259" }), jsx("path", { d: "m70.03 63.36.198-.608.304.1" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m64.311 73.06-.296.912.456.149" }), jsx("path", { d: "m64.311 73.06.297.912-.457.149" }), jsx("path", { d: "M65.224 73.723h-.96v.48" }), jsx("path", { d: "m65.224 73.723-.776.564-.282-.389" }), jsx("path", { d: "m63.399 73.723.776.564.282-.388" }), jsx("path", { d: "M63.399 73.723h.959v.48" }), jsxs("g", { children: [jsx("path", { d: "m64.875 74.795-.296-.912-.456.148" }), jsx("path", { d: "m64.875 74.795-.776-.563.282-.389" })] }), jsxs("g", { children: [jsx("path", { d: "m63.747 74.795.776-.563-.282-.389" }), jsx("path", { d: "m63.747 74.795.296-.912.457.148" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m66.902 68.774-.247.76.38.124" }), jsx("path", { d: "m66.902 68.774.247.76-.38.124" }), jsx("path", { d: "M67.662 69.326h-.8v.4" }), jsx("path", { d: "m67.662 69.326-.646.47-.235-.323" }), jsx("path", { d: "m66.141 69.326.647.47.235-.323" }), jsx("path", { d: "M66.141 69.326h.8v.4" }), jsxs("g", { children: [jsx("path", { d: "m67.372 70.22-.247-.76-.38.123" }), jsx("path", { d: "m67.372 70.22-.647-.47.235-.323" })] }), jsxs("g", { children: [jsx("path", { d: "m66.432 70.22.647-.47-.236-.323" }), jsx("path", { d: "m66.432 70.22.247-.76.38.123" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m64.311 66.764-.247.76.38.124" }), jsx("path", { d: "m64.311 66.764.247.76-.38.124" }), jsx("path", { d: "M65.072 67.316h-.8v.4" }), jsx("path", { d: "m65.072 67.316-.647.47-.235-.323" }), jsx("path", { d: "m63.55 67.316.647.47.235-.323" }), jsx("path", { d: "M63.55 67.316h.8v.4" }), jsxs("g", { children: [jsx("path", { d: "m64.781 68.21-.246-.76-.38.123" }), jsx("path", { d: "m64.781 68.21-.646-.47.235-.323" })] }), jsxs("g", { children: [jsx("path", { d: "m63.841 68.21.647-.47-.235-.323" }), jsx("path", { d: "m63.841 68.21.247-.76.38.123" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m62.056 68.934-.198.608.305.099" }), jsx("path", { d: "m62.056 68.934.198.608-.305.099" }), jsx("path", { d: "M62.664 69.376h-.64l.001.32" }), jsx("path", { d: "m62.664 69.376-.517.376-.188-.26" }), jsx("path", { d: "m61.448 69.376.517.376.188-.26" }), jsx("path", { d: "M61.448 69.376h.64l-.001.32" }), jsxs("g", { children: [jsx("path", { d: "m62.432 70.09-.197-.608-.305.1" }), jsx("path", { d: "m62.432 70.09-.517-.375.188-.259" })] }), jsxs("g", { children: [jsx("path", { d: "m61.68 70.09.517-.375-.188-.259" }), jsx("path", { d: "m61.68 70.09.197-.608.305.1" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m63.207 70.677-.151.528.233.086" }), jsx("path", { d: "m63.254 70.677.171.528-.264.086" }), jsx("path", { d: "m63.694 71.03-.55.02-.009.248" }), jsx("path", { d: "m63.708 71.074-.45.327-.162-.225" }), jsx("path", { d: "m62.721 71.03.455.308.154-.196" }), jsx("path", { d: "M62.735 70.986h.555v.278" }), jsxs("g", { children: [jsx("path", { d: "m63.508 71.602-.188-.516-.239.067" }), jsx("path", { d: "m63.47 71.629-.449-.326.164-.225" })] }), jsxs("g", { children: [jsx("path", { d: "m62.907 71.602.433-.338-.138-.207" }), jsx("path", { d: "m62.87 71.575.171-.528.264.085" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m71.016 78.245-.247.76.38.123" }), jsx("path", { d: "m71.016 78.245.247.76-.38.123" }), jsx("path", { d: "M71.776 78.797h-.799v.4" }), jsx("path", { d: "m71.776 78.797-.646.47-.235-.324" }), jsx("path", { d: "m70.255 78.797.647.47.235-.324" }), jsx("path", { d: "M70.255 78.797h.8v.4" }), jsxs("g", { children: [jsx("path", { d: "m71.486 79.69-.247-.76-.38.124" }), jsx("path", { d: "m71.486 79.69-.647-.47.235-.323" })] }), jsxs("g", { children: [jsx("path", { d: "m70.546 79.69.647-.47-.235-.323" }), jsx("path", { d: "m70.546 79.69.247-.76.38.124" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m72.936 76.425-.198.608.305.1" }), jsx("path", { d: "m72.936 76.425.198.608-.305.1" }), jsx("path", { d: "M73.544 76.867h-.64l.001.32" }), jsx("path", { d: "m73.544 76.867-.517.376-.188-.259" }), jsx("path", { d: "m72.328 76.867.517.376.188-.259" }), jsx("path", { d: "M72.328 76.867h.64l-.001.32" }), jsxs("g", { children: [jsx("path", { d: "m73.312 77.582-.197-.608-.305.099" }), jsx("path", { d: "m73.312 77.582-.517-.376.188-.259" })] }), jsxs("g", { children: [jsx("path", { d: "m72.56 77.582.517-.376-.188-.259" }), jsx("path", { d: "m72.56 77.582.197-.608.305.099" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m69.248 75.877-.197.608.304.099" }), jsx("path", { d: "m69.248 75.877.198.608-.304.099" }), jsx("path", { d: "M69.857 76.319h-.64v.32" }), jsx("path", { d: "m69.857 76.319-.517.376-.188-.26" }), jsx("path", { d: "m68.64 76.319.517.376.188-.26" }), jsx("path", { d: "M68.64 76.319h.64v.32" }), jsxs("g", { children: [jsx("path", { d: "m69.625 77.034-.198-.609-.304.1" }), jsx("path", { d: "m69.624 77.034-.517-.376.188-.259" })] }), jsxs("g", { children: [jsx("path", { d: "m68.872 77.034.518-.376-.188-.259" }), jsx("path", { d: "m68.872 77.034.198-.609.304.1" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m55.32 74.887-.296.912.457.149" }), jsx("path", { d: "m55.32 74.887.297.912-.456.149" }), jsx("path", { d: "M56.233 75.55h-.959v.48" }), jsx("path", { d: "m56.233 75.55-.776.564-.282-.388" }), jsx("path", { d: "m54.408 75.55.776.564.282-.388" }), jsx("path", { d: "M54.408 75.55h.96v.48" }), jsxs("g", { children: [jsx("path", { d: "m55.885 76.623-.296-.913-.457.149" }), jsx("path", { d: "m55.885 76.623-.776-.564.282-.388" })] }), jsxs("g", { children: [jsx("path", { d: "m54.757 76.622.776-.563-.282-.388" }), jsx("path", { d: "m54.757 76.623.296-.913.456.149" })] })] }), jsxs("g", { fill: "color(display-p3 1.000 1.000 1.000)", fillRule: "nonzero", children: [jsx("path", { d: "m64.433 81.179-.152.527.233.086" }), jsx("path", { d: "m64.479 81.179.171.527-.264.086" }), jsx("path", { d: "m64.86 81.49-.548.018-.01.249" }), jsx("path", { d: "m64.875 81.533-.45.327-.162-.225" }), jsx("path", { d: "m64.005 81.49.455.307.154-.196" }), jsx("path", { d: "M64.019 81.445h.555v.278" }), jsxs("g", { children: [jsx("path", { d: "m64.697 81.992-.188-.516-.239.068" }), jsx("path", { d: "m64.66 82.02-.45-.327.164-.224" })] }), jsxs("g", { children: [jsx("path", { d: "m64.168 81.992.433-.338-.138-.206" }), jsx("path", { d: "m64.13 81.965.172-.528.264.086" })] })] })] })] }));
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { FlagBR };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FlagCA(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function FlagCA(props) {
|
|
4
|
+
return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.835 0.169 0.118)" }), jsx("path", { d: "M32 0h64v128H32V0zm33.2 91.067-.6-11.507a1.267 1.267 0 0 1 1.48-1.307l11.453 2.014L75.987 76a.867.867 0 0 1 .266-.973L88.8 64.867l-2.827-1.32a.867.867 0 0 1-.453-1.054L88 54.867 80.773 56.4a.867.867 0 0 1-.973-.507L78.4 52.6l-5.64 6.053a.867.867 0 0 1-1.48-.76L74 43.867l-4.36 2.52a.867.867 0 0 1-1.213-.36L64 37.333l-4.427 8.694a.867.867 0 0 1-1.213.36L54 43.867l2.72 14.026a.867.867 0 0 1-1.48.76L49.6 52.6l-1.4 3.293a.867.867 0 0 1-.973.507L40 54.867l2.48 7.626a.867.867 0 0 1-.453 1.054l-2.827 1.32 12.547 10.16a.867.867 0 0 1 .266.973l-1.546 4.267 11.453-2.014a1.267 1.267 0 0 1 1.48 1.307l-.6 11.507h2.4z", fill: "color(display-p3 1.000 1.000 1.000)" })] }) }));
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { FlagCA };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FlagCH(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function FlagCH(props) {
|
|
4
|
+
return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.855 0.161 0.110)" }), jsx("path", { d: "M52 24h24v28h28v24H76v28H52V76H24V52h28z", fill: "color(display-p3 1.000 1.000 1.000)" })] }) }));
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { FlagCH };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FlagCY(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function FlagCY(props) {
|
|
4
|
+
return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M40.886 82.315c-.04-.048-.049-.253-.03-.71.015-.354.029-.773.03-.932.006-.488-.088-1.6-.143-1.703a.545.545 0 0 1-.052-.217.886.886 0 0 0-.092-.304l-.221-.45c-.071-.146-.16-.32-.196-.386-.085-.156-.604-.674-.674-.674-.03 0-.105-.055-.167-.12-.062-.067-.138-.121-.17-.121-.03 0-.095-.044-.143-.097-.048-.053-.116-.096-.151-.096a.301.301 0 0 1-.15-.07c-.2-.168-.447-.321-.817-.508l-.396-.2-.496.022a8.01 8.01 0 0 0-.93.103 8.564 8.564 0 0 1-.722.104 1.648 1.648 0 0 0-.386.067 1.755 1.755 0 0 1-.41.066c-.568.038-1.223.23-1.42.415-.057.053-.126.097-.153.097-.028 0-.088.042-.134.094-.115.126-.446.205-.967.23-.238.01-.454.04-.48.065-.024.025-.1.045-.168.046-.068 0-.22.034-.338.075a7.75 7.75 0 0 1-.889.245c-.187.033-.539-.068-.77-.221a8.072 8.072 0 0 0-.282-.18 2.086 2.086 0 0 1-.277-.233 1.567 1.567 0 0 0-.53-.363l-.276-.127c-.124-.06-.25-.068-.603-.042-.598.043-.795.042-1.033-.006-.273-.055-.642-.397-.642-.595 0-.212-.624-.723-.882-.723-.055 0-.166-.02-.247-.046l-.78-.243a8.307 8.307 0 0 1-.915-.34c-.156-.077-.311-.141-.343-.141a.798.798 0 0 1-.23-.097.76.76 0 0 0-.244-.096c-.039 0-.109-.02-.155-.045-.046-.024-.3-.066-.565-.093a14.812 14.812 0 0 1-.651-.077 46.41 46.41 0 0 0-.506-.08c-.405-.062-.67-.145-.921-.289a9.908 9.908 0 0 0-.312-.17.891.891 0 0 1-.212-.162c-.048-.053-.112-.096-.141-.096-.03 0-.292-.239-.582-.53-.291-.292-.55-.53-.578-.53-.027-.001-.129-.077-.226-.17-.098-.092-.197-.168-.22-.168-.07 0-.415-.35-.594-.602a9.657 9.657 0 0 1-.503-.916 16.32 16.32 0 0 0-.453-.867 14 14 0 0 1-.375-.689c-.229-.444-.256-.528-.256-.797 0-.177-.025-.327-.06-.362-.084-.084-.083-1.378.001-1.461.082-.082.074-.383-.014-.508-.069-.099-.38-.329-.61-.452-.155-.083-.613-.185-.841-.187-.564-.005-.849-.332-.984-1.134-.06-.35-.116-.604-.282-1.253-.081-.318-.148-.636-.149-.708 0-.071-.022-.143-.049-.16-.026-.016-.048-.07-.048-.12 0-.137-.16-.614-.295-.878a.467.467 0 0 1-.042-.178c0-.052-.022-.108-.048-.124-.027-.017-.049-.158-.049-.313 0-.156.022-.297.049-.314.027-.016.048-.246.048-.524 0-.509-.078-.79-.262-.943-.042-.034-.075-.086-.075-.114 0-.069-.245-.322-.312-.322-.068 0-.652-.588-.652-.657 0-.028-.042-.09-.094-.136a.495.495 0 0 1-.124-.224c-.017-.076-.05-.15-.075-.166-.025-.015-.045-.09-.045-.166 0-.077-.021-.153-.048-.17-.026-.015-.048-.066-.049-.11 0-.087-.25-.607-.352-.73-.033-.041-.09-.14-.124-.22a3.067 3.067 0 0 0-.105-.216 6.633 6.633 0 0 1-.126-.241 13.15 13.15 0 0 0-.242-.45c-.087-.155-.158-.313-.158-.35 0-.037-.022-.067-.048-.067-.027 0-.049-.064-.049-.142 0-.078-.019-.154-.043-.168-.023-.015-.054-.109-.068-.208-.056-.4-.26-1.108-.35-1.217-.041-.05-.064-.377-.077-1.095-.012-.726-.035-1.04-.077-1.082-.072-.072-.083-.887-.012-.93.082-.051.238.068.333.253.05.099.137.22.193.271.056.05.101.117.101.148 0 .031.055.108.12.17.067.062.121.138.121.168 0 .063.25.314.312.314.022 0 .154.103.294.229.322.29.773.638.829.638.023 0 .093.054.156.12.062.067.137.121.168.121.03 0 .117.065.193.145.076.08.158.144.18.144.024 0 .114.055.201.12.087.067.175.121.195.121.02 0 .13.064.245.141.285.192.442.26 1.058.455 1.185.376 1.607.461 2.458.498.66.028 1.515-.067 1.793-.2.074-.035.221-.102.327-.149.192-.084.939-.77.941-.864.001-.027.099-.154.217-.281.119-.128.216-.247.216-.266 0-.018.075-.12.167-.226.093-.105.168-.21.169-.23 0-.022.066-.109.145-.193.08-.085.145-.178.145-.206 0-.029.054-.103.12-.165.067-.063.12-.139.12-.17 0-.03.044-.096.097-.144.053-.048.097-.113.097-.146 0-.032.03-.084.067-.115.037-.03.125-.169.196-.307.07-.138.17-.316.22-.395.05-.08.17-.297.264-.482.095-.186.212-.403.26-.482.195-.318.438-.758.438-.792 0-.02.044-.076.097-.124.053-.048.096-.109.096-.135 0-.027.054-.12.12-.206a.69.69 0 0 0 .121-.202c0-.024.043-.083.096-.131.053-.048.097-.112.097-.143 0-.03.154-.206.342-.39.188-.184.398-.394.466-.467.112-.12.154-.133.467-.133.19 0 .365.02.39.044a.567.567 0 0 0 .227.067c.1.013.213.05.25.08.088.073.658.044.894-.045.092-.035.296-.125.452-.201.156-.076.312-.137.345-.137.034 0 .07-.018.078-.04.029-.07.733-.39.98-.444.175-.039.419-.039.891-.001.358.029.824.061 1.036.072a7.047 7.047 0 0 1 1.47.216c.199.054.46.124.578.154.12.03.315.099.434.152a19.87 19.87 0 0 1 1.309.593c.07.037.158.069.195.069.037 0 .094.027.127.06a.246.246 0 0 0 .094.064c.04.005.167.053.371.14.08.034.232.089.338.121a2.4 2.4 0 0 1 .276.102.536.536 0 0 0 .202.043c.065 0 .132.021.148.048.018.029.337.048.795.048s.777.02.795.048c.018.03.337.048.795.048.459 0 .778-.019.795-.048.017-.026.127-.048.245-.048s.252-.02.298-.043a6.28 6.28 0 0 1 .228-.107c.08-.035.26-.135.399-.222.14-.087.27-.158.292-.158.02 0 .111-.076.201-.169.09-.092.187-.168.216-.168.066 0 .555-.492.555-.56 0-.026.06-.106.133-.176.072-.07.167-.199.21-.286.278-.568.524-1.203.524-1.355 0-.06.021-.13.047-.156.025-.026.07-.209.1-.407.03-.199.075-.432.101-.518.027-.09.034-.318.016-.53-.037-.42.02-.706.17-.867a.43.43 0 0 0 .096-.136c0-.017.1-.141.221-.276.156-.174.214-.275.197-.345a13.65 13.65 0 0 0-.1-.364 2.002 2.002 0 0 1-.076-.41c0-.159.117-.76.164-.835.016-.027.03-.294.032-.595.003-.595-.026-.693-.287-.98-.083-.09-.15-.183-.15-.205 0-.022-.039-.083-.085-.134a3.132 3.132 0 0 1-.266-.455l-.181-.361v-1.022c.001-.562.02-1.072.045-1.132.07-.177.155-1.074.16-1.69.005-.519.013-.565.096-.565.05 0 .149.054.22.12.071.066.157.12.19.12.034 0 .061.02.061.043 0 .024.07.079.157.122.086.044.254.155.373.247.12.092.25.18.29.198.04.017.137.078.216.135.08.058.225.142.323.187.099.046.207.11.241.142.104.099 1.428.758 1.522.758.048 0 .108.019.134.042.059.054.584.25.757.282.073.013.145.043.16.067.014.023.077.042.14.042a.74.74 0 0 1 .227.044c.204.08.928.296 1.098.327.093.017.722.045 1.398.062 1.172.03 1.629.08 2.286.248.233.059.573.133.774.168.08.014.188.044.24.066.054.023.184.054.29.068.106.015.344.061.53.104.185.042.424.087.53.1.106.013.236.042.29.065.052.023.204.055.336.07.133.017.35.05.482.076.133.025.426.07.65.1.226.03.454.073.507.095.053.023.22.053.373.068l.555.052c.152.015.32.046.373.07.053.025.259.055.458.067.199.012.578.057.843.102.265.044.666.09.892.102.225.012.452.041.506.065.053.025.313.055.578.069 1.343.067 1.923.153 2.293.337a.751.751 0 0 0 .265.077c.06 0 .124.022.14.049.039.062.25.062.29 0 .016-.027.154-.049.306-.049s.297-.02.322-.045c.025-.024.252-.055.504-.068.578-.03 1.197-.1 1.783-.2.252-.043.555-.09.674-.103.12-.013.26-.043.314-.067a1.49 1.49 0 0 1 .337-.064c.513-.048 1.112-.138 1.192-.18.046-.024.375-.044.732-.044.38 0 .66-.02.678-.048.017-.026.233-.048.482-.048.25 0 .465-.022.482-.048.016-.027.14-.048.276-.048s.314-.021.395-.046c.082-.026.332-.09.558-.141.225-.052.651-.161.947-.243.517-.142.572-.148 1.374-.137.595.009.865-.005.94-.048.058-.033.268-.06.467-.06.2 0 .375-.022.392-.048.016-.027.072-.048.123-.048.052 0 .094-.022.094-.048 0-.027.038-.05.084-.052a.63.63 0 0 0 .229-.096c.08-.05.196-.115.26-.142a.982.982 0 0 0 .216-.142c.52-.465.945-.821.981-.821.024 0 .095-.055.157-.12.062-.067.14-.121.171-.121.032 0 .084-.031.116-.07.048-.058.215-.154.725-.416.207-.106.722-.334.756-.334.022 0 .146-.054.276-.12.13-.066.264-.12.296-.12.055 0 .529-.196.707-.293a.488.488 0 0 1 .196-.045c.06 0 .132-.018.157-.041.098-.088 1.233-.392 1.465-.392.078 0 .153-.02.168-.044.014-.023.108-.053.207-.067a13.34 13.34 0 0 0 1.197-.277c.081-.025.226-.046.322-.046s.188-.022.204-.048c.017-.027.091-.049.166-.049a.987.987 0 0 0 .309-.072c.095-.04.27-.072.388-.072.119 0 .23-.022.246-.048.016-.027.104-.048.196-.048.092 0 .204-.02.25-.044.046-.024.344-.125.662-.225.318-.1.665-.219.771-.263.18-.076.5-.203.723-.287.053-.02.205-.086.337-.145.133-.06.285-.126.338-.148.304-.122.797-.366.963-.477.106-.07.273-.166.372-.211a.682.682 0 0 0 .21-.134.547.547 0 0 1 .183-.12c.083-.038.248-.144.368-.236a2.23 2.23 0 0 1 .32-.213.358.358 0 0 0 .135-.095.647.647 0 0 1 .197-.13c.092-.043.167-.098.167-.121 0-.024.042-.043.093-.043.052 0 .108-.022.124-.049.017-.027.278-.17.58-.318.302-.148.574-.3.604-.336.031-.037.08-.068.11-.068s.135-.076.233-.169c.097-.092.196-.168.218-.168.023 0 .122-.076.22-.169.099-.093.197-.168.219-.168.021 0 .124-.072.229-.159a3.41 3.41 0 0 1 .96-.515c.18-.053.39-.082 1.253-.174.332-.035.638-.16.713-.29.021-.037.059-.067.083-.067.025 0 .16-.072.3-.16.139-.088.394-.23.566-.314.173-.085.346-.174.386-.198.183-.11 1.288-.63 1.34-.63.031 0 .057-.02.057-.047s.033-.049.073-.049c.04 0 .11-.019.157-.042l.83-.412c.411-.204.877-.443 1.036-.533.16-.089.446-.24.638-.336.19-.096.36-.195.375-.22a.713.713 0 0 1 .206-.127c.099-.045.293-.154.433-.242s.272-.16.294-.16c.021 0 .079-.043.127-.096.048-.053.127-.096.176-.096.049 0 .089-.021.089-.046 0-.026.08-.083.18-.129.1-.045.246-.129.326-.185.08-.057.222-.14.318-.184a.843.843 0 0 0 .235-.154c.033-.04.088-.073.122-.073a.636.636 0 0 0 .199-.072c.186-.098.685-.098.722 0 .032.082.172.094.296.025.108-.06.526-.194.606-.194.23 0 1.043-.583 1.043-.748 0-.065.397-.457.463-.457.027 0 .112-.065.188-.145.076-.08.164-.144.196-.144.031 0 .087-.036.123-.08.037-.044.218-.2.404-.346.185-.146.402-.326.482-.399.253-.232.754-.643.852-.7.052-.03.165-.122.25-.204.085-.083.179-.15.207-.15.029 0 .079-.033.111-.072a.735.735 0 0 1 .187-.138c.218-.114.363-.198.505-.293.239-.16.614-.26.795-.21.164.046.76.027 1.068-.034.093-.018.277-.083.41-.145.132-.061.342-.157.467-.212.124-.056.239-.122.254-.147.016-.026.058-.035.095-.021.036.014.08.003.096-.025.017-.027.166-.117.33-.2.462-.231.673-.35.838-.467a.646.646 0 0 1 .198-.109c.026 0 .073-.031.105-.07.032-.037.213-.149.403-.246.19-.098.375-.201.411-.23.09-.072.224-.145 1.14-.628.132-.07.304-.127.38-.127h.14l-.032.807c-.019.444-.057.905-.085 1.024-.028.12-.062.326-.075.458-.013.133-.044.262-.068.287a.233.233 0 0 0-.043.139c0 .051-.151.24-.338.424-.185.182-.337.364-.337.403 0 .04-.018.072-.04.072-.022 0-.07.06-.106.133a1.522 1.522 0 0 1-.123.205c-.048.061-.366.642-.583 1.067a.717.717 0 0 1-.137.186c-.04.033-.072.084-.073.114-.001.067-.238.324-.364.396-.384.22-.566.291-.911.358a4202.323 4202.323 0 0 1-.542.104 6.463 6.463 0 0 0-1.12.375c-.446.218-.52.263-.669.405-.073.07-.153.127-.178.127-.025 0-.125.076-.223.169-.097.093-.199.168-.225.168a.536.536 0 0 0-.184.112c-.075.06-.257.17-.405.24-.385.185-.526.38-.526.729 0 .118-.022.228-.048.244-.027.017-.048.18-.048.362s-.02.343-.042.357c-.024.015-.056.093-.072.175-.035.176-.48.662-.643.703-.06.016-.11.048-.11.071 0 .024-.039.043-.085.043a.637.637 0 0 0-.223.073.635.635 0 0 1-.226.072c-.048 0-.101.021-.117.048-.017.026-.072.048-.124.048-.052 0-.186.042-.299.092a3.99 3.99 0 0 1-.397.15.936.936 0 0 0-.269.126c-.041.036-.087.055-.101.04-.014-.013-.053.008-.086.049a.226.226 0 0 1-.152.073c-.05 0-.09.022-.09.048 0 .027-.041.048-.09.048a.224.224 0 0 0-.151.073c-.033.04-.087.072-.12.072-.032 0-.097.043-.145.096-.048.053-.111.097-.14.097-.03 0-.15.097-.27.215-.12.118-.242.215-.274.216-.031.002-.277.22-.545.484-.268.265-.515.482-.548.482-.033 0-.133.076-.223.169-.09.093-.188.169-.218.169s-.105.054-.168.12c-.062.066-.137.12-.168.12-.03 0-.096.04-.148.087a.798.798 0 0 1-.165.12c-.04.018-.16.086-.266.15-.5.308-1.672.896-1.784.896-.033 0-.086.033-.119.072-.032.04-.076.061-.097.049-.038-.024-1.02.463-1.156.572-.04.032-.17.108-.289.168a3.134 3.134 0 0 0-.732.516c-.099.09-.197.166-.218.166-.02 0-.219.174-.44.385-.22.212-.419.385-.44.385-.022 0-.202.152-.4.338-.2.185-.382.337-.406.337-.055 0-.918.894-1.05 1.088-.113.164-.265.49-.265.565 0 .095-.205.474-.316.586-.06.06-.183.161-.27.223a2.742 2.742 0 0 0-.936 1.085c-.117.243-.213.466-.213.497 0 .162-.595.63-.8.63-.084 0-.453.204-.453.25 0 .022-.035.04-.078.04s-.15.06-.24.132a8.446 8.446 0 0 1-.57.446 8.449 8.449 0 0 1-.775.483c-.132.071-.36.168-.506.214a3.602 3.602 0 0 0-.348.128.97.97 0 0 1-.316.042c-.127 0-.252.02-.278.043-.025.024-.132.054-.238.067a3.801 3.801 0 0 0-.82.23 1.52 1.52 0 0 1-.215.075c-.04.007-.08.036-.089.064-.009.028-.047.051-.083.051-.097 0-.386.268-.512.473-.06.098-.17.243-.243.322-.074.08-.134.168-.134.197 0 .028-.055.102-.12.165-.067.062-.121.139-.121.17 0 .033-.033.086-.074.12-.084.07-.794 1.501-.794 1.6a.192.192 0 0 1-.04.112c-.023.025-.101.24-.174.48-.073.238-.152.483-.176.544-.06.152-.056 1.394.005 1.431.026.017.048.132.048.256 0 .282.204 1.271.342 1.665.148.42.45.992.62 1.173.08.084.146.177.146.205 0 .028.098.153.217.28.119.125.217.25.217.279 0 .028.076.124.169.214.092.09.168.187.168.216 0 .03.098.149.217.266.12.117.217.235.217.263 0 .028.12.176.265.329.146.152.265.305.265.339 0 .033.098.157.217.274.12.117.217.236.217.264 0 .029.12.17.265.314.146.144.265.284.265.311 0 .028.152.202.336.388.184.185.336.359.337.385.001.027.145.2.32.386.176.185.376.411.446.502.07.09.257.304.416.475.16.17.31.345.334.389.025.043.12.16.213.26.092.1.204.24.25.313.044.073.127.174.184.225.057.05.104.115.105.144 0 .03.136.197.3.373.274.291.56.65.688.863.028.046.08.12.116.163.083.1.292.51.292.573 0 .026.05.158.113.293.181.394.334.856.357 1.077l.021.204h-1.255c-.784 0-1.266-.018-1.284-.048-.017-.026-.169-.048-.339-.048-.297 0-.458-.047-.842-.244-.484-.25-.908-.43-1.01-.43-.05 0-.104-.02-.12-.044-.06-.098-1.118-.182-1.375-.109a8.686 8.686 0 0 1-.449.109c-.153.033-.29.078-.304.1-.013.022-.059.04-.1.04-.146 0-.86.385-1.071.577-.117.107-.23.194-.251.194-.02 0-.214.168-.43.373-.216.206-.417.383-.448.394-.03.01-.13.092-.224.18-.093.088-.193.16-.222.16-.029.001-.091.044-.139.096-.047.053-.104.085-.125.071-.022-.013-.154.032-.295.1-.227.11-.361.155-.75.25a.51.51 0 0 1-.272-.052.898.898 0 0 0-.21-.078c-.024 0-.084-.044-.132-.097-.048-.053-.11-.096-.14-.096-.029 0-.122-.065-.207-.145-.084-.08-.175-.144-.2-.144a.538.538 0 0 1-.184-.112 1.932 1.932 0 0 0-.305-.195 4.125 4.125 0 0 1-.313-.175c-.144-.091-1.149-.592-1.676-.835-.153-.071-.32-.129-.37-.129-.051 0-.104-.018-.117-.04-.014-.022-.175-.068-.357-.103-.337-.063-.706-.049-1.13.045a203.273 203.273 0 0 0-.832.183c-.106.024-.24.068-.298.1a.948.948 0 0 1-.346.056c-.133 0-.255.022-.271.048-.017.027-.249.048-.53.048-.282 0-.514.022-.53.049-.017.026-.12.048-.229.048-.203 0-.67.138-.928.274-.18.095-.548.44-.607.57a3.517 3.517 0 0 1-.165.288 4.604 4.604 0 0 0-.169.29 4.577 4.577 0 0 1-.169.289 2.476 2.476 0 0 0-.149.265c-.015.04-.057.137-.091.216-.243.556-.26.646-.267 1.437-.003.424-.024.806-.046.848-.061.119-.24.744-.24.84 0 .046.061.12.136.163.196.112.262.297.234.652-.028.348-.071.597-.127.735l-.126.313c-.048.12-.12.255-.158.301-.04.047-.095.126-.124.177-.028.05-.124.194-.21.318-.205.292-.298.564-.3.871 0 .383-.074.425-.685.388-.273-.017-.632-.05-.799-.074-.543-.078-.995.102-1.476.589-.187.19-.576.519-.864.73-.287.213-.604.457-.704.543-.1.086-.21.157-.243.157s-.111.054-.172.12c-.062.066-.144.12-.184.12-.04 0-.085.022-.101.049-.017.026-.078.048-.136.048a.66.66 0 0 0-.243.072.767.767 0 0 1-.299.072c-.088 0-.173.022-.19.049-.016.026-.135.048-.265.048s-.248.021-.265.048c-.016.026-.13.048-.251.048-.214 0-1.175.293-1.303.397-.033.027-.06.036-.06.021 0-.015-.103.017-.229.07a31.47 31.47 0 0 1-.325.136c-.599.242-1.383.647-1.414.73-.009.024-.055.044-.102.044a.219.219 0 0 0-.147.072c-.033.04-.087.072-.12.072s-.09.035-.125.078a.53.53 0 0 1-.162.12c-.091.041-.176.09-.549.32-.31.192-.519.343-.605.44-.05.056-.119.102-.151.102s-.086.033-.119.073a.251.251 0 0 1-.172.072c-.061 0-.125.022-.141.048-.016.027-.114.048-.217.048s-.199.02-.214.043c-.014.024-.108.055-.207.069a5.03 5.03 0 0 0-.398.077c-.463.111-.9.205-1.073.23-.1.014-.193.045-.207.068-.015.024-.057.043-.093.043-.102 0-.678.278-.746.36-.034.041-.087.074-.118.074-.032 0-.13.076-.22.169-.09.092-.191.168-.225.168-.033 0-.118.055-.19.12-.116.108-.17.12-.496.117a5.678 5.678 0 0 1-.656-.048 9.329 9.329 0 0 0-.602-.068 10.02 10.02 0 0 1-.627-.07c-.466-.071-1.367-.117-2.289-.117-.756 0-1.027.027-1.614.159-.684.153-.802.181-.867.206-.04.015-.17.053-.29.084-.119.032-.281.076-.36.1-.17.048-.568.159-.603.167-.394.089-.586.144-.723.209a1.066 1.066 0 0 1-.24.085c-.109.01-1.07.495-1.182.595a.582.582 0 0 1-.155.106c-.077.023-.832.768-.832.82 0 .022-.103.159-.23.303-.398.46-.472.581-.596.991-.083.273-.084 1.326-.002 1.408.031.032.057.16.057.285 0 .126.021.242.048.259.026.016.048.12.048.232 0 .223.13.623.283.865.095.152.13.221.377.758.067.146.141.303.165.349.077.151.045.226-.15.349-.154.097-.253.121-.506.121-.173 0-.353-.02-.399-.044-.33-.174-.542-.205-1.203-.176-.702.031-.963.077-1.314.233-.326.144-.396.17-.554.203l-.337.07a4.646 4.646 0 0 0-.361.095c-.232.073-.46.066-.528-.016z", fill: "color(display-p3 0.839 0.475 0.000)" }), jsx("path", { d: "M68.1 109.35c.045.116-.15.26-.348.26-.088 0-.174.022-.19.048-.017.027-.114.049-.217.049s-.2.021-.217.048c-.016.026-.081.048-.144.048-.064 0-.129.022-.145.048-.016.027-.079.048-.138.048-.06 0-.15.032-.202.071a.4.4 0 0 1-.2.072c-.057.001-.118.024-.135.05-.016.027-.088.049-.16.05-.141.001-.297.098-.297.184 0 .03.039.055.086.055.048 0 .108.02.133.042.087.08.507.295.577.295.04 0 .071.022.071.049 0 .026.04.048.089.048.049 0 .128.043.175.095.048.053.273.187.502.299.228.112.443.23.477.265.034.034.143.098.241.144.098.045.24.132.315.194.075.061.164.111.2.111.074 0 .134.2.092.31a.128.128 0 0 1-.11.076c-.17 0-.584.549-.584.775 0 .048-.021.1-.048.116-.026.017-.048.136-.048.265 0 .13-.022.249-.048.265-.027.017-.048.148-.048.293 0 .144-.02.3-.045.346a1.161 1.161 0 0 0-.07.168c-.016.05-.075.085-.146.085-.11 0-.216-.106-.39-.39-.15-.244-.313-.465-.403-.545-.057-.05-.103-.116-.103-.145 0-.029-.098-.156-.217-.281-.12-.126-.217-.252-.217-.28 0-.068-1.47-1.54-1.538-1.54-.03 0-.129-.067-.22-.15-.211-.193-.426-.307-.45-.238-.009.028-.045.051-.08.051-.036 0-.13.054-.209.12a.595.595 0 0 1-.186.12c-.023 0-.16.12-.304.266-.144.146-.285.265-.314.265-.064 0-.457.396-.457.461 0 .026-.144.188-.319.36a3.855 3.855 0 0 0-.402.444 2.745 2.745 0 0 1-.25.313 2.46 2.46 0 0 0-.259.337c-.05.087-.11.157-.13.157-.02 0-.038.04-.038.089 0 .048-.066.147-.146.219a.82.82 0 0 0-.192.248c-.036.095-.079.119-.215.119h-.17v-.359c0-.197-.02-.371-.045-.386-.025-.016-.06-.126-.078-.245-.018-.119-.051-.228-.075-.242-.023-.015-.042-.1-.042-.189 0-.257-.287-.748-.502-.86-.1-.052-.193-.124-.207-.16-.033-.088.11-.299.241-.357a3.06 3.06 0 0 0 .275-.15c.093-.055.266-.155.385-.221.12-.066.262-.16.317-.21.054-.05.134-.09.176-.09.043 0 .085-.018.094-.04.008-.02.357-.207.775-.413.697-.344.855-.463.614-.463-.05 0-.104-.022-.12-.049-.017-.026-.079-.048-.138-.048-.06 0-.13-.02-.155-.047a.308.308 0 0 0-.142-.062.769.769 0 0 1-.2-.074.506.506 0 0 0-.203-.058c-.053 0-.11-.021-.126-.048-.017-.026-.092-.048-.169-.048-.076 0-.152-.022-.169-.048-.012-.02-.051-.037-.097-.045l-.047-.003c-.063 0-.128-.022-.145-.049-.016-.026-.111-.048-.21-.048-.197 0-.432-.185-.368-.288.04-.065 1.658-.015 1.732.053.026.023.247.042.492.042.244 0 .458.022.475.049.016.026.165.048.33.048.166 0 .322.02.347.043.049.045.56.157.72.156.136 0 .61-.105.71-.156.046-.024.202-.043.347-.043.144 0 .276-.022.292-.048.017-.027.23-.049.475-.049.245 0 .466-.019.492-.042.025-.023.42-.056.877-.074.756-.029.835-.024.864.05zm-11.2-.856c.03.03.158.056.284.056.126 0 .242.022.258.048.017.027.101.048.189.048.152 0 .266.042.671.245.102.051.205.093.23.093.024 0 .108.058.188.128.198.177.194.36-.013.505-.086.06-.167.123-.18.14-.022.028-.195.146-.574.392a.543.543 0 0 1-.202.084c-.043.002-.18.058-.304.124-.125.066-.268.12-.318.12-.05 0-.104.022-.12.049-.017.026-.114.048-.217.048s-.2.022-.217.048c-.016.027-.095.048-.175.048-.08 0-.181.02-.226.044-.082.044-1.54.203-1.75.19a65.672 65.672 0 0 1-.725-.059l-.136-.011c-.41-.035-.813-.087-.895-.114a1.545 1.545 0 0 0-.394-.05c-.136 0-.26-.021-.277-.048-.016-.026-.154-.048-.306-.048-.153 0-.298-.02-.323-.044-.025-.024-.143-.054-.262-.067-.264-.03-.702-.14-.751-.19-.02-.02-.108-.036-.194-.036-.087 0-.171-.022-.188-.049-.016-.026-.112-.048-.214-.048-.213 0-.316-.095-.272-.252.03-.11.505-.374.67-.374a.751.751 0 0 0 .25-.097.853.853 0 0 1 .218-.096c.026 0 .16-.054.297-.12.137-.067.288-.12.334-.12.047 0 .098-.023.115-.05.016-.026.114-.047.216-.047.103 0 .2-.022.217-.048.017-.027.078-.05.136-.05a.4.4 0 0 0 .199-.072.487.487 0 0 1 .25-.071c.086 0 .17-.022.186-.048.017-.027.136-.049.265-.049.13 0 .249-.021.265-.048.017-.026.209-.048.427-.048.243 0 .42-.022.455-.057.08-.081 2.831-.08 2.912 0zm17.213.011c.025.025.226.045.446.045.234 0 .4.02.4.048 0 .027.118.048.262.048.144 0 .276.022.292.049.016.026.091.048.166.048a.71.71 0 0 1 .274.072c.076.04.175.072.22.072.044 0 .095.022.11.049.017.026.093.048.17.048.076 0 .152.021.168.048.017.026.082.048.145.048.047 0 .096.012.124.03l.02.018c.017.027.078.05.136.05a.4.4 0 0 1 .199.072c.051.04.132.071.18.071.046 0 .162.043.256.096a.744.744 0 0 0 .261.097c.049 0 .116.032.149.072.033.04.087.072.119.072.128 0 .363.156.363.24 0 .188-.055.242-.243.242-.102 0-.199.022-.215.048-.016.027-.124.049-.238.049a.9.9 0 0 0-.347.072.7.7 0 0 1-.267.072c-.072 0-.144.022-.16.048-.016.027-.114.049-.217.049s-.2.021-.217.048c-.016.026-.154.048-.306.048s-.298.02-.323.046c-.021.022-.137.042-.275.052l-.084.004c-.172.005-.345.027-.385.05-.169.096-2.43.221-2.481.138-.012-.019-.209-.048-.437-.064-.23-.016-.441-.048-.472-.072a.556.556 0 0 0-.201-.047l-.071-.005c-.12-.006-.238-.031-.263-.056-.025-.026-.128-.046-.229-.046-.1 0-.183-.022-.183-.048 0-.027-.039-.048-.087-.048a.23.23 0 0 1-.132-.042 1.52 1.52 0 0 0-.299-.13c-.139-.049-.253-.106-.253-.127 0-.021-.03-.039-.065-.039-.1 0-.343-.133-.44-.24-.049-.054-.11-.097-.138-.097-.028 0-.111-.058-.186-.13-.183-.175-.186-.418-.006-.56.185-.146.633-.37.739-.37.05 0 .104-.022.12-.048.017-.027.079-.049.138-.049.06 0 .129-.02.154-.044.025-.024.176-.056.335-.07l.747-.07c.553-.052 2.463-.02 2.527.043zm-26.408-1.16c.429 0 .524.016.748.124.375.181.388.202.388.636v.38l-.23.218c-.125.12-.294.232-.373.25-.45.107-.556.122-.819.118a3.814 3.814 0 0 1-.41-.024.912.912 0 0 1-.662-.484c-.072-.129-.08-.525-.012-.567.026-.017.048-.063.048-.103 0-.091.116-.21.205-.21.037 0 .118-.054.18-.12.06-.065.126-.11.144-.098.018.01.093-.011.167-.05.092-.047.29-.07.626-.07zm33.408.127c.127.069.312.203.411.298.168.16.181.193.181.45 0 .394-.098.57-.4.714-.199.095-.333.12-.683.128-.24.006-.489 0-.555-.013-.195-.037-.6-.247-.705-.365-.212-.24-.266-.376-.248-.62a.534.534 0 0 1 .184-.408c.268-.276.38-.31 1.015-.31.524 0 .588.01.8.126zm-28.705-4.705c.08 0 .2.035.265.078s.15.066.188.051c.038-.015.095.005.126.043.032.038.14.07.242.07.101 0 .197.021.214.048.012.02.052.037.097.044l.047.004c.063 0 .128.021.145.048.016.026.083.048.148.048.065 0 .156.02.202.042.221.112.457.2.54.2.05 0 .105.02.122.047.016.027.068.048.115.048s.192.055.322.12c.13.067.262.121.293.121.03 0 .145.044.253.097l.378.184c.1.048.285.146.411.217.127.07.261.129.298.129.036 0 .073.016.082.036.009.02.161.108.338.196.177.087.348.19.38.228.031.039.077.07.102.07a.68.68 0 0 1 .204.12c.087.067.183.12.214.12.03 0 .055.02.055.044 0 .023.07.076.157.117.086.041.242.163.347.27.105.108.212.196.24.196.065 0 .46.393.46.458 0 .03.088.138.195.242.188.184.577.89.577 1.048 0 .043.022.091.048.108.027.016.048.212.048.436v.407h-.503c-.283 0-.516-.021-.533-.048-.016-.027-.135-.049-.265-.049s-.247-.019-.262-.043c-.014-.023-.108-.053-.207-.065a2.15 2.15 0 0 1-.602-.187.404.404 0 0 0-.145-.042c-.092 0-1.032-.475-1.098-.556-.033-.039-.085-.07-.117-.07s-.109-.055-.17-.12c-.063-.067-.142-.121-.176-.121-.033 0-.164-.098-.29-.217-.127-.12-.253-.217-.282-.217-.063 0-1.71-1.65-1.71-1.714 0-.021-.117-.16-.27-.322l-.068-.071c-.185-.192-.338-.376-.34-.41 0-.033-.098-.159-.216-.278-.118-.12-.214-.24-.214-.267 0-.028-.077-.125-.17-.215-.092-.09-.168-.188-.168-.219 0-.03-.044-.094-.097-.142a.343.343 0 0 1-.096-.224c0-.121.018-.138.146-.138zm23.21.009c.14.026.137.254-.006.44a.781.781 0 0 0-.125.207c-.002.024-.099.14-.217.26s-.214.24-.214.267c0 .028-.098.146-.218.263-.119.117-.217.236-.217.264 0 .028-.195.246-.433.483-.239.237-.434.46-.434.493 0 .065-.718.784-.782.784-.02 0-.238.195-.483.433-.245.239-.47.434-.498.434-.03 0-.092.044-.14.097-.048.053-.113.096-.145.096-.032 0-.097.045-.147.099a.948.948 0 0 1-.248.174c-.088.041-.16.095-.16.118 0 .024-.028.043-.064.043-.083 0-.358.136-.395.196-.015.024-.07.045-.122.045a.507.507 0 0 0-.19.048l-.191.096a.507.507 0 0 1-.19.049c-.052 0-.107.02-.122.045-.016.025-.126.06-.245.078-.119.018-.228.051-.242.075-.013.02-.111.036-.234.04l-.076.002c-.156 0-.297.022-.313.049-.017.026-.234.048-.487.048-.372 0-.462-.014-.486-.077-.042-.111.023-.848.08-.905a.205.205 0 0 0 .05-.127c0-.122.223-.538.383-.713.08-.088.146-.181.146-.208 0-.072.807-.861.881-.861.036 0 .129-.068.207-.15.077-.082.184-.169.238-.193.053-.024.193-.118.313-.21.236-.18.468-.315.545-.315.027 0 .09-.036.138-.08.105-.095.16-.126.789-.445.266-.135.516-.246.556-.246.04 0 .093-.018.119-.04a1.01 1.01 0 0 1 .214-.105 1.06 1.06 0 0 0 .253-.136c.035-.03.073-.047.097-.047l.018.006c.017.017.098-.005.18-.047.284-.147.318-.16.412-.16.052 0 .108-.023.124-.05.017-.026.067-.047.111-.048a.636.636 0 0 0 .22-.072.635.635 0 0 1 .226-.072c.048 0 .101-.022.118-.048.016-.027.114-.048.217-.048s.2-.022.217-.048c.012-.02.051-.037.097-.045l.047-.004c.063 0 .128-.021.145-.048.016-.026.085-.048.152-.048a.82.82 0 0 0 .283-.076.536.536 0 0 1 .248-.06zm6.954 1.533v.11c0 .112-.458.613-.56.613-.028 0-.115.06-.192.133-.134.126-.522.397-.569.397-.012 0-.094.067-.181.148-.088.081-.25.19-.36.24-.111.051-.232.123-.27.16a1.323 1.323 0 0 1-.285.168 1.04 1.04 0 0 0-.28.173c-.033.042-.088.075-.122.075-.033 0-.087.033-.12.072a.224.224 0 0 1-.15.073c-.05 0-.09.016-.09.036 0 .02-.071.066-.158.101-.34.141-.466.204-.493.247-.015.025-.054.035-.086.023-.033-.012-.166.032-.296.099-.13.066-.264.12-.296.12a.639.639 0 0 0-.196.072.637.637 0 0 1-.223.072c-.046 0-.084.022-.084.049 0 .026-.064.048-.142.048-.078 0-.155.022-.171.048-.013.02-.058.037-.113.045l-.056.003c-.076 0-.152.022-.169.049-.016.026-.084.048-.15.048-.119 0-.55.117-.693.187-.04.02-.17.041-.29.047-.118.007-.237.032-.262.058-.025.025-.278.045-.563.045-.293 0-.53.021-.547.048-.017.027-.158.049-.314.049s-.296-.022-.313-.049c-.016-.026-.199-.048-.405-.048-.487 0-.68-.087-.676-.305a.69.69 0 0 1 .096-.297c.051-.08.11-.183.13-.23.055-.121 1.128-1.192 1.195-1.192.03 0 .095-.044.144-.098a.948.948 0 0 1 .248-.175c.088-.041.16-.094.16-.118 0-.023.041-.042.092-.042.05 0 .1-.017.108-.037.016-.035.673-.366.908-.456.066-.026.182-.077.257-.114a.693.693 0 0 1 .253-.068c.064 0 .116-.022.116-.048 0-.027.064-.048.142-.048.078 0 .155-.022.172-.049.013-.02.076-.039.152-.045l.06-.003c.1 0 .196-.015.215-.034.046-.046.838-.205 1.027-.206.085 0 .168-.022.184-.049.017-.027.258-.048.557-.048.32 0 .527-.02.527-.048 0-.03.483-.046 1.37-.048h1.762zm-35.412 0c.738.003 1.446.02 1.464.049.015.023.194.042.427.047h.103c.281 0 .513.022.53.049.016.027.099.048.184.048.192 0 .944.14 1.056.198a.7.7 0 0 0 .253.043c.093 0 .17.022.17.048 0 .027.063.049.141.049.078 0 .155.021.172.048.016.026.071.048.122.048.051 0 .236.076.411.169.175.092.37.168.434.168.065 0 .117.021.117.047s.054.061.12.078c.067.017.12.05.12.073 0 .024.04.043.09.043.049 0 .128.044.176.097.048.053.114.096.146.096.032 0 .086.032.119.072.033.04.09.072.127.072.037 0 .135.066.218.145.083.08.176.145.207.145.066 0 .845.785.845.85 0 .025.076.126.17.224.092.098.168.21.168.248 0 .038.021.083.048.1.026.016.048.114.048.219 0 .178-.009.19-.142.19-.078 0-.155.021-.171.048-.016.026-.212.048-.434.048s-.417.022-.433.048c-.017.027-.158.049-.314.049s-.297-.022-.313-.049c-.016-.026-.23-.048-.475-.048-.245 0-.466-.02-.491-.045-.025-.025-.173-.052-.328-.06-.154-.008-.29-.03-.302-.049-.009-.014-.079-.036-.168-.054l-.069-.011c-.119-.018-.228-.052-.242-.076-.015-.023-.09-.042-.169-.042-.077 0-.141-.022-.141-.048 0-.027-.086-.049-.19-.049-.105 0-.203-.021-.22-.048-.016-.026-.08-.048-.143-.048a.687.687 0 0 1-.25-.068 4.772 4.772 0 0 0-.281-.126 3.642 3.642 0 0 1-.229-.1.399.399 0 0 0-.144-.043c-.077 0-1.453-.686-1.475-.735-.009-.02-.043-.036-.077-.036-.096 0-.34-.135-.436-.24a.383.383 0 0 0-.116-.09l-.03-.008c-.03 0-.096-.043-.144-.096-.048-.053-.117-.096-.154-.096-.037 0-.125-.055-.197-.12-.071-.067-.154-.121-.183-.121-.03 0-.092-.044-.14-.097-.048-.053-.113-.096-.143-.096-.03 0-.129-.076-.219-.169-.09-.092-.186-.169-.214-.169-.023 0-.11-.067-.208-.158l-.06-.056c-.119-.118-.252-.216-.295-.217-.08-.002-.163-.26-.111-.344.016-.027.603-.041 1.264-.043h.401zm-4.054.345c.146.027.363.06.482.074.12.013.238.044.263.068.025.024.096.044.157.044s.15.019.195.043c.046.024.182.08.3.126l.147.056.167.065c.252.098.452.209.65.362.12.092.25.18.29.198.04.017.164.119.277.227.157.15.205.231.205.349 0 .127-.029.166-.167.232a.658.658 0 0 0-.196.126c-.016.026-.07.047-.12.047-.051 0-.165.04-.253.09-.088.05-.235.102-.327.118l-.492.085-.228.04c-.753.133-2.262.131-3.109-.004l-.238-.038-.52-.081c-.1-.015-.194-.047-.208-.07-.015-.025-.111-.044-.214-.044s-.2-.022-.217-.048c-.016-.027-.083-.048-.148-.048a.5.5 0 0 1-.202-.046 3.447 3.447 0 0 0-.638-.242 2.892 2.892 0 0 1-.445-.175 1.08 1.08 0 0 0-.326-.116c-.053 0-.096-.021-.096-.048 0-.026-.044-.048-.097-.048-.053 0-.096-.022-.096-.048 0-.027-.04-.048-.09-.048a.223.223 0 0 1-.15-.072c-.033-.04-.075-.062-.094-.05-.043.026-.292-.203-.292-.269 0-.1.102-.236.179-.236.084 0 .374-.084.497-.144.04-.02.143-.052.228-.07.085-.019.167-.054.182-.079.015-.024.1-.044.19-.044s.177-.022.193-.048c.017-.027.111-.048.21-.048.1 0 .201-.021.226-.046.026-.025.144-.05.263-.056.12-.006.239-.027.265-.047.081-.061.927-.152 1.638-.176a7.271 7.271 0 0 1 1.76.14zm43.445-.15c.322 0 .851.044 1.202.097.344.053.735.109.867.124.133.015.262.047.287.071.025.024.116.044.202.044.086 0 .17.021.186.048.016.026.08.048.142.048.061 0 .174.032.25.072a.7.7 0 0 0 .267.072c.072 0 .144.022.16.049.016.026.07.048.119.048.049 0 .177.047.286.105.154.083.197.133.197.233 0 .104-.041.147-.229.236-.125.06-.375.184-.555.274-.18.09-.353.164-.386.164-.032 0-.165.054-.296.12-.13.067-.275.12-.322.12-.047 0-.099.022-.115.049-.017.026-.067.048-.111.048a.635.635 0 0 0-.22.073.767.767 0 0 1-.298.072c-.088 0-.174.021-.19.048-.017.026-.082.048-.145.048-.063 0-.128.022-.144.048-.017.027-.127.048-.245.048a.832.832 0 0 0-.298.046c-.215.118-1.243.202-2.33.19-.607-.005-1.115-.023-1.13-.039-.027-.026-.42-.117-.768-.178a1.44 1.44 0 0 1-.241-.065 4.114 4.114 0 0 0-.29-.096 1.669 1.669 0 0 1-.385-.19c-.273-.189-.259-.352.06-.677.133-.134.258-.243.279-.243.02 0 .105-.05.187-.11.135-.1.596-.334.968-.49l.265-.113c.066-.029.186-.063.265-.078l.313-.054c.093-.016.212-.047.265-.07.186-.077 1.36-.194 1.93-.192zm-8.64-2.544c.32.18.42.37.422.803 0 .252-.027.372-.133.583-.073.145-.15.272-.17.28-.02.01-.036.053-.036.097 0 .097-.215.273-.517.426-.182.092-.296.112-.635.11-.306 0-.43-.02-.478-.074-.155-.175-.2-.344-.2-.746 0-.348.02-.452.127-.674.136-.28.337-.528.427-.528.03 0 .106-.054.168-.12.063-.066.163-.12.223-.12s.122-.022.139-.049c.042-.068.535-.06.663.012zm-26.943.073c.41.21.812.673.812.932 0 .047.022.1.048.116.07.042.06.68-.012.807-.033.06-.113.168-.177.24-.113.128-.136.133-.554.129-.24-.003-.483-.03-.538-.061-.18-.1-.696-.632-.673-.692.013-.033-.013-.08-.056-.104-.065-.036-.08-.135-.082-.575-.004-.5.003-.539.114-.657.285-.304.696-.353 1.118-.135zm40.839-2.727c.126.015.137.03.122.185-.014.147-.138.291-.964 1.119-.52.522-.967.95-.99.951-.024.001-.158.1-.297.219-.14.119-.274.216-.3.216-.024 0-.086.047-.136.103-.083.093-.33.274-.553.406a2.852 2.852 0 0 0-.198.134c-.295.22-.973.59-1.533.841-.45.2-.585.251-.674.251-.05 0-.105.022-.121.048-.017.027-.073.049-.124.049a.437.437 0 0 0-.178.046c-.132.072-.755.195-.994.195-.12 0-.23.021-.247.048-.016.026-.2.048-.41.048-.208 0-.392-.022-.409-.048-.016-.027-.113-.048-.215-.048-.297 0-.339-.034-.339-.267 0-.195.125-.504.205-.504.02 0 .036-.04.036-.088 0-.048.065-.15.145-.226.08-.076.144-.162.144-.19 0-.067.925-.99.99-.99.028 0 .146-.098.263-.217.117-.12.238-.217.268-.217.03 0 .114-.054.185-.12a.774.774 0 0 1 .151-.121c.011 0 .143-.081.293-.18.337-.225.929-.543 1.008-.543.032 0 .086-.032.119-.072a.224.224 0 0 1 .151-.072c.05 0 .129-.02.175-.044.046-.024.181-.07.3-.1.12-.033.254-.078.3-.101.045-.024.17-.057.278-.074.107-.017.207-.05.221-.073.015-.023.11-.042.213-.042s.2-.022.217-.048c.017-.027.094-.048.172-.048a.6.6 0 0 0 .226-.044c.046-.024.344-.08.662-.124.318-.045.616-.102.662-.126.046-.024.275-.044.509-.044.24 0 .447-.022.476-.052.029-.028.115-.045.19-.036zm-54.512.124c.034.034.496.109 1.15.186.154.018.29.051.304.074.012.018.075.034.153.04l.06.002c.103 0 .2.019.214.043.014.023.108.054.207.067.25.034.866.22 1.09.33.101.049.215.09.25.09.07 0 .295.09.617.247.102.05.206.09.23.09.026 0 .088.038.138.084.05.047.174.127.275.18.1.051.264.16.362.24.314.259.462.363.511.363.027 0 .23.173.45.384.222.212.42.385.442.386.054.002.178.129.178.182 0 .024.056.096.125.16.327.304.822 1.169.768 1.34-.031.097-.16.149-.373.15-.07 0-.143.022-.16.049-.037.061-.747.061-.842 0a.567.567 0 0 0-.241-.048c-.206 0-.956-.14-1.072-.199a.452.452 0 0 0-.172-.042c-.05 0-.196-.055-.326-.12a1.607 1.607 0 0 0-.277-.121c-.021 0-.177-.067-.347-.149a2.637 2.637 0 0 0-.38-.159.395.395 0 0 1-.159-.086 1.481 1.481 0 0 0-.28-.165 1.36 1.36 0 0 1-.276-.166 1.678 1.678 0 0 0-.296-.183 1.127 1.127 0 0 1-.271-.177c-.033-.04-.082-.072-.109-.072-.027 0-.142-.076-.255-.169-.113-.092-.225-.168-.248-.168-.024 0-.117-.076-.207-.169-.09-.093-.187-.169-.215-.169-.03 0-.17-.119-.315-.265-.144-.145-.284-.265-.312-.265-.068 0-1.422-1.36-1.422-1.428 0-.03-.03-.079-.067-.11a.347.347 0 0 1-.09-.174l-.023-.119h.588c.323 0 .604.017.623.036zm.27 2.904c.156 0 .297.021.313.048.016.026.088.048.159.048.123 0 .606.213.71.313.164.158.215.301.215.604s-.007.323-.18.486c-.341.32-.38.332-1.083.33-.593-.003-.653-.012-.809-.119a.82.82 0 0 0-.22-.117c-.027-.002-.13-.085-.228-.186-.148-.151-.174-.19-.178-.397v-.099c0-.299.008-.322.18-.49.196-.19.469-.325.658-.325.066 0 .133-.022.15-.048.016-.027.157-.048.313-.048zm52.942.014c.34.048.715.137.761.182a.183.183 0 0 0 .11.045c.117 0 .282.212.348.448.053.191.053.264.001.421-.034.105-.08.19-.103.19-.022 0-.04.044-.04.097 0 .055-.032.097-.075.097-.04 0-.12.043-.177.096-.057.053-.139.096-.182.096a.354.354 0 0 0-.172.071c-.07.053-.235.07-.671.069-.537-.002-.594-.012-.802-.131-.427-.247-.47-.278-.475-.573v-.427l.23-.227c.127-.125.268-.227.313-.227.046 0 .083-.02.083-.046 0-.024.103-.058.229-.075.126-.017.276-.053.332-.08a.618.618 0 0 1 .29-.026zm-4.318-3.821c.285 0 .287 0 .287.14 0 .078-.019.148-.041.157-.037.015-.24.301-.374.53-.029.05-.186.23-.35.402-.162.171-.296.328-.296.348 0 .055-.717.784-.77.784-.024 0-.224.173-.444.385-.22.212-.422.385-.45.386-.028 0-.146.098-.263.217-.117.12-.236.217-.265.217-.03 0-.128.075-.22.167-.09.092-.183.168-.204.169-.022 0-.173.093-.338.205-.356.244-1.365.76-1.485.76-.046 0-.096.02-.111.043-.015.024-.108.055-.208.069-.1.014-.3.05-.446.078-.267.052-1.321.063-1.37.013-.046-.045-.03-.382.028-.624.083-.342.381-.937.576-1.148.05-.055.092-.117.092-.138 0-.042.94-.992.981-.992.016 0 .213-.14.438-.313.226-.172.429-.313.451-.313.022 0 .091-.054.154-.12.062-.067.152-.121.2-.121.05 0 .089-.016.089-.036 0-.037.229-.157.3-.157.021 0 .125-.054.23-.12.105-.067.23-.12.278-.12a.228.228 0 0 0 .134-.043c.059-.055.584-.25.757-.282.073-.013.145-.043.16-.067.014-.023.099-.042.189-.042s.176-.022.192-.049c.017-.026.105-.048.197-.048a.69.69 0 0 0 .25-.043c.125-.064.874-.198 1.105-.198.11 0 .215-.021.231-.048.017-.026.159-.048.316-.048zm-43.982.045c.028.028.117.051.198.05.198 0 .994.143 1.098.198a.676.676 0 0 0 .25.044c.092 0 .18.022.197.048.016.027.092.049.168.049.077 0 .153.021.169.048.016.026.077.049.135.05a.4.4 0 0 1 .2.072c.05.039.142.07.201.07.06 0 .122.022.139.049.016.026.068.048.115.048.037 0 .138.035.243.082l.08.038c.13.066.274.12.32.12.047 0 .085.023.085.049 0 .027.04.048.089.048.049 0 .128.044.176.097.048.053.106.096.13.096.024 0 .162.076.307.169.145.092.281.168.302.168.022 0 .09.054.152.12.063.067.138.121.167.121.03 0 .171.12.315.265.144.146.285.265.313.265.063 0 .555.491.555.553 0 .025.053.1.117.167.235.247.605.864.605 1.01 0 .023.033.068.073.101.04.035.072.14.072.244 0 .102.022.198.048.214.079.049.055.244-.04.33-.072.066-.189.079-.662.073a8.14 8.14 0 0 1-.695-.028.397.397 0 0 1-.166-.066c-.026-.024-.127-.044-.227-.044-.099 0-.193-.021-.21-.048-.016-.026-.069-.048-.117-.048a.613.613 0 0 1-.22-.069c-.073-.037-.162-.057-.198-.043-.036.014-.08-.01-.096-.052-.016-.042-.056-.077-.09-.077-.075 0-.353-.138-.386-.192-.014-.022-.128-.09-.254-.151-.126-.06-.27-.15-.322-.197-.052-.048-.118-.087-.147-.087-.03 0-.128-.075-.218-.168-.09-.093-.183-.169-.208-.169-.025 0-.129-.076-.232-.168-.102-.093-.207-.17-.232-.17-.025 0-.17-.118-.322-.264-.152-.146-.297-.265-.322-.265-.068 0-1.623-1.551-1.623-1.618 0-.031-.076-.14-.169-.24-.092-.102-.168-.203-.168-.224 0-.022-.065-.107-.145-.19-.08-.084-.147-.192-.15-.241l-.013-.174c-.005-.07.043-.087.278-.099.157-.008.307.009.335.036zm-11.92-.033c.576.002.928.016.942.038.016.025.126.046.245.046.274 0 1.173.138 1.283.197a.667.667 0 0 0 .25.044c.092 0 .18.022.197.048.016.027.065.049.109.049.092 0 1.251.567 1.291.631.015.024.069.043.12.043.052 0 .094.02.094.043 0 .023.07.076.157.117.086.041.242.163.347.27.104.109.214.197.244.197.063 0 .312.25.313.316 0 .025.071.121.158.214.446.476.412.867-.076.867-.122 0-.235.022-.252.048-.017.028-.387.045-.99.048h-.169c-.72 0-1.13-.017-1.13-.048 0-.026-.119-.048-.265-.048-.145 0-.265-.02-.265-.043 0-.023-.06-.053-.132-.067-.2-.037-.665-.22-.944-.374-.137-.075-.32-.173-.405-.217-.087-.045-.157-.1-.157-.124 0-.023-.03-.042-.065-.042-.093 0-.348-.134-.42-.22a.943.943 0 0 0-.259-.164 1.071 1.071 0 0 1-.289-.19.372.372 0 0 0-.127-.093l-.034-.008c-.04 0-.107-.04-.15-.089a1.58 1.58 0 0 0-.27-.21 1.664 1.664 0 0 1-.285-.225c-.05-.056-.117-.102-.147-.102-.03 0-.129-.076-.219-.169-.09-.093-.189-.169-.22-.169-.109 0-.46-.396-.445-.502.014-.099.036-.1 1.447-.11l.183-.001h.335zm67.968-.012c1.083 0 1.37.013 1.39.063.037.097-.018.322-.08.323-.03 0-.157.097-.283.216-.126.12-.25.217-.276.217a.504.504 0 0 0-.16.116l-.055.053a.896.896 0 0 1-.204.16l-.03.008c-.034 0-.137.076-.227.169-.09.093-.188.169-.219.169-.03 0-.094.043-.142.096-.048.053-.112.096-.14.096-.03 0-.113.055-.184.12-.071.067-.163.121-.204.121-.041 0-.075.022-.075.049 0 .026-.04.048-.089.048-.049 0-.129.044-.178.099-.05.054-.244.171-.432.261-.189.09-.371.197-.406.238-.034.041-.079.065-.1.052-.02-.012-.064.01-.096.049a.22.22 0 0 1-.148.072c-.048 0-.19.054-.314.12-.125.067-.287.12-.361.12-.074 0-.148.022-.165.049-.016.026-.114.048-.217.048-.102 0-.2.022-.216.048-.017.028-.38.045-.967.048h-.166c-.683 0-1.114-.018-1.132-.048-.017-.026-.123-.048-.237-.048-.25 0-.51-.12-.51-.237 0-.118.124-.356.24-.461.054-.048.097-.111.097-.14 0-.068.681-.752.749-.752.029 0 .115-.066.192-.146.077-.08.257-.204.4-.273.142-.07.27-.156.283-.191a.106.106 0 0 1 .09-.065.772.772 0 0 0 .238-.096.744.744 0 0 1 .26-.096.222.222 0 0 0 .15-.073c.032-.04.1-.072.15-.072.05 0 .09-.022.09-.048 0-.027.064-.048.142-.048.078 0 .155-.022.172-.049.016-.026.114-.048.216-.048.103 0 .2-.021.217-.048.017-.027.133-.048.259-.048.125 0 .25-.022.277-.05.023-.022.197-.052.409-.07l.108-.009c.258-.017.48-.049.494-.071.014-.023.64-.041 1.39-.041zm-58.733-1.301c.22 0 .412.021.428.048.016.026.077.049.135.049.058 0 .157.055.22.12.062.066.139.12.17.12.061 0 .415.342.415.4 0 .02.054.122.12.227.106.168.12.243.12.64 0 .41-.01.46-.11.556a.388.388 0 0 1-.215.105c-.056 0-.116.021-.132.048-.017.026-.103.048-.193.048-.09 0-.176-.022-.193-.048-.016-.027-.095-.048-.176-.048a.747.747 0 0 1-.298-.084c-.222-.12-.798-.688-.87-.856-.25-.582-.236-.854.064-1.193.11-.124.142-.132.515-.132zm48.924 0c.341 0 .632.098.632.214 0 .035.03.088.067.12.102.084.056.723-.068.944a.9.9 0 0 0-.095.21c0 .06-.47.536-.53.536a.908.908 0 0 0-.241.12c-.105.066-.234.12-.286.12-.052 0-.108.022-.124.049-.042.067-.459.051-.592-.022-.296-.164-.348-.26-.348-.652 0-.456.13-.744.496-1.108.386-.383.69-.531 1.09-.531zM28.88 92.409c.073 0 .186.032.253.07.066.038.169.07.229.07.06.002.108.024.108.05 0 .027.025.049.056.049.066 0 1.77.838 2.027.997a.756.756 0 0 0 .253.111c.04 0 .073.02.073.043 0 .023.072.077.16.118.087.042.199.12.248.174.05.055.115.099.147.099.031 0 .096.043.144.096.048.053.118.097.154.097.083 0 1.557 1.477 1.557 1.56 0 .033.065.122.144.199.08.076.145.163.145.194 0 .03.042.094.093.14.11.1.642 1.172.718 1.449.093.336.153.696.153.917v.215l-.301-.002c-.166 0-.334-.02-.374-.042a1.155 1.155 0 0 0-.277-.075c-.112-.019-.216-.054-.231-.078-.015-.024-.066-.044-.113-.044-.115 0-1.232-.56-1.313-.659a1.383 1.383 0 0 0-.25-.195c-.235-.148-1.31-1.19-1.502-1.457-.08-.11-.232-.3-.338-.421a3.575 3.575 0 0 1-.27-.347 1.173 1.173 0 0 0-.18-.217c-.057-.05-.104-.118-.104-.15s-.049-.112-.108-.178c-.114-.127-.164-.206-.361-.565a2.59 2.59 0 0 0-.202-.317 1.365 1.365 0 0 1-.148-.24 2.575 2.575 0 0 0-.167-.289c-.14-.206-.218-.363-.218-.44 0-.037-.017-.067-.037-.067-.041 0-.156-.233-.156-.317 0-.03-.033-.083-.072-.116-.042-.035-.073-.14-.073-.247 0-.172.01-.187.133-.185zm70.415.136c.001.123-.421 1.026-.494 1.059-.02.008-.036.055-.036.102a.228.228 0 0 1-.078.15.53.53 0 0 0-.12.163 3.19 3.19 0 0 1-.165.291 3.35 3.35 0 0 0-.154.265c-.017.04-.06.101-.095.136s-.063.091-.063.124-.065.122-.144.198c-.08.076-.145.163-.145.194 0 .03-.054.105-.12.168-.067.062-.121.136-.121.165 0 .028-.065.12-.145.205-.08.085-.144.175-.144.2 0 .025-.108.162-.24.304s-.24.28-.241.307c-.001.065-1.217 1.276-1.281 1.276-.028 0-.133.076-.235.169-.1.093-.213.169-.25.169-.036 0-.066.021-.066.048 0 .026-.04.048-.089.048-.049 0-.128.043-.176.096-.048.053-.114.097-.146.097-.033 0-.086.032-.12.072a.224.224 0 0 1-.15.072c-.05 0-.09.022-.09.048 0 .02-.037.037-.089.045l-.056.004c-.08 0-.144.021-.144.048 0 .026-.033.048-.073.048a.42.42 0 0 0-.157.042c-.262.133-1.053.25-1.136.167-.05-.051-.037-.682.016-.715.027-.016.049-.093.049-.17 0-.077.035-.222.079-.322.365-.843.474-1.058.612-1.21a.414.414 0 0 0 .073-.112l.007-.026c0-.026.042-.087.095-.135a.508.508 0 0 0 .125-.181c.017-.053.126-.196.242-.32.117-.122.212-.242.212-.266 0-.073.882-.944.956-.944.038 0 .14-.076.228-.169.088-.093.19-.169.227-.169.038 0 .107-.043.155-.096.048-.053.113-.096.144-.096.031 0 .107-.055.17-.12.062-.067.152-.121.2-.121.05 0 .089-.018.089-.039 0-.02.097-.078.217-.128a.956.956 0 0 0 .271-.155c.03-.036.198-.133.373-.216.176-.084.327-.17.335-.193.006-.015.025-.028.047-.035l.036-.005a.77.77 0 0 0 .239-.097.788.788 0 0 1 .231-.096c.033 0 .247-.095.475-.21.233-.118.513-.221.637-.235.215-.024.223-.02.223.101zm-65.541-1.083c.075-.004.19.066.337.204.122.116.244.21.27.21.027 0 .178.13.337.289.16.158.316.288.349.289.072.001 1.748 1.67 1.748 1.74 0 .027.065.119.144.203.08.085.144.178.145.206 0 .029.054.103.12.165.067.062.12.151.12.197 0 .047.017.092.037.1.057.026.564 1.09.685 1.438.06.172.12.395.133.494.013.1.043.193.066.208.024.014.043.132.043.262s.022.248.049.265c.027.016.048.241.048.509v.479h-.241c-.133 0-.241-.022-.241-.049 0-.026-.04-.048-.089-.048-.049 0-.129-.044-.178-.098a.969.969 0 0 0-.26-.178c-.243-.112-1.202-.91-1.206-1.004 0-.028-.088-.148-.192-.266a5.708 5.708 0 0 1-.31-.383c-.143-.202-.947-1.783-.946-1.861 0-.03-.046-.15-.103-.265a5.132 5.132 0 0 1-.14-.306c-.179-.465-.219-.554-.25-.554-.02 0-.037-.064-.037-.142 0-.078-.021-.155-.048-.171-.02-.012-.037-.052-.044-.098l-.004-.047c0-.063-.022-.128-.048-.144-.027-.017-.048-.067-.049-.112a.52.52 0 0 0-.044-.16l-.028-.06a.635.635 0 0 1-.072-.225c0-.049-.022-.102-.048-.118-.027-.016-.048-.11-.048-.21 0-.1-.022-.202-.048-.228-.026-.026-.053-.155-.06-.286-.012-.22-.004-.238.103-.245zm60.665.142a.659.659 0 0 1-.06.296.78.78 0 0 0-.076.246c0 .094-.084.383-.15.513a.47.47 0 0 0-.043.178c0 .052-.021.108-.048.124-.026.017-.048.077-.048.135a.752.752 0 0 1-.083.244l-.038.072c-.066.115-.12.25-.12.298 0 .049-.022.102-.048.119-.027.016-.048.077-.047.135 0 .058-.058.225-.128.37-.071.146-.145.309-.164.362-.019.053-.156.347-.305.653-.15.306-.272.59-.272.632a.204.204 0 0 1-.07.134c-.038.032-.118.16-.178.283-.06.124-.159.275-.22.336-.06.06-.14.169-.178.24-.075.145-1.049 1.119-1.118 1.12-.023 0-.108.06-.187.133-.21.194-.83.493-1.023.493h-.164l.021-.567c.02-.538.112-1.119.19-1.196.02-.02.036-.086.036-.146s.022-.123.048-.14c.027-.016.048-.083.048-.148 0-.066.035-.172.077-.236.042-.065.064-.137.049-.162-.016-.025.004-.072.044-.104.04-.033.071-.08.071-.104 0-.097.426-.91.547-1.044.044-.049.08-.113.08-.142 0-.03.054-.113.12-.184.067-.072.12-.15.12-.172 0-.023.136-.184.302-.358.142-.149.268-.293.307-.351l.012-.022c.026-.085.598-.659.656-.659.028 0 .224-.173.436-.384.211-.21.406-.384.433-.385.027-.001.156-.1.286-.219.13-.119.26-.216.29-.216.03 0 .13-.077.22-.171.2-.207.352-.21.375-.006zm-64.831 4.59a.274.274 0 0 0 .168.068c.056 0 .15.027.209.06.161.09.469.385.469.45 0 .031.032.083.072.116.04.033.072.101.072.15 0 .05.022.091.049.091.028 0 .048.165.047.398 0 .387-.004.4-.15.516a2.12 2.12 0 0 1-.27.18c-.138.072-.668.085-.71.018-.014-.024-.097-.059-.183-.076-.225-.047-.807-.626-.807-.803 0-.072-.021-.144-.048-.16-.026-.017-.048-.136-.048-.265 0-.13.022-.249.048-.265.027-.017.048-.085.048-.151 0-.133.1-.259.204-.259a.192.192 0 0 0 .117-.05c.083-.084.634-.097.713-.018zm69.138-.043c.293-.005.465.059.677.25.126.114.133.143.133.542 0 .24-.022.435-.05.453a1.14 1.14 0 0 0-.177.23c-.069.11-.15.224-.18.254-.114.114-.463.31-.553.31-.052 0-.108.021-.124.048-.044.07-.655.05-.794-.026a.412.412 0 0 1-.157-.152 2.324 2.324 0 0 0-.13-.232c-.1-.156-.13-.434-.052-.482.027-.016.048-.074.048-.128 0-.264.434-.763.82-.94.176-.081.355-.123.539-.127zm6.739-4.467-.033.133c-.033.133-1.34 1.453-1.44 1.456-.028 0-.168.12-.312.266-.144.146-.284.266-.312.266-.027 0-.13.076-.227.169-.098.092-.193.168-.212.168a.536.536 0 0 0-.141.082l-.052.038a.69.69 0 0 1-.202.12c-.024 0-.083.044-.131.097-.048.053-.106.096-.129.096a.994.994 0 0 0-.232.12c-.105.067-.224.121-.265.121-.04 0-.073.022-.073.049 0 .026-.064.048-.142.048-.077 0-.153.02-.168.043-.015.024-.108.055-.208.07-1.02.153-1.664.215-1.753.168a1.567 1.567 0 0 0-.343-.066c-.267-.028-.277-.034-.277-.17 0-.059.012-.109.03-.13l.018-.012c.027 0 .05-.06.052-.132a.659.659 0 0 1 .095-.277c.051-.08.112-.188.136-.241.025-.053.084-.144.134-.202.049-.057.15-.181.223-.275.128-.164.717-.67.907-.78.05-.03.133-.09.184-.137.125-.113 1.019-.558 1.121-.558.045 0 .094-.019.108-.042.015-.024.086-.055.16-.07l.35-.076c.119-.027.347-.074.506-.104.159-.03.31-.075.335-.099.021-.02.163-.037.332-.041l.086-.001c.206 0 .387-.022.403-.049.016-.025.258-.043.613-.047h.859zm-81.416.048c.053.025.237.054.41.065.172.011.464.057.65.102.186.044.419.093.518.107.1.014.193.045.208.069.015.023.1.043.19.043s.176.022.192.048c.017.027.092.048.168.048.076 0 .145.019.154.041.007.019.113.082.25.15l.085.042c.175.083.346.184.379.224.033.04.08.073.106.073.02 0 .082.035.151.083l.052.038c.087.066.179.12.204.12.024 0 .273.233.553.518.392.4.544.593.664.847.138.291.208.665.138.735-.046.046-.595.116-.856.11a8.358 8.358 0 0 1-.626-.05c-.47-.056-.87-.133-.975-.188a.389.389 0 0 0-.145-.044c-.104 0-1.03-.478-1.122-.58-.047-.052-.11-.095-.139-.095-.029 0-.122-.065-.207-.145a.785.785 0 0 0-.185-.144c-.017 0-.145-.098-.285-.217-.14-.12-.268-.217-.286-.217-.017 0-.264-.227-.548-.505-.285-.278-.54-.506-.568-.506-.066 0-.385-.338-.423-.446-.016-.047-.06-.085-.097-.085-.073 0-.136-.164-.1-.257.026-.068 1.34-.054 1.49.016zm71.457-.578c.344 0 .496.087.637.365.1.198.116.297.116.725 0 .278-.021.508-.048.524-.027.017-.048.071-.048.122 0 .231-.505.914-.676.914a.354.354 0 0 0-.17.071c-.125.094-.303.09-.478-.012-.336-.195-.387-.331-.387-1.042 0-.582 0-.583.19-.968.28-.565.446-.699.864-.699zm-63.074 0c.29 0 .4.045.64.263.173.156.446.642.446.792 0 .053.022.11.048.126.071.044.06.966-.012 1.097a.997.997 0 0 1-.385.403c-.207.132-.287.138-.519.037-.247-.106-.566-.44-.712-.742-.112-.232-.13-.339-.146-.844-.015-.49-.004-.603.071-.746.164-.313.272-.386.57-.386zm-3.9-5.83c.103 0 .353.236.437.413.043.09.098.165.121.165.024 0 .043.03.043.067 0 .036.075.15.167.253.092.102.168.21.169.238 0 .03.045.093.1.142a.98.98 0 0 1 .178.26c.044.095.157.289.25.432.095.143.261.424.37.624.11.2.224.373.254.383.03.01.054.068.054.13s.076.253.168.424c.093.172.17.379.17.46 0 .08.02.16.047.177.027.016.048.114.048.216 0 .103.02.199.042.213.023.014.053.157.068.318.014.16.049.32.076.352.071.086.044 1.52-.03 1.656a.764.764 0 0 0-.06.301c0 .19-.004.196-.158.196-.123 0-.204-.046-.361-.206-.112-.114-.203-.229-.203-.256 0-.026-.088-.134-.196-.239a1.566 1.566 0 0 1-.27-.347c-.041-.086-.094-.156-.118-.156-.023 0-.042-.024-.042-.053a.428.428 0 0 0-.067-.142l-.042-.063c-.141-.198-.325-.56-.325-.642 0-.035-.022-.064-.048-.064-.027 0-.049-.045-.049-.1 0-.054-.054-.196-.12-.314-.066-.119-.12-.268-.12-.332s-.022-.13-.049-.146c-.026-.016-.048-.103-.048-.192 0-.09-.02-.176-.045-.191-.025-.016-.06-.126-.078-.245-.018-.119-.052-.228-.075-.242-.024-.015-.043-.133-.043-.262 0-.13-.021-.249-.048-.265-.022-.014-.04-.137-.046-.29l-.002-.096c0-.195-.022-.369-.048-.385-.027-.017-.049-.16-.049-.318 0-.159-.02-.488-.046-.732-.108-1.045-.106-1.143.024-1.143zm71.05.023c.064.039.065.299.002.338-.028.017-.048.304-.048.698 0 .394-.02.682-.048.7-.027.016-.05.13-.05.255 0 .217-.051.584-.15 1.093a7.694 7.694 0 0 0-.073.458c-.014.12-.046.238-.07.263-.023.025-.043.105-.043.178 0 .072-.022.145-.048.162-.027.016-.048.101-.048.19 0 .087-.033.186-.073.22a.22.22 0 0 0-.072.147c0 .048-.022.1-.048.117-.027.017-.048.067-.048.111 0 .107-.466 1.044-.556 1.12-.04.032-.07.078-.07.104 0 .02-.035.082-.083.15l-.038.053a.926.926 0 0 0-.12.184c0 .014-.178.212-.394.44-.314.332-.422.416-.53.416-.103 0-.137-.023-.137-.093 0-.052-.021-.107-.048-.124-.027-.016-.045-.38-.048-.967v-.165c0-.683.018-1.114.048-1.132.027-.017.048-.136.048-.265 0-.13.022-.25.048-.265.027-.017.049-.072.049-.122 0-.225.228-.796.545-1.362.071-.127.13-.262.13-.301 0-.039.02-.07.047-.07s.049-.039.05-.085c0-.046.054-.135.12-.198.066-.062.12-.14.12-.173 0-.033.043-.1.096-.147.053-.048.096-.107.096-.13 0-.024.076-.162.169-.307.093-.145.169-.281.169-.303 0-.02.054-.09.12-.152s.12-.138.12-.17c0-.022.025-.065.06-.104l.037-.039c.053-.048.096-.107.096-.132 0-.02.049-.094.116-.178l.053-.064c.093-.109.169-.224.169-.257 0-.068.26-.14.336-.092zm6.804-1.55c-.009.102-.09.324-.18.495-.09.17-.165.353-.165.406 0 .052-.022.095-.048.095-.027 0-.048.03-.048.066 0 .079-1.34 2.766-1.398 2.801-.022.014-.09.128-.15.254-.048.1-.115.213-.164.28l-.033.042c-.047.051-.086.118-.086.148 0 .023-.03.07-.074.12l-.047.048c-.066.062-.12.136-.121.165a.58.58 0 0 1-.116.176l-.053.062c-.092.102-.168.203-.168.224 0 .066-1.102 1.156-1.169 1.156-.036 0-.138.076-.228.169-.09.092-.185.168-.211.168-.026 0-.093.04-.147.09-.1.09-.433.286-.75.44l-.434.21c-.146.071-.313.129-.37.128-.059 0-.12.021-.136.048-.016.026-.115.048-.22.048h-.19v-.407c0-.224.022-.42.048-.436.027-.017.049-.124.049-.239a.9.9 0 0 1 .072-.346.637.637 0 0 0 .072-.223c0-.047.022-.128.048-.18l.097-.192a.45.45 0 0 0 .048-.155c0-.092.253-.617.298-.617.021 0 .04-.04.04-.09 0-.05.032-.118.07-.15.04-.033.119-.152.175-.265.057-.114.165-.28.242-.369.076-.089.139-.184.14-.21 0-.025.232-.27.509-.55l.244-.244c.328-.326.645-.628.673-.628.023 0 .17-.12.327-.266.157-.145.31-.264.34-.264.03 0 .129-.076.219-.168.09-.093.187-.17.216-.17.03 0 .14-.087.244-.195.105-.108.26-.23.347-.27.086-.042.157-.094.157-.118 0-.023.027-.043.06-.043s.14-.076.238-.169c.097-.092.196-.168.22-.168.023 0 .131-.076.24-.169.108-.092.217-.168.242-.168.018 0 .056-.025.095-.06l.037-.037c.048-.053.113-.096.145-.096.024 0 .077-.03.133-.074l.055-.046c.071-.067.16-.12.196-.12.036 0 .073-.021.081-.046.01-.024.081-.051.161-.06.14-.015.144-.01.128.17zm-84.634-.177c.088.004.21.053.268.109.06.055.124.1.144.1.016 0 .075.035.142.083l.052.038c.087.066.173.12.192.12.019 0 .104.065.188.145.085.08.167.144.183.144.013 0 .064.035.123.083l.046.038c.077.066.163.12.19.12.023 0 .089.049.16.116l.055.053c.09.093.182.169.206.169.019 0 .094.048.181.115l.067.053c.114.093.221.17.24.17a.43.43 0 0 1 .139.1c.058.056.16.137.227.18.05.033.14.104.224.177l.081.072c.102.093.223.19.27.217.372.21 1.883 1.73 1.985 1.996a.427.427 0 0 0 .109.144c.043.035.078.087.078.114 0 .028.05.117.112.2.135.176.53.975.55 1.11a.3.3 0 0 0 .062.143c.026.026.047.095.047.155s.021.121.048.138c.026.016.048.11.048.21 0 .099.02.2.044.226.044.045.146.657.164.985.009.165.005.17-.192.183-.11.008-.214-.008-.231-.036-.018-.028-.083-.05-.146-.05-.064 0-.128-.02-.143-.045-.015-.024-.09-.058-.167-.075-.168-.037-.882-.391-1.095-.543a.624.624 0 0 0-.205-.108c-.03 0-.053-.02-.053-.043 0-.024-.07-.077-.157-.118-.086-.041-.296-.217-.468-.39a2.618 2.618 0 0 0-.344-.308l-.02-.009c-.06 0-.29-.234-.318-.322-.01-.031-.128-.172-.262-.313a3.048 3.048 0 0 1-.336-.413c-.05-.086-.108-.157-.13-.157-.02 0-.037-.02-.037-.047 0-.026-.081-.17-.18-.32-.1-.15-.243-.383-.317-.518a2.43 2.43 0 0 0-.213-.331c-.042-.047-.06-.085-.039-.085.021 0 .011-.032-.021-.07-.075-.09-.331-.576-.634-1.2l-.156-.313c-.187-.363-.271-.553-.271-.614 0-.037-.022-.067-.048-.067-.027 0-.049-.033-.049-.073 0-.04-.078-.241-.173-.446a49.784 49.784 0 0 1-.227-.493 1.055 1.055 0 0 0-.12-.201.284.284 0 0 1-.05-.193c.014-.094.043-.111.177-.105z", fill: "color(display-p3 0.302 0.357 0.176)" })] }) }));
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { FlagCY };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FlagCZ(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
function FlagCZ(props) {
|
|
4
|
+
return (jsx("svg", { height: "128", viewBox: "0 0 128 128", width: "128", xmlns: "http://www.w3.org/2000/svg", ...props, children: jsxs("g", { fill: "none", fillRule: "nonzero", children: [jsx("path", { d: "M0 0h128v128H0z", fill: "color(display-p3 0.843 0.078 0.102)" }), jsx("path", { d: "M0 0h128v64H0z", fill: "color(display-p3 1.000 1.000 1.000)" }), jsx("path", { d: "M96 64 0 0v128z", fill: "color(display-p3 0.067 0.271 0.494)" })] }) }));
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export { FlagCZ };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function FlagDE(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
|