@oiz/stzh-components 0.0.0-pretest
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/LICENSE +21 -0
- package/README.md +56 -0
- package/dist/cjs/_commonjsHelpers-bcc1208a.js +25 -0
- package/dist/cjs/animation-utils-c816beac.js +45 -0
- package/dist/cjs/app-globals-83a6c2d3.js +54 -0
- package/dist/cjs/arrow-70a32014.js +1305 -0
- package/dist/cjs/date-adapter-2ffd8eaf.js +90 -0
- package/dist/cjs/date-utils-898a50be.js +174 -0
- package/dist/cjs/dom-874a1e39.js +75 -0
- package/dist/cjs/event-utils-4d7d610a.js +18 -0
- package/dist/cjs/focus-trap.esm-1cb6bb2e.js +1280 -0
- package/dist/cjs/index-8bd1552a.js +2019 -0
- package/dist/cjs/index-ac9bdc7f.js +2245 -0
- package/dist/cjs/index.cjs.js +2 -0
- package/dist/cjs/js.cookie-9c263d23.js +146 -0
- package/dist/cjs/loader.cjs.js +23 -0
- package/dist/cjs/media-utils-f1720906.js +26 -0
- package/dist/cjs/shadow-css-a33dc836.js +389 -0
- package/dist/cjs/string-utils-223b03e2.js +18 -0
- package/dist/cjs/stzh-accordion-item.cjs.entry.js +181 -0
- package/dist/cjs/stzh-accordion.cjs.entry.js +74 -0
- package/dist/cjs/stzh-actions.cjs.entry.js +53 -0
- package/dist/cjs/stzh-appnav.cjs.entry.js +50 -0
- package/dist/cjs/stzh-appointments.cjs.entry.js +271 -0
- package/dist/cjs/stzh-badge_3.cjs.entry.js +167 -0
- package/dist/cjs/stzh-calendar.cjs.entry.js +306 -0
- package/dist/cjs/stzh-cell.cjs.entry.js +35 -0
- package/dist/cjs/stzh-checkbox.cjs.entry.js +136 -0
- package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +168 -0
- package/dist/cjs/stzh-chip-select.cjs.entry.js +66 -0
- package/dist/cjs/stzh-chip.cjs.entry.js +101 -0
- package/dist/cjs/stzh-components.cjs.js +107 -0
- package/dist/cjs/stzh-container.cjs.entry.js +19 -0
- package/dist/cjs/stzh-cspace.cjs.entry.js +22 -0
- package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +103 -0
- package/dist/cjs/stzh-datamessagelist.cjs.entry.js +23 -0
- package/dist/cjs/stzh-datatable.cjs.entry.js +249 -0
- package/dist/cjs/stzh-datepicker_4.cjs.entry.js +484 -0
- package/dist/cjs/stzh-dialog.cjs.entry.js +191 -0
- package/dist/cjs/stzh-dropdown.cjs.entry.js +5086 -0
- package/dist/cjs/stzh-fieldset.cjs.entry.js +35 -0
- package/dist/cjs/stzh-figure.cjs.entry.js +30 -0
- package/dist/cjs/stzh-flyingfocus.cjs.entry.js +178 -0
- package/dist/cjs/stzh-footer.cjs.entry.js +67 -0
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +150 -0
- package/dist/cjs/stzh-header.cjs.entry.js +162 -0
- package/dist/cjs/stzh-heading.cjs.entry.js +32 -0
- package/dist/cjs/stzh-hr.cjs.entry.js +23 -0
- package/dist/cjs/stzh-hspace.cjs.entry.js +41 -0
- package/dist/cjs/stzh-icon-sprite.cjs.entry.js +22 -0
- package/dist/cjs/stzh-input-description-9ed61d1d.js +22 -0
- package/dist/cjs/stzh-input.cjs.entry.js +192 -0
- package/dist/cjs/stzh-link.cjs.entry.js +106 -0
- package/dist/cjs/stzh-list-item.cjs.entry.js +28 -0
- package/dist/cjs/stzh-list.cjs.entry.js +26 -0
- package/dist/cjs/stzh-loader.cjs.entry.js +31 -0
- package/dist/cjs/stzh-loadingbar.cjs.entry.js +33 -0
- package/dist/cjs/stzh-menu_2.cjs.entry.js +97 -0
- package/dist/cjs/stzh-message.cjs.entry.js +85 -0
- package/dist/cjs/stzh-metanav.cjs.entry.js +37 -0
- package/dist/cjs/stzh-overlay.cjs.entry.js +100 -0
- package/dist/cjs/stzh-page-skiplinks.cjs.entry.js +37 -0
- package/dist/cjs/stzh-pagetitle.cjs.entry.js +72 -0
- package/dist/cjs/stzh-popover.cjs.entry.js +361 -0
- package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +23 -0
- package/dist/cjs/stzh-progressbar-item.cjs.entry.js +57 -0
- package/dist/cjs/stzh-progressbar.cjs.entry.js +125 -0
- package/dist/cjs/stzh-readspeaker.cjs.entry.js +58 -0
- package/dist/cjs/stzh-row.cjs.entry.js +40 -0
- package/dist/cjs/stzh-saptcha.cjs.entry.js +81 -0
- package/dist/cjs/stzh-section.cjs.entry.js +24 -0
- package/dist/cjs/stzh-servicecard-list.cjs.entry.js +56 -0
- package/dist/cjs/stzh-servicecard.cjs.entry.js +212 -0
- package/dist/cjs/stzh-skiplink.cjs.entry.js +27 -0
- package/dist/cjs/stzh-sortable.cjs.entry.js +3382 -0
- package/dist/cjs/stzh-status.cjs.entry.js +36 -0
- package/dist/cjs/stzh-table.cjs.entry.js +143 -0
- package/dist/cjs/stzh-toggle.cjs.entry.js +134 -0
- package/dist/cjs/stzh-tooltip.cjs.entry.js +322 -0
- package/dist/cjs/stzh-upload.cjs.entry.js +10750 -0
- package/dist/cjs/stzh-vbz-linechip.cjs.entry.js +2058 -0
- package/dist/cjs/stzh-vbz-majorticker.cjs.entry.js +107 -0
- package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +183 -0
- package/dist/cjs/stzh-visuallyhidden.cjs.entry.js +21 -0
- package/dist/cjs/stzh-vspace.cjs.entry.js +41 -0
- package/dist/cjs/translation-utils-2dbbce94.js +60 -0
- package/dist/cjs/utils-e84f4a8d.js +36 -0
- package/dist/collection/assets/favicons/android-chrome-192x192.png +0 -0
- package/dist/collection/assets/favicons/android-chrome-384x384.png +0 -0
- package/dist/collection/assets/favicons/apple-touch-icon.png +0 -0
- package/dist/collection/assets/favicons/browserconfig.xml +9 -0
- package/dist/collection/assets/favicons/favicon-16x16.png +0 -0
- package/dist/collection/assets/favicons/favicon-32x32.png +0 -0
- package/dist/collection/assets/favicons/favicon.ico +0 -0
- package/dist/collection/assets/favicons/mstile-150x150.png +0 -0
- package/dist/collection/assets/favicons/safari-pinned-tab.svg +1 -0
- package/dist/collection/assets/favicons/site.webmanifest +19 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_41488878.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_41488878.woff2 +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_55Roman.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_55Roman.woff2 +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_71488914.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW01_71488914.woff2 +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW05_65Medium.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW05_65Medium.woff2 +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW05_85Heavy.woff +0 -0
- package/dist/collection/assets/fonts/HelveticaNeueLTW05_85Heavy.woff2 +0 -0
- package/dist/collection/assets/fonts.css +39 -0
- package/dist/collection/assets/i18n/de.json +154 -0
- package/dist/collection/assets/i18n/en.json +154 -0
- package/dist/collection/assets/icons/mono/alarm-bell.svg +3 -0
- package/dist/collection/assets/icons/mono/angle-down.svg +3 -0
- package/dist/collection/assets/icons/mono/angle-left.svg +3 -0
- package/dist/collection/assets/icons/mono/angle-right.svg +3 -0
- package/dist/collection/assets/icons/mono/angle-up.svg +3 -0
- package/dist/collection/assets/icons/mono/archive-box.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-down.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-left-circle.svg +4 -0
- package/dist/collection/assets/icons/mono/arrow-left.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-right-long.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-right.svg +3 -0
- package/dist/collection/assets/icons/mono/arrow-up.svg +3 -0
- package/dist/collection/assets/icons/mono/bulleted-list.svg +3 -0
- package/dist/collection/assets/icons/mono/calendar.svg +3 -0
- package/dist/collection/assets/icons/mono/cart.svg +3 -0
- package/dist/collection/assets/icons/mono/checkmark-circle.svg +3 -0
- package/dist/collection/assets/icons/mono/checkmark.svg +3 -0
- package/dist/collection/assets/icons/mono/clock.svg +3 -0
- package/dist/collection/assets/icons/mono/close-circle.svg +3 -0
- package/dist/collection/assets/icons/mono/close.svg +3 -0
- package/dist/collection/assets/icons/mono/compass-direction.svg +3 -0
- package/dist/collection/assets/icons/mono/compass-north.svg +4 -0
- package/dist/collection/assets/icons/mono/construction.svg +3 -0
- package/dist/collection/assets/icons/mono/copy.svg +3 -0
- package/dist/collection/assets/icons/mono/delete.svg +3 -0
- package/dist/collection/assets/icons/mono/download.svg +3 -0
- package/dist/collection/assets/icons/mono/drag.svg +10 -0
- package/dist/collection/assets/icons/mono/edit.svg +3 -0
- package/dist/collection/assets/icons/mono/email-check.svg +10 -0
- package/dist/collection/assets/icons/mono/expand.svg +3 -0
- package/dist/collection/assets/icons/mono/external-link.svg +4 -0
- package/dist/collection/assets/icons/mono/facebook-comment.svg +3 -0
- package/dist/collection/assets/icons/mono/facebook.svg +10 -0
- package/dist/collection/assets/icons/mono/file.svg +3 -0
- package/dist/collection/assets/icons/mono/filtering.svg +3 -0
- package/dist/collection/assets/icons/mono/flag.svg +10 -0
- package/dist/collection/assets/icons/mono/focus.svg +3 -0
- package/dist/collection/assets/icons/mono/gear.svg +3 -0
- package/dist/collection/assets/icons/mono/heart.svg +10 -0
- package/dist/collection/assets/icons/mono/home.svg +10 -0
- package/dist/collection/assets/icons/mono/important-warning.svg +3 -0
- package/dist/collection/assets/icons/mono/info-help.svg +3 -0
- package/dist/collection/assets/icons/mono/instagram.svg +3 -0
- package/dist/collection/assets/icons/mono/like-hand.svg +10 -0
- package/dist/collection/assets/icons/mono/linkedin.svg +5 -0
- package/dist/collection/assets/icons/mono/list-expanded.svg +4 -0
- package/dist/collection/assets/icons/mono/list-shrinked.svg +3 -0
- package/dist/collection/assets/icons/mono/lock.svg +10 -0
- package/dist/collection/assets/icons/mono/mail.svg +10 -0
- package/dist/collection/assets/icons/mono/map.svg +3 -0
- package/dist/collection/assets/icons/mono/menu.svg +3 -0
- package/dist/collection/assets/icons/mono/minus.svg +3 -0
- package/dist/collection/assets/icons/mono/more-horizontal.svg +5 -0
- package/dist/collection/assets/icons/mono/more-vertical.svg +5 -0
- package/dist/collection/assets/icons/mono/paper-clip.svg +10 -0
- package/dist/collection/assets/icons/mono/phone.svg +10 -0
- package/dist/collection/assets/icons/mono/pin-location.svg +10 -0
- package/dist/collection/assets/icons/mono/pin.svg +11 -0
- package/dist/collection/assets/icons/mono/play-1.svg +4 -0
- package/dist/collection/assets/icons/mono/play-button.svg +11 -0
- package/dist/collection/assets/icons/mono/play.svg +10 -0
- package/dist/collection/assets/icons/mono/plus.svg +3 -0
- package/dist/collection/assets/icons/mono/portfolio-grid.svg +11 -0
- package/dist/collection/assets/icons/mono/print.svg +10 -0
- package/dist/collection/assets/icons/mono/question-help.svg +3 -0
- package/dist/collection/assets/icons/mono/read-mail.svg +10 -0
- package/dist/collection/assets/icons/mono/reload.svg +10 -0
- package/dist/collection/assets/icons/mono/reset-time.svg +10 -0
- package/dist/collection/assets/icons/mono/reset.svg +10 -0
- package/dist/collection/assets/icons/mono/resize.svg +8 -0
- package/dist/collection/assets/icons/mono/rss.svg +12 -0
- package/dist/collection/assets/icons/mono/search.svg +3 -0
- package/dist/collection/assets/icons/mono/services.svg +6 -0
- package/dist/collection/assets/icons/mono/share.svg +3 -0
- package/dist/collection/assets/icons/mono/shrink.svg +3 -0
- package/dist/collection/assets/icons/mono/silent-mode.svg +3 -0
- package/dist/collection/assets/icons/mono/social-media.svg +23 -0
- package/dist/collection/assets/icons/mono/star-filled.svg +3 -0
- package/dist/collection/assets/icons/mono/star.svg +3 -0
- package/dist/collection/assets/icons/mono/subtitle.svg +3 -0
- package/dist/collection/assets/icons/mono/team.svg +10 -0
- package/dist/collection/assets/icons/mono/text-message.svg +6 -0
- package/dist/collection/assets/icons/mono/thermometer.svg +10 -0
- package/dist/collection/assets/icons/mono/transcript.svg +3 -0
- package/dist/collection/assets/icons/mono/twitter-reply.svg +3 -0
- package/dist/collection/assets/icons/mono/twitter-retweet.svg +3 -0
- package/dist/collection/assets/icons/mono/twitter.svg +10 -0
- package/dist/collection/assets/icons/mono/unlock.svg +10 -0
- package/dist/collection/assets/icons/mono/user.svg +3 -0
- package/dist/collection/assets/icons/mono/view-hidden.svg +3 -0
- package/dist/collection/assets/icons/mono/view.svg +4 -0
- package/dist/collection/assets/icons/mono/volume-medium.svg +3 -0
- package/dist/collection/assets/icons/mono/warning-big.svg +4 -0
- package/dist/collection/assets/icons/mono/warning.svg +3 -0
- package/dist/collection/assets/icons/mono/web-Link.svg +3 -0
- package/dist/collection/assets/icons/mono/wifi-signal.svg +3 -0
- package/dist/collection/assets/icons/mono/world-globe.svg +10 -0
- package/dist/collection/assets/icons/mono/xing.svg +11 -0
- package/dist/collection/assets/polyfills/ie11CustomProperties.min.js +8 -0
- package/dist/collection/assets/polyfills/intersection-observer.min.js +7 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Common.Settings.js +278 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Core.js +544 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.HL.js +1111 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.PlayerAPI.js +211 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles-Basic.css +881 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles-Button.css +75 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.Styles.css +977 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.js +257 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.lib.Facade.adapter.jquery.js +120 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.lib.RSLib.js +796 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.pub.Config.js +384 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeaker.ui.js +1241 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeakerClassic.css +357 -0
- package/dist/collection/assets/vendors/readspeaker/ReadSpeakerClassic.js +51 -0
- package/dist/collection/assets/vendors/readspeaker/img/ReadSpeakerClassic.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/cursor-ew.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/help.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/icon_16px.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/pin_black.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/pin_red.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/play-anim.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/rs_button.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/rs_button.png +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/rs_loader_anim.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/img/timeline-anim.gif +0 -0
- package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css +1 -0
- package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.js +24 -0
- package/dist/collection/assets/vendors/readspeaker/mods/enlargeHL/img/rs_icon_64x64.png +0 -0
- package/dist/collection/collection-manifest.json +82 -0
- package/dist/collection/components/stzh-accordion/stzh-accordion.css +99 -0
- package/dist/collection/components/stzh-accordion/stzh-accordion.js +156 -0
- package/dist/collection/components/stzh-accordion/stzh-accordion.stories.js +52 -0
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +233 -0
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +429 -0
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +45 -0
- package/dist/collection/components/stzh-actions/stzh-actions.css +125 -0
- package/dist/collection/components/stzh-actions/stzh-actions.js +98 -0
- package/dist/collection/components/stzh-actions/stzh-actions.stories.js +66 -0
- package/dist/collection/components/stzh-appnav/stzh-appnav.css +220 -0
- package/dist/collection/components/stzh-appnav/stzh-appnav.js +112 -0
- package/dist/collection/components/stzh-appnav/stzh-appnav.stories.js +53 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.css +180 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.js +515 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.localization.js +1 -0
- package/dist/collection/components/stzh-appointments/stzh-appointments.stories.js +186 -0
- package/dist/collection/components/stzh-badge/stzh-badge.css +118 -0
- package/dist/collection/components/stzh-badge/stzh-badge.js +47 -0
- package/dist/collection/components/stzh-badge/stzh-badge.stories.js +36 -0
- package/dist/collection/components/stzh-button/stzh-button.css +312 -0
- package/dist/collection/components/stzh-button/stzh-button.js +516 -0
- package/dist/collection/components/stzh-button/stzh-button.stories.js +66 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar-day.js +22 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar-month.js +21 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar.css +332 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar.js +463 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar.localization.js +1 -0
- package/dist/collection/components/stzh-calendar/stzh-calendar.stories.js +37 -0
- package/dist/collection/components/stzh-cell/stzh-cell.css +575 -0
- package/dist/collection/components/stzh-cell/stzh-cell.js +179 -0
- package/dist/collection/components/stzh-cell/stzh-cell.stories.js +39 -0
- package/dist/collection/components/stzh-checkbox/assets/check.svg +3 -0
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.css +272 -0
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.js +459 -0
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.stories.js +38 -0
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.css +209 -0
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +450 -0
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.stories.js +39 -0
- package/dist/collection/components/stzh-chip/stzh-chip.css +302 -0
- package/dist/collection/components/stzh-chip/stzh-chip.js +407 -0
- package/dist/collection/components/stzh-chip/stzh-chip.stories.js +64 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +115 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +158 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.stories.js +69 -0
- package/dist/collection/components/stzh-container/stzh-container.css +190 -0
- package/dist/collection/components/stzh-container/stzh-container.js +21 -0
- package/dist/collection/components/stzh-container/stzh-container.stories.js +35 -0
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +515 -0
- package/dist/collection/components/stzh-cspace/stzh-cspace.js +24 -0
- package/dist/collection/components/stzh-cspace/stzh-cspace.stories.js +34 -0
- package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.css +103 -0
- package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.js +24 -0
- package/dist/collection/components/stzh-datamessagelist/stzh-datamessagelist.stories.js +149 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +317 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.js +358 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.js +1 -0
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.stories.js +63 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.css +338 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.js +413 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.localization.js +1 -0
- package/dist/collection/components/stzh-datatable/stzh-datatable.stories.js +63 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.css +111 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +586 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.localization.js +1 -0
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.stories.js +40 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +266 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.js +480 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.localization.js +1 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.stories.js +75 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +730 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +1436 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.localization.js +1 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.stories.js +109 -0
- package/dist/collection/components/stzh-fieldset/stzh-fieldset.css +148 -0
- package/dist/collection/components/stzh-fieldset/stzh-fieldset.js +120 -0
- package/dist/collection/components/stzh-fieldset/stzh-fieldset.stories.js +55 -0
- package/dist/collection/components/stzh-figure/stzh-figure.css +137 -0
- package/dist/collection/components/stzh-figure/stzh-figure.js +76 -0
- package/dist/collection/components/stzh-figure/stzh-figure.stories.js +36 -0
- package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.css +140 -0
- package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.js +253 -0
- package/dist/collection/components/stzh-flyingfocus/stzh-flyingfocus.stories.js +27 -0
- package/dist/collection/components/stzh-footer/stzh-footer.css +208 -0
- package/dist/collection/components/stzh-footer/stzh-footer.js +147 -0
- package/dist/collection/components/stzh-footer/stzh-footer.localization.js +1 -0
- package/dist/collection/components/stzh-footer/stzh-footer.stories.js +49 -0
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +306 -0
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.js +319 -0
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.localization.js +1 -0
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.stories.js +49 -0
- package/dist/collection/components/stzh-header/stzh-header.css +436 -0
- package/dist/collection/components/stzh-header/stzh-header.js +267 -0
- package/dist/collection/components/stzh-header/stzh-header.stories.js +178 -0
- package/dist/collection/components/stzh-heading/stzh-heading.css +397 -0
- package/dist/collection/components/stzh-heading/stzh-heading.js +99 -0
- package/dist/collection/components/stzh-heading/stzh-heading.stories.js +37 -0
- package/dist/collection/components/stzh-hr/stzh-hr.css +105 -0
- package/dist/collection/components/stzh-hr/stzh-hr.js +25 -0
- package/dist/collection/components/stzh-hr/stzh-hr.stories.js +23 -0
- package/dist/collection/components/stzh-hspace/stzh-hspace.css +810 -0
- package/dist/collection/components/stzh-hspace/stzh-hspace.js +246 -0
- package/dist/collection/components/stzh-hspace/stzh-hspace.stories.js +73 -0
- package/dist/collection/components/stzh-icon/stzh-icon.css +109 -0
- package/dist/collection/components/stzh-icon/stzh-icon.js +76 -0
- package/dist/collection/components/stzh-icon/stzh-icon.stories.js +37 -0
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +1354 -0
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -0
- package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.css +99 -0
- package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.js +19 -0
- package/dist/collection/components/stzh-icon-sprite/stzh-icon-sprite.stories.js +46 -0
- package/dist/collection/components/stzh-input/stzh-input-description.js +8 -0
- package/dist/collection/components/stzh-input/stzh-input.css +425 -0
- package/dist/collection/components/stzh-input/stzh-input.js +724 -0
- package/dist/collection/components/stzh-input/stzh-input.stories.js +116 -0
- package/dist/collection/components/stzh-link/stzh-link.css +231 -0
- package/dist/collection/components/stzh-link/stzh-link.js +427 -0
- package/dist/collection/components/stzh-link/stzh-link.stories.js +67 -0
- package/dist/collection/components/stzh-list/stzh-list.css +136 -0
- package/dist/collection/components/stzh-list/stzh-list.js +52 -0
- package/dist/collection/components/stzh-list/stzh-list.stories.js +42 -0
- package/dist/collection/components/stzh-list-item/assets/checkmark.svg +3 -0
- package/dist/collection/components/stzh-list-item/stzh-list-item.css +120 -0
- package/dist/collection/components/stzh-list-item/stzh-list-item.js +26 -0
- package/dist/collection/components/stzh-loader/stzh-loader.css +261 -0
- package/dist/collection/components/stzh-loader/stzh-loader.js +93 -0
- package/dist/collection/components/stzh-loader/stzh-loader.stories.js +36 -0
- package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.css +135 -0
- package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.js +94 -0
- package/dist/collection/components/stzh-loadingbar/stzh-loadingbar.stories.js +34 -0
- package/dist/collection/components/stzh-menu/stzh-menu.css +105 -0
- package/dist/collection/components/stzh-menu/stzh-menu.js +21 -0
- package/dist/collection/components/stzh-menu/stzh-menu.stories.js +70 -0
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.css +173 -0
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +296 -0
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.stories.js +52 -0
- package/dist/collection/components/stzh-message/stzh-message.css +259 -0
- package/dist/collection/components/stzh-message/stzh-message.js +287 -0
- package/dist/collection/components/stzh-message/stzh-message.localization.js +1 -0
- package/dist/collection/components/stzh-message/stzh-message.stories.js +40 -0
- package/dist/collection/components/stzh-metanav/stzh-metanav.css +115 -0
- package/dist/collection/components/stzh-metanav/stzh-metanav.js +41 -0
- package/dist/collection/components/stzh-metanav/stzh-metanav.stories.js +39 -0
- package/dist/collection/components/stzh-overlay/stzh-overlay.css +135 -0
- package/dist/collection/components/stzh-overlay/stzh-overlay.js +239 -0
- package/dist/collection/components/stzh-overlay/stzh-overlay.stories.js +50 -0
- package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.css +113 -0
- package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.js +41 -0
- package/dist/collection/components/stzh-page-skiplinks/stzh-page-skiplinks.stories.js +43 -0
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +136 -0
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.js +76 -0
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.stories.js +107 -0
- package/dist/collection/components/stzh-popover/stzh-popover.css +360 -0
- package/dist/collection/components/stzh-popover/stzh-popover.js +673 -0
- package/dist/collection/components/stzh-popover/stzh-popover.localization.js +1 -0
- package/dist/collection/components/stzh-popover/stzh-popover.stories.js +67 -0
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +4079 -0
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.js +25 -0
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.stories.js +28 -0
- package/dist/collection/components/stzh-progressbar/stzh-progressbar.css +119 -0
- package/dist/collection/components/stzh-progressbar/stzh-progressbar.js +272 -0
- package/dist/collection/components/stzh-progressbar/stzh-progressbar.stories.js +164 -0
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.css +364 -0
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.js +250 -0
- package/dist/collection/components/stzh-progressbar-item/stzh-progressbar-item.stories.js +36 -0
- package/dist/collection/components/stzh-radio/stzh-radio.css +278 -0
- package/dist/collection/components/stzh-radio/stzh-radio.js +458 -0
- package/dist/collection/components/stzh-radio/stzh-radio.stories.js +38 -0
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.css +209 -0
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +477 -0
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.stories.js +39 -0
- package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.css +210 -0
- package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.js +114 -0
- package/dist/collection/components/stzh-readspeaker/stzh-readspeaker.stories.js +50 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.css +735 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.js +90 -0
- package/dist/collection/components/stzh-richtext/stzh-richtext.stories.js +79 -0
- package/dist/collection/components/stzh-row/stzh-row.css +572 -0
- package/dist/collection/components/stzh-row/stzh-row.js +207 -0
- package/dist/collection/components/stzh-row/stzh-row.stories.js +90 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +170 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.js +221 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.localization.js +1 -0
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.stories.js +34 -0
- package/dist/collection/components/stzh-section/stzh-section.css +126 -0
- package/dist/collection/components/stzh-section/stzh-section.js +50 -0
- package/dist/collection/components/stzh-section/stzh-section.stories.js +100 -0
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +558 -0
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.js +592 -0
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.localization.js +1 -0
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.stories.js +73 -0
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.css +163 -0
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.js +153 -0
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.localization.js +1 -0
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +115 -0
- package/dist/collection/components/stzh-skiplink/stzh-skiplink.css +128 -0
- package/dist/collection/components/stzh-skiplink/stzh-skiplink.js +106 -0
- package/dist/collection/components/stzh-skiplink/stzh-skiplink.stories.js +53 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.css +151 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.js +501 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.localization.js +1 -0
- package/dist/collection/components/stzh-sortable/stzh-sortable.stories.js +34 -0
- package/dist/collection/components/stzh-status/stzh-status.css +143 -0
- package/dist/collection/components/stzh-status/stzh-status.js +115 -0
- package/dist/collection/components/stzh-status/stzh-status.stories.js +34 -0
- package/dist/collection/components/stzh-table/stzh-table.css +365 -0
- package/dist/collection/components/stzh-table/stzh-table.js +215 -0
- package/dist/collection/components/stzh-table/stzh-table.stories.js +89 -0
- package/dist/collection/components/stzh-text/stzh-text.css +859 -0
- package/dist/collection/components/stzh-text/stzh-text.js +232 -0
- package/dist/collection/components/stzh-text/stzh-text.stories.js +43 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.css +296 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.js +479 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.stories.js +38 -0
- package/dist/collection/components/stzh-tooltip/assets/arrow.svg +3 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.css +182 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.js +667 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.localization.js +1 -0
- package/dist/collection/components/stzh-tooltip/stzh-tooltip.stories.js +63 -0
- package/dist/collection/components/stzh-upload/stzh-upload.css +409 -0
- package/dist/collection/components/stzh-upload/stzh-upload.js +1358 -0
- package/dist/collection/components/stzh-upload/stzh-upload.localization.js +1 -0
- package/dist/collection/components/stzh-upload/stzh-upload.stories.js +69 -0
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.css +163 -0
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.js +229 -0
- package/dist/collection/components/stzh-vbz-linechip/stzh-vbz-linechip.stories.js +36 -0
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.css +100 -0
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.js +236 -0
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization.js +1 -0
- package/dist/collection/components/stzh-vbz-majorticker/stzh-vbz-majorticker.stories.js +52 -0
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +225 -0
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.js +292 -0
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.js +1 -0
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.stories.js +53 -0
- package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.css +107 -0
- package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.js +23 -0
- package/dist/collection/components/stzh-visuallyhidden/stzh-visuallyhidden.stories.js +45 -0
- package/dist/collection/components/stzh-vspace/stzh-vspace.css +811 -0
- package/dist/collection/components/stzh-vspace/stzh-vspace.js +246 -0
- package/dist/collection/components/stzh-vspace/stzh-vspace.stories.js +73 -0
- package/dist/collection/global/js/helpers/autofocus.js +20 -0
- package/dist/collection/global/js/helpers/scrollbar-width.js +20 -0
- package/dist/collection/global/js/script.js +17 -0
- package/dist/collection/index.js +7 -0
- package/dist/collection/pages/egov.stories.js +262 -0
- package/dist/collection/pages/example.stories.js +170 -0
- package/dist/collection/pages/meinkonto.stories.js +661 -0
- package/dist/collection/patterns/appointments.stories.js +43 -0
- package/dist/collection/patterns/processingscreen.stories.js +43 -0
- package/dist/collection/utils/animation-utils.js +51 -0
- package/dist/collection/utils/date-adapter.js +86 -0
- package/dist/collection/utils/date-utils.js +196 -0
- package/dist/collection/utils/decorators.js +15 -0
- package/dist/collection/utils/event-utils.js +14 -0
- package/dist/collection/utils/h.js +109 -0
- package/dist/collection/utils/media-utils.js +20 -0
- package/dist/collection/utils/string-utils.js +13 -0
- package/dist/collection/utils/test-utils.js +27 -0
- package/dist/collection/utils/translation-utils.js +55 -0
- package/dist/collection/utils/utils.js +41 -0
- package/dist/components/_commonjsHelpers.js +21 -0
- package/dist/components/animation-utils.js +40 -0
- package/dist/components/arrow.js +1297 -0
- package/dist/components/date-adapter.js +88 -0
- package/dist/components/event-utils.js +16 -0
- package/dist/components/focus-trap.esm.js +1278 -0
- package/dist/components/index.d.ts +92 -0
- package/dist/components/index.js +125 -0
- package/dist/components/index2.js +2017 -0
- package/dist/components/js.cookie.js +144 -0
- package/dist/components/media-utils.js +22 -0
- package/dist/components/string-utils.js +15 -0
- package/dist/components/stzh-accordion-item.d.ts +11 -0
- package/dist/components/stzh-accordion-item.js +204 -0
- package/dist/components/stzh-accordion.d.ts +11 -0
- package/dist/components/stzh-accordion.js +91 -0
- package/dist/components/stzh-actions.d.ts +11 -0
- package/dist/components/stzh-actions.js +69 -0
- package/dist/components/stzh-appnav.d.ts +11 -0
- package/dist/components/stzh-appnav.js +67 -0
- package/dist/components/stzh-appointments.d.ts +11 -0
- package/dist/components/stzh-appointments.js +367 -0
- package/dist/components/stzh-badge.d.ts +11 -0
- package/dist/components/stzh-badge.js +6 -0
- package/dist/components/stzh-badge2.js +33 -0
- package/dist/components/stzh-button.d.ts +11 -0
- package/dist/components/stzh-button.js +6 -0
- package/dist/components/stzh-button2.js +165 -0
- package/dist/components/stzh-calendar.d.ts +11 -0
- package/dist/components/stzh-calendar.js +6 -0
- package/dist/components/stzh-calendar2.js +490 -0
- package/dist/components/stzh-cell.d.ts +11 -0
- package/dist/components/stzh-cell.js +57 -0
- package/dist/components/stzh-checkbox.d.ts +11 -0
- package/dist/components/stzh-checkbox.js +176 -0
- package/dist/components/stzh-checkboxgroup.d.ts +11 -0
- package/dist/components/stzh-checkboxgroup.js +208 -0
- package/dist/components/stzh-chip-select.d.ts +11 -0
- package/dist/components/stzh-chip-select.js +107 -0
- package/dist/components/stzh-chip.d.ts +11 -0
- package/dist/components/stzh-chip.js +6 -0
- package/dist/components/stzh-chip2.js +130 -0
- package/dist/components/stzh-container.d.ts +11 -0
- package/dist/components/stzh-container.js +32 -0
- package/dist/components/stzh-cspace.d.ts +11 -0
- package/dist/components/stzh-cspace.js +35 -0
- package/dist/components/stzh-datamessagelist-item.d.ts +11 -0
- package/dist/components/stzh-datamessagelist-item.js +175 -0
- package/dist/components/stzh-datamessagelist.d.ts +11 -0
- package/dist/components/stzh-datamessagelist.js +36 -0
- package/dist/components/stzh-datatable.d.ts +11 -0
- package/dist/components/stzh-datatable.js +308 -0
- package/dist/components/stzh-datepicker.d.ts +11 -0
- package/dist/components/stzh-datepicker.js +6 -0
- package/dist/components/stzh-datepicker2.js +221 -0
- package/dist/components/stzh-dialog.d.ts +11 -0
- package/dist/components/stzh-dialog.js +229 -0
- package/dist/components/stzh-dropdown.d.ts +11 -0
- package/dist/components/stzh-dropdown.js +6 -0
- package/dist/components/stzh-dropdown2.js +5151 -0
- package/dist/components/stzh-fieldset.d.ts +11 -0
- package/dist/components/stzh-fieldset.js +59 -0
- package/dist/components/stzh-figure.d.ts +11 -0
- package/dist/components/stzh-figure.js +46 -0
- package/dist/components/stzh-flyingfocus.d.ts +11 -0
- package/dist/components/stzh-flyingfocus.js +199 -0
- package/dist/components/stzh-footer.d.ts +11 -0
- package/dist/components/stzh-footer.js +103 -0
- package/dist/components/stzh-ghettobox.d.ts +11 -0
- package/dist/components/stzh-ghettobox.js +6 -0
- package/dist/components/stzh-ghettobox2.js +135 -0
- package/dist/components/stzh-header.d.ts +11 -0
- package/dist/components/stzh-header.js +186 -0
- package/dist/components/stzh-heading.d.ts +11 -0
- package/dist/components/stzh-heading.js +6 -0
- package/dist/components/stzh-heading2.js +46 -0
- package/dist/components/stzh-hr.d.ts +11 -0
- package/dist/components/stzh-hr.js +36 -0
- package/dist/components/stzh-hspace.d.ts +11 -0
- package/dist/components/stzh-hspace.js +64 -0
- package/dist/components/stzh-icon-sprite.d.ts +11 -0
- package/dist/components/stzh-icon-sprite.js +35 -0
- package/dist/components/stzh-icon.d.ts +11 -0
- package/dist/components/stzh-icon.js +6 -0
- package/dist/components/stzh-icon2.js +48 -0
- package/dist/components/stzh-input-description.js +20 -0
- package/dist/components/stzh-input.d.ts +11 -0
- package/dist/components/stzh-input.js +6 -0
- package/dist/components/stzh-input2.js +253 -0
- package/dist/components/stzh-link.d.ts +11 -0
- package/dist/components/stzh-link.js +6 -0
- package/dist/components/stzh-link2.js +144 -0
- package/dist/components/stzh-list-item.d.ts +11 -0
- package/dist/components/stzh-list-item.js +42 -0
- package/dist/components/stzh-list.d.ts +11 -0
- package/dist/components/stzh-list.js +42 -0
- package/dist/components/stzh-loader.d.ts +11 -0
- package/dist/components/stzh-loader.js +48 -0
- package/dist/components/stzh-loadingbar.d.ts +11 -0
- package/dist/components/stzh-loadingbar.js +50 -0
- package/dist/components/stzh-menu-item.d.ts +11 -0
- package/dist/components/stzh-menu-item.js +6 -0
- package/dist/components/stzh-menu-item2.js +116 -0
- package/dist/components/stzh-menu.d.ts +11 -0
- package/dist/components/stzh-menu.js +6 -0
- package/dist/components/stzh-menu2.js +29 -0
- package/dist/components/stzh-message.d.ts +11 -0
- package/dist/components/stzh-message.js +113 -0
- package/dist/components/stzh-metanav.d.ts +11 -0
- package/dist/components/stzh-metanav.js +50 -0
- package/dist/components/stzh-overlay.d.ts +11 -0
- package/dist/components/stzh-overlay.js +119 -0
- package/dist/components/stzh-page-skiplinks.d.ts +11 -0
- package/dist/components/stzh-page-skiplinks.js +50 -0
- package/dist/components/stzh-pagetitle.d.ts +11 -0
- package/dist/components/stzh-pagetitle.js +85 -0
- package/dist/components/stzh-popover.d.ts +11 -0
- package/dist/components/stzh-popover.js +6 -0
- package/dist/components/stzh-popover2.js +390 -0
- package/dist/components/stzh-portal-mitwirken.d.ts +11 -0
- package/dist/components/stzh-portal-mitwirken.js +36 -0
- package/dist/components/stzh-progressbar-item.d.ts +11 -0
- package/dist/components/stzh-progressbar-item.js +6 -0
- package/dist/components/stzh-progressbar-item2.js +82 -0
- package/dist/components/stzh-progressbar.d.ts +11 -0
- package/dist/components/stzh-progressbar.js +159 -0
- package/dist/components/stzh-radio.d.ts +11 -0
- package/dist/components/stzh-radio.js +6 -0
- package/dist/components/stzh-radio2.js +168 -0
- package/dist/components/stzh-radiogroup.d.ts +11 -0
- package/dist/components/stzh-radiogroup.js +6 -0
- package/dist/components/stzh-radiogroup2.js +215 -0
- package/dist/components/stzh-readspeaker.d.ts +11 -0
- package/dist/components/stzh-readspeaker.js +74 -0
- package/dist/components/stzh-richtext.d.ts +11 -0
- package/dist/components/stzh-richtext.js +6 -0
- package/dist/components/stzh-richtext2.js +65 -0
- package/dist/components/stzh-row.d.ts +11 -0
- package/dist/components/stzh-row.js +63 -0
- package/dist/components/stzh-saptcha.d.ts +11 -0
- package/dist/components/stzh-saptcha.js +132 -0
- package/dist/components/stzh-section.d.ts +11 -0
- package/dist/components/stzh-section.js +39 -0
- package/dist/components/stzh-servicecard-list.d.ts +11 -0
- package/dist/components/stzh-servicecard-list.js +99 -0
- package/dist/components/stzh-servicecard.d.ts +11 -0
- package/dist/components/stzh-servicecard.js +283 -0
- package/dist/components/stzh-skiplink.d.ts +11 -0
- package/dist/components/stzh-skiplink.js +45 -0
- package/dist/components/stzh-sortable.d.ts +11 -0
- package/dist/components/stzh-sortable.js +6 -0
- package/dist/components/stzh-sortable2.js +3401 -0
- package/dist/components/stzh-status.d.ts +11 -0
- package/dist/components/stzh-status.js +6 -0
- package/dist/components/stzh-status2.js +51 -0
- package/dist/components/stzh-table.d.ts +11 -0
- package/dist/components/stzh-table.js +164 -0
- package/dist/components/stzh-text.d.ts +11 -0
- package/dist/components/stzh-text.js +6 -0
- package/dist/components/stzh-text2.js +64 -0
- package/dist/components/stzh-toggle.d.ts +11 -0
- package/dist/components/stzh-toggle.js +175 -0
- package/dist/components/stzh-tooltip.d.ts +11 -0
- package/dist/components/stzh-tooltip.js +6 -0
- package/dist/components/stzh-tooltip2.js +353 -0
- package/dist/components/stzh-upload.d.ts +11 -0
- package/dist/components/stzh-upload.js +10818 -0
- package/dist/components/stzh-vbz-linechip.d.ts +11 -0
- package/dist/components/stzh-vbz-linechip.js +6 -0
- package/dist/components/stzh-vbz-linechip2.js +2080 -0
- package/dist/components/stzh-vbz-majorticker.d.ts +11 -0
- package/dist/components/stzh-vbz-majorticker.js +158 -0
- package/dist/components/stzh-vbz-ticker.d.ts +11 -0
- package/dist/components/stzh-vbz-ticker.js +232 -0
- package/dist/components/stzh-visuallyhidden.d.ts +11 -0
- package/dist/components/stzh-visuallyhidden.js +34 -0
- package/dist/components/stzh-vspace.d.ts +11 -0
- package/dist/components/stzh-vspace.js +64 -0
- package/dist/components/translation-utils.js +57 -0
- package/dist/components/utils.js +33 -0
- package/dist/esm/_commonjsHelpers-ba3f0406.js +21 -0
- package/dist/esm/animation-utils-27dcfc1e.js +40 -0
- package/dist/esm/app-globals-137e106c.js +52 -0
- package/dist/esm/arrow-18769ca6.js +1297 -0
- package/dist/esm/date-adapter-c0ee5963.js +88 -0
- package/dist/esm/date-utils-282e96fe.js +159 -0
- package/dist/esm/dom-104fb833.js +73 -0
- package/dist/esm/event-utils-68b64805.js +16 -0
- package/dist/esm/focus-trap.esm-074705a3.js +1278 -0
- package/dist/esm/index-0e6d34c6.js +2209 -0
- package/dist/esm/index-545902f4.js +2017 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/js.cookie-28a40640.js +144 -0
- package/dist/esm/loader.js +19 -0
- package/dist/esm/media-utils-db7c9057.js +22 -0
- package/dist/esm/polyfills/core-js.js +11 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/polyfills/dom.js +79 -0
- package/dist/esm/polyfills/es5-html-element.js +1 -0
- package/dist/esm/polyfills/index.js +34 -0
- package/dist/esm/polyfills/system.js +6 -0
- package/dist/esm/shadow-css-4261c637.js +387 -0
- package/dist/esm/string-utils-33181845.js +15 -0
- package/dist/esm/stzh-accordion-item.entry.js +177 -0
- package/dist/esm/stzh-accordion.entry.js +70 -0
- package/dist/esm/stzh-actions.entry.js +49 -0
- package/dist/esm/stzh-appnav.entry.js +46 -0
- package/dist/esm/stzh-appointments.entry.js +267 -0
- package/dist/esm/stzh-badge_3.entry.js +161 -0
- package/dist/esm/stzh-calendar.entry.js +302 -0
- package/dist/esm/stzh-cell.entry.js +31 -0
- package/dist/esm/stzh-checkbox.entry.js +132 -0
- package/dist/esm/stzh-checkboxgroup.entry.js +164 -0
- package/dist/esm/stzh-chip-select.entry.js +62 -0
- package/dist/esm/stzh-chip.entry.js +97 -0
- package/dist/esm/stzh-components.js +105 -0
- package/dist/esm/stzh-container.entry.js +15 -0
- package/dist/esm/stzh-cspace.entry.js +18 -0
- package/dist/esm/stzh-datamessagelist-item.entry.js +99 -0
- package/dist/esm/stzh-datamessagelist.entry.js +19 -0
- package/dist/esm/stzh-datatable.entry.js +245 -0
- package/dist/esm/stzh-datepicker_4.entry.js +477 -0
- package/dist/esm/stzh-dialog.entry.js +187 -0
- package/dist/esm/stzh-dropdown.entry.js +5082 -0
- package/dist/esm/stzh-fieldset.entry.js +31 -0
- package/dist/esm/stzh-figure.entry.js +26 -0
- package/dist/esm/stzh-flyingfocus.entry.js +174 -0
- package/dist/esm/stzh-footer.entry.js +63 -0
- package/dist/esm/stzh-ghettobox_2.entry.js +145 -0
- package/dist/esm/stzh-header.entry.js +158 -0
- package/dist/esm/stzh-heading.entry.js +28 -0
- package/dist/esm/stzh-hr.entry.js +19 -0
- package/dist/esm/stzh-hspace.entry.js +37 -0
- package/dist/esm/stzh-icon-sprite.entry.js +18 -0
- package/dist/esm/stzh-input-description-fa0a4b5b.js +20 -0
- package/dist/esm/stzh-input.entry.js +188 -0
- package/dist/esm/stzh-link.entry.js +102 -0
- package/dist/esm/stzh-list-item.entry.js +24 -0
- package/dist/esm/stzh-list.entry.js +22 -0
- package/dist/esm/stzh-loader.entry.js +27 -0
- package/dist/esm/stzh-loadingbar.entry.js +29 -0
- package/dist/esm/stzh-menu_2.entry.js +92 -0
- package/dist/esm/stzh-message.entry.js +81 -0
- package/dist/esm/stzh-metanav.entry.js +33 -0
- package/dist/esm/stzh-overlay.entry.js +96 -0
- package/dist/esm/stzh-page-skiplinks.entry.js +33 -0
- package/dist/esm/stzh-pagetitle.entry.js +68 -0
- package/dist/esm/stzh-popover.entry.js +357 -0
- package/dist/esm/stzh-portal-mitwirken.entry.js +19 -0
- package/dist/esm/stzh-progressbar-item.entry.js +53 -0
- package/dist/esm/stzh-progressbar.entry.js +121 -0
- package/dist/esm/stzh-readspeaker.entry.js +54 -0
- package/dist/esm/stzh-row.entry.js +36 -0
- package/dist/esm/stzh-saptcha.entry.js +77 -0
- package/dist/esm/stzh-section.entry.js +20 -0
- package/dist/esm/stzh-servicecard-list.entry.js +52 -0
- package/dist/esm/stzh-servicecard.entry.js +208 -0
- package/dist/esm/stzh-skiplink.entry.js +23 -0
- package/dist/esm/stzh-sortable.entry.js +3378 -0
- package/dist/esm/stzh-status.entry.js +32 -0
- package/dist/esm/stzh-table.entry.js +139 -0
- package/dist/esm/stzh-toggle.entry.js +130 -0
- package/dist/esm/stzh-tooltip.entry.js +318 -0
- package/dist/esm/stzh-upload.entry.js +10746 -0
- package/dist/esm/stzh-vbz-linechip.entry.js +2054 -0
- package/dist/esm/stzh-vbz-majorticker.entry.js +103 -0
- package/dist/esm/stzh-vbz-ticker.entry.js +179 -0
- package/dist/esm/stzh-visuallyhidden.entry.js +17 -0
- package/dist/esm/stzh-vspace.entry.js +37 -0
- package/dist/esm/translation-utils-f5b09945.js +57 -0
- package/dist/esm/utils-c5d68020.js +33 -0
- package/dist/esm-es5/_commonjsHelpers-ba3f0406.js +1 -0
- package/dist/esm-es5/animation-utils-27dcfc1e.js +1 -0
- package/dist/esm-es5/app-globals-137e106c.js +1 -0
- package/dist/esm-es5/arrow-18769ca6.js +1 -0
- package/dist/esm-es5/date-adapter-c0ee5963.js +1 -0
- package/dist/esm-es5/date-utils-282e96fe.js +1 -0
- package/dist/esm-es5/dom-104fb833.js +21 -0
- package/dist/esm-es5/event-utils-68b64805.js +1 -0
- package/dist/esm-es5/focus-trap.esm-074705a3.js +9 -0
- package/dist/esm-es5/index-0e6d34c6.js +2 -0
- package/dist/esm-es5/index-545902f4.js +1 -0
- package/dist/esm-es5/index.js +0 -0
- package/dist/esm-es5/js.cookie-28a40640.js +1 -0
- package/dist/esm-es5/loader.js +1 -0
- package/dist/esm-es5/media-utils-db7c9057.js +1 -0
- package/dist/esm-es5/shadow-css-4261c637.js +12 -0
- package/dist/esm-es5/string-utils-33181845.js +1 -0
- package/dist/esm-es5/stzh-accordion-item.entry.js +1 -0
- package/dist/esm-es5/stzh-accordion.entry.js +1 -0
- package/dist/esm-es5/stzh-actions.entry.js +1 -0
- package/dist/esm-es5/stzh-appnav.entry.js +1 -0
- package/dist/esm-es5/stzh-appointments.entry.js +1 -0
- package/dist/esm-es5/stzh-badge_3.entry.js +1 -0
- package/dist/esm-es5/stzh-calendar.entry.js +1 -0
- package/dist/esm-es5/stzh-cell.entry.js +1 -0
- package/dist/esm-es5/stzh-checkbox.entry.js +1 -0
- package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -0
- package/dist/esm-es5/stzh-chip-select.entry.js +1 -0
- package/dist/esm-es5/stzh-chip.entry.js +1 -0
- package/dist/esm-es5/stzh-components.js +1 -0
- package/dist/esm-es5/stzh-container.entry.js +1 -0
- package/dist/esm-es5/stzh-cspace.entry.js +1 -0
- package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -0
- package/dist/esm-es5/stzh-datamessagelist.entry.js +1 -0
- package/dist/esm-es5/stzh-datatable.entry.js +9 -0
- package/dist/esm-es5/stzh-datepicker_4.entry.js +1 -0
- package/dist/esm-es5/stzh-dialog.entry.js +1 -0
- package/dist/esm-es5/stzh-dropdown.entry.js +1 -0
- package/dist/esm-es5/stzh-fieldset.entry.js +1 -0
- package/dist/esm-es5/stzh-figure.entry.js +1 -0
- package/dist/esm-es5/stzh-flyingfocus.entry.js +1 -0
- package/dist/esm-es5/stzh-footer.entry.js +1 -0
- package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -0
- package/dist/esm-es5/stzh-header.entry.js +1 -0
- package/dist/esm-es5/stzh-heading.entry.js +1 -0
- package/dist/esm-es5/stzh-hr.entry.js +1 -0
- package/dist/esm-es5/stzh-hspace.entry.js +1 -0
- package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -0
- package/dist/esm-es5/stzh-input-description-fa0a4b5b.js +1 -0
- package/dist/esm-es5/stzh-input.entry.js +1 -0
- package/dist/esm-es5/stzh-link.entry.js +1 -0
- package/dist/esm-es5/stzh-list-item.entry.js +1 -0
- package/dist/esm-es5/stzh-list.entry.js +1 -0
- package/dist/esm-es5/stzh-loader.entry.js +1 -0
- package/dist/esm-es5/stzh-loadingbar.entry.js +1 -0
- package/dist/esm-es5/stzh-menu_2.entry.js +1 -0
- package/dist/esm-es5/stzh-message.entry.js +1 -0
- package/dist/esm-es5/stzh-metanav.entry.js +1 -0
- package/dist/esm-es5/stzh-overlay.entry.js +1 -0
- package/dist/esm-es5/stzh-page-skiplinks.entry.js +1 -0
- package/dist/esm-es5/stzh-pagetitle.entry.js +1 -0
- package/dist/esm-es5/stzh-popover.entry.js +1 -0
- package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -0
- package/dist/esm-es5/stzh-progressbar-item.entry.js +1 -0
- package/dist/esm-es5/stzh-progressbar.entry.js +1 -0
- package/dist/esm-es5/stzh-readspeaker.entry.js +1 -0
- package/dist/esm-es5/stzh-row.entry.js +1 -0
- package/dist/esm-es5/stzh-saptcha.entry.js +1 -0
- package/dist/esm-es5/stzh-section.entry.js +1 -0
- package/dist/esm-es5/stzh-servicecard-list.entry.js +1 -0
- package/dist/esm-es5/stzh-servicecard.entry.js +1 -0
- package/dist/esm-es5/stzh-skiplink.entry.js +1 -0
- package/dist/esm-es5/stzh-sortable.entry.js +7 -0
- package/dist/esm-es5/stzh-status.entry.js +1 -0
- package/dist/esm-es5/stzh-table.entry.js +1 -0
- package/dist/esm-es5/stzh-toggle.entry.js +1 -0
- package/dist/esm-es5/stzh-tooltip.entry.js +1 -0
- package/dist/esm-es5/stzh-upload.entry.js +1 -0
- package/dist/esm-es5/stzh-vbz-linechip.entry.js +1 -0
- package/dist/esm-es5/stzh-vbz-majorticker.entry.js +1 -0
- package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -0
- package/dist/esm-es5/stzh-visuallyhidden.entry.js +1 -0
- package/dist/esm-es5/stzh-vspace.entry.js +1 -0
- package/dist/esm-es5/translation-utils-f5b09945.js +1 -0
- package/dist/esm-es5/utils-c5d68020.js +1 -0
- package/dist/index.cjs.js +1 -0
- package/dist/index.js +1 -0
- package/dist/stzh-components/assets/favicons/android-chrome-192x192.png +0 -0
- package/dist/stzh-components/assets/favicons/android-chrome-384x384.png +0 -0
- package/dist/stzh-components/assets/favicons/apple-touch-icon.png +0 -0
- package/dist/stzh-components/assets/favicons/browserconfig.xml +9 -0
- package/dist/stzh-components/assets/favicons/favicon-16x16.png +0 -0
- package/dist/stzh-components/assets/favicons/favicon-32x32.png +0 -0
- package/dist/stzh-components/assets/favicons/favicon.ico +0 -0
- package/dist/stzh-components/assets/favicons/mstile-150x150.png +0 -0
- package/dist/stzh-components/assets/favicons/safari-pinned-tab.svg +1 -0
- package/dist/stzh-components/assets/favicons/site.webmanifest +19 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_41488878.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_41488878.woff2 +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_55Roman.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_55Roman.woff2 +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_71488914.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW01_71488914.woff2 +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_65Medium.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_65Medium.woff2 +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_85Heavy.woff +0 -0
- package/dist/stzh-components/assets/fonts/HelveticaNeueLTW05_85Heavy.woff2 +0 -0
- package/dist/stzh-components/assets/fonts.css +39 -0
- package/dist/stzh-components/assets/i18n/de.json +154 -0
- package/dist/stzh-components/assets/i18n/en.json +154 -0
- package/dist/stzh-components/assets/icons/mono/alarm-bell.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/angle-down.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/angle-left.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/angle-right.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/angle-up.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/archive-box.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-down.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-left-circle.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/arrow-left.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-right-long.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-right.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/arrow-up.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/bulleted-list.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/calendar.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/cart.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/checkmark-circle.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/checkmark.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/clock.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/close-circle.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/close.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/compass-direction.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/compass-north.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/construction.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/copy.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/delete.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/download.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/drag.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/edit.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/email-check.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/expand.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/external-link.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/facebook-comment.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/facebook.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/file.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/filtering.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/flag.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/focus.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/gear.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/heart.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/home.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/important-warning.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/info-help.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/instagram.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/like-hand.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/linkedin.svg +5 -0
- package/dist/stzh-components/assets/icons/mono/list-expanded.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/list-shrinked.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/lock.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/mail.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/map.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/menu.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/minus.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/more-horizontal.svg +5 -0
- package/dist/stzh-components/assets/icons/mono/more-vertical.svg +5 -0
- package/dist/stzh-components/assets/icons/mono/paper-clip.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/phone.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/pin-location.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/pin.svg +11 -0
- package/dist/stzh-components/assets/icons/mono/play-1.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/play-button.svg +11 -0
- package/dist/stzh-components/assets/icons/mono/play.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/plus.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/portfolio-grid.svg +11 -0
- package/dist/stzh-components/assets/icons/mono/print.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/question-help.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/read-mail.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/reload.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/reset-time.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/reset.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/resize.svg +8 -0
- package/dist/stzh-components/assets/icons/mono/rss.svg +12 -0
- package/dist/stzh-components/assets/icons/mono/search.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/services.svg +6 -0
- package/dist/stzh-components/assets/icons/mono/share.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/shrink.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/silent-mode.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/social-media.svg +23 -0
- package/dist/stzh-components/assets/icons/mono/star-filled.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/star.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/subtitle.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/team.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/text-message.svg +6 -0
- package/dist/stzh-components/assets/icons/mono/thermometer.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/transcript.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/twitter-reply.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/twitter-retweet.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/twitter.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/unlock.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/user.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/view-hidden.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/view.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/volume-medium.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/warning-big.svg +4 -0
- package/dist/stzh-components/assets/icons/mono/warning.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/web-Link.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/wifi-signal.svg +3 -0
- package/dist/stzh-components/assets/icons/mono/world-globe.svg +10 -0
- package/dist/stzh-components/assets/icons/mono/xing.svg +11 -0
- package/dist/stzh-components/assets/polyfills/ie11CustomProperties.min.js +8 -0
- package/dist/stzh-components/assets/polyfills/intersection-observer.min.js +7 -0
- package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +1354 -0
- package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Common.Settings.js +278 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Core.js +544 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.HL.js +1111 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.PlayerAPI.js +211 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles-Basic.css +881 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles-Button.css +75 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.Styles.css +977 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.js +257 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.lib.Facade.adapter.jquery.js +120 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.lib.RSLib.js +796 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.pub.Config.js +384 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeaker.ui.js +1241 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeakerClassic.css +357 -0
- package/dist/stzh-components/assets/vendors/readspeaker/ReadSpeakerClassic.js +51 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/ReadSpeakerClassic.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/cursor-ew.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/help.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/icon_16px.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/pin_black.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/pin_red.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/play-anim.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/rs_button.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/rs_button.png +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/rs_loader_anim.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/img/timeline-anim.gif +0 -0
- package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.css +1 -0
- package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/ReadSpeaker.enlargeHL.js +24 -0
- package/dist/stzh-components/assets/vendors/readspeaker/mods/enlargeHL/img/rs_icon_64x64.png +0 -0
- package/dist/stzh-components/index.esm.js +0 -0
- package/dist/stzh-components/p-0338cec3.system.entry.js +1 -0
- package/dist/stzh-components/p-03b16275.entry.js +1 -0
- package/dist/stzh-components/p-0433fff9.system.entry.js +1 -0
- package/dist/stzh-components/p-0837657c.entry.js +1 -0
- package/dist/stzh-components/p-08cc711a.system.entry.js +1 -0
- package/dist/stzh-components/p-0a71fbac.entry.js +1 -0
- package/dist/stzh-components/p-0ae3e066.system.entry.js +1 -0
- package/dist/stzh-components/p-0c2b5907.js +1 -0
- package/dist/stzh-components/p-0e9e4c68.entry.js +1 -0
- package/dist/stzh-components/p-0ec28130.system.entry.js +1 -0
- package/dist/stzh-components/p-148de4e6.entry.js +1 -0
- package/dist/stzh-components/p-160c6e5f.system.entry.js +1 -0
- package/dist/stzh-components/p-17258518.entry.js +1 -0
- package/dist/stzh-components/p-1a40a6e4.js +1 -0
- package/dist/stzh-components/p-1aaa5112.system.entry.js +1 -0
- package/dist/stzh-components/p-1ace5d80.entry.js +1 -0
- package/dist/stzh-components/p-1cde29ea.entry.js +1 -0
- package/dist/stzh-components/p-1cebd703.entry.js +1 -0
- package/dist/stzh-components/p-1e2ee622.system.entry.js +1 -0
- package/dist/stzh-components/p-1f3e6fad.system.entry.js +1 -0
- package/dist/stzh-components/p-22f948e2.entry.js +1 -0
- package/dist/stzh-components/p-22fba26d.entry.js +1 -0
- package/dist/stzh-components/p-25afa99e.entry.js +1 -0
- package/dist/stzh-components/p-301841e3.entry.js +1 -0
- package/dist/stzh-components/p-30b347ee.system.js +2 -0
- package/dist/stzh-components/p-320aedf7.js +1 -0
- package/dist/stzh-components/p-323fdc2f.entry.js +1 -0
- package/dist/stzh-components/p-33d033a3.system.entry.js +1 -0
- package/dist/stzh-components/p-3410ef5a.system.entry.js +1 -0
- package/dist/stzh-components/p-378be0be.system.entry.js +1 -0
- package/dist/stzh-components/p-3a73b8b5.system.js +1 -0
- package/dist/stzh-components/p-3afe13ac.system.entry.js +1 -0
- package/dist/stzh-components/p-3ca5c2e6.system.entry.js +1 -0
- package/dist/stzh-components/p-3da37219.entry.js +8 -0
- package/dist/stzh-components/p-3e3e4bfd.system.js +1 -0
- package/dist/stzh-components/p-3e8ff66b.js +1 -0
- package/dist/stzh-components/p-3eb7b6b4.entry.js +1 -0
- package/dist/stzh-components/p-3f03fd94.system.entry.js +1 -0
- package/dist/stzh-components/p-40a19ce6.js +10 -0
- package/dist/stzh-components/p-42430cdf.js +1 -0
- package/dist/stzh-components/p-4476344d.js +1 -0
- package/dist/stzh-components/p-45d4e9b4.system.entry.js +1 -0
- package/dist/stzh-components/p-46f301c0.entry.js +1 -0
- package/dist/stzh-components/p-49968bbf.entry.js +1 -0
- package/dist/stzh-components/p-4b69a3e8.system.entry.js +1 -0
- package/dist/stzh-components/p-4b8893d1.entry.js +1 -0
- package/dist/stzh-components/p-4c61dcad.js +19 -0
- package/dist/stzh-components/p-4c68fa45.system.js +1 -0
- package/dist/stzh-components/p-4e9e606f.entry.js +1 -0
- package/dist/stzh-components/p-50ea2036.system.js +1 -0
- package/dist/stzh-components/p-53934cfd.js +1 -0
- package/dist/stzh-components/p-562394a9.system.entry.js +1 -0
- package/dist/stzh-components/p-56fccfa3.system.entry.js +1 -0
- package/dist/stzh-components/p-582cf0f1.system.js +1 -0
- package/dist/stzh-components/p-58917ce2.entry.js +1 -0
- package/dist/stzh-components/p-58b8d309.system.entry.js +1 -0
- package/dist/stzh-components/p-5977373f.system.js +1 -0
- package/dist/stzh-components/p-59bdb14a.system.entry.js +1 -0
- package/dist/stzh-components/p-5db542ae.system.js +1 -0
- package/dist/stzh-components/p-5f20178b.system.js +1 -0
- package/dist/stzh-components/p-6113bb25.entry.js +1 -0
- package/dist/stzh-components/p-632d9076.system.entry.js +1 -0
- package/dist/stzh-components/p-63b5068a.system.entry.js +1 -0
- package/dist/stzh-components/p-63bf05f1.system.entry.js +1 -0
- package/dist/stzh-components/p-648695c2.js +1 -0
- package/dist/stzh-components/p-649164c7.entry.js +9 -0
- package/dist/stzh-components/p-649621fc.js +1 -0
- package/dist/stzh-components/p-6523a23b.system.js +21 -0
- package/dist/stzh-components/p-65282c9d.js +2 -0
- package/dist/stzh-components/p-65444117.system.entry.js +1 -0
- package/dist/stzh-components/p-66556f67.entry.js +1 -0
- package/dist/stzh-components/p-670d4834.entry.js +1 -0
- package/dist/stzh-components/p-67eac0a0.entry.js +1 -0
- package/dist/stzh-components/p-690d14cd.entry.js +1 -0
- package/dist/stzh-components/p-6d23fb4d.system.entry.js +1 -0
- package/dist/stzh-components/p-73d51acc.system.entry.js +1 -0
- package/dist/stzh-components/p-740dd50f.entry.js +1 -0
- package/dist/stzh-components/p-75f1b800.entry.js +1 -0
- package/dist/stzh-components/p-79770abe.system.entry.js +9 -0
- package/dist/stzh-components/p-7c6f9cb3.entry.js +1 -0
- package/dist/stzh-components/p-7e3924a0.system.entry.js +1 -0
- package/dist/stzh-components/p-80db7aa6.system.entry.js +1 -0
- package/dist/stzh-components/p-818634d2.entry.js +1 -0
- package/dist/stzh-components/p-81d9f3e0.js +1 -0
- package/dist/stzh-components/p-82e6148a.system.entry.js +1 -0
- package/dist/stzh-components/p-85d78e08.entry.js +1 -0
- package/dist/stzh-components/p-87140179.system.entry.js +1 -0
- package/dist/stzh-components/p-8ba6ca80.js +1 -0
- package/dist/stzh-components/p-8cf287d8.system.entry.js +1 -0
- package/dist/stzh-components/p-915e8ad6.entry.js +1 -0
- package/dist/stzh-components/p-91e9ccfa.entry.js +1 -0
- package/dist/stzh-components/p-927901f5.system.entry.js +1 -0
- package/dist/stzh-components/p-936cc626.system.entry.js +1 -0
- package/dist/stzh-components/p-95a3c962.system.entry.js +1 -0
- package/dist/stzh-components/p-96fd158c.entry.js +1 -0
- package/dist/stzh-components/p-98afd4b0.system.entry.js +1 -0
- package/dist/stzh-components/p-99195f5a.system.js +1 -0
- package/dist/stzh-components/p-99533090.system.entry.js +1 -0
- package/dist/stzh-components/p-9be4e960.entry.js +1 -0
- package/dist/stzh-components/p-9fe34fe8.system.js +1 -0
- package/dist/stzh-components/p-a42a7524.entry.js +1 -0
- package/dist/stzh-components/p-a499fa98.system.entry.js +1 -0
- package/dist/stzh-components/p-a5b616bb.system.entry.js +1 -0
- package/dist/stzh-components/p-a7454367.js +1 -0
- package/dist/stzh-components/p-a7785d9b.system.js +1 -0
- package/dist/stzh-components/p-a8c3af68.system.entry.js +1 -0
- package/dist/stzh-components/p-a8de6293.system.js +13 -0
- package/dist/stzh-components/p-ab2727e6.entry.js +1 -0
- package/dist/stzh-components/p-ab864a8a.system.entry.js +1 -0
- package/dist/stzh-components/p-ac9e6d17.system.entry.js +1 -0
- package/dist/stzh-components/p-adaf8b15.entry.js +1 -0
- package/dist/stzh-components/p-ade1ebcf.system.entry.js +1 -0
- package/dist/stzh-components/p-aec2d2d1.system.entry.js +1 -0
- package/dist/stzh-components/p-af47430b.system.entry.js +1 -0
- package/dist/stzh-components/p-af819e4e.system.js +1 -0
- package/dist/stzh-components/p-afa7061e.entry.js +1 -0
- package/dist/stzh-components/p-b06cc533.entry.js +1 -0
- package/dist/stzh-components/p-b10682ee.js +1 -0
- package/dist/stzh-components/p-b1976630.entry.js +1 -0
- package/dist/stzh-components/p-b24040ff.system.entry.js +1 -0
- package/dist/stzh-components/p-b2c8c31e.system.entry.js +1 -0
- package/dist/stzh-components/p-b34774e7.entry.js +1 -0
- package/dist/stzh-components/p-b3b05b6c.entry.js +1 -0
- package/dist/stzh-components/p-b56c83a4.entry.js +1 -0
- package/dist/stzh-components/p-b651f251.entry.js +1 -0
- package/dist/stzh-components/p-b9e4095d.entry.js +1 -0
- package/dist/stzh-components/p-bb900d9f.entry.js +1 -0
- package/dist/stzh-components/p-bb91feeb.entry.js +1 -0
- package/dist/stzh-components/p-bf5b6523.entry.js +1 -0
- package/dist/stzh-components/p-c2218965.system.entry.js +1 -0
- package/dist/stzh-components/p-c3ac1bdc.system.entry.js +1 -0
- package/dist/stzh-components/p-c51a61cb.system.entry.js +1 -0
- package/dist/stzh-components/p-c6cad5ed.system.entry.js +1 -0
- package/dist/stzh-components/p-c8bc2812.entry.js +1 -0
- package/dist/stzh-components/p-cd29b7ca.entry.js +1 -0
- package/dist/stzh-components/p-d1821750.system.entry.js +1 -0
- package/dist/stzh-components/p-d2f660e1.system.js +1 -0
- package/dist/stzh-components/p-d790a367.entry.js +1 -0
- package/dist/stzh-components/p-d7b5770c.entry.js +1 -0
- package/dist/stzh-components/p-d8819b74.system.entry.js +1 -0
- package/dist/stzh-components/p-da8218fa.system.entry.js +1 -0
- package/dist/stzh-components/p-ded16c0e.system.js +1 -0
- package/dist/stzh-components/p-df422d36.entry.js +1 -0
- package/dist/stzh-components/p-e00139a1.entry.js +1 -0
- package/dist/stzh-components/p-e029f6c5.system.entry.js +1 -0
- package/dist/stzh-components/p-e1b64b8a.system.entry.js +1 -0
- package/dist/stzh-components/p-e20369c8.system.js +10 -0
- package/dist/stzh-components/p-e3769e97.system.js +1 -0
- package/dist/stzh-components/p-e4347cfe.entry.js +1 -0
- package/dist/stzh-components/p-e69a66bb.js +1 -0
- package/dist/stzh-components/p-e9bc3a43.entry.js +1 -0
- package/dist/stzh-components/p-e9ca8ddc.entry.js +1 -0
- package/dist/stzh-components/p-ebf73698.entry.js +1 -0
- package/dist/stzh-components/p-ece7ad4d.system.entry.js +1 -0
- package/dist/stzh-components/p-ef5d4167.js +12 -0
- package/dist/stzh-components/p-efb9fa47.system.entry.js +1 -0
- package/dist/stzh-components/p-efd78d08.system.entry.js +1 -0
- package/dist/stzh-components/p-f0422b6c.entry.js +1 -0
- package/dist/stzh-components/p-f21440b3.entry.js +1 -0
- package/dist/stzh-components/p-f44f4d26.system.entry.js +1 -0
- package/dist/stzh-components/p-f481f21d.system.js +1 -0
- package/dist/stzh-components/p-f48a2b00.system.entry.js +1 -0
- package/dist/stzh-components/p-f8bb1bed.system.entry.js +7 -0
- package/dist/stzh-components/p-fa8651dd.entry.js +1 -0
- package/dist/stzh-components/p-fe9f8a09.system.entry.js +1 -0
- package/dist/stzh-components/p-ffa293cf.entry.js +1 -0
- package/dist/stzh-components/stzh-components.css +1 -0
- package/dist/stzh-components/stzh-components.esm.js +1 -0
- package/dist/stzh-components/stzh-components.js +131 -0
- package/dist/types/components/stzh-accordion/stzh-accordion.d.ts +15 -0
- package/dist/types/components/stzh-accordion-item/stzh-accordion-item.d.ts +44 -0
- package/dist/types/components/stzh-actions/stzh-actions.d.ts +16 -0
- package/dist/types/components/stzh-appnav/stzh-appnav.d.ts +17 -0
- package/dist/types/components/stzh-appointments/stzh-appointments.d.ts +73 -0
- package/dist/types/components/stzh-appointments/stzh-appointments.localization.d.ts +11 -0
- package/dist/types/components/stzh-badge/stzh-badge.d.ts +8 -0
- package/dist/types/components/stzh-button/stzh-button.d.ts +59 -0
- package/dist/types/components/stzh-calendar/stzh-calendar-day.d.ts +14 -0
- package/dist/types/components/stzh-calendar/stzh-calendar-month.d.ts +21 -0
- package/dist/types/components/stzh-calendar/stzh-calendar.d.ts +76 -0
- package/dist/types/components/stzh-calendar/stzh-calendar.localization.d.ts +7 -0
- package/dist/types/components/stzh-cell/stzh-cell.d.ts +21 -0
- package/dist/types/components/stzh-checkbox/stzh-checkbox.d.ts +55 -0
- package/dist/types/components/stzh-checkboxgroup/stzh-checkboxgroup.d.ts +62 -0
- package/dist/types/components/stzh-chip/stzh-chip.d.ts +47 -0
- package/dist/types/components/stzh-chip-select/stzh-chip-select.d.ts +23 -0
- package/dist/types/components/stzh-container/stzh-container.d.ts +6 -0
- package/dist/types/components/stzh-cspace/stzh-cspace.d.ts +6 -0
- package/dist/types/components/stzh-datamessagelist/stzh-datamessagelist.d.ts +6 -0
- package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.d.ts +44 -0
- package/dist/types/components/stzh-datamessagelist-item/stzh-datamessagelist-item.localization.d.ts +4 -0
- package/dist/types/components/stzh-datatable/stzh-datatable.d.ts +49 -0
- package/dist/types/components/stzh-datatable/stzh-datatable.localization.d.ts +4 -0
- package/dist/types/components/stzh-datepicker/stzh-datepicker.d.ts +93 -0
- package/dist/types/components/stzh-datepicker/stzh-datepicker.localization.d.ts +5 -0
- package/dist/types/components/stzh-dialog/stzh-dialog.d.ts +59 -0
- package/dist/types/components/stzh-dialog/stzh-dialog.localization.d.ts +4 -0
- package/dist/types/components/stzh-dropdown/stzh-dropdown.d.ts +150 -0
- package/dist/types/components/stzh-dropdown/stzh-dropdown.localization.d.ts +7 -0
- package/dist/types/components/stzh-fieldset/stzh-fieldset.d.ts +15 -0
- package/dist/types/components/stzh-figure/stzh-figure.d.ts +13 -0
- package/dist/types/components/stzh-flyingfocus/stzh-flyingfocus.d.ts +39 -0
- package/dist/types/components/stzh-footer/stzh-footer.d.ts +21 -0
- package/dist/types/components/stzh-footer/stzh-footer.localization.d.ts +9 -0
- package/dist/types/components/stzh-ghettobox/stzh-ghettobox.d.ts +49 -0
- package/dist/types/components/stzh-ghettobox/stzh-ghettobox.localization.d.ts +5 -0
- package/dist/types/components/stzh-header/stzh-header.d.ts +57 -0
- package/dist/types/components/stzh-heading/stzh-heading.d.ts +13 -0
- package/dist/types/components/stzh-hr/stzh-hr.d.ts +7 -0
- package/dist/types/components/stzh-hspace/stzh-hspace.d.ts +25 -0
- package/dist/types/components/stzh-icon/stzh-icon.d.ts +15 -0
- package/dist/types/components/stzh-icon-sprite/stzh-icon-sprite.d.ts +3 -0
- package/dist/types/components/stzh-input/stzh-input-description.d.ts +11 -0
- package/dist/types/components/stzh-input/stzh-input.d.ts +95 -0
- package/dist/types/components/stzh-link/stzh-link.d.ts +50 -0
- package/dist/types/components/stzh-list/stzh-list.d.ts +9 -0
- package/dist/types/components/stzh-list-item/stzh-list-item.d.ts +7 -0
- package/dist/types/components/stzh-loader/stzh-loader.d.ts +13 -0
- package/dist/types/components/stzh-loadingbar/stzh-loadingbar.d.ts +12 -0
- package/dist/types/components/stzh-menu/stzh-menu.d.ts +6 -0
- package/dist/types/components/stzh-menu-item/stzh-menu-item.d.ts +35 -0
- package/dist/types/components/stzh-message/stzh-message.d.ts +36 -0
- package/dist/types/components/stzh-message/stzh-message.localization.d.ts +4 -0
- package/dist/types/components/stzh-metanav/stzh-metanav.d.ts +11 -0
- package/dist/types/components/stzh-overlay/stzh-overlay.d.ts +34 -0
- package/dist/types/components/stzh-page-skiplinks/stzh-page-skiplinks.d.ts +11 -0
- package/dist/types/components/stzh-pagetitle/stzh-pagetitle.d.ts +11 -0
- package/dist/types/components/stzh-popover/stzh-popover.d.ts +73 -0
- package/dist/types/components/stzh-popover/stzh-popover.localization.d.ts +4 -0
- package/dist/types/components/stzh-portal-mitwirken/stzh-portal-mitwirken.d.ts +8 -0
- package/dist/types/components/stzh-progressbar/stzh-progressbar.d.ts +42 -0
- package/dist/types/components/stzh-progressbar-item/stzh-progressbar-item.d.ts +22 -0
- package/dist/types/components/stzh-radio/stzh-radio.d.ts +55 -0
- package/dist/types/components/stzh-radiogroup/stzh-radiogroup.d.ts +64 -0
- package/dist/types/components/stzh-readspeaker/stzh-readspeaker.d.ts +18 -0
- package/dist/types/components/stzh-richtext/stzh-richtext.d.ts +14 -0
- package/dist/types/components/stzh-row/stzh-row.d.ts +23 -0
- package/dist/types/components/stzh-saptcha/stzh-saptcha.d.ts +28 -0
- package/dist/types/components/stzh-saptcha/stzh-saptcha.localization.d.ts +7 -0
- package/dist/types/components/stzh-section/stzh-section.d.ts +8 -0
- package/dist/types/components/stzh-servicecard/stzh-servicecard.d.ts +72 -0
- package/dist/types/components/stzh-servicecard/stzh-servicecard.localization.d.ts +8 -0
- package/dist/types/components/stzh-servicecard-list/stzh-servicecard-list.d.ts +23 -0
- package/dist/types/components/stzh-servicecard-list/stzh-servicecard-list.localization.d.ts +5 -0
- package/dist/types/components/stzh-skiplink/stzh-skiplink.d.ts +16 -0
- package/dist/types/components/stzh-sortable/stzh-sortable.d.ts +52 -0
- package/dist/types/components/stzh-sortable/stzh-sortable.localization.d.ts +8 -0
- package/dist/types/components/stzh-status/stzh-status.d.ts +14 -0
- package/dist/types/components/stzh-table/stzh-table.d.ts +33 -0
- package/dist/types/components/stzh-text/stzh-text.d.ts +23 -0
- package/dist/types/components/stzh-toggle/stzh-toggle.d.ts +57 -0
- package/dist/types/components/stzh-tooltip/stzh-tooltip.d.ts +78 -0
- package/dist/types/components/stzh-tooltip/stzh-tooltip.localization.d.ts +4 -0
- package/dist/types/components/stzh-upload/stzh-upload.d.ts +207 -0
- package/dist/types/components/stzh-upload/stzh-upload.localization.d.ts +16 -0
- package/dist/types/components/stzh-vbz-linechip/stzh-vbz-linechip.d.ts +27 -0
- package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.d.ts +34 -0
- package/dist/types/components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization.d.ts +4 -0
- package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.d.ts +54 -0
- package/dist/types/components/stzh-vbz-ticker/stzh-vbz-ticker.localization.d.ts +15 -0
- package/dist/types/components/stzh-visuallyhidden/stzh-visuallyhidden.d.ts +6 -0
- package/dist/types/components/stzh-vspace/stzh-vspace.d.ts +25 -0
- package/dist/types/components.d.ts +5192 -0
- package/dist/types/index.d.ts +427 -0
- package/dist/types/stencil-public-runtime.d.ts +1565 -0
- package/dist/types/types/svg.d.ts +4 -0
- package/dist/types/utils/animation-utils.d.ts +10 -0
- package/dist/types/utils/date-adapter.d.ts +8 -0
- package/dist/types/utils/date-utils.d.ts +61 -0
- package/dist/types/utils/event-utils.d.ts +1 -0
- package/dist/types/utils/h.d.ts +18 -0
- package/dist/types/utils/media-utils.d.ts +3 -0
- package/dist/types/utils/string-utils.d.ts +2 -0
- package/dist/types/utils/test-utils.d.ts +9 -0
- package/dist/types/utils/translation-utils.d.ts +40 -0
- package/dist/types/utils/utils.d.ts +3 -0
- package/dist/vscode-data.json +4453 -0
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +12 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +11 -0
- package/package.json +94 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 2L12.4415 1.76529C12.3547 1.60203 12.1849 1.5 12 1.5C11.8151 1.5 11.6453 1.60203 11.5585 1.76529L12 2ZM1.5 21.75L1.05851 21.5153C0.976123 21.6703 0.981022 21.8571 1.07142 22.0075C1.16182 22.158 1.32449 22.25 1.5 22.25V21.75ZM22.5 21.75V22.25C22.6755 22.25 22.8382 22.158 22.9286 22.0075C23.019 21.8571 23.0239 21.6703 22.9415 21.5153L22.5 21.75ZM11.5 14.375C11.5 14.6511 11.7239 14.875 12 14.875C12.2761 14.875 12.5 14.6511 12.5 14.375H11.5ZM12.5 9.375C12.5 9.09886 12.2761 8.875 12 8.875C11.7239 8.875 11.5 9.09886 11.5 9.375H12.5ZM11.5585 1.76529L1.05851 21.5153L1.94149 21.9847L12.4415 2.23471L11.5585 1.76529ZM1.5 22.25H22.5V21.25H1.5V22.25ZM22.9415 21.5153L12.4415 1.76529L11.5585 2.23471L22.0585 21.9847L22.9415 21.5153ZM12.5 14.375V9.375H11.5V14.375H12.5ZM12.25 18C12.25 18.1381 12.1381 18.25 12 18.25V19.25C12.6904 19.25 13.25 18.6904 13.25 18H12.25ZM12 18.25C11.8619 18.25 11.75 18.1381 11.75 18H10.75C10.75 18.6904 11.3096 19.25 12 19.25V18.25ZM11.75 18C11.75 17.8619 11.8619 17.75 12 17.75V16.75C11.3096 16.75 10.75 17.3096 10.75 18H11.75ZM12 17.75C12.1381 17.75 12.25 17.8619 12.25 18H13.25C13.25 17.3096 12.6904 16.75 12 16.75V17.75Z" fill="#4D4D4D"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.5 10.75H12V18M10.5 18.003H13.5M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM12.375 7.125C12.375 7.53921 12.0392 7.875 11.625 7.875C11.2108 7.875 10.875 7.53921 10.875 7.125C10.875 6.71079 11.2108 6.375 11.625 6.375C12.0392 6.375 12.375 6.71079 12.375 7.125Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M7.33333 2.50002H16.6667V1.50002H7.33333V2.50002ZM21.5 7.33335V16.6667H22.5V7.33335H21.5ZM16.6667 21.5H7.33333V22.5H16.6667V21.5ZM2.5 16.6667V7.33335H1.5V16.6667H2.5ZM7.33333 21.5C4.66396 21.5 2.5 19.3361 2.5 16.6667H1.5C1.5 19.8883 4.11167 22.5 7.33333 22.5V21.5ZM21.5 16.6667C21.5 19.3361 19.336 21.5 16.6667 21.5V22.5C19.8883 22.5 22.5 19.8883 22.5 16.6667H21.5ZM16.6667 2.50002C19.336 2.50002 21.5 4.66397 21.5 7.33335H22.5C22.5 4.11169 19.8883 1.50002 16.6667 1.50002V2.50002ZM7.33333 1.50002C4.11167 1.50002 1.5 4.11169 1.5 7.33335H2.5C2.5 4.66397 4.66396 2.50002 7.33333 2.50002V1.50002ZM12 16.9445C14.7307 16.9445 16.9445 14.7308 16.9445 12H15.9445C15.9445 14.1785 14.1785 15.9445 12 15.9445V16.9445ZM16.9445 12C16.9445 9.26927 14.7307 7.05556 12 7.05556V8.05556C14.1785 8.05556 15.9445 9.82155 15.9445 12H16.9445ZM12 7.05556C9.26926 7.05556 7.05556 9.26927 7.05556 12H8.05556C8.05556 9.82155 9.82155 8.05556 12 8.05556V7.05556ZM7.05556 12C7.05556 14.7308 9.26926 16.9445 12 16.9445V15.9445C9.82155 15.9445 8.05556 14.1785 8.05556 12H7.05556ZM18.0333 5.91112C18.0333 5.88043 18.0582 5.85556 18.0889 5.85556V6.85556C18.6105 6.85556 19.0333 6.43272 19.0333 5.91112H18.0333ZM18.0889 5.85556C18.1196 5.85556 18.1445 5.88043 18.1445 5.91112H17.1445C17.1445 6.43272 17.5673 6.85556 18.0889 6.85556V5.85556ZM18.1445 5.91112C18.1445 5.9418 18.1196 5.96667 18.0889 5.96667V4.96667C17.5673 4.96667 17.1445 5.38951 17.1445 5.91112H18.1445ZM18.0889 5.96667C18.0582 5.96667 18.0333 5.9418 18.0333 5.91112H19.0333C19.0333 5.38951 18.6105 4.96667 18.0889 4.96667V5.96667Z" fill="#4D4D4D"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1638_23490)">
|
|
3
|
+
<path d="M6.75002 20.25H7.50002C9.00002 20.25 12 21.75 13.5 21.75H19.5C19.8978 21.75 20.2794 21.592 20.5607 21.3107C20.842 21.0294 21 20.6479 21 20.25C21 19.8522 20.842 19.4707 20.5607 19.1894C20.2794 18.9081 19.8978 18.75 19.5 18.75H20.25C20.6478 18.75 21.0294 18.592 21.3107 18.3107C21.592 18.0294 21.75 17.6479 21.75 17.25C21.75 16.8522 21.592 16.4707 21.3107 16.1894C21.0294 15.9081 20.6478 15.75 20.25 15.75H21C21.3978 15.75 21.7794 15.592 22.0607 15.3107C22.342 15.0294 22.5 14.6479 22.5 14.25C22.5 13.8522 22.342 13.4707 22.0607 13.1894C21.7794 12.9081 21.3978 12.75 21 12.75H21.75C22.1478 12.75 22.5294 12.592 22.8107 12.3107C23.092 12.0294 23.25 11.6479 23.25 11.25C23.25 10.8522 23.092 10.4707 22.8107 10.1894C22.5294 9.90807 22.1478 9.75003 21.75 9.75003H14.25C14.7512 7.53509 15.0028 5.27098 15 3.00003C15 2.60221 14.842 2.22067 14.5607 1.93937C14.2794 1.65807 13.8978 1.50003 13.5 1.50003C13.1022 1.50003 12.7207 1.65807 12.4394 1.93937C12.1581 2.22067 12 2.60221 12 3.00003C12 3.00003 11.325 10.4625 6.75002 11.175M0.750015 22.5L6.75002 21.75V9.75003H0.750015V22.5ZM4.12502 18.75C4.12502 18.9571 3.95712 19.125 3.75002 19.125C3.54291 19.125 3.37502 18.9571 3.37502 18.75C3.37502 18.5429 3.54291 18.375 3.75002 18.375C3.95712 18.375 4.12502 18.5429 4.12502 18.75Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1638_23490">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1.15425 8.37414H5.72475V22.1906H1.15425V8.37414Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M17.5196 7.91702C15.5156 7.91702 14.3205 8.65539 13.0549 10.2724V8.37414H8.48438V22.1906H13.0897V14.7023C13.0897 13.1201 13.8983 11.5733 15.7264 11.5733C17.5545 11.5733 18.6442 13.1201 18.6442 14.667V22.1906H23.25V14.3509C23.25 8.90139 19.5585 7.91702 17.5196 7.91702Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M3.45712 1.65939C1.9455 1.65939 0.75 2.74914 0.75 4.08527C0.75 5.42139 1.9455 6.51114 3.45712 6.51114C4.96875 6.51114 6.16425 5.42139 6.16425 4.08527C6.16425 2.74914 4.96875 1.65939 3.45712 1.65939Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2 4C2 3.44772 2.44772 3 3 3H21C21.5523 3 22 3.44772 22 4V6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6V4ZM2 11C2 10.4477 2.44772 10 3 10H21C21.5523 10 22 10.4477 22 11V13C22 13.5523 21.5523 14 21 14H3C2.44772 14 2 13.5523 2 13V11Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M2 18C2 17.4477 2.44772 17 3 17H21C21.5523 17 22 17.4477 22 18V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V18Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_7292_54411)">
|
|
3
|
+
<path d="M7.125 11.2501V5.62506C7.125 4.33213 7.63861 3.09216 8.55285 2.17792C9.46709 1.26368 10.7071 0.750061 12 0.750061C13.2929 0.750061 14.5329 1.26368 15.4471 2.17792C16.3614 3.09216 16.875 4.33213 16.875 5.62506V11.2501M12 15.3751V19.1251M3.75 11.2501H20.25V23.2501H3.75V11.2501Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_7292_54411">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1638_23276)">
|
|
3
|
+
<path d="M0.750092 4.50002V4.00002C0.473949 4.00002 0.250092 4.22387 0.250092 4.50002H0.750092ZM12.0001 14.775L11.6629 15.1442C11.8539 15.3186 12.1463 15.3186 12.3373 15.1442L12.0001 14.775ZM23.2501 4.50002H23.7501C23.7501 4.22387 23.5262 4.00002 23.2501 4.00002V4.50002ZM23.2501 19.5V20C23.5262 20 23.7501 19.7762 23.7501 19.5H23.2501ZM0.750092 19.5H0.250092C0.250092 19.7762 0.473949 20 0.750092 20L0.750092 19.5ZM0.412899 4.8692L11.6629 15.1442L12.3373 14.4058L1.08728 4.13083L0.412899 4.8692ZM12.3373 15.1442L23.5873 4.8692L22.9129 4.13083L11.6629 14.4058L12.3373 15.1442ZM0.750092 5.00002H23.2501V4.00002H0.750092V5.00002ZM22.7501 4.50002V19.5H23.7501V4.50002H22.7501ZM23.2501 19H0.750092V20H23.2501V19ZM1.25009 19.5V4.50002H0.250092V19.5H1.25009Z" fill="#4D4D4D"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1638_23276">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.66667 6V21M8.66667 6L2 3V18L8.66667 21M8.66667 6L15.3333 3M8.66667 21L15.3333 18M15.3333 3V18M15.3333 3L22 6V21L15.3333 18" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 13.5C6.82843 13.5 7.5 12.8285 7.5 12C7.5 11.1716 6.82843 10.5 6 10.5C5.17157 10.5 4.5 11.1716 4.5 12C4.5 12.8285 5.17157 13.5 6 13.5Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M18 13.5C18.8284 13.5 19.5 12.8285 19.5 12C19.5 11.1716 18.8284 10.5 18 10.5C17.1716 10.5 16.5 11.1716 16.5 12C16.5 12.8285 17.1716 13.5 18 13.5Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12 13.5C12.8284 13.5 13.5 12.8285 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8285 11.1716 13.5 12 13.5Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M13.5 18.0001C13.5 17.1716 12.8284 16.5001 12 16.5001C11.1716 16.5001 10.5 17.1716 10.5 18.0001C10.5 18.8285 11.1716 19.5001 12 19.5001C12.8284 19.5001 13.5 18.8285 13.5 18.0001Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M13.5 6.00006C13.5 5.17163 12.8284 4.50006 12 4.50006C11.1716 4.50006 10.5 5.17163 10.5 6.00006C10.5 6.82849 11.1716 7.50006 12 7.50006C12.8284 7.50006 13.5 6.82849 13.5 6.00006Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M13.5 12.0001C13.5 11.1716 12.8284 10.5001 12 10.5001C11.1716 10.5001 10.5 11.1716 10.5 12.0001C10.5 12.8285 11.1716 13.5001 12 13.5001C12.8284 13.5001 13.5 12.8285 13.5 12.0001Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1639_22508)">
|
|
3
|
+
<path d="M14.25 15.0001V9.00006C14.25 8.40332 14.0129 7.83103 13.591 7.40907C13.169 6.98711 12.5967 6.75006 12 6.75006C11.4033 6.75006 10.831 6.98711 10.409 7.40907C9.98705 7.83103 9.75 8.40332 9.75 9.00006V19.5001C9.75 20.4946 10.1451 21.4485 10.8483 22.1517C11.5516 22.855 12.5054 23.2501 13.5 23.2501C13.9925 23.2501 14.4801 23.1531 14.9351 22.9646C15.39 22.7762 15.8034 22.4999 16.1517 22.1517C16.4999 21.8035 16.7761 21.3901 16.9645 20.9351C17.153 20.4802 17.25 19.9925 17.25 19.5001V6.00006C17.25 4.60767 16.6969 3.27232 15.7123 2.28775C14.7277 1.30318 13.3924 0.750061 12 0.750061C10.6076 0.750061 9.27226 1.30318 8.28769 2.28775C7.30312 3.27232 6.75 4.60767 6.75 6.00006V15.0001" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1639_22508">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1638_23476)">
|
|
3
|
+
<path d="M21.8876 17.4954L18.0698 15C17.6871 14.7575 17.2255 14.6718 16.7812 14.7607C16.3368 14.8495 15.9438 15.1061 15.6837 15.4771C14.8027 16.5413 13.7381 18.3028 9.73682 14.3027C5.73551 10.3027 7.46085 9.20181 8.52542 8.32108C8.89653 8.06111 9.15318 7.6682 9.24205 7.22399C9.33092 6.77977 9.24518 6.31841 9.00264 5.93575L6.5064 2.11923C6.17602 1.64216 5.73551 0.871516 4.70764 1.01831C3.67978 1.16509 1 2.66969 1 5.97245C1 9.27521 3.60636 13.3119 7.16717 16.8716C10.728 20.4312 14.766 23 18.0331 23C21.3003 23 22.8788 20.0642 22.9889 19.3303C23.099 18.5963 22.3648 17.8257 21.8876 17.4954Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1638_23476">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1639_22514)">
|
|
3
|
+
<path d="M6 23.2501L18 18.0001M18 23.2501L6 18.0001M12 0.750061C11.2089 0.750046 10.4256 0.906474 9.6952 1.21034C8.96479 1.51421 8.30169 1.95953 7.74404 2.52066C7.1864 3.08179 6.74522 3.74765 6.44591 4.47994C6.1466 5.21223 5.99505 5.99648 6 6.78756C6 12.2251 12 17.6626 12 17.6626C12 17.6626 18 12.1876 18 6.78756C18.0049 5.99648 17.8534 5.21223 17.5541 4.47994C17.2548 3.74765 16.8136 3.08179 16.2559 2.52066C15.6983 1.95953 15.0352 1.51421 14.3048 1.21034C13.5744 0.906474 12.7911 0.750046 12 0.750061ZM14.25 6.75006C14.25 7.9927 13.2426 9.00006 12 9.00006C10.7574 9.00006 9.75 7.9927 9.75 6.75006C9.75 5.50742 10.7574 4.50006 12 4.50006C13.2426 4.50006 14.25 5.50742 14.25 6.75006Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1639_22514">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1638_23248)">
|
|
3
|
+
<path d="M12 0.750031C10.0109 0.750031 8.10327 1.54021 6.69675 2.94673C5.29022 4.35325 4.50005 6.26091 4.50005 8.25003C4.50005 15 12 22.875 12 22.875C12 22.875 19.5001 15 19.5001 8.25003C19.5001 6.26091 18.7099 4.35325 17.3034 2.94673C15.8968 1.54021 13.9892 0.750031 12 0.750031Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12.0001 11.25C13.6569 11.25 15.0001 9.9069 15.0001 8.25004C15.0001 6.59319 13.6569 5.25004 12.0001 5.25004C10.3432 5.25004 9.00005 6.59319 9.00005 8.25004C9.00005 9.9069 10.3432 11.25 12.0001 11.25Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_1638_23248">
|
|
8
|
+
<rect width="24" height="24" fill="white"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.33333 7.33333L17.3333 12L9.33333 16.6667V7.33333Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1638_23302)">
|
|
3
|
+
<path d="M19.3501 4.50003H4.65012C2.49621 4.50003 0.750122 6.24612 0.750122 8.40003V15.6C0.750122 17.7539 2.49621 19.5 4.65012 19.5H19.3501C21.504 19.5 23.2501 17.7539 23.2501 15.6V8.40003C23.2501 6.24612 21.504 4.50003 19.3501 4.50003Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M9.00012 8.25003V15.75L16.5001 12L9.00012 8.25003Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</g>
|
|
6
|
+
<defs>
|
|
7
|
+
<clipPath id="clip0_1638_23302">
|
|
8
|
+
<rect width="24" height="24" fill="white" transform="translate(0.00012207)"/>
|
|
9
|
+
</clipPath>
|
|
10
|
+
</defs>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1638_23297)">
|
|
3
|
+
<path d="M3.00012 1.00002L22 12L3.00012 23V1.00002Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1638_23297">
|
|
7
|
+
<rect width="24" height="24" fill="white" transform="translate(0.00012207)"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 4C3 3.44772 3.44772 3 4 3H6C6.55228 3 7 3.44772 7 4V6C7 6.55228 6.55228 7 6 7H4C3.44772 7 3 6.55228 3 6V4Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M10 4C10 3.44772 10.4477 3 11 3H13C13.5523 3 14 3.44772 14 4V6C14 6.55228 13.5523 7 13 7H11C10.4477 7 10 6.55228 10 6V4Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M17 4C17 3.44772 17.4477 3 18 3H20C20.5523 3 21 3.44772 21 4V6C21 6.55228 20.5523 7 20 7H18C17.4477 7 17 6.55228 17 6V4Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M3 11C3 10.4477 3.44772 10 4 10H6C6.55228 10 7 10.4477 7 11V13C7 13.5523 6.55228 14 6 14H4C3.44772 14 3 13.5523 3 13V11Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M10 11C10 10.4477 10.4477 10 11 10H13C13.5523 10 14 10.4477 14 11V13C14 13.5523 13.5523 14 13 14H11C10.4477 14 10 13.5523 10 13V11Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M17 11C17 10.4477 17.4477 10 18 10H20C20.5523 10 21 10.4477 21 11V13C21 13.5523 20.5523 14 20 14H18C17.4477 14 17 13.5523 17 13V11Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
<path d="M3 18C3 17.4477 3.44772 17 4 17H6C6.55228 17 7 17.4477 7 18V20C7 20.5523 6.55228 21 6 21H4C3.44772 21 3 20.5523 3 20V18Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9
|
+
<path d="M10 18C10 17.4477 10.4477 17 11 17H13C13.5523 17 14 17.4477 14 18V20C14 20.5523 13.5523 21 13 21H11C10.4477 21 10 20.5523 10 20V18Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10
|
+
<path d="M17 18C17 17.4477 17.4477 17 18 17H20C20.5523 17 21 17.4477 21 18V20C21 20.5523 20.5523 21 20 21H18C17.4477 21 17 20.5523 17 20V18Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1638_23265)">
|
|
3
|
+
<path d="M4.7501 7.50003C4.7501 7.77618 4.97396 8.00003 5.2501 8.00003C5.52625 8.00003 5.7501 7.77618 5.7501 7.50003H4.7501ZM5.2501 1.50003V1.00003C4.97396 1.00003 4.7501 1.22389 4.7501 1.50003H5.2501ZM18.7501 1.50003H19.2501C19.2501 1.22389 19.0263 1.00003 18.7501 1.00003V1.50003ZM18.2501 7.50003C18.2501 7.77618 18.474 8.00003 18.7501 8.00003C19.0263 8.00003 19.2501 7.77618 19.2501 7.50003H18.2501ZM5.25009 17.75C5.52624 17.75 5.75009 17.5262 5.75009 17.25C5.75009 16.9739 5.52624 16.75 5.25009 16.75V17.75ZM0.750092 17.25H0.250092C0.250092 17.5262 0.473949 17.75 0.750092 17.75L0.750092 17.25ZM0.750092 7.50003V7.00003C0.473949 7.00003 0.250092 7.22389 0.250092 7.50003H0.750092ZM23.2501 7.50003H23.7501C23.7501 7.22389 23.5262 7.00003 23.2501 7.00003V7.50003ZM23.2501 17.25V17.75C23.5262 17.75 23.7501 17.5262 23.7501 17.25H23.2501ZM18.7501 16.75C18.474 16.75 18.2501 16.9739 18.2501 17.25C18.2501 17.5262 18.474 17.75 18.7501 17.75V16.75ZM5.2501 13.5V13C4.97396 13 4.7501 13.2239 4.7501 13.5H5.2501ZM18.7501 13.5H19.2501C19.2501 13.2239 19.0263 13 18.7501 13V13.5ZM18.7501 22.5V23C19.0263 23 19.2501 22.7762 19.2501 22.5H18.7501ZM5.2501 22.5H4.7501C4.7501 22.7762 4.97396 23 5.2501 23V22.5ZM18.7501 10C18.474 10 18.2501 10.2239 18.2501 10.5C18.2501 10.7762 18.474 11 18.7501 11V10ZM20.2501 11C20.5262 11 20.7501 10.7762 20.7501 10.5C20.7501 10.2239 20.5262 10 20.2501 10V11ZM8.2501 16C7.97395 16 7.7501 16.2239 7.7501 16.5C7.7501 16.7762 7.97395 17 8.2501 17V16ZM15.7501 17C16.0262 17 16.2501 16.7762 16.2501 16.5C16.2501 16.2239 16.0262 16 15.7501 16V17ZM8.2501 19C7.97395 19 7.7501 19.2239 7.7501 19.5C7.7501 19.7762 7.97395 20 8.2501 20V19ZM15.7501 20C16.0262 20 16.2501 19.7762 16.2501 19.5C16.2501 19.2239 16.0262 19 15.7501 19V20ZM5.7501 7.50003V1.50003H4.7501V7.50003H5.7501ZM5.2501 2.00003H18.7501V1.00003H5.2501V2.00003ZM18.2501 1.50003V7.50003H19.2501V1.50003H18.2501ZM5.25009 16.75H0.750092V17.75H5.25009V16.75ZM1.25009 17.25V7.50003H0.250092V17.25H1.25009ZM0.750092 8.00003H23.2501V7.00003H0.750092V8.00003ZM22.7501 7.50003V17.25H23.7501V7.50003H22.7501ZM23.2501 16.75H18.7501V17.75H23.2501V16.75ZM5.2501 14H18.7501V13H5.2501V14ZM18.2501 13.5V22.5H19.2501V13.5H18.2501ZM18.7501 22H5.2501V23H18.7501V22ZM5.7501 22.5V13.5H4.7501V22.5H5.7501ZM18.7501 11H20.2501V10H18.7501V11ZM8.2501 17H15.7501V16H8.2501V17ZM8.2501 20H15.7501V19H8.2501V20ZM4.00011 10.5C4.00011 10.6381 3.88818 10.75 3.75011 10.75V11.75C4.44046 11.75 5.00011 11.1904 5.00011 10.5H4.00011ZM3.75011 10.75C3.61203 10.75 3.5001 10.6381 3.5001 10.5H2.5001C2.5001 11.1904 3.05975 11.75 3.75011 11.75V10.75ZM3.5001 10.5C3.5001 10.362 3.61203 10.25 3.75011 10.25V9.25003C3.05975 9.25003 2.5001 9.80967 2.5001 10.5H3.5001ZM3.75011 10.25C3.88818 10.25 4.00011 10.362 4.00011 10.5H5.00011C5.00011 9.80967 4.44046 9.25003 3.75011 9.25003V10.25Z" fill="#4D4D4D"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1638_23265">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.3 8.80933C9.3 7.849 10.0353 6.3 12.1233 6.3C14.2113 6.3 14.6333 8.176 14.6333 8.80933C14.6333 9.44267 14.4367 10.1733 13.281 11.3287C12.1257 12.484 11.9667 13.0843 11.9667 13.6333V14.3M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM12.75 16.925C12.75 17.3392 12.4142 17.675 12 17.675C11.5858 17.675 11.25 17.3392 11.25 16.925C11.25 16.5108 11.5858 16.175 12 16.175C12.4142 16.175 12.75 16.5108 12.75 16.925Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_8173_36440)">
|
|
3
|
+
<path d="M0.625 8.75L6.85 13.1075M0.625 8.75L10 0.9375L19.375 8.75M0.625 8.75V19.375M0.625 19.375L7.16531 12.7903C8.38562 11.57 11.6144 11.57 12.835 12.7903L19.375 19.375M0.625 19.375H19.375M19.375 19.375V8.75M19.375 8.75L13.15 13.1075" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_8173_36440">
|
|
7
|
+
<rect width="20" height="20" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1638_23272)">
|
|
3
|
+
<path d="M20.528 10.5525C20.7514 12.3362 20.4119 14.1452 19.5571 15.7265C18.7022 17.3079 17.3746 18.5826 15.7599 19.3726C14.1452 20.1626 12.324 20.4284 10.5508 20.1329C8.77766 19.8373 7.14114 18.9951 5.86998 17.724M20.528 10.5525L23.2501 14.25M20.528 10.5525L17.2501 13.5M3.39948 12.6075C3.26149 11.3999 3.38021 10.1768 3.74787 9.01826C4.11552 7.85972 4.72381 6.79194 5.53288 5.88487C6.34195 4.9778 7.33354 4.25191 8.44269 3.75476C9.55184 3.25761 10.7535 3.00042 11.969 3.00004C13.1016 2.99854 14.2234 3.22078 15.2699 3.65401C16.3164 4.08723 17.2671 4.72291 18.0672 5.52454M3.39948 12.6075L0.750092 9.00005M3.39948 12.6075L6.75009 9.75005" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1638_23272">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1639_22462)">
|
|
3
|
+
<path d="M3.81227 13.1052C3.77083 12.7362 3.75004 12.3653 3.75002 11.994C3.7512 10.0659 4.32404 8.18145 5.3961 6.57886C6.46817 4.97627 7.99132 3.72752 9.77301 2.99049C11.5547 2.25345 13.5149 2.06123 15.4058 2.43811C17.2967 2.81499 19.0335 3.74406 20.3964 5.10787C21.7594 6.47167 22.6874 8.20896 23.0631 10.1001C23.4388 11.9913 23.2454 13.9514 22.5073 15.7326C21.7691 17.5138 20.5195 19.0362 18.9162 20.1073C17.313 21.1784 15.4281 21.75 13.5 21.75M3.81227 13.1052L0.750015 8.61228M3.81227 13.1052L7.87502 9.36228M13.122 6.37503V13.125H17.622" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1639_22462">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1639_22467)">
|
|
3
|
+
<path d="M3.81302 13.1051C3.55046 10.8152 4.10715 8.50625 5.38443 6.58757C6.66171 4.66889 8.57707 3.26441 10.791 2.62308C13.0049 1.98175 15.3744 2.145 17.4795 3.08389C19.5845 4.02278 21.2892 5.67666 22.2913 7.75239C23.2934 9.82811 23.5281 12.1916 22.954 14.4239C22.3799 16.6562 21.0339 18.6131 19.1547 19.9478C17.2755 21.2825 14.9845 21.9087 12.6876 21.7155C10.3908 21.5223 8.23656 20.522 6.60677 18.8922M3.81302 13.1051L0.750015 8.62502M3.81302 13.1051L7.86977 9.37502" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1639_22467">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M19.25 7.75C19.5261 7.75 19.75 7.52614 19.75 7.25C19.75 6.97386 19.5261 6.75 19.25 6.75C18.9739 6.75 18.75 6.97386 18.75 7.25C18.75 7.52614 18.9739 7.75 19.25 7.75Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M7.25 19.75C7.52614 19.75 7.75 19.5261 7.75 19.25C7.75 18.9739 7.52614 18.75 7.25 18.75C6.97386 18.75 6.75 18.9739 6.75 19.25C6.75 19.5261 6.97386 19.75 7.25 19.75Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M19.25 19.75C19.5261 19.75 19.75 19.5261 19.75 19.25C19.75 18.9739 19.5261 18.75 19.25 18.75C18.9739 18.75 18.75 18.9739 18.75 19.25C18.75 19.5261 18.9739 19.75 19.25 19.75Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M13.25 19.75C13.5261 19.75 13.75 19.5261 13.75 19.25C13.75 18.9739 13.5261 18.75 13.25 18.75C12.9739 18.75 12.75 18.9739 12.75 19.25C12.75 19.5261 12.9739 19.75 13.25 19.75Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M19.25 13.75C19.5261 13.75 19.75 13.5261 19.75 13.25C19.75 12.9739 19.5261 12.75 19.25 12.75C18.9739 12.75 18.75 12.9739 18.75 13.25C18.75 13.5261 18.9739 13.75 19.25 13.75Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
<path d="M13.25 13.75C13.5261 13.75 13.75 13.5261 13.75 13.25C13.75 12.9739 13.5261 12.75 13.25 12.75C12.9739 12.75 12.75 12.9739 12.75 13.25C12.75 13.5261 12.9739 13.75 13.25 13.75Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1639_22491)">
|
|
3
|
+
<path d="M3.77364 17.184C3.17337 17.1822 2.58605 17.3585 2.08605 17.6906C1.58604 18.0228 1.19584 18.4958 0.964837 19.0499C0.733838 19.6039 0.672435 20.214 0.788403 20.803C0.904371 21.3919 1.19249 21.9333 1.61629 22.3584C2.04009 22.7835 2.5805 23.0733 3.1691 23.1911C3.7577 23.3089 4.36801 23.2493 4.92277 23.0201C5.47752 22.7908 5.95177 22.402 6.28545 21.9031C6.61914 21.4041 6.79726 20.8173 6.79726 20.217C6.7979 19.8194 6.7202 19.4254 6.56859 19.0578C6.41698 18.6901 6.19444 18.3559 5.91366 18.0743C5.63289 17.7926 5.29938 17.5691 4.9322 17.4163C4.56501 17.2636 4.17133 17.1846 3.77364 17.184Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M0.996014 8.33217H0.820139V12.5292H0.996014C3.77316 12.5324 6.43566 13.6369 8.39965 15.6004C10.3636 17.5639 11.4688 20.2261 11.4728 23.0033V23.25H15.6563V23.0033C15.6575 19.1138 14.1136 15.3831 11.3644 12.6318C8.61508 9.88045 4.88552 8.33386 0.996014 8.33217Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M0.996014 0.750046H0.820139V4.94667H0.996014C5.78009 4.956 10.3652 6.86207 13.7461 10.2469C17.127 13.6318 19.0276 18.2192 19.0313 23.0033V23.25H23.25V23.0033C23.2435 17.1032 20.8967 11.4467 16.7247 7.27484C12.5526 3.10295 6.89606 0.756398 0.996014 0.750046Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</g>
|
|
7
|
+
<defs>
|
|
8
|
+
<clipPath id="clip0_1639_22491">
|
|
9
|
+
<rect width="24" height="24" fill="white"/>
|
|
10
|
+
</clipPath>
|
|
11
|
+
</defs>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.6434 14.6434L21 21M16.5 10.125C16.5 13.6458 13.6458 16.5 10.125 16.5C6.60418 16.5 3.75 13.6458 3.75 10.125C3.75 6.60418 6.60418 3.75 10.125 3.75C13.6458 3.75 16.5 6.60418 16.5 10.125Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M3 5C3 3.89543 3.89543 3 5 3H8C9.10457 3 10 3.89543 10 5V8C10 9.10457 9.10457 10 8 10H5C3.89543 10 3 9.10457 3 8V5Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M14 16C14 14.8954 14.8954 14 16 14H19C20.1046 14 21 14.8954 21 16V19C21 20.1046 20.1046 21 19 21H16C14.8954 21 14 20.1046 14 19V16Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M14 5C14 3.89543 14.8954 3 16 3H19C20.1046 3 21 3.89543 21 5V8C21 9.10457 20.1046 10 19 10H16C14.8954 10 14 9.10457 14 8V5Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M3 16C3 14.8954 3.89543 14 5 14H8C9.10457 14 10 14.8954 10 16V19C10 20.1046 9.10457 21 8 21H5C3.89543 21 3 20.1046 3 19V16Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 8.25003V3.75003L22.5 11.25L12 18.75V14.25C7.8375 14.25 4.0125 14.4 0.75 20.25C0.75 16.5375 1.125 8.25003 12 8.25003Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M22 2L13.8182 10.1886M13.8182 10.1886H19.2727M13.8182 10.1886V4.73409M10.1818 13.8182L2 22M10.1818 13.8182H4.72727M10.1818 13.8182V19.2727" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M17.25 9.00002L23.25 15M23.25 9.00002L17.25 15M12.75 2.25002L6 9.00002H1.5C1.30109 9.00002 1.11032 9.07904 0.96967 9.21969C0.829018 9.36034 0.75 9.55111 0.75 9.75002V14.25C0.75 14.4489 0.829018 14.6397 0.96967 14.7804C1.11032 14.921 1.30109 15 1.5 15H6L12.75 21.75V2.25002Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<svg width="26" height="25" viewBox="0 0 26 25" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1_318)">
|
|
3
|
+
<path d="M12.2421 14.906L4.99237 13.6963C3.93009 13.5191 2.92527 14.2366 2.74803 15.2988L2.15555 18.8497C1.97831 19.912 2.69577 20.9168 3.75804 21.0941L11.0078 22.3037C12.0701 22.481 13.0749 21.7635 13.2522 20.7012L13.8446 17.1503C14.0219 16.088 13.3044 15.0832 12.2421 14.906Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M6.82912 15.9037L6.21196 19.6026L10.2194 18.3703L6.82912 15.9037Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</g>
|
|
6
|
+
<g clip-path="url(#clip1_1_318)">
|
|
7
|
+
<path d="M19.6689 8.69543L21.0935 8.47577L20.7667 6.35638L19.0815 6.61621C17.0624 7.0165 16.8223 8.22731 16.9723 9.43145L17.1357 10.4912L15.7458 10.7055L16.0646 12.7729L17.4544 12.5586L18.3116 18.1179L20.3963 17.7964L19.5392 12.2371L21.259 11.9719L21.2703 9.85373L19.2204 10.1698L19.1213 9.52696C19.1016 9.43634 19.1002 9.34269 19.1172 9.25151C19.1341 9.16034 19.1692 9.07348 19.2202 8.99602C19.2712 8.91857 19.3371 8.85208 19.4142 8.80046C19.4912 8.74884 19.5778 8.71313 19.6689 8.69543V8.69543Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
8
|
+
</g>
|
|
9
|
+
<g clip-path="url(#clip2_1_318)">
|
|
10
|
+
<path d="M15.2025 2.60739C14.8188 2.85497 14.3952 3.0481 13.9382 3.17713C14.3686 2.81794 14.6622 2.30918 14.7496 1.74476C14.3465 2.0784 13.8842 2.34745 13.3762 2.53257C12.8862 2.15205 12.2446 1.96643 11.5827 2.07047C10.3123 2.27016 9.44394 3.46247 9.64379 4.73386C9.67206 4.91365 9.72029 5.08525 9.78537 5.24812C7.85722 5.45251 6.0185 4.80265 4.66464 3.58916C4.52064 3.96103 4.46915 4.37403 4.5353 4.79487C4.66077 5.59307 5.17807 6.23401 5.85983 6.54947C5.48052 6.59644 5.10965 6.54896 4.77236 6.42533L4.77702 6.45497C4.95226 7.56978 5.89122 8.37525 6.97752 8.42112C6.79213 8.50391 6.59347 8.56348 6.38404 8.5964C6.23586 8.61969 6.08897 8.62861 5.9445 8.62399C6.38104 9.49173 7.33527 10.024 8.34519 9.88348C7.65442 10.6247 6.71995 11.1487 5.64218 11.3181C5.45646 11.3473 5.27151 11.3652 5.08788 11.3723C6.20909 11.8657 7.47803 12.056 8.77708 11.8518C13.0101 11.1864 14.7731 7.3167 14.2951 4.27603C14.2796 4.17724 14.2614 4.07786 14.2415 3.97977C14.6399 3.58411 14.9665 3.11824 15.2018 2.60902L15.2025 2.60739Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11
|
+
</g>
|
|
12
|
+
<defs>
|
|
13
|
+
<clipPath id="clip0_1_318">
|
|
14
|
+
<rect width="12" height="12" fill="white" transform="translate(3.06935 11.0944) rotate(9.47266)"/>
|
|
15
|
+
</clipPath>
|
|
16
|
+
<clipPath id="clip1_1_318">
|
|
17
|
+
<rect width="12" height="12" fill="white" transform="translate(12 7.32866) rotate(-8.76523)"/>
|
|
18
|
+
</clipPath>
|
|
19
|
+
<clipPath id="clip2_1_318">
|
|
20
|
+
<rect width="12" height="12" fill="white" transform="translate(3.1411 2.00452) rotate(-8.93325)"/>
|
|
21
|
+
</clipPath>
|
|
22
|
+
</defs>
|
|
23
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 18L5.625 21.75L7.125 14.625L1.875 9.75003L9 9.00003L12 2.25003L15 9.00003L22.125 9.75003L16.875 14.625L18.375 21.75L12 18Z" fill="#4D4D4D" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 18L5.625 21.75L7.125 14.625L1.875 9.75003L9 9.00003L12 2.25003L15 9.00003L22.125 9.75003L16.875 14.625L18.375 21.75L12 18Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5243_53905)">
|
|
3
|
+
<path d="M17 15.3751C17 15.0989 16.7761 14.8751 16.5 14.8751C16.2239 14.8751 16 15.0989 16 15.3751H17ZM21 15.3751V14.8751C20.7239 14.8751 20.5 15.0989 20.5 15.3751H21ZM23.25 9.00006H23.75H23.25ZM22.125 7.87506V7.37506V7.87506ZM15.375 7.87506V7.37506V7.87506ZM13.75 9.37506C13.75 9.6512 13.9739 9.87506 14.25 9.87506C14.5261 9.87506 14.75 9.6512 14.75 9.37506H13.75ZM9.25 9.00006C9.25 9.2762 9.47386 9.50006 9.75 9.50006C10.0261 9.50006 10.25 9.2762 10.25 9.00006H9.25ZM8.625 7.87506V7.37506V7.87506ZM1.875 7.87506V7.37506V7.87506ZM0.75 9.00006H0.25H0.75ZM0.75 14.2501H0.25H0.75ZM3 15.3751H3.5C3.5 15.0989 3.27614 14.8751 3 14.8751V15.3751ZM7.5 20.2501H8H7.5ZM8 15.3751C8 15.0989 7.77614 14.8751 7.5 14.8751C7.22386 14.8751 7 15.0989 7 15.3751H8ZM7.5 10.5001H7H7.5ZM7.5 15.7501H7H7.5ZM9.75 16.8751H10.25C10.25 16.5989 10.0261 16.3751 9.75 16.3751V16.8751ZM9.75 21.7501H9.25H9.75ZM14.25 16.8751V16.3751C13.9739 16.3751 13.75 16.5989 13.75 16.8751H14.25ZM20.5 3.37506C20.5 4.34156 19.7165 5.12506 18.75 5.12506V6.12506C20.2688 6.12506 21.5 4.89384 21.5 3.37506H20.5ZM18.75 5.12506C17.7835 5.12506 17 4.34156 17 3.37506H16C16 4.89384 17.2312 6.12506 18.75 6.12506V5.12506ZM17 3.37506C17 2.40856 17.7835 1.62506 18.75 1.62506V0.625061C17.2312 0.625061 16 1.85628 16 3.37506H17ZM18.75 1.62506C19.7165 1.62506 20.5 2.40856 20.5 3.37506H21.5C21.5 1.85628 20.2688 0.625061 18.75 0.625061V1.62506ZM16 15.3751V20.2501H17V15.3751H16ZM16 20.2501C16 20.681 16.1712 21.0944 16.476 21.3991L17.1831 20.692C17.0658 20.5748 17 20.4158 17 20.2501H16ZM16.476 21.3991C16.7807 21.7039 17.194 21.8751 17.625 21.8751V20.8751C17.4592 20.8751 17.3003 20.8092 17.1831 20.692L16.476 21.3991ZM17.625 21.8751H19.875V20.8751H17.625V21.8751ZM19.875 21.8751C20.306 21.8751 20.7193 21.7039 21.024 21.3991L20.3169 20.692C20.1997 20.8092 20.0408 20.8751 19.875 20.8751V21.8751ZM21.024 21.3991C21.3288 21.0944 21.5 20.681 21.5 20.2501H20.5C20.5 20.4158 20.4342 20.5748 20.3169 20.692L21.024 21.3991ZM21.5 20.2501V15.3751H20.5V20.2501H21.5ZM21 15.8751H22.125V14.8751H21V15.8751ZM22.125 15.8751C22.556 15.8751 22.9693 15.7039 23.274 15.3991L22.5669 14.692C22.4497 14.8092 22.2908 14.8751 22.125 14.8751V15.8751ZM23.274 15.3991C23.5788 15.0944 23.75 14.681 23.75 14.2501H22.75C22.75 14.4158 22.6842 14.5748 22.5669 14.692L23.274 15.3991ZM23.75 14.2501V9.00006H22.75V14.2501H23.75ZM23.75 9.00006C23.75 8.56908 23.5788 8.15576 23.274 7.85101L22.5669 8.55812C22.6842 8.67533 22.75 8.8343 22.75 9.00006H23.75ZM23.274 7.85101C22.9693 7.54627 22.556 7.37506 22.125 7.37506V8.37506C22.2908 8.37506 22.4497 8.44091 22.5669 8.55812L23.274 7.85101ZM22.125 7.37506H15.375V8.37506H22.125V7.37506ZM15.375 7.37506C14.944 7.37506 14.5307 7.54627 14.226 7.85101L14.9331 8.55812C15.0503 8.44091 15.2092 8.37506 15.375 8.37506V7.37506ZM14.226 7.85101C13.9212 8.15576 13.75 8.56908 13.75 9.00006H14.75C14.75 8.8343 14.8158 8.67533 14.9331 8.55812L14.226 7.85101ZM13.75 9.00006V9.37506H14.75V9.00006H13.75ZM7 3.37506C7 4.34156 6.2165 5.12506 5.25 5.12506V6.12506C6.76878 6.12506 8 4.89384 8 3.37506H7ZM5.25 5.12506C4.2835 5.12506 3.5 4.34156 3.5 3.37506H2.5C2.5 4.89384 3.73122 6.12506 5.25 6.12506V5.12506ZM3.5 3.37506C3.5 2.40856 4.2835 1.62506 5.25 1.62506V0.625061C3.73122 0.625061 2.5 1.85628 2.5 3.37506H3.5ZM5.25 1.62506C6.2165 1.62506 7 2.40856 7 3.37506H8C8 1.85628 6.76878 0.625061 5.25 0.625061V1.62506ZM10.25 9.00006C10.25 8.56908 10.0788 8.15576 9.77405 7.85101L9.06694 8.55812C9.18415 8.67533 9.25 8.8343 9.25 9.00006H10.25ZM9.77405 7.85101C9.4693 7.54627 9.05598 7.37506 8.625 7.37506V8.37506C8.79076 8.37506 8.94973 8.44091 9.06694 8.55812L9.77405 7.85101ZM8.625 7.37506H1.875V8.37506H8.625V7.37506ZM1.875 7.37506C1.44402 7.37506 1.0307 7.54627 0.725952 7.85101L1.43306 8.55812C1.55027 8.44091 1.70924 8.37506 1.875 8.37506V7.37506ZM0.725952 7.85101C0.421205 8.15576 0.25 8.56908 0.25 9.00006H1.25C1.25 8.8343 1.31585 8.67533 1.43306 8.55812L0.725952 7.85101ZM0.25 9.00006V14.2501H1.25V9.00006H0.25ZM0.25 14.2501C0.25 14.681 0.421205 15.0944 0.725952 15.3991L1.43306 14.692C1.31585 14.5748 1.25 14.4158 1.25 14.2501H0.25ZM0.725952 15.3991C1.0307 15.7039 1.44402 15.8751 1.875 15.8751V14.8751C1.70924 14.8751 1.55027 14.8092 1.43306 14.692L0.725952 15.3991ZM1.875 15.8751H3V14.8751H1.875V15.8751ZM2.5 15.3751V20.2501H3.5V15.3751H2.5ZM2.5 20.2501C2.5 20.681 2.6712 21.0944 2.97595 21.3991L3.68306 20.692C3.56585 20.5748 3.5 20.4158 3.5 20.2501H2.5ZM2.97595 21.3991C3.2807 21.7039 3.69402 21.8751 4.125 21.8751V20.8751C3.95924 20.8751 3.80027 20.8092 3.68306 20.692L2.97595 21.3991ZM4.125 21.8751H6.375V20.8751H4.125V21.8751ZM6.375 21.8751C6.80598 21.8751 7.2193 21.7039 7.52405 21.3991L6.81694 20.692C6.69973 20.8092 6.54076 20.8751 6.375 20.8751V21.8751ZM7.52405 21.3991C7.82879 21.0944 8 20.681 8 20.2501H7C7 20.4158 6.93415 20.5748 6.81694 20.692L7.52405 21.3991ZM8 20.2501V15.3751H7V20.2501H8ZM13.75 4.87506C13.75 5.84156 12.9665 6.62506 12 6.62506V7.62506C13.5188 7.62506 14.75 6.39384 14.75 4.87506H13.75ZM12 6.62506C11.0335 6.62506 10.25 5.84156 10.25 4.87506H9.25C9.25 6.39384 10.4812 7.62506 12 7.62506V6.62506ZM10.25 4.87506C10.25 3.90856 11.0335 3.12506 12 3.12506V2.12506C10.4812 2.12506 9.25 3.35628 9.25 4.87506H10.25ZM12 3.12506C12.9665 3.12506 13.75 3.90856 13.75 4.87506H14.75C14.75 3.35628 13.5188 2.12506 12 2.12506V3.12506ZM15.375 8.87506H8.625V9.87506H15.375V8.87506ZM8.625 8.87506C8.19402 8.87506 7.7807 9.04627 7.47595 9.35101L8.18306 10.0581C8.30027 9.94091 8.45924 9.87506 8.625 9.87506V8.87506ZM7.47595 9.35101C7.17121 9.65576 7 10.0691 7 10.5001H8C8 10.3343 8.06585 10.1753 8.18306 10.0581L7.47595 9.35101ZM7 10.5001V15.7501H8V10.5001H7ZM7 15.7501C7 16.181 7.17121 16.5944 7.47595 16.8991L8.18306 16.192C8.06585 16.0748 8 15.9158 8 15.7501H7ZM7.47595 16.8991C7.7807 17.2039 8.19402 17.3751 8.625 17.3751V16.3751C8.45924 16.3751 8.30027 16.3092 8.18306 16.192L7.47595 16.8991ZM8.625 17.3751H9.75V16.3751H8.625V17.3751ZM9.25 16.8751V21.7501H10.25V16.8751H9.25ZM9.25 21.7501C9.25 22.181 9.42121 22.5944 9.72595 22.8991L10.4331 22.192C10.3158 22.0748 10.25 21.9158 10.25 21.7501H9.25ZM9.72595 22.8991C10.0307 23.2039 10.444 23.3751 10.875 23.3751V22.3751C10.7092 22.3751 10.5503 22.3092 10.4331 22.192L9.72595 22.8991ZM10.875 23.3751H13.125V22.3751H10.875V23.3751ZM13.125 23.3751C13.556 23.3751 13.9693 23.2039 14.274 22.8991L13.5669 22.192C13.4497 22.3092 13.2908 22.3751 13.125 22.3751V23.3751ZM14.274 22.8991C14.5788 22.5944 14.75 22.181 14.75 21.7501H13.75C13.75 21.9158 13.6842 22.0748 13.5669 22.192L14.274 22.8991ZM14.75 21.7501V16.8751H13.75V21.7501H14.75ZM14.25 17.3751H15.375V16.3751H14.25V17.3751ZM15.375 17.3751C15.806 17.3751 16.2193 17.2039 16.524 16.8991L15.8169 16.192C15.6997 16.3092 15.5408 16.3751 15.375 16.3751V17.3751ZM16.524 16.8991C16.8288 16.5944 17 16.181 17 15.7501H16C16 15.9158 15.9342 16.0748 15.8169 16.192L16.524 16.8991ZM17 15.7501V10.5001H16V15.7501H17ZM17 10.5001C17 10.0691 16.8288 9.65576 16.524 9.35101L15.8169 10.0581C15.9342 10.1753 16 10.3343 16 10.5001H17ZM16.524 9.35101C16.2193 9.04627 15.806 8.87506 15.375 8.87506V9.87506C15.5408 9.87506 15.6997 9.94091 15.8169 10.0581L16.524 9.35101Z" fill="#4D4D4D"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_5243_53905">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M2.75 3.00006C1.64543 3.00006 0.75 3.89549 0.75 5.00006V16.0001C0.75 17.1046 1.64543 18.0001 2.75 18.0001H7.5V22.1251L12 18.0001H21.25C22.3546 18.0001 23.25 17.1046 23.25 16.0001V5.00006C23.25 3.89549 22.3546 3.00006 21.25 3.00006H2.75Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M7.5 11.2501C7.91421 11.2501 8.25 10.9143 8.25 10.5001C8.25 10.0858 7.91421 9.75006 7.5 9.75006C7.08579 9.75006 6.75 10.0858 6.75 10.5001C6.75 10.9143 7.08579 11.2501 7.5 11.2501Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12 11.2501C12.4142 11.2501 12.75 10.9143 12.75 10.5001C12.75 10.0858 12.4142 9.75006 12 9.75006C11.5858 9.75006 11.25 10.0858 11.25 10.5001C11.25 10.9143 11.5858 11.2501 12 11.2501Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M16.5 11.2501C16.9142 11.2501 17.25 10.9143 17.25 10.5001C17.25 10.0858 16.9142 9.75006 16.5 9.75006C16.0858 9.75006 15.75 10.0858 15.75 10.5001C15.75 10.9143 16.0858 11.2501 16.5 11.2501Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1639_22469)">
|
|
3
|
+
<path d="M12 6.75005V15.75M12 15.75C10.7574 15.75 9.75 16.7574 9.75 18C9.75 19.2427 10.7574 20.25 12 20.25C13.2426 20.25 14.25 19.2427 14.25 18C14.25 16.7574 13.2426 15.75 12 15.75ZM15 13.6875V3.75005C15 2.9544 14.6839 2.19133 14.1213 1.62873C13.5587 1.06612 12.7956 0.750046 12 0.750046C11.2044 0.750046 10.4413 1.06612 9.87868 1.62873C9.31607 2.19133 9 2.9544 9 3.75005V13.6875C8.08276 14.3262 7.39329 15.241 7.03194 16.2986C6.67059 17.3563 6.65622 18.5017 6.99092 19.5681C7.32562 20.6345 7.99193 21.5663 8.89285 22.2278C9.79378 22.8893 10.8823 23.246 12 23.246C13.1177 23.246 14.2062 22.8893 15.1071 22.2278C16.0081 21.5663 16.6744 20.6345 17.0091 19.5681C17.3438 18.5017 17.3294 17.3563 16.9681 16.2986C16.6067 15.241 15.9172 14.3262 15 13.6875Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1639_22469">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6 9.5L14 9.5M6 15.5L14 15.5M10 12.5L18 12.5M16 9.5H18M16 15.5H18M6 12.5H8M2 7C2 5.89543 2.89543 5 4 5H20C21.1046 5 22 5.89543 22 7V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V7Z" stroke="#4D4D4D" stroke-linecap="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.5 17V21L17.5018 16.6656C19.6766 15.3193 21 12.9436 21 10.3858C21 6.30674 17.6933 3.00003 13.6143 3.00003H10C6.13401 3.00003 3 6.13404 3 10C3 13.866 6.13401 17 10 17H10.5Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.4995 4.50003L4.4995 17C4.4995 18.6569 5.84265 20 7.4995 20H13M4.4995 4.50003L1 8.00003M4.4995 4.50003L8 8.00003M19.5005 20V7.50003C19.5005 5.84318 18.1574 4.50003 16.5005 4.50003L11 4.50003M19.5005 20L23 16.5M19.5005 20L16 16.5" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1638_23131)">
|
|
3
|
+
<path d="M23.643 4.93703C22.808 5.30703 21.911 5.55703 20.968 5.67003C21.93 5.09403 22.668 4.18003 23.016 3.09203C22.116 3.62603 21.119 4.01403 20.058 4.22203C19.208 3.31803 17.998 2.75203 16.658 2.75203C14.086 2.75203 12 4.83803 12 7.41203C12 7.77603 12.042 8.13003 12.12 8.47203C8.24701 8.27703 4.81601 6.42203 2.51801 3.60403C2.11801 4.29403 1.88801 5.09403 1.88801 5.94603C1.88801 7.56203 2.71101 8.98903 3.96001 9.82403C3.19601 9.79903 2.47801 9.59003 1.85001 9.24103V9.30103C1.85001 11.558 3.45501 13.441 5.58701 13.869C5.19501 13.975 4.78401 14.031 4.36001 14.031C4.06001 14.031 3.76701 14.003 3.48301 13.949C4.07601 15.799 5.79601 17.147 7.83501 17.183C6.24001 18.433 4.23101 19.178 2.04901 19.178C1.67301 19.178 1.30201 19.156 0.937012 19.113C2.99901 20.436 5.44701 21.206 8.07701 21.206C16.647 21.206 21.332 14.108 21.332 7.95203C21.332 7.75203 21.327 7.55003 21.318 7.35003C22.228 6.69203 23.018 5.87303 23.641 4.94003L23.643 4.93703Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1638_23131">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_7292_54409)">
|
|
3
|
+
<path d="M7.125 11.2501V5.62506C7.125 4.33213 7.63861 3.09216 8.55285 2.17792C9.46709 1.26368 10.7071 0.750061 12 0.750061C13.2929 0.750061 14.5329 1.26368 15.4471 2.17792C16.3614 3.09216 16.875 4.33213 16.875 5.62506V6.30006M12 15.3751V19.1251M3.75 11.2501H20.25V23.2501H3.75V11.2501Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_7292_54409">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 12C14.2091 12 16 10.2092 16 8.00005C16 5.79091 14.2091 4.00005 12 4.00005C9.79086 4.00005 8 5.79091 8 8.00005C8 10.2092 9.79086 12 12 12ZM12 12C7.58172 12 4 15.5818 4 20H20C20 15.5818 16.4183 12 12 12Z" stroke="#4D4D4D" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.7125 18.4875C10.4622 18.6637 11.2299 18.7518 12 18.75C18.45 18.75 23.0625 12.1875 23.0625 12.1875C22.0397 10.824 20.8419 9.60095 19.5 8.55M12 16.5C13.1935 16.5 14.3381 16.0259 15.182 15.182C16.0259 14.3381 16.5 13.1935 16.5 12M15.1875 8.8125C14.3421 7.96712 13.1955 7.49219 12 7.49219C10.8045 7.49219 9.65788 7.96712 8.8125 8.8125C7.96712 9.65788 7.49219 10.8045 7.49219 12C7.49219 13.1955 7.96712 14.3421 8.8125 15.1875M23.25 0.75L0.75 23.25M17.0625 6.9375C15.5063 6.09612 13.7689 5.64568 12 5.625C5.55 5.625 0.9375 12.1875 0.9375 12.1875C2.49582 14.2624 4.46085 15.9977 6.7125 17.2875L17.0625 6.9375Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M12 5.4375C5.55 5.4375 0.9375 12 0.9375 12C0.9375 12 5.55 18.5625 12 18.5625C18.45 18.5625 23.0625 12 23.0625 12C23.0625 12 18.45 5.4375 12 5.4375Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M12 16.3125C14.4853 16.3125 16.5 14.2978 16.5 11.8125C16.5 9.32722 14.4853 7.3125 12 7.3125C9.51472 7.3125 7.5 9.32722 7.5 11.8125C7.5 14.2978 9.51472 16.3125 12 16.3125Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M16.575 8.175C17.2346 8.57653 17.7797 9.14104 18.158 9.81421C18.5363 10.4874 18.735 11.2466 18.735 12.0187C18.735 12.7909 18.5363 13.5501 18.158 14.2233C17.7797 14.8965 17.2346 15.461 16.575 15.8625M18.75 6C19.6815 6.6986 20.4375 7.60448 20.9582 8.6459C21.4789 9.68731 21.75 10.8357 21.75 12C21.75 13.1643 21.4789 14.3127 20.9582 15.3541C20.4375 16.3955 19.6815 17.3014 18.75 18M14.25 2.25L7.5 9H3C2.80109 9 2.61032 9.07902 2.46967 9.21967C2.32902 9.36032 2.25 9.55109 2.25 9.75V14.25C2.25 14.4489 2.32902 14.6397 2.46967 14.7803C2.61032 14.921 2.80109 15 3 15H7.5L14.25 21.75V2.25Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="8" cy="8" r="7.5" stroke="#4D4D4D"/>
|
|
3
|
+
<path d="M7.50019 8.62651C7.50019 8.90265 7.72405 9.12651 8.00019 9.12651C8.27633 9.12651 8.50019 8.90265 8.50019 8.62651H7.50019ZM8.50019 4C8.50019 3.72386 8.27633 3.5 8.00019 3.5C7.72405 3.5 7.50019 3.72386 7.50019 4H8.50019ZM8.50019 8.62651V4H7.50019V8.62651H8.50019ZM8.0785 11.4217C8.0785 11.4649 8.04344 11.5 8.00019 11.5V12.5C8.59572 12.5 9.0785 12.0172 9.0785 11.4217H8.0785ZM8.00019 11.5C7.95694 11.5 7.92188 11.4649 7.92188 11.4217H6.92188C6.92188 12.0172 7.40465 12.5 8.00019 12.5V11.5ZM7.92188 11.4217C7.92188 11.3784 7.95694 11.3434 8.00019 11.3434V10.3434C7.40465 10.3434 6.92188 10.8262 6.92188 11.4217H7.92188ZM8.00019 11.3434C8.04344 11.3434 8.0785 11.3784 8.0785 11.4217H9.0785C9.0785 10.8262 8.59572 10.3434 8.00019 10.3434V11.3434Z" fill="#4D4D4D"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.5 13C11.5 13.2761 11.7239 13.5 12 13.5C12.2761 13.5 12.5 13.2761 12.5 13H11.5ZM12.5 7C12.5 6.72386 12.2761 6.5 12 6.5C11.7239 6.5 11.5 6.72386 11.5 7H12.5ZM21.5 12C21.5 17.2467 17.2467 21.5 12 21.5V22.5C17.799 22.5 22.5 17.799 22.5 12H21.5ZM12 21.5C6.75329 21.5 2.5 17.2467 2.5 12H1.5C1.5 17.799 6.20101 22.5 12 22.5V21.5ZM2.5 12C2.5 6.75329 6.75329 2.5 12 2.5V1.5C6.20101 1.5 1.5 6.20101 1.5 12H2.5ZM12 2.5C17.2467 2.5 21.5 6.75329 21.5 12H22.5C22.5 6.20101 17.799 1.5 12 1.5V2.5ZM12.5 13V7H11.5V13H12.5ZM12.25 16.625C12.25 16.7631 12.1381 16.875 12 16.875V17.875C12.6904 17.875 13.25 17.3154 13.25 16.625H12.25ZM12 16.875C11.8619 16.875 11.75 16.7631 11.75 16.625H10.75C10.75 17.3154 11.3096 17.875 12 17.875V16.875ZM11.75 16.625C11.75 16.4869 11.8619 16.375 12 16.375V15.375C11.3096 15.375 10.75 15.9346 10.75 16.625H11.75ZM12 16.375C12.1381 16.375 12.25 16.4869 12.25 16.625H13.25C13.25 15.9346 12.6904 15.375 12 15.375V16.375Z" fill="#4D4D4D"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M15.75 7.75C15.4739 7.75 15.25 7.97386 15.25 8.25C15.25 8.52614 15.4739 8.75 15.75 8.75V7.75ZM19.5 8.25V7.75V8.25ZM9.75 12H10.25V11.9995L9.75 12ZM10.315 11.3495C10.37 11.0789 10.1951 10.815 9.9245 10.76C9.65388 10.705 9.38995 10.8799 9.335 11.1505L10.315 11.3495ZM8.25 16.25C8.52614 16.25 8.75 16.0261 8.75 15.75C8.75 15.4739 8.52614 15.25 8.25 15.25V16.25ZM0.75 12H0.25H0.75ZM10.5 8.25V7.75V8.25ZM14.25 12H13.75V12.0005L14.25 12ZM13.685 12.6505C13.63 12.9211 13.8049 13.185 14.0755 13.24C14.3461 13.295 14.61 13.1201 14.665 12.8495L13.685 12.6505ZM15.75 8.75H19.5V7.75H15.75V8.75ZM19.5 8.75C20.362 8.75 21.1886 9.09241 21.7981 9.7019L22.5052 8.9948C21.7082 8.19777 20.6272 7.75 19.5 7.75V8.75ZM21.7981 9.7019C22.4076 10.3114 22.75 11.138 22.75 12H23.75C23.75 10.8728 23.3022 9.79183 22.5052 8.9948L21.7981 9.7019ZM22.75 12C22.75 12.862 22.4076 13.6886 21.7981 14.2981L22.5052 15.0052C23.3022 14.2082 23.75 13.1272 23.75 12H22.75ZM21.7981 14.2981C21.1886 14.9076 20.362 15.25 19.5 15.25V16.25C20.6272 16.25 21.7082 15.8022 22.5052 15.0052L21.7981 14.2981ZM19.5 15.25H13.5V16.25H19.5V15.25ZM13.5 15.25C12.638 15.25 11.8114 14.9076 11.2019 14.2981L10.4948 15.0052C11.2918 15.8022 12.3728 16.25 13.5 16.25V15.25ZM11.2019 14.2981C10.5924 13.6886 10.25 12.862 10.25 12H9.25C9.25 13.1272 9.69777 14.2082 10.4948 15.0052L11.2019 14.2981ZM10.25 11.9995C10.2498 11.7812 10.2716 11.5634 10.315 11.3495L9.335 11.1505C9.27819 11.4303 9.24972 11.715 9.25 12.0005L10.25 11.9995ZM8.25 15.25H4.5V16.25H8.25V15.25ZM4.5 15.25C4.0732 15.25 3.65059 15.1659 3.25628 15.0026L2.8736 15.9265C3.38923 16.1401 3.94188 16.25 4.5 16.25V15.25ZM3.25628 15.0026C2.86197 14.8393 2.50369 14.5999 2.2019 14.2981L1.4948 15.0052C1.88945 15.3999 2.35796 15.7129 2.8736 15.9265L3.25628 15.0026ZM2.2019 14.2981C1.59241 13.6886 1.25 12.862 1.25 12H0.25C0.25 13.1272 0.697767 14.2082 1.4948 15.0052L2.2019 14.2981ZM1.25 12C1.25 11.138 1.59241 10.3114 2.2019 9.7019L1.4948 8.9948C0.697767 9.79183 0.25 10.8728 0.25 12H1.25ZM2.2019 9.7019C2.8114 9.09241 3.63805 8.75 4.5 8.75V7.75C3.37283 7.75 2.29183 8.19777 1.4948 8.9948L2.2019 9.7019ZM4.5 8.75H10.5V7.75H4.5V8.75ZM10.5 8.75C11.362 8.75 12.1886 9.09241 12.7981 9.7019L13.5052 8.9948C12.7082 8.19777 11.6272 7.75 10.5 7.75V8.75ZM12.7981 9.7019C13.4076 10.3114 13.75 11.138 13.75 12H14.75C14.75 10.8728 14.3022 9.79183 13.5052 8.9948L12.7981 9.7019ZM13.75 12.0005C13.7502 12.2188 13.7284 12.4366 13.685 12.6505L14.665 12.8495C14.7218 12.5697 14.7503 12.285 14.75 11.9995L13.75 12.0005Z" fill="#4D4D4D"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4 2.00006C8.7739 2.00006 13.3523 3.89648 16.7279 7.27214C20.1036 10.6478 22 15.2262 22 20.0001M4 7.33339C7.35941 7.33339 10.5812 8.66791 12.9567 11.0434C15.3321 13.4188 16.6667 16.6407 16.6667 20.0001M4 12.6667C4.96303 12.6667 5.91662 12.8564 6.80634 13.2249C7.69607 13.5935 8.50449 14.1336 9.18545 14.8146C9.86641 15.4956 10.4066 16.304 10.7751 17.1937C11.1437 18.0834 11.3333 19.037 11.3333 20.0001M6 20.0001C6 21.1046 5.10457 22.0001 4 22.0001C2.89543 22.0001 2 21.1046 2 20.0001C2 18.8955 2.89543 18.0001 4 18.0001C5.10457 18.0001 6 18.8955 6 20.0001Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1848_35505)">
|
|
3
|
+
<path d="M12 23.2501C15.3344 23.2501 18.0375 18.2133 18.0375 12.0001C18.0375 5.78686 15.3344 0.750061 12 0.750061M12 23.2501C8.66558 23.2501 5.9625 18.2133 5.9625 12.0001C5.9625 5.78686 8.66558 0.750061 12 0.750061M12 23.2501V0.750061M12 23.2501C18.2132 23.2501 23.25 18.2133 23.25 12.0001C23.25 5.78686 18.2132 0.750061 12 0.750061M12 23.2501C5.78679 23.2501 0.75 18.2133 0.75 12.0001C0.75 5.78686 5.78679 0.750061 12 0.750061M1.6875 16.5001H22.3125M1.6875 7.50006H22.3125" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1848_35505">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|