@sellmate/design-system 1.8.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{component.datepicker-Cw_-oidk.js → component.datepicker-CUQbDSku.js} +0 -1
- package/dist/cjs/component.field-YIQ9TAhV.js +61 -0
- package/dist/cjs/{component.textinput-BpXDeZPD.js → component.textinput-Bb-nU5xI.js} +3 -2
- package/dist/cjs/design-system.cjs.js +2 -2
- package/dist/cjs/{index-BGwB03Tk.js → index-C63F8C0_.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/sd-action-modal.cjs.entry.js +1 -1
- package/dist/cjs/sd-badge.cjs.entry.js +2 -2
- package/dist/cjs/sd-barcode-input.cjs.entry.js +3 -3
- package/dist/cjs/{sd-button.config-BSHkfgdC.js → sd-button.config-eTAJM2iW.js} +17 -4
- package/dist/cjs/sd-button_2.cjs.entry.js +7 -6
- package/dist/cjs/sd-calendar_2.cjs.entry.js +10 -9
- package/dist/cjs/sd-callout.cjs.entry.js +2 -2
- package/dist/cjs/sd-card.cjs.entry.js +2 -2
- package/dist/cjs/sd-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/sd-chip-input.cjs.entry.js +274 -0
- package/dist/cjs/sd-chip.cjs.entry.js +15 -87
- package/dist/cjs/sd-chip.config-DiLoRpct.js +71 -0
- package/dist/cjs/sd-circle-progress.cjs.entry.js +2 -2
- package/dist/cjs/sd-confirm-modal_2.cjs.entry.js +4 -4
- package/dist/cjs/sd-date-box.cjs.entry.js +1 -1
- package/dist/cjs/{sd-date-picker.config-D3lTpa6W.js → sd-date-picker.config-CtXmufyj.js} +6 -2
- package/dist/cjs/sd-date-picker_7.cjs.entry.js +34 -48
- package/dist/cjs/sd-date-range-picker-calendar.cjs.entry.js +4 -4
- package/dist/cjs/sd-divider.cjs.entry.js +2 -2
- package/dist/cjs/sd-dropdown-button.cjs.entry.js +10 -6
- package/dist/cjs/sd-field_3.cjs.entry.js +15 -56
- package/dist/cjs/sd-form.cjs.entry.js +1 -1
- package/dist/cjs/sd-ghost-button_2.cjs.entry.js +407 -0
- package/dist/cjs/sd-guide.cjs.entry.js +1 -1
- package/dist/cjs/sd-key-value-table.cjs.entry.js +1 -1
- package/dist/cjs/sd-linear-progress.cjs.entry.js +2 -2
- package/dist/cjs/sd-loading-container.cjs.entry.js +3 -3
- package/dist/cjs/sd-modal-container.cjs.entry.js +1 -1
- package/dist/cjs/sd-pagination_4.cjs.entry.js +9 -9
- package/dist/cjs/sd-popover.cjs.entry.js +8 -7
- package/dist/cjs/sd-popup.cjs.entry.js +2 -2
- package/dist/cjs/sd-portal.cjs.entry.js +2 -2
- package/dist/cjs/sd-radio-button.cjs.entry.js +1 -1
- package/dist/cjs/sd-radio.cjs.entry.js +1 -1
- package/dist/cjs/sd-select-list-item_2.cjs.entry.js +9 -8
- package/dist/cjs/{sd-select.config-B19ptCT2.js → sd-select.config-DrJ4LNVz.js} +24 -13
- package/dist/cjs/sd-select_3.cjs.entry.js +16 -13
- package/dist/cjs/sd-switch.cjs.entry.js +2 -2
- package/dist/cjs/sd-table.cjs.entry.js +7 -7
- package/dist/cjs/sd-tabs.cjs.entry.js +6 -3
- package/dist/cjs/sd-td.cjs.entry.js +2 -2
- package/dist/cjs/sd-text-link.cjs.entry.js +20 -20
- package/dist/cjs/sd-toast-container.cjs.entry.js +2 -2
- package/dist/cjs/sd-toast.cjs.entry.js +3 -3
- package/dist/cjs/sd-toggle.cjs.entry.js +2 -2
- package/dist/cjs/{tooltipArrow-COD-SNZL.js → tooltipArrow-DONQ8MML.js} +1 -1
- package/dist/cjs/{useDatePicker-dCuEgvjX.js → useDatePicker-iMd6WToc.js} +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/sd-badge/sd-badge.js +1 -1
- package/dist/collection/components/sd-barcode-input/sd-barcode-input.js +1 -1
- package/dist/collection/components/sd-button/sd-button.config.js +10 -2
- package/dist/collection/components/sd-button/sd-button.css +6 -5
- package/dist/collection/components/sd-button/sd-button.js +5 -4
- package/dist/collection/components/sd-calendar/sd-calendar.js +3 -3
- package/dist/collection/components/sd-callout/sd-callout.js +1 -1
- package/dist/collection/components/sd-card/sd-card.js +1 -1
- package/dist/collection/components/sd-chip/sd-chip.config.js +0 -1
- package/dist/collection/components/sd-chip/sd-chip.css +5 -0
- package/dist/collection/components/sd-chip/sd-chip.js +7 -5
- package/dist/collection/components/sd-chip-input/sd-chip-input.config.js +48 -0
- package/dist/collection/components/sd-chip-input/sd-chip-input.css +92 -0
- package/dist/collection/components/sd-chip-input/sd-chip-input.js +709 -0
- package/dist/collection/components/sd-circle-progress/sd-circle-progress.js +1 -1
- package/dist/collection/components/sd-confirm-modal/sd-confirm-modal.js +2 -2
- package/dist/collection/components/sd-date-picker/sd-date-picker-trigger/sd-date-picker-trigger.js +2 -2
- package/dist/collection/components/sd-date-picker/sd-date-picker.config.js +5 -1
- package/dist/collection/components/sd-date-picker/sd-date-picker.js +2 -2
- package/dist/collection/components/sd-date-range-picker/sd-date-range-picker-calendar/sd-date-range-picker-calendar.js +1 -1
- package/dist/collection/components/sd-divider/sd-divider.js +1 -1
- package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.config.js +3 -2
- package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.css +4 -0
- package/dist/collection/components/sd-dropdown-button/sd-dropdown-button.js +5 -3
- package/dist/collection/components/sd-field/sd-field.js +6 -5
- package/dist/collection/components/sd-file-picker/sd-file-picker.config.js +11 -10
- package/dist/collection/components/sd-floating-portal/sd-floating-portal.js +1 -1
- package/dist/collection/components/sd-ghost-button/sd-ghost-button.css +21 -0
- package/dist/collection/components/sd-ghost-button/sd-ghost-button.js +27 -2
- package/dist/collection/components/sd-input/sd-input.js +2 -2
- package/dist/collection/components/sd-linear-progress/sd-linear-progress.js +1 -1
- package/dist/collection/components/sd-loading-container/sd-loading-container.js +2 -2
- package/dist/collection/components/sd-loading-modal/sd-loading-modal.js +1 -1
- package/dist/collection/components/sd-number-input/sd-number-input.config.js +4 -3
- package/dist/collection/components/sd-number-input/sd-number-input.js +4 -4
- package/dist/collection/components/sd-pagination/sd-pagination.js +3 -3
- package/dist/collection/components/sd-popover/sd-popover.js +5 -5
- package/dist/collection/components/sd-popup/sd-popup.js +1 -1
- package/dist/collection/components/sd-portal/sd-portal.js +1 -1
- package/dist/collection/components/sd-select/sd-select-list-item/sd-select-list-item.js +4 -3
- package/dist/collection/components/sd-select/sd-select-list-item-search/sd-select-list-item-search.js +4 -4
- package/dist/collection/components/sd-select/sd-select-listbox/sd-select-listbox.js +7 -4
- package/dist/collection/components/sd-select/sd-select-trigger/sd-select-trigger.js +4 -3
- package/dist/collection/components/sd-select/sd-select.config.js +17 -10
- package/dist/collection/components/sd-select/sd-select.js +5 -6
- package/dist/collection/components/sd-switch/sd-switch.js +1 -1
- package/dist/collection/components/sd-table/sd-table.js +6 -6
- package/dist/collection/components/sd-table/sd-tbody/sd-tbody.js +2 -2
- package/dist/collection/components/sd-table/sd-td/sd-td.js +1 -1
- package/dist/collection/components/sd-table/sd-thead/sd-thead.js +3 -3
- package/dist/collection/components/sd-tabs/sd-tabs.css +27 -0
- package/dist/collection/components/sd-tabs/sd-tabs.js +24 -1
- package/dist/collection/components/sd-tag/sd-tag.js +2 -2
- package/dist/collection/components/sd-text-link/sd-text-link.config.js +4 -4
- package/dist/collection/components/sd-text-link/sd-text-link.js +11 -11
- package/dist/collection/components/sd-textarea/sd-textarea.js +1 -1
- package/dist/collection/components/sd-toast/sd-toast.js +2 -2
- package/dist/collection/components/sd-toast-container/sd-toast-container.js +1 -1
- package/dist/collection/components/sd-toggle/sd-toggle.js +1 -1
- package/dist/collection/components/sd-tooltip/sd-tooltip.js +2 -2
- package/dist/components/index.js +1 -1
- package/dist/components/p-0KaFFbD8.js +1 -0
- package/dist/components/{p-p4bNikji.js → p-4XivETkt.js} +1 -1
- package/dist/components/p-AmkZCF9y.js +1 -0
- package/dist/components/p-BA8i1i5_.js +1 -0
- package/dist/components/{p-DQj-S8AC.js → p-BNkExhYB.js} +1 -1
- package/dist/components/p-BOJJ_sQS.js +1 -0
- package/dist/components/p-B_FQcRtk.js +1 -0
- package/dist/components/{p-lOVBaLB7.js → p-BcsFHQH8.js} +1 -1
- package/dist/components/p-BnaD56dI.js +1 -0
- package/dist/components/p-Bq9q5LoZ.js +1 -0
- package/dist/components/p-BwUUaGFU.js +1 -0
- package/dist/components/{p-DnW8EAqd.js → p-BysikR_g.js} +1 -1
- package/dist/components/p-C5wgHjtx.js +1 -0
- package/dist/components/{p-gqfJ-KUj.js → p-C79Cowjq.js} +1 -1
- package/dist/components/{p-Cye8r1MG.js → p-CFL9Rfh8.js} +1 -1
- package/dist/components/{p-uVZjhyvS.js → p-CJdrq8cV.js} +1 -1
- package/dist/components/{p-DCFqtVBm.js → p-CJr5BdNN.js} +1 -1
- package/dist/components/p-CWlwx4xx.js +1 -0
- package/dist/components/p-CWz_dfBG.js +1 -0
- package/dist/components/{p-D6cUtm8p.js → p-CjVOfLam.js} +1 -1
- package/dist/components/{p-wLoP3KMv.js → p-Ck9bJZTm.js} +1 -1
- package/dist/components/{p-CwQTEZWO.js → p-CkQzw2e0.js} +1 -1
- package/dist/components/p-CqvS2J1B.js +1 -0
- package/dist/components/p-CyGi6aGo.js +1 -0
- package/dist/components/p-Cz9ralVS.js +1 -0
- package/dist/components/{p-y_6iWhDy.js → p-D4TisqIF.js} +1 -1
- package/dist/components/p-D5O7fZYw.js +1 -0
- package/dist/components/p-DApxX0af.js +1 -0
- package/dist/components/p-DR0N8_Vt.js +1 -0
- package/dist/components/p-DUhqd8c7.js +1 -0
- package/dist/components/{p-BasCjDiE.js → p-DjS-dtF5.js} +1 -1
- package/dist/components/p-DmbwfZF7.js +1 -0
- package/dist/components/p-Dp6NByuZ.js +1 -0
- package/dist/components/{p-Bx9dlLbs.js → p-Dt9-l05k.js} +1 -1
- package/dist/components/{p-DhmsCQrB.js → p-DwU-e9i1.js} +1 -1
- package/dist/components/{p-BWJtQGYo.js → p-Dwl1u73P.js} +1 -1
- package/dist/components/{p-EcuI_UmK.js → p-NaAHdFVI.js} +1 -1
- package/dist/components/{p-ByhWX2NK.js → p-e0ABNkP6.js} +1 -1
- package/dist/components/{p-B45aOf4I.js → p-ipduET5U.js} +1 -1
- package/dist/components/{p-DKwnEkHE.js → p-jtJFHONo.js} +1 -1
- package/dist/components/p-laVsm9VM.js +1 -0
- package/dist/components/{p-CTuKWVTh.js → p-pfGv13eX.js} +1 -1
- package/dist/components/p-siTDlOb6.js +1 -0
- package/dist/components/sd-action-modal.js +1 -1
- package/dist/components/sd-badge.js +1 -1
- package/dist/components/sd-barcode-input.js +1 -1
- package/dist/components/sd-button.js +1 -1
- package/dist/components/sd-calendar.js +1 -1
- package/dist/components/sd-callout.js +1 -1
- package/dist/components/sd-card.js +1 -1
- package/dist/components/sd-checkbox.js +1 -1
- package/dist/components/sd-chip-input.d.ts +11 -0
- package/dist/components/sd-chip-input.js +1 -0
- package/dist/components/sd-chip.js +1 -1
- package/dist/components/sd-circle-progress.js +1 -1
- package/dist/components/sd-confirm-modal.js +1 -1
- package/dist/components/sd-date-box.js +1 -1
- package/dist/components/sd-date-picker-trigger.js +1 -1
- package/dist/components/sd-date-picker.js +1 -1
- package/dist/components/sd-date-range-picker-calendar.js +1 -1
- package/dist/components/sd-date-range-picker.js +1 -1
- package/dist/components/sd-divider.js +1 -1
- package/dist/components/sd-dropdown-button.js +1 -1
- package/dist/components/sd-field.js +1 -1
- package/dist/components/sd-file-picker.js +1 -1
- package/dist/components/sd-floating-portal.js +1 -1
- package/dist/components/sd-form.js +1 -1
- package/dist/components/sd-ghost-button.js +1 -1
- package/dist/components/sd-guide.js +1 -1
- package/dist/components/sd-icon.js +1 -1
- package/dist/components/sd-input.js +1 -1
- package/dist/components/sd-key-value-table.js +1 -1
- package/dist/components/sd-linear-progress.js +1 -1
- package/dist/components/sd-loading-container.js +1 -1
- package/dist/components/sd-loading-modal.js +1 -1
- package/dist/components/sd-modal-container.js +1 -1
- package/dist/components/sd-number-input.js +1 -1
- package/dist/components/sd-pagination.js +1 -1
- package/dist/components/sd-popover.js +1 -1
- package/dist/components/sd-popup.js +1 -1
- package/dist/components/sd-portal.js +1 -1
- package/dist/components/sd-radio-button.js +1 -1
- package/dist/components/sd-radio-group.js +1 -1
- package/dist/components/sd-radio.js +1 -1
- package/dist/components/sd-select-list-item-search.js +1 -1
- package/dist/components/sd-select-list-item.js +1 -1
- package/dist/components/sd-select-listbox.js +1 -1
- package/dist/components/sd-select-trigger.js +1 -1
- package/dist/components/sd-select.js +1 -1
- package/dist/components/sd-switch.js +1 -1
- package/dist/components/sd-table.js +1 -1
- package/dist/components/sd-tabs.js +1 -1
- package/dist/components/sd-tag.js +1 -1
- package/dist/components/sd-tbody.js +1 -1
- package/dist/components/sd-td.js +1 -1
- package/dist/components/sd-text-link.js +1 -1
- package/dist/components/sd-textarea.js +1 -1
- package/dist/components/sd-thead.js +1 -1
- package/dist/components/sd-toast-container.js +1 -1
- package/dist/components/sd-toast.js +1 -1
- package/dist/components/sd-toggle.js +1 -1
- package/dist/components/sd-tooltip.js +1 -1
- package/dist/components/sd-tr.js +1 -1
- package/dist/design-system/design-system.css +1 -1
- package/dist/design-system/design-system.esm.js +1 -1
- package/dist/design-system/{p-e81cb8c9.entry.js → p-0ac4d17b.entry.js} +1 -1
- package/dist/design-system/p-12c1ddfc.entry.js +1 -0
- package/dist/design-system/{p-5d5d8220.entry.js → p-15518cf5.entry.js} +1 -1
- package/dist/design-system/{p-07b0d118.entry.js → p-20ebfd9e.entry.js} +1 -1
- package/dist/design-system/{p-ff33d019.entry.js → p-24cb3aef.entry.js} +1 -1
- package/dist/design-system/{p-ea586c5e.entry.js → p-27f61c1f.entry.js} +1 -1
- package/dist/design-system/{p-db826b91.entry.js → p-2ef3cd00.entry.js} +1 -1
- package/dist/design-system/p-2f53e2f9.entry.js +1 -0
- package/dist/design-system/{p-78b0b759.entry.js → p-36b8f224.entry.js} +1 -1
- package/dist/design-system/{p-eb18d812.entry.js → p-3bd59260.entry.js} +1 -1
- package/dist/design-system/p-4fd59127.entry.js +1 -0
- package/dist/design-system/p-5b2dd552.entry.js +1 -0
- package/dist/design-system/{p-0de5a53b.entry.js → p-5deefcbc.entry.js} +1 -1
- package/dist/design-system/{p-a5930cbd.entry.js → p-6ebd85ae.entry.js} +1 -1
- package/dist/design-system/{p-f14962bd.entry.js → p-7440fbe7.entry.js} +1 -1
- package/dist/design-system/p-798c0f9b.entry.js +1 -0
- package/dist/design-system/{p-cce38339.entry.js → p-7b01d78b.entry.js} +1 -1
- package/dist/design-system/p-7ca9a6c9.entry.js +1 -0
- package/dist/design-system/p-90cc9785.entry.js +1 -0
- package/dist/design-system/p-9f899376.entry.js +1 -0
- package/dist/design-system/p-9ff473b2.entry.js +1 -0
- package/dist/design-system/p-BOJJ_sQS.js +1 -0
- package/dist/design-system/p-BpO2YWvq.js +2 -0
- package/dist/design-system/{p-BGtUaScP.js → p-BqWuC4-J.js} +1 -1
- package/dist/design-system/{p-LIf7YMBN.js → p-CcVraVK0.js} +1 -1
- package/dist/design-system/p-DDj5KTBF.js +1 -0
- package/dist/design-system/p-DjcjlPt7.js +1 -0
- package/dist/design-system/p-DtrsLG0Z.js +1 -0
- package/dist/design-system/p-a1f248ed.entry.js +1 -0
- package/dist/design-system/{p-9e75a5dc.entry.js → p-a4fff652.entry.js} +1 -1
- package/dist/design-system/{p-cffa6da7.entry.js → p-a9892cbe.entry.js} +1 -1
- package/dist/design-system/{p-1219699a.entry.js → p-acaaf137.entry.js} +1 -1
- package/dist/design-system/{p-18d3ae55.entry.js → p-b1d1f1d3.entry.js} +1 -1
- package/dist/design-system/{p-d8292621.entry.js → p-b456b9ac.entry.js} +1 -1
- package/dist/design-system/{p-1632a28d.entry.js → p-b495f26c.entry.js} +1 -1
- package/dist/design-system/p-b63c672a.entry.js +1 -0
- package/dist/design-system/{p-8528ba1e.entry.js → p-bbae006c.entry.js} +1 -1
- package/dist/design-system/p-bbb51afa.entry.js +1 -0
- package/dist/design-system/{p-8fc49d2d.entry.js → p-cad22f63.entry.js} +1 -1
- package/dist/design-system/p-d24F7UcR.js +1 -0
- package/dist/design-system/p-d40ffa84.entry.js +1 -0
- package/dist/design-system/{p-ByhWX2NK.js → p-e0ABNkP6.js} +1 -1
- package/dist/design-system/{p-aa28712a.entry.js → p-e4944ae6.entry.js} +1 -1
- package/dist/design-system/{p-2c0a8333.entry.js → p-e5f1156c.entry.js} +1 -1
- package/dist/design-system/p-f4597b6e.entry.js +1 -0
- package/dist/design-system/p-f462bc54.entry.js +1 -0
- package/dist/design-system/{p-4b43648c.entry.js → p-f5eb4e2f.entry.js} +1 -1
- package/dist/design-system/{p-e6bd8ab1.entry.js → p-f8b6b169.entry.js} +1 -1
- package/dist/design-system/{p-1aafbc7b.entry.js → p-fcd3961f.entry.js} +1 -1
- package/dist/design-system/{p-25fad267.entry.js → p-ff24fcb2.entry.js} +1 -1
- package/dist/design-system/p-laVsm9VM.js +1 -0
- package/dist/esm/{component.datepicker-BQn6le_Y.js → component.datepicker-laVsm9VM.js} +0 -1
- package/dist/esm/component.field-BOJJ_sQS.js +59 -0
- package/dist/esm/{component.textinput-ByhWX2NK.js → component.textinput-e0ABNkP6.js} +3 -2
- package/dist/esm/design-system.js +3 -3
- package/dist/esm/{index-DNWwGHho.js → index-BpO2YWvq.js} +1 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/sd-action-modal.entry.js +1 -1
- package/dist/esm/sd-badge.entry.js +2 -2
- package/dist/esm/sd-barcode-input.entry.js +3 -3
- package/dist/esm/{sd-button.config-C7p6g_sM.js → sd-button.config-DjcjlPt7.js} +16 -4
- package/dist/esm/sd-button_2.entry.js +7 -6
- package/dist/esm/sd-calendar_2.entry.js +10 -9
- package/dist/esm/sd-callout.entry.js +2 -2
- package/dist/esm/sd-card.entry.js +2 -2
- package/dist/esm/sd-checkbox.entry.js +1 -1
- package/dist/esm/sd-chip-input.entry.js +272 -0
- package/dist/esm/sd-chip.config-DDj5KTBF.js +67 -0
- package/dist/esm/sd-chip.entry.js +10 -82
- package/dist/esm/sd-circle-progress.entry.js +2 -2
- package/dist/esm/sd-confirm-modal_2.entry.js +4 -4
- package/dist/esm/sd-date-box.entry.js +1 -1
- package/dist/esm/{sd-date-picker.config-CGEE3DkI.js → sd-date-picker.config-6dvDZPGx.js} +6 -2
- package/dist/esm/sd-date-picker_7.entry.js +34 -48
- package/dist/esm/sd-date-range-picker-calendar.entry.js +4 -4
- package/dist/esm/sd-divider.entry.js +2 -2
- package/dist/esm/sd-dropdown-button.entry.js +10 -6
- package/dist/esm/sd-field_3.entry.js +12 -53
- package/dist/esm/sd-form.entry.js +1 -1
- package/dist/esm/sd-ghost-button_2.entry.js +404 -0
- package/dist/esm/sd-guide.entry.js +1 -1
- package/dist/esm/sd-key-value-table.entry.js +1 -1
- package/dist/esm/sd-linear-progress.entry.js +2 -2
- package/dist/esm/sd-loading-container.entry.js +3 -3
- package/dist/esm/sd-modal-container.entry.js +1 -1
- package/dist/esm/sd-pagination_4.entry.js +9 -9
- package/dist/esm/sd-popover.entry.js +8 -7
- package/dist/esm/sd-popup.entry.js +2 -2
- package/dist/esm/sd-portal.entry.js +2 -2
- package/dist/esm/sd-radio-button.entry.js +1 -1
- package/dist/esm/sd-radio.entry.js +1 -1
- package/dist/esm/sd-select-list-item_2.entry.js +9 -8
- package/dist/esm/{sd-select.config-CxOCk_ge.js → sd-select.config-DtrsLG0Z.js} +23 -14
- package/dist/esm/sd-select_3.entry.js +16 -13
- package/dist/esm/sd-switch.entry.js +2 -2
- package/dist/esm/sd-table.entry.js +7 -7
- package/dist/esm/sd-tabs.entry.js +6 -3
- package/dist/esm/sd-td.entry.js +2 -2
- package/dist/esm/sd-text-link.entry.js +20 -20
- package/dist/esm/sd-toast-container.entry.js +2 -2
- package/dist/esm/sd-toast.entry.js +3 -3
- package/dist/esm/sd-toggle.entry.js +2 -2
- package/dist/esm/{tooltipArrow-Cj3AqWK0.js → tooltipArrow-DrrY_fPj.js} +1 -1
- package/dist/esm/{useDatePicker-D5RmWGOp.js → useDatePicker-DoUg--aq.js} +1 -1
- package/dist/types/components/sd-barcode-input/sd-barcode-input.config.d.ts +0 -2
- package/dist/types/components/sd-button/sd-button.config.d.ts +10 -2
- package/dist/types/components/sd-chip/sd-chip.config.d.ts +0 -1
- package/dist/types/components/sd-chip-input/sd-chip-input.config.d.ts +34 -0
- package/dist/types/components/sd-chip-input/sd-chip-input.d.ts +53 -0
- package/dist/types/components/sd-date-picker/sd-date-picker.config.d.ts +1 -1
- package/dist/types/components/sd-dropdown-button/sd-dropdown-button.config.d.ts +9 -1
- package/dist/types/components/sd-ghost-button/sd-ghost-button.d.ts +1 -0
- package/dist/types/components/sd-input/sd-input.config.d.ts +0 -2
- package/dist/types/components/sd-number-input/sd-number-input.config.d.ts +2 -2
- package/dist/types/components/sd-popover/sd-popover.d.ts +1 -1
- package/dist/types/components/sd-select/sd-select.config.d.ts +2 -0
- package/dist/types/components/sd-tabs/sd-tabs.d.ts +1 -0
- package/dist/types/components/sd-text-link/sd-text-link.d.ts +1 -1
- package/dist/types/components/sd-textarea/sd-textarea.config.d.ts +0 -2
- package/dist/types/components.d.ts +217 -7
- package/hydrate/index.js +591 -251
- package/hydrate/index.mjs +591 -251
- package/package.json +1 -1
- package/dist/cjs/sd-ghost-button.cjs.entry.js +0 -179
- package/dist/cjs/sd-tag.cjs.entry.js +0 -227
- package/dist/components/p-2z2c2umH.js +0 -1
- package/dist/components/p-B6G64i5a.js +0 -1
- package/dist/components/p-B6JOxZKP.js +0 -1
- package/dist/components/p-B6L3bPm2.js +0 -1
- package/dist/components/p-BQn6le_Y.js +0 -1
- package/dist/components/p-Bhh7ig9Q.js +0 -1
- package/dist/components/p-C4uWhzoG.js +0 -1
- package/dist/components/p-C8c6MuKQ.js +0 -1
- package/dist/components/p-CkR5oiLy.js +0 -1
- package/dist/components/p-CvfW21oo.js +0 -1
- package/dist/components/p-D7g33VZR.js +0 -1
- package/dist/components/p-DISZkQqT.js +0 -1
- package/dist/components/p-DMrXwfmf.js +0 -1
- package/dist/components/p-DP0Dp12H.js +0 -1
- package/dist/components/p-DhtKHJ7-.js +0 -1
- package/dist/components/p-DmDGMDzt.js +0 -1
- package/dist/components/p-DoREs-rv.js +0 -1
- package/dist/components/p-I9SoAcVO.js +0 -1
- package/dist/components/p-cX2DD74L.js +0 -1
- package/dist/components/p-f10Mw7qM.js +0 -1
- package/dist/components/p-pwNG5WaX.js +0 -1
- package/dist/design-system/p-18057222.entry.js +0 -1
- package/dist/design-system/p-25204798.entry.js +0 -1
- package/dist/design-system/p-3e2b5e01.entry.js +0 -1
- package/dist/design-system/p-46faa7ed.entry.js +0 -1
- package/dist/design-system/p-4c3ead1b.entry.js +0 -1
- package/dist/design-system/p-5c4fd9c1.entry.js +0 -1
- package/dist/design-system/p-60b80bf3.entry.js +0 -1
- package/dist/design-system/p-74b3e95b.entry.js +0 -1
- package/dist/design-system/p-8674d868.entry.js +0 -1
- package/dist/design-system/p-95bbba4f.entry.js +0 -1
- package/dist/design-system/p-9d34518e.entry.js +0 -1
- package/dist/design-system/p-BQn6le_Y.js +0 -1
- package/dist/design-system/p-C7p6g_sM.js +0 -1
- package/dist/design-system/p-CxOCk_ge.js +0 -1
- package/dist/design-system/p-DNWwGHho.js +0 -2
- package/dist/design-system/p-TF8_Lyhq.js +0 -1
- package/dist/design-system/p-c1bac61e.entry.js +0 -1
- package/dist/design-system/p-cf685d90.entry.js +0 -1
- package/dist/design-system/p-deec1ef0.entry.js +0 -1
- package/dist/design-system/p-f3dff8b8.entry.js +0 -1
- package/dist/esm/sd-ghost-button.entry.js +0 -177
- package/dist/esm/sd-tag.entry.js +0 -225
|
@@ -17,9 +17,10 @@ sd-button {
|
|
|
17
17
|
--sd-button-bg: #025497;
|
|
18
18
|
--sd-button-bg-hover: #004177;
|
|
19
19
|
--sd-button-border: transparent;
|
|
20
|
-
--sd-button-
|
|
21
|
-
--sd-button-
|
|
22
|
-
--sd-button-current-
|
|
20
|
+
--sd-button-text: #FFFFFF;
|
|
21
|
+
--sd-button-icon: var(--sd-button-text);
|
|
22
|
+
--sd-button-current-text: var(--sd-button-text);
|
|
23
|
+
--sd-button-current-icon: var(--sd-button-icon);
|
|
23
24
|
display: inline-flex;
|
|
24
25
|
align-items: center;
|
|
25
26
|
justify-content: center;
|
|
@@ -29,7 +30,7 @@ sd-button {
|
|
|
29
30
|
border: var(--sd-button-button-border-width-default, 1px) solid var(--sd-button-border);
|
|
30
31
|
border-radius: var(--sd-button-button-radius-sm, 4px);
|
|
31
32
|
background: var(--sd-button-bg);
|
|
32
|
-
color: var(--sd-button-current-
|
|
33
|
+
color: var(--sd-button-current-text);
|
|
33
34
|
cursor: pointer;
|
|
34
35
|
box-sizing: border-box;
|
|
35
36
|
font-family: var(--sd-button-font-family);
|
|
@@ -110,7 +111,7 @@ sd-button {
|
|
|
110
111
|
.sd-button--disabled {
|
|
111
112
|
border-color: var(--sd-button-button-border-disabled, #CCCCCC);
|
|
112
113
|
background: var(--sd-button-button-bg-disabled, #E1E1E1);
|
|
113
|
-
--sd-button-current-
|
|
114
|
+
--sd-button-current-text: var(--sd-button-button-text-disabled, #888888);
|
|
114
115
|
--sd-button-current-icon: var(--sd-button-button-icon-disabled, #BBBBBB);
|
|
115
116
|
cursor: not-allowed;
|
|
116
117
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h } from "@stencil/core";
|
|
2
2
|
import { Icons } from "../assets/index";
|
|
3
|
-
import { BUTTON_CONFIG, BUTTON_FOCUS_RING_COLOR, BUTTON_ICON_SIZES, PRESET_BORDER_COLORS,
|
|
3
|
+
import { BUTTON_CONFIG, BUTTON_FOCUS_RING_COLOR, BUTTON_ICON_SIZES, PRESET_BORDER_COLORS, PRESET_TEXT_COLORS, PRESET_ICON_COLORS, PRESET_HOVER_BACKGROUNDS, getPresetName, isButtonName, } from "./sd-button.config";
|
|
4
4
|
const isValidIcon = (icon) => icon != null && icon in Icons;
|
|
5
5
|
export class SdButton {
|
|
6
6
|
name = 'primary_sm';
|
|
@@ -69,13 +69,14 @@ export class SdButton {
|
|
|
69
69
|
const validRightIcon = isValidIcon(this.rightIcon) ? this.rightIcon : undefined;
|
|
70
70
|
const iconOnly = !hasLabel && Boolean(validIcon) !== Boolean(validRightIcon);
|
|
71
71
|
const accessibleName = iconOnly && this.ariaLabel.trim() !== '' ? this.ariaLabel : undefined;
|
|
72
|
-
return (h("button", { key: '
|
|
72
|
+
return (h("button", { key: 'da3228e64ba27430283d55a49d3e13b2112929b6', class: this.getButtonClasses(preset, config.size, hasLabel, iconOnly), type: this.type ?? 'button', disabled: this.disabled, "aria-label": accessibleName, style: {
|
|
73
73
|
'--sd-button-bg': config.color,
|
|
74
74
|
'--sd-button-bg-hover': PRESET_HOVER_BACKGROUNDS[preset],
|
|
75
75
|
'--sd-button-border': PRESET_BORDER_COLORS[preset],
|
|
76
|
-
'--sd-button-
|
|
76
|
+
'--sd-button-text': PRESET_TEXT_COLORS[preset],
|
|
77
|
+
'--sd-button-icon': PRESET_ICON_COLORS[preset],
|
|
77
78
|
'--sd-button-accent': BUTTON_FOCUS_RING_COLOR,
|
|
78
|
-
}, onClick: this.handleClick }, h("span", { key: '
|
|
79
|
+
}, onClick: this.handleClick }, h("span", { key: '22f4dac854314abb3edf3f6d4746057337d2d1c6', class: "sd-button__content" }, validIcon && (h("sd-icon", { key: 'cd88155fa1783071fe6bee390df47daa96133eab', class: "sd-button__icon", name: validIcon, size: BUTTON_ICON_SIZES[config.size], color: "var(--sd-button-current-icon)" })), this.label && h("span", { key: '27798d8db1d633ef99572982bddf40fbca415ed7', class: "sd-button__label" }, this.label), validRightIcon && (h("sd-icon", { key: '6393eb128f66a88b7ad1b5f2c1cec5654af07fae', class: "sd-button__icon sd-button__icon--right", name: validRightIcon, size: BUTTON_ICON_SIZES[config.size], color: "var(--sd-button-current-icon)" })))));
|
|
79
80
|
}
|
|
80
81
|
static get is() { return "sd-button"; }
|
|
81
82
|
static get originalStyleUrls() {
|
|
@@ -173,7 +173,7 @@ export class SdCalendar {
|
|
|
173
173
|
const eventMap = this.eventMap;
|
|
174
174
|
const legend = this.legendItems;
|
|
175
175
|
const hasEvents = (this.events?.length ?? 0) > 0;
|
|
176
|
-
return (h("div", { key: '
|
|
176
|
+
return (h("div", { key: 'e939d5fae94ff8f44bd2167abd78ac331359f35d', class: { 'sd-calendar': true, 'sd-calendar--elevated': this.elevated }, style: cssVars }, h("div", { key: '2dad0f6cfd58d1a4ce430142df0af56ed0a5cfa3', class: "sd-calendar__header" }, h("div", { key: '5d7424dc210f3ff9fa28ee5c24e958130449b798', class: "sd-calendar__nav-group" }, h("sd-ghost-button", { key: 'd15c0d1691492d0bbdb099893701c2538c183513', ariaLabel: "prevYear", size: "xxs", icon: "chevronLeft", onClick: this.goPrevYear }), h("span", { key: 'a2e936f9a4626bdd4d48bcd7b513e33f76d4affb', class: "sd-calendar__label" }, this.currentYear), h("sd-ghost-button", { key: 'c4c50b1a3440ef2eeb1a0ed95c61d3f5b55ba055', ariaLabel: "nextYear", size: "xxs", icon: "chevronRight", onClick: this.goNextYear })), h("span", { key: 'ec677bd90799db7032f188b521c32f06688c8659', class: "sd-calendar__divider", "aria-hidden": "true" }), h("div", { key: 'd8ab3d1a8efa607ee6f8cd4c3af5ba2d2af31639', class: "sd-calendar__nav-group sd-calendar__nav-group-month" }, h("sd-ghost-button", { key: '1a76dcd9d9655bdac72d78a8bf6c40e546c9c4a1', ariaLabel: "prevMonth", size: "xxs", icon: "chevronLeft", onClick: this.goPrevMonth }), h("span", { key: '08b4274631b31aa028f14f8d3ecd63d135c125d7', class: "sd-calendar__label sd-calendar__label-month" }, this.currentMonth, "\uC6D4"), h("sd-ghost-button", { key: 'ec404faf07c03f7a1949d2379a1313e99b712883', ariaLabel: "nextMonth", size: "xxs", icon: "chevronRight", onClick: this.goNextMonth }))), h("div", { key: '98775d3b2d885492347dec3e13258b33936b92bc', class: "sd-calendar__week" }, WEEK_LABELS.map(label => (h("span", { key: label, class: "sd-calendar__week-cell" }, label)))), h("div", { key: '87a4739a0ddf26302d22bcb39b545cffab44dd09', class: "sd-calendar__grid" }, this.cells.map(cell => {
|
|
177
177
|
const isSelected = cell.inCurrentMonth && this.value !== '' && this.value === cell.date;
|
|
178
178
|
const isToday = cell.inCurrentMonth && today === cell.date;
|
|
179
179
|
const isDisabled = cell.inCurrentMonth && this.isDisabled(cell.date);
|
|
@@ -186,8 +186,8 @@ export class SdCalendar {
|
|
|
186
186
|
'sd-calendar__day--disabled': isDisabled,
|
|
187
187
|
}, disabled: !cell.inCurrentMonth || isDisabled, tabindex: !cell.inCurrentMonth ? -1 : undefined, "aria-hidden": !cell.inCurrentMonth ? 'true' : undefined, onClick: () => cell.inCurrentMonth && this.handleDayClick(cell) }, h("span", { class: "sd-calendar__day-circle" }, cell.inCurrentMonth ? cell.day : ''), hasEvents && (h("span", { class: "sd-calendar__dot-row", "aria-hidden": "true" }, dayEvents?.map((ev, i) => (h("span", { key: `${ev.color}|${ev.label}|${i}`, class: "sd-calendar__dot", style: { backgroundColor: ev.color } })))))));
|
|
188
188
|
})), legend.length > 0 && [
|
|
189
|
-
h("span", { key: '
|
|
190
|
-
h("div", { key: '
|
|
189
|
+
h("span", { key: '9c1c21573694ca6702d19ba451c31cbdb47e727c', class: "sd-calendar__divider-bottom", "aria-hidden": "true" }),
|
|
190
|
+
h("div", { key: 'dae2d35ea2971f6c7b1b3ec4774934efb2fcd168', class: "sd-calendar__legend" }, legend.map(item => (h("span", { key: `${item.color}|${item.label}`, class: "sd-calendar__legend-item" }, h("span", { class: "sd-calendar__legend-dot", style: { backgroundColor: item.color }, "aria-hidden": "true" }), h("span", { class: "sd-calendar__legend-label" }, item.label))))),
|
|
191
191
|
]));
|
|
192
192
|
}
|
|
193
193
|
static get is() { return "sd-calendar"; }
|
|
@@ -49,7 +49,7 @@ export class SdCallout {
|
|
|
49
49
|
}
|
|
50
50
|
render() {
|
|
51
51
|
const showTitle = this.type === 'danger';
|
|
52
|
-
return (h("div", { key: '
|
|
52
|
+
return (h("div", { key: '7fc363dc8a8621220cdf966af89a5aa8a55f4941', class: "sd-callout", style: this.calloutStyle, role: "note" }, showTitle && this.renderTitle(), h("div", { key: '69f8d46fc2e9c3f77c992fef98164c19f027b1f1', class: "sd-callout__body" }, this.renderBody())));
|
|
53
53
|
}
|
|
54
54
|
static get is() { return "sd-callout"; }
|
|
55
55
|
static get originalStyleUrls() {
|
|
@@ -3,7 +3,7 @@ export class SdCard {
|
|
|
3
3
|
bordered = false;
|
|
4
4
|
sdClass = '';
|
|
5
5
|
render() {
|
|
6
|
-
return (h(Fragment, { key: '
|
|
6
|
+
return (h(Fragment, { key: 'bf7511e8d9fccc98adf963ae20f59710bb0d00f3' }, h("div", { key: '729a6053062c3959ee1e9561f5673c8a75a4dc9d', class: `sd-card ${this.bordered ? 'sd-card--bordered' : ''} ${this.sdClass}` }, h("slot", { key: '11ec4fa43f694901a85879ec04e146ace90be435' }))));
|
|
7
7
|
}
|
|
8
8
|
static get is() { return "sd-card"; }
|
|
9
9
|
static get originalStyleUrls() {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
sd-chip {
|
|
2
2
|
display: inline-flex;
|
|
3
3
|
width: fit-content;
|
|
4
|
+
max-width: 100%;
|
|
4
5
|
height: fit-content;
|
|
5
6
|
}
|
|
6
7
|
sd-chip .sd-chip {
|
|
@@ -8,6 +9,7 @@ sd-chip .sd-chip {
|
|
|
8
9
|
align-items: center;
|
|
9
10
|
justify-content: center;
|
|
10
11
|
gap: var(--sd-chip-gap);
|
|
12
|
+
max-width: 100%;
|
|
11
13
|
height: var(--sd-chip-height);
|
|
12
14
|
padding: 0 var(--sd-chip-padding-x);
|
|
13
15
|
border-radius: var(--sd-chip-radius);
|
|
@@ -20,6 +22,7 @@ sd-chip .sd-chip {
|
|
|
20
22
|
line-height: var(--sd-chip-line-height);
|
|
21
23
|
box-sizing: border-box;
|
|
22
24
|
white-space: nowrap;
|
|
25
|
+
overflow: hidden;
|
|
23
26
|
-webkit-user-select: none;
|
|
24
27
|
user-select: none;
|
|
25
28
|
}
|
|
@@ -34,6 +37,8 @@ sd-chip .sd-chip__label {
|
|
|
34
37
|
display: inline-flex;
|
|
35
38
|
align-items: center;
|
|
36
39
|
min-width: 0;
|
|
40
|
+
overflow: hidden;
|
|
41
|
+
text-overflow: ellipsis;
|
|
37
42
|
}
|
|
38
43
|
sd-chip .sd-chip__input {
|
|
39
44
|
display: inline-block;
|
|
@@ -126,10 +126,12 @@ export class SdChip {
|
|
|
126
126
|
handleInputKeyDown = (event) => {
|
|
127
127
|
if (event.key === 'Enter') {
|
|
128
128
|
event.preventDefault();
|
|
129
|
+
event.stopPropagation();
|
|
129
130
|
this.commitEdit();
|
|
130
131
|
}
|
|
131
132
|
else if (event.key === 'Escape') {
|
|
132
133
|
event.preventDefault();
|
|
134
|
+
event.stopPropagation();
|
|
133
135
|
this.cancelEdit();
|
|
134
136
|
}
|
|
135
137
|
};
|
|
@@ -190,22 +192,22 @@ export class SdChip {
|
|
|
190
192
|
}
|
|
191
193
|
render() {
|
|
192
194
|
const state = this.resolveState();
|
|
193
|
-
const typography =
|
|
195
|
+
const typography = CHIP_TYPOGRAPHY.default;
|
|
194
196
|
const cssVars = {
|
|
195
197
|
'--sd-chip-height': CHIP_LAYOUT.height,
|
|
196
198
|
'--sd-chip-padding-x': CHIP_LAYOUT.paddingX,
|
|
197
199
|
'--sd-chip-gap': CHIP_LAYOUT.gap,
|
|
198
200
|
'--sd-chip-radius': CHIP_LAYOUT.radius,
|
|
199
201
|
'--sd-chip-border-width': CHIP_LAYOUT.borderWidth,
|
|
200
|
-
'--sd-chip-bg': CHIP_COLORS.bg
|
|
201
|
-
'--sd-chip-content': CHIP_COLORS.content
|
|
202
|
-
'--sd-chip-border-color':
|
|
202
|
+
'--sd-chip-bg': state === 'error' ? CHIP_COLORS.bg.error : CHIP_COLORS.bg.default,
|
|
203
|
+
'--sd-chip-content': state === 'error' ? CHIP_COLORS.content.error : CHIP_COLORS.content.default,
|
|
204
|
+
'--sd-chip-border-color': 'transparent',
|
|
203
205
|
'--sd-chip-font-family': typography.fontFamily,
|
|
204
206
|
'--sd-chip-font-size': typography.fontSize,
|
|
205
207
|
'--sd-chip-font-weight': typography.fontWeight,
|
|
206
208
|
'--sd-chip-line-height': typography.lineHeight,
|
|
207
209
|
};
|
|
208
|
-
return (h("span", { key: '
|
|
210
|
+
return (h("span", { key: 'e1c1386f3143f4830256784853c1d931706a6beb', class: {
|
|
209
211
|
'sd-chip': true,
|
|
210
212
|
[`sd-chip--${state}`]: true,
|
|
211
213
|
'sd-chip--disabled': this.disabled,
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import chipInputTokens from "../../tokens/generated/component.chipInput.json";
|
|
2
|
+
const sm = chipInputTokens.chipInput.sm;
|
|
3
|
+
const md = chipInputTokens.chipInput.md;
|
|
4
|
+
export const CHIP_INPUT_SIZE_MAP = {
|
|
5
|
+
sm: {
|
|
6
|
+
minHeight: sm.minHeight,
|
|
7
|
+
paddingX: sm.paddingX,
|
|
8
|
+
paddingY: sm.paddingY,
|
|
9
|
+
radius: sm.radius,
|
|
10
|
+
fontSize: sm.typography.fontSize,
|
|
11
|
+
lineHeight: sm.typography.lineHeight,
|
|
12
|
+
fontWeight: sm.typography.fontWeight,
|
|
13
|
+
fontFamily: sm.typography.fontFamily,
|
|
14
|
+
},
|
|
15
|
+
md: {
|
|
16
|
+
minHeight: md.minHeight,
|
|
17
|
+
paddingX: md.paddingX,
|
|
18
|
+
paddingY: md.paddingY,
|
|
19
|
+
radius: md.radius,
|
|
20
|
+
fontSize: md.typography.fontSize,
|
|
21
|
+
lineHeight: md.typography.lineHeight,
|
|
22
|
+
fontWeight: md.typography.fontWeight,
|
|
23
|
+
fontFamily: md.typography.fontFamily,
|
|
24
|
+
},
|
|
25
|
+
};
|
|
26
|
+
export const CHIP_INPUT_COLORS = {
|
|
27
|
+
border: {
|
|
28
|
+
default: chipInputTokens.chipInput.border.default,
|
|
29
|
+
focus: chipInputTokens.chipInput.border.focus,
|
|
30
|
+
disabled: chipInputTokens.chipInput.border.disabled,
|
|
31
|
+
},
|
|
32
|
+
bg: {
|
|
33
|
+
default: chipInputTokens.chipInput.bg.default,
|
|
34
|
+
disabled: chipInputTokens.chipInput.bg.disabled,
|
|
35
|
+
},
|
|
36
|
+
text: {
|
|
37
|
+
placeholder: chipInputTokens.chipInput.text.placeholder,
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
export const CHIP_INPUT_LAYOUT = {
|
|
41
|
+
borderWidth: `${chipInputTokens.chipInput.borderWidth}px`,
|
|
42
|
+
chipGap: `${chipInputTokens.chipInput.chip.gap}px`,
|
|
43
|
+
};
|
|
44
|
+
export const CHIP_INPUT_RESET = {
|
|
45
|
+
dividerColor: '#E1E1E1', // TODO: 토큰 반영 후 교체
|
|
46
|
+
iconColor: '#888888', // TODO: 토큰 반영 후 교체 (grey_65)
|
|
47
|
+
labelColor: '#555555', // TODO: 토큰 반영 후 교체 (grey_70)
|
|
48
|
+
};
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
sd-chip-input {
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
}
|
|
4
|
+
sd-chip-input .sd-chip-input {
|
|
5
|
+
position: relative;
|
|
6
|
+
width: 100%;
|
|
7
|
+
min-height: var(--sd-chip-input-min-height);
|
|
8
|
+
display: flex;
|
|
9
|
+
flex-flow: row wrap;
|
|
10
|
+
align-items: center;
|
|
11
|
+
gap: var(--sd-chip-input-chip-gap);
|
|
12
|
+
padding: var(--sd-chip-input-padding-y) var(--sd-chip-input-padding-x);
|
|
13
|
+
cursor: text;
|
|
14
|
+
}
|
|
15
|
+
sd-chip-input .sd-chip-input__reset {
|
|
16
|
+
display: inline-flex;
|
|
17
|
+
align-items: center;
|
|
18
|
+
gap: var(--sd-chip-input-reset-gap);
|
|
19
|
+
flex-shrink: 0;
|
|
20
|
+
}
|
|
21
|
+
sd-chip-input .sd-chip-input__divider {
|
|
22
|
+
display: inline-block;
|
|
23
|
+
width: 1px;
|
|
24
|
+
height: 12px;
|
|
25
|
+
background-color: var(--sd-chip-input-divider-color);
|
|
26
|
+
flex-shrink: 0;
|
|
27
|
+
}
|
|
28
|
+
sd-chip-input .sd-chip-input__field {
|
|
29
|
+
flex: 0 0 auto;
|
|
30
|
+
display: inline-grid;
|
|
31
|
+
grid-template-columns: minmax(0, max-content);
|
|
32
|
+
align-items: center;
|
|
33
|
+
min-width: 1ch;
|
|
34
|
+
max-width: 100%;
|
|
35
|
+
height: var(--sd-chip-input-field-height);
|
|
36
|
+
box-sizing: border-box;
|
|
37
|
+
padding: 0;
|
|
38
|
+
border: none;
|
|
39
|
+
border-radius: 0;
|
|
40
|
+
background: transparent;
|
|
41
|
+
overflow: hidden;
|
|
42
|
+
}
|
|
43
|
+
sd-chip-input .sd-chip-input__field::after {
|
|
44
|
+
content: attr(data-value);
|
|
45
|
+
grid-area: 1/1;
|
|
46
|
+
visibility: hidden;
|
|
47
|
+
white-space: pre;
|
|
48
|
+
font-size: var(--sd-chip-input-field-font-size);
|
|
49
|
+
line-height: var(--sd-chip-input-field-line-height);
|
|
50
|
+
font-weight: var(--sd-chip-input-field-font-weight);
|
|
51
|
+
font-family: var(--sd-chip-input-field-font-family);
|
|
52
|
+
}
|
|
53
|
+
sd-chip-input .sd-chip-input__field--filled {
|
|
54
|
+
padding: 0 var(--sd-chip-input-field-padding-x);
|
|
55
|
+
border: var(--sd-chip-input-field-border-width) solid var(--sd-chip-input-field-border-color);
|
|
56
|
+
border-radius: var(--sd-chip-input-field-radius);
|
|
57
|
+
background: var(--sd-chip-input-field-bg);
|
|
58
|
+
}
|
|
59
|
+
sd-chip-input .sd-chip-input__field--empty {
|
|
60
|
+
position: absolute;
|
|
61
|
+
top: 0;
|
|
62
|
+
left: 0;
|
|
63
|
+
width: 0;
|
|
64
|
+
height: 0;
|
|
65
|
+
min-width: 0;
|
|
66
|
+
overflow: hidden;
|
|
67
|
+
}
|
|
68
|
+
sd-chip-input .sd-chip-input__input {
|
|
69
|
+
grid-area: 1/1;
|
|
70
|
+
width: 100%;
|
|
71
|
+
min-width: 1ch;
|
|
72
|
+
height: var(--sd-chip-input-field-height);
|
|
73
|
+
margin: 0;
|
|
74
|
+
padding: 0;
|
|
75
|
+
border: none;
|
|
76
|
+
outline: none;
|
|
77
|
+
overflow: hidden;
|
|
78
|
+
text-overflow: ellipsis;
|
|
79
|
+
background: transparent;
|
|
80
|
+
font-size: var(--sd-chip-input-field-font-size);
|
|
81
|
+
line-height: var(--sd-chip-input-field-line-height);
|
|
82
|
+
font-weight: var(--sd-chip-input-field-font-weight);
|
|
83
|
+
font-family: var(--sd-chip-input-field-font-family);
|
|
84
|
+
color: var(--sd-chip-input-field-content);
|
|
85
|
+
}
|
|
86
|
+
sd-chip-input .sd-chip-input__input[disabled] {
|
|
87
|
+
cursor: not-allowed;
|
|
88
|
+
pointer-events: none;
|
|
89
|
+
}
|
|
90
|
+
sd-chip-input .sd-chip-input__input::placeholder {
|
|
91
|
+
color: var(--sd-chip-input-placeholder-color);
|
|
92
|
+
}
|