@uva-glass/component-library 1.53.0 → 1.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AddTableFrom-CwnPli3F.js +162 -0
- package/dist/AddTableFrom-CwnPli3F.js.map +1 -0
- package/dist/{Lexical.prod-DNRTKPfN.js → Lexical.prod-BiuZHlIm.js} +927 -897
- package/dist/Lexical.prod-BiuZHlIm.js.map +1 -0
- package/dist/LexicalUtils.prod-BZOm66mY.js +94 -0
- package/dist/{LexicalUtils.prod-D_BPEjfg.js.map → LexicalUtils.prod-BZOm66mY.js.map} +1 -1
- package/dist/{ListPlugin-CgNBzfIl.js → ListPlugin-DFFbKLaN.js} +4 -4
- package/dist/{ListPlugin-CgNBzfIl.js.map → ListPlugin-DFFbKLaN.js.map} +1 -1
- package/dist/RteEditor.module-BBbfV1rk.js +24 -0
- package/dist/RteEditor.module-BBbfV1rk.js.map +1 -0
- package/dist/Sortable.module-BrgGu8qp.js +24 -0
- package/dist/Sortable.module-BrgGu8qp.js.map +1 -0
- package/dist/SortableProvider-Z0e0qeQT.js +152 -0
- package/dist/SortableProvider-Z0e0qeQT.js.map +1 -0
- package/dist/TablePlugin-CKJQiwra.js +1506 -0
- package/dist/TablePlugin-CKJQiwra.js.map +1 -0
- package/dist/assets/AddTableFrom.css +1 -0
- package/dist/assets/PageOverlay.css +1 -0
- package/dist/assets/RteEditor.css +1 -1
- package/dist/assets/Sortable.css +1 -0
- package/dist/assets/useFlyout.css +1 -1
- package/dist/components/CheckboxTree/CheckboxTree.js +11 -9
- package/dist/components/CheckboxTree/CheckboxTree.js.map +1 -1
- package/dist/components/Icon/icons/index.d.ts +3 -0
- package/dist/components/Icon/icons/index.js +18 -13
- package/dist/components/Icon/icons/index.js.map +1 -1
- package/dist/components/InputField/InputField.stories.js +13 -11
- package/dist/components/InputField/InputField.stories.js.map +1 -1
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +4 -2
- package/dist/components/MultiSelect/components/MultiSelectHeader.js.map +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/PageOverlay/PageOverlay.d.ts +25 -0
- package/dist/components/PageOverlay/PageOverlay.js +100 -0
- package/dist/components/PageOverlay/PageOverlay.js.map +1 -0
- package/dist/components/PageOverlay/PageOverlay.stories.d.ts +7 -0
- package/dist/components/PageOverlay/PageOverlay.stories.js +167 -0
- package/dist/components/PageOverlay/PageOverlay.stories.js.map +1 -0
- package/dist/components/PageOverlay/index.d.ts +1 -0
- package/dist/components/PageOverlay/index.js +5 -0
- package/dist/components/PageOverlay/index.js.map +1 -0
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +26 -24
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js.map +1 -1
- package/dist/components/RteEditor/Plugins/BlockFormatPlugin/BlockFormatPlugin.js +2 -2
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +18 -16
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkFrom.d.ts +12 -0
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkFrom.js +28 -0
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkFrom.js.map +1 -0
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +49 -68
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/helpers.js +1 -1
- package/dist/components/RteEditor/Plugins/ListPlugin/ListPlugin.js +3 -3
- package/dist/components/RteEditor/Plugins/ListPlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.d.ts +10 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +25 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js.map +1 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.d.ts +1 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +29 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js.map +1 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/index.d.ts +1 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +5 -0
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js.map +1 -0
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +26 -24
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/index.d.ts +1 -0
- package/dist/components/RteEditor/Plugins/index.js +6 -4
- package/dist/components/RteEditor/Plugins/index.js.map +1 -1
- package/dist/components/RteEditor/RteEditor.js +559 -774
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/RteEditor/UvaTheme/UvaTheme.d.ts +1 -0
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js +5 -4
- package/dist/components/RteEditor/UvaTheme/UvaTheme.js.map +1 -1
- package/dist/components/RteEditor/hooks/useFlyout.d.ts +1 -0
- package/dist/components/RteEditor/hooks/useFlyout.js +18 -36
- package/dist/components/RteEditor/hooks/useFlyout.js.map +1 -1
- package/dist/components/Sortable/Sortable.d.ts +16 -0
- package/dist/components/Sortable/Sortable.js +27 -0
- package/dist/components/Sortable/Sortable.js.map +1 -0
- package/dist/components/Sortable/Sortable.stories.d.ts +7 -0
- package/dist/components/Sortable/Sortable.stories.js +53 -0
- package/dist/components/Sortable/Sortable.stories.js.map +1 -0
- package/dist/components/Sortable/SortableProvider.d.ts +23 -0
- package/dist/components/Sortable/SortableProvider.js +10 -0
- package/dist/components/Sortable/SortableProvider.js.map +1 -0
- package/dist/components/Sortable/actions.d.ts +49 -0
- package/dist/components/Sortable/actions.js +33 -0
- package/dist/components/Sortable/actions.js.map +1 -0
- package/dist/components/Sortable/components/SortableContainer.d.ts +7 -0
- package/dist/components/Sortable/components/SortableContainer.js +9 -0
- package/dist/components/Sortable/components/SortableContainer.js.map +1 -0
- package/dist/components/Sortable/components/SortableHandle.d.ts +4 -0
- package/dist/components/Sortable/components/SortableHandle.js +11 -0
- package/dist/components/Sortable/components/SortableHandle.js.map +1 -0
- package/dist/components/Sortable/components/SortableItem.d.ts +9 -0
- package/dist/components/Sortable/components/SortableItem.js +113 -0
- package/dist/components/Sortable/components/SortableItem.js.map +1 -0
- package/dist/components/Sortable/constants.d.ts +10 -0
- package/dist/components/Sortable/constants.js +14 -0
- package/dist/components/Sortable/constants.js.map +1 -0
- package/dist/components/Sortable/index.d.ts +1 -0
- package/dist/components/Sortable/index.js +5 -0
- package/dist/components/Sortable/index.js.map +1 -0
- package/dist/components/Sortable/sortableReducer.d.ts +24 -0
- package/dist/components/Sortable/sortableReducer.js +92 -0
- package/dist/components/Sortable/sortableReducer.js.map +1 -0
- package/dist/components/hooks/useOnClickOuside.d.ts +4 -0
- package/dist/components/hooks/useOnClickOuside.js +15 -0
- package/dist/components/hooks/useOnClickOuside.js.map +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +45 -41
- package/dist/components/index.js.map +1 -1
- package/dist/{helpers-TSjo3aAv.js → helpers-CJF7fErD.js} +3 -3
- package/dist/{helpers-TSjo3aAv.js.map → helpers-CJF7fErD.js.map} +1 -1
- package/dist/index.js +45 -41
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/dist/Lexical.prod-DNRTKPfN.js.map +0 -1
- package/dist/LexicalUtils.prod-D_BPEjfg.js +0 -64
- package/dist/MultiSelect-D1FnMER4.js +0 -53
- package/dist/MultiSelect-D1FnMER4.js.map +0 -1
- package/dist/RteEditor.module-BjGyWKhW.js +0 -26
- package/dist/RteEditor.module-BjGyWKhW.js.map +0 -1
|
@@ -287,27 +287,31 @@ const n = ({
|
|
|
287
287
|
title: l,
|
|
288
288
|
titleId: C,
|
|
289
289
|
...t
|
|
290
|
-
}) => /* @__PURE__ */ e.createElement("svg", {
|
|
290
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M4,3H20A2,2 0 0,1 22,5V20A2,2 0 0,1 20,22H4A2,2 0 0,1 2,20V5A2,2 0 0,1 4,3M4,7V10H8V7H4M10,7V10H14V7H10M20,10V7H16V10H20M4,12V15H8V12H4M4,20H8V17H4V20M10,12V15H14V12H10M10,20H14V17H10V20M20,20V17H16V20H20M20,12H16V15H20V12Z", fill: "currentColor" })), f1 = ({
|
|
291
291
|
title: l,
|
|
292
292
|
titleId: C,
|
|
293
293
|
...t
|
|
294
|
-
}) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.6834 1.5264C12.5613 1.49055 11.4384 1.49055 10.3164 1.5264H13.6834ZM10.3164 1.5264C8.71186 1.57696 7.49988 2.9133 7.49988 4.47703V4.7038C6.55031 4.79091 5.60345 4.90581 4.66051 5.04835C4.31267 5.10022 3.96704 5.15614 3.62165 5.21608C3.21353 5.2869 2.9401 5.67515 3.01092 6.08326C3.08174 6.49138 3.47 6.76481 3.87811 6.69399C3.94756 6.68194 4.01701 6.67006 4.08646 6.65835L5.0291 18.9117C5.07791 19.5462 5.10806 20.2555 5.38515 20.8284C5.62858 21.3317 6.17768 21.9676 6.96503 22.2839C7.31768 22.4255 7.69716 22.5001 8.08388 22.5H15.0952C15.7311 22.5 16.4118 22.5327 17.0039 22.3008C17.5248 22.0969 18.23 21.5902 18.6061 20.8291C18.7744 20.4885 18.8779 20.1161 18.9077 19.7307L19.9131 6.66116L20.1296 6.69633C20.5369 6.76249 20.9212 6.4872 20.9895 6.08027C21.0579 5.67334 20.7847 5.28763 20.3781 5.21708C20.0325 5.1571 19.6873 5.10126 19.3406 5.04855C19.3314 5.04716 18.1289 4.88287 18.1289 4.88287L17.2461 4.78131L16.4999 4.70319V4.47703C16.4999 2.91208 15.2877 1.57695 13.6834 1.5264M18.4246 6.45322L15.6785 6.13975C13.2252 5.95086 10.761 5.9512 8.30777 6.1408M8.30777 6.1408C7.39371 6.21156 6.48184 6.30886 5.57352 6.43254L6.52468 18.7967C6.55912 19.2443 6.54409 19.8535 6.76277 20.2204C7.02639 20.6626 7.30481 20.8038 7.52412 20.8919C7.70052 20.9628 7.89026 21.0001 8.08366 21H15.0952C15.7227 20.9727 16.0314 21.0699 16.4492 20.9063C16.9392 20.7144 17.1565 20.3767 17.2613 20.1646C17.3455 19.9943 17.3972 19.8081 17.4121 19.6154L18.4246 6.45322M8.99988 4.58949C10.998 4.46796 13.0017 4.46796 14.9999 4.58949V4.47703C14.9999 3.68214 14.3919 3.04935 13.6364 3.02566C12.546 2.99081 11.4543 2.9908 10.3638 3.02565C9.60858 3.04933 8.99988 3.68291 8.99988 4.47703V4.58949ZM9.23107 8.25059C9.64497 8.23467 9.99341 8.55731 10.0093 8.97122L10.3553 17.9712C10.3712 18.3851 10.0486 18.7336 9.63469 18.7495C9.22078 18.7654 8.87234 18.4428 8.85643 18.0288L8.51043 9.02884C8.49452 8.61494 8.81716 8.2665 9.23107 8.25059ZM14.7687 8.25059C15.1826 8.2665 15.5052 8.61494 15.4893 9.02884L15.1433 18.0288C15.1274 18.4428 14.779 18.7654 14.3651 18.7495C13.9512 18.7336 13.6285 18.3851 13.6444 17.9712L13.9904 8.97122C14.0063 8.55731 14.3548 8.23467 14.7687 8.25059Z", fill: "currentcolor" })
|
|
294
|
+
}) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.6834 1.5264C12.5613 1.49055 11.4384 1.49055 10.3164 1.5264H13.6834ZM10.3164 1.5264C8.71186 1.57696 7.49988 2.9133 7.49988 4.47703V4.7038C6.55031 4.79091 5.60345 4.90581 4.66051 5.04835C4.31267 5.10022 3.96704 5.15614 3.62165 5.21608C3.21353 5.2869 2.9401 5.67515 3.01092 6.08326C3.08174 6.49138 3.47 6.76481 3.87811 6.69399C3.94756 6.68194 4.01701 6.67006 4.08646 6.65835L5.0291 18.9117C5.07791 19.5462 5.10806 20.2555 5.38515 20.8284C5.62858 21.3317 6.17768 21.9676 6.96503 22.2839C7.31768 22.4255 7.69716 22.5001 8.08388 22.5H15.0952C15.7311 22.5 16.4118 22.5327 17.0039 22.3008C17.5248 22.0969 18.23 21.5902 18.6061 20.8291C18.7744 20.4885 18.8779 20.1161 18.9077 19.7307L19.9131 6.66116L20.1296 6.69633C20.5369 6.76249 20.9212 6.4872 20.9895 6.08027C21.0579 5.67334 20.7847 5.28763 20.3781 5.21708C20.0325 5.1571 19.6873 5.10126 19.3406 5.04855C19.3314 5.04716 18.1289 4.88287 18.1289 4.88287L17.2461 4.78131L16.4999 4.70319V4.47703C16.4999 2.91208 15.2877 1.57695 13.6834 1.5264M18.4246 6.45322L15.6785 6.13975C13.2252 5.95086 10.761 5.9512 8.30777 6.1408M8.30777 6.1408C7.39371 6.21156 6.48184 6.30886 5.57352 6.43254L6.52468 18.7967C6.55912 19.2443 6.54409 19.8535 6.76277 20.2204C7.02639 20.6626 7.30481 20.8038 7.52412 20.8919C7.70052 20.9628 7.89026 21.0001 8.08366 21H15.0952C15.7227 20.9727 16.0314 21.0699 16.4492 20.9063C16.9392 20.7144 17.1565 20.3767 17.2613 20.1646C17.3455 19.9943 17.3972 19.8081 17.4121 19.6154L18.4246 6.45322M8.99988 4.58949C10.998 4.46796 13.0017 4.46796 14.9999 4.58949V4.47703C14.9999 3.68214 14.3919 3.04935 13.6364 3.02566C12.546 2.99081 11.4543 2.9908 10.3638 3.02565C9.60858 3.04933 8.99988 3.68291 8.99988 4.47703V4.58949ZM9.23107 8.25059C9.64497 8.23467 9.99341 8.55731 10.0093 8.97122L10.3553 17.9712C10.3712 18.3851 10.0486 18.7336 9.63469 18.7495C9.22078 18.7654 8.87234 18.4428 8.85643 18.0288L8.51043 9.02884C8.49452 8.61494 8.81716 8.2665 9.23107 8.25059ZM14.7687 8.25059C15.1826 8.2665 15.5052 8.61494 15.4893 9.02884L15.1433 18.0288C15.1274 18.4428 14.779 18.7654 14.3651 18.7495C13.9512 18.7336 13.6285 18.3851 13.6444 17.9712L13.9904 8.97122C14.0063 8.55731 14.3548 8.23467 14.7687 8.25059Z", fill: "currentcolor" })), H1 = ({
|
|
295
295
|
title: l,
|
|
296
296
|
titleId: C,
|
|
297
297
|
...t
|
|
298
|
-
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
298
|
+
}) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.6834 1.5264C12.5613 1.49055 11.4384 1.49055 10.3164 1.5264H13.6834ZM10.3164 1.5264C8.71186 1.57696 7.49988 2.9133 7.49988 4.47703V4.7038C6.55031 4.79091 5.60345 4.90581 4.66051 5.04835C4.31267 5.10022 3.96704 5.15614 3.62165 5.21608C3.21353 5.2869 2.9401 5.67515 3.01092 6.08326C3.08174 6.49138 3.47 6.76481 3.87811 6.69399C3.94756 6.68194 4.01701 6.67006 4.08646 6.65835L5.0291 18.9117C5.07791 19.5462 5.10806 20.2555 5.38515 20.8284C5.62858 21.3317 6.17768 21.9676 6.96503 22.2839C7.31768 22.4255 7.69716 22.5001 8.08388 22.5H15.0952C15.7311 22.5 16.4118 22.5327 17.0039 22.3008C17.5248 22.0969 18.23 21.5902 18.6061 20.8291C18.7744 20.4885 18.8779 20.1161 18.9077 19.7307L19.9131 6.66116L20.1296 6.69633C20.5369 6.76249 20.9212 6.4872 20.9895 6.08027C21.0579 5.67334 20.7847 5.28763 20.3781 5.21708C20.0325 5.1571 19.6873 5.10126 19.3406 5.04855C19.3314 5.04716 18.1289 4.88287 18.1289 4.88287L17.2461 4.78131L16.4999 4.70319V4.47703C16.4999 2.91208 15.2877 1.57695 13.6834 1.5264M18.4246 6.45322L15.6785 6.13975C13.2252 5.95086 10.761 5.9512 8.30777 6.1408M8.30777 6.1408C7.39371 6.21156 6.48184 6.30886 5.57352 6.43254L6.52468 18.7967C6.55912 19.2443 6.54409 19.8535 6.76277 20.2204C7.02639 20.6626 7.30481 20.8038 7.52412 20.8919C7.70052 20.9628 7.89026 21.0001 8.08366 21H15.0952C15.7227 20.9727 16.0314 21.0699 16.4492 20.9063C16.9392 20.7144 17.1565 20.3767 17.2613 20.1646C17.3455 19.9943 17.3972 19.8081 17.4121 19.6154L18.4246 6.45322M8.99988 4.58949C10.998 4.46796 13.0017 4.46796 14.9999 4.58949V4.47703C14.9999 3.68214 14.3919 3.04935 13.6364 3.02566C12.546 2.99081 11.4543 2.9908 10.3638 3.02565C9.60858 3.04933 8.99988 3.68291 8.99988 4.47703V4.58949ZM9.23107 8.25059C9.64497 8.23467 9.99341 8.55731 10.0093 8.97122L10.3553 17.9712C10.3712 18.3851 10.0486 18.7336 9.63469 18.7495C9.22078 18.7654 8.87234 18.4428 8.85643 18.0288L8.51043 9.02884C8.49452 8.61494 8.81716 8.2665 9.23107 8.25059ZM14.7687 8.25059C15.1826 8.2665 15.5052 8.61494 15.4893 9.02884L15.1433 18.0288C15.1274 18.4428 14.779 18.7654 14.3651 18.7495C13.9512 18.7336 13.6285 18.3851 13.6444 17.9712L13.9904 8.97122C14.0063 8.55731 14.3548 8.23467 14.7687 8.25059Z", fill: "currentcolor" }), /* @__PURE__ */ e.createElement("line", { x1: 23, y1: 2.2, x2: 2.2, y2: 23, stroke: "currentcolor", strokeWidth: 1.5 })), V1 = ({
|
|
299
299
|
title: l,
|
|
300
300
|
titleId: C,
|
|
301
301
|
...t
|
|
302
|
-
}) => /* @__PURE__ */ e.createElement("svg", {
|
|
302
|
+
}) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M20 13.5C20 17.09 17.09 20 13.5 20H6V18H13.5C16 18 18 16 18 13.5S16 9 13.5 9H7.83L10.91 12.09L9.5 13.5L4 8L9.5 2.5L10.92 3.91L7.83 7H13.5C17.09 7 20 9.91 20 13.5Z", fill: "currentColor" })), Z1 = ({
|
|
303
303
|
title: l,
|
|
304
304
|
titleId: C,
|
|
305
305
|
...t
|
|
306
|
-
}) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "
|
|
306
|
+
}) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M15.75 6C15.75 8.07107 14.071 9.75 12 9.75C9.9289 9.75 8.24996 8.07107 8.24996 6C8.24996 3.92893 9.9289 2.25 12 2.25C14.071 2.25 15.75 3.92893 15.75 6Z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M4.5011 20.1182C4.5714 16.0369 7.90184 12.75 12 12.75C16.0982 12.75 19.4287 16.0371 19.4988 20.1185C17.216 21.166 14.6764 21.75 12.0003 21.75C9.32396 21.75 6.78406 21.1659 4.5011 20.1182Z", stroke: "currentcolor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })), x1 = ({
|
|
307
307
|
title: l,
|
|
308
308
|
titleId: C,
|
|
309
309
|
...t
|
|
310
|
-
}) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "
|
|
310
|
+
}) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M7.45823 3.45818C8.23182 2.6846 9.28103 2.25 10.375 2.25C11.4691 2.25 12.5183 2.6846 13.2919 3.45818C14.0654 4.23177 14.5 5.28098 14.5 6.375C14.5 7.46902 14.0654 8.51823 13.2919 9.29182C12.5183 10.0654 11.4691 10.5 10.375 10.5C9.28103 10.5 8.23182 10.0654 7.45823 9.29182C6.68464 8.51823 6.25004 7.46902 6.25004 6.375C6.25004 5.28098 6.68464 4.23177 7.45823 3.45818Z", fill: "currentcolor" }), /* @__PURE__ */ e.createElement("path", { d: "M7.62026 12.5541C8.49263 12.1883 9.42911 12 10.375 12C12.2647 12 14.077 12.7507 15.4132 14.0869C16.7494 15.4231 17.5 17.2353 17.5 19.125V19.127L17.499 19.247C17.4968 19.3743 17.4622 19.4989 17.3986 19.6091C17.3349 19.7193 17.2442 19.8115 17.135 19.877C15.161 21.066 12.847 21.75 10.375 21.75C7.99278 21.7536 5.65484 21.106 3.61404 19.877C3.50508 19.8114 3.4146 19.7191 3.3511 19.6089C3.28759 19.4987 3.25317 19.3742 3.25104 19.247C3.23485 18.3012 3.40715 17.3616 3.75789 16.4831C4.10863 15.6046 4.6308 14.8047 5.29393 14.1302C5.95706 13.4556 6.74788 12.9198 7.62026 12.5541Z", fill: "currentcolor" }), /* @__PURE__ */ e.createElement("path", { d: "M22.4365 8.38478C22.6663 8.04013 22.5732 7.57448 22.2285 7.34471C21.8839 7.11495 21.4182 7.20808 21.1885 7.55272L18.3209 11.854L16.7178 10.2509C16.4249 9.95803 15.9501 9.95803 15.6572 10.2509C15.3643 10.5438 15.3643 11.0187 15.6572 11.3116L17.9072 13.5616C18.0661 13.7205 18.2878 13.7997 18.5114 13.7776C18.735 13.7555 18.9369 13.6342 19.0615 13.4473L22.4365 8.38478Z", fill: "currentcolor" })), b1 = ({
|
|
311
|
+
title: l,
|
|
312
|
+
titleId: C,
|
|
313
|
+
...t
|
|
314
|
+
}) => /* @__PURE__ */ e.createElement("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "aria-labelledby": C, ...t }, l ? /* @__PURE__ */ e.createElement("title", { id: C }, l) : null, /* @__PURE__ */ e.createElement("path", { d: "M10.375 2.25C9.28103 2.25 8.23182 2.6846 7.45823 3.45818C6.68464 4.23177 6.25004 5.28098 6.25004 6.375C6.25004 7.46902 6.68464 8.51823 7.45823 9.29182C8.23182 10.0654 9.28103 10.5 10.375 10.5C11.4691 10.5 12.5183 10.0654 13.2919 9.29182C14.0654 8.51823 14.5 7.46902 14.5 6.375C14.5 5.28098 14.0654 4.23177 13.2919 3.45818C12.5183 2.6846 11.4691 2.25 10.375 2.25ZM10.375 12C9.42911 12 8.49263 12.1883 7.62026 12.5541C6.74788 12.9198 5.95706 13.4556 5.29393 14.1302C4.6308 14.8047 4.10863 15.6046 3.75789 16.4831C3.40715 17.3616 3.23485 18.3012 3.25104 19.247C3.25317 19.3742 3.28759 19.4987 3.3511 19.6089C3.4146 19.7191 3.50508 19.8114 3.61404 19.877C5.65484 21.106 7.99278 21.7536 10.375 21.75C12.847 21.75 15.161 21.066 17.135 19.877C17.2442 19.8115 17.3349 19.7193 17.3986 19.6091C17.4622 19.4989 17.4968 19.3743 17.499 19.247L17.5 19.127V19.125C17.5 17.2353 16.7494 15.4231 15.4132 14.0869C14.077 12.7507 12.2647 12 10.375 12ZM16 9.75C15.8011 9.75 15.6104 9.82902 15.4697 9.96967C15.3291 10.1103 15.25 10.3011 15.25 10.5C15.25 10.6989 15.3291 10.8897 15.4697 11.0303C15.6104 11.171 15.8011 11.25 16 11.25H22C22.199 11.25 22.3897 11.171 22.5304 11.0303C22.671 10.8897 22.75 10.6989 22.75 10.5C22.75 10.3011 22.671 10.1103 22.5304 9.96967C22.3897 9.82902 22.199 9.75 22 9.75H16Z", fill: "currentcolor" })), R1 = {
|
|
311
315
|
AcademicCap: n,
|
|
312
316
|
ArrowDownOnSquare: r,
|
|
313
317
|
ArrowLeft: o,
|
|
@@ -379,14 +383,15 @@ const n = ({
|
|
|
379
383
|
Swap: u1,
|
|
380
384
|
SwapSlash: M1,
|
|
381
385
|
Swatch: E1,
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
386
|
+
Table: p1,
|
|
387
|
+
Trash: f1,
|
|
388
|
+
TrashStrikethrough: H1,
|
|
389
|
+
Undo: V1,
|
|
390
|
+
User: Z1,
|
|
391
|
+
UserCheckFill: x1,
|
|
392
|
+
UserMinusFill: b1
|
|
388
393
|
};
|
|
389
394
|
export {
|
|
390
|
-
|
|
395
|
+
R1 as Icons
|
|
391
396
|
};
|
|
392
397
|
//# sourceMappingURL=index.js.map
|