@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,154 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$code": "de",
|
|
3
|
+
"$formats": {
|
|
4
|
+
"inputdate": {
|
|
5
|
+
"format": "{d}.{m}.{Y}",
|
|
6
|
+
"parse": "^(?<d>\\d{2}).(?<m>\\d{2}).(?<Y>\\d{4})$"
|
|
7
|
+
},
|
|
8
|
+
"date": {
|
|
9
|
+
"format": "{l}, {j}. {F} {Y}"
|
|
10
|
+
},
|
|
11
|
+
"dateRange": " – ",
|
|
12
|
+
"timeRange": "–",
|
|
13
|
+
"timePostfix": " Uhr",
|
|
14
|
+
"time": {
|
|
15
|
+
"format": "{G}.{i}"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"$globals": {
|
|
19
|
+
"requiredFieldMarker": "",
|
|
20
|
+
"requiredFieldText": " (Pflichtfeld)",
|
|
21
|
+
"optionalFieldMarker": " (optional)",
|
|
22
|
+
"optionalFieldText": "",
|
|
23
|
+
"clearButtonLabel": "Feld leeren",
|
|
24
|
+
"moreInfoButtonLabel": "Mehr Info",
|
|
25
|
+
"dayNames": ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"],
|
|
26
|
+
"monthNames": [
|
|
27
|
+
"Januar",
|
|
28
|
+
"Februar",
|
|
29
|
+
"März",
|
|
30
|
+
"April",
|
|
31
|
+
"Mai",
|
|
32
|
+
"Juni",
|
|
33
|
+
"Juli",
|
|
34
|
+
"August",
|
|
35
|
+
"September",
|
|
36
|
+
"Oktober",
|
|
37
|
+
"November",
|
|
38
|
+
"Dezember"
|
|
39
|
+
],
|
|
40
|
+
"monthNamesShort": ["Jan.", "Febr.", "März", "April", "Mai", "Juni", "Juli", "Aug.", "Sep.", "Okt.", "Nov.", "Dez."]
|
|
41
|
+
},
|
|
42
|
+
"datepicker": {
|
|
43
|
+
"buttonLabel": "Datum wählen",
|
|
44
|
+
"selectedDateMessage": "Ausgewähltes Datum ist"
|
|
45
|
+
},
|
|
46
|
+
"popover": {
|
|
47
|
+
"close": "Schliessen"
|
|
48
|
+
},
|
|
49
|
+
"tooltip": {
|
|
50
|
+
"close": "Schliessen"
|
|
51
|
+
},
|
|
52
|
+
"dialog": {
|
|
53
|
+
"close": "Schliessen"
|
|
54
|
+
},
|
|
55
|
+
"dropdown": {
|
|
56
|
+
"create": "<strong>{x}</strong> hinzufügen",
|
|
57
|
+
"notLoading": "Schreibe mindestens {x} Zeichen",
|
|
58
|
+
"noResults": "Keine Resultate gefunden für \"{x}\"",
|
|
59
|
+
"removeButtonTitle": "Option löschen"
|
|
60
|
+
},
|
|
61
|
+
"upload": {
|
|
62
|
+
"description": "Um Dateien zu uploaden, ziehen Sie die Dateien in diesen Bereich.",
|
|
63
|
+
"button": "Dateien auswählen",
|
|
64
|
+
"cancelUpload": "Upload abbrechen",
|
|
65
|
+
"uploadCanceled": "Upload abgebrochen.",
|
|
66
|
+
"cancelUploadConfirmation": "Sind Sie sicher, dass Sie den Upload abbrechen wollen?",
|
|
67
|
+
"removeFile": "Datei entfernen",
|
|
68
|
+
"maxFilesExceeded": "Sie können keine weiteren Dateien uploaden.",
|
|
69
|
+
"serverError": "Server derzeit nicht verfügbar, bitte versuchen Sie es später erneut.",
|
|
70
|
+
"accessError": "Sie haben keine Berechtigung zum Hochladen von Dateien.",
|
|
71
|
+
"responseError": "Server Fehler Code {{statusCode}}.",
|
|
72
|
+
"invalidFileType": "Sie können keine Dateien von diesem Typ uploaden.",
|
|
73
|
+
"fileTooBig": "Die Datei ist zu gross ({{filesize}}MiB). Maximal erlaubte Grösse: {{maxFilesize}}MiB.",
|
|
74
|
+
"fileTooBigServer": "Die Datei ist zu gross (Error 413)"
|
|
75
|
+
},
|
|
76
|
+
"calendar": {
|
|
77
|
+
"prevMonthLabel": "Vorheriger Monat",
|
|
78
|
+
"nextMonthLabel": "Nächster Monat",
|
|
79
|
+
"monthSelectLabel": "Monat",
|
|
80
|
+
"yearSelectLabel": "Jahr"
|
|
81
|
+
},
|
|
82
|
+
"appointments": {
|
|
83
|
+
"moreTextItems": "zeige einen weiteren Termin | zeige {n} weitere Termine",
|
|
84
|
+
"calendarTitle": "Datum",
|
|
85
|
+
"appointmentsTitle": "Zeit",
|
|
86
|
+
"inputLegend": "Termin auswählen",
|
|
87
|
+
"datepickerLabel": "Datum auswählen",
|
|
88
|
+
"sortByTime": "Sortieren nach Zeit",
|
|
89
|
+
"sortByPlace": "Sortieren nach Ort",
|
|
90
|
+
"nextDayWithAppointments": "Nächster Termin"
|
|
91
|
+
},
|
|
92
|
+
"message": {
|
|
93
|
+
"close": "Schliessen"
|
|
94
|
+
},
|
|
95
|
+
"ghettobox": {
|
|
96
|
+
"hiddenTitle": "Ereignismeldung",
|
|
97
|
+
"close": "Schliessen"
|
|
98
|
+
},
|
|
99
|
+
"datatable": {
|
|
100
|
+
"searchLabel": "Tabelle filtern"
|
|
101
|
+
},
|
|
102
|
+
"saptcha": {
|
|
103
|
+
"info": "Um Spam-Nachrichten zu verhindern, beantworten Sie bitte die folgende Frage:",
|
|
104
|
+
"question": "Welches ist die niedrigste Zahl?",
|
|
105
|
+
"answer": "Antwort",
|
|
106
|
+
"answerOr": " oder "
|
|
107
|
+
},
|
|
108
|
+
"sortable": {
|
|
109
|
+
"description": "Drücke die Leertaste, um ein Item auszuwählen, verschiebe es dann mit den Pfeiltasten oder drücke Escape, um abzubrechen.",
|
|
110
|
+
"started": "Item {title} ausgewählt. Aktuelle Position in der Liste: {current} von {total}.",
|
|
111
|
+
"dropped": "Item {title}, Verschiebung beendet. Finale Position in der Liste: {current} von {total}",
|
|
112
|
+
"canceled": "Item {title}, Verschiebung abgebrochen.",
|
|
113
|
+
"moved": "Item {title}, neue Position in der Liste: {current} von {total}"
|
|
114
|
+
},
|
|
115
|
+
"datamessagelist-item": {
|
|
116
|
+
"actionsPopoverLabel": "Aktionen"
|
|
117
|
+
},
|
|
118
|
+
"servicecard": {
|
|
119
|
+
"actionsPopoverLabel": "Aktionen",
|
|
120
|
+
"actionMoveUp": "Kachel nach oben schieben",
|
|
121
|
+
"actionMoveDown": "Kachel nach unten schieben",
|
|
122
|
+
"actionAdd": "Zu «Meine Services» hinzufügen",
|
|
123
|
+
"actionRemove": "Aus «Meine Services» entfernen"
|
|
124
|
+
},
|
|
125
|
+
"servicecard-list": {
|
|
126
|
+
"expandAll": "alle aufklappen",
|
|
127
|
+
"collapseAll": "alle zuklappen"
|
|
128
|
+
},
|
|
129
|
+
"footer": {
|
|
130
|
+
"legalNoticeUrl": "rechtliche-hinweise",
|
|
131
|
+
"legalNoticeText": "Rechtliche Hinweise",
|
|
132
|
+
"imprintUrl": "impressum",
|
|
133
|
+
"imprintText": "Impressum",
|
|
134
|
+
"accessibilityUrl": "barrierefreiheit",
|
|
135
|
+
"accessibilityText": "Barrierefreiheit"
|
|
136
|
+
},
|
|
137
|
+
"vbz-ticker": {
|
|
138
|
+
"moreInfo": "Weitere Informationen",
|
|
139
|
+
"noDisturbances": "Alle Linien fahren wie geplant.",
|
|
140
|
+
"globalDisturbance": "Grossräumige Einschränkungen auf dem Liniennetz der VBZ.",
|
|
141
|
+
"affectedLines": "Betroffene Linien:",
|
|
142
|
+
"constructionSite": "{n} Baustelle | {n} Baustellen",
|
|
143
|
+
"event": "{n} Event | {n} Events",
|
|
144
|
+
"disturbance": "{n} Störung | {n} Störungen",
|
|
145
|
+
"railReplacementBus": "{n} Bahnersatzbus | {n} Bahnersatzbusse",
|
|
146
|
+
"majorEvent": "{n} Grossereignis | {n} Grossereignisse",
|
|
147
|
+
"majorEventTitle": "Grossereignis",
|
|
148
|
+
"disturbanceTitle": "Störungen",
|
|
149
|
+
"othersTitle": "Baustellen/Events"
|
|
150
|
+
},
|
|
151
|
+
"vbz-majorticker": {
|
|
152
|
+
"moreInfo": "Weitere Informationen"
|
|
153
|
+
}
|
|
154
|
+
}
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$code": "en",
|
|
3
|
+
"$formats": {
|
|
4
|
+
"inputdate": {
|
|
5
|
+
"format": "{d}.{m}.{Y}",
|
|
6
|
+
"parse": "^(?<d>\\d{2}).(?<m>\\d{2}).(?<Y>\\d{4})$"
|
|
7
|
+
},
|
|
8
|
+
"date": {
|
|
9
|
+
"format": "{l}, {j}. {F} {Y}"
|
|
10
|
+
},
|
|
11
|
+
"dateRange": " – ",
|
|
12
|
+
"timeRange": "–",
|
|
13
|
+
"timePostfix": "",
|
|
14
|
+
"time": {
|
|
15
|
+
"format": "{G}.{i}"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"$globals": {
|
|
19
|
+
"requiredFieldMarker": "",
|
|
20
|
+
"requiredFieldText": " (required)",
|
|
21
|
+
"optionalFieldMarker": " (optional)",
|
|
22
|
+
"optionalFieldText": "",
|
|
23
|
+
"clearButtonLabel": "Clear input",
|
|
24
|
+
"moreInfoButtonLabel": "More Info",
|
|
25
|
+
"dayNames": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
26
|
+
"monthNames": [
|
|
27
|
+
"January",
|
|
28
|
+
"February",
|
|
29
|
+
"March",
|
|
30
|
+
"April",
|
|
31
|
+
"May",
|
|
32
|
+
"June",
|
|
33
|
+
"July",
|
|
34
|
+
"August",
|
|
35
|
+
"September",
|
|
36
|
+
"October",
|
|
37
|
+
"November",
|
|
38
|
+
"December"
|
|
39
|
+
],
|
|
40
|
+
"monthNamesShort": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]
|
|
41
|
+
},
|
|
42
|
+
"datepicker": {
|
|
43
|
+
"buttonLabel": "Choose date",
|
|
44
|
+
"selectedDateMessage": "Selected date is"
|
|
45
|
+
},
|
|
46
|
+
"popover": {
|
|
47
|
+
"close": "Close"
|
|
48
|
+
},
|
|
49
|
+
"tooltip": {
|
|
50
|
+
"close": "Close"
|
|
51
|
+
},
|
|
52
|
+
"dialog": {
|
|
53
|
+
"close": "Close"
|
|
54
|
+
},
|
|
55
|
+
"dropdown": {
|
|
56
|
+
"create": "Add <strong>{x}</strong>",
|
|
57
|
+
"notLoading": "Fill in at least {x} characters",
|
|
58
|
+
"noResults": "No results found for \"{x}\"",
|
|
59
|
+
"removeButtonTitle": "Remove item"
|
|
60
|
+
},
|
|
61
|
+
"upload": {
|
|
62
|
+
"description": "To upload files drag & drop them in this area.",
|
|
63
|
+
"button": "Choose files",
|
|
64
|
+
"cancelUpload": "Cancel upload",
|
|
65
|
+
"uploadCanceled": "Upload canceled.",
|
|
66
|
+
"cancelUploadConfirmation": "Are you sure you want to cancel this upload?",
|
|
67
|
+
"removeFile": "Remove file",
|
|
68
|
+
"maxFilesExceeded": "You can not upload any more files.",
|
|
69
|
+
"serverError": "Server currently not available, please try again later.",
|
|
70
|
+
"accessError": "You have no authorization for uploading files.",
|
|
71
|
+
"responseError": "Server responded with code {{statusCode}}.",
|
|
72
|
+
"invalidFileType": "You can't upload files of this type.",
|
|
73
|
+
"fileTooBig": "File is too big ({{filesize}}MiB). Max filesize: {{maxFilesize}}MiB.",
|
|
74
|
+
"fileTooBigServer": "File is too big (error 413)"
|
|
75
|
+
},
|
|
76
|
+
"calendar": {
|
|
77
|
+
"prevMonthLabel": "Previous month",
|
|
78
|
+
"nextMonthLabel": "Next month",
|
|
79
|
+
"monthSelectLabel": "Month",
|
|
80
|
+
"yearSelectLabel": "Year"
|
|
81
|
+
},
|
|
82
|
+
"appointments": {
|
|
83
|
+
"moreTextItems": "show one more appointment | show {n} more appointments",
|
|
84
|
+
"calendarTitle": "Date",
|
|
85
|
+
"appointmentsTitle": "Time",
|
|
86
|
+
"inputLegend": "Select appointment",
|
|
87
|
+
"datepickerLabel": "Select date",
|
|
88
|
+
"sortByTime": "Sort by time",
|
|
89
|
+
"sortByPlace": "Sort by place",
|
|
90
|
+
"nextDayWithAppointments": "Next date"
|
|
91
|
+
},
|
|
92
|
+
"message": {
|
|
93
|
+
"close": "Close"
|
|
94
|
+
},
|
|
95
|
+
"ghettobox": {
|
|
96
|
+
"hiddenTitle": "Event alert",
|
|
97
|
+
"close": "Closee"
|
|
98
|
+
},
|
|
99
|
+
"datatable": {
|
|
100
|
+
"searchLabel": "Filter table"
|
|
101
|
+
},
|
|
102
|
+
"saptcha": {
|
|
103
|
+
"info": "To avoid spam message, please answer the following question:",
|
|
104
|
+
"question": "Which is the lowest number?",
|
|
105
|
+
"answer": "Answer",
|
|
106
|
+
"answerOr": " or "
|
|
107
|
+
},
|
|
108
|
+
"sortable": {
|
|
109
|
+
"description": "Press spacebar to select item, re-order with arrow keys or cancel with escape.",
|
|
110
|
+
"started": "Item {title} choosen. Current position in list: {current} of {total}.",
|
|
111
|
+
"dropped": "Item {title} dropped. Final position in list: {current} of {total}",
|
|
112
|
+
"canceled": "Item {title} dropped. Re-order canceled.",
|
|
113
|
+
"moved": "Item {title}, new position in list: {current} of {total}"
|
|
114
|
+
},
|
|
115
|
+
"datamessagelist-item": {
|
|
116
|
+
"actionsPopoverLabel": "Actions"
|
|
117
|
+
},
|
|
118
|
+
"servicecard": {
|
|
119
|
+
"actionsPopoverLabel": "Actions",
|
|
120
|
+
"actionMoveUp": "Move card up",
|
|
121
|
+
"actionMoveDown": "Move card down",
|
|
122
|
+
"actionAdd": "Add to «My Services»",
|
|
123
|
+
"actionRemove": "Remove from «My Services»"
|
|
124
|
+
},
|
|
125
|
+
"servicecard-list": {
|
|
126
|
+
"expandAll": "expand all",
|
|
127
|
+
"collapseAll": "collapse all"
|
|
128
|
+
},
|
|
129
|
+
"footer": {
|
|
130
|
+
"legalNoticeUrl": "legal-notice",
|
|
131
|
+
"legalNoticeText": "Legal notice",
|
|
132
|
+
"imprintUrl": "imprint",
|
|
133
|
+
"imprintText": "Imprint",
|
|
134
|
+
"accessibilityUrl": "accessibility",
|
|
135
|
+
"accessibilityText": "Accessibility"
|
|
136
|
+
},
|
|
137
|
+
"vbz-ticker": {
|
|
138
|
+
"moreInfo": "More information",
|
|
139
|
+
"noDisturbances": "All lines are running as planned.",
|
|
140
|
+
"globalDisturbance": "Large-scale disruptions on the VBZ network.",
|
|
141
|
+
"affectedLines": "Affected lines:",
|
|
142
|
+
"constructionSite": "{n} Construction site | {n} Construction sites",
|
|
143
|
+
"event": "{n} Event | {n} Events",
|
|
144
|
+
"disturbance": "{n} Disturbance | {n} Disturbances",
|
|
145
|
+
"railReplacementBus": "{n} Rail replacement bus | {n} Rail replacement buses",
|
|
146
|
+
"majorEvent": "{n} Major event | {n} Major events",
|
|
147
|
+
"majorEventTitle": "Major event",
|
|
148
|
+
"disturbanceTitle": "Disturbances",
|
|
149
|
+
"othersTitle": "Construction sites/Events"
|
|
150
|
+
},
|
|
151
|
+
"vbz-majorticker": {
|
|
152
|
+
"moreInfo": "More information"
|
|
153
|
+
}
|
|
154
|
+
}
|
|
@@ -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 3.50011V1.50006M12 3.50011C16.1422 3.50011 19.5 6.85797 19.5 11.0001C19.5 18.0461 21 19.5001 21 19.5001H3C3 19.5001 4.50002 17.3341 4.50002 11.0001C4.50002 6.85797 7.85788 3.50011 12 3.50011ZM14 19.5001V20.5001C14 21.6046 13.1046 22.5001 12 22.5001C10.8954 22.5001 10 21.6046 10 20.5001V19.5001" 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="M16.5 10.5C16.5 10.8979 16.342 11.2794 16.0607 11.5607C15.7794 11.842 15.3978 12 15 12H9C8.60218 12 8.22064 11.842 7.93934 11.5607C7.65804 11.2794 7.5 10.8979 7.5 10.5M0.75 3.00005H23.25V7.50005H0.75V3.00005ZM2.25 7.50005H21.75V21H2.25V7.50005Z" 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.0007 18.75L11.6472 19.1036C11.741 19.1973 11.8682 19.25 12.0008 19.25C12.1334 19.25 12.2606 19.1973 12.3543 19.1035L12.0007 18.75ZM12.5007 5.25C12.5007 4.97386 12.2769 4.75 12.0007 4.75C11.7246 4.75 11.5007 4.97386 11.5007 5.25L12.5007 5.25ZM17.6036 13.8535C17.7988 13.6583 17.7988 13.3417 17.6035 13.1464C17.4083 12.9512 17.0917 12.9512 16.8964 13.1465L17.6036 13.8535ZM7.10353 13.1464C6.90825 12.9512 6.59167 12.9512 6.39642 13.1465C6.20117 13.3417 6.2012 13.6583 6.39647 13.8536L7.10353 13.1464ZM12.5007 18.75L12.5007 5.25L11.5007 5.25L11.5007 18.75L12.5007 18.75ZM16.8964 13.1465L11.6472 18.3965L12.3543 19.1035L17.6036 13.8535L16.8964 13.1465ZM12.3543 18.3964L7.10353 13.1464L6.39647 13.8536L11.6472 19.1036L12.3543 18.3964Z" fill="#4D4D4D"/>
|
|
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="M6.25 11.9993L5.89642 12.3528C5.80266 12.259 5.74999 12.1318 5.75 11.9992C5.75001 11.8666 5.8027 11.7394 5.89647 11.6457L6.25 11.9993ZM16.75 11.4993C17.0261 11.4993 17.25 11.7231 17.25 11.9993C17.25 12.2754 17.0261 12.4993 16.75 12.4993V11.4993ZM11.1465 6.39642C11.3417 6.20117 11.6583 6.2012 11.8536 6.39647C12.0488 6.59175 12.0488 6.90833 11.8535 7.10358L11.1465 6.39642ZM11.8536 16.8965C12.0488 17.0917 12.0488 17.4083 11.8535 17.6036C11.6583 17.7988 11.3417 17.7988 11.1464 17.6035L11.8536 16.8965ZM6.25 11.4993H16.75V12.4993H6.25V11.4993ZM11.8535 7.10358L6.60353 12.3528L5.89647 11.6457L11.1465 6.39642L11.8535 7.10358ZM6.60358 11.6457L11.8536 16.8965L11.1464 17.6035L5.89642 12.3528L6.60358 11.6457Z" fill="#4D4D4D"/>
|
|
3
|
+
<path d="M22 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 12Z" 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="M5.25 11.9993L4.89642 12.3528C4.80266 12.259 4.74999 12.1318 4.75 11.9992C4.75001 11.8666 4.8027 11.7394 4.89647 11.6457L5.25 11.9993ZM18.75 11.4993C19.0261 11.4993 19.25 11.7231 19.25 11.9993C19.25 12.2754 19.0261 12.4993 18.75 12.4993V11.4993ZM10.1465 6.39642C10.3417 6.20117 10.6583 6.2012 10.8536 6.39647C11.0488 6.59175 11.0488 6.90833 10.8535 7.10358L10.1465 6.39642ZM10.8536 16.8965C11.0488 17.0917 11.0488 17.4083 10.8535 17.6036C10.6583 17.7988 10.3417 17.7988 10.1464 17.6035L10.8536 16.8965ZM5.25 11.4993H18.75V12.4993H5.25V11.4993ZM10.8535 7.10358L5.60353 12.3528L4.89647 11.6457L10.1465 6.39642L10.8535 7.10358ZM5.60358 11.6457L10.8536 16.8965L10.1464 17.6035L4.89642 12.3528L5.60358 11.6457Z" 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="M23.5 11.9993L23.8536 12.3528C23.9473 12.259 24 12.1318 24 11.9992C24 11.8666 23.9473 11.7394 23.8535 11.6457L23.5 11.9993ZM1 11.4993C0.723858 11.4993 0.5 11.7231 0.5 11.9993C0.5 12.2754 0.723858 12.4993 1 12.4993V11.4993ZM18.6035 6.39642C18.4083 6.20117 18.0917 6.2012 17.8964 6.39647C17.7012 6.59175 17.7012 6.90833 17.8965 7.10358L18.6035 6.39642ZM17.8964 16.8965C17.7012 17.0917 17.7012 17.4083 17.8965 17.6036C18.0917 17.7988 18.4083 17.7988 18.6036 17.6035L17.8964 16.8965ZM23.5 11.4993H1V12.4993H23.5V11.4993ZM17.8965 7.10358L23.1465 12.3528L23.8535 11.6457L18.6035 6.39642L17.8965 7.10358ZM23.1464 11.6457L17.8964 16.8965L18.6036 17.6035L23.8536 12.3528L23.1464 11.6457Z" 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="M18.75 11.9993L19.1036 12.3528C19.1973 12.259 19.25 12.1318 19.25 11.9992C19.25 11.8666 19.1973 11.7394 19.1035 11.6457L18.75 11.9993ZM5.25 11.4993C4.97386 11.4993 4.75 11.7231 4.75 11.9993C4.75 12.2754 4.97386 12.4993 5.25 12.4993V11.4993ZM13.8535 6.39642C13.6583 6.20117 13.3417 6.2012 13.1464 6.39647C12.9512 6.59175 12.9512 6.90833 13.1465 7.10358L13.8535 6.39642ZM13.1464 16.8965C12.9512 17.0917 12.9512 17.4083 13.1465 17.6036C13.3417 17.7988 13.6583 17.7988 13.8536 17.6035L13.1464 16.8965ZM18.75 11.4993H5.25V12.4993H18.75V11.4993ZM13.1465 7.10358L18.3965 12.3528L19.1035 11.6457L13.8535 6.39642L13.1465 7.10358ZM18.3964 11.6457L13.1464 16.8965L13.8536 17.6035L19.1036 12.3528L18.3964 11.6457Z" 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="M11.9992 5.25L12.3528 4.89642C12.259 4.80266 12.1318 4.74999 11.9992 4.75C11.8666 4.75001 11.7394 4.8027 11.6457 4.89647L11.9992 5.25ZM11.4993 18.75C11.4993 19.0261 11.7231 19.25 11.9993 19.25C12.2754 19.25 12.4993 19.0261 12.4993 18.75L11.4993 18.75ZM6.39642 10.1465C6.20117 10.3417 6.2012 10.6583 6.39647 10.8536C6.59175 11.0488 6.90833 11.0488 7.10358 10.8535L6.39642 10.1465ZM16.8965 10.8536C17.0917 11.0488 17.4083 11.0488 17.6036 10.8535C17.7988 10.6583 17.7988 10.3417 17.6035 10.1464L16.8965 10.8536ZM11.4992 5.25L11.4993 18.75L12.4993 18.75L12.4992 5.25L11.4992 5.25ZM7.10358 10.8535L12.3528 5.60353L11.6457 4.89647L6.39642 10.1465L7.10358 10.8535ZM11.6457 5.60358L16.8965 10.8536L17.6035 10.1464L12.3528 4.89642L11.6457 5.60358Z" 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="M8 5H22M8 12H22M8 19H22M5 5C5 5.82843 4.32843 6.5 3.5 6.5C2.67157 6.5 2 5.82843 2 5C2 4.17157 2.67157 3.5 3.5 3.5C4.32843 3.5 5 4.17157 5 5ZM5 12C5 12.8285 4.32843 13.5 3.5 13.5C2.67157 13.5 2 12.8285 2 12C2 11.1716 2.67157 10.5 3.5 10.5C4.32843 10.5 5 11.1716 5 12ZM5 19C5 19.8284 4.32843 20.5 3.5 20.5C2.67157 20.5 2 19.8284 2 19C2 18.1716 2.67157 17.5 3.5 17.5C4.32843 17.5 5 18.1716 5 19Z" 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="M3 5V4.5H2.5V5H3ZM21 5H21.5V4.5H21V5ZM21 21V21.5H21.5V21H21ZM3 21H2.5V21.5H3V21ZM18 18V18.5H18.5V18H18ZM6 18H5.5V18.5H6V18ZM6 10V9.5H5.5V10H6ZM18 10H18.5V9.5H18V10ZM12.5 3C12.5 2.72386 12.2761 2.5 12 2.5C11.7239 2.5 11.5 2.72386 11.5 3H12.5ZM11.5 6.78933C11.5 7.06547 11.7239 7.28933 12 7.28933C12.2761 7.28933 12.5 7.06547 12.5 6.78933H11.5ZM8.3118 3C8.3118 2.72386 8.08794 2.5 7.8118 2.5C7.53566 2.5 7.3118 2.72386 7.3118 3H8.3118ZM7.3118 6.78933C7.3118 7.06547 7.53566 7.28933 7.8118 7.28933C8.08794 7.28933 8.3118 7.06547 8.3118 6.78933H7.3118ZM16.6882 3C16.6882 2.72386 16.4643 2.5 16.1882 2.5C15.9121 2.5 15.6882 2.72386 15.6882 3H16.6882ZM15.6882 6.78933C15.6882 7.06547 15.9121 7.28933 16.1882 7.28933C16.4643 7.28933 16.6882 7.06547 16.6882 6.78933H15.6882ZM3 5.5H21V4.5H3V5.5ZM20.5 5V21H21.5V5H20.5ZM21 20.5H3V21.5H21V20.5ZM3.5 21V5H2.5V21H3.5ZM18 17.5H6V18.5H18V17.5ZM6.5 18V10H5.5V18H6.5ZM6 10.5H18V9.5H6V10.5ZM17.5 10V18H18.5V10H17.5ZM11.5 3V6.78933H12.5V3H11.5ZM7.3118 3V6.78933H8.3118V3H7.3118ZM15.6882 3V6.78933H16.6882V3H15.6882Z" 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="M0.75 2.25005H4.5L8.25 17.25H20.25L23.25 8.25005H6M10.125 20.25C10.125 21.0785 9.45343 21.75 8.625 21.75C7.79657 21.75 7.125 21.0785 7.125 20.25C7.125 19.4216 7.79657 18.75 8.625 18.75C9.45343 18.75 10.125 19.4216 10.125 20.25ZM19.875 20.25C19.875 21.0785 19.2034 21.75 18.375 21.75C17.5466 21.75 16.875 21.0785 16.875 20.25C16.875 19.4216 17.5466 18.75 18.375 18.75C19.2034 18.75 19.875 19.4216 19.875 20.25Z" 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 11.6667L10.5 15.3333L17 8.66667M22 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 12Z" 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="M11.9999 5.00002V12L16.4999 15M21.9999 12C21.9999 17.5229 17.5228 22 11.9999 22C6.47706 22 1.99991 17.5229 1.99991 12C1.99991 6.47717 6.47706 2.00002 11.9999 2.00002C17.5228 2.00002 21.9999 6.47717 21.9999 12Z" 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="M16.4444 7.55636L7.55556 16.4444M16.4444 16.4444L7.55596 7.55556M22 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 12Z" 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="M9.66667 9.66668L7.33333 16.6667L14.3333 14.3333M9.66667 9.66668L16.6667 7.33335L14.3333 14.3333M9.66667 9.66668L14.3333 14.3333M22 12C22 17.5229 17.5228 22 12 22C6.47715 22 2 17.5229 2 12C2 6.47717 6.47715 2.00002 12 2.00002C17.5228 2.00002 22 6.47717 22 12Z" 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 21C16.9706 21 21 16.9706 21 12C21 7.02948 16.9706 3.00005 12 3.00005C7.02944 3.00005 3 7.02948 3 12C3 16.9706 7.02944 21 12 21Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M13.3125 12L12 9.75005L10.6875 12C10.5589 12.2287 10.4941 12.4878 10.5 12.75C10.5 13.1479 10.658 13.5294 10.9393 13.8107C11.2206 14.092 11.6022 14.25 12 14.25C12.3978 14.25 12.7794 14.092 13.0607 13.8107C13.342 13.5294 13.5 13.1479 13.5 12.75C13.5059 12.4878 13.4411 12.2287 13.3125 12Z" 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="M3.93333 15.6667L3.57978 15.3132C3.48601 15.4069 3.43333 15.5341 3.43333 15.6667H3.93333ZM3.43333 23.0001C3.43333 23.2762 3.65719 23.5001 3.93333 23.5001C4.20948 23.5001 4.43333 23.2762 4.43333 23.0001H3.43333ZM20.5667 15.6667C20.5667 15.3906 20.3428 15.1667 20.0667 15.1667C19.7905 15.1667 19.5667 15.3906 19.5667 15.6667H20.5667ZM19.5667 23.0001C19.5667 23.2762 19.7905 23.5001 20.0667 23.5001C20.3428 23.5001 20.5667 23.2762 20.5667 23.0001H19.5667ZM8.68689 5.75361C8.88215 5.55835 8.88215 5.24177 8.68689 5.04651C8.49162 4.85125 8.17504 4.85125 7.97978 5.04651L8.68689 5.75361ZM0.646447 12.3798C0.451184 12.5751 0.451184 12.8917 0.646447 13.0869C0.841709 13.2822 1.15829 13.2822 1.35355 13.0869L0.646447 12.3798ZM14.5536 5.75361C14.7488 5.55835 14.7488 5.24177 14.5536 5.04651C14.3583 4.85125 14.0417 4.85125 13.8464 5.04651L14.5536 5.75361ZM20.4202 5.75361C20.6155 5.55835 20.6155 5.24177 20.4202 5.04651C20.225 4.85125 19.9084 4.85125 19.7131 5.04651L20.4202 5.75361ZM9.44645 15.3132C9.25118 15.5084 9.25118 15.825 9.44645 16.0203C9.64171 16.2155 9.95829 16.2155 10.1536 16.0203L9.44645 15.3132ZM23.3536 8.68695C23.5488 8.49169 23.5488 8.1751 23.3536 7.97984C23.1583 7.78458 22.8417 7.78458 22.6464 7.97984L23.3536 8.68695ZM15.3131 15.3132C15.1179 15.5084 15.1179 15.825 15.3131 16.0203C15.5084 16.2155 15.825 16.2155 16.0202 16.0203L15.3131 15.3132ZM1.97778 5.90006H22.0222V4.90006H1.97778V5.90006ZM22.5 6.37784V14.6889H23.5V6.37784H22.5ZM22.0222 15.1667H1.97778V16.1667H22.0222V15.1667ZM1.5 14.6889V6.37784H0.5V14.6889H1.5ZM1.97778 15.1667C1.71391 15.1667 1.5 14.9528 1.5 14.6889H0.5C0.5 15.5051 1.16162 16.1667 1.97778 16.1667V15.1667ZM22.5 14.6889C22.5 14.9528 22.2861 15.1667 22.0222 15.1667V16.1667C22.8384 16.1667 23.5 15.5051 23.5 14.6889H22.5ZM22.0222 5.90006C22.2861 5.90006 22.5 6.11397 22.5 6.37784H23.5C23.5 5.56168 22.8384 4.90006 22.0222 4.90006V5.90006ZM1.97778 4.90006C1.16162 4.90006 0.5 5.56168 0.5 6.37784H1.5C1.5 6.11397 1.71391 5.90006 1.97778 5.90006V4.90006ZM3.43333 15.6667V23.0001H4.43333V15.6667H3.43333ZM19.5667 15.6667V23.0001H20.5667V15.6667H19.5667ZM6.13333 4.43339C7.21949 4.43339 8.1 3.55289 8.1 2.46673H7.1C7.1 3.0006 6.66721 3.43339 6.13333 3.43339V4.43339ZM8.1 2.46673C8.1 1.38057 7.21949 0.500061 6.13333 0.500061V1.50006C6.66721 1.50006 7.1 1.93285 7.1 2.46673H8.1ZM6.13333 0.500061C5.04717 0.500061 4.16667 1.38057 4.16667 2.46673H5.16667C5.16667 1.93285 5.59946 1.50006 6.13333 1.50006V0.500061ZM4.16667 2.46673C4.16667 3.55289 5.04717 4.43339 6.13333 4.43339V3.43339C5.59946 3.43339 5.16667 3.0006 5.16667 2.46673H4.16667ZM17.8667 4.43339C18.9528 4.43339 19.8333 3.55289 19.8333 2.46673H18.8333C18.8333 3.0006 18.4005 3.43339 17.8667 3.43339V4.43339ZM19.8333 2.46673C19.8333 1.38057 18.9528 0.500061 17.8667 0.500061V1.50006C18.4005 1.50006 18.8333 1.93285 18.8333 2.46673H19.8333ZM17.8667 0.500061C16.7805 0.500061 15.9 1.38057 15.9 2.46673H16.9C16.9 1.93285 17.3328 1.50006 17.8667 1.50006V0.500061ZM15.9 2.46673C15.9 3.55289 16.7805 4.43339 17.8667 4.43339V3.43339C17.3328 3.43339 16.9 3.0006 16.9 2.46673H15.9ZM7.97978 5.04651L0.646447 12.3798L1.35355 13.0869L8.68689 5.75361L7.97978 5.04651ZM13.8464 5.04651L3.57978 15.3132L4.28689 16.0203L14.5536 5.75361L13.8464 5.04651ZM19.7131 5.04651L9.44645 15.3132L10.1536 16.0203L20.4202 5.75361L19.7131 5.04651ZM22.6464 7.97984L15.3131 15.3132L16.0202 16.0203L23.3536 8.68695L22.6464 7.97984Z" 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="M6.66667 17.3333H2V2H17.3333V6.66667M6.66667 6.66667H22V22H6.66667V6.66667Z" 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="M2 5.00002H22M8 4.99007V2.00005H16V5.00002M12 9.00002V18M8 9.00002V18M16 9.00002V18M20 5.00002V22H4V5.00002H20Z" 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="M2.50002 15V21H21.5V15M12.0007 15.75L12.0007 2.25M12.0007 15.75L17.25 10.5M12.0007 15.75L6.75 10.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_1639_22515)">
|
|
3
|
+
<path d="M9 19.5001L12 22.8751M12 22.8751L15 19.5001M12 22.8751V13.5001M9 4.50006L12 1.12506M12 1.12506L15 4.50006M12 1.12506V10.5001M3.75 10.5001H20.25M3.75 13.5001H20.25" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1639_22515">
|
|
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="M20.015 7.98388L20.3006 7.69823C21.4048 6.5939 21.1203 5.08918 20.015 3.98485C18.9097 2.88051 17.4042 2.59457 16.301 3.6995L16.0153 3.98515M18.2661 9.73386L20.0165 7.98387M18.2661 9.73386L8.23066 19.7679M18.2661 9.73386L14.2667 5.73453M16.0165 3.98484L14.2667 5.73453M14.2667 5.73453L4.23162 15.7688M8.23066 19.7679L3 21L4.23162 15.7688M8.23066 19.7679L4.23162 15.7688" 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_23310)">
|
|
3
|
+
<path d="M12.0001 18H0.750092V4.50002M0.750092 4.50002H21.0001M0.750092 4.50002L10.8751 12.225L21.0001 4.50002M21.0001 4.50002V13.125M19.8751 16.5L16.8751 19.5L15.3751 18M23.2501 17.625C23.2501 20.7316 20.7317 23.25 17.6251 23.25C14.5185 23.25 12.0001 20.7316 12.0001 17.625C12.0001 14.5184 14.5185 12 17.6251 12C20.7317 12 23.2501 14.5184 23.2501 17.625Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1638_23310">
|
|
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="M10.0952 13.9048L2 22M2 22H7.71429M2 22V16.2857M22 2L13.9048 10.0952M22 2H16.2857M22 2V7.71429" 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="M14 22H22V2H2V9" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M11 20V13M11 13H4M11 13L2 22" 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="M5 2.00003C2.79086 2.00003 1 3.79089 1 6.00003V14C1 16.2092 2.79086 18 5 18H7.75V22L12.25 18H19C21.2091 18 23 16.2092 23 14V6.00003C23 3.79089 21.2091 2.00003 19 2.00003H5Z" 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_1639_22430)">
|
|
3
|
+
<path d="M14.742 5.03891H17.625V0.750031H14.2148C10.1018 0.925906 9.25802 3.24603 9.18752 5.67191V7.81653H6.37502V12H9.18752V23.25H13.4063V12H16.8866L17.5545 7.81653H13.4063V6.51566C13.3949 6.33052 13.4207 6.14499 13.4821 5.96994C13.5434 5.7949 13.6391 5.63387 13.7635 5.49632C13.8879 5.35876 14.0386 5.24744 14.2066 5.16889C14.3746 5.09034 14.5567 5.04615 14.742 5.03891V5.03891Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1639_22430">
|
|
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="M14 1.50002V7.50002H20M14 1.50002L20 7.50002M14 1.50002H4V22.5H20V7.50002" 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="M3.5 19.3751C3.22386 19.3751 3 19.5989 3 19.8751C3 20.1512 3.22386 20.3751 3.5 20.3751V19.3751ZM13.5003 12.3751H13.0003H13.5003ZM19.75 12.8751C20.0261 12.8751 20.25 12.6512 20.25 12.3751C20.25 12.0989 20.0261 11.8751 19.75 11.8751V12.8751ZM3.5 11.8751C3.22386 11.8751 3 12.0989 3 12.3751C3 12.6512 3.22386 12.8751 3.5 12.8751L3.5 11.8751ZM6 4.87506L5.5 4.87506L6 4.87506ZM19.75 5.37506C20.0261 5.37506 20.25 5.1512 20.25 4.87506C20.25 4.59892 20.0261 4.37506 19.75 4.37506V5.37506ZM19.125 18.0001V17.5001V18.0001ZM21 19.8751H20.5H21ZM19.125 21.7501V21.2501V21.7501ZM4.125 3.00006V2.50006V3.00006ZM4.125 6.75006L4.125 6.25006L4.125 6.75006ZM2.25 4.87506H1.75H2.25ZM11.625 10.5001V10.0001V10.5001ZM11.625 14.2501V13.7501V14.2501ZM3.5 20.3751L17.25 20.3751L17.25 19.3751L3.5 19.3751V20.3751ZM13.5003 12.8751L19.75 12.8751V11.8751L13.5003 11.8751V12.8751ZM3.5 12.8751L9.75031 12.8751V11.8751L3.5 11.8751L3.5 12.8751ZM6 5.37506L19.75 5.37506V4.37506L6 4.37506V5.37506ZM19.125 18.5001C19.8844 18.5001 20.5 19.1157 20.5 19.8751H21.5C21.5 18.5634 20.4367 17.5001 19.125 17.5001V18.5001ZM20.5 19.8751C20.5 20.6345 19.8844 21.2501 19.125 21.2501V22.2501C20.4367 22.2501 21.5 21.1867 21.5 19.8751H20.5ZM19.125 21.2501C18.3656 21.2501 17.75 20.6345 17.75 19.8751H16.75C16.75 21.1867 17.8133 22.2501 19.125 22.2501V21.2501ZM17.75 19.8751C17.75 19.1157 18.3656 18.5001 19.125 18.5001V17.5001C17.8133 17.5001 16.75 18.5634 16.75 19.8751H17.75ZM4.125 3.50006C4.88439 3.50006 5.5 4.11567 5.5 4.87506L6.5 4.87506C6.5 3.56339 5.43668 2.50006 4.125 2.50006V3.50006ZM5.5 4.87506C5.5 5.63445 4.88439 6.25006 4.125 6.25006L4.125 7.25006C5.43668 7.25006 6.5 6.18674 6.5 4.87506L5.5 4.87506ZM4.125 6.25006C3.36561 6.25006 2.75 5.63445 2.75 4.87506H1.75C1.75 6.18674 2.81332 7.25006 4.125 7.25006L4.125 6.25006ZM2.75 4.87506C2.75 4.11567 3.36561 3.50006 4.125 3.50006V2.50006C2.81332 2.50006 1.75 3.56338 1.75 4.87506H2.75ZM11.625 11.0001C12.3845 11.0001 13.0003 11.6158 13.0003 12.3751H14.0003C14.0003 11.0633 12.9366 10.0001 11.625 10.0001V11.0001ZM13.0003 12.3751C13.0003 13.1343 12.3845 13.7501 11.625 13.7501V14.7501C12.9366 14.7501 14.0003 13.6868 14.0003 12.3751H13.0003ZM11.625 13.7501C10.8657 13.7501 10.2503 13.1346 10.2503 12.3751H9.25031C9.25031 13.6866 10.3132 14.7501 11.625 14.7501V13.7501ZM10.2503 12.3751C10.2503 11.6156 10.8657 11.0001 11.625 11.0001V10.0001C10.3132 10.0001 9.25031 11.0635 9.25031 12.3751H10.2503Z" 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_1639_22503)">
|
|
3
|
+
<path d="M3 1.42507C7.9875 -1.04993 14.8875 4.23757 21 1.50007V12.7501C15.1125 15.6376 7.9875 10.3126 3 12.7876M3 23.2501V1.12507" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1639_22503">
|
|
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.33333 22H2V15.6667M22 15.6667V22H15.6667M15.6667 2H22V8.33333M2 8.33333V2H8.33333M6 6H18V18H6V6Z" 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="M19.9461 13.7453L19.4521 13.6685C19.4271 13.829 19.4816 13.9916 19.5983 14.1045L19.9461 13.7453ZM19.9461 11.2547L19.5986 10.8952C19.4818 11.0082 19.4271 11.1709 19.4521 11.3315L19.9461 11.2547ZM21.7357 9.52505L22.0832 9.88456L22.0832 9.88455L21.7357 9.52505ZM21.8445 8.74945L22.2776 8.49949L22.2775 8.49944L21.8445 8.74945ZM20.1141 5.7524L19.6811 6.00233L19.6811 6.0024L20.1141 5.7524ZM19.3879 5.45875L19.2502 4.97806L19.2501 4.97809L19.3879 5.45875ZM16.9452 6.15875L16.6371 6.5525C16.7632 6.65121 16.929 6.68352 17.083 6.6394L16.9452 6.15875ZM14.8575 4.97925L14.3724 5.10066C14.4121 5.2591 14.5266 5.38818 14.6792 5.4464L14.8575 4.97925ZM14.2324 2.482L13.7473 2.60328L13.7473 2.60341L14.2324 2.482ZM13.6164 2.00005L13.6174 1.50005H13.6164V2.00005ZM10.1556 2.00005L10.1555 2.50005H10.1556V2.00005ZM9.53817 2.482L9.0531 2.36071L9.05309 2.36076L9.53817 2.482ZM8.89137 5.0699L9.08436 5.53115C9.22992 5.47025 9.33819 5.34421 9.37645 5.19113L8.89137 5.0699ZM6.98282 6.20005L6.84529 6.68076C7.00072 6.72523 7.16806 6.6918 7.29448 6.59103L6.98282 6.20005ZM4.38442 5.45665L4.24678 5.93733L4.24689 5.93736L4.38442 5.45665ZM3.65817 5.7503L3.22512 5.50036L3.22511 5.50038L3.65817 5.7503ZM1.92777 8.74875L2.3605 8.99923L2.36083 8.99866L1.92777 8.74875ZM2.03627 9.52505L2.38379 9.16556L2.38374 9.16552L2.03627 9.52505ZM4.01447 11.4374L4.50989 11.5049C4.53138 11.3472 4.47645 11.1886 4.36199 11.078L4.01447 11.4374ZM4.01447 13.5637L4.36189 13.9233C4.47642 13.8126 4.53138 13.654 4.50989 13.4962L4.01447 13.5637ZM2.03627 15.475L1.68884 15.1155L1.68876 15.1155L2.03627 15.475ZM1.92742 16.2506L1.49438 16.5006L1.49441 16.5007L1.92742 16.2506ZM3.65782 19.2477L4.09087 18.9978L4.09083 18.9977L3.65782 19.2477ZM4.38407 19.5413L4.24691 19.0605L4.24643 19.0607L4.38407 19.5413ZM6.98282 18.8L7.29464 18.4092C7.16831 18.3084 7.00107 18.2749 6.84566 18.3192L6.98282 18.8ZM8.89172 19.9312L9.3768 19.81C9.33855 19.657 9.23032 19.531 9.08482 19.47L8.89172 19.9312ZM9.53852 22.5191L9.05344 22.6404L9.05366 22.6413L9.53852 22.5191ZM10.1556 23V22.5H10.1556L10.1556 23ZM13.6164 23V23.5L13.6174 23.5L13.6164 23ZM14.2324 22.5181L14.7174 22.6394L14.7174 22.6394L14.2324 22.5181ZM14.8561 20.0233L14.6778 19.5562C14.5252 19.6144 14.4106 19.7435 14.371 19.902L14.8561 20.0233ZM16.9438 18.8434L17.0816 18.3628C16.9276 18.3187 16.7617 18.351 16.6356 18.4497L16.9438 18.8434ZM19.3865 19.5434L19.2487 20.0241L19.2488 20.0241L19.3865 19.5434ZM20.1127 19.2498L19.6797 18.9998L19.6797 18.9999L20.1127 19.2498ZM21.8431 16.2527L22.2761 16.5028L22.2762 16.5027L21.8431 16.2527ZM21.7343 15.4771L21.3864 15.8363L21.3868 15.8366L21.7343 15.4771ZM16.0424 12.5001C16.0424 14.7368 14.2292 16.5501 11.9924 16.5501V17.5501C14.7815 17.5501 17.0424 15.2891 17.0424 12.5001H16.0424ZM11.9924 16.5501C9.75567 16.5501 7.94243 14.7368 7.94243 12.5001H6.94243C6.94243 15.2891 9.20339 17.5501 11.9924 17.5501V16.5501ZM7.94243 12.5001C7.94243 10.2633 9.75567 8.45005 11.9924 8.45005V7.45005C9.20339 7.45005 6.94243 9.71102 6.94243 12.5001H7.94243ZM11.9924 8.45005C14.2292 8.45005 16.0424 10.2633 16.0424 12.5001H17.0424C17.0424 9.71102 14.7815 7.45005 11.9924 7.45005V8.45005ZM20.4402 13.8221C20.5764 12.946 20.5764 12.0541 20.4402 11.1779L19.4521 11.3315C19.5724 12.1059 19.5724 12.8942 19.4521 13.6685L20.4402 13.8221ZM20.2936 11.6143L22.0832 9.88456L21.3882 9.16553L19.5986 10.8952L20.2936 11.6143ZM22.0832 9.88455C22.2654 9.70842 22.3835 9.47643 22.4187 9.22547L21.4284 9.08649C21.4242 9.11659 21.41 9.14442 21.3882 9.16554L22.0832 9.88455ZM22.4187 9.22547C22.4539 8.9745 22.4042 8.71897 22.2776 8.49949L21.4115 8.9994C21.4267 9.02573 21.4326 9.05638 21.4284 9.08649L22.4187 9.22547ZM22.2775 8.49944L20.5471 5.50239L19.6811 6.0024L21.4115 8.99945L22.2775 8.49944ZM20.5472 5.50246C20.4205 5.28291 20.224 5.11204 19.989 5.01702L19.6141 5.9441C19.6423 5.9555 19.6659 5.976 19.6811 6.00233L20.5472 5.50246ZM19.989 5.01702C19.754 4.922 19.4939 4.90829 19.2502 4.97806L19.5255 5.93943C19.5547 5.93106 19.5859 5.93271 19.6141 5.9441L19.989 5.01702ZM19.2501 4.97809L16.8075 5.67809L17.083 6.6394L19.5256 5.9394L19.2501 4.97809ZM17.2534 5.765C16.581 5.23877 15.8334 4.81643 15.0357 4.51209L14.6792 5.4464C15.3835 5.71508 16.0435 6.08793 16.6371 6.5525L17.2534 5.765ZM15.3425 4.85783L14.7174 2.36058L13.7473 2.60341L14.3724 5.10066L15.3425 4.85783ZM14.7174 2.36071C14.6561 2.11526 14.5145 1.89731 14.3153 1.74141L13.6991 2.529C13.723 2.5477 13.7399 2.57384 13.7473 2.60328L14.7174 2.36071ZM14.3153 1.74141C14.116 1.5855 13.8704 1.50056 13.6174 1.50005L13.6153 2.50004C13.6457 2.50011 13.6752 2.5103 13.6991 2.529L14.3153 1.74141ZM13.6164 1.50005H10.1556V2.50005H13.6164V1.50005ZM10.1556 1.50005C9.90221 1.5 9.65604 1.58469 9.45626 1.74064L10.0716 2.5289C10.0956 2.5102 10.1251 2.50004 10.1555 2.50005L10.1556 1.50005ZM9.45626 1.74064C9.25648 1.89658 9.11458 2.11484 9.0531 2.36071L10.0232 2.60328C10.0306 2.57379 10.0476 2.54761 10.0716 2.5289L9.45626 1.74064ZM9.05309 2.36076L8.40629 4.94866L9.37645 5.19113L10.0232 2.60323L9.05309 2.36076ZM8.69838 4.60864C7.97043 4.91322 7.2882 5.3172 6.67115 5.80906L7.29448 6.59103C7.83928 6.15675 8.44164 5.80007 9.08436 5.53115L8.69838 4.60864ZM7.12035 5.71933L4.52195 4.97593L4.24689 5.93736L6.84529 6.68076L7.12035 5.71933ZM4.52205 4.97596C4.27835 4.90619 4.01832 4.9199 3.78332 5.01492L4.15817 5.942C4.18636 5.93061 4.21755 5.92896 4.24678 5.93733L4.52205 4.97596ZM3.78332 5.01492C3.54831 5.10994 3.35183 5.28081 3.22512 5.50036L4.09122 6.00023C4.10642 5.9739 4.12998 5.9534 4.15817 5.942L3.78332 5.01492ZM3.22511 5.50038L1.49471 8.49883L2.36083 8.99866L4.09123 6.00021L3.22511 5.50038ZM1.49503 8.49826C1.36795 8.71781 1.31799 8.97356 1.3531 9.2248L2.34348 9.08638C2.33926 9.05624 2.34526 9.02556 2.3605 8.99923L1.49503 8.49826ZM1.3531 9.2248C1.38822 9.47603 1.50639 9.70828 1.68879 9.88457L2.38374 9.16552C2.36186 9.14437 2.34769 9.11651 2.34348 9.08638L1.3531 9.2248ZM1.68874 9.88453L3.66694 11.7969L4.36199 11.078L2.38379 9.16556L1.68874 9.88453ZM3.51904 11.37C3.41686 12.1202 3.41686 12.8809 3.51904 13.6312L4.50989 13.4962C4.41991 12.8355 4.41991 12.1656 4.50989 11.5049L3.51904 11.37ZM3.66704 13.2041L1.68884 15.1155L2.38369 15.8346L4.36189 13.9233L3.66704 13.2041ZM1.68876 15.1155C1.50655 15.2917 1.38845 15.5237 1.35323 15.7746L2.34352 15.9136C2.34775 15.8835 2.36191 15.8557 2.38377 15.8345L1.68876 15.1155ZM1.35323 15.7746C1.31801 16.0256 1.36769 16.2811 1.49438 16.5006L2.36045 16.0007C2.34526 15.9744 2.3393 15.9437 2.34352 15.9136L1.35323 15.7746ZM1.49441 16.5007L3.22481 19.4977L4.09083 18.9977L2.36043 16.0006L1.49441 16.5007ZM3.22477 19.4976C3.35148 19.7172 3.54796 19.8881 3.78297 19.9831L4.15782 19.056C4.12964 19.0446 4.10607 19.0241 4.09087 18.9978L3.22477 19.4976ZM3.78297 19.9831C4.01798 20.0781 4.27801 20.0918 4.5217 20.022L4.24643 19.0607C4.2172 19.069 4.18601 19.0674 4.15782 19.056L3.78297 19.9831ZM4.52122 20.0222L7.11997 19.2809L6.84566 18.3192L4.24691 19.0605L4.52122 20.0222ZM6.67099 19.1909C7.28808 19.6832 7.97045 20.0876 8.69861 20.3925L9.08482 19.47C8.44193 19.2009 7.83946 18.8439 7.29464 18.4092L6.67099 19.1909ZM8.40664 20.0525L9.05344 22.6404L10.0236 22.3979L9.3768 19.81L8.40664 20.0525ZM9.05366 22.6413C9.11547 22.8867 9.25743 23.1044 9.45705 23.26L10.0718 22.4713C10.0478 22.4526 10.0308 22.4265 10.0234 22.397L9.05366 22.6413ZM9.45705 23.26C9.65666 23.4156 9.9025 23.5001 10.1556 23.5L10.1556 22.5C10.1252 22.5 10.0957 22.4899 10.0718 22.4713L9.45705 23.26ZM10.1556 23.5H13.6164V22.5H10.1556V23.5ZM13.6174 23.5C13.8704 23.4995 14.116 23.4146 14.3153 23.2587L13.6991 22.4711C13.6752 22.4898 13.6457 22.5 13.6153 22.5L13.6174 23.5ZM14.3153 23.2587C14.5145 23.1028 14.6561 22.8848 14.7174 22.6394L13.7473 22.3968C13.7399 22.4263 13.723 22.4524 13.6991 22.4711L14.3153 23.2587ZM14.7174 22.6394L15.3411 20.1446L14.371 19.902L13.7473 22.3968L14.7174 22.6394ZM15.0343 20.4904C15.8321 20.186 16.5797 19.7635 17.252 19.2372L16.6356 18.4497C16.042 18.9144 15.3821 19.2874 14.6778 19.5562L15.0343 20.4904ZM16.8061 19.3241L19.2487 20.0241L19.5242 19.0628L17.0816 18.3628L16.8061 19.3241ZM19.2488 20.0241C19.4925 20.0939 19.7526 20.0802 19.9876 19.9852L19.6127 19.0581C19.5845 19.0695 19.5533 19.0711 19.5241 19.0628L19.2488 20.0241ZM19.9876 19.9852C20.2226 19.8902 20.4191 19.7193 20.5458 19.4997L19.6797 18.9999C19.6645 19.0262 19.6409 19.0467 19.6127 19.0581L19.9876 19.9852ZM20.5457 19.4998L22.2761 16.5028L21.4101 16.0027L19.6797 18.9998L20.5457 19.4998ZM22.2762 16.5027C22.4028 16.2832 22.4525 16.0277 22.4173 15.7767L21.427 15.9157C21.4312 15.9458 21.4253 15.9765 21.4101 16.0028L22.2762 16.5027ZM22.4173 15.7767C22.3821 15.5258 22.264 15.2938 22.0818 15.1176L21.3868 15.8366C21.4086 15.8578 21.4228 15.8856 21.427 15.9157L22.4173 15.7767ZM22.0821 15.118L20.294 13.3862L19.5983 14.1045L21.3864 15.8363L22.0821 15.118Z" 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_23252)">
|
|
3
|
+
<path d="M17.6251 1.87502C15.1876 1.87502 12.7876 3.45002 12.0001 5.62502C11.2126 3.45002 8.81256 1.87502 6.37506 1.87502C4.88322 1.87502 3.45248 2.46765 2.39759 3.52254C1.34269 4.57743 0.750061 6.00817 0.750061 7.50002C0.750061 12.375 4.87506 17.25 12.0001 22.125C19.1251 17.25 23.2501 12.375 23.2501 7.50002C23.2501 6.00817 22.6574 4.57743 21.6025 3.52254C20.5477 2.46765 19.1169 1.87502 17.6251 1.87502V1.87502Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1638_23252">
|
|
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_23251)">
|
|
3
|
+
<path d="M12 1.50002L0.93475 12.8387C0.921282 12.8517 0.912005 12.8684 0.908113 12.8867C0.90422 12.905 0.905889 12.9241 0.912905 12.9414C0.919922 12.9588 0.931965 12.9736 0.947485 12.984C0.963006 12.9945 0.981295 13 1 13L4 13.0118V23H9.37505V17H14.6251V23H20V13.0118H23C23.0187 13.0118 23.037 13.0062 23.0525 12.9958C23.068 12.9854 23.0801 12.9705 23.0871 12.9532C23.0941 12.9358 23.0958 12.9168 23.0919 12.8985C23.088 12.8802 23.0787 12.8635 23.0653 12.8505L12 1.50002Z" stroke="#4D4D4D" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_1638_23251">
|
|
7
|
+
<rect width="24" height="24" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|