@otto-de/b2b-core-components 1.6.1 → 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 -0
- 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-90a3ffed.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-0f60ff5a.entry.js +1 -0
- 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-2ad195d3.entry.js +1 -0
- package/dist/b2b-core-components/{p-a50ea33f.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-381bd00a.entry.js +1 -0
- package/dist/b2b-core-components/p-39f965f2.entry.js +1 -0
- 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-0beabdb4.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-a4ba259c.entry.js +1 -0
- 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-b1064afb.js +1 -0
- 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-db7d2ec3.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-f6f7c598.entry.js +1 -0
- 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 +40 -0
- package/dist/cjs/b2b-breadcrumb.cjs.entry.js +34 -0
- package/dist/cjs/b2b-button.cjs.entry.js +83 -0
- package/dist/cjs/b2b-button_2.cjs.entry.js +2 -2
- 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 +25 -9
- package/dist/cjs/b2b-chip-component.cjs.entry.js +40 -0
- package/dist/cjs/b2b-core-components.cjs.js +37 -7
- package/dist/cjs/b2b-dropdown.cjs.entry.js +3 -3
- 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 +18 -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 +4 -2
- 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 +6 -9
- 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 +4 -3
- 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} +228 -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/cjs/{table.types-00c8228a.js → table.types-679aefd5.js} +6 -0
- package/dist/collection/collection-manifest.json +49 -46
- 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 -25
- 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 -14
- package/dist/collection/components/breadcrumb/breadcrumb-item.js +124 -0
- package/dist/collection/components/breadcrumb/breadcrumb.css +250 -0
- package/dist/collection/components/breadcrumb/breadcrumb.e2e.js +50 -0
- package/dist/collection/components/breadcrumb/breadcrumb.js +67 -0
- package/dist/collection/components/breadcrumb/breadcrumb.stories.js +22 -0
- package/dist/collection/components/button/button.css +10 -6
- 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 +138 -82
- 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 -15
- package/dist/collection/components/checkbox/checkbox.css +5 -5
- package/dist/collection/components/checkbox/checkbox.e2e.js +1 -1
- package/dist/collection/components/checkbox/checkbox.js +8 -5
- package/dist/collection/components/checkbox/checkbox.spec.js +3 -3
- package/dist/collection/components/checkbox/checkbox.stories.js +11 -17
- 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 -18
- package/dist/collection/components/chip/chip.css +266 -0
- package/dist/collection/components/chip/chip.e2e.js +19 -0
- package/dist/collection/components/chip/chip.js +138 -0
- package/dist/collection/components/chip/chip.stories.js +44 -0
- 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 +7 -5
- package/dist/collection/components/dropdown/dropdown.spec.js +3 -3
- package/dist/collection/components/dropdown/dropdown.stories.js +15 -21
- 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 -157
- 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 -10
- 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 -20
- 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 -0
- 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 +6 -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 +127 -78
- 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 -32
- 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 +79 -63
- 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 -8
- 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 -26
- 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 -8
- 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 -23
- 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 -17
- 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 -25
- 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 -11
- 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 -14
- 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 -24
- 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 +35 -41
- 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 -12
- 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 -8
- 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 +23 -22
- package/dist/collection/components/tab-group/tab-group.js +7 -4
- package/dist/collection/components/tab-group/tab-group.stories.js +37 -43
- 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/stories.data.js +4 -26
- 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 +25 -2
- package/dist/collection/components/table/table-header/table-header.js +52 -9
- package/dist/collection/components/table/table-row/table-row.css +2 -2
- package/dist/collection/components/table/table-row/table-row.js +14 -13
- 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 +90 -86
- package/dist/collection/components/table/table.js +7 -5
- package/dist/collection/components/table/table.stories.js +342 -283
- 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 +27 -6
- package/dist/collection/components/textarea/textarea.stories.js +18 -20
- 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 -28
- 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 -32
- 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 -21
- 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 +14 -12
- 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 +36 -40
- package/dist/collection/docs/tokens/font.stories.js +52 -57
- package/dist/collection/docs/tokens/size.stories.js +41 -45
- 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/types/table.types.js +5 -0
- package/dist/collection/utils/utils.spec.js +1 -1
- package/dist/components/b2b-alert.js +3 -1
- package/dist/components/b2b-breadcrumb-item.d.ts +11 -0
- package/dist/components/b2b-breadcrumb-item.js +58 -0
- package/dist/components/b2b-breadcrumb.d.ts +11 -0
- package/dist/components/b2b-breadcrumb.js +48 -0
- package/dist/components/b2b-checkbox-group.js +4 -1
- package/dist/components/b2b-chip-component.d.ts +11 -0
- package/dist/components/b2b-chip-component.js +59 -0
- package/dist/components/b2b-dropdown.js +2 -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-group.js +3 -1
- package/dist/components/b2b-tab.js +2 -0
- package/dist/components/b2b-table-row.js +4 -7
- package/dist/components/b2b-textarea.js +5 -3
- package/dist/components/b2b-toggle-group.js +3 -1
- package/dist/components/b2b-tooltip.js +2 -0
- package/dist/components/button.js +1 -1
- package/dist/components/checkbox.js +2 -2
- package/dist/components/icon.js +10 -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 +27 -7
- package/dist/components/table.types.js +10 -1
- package/dist/custom-elements.json +113 -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 +36 -0
- package/dist/esm/b2b-breadcrumb.entry.js +30 -0
- package/dist/esm/b2b-button.entry.js +79 -0
- package/dist/esm/b2b-button_2.entry.js +2 -2
- 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 +25 -9
- package/dist/esm/b2b-chip-component.entry.js +36 -0
- package/dist/esm/b2b-core-components.js +38 -8
- package/dist/esm/b2b-dropdown.entry.js +3 -3
- 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 +18 -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 +4 -2
- 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 +6 -9
- 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 +4 -3
- 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} +228 -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/{table.types-dd829d83.js → table.types-c4d9046e.js} +6 -1
- package/dist/esm/wizard.types-f1a7c73a.js +8 -0
- package/{loader → dist/loader}/cdn.js +1 -1
- package/{loader → dist/loader}/index.cjs.js +1 -1
- package/{loader → dist/loader}/index.d.ts +2 -2
- package/dist/loader/index.es2017.js +3 -0
- package/{loader → dist/loader}/index.js +2 -2
- 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/breadcrumb/breadcrumb-item.d.ts +15 -0
- package/dist/types/components/breadcrumb/breadcrumb.d.ts +11 -0
- package/dist/types/components/breadcrumb/breadcrumb.stories.d.ts +4 -0
- package/dist/types/components/button/button.stories.d.ts +14 -12
- package/dist/types/components/chip/chip.d.ts +18 -0
- package/dist/types/components/chip/chip.stories.d.ts +7 -0
- package/dist/types/components/icon/types.d.ts +1 -1
- package/dist/types/components/input/input.stories.d.ts +14 -13
- package/dist/types/components/input-list/input-list.stories.d.ts +8 -7
- package/dist/types/components/paragraph/paragraph.stories.d.ts +0 -1
- package/dist/types/components/table/stories.data.d.ts +3 -3
- package/dist/types/components/table/table-header/table-header.d.ts +5 -2
- package/dist/types/components/table/table.stories.d.ts +18 -16
- package/dist/types/components/textarea/textarea.d.ts +2 -0
- package/dist/types/components/textarea/textarea.stories.d.ts +1 -0
- package/dist/types/components.d.ts +472 -54
- 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 -35
- package/dist/types/utils/interfaces/interaction.interface.d.ts +21 -17
- 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/types/utils/types/table.types.d.ts +6 -0
- package/dist/web-types.json +219 -73
- package/package.json +94 -89
- package/dist/b2b-core-components/p-01fd54a1.entry.js +0 -1
- package/dist/b2b-core-components/p-077217b3.entry.js +0 -1
- package/dist/b2b-core-components/p-163466cf.entry.js +0 -1
- package/dist/b2b-core-components/p-34eb99cb.js +0 -1
- package/dist/b2b-core-components/p-62e43f91.entry.js +0 -1
- package/dist/b2b-core-components/p-d7bb8aa1.entry.js +0 -1
- package/dist/b2b-core-components/p-f3ce95bf.js +0 -2
- package/dist/esm/polyfills/css-shim.js +0 -1
- package/loader/index.es2017.js +0 -3
- /package/dist/b2b-core-components/{p-bb5e7c53.js → p-5b4639bc.js} +0 -0
- /package/dist/{esm/wizard.types-2a03b8e0.js → b2b-core-components/wizard.types-f1a7c73a.js} +0 -0
- /package/dist/cjs/{wizard.types-690c64bb.js → wizard.types-41d38f1a.js} +0 -0
- /package/{loader → dist/loader}/package.json +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": {
|
|
@@ -134,12 +134,77 @@
|
|
|
134
134
|
"slots": [],
|
|
135
135
|
"events": []
|
|
136
136
|
},
|
|
137
|
+
{
|
|
138
|
+
"name": "b2b-breadcrumb",
|
|
139
|
+
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
140
|
+
"description": "",
|
|
141
|
+
"source": {
|
|
142
|
+
"module": "@otto-de/b2b-core-componentssrc/components/breadcrumb/breadcrumb.d.ts",
|
|
143
|
+
"symbol": "-breadcrumb"
|
|
144
|
+
},
|
|
145
|
+
"attributes": [],
|
|
146
|
+
"slots": [],
|
|
147
|
+
"events": [
|
|
148
|
+
{
|
|
149
|
+
"name": "b2b-selected",
|
|
150
|
+
"description": "Emits the value of the currently selected item whenever an item is selected.",
|
|
151
|
+
"arguments": [
|
|
152
|
+
{
|
|
153
|
+
"name": "detail",
|
|
154
|
+
"type": "BreadCrumbChangeEventDetail<any>"
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "b2b-breadcrumb-item",
|
|
162
|
+
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
163
|
+
"description": "",
|
|
164
|
+
"source": {
|
|
165
|
+
"module": "@otto-de/b2b-core-componentssrc/components/breadcrumb/breadcrumb-item.d.ts",
|
|
166
|
+
"symbol": "-breadcrumb-item"
|
|
167
|
+
},
|
|
168
|
+
"attributes": [
|
|
169
|
+
{
|
|
170
|
+
"name": "active",
|
|
171
|
+
"description": "If the item is currently selected. If true, it will not emit an event when clicked and does not have a hover state.\r\nValues: boolean",
|
|
172
|
+
"required": false,
|
|
173
|
+
"default": "false",
|
|
174
|
+
"value": {
|
|
175
|
+
"kind": "expression",
|
|
176
|
+
"type": "boolean"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"name": "href",
|
|
181
|
+
"description": "If defined, an anchor tag will be rendered instead of a span, opening the specified link in the same context when clicked.\r\nValues: string",
|
|
182
|
+
"required": false,
|
|
183
|
+
"default": "null",
|
|
184
|
+
"value": {
|
|
185
|
+
"kind": "expression",
|
|
186
|
+
"type": "string"
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"name": "value",
|
|
191
|
+
"description": "The value associated with the current page. It is required, must be unique and can be a page title, an id or something similar.\r\nValues: any",
|
|
192
|
+
"required": true,
|
|
193
|
+
"value": {
|
|
194
|
+
"kind": "expression",
|
|
195
|
+
"type": "any"
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"slots": [],
|
|
200
|
+
"events": []
|
|
201
|
+
},
|
|
137
202
|
{
|
|
138
203
|
"name": "b2b-button",
|
|
139
204
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
140
205
|
"description": "",
|
|
141
206
|
"source": {
|
|
142
|
-
"module": "@otto-de/b2b-core-
|
|
207
|
+
"module": "@otto-de/b2b-core-componentssrc/components/button/button.d.ts",
|
|
143
208
|
"symbol": "-button"
|
|
144
209
|
},
|
|
145
210
|
"attributes": [
|
|
@@ -165,7 +230,7 @@
|
|
|
165
230
|
},
|
|
166
231
|
{
|
|
167
232
|
"name": "download",
|
|
168
|
-
"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",
|
|
169
234
|
"required": false,
|
|
170
235
|
"value": {
|
|
171
236
|
"kind": "expression",
|
|
@@ -240,7 +305,7 @@
|
|
|
240
305
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
241
306
|
"description": "",
|
|
242
307
|
"source": {
|
|
243
|
-
"module": "@otto-de/b2b-core-
|
|
308
|
+
"module": "@otto-de/b2b-core-componentssrc/components/card/card.d.ts",
|
|
244
309
|
"symbol": "-card"
|
|
245
310
|
},
|
|
246
311
|
"attributes": [
|
|
@@ -294,7 +359,7 @@
|
|
|
294
359
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
295
360
|
"description": "",
|
|
296
361
|
"source": {
|
|
297
|
-
"module": "@otto-de/b2b-core-
|
|
362
|
+
"module": "@otto-de/b2b-core-componentssrc/components/checkbox/checkbox.d.ts",
|
|
298
363
|
"symbol": "-checkbox"
|
|
299
364
|
},
|
|
300
365
|
"attributes": [
|
|
@@ -442,7 +507,7 @@
|
|
|
442
507
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
443
508
|
"description": "",
|
|
444
509
|
"source": {
|
|
445
|
-
"module": "@otto-de/b2b-core-
|
|
510
|
+
"module": "@otto-de/b2b-core-componentssrc/components/checkbox-group/checkbox-group.d.ts",
|
|
446
511
|
"symbol": "-checkbox-group"
|
|
447
512
|
},
|
|
448
513
|
"attributes": [
|
|
@@ -528,12 +593,74 @@
|
|
|
528
593
|
}
|
|
529
594
|
]
|
|
530
595
|
},
|
|
596
|
+
{
|
|
597
|
+
"name": "b2b-chip-component",
|
|
598
|
+
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
599
|
+
"description": "",
|
|
600
|
+
"source": {
|
|
601
|
+
"module": "@otto-de/b2b-core-componentssrc/components/chip/chip.d.ts",
|
|
602
|
+
"symbol": "-chip-component"
|
|
603
|
+
},
|
|
604
|
+
"attributes": [
|
|
605
|
+
{
|
|
606
|
+
"name": "disabled",
|
|
607
|
+
"description": "Whether the chip is disabled.\r\nValues: boolean",
|
|
608
|
+
"required": false,
|
|
609
|
+
"default": "false",
|
|
610
|
+
"value": {
|
|
611
|
+
"kind": "expression",
|
|
612
|
+
"type": "boolean"
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "has-close-button",
|
|
617
|
+
"description": "Whether or not the chip component has a close button. Per default it is true.\r\nValues: boolean",
|
|
618
|
+
"required": false,
|
|
619
|
+
"default": "true",
|
|
620
|
+
"value": {
|
|
621
|
+
"kind": "expression",
|
|
622
|
+
"type": "boolean"
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"name": "label",
|
|
627
|
+
"description": "The text content of the chip. It is required.\r\nValues: string",
|
|
628
|
+
"required": true,
|
|
629
|
+
"value": {
|
|
630
|
+
"kind": "expression",
|
|
631
|
+
"type": "string"
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "value",
|
|
636
|
+
"description": "It is only used when the chip component participates in a group\r\nValues: any",
|
|
637
|
+
"required": false,
|
|
638
|
+
"value": {
|
|
639
|
+
"kind": "expression",
|
|
640
|
+
"type": "any"
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"slots": [],
|
|
645
|
+
"events": [
|
|
646
|
+
{
|
|
647
|
+
"name": "b2b-close",
|
|
648
|
+
"description": "This event will be triggered when the chip element is closed",
|
|
649
|
+
"arguments": [
|
|
650
|
+
{
|
|
651
|
+
"name": "detail",
|
|
652
|
+
"type": "ChipComponentEventDetail<any>"
|
|
653
|
+
}
|
|
654
|
+
]
|
|
655
|
+
}
|
|
656
|
+
]
|
|
657
|
+
},
|
|
531
658
|
{
|
|
532
659
|
"name": "b2b-dropdown",
|
|
533
660
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
534
661
|
"description": "",
|
|
535
662
|
"source": {
|
|
536
|
-
"module": "@otto-de/b2b-core-
|
|
663
|
+
"module": "@otto-de/b2b-core-componentssrc/components/dropdown/dropdown.d.ts",
|
|
537
664
|
"symbol": "-dropdown"
|
|
538
665
|
},
|
|
539
666
|
"attributes": [
|
|
@@ -643,7 +770,7 @@
|
|
|
643
770
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
644
771
|
"description": "",
|
|
645
772
|
"source": {
|
|
646
|
-
"module": "@otto-de/b2b-core-
|
|
773
|
+
"module": "@otto-de/b2b-core-componentssrc/components/grid/grid.d.ts",
|
|
647
774
|
"symbol": "-grid"
|
|
648
775
|
},
|
|
649
776
|
"attributes": [
|
|
@@ -666,7 +793,7 @@
|
|
|
666
793
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
667
794
|
"description": "",
|
|
668
795
|
"source": {
|
|
669
|
-
"module": "@otto-de/b2b-core-
|
|
796
|
+
"module": "@otto-de/b2b-core-componentssrc/components/grid/column.d.ts",
|
|
670
797
|
"symbol": "-grid-col"
|
|
671
798
|
},
|
|
672
799
|
"attributes": [
|
|
@@ -698,7 +825,7 @@
|
|
|
698
825
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
699
826
|
"description": "",
|
|
700
827
|
"source": {
|
|
701
|
-
"module": "@otto-de/b2b-core-
|
|
828
|
+
"module": "@otto-de/b2b-core-componentssrc/components/grid/row.d.ts",
|
|
702
829
|
"symbol": "-grid-row"
|
|
703
830
|
},
|
|
704
831
|
"attributes": [
|
|
@@ -749,9 +876,9 @@
|
|
|
749
876
|
{
|
|
750
877
|
"name": "b2b-headline",
|
|
751
878
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
752
|
-
"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",
|
|
753
880
|
"source": {
|
|
754
|
-
"module": "@otto-de/b2b-core-
|
|
881
|
+
"module": "@otto-de/b2b-core-componentssrc/components/headline/headline.d.ts",
|
|
755
882
|
"symbol": "-headline"
|
|
756
883
|
},
|
|
757
884
|
"attributes": [
|
|
@@ -794,7 +921,7 @@
|
|
|
794
921
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
795
922
|
"description": "",
|
|
796
923
|
"source": {
|
|
797
|
-
"module": "@otto-de/b2b-core-
|
|
924
|
+
"module": "@otto-de/b2b-core-componentssrc/components/icon/icon.d.ts",
|
|
798
925
|
"symbol": "-icon"
|
|
799
926
|
},
|
|
800
927
|
"attributes": [
|
|
@@ -820,11 +947,11 @@
|
|
|
820
947
|
},
|
|
821
948
|
{
|
|
822
949
|
"name": "icon",
|
|
823
|
-
"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\", \"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\"",
|
|
824
951
|
"required": false,
|
|
825
952
|
"value": {
|
|
826
953
|
"kind": "expression",
|
|
827
|
-
"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\" | \"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\""
|
|
828
955
|
}
|
|
829
956
|
},
|
|
830
957
|
{
|
|
@@ -844,9 +971,9 @@
|
|
|
844
971
|
{
|
|
845
972
|
"name": "b2b-input",
|
|
846
973
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
847
|
-
"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",
|
|
848
975
|
"source": {
|
|
849
|
-
"module": "@otto-de/b2b-core-
|
|
976
|
+
"module": "@otto-de/b2b-core-componentssrc/components/input/input.d.ts",
|
|
850
977
|
"symbol": "-input"
|
|
851
978
|
},
|
|
852
979
|
"attributes": [
|
|
@@ -996,7 +1123,7 @@
|
|
|
996
1123
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
997
1124
|
"description": "",
|
|
998
1125
|
"source": {
|
|
999
|
-
"module": "@otto-de/b2b-core-
|
|
1126
|
+
"module": "@otto-de/b2b-core-componentssrc/components/input-group/input-group.d.ts",
|
|
1000
1127
|
"symbol": "-input-group"
|
|
1001
1128
|
},
|
|
1002
1129
|
"attributes": [
|
|
@@ -1047,7 +1174,7 @@
|
|
|
1047
1174
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1048
1175
|
"description": "",
|
|
1049
1176
|
"source": {
|
|
1050
|
-
"module": "@otto-de/b2b-core-
|
|
1177
|
+
"module": "@otto-de/b2b-core-componentssrc/components/input-label/input-label.d.ts",
|
|
1051
1178
|
"symbol": "-input-label"
|
|
1052
1179
|
},
|
|
1053
1180
|
"attributes": [
|
|
@@ -1080,7 +1207,7 @@
|
|
|
1080
1207
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1081
1208
|
"description": "",
|
|
1082
1209
|
"source": {
|
|
1083
|
-
"module": "@otto-de/b2b-core-
|
|
1210
|
+
"module": "@otto-de/b2b-core-componentssrc/components/input-list/input-list.d.ts",
|
|
1084
1211
|
"symbol": "-input-list"
|
|
1085
1212
|
},
|
|
1086
1213
|
"attributes": [
|
|
@@ -1162,7 +1289,7 @@
|
|
|
1162
1289
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1163
1290
|
"description": "",
|
|
1164
1291
|
"source": {
|
|
1165
|
-
"module": "@otto-de/b2b-core-
|
|
1292
|
+
"module": "@otto-de/b2b-core-componentssrc/components/input-list/input-list-option.d.ts",
|
|
1166
1293
|
"symbol": "-input-list-option"
|
|
1167
1294
|
},
|
|
1168
1295
|
"attributes": [
|
|
@@ -1195,7 +1322,7 @@
|
|
|
1195
1322
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1196
1323
|
"description": "",
|
|
1197
1324
|
"source": {
|
|
1198
|
-
"module": "@otto-de/b2b-core-
|
|
1325
|
+
"module": "@otto-de/b2b-core-componentssrc/components/label/label.d.ts",
|
|
1199
1326
|
"symbol": "-label"
|
|
1200
1327
|
},
|
|
1201
1328
|
"attributes": [
|
|
@@ -1216,15 +1343,15 @@
|
|
|
1216
1343
|
{
|
|
1217
1344
|
"name": "b2b-modal",
|
|
1218
1345
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1219
|
-
"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",
|
|
1220
1347
|
"source": {
|
|
1221
|
-
"module": "@otto-de/b2b-core-
|
|
1348
|
+
"module": "@otto-de/b2b-core-componentssrc/components/modal/modal.d.ts",
|
|
1222
1349
|
"symbol": "-modal"
|
|
1223
1350
|
},
|
|
1224
1351
|
"attributes": [
|
|
1225
1352
|
{
|
|
1226
1353
|
"name": "backdrop-dismiss",
|
|
1227
|
-
"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",
|
|
1228
1355
|
"required": false,
|
|
1229
1356
|
"default": "false",
|
|
1230
1357
|
"value": {
|
|
@@ -1234,7 +1361,7 @@
|
|
|
1234
1361
|
},
|
|
1235
1362
|
{
|
|
1236
1363
|
"name": "esc-dismiss",
|
|
1237
|
-
"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",
|
|
1238
1365
|
"required": false,
|
|
1239
1366
|
"default": "true",
|
|
1240
1367
|
"value": {
|
|
@@ -1301,7 +1428,7 @@
|
|
|
1301
1428
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1302
1429
|
"description": "",
|
|
1303
1430
|
"source": {
|
|
1304
|
-
"module": "@otto-de/b2b-core-
|
|
1431
|
+
"module": "@otto-de/b2b-core-componentssrc/components/pagination/pagination.d.ts",
|
|
1305
1432
|
"symbol": "-pagination"
|
|
1306
1433
|
},
|
|
1307
1434
|
"attributes": [
|
|
@@ -1350,7 +1477,7 @@
|
|
|
1350
1477
|
"events": [
|
|
1351
1478
|
{
|
|
1352
1479
|
"name": "b2b-page-change",
|
|
1353
|
-
"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.",
|
|
1354
1481
|
"arguments": [
|
|
1355
1482
|
{
|
|
1356
1483
|
"name": "detail",
|
|
@@ -1363,9 +1490,9 @@
|
|
|
1363
1490
|
{
|
|
1364
1491
|
"name": "b2b-paragraph",
|
|
1365
1492
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1366
|
-
"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",
|
|
1367
1494
|
"source": {
|
|
1368
|
-
"module": "@otto-de/b2b-core-
|
|
1495
|
+
"module": "@otto-de/b2b-core-componentssrc/components/paragraph/paragraph.d.ts",
|
|
1369
1496
|
"symbol": "-paragraph"
|
|
1370
1497
|
},
|
|
1371
1498
|
"attributes": [
|
|
@@ -1408,7 +1535,7 @@
|
|
|
1408
1535
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1409
1536
|
"description": "",
|
|
1410
1537
|
"source": {
|
|
1411
|
-
"module": "@otto-de/b2b-core-
|
|
1538
|
+
"module": "@otto-de/b2b-core-componentssrc/components/radio/radio.d.ts",
|
|
1412
1539
|
"symbol": "-radio-button"
|
|
1413
1540
|
},
|
|
1414
1541
|
"attributes": [
|
|
@@ -1537,7 +1664,7 @@
|
|
|
1537
1664
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1538
1665
|
"description": "",
|
|
1539
1666
|
"source": {
|
|
1540
|
-
"module": "@otto-de/b2b-core-
|
|
1667
|
+
"module": "@otto-de/b2b-core-componentssrc/components/radio-group/radio-group.d.ts",
|
|
1541
1668
|
"symbol": "-radio-group"
|
|
1542
1669
|
},
|
|
1543
1670
|
"attributes": [
|
|
@@ -1637,7 +1764,7 @@
|
|
|
1637
1764
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1638
1765
|
"description": "",
|
|
1639
1766
|
"source": {
|
|
1640
|
-
"module": "@otto-de/b2b-core-
|
|
1767
|
+
"module": "@otto-de/b2b-core-componentssrc/components/required-separator/required-separator.d.ts",
|
|
1641
1768
|
"symbol": "-required-separator"
|
|
1642
1769
|
},
|
|
1643
1770
|
"attributes": [
|
|
@@ -1660,13 +1787,13 @@
|
|
|
1660
1787
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1661
1788
|
"description": "",
|
|
1662
1789
|
"source": {
|
|
1663
|
-
"module": "@otto-de/b2b-core-
|
|
1790
|
+
"module": "@otto-de/b2b-core-componentssrc/components/rounded-icon/rounded-icon.d.ts",
|
|
1664
1791
|
"symbol": "-rounded-icon"
|
|
1665
1792
|
},
|
|
1666
1793
|
"attributes": [
|
|
1667
1794
|
{
|
|
1668
1795
|
"name": "border-color",
|
|
1669
|
-
"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",
|
|
1670
1797
|
"required": false,
|
|
1671
1798
|
"value": {
|
|
1672
1799
|
"kind": "expression",
|
|
@@ -1675,7 +1802,7 @@
|
|
|
1675
1802
|
},
|
|
1676
1803
|
{
|
|
1677
1804
|
"name": "color",
|
|
1678
|
-
"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",
|
|
1679
1806
|
"required": false,
|
|
1680
1807
|
"default": "'var(--b2b-color-info-50)'",
|
|
1681
1808
|
"value": {
|
|
@@ -1685,7 +1812,7 @@
|
|
|
1685
1812
|
},
|
|
1686
1813
|
{
|
|
1687
1814
|
"name": "content-color",
|
|
1688
|
-
"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",
|
|
1689
1816
|
"required": false,
|
|
1690
1817
|
"default": "'var(--b2b-color-copy-default)'",
|
|
1691
1818
|
"value": {
|
|
@@ -1702,7 +1829,7 @@
|
|
|
1702
1829
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1703
1830
|
"description": "",
|
|
1704
1831
|
"source": {
|
|
1705
|
-
"module": "@otto-de/b2b-core-
|
|
1832
|
+
"module": "@otto-de/b2b-core-componentssrc/components/scrollable-container/scrollable-container.d.ts",
|
|
1706
1833
|
"symbol": "-scrollable-container"
|
|
1707
1834
|
},
|
|
1708
1835
|
"attributes": [],
|
|
@@ -1714,7 +1841,7 @@
|
|
|
1714
1841
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1715
1842
|
"description": "",
|
|
1716
1843
|
"source": {
|
|
1717
|
-
"module": "@otto-de/b2b-core-
|
|
1844
|
+
"module": "@otto-de/b2b-core-componentssrc/components/search/search.d.ts",
|
|
1718
1845
|
"symbol": "-search"
|
|
1719
1846
|
},
|
|
1720
1847
|
"attributes": [
|
|
@@ -1777,7 +1904,7 @@
|
|
|
1777
1904
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1778
1905
|
"description": "",
|
|
1779
1906
|
"source": {
|
|
1780
|
-
"module": "@otto-de/b2b-core-
|
|
1907
|
+
"module": "@otto-de/b2b-core-componentssrc/components/separator/separator.d.ts",
|
|
1781
1908
|
"symbol": "-separator"
|
|
1782
1909
|
},
|
|
1783
1910
|
"attributes": [
|
|
@@ -1798,9 +1925,9 @@
|
|
|
1798
1925
|
{
|
|
1799
1926
|
"name": "b2b-spinner",
|
|
1800
1927
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1801
|
-
"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",
|
|
1802
1929
|
"source": {
|
|
1803
|
-
"module": "@otto-de/b2b-core-
|
|
1930
|
+
"module": "@otto-de/b2b-core-componentssrc/components/spinner/spinner.d.ts",
|
|
1804
1931
|
"symbol": "-spinner"
|
|
1805
1932
|
},
|
|
1806
1933
|
"attributes": [
|
|
@@ -1833,7 +1960,7 @@
|
|
|
1833
1960
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1834
1961
|
"description": "",
|
|
1835
1962
|
"source": {
|
|
1836
|
-
"module": "@otto-de/b2b-core-
|
|
1963
|
+
"module": "@otto-de/b2b-core-componentssrc/components/tab/tab.d.ts",
|
|
1837
1964
|
"symbol": "-tab"
|
|
1838
1965
|
},
|
|
1839
1966
|
"attributes": [
|
|
@@ -1887,13 +2014,13 @@
|
|
|
1887
2014
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1888
2015
|
"description": "",
|
|
1889
2016
|
"source": {
|
|
1890
|
-
"module": "@otto-de/b2b-core-
|
|
2017
|
+
"module": "@otto-de/b2b-core-componentssrc/components/tab-group/tab-group.d.ts",
|
|
1891
2018
|
"symbol": "-tab-group"
|
|
1892
2019
|
},
|
|
1893
2020
|
"attributes": [
|
|
1894
2021
|
{
|
|
1895
2022
|
"name": "use-router",
|
|
1896
|
-
"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",
|
|
1897
2024
|
"required": false,
|
|
1898
2025
|
"default": "false",
|
|
1899
2026
|
"value": {
|
|
@@ -1921,7 +2048,7 @@
|
|
|
1921
2048
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1922
2049
|
"description": "",
|
|
1923
2050
|
"source": {
|
|
1924
|
-
"module": "@otto-de/b2b-core-
|
|
2051
|
+
"module": "@otto-de/b2b-core-componentssrc/components/tab-panel/tab-panel.d.ts",
|
|
1925
2052
|
"symbol": "-tab-panel"
|
|
1926
2053
|
},
|
|
1927
2054
|
"attributes": [],
|
|
@@ -1933,13 +2060,13 @@
|
|
|
1933
2060
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1934
2061
|
"description": "",
|
|
1935
2062
|
"source": {
|
|
1936
|
-
"module": "@otto-de/b2b-core-
|
|
2063
|
+
"module": "@otto-de/b2b-core-componentssrc/components/table/table.d.ts",
|
|
1937
2064
|
"symbol": "-table"
|
|
1938
2065
|
},
|
|
1939
2066
|
"attributes": [
|
|
1940
2067
|
{
|
|
1941
2068
|
"name": "size",
|
|
1942
|
-
"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\"",
|
|
1943
2070
|
"required": false,
|
|
1944
2071
|
"default": "TableSizes.EXPAND",
|
|
1945
2072
|
"value": {
|
|
@@ -1967,7 +2094,7 @@
|
|
|
1967
2094
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
1968
2095
|
"description": "",
|
|
1969
2096
|
"source": {
|
|
1970
|
-
"module": "@otto-de/b2b-core-
|
|
2097
|
+
"module": "@otto-de/b2b-core-componentssrc/components/table/table-cell/table-cell.d.ts",
|
|
1971
2098
|
"symbol": "-table-cell"
|
|
1972
2099
|
},
|
|
1973
2100
|
"attributes": [
|
|
@@ -2003,7 +2130,7 @@
|
|
|
2003
2130
|
},
|
|
2004
2131
|
{
|
|
2005
2132
|
"name": "size",
|
|
2006
|
-
"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\"",
|
|
2007
2134
|
"required": false,
|
|
2008
2135
|
"default": "TableSizes.EXPAND",
|
|
2009
2136
|
"value": {
|
|
@@ -2013,7 +2140,7 @@
|
|
|
2013
2140
|
},
|
|
2014
2141
|
{
|
|
2015
2142
|
"name": "text-wrap",
|
|
2016
|
-
"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",
|
|
2017
2144
|
"required": false,
|
|
2018
2145
|
"default": "true",
|
|
2019
2146
|
"value": {
|
|
@@ -2030,10 +2157,20 @@
|
|
|
2030
2157
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2031
2158
|
"description": "",
|
|
2032
2159
|
"source": {
|
|
2033
|
-
"module": "@otto-de/b2b-core-
|
|
2160
|
+
"module": "@otto-de/b2b-core-componentssrc/components/table/table-header/table-header.d.ts",
|
|
2034
2161
|
"symbol": "-table-header"
|
|
2035
2162
|
},
|
|
2036
2163
|
"attributes": [
|
|
2164
|
+
{
|
|
2165
|
+
"name": "content-align",
|
|
2166
|
+
"description": "Alignment of the content of the cell, by default is to the left. *\r\nValues: \"center\", \"left\", \"right\"",
|
|
2167
|
+
"required": false,
|
|
2168
|
+
"default": "ContentAlignment.LEFT",
|
|
2169
|
+
"value": {
|
|
2170
|
+
"kind": "expression",
|
|
2171
|
+
"type": "\"center\" | \"left\" | \"right\""
|
|
2172
|
+
}
|
|
2173
|
+
},
|
|
2037
2174
|
{
|
|
2038
2175
|
"name": "divider",
|
|
2039
2176
|
"description": "adds a border to the right of the header. *\r\nValues: boolean",
|
|
@@ -2092,7 +2229,7 @@
|
|
|
2092
2229
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2093
2230
|
"description": "",
|
|
2094
2231
|
"source": {
|
|
2095
|
-
"module": "@otto-de/b2b-core-
|
|
2232
|
+
"module": "@otto-de/b2b-core-componentssrc/components/table/table-row/table-row.d.ts",
|
|
2096
2233
|
"symbol": "-table-row"
|
|
2097
2234
|
},
|
|
2098
2235
|
"attributes": [
|
|
@@ -2175,13 +2312,13 @@
|
|
|
2175
2312
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2176
2313
|
"description": "",
|
|
2177
2314
|
"source": {
|
|
2178
|
-
"module": "@otto-de/b2b-core-
|
|
2315
|
+
"module": "@otto-de/b2b-core-componentssrc/components/table/table-rowgroup/table-rowgroup.d.ts",
|
|
2179
2316
|
"symbol": "-table-rowgroup"
|
|
2180
2317
|
},
|
|
2181
2318
|
"attributes": [
|
|
2182
2319
|
{
|
|
2183
2320
|
"name": "accordion",
|
|
2184
|
-
"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",
|
|
2185
2322
|
"required": false,
|
|
2186
2323
|
"default": "false",
|
|
2187
2324
|
"value": {
|
|
@@ -2191,7 +2328,7 @@
|
|
|
2191
2328
|
},
|
|
2192
2329
|
{
|
|
2193
2330
|
"name": "opened",
|
|
2194
|
-
"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",
|
|
2195
2332
|
"required": false,
|
|
2196
2333
|
"default": "false",
|
|
2197
2334
|
"value": {
|
|
@@ -2211,7 +2348,7 @@
|
|
|
2211
2348
|
},
|
|
2212
2349
|
{
|
|
2213
2350
|
"name": "type",
|
|
2214
|
-
"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\"",
|
|
2215
2352
|
"required": false,
|
|
2216
2353
|
"default": "TableRowgroupTypes.HEADER",
|
|
2217
2354
|
"value": {
|
|
@@ -2237,9 +2374,9 @@
|
|
|
2237
2374
|
{
|
|
2238
2375
|
"name": "b2b-textarea",
|
|
2239
2376
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2240
|
-
"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",
|
|
2241
2378
|
"source": {
|
|
2242
|
-
"module": "@otto-de/b2b-core-
|
|
2379
|
+
"module": "@otto-de/b2b-core-componentssrc/components/textarea/textarea.d.ts",
|
|
2243
2380
|
"symbol": "-textarea"
|
|
2244
2381
|
},
|
|
2245
2382
|
"attributes": [
|
|
@@ -2272,6 +2409,15 @@
|
|
|
2272
2409
|
"type": "string"
|
|
2273
2410
|
}
|
|
2274
2411
|
},
|
|
2412
|
+
{
|
|
2413
|
+
"name": "height",
|
|
2414
|
+
"description": "The height of the text area\r\nValues: string",
|
|
2415
|
+
"required": false,
|
|
2416
|
+
"value": {
|
|
2417
|
+
"kind": "expression",
|
|
2418
|
+
"type": "string"
|
|
2419
|
+
}
|
|
2420
|
+
},
|
|
2275
2421
|
{
|
|
2276
2422
|
"name": "hint",
|
|
2277
2423
|
"description": "An optional hint for the textarea. Per default it is undefined.\r\nValues: string",
|
|
@@ -2396,7 +2542,7 @@
|
|
|
2396
2542
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2397
2543
|
"description": "",
|
|
2398
2544
|
"source": {
|
|
2399
|
-
"module": "@otto-de/b2b-core-
|
|
2545
|
+
"module": "@otto-de/b2b-core-componentssrc/components/toggle-button/toggle-button.d.ts",
|
|
2400
2546
|
"symbol": "-toggle-button"
|
|
2401
2547
|
},
|
|
2402
2548
|
"attributes": [
|
|
@@ -2467,7 +2613,7 @@
|
|
|
2467
2613
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2468
2614
|
"description": "",
|
|
2469
2615
|
"source": {
|
|
2470
|
-
"module": "@otto-de/b2b-core-
|
|
2616
|
+
"module": "@otto-de/b2b-core-componentssrc/components/toggle-group/toggle-group.d.ts",
|
|
2471
2617
|
"symbol": "-toggle-group"
|
|
2472
2618
|
},
|
|
2473
2619
|
"attributes": [
|
|
@@ -2508,9 +2654,9 @@
|
|
|
2508
2654
|
{
|
|
2509
2655
|
"name": "b2b-tooltip",
|
|
2510
2656
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2511
|
-
"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.",
|
|
2512
2658
|
"source": {
|
|
2513
|
-
"module": "@otto-de/b2b-core-
|
|
2659
|
+
"module": "@otto-de/b2b-core-componentssrc/components/tooltip/tooltip.d.ts",
|
|
2514
2660
|
"symbol": "-tooltip"
|
|
2515
2661
|
},
|
|
2516
2662
|
"attributes": [
|
|
@@ -2571,7 +2717,7 @@
|
|
|
2571
2717
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2572
2718
|
"description": "",
|
|
2573
2719
|
"source": {
|
|
2574
|
-
"module": "@otto-de/b2b-core-
|
|
2720
|
+
"module": "@otto-de/b2b-core-componentssrc/components/wizard/wizard.d.ts",
|
|
2575
2721
|
"symbol": "-wizard"
|
|
2576
2722
|
},
|
|
2577
2723
|
"attributes": [
|
|
@@ -2587,7 +2733,7 @@
|
|
|
2587
2733
|
},
|
|
2588
2734
|
{
|
|
2589
2735
|
"name": "check-icon",
|
|
2590
|
-
"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",
|
|
2591
2737
|
"required": false,
|
|
2592
2738
|
"default": "true",
|
|
2593
2739
|
"value": {
|
|
@@ -2597,7 +2743,7 @@
|
|
|
2597
2743
|
},
|
|
2598
2744
|
{
|
|
2599
2745
|
"name": "custom",
|
|
2600
|
-
"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",
|
|
2601
2747
|
"required": false,
|
|
2602
2748
|
"default": "false",
|
|
2603
2749
|
"value": {
|
|
@@ -2614,13 +2760,13 @@
|
|
|
2614
2760
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2615
2761
|
"description": "",
|
|
2616
2762
|
"source": {
|
|
2617
|
-
"module": "@otto-de/b2b-core-
|
|
2763
|
+
"module": "@otto-de/b2b-core-componentssrc/components/wizard-icon/wizard-icon.d.ts",
|
|
2618
2764
|
"symbol": "-wizard-icon"
|
|
2619
2765
|
},
|
|
2620
2766
|
"attributes": [
|
|
2621
2767
|
{
|
|
2622
2768
|
"name": "check-icon",
|
|
2623
|
-
"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",
|
|
2624
2770
|
"required": false,
|
|
2625
2771
|
"default": "true",
|
|
2626
2772
|
"value": {
|
|
@@ -2656,13 +2802,13 @@
|
|
|
2656
2802
|
"doc-url": "https://internal.otto.market/design-system/?path=/story/overview--page",
|
|
2657
2803
|
"description": "",
|
|
2658
2804
|
"source": {
|
|
2659
|
-
"module": "@otto-de/b2b-core-
|
|
2805
|
+
"module": "@otto-de/b2b-core-componentssrc/components/wizard/wizard-step.d.ts",
|
|
2660
2806
|
"symbol": "-wizard-step"
|
|
2661
2807
|
},
|
|
2662
2808
|
"attributes": [
|
|
2663
2809
|
{
|
|
2664
2810
|
"name": "check-icon",
|
|
2665
|
-
"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",
|
|
2666
2812
|
"required": false,
|
|
2667
2813
|
"default": "true",
|
|
2668
2814
|
"value": {
|