@nldd/design-system 0.8.64 → 0.8.66
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/components/actions/button/button.d.ts.map +1 -1
- package/dist/components/actions/button/button.js +7 -6
- package/dist/components/actions/button/button.js.map +1 -1
- package/dist/components/actions/button/button.styles.d.ts.map +1 -1
- package/dist/components/actions/button/button.styles.js +9 -5
- package/dist/components/actions/button/button.styles.js.map +1 -1
- package/dist/components/actions/button-bar/button-bar.d.ts.map +1 -1
- package/dist/components/actions/button-bar/button-bar.js +3 -2
- package/dist/components/actions/button-bar/button-bar.js.map +1 -1
- package/dist/components/actions/button-group/button-group.d.ts.map +1 -1
- package/dist/components/actions/button-group/button-group.js +3 -2
- package/dist/components/actions/button-group/button-group.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.d.ts +4 -0
- package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
- package/dist/components/actions/icon-button/icon-button.js +13 -5
- package/dist/components/actions/icon-button/icon-button.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -1
- package/dist/components/actions/icon-button/icon-button.styles.js +15 -10
- package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -1
- package/dist/components/actions/icon-button/icon-button.template.js +2 -0
- package/dist/components/actions/icon-button/icon-button.template.js.map +1 -1
- package/dist/components/actions/menu/menu.d.ts +1 -0
- package/dist/components/actions/menu/menu.d.ts.map +1 -1
- package/dist/components/actions/menu/menu.js +33 -15
- package/dist/components/actions/menu/menu.js.map +1 -1
- package/dist/components/actions/menu/menu.styles.d.ts.map +1 -1
- package/dist/components/actions/menu/menu.styles.js +8 -0
- package/dist/components/actions/menu/menu.styles.js.map +1 -1
- package/dist/components/actions/split-button/split-button.d.ts.map +1 -1
- package/dist/components/actions/split-button/split-button.js +5 -4
- package/dist/components/actions/split-button/split-button.js.map +1 -1
- package/dist/components/actions/toolbar/toolbar.d.ts +15 -2
- package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -1
- package/dist/components/actions/toolbar/toolbar.js +116 -42
- package/dist/components/actions/toolbar/toolbar.js.map +1 -1
- package/dist/components/actions/toolbar/toolbar.styles.d.ts.map +1 -1
- package/dist/components/actions/toolbar/toolbar.styles.js +33 -18
- package/dist/components/actions/toolbar/toolbar.styles.js.map +1 -1
- package/dist/components/actions/toolbar/toolbar.template.d.ts.map +1 -1
- package/dist/components/actions/toolbar/toolbar.template.js +5 -2
- package/dist/components/actions/toolbar/toolbar.template.js.map +1 -1
- package/dist/components/components.js +104 -102
- package/dist/components/content/blockquote/blockquote.styles.d.ts.map +1 -1
- package/dist/components/content/blockquote/blockquote.styles.js +0 -3
- package/dist/components/content/blockquote/blockquote.styles.js.map +1 -1
- package/dist/components/content/byline/byline.d.ts.map +1 -1
- package/dist/components/content/byline/byline.js +3 -2
- package/dist/components/content/byline/byline.js.map +1 -1
- package/dist/components/content/code-viewer/code-viewer.d.ts +24 -64
- package/dist/components/content/code-viewer/code-viewer.d.ts.map +1 -1
- package/dist/components/content/code-viewer/code-viewer.js +239 -156
- package/dist/components/content/code-viewer/code-viewer.js.map +1 -1
- package/dist/components/content/code-viewer/code-viewer.styles.d.ts.map +1 -1
- package/dist/components/content/code-viewer/code-viewer.styles.js +33 -92
- package/dist/components/content/code-viewer/code-viewer.styles.js.map +1 -1
- package/dist/components/content/code-viewer/code-viewer.template.d.ts.map +1 -1
- package/dist/components/content/code-viewer/code-viewer.template.js +10 -29
- package/dist/components/content/code-viewer/code-viewer.template.js.map +1 -1
- package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
- package/dist/components/content/icon/icon-aliases.js +43 -8
- package/dist/components/content/icon/icon-aliases.js.map +1 -1
- package/dist/components/content/icon/icon-registry.d.ts.map +1 -1
- package/dist/components/content/icon/icon-registry.js +34 -4
- package/dist/components/content/icon/icon-registry.js.map +1 -1
- package/dist/components/content/icon/icon.d.ts.map +1 -1
- package/dist/components/content/icon/icon.js +3 -2
- package/dist/components/content/icon/icon.js.map +1 -1
- package/dist/components/content/image/image.d.ts.map +1 -1
- package/dist/components/content/image/image.js +7 -6
- package/dist/components/content/image/image.js.map +1 -1
- package/dist/components/content/image/image.styles.d.ts.map +1 -1
- package/dist/components/content/image/image.styles.js +2 -6
- package/dist/components/content/image/image.styles.js.map +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts.map +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js +8 -7
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js.map +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts.map +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js +5 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js.map +1 -1
- package/dist/components/content/rich-text/rich-text.d.ts.map +1 -1
- package/dist/components/content/rich-text/rich-text.js +3 -2
- package/dist/components/content/rich-text/rich-text.js.map +1 -1
- package/dist/components/content/tag/tag.d.ts.map +1 -1
- package/dist/components/content/tag/tag.js +5 -4
- package/dist/components/content/tag/tag.js.map +1 -1
- package/dist/components/content/title/title.d.ts.map +1 -1
- package/dist/components/content/title/title.js +2 -1
- package/dist/components/content/title/title.js.map +1 -1
- package/dist/components/content/token/token.d.ts +70 -0
- package/dist/components/content/token/token.d.ts.map +1 -0
- package/dist/components/content/token/token.js +170 -0
- package/dist/components/content/token/token.js.map +1 -0
- package/dist/components/content/token/token.styles.d.ts.map +1 -0
- package/dist/components/content/token/token.styles.js +122 -0
- package/dist/components/content/token/token.styles.js.map +1 -0
- package/dist/components/content/token/token.template.d.ts +6 -0
- package/dist/components/content/token/token.template.d.ts.map +1 -0
- package/dist/components/content/token/token.template.js +47 -0
- package/dist/components/content/token/token.template.js.map +1 -0
- package/dist/components/content/tooltip/tooltip.d.ts.map +1 -1
- package/dist/components/content/tooltip/tooltip.js +14 -5
- package/dist/components/content/tooltip/tooltip.js.map +1 -1
- package/dist/components/content/tooltip/tooltip.styles.d.ts.map +1 -1
- package/dist/components/content/tooltip/tooltip.styles.js +11 -0
- package/dist/components/content/tooltip/tooltip.styles.js.map +1 -1
- package/dist/components/gherkin-DhZlEZiy.js +115 -0
- package/dist/components/index-Bfw_pYWB.js +405 -0
- package/dist/components/index-Bqf6o41r.js +81 -0
- package/dist/components/index-CKnwqp_9.js +688 -0
- package/dist/components/index-CXT1jMFt.js +384 -0
- package/dist/components/index-DO7aT0MT.js +177 -0
- package/dist/components/index-DWwviobk.js +703 -0
- package/dist/components/index-DjsXjoZJ.js +67143 -0
- package/dist/components/index.d.ts +20 -18
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +20 -18
- package/dist/components/index.js.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.d.ts +58 -29
- package/dist/components/inputs/code-editor/code-editor.d.ts.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.js +241 -52
- package/dist/components/inputs/code-editor/code-editor.js.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.styles.d.ts.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.styles.js +58 -46
- package/dist/components/inputs/code-editor/code-editor.styles.js.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.template.d.ts +1 -1
- package/dist/components/inputs/code-editor/code-editor.template.d.ts.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.template.js +5 -22
- package/dist/components/inputs/code-editor/code-editor.template.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.d.ts +15 -4
- package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.js +53 -9
- package/dist/components/inputs/combo-box/combo-box.js.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.d.ts.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.js +2 -1
- package/dist/components/inputs/dropdown/dropdown.js.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js +6 -5
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.js.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.d.ts.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js +8 -11
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js.map +1 -1
- package/dist/components/inputs/number-field/number-field.d.ts.map +1 -1
- package/dist/components/inputs/number-field/number-field.js +2 -1
- package/dist/components/inputs/number-field/number-field.js.map +1 -1
- package/dist/components/inputs/password-field/password-field.d.ts.map +1 -1
- package/dist/components/inputs/password-field/password-field.js +3 -2
- package/dist/components/inputs/password-field/password-field.js.map +1 -1
- package/dist/components/inputs/radio-button-group/radio-button-group.js +1 -1
- package/dist/components/inputs/radio-button-group/radio-button-group.js.map +1 -1
- package/dist/components/inputs/search-field/search-field.d.ts.map +1 -1
- package/dist/components/inputs/search-field/search-field.js +2 -1
- package/dist/components/inputs/search-field/search-field.js.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.d.ts +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.js +10 -9
- package/dist/components/inputs/segmented-control/segmented-control.js.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.styles.js +70 -36
- package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
- package/dist/components/inputs/stepper/stepper.d.ts.map +1 -1
- package/dist/components/inputs/stepper/stepper.js +2 -1
- package/dist/components/inputs/stepper/stepper.js.map +1 -1
- package/dist/components/inputs/switch/switch.d.ts.map +1 -1
- package/dist/components/inputs/switch/switch.js +2 -1
- package/dist/components/inputs/switch/switch.js.map +1 -1
- package/dist/components/inputs/text-editor/text-editor.annotation-sentinels.d.ts +51 -0
- package/dist/components/inputs/text-editor/text-editor.annotation-sentinels.d.ts.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.annotation-sentinels.js +148 -0
- package/dist/components/inputs/text-editor/text-editor.annotation-sentinels.js.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.annotations.d.ts +47 -0
- package/dist/components/inputs/text-editor/text-editor.annotations.d.ts.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.annotations.js +327 -0
- package/dist/components/inputs/text-editor/text-editor.annotations.js.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.caret.d.ts +13 -0
- package/dist/components/inputs/text-editor/text-editor.caret.d.ts.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.caret.js +27 -0
- package/dist/components/inputs/text-editor/text-editor.caret.js.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.commands.d.ts +68 -0
- package/dist/components/inputs/text-editor/text-editor.commands.d.ts.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.commands.js +420 -0
- package/dist/components/inputs/text-editor/text-editor.commands.js.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.d.ts +241 -0
- package/dist/components/inputs/text-editor/text-editor.d.ts.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.drag.d.ts +30 -0
- package/dist/components/inputs/text-editor/text-editor.drag.d.ts.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.drag.js +231 -0
- package/dist/components/inputs/text-editor/text-editor.drag.js.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.i18n.d.ts +8 -0
- package/dist/components/inputs/text-editor/text-editor.i18n.d.ts.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.i18n.js +13 -0
- package/dist/components/inputs/text-editor/text-editor.i18n.js.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.js +780 -0
- package/dist/components/inputs/text-editor/text-editor.js.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.links.d.ts +18 -0
- package/dist/components/inputs/text-editor/text-editor.links.d.ts.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.links.js +147 -0
- package/dist/components/inputs/text-editor/text-editor.links.js.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.markdown.d.ts +20 -0
- package/dist/components/inputs/text-editor/text-editor.markdown.d.ts.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.markdown.js +372 -0
- package/dist/components/inputs/text-editor/text-editor.markdown.js.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.mentions.d.ts +32 -0
- package/dist/components/inputs/text-editor/text-editor.mentions.d.ts.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.mentions.js +153 -0
- package/dist/components/inputs/text-editor/text-editor.mentions.js.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.ordered-list.d.ts +12 -0
- package/dist/components/inputs/text-editor/text-editor.ordered-list.d.ts.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.ordered-list.js +106 -0
- package/dist/components/inputs/text-editor/text-editor.ordered-list.js.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.styles.d.ts +2 -0
- package/dist/components/inputs/text-editor/text-editor.styles.d.ts.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.styles.js +592 -0
- package/dist/components/inputs/text-editor/text-editor.styles.js.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.template.d.ts +4 -0
- package/dist/components/inputs/text-editor/text-editor.template.d.ts.map +1 -0
- package/dist/components/inputs/text-editor/text-editor.template.js +7 -0
- package/dist/components/inputs/text-editor/text-editor.template.js.map +1 -0
- package/dist/components/inputs/text-field/text-field.d.ts.map +1 -1
- package/dist/components/inputs/text-field/text-field.js +3 -2
- package/dist/components/inputs/text-field/text-field.js.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.js +4 -3
- package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.styles.js +14 -10
- package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -1
- package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts +1 -1
- package/dist/components/inputs/toggle-button-group/toggle-button-group.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button-group/toggle-button-group.js +5 -4
- package/dist/components/inputs/toggle-button-group/toggle-button-group.js.map +1 -1
- package/dist/components/inputs/token-field/token-field.d.ts +257 -0
- package/dist/components/inputs/token-field/token-field.d.ts.map +1 -0
- package/dist/components/inputs/token-field/token-field.i18n.d.ts +9 -0
- package/dist/components/inputs/token-field/token-field.i18n.d.ts.map +1 -0
- package/dist/components/inputs/token-field/token-field.i18n.js +8 -0
- package/dist/components/inputs/token-field/token-field.i18n.js.map +1 -0
- package/dist/components/inputs/token-field/token-field.js +889 -0
- package/dist/components/inputs/token-field/token-field.js.map +1 -0
- package/dist/components/inputs/token-field/token-field.styles.d.ts +2 -0
- package/dist/components/inputs/token-field/token-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/token-field/token-field.styles.js +194 -0
- package/dist/components/inputs/token-field/token-field.styles.js.map +1 -0
- package/dist/components/inputs/token-field/token-field.template.d.ts +8 -0
- package/dist/components/inputs/token-field/token-field.template.d.ts.map +1 -0
- package/dist/components/inputs/token-field/token-field.template.js +136 -0
- package/dist/components/inputs/token-field/token-field.template.js.map +1 -0
- package/dist/components/layout/app-view/app-view.d.ts +26 -6
- package/dist/components/layout/app-view/app-view.d.ts.map +1 -1
- package/dist/components/layout/app-view/app-view.js +103 -12
- package/dist/components/layout/app-view/app-view.js.map +1 -1
- package/dist/components/layout/app-view/app-view.styles.d.ts.map +1 -1
- package/dist/components/layout/app-view/app-view.styles.js +25 -0
- package/dist/components/layout/app-view/app-view.styles.js.map +1 -1
- package/dist/components/layout/box/box.d.ts.map +1 -1
- package/dist/components/layout/box/box.js +2 -1
- package/dist/components/layout/box/box.js.map +1 -1
- package/dist/components/layout/box/box.styles.d.ts.map +1 -1
- package/dist/components/layout/box/box.styles.js +1 -6
- package/dist/components/layout/box/box.styles.js.map +1 -1
- package/dist/components/layout/collection/collection.d.ts +5 -0
- package/dist/components/layout/collection/collection.d.ts.map +1 -1
- package/dist/components/layout/collection/collection.js +17 -1
- package/dist/components/layout/collection/collection.js.map +1 -1
- package/dist/components/layout/collection/collection.styles.d.ts.map +1 -1
- package/dist/components/layout/collection/collection.styles.js +18 -17
- package/dist/components/layout/collection/collection.styles.js.map +1 -1
- package/dist/components/layout/page/page.d.ts +31 -1
- package/dist/components/layout/page/page.d.ts.map +1 -1
- package/dist/components/layout/page/page.js +112 -26
- package/dist/components/layout/page/page.js.map +1 -1
- package/dist/components/layout/page/page.styles.d.ts.map +1 -1
- package/dist/components/layout/page/page.styles.js +48 -0
- package/dist/components/layout/page/page.styles.js.map +1 -1
- package/dist/components/layout/page-footer/page-footer.d.ts.map +1 -1
- package/dist/components/layout/page-footer/page-footer.js +2 -1
- package/dist/components/layout/page-footer/page-footer.js.map +1 -1
- package/dist/components/layout/page-sections/hero/hero.d.ts +7 -23
- package/dist/components/layout/page-sections/hero/hero.d.ts.map +1 -1
- package/dist/components/layout/page-sections/hero/hero.js +12 -73
- package/dist/components/layout/page-sections/hero/hero.js.map +1 -1
- package/dist/components/layout/page-sections/hero/hero.styles.d.ts.map +1 -1
- package/dist/components/layout/page-sections/hero/hero.styles.js +13 -159
- package/dist/components/layout/page-sections/hero/hero.styles.js.map +1 -1
- package/dist/components/layout/popover/popover.d.ts +1 -0
- package/dist/components/layout/popover/popover.d.ts.map +1 -1
- package/dist/components/layout/popover/popover.js +14 -1
- package/dist/components/layout/popover/popover.js.map +1 -1
- package/dist/components/layout/popover/popover.styles.d.ts.map +1 -1
- package/dist/components/layout/popover/popover.styles.js +11 -0
- package/dist/components/layout/popover/popover.styles.js.map +1 -1
- package/dist/components/layout/sheet/sheet.d.ts +5 -1
- package/dist/components/layout/sheet/sheet.d.ts.map +1 -1
- package/dist/components/layout/sheet/sheet.js +20 -6
- package/dist/components/layout/sheet/sheet.js.map +1 -1
- package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -1
- package/dist/components/layout/sheet/sheet.styles.js +60 -83
- package/dist/components/layout/sheet/sheet.styles.js.map +1 -1
- package/dist/components/layout/spacer/spacer.d.ts.map +1 -1
- package/dist/components/layout/spacer/spacer.js +2 -1
- package/dist/components/layout/spacer/spacer.js.map +1 -1
- package/dist/components/layout/spacer/spacer.styles.d.ts.map +1 -1
- package/dist/components/layout/spacer/spacer.styles.js +0 -1
- package/dist/components/layout/spacer/spacer.styles.js.map +1 -1
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts +3 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts.map +1 -1
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.js +49 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.js.map +1 -1
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts.map +1 -1
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +55 -0
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js.map +1 -1
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.d.ts.map +1 -1
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.js +18 -9
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.template.js.map +1 -1
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts +8 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts.map +1 -1
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js +21 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js.map +1 -1
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts.map +1 -1
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +34 -0
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js.map +1 -1
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.d.ts.map +1 -1
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js +17 -7
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js.map +1 -1
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts +6 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts.map +1 -1
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js +17 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.js.map +1 -1
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.d.ts.map +1 -1
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.js +2 -1
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.js.map +1 -1
- package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js +10 -10
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts +10 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts.map +1 -1
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.js +13 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.js.map +1 -1
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.d.ts.map +1 -1
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js +19 -0
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js.map +1 -1
- package/dist/components/layout/window/window.d.ts.map +1 -1
- package/dist/components/layout/window/window.js +11 -2
- package/dist/components/layout/window/window.js.map +1 -1
- package/dist/components/lists-and-tables/cells/cell/cell.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/cell/cell.js +4 -3
- package/dist/components/lists-and-tables/cells/cell/cell.js.map +1 -1
- package/dist/components/lists-and-tables/cells/description-cell/description-cell.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/description-cell/description-cell.js +3 -2
- package/dist/components/lists-and-tables/cells/description-cell/description-cell.js.map +1 -1
- package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.js +2 -1
- package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.js.map +1 -1
- package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.js +3 -2
- package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.js.map +1 -1
- package/dist/components/lists-and-tables/cells/text-cell/text-cell.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/text-cell/text-cell.js +10 -9
- package/dist/components/lists-and-tables/cells/text-cell/text-cell.js.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.js +3 -2
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.js.map +1 -1
- package/dist/components/lists-and-tables/cells/title-cell/title-cell.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/title-cell/title-cell.js +9 -8
- package/dist/components/lists-and-tables/cells/title-cell/title-cell.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list/list.js +5 -4
- package/dist/components/lists-and-tables/list/list.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list/list.styles.js +3 -2
- package/dist/components/lists-and-tables/list/list.styles.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.js +2 -1
- package/dist/components/lists-and-tables/list-item/list-item.js.map +1 -1
- package/dist/components/lists-and-tables/table/table.d.ts.map +1 -1
- package/dist/components/lists-and-tables/table/table.js +4 -3
- package/dist/components/lists-and-tables/table/table.js.map +1 -1
- package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts.map +1 -1
- package/dist/components/navigation/breadcrumbs/breadcrumbs.js +2 -1
- package/dist/components/navigation/breadcrumbs/breadcrumbs.js.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.js +5 -4
- package/dist/components/navigation/document-tab-bar/document-tab-bar.js.map +1 -1
- package/dist/components/navigation/link/link.d.ts.map +1 -1
- package/dist/components/navigation/link/link.js +2 -1
- package/dist/components/navigation/link/link.js.map +1 -1
- package/dist/components/navigation/menu-bar/menu-bar.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar/menu-bar.js +2 -1
- package/dist/components/navigation/menu-bar/menu-bar.js.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js +4 -3
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -1
- package/dist/components/navigation/skip-link/skip-link.d.ts.map +1 -1
- package/dist/components/navigation/skip-link/skip-link.js +2 -1
- package/dist/components/navigation/skip-link/skip-link.js.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.d.ts +7 -0
- package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.js +31 -5
- package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.styles.js +74 -78
- package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.template.d.ts.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.template.js +8 -1
- package/dist/components/navigation/tab-bar/tab-bar.template.js.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +7 -6
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js.map +1 -1
- package/dist/components/navigation/top-title-bar/top-title-bar.d.ts +6 -1
- package/dist/components/navigation/top-title-bar/top-title-bar.d.ts.map +1 -1
- package/dist/components/navigation/top-title-bar/top-title-bar.js +47 -10
- package/dist/components/navigation/top-title-bar/top-title-bar.js.map +1 -1
- package/dist/components/shell-BlsXDxCn.js +222 -0
- package/dist/components/status-and-feedback/activity-indicator/activity-indicator.d.ts.map +1 -1
- package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js +4 -3
- package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js.map +1 -1
- package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js +0 -1
- package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.d.ts.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.js +4 -3
- package/dist/components/status-and-feedback/badge/badge.js.map +1 -1
- package/dist/components/status-and-feedback/banner/banner.d.ts +0 -1
- package/dist/components/status-and-feedback/banner/banner.d.ts.map +1 -1
- package/dist/components/status-and-feedback/banner/banner.js +13 -13
- package/dist/components/status-and-feedback/banner/banner.js.map +1 -1
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts.map +1 -1
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +5 -4
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js.map +1 -1
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts +1 -0
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts.map +1 -1
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js +35 -4
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js.map +1 -1
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.js +11 -0
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.js.map +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.d.ts.map +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js +4 -3
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js.map +1 -1
- package/dist/components/status-and-feedback/progress-bar/progress-bar.d.ts.map +1 -1
- package/dist/components/status-and-feedback/progress-bar/progress-bar.js +9 -8
- package/dist/components/status-and-feedback/progress-bar/progress-bar.js.map +1 -1
- package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js +0 -6
- package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js.map +1 -1
- package/dist/components/status-and-feedback/progress-circle/progress-circle.d.ts.map +1 -1
- package/dist/components/status-and-feedback/progress-circle/progress-circle.js +8 -7
- package/dist/components/status-and-feedback/progress-circle/progress-circle.js.map +1 -1
- package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.d.ts.map +1 -1
- package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js +0 -2
- package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js.map +1 -1
- package/dist/components/status-and-feedback/status-bar/status-bar.d.ts.map +1 -1
- package/dist/components/status-and-feedback/status-bar/status-bar.js +3 -2
- package/dist/components/status-and-feedback/status-bar/status-bar.js.map +1 -1
- package/dist/components/toml-BOuWGMcf.js +76 -0
- package/dist/css/fouc.css +30 -0
- package/dist/css/global.css +1 -0
- package/dist/css/rich-text.css +0 -5
- package/dist/css/settings.css +25 -10
- package/dist/utilities/codemirror/codemirror-element.d.ts +66 -0
- package/dist/utilities/codemirror/codemirror-element.d.ts.map +1 -0
- package/dist/utilities/codemirror/codemirror-element.js +121 -0
- package/dist/utilities/codemirror/codemirror-element.js.map +1 -0
- package/dist/utilities/codemirror/languages.d.ts +4 -0
- package/dist/utilities/codemirror/languages.d.ts.map +1 -0
- package/dist/utilities/codemirror/languages.js +39 -0
- package/dist/utilities/codemirror/languages.js.map +1 -0
- package/dist/utilities/codemirror/theme.d.ts +4 -0
- package/dist/utilities/codemirror/theme.d.ts.map +1 -0
- package/dist/utilities/codemirror/theme.js +84 -0
- package/dist/utilities/codemirror/theme.js.map +1 -0
- package/dist/utilities/dismiss-from-title-bar.d.ts +19 -0
- package/dist/utilities/dismiss-from-title-bar.d.ts.map +1 -0
- package/dist/utilities/dismiss-from-title-bar.js +21 -0
- package/dist/utilities/dismiss-from-title-bar.js.map +1 -0
- package/dist/utilities/reflect-non-default.d.ts +30 -0
- package/dist/utilities/reflect-non-default.d.ts.map +1 -0
- package/dist/utilities/reflect-non-default.js +34 -0
- package/dist/utilities/reflect-non-default.js.map +1 -0
- package/dist/utilities/scroll-mode-controller.d.ts +69 -0
- package/dist/utilities/scroll-mode-controller.d.ts.map +1 -0
- package/dist/utilities/scroll-mode-controller.js +101 -0
- package/dist/utilities/scroll-mode-controller.js.map +1 -0
- package/package.json +92 -68
- package/dist/components/index-BNhqNvDd.js +0 -36784
- package/dist/components/inputs/token/token.d.ts +0 -42
- package/dist/components/inputs/token/token.d.ts.map +0 -1
- package/dist/components/inputs/token/token.js +0 -86
- package/dist/components/inputs/token/token.js.map +0 -1
- package/dist/components/inputs/token/token.styles.d.ts.map +0 -1
- package/dist/components/inputs/token/token.styles.js +0 -142
- package/dist/components/inputs/token/token.styles.js.map +0 -1
- package/dist/components/inputs/token/token.template.d.ts +0 -4
- package/dist/components/inputs/token/token.template.d.ts.map +0 -1
- package/dist/components/inputs/token/token.template.js +0 -41
- package/dist/components/inputs/token/token.template.js.map +0 -1
- package/dist/components/prism-bash-vbqaw3JR.js +0 -226
- package/dist/components/prism-css-B93tXdOU.js +0 -59
- package/dist/components/prism-gherkin-CMPYyXOQ.js +0 -82
- package/dist/components/prism-javascript-DeC_17Pw.js +0 -140
- package/dist/components/prism-json-DIMpow89.js +0 -25
- package/dist/components/prism-markdown-D-uFBkiz.js +0 -339
- package/dist/components/prism-markup-DfJYPYHA.js +0 -177
- package/dist/components/prism-python--N285k7w.js +0 -99
- package/dist/components/prism-rust-Cnm1tSdo.js +0 -157
- package/dist/components/prism-sql-BGqCBMyJ.js +0 -33
- package/dist/components/prism-toml-Ubdq-a5x.js +0 -45
- package/dist/components/prism-typescript-BPJAiB1s.js +0 -87
- package/dist/components/prism-yaml-DO0f9pf6.js +0 -71
- /package/dist/components/{inputs → content}/token/token.styles.d.ts +0 -0
|
@@ -17,6 +17,8 @@ export const iconRegistry = new Map([
|
|
|
17
17
|
['arrow-u-turn-forward', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14.6 4.4 18.18 8H8a6 6 0 0 0 0 12h4v-2H8a4 4 0 0 1 0-8h10.18l-3.58 3.6L16 15l6-6-6-6z\"/>\n</svg>"],
|
|
18
18
|
['arrow-up', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m4 12 8-8 8 8-1.42 1.41L13 7.828V21h-2V7.828L5.42 13.41z\"/>\n</svg>"],
|
|
19
19
|
['arrow-up-arrow-down', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m7 3.586 5.707 5.707-1.414 1.414L8 7.414V20H6V7.414l-3.293 3.293-1.414-1.414zM18 4v12.586l3.293-3.293 1.414 1.414L17 20.414l-5.707-5.707 1.414-1.414L16 16.586V4z\"/>\n</svg>"],
|
|
20
|
+
['arrow-up-out-bucket', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11 16.41V5.83l-4.3 4.3L5.3 8.7 12 2l6.7 6.7-1.4 1.42-4.3-4.3v10.6zM5 16v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3h2v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-3z\"/>\n</svg>"],
|
|
21
|
+
['at', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M16 12c0 2.73 1.3 3.5 2 3.5s2-.77 2-3.5a8 8 0 1 0-5.93 7.73l.52 1.93A10 10 0 1 1 22 12c0 3.27-1.7 5.5-4 5.5-1.36 0-2.5-.78-3.22-2.08A4.3 4.3 0 0 1 11.5 17C9 17 7 14.76 7 12s2-5 4.5-5c.92 0 1.78.31 2.5.84V7h2zm-4.5-3C10.3 9 9 10.14 9 12s1.31 3 2.5 3 2.5-1.14 2.5-3-1.31-3-2.5-3\"/>\n</svg>"],
|
|
20
22
|
['bell', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a4 4 0 0 1 3.92 3.2A7 7 0 0 1 19 11v2a3 3 0 0 0 2.02 2.84c.52.18.98.6.98 1.16a1 1 0 0 1-1 1h-5a4 4 0 0 1-8 0H3a1 1 0 0 1-1-1c0-.55.46-.98.98-1.16A3 3 0 0 0 5 13v-2a7 7 0 0 1 3.08-5.8A4 4 0 0 1 12 2m-2 16a2 2 0 1 0 4 0zm2-14a2.02 2.02 0 0 0-1.96 2.4A5 5 0 0 0 7 11v2c0 1.13-.37 2.16-1 3h12c-.63-.84-1-1.87-1-3v-2a5 5 0 0 0-3.04-4.6A2.03 2.03 0 0 0 12 4\"/>\n</svg>"],
|
|
21
23
|
['binoculars', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M16 3a2 2 0 0 1 2 2v.23a4 4 0 0 1 2.6 3.06l1.3 7.27A4.5 4.5 0 0 1 17.5 21a4.5 4.5 0 0 1-4.47-4H13a1 1 0 1 0-2 0h-.03a4.5 4.5 0 1 1-8.88-1.42L3.41 8.3A4 4 0 0 1 6 5.24V5a2 2 0 1 1 4 0v.77a3 3 0 0 1 .9 1.44 3 3 0 0 1 2.2 0 3 3 0 0 1 .9-1.44V5c0-1.1.9-2 2-2M6.5 14a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m11 0a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5M12 9a1 1 0 0 0-1 1v4.17a3 3 0 0 1 2 0V10a1 1 0 0 0-1-1M7.34 7a2 2 0 0 0-1.96 1.65l-.67 3.72a4.5 4.5 0 0 1 4.29.39V8a1 1 0 0 0-1-1zM16 7a1 1 0 0 0-1 1v4.76a4.5 4.5 0 0 1 4.3-.39l-.68-3.72A2 2 0 0 0 16.66 7z\"/>\n</svg>"],
|
|
22
24
|
['blocks-9', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8.1 8c.5.06.9.48.9 1v3h7.1c.5.06.9.48.9 1v8.1a1 1 0 0 1-.9.9H4a1 1 0 0 1-1-.9V9a1 1 0 0 1 1-1zM5 20h2v-2H5zm4 0h2v-2H9zm4 0h2v-2h-2zm-8-4h2v-2H5zm4 0h2v-2H9zm4 0h2v-2h-2zm3.3-10.03a1 1 0 0 1 1.22-.71l3.86 1.03.1.04a1 1 0 0 1 .61 1.19l-1.04 3.86-.03.1a1 1 0 0 1-1.09.63l-.1-.02-3.86-1.04a1 1 0 0 1-.73-1.12l.02-.1zM5 12h2v-2H5zm12.45-2.62 1.93.52.52-1.93-1.93-.52zm-4.52-8.14a1 1 0 0 1 1.12.73l1.04 3.86.02.1a1 1 0 0 1-.63 1.1l-.1.02-3.86 1.04a1 1 0 0 1-1.2-.61l-.03-.1-1.03-3.86a1 1 0 0 1 .7-1.23l3.87-1.03zm-2.48 2.73.52 1.93 1.93-.52-.52-1.93z\"/>\n</svg>"],
|
|
@@ -43,7 +45,7 @@ export const iconRegistry = new Map([
|
|
|
43
45
|
['caret-up', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M2 16 12 6l10 10z\"/>\n</svg>"],
|
|
44
46
|
['caret-up-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m6 14 6-6 6 6z\"/>\n</svg>"],
|
|
45
47
|
['caret-up-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m4 15 8-8 8 8z\"/>\n</svg>"],
|
|
46
|
-
['centralized-
|
|
48
|
+
['centralized-structure', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 1a2 2 0 0 1 .68 3.88l.49 5.12c.78.04 1.5.3 2.1.7l2.97-2.75a2 2 0 1 1 .68.73l-2.9 2.7q.78.9.95 2.14l2.2.3a1.5 1.5 0 1 1-.14.99l-2.07-.28q-.17 1.18-.9 2.05l1.96 2.5a1.5 1.5 0 1 1-.79.62l-1.91-2.44a4 4 0 0 1-3.35.6l-.52 1.48a1.5 1.5 0 1 1-.95-.34l.54-1.51A4 4 0 0 1 9.2 15.2l-2.2.69.01.1a2 2 0 1 1-.3-1.06l2.3-.72a4 4 0 0 1 .66-2.41L6.3 9.5q-.53.48-1.3.5a2 2 0 1 1 1.88-1.32l3.43 2.36q.78-.71 1.86-.95l-.49-5.12A2 2 0 0 1 12 1m1 11a2 2 0 1 0 0 4 2 2 0 0 0 0-4\"/>\n</svg>"],
|
|
47
49
|
['certificate', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 11a3 3 0 0 1 2 5.23V21l-2-1-2 1v-4.77A2.99 2.99 0 0 1 15 11m0 2a1 1 0 1 0 0 2 1 1 0 0 0 0-2\"/>\n\t<path fill=\"currentColor\" d=\"M19 3a3 3 0 0 1 3 3v10c0 1.67-1.33 3-3 3h-1v-2h1a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h7v2H5c-1.67 0-3-1.33-3-3V6a3 3 0 0 1 3-3z\"/>\n\t<path fill=\"currentColor\" d=\"M10 13H6v-2h4zM18 9H6V7h12z\"/>\n</svg>"],
|
|
48
50
|
['chart-x-y-axis-line', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 19h18v2H2V3h2z\"/>\n\t<path fill=\"currentColor\" d=\"M20.7 7.7 14 14.42l-3-3-3.3 3.3-1.4-1.42L11 8.6l3 3 5.3-5.3z\"/>\n</svg>"],
|
|
49
51
|
['check-circle-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m-1.3 11.3L8.42 11 7 12.41l3.7 3.71 6.71-6.7L16 8z\"/>\n</svg>"],
|
|
@@ -84,7 +86,7 @@ export const iconRegistry = new Map([
|
|
|
84
86
|
['circle-filled-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8 12c0 2.204 1.796 4 4 4s4-1.796 4-4-1.796-4-4-4-4 1.796-4 4\"/>\n</svg>"],
|
|
85
87
|
['circle-filled-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M6 12c0 3.306 2.694 6 6 6s6-2.694 6-6-2.694-6-6-6a6.01 6.01 0 0 0-6 6\"/>\n</svg>"],
|
|
86
88
|
['clipboard', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 2a1 1 0 0 1 1 1h1a3 3 0 0 1 3 3v13a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h1a1 1 0 0 1 1-1zM7 5a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-1v2c0 .55-.42 1-1 1H9a1 1 0 0 1-1-1V5zm3 1h4V4h-4z\"/>\n</svg>"],
|
|
87
|
-
['clipboard-
|
|
89
|
+
['clipboard-square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 11a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3h-6a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3zm-6 2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M14 2a1 1 0 0 1 1 1h1a3 3 0 0 1 3 3v4.13c-.65-.17-1.33-.13-2-.13V6a1 1 0 0 0-1-1h-1v2c0 .55-.42 1-1 1H8a1 1 0 0 1-1-1V5H6a1 1 0 0 0-1 1v13a1 1 0 0 0 1 1h2a4 4 0 0 0 .54 2H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h1a1 1 0 0 1 1-1zM9 6h4V4H9z\"/>\n</svg>"],
|
|
88
90
|
['clock', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m13 11.59 3.24 3.24-1.41 1.41-3.54-3.53A1 1 0 0 1 11 12V6h2z\"/>\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16\"/>\n</svg>"],
|
|
89
91
|
['clock-arrow-clockwise', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21 8h-6V6h2.29a8 8 0 1 0 1.64 10l1.73 1a10 10 0 0 1-4.83 4.24c-2.06.8-4.26.95-6.42.42A10 10 0 1 1 19 4.86V2h2z\"/>\n\t<path fill=\"currentColor\" d=\"m13 11.59 3.24 3.24-1.41 1.41-3.54-3.53A1 1 0 0 1 11 12V6h2z\"/>\n</svg>"],
|
|
90
92
|
['clock-arrow-counter-clockwise', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5 4.86A10 10 0 1 1 3.34 17l1.73-1A8 8 0 1 0 6.71 6H9v2H3V2h2z\"/>\n\t<path fill=\"currentColor\" d=\"m13 11.59 3.24 3.24-1.41 1.41-3.54-3.53A1 1 0 0 1 11 12V6h2z\"/>\n</svg>"],
|
|
@@ -115,6 +117,7 @@ export const iconRegistry = new Map([
|
|
|
115
117
|
['face-frowning', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16m0 8.87c1.78 0 3.5.81 4.63 2.18.35.43.18 1.04-.3 1.32s-1.08.1-1.47-.3a4 4 0 0 0-2.86-1.2c-1.07 0-2.12.45-2.86 1.2-.39.4-1 .58-1.47.3-.48-.28-.65-.9-.3-1.32A6 6 0 0 1 12 12.87M9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n</svg>"],
|
|
116
118
|
['face-smiling', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14.86 13.8c.39-.4 1-.58 1.47-.3.48.28.65.9.3 1.32A6 6 0 0 1 12 17c-1.77 0-3.5-.82-4.63-2.18-.35-.43-.18-1.04.3-1.32s1.08-.1 1.47.3c.74.75 1.8 1.2 2.86 1.2 1.07 0 2.12-.45 2.86-1.2M9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M14.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16\"/>\n</svg>"],
|
|
117
119
|
['face-smiling-badge-plus', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10M12 2a10 10 0 0 1 9.9 11.44 6 6 0 0 0-1.91-1.1L20 12a8 8 0 1 0-8 8l.34-.01q.38 1.06 1.1 1.9-.7.1-1.44.11a10 10 0 0 1 0-20m5.25 15.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5zM7.67 13.5c.48-.28 1.08-.1 1.47.3a4 4 0 0 0 3.72 1.1 6 6 0 0 0-.77 2.1H12c-1.77 0-3.5-.82-4.63-2.18-.35-.43-.18-1.04.3-1.32M9.5 8a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3m5 0a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n</svg>"],
|
|
120
|
+
['file', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9h-3a2 2 0 0 1-2-2V4zm8 1.41L16.59 7H15zM4 5a3 3 0 0 1 3-3h7a1 1 0 0 1 .7.3l5 5a1 1 0 0 1 .3.7v11a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3z\"/>\n</svg>"],
|
|
118
121
|
['file-box', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 12a1 1 0 0 1-1 1h-4a1 1 0 1 1 0-2h4a1 1 0 0 1 1 1\"/>\n\t<path fill=\"currentColor\" d=\"M19 3a3 3 0 0 1 3 3v2c0 .56-.44 1-1 1v9c0 1.67-1.33 3-3 3H6c-1.67 0-3-1.33-3-3V9c-.56 0-1-.44-1-1V6a3 3 0 0 1 3-3zM5 18a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9H5zM5 5a1 1 0 0 0-1 1v1h16V6a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
119
122
|
['file-text', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9h-3a2 2 0 0 1-2-2V4zm8 1.414L16.586 7H15zM4 5a3 3 0 0 1 3-3h7a1 1 0 0 1 .707.293l5 5A1 1 0 0 1 20 8v11a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3zm4 3h3v2H8zm0 4h8v2H8zm0 4h8v2H8z\"/>\n</svg>"],
|
|
120
123
|
['file-text-batch-check-mark', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 5.44-1.47-1.47-1.06 1.06 2.53 2.53 4.03-4.03-1.06-1.06z\"/>\n\t<path fill=\"currentColor\" d=\"M13 2a1 1 0 0 1 .7.3l5 5a1 1 0 0 1 .3.7v4.08a6 6 0 0 0-2 0V9h-3a2 2 0 0 1-2-2V4H6a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h6.34a6 6 0 0 0 1.19 2H6a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zm1 5h1.59L14 5.41z\"/>\n\t<path fill=\"currentColor\" d=\"M12.34 16q-.34.95-.34 2H7v-2zM15 12.8q-.83.49-1.47 1.2H7v-2h8zM10 10H7V8h3z\"/>\n</svg>"],
|
|
@@ -130,15 +133,26 @@ export const iconRegistry = new Map([
|
|
|
130
133
|
['globe-rack-server', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M6.5 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n\t<path fill=\"currentColor\" d=\"M12 2c4 0 7.48 2.39 9.07 5.81A2 2 0 0 1 22 9.5v5a2 2 0 0 1-.93 1.69A10 10 0 0 1 12 22c-4 0-7.48-2.39-9.07-5.81A2 2 0 0 1 2 14.7V9.5a2 2 0 0 1 .93-1.69A10 10 0 0 1 12 2M9.17 16.5A6.4 6.4 0 0 0 11 19.56V16.5zM13 19.56a6.4 6.4 0 0 0 1.83-3.06H13zM5.4 16.5a8 8 0 0 0 2.65 2.46q-.57-1.1-.96-2.46zm11.5 0q-.37 1.36-.95 2.46a8 8 0 0 0 2.66-2.46zM4 14.5h16v-5H4zm4.05-9.46A8 8 0 0 0 5.4 7.5h1.7q.38-1.36.96-2.46m2.95-.6A6.4 6.4 0 0 0 9.17 7.5H11zm2 3.06h1.83A6.4 6.4 0 0 0 13 4.43zm2.95-2.46q.57 1.1.96 2.46h1.7c-.69-1-1.6-1.85-2.66-2.46\"/>\n</svg>"],
|
|
131
134
|
['hand', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12.5 1c.89 0 1.67.47 2.11 1.17A2.5 2.5 0 0 1 18 4.5v.05A2.5 2.5 0 0 1 21 7v7a8 8 0 0 1-14.9 4.04l-3.4-5.87A2.5 2.5 0 0 1 7 9.6V4.5a2.5 2.5 0 0 1 3.39-2.33A2.5 2.5 0 0 1 12.5 1m0 2a.5.5 0 0 0-.5.5V10a1 1 0 1 1-2 0V4.5a.5.5 0 0 0-1 0v8.84a1 1 0 0 1-1.89.46l-1.8-3.13-.07-.09a.5.5 0 0 0-.85.5l.05.09 3.38 5.85A6 6 0 0 0 19 14V7a.5.5 0 0 0-1 0v4a1 1 0 1 1-2 0V4.5a.5.5 0 0 0-1 0V10a1 1 0 1 1-2 0V3.5a.5.5 0 0 0-.5-.5\"/>\n</svg>"],
|
|
132
135
|
['handshake', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5.99 3.67a4 4 0 0 1 5.66 0l.09.1a4 4 0 0 1 4.86.6l4.24 4.25.14.15a4 4 0 0 1 0 5.36l-.14.15L14.12 21l-.19.17a2.5 2.5 0 0 1-3.15 0l-.2-.17q-.6-.62-.7-1.42a2.5 2.5 0 0 1-2.12-2.12 2.5 2.5 0 0 1-1.23-.54l-.19-.17c-.4-.4-.63-.9-.7-1.41a2.5 2.5 0 0 1-1.23-.54l-.19-.17a2.5 2.5 0 0 1 0-3.53l5.3-5.3 3.19 3.17a.5.5 0 1 0 .7-.7l-3.18-3.18a2 2 0 0 0-2.83 0L4.58 7.9a2 2 0 0 0-.52 1.93l-.54.55q-.55.55-.8 1.24a4 4 0 0 1 .44-5.13zm-.35 8.84a.5.5 0 1 0 .7.7l2.48-2.47a1 1 0 1 1 1.41 1.42l-2.47 2.47a.5.5 0 1 0 .7.7l2.48-2.47a1 1 0 1 1 1.41 1.42l-2.47 2.47a.5.5 0 0 0 .7.71l2.48-2.47a1 1 0 0 1 1.42 1.4L12 18.88a.5.5 0 1 0 .7.71l6.72-6.72a2 2 0 0 0 0-2.82L15.18 5.8a2 2 0 0 0-1.93-.51l1.58 1.57.17.2c.8.98.74 2.42-.17 3.34l-.2.17a2.5 2.5 0 0 1-3.15 0l-.19-.17-1.76-1.77z\"/>\n</svg>"],
|
|
136
|
+
['heading-1', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 11h8V3h2v18h-2v-8H4v8H2V3h2zm17 10h-2v-7.5h-2v-2h4z\"/>\n</svg>"],
|
|
137
|
+
['heading-2', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 11h8V3h2v18h-2v-8H4v8H2V3h2zm16.5.9c.8.46 1.35 1.3 1.47 2.2.12.92-.2 1.87-.85 2.52L18.74 19H22v2h-6v-2.09l3.7-3.7c.46-.46.36-1.25-.2-1.58a1 1 0 0 0-1.47.61l-1.93-.52c.24-.88.9-1.64 1.75-2a3 3 0 0 1 2.65.18\"/>\n</svg>"],
|
|
138
|
+
['heading-3', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 11h8V3h2v18h-2v-8H4v8H2V3h2zm14.37.56c1.16-.2 2.43.16 3.2 1.06a2.64 2.64 0 0 1-.1 3.63q.26.27.45.6c.54.98.39 2.18-.34 3.02a3.5 3.5 0 0 1-3.21 1.07 3.1 3.1 0 0 1-2.51-2.07l1.91-.58c.12.4.57.62.94.68.47.09 1.03-.03 1.36-.4.18-.22.24-.5.1-.74-.23-.4-.74-.58-1.17-.58h-1v-2h1c.43 0 .94-.18 1.17-.58.14-.25.08-.52-.1-.73-.33-.38-.89-.5-1.36-.41-.37.06-.82.29-.94.68l-1.91-.58a3.1 3.1 0 0 1 2.5-2.07\"/>\n</svg>"],
|
|
139
|
+
['heading-4', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 11h8V3h2v18h-2v-8H4v8H2V3h2z\"/>\n\t<path fill=\"currentColor\" d=\"M22 17h1v2h-1v2h-2v-2h-4v-2l3.5-5.5H22zm-3.75 0H20v-2.6z\"/>\n</svg>"],
|
|
140
|
+
['heading-5', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 11h8V3h2v18h-2v-8H4v8H2V3h2zm17.5 2.5H18V15h1c1.63 0 3 1.37 3 3s-1.37 3-3 3h-3v-2h3c.54 0 1-.46 1-1s-.46-1-1-1h-3v-5.5h5.5z\"/>\n</svg>"],
|
|
141
|
+
['heading-6', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18.16 11.61c1.4-.38 2.93.26 3.65 1.52l-1.73 1c-.6-1.05-2.33-.64-2.33.62v.48Q18.32 15 19 15c1.8 0 3.25 1.34 3.25 3s-1.46 3-3.25 3c-1.74 0-3.16-1.26-3.25-2.84V14.5a3.3 3.3 0 0 1 2.4-2.89m-.41 6.4c0 1.32 2.5 1.32 2.5 0 0-1.33-2.5-1.33-2.5 0\"/>\n\t<path fill=\"currentColor\" d=\"M4 11h8V3h2v18h-2v-8H4v8H2V3h2z\"/>\n</svg>"],
|
|
133
142
|
['heart', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 5.216a5.858 5.858 0 1 1 8.284 8.284v.003L12 21.787l-8.284-8.284c-2.297-2.297-2.216-5.979 0-8.284C6 2.916 9.684 3.026 11.999 5.217zm6.87 1.414a3.86 3.86 0 0 0-5.456 0L12 8.045l-1.414-1.413a3.858 3.858 0 0 0-5.455 5.457l6.87 6.87 6.87-6.873a3.86 3.86 0 0 0 0-5.456\"/>\n</svg>"],
|
|
134
143
|
['heart-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M3.716 5.218a5.86 5.86 0 0 1 8.283 0L12 5.215a5.858 5.858 0 0 1 8.284 8.284l-.001.001.001.002L12 21.787l-8.284-8.284a5.86 5.86 0 0 1 0-8.285\"/>\n</svg>"],
|
|
144
|
+
['highlighter', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M22 22H4v-2h18z\"/>\n\t<path fill=\"currentColor\" d=\"M12.59 2.66a2 2 0 0 1 2.48-.4l2.38 1.38a2 2 0 0 1 .9 2.37l-2.87 8.53a3 3 0 0 1-2.07 1.94l-.6.17c-.52.2-.85.57-1.13 1.02a1 1 0 0 1-1.35.34l-.4-.23-.56.97a.5.5 0 0 1-.43.25H5.48a.5.5 0 0 1-.44-.75l1.43-2.47-.52-.3a1 1 0 0 1-.33-1.23c.3-.56.51-1.1.34-1.76l-.1-.35a3 3 0 0 1 .68-2.79zM7.9 10.84a1 1 0 0 0-.12.78l.1.36a4 4 0 0 1-.06 2.27l2.73 1.58a4 4 0 0 1 1.91-1.17l.42-.11a1 1 0 0 0 .62-.48zM9.27 9.3l4.9 2.83 2.28-6.77L14.07 4z\"/>\n</svg>"],
|
|
135
145
|
['house', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m12 2 10.707 10.707-1.414 1.414L20 12.828V21h-7v-6h-2v6H4v-8.172l-1.293 1.293-1.414-1.414zm-6 8.828V19h3v-6h6v6h3v-8.172l-6-6z\"/>\n</svg>"],
|
|
146
|
+
['house-and-appartment-building', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m14 16.5-1 1V22H2v-4.5l-1-1L7.5 10zm-10-.17V20h2.25v-2.5h2.5V20H11v-3.67l-3.5-3.5z\"/>\n\t<path fill=\"currentColor\" d=\"M19 2a3 3 0 0 1 3 3v15.5h-5.5v-2H14v-.59l1.41-1.41h3.09v2H20V5a1 1 0 0 0-1-1h-7a1 1 0 0 0-1 1v7.09l-2-2V5a3 3 0 0 1 3-3z\"/>\n\t<path fill=\"currentColor\" d=\"M14.5 14.5h-1.09l-.41-.41V13h1.5zm3.5 0h-1.5V13H18zM14.5 11H13V9.5h1.5zm3.5 0h-1.5V9.5H18zm-3.5-3.5H13V6h1.5zm3.5 0h-1.5V6H18z\"/>\n</svg>"],
|
|
136
147
|
['inbox', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21 6v12c0 1.66-1.34 3-3 3H6c-1.66 0-3-1.34-3-3V6a3 3 0 0 1 3-3h12c1.66 0 3 1.34 3 3M5 18a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-4h-3.126a4.002 4.002 0 0 1-7.748 0H5zM6 5a1 1 0 0 0-1 1v6h5v1c0 1.083.92 2 2 2s2-.918 2-2v-1h5V6a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
148
|
+
['indent-decrease', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M9 19H2v-2h7zm6-4H2v-2h13zm7 0-5-3 5-3zm-7-4H2V9h13zm0-4H2V5h13z\"/>\n</svg>"],
|
|
149
|
+
['indent-increase', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M17 19H9v-2h8zM7 12l-5 3V9zm15 3H9v-2h13zm0-4H9V9h13zm0-4H9V5h13z\"/>\n</svg>"],
|
|
137
150
|
['info-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 17.5h-2v-7h2zm-1-11A1.25 1.25 0 1 1 12 9a1.25 1.25 0 0 1 0-2.5\"/>\n\t<path fill=\"currentColor\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16\"/>\n</svg>"],
|
|
138
151
|
['info-circle-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m-1 16h2v-8h-2zm1-12a1.25 1.25 0 1 0 0 2.5A1.25 1.25 0 0 0 12 6\"/>\n</svg>"],
|
|
139
152
|
['italic', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 4h-2.821l-4.287 16H14v2H6v-2h2.821l4.287-16H10V2h8z\"/>\n</svg>"],
|
|
140
153
|
['key', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n\t<path fill=\"currentColor\" d=\"M12 1a6 6 0 0 1 6 6l-.01.41A6 6 0 0 1 15 12.2v.3l2.5 2.5-2 2 1.5 1.5-4.5 4.5L9 20v-7.8a6 6 0 0 1-2.99-4.8L6 7a6 6 0 0 1 6-6m0 2a4 4 0 0 0-2 7.46l1 .58v8.04l1.4 1.2 1.77-1.78-1.5-1.5 2-2L13 13.33v-2.29l1-.58A4 4 0 0 0 12 3\"/>\n</svg>"],
|
|
141
154
|
['leaf', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20.73 3c0 5.66.3 11.03-2.83 14.15a8 8 0 0 1-10.98.31 11 11 0 0 0-1.44 3.5 1 1 0 0 1-1.96-.37c.28-1.5.99-3.12 2.04-4.7A8 8 0 0 1 6.59 5.84C9.7 2.7 15.07 3 20.73 3m-2 2c-2.1 0-4.02 0-5.76.23-2.24.3-3.85.9-4.97 2.02a6 6 0 0 0-1.14 6.9 19 19 0 0 1 5.38-4.45 1 1 0 0 1 .95 1.76c-1.83 1-3.64 2.53-5.09 4.33l-.02.02a6 6 0 0 0 8.4-.07c1.12-1.12 1.73-2.73 2.02-4.97.23-1.74.24-3.65.24-5.77\"/>\n</svg>"],
|
|
155
|
+
['lifebuoy', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m2.31 14.43a5 5 0 0 1-4.62 0L7.5 18.62a8 8 0 0 0 9 0zM5.38 7.5a8 8 0 0 0 0 9l2.19-2.19a5 5 0 0 1 0-4.62zm11.05 2.2a5 5 0 0 1 0 4.62l2.19 2.19a8 8 0 0 0 0-9zM12 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6m0-5a8 8 0 0 0-4.5 1.38l2.2 2.19a5 5 0 0 1 4.62 0l2.19-2.19A8 8 0 0 0 12 4\"/>\n</svg>"],
|
|
142
156
|
['lightbulb', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2zm0-2a.5.5 0 0 1 0 1H9a.5.5 0 0 1 0-1zM12 2a7 7 0 0 1 4.6 12.27c-.36.32-.6.76-.6 1.25 0 .82-.66 1.48-1.48 1.48H9.48C8.66 17 8 16.36 8 15.52c0-.43-.19-.82-.48-1.13l-.13-.12A7 7 0 0 1 12 2m0 2a5 5 0 0 0-3.3 8.76c.6.53 1.12 1.3 1.26 2.24h4.08c.14-.94.65-1.71 1.25-2.24A5 5 0 0 0 12 4\"/>\n</svg>"],
|
|
143
157
|
['link', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14.47 9.53a5 5 0 0 1 0 7.07l-3.36 3.35a5 5 0 0 1-7.06-7.06l3.13-3.14c-.18.9-.15 1.85.09 2.74l-1.63 1.63a3 3 0 0 0 4.24 4.24l3.18-3.18a3 3 0 0 0-1.8-5.1 2 2 0 0 1 .39-.55l1.12-1.12q.94.36 1.7 1.12\"/>\n\t<path fill=\"currentColor\" d=\"M19.78 4.22a5 5 0 0 1 0 7.07l-2.96 2.96c.18-.9.15-1.85-.09-2.74l1.63-1.63a3 3 0 1 0-4.24-4.24l-3.18 3.18a3 3 0 0 0 1.8 5.1 2 2 0 0 1-.39.56l-1.12 1.11a4.98 4.98 0 0 1-1.88-8l3.36-3.37a5 5 0 0 1 7.07 0\"/>\n</svg>"],
|
|
144
158
|
['list', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M2 5h20v2H2zm0 6h20v2H2zm0 6h20v2H2z\"/>\n</svg>"],
|
|
@@ -148,14 +162,18 @@ export const iconRegistry = new Map([
|
|
|
148
162
|
['lock-closed', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 17.5h-2v-5h2z\"/>\n\t<path fill=\"currentColor\" d=\"M17 9a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H6.85A3 3 0 0 1 4 18v-6a3 3 0 0 1 3-3V7a5 5 0 0 1 10 0zM9 9h6V7a3 3 0 1 0-6 0zm-2 2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
149
163
|
['lock-open', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14.5 17h-5v-2h5z\"/>\n\t<path fill=\"currentColor\" d=\"M17 7h-2V6a3 3 0 1 0-6 0v4h8a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H6.85A3 3 0 0 1 4 19v-6a3 3 0 0 1 3-3V6a5 5 0 0 1 10 0zM7 12a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
150
164
|
['magnifier', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M2 10c0 4.4 3.6 8 8 8a7.95 7.95 0 0 0 4.9-1.7l5.7 5.7 1.4-1.4-5.7-5.7A7.97 7.97 0 0 0 18 10c0-4.4-3.6-8-8-8s-8 3.6-8 8m2 0c0-3.3 2.7-6 6-6s6 2.7 6 6-2.7 6-6 6-6-2.7-6-6\"/>\n</svg>"],
|
|
165
|
+
['markdown-rectangle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m9 12 .75-3H12v6h-1.5v-4.5l-.75 3h-1.5l-.75-3V15H6V9h2.25z\"/>\n\t<path fill=\"currentColor\" d=\"M15 9a3 3 0 1 1 0 6h-2V9zm-.5 4.5h.5a1.5 1.5 0 0 0 0-3h-.5z\"/>\n\t<path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
151
166
|
['message-rectangle-text', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 13H6v-2h9zm3-4H6V7h12z\"/>\n\t<path fill=\"currentColor\" d=\"M19 3a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3h-5l-4 4-4-4H5a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM5 5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h1.83L10 19.17 13.17 16H19a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
152
167
|
['minus', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M2 11h20v2H2z\"/>\n</svg>"],
|
|
153
168
|
['minus-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M6 11h12v2H6z\"/>\n</svg>"],
|
|
154
169
|
['minus-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 11h16v2H4z\"/>\n</svg>"],
|
|
155
170
|
['moon', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10.47 2.12a8.99 8.99 0 0 0 11.41 11.4 10 10 0 1 1-11.4-11.4M8 5.07A8 8 0 1 0 18.93 16 11 11 0 0 1 8 5.07\"/>\n</svg>"],
|
|
171
|
+
['network-structure', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 1a3 3 0 0 1 2.89 3.8l1.95 1.13A2.99 2.99 0 0 1 22 8a3 3 0 0 1-2.32 2.92v2.16a3 3 0 1 1-2.84 5l-1.95 1.12a3 3 0 1 1-5.78 0l-1.95-1.13A2.99 2.99 0 0 1 2 16a3 3 0 0 1 2.32-2.92v-2.16a3 3 0 1 1 2.84-5L9.11 4.8A3 3 0 0 1 12 1m0 18a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-4.1-3.79c.13.5.13 1.06 0 1.55l1.96 1.14a3 3 0 0 1 1.39-.8v-2.2a3 3 0 0 1-1.4-.81zm6.25-1.12a3 3 0 0 1-1.4.81v2.2a3 3 0 0 1 1.39.8l1.96-1.14a3 3 0 0 1 0-1.55zM5 15a1 1 0 1 0 0 2 1 1 0 0 0 0-2m14 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-4.1-3.79c.13.5.13 1.07 0 1.58l1.95 1.12a3 3 0 0 1 1.33-.8v-2.23a3 3 0 0 1-1.33-.79zm-7.75-1.12a3 3 0 0 1-1.33.8v2.23a3 3 0 0 1 1.33.79l1.96-1.12a3 3 0 0 1 0-1.58zM12 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2M7.9 7.23c.13.5.13 1.06 0 1.56L9.84 9.9a3 3 0 0 1 1.4-.81V6.9a3 3 0 0 1-1.4-.8zm6.24-1.13a3 3 0 0 1-1.39.8v2.2a3 3 0 0 1 1.4.8l1.95-1.1a3 3 0 0 1 0-1.56zM5 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2m14 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-7-4a1 1 0 1 0 0 2 1 1 0 0 0 0-2\"/>\n</svg>"],
|
|
156
172
|
['numbered-list', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5.43 14a2 2 0 0 1 1.3 3.4l-1.1 1.1H7.5V20h-4v-1.5l2.16-2.16a.5.5 0 0 0 .14-.4.5.5 0 0 0-.47-.44.5.5 0 0 0-.51.37l-1.45-.39A2 2 0 0 1 5.43 14M22 19H10v-2h12zM22 13H10v-2h12zM6.5 10H5V5.5H3.5V4h3zM22 7H10V5h12z\"/>\n</svg>"],
|
|
157
173
|
['paper-plane', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19.7 2.74c.96-.31 1.87.6 1.56 1.57l-5.73 17.94c-.4.98-1.8 1.03-2.27.07L10.2 14.5a1.3 1.3 0 0 0-.7-.7l-7.72-3.03c-1.1-.42-1.04-2 .08-2.35zm-7.77 10.75q.08.15.13.29l2.25 5.74 3.94-12.36zm-7.45-3.8 5.74 2.25.3.13 6.32-6.32z\"/>\n</svg>"],
|
|
158
174
|
['paperclip', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8.04 15.21a.75.75 0 1 0 1.06 1.06l8-8a2.5 2.5 0 0 0-3.53-3.54l-8 8a4.25 4.25 0 1 0 6 6.02l8.01-8 1.42 1.4-8 8.01a6.2 6.2 0 0 1-8.85 0 6.2 6.2 0 0 1 0-8.84l8-8a4.5 4.5 0 1 1 6.37 6.36l-8 8a2.75 2.75 0 1 1-3.9-3.88l8.01-8 1.42 1.4z\"/>\n</svg>"],
|
|
175
|
+
['paragraph-sign', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19 4h-2v18h-2V4h-2v18h-2V12h-1a5 5 0 0 1 0-10h9z\"/>\n</svg>"],
|
|
176
|
+
['parking-sign-square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12.5 6a4 4 0 0 1 0 8h-2v4h-2V6zm-2 6h2a2 2 0 1 0 0-4h-2z\"/>\n\t<path fill=\"currentColor\" d=\"M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM5 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
159
177
|
['pencil', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21.418 4a2 2 0 0 1 0 2.828L7.246 21H3.003v-4.243L17.175 2.586a2 2 0 0 1 2.828 0zM15.76 6.828 5.003 17.586V19h1.414L17.175 8.243zm1.414-1.414 1.414 1.414 1.414-1.414L18.59 4z\"/>\n</svg>"],
|
|
160
178
|
['pencil-on-square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10.932 6H5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-5.927l2-2V19c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V7a3 3 0 0 1 3-3h7.93z\"/>\n\t<path fill=\"currentColor\" d=\"M17.175 2.586a2 2 0 0 1 2.829 0L21.418 4a2 2 0 0 1 0 2.828L11.246 17H7.003v-4.242zm-8.172 11V15h1.414l6.758-6.758-1.414-1.414zm8.172-8.172 1.414 1.414 1.415-1.414L18.589 4z\"/>\n</svg>"],
|
|
161
179
|
['pencil-ruler', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21.9 16.24a1 1 0 0 1 0 1.42l-4.24 4.24a1 1 0 0 1-1.42 0L12 17.66l1.41-1.42 3.54 3.54 2.83-2.83-1.42-1.41-1.41 1.4-1.42-1.4 1.42-1.42-.7-.7 1.4-1.42z\"/>\n\t<path fill=\"currentColor\" d=\"M17.17 2.59a2 2 0 0 1 2.83 0L21.42 4a2 2 0 0 1 0 2.83L6.25 22H2v-4.24zM4 18.59V20h1.42L17.17 8.24l-1.41-1.41zM17.17 5.4l1.42 1.42L20 5.4 18.6 4z\"/>\n\t<path fill=\"currentColor\" d=\"M6.34 2.1a1 1 0 0 1 1.42 0L12 6.34l-1.41 1.42-.71-.71-1.42 1.41-1.4-1.41 1.4-1.41-1.4-1.42-2.84 2.83 3.54 3.54L6.34 12 2.1 7.76a1 1 0 0 1 0-1.42z\"/>\n</svg>"],
|
|
@@ -163,6 +181,7 @@ export const iconRegistry = new Map([
|
|
|
163
181
|
['person-2', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10 14c2.2 0 4 1.8 4 4v3h-2v-3a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v3H2v-3c0-2.2 1.8-4 4-4zM22 17v3h-2v-3a2 2 0 0 0-2-2h-3.93a5 5 0 0 0-1.92-1.55A4 4 0 0 1 14 13h4c2.2 0 4 1.8 4 4\"/>\n\t<path fill=\"currentColor\" d=\"M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4M16 3a4 4 0 1 1-3.2 6.4 5 5 0 0 0-.5-3.94A4 4 0 0 1 16 3m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4\"/>\n</svg>"],
|
|
164
182
|
['person-badge-gear', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18.75 13q.23.02.25.25v.68q.01.19.19.25.35.11.67.28c.1.05.23.04.3-.04l.5-.49c.09-.1.25-.1.34 0L22.07 15c.1.1.1.25 0 .35l-.49.48q-.12.14-.04.3.16.33.28.68.06.18.25.19h.68q.23.02.25.25v1.5q-.02.23-.25.25h-.68a.3.3 0 0 0-.25.19q-.11.35-.28.67c-.05.1-.04.23.04.3l.49.5c.1.09.1.25 0 .34L21 22.07c-.1.1-.25.1-.35 0l-.48-.49a.3.3 0 0 0-.3-.04q-.33.16-.68.28a.3.3 0 0 0-.19.25v.68q-.02.23-.25.25h-1.5a.25.25 0 0 1-.25-.25v-.68a.3.3 0 0 0-.19-.25 4 4 0 0 1-.67-.28.3.3 0 0 0-.3.04l-.5.49c-.09.1-.25.1-.34 0L13.93 21a.25.25 0 0 1 0-.35l.49-.48q.13-.13.04-.3-.16-.33-.28-.68a.3.3 0 0 0-.25-.19h-.68a.25.25 0 0 1-.25-.25v-1.5q.02-.23.25-.25h.68q.2-.01.25-.19.11-.35.28-.67a.3.3 0 0 0-.04-.3l-.49-.5a.25.25 0 0 1 0-.34L15 13.93c.1-.1.25-.1.35 0l.48.49q.14.13.3.04.33-.16.68-.28.18-.06.19-.25v-.68q.02-.23.25-.25zM18 16.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3\"/>\n\t<path fill=\"currentColor\" d=\"M13.53 14a6 6 0 0 0-1.19 2H9a3 3 0 0 0-3 3v3H4v-3a5 5 0 0 1 5-5z\"/>\n\t<path fill=\"currentColor\" d=\"M12 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6\"/>\n</svg>"],
|
|
165
183
|
['person-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 6a3.25 3.25 0 1 1 0 6.5A3.25 3.25 0 0 1 12 6\"/>\n\t<path fill=\"currentColor\" d=\"M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m0 2a8 8 0 0 0-5.5 13.807V17a3 3 0 0 1 3-3h5a3 3 0 0 1 3 3v.807A8 8 0 0 0 12 4\"/>\n</svg>"],
|
|
184
|
+
['person-circle-badge-plus', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 4.25H15v1.5h2.25V21h1.5v-2.25H21v-1.5h-2.25V15h-1.5z\"/>\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 0 1 9.9 11.44 6 6 0 0 0-1.9-1.1V12a8 8 0 1 0-13.5 5.8V17a3 3 0 0 1 3-3h4.03a6 6 0 0 0-.1 7.9q-.7.1-1.43.1a10 10 0 0 1 0-20\"/>\n\t<path fill=\"currentColor\" d=\"M12 6a3.25 3.25 0 1 1 0 6.5A3.25 3.25 0 0 1 12 6\"/>\n</svg>"],
|
|
166
185
|
['photo', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M9 8a2 2 0 1 1 0 4 2 2 0 0 1 0-4\"/>\n\t<path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10c0 1.666-1.33 3-3 3H5c-1.66 0-3-1.334-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v9l1.94-1.94a1.5 1.5 0 0 1 2.12 0l1.956 1.956 4.617-4.472a1.5 1.5 0 0 1 2.122.034L20 14.932V7a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
167
186
|
['photo-slash', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M22 20.59 20.6 22 2 3.41 3.41 2zM4.01 6.84 4 7v9l1.94-1.94a1.5 1.5 0 0 1 2.12 0l1.96 1.96 1.6-1.57L17.18 20H5c-1.67 0-3-1.33-3-3V7q.02-.94.5-1.67zM19 4a3 3 0 0 1 3 3v10q-.02.94-.5 1.66l-7-6.99c.63-.6 1.59-.78 2.25-.1L20 14.94V7a1 1 0 0 0-1-1H8.83l-2-2zm-9.84 8a2.02 2.02 0 0 1-2.15-2.16z\"/>\n</svg>"],
|
|
168
187
|
['pipeline-corner-2', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 11V8a3 3 0 0 0-3-3H4v2h5.5c.83 0 1.5.67 1.5 1.5V11zm-2 5a3 3 0 0 0 3 3h6v-2h-5a2 2 0 0 1-2-2v-2h-2zm5-4a1 1 0 0 1-1 1v1.5c0 .28.22.5.5.5H20a1 1 0 1 1 2 0v6a1 1 0 1 1-2 0h-6a5 5 0 0 1-5-5v-3a1 1 0 1 1 0-2V9.5a.5.5 0 0 0-.5-.5H4a1 1 0 0 1-2 0V3a1 1 0 0 1 2 0h6a5 5 0 0 1 5 5v3a1 1 0 0 1 1 1\"/>\n</svg>"],
|
|
@@ -175,6 +194,12 @@ export const iconRegistry = new Map([
|
|
|
175
194
|
['puzzle-piece-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11 1.5A2.5 2.5 0 0 1 13.5 4v.75c0 .14.11.25.25.25H18a1 1 0 0 1 1 1v3.75q.02.23.25.25H20a2.5 2.5 0 0 1 0 5h-.75a.25.25 0 0 0-.25.25V20a1 1 0 0 1-1 1h-4.25a.25.25 0 0 1-.25-.25V19.5a2.5 2.5 0 0 0-5 0v1.25q-.02.23-.25.25H4a1 1 0 0 1-1-1v-4.25c0-.14.11-.25.25-.25H4.5a2.5 2.5 0 0 0 0-5H3.25a.25.25 0 0 1-.25-.25V6a1 1 0 0 1 1-1h4.25c.14 0 .25-.11.25-.25V4A2.5 2.5 0 0 1 11 1.5\"/>\n</svg>"],
|
|
176
195
|
['question-mark-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 15.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m-.34-9.48a3.5 3.5 0 0 1 2.82 5.95l-1.19 1.2a1 1 0 0 0-.3.7v.65H11v-.64a3 3 0 0 1 .88-2.13l1.19-1.18a1.5 1.5 0 1 0-2.58-1.07H8.5a3.5 3.5 0 0 1 3.16-3.48\"/>\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20m0 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16\"/>\n</svg>"],
|
|
177
196
|
['radar', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10.7 2.09a10 10 0 0 1 7.14 1.8L13.74 11q.25.46.26 1a2 2 0 1 1-2-2l1.07-1.85a4 4 0 1 0 2.8 4.84c.14-.54.58-.99 1.13-.99s1 .45.92 1a6 6 0 1 1-3.83-6.62l1.01-1.75A8 8 0 1 0 19.94 13c.07-.55.5-1 1.06-1 .55 0 1 .45.95 1A10 10 0 1 1 10.7 2.09\"/>\n</svg>"],
|
|
197
|
+
['rectangle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
198
|
+
['rectangle-chevron-left-forward-slash-chevron-right', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm8.87 2.2-2.15 8-1.44-.4 2.14-8zm-3.84 1.83L8.06 12l1.97 1.97-1.06 1.06L5.94 12l3.03-3.03zM18.06 12l-3.03 3.03-1.06-1.06L15.94 12l-1.97-1.97 1.06-1.06z\"/>\n</svg>"],
|
|
199
|
+
['rectangle-split-2x1', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h6V6zm14 12a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-6v12z\"/>\n</svg>"],
|
|
200
|
+
['rectangle-split-2x3', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19 3.5a3 3 0 0 1 3 3v11a3 3 0 0 1-2.85 3H4.85A3 3 0 0 1 2 17.65V6.5a3 3 0 0 1 3-3zm-15 12v2a1 1 0 0 0 1 1h6v-3zm9 0v3h6a1 1 0 0 0 1-1v-2zm-9-2h7v-3H4zm9 0h7v-3h-7zm-8-8a1 1 0 0 0-1 1v2h7v-3zm8 3h7v-2a1 1 0 0 0-1-1h-6z\"/>\n</svg>"],
|
|
201
|
+
['rectangle-split-2x3-badge-arrow-down', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 5.38-1.49-1.49-1.06 1.06 3.3 3.3 3.3-3.3-1.06-1.06-1.49 1.49V15h-1.5z\"/>\n\t<path fill=\"currentColor\" d=\"M19 2.5a3 3 0 0 1 3 3v8.03a6 6 0 0 0-2-1.19V9.5h-7v3h2.6a6 6 0 0 0-2.47 2H13v.18a6 6 0 0 0-.81 4.82H4.85A3 3 0 0 1 2 16.65V5.5a3 3 0 0 1 3-3zm-15 14a1 1 0 0 0 1 1h6v-3H4zm0-4h7v-3H4zm1-8a1 1 0 0 0-1 1v2h7v-3zm8 3h7v-2a1 1 0 0 0-1-1h-6z\"/>\n</svg>"],
|
|
202
|
+
['rectangle-split-3x1', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h3V6zm11 12h3a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-3zm-6 0h4V6h-4z\"/>\n</svg>"],
|
|
178
203
|
['rectangle-stack', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19 8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3zM5 10a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M18 5a2 2 0 0 1 2 2H4c0-1.1.9-2 2-2zM16 2a2 2 0 0 1 2 2H6c0-1.1.9-2 2-2z\"/>\n</svg>"],
|
|
179
204
|
['scissor', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M2.4 6.14a3 3 0 0 1 5.55 2.05l2.82 1.62 8.75-2.95a2 2 0 0 1 2.44.87L7.95 15.82a3 3 0 1 1-1-1.74L8.83 13a2 2 0 0 1 0-2L6.95 9.92A3 3 0 0 1 2.4 6.14m3.47 9.72a1 1 0 1 0-1.73 1 1 1 0 0 0 1.73-1m4.7-4.61a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5M5.5 6.77a1 1 0 1 0-1 1.74 1 1 0 0 0 1-1.74\"/>\n\t<path fill=\"currentColor\" d=\"M21.96 16.27a2 2 0 0 1-2.44.87l-7.5-2.53 3.53-2.04z\"/>\n</svg>"],
|
|
180
205
|
['score-meter', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5.24 14.81a7 7 0 0 0 1.81 3.14l-2.12 2.12a10 10 0 0 1-2.59-4.48zm13.83-8.88a10 10 0 0 1 0 14.14l-2.12-2.12a7 7 0 0 0 0-9.9zm-3.33 3.75c.44.5.8 1.11 1 1.74l-3.27 1.89a1.5 1.5 0 1 1-1-1.73zM7.05 8.05A7 7 0 0 0 5 13H2a10 10 0 0 1 2.93-7.07zM12 3a10 10 0 0 1 5 1.34l-1.5 2.6a7 7 0 0 0-7 0L7 4.34A10 10 0 0 1 12 3\"/>\n</svg>"],
|
|
@@ -184,25 +209,30 @@ export const iconRegistry = new Map([
|
|
|
184
209
|
['shield-lock', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 6.5A2.5 2.5 0 0 1 14.5 9v1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1V9A2.5 2.5 0 0 1 12 6.5m-.5 7h1v-2h-1zM12 8a1 1 0 0 0-1 1v1h2V9a1 1 0 0 0-1-1\"/>\n\t<path fill=\"currentColor\" d=\"M20.39 4.83A14 14 0 0 1 12 22 14 14 0 0 1 3.62 4.8L12 2zM5.28 6.35A12 12 0 0 0 12 19.83a12 12 0 0 0 6.73-13.45L12 4.1z\"/>\n</svg>"],
|
|
185
210
|
['ship-wheel', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a1 1 0 0 1 1 1v1.063a7.96 7.96 0 0 1 3.903 1.619l.754-.753a1 1 0 0 1 1.414 1.414l-.754.753A7.96 7.96 0 0 1 19.936 11H21a1 1 0 1 1 0 2h-1.064a7.95 7.95 0 0 1-1.619 3.903l.754.754a1 1 0 0 1-1.414 1.414l-.754-.754A7.95 7.95 0 0 1 13 19.936V21a1 1 0 1 1-2 0v-1.064a7.96 7.96 0 0 1-3.904-1.619l-.753.754a1 1 0 0 1-1.414-1.414l.753-.754A7.96 7.96 0 0 1 4.064 13H3a1 1 0 1 1 0-2h1.064a7.96 7.96 0 0 1 1.618-3.904l-.753-.753a1 1 0 0 1 1.414-1.414l.753.753A7.96 7.96 0 0 1 11 4.063V3a1 1 0 0 1 1-1M8.524 16.889A6 6 0 0 0 11 17.915v-3.09a3 3 0 0 1-.291-.12zm4.766-2.185q-.14.068-.29.121v3.09a6 6 0 0 0 2.475-1.026zM6.085 13c.153.911.51 1.752 1.025 2.475l2.185-2.185a3 3 0 0 1-.121-.29zm8.741 0q-.054.15-.122.29l2.185 2.185A6 6 0 0 0 17.915 13zM12 10.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M7.11 8.524A6 6 0 0 0 6.085 11h3.089q.053-.15.12-.291zm7.594 2.185q.069.142.122.291h3.089a6 6 0 0 0-1.026-2.476zM11 6.084A6 6 0 0 0 8.524 7.11l2.185 2.185A3 3 0 0 1 11 9.174zm2 3.09q.15.053.29.12l2.185-2.184A6 6 0 0 0 13 6.084z\"/>\n</svg>"],
|
|
186
211
|
['shopping-cart', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 18a2 2 0 1 1 0 4 2 2 0 0 1 0-4m10 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4\"/>\n\t<path fill=\"currentColor\" d=\"M3.4 2a3 3 0 0 1 2.82 2h13.04a2 2 0 0 1 1.96 2.42l-.9 4.2A3 3 0 0 1 17.38 13h-9.8l-.16.4-.8 1.6H19v2H6.62a2 2 0 0 1-1.8-2.9l.8-1.6a2 2 0 0 0 .17-1.32l-1.42-6.4A1 1 0 0 0 3.4 4H2V2zm4.35 8.74.04.26h9.6a1 1 0 0 0 .97-.79l.9-4.21H6.7z\"/>\n</svg>"],
|
|
212
|
+
['sidebar-left', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7.5 15h-2v-1.5h2zm0-3h-2v-1.5h2zm0-3h-2V7.5h2z\"/>\n\t<path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h4V6zm6 12h8a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-8z\"/>\n</svg>"],
|
|
213
|
+
['sidebar-right', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18.5 15h-2v-1.5h2zm0-3h-2v-1.5h2zm0-3h-2V7.5h2z\"/>\n\t<path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8V6zm10 12h4a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1h-4z\"/>\n</svg>"],
|
|
187
214
|
['slash-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20M5.68 7.1A8 8 0 0 0 16.9 18.32zM12 4c-1.85 0-3.55.63-4.9 1.68L18.32 16.9A8 8 0 0 0 12 4\"/>\n</svg>"],
|
|
188
215
|
['sparkles', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15.4 10.16c.1-.53.86-.53.97 0l.8 3.67a1 1 0 0 0 .76.77l3.68.8c.52.1.52.86 0 .97l-3.68.79a1 1 0 0 0-.77.77l-.79 3.67c-.11.53-.86.53-.97 0l-.8-3.67a1 1 0 0 0-.76-.77l-3.68-.8c-.64-.22-.64-.98 0-.97l3.68-.79a1 1 0 0 0 .77-.77zM6.1 4.82c.1-.42.7-.42.79 0l.56 2.61c.06.31.3.55.61.62l2.61.56c.42.09.42.69 0 .78l-2.61.56a.8.8 0 0 0-.61.62l-.56 2.6c-.1.43-.7.43-.79 0l-.56-2.6a.8.8 0 0 0-.61-.62L2.32 9.4c-.43-.09-.43-.7 0-.78l2.6-.56a.8.8 0 0 0 .62-.62zM14.2 2.24c.07-.32.52-.32.59 0l.33 1.54a.6.6 0 0 0 .46.46l1.55.34c.31.06.31.52 0 .58l-1.55.34a.6.6 0 0 0-.46.46l-.33 1.54c-.07.32-.52.32-.59 0l-.33-1.54a.6.6 0 0 0-.46-.46l-1.55-.34c-.32-.06-.32-.52 0-.58l1.55-.34a.6.6 0 0 0 .46-.46z\"/>\n</svg>"],
|
|
189
216
|
['square-and-arrow-down', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M9 8H7a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2V6h2a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3h2z\"/>\n\t<path fill=\"currentColor\" d=\"M16.59 12.41 15.17 11 13 13.17V2h-2v11.17L8.83 11l-1.42 1.41L12 17z\"/>\n</svg>"],
|
|
190
217
|
['square-arrow-right-top', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.772 8H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6.765l2-2V19c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V9a3 3 0 0 1 3-3h8.772z\"/>\n\t<path fill=\"currentColor\" d=\"M22 11h-2V5.407l-9.296 9.296L9.3 13.3 18.6 4H13V2h9z\"/>\n</svg>"],
|
|
191
218
|
['square-arrow-up', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M9 11H7a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1h-2V9h2a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H7c-1.66 0-3-1.34-3-3v-7a3 3 0 0 1 3-3h2z\"/>\n\t<path fill=\"currentColor\" d=\"M16.59 5.59 15.17 7 13 4.828V16h-2V4.828L8.83 7 7.41 5.59 12 1z\"/>\n</svg>"],
|
|
219
|
+
['square-grid-3x3', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 16a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zM7 10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1zM7 4a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zm6 0a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1z\"/>\n</svg>"],
|
|
192
220
|
['square-on-square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 5v1h1c1.66 0 3 1.34 3 3v10c0 1.658-1.308 3-3 3H9c-1.66 0-3-1.34-3-3v-1H5c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3h10c1.66 0 3 1.34 3 3M9 8a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zM5 4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1V9a3 3 0 0 1 3-3h7V5a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
193
221
|
['square-plus-on-square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 13h3v2h-3v3h-2v-3h-3v-2h3v-3h2z\"/>\n\t<path fill=\"currentColor\" d=\"M18 5v1h1c1.66 0 3 1.34 3 3v10c0 1.658-1.308 3-3 3H9c-1.66 0-3-1.34-3-3v-1H5c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3h10c1.66 0 3 1.34 3 3M9 8a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zM5 4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1V9a3 3 0 0 1 3-3h7V5a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
194
222
|
['stack-code', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19 8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3zM5 10a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1zm8.87 1.2-2.15 8-1.44-.4 2.14-8zm-3.84 1.83L8.06 15l1.97 1.97-1.06 1.06L5.94 15l3.03-3.03zM18.06 15l-3.03 3.03-1.06-1.06L15.94 15l-1.97-1.97 1.06-1.06zM18 5a2 2 0 0 1 2 2H4c0-1.1.9-2 2-2zm-2-3a2 2 0 0 1 2 2H6c0-1.1.9-2 2-2z\"/>\n</svg>"],
|
|
223
|
+
['stack-text', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14 18H6v-2h8zm4-4H6v-2h12z\"/>\n\t<path fill=\"currentColor\" d=\"M19 8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-8a3 3 0 0 1 3-3zM5 10a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1z\"/>\n\t<path fill=\"currentColor\" d=\"M18 5a2 2 0 0 1 2 2H4c0-1.1.9-2 2-2zm-2-3a2 2 0 0 1 2 2H6c0-1.1.9-2 2-2z\"/>\n</svg>"],
|
|
195
224
|
['star', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.55 1.8a.5.5 0 0 1 .9 0l2.56 6.14a.5.5 0 0 0 .41.3l6.63.53a.5.5 0 0 1 .28.87l-5.05 4.32a.5.5 0 0 0-.16.49l1.54 6.46c.1.4-.3.72-.66.57l-5.74-3.5a.5.5 0 0 0-.52 0L6 21.48a.5.5 0 0 1-.66-.57l1.54-6.46a.5.5 0 0 0-.16-.49L1.67 9.64a.5.5 0 0 1 .28-.87l6.63-.53a.5.5 0 0 0 .41-.3zm-.71 6.9a2.5 2.5 0 0 1-2.1 1.54l-3.01.24 2.3 1.96a2.5 2.5 0 0 1 .8 2.47l-.7 2.94 2.72-1.66a2.5 2.5 0 0 1 2.45.09l2.58 1.57-.7-2.94c-.22-.9.09-1.86.8-2.47l2.3-1.96-3.02-.24a2.5 2.5 0 0 1-2.1-1.53L12 5.9z\"/>\n</svg>"],
|
|
196
225
|
['star-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.55 1.8a.5.5 0 0 1 .9 0l2.56 6.14a.5.5 0 0 0 .41.3l6.63.53a.5.5 0 0 1 .28.87l-5.05 4.32a.5.5 0 0 0-.16.49l1.54 6.46a.5.5 0 0 1-.73.54l-5.67-3.47a.5.5 0 0 0-.52 0l-5.67 3.47a.5.5 0 0 1-.73-.54l1.54-6.46a.5.5 0 0 0-.16-.49L1.67 9.64a.5.5 0 0 1 .28-.87l6.63-.53a.5.5 0 0 0 .41-.3z\"/>\n</svg>"],
|
|
197
226
|
['starburst-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.17 1.48a.95.95 0 0 1 1.66 0l.87 1.55c.26.47.85.63 1.31.36l1.53-.91a.95.95 0 0 1 1.44.83l-.03 1.77c0 .54.43.97.97.97l1.77-.03c.75 0 1.21.8.83 1.44l-.9 1.53a.95.95 0 0 0 .35 1.31l1.55.87a.95.95 0 0 1 0 1.66l-1.55.87A.95.95 0 0 0 20.6 15l.91 1.53a.95.95 0 0 1-.83 1.44l-1.77-.03a.95.95 0 0 0-.97.97l.03 1.77a.95.95 0 0 1-1.44.83l-1.53-.9a.95.95 0 0 0-1.31.35l-.87 1.55a.95.95 0 0 1-1.66 0l-.87-1.55A.95.95 0 0 0 9 20.6l-1.53.91a.95.95 0 0 1-1.44-.83l.03-1.77a.95.95 0 0 0-.97-.97l-1.77.03a.95.95 0 0 1-.83-1.44l.9-1.53a.95.95 0 0 0-.35-1.31l-1.55-.87a.95.95 0 0 1 0-1.66l1.55-.87A.95.95 0 0 0 3.4 9l-.91-1.53a.95.95 0 0 1 .83-1.44l1.77.03c.54 0 .97-.43.97-.97l-.03-1.77a.95.95 0 0 1 1.44-.83l1.53.9a.95.95 0 0 0 1.31-.35z\"/>\n</svg>"],
|
|
227
|
+
['strikethrough', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18.97 17.04a5 5 0 0 1-1.42 2.8 7 7 0 0 1-3.08 1.8 9 9 0 0 1-3.84.25 8 8 0 0 1-3.42-1.38 5.4 5.4 0 0 1-1.97-2.59l.94-.32.95-.32c.2.55.6 1.13 1.27 1.62s1.55.86 2.54 1.02c1 .15 2.02.09 2.96-.19s1.7-.74 2.22-1.28.8-1.12.86-1.66a2.5 2.5 0 0 0-.4-1.66q-.38-.62-1.12-1.13h2.77c.61.94.87 2 .74 3.04M22 13H2v-2h20zM9.71 2.35a7.6 7.6 0 0 1 3.56-.24c1.19.2 2.29.67 3.17 1.38.89.7 1.52 1.6 1.84 2.59l-1.9.6a3.4 3.4 0 0 0-1.18-1.63 5 5 0 0 0-2.26-.97 5.6 5.6 0 0 0-2.62.18 4.5 4.5 0 0 0-2 1.24 3 3 0 0 0-.8 1.7q-.11.87.38 1.73.34.59.97 1.07H6.21a4.8 4.8 0 0 1 .63-5.85 6.5 6.5 0 0 1 2.87-1.8\"/>\n</svg>"],
|
|
198
228
|
['sun', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 22h-2v-3.07c.65.09 1.35.09 2 0zM6.4 16.2q.6.8 1.4 1.4l-2.16 2.18-1.42-1.42zM19.78 18.36l-1.42 1.42-2.17-2.17q.8-.6 1.42-1.42z\"/>\n\t<path fill=\"currentColor\" d=\"M12 7a5 5 0 1 1 0 10 5 5 0 0 1 0-10m0 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6\"/>\n\t<path fill=\"currentColor\" d=\"M5.07 11c-.1.65-.1 1.35 0 2H2v-2zM22 13h-3.07c.1-.65.1-1.35 0-2H22zM7.8 6.4Q7 7 6.4 7.8L4.21 5.65l1.42-1.42zM19.78 5.64 17.6 7.8a7 7 0 0 0-1.42-1.42l2.17-2.17zM13 5.07c-.65-.1-1.35-.1-2 0V2h2z\"/>\n</svg>"],
|
|
199
|
-
['table-cells', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19 3.5a3 3 0 0 1 3 3v11a3 3 0 0 1-2.85 3H4.85A3 3 0 0 1 2 17.65V6.5a3 3 0 0 1 3-3zm-15 12v2a1 1 0 0 0 1 1h6v-3zm9 0v3h6a1 1 0 0 0 1-1v-2zm-9-2h7v-3H4zm9 0h7v-3h-7zm-8-8a1 1 0 0 0-1 1v2h7v-3zm8 3h7v-2a1 1 0 0 0-1-1h-6z\"/>\n</svg>"],
|
|
200
|
-
['table-cells-badge-arrow-down', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 13a5 5 0 1 1 0 10 5 5 0 0 1 0-10m-.75 5.38-1.49-1.49-1.06 1.06 3.3 3.3 3.3-3.3-1.06-1.06-1.49 1.49V15h-1.5z\"/>\n\t<path fill=\"currentColor\" d=\"M19 2.5a3 3 0 0 1 3 3v8.03a6 6 0 0 0-2-1.19V9.5h-7v3h2.6a6 6 0 0 0-2.47 2H13v.18a6 6 0 0 0-.81 4.82H4.85A3 3 0 0 1 2 16.65V5.5a3 3 0 0 1 3-3zm-15 14a1 1 0 0 0 1 1h6v-3H4zm0-4h7v-3H4zm1-8a1 1 0 0 0-1 1v2h7v-3zm8 3h7v-2a1 1 0 0 0-1-1h-6z\"/>\n</svg>"],
|
|
201
229
|
['tag', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21.24 5.2a3 3 0 0 1 .74 2.34l-.43 3.88a3 3 0 0 1-.86 1.79l-7.92 7.92a3.04 3.04 0 0 1-4.13.1l-5.88-5.87a3.04 3.04 0 0 1 .1-4.13L10.8 3.3a3 3 0 0 1 1.79-.86l3.88-.43a3 3 0 0 1 2.33.74l.13.12 2.2 2.2zm-3.74-.9a1 1 0 0 0-.82-.3l-3.88.44a1 1 0 0 0-.6.28l-7.92 7.92a1 1 0 0 0 0 1.42l5.66 5.65a1 1 0 0 0 1.41 0l7.92-7.92a1 1 0 0 0 .29-.6l.43-3.88a1 1 0 0 0-.29-.81zm-1.02 3.22a1.5 1.5 0 1 1-2.12 2.12 1.5 1.5 0 0 1 2.12-2.12\"/>\n</svg>"],
|
|
202
230
|
['terminal', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m11.4 12-4 4L6 14.6 8.57 12 6 9.4 7.4 8zM18 16h-6v-2h6z\"/>\n\t<path fill=\"currentColor\" d=\"M19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3zM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
203
231
|
['text-quote', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M17 20H3v-2h14zM21 15.5H3v-2h18zM7.22 6.1a3 3 0 0 0-1.55 1.02A2 2 0 1 1 3 9a5 5 0 0 1 3.7-4.83zM12.22 6.1a3 3 0 0 0-1.55 1.02A2 2 0 1 1 8 9a5 5 0 0 1 3.7-4.83zM21 11h-6.5V9H21zM21 6.5h-6.5v-2H21z\"/>\n</svg>"],
|
|
204
232
|
['timer', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1-8.66 5l1.73 1A8 8 0 1 0 13 4.06V7h-2V2z\"/>\n\t<path fill=\"currentColor\" d=\"M12.5 11.13a1 1 0 0 1-1 1.74l-5.2-3 1-1.74z\"/>\n</svg>"],
|
|
205
233
|
['trash', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2h5v2h-1.08L19 19.046A3 3 0 0 1 16 22H8a3 3 0 0 1-3-2.954L4.08 8H3V6h5zM6.087 8l.91 10.917L7 19a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1l.003-.083L17.914 8zM14 6h-4V4h4zm-3 4v8H9v-8zm4 0v8h-2v-8z\"/>\n</svg>"],
|
|
234
|
+
['tree-structure', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20 15a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-3c0-1.1.9-2 2-2h1.5v-1a1 1 0 0 0-1-1H14c-.77 0-1.47-.3-2-.77-.53.48-1.23.77-2 .77H8.5a1 1 0 0 0-1 1v1H9a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-3c0-1.1.9-2 2-2h1.5v-1a3 3 0 0 1 3-3H10a1 1 0 0 0 1-1V9H9a2 2 0 0 1-2-2V4c0-1.1.9-2 2-2h6a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-2v1a1 1 0 0 0 1 1h1.5a3 3 0 0 1 3 3v1zM4 20h5v-3H4zm11 0h5v-3h-5zM9 7h6V4H9z\"/>\n</svg>"],
|
|
206
235
|
['underlined', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20 22H4v-2h16zM8 13c0 1.33 1.43 3 4 3s4-1.67 4-3V2h2v11c0 2.76-2.69 5-6 5s-6-2.24-6-5V2h2z\"/>\n</svg>"],
|
|
236
|
+
['wheat', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8 22H6v-3h2zm10 0h-2v-3h2zM3 14a4 4 0 0 1 4 4 4 4 0 0 1-4-4m8 0a4 4 0 0 1-4 4 4 4 0 0 1 4-4m2 0a4 4 0 0 1 4 4 4 4 0 0 1-4-4m8 0a4 4 0 0 1-4 4 4 4 0 0 1 4-4M3 10a4 4 0 0 1 4 4 4 4 0 0 1-4-4m8 0a4 4 0 0 1-4 4 4 4 0 0 1 4-4m2 0a4 4 0 0 1 4 4 4 4 0 0 1-4-4m8 0a4 4 0 0 1-4 4 4 4 0 0 1 4-4M3 6a4 4 0 0 1 4 4 4 4 0 0 1-4-4m8 0a4 4 0 0 1-4 4 4 4 0 0 1 4-4m2 0a4 4 0 0 1 4 4 4 4 0 0 1-4-4m8 0a4 4 0 0 1-4 4 4 4 0 0 1 4-4M7 2a4 4 0 0 1 0 5.29A4 4 0 0 1 7 2m10 0a4 4 0 0 1 0 5.29A4 4 0 0 1 17 2\"/>\n</svg>"],
|
|
207
237
|
]);
|
|
208
238
|
//# sourceMappingURL=icon-registry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-registry.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-registry.ts"],"names":[],"mappings":"AAAA,8EAA8E;AAE9E,MAAM,CAAC,MAAM,YAAY,GAAG,IAAI,GAAG,CAAiB;IACnD,CAAC,eAAe,EAAE,seAAse,CAAC;IACzf,CAAC,oBAAoB,EAAE,kVAAkV,CAAC;IAC1W,CAAC,KAAK,EAAE,4YAA4Y,CAAC;IACrZ,CAAC,2BAA2B,EAAE,sPAAsP,CAAC;IACrR,CAAC,YAAY,EAAE,2KAA2K,CAAC;IAC3L,CAAC,sBAAsB,EAAE,qRAAqR,CAAC;IAC/S,CAAC,YAAY,EAAE,0KAA0K,CAAC;IAC1L,CAAC,kBAAkB,EAAE,6OAA6O,CAAC;IACnQ,CAAC,oBAAoB,EAAE,uLAAuL,CAAC;IAC/M,CAAC,aAAa,EAAE,2KAA2K,CAAC;IAC5L,CAAC,uBAAuB,EAAE,uPAAuP,CAAC;IAClR,CAAC,wBAAwB,EAAE,oPAAoP,CAAC;IAChR,CAAC,qBAAqB,EAAE,oLAAoL,CAAC;IAC7M,CAAC,uBAAuB,EAAE,qMAAqM,CAAC;IAChO,CAAC,sBAAsB,EAAE,wMAAwM,CAAC;IAClO,CAAC,UAAU,EAAE,0KAA0K,CAAC;IACxL,CAAC,qBAAqB,EAAE,mRAAmR,CAAC;IAC5S,CAAC,MAAM,EAAE,sdAAsd,CAAC;IAChe,CAAC,YAAY,EAAE,kpBAAkpB,CAAC;IAClqB,CAAC,UAAU,EAAE,opBAAopB,CAAC;IAClqB,CAAC,MAAM,EAAE,oNAAoN,CAAC;IAC9N,CAAC,MAAM,EAAE,8cAA8c,CAAC;IACxd,CAAC,iBAAiB,EAAE,uhBAAuhB,CAAC;IAC5iB,CAAC,UAAU,EAAE,iVAAiV,CAAC;IAC/V,CAAC,iBAAiB,EAAE,mOAAmO,CAAC;IACxP,CAAC,gBAAgB,EAAE,qgBAAqgB,CAAC;IACzhB,CAAC,mBAAmB,EAAE,uUAAuU,CAAC;IAC9V,CAAC,YAAY,EAAE,oSAAoS,CAAC;IACpT,CAAC,aAAa,EAAE,mSAAmS,CAAC;IACpT,CAAC,mBAAmB,EAAE,kVAAkV,CAAC;IACzW,CAAC,gBAAgB,EAAE,mXAAmX,CAAC;IACvY,CAAC,YAAY,EAAE,kIAAkI,CAAC;IAClJ,CAAC,wBAAwB,EAAE,gIAAgI,CAAC;IAC5J,CAAC,kBAAkB,EAAE,+HAA+H,CAAC;IACrJ,CAAC,YAAY,EAAE,uIAAuI,CAAC;IACvJ,CAAC,wBAAwB,EAAE,iIAAiI,CAAC;IAC7J,CAAC,kBAAkB,EAAE,iIAAiI,CAAC;IACvJ,CAAC,aAAa,EAAE,qIAAqI,CAAC;IACtJ,CAAC,yBAAyB,EAAE,gIAAgI,CAAC;IAC7J,CAAC,mBAAmB,EAAE,+HAA+H,CAAC;IACtJ,CAAC,UAAU,EAAE,mIAAmI,CAAC;IACjJ,CAAC,sBAAsB,EAAE,gIAAgI,CAAC;IAC1J,CAAC,gBAAgB,EAAE,gIAAgI,CAAC;IACpJ,CAAC,
|
|
1
|
+
{"version":3,"file":"icon-registry.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-registry.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAG5C,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB,eAAO,MAAM,KAAK,EAAE,MAAM,EAGlB,CAAC;AAET,MAAM,MAAM,QAAQ,GAAG,EAAE,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE9G,MAAM,MAAM,SAAS,GAClB,EAAE,GAEF,iBAAiB,GAAG,mBAAmB,GAAG,QAAQ,GAAG,UAAU,GAAG,SAAS,GAAG,SAAS,GAEvF,WAAW,GAAG,aAAa,GAAG,YAAY,GAAG,YAAY,GACzD,OAAO,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GAC1C,MAAM,GAAG,QAAQ,GAAG,YAAY,GAAG,MAAM,GACzC,aAAa,GAAG,OAAO,GAAG,aAAa,GAAG,OAAO,GAAG,UAAU,GAAG,WAAW,CAAC;AAEhF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,qBACa,QAAS,SAAQ,UAAU;IACvC,OAAgB,MAAM,0BAAc;IAGpC,IAAI,SAAmB;IAGvB,IAAI,EAAE,QAAQ,CAAM;IAGpB,KAAK,EAAE,SAAS,CAAM;IAGtB,OAAO,CAAC,QAAQ,CAAuB;IAE9B,iBAAiB,IAAI,IAAI;IAQzB,OAAO,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAM/D,OAAO,CAAC,SAAS;IAYR,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,WAAW,EAAE,QAAQ,CAAC;KACtB;CACD"}
|
|
@@ -6,6 +6,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
6
6
|
};
|
|
7
7
|
import { LitElement } from 'lit';
|
|
8
8
|
import { customElement, property, state } from 'lit/decorators.js';
|
|
9
|
+
import { reflectNonDefault } from '../../../utilities/reflect-non-default.js';
|
|
9
10
|
import { iconStyles } from './icon.styles.js';
|
|
10
11
|
import { template } from './icon.template.js';
|
|
11
12
|
import { aliases } from './icon-aliases.js';
|
|
@@ -91,10 +92,10 @@ __decorate([
|
|
|
91
92
|
property({ type: String })
|
|
92
93
|
], NLDDIcon.prototype, "name", void 0);
|
|
93
94
|
__decorate([
|
|
94
|
-
property({
|
|
95
|
+
property({ reflect: true, converter: reflectNonDefault('') })
|
|
95
96
|
], NLDDIcon.prototype, "size", void 0);
|
|
96
97
|
__decorate([
|
|
97
|
-
property({
|
|
98
|
+
property({ reflect: true, converter: reflectNonDefault('') })
|
|
98
99
|
], NLDDIcon.prototype, "color", void 0);
|
|
99
100
|
__decorate([
|
|
100
101
|
state()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB,MAAM,CAAC,MAAM,KAAK,GAAa;IAC9B,GAAG,YAAY,CAAC,IAAI,EAAE;IACtB,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC;CACvB,CAAC,IAAI,EAAE,CAAC;AAcT;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AAEI,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,UAAU;IAAjC;;QAIN,SAAI,GAAG,eAAe,CAAC;QAGvB,SAAI,GAAa,EAAE,CAAC;QAGpB,UAAK,GAAc,EAAE,CAAC;QAGd,aAAQ,GAAkB,IAAI,CAAC;IA+BxC,CAAC;IA7BS,iBAAiB;QACzB,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,aAAa,CAAC,EAAE,CAAC;YACvC,IAAI,CAAC,YAAY,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;QAC1C,CAAC;QACD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;IAEQ,OAAO,CAAC,iBAAuC;QACvD,IAAI,iBAAiB,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YAChD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC3C,CAAC;IACF,CAAC;IAEO,SAAS,CAAC,IAAY;QAC7B,MAAM,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC;QAC3C,MAAM,GAAG,GAAG,YAAY,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAE3C,IAAI,GAAG,EAAE,CAAC;YACT,OAAO,GAAG,CAAC;QACZ,CAAC;QAED,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG;YAAE,OAAO,CAAC,IAAI,CAAC,mBAAmB,YAAY,aAAa,CAAC,CAAC;QACrF,OAAO,IAAI,CAAC;IACb,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAChC,CAAC;;AA1Ce,eAAM,GAAG,UAAU,AAAb,CAAc;AAGpC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;sCACJ;AAGvB;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"icon.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AACnE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,OAAO,EAAE,OAAO,EAAE,CAAC;AAEnB,MAAM,CAAC,MAAM,KAAK,GAAa;IAC9B,GAAG,YAAY,CAAC,IAAI,EAAE;IACtB,GAAG,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC;CACvB,CAAC,IAAI,EAAE,CAAC;AAcT;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AAEI,IAAM,QAAQ,GAAd,MAAM,QAAS,SAAQ,UAAU;IAAjC;;QAIN,SAAI,GAAG,eAAe,CAAC;QAGvB,SAAI,GAAa,EAAE,CAAC;QAGpB,UAAK,GAAc,EAAE,CAAC;QAGd,aAAQ,GAAkB,IAAI,CAAC;IA+BxC,CAAC;IA7BS,iBAAiB;QACzB,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,aAAa,CAAC,EAAE,CAAC;YACvC,IAAI,CAAC,YAAY,CAAC,aAAa,EAAE,MAAM,CAAC,CAAC;QAC1C,CAAC;QACD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;IAEQ,OAAO,CAAC,iBAAuC;QACvD,IAAI,iBAAiB,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YAChD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC3C,CAAC;IACF,CAAC;IAEO,SAAS,CAAC,IAAY;QAC7B,MAAM,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC;QAC3C,MAAM,GAAG,GAAG,YAAY,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;QAE3C,IAAI,GAAG,EAAE,CAAC;YACT,OAAO,GAAG,CAAC;QACZ,CAAC;QAED,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG;YAAE,OAAO,CAAC,IAAI,CAAC,mBAAmB,YAAY,aAAa,CAAC,CAAC;QACrF,OAAO,IAAI,CAAC;IACb,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IAChC,CAAC;;AA1Ce,eAAM,GAAG,UAAU,AAAb,CAAc;AAGpC;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;sCACJ;AAGvB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,CAAW,EAAE,CAAC,EAAE,CAAC;sCACpD;AAGpB;IADC,QAAQ,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,iBAAiB,CAAY,EAAE,CAAC,EAAE,CAAC;uCACnD;AAGd;IADP,KAAK,EAAE;0CAC+B;AAb3B,QAAQ;IADpB,aAAa,CAAC,WAAW,CAAC;GACd,QAAQ,CA4CpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../../src/components/content/image/image.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../../src/components/content/image/image.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwDG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAMjC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAC7D,OAAO,iBAAiB,CAAC;AAEzB,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,CAAC;AACzD,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,YAAY,GAAG,MAAM,CAAC;AAClF,MAAM,MAAM,mBAAmB,GAAG,QAAQ,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AACjF,MAAM,MAAM,YAAY,GAAG,MAAM,GAAG,OAAO,CAAC;AAC5C,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC;AACtD,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,CAAC;AAEzD,qBACa,SAAU,SAAQ,UAAU;IACxC,OAAgB,MAAM,0BAAe;IAGrC,GAAG,SAAM;IAGT,GAAG,SAAM;IAGT,MAAM,SAAM;IAGZ,KAAK,SAAM;IAEX;;;;uEAImE;IAEnE,KAAK,EAAE,MAAM,CAAU;IAGvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,OAAO,EAAE,YAAY,CAAU;IAG/B,QAAQ,EAAE,aAAa,CAAW;IAGlC,aAAa,CAAC,EAAE,kBAAkB,CAAC;IAGnC,WAAW,SAAM;IAGjB,SAAS,EAAE,cAAc,CAAW;IAGpC,cAAc,EAAE,mBAAmB,CAAY;IAG/C,KAAK,EAAE,UAAU,CAAY;IAG7B,OAAO,SAAM;IAGb,MAAM,SAAM;IAGZ,UAAU,UAAS;IAGnB,IAAI,SAAM;IAEV,kFAAkF;IAElF,YAAY,EAAE,OAAO,CAAC,qBAAqB,CAAC,CAAM;IAE3C,EAAE,CAAC,GAAG,EAAE,MAAM,qBAAqB,GAAG,MAAM;IAInD;;;;iCAI6B;IAC7B,OAAO,CAAC,cAAc,CAAC,CAAS;IAChC,OAAO,CAAC,gBAAgB,CAAkD;IAE1E;;;6BAGyB;IACzB,IAAI,WAAW,IAAI;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,EAAE,CAAA;KAAE,GAAG,IAAI,CAoB1D;IAGD,kBAAkB,UAAS;IAE3B;iFAC6E;IAE7E,YAAY,UAAS;IAErB;;uCAEmC;IAEnC,aAAa,UAAS;IAEtB;yDACqD;IACrD,IAAI,eAAe,IAAI,MAAM,CAG5B;IAED;;;;;;;iEAO6D;IAC7D,IAAI,aAAa,IAAI,MAAM,GAAG,SAAS,CAStC;IAED,6DAA6D;IAC7D,OAAO,CAAC,YAAY,CAAS;IAE7B,IAAI,WAAW,IAAI,OAAO,CAEzB;IAEQ,UAAU,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAY/C,OAAO,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAkCrD,2DAA2D;IAC3D,OAAO,CAAC,UAAU,CAAS;IAElB,YAAY,IAAI,IAAI;IAgB7B,YAAY,QAAO,IAAI,CAGrB;IAEF,aAAa,QAAO,IAAI,CAGtB;IAEF;;6EAEyE;IACzE,mBAAmB,CAAC,IAAI,EAAE,eAAe,GAAG,IAAI;IAUhD,oBAAoB,GAAI,GAAG,KAAK,KAAG,IAAI,CAErC;IAEO,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,YAAY,EAAE,SAAS,CAAC;KACxB;CACD"}
|
|
@@ -63,6 +63,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
63
63
|
};
|
|
64
64
|
import { LitElement } from 'lit';
|
|
65
65
|
import { customElement, property, state } from 'lit/decorators.js';
|
|
66
|
+
import { reflectNonDefault } from '../../../utilities/reflect-non-default.js';
|
|
66
67
|
import { imageStyles } from './image.styles.js';
|
|
67
68
|
import { imageTemplate } from './image.template.js';
|
|
68
69
|
import { nlddImageTranslations } from './image.i18n.js';
|
|
@@ -268,7 +269,7 @@ __decorate([
|
|
|
268
269
|
property({ type: String })
|
|
269
270
|
], NLDDImage.prototype, "sizes", void 0);
|
|
270
271
|
__decorate([
|
|
271
|
-
property({
|
|
272
|
+
property({ reflect: true, converter: reflectNonDefault('full') })
|
|
272
273
|
], NLDDImage.prototype, "width", void 0);
|
|
273
274
|
__decorate([
|
|
274
275
|
property({ type: Number, reflect: true })
|
|
@@ -286,19 +287,19 @@ __decorate([
|
|
|
286
287
|
property({ type: String, attribute: 'aspect-ratio', reflect: true })
|
|
287
288
|
], NLDDImage.prototype, "aspectRatio", void 0);
|
|
288
289
|
__decorate([
|
|
289
|
-
property({
|
|
290
|
+
property({ reflect: true, attribute: 'object-fit', converter: reflectNonDefault('cover') })
|
|
290
291
|
], NLDDImage.prototype, "objectFit", void 0);
|
|
291
292
|
__decorate([
|
|
292
|
-
property({
|
|
293
|
+
property({ reflect: true, attribute: 'object-position', converter: reflectNonDefault('center') })
|
|
293
294
|
], NLDDImage.prototype, "objectPosition", void 0);
|
|
294
295
|
__decorate([
|
|
295
|
-
property({
|
|
296
|
+
property({ reflect: true, converter: reflectNonDefault('square') })
|
|
296
297
|
], NLDDImage.prototype, "shape", void 0);
|
|
297
298
|
__decorate([
|
|
298
|
-
property({
|
|
299
|
+
property({ reflect: true, converter: reflectNonDefault('') })
|
|
299
300
|
], NLDDImage.prototype, "caption", void 0);
|
|
300
301
|
__decorate([
|
|
301
|
-
property({
|
|
302
|
+
property({ reflect: true, converter: reflectNonDefault('') })
|
|
302
303
|
], NLDDImage.prototype, "credit", void 0);
|
|
303
304
|
__decorate([
|
|
304
305
|
property({ type: Boolean, reflect: true })
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.js","sourceRoot":"","sources":["../../../../src/components/content/image/image.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"image.js","sourceRoot":"","sources":["../../../../src/components/content/image/image.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/image/image.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"image.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/image/image.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,yBAgZvB,CAAC"}
|
|
@@ -54,13 +54,9 @@ export const imageStyles = css `
|
|
|
54
54
|
:host([object-position="right"]) { --_object-position: right; }
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
/* ## Shape variants
|
|
58
|
-
The :host base --_corner-radius is the design-system rounded token, used by
|
|
59
|
-
shape="rounded". The default shape is "square" (set on the property), which
|
|
60
|
-
overrides to 0; circle overrides to 50% for avatar-style use (combine with
|
|
61
|
-
aspect-ratio 1/1 for a true circle). */
|
|
57
|
+
/* ## Shape variants */
|
|
62
58
|
|
|
63
|
-
:host([shape="
|
|
59
|
+
:host([shape="rounded"]) { --_corner-radius: var(--components-image-rounded-corner-radius); }
|
|
64
60
|
:host([shape="circle"]) { --_corner-radius: 50%; }
|
|
65
61
|
|
|
66
62
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.styles.js","sourceRoot":"","sources":["../../../../src/components/content/image/image.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE1F,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;IAyB1B,kBAAkB
|
|
1
|
+
{"version":3,"file":"image.styles.js","sourceRoot":"","sources":["../../../../src/components/content/image/image.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE1F,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;IAyB1B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiFlB,YAAY;;;;;;;;;;;;;;IAcZ,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwRf,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyboard-shortcut.d.ts","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"keyboard-shortcut.d.ts","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAKjC,OAAO,EAAY,KAAK,EAAE,EAAE,MAAM,0BAA0B,CAAC;AAE7D,KAAK,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;AACpC,KAAK,KAAK,GAAG,SAAS,GAAG,SAAS,CAAC;AACnC,KAAK,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;AAEhC,qBACa,oBAAqB,SAAQ,UAAU;IACnD,OAAgB,MAAM,0BAA0B;IAGhD,IAAI,SAAM;IAGV,OAAO,SAAM;IAGb,WAAW,SAAM;IAGjB,SAAS,SAAM;IAGf,IAAI,EAAE,IAAI,CAAQ;IAElB;;;;OAIG;IAEH,OAAO,EAAE,OAAO,CAAS;IAEzB;;;;;OAKG;IAEH,KAAK,EAAE,KAAK,CAAa;IAGzB,aAAa,UAAS;IAEtB;;;;;;;;OAQG;IAEH,OAAO,EAAE,EAAE,GAAG,EAAE,CAAM;IAEtB,2EAA2E;IAC3E,IAAI,WAAW,IAAI,EAAE,CAEpB;IAED,IAAI,aAAa,IAAI,MAAM,CAM1B;IAED,IAAI,WAAW,IAAI,MAAM,EAAE,CAU1B;IAEQ,MAAM;CAGf;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,wBAAwB,EAAE,oBAAoB,CAAC;KAC/C;CACD"}
|
|
@@ -41,6 +41,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
41
41
|
};
|
|
42
42
|
import { LitElement } from 'lit';
|
|
43
43
|
import { customElement, property } from 'lit/decorators.js';
|
|
44
|
+
import { reflectNonDefault } from '../../../utilities/reflect-non-default.js';
|
|
44
45
|
import { keyboardShortcutStyles } from './keyboard-shortcut.styles.js';
|
|
45
46
|
import { template } from './keyboard-shortcut.template.js';
|
|
46
47
|
import { detectOS } from '../../../utilities/os.js';
|
|
@@ -109,25 +110,25 @@ let NLDDKeyboardShortcut = class NLDDKeyboardShortcut extends LitElement {
|
|
|
109
110
|
};
|
|
110
111
|
NLDDKeyboardShortcut.styles = keyboardShortcutStyles;
|
|
111
112
|
__decorate([
|
|
112
|
-
property({
|
|
113
|
+
property({ reflect: true, converter: reflectNonDefault('') })
|
|
113
114
|
], NLDDKeyboardShortcut.prototype, "keys", void 0);
|
|
114
115
|
__decorate([
|
|
115
|
-
property({
|
|
116
|
+
property({ reflect: true, attribute: 'mac-keys', converter: reflectNonDefault('') })
|
|
116
117
|
], NLDDKeyboardShortcut.prototype, "macKeys", void 0);
|
|
117
118
|
__decorate([
|
|
118
|
-
property({
|
|
119
|
+
property({ reflect: true, attribute: 'windows-keys', converter: reflectNonDefault('') })
|
|
119
120
|
], NLDDKeyboardShortcut.prototype, "windowsKeys", void 0);
|
|
120
121
|
__decorate([
|
|
121
|
-
property({
|
|
122
|
+
property({ reflect: true, attribute: 'linux-keys', converter: reflectNonDefault('') })
|
|
122
123
|
], NLDDKeyboardShortcut.prototype, "linuxKeys", void 0);
|
|
123
124
|
__decorate([
|
|
124
|
-
property({
|
|
125
|
+
property({ reflect: true, converter: reflectNonDefault('md') })
|
|
125
126
|
], NLDDKeyboardShortcut.prototype, "size", void 0);
|
|
126
127
|
__decorate([
|
|
127
|
-
property({
|
|
128
|
+
property({ reflect: true, converter: reflectNonDefault('box') })
|
|
128
129
|
], NLDDKeyboardShortcut.prototype, "variant", void 0);
|
|
129
130
|
__decorate([
|
|
130
|
-
property({
|
|
131
|
+
property({ reflect: true, converter: reflectNonDefault('neutral') })
|
|
131
132
|
], NLDDKeyboardShortcut.prototype, "color", void 0);
|
|
132
133
|
__decorate([
|
|
133
134
|
property({ type: Boolean, reflect: true, attribute: 'always-visible' })
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyboard-shortcut.js","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;;;;;;;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AACjC,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC5D,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAW,MAAM,0BAA0B,CAAC;AAOtD,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,UAAU;IAA7C;;QAIN,SAAI,GAAG,EAAE,CAAC;QAGV,YAAO,GAAG,EAAE,CAAC;QAGb,gBAAW,GAAG,EAAE,CAAC;QAGjB,cAAS,GAAG,EAAE,CAAC;QAGf,SAAI,GAAS,IAAI,CAAC;QAElB;;;;WAIG;QAEH,YAAO,GAAY,KAAK,CAAC;QAEzB;;;;;WAKG;QAEH,UAAK,GAAU,SAAS,CAAC;QAGzB,kBAAa,GAAG,KAAK,CAAC;QAEtB;;;;;;;;WAQG;QAEH,YAAO,GAAY,EAAE,CAAC;IA8BvB,CAAC;IA5BA,2EAA2E;IAC3E,IAAI,WAAW;QACd,OAAO,IAAI,CAAC,OAAO,IAAI,QAAQ,EAAE,CAAC;IACnC,CAAC;IAED,IAAI,aAAa;QAChB,MAAM,EAAE,GAAG,IAAI,CAAC,WAAW,CAAC;QAC5B,IAAI,EAAE,KAAK,KAAK,IAAI,IAAI,CAAC,OAAO;YAAE,OAAO,IAAI,CAAC,OAAO,CAAC;QACtD,IAAI,EAAE,KAAK,SAAS,IAAI,IAAI,CAAC,WAAW;YAAE,OAAO,IAAI,CAAC,WAAW,CAAC;QAClE,IAAI,EAAE,KAAK,OAAO,IAAI,IAAI,CAAC,SAAS;YAAE,OAAO,IAAI,CAAC,SAAS,CAAC;QAC5D,OAAO,IAAI,CAAC,IAAI,CAAC;IAClB,CAAC;IAED,IAAI,WAAW;QACd,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC;QAChC,IAAI,CAAC,IAAI;YAAE,OAAO,EAAE,CAAC;QACrB,8EAA8E;QAC9E,MAAM,MAAM,GAAG,QAAQ,CAAC;QACxB,OAAO,IAAI;aACT,OAAO,CAAC,SAAS,EAAE,IAAI,MAAM,GAAG,CAAC;aACjC,KAAK,CAAC,GAAG,CAAC;aACV,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,OAAO,CAAC,IAAI,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC;aACxD,MAAM,CAAC,OAAO,CAAC,CAAC;IACnB,CAAC;IAEQ,MAAM;QACd,OAAO,QAAQ,CAAC,IAAI,CAAC,CAAC;IACvB,CAAC;;AA5Ee,2BAAM,GAAG,sBAAsB,AAAzB,CAA0B;AAGhD;IADC,QAAQ,CAAC,EAAE,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"keyboard-shortcut.js","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyboard-shortcut.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"keyboard-shortcut.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,yBAyIlC,CAAC"}
|
|
@@ -75,11 +75,15 @@ export const keyboardShortcutStyles = css `
|
|
|
75
75
|
align-items: center;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
:host([size="inherit"]
|
|
78
|
+
:host([size="inherit"]) .keyboard-shortcut {
|
|
79
79
|
position: relative;
|
|
80
80
|
top: -0.05em;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
+
:host([size="inherit"][variant="simple"]) .keyboard-shortcut {
|
|
84
|
+
position: static;
|
|
85
|
+
}
|
|
86
|
+
|
|
83
87
|
|
|
84
88
|
/* # Elements */
|
|
85
89
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"keyboard-shortcut.styles.js","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;IAoBrC,kBAAkB
|
|
1
|
+
{"version":3,"file":"keyboard-shortcut.styles.js","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;IAoBrC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqHrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rich-text.d.ts","sourceRoot":"","sources":["../../../../src/components/content/rich-text/rich-text.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"rich-text.d.ts","sourceRoot":"","sources":["../../../../src/components/content/rich-text/rich-text.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAIjC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,qBAAqB,CAAC;AAEpE,KAAK,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC;AAInD,qBACa,YAAa,SAAQ,UAAU;IAE3C,OAAO,EAAE,OAAO,CAAU;IAG1B,QAAQ,UAAS;IAGjB,KAAK,EAAE,EAAE,GAAG,SAAS,CAAM;IAG3B,YAAY,EAAE,OAAO,CAAC,wBAAwB,CAAC,CAAM;IAE9C,EAAE,CAAC,GAAG,EAAE,MAAM,wBAAwB,GAAG,MAAM;IAItD,OAAO,CAAC,iBAAiB,CAAC,CAAmB;IAC7C,OAAO,CAAC,eAAe,CAAC,CAAiB;IAEhC,gBAAgB;IAIhB,iBAAiB,IAAI,IAAI;IAezB,oBAAoB,IAAI,IAAI;IAQrC,OAAO,CAAC,WAAW;CA+BnB;AAED,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,gBAAgB,EAAE,YAAY,CAAC;KAC/B;CACD"}
|
|
@@ -34,6 +34,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
34
34
|
*/
|
|
35
35
|
import { LitElement } from 'lit';
|
|
36
36
|
import { customElement, property } from 'lit/decorators.js';
|
|
37
|
+
import { reflectNonDefault } from '../../../utilities/reflect-non-default.js';
|
|
37
38
|
import { nlddRichTextTranslations } from './rich-text.i18n.js';
|
|
38
39
|
const MANAGED_LABEL_ATTR = 'data-nldd-managed-label';
|
|
39
40
|
let NLDDRichText = class NLDDRichText extends LitElement {
|
|
@@ -103,13 +104,13 @@ let NLDDRichText = class NLDDRichText extends LitElement {
|
|
|
103
104
|
}
|
|
104
105
|
};
|
|
105
106
|
__decorate([
|
|
106
|
-
property({
|
|
107
|
+
property({ reflect: true, converter: reflectNonDefault('snug') })
|
|
107
108
|
], NLDDRichText.prototype, "spacing", void 0);
|
|
108
109
|
__decorate([
|
|
109
110
|
property({ type: Boolean, reflect: true })
|
|
110
111
|
], NLDDRichText.prototype, "centered", void 0);
|
|
111
112
|
__decorate([
|
|
112
|
-
property({
|
|
113
|
+
property({ reflect: true, converter: reflectNonDefault('') })
|
|
113
114
|
], NLDDRichText.prototype, "color", void 0);
|
|
114
115
|
__decorate([
|
|
115
116
|
property({ type: Object })
|