@stihl-design-system/components 1.0.0-RC.1 → 1.0.0-RC.11
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/Klarna.svg +1 -0
- package/Mastercard.svg +2 -0
- package/Notification-additional-information.jpeg +0 -0
- package/Notification-confirm-error.jpg +0 -0
- package/Notification-confirm-warn.jpeg +0 -0
- package/Notification-overview.jpeg +0 -0
- package/Notification-success.jpeg +0 -0
- package/PayPal.svg +2 -0
- package/Placeholder.svg +1 -0
- package/README.md +1 -10
- package/Visa.svg +2 -0
- package/accordion.CEKQh-7i.js +10 -0
- package/accordion.d.ts +2 -0
- package/arialiveregions.BKpxxK7O.js +27 -0
- package/arialiveregions.d.ts +2 -0
- package/assets/Accordion.DMEFgtQm.css +1 -0
- package/assets/CheckboxGroup.Bz3_xkZU.css +1 -0
- package/assets/Chip.D10_7Q82.css +1 -0
- package/assets/CustomReactSelect.D5XKd9vg.css +1 -0
- package/assets/Dialog.B0pucIEI.css +1 -0
- package/assets/Drawer.CATBzfY7.css +1 -0
- package/assets/Fieldset.CwDhKRUL.css +1 -0
- package/assets/Icon.Duy_0R8w.css +1 -0
- package/assets/InputPassword.DOAAzj-O.css +1 -0
- package/assets/InputSearch.CxPYaQGZ.css +1 -0
- package/assets/InputStepper.CYYJUu0b.css +1 -0
- package/assets/Notification.mhVFeSGm.css +1 -0
- package/assets/Select.DZKpHV4G.css +1 -0
- package/assets/Textarea.Cp0b7oZp.css +1 -0
- package/assets/Toast.Cz6wYaBv.css +1 -0
- package/assets/arialiveregions.GsGx2USO.css +1 -0
- package/assets/asterisk.DlJ4YtSZ.css +1 -0
- package/assets/button.C9_ejpGG.css +1 -0
- package/assets/buttonround.DTCqRP-0.css +1 -0
- package/assets/checkbox.K4CVYK9g.css +1 -0
- package/assets/chipgroup.BMovtKTy.css +1 -0
- package/assets/flag.DX_lH1v7.css +1 -0
- package/assets/floatingactionbutton.Do-yEH6c.css +1 -0
- package/assets/heading.6bER-Eac.css +1 -0
- package/assets/input.Q5oKkmW2.css +1 -0
- package/assets/link.DhZqkLMP.css +1 -0
- package/assets/linkstandalone.Dwz-_O8q.css +1 -0
- package/assets/logo.pETQEsvZ.css +1 -0
- package/assets/optioncheckbox.C62HtIj5.css +1 -0
- package/assets/radio.-Xxx5wL4.css +1 -0
- package/assets/skiptocontent.CHcqLS7S.css +1 -0
- package/assets/spinner.D_Nnf1ZG.css +1 -0
- package/assets/switch.C1Ei0-z8.css +1 -0
- package/assets/systemfeedback.Sq0bAIyf.css +1 -0
- package/assets/text.DxKFcfY6.css +1 -0
- package/assets/title.f74Bosn-.css +1 -0
- package/asterisk.DDn-yX4P.js +8 -0
- package/asterisk.d.ts +1 -0
- package/button.C5opEJ6x.js +135 -0
- package/button.d.ts +1 -0
- package/buttonround.CUoqRyy0.js +118 -0
- package/buttonround.d.ts +1 -0
- package/checkbox.DETR3e3X.js +112 -0
- package/checkbox.d.ts +1 -0
- package/checkboxgroup.BqD5IV51.js +8 -0
- package/checkboxgroup.d.ts +1 -0
- package/chip.B92ew-hk.js +10 -0
- package/chip.d.ts +2 -0
- package/chipgroup.BJrqEfvr.js +175 -0
- package/chipgroup.d.ts +2 -0
- package/chunks/360.CfjUtgxq.js +10 -0
- package/chunks/Accordion.DFwFN8mX.js +125 -0
- package/chunks/AriaLiveRegions.utils.BGSZafnS.js +34 -0
- package/chunks/CheckboxGroup.M3jOjhNf.js +92 -0
- package/chunks/Chip.fMG8wi5K.js +142 -0
- package/chunks/CustomReactSelect.D3jv5-fa.js +3598 -0
- package/chunks/Dialog.Fwr6vLiK.js +148 -0
- package/chunks/Drawer.CKoYzQHd.js +154 -0
- package/chunks/Fieldset.C9K8BYmH.js +99 -0
- package/chunks/Icon.C2o2seDb.js +223 -0
- package/chunks/{Input.utils.f8f3286f.js → Input.utils.ChV6RJsh.js} +24 -17
- package/chunks/InputPassword.C7pNeWGx.js +143 -0
- package/{inputsearch.6e913fc6.js → chunks/InputSearch.B24rcIJ_.js} +70 -66
- package/chunks/InputStepper.CEW-bieQ.js +294 -0
- package/chunks/Notification.BXVN7_Fs.js +93 -0
- package/chunks/RadioGroup.D4UOflwr.js +137 -0
- package/chunks/Select.Ds86q4UC.js +194 -0
- package/chunks/Textarea.DcB8hKnO.js +198 -0
- package/chunks/Toast.DrzxdzVW.js +89 -0
- package/chunks/academic-cap.OBigTQQS.js +10 -0
- package/chunks/alarm-clock.CpK-AEZG.js +10 -0
- package/chunks/arrow-clockwise.BefOjGPg.js +10 -0
- package/chunks/arrow-counterclockwise.C7Ov32BZ.js +10 -0
- package/chunks/arrow-down-line.RDD2pRZY.js +10 -0
- package/chunks/arrow-down.XpokLh98.js +10 -0
- package/chunks/arrow-edge.CPA93M81.js +10 -0
- package/chunks/arrow-left.C8NG5I2X.js +10 -0
- package/chunks/arrow-out.CsHHHYN9.js +10 -0
- package/chunks/arrow-outline-left.Bhw_LzfV.js +10 -0
- package/chunks/arrow-right.HNwAz18h.js +10 -0
- package/chunks/arrow-up-arrow-down.BVyuVJP5.js +10 -0
- package/chunks/arrow-up.Ca1GnLaY.js +10 -0
- package/chunks/at.BNfdp4M0.js +10 -0
- package/chunks/barcode-scanner.D0olxB_m.js +10 -0
- package/chunks/battery.YCg9lYqC.js +10 -0
- package/chunks/bell.DbPxCAUM.js +10 -0
- package/chunks/bin-open.DsjIBW00.js +10 -0
- package/chunks/bin.ktpYUJmK.js +10 -0
- package/chunks/bluetooth.dW5tTwby.js +10 -0
- package/chunks/bookmark.B7Mbr-d6.js +10 -0
- package/chunks/burger.DLP81BXa.js +10 -0
- package/chunks/calendar.Cig7yG7m.js +10 -0
- package/chunks/camera.BoCB0Emp.js +10 -0
- package/chunks/cart-check.CYH0vTB8.js +10 -0
- package/chunks/cart-plus.DzXXFMZj.js +10 -0
- package/chunks/cart.CoEwMABr.js +10 -0
- package/chunks/catalog.CwV-J6Kb.js +10 -0
- package/chunks/certificate.Crs4RohK.js +10 -0
- package/chunks/chain-link.BMV2WV6k.js +10 -0
- package/chunks/chainsaw.CI1EYF7a.js +10 -0
- package/chunks/check.CuZKWgYj.js +10 -0
- package/chunks/chevron-down.5UkGOwK_.js +10 -0
- package/chunks/chevron-left.DRFQ-efY.js +10 -0
- package/chunks/chevron-line-left.SQvDJQ1t.js +10 -0
- package/chunks/chevron-line-right.CYQ3b2cQ.js +10 -0
- package/chunks/chevron-right.B_Ew9QUt.js +10 -0
- package/chunks/chevron-up.DqETUWqG.js +10 -0
- package/chunks/circle-check-colored.Bye_GwLy.js +10 -0
- package/chunks/circle-check-inverted.Cc2cUmWT.js +10 -0
- package/chunks/circle-info-colored.D2pp54gf.js +10 -0
- package/chunks/circle-info-inverted.D8Z0vTmu.js +10 -0
- package/chunks/circle-pause.DaRfXOff.js +10 -0
- package/chunks/circle-stroke.CWu_o3Gx.js +10 -0
- package/chunks/circle.471EUzv6.js +10 -0
- package/chunks/clock.Bw5ICIVH.js +10 -0
- package/chunks/coffee-cup.DIijzKx_.js +10 -0
- package/chunks/compare.BgktBbYD.js +10 -0
- package/chunks/connected-box-mobile.DboMCVxp.js +10 -0
- package/chunks/connected-box-stationary.CAPCPQ1d.js +10 -0
- package/chunks/connected-box.DVqJw-ws.js +10 -0
- package/chunks/cross.rEw3TuHs.js +10 -0
- package/chunks/diamond-exclamationmark-colored.WNKYwZ8q.js +10 -0
- package/chunks/diamond-exclamationmark-inverted.DzAIb8Nt.js +10 -0
- package/chunks/diamond.CXZHFpPC.js +10 -0
- package/chunks/diskette._0C2VZ9v.js +10 -0
- package/chunks/distance.FA6pTjcW.js +10 -0
- package/chunks/dots-connected.ZMYjHeNS.js +10 -0
- package/chunks/{download-complete.0b84a7cc.js → download-complete.CZVpzrvY.js} +3 -4
- package/chunks/envelope-open.CA4cE5lk.js +10 -0
- package/chunks/envelope.re-RxZVw.js +10 -0
- package/chunks/exclamationmark.DEbIGqGC.js +10 -0
- package/chunks/exit.Cgb8AB-k.js +10 -0
- package/chunks/eye-closed.CvqozUwK.js +10 -0
- package/chunks/eye.CRQMKZs4.js +10 -0
- package/chunks/{triangle.bff84ddf.js → facebook.CVcxa0rV.js} +2 -3
- package/chunks/filter.DrPSKpaG.js +10 -0
- package/chunks/finger-double-arrow.DDUZoPh8.js +10 -0
- package/chunks/flash.CgJJ1bUx.js +10 -0
- package/chunks/fullscreen.Be2rBj1i.js +10 -0
- package/chunks/gear.DEltGVSA.js +10 -0
- package/chunks/globe.DG6uw6fi.js +10 -0
- package/chunks/grid.DH1impeF.js +10 -0
- package/chunks/guidance.BBYB3JpW.js +10 -0
- package/chunks/haircross.D-whkit9.js +10 -0
- package/chunks/hanger.Bo8qtNo5.js +10 -0
- package/chunks/has-document.r9i9TxKV.js +5 -0
- package/chunks/headphones.DjWXOuJJ.js +10 -0
- package/chunks/heart.D-BnHMb-.js +10 -0
- package/chunks/hexagon-arrow-clockwise.D0eeDQQx.js +10 -0
- package/chunks/horizontal-ellipsis.ChdN6RnG.js +10 -0
- package/chunks/house.BohpDQ3q.js +10 -0
- package/chunks/imow.Dh1oMqcW.js +10 -0
- package/chunks/info.BZVg9FLA.js +10 -0
- package/chunks/instagram.CIlKb7xj.js +10 -0
- package/chunks/{jsx-runtime.5c071667.js → jsx-runtime.C115EyI4.js} +259 -256
- package/chunks/leave-fullscreen.BC5iwDur.js +10 -0
- package/chunks/lightbulb.DQ7TiRsr.js +10 -0
- package/chunks/linkedin.br5zvxco.js +10 -0
- package/chunks/list-three-rows.Cso4ybs8.js +10 -0
- package/chunks/list-two-rows.DOsZEv0-.js +10 -0
- package/chunks/loading-spinner.BukfMaU6.js +10 -0
- package/chunks/lock.Dw_GOpTn.js +10 -0
- package/chunks/magnifying-glass-minus.BYztw2P1.js +10 -0
- package/chunks/magnifying-glass-plus.BTgviDVh.js +10 -0
- package/chunks/magnifying-glass.C8DfRaIO.js +10 -0
- package/chunks/map.CXgG1iGz.js +10 -0
- package/chunks/minus.BkhCuIH4.js +10 -0
- package/chunks/mobile.C1Kj9VnC.js +10 -0
- package/chunks/nine-squares.DVsNAOzz.js +10 -0
- package/chunks/note-check.CM_kmt0M.js +10 -0
- package/chunks/note-plus.Bkn78EyA.js +10 -0
- package/chunks/note.CE0ACLn8.js +10 -0
- package/chunks/number-input.BLhoh5mh.js +10 -0
- package/chunks/paperclip.BMerX4rj.js +10 -0
- package/chunks/parcel.Ve9GL_EG.js +10 -0
- package/chunks/pause.B91Ejn-O.js +10 -0
- package/chunks/pdf.9kZbElrZ.js +10 -0
- package/chunks/pen.CvKw2PvE.js +10 -0
- package/chunks/percent.BlB6rG-B.js +10 -0
- package/chunks/petrol.Du6qAgp0.js +10 -0
- package/chunks/phone.DzdXfmNC.js +10 -0
- package/chunks/pin-s.DXgYuN9C.js +10 -0
- package/chunks/pin.DZfZr4El.js +10 -0
- package/chunks/pinterest.sUPAub_q.js +10 -0
- package/chunks/placeholder.Dbb0hT5R.js +10 -0
- package/chunks/play.BDiY2JrT.js +10 -0
- package/chunks/plug.DZozve4C.js +10 -0
- package/chunks/plus.zdu17kAe.js +10 -0
- package/chunks/printer.CaFaWfeS.js +10 -0
- package/chunks/prohibition-sign.DUFn0QiV.js +10 -0
- package/chunks/questionmark.QyDxanQy.js +10 -0
- package/chunks/security.DkLw5ym4.js +10 -0
- package/chunks/share.C3wwEl8n.js +10 -0
- package/chunks/shirt.BC8W-yCI.js +10 -0
- package/chunks/shop.DdPV35mK.js +10 -0
- package/chunks/sound-off.D4kGcehG.js +10 -0
- package/chunks/sound-on.Cynkb0_t.js +10 -0
- package/chunks/speechbubble.87vuoKUp.js +10 -0
- package/chunks/speechbubbles.CSFhpNJn.js +10 -0
- package/chunks/square.D6PgEi_r.js +10 -0
- package/chunks/star-half.DZTtM5Bw.js +10 -0
- package/chunks/star.BkjednvI.js +10 -0
- package/chunks/tag.yO7uMsHj.js +10 -0
- package/chunks/thumbs-down.DeBD6wnK.js +10 -0
- package/chunks/thumbs-up.D-44gexH.js +10 -0
- package/chunks/translate.isa3FHb8.js +11 -0
- package/chunks/triangle-exclamationmark-colored.CbVC3Gzi.js +10 -0
- package/chunks/triangle-exclamationmark-inverted.BiGoK7TV.js +10 -0
- package/chunks/triangle.ibv6NDnt.js +10 -0
- package/chunks/truck.xIk5wW6T.js +10 -0
- package/chunks/two-people-screen.BBLouaW4.js +10 -0
- package/chunks/two-sheets.DWFmuL7N.js +10 -0
- package/chunks/upload.ZImTAIgx.js +10 -0
- package/chunks/user.BMARueuy.js +10 -0
- package/chunks/vertical-ellipsis.Bc9eBsDF.js +10 -0
- package/chunks/wc.gmKE1r5l.js +10 -0
- package/chunks/whatsapp.CPpu-7Nn.js +10 -0
- package/chunks/wifi-1bar.BcEP-r8w.js +10 -0
- package/chunks/wifi-2bars.jDOd4Q3q.js +10 -0
- package/chunks/wifi-off.D9xPqVWn.js +10 -0
- package/chunks/wifi.CuQykF6X.js +10 -0
- package/chunks/wind-rose.C-XcKdy-.js +10 -0
- package/chunks/wrench.DMFV2S9u.js +10 -0
- package/chunks/x.BqbpXd7O.js +10 -0
- package/chunks/xing.CiKYLbPq.js +10 -0
- package/chunks/youtube.DrImaRSP.js +10 -0
- package/combobox.BeTnbG1m.js +47 -0
- package/combobox.d.ts +1 -0
- package/components/Accordion/Accordion.d.ts +39 -0
- package/components/Accordion/Accordion.test.d.ts +1 -0
- package/components/Accordion/Accordion.utils.d.ts +14 -0
- package/components/Accordion/Acordion.utils.test.d.ts +1 -0
- package/components/AriaLiveRegions/AriaLiveRegions.d.ts +4 -0
- package/components/AriaLiveRegions/AriaLiveRegions.utils.d.ts +5 -0
- package/components/AriaLiveRegions/AriaLiveRegions.utils.test.d.ts +1 -0
- package/components/Asterisk/Asterisk.d.ts +0 -1
- package/components/Button/Button.d.ts +32 -17
- package/components/ButtonRound/ButtonRound.d.ts +11 -4
- package/components/Checkbox/Checkbox.d.ts +20 -11
- package/components/CheckboxGroup/CheckboxGroup.d.ts +21 -15
- package/components/CheckboxGroup/CheckboxGroup.utils.d.ts +2 -2
- package/components/ChipGroup/Chip.d.ts +12 -0
- package/components/ChipGroup/ChipGroup.d.ts +42 -0
- package/components/ChipGroup/ChipGroup.test.d.ts +1 -0
- package/components/ChipGroup/ChipGroup.utils.d.ts +60 -0
- package/components/ChipGroup/ChipGroup.utils.test.d.ts +1 -0
- package/components/Combobox/Combobox.d.ts +11 -6
- package/components/Combobox/Combobox.utils.d.ts +9 -3
- package/components/CustomReactSelect/CustomReactSelect.d.ts +38 -26
- package/components/CustomReactSelect/CustomReactSelect.utils.d.ts +2 -14
- package/components/CustomReactSelect/OptionCheckbox.d.ts +1 -1
- package/components/Dialog/Dialog.d.ts +34 -0
- package/components/Dialog/Dialog.test.d.ts +1 -0
- package/components/Dialog/Dialog.utils.d.ts +11 -0
- package/components/Dialog/Dialog.utils.test.d.ts +1 -0
- package/components/Drawer/Drawer.d.ts +39 -0
- package/components/Drawer/Drawer.test.d.ts +1 -0
- package/components/Drawer/Drawer.utils.d.ts +13 -0
- package/components/Drawer/Drawer.utils.test.d.ts +1 -0
- package/components/Fieldset/Fieldset.d.ts +15 -10
- package/components/Fieldset/Fieldset.utils.d.ts +10 -3
- package/components/Flag/Flag.d.ts +23 -0
- package/components/Flag/Flag.test.d.ts +1 -0
- package/components/Flag/Flag.utils.d.ts +2 -0
- package/components/FloatingActionButton/FloatingActionButton.d.ts +6 -2
- package/components/Heading/Heading.d.ts +13 -7
- package/components/Heading/Heading.utils.d.ts +1 -1
- package/components/Icon/Icon.d.ts +14 -8
- package/components/Icon/Icon.utils.d.ts +3 -6
- package/components/Input/Input.d.ts +36 -23
- package/components/Input/Input.utils.d.ts +1 -1
- package/components/InputPassword/InputPassword.d.ts +34 -17
- package/components/InputPassword/InputPassword.utils.d.ts +1 -1
- package/components/InputSearch/InputSearch.d.ts +33 -18
- package/components/InputSearch/InputSearch.utils.d.ts +1 -1
- package/components/InputStepper/InputStepper.d.ts +46 -23
- package/components/InputStepper/InputStepper.utils.d.ts +1 -1
- package/components/Link/Link.d.ts +32 -20
- package/components/LinkStandalone/LinkStandalone.d.ts +7 -6
- package/components/Logo/Logo.d.ts +17 -9
- package/components/Logo/Logo.utils.d.ts +2 -1
- package/components/Notification/Notification.d.ts +35 -0
- package/components/Notification/Notification.test.d.ts +1 -0
- package/components/Notification/Notification.utils.d.ts +4 -0
- package/components/Radio/Radio.d.ts +30 -13
- package/components/RadioGroup/RadioGroup.d.ts +33 -24
- package/components/RadioGroup/RadioGroup.utils.d.ts +7 -5
- package/components/RadioGroup/RadioGroup.utils.test.d.ts +1 -0
- package/components/Select/Select.d.ts +25 -14
- package/components/Select/Select.utils.d.ts +3 -3
- package/components/SkipToContent/SkipToContent.d.ts +17 -0
- package/components/SkipToContent/SkipToContent.test.d.ts +1 -0
- package/components/Spinner/Spinner.d.ts +10 -6
- package/components/Switch/Switch.d.ts +22 -12
- package/components/SystemFeedback/SystemFeedback.d.ts +4 -4
- package/components/Text/Text.d.ts +16 -8
- package/components/Textarea/Textarea.d.ts +34 -17
- package/components/Textarea/Textarea.utils.d.ts +1 -1
- package/components/Title/Title.d.ts +13 -7
- package/components/Toast/Toast.d.ts +27 -0
- package/components/Toast/Toast.utils.d.ts +14 -0
- package/components/Toast/ToastManager.d.ts +9 -0
- package/components/Toast/ToastManager.test.d.ts +1 -0
- package/components/Toast/ToastManager.utils.d.ts +2 -0
- package/components/Toast/ToastManager.utils.test.d.ts +1 -0
- package/customreactselect.d.ts +1 -0
- package/customreactselect.lYJhIeyx.js +13 -0
- package/dialog.d.ts +2 -0
- package/dialog.lGwNQU91.js +9 -0
- package/drawer.DNi5m8wP.js +9 -0
- package/drawer.d.ts +2 -0
- package/fieldset.BqiAjeax.js +11 -0
- package/fieldset.d.ts +1 -0
- package/flag.XJHHSP38.js +43 -0
- package/flag.d.ts +2 -0
- package/floatingactionbutton.CMpkTdhX.js +87 -0
- package/floatingactionbutton.d.ts +1 -0
- package/heading.CAkraI2D.js +50 -0
- package/heading.d.ts +1 -0
- package/icon.BoMgOmC1.js +8 -0
- package/icon.d.ts +1 -0
- package/index.d.ts +36 -0
- package/index.es.js +178 -46
- package/input.d.ts +1 -0
- package/input.v7qB7wPJ.js +239 -0
- package/inputpassword.CSjh1GU7.js +12 -0
- package/inputpassword.d.ts +1 -0
- package/inputsearch.DyznOWLK.js +13 -0
- package/inputsearch.d.ts +1 -0
- package/inputstepper.3BLb7s0P.js +13 -0
- package/inputstepper.d.ts +1 -0
- package/link.Clk5_BYp.js +116 -0
- package/link.d.ts +1 -0
- package/linkstandalone.BXERmqdN.js +80 -0
- package/linkstandalone.d.ts +1 -0
- package/{logo.e6576fe3.js → logo.CEO6OV7u.js} +31 -34
- package/logo.d.ts +1 -0
- package/notification.0kX1GMaB.js +9 -0
- package/notification.d.ts +2 -0
- package/optioncheckbox.BPN3f6l_.js +43 -0
- package/optioncheckbox.d.ts +1 -0
- package/package.json +64 -53
- package/partials/connected-apple-icon.png +0 -0
- package/partials/connected-favicon.ico +0 -0
- package/partials/connected-icon-192.png +0 -0
- package/partials/connected-icon-512.png +0 -0
- package/partials/connected-icon.svg +1 -0
- package/partials/copyAssets.js +25 -13
- package/partials/imow-apple-icon.png +0 -0
- package/partials/imow-favicon.ico +0 -0
- package/partials/imow-icon-192.png +0 -0
- package/partials/imow-icon-512.png +0 -0
- package/partials/imow-icon.svg +1 -0
- package/partials/index.js +896 -916
- package/partials/lib/partials.d.ts +1 -2
- package/partials/mystihl-apple-icon.png +0 -0
- package/partials/mystihl-favicon.ico +0 -0
- package/partials/mystihl-icon-192.png +0 -0
- package/partials/mystihl-icon-512.png +0 -0
- package/partials/mystihl-icon.svg +1 -0
- package/radio.DTZNJzMU.js +115 -0
- package/radio.d.ts +1 -0
- package/radiogroup.SYkZm2DG.js +10 -0
- package/radiogroup.d.ts +1 -0
- package/select.CYbwR3RW.js +12 -0
- package/select.d.ts +1 -0
- package/skiptocontent.DUQWopO4.js +46 -0
- package/skiptocontent.d.ts +2 -0
- package/spinner.D-xrotcu.js +58 -0
- package/spinner.d.ts +1 -0
- package/styles/fonts/STIHLContrafaceDigitalTextDemi.woff +0 -0
- package/styles/fonts/STIHLContrafaceDigitalTextDemi.woff2 +0 -0
- package/styles/fonts/font-face.min.css +1 -1
- package/styles/scss/_index.scss +3 -0
- package/styles/scss/lib/_animation.scss +20 -5
- package/styles/scss/lib/_breakpoints.scss +0 -1
- package/styles/scss/lib/_container-query.scss +3 -3
- package/styles/scss/lib/_focus.scss +2 -1
- package/styles/scss/lib/_grid-extended.scss +2 -2
- package/styles/scss/lib/_grid-narrow.scss +2 -0
- package/styles/scss/lib/_grid-sidebar-sidebar.scss +4 -2
- package/styles/scss/lib/_grid-sidebar.scss +35 -45
- package/styles/scss/lib/_grid.scss +15 -13
- package/styles/scss/lib/_heading.scss +61 -7
- package/styles/scss/lib/_helpers.scss +12 -0
- package/styles/scss/lib/_high-contrast.scss +24 -0
- package/styles/scss/lib/_link.scss +65 -91
- package/styles/scss/lib/_media-query.scss +3 -3
- package/styles/scss/lib/_shadow.scss +10 -0
- package/styles/scss/lib/_spacing-dynamic.scss +61 -0
- package/styles/scss/lib/_spacing.scss +14 -0
- package/styles/scss/lib/_text.scss +60 -13
- package/styles/scss/lib/_theme.scss +9 -7
- package/styles/scss/lib/_transition.scss +26 -7
- package/switch.CoNnIhM4.js +65 -0
- package/switch.d.ts +1 -0
- package/systemfeedback.ZzRUAVYX.js +25 -0
- package/systemfeedback.d.ts +1 -0
- package/text.d.ts +1 -0
- package/text.fMcHzVbH.js +57 -0
- package/textarea.DJc527nX.js +12 -0
- package/textarea.d.ts +1 -0
- package/title.LY1ylQsb.js +36 -0
- package/title.d.ts +1 -0
- package/toast.D48GFmp0.js +10 -0
- package/toast.d.ts +2 -0
- package/toastmanager.Dl8-Q3ED.js +119 -0
- package/toastmanager.d.ts +2 -0
- package/types/icon-types.d.ts +1 -1
- package/utils/index.d.ts +3 -0
- package/utils/remove-spaces.d.ts +6 -0
- package/utils/remove-spaces.test.d.ts +1 -0
- package/utils/render-documentation.d.ts +0 -1
- package/utils/translate.d.ts +11 -0
- package/utils/translate.test.d.ts +1 -0
- package/utils/useBreakpoint.d.ts +1 -1
- package/utils/useIsomorphicLayoutEffect.d.ts +25 -0
- package/utils/vitest.setup.d.ts +4 -0
- package/assets/Asterisk.288a3f48.css +0 -1
- package/assets/Button.c09c516e.css +0 -1
- package/assets/ButtonRound.fd628e54.css +0 -1
- package/assets/Checkbox.cde01607.css +0 -1
- package/assets/CustomReactSelect.cdb5f164.css +0 -1
- package/assets/Fieldset.729910fe.css +0 -1
- package/assets/FloatingActionButton.de295f5d.css +0 -1
- package/assets/Heading.50f5e903.css +0 -1
- package/assets/Icon.8890ee9a.css +0 -1
- package/assets/Input.92913cfe.css +0 -1
- package/assets/InputPassword.d7b9c937.css +0 -1
- package/assets/InputSearch.888f630a.css +0 -1
- package/assets/InputStepper.969db0d2.css +0 -1
- package/assets/Link.75834750.css +0 -1
- package/assets/LinkStandalone.19bdab0d.css +0 -1
- package/assets/Logo.09e48e82.css +0 -1
- package/assets/OptionCheckbox.c56568a3.css +0 -1
- package/assets/Radio.79d98dde.css +0 -1
- package/assets/RadioGroup.8b55ee38.css +0 -1
- package/assets/Select.b9c135c2.css +0 -1
- package/assets/Spinner.af45d460.css +0 -1
- package/assets/Switch.781e3de6.css +0 -1
- package/assets/SystemFeedback.c30264c0.css +0 -1
- package/assets/Text.ac70cc84.css +0 -1
- package/assets/Textarea.12046393.css +0 -1
- package/assets/Title.e9e5a7e6.css +0 -1
- package/asterisk.cb74ea72.js +0 -8
- package/button.87ad387c.js +0 -135
- package/buttonround.ecb24c29.js +0 -118
- package/checkbox.42617f46.js +0 -112
- package/checkboxgroup.fa110fdf.js +0 -78
- package/chunks/360.3f3132d9.js +0 -11
- package/chunks/CustomReactSelect.2e4e7ba0.js +0 -5015
- package/chunks/Link.module.15dedc23.js +0 -37
- package/chunks/RadioGroup.module.59ca486a.js +0 -11
- package/chunks/academic-cap.a6849ffc.js +0 -11
- package/chunks/alarm-clock.542230f3.js +0 -11
- package/chunks/arrow-clockwise.0496f663.js +0 -11
- package/chunks/arrow-counterclockwise.635a0130.js +0 -11
- package/chunks/arrow-down-line.0976611e.js +0 -11
- package/chunks/arrow-down.9780d975.js +0 -11
- package/chunks/arrow-edge.3288acdd.js +0 -11
- package/chunks/arrow-left.ace9c808.js +0 -11
- package/chunks/arrow-out.0499f39e.js +0 -11
- package/chunks/arrow-outline-left.efc33275.js +0 -11
- package/chunks/arrow-right.133feef2.js +0 -11
- package/chunks/arrow-up-arrow-down.b612e9b1.js +0 -11
- package/chunks/arrow-up.3be6430a.js +0 -11
- package/chunks/at.6279d12b.js +0 -11
- package/chunks/barcode-scanner.0a4a314d.js +0 -11
- package/chunks/battery.e1249ee1.js +0 -11
- package/chunks/bell.87fe4f0b.js +0 -11
- package/chunks/bin-open.be4290d8.js +0 -11
- package/chunks/bin.b36466f3.js +0 -11
- package/chunks/bluetooth.54b89b90.js +0 -11
- package/chunks/bookmark.4d5ce4c3.js +0 -11
- package/chunks/burger.1301d91e.js +0 -11
- package/chunks/calendar.ba39a664.js +0 -11
- package/chunks/camera.3bed4f3b.js +0 -11
- package/chunks/cart-check.9fb6abdb.js +0 -11
- package/chunks/cart-plus.fd5c4674.js +0 -11
- package/chunks/cart.7516d35c.js +0 -11
- package/chunks/catalog.bd0c7830.js +0 -11
- package/chunks/certificate.1639c28e.js +0 -11
- package/chunks/chain-link.45025ed0.js +0 -11
- package/chunks/chainsaw.56d43a9f.js +0 -11
- package/chunks/check.a08beeae.js +0 -11
- package/chunks/chevron-down.80b0dc85.js +0 -11
- package/chunks/chevron-left.f5feade0.js +0 -11
- package/chunks/chevron-line-left.17b172d1.js +0 -11
- package/chunks/chevron-line-right.7cd234b7.js +0 -11
- package/chunks/chevron-right.259bc1a3.js +0 -11
- package/chunks/chevron-up.d1335850.js +0 -11
- package/chunks/circle-check-colored.98e13ab9.js +0 -11
- package/chunks/circle-check-inverted.db29ab06.js +0 -11
- package/chunks/circle-info-colored.8da47e36.js +0 -11
- package/chunks/circle-info-inverted.0ed118fb.js +0 -11
- package/chunks/circle-pause.55300d1b.js +0 -11
- package/chunks/circle-stroke.203dd7aa.js +0 -11
- package/chunks/circle.33ec82eb.js +0 -11
- package/chunks/clock.3014a102.js +0 -11
- package/chunks/coffee-cup.98d6531f.js +0 -11
- package/chunks/compare.c76b221b.js +0 -11
- package/chunks/connected-box-mobile.9cd742dd.js +0 -11
- package/chunks/connected-box-stationary.191a3ed0.js +0 -11
- package/chunks/connected-box.fe21c39b.js +0 -11
- package/chunks/cross.fe709ee7.js +0 -11
- package/chunks/diamond-exclamationmark-colored.bf3ffccf.js +0 -11
- package/chunks/diamond-exclamationmark-inverted.b5648587.js +0 -11
- package/chunks/diamond.e962c289.js +0 -11
- package/chunks/diskette.04733444.js +0 -11
- package/chunks/distance.9e6b56ff.js +0 -11
- package/chunks/dots-connected.9869fae1.js +0 -11
- package/chunks/envelope-open.3c3fd714.js +0 -11
- package/chunks/envelope.5c9ff834.js +0 -11
- package/chunks/exclamationmark.92afe58f.js +0 -11
- package/chunks/exit.bde46887.js +0 -11
- package/chunks/eye-closed.0b517bb7.js +0 -11
- package/chunks/eye.8f4b311b.js +0 -11
- package/chunks/facebook.4a040606.js +0 -11
- package/chunks/filter.dee66683.js +0 -11
- package/chunks/finger-double-arrow.9cd4c623.js +0 -11
- package/chunks/flash.15646b5e.js +0 -11
- package/chunks/fullscreen.fdd976fe.js +0 -11
- package/chunks/gear.1f5f6fe9.js +0 -11
- package/chunks/globe.7f419498.js +0 -11
- package/chunks/grid.2c1cdc21.js +0 -11
- package/chunks/guidance.63bebf3e.js +0 -11
- package/chunks/haircross.0ac15319.js +0 -11
- package/chunks/hanger.edc848f4.js +0 -11
- package/chunks/headphones.a023699e.js +0 -11
- package/chunks/heart.d4440641.js +0 -11
- package/chunks/hexagon-arrow-clockwise.98e9b555.js +0 -11
- package/chunks/horizontal-ellipsis.84419429.js +0 -11
- package/chunks/house.70059642.js +0 -11
- package/chunks/imow.3374e620.js +0 -11
- package/chunks/info.1787448e.js +0 -11
- package/chunks/instagram.e12dd682.js +0 -11
- package/chunks/leave-fullscreen.def46043.js +0 -11
- package/chunks/lightbulb.b73d3ebf.js +0 -11
- package/chunks/linkedin.ce0c68cb.js +0 -11
- package/chunks/list-three-rows.ef44c7ef.js +0 -11
- package/chunks/list-two-rows.5ed8f1af.js +0 -11
- package/chunks/loading-spinner.8293421e.js +0 -11
- package/chunks/lock.3cbc8ced.js +0 -11
- package/chunks/magnifying-glass-minus.b0f906e5.js +0 -11
- package/chunks/magnifying-glass-plus.6ffc69c5.js +0 -11
- package/chunks/magnifying-glass.c297e41f.js +0 -11
- package/chunks/map.c96b1dcd.js +0 -11
- package/chunks/minus.7f6676e8.js +0 -11
- package/chunks/mobile.416ee5b0.js +0 -11
- package/chunks/nine-squares.34eeb0d4.js +0 -11
- package/chunks/note-check.aaf92ef9.js +0 -11
- package/chunks/note-plus.e7ab1b93.js +0 -11
- package/chunks/note.cc96375c.js +0 -11
- package/chunks/number-input.076fcf63.js +0 -11
- package/chunks/paperclip.e8831256.js +0 -11
- package/chunks/parcel.75534dbd.js +0 -11
- package/chunks/pause.901567cf.js +0 -11
- package/chunks/pdf.92c1781a.js +0 -11
- package/chunks/pen.ecbcb50d.js +0 -11
- package/chunks/percent.4b7fa587.js +0 -11
- package/chunks/petrol.41999bec.js +0 -11
- package/chunks/phone.3c23c041.js +0 -11
- package/chunks/pin-s.a5519070.js +0 -11
- package/chunks/pin.1137362d.js +0 -11
- package/chunks/pinterest.88763b51.js +0 -11
- package/chunks/placeholder.d6fdaf8f.js +0 -11
- package/chunks/play.dd0f1d8c.js +0 -11
- package/chunks/plug.00f114c4.js +0 -11
- package/chunks/plus.42721ebf.js +0 -11
- package/chunks/printer.5bb7ee0d.js +0 -11
- package/chunks/prohibition-sign.af5616b3.js +0 -11
- package/chunks/questionmark.db94a06d.js +0 -11
- package/chunks/security.2be491e3.js +0 -11
- package/chunks/share.ddae7aef.js +0 -11
- package/chunks/shirt.135d58c1.js +0 -11
- package/chunks/shop.f120426b.js +0 -11
- package/chunks/sound-off.c6f5ed43.js +0 -11
- package/chunks/sound-on.212c36bc.js +0 -11
- package/chunks/speechbubble.9428546e.js +0 -11
- package/chunks/speechbubbles.65cb946e.js +0 -11
- package/chunks/square.452f505f.js +0 -11
- package/chunks/star-half.1458bc5b.js +0 -11
- package/chunks/star.fab17456.js +0 -11
- package/chunks/tag.4d730d72.js +0 -11
- package/chunks/thumbs-down.cbf6e4ec.js +0 -11
- package/chunks/thumbs-up.435754e1.js +0 -11
- package/chunks/triangle-exclamationmark-colored.94025893.js +0 -11
- package/chunks/triangle-exclamationmark-inverted.bc4eed15.js +0 -11
- package/chunks/truck.a904d6d3.js +0 -11
- package/chunks/two-people-screen.3e509922.js +0 -11
- package/chunks/two-sheets.d1cfef0f.js +0 -11
- package/chunks/upload.7f1850a3.js +0 -11
- package/chunks/user.bf5b30a5.js +0 -11
- package/chunks/vertical-ellipsis.1cac00e5.js +0 -11
- package/chunks/wc.9d108bd0.js +0 -11
- package/chunks/wifi-1bar.b6fc33aa.js +0 -11
- package/chunks/wifi-2bars.27e9da59.js +0 -11
- package/chunks/wifi-off.e5daf3a9.js +0 -11
- package/chunks/wifi.40bb915d.js +0 -11
- package/chunks/wind-rose.27fa658a.js +0 -11
- package/chunks/wrench.69493ef3.js +0 -11
- package/chunks/x.d9da4202.js +0 -11
- package/chunks/xing.e17c1a24.js +0 -11
- package/chunks/youtube.dbf50787.js +0 -11
- package/combobox.d93091e0.js +0 -45
- package/customreactselect.7c77375a.js +0 -13
- package/fieldset.fdd84bda.js +0 -98
- package/floatingactionbutton.281b5465.js +0 -87
- package/heading.c02dcb70.js +0 -44
- package/icon.b4211784.js +0 -215
- package/input.064e0bbf.js +0 -230
- package/inputpassword.f76c2f62.js +0 -139
- package/inputstepper.2047ec77.js +0 -286
- package/link.5eb13d6e.js +0 -84
- package/linkstandalone.edfd6288.js +0 -80
- package/optioncheckbox.2369560b.js +0 -43
- package/radio.fd841ab0.js +0 -79
- package/radiogroup.e1c8ea3d.js +0 -100
- package/select.88d40c51.js +0 -188
- package/spinner.ee015469.js +0 -58
- package/switch.96fd1689.js +0 -65
- package/systemfeedback.8515a4e0.js +0 -25
- package/text.de8facb9.js +0 -57
- package/textarea.b8c40c8b.js +0 -189
- package/title.7be43d50.js +0 -36
- /package/chunks/{helpers.ea3ca41a.js → helpers.B1JT5ShS.js} +0 -0
- /package/chunks/{index.8021d3e0.js → index.CvOaL64Y.js} +0 -0
- /package/chunks/{useBreakpoint.6c1b06c2.js → useBreakpoint.5xBNDiCf.js} +0 -0
- /package/partials/{apple-icon.png → default-apple-icon.png} +0 -0
- /package/partials/{favicon.ico → default-favicon.ico} +0 -0
- /package/partials/{icon-192.png → default-icon-192.png} +0 -0
- /package/partials/{icon-512.png → default-icon-512.png} +0 -0
- /package/partials/{icon.svg → default-icon.svg} +0 -0
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const c = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: t,
|
|
6
|
+
...a
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M11 16H3V7.7L5.2 0H6c1 0 2 .5 2.7 1.3s1 1.8.8 2.9L9.2 6H16v5c0 2.8-2.2 5-5 5m-6-2h6c1.7 0 3-1.3 3-3V8H6.8l.7-4.2q.15-.75-.3-1.2c-.2-.2-.3-.3-.5-.4L5 8.1z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "M2 8H0v8h2z" }));
|
|
8
|
+
export {
|
|
9
|
+
c as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const c = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: a,
|
|
6
|
+
...t
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": a, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("path", { fill: "#FDC543", d: "M8 0 0 16h16z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "m8.7 11.3.5-4.9H6.8l.5 4.9zm-1.8 2.1c0 .6.5 1.1 1.1 1.1s1.1-.4 1.1-1.1c0-.6-.5-1.1-1.1-1.1s-1.1.5-1.1 1.1", clipRule: "evenodd" }));
|
|
8
|
+
export {
|
|
9
|
+
c as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const n = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: a,
|
|
6
|
+
...t
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": a, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M8 0 0 16h16zm1.2 6.4-.5 4.9H7.3l-.5-4.9zm-2.3 7c0 .6.5 1.1 1.1 1.1s1.1-.4 1.1-1.1c0-.6-.5-1.1-1.1-1.1s-1.1.5-1.1 1.1", clipRule: "evenodd" }));
|
|
8
|
+
export {
|
|
9
|
+
n as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const r = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: t,
|
|
6
|
+
...a
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M0 16h16L7.93 0z" })));
|
|
8
|
+
export {
|
|
9
|
+
r as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const c = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: t,
|
|
6
|
+
...a
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M12 4.7V1.4H0v11.3h1.6c0 1.1.9 2 2 2s2-.9 2-2H11c0 1.1.9 2 2 2s2-.9 2-2h1V6.8zM14 8v2.6h-2V7zM2 3.3v7.2h8V3.3z", clipRule: "evenodd" }));
|
|
8
|
+
export {
|
|
9
|
+
c as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const c = ({
|
|
4
|
+
title: a,
|
|
5
|
+
titleId: l,
|
|
6
|
+
...t
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": l, ...t }, a ? /* @__PURE__ */ e.createElement("title", { id: l }, a) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M0 0h16v8.43l-1.221-.28-.01-.003-.033-.007a24 24 0 0 0-.634-.135 50 50 0 0 0-1.736-.323c-1.411-.237-3.158-.466-4.61-.466-1.45 0-3.07.228-4.352.463a38 38 0 0 0-2.119.454l-.028.008-.006.001L0 8.468zm1.996 5.923a40 40 0 0 1 1.048-.207c1.328-.244 3.086-.496 4.711-.496 1.622 0 3.499.25 4.942.493.488.082.932.164 1.307.237V1.996H1.996z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "M1.917 15.96v-.948a2.72 2.72 0 0 1 2.724-2.725 2.72 2.72 0 0 1 2.725 2.725v.948z" }), /* @__PURE__ */ e.createElement("path", { d: "M6.717 10.2a2.076 2.076 0 1 1-4.152 0 2.076 2.076 0 0 1 4.152 0m1.627 5.76v-.948a2.72 2.72 0 0 1 2.725-2.725 2.72 2.72 0 0 1 2.725 2.725v.948z" }), /* @__PURE__ */ e.createElement("path", { d: "M13.145 10.2a2.076 2.076 0 1 1-4.152 0 2.076 2.076 0 0 1 4.152 0" })));
|
|
8
|
+
export {
|
|
9
|
+
c as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const d = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: t,
|
|
6
|
+
...a
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M5 0h10v12h-3v-2h1V2H7v1H5z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M3 14h6V6H3zm8 2V4H1v12z", clipRule: "evenodd" }));
|
|
8
|
+
export {
|
|
9
|
+
d as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const h = ({
|
|
4
|
+
title: t,
|
|
5
|
+
titleId: l,
|
|
6
|
+
...a
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 17 17", focusable: "false", width: "100%", height: "100%", "aria-labelledby": l, ...a }, t ? /* @__PURE__ */ e.createElement("title", { id: l }, t) : null, /* @__PURE__ */ e.createElement("path", { d: "m13.136 5.745-5-5-5 5 1.5 1.4 2.5-2.6v6.2h2v-6.2l2.5 2.6z" }), /* @__PURE__ */ e.createElement("path", { d: "M4.136 8.745h-4v8h16v-8h-4v2h2v4h-12v-4h2z" }));
|
|
8
|
+
export {
|
|
9
|
+
h as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const s = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: t,
|
|
6
|
+
...a
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M8 8c2.2 0 4-1.8 4-4s-1.8-4-4-4-4 1.8-4 4 1.8 4 4 4m0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { d: "M1 16v-6h14v6h-2v-4H3v4z" }));
|
|
8
|
+
export {
|
|
9
|
+
s as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const s = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: t,
|
|
6
|
+
...a
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M6 2c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2m2 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2M6 8c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2", clipRule: "evenodd" }));
|
|
8
|
+
export {
|
|
9
|
+
s as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const c = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: t,
|
|
6
|
+
...a
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "m4.652 7.399 1.7 3.651c.04.08.09.08.12 0l2.811-6.882h-1.82l-1.21 3.19-1.531-3.32c-.02-.05-.06-.05-.08 0l-1.46 3.32-1.271-3.19H0l2.851 6.882c.03.07.09.07.12 0zM16 9.44l-1.4-.9c-.29.54-.72.94-1.601.94-1.04 0-1.67-.84-1.67-1.911 0-1.07.61-1.9 1.61-1.9.86 0 1.28.41 1.54.81l1.37-.93c-.57-.841-1.47-1.461-2.94-1.461a3.43 3.43 0 0 0-3.441 3.48c0 2.052 1.63 3.492 3.54 3.492 1.381 0 2.322-.49 2.992-1.62" }));
|
|
8
|
+
export {
|
|
9
|
+
c as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const t = ({
|
|
4
|
+
title: a,
|
|
5
|
+
titleId: l,
|
|
6
|
+
...c
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": l, ...c }, a ? /* @__PURE__ */ e.createElement("title", { id: l }, a) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M13.669 2.323A7.94 7.94 0 0 0 8.034 0C3.642 0 .068 3.554.067 7.922c0 1.396.366 2.76 1.063 3.96L0 15.989l4.223-1.101a8 8 0 0 0 3.807.964h.004c4.39 0 7.964-3.554 7.966-7.923a7.85 7.85 0 0 0-2.331-5.604m-5.635 12.19H8.03a6.64 6.64 0 0 1-3.37-.918l-.242-.143-2.506.654.668-2.43-.157-.25a6.54 6.54 0 0 1-1.012-3.504c.001-3.63 2.972-6.584 6.624-6.584 1.769 0 3.431.686 4.682 1.931a6.53 6.53 0 0 1 1.937 4.659c-.002 3.63-2.972 6.584-6.621 6.584m3.632-4.932c-.2-.099-1.178-.578-1.36-.644s-.316-.099-.448.1c-.133.198-.515.644-.63.776-.117.132-.233.148-.432.049-.199-.1-.84-.308-1.6-.982a6 6 0 0 1-1.108-1.372c-.116-.198-.012-.305.087-.404.09-.088.199-.23.299-.346s.132-.199.199-.33c.066-.133.033-.248-.017-.347-.05-.1-.448-1.074-.614-1.47-.161-.386-.326-.334-.447-.34a8 8 0 0 0-.382-.007.73.73 0 0 0-.531.248c-.183.198-.697.677-.697 1.651s.713 1.916.813 2.048 1.404 2.132 3.4 2.99c.475.203.846.325 1.136.416.476.151.91.13 1.253.08.383-.058 1.178-.48 1.344-.942.165-.463.165-.86.116-.942-.05-.082-.183-.132-.382-.23z", clipRule: "evenodd" })));
|
|
8
|
+
export {
|
|
9
|
+
t as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const c = ({
|
|
4
|
+
title: a,
|
|
5
|
+
titleId: t,
|
|
6
|
+
...l
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": t, ...l }, a ? /* @__PURE__ */ e.createElement("title", { id: t }, a) : null, /* @__PURE__ */ e.createElement("path", { d: "m8 13.333-2-2a2.825 2.825 0 0 1 4 0z" }), /* @__PURE__ */ e.createElement("path", { fillOpacity: 0.36, d: "M2 7.333.667 6c4.053-4.047 10.62-4.047 14.666 0L14 7.333a8.486 8.486 0 0 0-12 0" }), /* @__PURE__ */ e.createElement("path", { fillOpacity: 0.36, d: "M3.333 8.667 4.667 10a4.716 4.716 0 0 1 6.666 0l1.334-1.333c-2.574-2.574-6.754-2.574-9.334 0" }));
|
|
8
|
+
export {
|
|
9
|
+
c as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const i = ({
|
|
4
|
+
title: a,
|
|
5
|
+
titleId: l,
|
|
6
|
+
...t
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": l, ...t }, a ? /* @__PURE__ */ e.createElement("title", { id: l }, a) : null, /* @__PURE__ */ e.createElement("path", { d: "M3.333 8.667 4.667 10a4.716 4.716 0 0 1 6.666 0l1.334-1.333c-2.574-2.574-6.754-2.574-9.334 0M6 11.333l2 2 2-2a2.825 2.825 0 0 0-4 0" }), /* @__PURE__ */ e.createElement("path", { fillOpacity: 0.36, d: "M.667 6 2 7.333a8.486 8.486 0 0 1 12 0L15.333 6C11.287 1.953 4.72 1.953.667 6" }));
|
|
8
|
+
export {
|
|
9
|
+
i as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const i = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: a,
|
|
6
|
+
...t
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": a, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M14 7.333 15.333 6C12.847 3.513 9.42 2.567 6.2 3.127l1.72 1.72A8.5 8.5 0 0 1 14 7.333m-1.333 1.334a6.6 6.6 0 0 0-2.48-1.554L12.2 9.127zM6 11.333l2 2 2-2a2.825 2.825 0 0 0-4 0M2.273 1.093l-.94.94 2.034 2.034A10.5 10.5 0 0 0 .667 6L2 7.333A8.4 8.4 0 0 1 4.78 5.48l1.493 1.493a6.55 6.55 0 0 0-2.94 1.694L4.667 10c.9-.9 2.073-1.36 3.26-1.373l4.72 4.72.94-.94z" }));
|
|
8
|
+
export {
|
|
9
|
+
i as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const c = ({
|
|
4
|
+
title: a,
|
|
5
|
+
titleId: t,
|
|
6
|
+
...l
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": t, ...l }, a ? /* @__PURE__ */ e.createElement("title", { id: t }, a) : null, /* @__PURE__ */ e.createElement("path", { d: "M2 7.333.667 6c4.053-4.047 10.62-4.047 14.666 0L14 7.333a8.486 8.486 0 0 0-12 0" }), /* @__PURE__ */ e.createElement("path", { d: "M4.667 10 3.333 8.667c2.58-2.574 6.76-2.574 9.334 0L11.333 10a4.716 4.716 0 0 0-6.666 0M8 13.333l-2-2a2.825 2.825 0 0 1 4 0z" }));
|
|
8
|
+
export {
|
|
9
|
+
c as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const i = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: t,
|
|
6
|
+
...a
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "m7.8 9.5 2.7 6.5 4.7-16L.9 8.5zm1.4-1.8-2.5-.3 5.2-3.1-1.7 5.7z", clipRule: "evenodd" }));
|
|
8
|
+
export {
|
|
9
|
+
i as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const c = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: t,
|
|
6
|
+
...a
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "m11.818 7.01 3.253-3.253c.636 1.768.354 3.89-1.131 5.374-1.273 1.273-3.111 1.697-4.809 1.273l-5.02 5.02L.575 11.89l5.02-5.02c-.423-1.697 0-3.536 1.274-4.809C8.354.575 10.404.222 12.243.93L8.99 4.182zM6.515 8.778 3.262 12.03l.708.708 3.252-3.253z", clipRule: "evenodd" }));
|
|
8
|
+
export {
|
|
9
|
+
c as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const c = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: t,
|
|
6
|
+
...a
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": t, ...a }, l ? /* @__PURE__ */ e.createElement("title", { id: t }, l) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m4.12-12.5L8.84 7.31l3.566 5.19H9.784L7.383 9.006 4.377 12.5H3.6l3.438-3.996L3.6 3.5h2.622l2.274 3.309L11.343 3.5zm-6.27.585H4.657l5.493 7.857h1.193z", clipRule: "evenodd" })));
|
|
8
|
+
export {
|
|
9
|
+
c as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const c = ({
|
|
4
|
+
title: a,
|
|
5
|
+
titleId: l,
|
|
6
|
+
...t
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": l, ...t }, a ? /* @__PURE__ */ e.createElement("title", { id: l }, a) : null, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M15 .326a.35.35 0 0 1-.048.177L9.48 9.553l3.467 5.943a.34.34 0 0 1 0 .354.35.35 0 0 1-.143.117.4.4 0 0 1-.186.032h-2.437a.8.8 0 0 1-.41-.127.73.73 0 0 1-.273-.313L6 9.542C6.183 9.257 11.485.44 11.485.44a.7.7 0 0 1 .257-.314.76.76 0 0 1 .4-.126h2.487a.4.4 0 0 1 .182.036.4.4 0 0 1 .141.113.35.35 0 0 1 .048.177M5.103 3.121c.12.077.213.185.27.311L7 6.18l-2.599 4.377a.7.7 0 0 1-.258.315.75.75 0 0 1-.397.128H1.36a.36.36 0 0 1-.177-.04.34.34 0 0 1-.184-.295q0-.095.051-.176l2.563-4.31-1.627-2.684a.35.35 0 0 1 0-.352A.4.4 0 0 1 2.315 3H4.7a.77.77 0 0 1 .404.12" })));
|
|
8
|
+
export {
|
|
9
|
+
c as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import * as e from "react";
|
|
3
|
+
const s = ({
|
|
4
|
+
title: l,
|
|
5
|
+
titleId: a,
|
|
6
|
+
...t
|
|
7
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "#252525", viewBox: "0 0 16 16", focusable: "false", width: "100%", height: "100%", "aria-labelledby": a, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: a }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M15.149 2.86c.248.249.426.56.517.9C16 5.016 16 7.636 16 7.636s0 2.62-.335 3.877a2.01 2.01 0 0 1-1.414 1.423C13 13.273 8 13.273 8 13.273s-5 0-6.25-.337a2.01 2.01 0 0 1-1.415-1.423C0 10.256 0 7.636 0 7.636s0-2.62.335-3.876a2.01 2.01 0 0 1 1.414-1.424C3 2 8 2 8 2s5 0 6.25.336c.34.093.65.273.899.523m-4.603 4.776-4.182 2.38V5.256z", clipRule: "evenodd" }));
|
|
8
|
+
export {
|
|
9
|
+
s as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { j as u } from "./chunks/jsx-runtime.C115EyI4.js";
|
|
3
|
+
import { v as x, c as C } from "./chunks/CustomReactSelect.D3jv5-fa.js";
|
|
4
|
+
const v = ({
|
|
5
|
+
id: s,
|
|
6
|
+
label: o,
|
|
7
|
+
className: n,
|
|
8
|
+
disabled: a = !1,
|
|
9
|
+
dropdownOnFocus: e = !1,
|
|
10
|
+
hideLabel: l = !1,
|
|
11
|
+
invalid: c = !1,
|
|
12
|
+
lang: m = "en",
|
|
13
|
+
required: r = !1,
|
|
14
|
+
variant: f = "single",
|
|
15
|
+
...t
|
|
16
|
+
}) => {
|
|
17
|
+
if (process.env.NODE_ENV !== "production") {
|
|
18
|
+
const { options: p } = t;
|
|
19
|
+
x({
|
|
20
|
+
id: s,
|
|
21
|
+
label: o,
|
|
22
|
+
options: p
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
const i = f === "multi";
|
|
26
|
+
return /* @__PURE__ */ u.jsx(
|
|
27
|
+
C,
|
|
28
|
+
{
|
|
29
|
+
id: s,
|
|
30
|
+
label: o,
|
|
31
|
+
className: n,
|
|
32
|
+
disabled: a,
|
|
33
|
+
hideLabel: l,
|
|
34
|
+
isMulti: i,
|
|
35
|
+
invalid: c,
|
|
36
|
+
lang: m,
|
|
37
|
+
openMenuOnClick: e,
|
|
38
|
+
openMenuOnFocus: e,
|
|
39
|
+
isClearable: !e || i,
|
|
40
|
+
required: r,
|
|
41
|
+
...t
|
|
42
|
+
}
|
|
43
|
+
);
|
|
44
|
+
};
|
|
45
|
+
export {
|
|
46
|
+
v as DSCombobox
|
|
47
|
+
};
|
package/combobox.d.ts
CHANGED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { DetailsHTMLAttributes } from 'react';
|
|
2
|
+
import { AccordionSize, ChevronPosition, Summary } from './Accordion.utils';
|
|
3
|
+
export interface AccordionProps extends DetailsHTMLAttributes<HTMLDetailsElement> {
|
|
4
|
+
/** Content to be displayed within the accordion. */
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
/**
|
|
7
|
+
* The `summary` prop can either be a simple `string` or an object with specific properties.
|
|
8
|
+
* When provided as a string, it represents the summary text directly.
|
|
9
|
+
* When provided as an object, it allows for more detailed configuration, including:
|
|
10
|
+
* - `headingText: string` The text content for the summary.
|
|
11
|
+
* - `headingSize?: 'x-large' | 'x-large-uppercase' | 'large' | 'large-uppercase' | 'medium' | 'medium-uppercase' | 'small' | 'small-uppercase'` Defines the size of the heading, using predefined size types, defaults to `'medium'`
|
|
12
|
+
* - `headingTag?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'` Specifies the HTML tag to be used for the heading, such as 'h1', 'h2', etc., defaults to `'h2'`
|
|
13
|
+
*
|
|
14
|
+
* @prop {string | { headingText: string; headingSize?: HeadingSize; headingTag?: HeadingTag; }} summary
|
|
15
|
+
*/
|
|
16
|
+
summary: Summary;
|
|
17
|
+
/** Specifies the position of the chevron icon.
|
|
18
|
+
* @default 'right'
|
|
19
|
+
*/
|
|
20
|
+
chevronPosition?: ChevronPosition;
|
|
21
|
+
/** Custom area below the summary. */
|
|
22
|
+
hint?: React.ReactNode;
|
|
23
|
+
/** Aligns the accordion with text.
|
|
24
|
+
* @default false
|
|
25
|
+
*/
|
|
26
|
+
isFlush?: boolean;
|
|
27
|
+
/** Determines if the Accordion is open.
|
|
28
|
+
* @default false
|
|
29
|
+
*/
|
|
30
|
+
isOpen?: boolean;
|
|
31
|
+
/** Size of the accordion.
|
|
32
|
+
* @default 'medium'
|
|
33
|
+
*/
|
|
34
|
+
size?: AccordionSize;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* A component that renders an accordion using the `details` HTML element.
|
|
38
|
+
*/
|
|
39
|
+
export declare const DSAccordion: import('react').ForwardRefExoticComponent<AccordionProps & import('react').RefAttributes<HTMLDetailsElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { HeadingSize, HeadingTag } from '../Heading/Heading.utils';
|
|
2
|
+
import { AccordionProps } from './Accordion';
|
|
3
|
+
export declare const ACCORDION_SIZE: readonly ["medium", "small"];
|
|
4
|
+
export type AccordionSize = (typeof ACCORDION_SIZE)[number];
|
|
5
|
+
export declare const CHEVRON_POSITION: readonly ["left", "right"];
|
|
6
|
+
export type ChevronPosition = (typeof CHEVRON_POSITION)[number];
|
|
7
|
+
export type Summary = string | {
|
|
8
|
+
headingText: string;
|
|
9
|
+
headingSize?: HeadingSize;
|
|
10
|
+
headingTag?: HeadingTag;
|
|
11
|
+
};
|
|
12
|
+
type ValidationProps = Pick<AccordionProps, 'children' | 'summary'>;
|
|
13
|
+
export declare const validateAccordionProps: ({ children, summary, }: ValidationProps) => void;
|
|
14
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const ARIA_LIVE_REGION_ALERT_ID = "ds-alert-live-region";
|
|
2
|
+
export declare const ARIA_LIVE_REGION_STATUS_ID = "ds-status-live-region";
|
|
3
|
+
export declare const getAriaAlertLiveRegionElement: () => HTMLElement | null;
|
|
4
|
+
export declare const getAriaStatusLiveRegionElement: () => HTMLElement | null;
|
|
5
|
+
export declare const validateMultipleDSAriaLiveRegionsOnPage: () => void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import
|
|
1
|
+
import { ButtonHTMLAttributes } from 'react';
|
|
2
|
+
import { BreakpointCustomizable, IconName, SelectedAriaAttributes, Theme } from '../../types';
|
|
3
|
+
import { IconProps } from '../Icon/Icon';
|
|
4
|
+
import { ButtonAriaAttribute, ButtonSize, ButtonVariant } from './Button.utils';
|
|
5
5
|
export interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
|
|
6
|
-
/** Content within the button */
|
|
6
|
+
/** Content within the button. */
|
|
7
7
|
children: React.ReactNode;
|
|
8
8
|
/** ARIA attributes to enhance accessibility
|
|
9
9
|
* `{'aria-label'? string;`
|
|
@@ -12,31 +12,46 @@ export interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
|
|
|
12
12
|
* `'aria-haspopup'?: boolean | 'false' | 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog';}`
|
|
13
13
|
* */
|
|
14
14
|
aria?: SelectedAriaAttributes<ButtonAriaAttribute>;
|
|
15
|
-
/** Identifier for analytics tracking */
|
|
15
|
+
/** Identifier for analytics tracking. */
|
|
16
16
|
dataTrackingid?: string;
|
|
17
|
-
/** Disables the button, preventing user interaction
|
|
17
|
+
/** Disables the button, preventing user interaction.
|
|
18
|
+
* @default false
|
|
19
|
+
*/
|
|
18
20
|
disabled?: boolean;
|
|
19
|
-
/** Hides the button label, can be responsive
|
|
21
|
+
/** Hides the button label, can be responsive.
|
|
20
22
|
* `boolean | { base: boolean; s?: boolean; m?: boolean; l?: boolean; xl?: boolean; }`
|
|
23
|
+
* @default false
|
|
21
24
|
*/
|
|
22
25
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
23
|
-
/** Name of the icon to display */
|
|
26
|
+
/** Name of the icon to display. */
|
|
24
27
|
iconName?: IconName;
|
|
25
|
-
/** Position of the icon
|
|
28
|
+
/** Position of the icon.
|
|
29
|
+
* @default 'left'
|
|
30
|
+
*/
|
|
26
31
|
iconPosition?: 'left' | 'right';
|
|
27
|
-
/** URL or path for a custom icon */
|
|
32
|
+
/** URL or path for a custom icon. */
|
|
28
33
|
iconSource?: IconProps['source'];
|
|
29
|
-
/** Aligns `variant='ghost'` with text
|
|
34
|
+
/** Aligns `variant='ghost'` with text.
|
|
35
|
+
* @default false
|
|
36
|
+
*/
|
|
30
37
|
isFlush?: boolean;
|
|
31
|
-
/** Shows loading indicator
|
|
38
|
+
/** Shows loading indicator.
|
|
39
|
+
* @default false
|
|
40
|
+
*/
|
|
32
41
|
loading?: boolean;
|
|
33
|
-
/** Size of the button
|
|
42
|
+
/** Size of the button.
|
|
43
|
+
* @default 'medium'
|
|
44
|
+
*/
|
|
34
45
|
size?: ButtonSize;
|
|
35
|
-
/** Defines the theme
|
|
46
|
+
/** Defines the theme.
|
|
47
|
+
* @default 'light'
|
|
48
|
+
*/
|
|
36
49
|
theme?: Theme;
|
|
37
|
-
/** Visual style variant of the button
|
|
50
|
+
/** Visual style variant of the button.
|
|
51
|
+
* @default 'filled'
|
|
52
|
+
*/
|
|
38
53
|
variant?: ButtonVariant;
|
|
39
|
-
/** Callback function
|
|
54
|
+
/** Callback function called when the button is clicked. */
|
|
40
55
|
onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
41
56
|
}
|
|
42
57
|
/**
|
|
@@ -1,11 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import { IconName } from '../../types';
|
|
2
|
+
import { ButtonProps } from '../Button/Button';
|
|
3
|
+
import { ButtonRoundVariant } from './ButtonRound.utils';
|
|
4
4
|
export interface ButtonRoundProps extends Omit<ButtonProps, 'hideLabel' | 'size' | 'iconPosition' | 'isFlush'> {
|
|
5
5
|
children: React.ReactNode;
|
|
6
|
+
/** Visual style variant of the button.
|
|
7
|
+
* @default 'filled'
|
|
8
|
+
*/
|
|
6
9
|
variant?: ButtonRoundVariant;
|
|
10
|
+
/** Name of the icon to display.
|
|
11
|
+
* @default 'placeholder'
|
|
12
|
+
*/
|
|
13
|
+
iconName?: IconName;
|
|
7
14
|
}
|
|
8
15
|
/**
|
|
9
|
-
* Icon only Buttons should only used for functions where visible labels are not needed to define the function e.g. modal close or
|
|
16
|
+
* Icon only Buttons should only used for functions where visible labels are not needed to define the function e.g. modal close or pagination buttons.
|
|
10
17
|
* */
|
|
11
18
|
export declare const DSButtonRound: ({ children, aria, className, dataTrackingid, disabled, iconName, iconSource, loading, theme, variant, onClick, ...rest }: ButtonRoundProps) => JSX.Element;
|
|
@@ -1,26 +1,35 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
1
|
+
import { InputHTMLAttributes } from 'react';
|
|
2
|
+
import { BreakpointCustomizable } from '../../types';
|
|
3
3
|
export interface CheckboxProps extends InputHTMLAttributes<HTMLInputElement> {
|
|
4
|
-
/** Content displayed next to the checkbox */
|
|
4
|
+
/** Content displayed next to the checkbox. */
|
|
5
5
|
label: string;
|
|
6
|
-
/** Controls whether the checkbox is checked.
|
|
6
|
+
/** Controls whether the checkbox is checked.
|
|
7
|
+
* @default false
|
|
8
|
+
*/
|
|
7
9
|
checked?: boolean;
|
|
8
|
-
/** Disables the checkbox, preventing user interaction
|
|
10
|
+
/** Disables the checkbox, preventing user interaction.
|
|
11
|
+
* @default false
|
|
12
|
+
*/
|
|
9
13
|
disabled?: boolean;
|
|
10
|
-
/**
|
|
14
|
+
/** Hides the checkbox label, can be responsive.
|
|
11
15
|
* `boolean | { base: boolean; s?: boolean; m?: boolean; l?: boolean; xl?: boolean; }`
|
|
16
|
+
* @default false
|
|
12
17
|
* */
|
|
13
18
|
hideLabel?: BreakpointCustomizable<boolean>;
|
|
14
|
-
/** Sets the checkbox to an indeterminate state, distinct from checked or unchecked
|
|
19
|
+
/** Sets the checkbox to an indeterminate state, distinct from checked or unchecked.
|
|
20
|
+
* @default false
|
|
21
|
+
*/
|
|
15
22
|
indeterminate?: boolean;
|
|
16
|
-
/** Marks the checkbox as invalid, typically used for form validation
|
|
23
|
+
/** Marks the checkbox as invalid, typically used for form validation.
|
|
24
|
+
* @default false
|
|
25
|
+
*/
|
|
17
26
|
invalid?: boolean;
|
|
18
|
-
/** Defines a system feedback message, shown when `invalid={true}
|
|
27
|
+
/** Defines a system feedback message, shown when `invalid={true}`. */
|
|
19
28
|
systemFeedback?: string;
|
|
20
|
-
/** Callback function
|
|
29
|
+
/** Callback function called when the state of the checkbox changes. */
|
|
21
30
|
onChange?: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
22
31
|
}
|
|
23
32
|
/**
|
|
24
33
|
* A control element that allows users to make a binary choice. It can either be checked or unchecked.
|
|
25
34
|
* */
|
|
26
|
-
export declare const DSCheckbox: import(
|
|
35
|
+
export declare const DSCheckbox: import('react').ForwardRefExoticComponent<CheckboxProps & import('react').RefAttributes<HTMLInputElement>>;
|
|
@@ -1,41 +1,47 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import { FieldsetHTMLAttributes } from 'react';
|
|
2
|
+
import { FieldsetProps } from '../Fieldset/Fieldset';
|
|
3
3
|
export interface CheckboxGroupProps extends FieldsetHTMLAttributes<HTMLFieldSetElement> {
|
|
4
|
-
/** DSCheckbox elements within the checkbox group */
|
|
4
|
+
/** DSCheckbox elements within the checkbox group. */
|
|
5
5
|
children: React.ReactNode;
|
|
6
6
|
/**
|
|
7
7
|
* The `legend` prop can either be a simple `string` or an object with specific properties.
|
|
8
8
|
* When provided as a string, it represents the legend text directly.
|
|
9
9
|
* When provided as an object, it allows for more detailed configuration, including:
|
|
10
10
|
* - `headingText: string` The text content for the legend.
|
|
11
|
-
* - `headingSize?: 'x-large' | 'large' | 'medium' | 'medium-uppercase' | 'small' | 'small-uppercase'` Defines the size of the heading, using predefined size types, defaults to `'medium'`
|
|
11
|
+
* - `headingSize?: 'x-large' | 'x-large-uppercase' | 'large' | 'large-uppercase' | 'medium' | 'medium-uppercase' | 'small' | 'small-uppercase'` Defines the size of the heading, using predefined size types, defaults to `'medium'`
|
|
12
12
|
* - `headingTag?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6'` Specifies the HTML tag to be used for the heading, such as 'h1', 'h2', etc., defaults to `'h2'`
|
|
13
13
|
*
|
|
14
14
|
* @prop {string | { headingText: string; headingSize?: HeadingSize; headingTag?: HeadingTag; }} legend
|
|
15
15
|
*/
|
|
16
16
|
legend: FieldsetProps['legend'];
|
|
17
|
+
/** Short descriptive text displayed beneath the legend. */
|
|
18
|
+
description?: FieldsetProps['description'];
|
|
17
19
|
/**
|
|
18
|
-
* Set the
|
|
20
|
+
* Set the direction of the checkboxes.
|
|
21
|
+
* @default 'vertical'
|
|
22
|
+
*/
|
|
23
|
+
direction?: 'vertical' | 'horizontal';
|
|
24
|
+
/** Disables the checkbox group, preventing user interaction.
|
|
25
|
+
* @default false
|
|
19
26
|
*/
|
|
20
|
-
alignment?: 'vertical' | 'horizontal';
|
|
21
|
-
/** Short descriptive text displayed beneath the legend */
|
|
22
|
-
description?: FieldsetProps['description'];
|
|
23
|
-
/** Disables the checkbox group, preventing user interaction */
|
|
24
27
|
disabled?: boolean;
|
|
25
|
-
/** Unique id for the checkbox group, needs to be set for proper accessibility functionality, if `description` or `systemFeedback` are set */
|
|
28
|
+
/** Unique id for the checkbox group, needs to be set for proper accessibility functionality, if `description` or `systemFeedback` are set. */
|
|
26
29
|
id?: string;
|
|
27
|
-
/** Marks the checkbox group as invalid, typically used for form validation
|
|
30
|
+
/** Marks the checkbox group as invalid, typically used for form validation.
|
|
31
|
+
* @default false
|
|
32
|
+
*/
|
|
28
33
|
invalid?: boolean;
|
|
29
34
|
/** Marks the checkbox group as required.
|
|
30
|
-
* When this property is set, an asterisk (*) is automatically appended to the checkbox group's legend
|
|
35
|
+
* When this property is set, an asterisk (*) is automatically appended to the checkbox group's legend.
|
|
36
|
+
* @default false
|
|
31
37
|
* */
|
|
32
38
|
required?: boolean;
|
|
33
|
-
/** Defines a system feedback message, shown when `invalid={true}
|
|
39
|
+
/** Defines a system feedback message, shown when `invalid={true}`. */
|
|
34
40
|
systemFeedback?: string;
|
|
35
41
|
}
|
|
36
42
|
/**
|
|
37
43
|
* The `DSCheckboxGroup` component offers a cohesive and accessible solution for grouping `DSCheckbox` elements,
|
|
38
|
-
* complete with customizable legends,
|
|
44
|
+
* complete with customizable legends, direction options, and integrated validation feedback,
|
|
39
45
|
* enhancing the user experience in form designs.
|
|
40
46
|
* */
|
|
41
|
-
export declare const DSCheckboxGroup: ({ children, legend,
|
|
47
|
+
export declare const DSCheckboxGroup: ({ children, legend, className, description, direction, disabled, id, invalid, required, systemFeedback, ...rest }: CheckboxGroupProps) => JSX.Element;
|