@lukso/web-components 1.154.0 → 1.155.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/dist/attach-square-BDYuLWN1.js +3 -0
- package/dist/attach-square-BEkoBfpV.js +3 -0
- package/dist/attach-square-BF4bK2lN.cjs +7 -0
- package/dist/attach-square-B_oIBENK.js +3 -0
- package/dist/attach-square-CMjY_cQG.cjs +7 -0
- package/dist/attach-square-CPsLNqIT.cjs +7 -0
- package/dist/attach-square-Ch9_iq5a.js +3 -0
- package/dist/attach-square-D0YgLg2d.cjs +7 -0
- package/dist/attach-square-DGJ30O7H.js +3 -0
- package/dist/attach-square-DHjVapDw.cjs +7 -0
- package/dist/attach-square-Dtfj1Edy.js +3 -0
- package/dist/attach-square-nLmVYCe2.cjs +7 -0
- package/dist/components/index.cjs +14 -4
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +6 -4
- package/dist/components/lukso-button/index.cjs +3 -3
- package/dist/components/lukso-button/index.js +3 -3
- package/dist/components/lukso-card/index.cjs +7 -7
- package/dist/components/lukso-card/index.js +7 -7
- package/dist/components/lukso-checkbox/index.cjs +3 -3
- package/dist/components/lukso-checkbox/index.js +3 -3
- package/dist/components/lukso-collapse/index.cjs +5 -11
- package/dist/components/lukso-collapse/index.js +4 -10
- package/dist/components/lukso-color-picker/index.cjs +4 -4
- package/dist/components/lukso-color-picker/index.js +4 -4
- package/dist/components/lukso-dropdown/index.cjs +11 -7
- package/dist/components/lukso-dropdown/index.d.ts +1 -0
- package/dist/components/lukso-dropdown/index.d.ts.map +1 -1
- package/dist/components/lukso-dropdown/index.js +11 -7
- package/dist/components/lukso-dropdown-option/index.cjs +2 -2
- package/dist/components/lukso-dropdown-option/index.js +2 -2
- package/dist/components/lukso-footer/index.cjs +2 -2
- package/dist/components/lukso-footer/index.js +2 -2
- package/dist/components/lukso-icon/index.cjs +136 -18
- package/dist/components/lukso-icon/index.d.ts +24 -0
- package/dist/components/lukso-icon/index.d.ts.map +1 -1
- package/dist/components/lukso-icon/index.js +136 -18
- package/dist/components/lukso-icon/lukso-icon.stories.d.ts +5 -0
- package/dist/components/lukso-icon/lukso-icon.stories.d.ts.map +1 -1
- package/dist/components/lukso-icon/vuesax/bold/attach-square.svg +3 -0
- package/dist/components/lukso-icon/vuesax/bold/eye-slash.svg +7 -0
- package/dist/components/lukso-icon/vuesax/bold/eye.svg +4 -0
- package/dist/components/lukso-icon/vuesax/bold/link.svg +5 -0
- package/dist/components/lukso-icon/vuesax/bold/smallcaps.svg +3 -0
- package/dist/components/lukso-icon/vuesax/bold/task.svg +8 -0
- package/dist/components/lukso-icon/vuesax/bold/text-bold.svg +5 -0
- package/dist/components/lukso-icon/vuesax/bold/text-italic.svg +3 -0
- package/dist/components/lukso-icon/vuesax/bold/textalign-center.svg +6 -0
- package/dist/components/lukso-icon/vuesax/bold/textalign-justifycenter.svg +6 -0
- package/dist/components/lukso-icon/vuesax/bold/textalign-left.svg +6 -0
- package/dist/components/lukso-icon/vuesax/bold/textalign-right.svg +6 -0
- package/dist/components/lukso-icon/vuesax/broken/attach-square.svg +4 -0
- package/dist/components/lukso-icon/vuesax/broken/eye-slash.svg +9 -0
- package/dist/components/lukso-icon/vuesax/broken/eye.svg +4 -0
- package/dist/components/lukso-icon/vuesax/broken/link.svg +6 -0
- package/dist/components/lukso-icon/vuesax/broken/smallcaps.svg +9 -0
- package/dist/components/lukso-icon/vuesax/broken/task.svg +9 -0
- package/dist/components/lukso-icon/vuesax/broken/text-bold.svg +4 -0
- package/dist/components/lukso-icon/vuesax/broken/text-italic.svg +6 -0
- package/dist/components/lukso-icon/vuesax/broken/textalign-center.svg +7 -0
- package/dist/components/lukso-icon/vuesax/broken/textalign-justifycenter.svg +7 -0
- package/dist/components/lukso-icon/vuesax/broken/textalign-left.svg +7 -0
- package/dist/components/lukso-icon/vuesax/broken/textalign-right.svg +7 -0
- package/dist/components/lukso-icon/vuesax/bulk/attach-square.svg +4 -0
- package/dist/components/lukso-icon/vuesax/bulk/eye-slash.svg +7 -0
- package/dist/components/lukso-icon/vuesax/bulk/frame.svg +4 -0
- package/dist/components/lukso-icon/vuesax/bulk/link.svg +5 -0
- package/dist/components/lukso-icon/vuesax/bulk/smallcaps.svg +5 -0
- package/dist/components/lukso-icon/vuesax/bulk/task.svg +8 -0
- package/dist/components/lukso-icon/vuesax/bulk/text-bold.svg +4 -0
- package/dist/components/lukso-icon/vuesax/bulk/text-italic.svg +4 -0
- package/dist/components/lukso-icon/vuesax/bulk/textalign-center.svg +6 -0
- package/dist/components/lukso-icon/vuesax/bulk/textalign-justifycenter.svg +6 -0
- package/dist/components/lukso-icon/vuesax/bulk/textalign-left.svg +6 -0
- package/dist/components/lukso-icon/vuesax/bulk/textalign-right.svg +6 -0
- package/dist/components/lukso-icon/vuesax/linear/attach-square.svg +4 -0
- package/dist/components/lukso-icon/vuesax/linear/eye-slash.svg +8 -0
- package/dist/components/lukso-icon/vuesax/linear/eye.svg +4 -0
- package/dist/components/lukso-icon/vuesax/linear/link.svg +5 -0
- package/dist/components/lukso-icon/vuesax/linear/smallcaps.svg +8 -0
- package/dist/components/lukso-icon/vuesax/linear/task.svg +8 -0
- package/dist/components/lukso-icon/vuesax/linear/text-bold.svg +4 -0
- package/dist/components/lukso-icon/vuesax/linear/text-italic.svg +5 -0
- package/dist/components/lukso-icon/vuesax/linear/textalign-center.svg +6 -0
- package/dist/components/lukso-icon/vuesax/linear/textalign-justifycenter.svg +6 -0
- package/dist/components/lukso-icon/vuesax/linear/textalign-left.svg +6 -0
- package/dist/components/lukso-icon/vuesax/linear/textalign-right.svg +6 -0
- package/dist/components/lukso-icon/vuesax/outline/attach-square.svg +4 -0
- package/dist/components/lukso-icon/vuesax/outline/eye-slash.svg +8 -0
- package/dist/components/lukso-icon/vuesax/outline/eye.svg +4 -0
- package/dist/components/lukso-icon/vuesax/outline/link.svg +5 -0
- package/dist/components/lukso-icon/vuesax/outline/smallcaps.svg +8 -0
- package/dist/components/lukso-icon/vuesax/outline/task.svg +8 -0
- package/dist/components/lukso-icon/vuesax/outline/text-bold.svg +4 -0
- package/dist/components/lukso-icon/vuesax/outline/text-italic.svg +5 -0
- package/dist/components/lukso-icon/vuesax/outline/textalign-center.svg +6 -0
- package/dist/components/lukso-icon/vuesax/outline/textalign-justifycenter.svg +6 -0
- package/dist/components/lukso-icon/vuesax/outline/textalign-left.svg +6 -0
- package/dist/components/lukso-icon/vuesax/outline/textalign-right.svg +6 -0
- package/dist/components/lukso-icon/vuesax/twotone/attach-square.svg +4 -0
- package/dist/components/lukso-icon/vuesax/twotone/eye-slash.svg +8 -0
- package/dist/components/lukso-icon/vuesax/twotone/eye.svg +4 -0
- package/dist/components/lukso-icon/vuesax/twotone/link.svg +5 -0
- package/dist/components/lukso-icon/vuesax/twotone/smallcaps.svg +10 -0
- package/dist/components/lukso-icon/vuesax/twotone/task.svg +8 -0
- package/dist/components/lukso-icon/vuesax/twotone/text-bold.svg +4 -0
- package/dist/components/lukso-icon/vuesax/twotone/text-italic.svg +5 -0
- package/dist/components/lukso-icon/vuesax/twotone/textalign-center.svg +6 -0
- package/dist/components/lukso-icon/vuesax/twotone/textalign-justifycenter.svg +6 -0
- package/dist/components/lukso-icon/vuesax/twotone/textalign-left.svg +6 -0
- package/dist/components/lukso-icon/vuesax/twotone/textalign-right.svg +6 -0
- package/dist/components/lukso-image/index.cjs +4 -4
- package/dist/components/lukso-image/index.js +4 -4
- package/dist/components/lukso-input/index.cjs +3 -3
- package/dist/components/lukso-input/index.js +3 -3
- package/dist/components/lukso-markdown/index.cjs +168 -0
- package/dist/components/lukso-markdown/index.d.ts +22 -0
- package/dist/components/lukso-markdown/index.d.ts.map +1 -0
- package/dist/components/lukso-markdown/index.js +166 -0
- package/dist/components/lukso-markdown/lukso-markdown.stories.d.ts +13 -0
- package/dist/components/lukso-markdown/lukso-markdown.stories.d.ts.map +1 -0
- package/dist/components/lukso-markdown-editor/index.cjs +2008 -0
- package/dist/components/lukso-markdown-editor/index.d.ts +255 -0
- package/dist/components/lukso-markdown-editor/index.d.ts.map +1 -0
- package/dist/components/lukso-markdown-editor/index.js +2006 -0
- package/dist/components/lukso-markdown-editor/lukso-markdown-editor.stories.d.ts +27 -0
- package/dist/components/lukso-markdown-editor/lukso-markdown-editor.stories.d.ts.map +1 -0
- package/dist/components/lukso-modal/index.cjs +2 -2
- package/dist/components/lukso-modal/index.js +2 -2
- package/dist/components/lukso-navbar/index.cjs +3 -3
- package/dist/components/lukso-navbar/index.js +3 -3
- package/dist/components/lukso-pagination/index.cjs +3 -3
- package/dist/components/lukso-pagination/index.js +3 -3
- package/dist/components/lukso-profile/index.cjs +3 -3
- package/dist/components/lukso-profile/index.js +3 -3
- package/dist/components/lukso-progress/index.cjs +3 -3
- package/dist/components/lukso-progress/index.js +3 -3
- package/dist/components/lukso-radio/index.cjs +3 -3
- package/dist/components/lukso-radio/index.js +3 -3
- package/dist/components/lukso-radio-group/index.cjs +3 -3
- package/dist/components/lukso-radio-group/index.js +3 -3
- package/dist/components/lukso-sanitize/index.cjs +4 -10
- package/dist/components/lukso-sanitize/index.js +4 -10
- package/dist/components/lukso-search/index.cjs +6 -6
- package/dist/components/lukso-search/index.d.ts.map +1 -1
- package/dist/components/lukso-search/index.js +6 -6
- package/dist/components/lukso-select/index.cjs +5 -5
- package/dist/components/lukso-select/index.js +5 -5
- package/dist/components/lukso-share/index.cjs +2 -2
- package/dist/components/lukso-share/index.js +2 -2
- package/dist/components/lukso-switch/index.cjs +3 -3
- package/dist/components/lukso-switch/index.js +3 -3
- package/dist/components/lukso-tag/index.cjs +3 -3
- package/dist/components/lukso-tag/index.js +3 -3
- package/dist/components/lukso-terms/index.cjs +3 -3
- package/dist/components/lukso-terms/index.js +3 -3
- package/dist/components/lukso-textarea/index.cjs +3 -3
- package/dist/components/lukso-textarea/index.js +3 -3
- package/dist/components/lukso-tooltip/index.cjs +4 -4
- package/dist/components/lukso-tooltip/index.js +4 -4
- package/dist/components/lukso-username/index.cjs +5 -5
- package/dist/components/lukso-username/index.js +5 -5
- package/dist/components/lukso-wizard/index.cjs +2 -2
- package/dist/components/lukso-wizard/index.js +2 -2
- package/dist/docs/VuesaxPack.stories.d.ts +6 -0
- package/dist/docs/VuesaxPack.stories.d.ts.map +1 -0
- package/dist/eye-BGOT4dkg.cjs +7 -0
- package/dist/eye-BJFvKUDu.cjs +7 -0
- package/dist/eye-BRB1atdh.js +3 -0
- package/dist/eye-Bf4VFl7a.js +3 -0
- package/dist/eye-CC9LXMQ1.js +3 -0
- package/dist/eye-CK1M03ez.cjs +7 -0
- package/dist/eye-CXBFLyYh.cjs +7 -0
- package/dist/eye-CcM-Nmq0.js +3 -0
- package/dist/eye-DP4zhXsm.cjs +7 -0
- package/dist/eye-DaGlp3S9.js +3 -0
- package/dist/eye-slash-4QawqpXV.js +3 -0
- package/dist/eye-slash-5K5tDUZr.cjs +7 -0
- package/dist/eye-slash-BnjvF1ME.cjs +7 -0
- package/dist/eye-slash-BxKMkFDP.js +3 -0
- package/dist/eye-slash-CZVpq_gN.cjs +7 -0
- package/dist/eye-slash-Chha_f6F.js +3 -0
- package/dist/eye-slash-CzBrFoLA.js +3 -0
- package/dist/eye-slash-DD4uAbjM.cjs +7 -0
- package/dist/eye-slash-DGM6ST4a.js +3 -0
- package/dist/eye-slash-DaVNSGPe.cjs +7 -0
- package/dist/eye-slash-iagfBjcI.cjs +7 -0
- package/dist/eye-slash-j5X2mtyc.js +3 -0
- package/dist/frame-BcRKV975.js +3 -0
- package/dist/frame-CHLzNIw4.cjs +7 -0
- package/dist/{index-6Bz9XVC3.js → index-1cnTXnRX.js} +4 -4
- package/dist/{index-DUwutUFV.js → index-B5_11hN3.js} +5 -5
- package/dist/index-BWp0TAbf.js +41 -0
- package/dist/{index-Dg9hcDqR.cjs → index-CO57mpzm.cjs} +5 -5
- package/dist/{index-gJTlTDGh.js → index-CsepkLbs.js} +1 -1
- package/dist/{index-m3XGqZFz.cjs → index-D-a6OWyj.cjs} +1 -1
- package/dist/{index-U4Y7KwZv.cjs → index-D4HqZcbk.cjs} +2 -2
- package/dist/{index-fSZGRljb.cjs → index-D9mdD_OM.cjs} +4 -4
- package/dist/{index-CvWyP3CS.js → index-DFculCCQ.js} +2 -2
- package/dist/index-KrWvJ44l.cjs +50 -0
- package/dist/index.cjs +14 -4
- package/dist/index.js +6 -4
- package/dist/{isAddress-B3b91Jxf.cjs → isAddress-7c5mkwjj.cjs} +1 -1
- package/dist/{isAddress-Dq9UN07g.js → isAddress-DyEmEF7O.js} +1 -1
- package/dist/link-BWjOQDxe.js +3 -0
- package/dist/link-C248CAet.cjs +7 -0
- package/dist/link-CaiWNqlz.cjs +7 -0
- package/dist/link-Ccxf5n-l.cjs +7 -0
- package/dist/link-CrnK4TCj.js +3 -0
- package/dist/link-CtsNQupk.cjs +7 -0
- package/dist/link-CxQZZHzv.js +3 -0
- package/dist/link-DCLn1IDs.cjs +7 -0
- package/dist/link-DUkoe5Km.js +3 -0
- package/dist/link-DkkL7LfC.js +3 -0
- package/dist/link-YlDhxD95.js +3 -0
- package/dist/link-ck4nib4k.cjs +7 -0
- package/dist/{property-BXmHod5d.cjs → property-CLMAG2Rj.cjs} +1 -1
- package/dist/{property-B4XYi6Sk.js → property-DkFGx5Fg.js} +1 -1
- package/dist/query-CHb9Ft_d.js +9 -0
- package/dist/query-EFiHeHdi.cjs +11 -0
- package/dist/shared/tailwind-element/index.cjs +1 -1
- package/dist/shared/tailwind-element/index.js +1 -1
- package/dist/smallcaps-4db6OP5z.cjs +7 -0
- package/dist/smallcaps-BRGmz5X1.js +3 -0
- package/dist/smallcaps-C3aFFEMg.cjs +7 -0
- package/dist/smallcaps-CQH0e-Qr.js +3 -0
- package/dist/smallcaps-CrTAH_fl.cjs +7 -0
- package/dist/smallcaps-Csx5r5fL.js +3 -0
- package/dist/smallcaps-D57em6lZ.js +3 -0
- package/dist/smallcaps-DMxoMhLq.cjs +7 -0
- package/dist/smallcaps-DTc90-wB.js +3 -0
- package/dist/smallcaps-DvQw3mgt.cjs +7 -0
- package/dist/smallcaps-EMohyYps.js +3 -0
- package/dist/smallcaps-tS0-FTm4.cjs +7 -0
- package/dist/{state-CkvZ4IP8.js → state-DPXXwNMf.js} +1 -1
- package/dist/{state-CW2YmM3f.cjs → state-DXBdLH-W.cjs} +1 -1
- package/dist/{style-map-c2S85yDu.cjs → style-map-BFG88xg5.cjs} +1 -1
- package/dist/{style-map-D1R4wi4h.js → style-map-CXXmrGLe.js} +1 -1
- package/dist/task-5wAtmLia.cjs +7 -0
- package/dist/task-BFFgtsR7.cjs +7 -0
- package/dist/task-CPHbx6Xp.js +3 -0
- package/dist/task-CPK0Xitw.js +3 -0
- package/dist/task-CWMoBPrR.js +3 -0
- package/dist/task-CZeuxLHS.cjs +7 -0
- package/dist/task-CpUWZ14w.cjs +7 -0
- package/dist/task-D2dHPypM.js +3 -0
- package/dist/task-DHjlHB5u.js +3 -0
- package/dist/task-INl8gJof.cjs +7 -0
- package/dist/task-YBjBROjF.cjs +7 -0
- package/dist/task-rAZ4_dJi.js +3 -0
- package/dist/text-bold-B9Uuus_K.js +3 -0
- package/dist/text-bold-Bpds56iN.cjs +7 -0
- package/dist/text-bold-BwjfWLnV.js +3 -0
- package/dist/text-bold-CGib54xr.js +3 -0
- package/dist/text-bold-D9E9gOwG.js +3 -0
- package/dist/text-bold-D9y0G3W6.cjs +7 -0
- package/dist/text-bold-DA18Cobf.cjs +7 -0
- package/dist/text-bold-FVlP-onb.js +3 -0
- package/dist/text-bold-dNsqnxrJ.cjs +7 -0
- package/dist/text-bold-hD59fjBM.cjs +7 -0
- package/dist/text-bold-q4PQl2lp.cjs +7 -0
- package/dist/text-bold-yLyZsv3k.js +3 -0
- package/dist/text-italic-BAQsDLCD.cjs +7 -0
- package/dist/text-italic-BBbdgOV8.js +3 -0
- package/dist/text-italic-BLRmyoa_.cjs +7 -0
- package/dist/text-italic-BRpMpFEP.cjs +7 -0
- package/dist/text-italic-BbSEOHaR.js +3 -0
- package/dist/text-italic-BbY_nLh3.cjs +7 -0
- package/dist/text-italic-BqvfDpZ_.js +3 -0
- package/dist/text-italic-COwZp8nN.js +3 -0
- package/dist/text-italic-D-86ejcb.js +3 -0
- package/dist/text-italic-D5L8cO7S.cjs +7 -0
- package/dist/text-italic-Dqj-AGrY.cjs +7 -0
- package/dist/text-italic-JVNLjL6A.js +3 -0
- package/dist/textalign-center-BNXKb7o1.js +3 -0
- package/dist/textalign-center-BgDrvLgu.js +3 -0
- package/dist/textalign-center-BiW7-UK8.cjs +7 -0
- package/dist/textalign-center-BjXTeLZ9.js +3 -0
- package/dist/textalign-center-CMfGM3nt.cjs +7 -0
- package/dist/textalign-center-CZUB_mi5.cjs +7 -0
- package/dist/textalign-center-DV1ZVVJ9.js +3 -0
- package/dist/textalign-center-DhIAARrX.cjs +7 -0
- package/dist/textalign-center-DssUllZx.cjs +7 -0
- package/dist/textalign-center-DuFr4Z0N.js +3 -0
- package/dist/textalign-center-TtJrRcy1.cjs +7 -0
- package/dist/textalign-center-XZiUcsoS.js +3 -0
- package/dist/textalign-justifycenter-1H0ry4i1.cjs +7 -0
- package/dist/textalign-justifycenter-B4Okp5WQ.js +3 -0
- package/dist/textalign-justifycenter-BanoqoY2.cjs +7 -0
- package/dist/textalign-justifycenter-BrM7y8Q-.cjs +7 -0
- package/dist/textalign-justifycenter-BvuL2Tc9.js +3 -0
- package/dist/textalign-justifycenter-ByaUTZOq.cjs +7 -0
- package/dist/textalign-justifycenter-C7GGAIEd.cjs +7 -0
- package/dist/textalign-justifycenter-C_15oG-O.js +3 -0
- package/dist/textalign-justifycenter-Cd3T_URi.js +3 -0
- package/dist/textalign-justifycenter-Cuq0nA7n.js +3 -0
- package/dist/textalign-justifycenter-DTB7BpEM.cjs +7 -0
- package/dist/textalign-justifycenter-GJYh78KA.js +3 -0
- package/dist/textalign-left-BBkJw9sM.js +3 -0
- package/dist/textalign-left-CQFeWNky.cjs +7 -0
- package/dist/textalign-left-CVLtezzT.cjs +7 -0
- package/dist/textalign-left-CrkiT20G.js +3 -0
- package/dist/textalign-left-Czv9gCWL.js +3 -0
- package/dist/textalign-left-DDV2YTsX.js +3 -0
- package/dist/textalign-left-DbbIELEG.js +3 -0
- package/dist/textalign-left-DmbcMnUt.cjs +7 -0
- package/dist/textalign-left-DwMDZkz6.cjs +7 -0
- package/dist/textalign-left-FcEEgVUa.js +3 -0
- package/dist/textalign-left-HOX6BrC8.cjs +7 -0
- package/dist/textalign-left-Tim7PD2T.cjs +7 -0
- package/dist/textalign-right-AzUv7Wy_.cjs +7 -0
- package/dist/textalign-right-B4RMoyPu.js +3 -0
- package/dist/textalign-right-Bh1GtPWc.cjs +7 -0
- package/dist/textalign-right-BwpxVvNc.js +3 -0
- package/dist/textalign-right-CKoFhqEE.js +3 -0
- package/dist/textalign-right-CQKHpAQn.cjs +7 -0
- package/dist/textalign-right-CSi5EldQ.js +3 -0
- package/dist/textalign-right-CaDWcT07.cjs +7 -0
- package/dist/textalign-right-CoIc3IEi.js +3 -0
- package/dist/textalign-right-D-peBkxs.cjs +7 -0
- package/dist/textalign-right-DxQZxeBV.cjs +7 -0
- package/dist/textalign-right-LtrQalb-.js +3 -0
- package/dist/unsafe-html-C4RqiLkE.js +10 -0
- package/dist/unsafe-html-CxwvRvgp.cjs +12 -0
- package/dist/vite.full.config.d.ts.map +1 -1
- package/package.json +11 -1
- package/tailwind.config.cjs +1 -0
- package/tools/copy-assets.cjs +16 -16
- package/tools/copy-assets.js +2 -2
- package/tools/index.cjs +1 -1
- package/tools/index.js +1 -1
- package/dist/index-C9vH8YlV.js +0 -41
- package/dist/index-DkfODalz.cjs +0 -50
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignCenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.26147 9.5H16.7415\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.26147 19.5H16.7415\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0515 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 4.5H5.98146\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignCenter;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignCenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path d=\"M16.7415 10.25H7.26147C6.85147 10.25 6.51147 9.91 6.51147 9.5C6.51147 9.09 6.85147 8.75 7.26147 8.75H16.7315C17.1415 8.75 17.4815 9.09 17.4815 9.5C17.4815 9.91 17.1515 10.25 16.7415 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path d=\"M16.7415 20.25H7.26147C6.85147 20.25 6.51147 19.91 6.51147 19.5C6.51147 19.09 6.85147 18.75 7.26147 18.75H16.7315C17.1415 18.75 17.4815 19.09 17.4815 19.5C17.4815 19.91 17.1515 20.25 16.7415 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignCenter;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignCenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M7.26147 9.5H16.7415\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.26147 19.5H16.7415\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M10.0515 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 4.5H5.98146\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignCenter as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignCenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.26147 9.5H16.7415\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.26147 19.5H16.7415\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignCenter;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignCenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.26147 9.5H16.7415\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M7.26147 19.5H16.7415\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignCenter as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignJustifycenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 19.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9515 9.5H3.00146\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.0015 9.5H18.0215\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignJustifycenter;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignJustifycenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignJustifycenter as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignJustifycenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 9.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 19.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignJustifycenter;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignJustifycenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path opacity=\"0.4\" d=\"M21.0015 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path opacity=\"0.4\" d=\"M21.0015 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignJustifycenter;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignJustifycenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path opacity=\"0.4\" d=\"M21.0015 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path opacity=\"0.4\" d=\"M21.0015 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignJustifycenter as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignJustifycenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignJustifycenter;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignJustifycenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 9.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 19.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignJustifycenter;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignJustifycenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 19.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9515 9.5H3.00146\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.0015 9.5H18.0215\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignJustifycenter as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignJustifycenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignJustifycenter as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignJustifycenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 9.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 19.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignJustifycenter as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignJustifycenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignJustifycenter;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignJustifycenter = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 9.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 19.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignJustifycenter as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 9.5H12.4715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 19.5H12.4715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignLeft as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path d=\"M12.4715 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H12.4715C12.8815 8.75 13.2215 9.09 13.2215 9.5C13.2215 9.91 12.8915 10.25 12.4715 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path d=\"M12.4715 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H12.4715C12.8815 18.75 13.2215 19.09 13.2215 19.5C13.2215 19.91 12.8915 20.25 12.4715 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignLeft;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0515 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 4.5H5.98146\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 9.5H12.4715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 19.5H12.4715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignLeft;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path d=\"M12.4715 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H12.4715C12.8815 8.75 13.2215 9.09 13.2215 9.5C13.2215 9.91 12.8915 10.25 12.4715 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path d=\"M12.4715 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H12.4715C12.8815 18.75 13.2215 19.09 13.2215 19.5C13.2215 19.91 12.8915 20.25 12.4715 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignLeft as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 9.5H12.4715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 19.5H12.4715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignLeft as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.0515 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 4.5H5.98146\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 9.5H12.4715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 19.5H12.4715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignLeft as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path opacity=\"0.4\" d=\"M12.4715 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H12.4715C12.8815 8.75 13.2215 9.09 13.2215 9.5C13.2215 9.91 12.8915 10.25 12.4715 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path opacity=\"0.4\" d=\"M12.4715 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H12.4715C12.8815 18.75 13.2215 19.09 13.2215 19.5C13.2215 19.91 12.8915 20.25 12.4715 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignLeft as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 9.5H12.4715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 19.5H12.4715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignLeft;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path opacity=\"0.4\" d=\"M12.4715 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H12.4715C12.8815 8.75 13.2215 9.09 13.2215 9.5C13.2215 9.91 12.8915 10.25 12.4715 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path opacity=\"0.4\" d=\"M12.4715 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H12.4715C12.8815 18.75 13.2215 19.09 13.2215 19.5C13.2215 19.91 12.8915 20.25 12.4715 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignLeft;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path d=\"M12.4715 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H12.4715C12.8815 8.75 13.2215 9.09 13.2215 9.5C13.2215 9.91 12.8915 10.25 12.4715 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path d=\"M12.4715 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H12.4715C12.8815 18.75 13.2215 19.09 13.2215 19.5C13.2215 19.91 12.8915 20.25 12.4715 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignLeft as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path d=\"M12.4715 10.25H3.00146C2.59146 10.25 2.25146 9.91 2.25146 9.5C2.25146 9.09 2.59146 8.75 3.00146 8.75H12.4715C12.8815 8.75 13.2215 9.09 13.2215 9.5C13.2215 9.91 12.8915 10.25 12.4715 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path d=\"M12.4715 20.25H3.00146C2.59146 20.25 2.25146 19.91 2.25146 19.5C2.25146 19.09 2.59146 18.75 3.00146 18.75H12.4715C12.8815 18.75 13.2215 19.09 13.2215 19.5C13.2215 19.91 12.8915 20.25 12.4715 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignLeft;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignLeft = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 9.5H12.4715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 19.5H12.4715\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignLeft;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 10.25H11.5315C11.1215 10.25 10.7815 9.91 10.7815 9.5C10.7815 9.09 11.1215 8.75 11.5315 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 20.25H11.5315C11.1215 20.25 10.7815 19.91 10.7815 19.5C10.7815 19.09 11.1215 18.75 11.5315 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignRight;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5315 9.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5315 19.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignRight as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path opacity=\"0.4\" d=\"M21.0015 10.25H11.5315C11.1215 10.25 10.7815 9.91 10.7815 9.5C10.7815 9.09 11.1215 8.75 11.5315 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path opacity=\"0.4\" d=\"M21.0015 20.25H11.5315C11.1215 20.25 10.7815 19.91 10.7815 19.5C10.7815 19.09 11.1215 18.75 11.5315 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignRight;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5315 9.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5315 19.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9515 4.5H3.00146\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.0015 4.5H18.0215\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignRight as default };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 10.25H11.5315C11.1215 10.25 10.7815 9.91 10.7815 9.5C10.7815 9.09 11.1215 8.75 11.5315 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 20.25H11.5315C11.1215 20.25 10.7815 19.91 10.7815 19.5C10.7815 19.09 11.1215 18.75 11.5315 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignRight as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 10.25H11.5315C11.1215 10.25 10.7815 9.91 10.7815 9.5C10.7815 9.09 11.1215 8.75 11.5315 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 20.25H11.5315C11.1215 20.25 10.7815 19.91 10.7815 19.5C10.7815 19.09 11.1215 18.75 11.5315 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignRight;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path opacity=\"0.4\" d=\"M21.0015 10.25H11.5315C11.1215 10.25 10.7815 9.91 10.7815 9.5C10.7815 9.09 11.1215 8.75 11.5315 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path opacity=\"0.4\" d=\"M21.0015 20.25H11.5315C11.1215 20.25 10.7815 19.91 10.7815 19.5C10.7815 19.09 11.1215 18.75 11.5315 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignRight as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5315 9.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5315 19.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignRight;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5315 9.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5315 19.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignRight as default };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path opacity=\"0.4\" d=\"M3.00146 4.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5315 9.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path opacity=\"0.4\" d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5315 19.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignRight;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const textalignRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5315 9.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M3.00146 14.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M11.5315 19.5H21.0015\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M13.9515 4.5H3.00146\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n<path d=\"M21.0015 4.5H18.0215\" stroke=\"#0C0507\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n</svg>\n";
|
|
6
|
+
|
|
7
|
+
exports.default = textalignRight;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
const textalignRight = "<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M21.0015 5.25H3.00146C2.59146 5.25 2.25146 4.91 2.25146 4.5C2.25146 4.09 2.59146 3.75 3.00146 3.75H21.0015C21.4115 3.75 21.7515 4.09 21.7515 4.5C21.7515 4.91 21.4115 5.25 21.0015 5.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 10.25H11.5315C11.1215 10.25 10.7815 9.91 10.7815 9.5C10.7815 9.09 11.1215 8.75 11.5315 8.75H21.0015C21.4115 8.75 21.7515 9.09 21.7515 9.5C21.7515 9.91 21.4115 10.25 21.0015 10.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 15.25H3.00146C2.59146 15.25 2.25146 14.91 2.25146 14.5C2.25146 14.09 2.59146 13.75 3.00146 13.75H21.0015C21.4115 13.75 21.7515 14.09 21.7515 14.5C21.7515 14.91 21.4115 15.25 21.0015 15.25Z\" fill=\"#0C0507\"/>\n<path d=\"M21.0015 20.25H11.5315C11.1215 20.25 10.7815 19.91 10.7815 19.5C10.7815 19.09 11.1215 18.75 11.5315 18.75H21.0015C21.4115 18.75 21.7515 19.09 21.7515 19.5C21.7515 19.91 21.4115 20.25 21.0015 20.25Z\" fill=\"#0C0507\"/>\n</svg>\n";
|
|
2
|
+
|
|
3
|
+
export { textalignRight as default };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { E, b as T } from './index-BWp0TAbf.js';
|
|
2
|
+
import { i, t, e as e$1 } from './directive-BKuZRRPO.js';
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* @license
|
|
6
|
+
* Copyright 2017 Google LLC
|
|
7
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
8
|
+
*/class e extends i{constructor(i){if(super(i),this.it=E,i.type!==t.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(r){if(r===E||null==r)return this._t=void 0,this.it=r;if(r===T)return r;if("string"!=typeof r)throw Error(this.constructor.directiveName+"() called with a non-string value");if(r===this.it)return this._t;this.it=r;const s=[r];return s.raw=s,this._t={_$litType$:this.constructor.resultType,strings:s,values:[]}}}e.directiveName="unsafeHTML",e.resultType=1;const o=e$1(e);
|
|
9
|
+
|
|
10
|
+
export { o };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const shared_tailwindElement_index = require('./index-KrWvJ44l.cjs');
|
|
4
|
+
const directive = require('./directive-DT5Y-Nw0.cjs');
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @license
|
|
8
|
+
* Copyright 2017 Google LLC
|
|
9
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
10
|
+
*/class e extends directive.i{constructor(i){if(super(i),this.it=shared_tailwindElement_index.E,i.type!==directive.t.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(r){if(r===shared_tailwindElement_index.E||null==r)return this._t=void 0,this.it=r;if(r===shared_tailwindElement_index.T)return r;if("string"!=typeof r)throw Error(this.constructor.directiveName+"() called with a non-string value");if(r===this.it)return this._t;this.it=r;const s=[r];return s.raw=s,this._t={_$litType$:this.constructor.resultType,strings:s,values:[]}}}e.directiveName="unsafeHTML",e.resultType=1;const o=directive.e(e);
|
|
11
|
+
|
|
12
|
+
exports.o = o;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vite.full.config.d.ts","sourceRoot":"","sources":["../../vite.full.config.ts"],"names":[],"mappings":"AAcA,wBAAsB,QAAQ,CAAC,GAAG,KAAA,EAAE,MAAM,GAAE,MAAM,EAAO;;;;;;;;KAuFxD;AAsJD,wBAAsB,GAAG,CAAC,IAAI,KAAA,
|
|
1
|
+
{"version":3,"file":"vite.full.config.d.ts","sourceRoot":"","sources":["../../vite.full.config.ts"],"names":[],"mappings":"AAcA,wBAAsB,QAAQ,CAAC,GAAG,KAAA,EAAE,MAAM,GAAE,MAAM,EAAO;;;;;;;;KAuFxD;AAsJD,wBAAsB,GAAG,CAAC,IAAI,KAAA,iBAiG7B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lukso/web-components",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.155.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -130,6 +130,16 @@
|
|
|
130
130
|
"import": "./dist/components/lukso-input/index.js",
|
|
131
131
|
"types": "./dist/components/lukso-input/index.d.ts"
|
|
132
132
|
},
|
|
133
|
+
"./dist/components/lukso-markdown": {
|
|
134
|
+
"require": "./dist/components/lukso-markdown/index.cjs",
|
|
135
|
+
"import": "./dist/components/lukso-markdown/index.js",
|
|
136
|
+
"types": "./dist/components/lukso-markdown/index.d.ts"
|
|
137
|
+
},
|
|
138
|
+
"./dist/components/lukso-markdown-editor": {
|
|
139
|
+
"require": "./dist/components/lukso-markdown-editor/index.cjs",
|
|
140
|
+
"import": "./dist/components/lukso-markdown-editor/index.js",
|
|
141
|
+
"types": "./dist/components/lukso-markdown-editor/index.d.ts"
|
|
142
|
+
},
|
|
133
143
|
"./dist/components/lukso-modal": {
|
|
134
144
|
"require": "./dist/components/lukso-modal/index.cjs",
|
|
135
145
|
"import": "./dist/components/lukso-modal/index.js",
|
package/tailwind.config.cjs
CHANGED
package/tools/copy-assets.cjs
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
4
|
|
|
5
|
-
const
|
|
6
|
-
const
|
|
5
|
+
const fs = require('fs');
|
|
6
|
+
const path = require('path');
|
|
7
7
|
|
|
8
8
|
const fileExtensionWhitelist = [
|
|
9
9
|
".woff2",
|
|
@@ -15,27 +15,27 @@ const fileExtensionWhitelist = [
|
|
|
15
15
|
];
|
|
16
16
|
function copyFileSync(source, target) {
|
|
17
17
|
let targetFile = target;
|
|
18
|
-
if (
|
|
19
|
-
if (
|
|
20
|
-
targetFile =
|
|
18
|
+
if (fs.existsSync(target)) {
|
|
19
|
+
if (fs.lstatSync(target).isDirectory()) {
|
|
20
|
+
targetFile = path.join(target, path.basename(source));
|
|
21
21
|
}
|
|
22
22
|
}
|
|
23
|
-
if (!fileExtensionWhitelist.includes(
|
|
23
|
+
if (!fileExtensionWhitelist.includes(path.extname(source))) {
|
|
24
24
|
return;
|
|
25
25
|
}
|
|
26
|
-
|
|
26
|
+
fs.copyFileSync(source, targetFile);
|
|
27
27
|
}
|
|
28
28
|
function copyFolderRecursiveSync(source, target) {
|
|
29
29
|
let files = [];
|
|
30
|
-
const targetFolder =
|
|
31
|
-
if (!
|
|
32
|
-
|
|
30
|
+
const targetFolder = path.join(target, path.basename(source));
|
|
31
|
+
if (!fs.existsSync(targetFolder)) {
|
|
32
|
+
fs.mkdirSync(targetFolder);
|
|
33
33
|
}
|
|
34
|
-
if (
|
|
35
|
-
files =
|
|
34
|
+
if (fs.lstatSync(source).isDirectory()) {
|
|
35
|
+
files = fs.readdirSync(source);
|
|
36
36
|
for (const file of files) {
|
|
37
|
-
const curSource =
|
|
38
|
-
if (
|
|
37
|
+
const curSource = path.join(source, file);
|
|
38
|
+
if (fs.lstatSync(curSource).isDirectory()) {
|
|
39
39
|
copyFolderRecursiveSync(curSource, targetFolder);
|
|
40
40
|
} else {
|
|
41
41
|
copyFileSync(curSource, targetFolder);
|
|
@@ -44,8 +44,8 @@ function copyFolderRecursiveSync(source, target) {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
const copyAssets = (assetDir, assets) => {
|
|
47
|
-
if (!
|
|
48
|
-
|
|
47
|
+
if (!fs.existsSync(assetDir)) {
|
|
48
|
+
fs.mkdirSync(assetDir, { recursive: true });
|
|
49
49
|
}
|
|
50
50
|
copyFolderRecursiveSync(assets, assetDir);
|
|
51
51
|
};
|
package/tools/copy-assets.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { existsSync, mkdirSync, lstatSync, readdirSync, copyFileSync as copyFileSync$1 } from '
|
|
2
|
-
import { join, basename, extname } from '
|
|
1
|
+
import { existsSync, mkdirSync, lstatSync, readdirSync, copyFileSync as copyFileSync$1 } from 'fs';
|
|
2
|
+
import { join, basename, extname } from 'path';
|
|
3
3
|
|
|
4
4
|
const fileExtensionWhitelist = [
|
|
5
5
|
".woff2",
|
package/tools/index.cjs
CHANGED