@otto-de/b2b-core-components 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -8
- package/dist/b2b-core-components/app-globals-0f993ce5.js +3 -0
- package/dist/b2b-core-components/b2b-alert.entry.js +48 -0
- package/dist/b2b-core-components/b2b-anchor.entry.js +22 -0
- package/dist/b2b-core-components/b2b-breadcrumb-item.entry.js +36 -0
- package/dist/b2b-core-components/b2b-breadcrumb.entry.js +30 -0
- package/dist/b2b-core-components/b2b-button.entry.js +79 -0
- package/dist/b2b-core-components/b2b-card.entry.js +43 -0
- package/dist/b2b-core-components/b2b-checkbox-group.entry.js +88 -0
- package/dist/b2b-core-components/b2b-checkbox.entry.js +89 -0
- package/dist/b2b-core-components/b2b-chip-component.entry.js +36 -0
- package/dist/b2b-core-components/b2b-core-components.css +215 -1
- package/dist/b2b-core-components/b2b-core-components.esm.js +51 -1
- package/dist/b2b-core-components/b2b-dropdown.entry.js +64 -0
- package/dist/b2b-core-components/b2b-grid-col.entry.js +34 -0
- package/dist/b2b-core-components/b2b-grid-row.entry.js +25 -0
- package/dist/b2b-core-components/b2b-grid.entry.js +17 -0
- package/dist/b2b-core-components/b2b-headline.entry.js +31 -0
- package/dist/b2b-core-components/b2b-icon.entry.js +415 -0
- package/dist/b2b-core-components/b2b-input-group.entry.js +76 -0
- package/dist/b2b-core-components/b2b-input-label.entry.js +22 -0
- package/dist/b2b-core-components/b2b-input-list-option.entry.js +25 -0
- package/dist/b2b-core-components/b2b-input-list.entry.js +165 -0
- package/dist/b2b-core-components/b2b-input.entry.js +96 -0
- package/dist/b2b-core-components/b2b-label.entry.js +19 -0
- package/dist/b2b-core-components/b2b-modal.entry.js +220 -0
- package/dist/b2b-core-components/b2b-pagination.entry.js +118 -0
- package/dist/b2b-core-components/b2b-paragraph.entry.js +23 -0
- package/dist/b2b-core-components/b2b-radio-button.entry.js +74 -0
- package/dist/b2b-core-components/b2b-radio-group.entry.js +89 -0
- package/dist/b2b-core-components/b2b-required-separator.entry.js +16 -0
- package/dist/b2b-core-components/b2b-rounded-icon.entry.js +27 -0
- package/dist/b2b-core-components/b2b-scrollable-container.entry.js +16 -0
- package/dist/b2b-core-components/b2b-search.entry.js +33 -0
- package/dist/b2b-core-components/b2b-separator.entry.js +18 -0
- package/dist/b2b-core-components/b2b-spinner.entry.js +21 -0
- package/dist/b2b-core-components/b2b-tab-group.entry.js +132 -0
- package/dist/b2b-core-components/b2b-tab-panel.entry.js +17 -0
- package/dist/b2b-core-components/b2b-tab.entry.js +39 -0
- package/dist/b2b-core-components/b2b-table-cell.entry.js +48 -0
- package/dist/b2b-core-components/b2b-table-header.entry.js +88 -0
- package/dist/b2b-core-components/b2b-table-row.entry.js +112 -0
- package/dist/b2b-core-components/b2b-table-rowgroup.entry.js +144 -0
- package/dist/b2b-core-components/b2b-table.entry.js +55 -0
- package/dist/b2b-core-components/b2b-textarea.entry.js +62 -0
- package/dist/b2b-core-components/b2b-toggle-button.entry.js +55 -0
- package/dist/b2b-core-components/b2b-toggle-group.entry.js +65 -0
- package/dist/b2b-core-components/b2b-tooltip.entry.js +75 -0
- package/dist/b2b-core-components/b2b-wizard-icon.entry.js +21 -0
- package/dist/b2b-core-components/b2b-wizard-step.entry.js +22 -0
- package/dist/b2b-core-components/b2b-wizard.entry.js +57 -0
- package/dist/b2b-core-components/icons/b2b_icon-360-degree.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-advice.svg +7 -7
- package/dist/b2b-core-components/icons/b2b_icon-allergen-sulfur-dioxide-sulfite.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-almond.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-archive.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-armchair.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-arrow-down.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-arrow-graph.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-arrow-left.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-arrow-right.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-arrow-up.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-assembly.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-assortment.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-attachment.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-augmented-reality.svg +9 -9
- package/dist/b2b-core-components/icons/b2b_icon-autonomous-team.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-bank-details.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-bar-graph-ascending.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-bar-graph-axis.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-barley.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-basket-sale.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-basket.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-basketball.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-bikini.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-blogs.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-brandshop.svg +8 -8
- package/dist/b2b-core-components/icons/b2b_icon-brazil-nut.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-browser-click.svg +7 -7
- package/dist/b2b-core-components/icons/b2b_icon-browser-content.svg +9 -9
- package/dist/b2b-core-components/icons/b2b_icon-browser-psm.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-burger.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-bus.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-callback.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-camera.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-cashback.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-cashew-nut.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-catalogue.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-categories.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-celery.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-certificate.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-chair.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-chat.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-check-bold.svg +1 -1
- package/dist/b2b-core-components/icons/b2b_icon-check.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-chicken.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-city.svg +9 -9
- package/dist/b2b-core-components/icons/b2b_icon-clear.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-close.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-code-management.svg +7 -7
- package/dist/b2b-core-components/icons/b2b_icon-contact-mail.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-copy.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-cow.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-crab.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-critique.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-curtain.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-cut-out.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-dashboard.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-deer.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-delete.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-delivery-24h.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-delivery-desired-date-selection.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-delivery-desired-date.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-delivery-express.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-delivery-flat.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-delivery-on-hangers.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-delivery-preferred-place.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-desktop-phone-ads-click.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-desktop-phone-ads.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-desktop-phone.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-desktop.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-devices-monitor-laptop-tablet.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-dish-feature-lactose-free.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-dislike.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-disposal.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-document-sign.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-downloads.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-dress.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-dungarees.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-duration.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-e-invoice.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-edit-pad.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-edit.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-egg.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-ellipsis.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-email-verification-confirmed-safe.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-email-verification-confirmed.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-email-verification-sent-safe.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-email-verification-sent.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-empty-hint.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-end-to-end.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-error-article-image.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-error-hint.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-error.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-euro.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-event.svg +15 -15
- package/dist/b2b-core-components/icons/b2b_icon-events.svg +15 -15
- package/dist/b2b-core-components/icons/b2b_icon-faq.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-feedback.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-filter.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-fish.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-fitness.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-flag-chequered.svg +7 -7
- package/dist/b2b-core-components/icons/b2b_icon-flexible-work.svg +9 -9
- package/dist/b2b-core-components/icons/b2b_icon-flip.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-food-processor.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-fullscreen.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-gallery-view.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-gamepad.svg +8 -8
- package/dist/b2b-core-components/icons/b2b_icon-garlic.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-gender-intersex.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-globe.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-gluten.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-glutenfree.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-handshake.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-hashtag.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-hazelnut.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-hide.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-high-heels.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-home.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-info-small.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-info.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-inplace-zoom-reverse.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-inplace-zoom.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-insurance.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-kamut.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-laptop-os.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-laptop.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-leaving-page.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-light-bulb.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-like-fingers.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-like-product.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-like.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-line-graph.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-list-view.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-location.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-lupine.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-macadamia.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-material-samples.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-measurement.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-megaphone.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-mic.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-milk.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-minus.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-money-coins.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-money-document.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-money-plus.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-money-stack.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-money.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-move.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-mustard.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-nav.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-new.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-newsletter-sign-up.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-notification.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-nuts.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-oat.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-order-cancelled.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-order-delivered.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-order-form.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-order-management.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-order-misdirected.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-order-on-road.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-order-packed.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-order-payment.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-order-received.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-order-return.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-order-shipped.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-order-state-unknown.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-order-stored.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-order.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-otto-app.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-otto-campus.svg +16 -16
- package/dist/b2b-core-components/icons/b2b_icon-otto-company.svg +19 -19
- package/dist/b2b-core-components/icons/b2b_icon-otto-laptop.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-otto-logo.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-otto-up-points.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-otto-up.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-paper-plane.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-pause.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-payment-credit-card.svg +7 -7
- package/dist/b2b-core-components/icons/b2b_icon-payment-invoice.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-payment-pause.svg +9 -9
- package/dist/b2b-core-components/icons/b2b_icon-payment-plan-protection.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-payment-plan.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-pdf.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-peanut.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-pecan-nut.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-pending.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-person-access.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-person-callcenter.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-person-check.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-person-colleagues.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-person-community.svg +9 -9
- package/dist/b2b-core-components/icons/b2b_icon-person-development.svg +9 -9
- package/dist/b2b-core-components/icons/b2b_icon-person-female.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-person-info.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-person-male.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-person-rating.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-person-support.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-person-switch.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-person-workshop.svg +8 -8
- package/dist/b2b-core-components/icons/b2b_icon-person.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-phone-permission.svg +9 -9
- package/dist/b2b-core-components/icons/b2b_icon-phone.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-pig.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-pin.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-pinch-gesture.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-pinch.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-pistachio.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-plant.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-play-1.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-play.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-plus.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-price-alert.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-price-tag.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-print.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-puzzle.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-qr-code.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-question-hint.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-question.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-rating-empty.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-rating-filled.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-rating-half.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-rating-order.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-rating-payment.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-remote-work.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-repair.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-reply.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-retirement-provision.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-rocket.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-rye.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-sabbatical.svg +19 -19
- package/dist/b2b-core-components/icons/b2b_icon-sale.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-save.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-sea.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-search-enter.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-search.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-seo.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-service-info.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-sesame.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-settings.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-share-ios.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-share.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-sheep.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-shell.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-shirt.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-shopping-cart-euro.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-shopping-cart.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-show.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-smiley-angry.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-smiley-happy.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-smiley-negative.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-smiley-neutral.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-smiley-positive.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-sms-info.svg +7 -7
- package/dist/b2b-core-components/icons/b2b_icon-sneaker.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-sort-ascending.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-sort-descending.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-sort.svg +7 -7
- package/dist/b2b-core-components/icons/b2b_icon-soy.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-spelt.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-stationary.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-studies.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-success.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-sustainable-delivery.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-sustainable-energy-efficient.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-sustainable-production.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-sustainable-recycling.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-sustainable-resource.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-swipe-gesture.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-sync-device.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-t-shirt.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-tablet.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-tableware.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-target-group.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-teddy.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-test-result.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-town.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-trend-down.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-trend-up.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-trousers.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-trusted.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-unpin.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-upload.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-vacation.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-variant-content.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-vegan.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-vegetarian.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-village.svg +10 -10
- package/dist/b2b-core-components/icons/b2b_icon-volume-off.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-volume-on.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-voucher.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-walnut.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-warning.svg +5 -5
- package/dist/b2b-core-components/icons/b2b_icon-warranty.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-washing-machine.svg +7 -7
- package/dist/b2b-core-components/icons/b2b_icon-whatsapp.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-wheat.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-wifi.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-wishlist-active.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-wishlist.svg +3 -3
- package/dist/b2b-core-components/icons/b2b_icon-work-life.svg +6 -6
- package/dist/b2b-core-components/icons/b2b_icon-workshop.svg +7 -7
- package/dist/b2b-core-components/icons/b2b_icon-zoom-in.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_icon-zoom-out.svg +4 -4
- package/dist/b2b-core-components/icons/b2b_logo-carrier-dhl.svg +23 -0
- package/dist/b2b-core-components/icons/b2b_logo-carrier-gls.svg +17 -0
- package/dist/b2b-core-components/icons/b2b_logo-carrier-hermes.svg +9 -0
- package/dist/b2b-core-components/icons/b2b_logo-carrier-ups.svg +14 -0
- package/dist/b2b-core-components/index-7788f606.js +3804 -0
- package/dist/b2b-core-components/index.esm.js +1 -0
- package/dist/b2b-core-components/{p-d83c2084.entry.js → p-0034d167.entry.js} +1 -1
- package/dist/b2b-core-components/{p-2ad8bdb6.entry.js → p-024220fb.entry.js} +1 -1
- package/dist/b2b-core-components/{p-7a879329.entry.js → p-0354d337.entry.js} +1 -1
- package/dist/b2b-core-components/{p-197c1a6d.entry.js → p-068eb8ba.entry.js} +1 -1
- package/dist/b2b-core-components/{p-03e21565.entry.js → p-0f60ff5a.entry.js} +1 -1
- package/dist/b2b-core-components/{p-f190bf79.entry.js → p-220d5f79.entry.js} +1 -1
- package/dist/b2b-core-components/{p-f24515bf.entry.js → p-299d5c71.entry.js} +1 -1
- package/dist/b2b-core-components/{p-e31915cf.entry.js → p-2ad195d3.entry.js} +1 -1
- package/dist/b2b-core-components/{p-33e66446.entry.js → p-2b0b7edf.entry.js} +1 -1
- package/dist/b2b-core-components/p-328f253e.entry.js +1 -0
- package/dist/b2b-core-components/{p-cf0999e2.entry.js → p-381bd00a.entry.js} +1 -1
- package/dist/b2b-core-components/{p-c60253d2.entry.js → p-39f965f2.entry.js} +1 -1
- package/dist/b2b-core-components/{p-54fd68eb.entry.js → p-46f1d12d.entry.js} +1 -1
- package/dist/b2b-core-components/{p-c294dd0c.entry.js → p-50633227.entry.js} +1 -1
- package/dist/b2b-core-components/p-54ecee35.entry.js +1 -0
- package/dist/b2b-core-components/{p-e5b78075.entry.js → p-57a842ba.entry.js} +1 -1
- package/dist/b2b-core-components/p-5c18c291.js +2 -0
- package/dist/b2b-core-components/{p-e811411a.entry.js → p-6463d394.entry.js} +1 -1
- package/dist/b2b-core-components/{p-b6a8a06f.entry.js → p-66048f63.entry.js} +1 -1
- package/dist/b2b-core-components/{p-8ad1bb92.entry.js → p-6814fed4.entry.js} +1 -1
- package/dist/b2b-core-components/{p-6140304e.entry.js → p-71bcb908.entry.js} +1 -1
- package/dist/b2b-core-components/{p-1d007eea.entry.js → p-75cff1be.entry.js} +1 -1
- package/dist/b2b-core-components/{p-04fc18cd.entry.js → p-7a1e9ef2.entry.js} +1 -1
- package/dist/b2b-core-components/{p-0965b990.entry.js → p-7d05e787.entry.js} +1 -1
- package/dist/b2b-core-components/{p-f8ed569f.entry.js → p-89dc58cc.entry.js} +1 -1
- package/dist/b2b-core-components/{p-97ef9805.entry.js → p-8fb5f715.entry.js} +1 -1
- package/dist/b2b-core-components/{p-c885a630.entry.js → p-a4ba259c.entry.js} +1 -1
- package/dist/b2b-core-components/{p-42e7f397.entry.js → p-a4c859d6.entry.js} +1 -1
- package/dist/b2b-core-components/{p-681d6880.entry.js → p-a635b768.entry.js} +1 -1
- package/dist/b2b-core-components/{p-b3ccfc58.entry.js → p-a7d829d8.entry.js} +1 -1
- package/dist/b2b-core-components/{p-1e2752b2.entry.js → p-a8043eb7.entry.js} +1 -1
- package/dist/b2b-core-components/{p-dd79ab5b.entry.js → p-af7e9d0b.entry.js} +1 -1
- package/dist/b2b-core-components/{p-2328144b.entry.js → p-c59bffbe.entry.js} +1 -1
- package/dist/b2b-core-components/{p-60badad5.entry.js → p-c93fc43f.entry.js} +1 -1
- package/dist/b2b-core-components/{p-f7e9f889.entry.js → p-cfd92648.entry.js} +1 -1
- package/dist/b2b-core-components/{p-44ccd8f4.entry.js → p-d92add70.entry.js} +1 -1
- package/dist/b2b-core-components/{p-b8049234.entry.js → p-da2823f1.entry.js} +1 -1
- package/dist/b2b-core-components/{p-98b563a9.entry.js → p-e8d1236b.entry.js} +1 -1
- package/dist/b2b-core-components/{p-542a358a.entry.js → p-e9f3a7af.entry.js} +1 -1
- package/dist/b2b-core-components/{p-3c0671ef.entry.js → p-edbe9fc0.entry.js} +1 -1
- package/dist/b2b-core-components/{p-2d01e68a.entry.js → p-f1625da0.entry.js} +1 -1
- package/dist/b2b-core-components/{p-8bad814b.entry.js → p-f6f7c598.entry.js} +1 -1
- package/dist/b2b-core-components/{p-d07210e2.entry.js → p-ff36af9f.entry.js} +1 -1
- package/dist/b2b-core-components/shadow-css-3392baef.js +449 -0
- package/dist/b2b-core-components/table.types-7607e721.js +40 -0
- package/dist/cjs/app-globals-3a1e7e63.js +5 -0
- package/dist/cjs/b2b-alert.cjs.entry.js +2 -2
- package/dist/cjs/b2b-anchor.cjs.entry.js +1 -1
- package/dist/cjs/b2b-breadcrumb-item.cjs.entry.js +1 -1
- package/dist/cjs/b2b-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/b2b-button.cjs.entry.js +83 -0
- package/dist/cjs/b2b-button_2.cjs.entry.js +1 -1
- package/dist/cjs/b2b-card.cjs.entry.js +1 -1
- package/dist/cjs/b2b-checkbox-group.cjs.entry.js +1 -1
- package/dist/cjs/b2b-checkbox.cjs.entry.js +93 -0
- package/dist/cjs/b2b-checkbox_3.cjs.entry.js +2 -2
- package/dist/cjs/b2b-chip-component.cjs.entry.js +6 -3
- package/dist/cjs/b2b-core-components.cjs.js +37 -7
- package/dist/cjs/b2b-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/b2b-grid-col.cjs.entry.js +1 -1
- package/dist/cjs/b2b-grid-row.cjs.entry.js +1 -1
- package/dist/cjs/b2b-grid.cjs.entry.js +1 -1
- package/dist/cjs/b2b-headline.cjs.entry.js +1 -1
- package/dist/cjs/b2b-icon.cjs.entry.js +17 -6
- package/dist/cjs/b2b-input-group.cjs.entry.js +80 -0
- package/dist/cjs/b2b-input-group_2.cjs.entry.js +1 -1
- package/dist/cjs/b2b-input-label.cjs.entry.js +1 -1
- package/dist/cjs/b2b-input-list-option.cjs.entry.js +29 -0
- package/dist/cjs/b2b-input-list.cjs.entry.js +169 -0
- package/dist/cjs/b2b-input.cjs.entry.js +100 -0
- package/dist/cjs/b2b-input_2.cjs.entry.js +1 -1
- package/dist/cjs/b2b-label.cjs.entry.js +1 -1
- package/dist/cjs/b2b-modal.cjs.entry.js +1 -1
- package/dist/cjs/b2b-pagination.cjs.entry.js +1 -1
- package/dist/cjs/b2b-paragraph.cjs.entry.js +1 -1
- package/dist/cjs/b2b-radio-button.cjs.entry.js +1 -1
- package/dist/cjs/b2b-radio-group.cjs.entry.js +1 -1
- package/dist/cjs/b2b-required-separator.cjs.entry.js +1 -1
- package/dist/cjs/b2b-rounded-icon.cjs.entry.js +1 -1
- package/dist/cjs/b2b-scrollable-container.cjs.entry.js +1 -1
- package/dist/cjs/b2b-search.cjs.entry.js +1 -1
- package/dist/cjs/b2b-separator.cjs.entry.js +1 -1
- package/dist/cjs/b2b-spinner.cjs.entry.js +25 -0
- package/dist/cjs/b2b-tab-group.cjs.entry.js +1 -1
- package/dist/cjs/b2b-tab-panel.cjs.entry.js +1 -1
- package/dist/cjs/b2b-tab.cjs.entry.js +1 -1
- package/dist/cjs/b2b-table-cell.cjs.entry.js +52 -0
- package/dist/cjs/b2b-table-header.cjs.entry.js +92 -0
- package/dist/cjs/b2b-table-row.cjs.entry.js +2 -2
- package/dist/cjs/b2b-table-rowgroup.cjs.entry.js +2 -2
- package/dist/cjs/b2b-table.cjs.entry.js +2 -2
- package/dist/cjs/b2b-textarea.cjs.entry.js +2 -2
- package/dist/cjs/b2b-toggle-button.cjs.entry.js +1 -1
- package/dist/cjs/b2b-toggle-group.cjs.entry.js +1 -1
- package/dist/cjs/b2b-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/b2b-wizard-icon.cjs.entry.js +2 -2
- package/dist/cjs/b2b-wizard-step.cjs.entry.js +2 -2
- package/dist/cjs/b2b-wizard.cjs.entry.js +2 -2
- package/dist/cjs/index-7f7a006f.js +4038 -0
- package/dist/cjs/{index-04e07a00.js → index-ceb9958a.js} +216 -51
- package/dist/cjs/loader.cjs.js +5 -12
- package/dist/cjs/shadow-css-163d1bb0.js +451 -0
- package/dist/cjs/table.types-308923fc.js +48 -0
- package/dist/collection/collection-manifest.json +49 -49
- package/dist/collection/components/alert/alert.css +3 -3
- package/dist/collection/components/alert/alert.e2e.js +1 -1
- package/dist/collection/components/alert/alert.js +1 -1
- package/dist/collection/components/alert/alert.stories.js +18 -18
- package/dist/collection/components/anchor/anchor.css +2 -2
- package/dist/collection/components/anchor/anchor.js +2 -2
- package/dist/collection/components/anchor/anchor.spec.js +39 -39
- package/dist/collection/components/anchor/anchor.stories.js +8 -8
- package/dist/collection/components/breadcrumb/breadcrumb-item.js +3 -2
- package/dist/collection/components/breadcrumb/breadcrumb.css +2 -2
- package/dist/collection/components/breadcrumb/breadcrumb.e2e.js +5 -5
- package/dist/collection/components/breadcrumb/breadcrumb.js +3 -2
- package/dist/collection/components/breadcrumb/breadcrumb.stories.js +6 -6
- package/dist/collection/components/button/button.css +2 -2
- package/dist/collection/components/button/button.e2e.js +14 -14
- package/dist/collection/components/button/button.js +4 -3
- package/dist/collection/components/button/button.stories.js +58 -58
- package/dist/collection/components/card/card.css +2 -2
- package/dist/collection/components/card/card.e2e.js +4 -4
- package/dist/collection/components/card/card.js +1 -1
- package/dist/collection/components/card/card.spec.js +18 -18
- package/dist/collection/components/card/card.stories.js +9 -9
- package/dist/collection/components/checkbox/checkbox.css +2 -2
- package/dist/collection/components/checkbox/checkbox.e2e.js +1 -1
- package/dist/collection/components/checkbox/checkbox.js +7 -4
- package/dist/collection/components/checkbox/checkbox.spec.js +3 -3
- package/dist/collection/components/checkbox/checkbox.stories.js +11 -11
- package/dist/collection/components/checkbox-group/checkbox-group.css +2 -2
- package/dist/collection/components/checkbox-group/checkbox-group.e2e.js +6 -6
- package/dist/collection/components/checkbox-group/checkbox-group.js +3 -2
- package/dist/collection/components/checkbox-group/checkbox-group.spec.js +3 -3
- package/dist/collection/components/checkbox-group/checkbox-group.stories.js +12 -12
- package/dist/collection/components/chip/chip.css +26 -9
- package/dist/collection/components/chip/chip.e2e.js +3 -3
- package/dist/collection/components/chip/chip.js +7 -3
- package/dist/collection/components/chip/chip.stories.js +20 -6
- package/dist/collection/components/dropdown/dropdown.css +2 -2
- package/dist/collection/components/dropdown/dropdown.e2e.js +6 -6
- package/dist/collection/components/dropdown/dropdown.js +5 -3
- package/dist/collection/components/dropdown/dropdown.spec.js +3 -3
- package/dist/collection/components/dropdown/dropdown.stories.js +15 -15
- package/dist/collection/components/grid/column.js +2 -2
- package/dist/collection/components/grid/grid.e2e.js +5 -5
- package/dist/collection/components/grid/grid.js +1 -1
- package/dist/collection/components/grid/grid.stories.js +153 -153
- package/dist/collection/components/grid/row.js +2 -2
- package/dist/collection/components/headline/headline.css +2 -2
- package/dist/collection/components/headline/headline.e2e.js +1 -1
- package/dist/collection/components/headline/headline.js +1 -1
- package/dist/collection/components/headline/headline.spec.js +39 -39
- package/dist/collection/components/headline/headline.stories.js +4 -4
- package/dist/collection/components/icon/icon.css +2 -2
- package/dist/collection/components/icon/icon.js +7 -6
- package/dist/collection/components/icon/icon.spec.js +3 -3
- package/dist/collection/components/icon/icon.stories.js +14 -14
- package/dist/collection/components/icon/icons/b2b_icon-360-degree.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-advice.svg +7 -7
- package/dist/collection/components/icon/icons/b2b_icon-allergen-sulfur-dioxide-sulfite.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-almond.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-archive.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-armchair.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-arrow-down.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-arrow-graph.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-arrow-left.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-arrow-right.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-arrow-up.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-assembly.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-assortment.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-attachment.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-augmented-reality.svg +9 -9
- package/dist/collection/components/icon/icons/b2b_icon-autonomous-team.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-bank-details.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-bar-graph-ascending.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-bar-graph-axis.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-barley.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-basket-sale.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-basket.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-basketball.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-bikini.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-blogs.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-brandshop.svg +8 -8
- package/dist/collection/components/icon/icons/b2b_icon-brazil-nut.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-browser-click.svg +7 -7
- package/dist/collection/components/icon/icons/b2b_icon-browser-content.svg +9 -9
- package/dist/collection/components/icon/icons/b2b_icon-browser-psm.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-burger.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-bus.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-callback.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-camera.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-cashback.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-cashew-nut.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-catalogue.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-categories.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-celery.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-certificate.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-chair.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-chat.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-check-bold.svg +1 -1
- package/dist/collection/components/icon/icons/b2b_icon-check.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-chicken.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-city.svg +9 -9
- package/dist/collection/components/icon/icons/b2b_icon-clear.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-close.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-code-management.svg +7 -7
- package/dist/collection/components/icon/icons/b2b_icon-contact-mail.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-copy.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-cow.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-crab.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-critique.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-curtain.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-cut-out.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-dashboard.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-deer.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-delete.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-delivery-24h.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-delivery-desired-date-selection.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-delivery-desired-date.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-delivery-express.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-delivery-flat.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-delivery-on-hangers.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-delivery-preferred-place.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-desktop-phone-ads-click.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-desktop-phone-ads.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-desktop-phone.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-desktop.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-devices-monitor-laptop-tablet.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-dish-feature-lactose-free.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-dislike.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-disposal.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-document-sign.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-downloads.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-dress.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-dungarees.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-duration.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-e-invoice.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-edit-pad.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-edit.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-egg.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-ellipsis.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-email-verification-confirmed-safe.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-email-verification-confirmed.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-email-verification-sent-safe.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-email-verification-sent.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-empty-hint.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-end-to-end.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-error-article-image.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-error-hint.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-error.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-euro.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-event.svg +15 -15
- package/dist/collection/components/icon/icons/b2b_icon-events.svg +15 -15
- package/dist/collection/components/icon/icons/b2b_icon-faq.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-feedback.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-filter.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-fish.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-fitness.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-flag-chequered.svg +7 -7
- package/dist/collection/components/icon/icons/b2b_icon-flexible-work.svg +9 -9
- package/dist/collection/components/icon/icons/b2b_icon-flip.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-food-processor.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-fullscreen.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-gallery-view.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-gamepad.svg +8 -8
- package/dist/collection/components/icon/icons/b2b_icon-garlic.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-gender-intersex.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-globe.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-gluten.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-glutenfree.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-handshake.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-hashtag.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-hazelnut.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-hide.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-high-heels.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-home.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-info-small.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-info.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-inplace-zoom-reverse.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-inplace-zoom.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-insurance.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-kamut.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-laptop-os.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-laptop.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-leaving-page.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-light-bulb.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-like-fingers.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-like-product.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-like.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-line-graph.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-list-view.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-location.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-lupine.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-macadamia.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-material-samples.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-measurement.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-megaphone.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-mic.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-milk.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-minus.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-money-coins.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-money-document.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-money-plus.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-money-stack.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-money.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-move.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-mustard.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-nav.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-new.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-newsletter-sign-up.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-notification.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-nuts.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-oat.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-order-cancelled.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-order-delivered.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-order-form.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-order-management.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-order-misdirected.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-order-on-road.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-order-packed.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-order-payment.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-order-received.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-order-return.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-order-shipped.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-order-state-unknown.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-order-stored.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-order.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-otto-app.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-otto-campus.svg +16 -16
- package/dist/collection/components/icon/icons/b2b_icon-otto-company.svg +19 -19
- package/dist/collection/components/icon/icons/b2b_icon-otto-laptop.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-otto-logo.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-otto-up-points.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-otto-up.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-paper-plane.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-pause.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-payment-credit-card.svg +7 -7
- package/dist/collection/components/icon/icons/b2b_icon-payment-invoice.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-payment-pause.svg +9 -9
- package/dist/collection/components/icon/icons/b2b_icon-payment-plan-protection.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-payment-plan.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-pdf.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-peanut.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-pecan-nut.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-pending.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-person-access.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-person-callcenter.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-person-check.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-person-colleagues.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-person-community.svg +9 -9
- package/dist/collection/components/icon/icons/b2b_icon-person-development.svg +9 -9
- package/dist/collection/components/icon/icons/b2b_icon-person-female.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-person-info.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-person-male.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-person-rating.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-person-support.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-person-switch.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-person-workshop.svg +8 -8
- package/dist/collection/components/icon/icons/b2b_icon-person.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-phone-permission.svg +9 -9
- package/dist/collection/components/icon/icons/b2b_icon-phone.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-pig.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-pin.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-pinch-gesture.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-pinch.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-pistachio.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-plant.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-play-1.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-play.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-plus.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-price-alert.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-price-tag.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-print.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-puzzle.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-qr-code.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-question-hint.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-question.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-rating-empty.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-rating-filled.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-rating-half.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-rating-order.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-rating-payment.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-remote-work.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-repair.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-reply.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-retirement-provision.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-rocket.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-rye.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-sabbatical.svg +19 -19
- package/dist/collection/components/icon/icons/b2b_icon-sale.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-save.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-sea.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-search-enter.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-search.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-seo.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-service-info.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-sesame.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-settings.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-share-ios.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-share.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-sheep.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-shell.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-shirt.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-shopping-cart-euro.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-shopping-cart.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-show.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-smiley-angry.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-smiley-happy.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-smiley-negative.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-smiley-neutral.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-smiley-positive.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-sms-info.svg +7 -7
- package/dist/collection/components/icon/icons/b2b_icon-sneaker.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-sort-ascending.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-sort-descending.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-sort.svg +7 -7
- package/dist/collection/components/icon/icons/b2b_icon-soy.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-spelt.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-stationary.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-studies.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-success.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-sustainable-delivery.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-sustainable-energy-efficient.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-sustainable-production.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-sustainable-recycling.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-sustainable-resource.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-swipe-gesture.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-sync-device.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-t-shirt.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-tablet.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-tableware.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-target-group.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-teddy.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-test-result.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-town.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-trend-down.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-trend-up.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-trousers.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-trusted.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-unpin.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-upload.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-vacation.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-variant-content.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-vegan.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-vegetarian.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-village.svg +10 -10
- package/dist/collection/components/icon/icons/b2b_icon-volume-off.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-volume-on.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-voucher.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-walnut.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-warning.svg +5 -5
- package/dist/collection/components/icon/icons/b2b_icon-warranty.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-washing-machine.svg +7 -7
- package/dist/collection/components/icon/icons/b2b_icon-whatsapp.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-wheat.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-wifi.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-wishlist-active.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-wishlist.svg +3 -3
- package/dist/collection/components/icon/icons/b2b_icon-work-life.svg +6 -6
- package/dist/collection/components/icon/icons/b2b_icon-workshop.svg +7 -7
- package/dist/collection/components/icon/icons/b2b_icon-zoom-in.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_icon-zoom-out.svg +4 -4
- package/dist/collection/components/icon/icons/b2b_logo-carrier-dhl.svg +23 -0
- package/dist/collection/components/icon/icons/b2b_logo-carrier-gls.svg +17 -0
- package/dist/collection/components/icon/icons/b2b_logo-carrier-hermes.svg +9 -0
- package/dist/collection/components/icon/icons/b2b_logo-carrier-ups.svg +14 -0
- package/dist/collection/components/icon/request.js +2 -2
- package/dist/collection/components/icon/types.js +5 -1
- package/dist/collection/components/input/input.css +2 -2
- package/dist/collection/components/input/input.e2e.js +3 -3
- package/dist/collection/components/input/input.js +12 -7
- package/dist/collection/components/input/input.spec.js +3 -3
- package/dist/collection/components/input/input.stories.js +57 -57
- package/dist/collection/components/input-group/input-group.css +2 -2
- package/dist/collection/components/input-group/input-group.e2e.js +14 -14
- package/dist/collection/components/input-group/input-group.js +1 -1
- package/dist/collection/components/input-group/input-group.spec.js +6 -6
- package/dist/collection/components/input-group/input-group.stories.js +26 -26
- package/dist/collection/components/input-label/input-label.e2e.js +1 -1
- package/dist/collection/components/input-label/input-label.js +1 -1
- package/dist/collection/components/input-list/input-list-option.js +3 -2
- package/dist/collection/components/input-list/input-list.css +2 -2
- package/dist/collection/components/input-list/input-list.e2e.js +3 -3
- package/dist/collection/components/input-list/input-list.js +3 -2
- package/dist/collection/components/input-list/input-list.stories.js +31 -31
- package/dist/collection/components/label/label.css +2 -2
- package/dist/collection/components/label/label.e2e.js +1 -1
- package/dist/collection/components/label/label.js +1 -1
- package/dist/collection/components/label/label.spec.js +23 -23
- package/dist/collection/components/label/label.stories.js +2 -2
- package/dist/collection/components/modal/modal.css +2 -2
- package/dist/collection/components/modal/modal.e2e.js +1 -1
- package/dist/collection/components/modal/modal.js +6 -5
- package/dist/collection/components/modal/modal.stories.js +20 -20
- package/dist/collection/components/pagination/pagination.css +2 -2
- package/dist/collection/components/pagination/pagination.e2e.js +2 -2
- package/dist/collection/components/pagination/pagination.js +5 -4
- package/dist/collection/components/pagination/pagination.spec.js +3 -3
- package/dist/collection/components/pagination/pagination.stories.js +4 -4
- package/dist/collection/components/paragraph/paragraph.css +2 -2
- package/dist/collection/components/paragraph/paragraph.e2e.js +1 -1
- package/dist/collection/components/paragraph/paragraph.js +1 -1
- package/dist/collection/components/paragraph/paragraph.stories.js +14 -14
- package/dist/collection/components/radio/radio.css +2 -2
- package/dist/collection/components/radio/radio.e2e.js +1 -1
- package/dist/collection/components/radio/radio.js +7 -4
- package/dist/collection/components/radio/radio.spec.js +3 -3
- package/dist/collection/components/radio/radio.stories.js +11 -11
- package/dist/collection/components/radio-group/radio-group.css +2 -2
- package/dist/collection/components/radio-group/radio-group.e2e.js +6 -6
- package/dist/collection/components/radio-group/radio-group.js +3 -2
- package/dist/collection/components/radio-group/radio-group.spec.js +3 -3
- package/dist/collection/components/radio-group/radio-group.stories.js +19 -19
- package/dist/collection/components/required-separator/required-separator.css +2 -2
- package/dist/collection/components/required-separator/required-separator.e2e.js +1 -1
- package/dist/collection/components/required-separator/required-separator.js +1 -1
- package/dist/collection/components/required-separator/required-separator.stories.js +5 -5
- package/dist/collection/components/rounded-icon/rounded-icon.css +2 -2
- package/dist/collection/components/rounded-icon/rounded-icon.js +4 -4
- package/dist/collection/components/rounded-icon/rounded-icon.stories.js +10 -10
- package/dist/collection/components/scrollable-container/scrollable-container.css +2 -2
- package/dist/collection/components/scrollable-container/scrollable-container.js +1 -1
- package/dist/collection/components/scrollable-container/scrollable-container.stories.js +20 -20
- package/dist/collection/components/search/search.e2e.js +3 -3
- package/dist/collection/components/search/search.js +3 -2
- package/dist/collection/components/search/search.stories.js +34 -34
- package/dist/collection/components/separator/separator.css +2 -2
- package/dist/collection/components/separator/separator.e2e.js +1 -1
- package/dist/collection/components/separator/separator.js +1 -1
- package/dist/collection/components/separator/separator.stories.js +6 -6
- package/dist/collection/components/spinner/spinner.css +2 -2
- package/dist/collection/components/spinner/spinner.e2e.js +1 -1
- package/dist/collection/components/spinner/spinner.js +1 -1
- package/dist/collection/components/spinner/spinner.spec.js +21 -21
- package/dist/collection/components/spinner/spinner.stories.js +2 -2
- package/dist/collection/components/tab/tab.css +2 -2
- package/dist/collection/components/tab/tab.e2e.js +1 -1
- package/dist/collection/components/tab/tab.js +1 -1
- package/dist/collection/components/tab/tab.spec.js +3 -3
- package/dist/collection/components/tab-group/tab-group.e2e.js +22 -22
- package/dist/collection/components/tab-group/tab-group.js +4 -3
- package/dist/collection/components/tab-group/tab-group.stories.js +37 -37
- package/dist/collection/components/tab-panel/tab-panel.css +2 -2
- package/dist/collection/components/tab-panel/tab-panel.e2e.js +1 -1
- package/dist/collection/components/tab-panel/tab-panel.js +1 -1
- package/dist/collection/components/tab-panel/tab-panel.spec.js +3 -3
- package/dist/collection/components/table/table-cell/table-cell.css +2 -2
- package/dist/collection/components/table/table-cell/table-cell.js +10 -7
- package/dist/collection/components/table/table-header/table-header.css +2 -2
- package/dist/collection/components/table/table-header/table-header.js +8 -5
- package/dist/collection/components/table/table-row/table-row.css +2 -2
- package/dist/collection/components/table/table-row/table-row.js +10 -6
- package/dist/collection/components/table/table-rowgroup/table-rowgroup.css +2 -2
- package/dist/collection/components/table/table-rowgroup/table-rowgroup.js +10 -8
- package/dist/collection/components/table/table.css +2 -2
- package/dist/collection/components/table/table.e2e.js +85 -85
- package/dist/collection/components/table/table.js +7 -5
- package/dist/collection/components/table/table.stories.js +169 -169
- package/dist/collection/components/textarea/textarea.css +2 -2
- package/dist/collection/components/textarea/textarea.e2e.js +4 -4
- package/dist/collection/components/textarea/textarea.js +8 -5
- package/dist/collection/components/textarea/textarea.stories.js +14 -14
- package/dist/collection/components/toggle-button/toggle-button.css +2 -2
- package/dist/collection/components/toggle-button/toggle-button.e2e.js +1 -1
- package/dist/collection/components/toggle-button/toggle-button.js +3 -2
- package/dist/collection/components/toggle-group/toggle-group.css +2 -2
- package/dist/collection/components/toggle-group/toggle-group.e2e.js +7 -7
- package/dist/collection/components/toggle-group/toggle-group.js +3 -2
- package/dist/collection/components/toggle-group/toggle-group.stories.js +22 -22
- package/dist/collection/components/tooltip/tooltip.css +2 -2
- package/dist/collection/components/tooltip/tooltip.e2e.js +1 -1
- package/dist/collection/components/tooltip/tooltip.js +1 -1
- package/dist/collection/components/tooltip/tooltip.stories.js +26 -26
- package/dist/collection/components/wizard/wizard-step.js +7 -5
- package/dist/collection/components/wizard/wizard.css +2 -2
- package/dist/collection/components/wizard/wizard.e2e.js +67 -67
- package/dist/collection/components/wizard/wizard.js +6 -5
- package/dist/collection/components/wizard/wizard.stories.js +17 -17
- package/dist/collection/components/wizard-icon/wizard-icon.css +2 -2
- package/dist/collection/components/wizard-icon/wizard-icon.js +7 -5
- package/dist/collection/components/wizard-icon/wizard-icon.stories.js +5 -5
- package/dist/collection/docs/config/replace-prop-controls.spec.js +1 -1
- package/dist/collection/docs/config/utils.js +2 -2
- package/dist/collection/docs/tokens/color.stories.js +35 -35
- package/dist/collection/docs/tokens/font.stories.js +51 -51
- package/dist/collection/docs/tokens/size.stories.js +40 -40
- package/dist/collection/static/assets/fonts/otto-sans-bold.svg +18 -18
- package/dist/collection/static/assets/fonts/otto-sans-thin.svg +18 -18
- package/dist/collection/static/assets/fonts/otto-sans.svg +18 -18
- package/dist/collection/utils/resources.js +1 -1
- package/dist/collection/utils/utils.spec.js +1 -1
- package/dist/components/b2b-alert.js +3 -1
- package/dist/components/b2b-checkbox-group.js +4 -1
- package/dist/components/b2b-chip-component.js +5 -2
- package/dist/components/b2b-modal.js +3 -1
- package/dist/components/b2b-pagination.js +3 -0
- package/dist/components/b2b-radio-group.js +4 -1
- package/dist/components/b2b-tab.js +2 -0
- package/dist/components/b2b-textarea.js +1 -1
- package/dist/components/b2b-toggle-group.js +3 -1
- package/dist/components/b2b-tooltip.js +2 -0
- package/dist/components/icon.js +9 -3
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.js +5 -1
- package/dist/components/input-group.js +3 -0
- package/dist/components/input-list.js +3 -1
- package/dist/components/input.js +1 -1
- package/dist/components/table-header.js +2 -0
- package/dist/components/table.types.js +4 -0
- package/dist/custom-elements.json +37 -25
- package/dist/esm/app-globals-0f993ce5.js +3 -0
- package/dist/esm/b2b-alert.entry.js +2 -2
- package/dist/esm/b2b-anchor.entry.js +1 -1
- package/dist/esm/b2b-breadcrumb-item.entry.js +1 -1
- package/dist/esm/b2b-breadcrumb.entry.js +1 -1
- package/dist/esm/b2b-button.entry.js +79 -0
- package/dist/esm/b2b-button_2.entry.js +1 -1
- package/dist/esm/b2b-card.entry.js +1 -1
- package/dist/esm/b2b-checkbox-group.entry.js +1 -1
- package/dist/esm/b2b-checkbox.entry.js +89 -0
- package/dist/esm/b2b-checkbox_3.entry.js +2 -2
- package/dist/esm/b2b-chip-component.entry.js +6 -3
- package/dist/esm/b2b-core-components.js +38 -8
- package/dist/esm/b2b-dropdown.entry.js +1 -1
- package/dist/esm/b2b-grid-col.entry.js +1 -1
- package/dist/esm/b2b-grid-row.entry.js +1 -1
- package/dist/esm/b2b-grid.entry.js +1 -1
- package/dist/esm/b2b-headline.entry.js +1 -1
- package/dist/esm/b2b-icon.entry.js +17 -6
- package/dist/esm/b2b-input-group.entry.js +76 -0
- package/dist/esm/b2b-input-group_2.entry.js +1 -1
- package/dist/esm/b2b-input-label.entry.js +1 -1
- package/dist/esm/b2b-input-list-option.entry.js +25 -0
- package/dist/esm/b2b-input-list.entry.js +165 -0
- package/dist/esm/b2b-input.entry.js +96 -0
- package/dist/esm/b2b-input_2.entry.js +1 -1
- package/dist/esm/b2b-label.entry.js +1 -1
- package/dist/esm/b2b-modal.entry.js +1 -1
- package/dist/esm/b2b-pagination.entry.js +1 -1
- package/dist/esm/b2b-paragraph.entry.js +1 -1
- package/dist/esm/b2b-radio-button.entry.js +1 -1
- package/dist/esm/b2b-radio-group.entry.js +1 -1
- package/dist/esm/b2b-required-separator.entry.js +1 -1
- package/dist/esm/b2b-rounded-icon.entry.js +1 -1
- package/dist/esm/b2b-scrollable-container.entry.js +1 -1
- package/dist/esm/b2b-search.entry.js +1 -1
- package/dist/esm/b2b-separator.entry.js +1 -1
- package/dist/esm/b2b-spinner.entry.js +21 -0
- package/dist/esm/b2b-tab-group.entry.js +1 -1
- package/dist/esm/b2b-tab-panel.entry.js +1 -1
- package/dist/esm/b2b-tab.entry.js +1 -1
- package/dist/esm/b2b-table-cell.entry.js +48 -0
- package/dist/esm/b2b-table-header.entry.js +88 -0
- package/dist/esm/b2b-table-row.entry.js +2 -2
- package/dist/esm/b2b-table-rowgroup.entry.js +2 -2
- package/dist/esm/b2b-table.entry.js +2 -2
- package/dist/esm/b2b-textarea.entry.js +2 -2
- package/dist/esm/b2b-toggle-button.entry.js +1 -1
- package/dist/esm/b2b-toggle-group.entry.js +1 -1
- package/dist/esm/b2b-tooltip.entry.js +1 -1
- package/dist/esm/b2b-wizard-icon.entry.js +2 -2
- package/dist/esm/b2b-wizard-step.entry.js +2 -2
- package/dist/esm/b2b-wizard.entry.js +2 -2
- package/dist/esm/index-7788f606.js +4001 -0
- package/dist/esm/{index-dfdbf4b9.js → index-f0a4762b.js} +216 -51
- package/dist/esm/loader.js +6 -13
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/shadow-css-3392baef.js +449 -0
- package/dist/esm/table.types-7607e721.js +40 -0
- package/dist/esm/wizard.types-f1a7c73a.js +8 -0
- package/dist/loader/index.d.ts +1 -1
- package/dist/scripts/stencil/generate-storybook-args.js +1 -1
- package/dist/scripts/stencil/generate-vue-web-types.js +1 -1
- package/dist/types/components/chip/chip.d.ts +1 -0
- package/dist/types/components/chip/chip.stories.d.ts +1 -0
- package/dist/types/components/icon/types.d.ts +1 -1
- package/dist/types/components.d.ts +337 -50
- package/dist/types/stencil-public-runtime.d.ts +38 -5
- package/dist/types/utils/interfaces/content.interface.d.ts +4 -4
- package/dist/types/utils/interfaces/form.interface.d.ts +38 -38
- package/dist/types/utils/interfaces/interaction.interface.d.ts +21 -21
- package/dist/types/utils/interfaces/interface.d.ts +5 -5
- package/dist/types/utils/interfaces/status.interface.d.ts +5 -5
- package/dist/types/utils/resources.d.ts +1 -1
- package/dist/web-types.json +76 -76
- package/package.json +94 -94
- package/dist/b2b-core-components/p-1c0df04b.entry.js +0 -1
- package/dist/b2b-core-components/p-9c0e419e.entry.js +0 -1
- package/dist/b2b-core-components/p-f3ce95bf.js +0 -2
- package/dist/esm/polyfills/css-shim.js +0 -1
- /package/dist/b2b-core-components/{p-bb5e7c53.js → p-5b4639bc.js} +0 -0
- /package/dist/b2b-core-components/{p-1dc70300.js → p-b1064afb.js} +0 -0
- /package/dist/{esm/wizard.types-2a03b8e0.js → b2b-core-components/wizard.types-f1a7c73a.js} +0 -0
- /package/dist/cjs/{table.types-196dc690.js → table.types-679aefd5.js} +0 -0
- /package/dist/cjs/{wizard.types-690c64bb.js → wizard.types-41d38f1a.js} +0 -0
- /package/dist/esm/{table.types-46c5a83a.js → table.types-c4d9046e.js} +0 -0
- /package/dist/types/{home/runner/work/b2b-design-system → Users/AHOEGE/Projects/otto-de}/b2b-design-system/packages/core-components/.stencil/scripts/stencil/generate-storybook-args.d.ts +0 -0
- /package/dist/types/{home/runner/work/b2b-design-system → Users/AHOEGE/Projects/otto-de}/b2b-design-system/packages/core-components/.stencil/scripts/stencil/generate-vue-web-types.d.ts +0 -0
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@otto-de/b2b-core-components",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.7.0",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"description-markup": "markdown",
|
|
8
8
|
"contributions": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
14
14
|
"description": "",
|
|
15
15
|
"source": {
|
|
16
|
-
"module": "@otto-de/b2b-core-
|
|
16
|
+
"module": "@otto-de/b2b-core-componentssrc/components/alert/alert.d.ts",
|
|
17
17
|
"symbol": "-alert"
|
|
18
18
|
},
|
|
19
19
|
"attributes": [
|
|
@@ -87,13 +87,13 @@
|
|
|
87
87
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
88
88
|
"description": "",
|
|
89
89
|
"source": {
|
|
90
|
-
"module": "@otto-de/b2b-core-
|
|
90
|
+
"module": "@otto-de/b2b-core-componentssrc/components/anchor/anchor.d.ts",
|
|
91
91
|
"symbol": "-anchor"
|
|
92
92
|
},
|
|
93
93
|
"attributes": [
|
|
94
94
|
{
|
|
95
95
|
"name": "download",
|
|
96
|
-
"description": "If set to true, the browser will attempt to donwload and save the URL instead of opening it. The name of the created file\ndefaults to the URL string, but can be changed by the user.\r\nValues: string",
|
|
96
|
+
"description": "If set to true, the browser will attempt to donwload and save the URL instead of opening it. The name of the created file\r\ndefaults to the URL string, but can be changed by the user.\r\nValues: string",
|
|
97
97
|
"required": false,
|
|
98
98
|
"default": "null",
|
|
99
99
|
"value": {
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
140
140
|
"description": "",
|
|
141
141
|
"source": {
|
|
142
|
-
"module": "@otto-de/b2b-core-
|
|
142
|
+
"module": "@otto-de/b2b-core-componentssrc/components/breadcrumb/breadcrumb.d.ts",
|
|
143
143
|
"symbol": "-breadcrumb"
|
|
144
144
|
},
|
|
145
145
|
"attributes": [],
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
163
163
|
"description": "",
|
|
164
164
|
"source": {
|
|
165
|
-
"module": "@otto-de/b2b-core-
|
|
165
|
+
"module": "@otto-de/b2b-core-componentssrc/components/breadcrumb/breadcrumb-item.d.ts",
|
|
166
166
|
"symbol": "-breadcrumb-item"
|
|
167
167
|
},
|
|
168
168
|
"attributes": [
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
205
205
|
"description": "",
|
|
206
206
|
"source": {
|
|
207
|
-
"module": "@otto-de/b2b-core-
|
|
207
|
+
"module": "@otto-de/b2b-core-componentssrc/components/button/button.d.ts",
|
|
208
208
|
"symbol": "-button"
|
|
209
209
|
},
|
|
210
210
|
"attributes": [
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
},
|
|
231
231
|
{
|
|
232
232
|
"name": "download",
|
|
233
|
-
"description": "If set to true, the browser will attempt to donwload and save the URL instead of opening it. The name of the created file\ndefaults to the URL string, but can be changed by the user.\r\nValues: string",
|
|
233
|
+
"description": "If set to true, the browser will attempt to donwload and save the URL instead of opening it. The name of the created file\r\ndefaults to the URL string, but can be changed by the user.\r\nValues: string",
|
|
234
234
|
"required": false,
|
|
235
235
|
"value": {
|
|
236
236
|
"kind": "expression",
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
306
306
|
"description": "",
|
|
307
307
|
"source": {
|
|
308
|
-
"module": "@otto-de/b2b-core-
|
|
308
|
+
"module": "@otto-de/b2b-core-componentssrc/components/card/card.d.ts",
|
|
309
309
|
"symbol": "-card"
|
|
310
310
|
},
|
|
311
311
|
"attributes": [
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
360
360
|
"description": "",
|
|
361
361
|
"source": {
|
|
362
|
-
"module": "@otto-de/b2b-core-
|
|
362
|
+
"module": "@otto-de/b2b-core-componentssrc/components/checkbox/checkbox.d.ts",
|
|
363
363
|
"symbol": "-checkbox"
|
|
364
364
|
},
|
|
365
365
|
"attributes": [
|
|
@@ -507,7 +507,7 @@
|
|
|
507
507
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
508
508
|
"description": "",
|
|
509
509
|
"source": {
|
|
510
|
-
"module": "@otto-de/b2b-core-
|
|
510
|
+
"module": "@otto-de/b2b-core-componentssrc/components/checkbox-group/checkbox-group.d.ts",
|
|
511
511
|
"symbol": "-checkbox-group"
|
|
512
512
|
},
|
|
513
513
|
"attributes": [
|
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
599
599
|
"description": "",
|
|
600
600
|
"source": {
|
|
601
|
-
"module": "@otto-de/b2b-core-
|
|
601
|
+
"module": "@otto-de/b2b-core-componentssrc/components/chip/chip.d.ts",
|
|
602
602
|
"symbol": "-chip-component"
|
|
603
603
|
},
|
|
604
604
|
"attributes": [
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
661
661
|
"description": "",
|
|
662
662
|
"source": {
|
|
663
|
-
"module": "@otto-de/b2b-core-
|
|
663
|
+
"module": "@otto-de/b2b-core-componentssrc/components/dropdown/dropdown.d.ts",
|
|
664
664
|
"symbol": "-dropdown"
|
|
665
665
|
},
|
|
666
666
|
"attributes": [
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
771
771
|
"description": "",
|
|
772
772
|
"source": {
|
|
773
|
-
"module": "@otto-de/b2b-core-
|
|
773
|
+
"module": "@otto-de/b2b-core-componentssrc/components/grid/grid.d.ts",
|
|
774
774
|
"symbol": "-grid"
|
|
775
775
|
},
|
|
776
776
|
"attributes": [
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
794
794
|
"description": "",
|
|
795
795
|
"source": {
|
|
796
|
-
"module": "@otto-de/b2b-core-
|
|
796
|
+
"module": "@otto-de/b2b-core-componentssrc/components/grid/column.d.ts",
|
|
797
797
|
"symbol": "-grid-col"
|
|
798
798
|
},
|
|
799
799
|
"attributes": [
|
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
826
826
|
"description": "",
|
|
827
827
|
"source": {
|
|
828
|
-
"module": "@otto-de/b2b-core-
|
|
828
|
+
"module": "@otto-de/b2b-core-componentssrc/components/grid/row.d.ts",
|
|
829
829
|
"symbol": "-grid-row"
|
|
830
830
|
},
|
|
831
831
|
"attributes": [
|
|
@@ -876,9 +876,9 @@
|
|
|
876
876
|
{
|
|
877
877
|
"name": "b2b-headline",
|
|
878
878
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
879
|
-
"description": "Headline component to render hading tags content.\nInitial story: https://otto-eg.atlassian.net/browse/B2BDS-46",
|
|
879
|
+
"description": "Headline component to render hading tags content.\r\nInitial story: https://otto-eg.atlassian.net/browse/B2BDS-46",
|
|
880
880
|
"source": {
|
|
881
|
-
"module": "@otto-de/b2b-core-
|
|
881
|
+
"module": "@otto-de/b2b-core-componentssrc/components/headline/headline.d.ts",
|
|
882
882
|
"symbol": "-headline"
|
|
883
883
|
},
|
|
884
884
|
"attributes": [
|
|
@@ -921,7 +921,7 @@
|
|
|
921
921
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
922
922
|
"description": "",
|
|
923
923
|
"source": {
|
|
924
|
-
"module": "@otto-de/b2b-core-
|
|
924
|
+
"module": "@otto-de/b2b-core-componentssrc/components/icon/icon.d.ts",
|
|
925
925
|
"symbol": "-icon"
|
|
926
926
|
},
|
|
927
927
|
"attributes": [
|
|
@@ -947,11 +947,11 @@
|
|
|
947
947
|
},
|
|
948
948
|
{
|
|
949
949
|
"name": "icon",
|
|
950
|
-
"description": "The name of the icon\r\nValues: \"b2b_icon-360-degree\", \"b2b_icon-advice\", \"b2b_icon-allergen-sulfur-dioxide-sulfite\", \"b2b_icon-almond\", \"b2b_icon-archive\", \"b2b_icon-armchair\", \"b2b_icon-arrow-down\", \"b2b_icon-arrow-graph\", \"b2b_icon-arrow-left\", \"b2b_icon-arrow-right\", \"b2b_icon-arrow-up\", \"b2b_icon-assembly\", \"b2b_icon-assortment\", \"b2b_icon-attachment\", \"b2b_icon-augmented-reality\", \"b2b_icon-autonomous-team\", \"b2b_icon-bank-details\", \"b2b_icon-bar-graph-ascending\", \"b2b_icon-bar-graph-axis\", \"b2b_icon-barley\", \"b2b_icon-basket-sale\", \"b2b_icon-basket\", \"b2b_icon-basketball\", \"b2b_icon-bikini\", \"b2b_icon-blogs\", \"b2b_icon-brandshop\", \"b2b_icon-brazil-nut\", \"b2b_icon-browser-click\", \"b2b_icon-browser-content\", \"b2b_icon-browser-psm\", \"b2b_icon-burger\", \"b2b_icon-bus\", \"b2b_icon-callback\", \"b2b_icon-camera\", \"b2b_icon-cashback\", \"b2b_icon-cashew-nut\", \"b2b_icon-catalogue\", \"b2b_icon-categories\", \"b2b_icon-celery\", \"b2b_icon-certificate\", \"b2b_icon-chair\", \"b2b_icon-chat\", \"b2b_icon-check-bold\", \"b2b_icon-check\", \"b2b_icon-chicken\", \"b2b_icon-city\", \"b2b_icon-clear\", \"b2b_icon-close-bold\", \"b2b_icon-close\", \"b2b_icon-code-management\", \"b2b_icon-contact-mail\", \"b2b_icon-copy\", \"b2b_icon-cow\", \"b2b_icon-crab\", \"b2b_icon-critique\", \"b2b_icon-curtain\", \"b2b_icon-cut-out\", \"b2b_icon-dashboard\", \"b2b_icon-deer\", \"b2b_icon-delete\", \"b2b_icon-delivery-24h\", \"b2b_icon-delivery-desired-date-selection\", \"b2b_icon-delivery-desired-date\", \"b2b_icon-delivery-express\", \"b2b_icon-delivery-flat\", \"b2b_icon-delivery-on-hangers\", \"b2b_icon-delivery-preferred-place\", \"b2b_icon-desktop-phone-ads-click\", \"b2b_icon-desktop-phone-ads\", \"b2b_icon-desktop-phone\", \"b2b_icon-desktop\", \"b2b_icon-devices-monitor-laptop-tablet\", \"b2b_icon-dish-feature-lactose-free\", \"b2b_icon-dislike\", \"b2b_icon-disposal\", \"b2b_icon-document-sign\", \"b2b_icon-downloads\", \"b2b_icon-dress\", \"b2b_icon-dungarees\", \"b2b_icon-duration\", \"b2b_icon-e-invoice\", \"b2b_icon-edit-pad\", \"b2b_icon-edit\", \"b2b_icon-egg\", \"b2b_icon-ellipsis\", \"b2b_icon-email-verification-confirmed-safe\", \"b2b_icon-email-verification-confirmed\", \"b2b_icon-email-verification-sent-safe\", \"b2b_icon-email-verification-sent\", \"b2b_icon-empty-hint\", \"b2b_icon-end-to-end\", \"b2b_icon-error-article-image\", \"b2b_icon-error-hint\", \"b2b_icon-error\", \"b2b_icon-euro\", \"b2b_icon-event\", \"b2b_icon-events\", \"b2b_icon-expand\", \"b2b_icon-faq\", \"b2b_icon-feedback\", \"b2b_icon-filter\", \"b2b_icon-fish\", \"b2b_icon-fitness\", \"b2b_icon-flag-chequered\", \"b2b_icon-flexible-work\", \"b2b_icon-flip\", \"b2b_icon-food-processor\", \"b2b_icon-fullscreen\", \"b2b_icon-gallery-view\", \"b2b_icon-gamepad\", \"b2b_icon-garlic\", \"b2b_icon-gender-intersex\", \"b2b_icon-globe\", \"b2b_icon-gluten\", \"b2b_icon-glutenfree\", \"b2b_icon-handshake\", \"b2b_icon-hashtag\", \"b2b_icon-hazelnut\", \"b2b_icon-hide\", \"b2b_icon-high-heels\", \"b2b_icon-home\", \"b2b_icon-info-small\", \"b2b_icon-info\", \"b2b_icon-inplace-zoom-reverse\", \"b2b_icon-inplace-zoom\", \"b2b_icon-insurance\", \"b2b_icon-kamut\", \"b2b_icon-laptop-os\", \"b2b_icon-laptop\", \"b2b_icon-leaving-page\", \"b2b_icon-light-bulb\", \"b2b_icon-like-fingers\", \"b2b_icon-like-product\", \"b2b_icon-like\", \"b2b_icon-line-graph\", \"b2b_icon-list-view\", \"b2b_icon-location\", \"b2b_icon-lupine\", \"b2b_icon-macadamia\", \"b2b_icon-material-samples\", \"b2b_icon-measurement\", \"b2b_icon-megaphone\", \"b2b_icon-menu\", \"b2b_icon-mic\", \"b2b_icon-milk\", \"b2b_icon-minus\", \"b2b_icon-module-operations\", \"b2b_icon-money-coins\", \"b2b_icon-money-document\", \"b2b_icon-money-plus\", \"b2b_icon-money-stack\", \"b2b_icon-money\", \"b2b_icon-move\", \"b2b_icon-mustard\", \"b2b_icon-nav\", \"b2b_icon-new\", \"b2b_icon-newsletter-sign-up\", \"b2b_icon-notification\", \"b2b_icon-nuts\", \"b2b_icon-oat\", \"b2b_icon-order-cancelled\", \"b2b_icon-order-delivered\", \"b2b_icon-order-form\", \"b2b_icon-order-management\", \"b2b_icon-order-misdirected\", \"b2b_icon-order-on-road\", \"b2b_icon-order-packed\", \"b2b_icon-order-payment\", \"b2b_icon-order-received\", \"b2b_icon-order-return\", \"b2b_icon-order-shipped\", \"b2b_icon-order-state-unknown\", \"b2b_icon-order-stored\", \"b2b_icon-order\", \"b2b_icon-otto-app\", \"b2b_icon-otto-campus\", \"b2b_icon-otto-company\", \"b2b_icon-otto-laptop\", \"b2b_icon-otto-logo\", \"b2b_icon-otto-up-points\", \"b2b_icon-otto-up\", \"b2b_icon-paper-plane\", \"b2b_icon-pause\", \"b2b_icon-payment-credit-card\", \"b2b_icon-payment-invoice\", \"b2b_icon-payment-pause\", \"b2b_icon-payment-plan-protection\", \"b2b_icon-payment-plan\", \"b2b_icon-pdf\", \"b2b_icon-peanut\", \"b2b_icon-pecan-nut\", \"b2b_icon-pending\", \"b2b_icon-person-access\", \"b2b_icon-person-callcenter\", \"b2b_icon-person-check\", \"b2b_icon-person-colleagues\", \"b2b_icon-person-community\", \"b2b_icon-person-development\", \"b2b_icon-person-female\", \"b2b_icon-person-info\", \"b2b_icon-person-male\", \"b2b_icon-person-rating\", \"b2b_icon-person-support\", \"b2b_icon-person-switch\", \"b2b_icon-person-workshop\", \"b2b_icon-person\", \"b2b_icon-phone-permission\", \"b2b_icon-phone\", \"b2b_icon-pig\", \"b2b_icon-pin\", \"b2b_icon-pinch-gesture\", \"b2b_icon-pinch\", \"b2b_icon-pistachio\", \"b2b_icon-plant\", \"b2b_icon-play-1\", \"b2b_icon-play\", \"b2b_icon-plus\", \"b2b_icon-price-alert\", \"b2b_icon-price-tag\", \"b2b_icon-print\", \"b2b_icon-puzzle\", \"b2b_icon-qr-code\", \"b2b_icon-question-hint\", \"b2b_icon-question\", \"b2b_icon-rating-empty\", \"b2b_icon-rating-filled\", \"b2b_icon-rating-half\", \"b2b_icon-rating-order\", \"b2b_icon-rating-payment\", \"b2b_icon-remote-work\", \"b2b_icon-repair\", \"b2b_icon-reply\", \"b2b_icon-retirement-provision\", \"b2b_icon-rocket\", \"b2b_icon-rye\", \"b2b_icon-sabbatical\", \"b2b_icon-sale\", \"b2b_icon-save\", \"b2b_icon-sea\", \"b2b_icon-search-enter\", \"b2b_icon-search\", \"b2b_icon-seo\", \"b2b_icon-service-info\", \"b2b_icon-sesame\", \"b2b_icon-settings\", \"b2b_icon-share-ios\", \"b2b_icon-share\", \"b2b_icon-sheep\", \"b2b_icon-shell\", \"b2b_icon-shirt\", \"b2b_icon-shopping-cart-euro\", \"b2b_icon-shopping-cart\", \"b2b_icon-show\", \"b2b_icon-smiley-angry\", \"b2b_icon-smiley-happy\", \"b2b_icon-smiley-negative\", \"b2b_icon-smiley-neutral\", \"b2b_icon-smiley-positive\", \"b2b_icon-sms-info\", \"b2b_icon-sneaker\", \"b2b_icon-sort-ascending\", \"b2b_icon-sort-descending\", \"b2b_icon-sort\", \"b2b_icon-soy\", \"b2b_icon-spelt\", \"b2b_icon-stationary\", \"b2b_icon-studies\", \"b2b_icon-success\", \"b2b_icon-sustainable-delivery\", \"b2b_icon-sustainable-energy-efficient\", \"b2b_icon-sustainable-production\", \"b2b_icon-sustainable-recycling\", \"b2b_icon-sustainable-resource\", \"b2b_icon-swipe-gesture\", \"b2b_icon-sync-device\", \"b2b_icon-t-shirt\", \"b2b_icon-tablet\", \"b2b_icon-tableware\", \"b2b_icon-target-group\", \"b2b_icon-teddy\", \"b2b_icon-test-result\", \"b2b_icon-town\", \"b2b_icon-trash\", \"b2b_icon-trend-down\", \"b2b_icon-trend-up\", \"b2b_icon-trousers\", \"b2b_icon-trusted\", \"b2b_icon-unpin\", \"b2b_icon-upload\", \"b2b_icon-user-management\", \"b2b_icon-vacation\", \"b2b_icon-variant-content\", \"b2b_icon-vegan\", \"b2b_icon-vegetarian\", \"b2b_icon-viewtoggle-tiles\", \"b2b_icon-village\", \"b2b_icon-volume-off\", \"b2b_icon-volume-on\", \"b2b_icon-voucher\", \"b2b_icon-walnut\", \"b2b_icon-warning\", \"b2b_icon-warranty\", \"b2b_icon-washing-machine\", \"b2b_icon-whatsapp\", \"b2b_icon-wheat\", \"b2b_icon-wifi\", \"b2b_icon-wishlist-active\", \"b2b_icon-wishlist\", \"b2b_icon-work-life\", \"b2b_icon-workshop\", \"b2b_icon-zoom-in\", \"b2b_icon-zoom-out\"",
|
|
950
|
+
"description": "The name of the icon\r\nValues: \"b2b_icon-360-degree\", \"b2b_icon-advice\", \"b2b_icon-allergen-sulfur-dioxide-sulfite\", \"b2b_icon-almond\", \"b2b_icon-archive\", \"b2b_icon-armchair\", \"b2b_icon-arrow-down\", \"b2b_icon-arrow-graph\", \"b2b_icon-arrow-left\", \"b2b_icon-arrow-right\", \"b2b_icon-arrow-up\", \"b2b_icon-assembly\", \"b2b_icon-assortment\", \"b2b_icon-attachment\", \"b2b_icon-augmented-reality\", \"b2b_icon-autonomous-team\", \"b2b_icon-bank-details\", \"b2b_icon-bar-graph-ascending\", \"b2b_icon-bar-graph-axis\", \"b2b_icon-barley\", \"b2b_icon-basket-sale\", \"b2b_icon-basket\", \"b2b_icon-basketball\", \"b2b_icon-bikini\", \"b2b_icon-blogs\", \"b2b_icon-brandshop\", \"b2b_icon-brazil-nut\", \"b2b_icon-browser-click\", \"b2b_icon-browser-content\", \"b2b_icon-browser-psm\", \"b2b_icon-burger\", \"b2b_icon-bus\", \"b2b_icon-callback\", \"b2b_icon-camera\", \"b2b_icon-cashback\", \"b2b_icon-cashew-nut\", \"b2b_icon-catalogue\", \"b2b_icon-categories\", \"b2b_icon-celery\", \"b2b_icon-certificate\", \"b2b_icon-chair\", \"b2b_icon-chat\", \"b2b_icon-check-bold\", \"b2b_icon-check\", \"b2b_icon-chicken\", \"b2b_icon-city\", \"b2b_icon-clear\", \"b2b_icon-close-bold\", \"b2b_icon-close\", \"b2b_icon-code-management\", \"b2b_icon-contact-mail\", \"b2b_icon-copy\", \"b2b_icon-cow\", \"b2b_icon-crab\", \"b2b_icon-critique\", \"b2b_icon-curtain\", \"b2b_icon-cut-out\", \"b2b_icon-dashboard\", \"b2b_icon-deer\", \"b2b_icon-delete\", \"b2b_icon-delivery-24h\", \"b2b_icon-delivery-desired-date-selection\", \"b2b_icon-delivery-desired-date\", \"b2b_icon-delivery-express\", \"b2b_icon-delivery-flat\", \"b2b_icon-delivery-on-hangers\", \"b2b_icon-delivery-preferred-place\", \"b2b_icon-desktop-phone-ads-click\", \"b2b_icon-desktop-phone-ads\", \"b2b_icon-desktop-phone\", \"b2b_icon-desktop\", \"b2b_icon-devices-monitor-laptop-tablet\", \"b2b_icon-dish-feature-lactose-free\", \"b2b_icon-dislike\", \"b2b_icon-disposal\", \"b2b_icon-document-sign\", \"b2b_icon-downloads\", \"b2b_icon-dress\", \"b2b_icon-dungarees\", \"b2b_icon-duration\", \"b2b_icon-e-invoice\", \"b2b_icon-edit-pad\", \"b2b_icon-edit\", \"b2b_icon-egg\", \"b2b_icon-ellipsis\", \"b2b_icon-email-verification-confirmed-safe\", \"b2b_icon-email-verification-confirmed\", \"b2b_icon-email-verification-sent-safe\", \"b2b_icon-email-verification-sent\", \"b2b_icon-empty-hint\", \"b2b_icon-end-to-end\", \"b2b_icon-error-article-image\", \"b2b_icon-error-hint\", \"b2b_icon-error\", \"b2b_icon-euro\", \"b2b_icon-event\", \"b2b_icon-events\", \"b2b_icon-expand\", \"b2b_icon-faq\", \"b2b_icon-feedback\", \"b2b_icon-filter\", \"b2b_icon-fish\", \"b2b_icon-fitness\", \"b2b_icon-flag-chequered\", \"b2b_icon-flexible-work\", \"b2b_icon-flip\", \"b2b_icon-food-processor\", \"b2b_icon-fullscreen\", \"b2b_icon-gallery-view\", \"b2b_icon-gamepad\", \"b2b_icon-garlic\", \"b2b_icon-gender-intersex\", \"b2b_icon-globe\", \"b2b_icon-gluten\", \"b2b_icon-glutenfree\", \"b2b_icon-handshake\", \"b2b_icon-hashtag\", \"b2b_icon-hazelnut\", \"b2b_icon-hide\", \"b2b_icon-high-heels\", \"b2b_icon-home\", \"b2b_icon-info-small\", \"b2b_icon-info\", \"b2b_icon-inplace-zoom-reverse\", \"b2b_icon-inplace-zoom\", \"b2b_icon-insurance\", \"b2b_icon-kamut\", \"b2b_icon-laptop-os\", \"b2b_icon-laptop\", \"b2b_icon-leaving-page\", \"b2b_icon-light-bulb\", \"b2b_icon-like-fingers\", \"b2b_icon-like-product\", \"b2b_icon-like\", \"b2b_icon-line-graph\", \"b2b_icon-list-view\", \"b2b_icon-location\", \"b2b_icon-lupine\", \"b2b_icon-macadamia\", \"b2b_icon-material-samples\", \"b2b_icon-measurement\", \"b2b_icon-megaphone\", \"b2b_icon-menu\", \"b2b_icon-mic\", \"b2b_icon-milk\", \"b2b_icon-minus\", \"b2b_icon-module-operations\", \"b2b_icon-money-coins\", \"b2b_icon-money-document\", \"b2b_icon-money-plus\", \"b2b_icon-money-stack\", \"b2b_icon-money\", \"b2b_icon-move\", \"b2b_icon-mustard\", \"b2b_icon-nav\", \"b2b_icon-new\", \"b2b_icon-newsletter-sign-up\", \"b2b_icon-notification\", \"b2b_icon-nuts\", \"b2b_icon-oat\", \"b2b_icon-order-cancelled\", \"b2b_icon-order-delivered\", \"b2b_icon-order-form\", \"b2b_icon-order-management\", \"b2b_icon-order-misdirected\", \"b2b_icon-order-on-road\", \"b2b_icon-order-packed\", \"b2b_icon-order-payment\", \"b2b_icon-order-received\", \"b2b_icon-order-return\", \"b2b_icon-order-shipped\", \"b2b_icon-order-state-unknown\", \"b2b_icon-order-stored\", \"b2b_icon-order\", \"b2b_icon-otto-app\", \"b2b_icon-otto-campus\", \"b2b_icon-otto-company\", \"b2b_icon-otto-laptop\", \"b2b_icon-otto-logo\", \"b2b_icon-otto-up-points\", \"b2b_icon-otto-up\", \"b2b_icon-paper-plane\", \"b2b_icon-pause\", \"b2b_icon-payment-credit-card\", \"b2b_icon-payment-invoice\", \"b2b_icon-payment-pause\", \"b2b_icon-payment-plan-protection\", \"b2b_icon-payment-plan\", \"b2b_icon-pdf\", \"b2b_icon-peanut\", \"b2b_icon-pecan-nut\", \"b2b_icon-pending\", \"b2b_icon-person-access\", \"b2b_icon-person-callcenter\", \"b2b_icon-person-check\", \"b2b_icon-person-colleagues\", \"b2b_icon-person-community\", \"b2b_icon-person-development\", \"b2b_icon-person-female\", \"b2b_icon-person-info\", \"b2b_icon-person-male\", \"b2b_icon-person-rating\", \"b2b_icon-person-support\", \"b2b_icon-person-switch\", \"b2b_icon-person-workshop\", \"b2b_icon-person\", \"b2b_icon-phone-permission\", \"b2b_icon-phone\", \"b2b_icon-pig\", \"b2b_icon-pin\", \"b2b_icon-pinch-gesture\", \"b2b_icon-pinch\", \"b2b_icon-pistachio\", \"b2b_icon-plant\", \"b2b_icon-play-1\", \"b2b_icon-play\", \"b2b_icon-plus\", \"b2b_icon-price-alert\", \"b2b_icon-price-tag\", \"b2b_icon-print\", \"b2b_icon-puzzle\", \"b2b_icon-qr-code\", \"b2b_icon-question-hint\", \"b2b_icon-question\", \"b2b_icon-rating-empty\", \"b2b_icon-rating-filled\", \"b2b_icon-rating-half\", \"b2b_icon-rating-order\", \"b2b_icon-rating-payment\", \"b2b_icon-remote-work\", \"b2b_icon-repair\", \"b2b_icon-reply\", \"b2b_icon-retirement-provision\", \"b2b_icon-rocket\", \"b2b_icon-rye\", \"b2b_icon-sabbatical\", \"b2b_icon-sale\", \"b2b_icon-save\", \"b2b_icon-sea\", \"b2b_icon-search-enter\", \"b2b_icon-search\", \"b2b_icon-seo\", \"b2b_icon-service-info\", \"b2b_icon-sesame\", \"b2b_icon-settings\", \"b2b_icon-share-ios\", \"b2b_icon-share\", \"b2b_icon-sheep\", \"b2b_icon-shell\", \"b2b_icon-shirt\", \"b2b_icon-shopping-cart-euro\", \"b2b_icon-shopping-cart\", \"b2b_icon-show\", \"b2b_icon-smiley-angry\", \"b2b_icon-smiley-happy\", \"b2b_icon-smiley-negative\", \"b2b_icon-smiley-neutral\", \"b2b_icon-smiley-positive\", \"b2b_icon-sms-info\", \"b2b_icon-sneaker\", \"b2b_icon-sort-ascending\", \"b2b_icon-sort-descending\", \"b2b_icon-sort\", \"b2b_icon-soy\", \"b2b_icon-spelt\", \"b2b_icon-stationary\", \"b2b_icon-studies\", \"b2b_icon-success\", \"b2b_icon-sustainable-delivery\", \"b2b_icon-sustainable-energy-efficient\", \"b2b_icon-sustainable-production\", \"b2b_icon-sustainable-recycling\", \"b2b_icon-sustainable-resource\", \"b2b_icon-swipe-gesture\", \"b2b_icon-sync-device\", \"b2b_icon-t-shirt\", \"b2b_icon-tablet\", \"b2b_icon-tableware\", \"b2b_icon-target-group\", \"b2b_icon-teddy\", \"b2b_icon-test-result\", \"b2b_icon-town\", \"b2b_icon-trash\", \"b2b_icon-trend-down\", \"b2b_icon-trend-up\", \"b2b_icon-trousers\", \"b2b_icon-trusted\", \"b2b_icon-unpin\", \"b2b_icon-upload\", \"b2b_icon-user-management\", \"b2b_icon-vacation\", \"b2b_icon-variant-content\", \"b2b_icon-vegan\", \"b2b_icon-vegetarian\", \"b2b_icon-viewtoggle-tiles\", \"b2b_icon-village\", \"b2b_icon-volume-off\", \"b2b_icon-volume-on\", \"b2b_icon-voucher\", \"b2b_icon-walnut\", \"b2b_icon-warning\", \"b2b_icon-warranty\", \"b2b_icon-washing-machine\", \"b2b_icon-whatsapp\", \"b2b_icon-wheat\", \"b2b_icon-wifi\", \"b2b_icon-wishlist-active\", \"b2b_icon-wishlist\", \"b2b_icon-work-life\", \"b2b_icon-workshop\", \"b2b_icon-zoom-in\", \"b2b_icon-zoom-out\", \"b2b_logo-carrier-dhl\", \"b2b_logo-carrier-gls\", \"b2b_logo-carrier-hermes\", \"b2b_logo-carrier-ups\"",
|
|
951
951
|
"required": false,
|
|
952
952
|
"value": {
|
|
953
953
|
"kind": "expression",
|
|
954
|
-
"type": "\"b2b_icon-360-degree\" | \"b2b_icon-advice\" | \"b2b_icon-allergen-sulfur-dioxide-sulfite\" | \"b2b_icon-almond\" | \"b2b_icon-archive\" | \"b2b_icon-armchair\" | \"b2b_icon-arrow-down\" | \"b2b_icon-arrow-graph\" | \"b2b_icon-arrow-left\" | \"b2b_icon-arrow-right\" | \"b2b_icon-arrow-up\" | \"b2b_icon-assembly\" | \"b2b_icon-assortment\" | \"b2b_icon-attachment\" | \"b2b_icon-augmented-reality\" | \"b2b_icon-autonomous-team\" | \"b2b_icon-bank-details\" | \"b2b_icon-bar-graph-ascending\" | \"b2b_icon-bar-graph-axis\" | \"b2b_icon-barley\" | \"b2b_icon-basket-sale\" | \"b2b_icon-basket\" | \"b2b_icon-basketball\" | \"b2b_icon-bikini\" | \"b2b_icon-blogs\" | \"b2b_icon-brandshop\" | \"b2b_icon-brazil-nut\" | \"b2b_icon-browser-click\" | \"b2b_icon-browser-content\" | \"b2b_icon-browser-psm\" | \"b2b_icon-burger\" | \"b2b_icon-bus\" | \"b2b_icon-callback\" | \"b2b_icon-camera\" | \"b2b_icon-cashback\" | \"b2b_icon-cashew-nut\" | \"b2b_icon-catalogue\" | \"b2b_icon-categories\" | \"b2b_icon-celery\" | \"b2b_icon-certificate\" | \"b2b_icon-chair\" | \"b2b_icon-chat\" | \"b2b_icon-check-bold\" | \"b2b_icon-check\" | \"b2b_icon-chicken\" | \"b2b_icon-city\" | \"b2b_icon-clear\" | \"b2b_icon-close-bold\" | \"b2b_icon-close\" | \"b2b_icon-code-management\" | \"b2b_icon-contact-mail\" | \"b2b_icon-copy\" | \"b2b_icon-cow\" | \"b2b_icon-crab\" | \"b2b_icon-critique\" | \"b2b_icon-curtain\" | \"b2b_icon-cut-out\" | \"b2b_icon-dashboard\" | \"b2b_icon-deer\" | \"b2b_icon-delete\" | \"b2b_icon-delivery-24h\" | \"b2b_icon-delivery-desired-date-selection\" | \"b2b_icon-delivery-desired-date\" | \"b2b_icon-delivery-express\" | \"b2b_icon-delivery-flat\" | \"b2b_icon-delivery-on-hangers\" | \"b2b_icon-delivery-preferred-place\" | \"b2b_icon-desktop-phone-ads-click\" | \"b2b_icon-desktop-phone-ads\" | \"b2b_icon-desktop-phone\" | \"b2b_icon-desktop\" | \"b2b_icon-devices-monitor-laptop-tablet\" | \"b2b_icon-dish-feature-lactose-free\" | \"b2b_icon-dislike\" | \"b2b_icon-disposal\" | \"b2b_icon-document-sign\" | \"b2b_icon-downloads\" | \"b2b_icon-dress\" | \"b2b_icon-dungarees\" | \"b2b_icon-duration\" | \"b2b_icon-e-invoice\" | \"b2b_icon-edit-pad\" | \"b2b_icon-edit\" | \"b2b_icon-egg\" | \"b2b_icon-ellipsis\" | \"b2b_icon-email-verification-confirmed-safe\" | \"b2b_icon-email-verification-confirmed\" | \"b2b_icon-email-verification-sent-safe\" | \"b2b_icon-email-verification-sent\" | \"b2b_icon-empty-hint\" | \"b2b_icon-end-to-end\" | \"b2b_icon-error-article-image\" | \"b2b_icon-error-hint\" | \"b2b_icon-error\" | \"b2b_icon-euro\" | \"b2b_icon-event\" | \"b2b_icon-events\" | \"b2b_icon-expand\" | \"b2b_icon-faq\" | \"b2b_icon-feedback\" | \"b2b_icon-filter\" | \"b2b_icon-fish\" | \"b2b_icon-fitness\" | \"b2b_icon-flag-chequered\" | \"b2b_icon-flexible-work\" | \"b2b_icon-flip\" | \"b2b_icon-food-processor\" | \"b2b_icon-fullscreen\" | \"b2b_icon-gallery-view\" | \"b2b_icon-gamepad\" | \"b2b_icon-garlic\" | \"b2b_icon-gender-intersex\" | \"b2b_icon-globe\" | \"b2b_icon-gluten\" | \"b2b_icon-glutenfree\" | \"b2b_icon-handshake\" | \"b2b_icon-hashtag\" | \"b2b_icon-hazelnut\" | \"b2b_icon-hide\" | \"b2b_icon-high-heels\" | \"b2b_icon-home\" | \"b2b_icon-info-small\" | \"b2b_icon-info\" | \"b2b_icon-inplace-zoom-reverse\" | \"b2b_icon-inplace-zoom\" | \"b2b_icon-insurance\" | \"b2b_icon-kamut\" | \"b2b_icon-laptop-os\" | \"b2b_icon-laptop\" | \"b2b_icon-leaving-page\" | \"b2b_icon-light-bulb\" | \"b2b_icon-like-fingers\" | \"b2b_icon-like-product\" | \"b2b_icon-like\" | \"b2b_icon-line-graph\" | \"b2b_icon-list-view\" | \"b2b_icon-location\" | \"b2b_icon-lupine\" | \"b2b_icon-macadamia\" | \"b2b_icon-material-samples\" | \"b2b_icon-measurement\" | \"b2b_icon-megaphone\" | \"b2b_icon-menu\" | \"b2b_icon-mic\" | \"b2b_icon-milk\" | \"b2b_icon-minus\" | \"b2b_icon-module-operations\" | \"b2b_icon-money-coins\" | \"b2b_icon-money-document\" | \"b2b_icon-money-plus\" | \"b2b_icon-money-stack\" | \"b2b_icon-money\" | \"b2b_icon-move\" | \"b2b_icon-mustard\" | \"b2b_icon-nav\" | \"b2b_icon-new\" | \"b2b_icon-newsletter-sign-up\" | \"b2b_icon-notification\" | \"b2b_icon-nuts\" | \"b2b_icon-oat\" | \"b2b_icon-order-cancelled\" | \"b2b_icon-order-delivered\" | \"b2b_icon-order-form\" | \"b2b_icon-order-management\" | \"b2b_icon-order-misdirected\" | \"b2b_icon-order-on-road\" | \"b2b_icon-order-packed\" | \"b2b_icon-order-payment\" | \"b2b_icon-order-received\" | \"b2b_icon-order-return\" | \"b2b_icon-order-shipped\" | \"b2b_icon-order-state-unknown\" | \"b2b_icon-order-stored\" | \"b2b_icon-order\" | \"b2b_icon-otto-app\" | \"b2b_icon-otto-campus\" | \"b2b_icon-otto-company\" | \"b2b_icon-otto-laptop\" | \"b2b_icon-otto-logo\" | \"b2b_icon-otto-up-points\" | \"b2b_icon-otto-up\" | \"b2b_icon-paper-plane\" | \"b2b_icon-pause\" | \"b2b_icon-payment-credit-card\" | \"b2b_icon-payment-invoice\" | \"b2b_icon-payment-pause\" | \"b2b_icon-payment-plan-protection\" | \"b2b_icon-payment-plan\" | \"b2b_icon-pdf\" | \"b2b_icon-peanut\" | \"b2b_icon-pecan-nut\" | \"b2b_icon-pending\" | \"b2b_icon-person-access\" | \"b2b_icon-person-callcenter\" | \"b2b_icon-person-check\" | \"b2b_icon-person-colleagues\" | \"b2b_icon-person-community\" | \"b2b_icon-person-development\" | \"b2b_icon-person-female\" | \"b2b_icon-person-info\" | \"b2b_icon-person-male\" | \"b2b_icon-person-rating\" | \"b2b_icon-person-support\" | \"b2b_icon-person-switch\" | \"b2b_icon-person-workshop\" | \"b2b_icon-person\" | \"b2b_icon-phone-permission\" | \"b2b_icon-phone\" | \"b2b_icon-pig\" | \"b2b_icon-pin\" | \"b2b_icon-pinch-gesture\" | \"b2b_icon-pinch\" | \"b2b_icon-pistachio\" | \"b2b_icon-plant\" | \"b2b_icon-play-1\" | \"b2b_icon-play\" | \"b2b_icon-plus\" | \"b2b_icon-price-alert\" | \"b2b_icon-price-tag\" | \"b2b_icon-print\" | \"b2b_icon-puzzle\" | \"b2b_icon-qr-code\" | \"b2b_icon-question-hint\" | \"b2b_icon-question\" | \"b2b_icon-rating-empty\" | \"b2b_icon-rating-filled\" | \"b2b_icon-rating-half\" | \"b2b_icon-rating-order\" | \"b2b_icon-rating-payment\" | \"b2b_icon-remote-work\" | \"b2b_icon-repair\" | \"b2b_icon-reply\" | \"b2b_icon-retirement-provision\" | \"b2b_icon-rocket\" | \"b2b_icon-rye\" | \"b2b_icon-sabbatical\" | \"b2b_icon-sale\" | \"b2b_icon-save\" | \"b2b_icon-sea\" | \"b2b_icon-search-enter\" | \"b2b_icon-search\" | \"b2b_icon-seo\" | \"b2b_icon-service-info\" | \"b2b_icon-sesame\" | \"b2b_icon-settings\" | \"b2b_icon-share-ios\" | \"b2b_icon-share\" | \"b2b_icon-sheep\" | \"b2b_icon-shell\" | \"b2b_icon-shirt\" | \"b2b_icon-shopping-cart-euro\" | \"b2b_icon-shopping-cart\" | \"b2b_icon-show\" | \"b2b_icon-smiley-angry\" | \"b2b_icon-smiley-happy\" | \"b2b_icon-smiley-negative\" | \"b2b_icon-smiley-neutral\" | \"b2b_icon-smiley-positive\" | \"b2b_icon-sms-info\" | \"b2b_icon-sneaker\" | \"b2b_icon-sort-ascending\" | \"b2b_icon-sort-descending\" | \"b2b_icon-sort\" | \"b2b_icon-soy\" | \"b2b_icon-spelt\" | \"b2b_icon-stationary\" | \"b2b_icon-studies\" | \"b2b_icon-success\" | \"b2b_icon-sustainable-delivery\" | \"b2b_icon-sustainable-energy-efficient\" | \"b2b_icon-sustainable-production\" | \"b2b_icon-sustainable-recycling\" | \"b2b_icon-sustainable-resource\" | \"b2b_icon-swipe-gesture\" | \"b2b_icon-sync-device\" | \"b2b_icon-t-shirt\" | \"b2b_icon-tablet\" | \"b2b_icon-tableware\" | \"b2b_icon-target-group\" | \"b2b_icon-teddy\" | \"b2b_icon-test-result\" | \"b2b_icon-town\" | \"b2b_icon-trash\" | \"b2b_icon-trend-down\" | \"b2b_icon-trend-up\" | \"b2b_icon-trousers\" | \"b2b_icon-trusted\" | \"b2b_icon-unpin\" | \"b2b_icon-upload\" | \"b2b_icon-user-management\" | \"b2b_icon-vacation\" | \"b2b_icon-variant-content\" | \"b2b_icon-vegan\" | \"b2b_icon-vegetarian\" | \"b2b_icon-viewtoggle-tiles\" | \"b2b_icon-village\" | \"b2b_icon-volume-off\" | \"b2b_icon-volume-on\" | \"b2b_icon-voucher\" | \"b2b_icon-walnut\" | \"b2b_icon-warning\" | \"b2b_icon-warranty\" | \"b2b_icon-washing-machine\" | \"b2b_icon-whatsapp\" | \"b2b_icon-wheat\" | \"b2b_icon-wifi\" | \"b2b_icon-wishlist-active\" | \"b2b_icon-wishlist\" | \"b2b_icon-work-life\" | \"b2b_icon-workshop\" | \"b2b_icon-zoom-in\" | \"b2b_icon-zoom-out\""
|
|
954
|
+
"type": "\"b2b_icon-360-degree\" | \"b2b_icon-advice\" | \"b2b_icon-allergen-sulfur-dioxide-sulfite\" | \"b2b_icon-almond\" | \"b2b_icon-archive\" | \"b2b_icon-armchair\" | \"b2b_icon-arrow-down\" | \"b2b_icon-arrow-graph\" | \"b2b_icon-arrow-left\" | \"b2b_icon-arrow-right\" | \"b2b_icon-arrow-up\" | \"b2b_icon-assembly\" | \"b2b_icon-assortment\" | \"b2b_icon-attachment\" | \"b2b_icon-augmented-reality\" | \"b2b_icon-autonomous-team\" | \"b2b_icon-bank-details\" | \"b2b_icon-bar-graph-ascending\" | \"b2b_icon-bar-graph-axis\" | \"b2b_icon-barley\" | \"b2b_icon-basket-sale\" | \"b2b_icon-basket\" | \"b2b_icon-basketball\" | \"b2b_icon-bikini\" | \"b2b_icon-blogs\" | \"b2b_icon-brandshop\" | \"b2b_icon-brazil-nut\" | \"b2b_icon-browser-click\" | \"b2b_icon-browser-content\" | \"b2b_icon-browser-psm\" | \"b2b_icon-burger\" | \"b2b_icon-bus\" | \"b2b_icon-callback\" | \"b2b_icon-camera\" | \"b2b_icon-cashback\" | \"b2b_icon-cashew-nut\" | \"b2b_icon-catalogue\" | \"b2b_icon-categories\" | \"b2b_icon-celery\" | \"b2b_icon-certificate\" | \"b2b_icon-chair\" | \"b2b_icon-chat\" | \"b2b_icon-check-bold\" | \"b2b_icon-check\" | \"b2b_icon-chicken\" | \"b2b_icon-city\" | \"b2b_icon-clear\" | \"b2b_icon-close-bold\" | \"b2b_icon-close\" | \"b2b_icon-code-management\" | \"b2b_icon-contact-mail\" | \"b2b_icon-copy\" | \"b2b_icon-cow\" | \"b2b_icon-crab\" | \"b2b_icon-critique\" | \"b2b_icon-curtain\" | \"b2b_icon-cut-out\" | \"b2b_icon-dashboard\" | \"b2b_icon-deer\" | \"b2b_icon-delete\" | \"b2b_icon-delivery-24h\" | \"b2b_icon-delivery-desired-date-selection\" | \"b2b_icon-delivery-desired-date\" | \"b2b_icon-delivery-express\" | \"b2b_icon-delivery-flat\" | \"b2b_icon-delivery-on-hangers\" | \"b2b_icon-delivery-preferred-place\" | \"b2b_icon-desktop-phone-ads-click\" | \"b2b_icon-desktop-phone-ads\" | \"b2b_icon-desktop-phone\" | \"b2b_icon-desktop\" | \"b2b_icon-devices-monitor-laptop-tablet\" | \"b2b_icon-dish-feature-lactose-free\" | \"b2b_icon-dislike\" | \"b2b_icon-disposal\" | \"b2b_icon-document-sign\" | \"b2b_icon-downloads\" | \"b2b_icon-dress\" | \"b2b_icon-dungarees\" | \"b2b_icon-duration\" | \"b2b_icon-e-invoice\" | \"b2b_icon-edit-pad\" | \"b2b_icon-edit\" | \"b2b_icon-egg\" | \"b2b_icon-ellipsis\" | \"b2b_icon-email-verification-confirmed-safe\" | \"b2b_icon-email-verification-confirmed\" | \"b2b_icon-email-verification-sent-safe\" | \"b2b_icon-email-verification-sent\" | \"b2b_icon-empty-hint\" | \"b2b_icon-end-to-end\" | \"b2b_icon-error-article-image\" | \"b2b_icon-error-hint\" | \"b2b_icon-error\" | \"b2b_icon-euro\" | \"b2b_icon-event\" | \"b2b_icon-events\" | \"b2b_icon-expand\" | \"b2b_icon-faq\" | \"b2b_icon-feedback\" | \"b2b_icon-filter\" | \"b2b_icon-fish\" | \"b2b_icon-fitness\" | \"b2b_icon-flag-chequered\" | \"b2b_icon-flexible-work\" | \"b2b_icon-flip\" | \"b2b_icon-food-processor\" | \"b2b_icon-fullscreen\" | \"b2b_icon-gallery-view\" | \"b2b_icon-gamepad\" | \"b2b_icon-garlic\" | \"b2b_icon-gender-intersex\" | \"b2b_icon-globe\" | \"b2b_icon-gluten\" | \"b2b_icon-glutenfree\" | \"b2b_icon-handshake\" | \"b2b_icon-hashtag\" | \"b2b_icon-hazelnut\" | \"b2b_icon-hide\" | \"b2b_icon-high-heels\" | \"b2b_icon-home\" | \"b2b_icon-info-small\" | \"b2b_icon-info\" | \"b2b_icon-inplace-zoom-reverse\" | \"b2b_icon-inplace-zoom\" | \"b2b_icon-insurance\" | \"b2b_icon-kamut\" | \"b2b_icon-laptop-os\" | \"b2b_icon-laptop\" | \"b2b_icon-leaving-page\" | \"b2b_icon-light-bulb\" | \"b2b_icon-like-fingers\" | \"b2b_icon-like-product\" | \"b2b_icon-like\" | \"b2b_icon-line-graph\" | \"b2b_icon-list-view\" | \"b2b_icon-location\" | \"b2b_icon-lupine\" | \"b2b_icon-macadamia\" | \"b2b_icon-material-samples\" | \"b2b_icon-measurement\" | \"b2b_icon-megaphone\" | \"b2b_icon-menu\" | \"b2b_icon-mic\" | \"b2b_icon-milk\" | \"b2b_icon-minus\" | \"b2b_icon-module-operations\" | \"b2b_icon-money-coins\" | \"b2b_icon-money-document\" | \"b2b_icon-money-plus\" | \"b2b_icon-money-stack\" | \"b2b_icon-money\" | \"b2b_icon-move\" | \"b2b_icon-mustard\" | \"b2b_icon-nav\" | \"b2b_icon-new\" | \"b2b_icon-newsletter-sign-up\" | \"b2b_icon-notification\" | \"b2b_icon-nuts\" | \"b2b_icon-oat\" | \"b2b_icon-order-cancelled\" | \"b2b_icon-order-delivered\" | \"b2b_icon-order-form\" | \"b2b_icon-order-management\" | \"b2b_icon-order-misdirected\" | \"b2b_icon-order-on-road\" | \"b2b_icon-order-packed\" | \"b2b_icon-order-payment\" | \"b2b_icon-order-received\" | \"b2b_icon-order-return\" | \"b2b_icon-order-shipped\" | \"b2b_icon-order-state-unknown\" | \"b2b_icon-order-stored\" | \"b2b_icon-order\" | \"b2b_icon-otto-app\" | \"b2b_icon-otto-campus\" | \"b2b_icon-otto-company\" | \"b2b_icon-otto-laptop\" | \"b2b_icon-otto-logo\" | \"b2b_icon-otto-up-points\" | \"b2b_icon-otto-up\" | \"b2b_icon-paper-plane\" | \"b2b_icon-pause\" | \"b2b_icon-payment-credit-card\" | \"b2b_icon-payment-invoice\" | \"b2b_icon-payment-pause\" | \"b2b_icon-payment-plan-protection\" | \"b2b_icon-payment-plan\" | \"b2b_icon-pdf\" | \"b2b_icon-peanut\" | \"b2b_icon-pecan-nut\" | \"b2b_icon-pending\" | \"b2b_icon-person-access\" | \"b2b_icon-person-callcenter\" | \"b2b_icon-person-check\" | \"b2b_icon-person-colleagues\" | \"b2b_icon-person-community\" | \"b2b_icon-person-development\" | \"b2b_icon-person-female\" | \"b2b_icon-person-info\" | \"b2b_icon-person-male\" | \"b2b_icon-person-rating\" | \"b2b_icon-person-support\" | \"b2b_icon-person-switch\" | \"b2b_icon-person-workshop\" | \"b2b_icon-person\" | \"b2b_icon-phone-permission\" | \"b2b_icon-phone\" | \"b2b_icon-pig\" | \"b2b_icon-pin\" | \"b2b_icon-pinch-gesture\" | \"b2b_icon-pinch\" | \"b2b_icon-pistachio\" | \"b2b_icon-plant\" | \"b2b_icon-play-1\" | \"b2b_icon-play\" | \"b2b_icon-plus\" | \"b2b_icon-price-alert\" | \"b2b_icon-price-tag\" | \"b2b_icon-print\" | \"b2b_icon-puzzle\" | \"b2b_icon-qr-code\" | \"b2b_icon-question-hint\" | \"b2b_icon-question\" | \"b2b_icon-rating-empty\" | \"b2b_icon-rating-filled\" | \"b2b_icon-rating-half\" | \"b2b_icon-rating-order\" | \"b2b_icon-rating-payment\" | \"b2b_icon-remote-work\" | \"b2b_icon-repair\" | \"b2b_icon-reply\" | \"b2b_icon-retirement-provision\" | \"b2b_icon-rocket\" | \"b2b_icon-rye\" | \"b2b_icon-sabbatical\" | \"b2b_icon-sale\" | \"b2b_icon-save\" | \"b2b_icon-sea\" | \"b2b_icon-search-enter\" | \"b2b_icon-search\" | \"b2b_icon-seo\" | \"b2b_icon-service-info\" | \"b2b_icon-sesame\" | \"b2b_icon-settings\" | \"b2b_icon-share-ios\" | \"b2b_icon-share\" | \"b2b_icon-sheep\" | \"b2b_icon-shell\" | \"b2b_icon-shirt\" | \"b2b_icon-shopping-cart-euro\" | \"b2b_icon-shopping-cart\" | \"b2b_icon-show\" | \"b2b_icon-smiley-angry\" | \"b2b_icon-smiley-happy\" | \"b2b_icon-smiley-negative\" | \"b2b_icon-smiley-neutral\" | \"b2b_icon-smiley-positive\" | \"b2b_icon-sms-info\" | \"b2b_icon-sneaker\" | \"b2b_icon-sort-ascending\" | \"b2b_icon-sort-descending\" | \"b2b_icon-sort\" | \"b2b_icon-soy\" | \"b2b_icon-spelt\" | \"b2b_icon-stationary\" | \"b2b_icon-studies\" | \"b2b_icon-success\" | \"b2b_icon-sustainable-delivery\" | \"b2b_icon-sustainable-energy-efficient\" | \"b2b_icon-sustainable-production\" | \"b2b_icon-sustainable-recycling\" | \"b2b_icon-sustainable-resource\" | \"b2b_icon-swipe-gesture\" | \"b2b_icon-sync-device\" | \"b2b_icon-t-shirt\" | \"b2b_icon-tablet\" | \"b2b_icon-tableware\" | \"b2b_icon-target-group\" | \"b2b_icon-teddy\" | \"b2b_icon-test-result\" | \"b2b_icon-town\" | \"b2b_icon-trash\" | \"b2b_icon-trend-down\" | \"b2b_icon-trend-up\" | \"b2b_icon-trousers\" | \"b2b_icon-trusted\" | \"b2b_icon-unpin\" | \"b2b_icon-upload\" | \"b2b_icon-user-management\" | \"b2b_icon-vacation\" | \"b2b_icon-variant-content\" | \"b2b_icon-vegan\" | \"b2b_icon-vegetarian\" | \"b2b_icon-viewtoggle-tiles\" | \"b2b_icon-village\" | \"b2b_icon-volume-off\" | \"b2b_icon-volume-on\" | \"b2b_icon-voucher\" | \"b2b_icon-walnut\" | \"b2b_icon-warning\" | \"b2b_icon-warranty\" | \"b2b_icon-washing-machine\" | \"b2b_icon-whatsapp\" | \"b2b_icon-wheat\" | \"b2b_icon-wifi\" | \"b2b_icon-wishlist-active\" | \"b2b_icon-wishlist\" | \"b2b_icon-work-life\" | \"b2b_icon-workshop\" | \"b2b_icon-zoom-in\" | \"b2b_icon-zoom-out\" | \"b2b_logo-carrier-dhl\" | \"b2b_logo-carrier-gls\" | \"b2b_logo-carrier-hermes\" | \"b2b_logo-carrier-ups\""
|
|
955
955
|
}
|
|
956
956
|
},
|
|
957
957
|
{
|
|
@@ -971,9 +971,9 @@
|
|
|
971
971
|
{
|
|
972
972
|
"name": "b2b-input",
|
|
973
973
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
974
|
-
"description": "Input component\nInitial story: https://otto-eg.atlassian.net/browse/B2BDS-53",
|
|
974
|
+
"description": "Input component\r\nInitial story: https://otto-eg.atlassian.net/browse/B2BDS-53",
|
|
975
975
|
"source": {
|
|
976
|
-
"module": "@otto-de/b2b-core-
|
|
976
|
+
"module": "@otto-de/b2b-core-componentssrc/components/input/input.d.ts",
|
|
977
977
|
"symbol": "-input"
|
|
978
978
|
},
|
|
979
979
|
"attributes": [
|
|
@@ -1123,7 +1123,7 @@
|
|
|
1123
1123
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1124
1124
|
"description": "",
|
|
1125
1125
|
"source": {
|
|
1126
|
-
"module": "@otto-de/b2b-core-
|
|
1126
|
+
"module": "@otto-de/b2b-core-componentssrc/components/input-group/input-group.d.ts",
|
|
1127
1127
|
"symbol": "-input-group"
|
|
1128
1128
|
},
|
|
1129
1129
|
"attributes": [
|
|
@@ -1174,7 +1174,7 @@
|
|
|
1174
1174
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1175
1175
|
"description": "",
|
|
1176
1176
|
"source": {
|
|
1177
|
-
"module": "@otto-de/b2b-core-
|
|
1177
|
+
"module": "@otto-de/b2b-core-componentssrc/components/input-label/input-label.d.ts",
|
|
1178
1178
|
"symbol": "-input-label"
|
|
1179
1179
|
},
|
|
1180
1180
|
"attributes": [
|
|
@@ -1207,7 +1207,7 @@
|
|
|
1207
1207
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1208
1208
|
"description": "",
|
|
1209
1209
|
"source": {
|
|
1210
|
-
"module": "@otto-de/b2b-core-
|
|
1210
|
+
"module": "@otto-de/b2b-core-componentssrc/components/input-list/input-list.d.ts",
|
|
1211
1211
|
"symbol": "-input-list"
|
|
1212
1212
|
},
|
|
1213
1213
|
"attributes": [
|
|
@@ -1289,7 +1289,7 @@
|
|
|
1289
1289
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1290
1290
|
"description": "",
|
|
1291
1291
|
"source": {
|
|
1292
|
-
"module": "@otto-de/b2b-core-
|
|
1292
|
+
"module": "@otto-de/b2b-core-componentssrc/components/input-list/input-list-option.d.ts",
|
|
1293
1293
|
"symbol": "-input-list-option"
|
|
1294
1294
|
},
|
|
1295
1295
|
"attributes": [
|
|
@@ -1322,7 +1322,7 @@
|
|
|
1322
1322
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1323
1323
|
"description": "",
|
|
1324
1324
|
"source": {
|
|
1325
|
-
"module": "@otto-de/b2b-core-
|
|
1325
|
+
"module": "@otto-de/b2b-core-componentssrc/components/label/label.d.ts",
|
|
1326
1326
|
"symbol": "-label"
|
|
1327
1327
|
},
|
|
1328
1328
|
"attributes": [
|
|
@@ -1343,15 +1343,15 @@
|
|
|
1343
1343
|
{
|
|
1344
1344
|
"name": "b2b-modal",
|
|
1345
1345
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1346
|
-
"description": "Modal component\nInitial story: https://otto-eg.atlassian.net/browse/B2BDS-53",
|
|
1346
|
+
"description": "Modal component\r\nInitial story: https://otto-eg.atlassian.net/browse/B2BDS-53",
|
|
1347
1347
|
"source": {
|
|
1348
|
-
"module": "@otto-de/b2b-core-
|
|
1348
|
+
"module": "@otto-de/b2b-core-componentssrc/components/modal/modal.d.ts",
|
|
1349
1349
|
"symbol": "-modal"
|
|
1350
1350
|
},
|
|
1351
1351
|
"attributes": [
|
|
1352
1352
|
{
|
|
1353
1353
|
"name": "backdrop-dismiss",
|
|
1354
|
-
"description": "A boolean that indicates whether the modal can be dismissed by clicking\nin the backdrop outside the modal.\r\nValues: boolean",
|
|
1354
|
+
"description": "A boolean that indicates whether the modal can be dismissed by clicking\r\nin the backdrop outside the modal.\r\nValues: boolean",
|
|
1355
1355
|
"required": false,
|
|
1356
1356
|
"default": "false",
|
|
1357
1357
|
"value": {
|
|
@@ -1361,7 +1361,7 @@
|
|
|
1361
1361
|
},
|
|
1362
1362
|
{
|
|
1363
1363
|
"name": "esc-dismiss",
|
|
1364
|
-
"description": "A boolean to indicate whether the modal can be dismissed by pressing\nthe escape key on the keyboard\r\nValues: boolean",
|
|
1364
|
+
"description": "A boolean to indicate whether the modal can be dismissed by pressing\r\nthe escape key on the keyboard\r\nValues: boolean",
|
|
1365
1365
|
"required": false,
|
|
1366
1366
|
"default": "true",
|
|
1367
1367
|
"value": {
|
|
@@ -1428,7 +1428,7 @@
|
|
|
1428
1428
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1429
1429
|
"description": "",
|
|
1430
1430
|
"source": {
|
|
1431
|
-
"module": "@otto-de/b2b-core-
|
|
1431
|
+
"module": "@otto-de/b2b-core-componentssrc/components/pagination/pagination.d.ts",
|
|
1432
1432
|
"symbol": "-pagination"
|
|
1433
1433
|
},
|
|
1434
1434
|
"attributes": [
|
|
@@ -1477,7 +1477,7 @@
|
|
|
1477
1477
|
"events": [
|
|
1478
1478
|
{
|
|
1479
1479
|
"name": "b2b-page-change",
|
|
1480
|
-
"description": "Will emit every time a page changes, by clicking back, next or any specific page. \\\nEmits a PageChangeEventDetail that includes lastSelectedPage, currentPage\nand direction. Direction is only when clicking back or next.",
|
|
1480
|
+
"description": "Will emit every time a page changes, by clicking back, next or any specific page. \\\r\nEmits a PageChangeEventDetail that includes lastSelectedPage, currentPage\r\nand direction. Direction is only when clicking back or next.",
|
|
1481
1481
|
"arguments": [
|
|
1482
1482
|
{
|
|
1483
1483
|
"name": "detail",
|
|
@@ -1490,9 +1490,9 @@
|
|
|
1490
1490
|
{
|
|
1491
1491
|
"name": "b2b-paragraph",
|
|
1492
1492
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1493
|
-
"description": "Paragraph component to render text content.\nInitial story: https://otto-eg.atlassian.net/browse/B2BDS-45",
|
|
1493
|
+
"description": "Paragraph component to render text content.\r\nInitial story: https://otto-eg.atlassian.net/browse/B2BDS-45",
|
|
1494
1494
|
"source": {
|
|
1495
|
-
"module": "@otto-de/b2b-core-
|
|
1495
|
+
"module": "@otto-de/b2b-core-componentssrc/components/paragraph/paragraph.d.ts",
|
|
1496
1496
|
"symbol": "-paragraph"
|
|
1497
1497
|
},
|
|
1498
1498
|
"attributes": [
|
|
@@ -1535,7 +1535,7 @@
|
|
|
1535
1535
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1536
1536
|
"description": "",
|
|
1537
1537
|
"source": {
|
|
1538
|
-
"module": "@otto-de/b2b-core-
|
|
1538
|
+
"module": "@otto-de/b2b-core-componentssrc/components/radio/radio.d.ts",
|
|
1539
1539
|
"symbol": "-radio-button"
|
|
1540
1540
|
},
|
|
1541
1541
|
"attributes": [
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1665
1665
|
"description": "",
|
|
1666
1666
|
"source": {
|
|
1667
|
-
"module": "@otto-de/b2b-core-
|
|
1667
|
+
"module": "@otto-de/b2b-core-componentssrc/components/radio-group/radio-group.d.ts",
|
|
1668
1668
|
"symbol": "-radio-group"
|
|
1669
1669
|
},
|
|
1670
1670
|
"attributes": [
|
|
@@ -1764,7 +1764,7 @@
|
|
|
1764
1764
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1765
1765
|
"description": "",
|
|
1766
1766
|
"source": {
|
|
1767
|
-
"module": "@otto-de/b2b-core-
|
|
1767
|
+
"module": "@otto-de/b2b-core-componentssrc/components/required-separator/required-separator.d.ts",
|
|
1768
1768
|
"symbol": "-required-separator"
|
|
1769
1769
|
},
|
|
1770
1770
|
"attributes": [
|
|
@@ -1787,13 +1787,13 @@
|
|
|
1787
1787
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1788
1788
|
"description": "",
|
|
1789
1789
|
"source": {
|
|
1790
|
-
"module": "@otto-de/b2b-core-
|
|
1790
|
+
"module": "@otto-de/b2b-core-componentssrc/components/rounded-icon/rounded-icon.d.ts",
|
|
1791
1791
|
"symbol": "-rounded-icon"
|
|
1792
1792
|
},
|
|
1793
1793
|
"attributes": [
|
|
1794
1794
|
{
|
|
1795
1795
|
"name": "border-color",
|
|
1796
|
-
"description": "The color of the border of the circle around the icon or text.\nUse any type including hex, rgb or css custom properties\nas long as you pass it as a string\r\nValues: string",
|
|
1796
|
+
"description": "The color of the border of the circle around the icon or text.\r\nUse any type including hex, rgb or css custom properties\r\nas long as you pass it as a string\r\nValues: string",
|
|
1797
1797
|
"required": false,
|
|
1798
1798
|
"value": {
|
|
1799
1799
|
"kind": "expression",
|
|
@@ -1802,7 +1802,7 @@
|
|
|
1802
1802
|
},
|
|
1803
1803
|
{
|
|
1804
1804
|
"name": "color",
|
|
1805
|
-
"description": "The color of the circle around the icon or text.\nUse any type including hex, rgb or css custom properties\nas long as you pass it as a string\r\nValues: string",
|
|
1805
|
+
"description": "The color of the circle around the icon or text.\r\nUse any type including hex, rgb or css custom properties\r\nas long as you pass it as a string\r\nValues: string",
|
|
1806
1806
|
"required": false,
|
|
1807
1807
|
"default": "'var(--b2b-color-info-50)'",
|
|
1808
1808
|
"value": {
|
|
@@ -1812,7 +1812,7 @@
|
|
|
1812
1812
|
},
|
|
1813
1813
|
{
|
|
1814
1814
|
"name": "content-color",
|
|
1815
|
-
"description": "The color of the text or icon within the circle.\nUse any type including hex, rgb or css custom properties\nas long as you pass it as a string\r\nValues: string",
|
|
1815
|
+
"description": "The color of the text or icon within the circle.\r\nUse any type including hex, rgb or css custom properties\r\nas long as you pass it as a string\r\nValues: string",
|
|
1816
1816
|
"required": false,
|
|
1817
1817
|
"default": "'var(--b2b-color-copy-default)'",
|
|
1818
1818
|
"value": {
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1830
1830
|
"description": "",
|
|
1831
1831
|
"source": {
|
|
1832
|
-
"module": "@otto-de/b2b-core-
|
|
1832
|
+
"module": "@otto-de/b2b-core-componentssrc/components/scrollable-container/scrollable-container.d.ts",
|
|
1833
1833
|
"symbol": "-scrollable-container"
|
|
1834
1834
|
},
|
|
1835
1835
|
"attributes": [],
|
|
@@ -1841,7 +1841,7 @@
|
|
|
1841
1841
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1842
1842
|
"description": "",
|
|
1843
1843
|
"source": {
|
|
1844
|
-
"module": "@otto-de/b2b-core-
|
|
1844
|
+
"module": "@otto-de/b2b-core-componentssrc/components/search/search.d.ts",
|
|
1845
1845
|
"symbol": "-search"
|
|
1846
1846
|
},
|
|
1847
1847
|
"attributes": [
|
|
@@ -1904,7 +1904,7 @@
|
|
|
1904
1904
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1905
1905
|
"description": "",
|
|
1906
1906
|
"source": {
|
|
1907
|
-
"module": "@otto-de/b2b-core-
|
|
1907
|
+
"module": "@otto-de/b2b-core-componentssrc/components/separator/separator.d.ts",
|
|
1908
1908
|
"symbol": "-separator"
|
|
1909
1909
|
},
|
|
1910
1910
|
"attributes": [
|
|
@@ -1925,9 +1925,9 @@
|
|
|
1925
1925
|
{
|
|
1926
1926
|
"name": "b2b-spinner",
|
|
1927
1927
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1928
|
-
"description": "Spinner component to display loading indicator.\nInitial story: https://otto-eg.atlassian.net/browse/B2BDS-70",
|
|
1928
|
+
"description": "Spinner component to display loading indicator.\r\nInitial story: https://otto-eg.atlassian.net/browse/B2BDS-70",
|
|
1929
1929
|
"source": {
|
|
1930
|
-
"module": "@otto-de/b2b-core-
|
|
1930
|
+
"module": "@otto-de/b2b-core-componentssrc/components/spinner/spinner.d.ts",
|
|
1931
1931
|
"symbol": "-spinner"
|
|
1932
1932
|
},
|
|
1933
1933
|
"attributes": [
|
|
@@ -1960,7 +1960,7 @@
|
|
|
1960
1960
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1961
1961
|
"description": "",
|
|
1962
1962
|
"source": {
|
|
1963
|
-
"module": "@otto-de/b2b-core-
|
|
1963
|
+
"module": "@otto-de/b2b-core-componentssrc/components/tab/tab.d.ts",
|
|
1964
1964
|
"symbol": "-tab"
|
|
1965
1965
|
},
|
|
1966
1966
|
"attributes": [
|
|
@@ -2014,13 +2014,13 @@
|
|
|
2014
2014
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2015
2015
|
"description": "",
|
|
2016
2016
|
"source": {
|
|
2017
|
-
"module": "@otto-de/b2b-core-
|
|
2017
|
+
"module": "@otto-de/b2b-core-componentssrc/components/tab-group/tab-group.d.ts",
|
|
2018
2018
|
"symbol": "-tab-group"
|
|
2019
2019
|
},
|
|
2020
2020
|
"attributes": [
|
|
2021
2021
|
{
|
|
2022
2022
|
"name": "use-router",
|
|
2023
|
-
"description": "Determines if the Tab Group will do it's own navigation. Per default, it will use internal navigation.\nSet it to true if you want to use external, route-based navigation.\r\nValues: boolean",
|
|
2023
|
+
"description": "Determines if the Tab Group will do it's own navigation. Per default, it will use internal navigation.\r\nSet it to true if you want to use external, route-based navigation.\r\nValues: boolean",
|
|
2024
2024
|
"required": false,
|
|
2025
2025
|
"default": "false",
|
|
2026
2026
|
"value": {
|
|
@@ -2048,7 +2048,7 @@
|
|
|
2048
2048
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2049
2049
|
"description": "",
|
|
2050
2050
|
"source": {
|
|
2051
|
-
"module": "@otto-de/b2b-core-
|
|
2051
|
+
"module": "@otto-de/b2b-core-componentssrc/components/tab-panel/tab-panel.d.ts",
|
|
2052
2052
|
"symbol": "-tab-panel"
|
|
2053
2053
|
},
|
|
2054
2054
|
"attributes": [],
|
|
@@ -2060,13 +2060,13 @@
|
|
|
2060
2060
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2061
2061
|
"description": "",
|
|
2062
2062
|
"source": {
|
|
2063
|
-
"module": "@otto-de/b2b-core-
|
|
2063
|
+
"module": "@otto-de/b2b-core-componentssrc/components/table/table.d.ts",
|
|
2064
2064
|
"symbol": "-table"
|
|
2065
2065
|
},
|
|
2066
2066
|
"attributes": [
|
|
2067
2067
|
{
|
|
2068
2068
|
"name": "size",
|
|
2069
|
-
"description": "The size of the table. Both will expand to 100% of parent size.\nExpand cells will use as much space as content needs and text will wrap.\nEqual will keep all column sizes proportional to the number of columns.\r\nValues: \"equal\", \"expand\"",
|
|
2069
|
+
"description": "The size of the table. Both will expand to 100% of parent size.\r\nExpand cells will use as much space as content needs and text will wrap.\r\nEqual will keep all column sizes proportional to the number of columns.\r\nValues: \"equal\", \"expand\"",
|
|
2070
2070
|
"required": false,
|
|
2071
2071
|
"default": "TableSizes.EXPAND",
|
|
2072
2072
|
"value": {
|
|
@@ -2094,7 +2094,7 @@
|
|
|
2094
2094
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2095
2095
|
"description": "",
|
|
2096
2096
|
"source": {
|
|
2097
|
-
"module": "@otto-de/b2b-core-
|
|
2097
|
+
"module": "@otto-de/b2b-core-componentssrc/components/table/table-cell/table-cell.d.ts",
|
|
2098
2098
|
"symbol": "-table-cell"
|
|
2099
2099
|
},
|
|
2100
2100
|
"attributes": [
|
|
@@ -2130,7 +2130,7 @@
|
|
|
2130
2130
|
},
|
|
2131
2131
|
{
|
|
2132
2132
|
"name": "size",
|
|
2133
|
-
"description": "The size of the cell. Follows table size.\nWhen size is equal and textWrap is false, the text will truncate with Ellipsis.\nOther sizes won't affect cell current implementation.\r\nValues: \"equal\", \"expand\"",
|
|
2133
|
+
"description": "The size of the cell. Follows table size.\r\nWhen size is equal and textWrap is false, the text will truncate with Ellipsis.\r\nOther sizes won't affect cell current implementation.\r\nValues: \"equal\", \"expand\"",
|
|
2134
2134
|
"required": false,
|
|
2135
2135
|
"default": "TableSizes.EXPAND",
|
|
2136
2136
|
"value": {
|
|
@@ -2140,7 +2140,7 @@
|
|
|
2140
2140
|
},
|
|
2141
2141
|
{
|
|
2142
2142
|
"name": "text-wrap",
|
|
2143
|
-
"description": "Whether text should wrap or truncate.\nIt will only truncate when table size is equal\n*\r\nValues: boolean",
|
|
2143
|
+
"description": "Whether text should wrap or truncate.\r\nIt will only truncate when table size is equal\r\n*\r\nValues: boolean",
|
|
2144
2144
|
"required": false,
|
|
2145
2145
|
"default": "true",
|
|
2146
2146
|
"value": {
|
|
@@ -2157,7 +2157,7 @@
|
|
|
2157
2157
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2158
2158
|
"description": "",
|
|
2159
2159
|
"source": {
|
|
2160
|
-
"module": "@otto-de/b2b-core-
|
|
2160
|
+
"module": "@otto-de/b2b-core-componentssrc/components/table/table-header/table-header.d.ts",
|
|
2161
2161
|
"symbol": "-table-header"
|
|
2162
2162
|
},
|
|
2163
2163
|
"attributes": [
|
|
@@ -2229,7 +2229,7 @@
|
|
|
2229
2229
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2230
2230
|
"description": "",
|
|
2231
2231
|
"source": {
|
|
2232
|
-
"module": "@otto-de/b2b-core-
|
|
2232
|
+
"module": "@otto-de/b2b-core-componentssrc/components/table/table-row/table-row.d.ts",
|
|
2233
2233
|
"symbol": "-table-row"
|
|
2234
2234
|
},
|
|
2235
2235
|
"attributes": [
|
|
@@ -2312,13 +2312,13 @@
|
|
|
2312
2312
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2313
2313
|
"description": "",
|
|
2314
2314
|
"source": {
|
|
2315
|
-
"module": "@otto-de/b2b-core-
|
|
2315
|
+
"module": "@otto-de/b2b-core-componentssrc/components/table/table-rowgroup/table-rowgroup.d.ts",
|
|
2316
2316
|
"symbol": "-table-rowgroup"
|
|
2317
2317
|
},
|
|
2318
2318
|
"attributes": [
|
|
2319
2319
|
{
|
|
2320
2320
|
"name": "accordion",
|
|
2321
|
-
"description": "Renders the rowgroup as an accordion. Both header and body must have accordion set to true.\nOne table can contain multiple rowgroups of type body, each of which represents an accordion row with children.\r\nValues: boolean",
|
|
2321
|
+
"description": "Renders the rowgroup as an accordion. Both header and body must have accordion set to true.\r\nOne table can contain multiple rowgroups of type body, each of which represents an accordion row with children.\r\nValues: boolean",
|
|
2322
2322
|
"required": false,
|
|
2323
2323
|
"default": "false",
|
|
2324
2324
|
"value": {
|
|
@@ -2328,7 +2328,7 @@
|
|
|
2328
2328
|
},
|
|
2329
2329
|
{
|
|
2330
2330
|
"name": "opened",
|
|
2331
|
-
"description": "Only use when accordion property is true.\nWill render the accordion opened if set to true. By default, is false.\r\nValues: boolean",
|
|
2331
|
+
"description": "Only use when accordion property is true.\r\nWill render the accordion opened if set to true. By default, is false.\r\nValues: boolean",
|
|
2332
2332
|
"required": false,
|
|
2333
2333
|
"default": "false",
|
|
2334
2334
|
"value": {
|
|
@@ -2348,7 +2348,7 @@
|
|
|
2348
2348
|
},
|
|
2349
2349
|
{
|
|
2350
2350
|
"name": "type",
|
|
2351
|
-
"description": "Rowgroup allows grouping rows by context: header, body or footer.\nHeader rows are by default not highlightable on mouse over.\r\nValues: \"body\", \"footer\", \"header\"",
|
|
2351
|
+
"description": "Rowgroup allows grouping rows by context: header, body or footer.\r\nHeader rows are by default not highlightable on mouse over.\r\nValues: \"body\", \"footer\", \"header\"",
|
|
2352
2352
|
"required": false,
|
|
2353
2353
|
"default": "TableRowgroupTypes.HEADER",
|
|
2354
2354
|
"value": {
|
|
@@ -2374,9 +2374,9 @@
|
|
|
2374
2374
|
{
|
|
2375
2375
|
"name": "b2b-textarea",
|
|
2376
2376
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2377
|
-
"description": "Text Area Component\nInitial story: https://otto-eg.atlassian.net/browse/B2BDS-96",
|
|
2377
|
+
"description": "Text Area Component\r\nInitial story: https://otto-eg.atlassian.net/browse/B2BDS-96",
|
|
2378
2378
|
"source": {
|
|
2379
|
-
"module": "@otto-de/b2b-core-
|
|
2379
|
+
"module": "@otto-de/b2b-core-componentssrc/components/textarea/textarea.d.ts",
|
|
2380
2380
|
"symbol": "-textarea"
|
|
2381
2381
|
},
|
|
2382
2382
|
"attributes": [
|
|
@@ -2542,7 +2542,7 @@
|
|
|
2542
2542
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2543
2543
|
"description": "",
|
|
2544
2544
|
"source": {
|
|
2545
|
-
"module": "@otto-de/b2b-core-
|
|
2545
|
+
"module": "@otto-de/b2b-core-componentssrc/components/toggle-button/toggle-button.d.ts",
|
|
2546
2546
|
"symbol": "-toggle-button"
|
|
2547
2547
|
},
|
|
2548
2548
|
"attributes": [
|
|
@@ -2613,7 +2613,7 @@
|
|
|
2613
2613
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2614
2614
|
"description": "",
|
|
2615
2615
|
"source": {
|
|
2616
|
-
"module": "@otto-de/b2b-core-
|
|
2616
|
+
"module": "@otto-de/b2b-core-componentssrc/components/toggle-group/toggle-group.d.ts",
|
|
2617
2617
|
"symbol": "-toggle-group"
|
|
2618
2618
|
},
|
|
2619
2619
|
"attributes": [
|
|
@@ -2654,9 +2654,9 @@
|
|
|
2654
2654
|
{
|
|
2655
2655
|
"name": "b2b-tooltip",
|
|
2656
2656
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2657
|
-
"description": "The tooltip can display additional information, and will be visible based on\na specific trigger.",
|
|
2657
|
+
"description": "The tooltip can display additional information, and will be visible based on\r\na specific trigger.",
|
|
2658
2658
|
"source": {
|
|
2659
|
-
"module": "@otto-de/b2b-core-
|
|
2659
|
+
"module": "@otto-de/b2b-core-componentssrc/components/tooltip/tooltip.d.ts",
|
|
2660
2660
|
"symbol": "-tooltip"
|
|
2661
2661
|
},
|
|
2662
2662
|
"attributes": [
|
|
@@ -2717,7 +2717,7 @@
|
|
|
2717
2717
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2718
2718
|
"description": "",
|
|
2719
2719
|
"source": {
|
|
2720
|
-
"module": "@otto-de/b2b-core-
|
|
2720
|
+
"module": "@otto-de/b2b-core-componentssrc/components/wizard/wizard.d.ts",
|
|
2721
2721
|
"symbol": "-wizard"
|
|
2722
2722
|
},
|
|
2723
2723
|
"attributes": [
|
|
@@ -2733,7 +2733,7 @@
|
|
|
2733
2733
|
},
|
|
2734
2734
|
{
|
|
2735
2735
|
"name": "check-icon",
|
|
2736
|
-
"description": "Defaults to true. It will show a checkmark icon when a step is completed.\nSet as false to show the step number\r\nValues: boolean",
|
|
2736
|
+
"description": "Defaults to true. It will show a checkmark icon when a step is completed.\r\nSet as false to show the step number\r\nValues: boolean",
|
|
2737
2737
|
"required": false,
|
|
2738
2738
|
"default": "true",
|
|
2739
2739
|
"value": {
|
|
@@ -2743,7 +2743,7 @@
|
|
|
2743
2743
|
},
|
|
2744
2744
|
{
|
|
2745
2745
|
"name": "custom",
|
|
2746
|
-
"description": "By default, is false, where the wizard will handle steps states.\nIf set to true, steps state must be handled manually.\r\nValues: boolean",
|
|
2746
|
+
"description": "By default, is false, where the wizard will handle steps states.\r\nIf set to true, steps state must be handled manually.\r\nValues: boolean",
|
|
2747
2747
|
"required": false,
|
|
2748
2748
|
"default": "false",
|
|
2749
2749
|
"value": {
|
|
@@ -2760,13 +2760,13 @@
|
|
|
2760
2760
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2761
2761
|
"description": "",
|
|
2762
2762
|
"source": {
|
|
2763
|
-
"module": "@otto-de/b2b-core-
|
|
2763
|
+
"module": "@otto-de/b2b-core-componentssrc/components/wizard-icon/wizard-icon.d.ts",
|
|
2764
2764
|
"symbol": "-wizard-icon"
|
|
2765
2765
|
},
|
|
2766
2766
|
"attributes": [
|
|
2767
2767
|
{
|
|
2768
2768
|
"name": "check-icon",
|
|
2769
|
-
"description": "Defaults to true. It will show a checkmark icon when a step is completed.\nSet as false to show the step number\r\nValues: boolean",
|
|
2769
|
+
"description": "Defaults to true. It will show a checkmark icon when a step is completed.\r\nSet as false to show the step number\r\nValues: boolean",
|
|
2770
2770
|
"required": false,
|
|
2771
2771
|
"default": "true",
|
|
2772
2772
|
"value": {
|
|
@@ -2802,13 +2802,13 @@
|
|
|
2802
2802
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2803
2803
|
"description": "",
|
|
2804
2804
|
"source": {
|
|
2805
|
-
"module": "@otto-de/b2b-core-
|
|
2805
|
+
"module": "@otto-de/b2b-core-componentssrc/components/wizard/wizard-step.d.ts",
|
|
2806
2806
|
"symbol": "-wizard-step"
|
|
2807
2807
|
},
|
|
2808
2808
|
"attributes": [
|
|
2809
2809
|
{
|
|
2810
2810
|
"name": "check-icon",
|
|
2811
|
-
"description": "Defaults to true. It will show a checkmark icon when a step is completed.\nSet as false to show the step number\r\nValues: boolean",
|
|
2811
|
+
"description": "Defaults to true. It will show a checkmark icon when a step is completed.\r\nSet as false to show the step number\r\nValues: boolean",
|
|
2812
2812
|
"required": false,
|
|
2813
2813
|
"default": "true",
|
|
2814
2814
|
"value": {
|