@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
|
@@ -12,8 +12,6 @@ export const codeViewerStyles = css `
|
|
|
12
12
|
--_corner-radius: var(--primitives-corner-radius-lg);
|
|
13
13
|
--_background-color: var(--semantics-surfaces-tinted-background-color);
|
|
14
14
|
--_border-color: var(--semantics-surfaces-tinted-border-color);
|
|
15
|
-
/* Shared shadow value so the default and focus-visible rules can
|
|
16
|
-
compose with var(...) instead of repeating the inset literal. */
|
|
17
15
|
--_border-shadow: inset 0 0 0 1px var(--_border-color);
|
|
18
16
|
--_block-padding: var(--primitives-space-16);
|
|
19
17
|
--_inline-padding: var(--primitives-space-16);
|
|
@@ -45,10 +43,6 @@ export const codeViewerStyles = css `
|
|
|
45
43
|
--_border-color: var(--semantics-surfaces-base-border-color);
|
|
46
44
|
}
|
|
47
45
|
|
|
48
|
-
/* variant="simple" drops the entire frame (no rounded corners, no
|
|
49
|
-
padding, no fill, no border ring). The host becomes a thin wrapper
|
|
50
|
-
around the slot content — use for embedding in a consumer-supplied
|
|
51
|
-
container. Same shape nldd-list uses for its simple variant. */
|
|
52
46
|
:host([variant="simple"]) {
|
|
53
47
|
--_corner-radius: 0;
|
|
54
48
|
--_background-color: transparent;
|
|
@@ -58,80 +52,66 @@ export const codeViewerStyles = css `
|
|
|
58
52
|
}
|
|
59
53
|
|
|
60
54
|
|
|
61
|
-
/* # Block */
|
|
55
|
+
/* # Block — CodeMirror (read-only) mounts into .code-viewer */
|
|
62
56
|
|
|
63
57
|
.code-viewer {
|
|
64
58
|
box-sizing: border-box;
|
|
65
|
-
display: flex;
|
|
66
59
|
position: relative;
|
|
67
|
-
margin: 0;
|
|
68
60
|
border-radius: var(--_corner-radius);
|
|
69
61
|
/* Inner box-shadow paints the 1px border ring inside the radius
|
|
70
62
|
without taking layout space — matches nldd-box / nldd-banner.
|
|
71
|
-
variant="simple" suppresses the ring
|
|
72
|
-
|
|
73
|
-
of the file restores a real border for Windows High Contrast
|
|
74
|
-
users. */
|
|
63
|
+
variant="simple" suppresses the ring via --_border-color. The
|
|
64
|
+
forced-colors fallback at the bottom restores a real border. */
|
|
75
65
|
box-shadow: var(--_border-shadow);
|
|
76
66
|
background-color: var(--_background-color);
|
|
77
|
-
|
|
78
|
-
padding: var(--_block-padding) var(--_inline-padding);
|
|
79
|
-
flex-direction: column;
|
|
67
|
+
min-width: 0;
|
|
80
68
|
flex-grow: 1;
|
|
81
|
-
|
|
82
|
-
|
|
69
|
+
flex-shrink: 1;
|
|
70
|
+
flex-basis: auto;
|
|
71
|
+
padding: var(--_block-padding) var(--_inline-padding);
|
|
83
72
|
color: var(--_content-color);
|
|
84
73
|
font: var(--_font);
|
|
85
|
-
white-space: pre;
|
|
86
74
|
}
|
|
87
75
|
|
|
88
|
-
|
|
76
|
+
/* Reserve the actions space only when the copy button actually renders: not
|
|
77
|
+
opted out (no-copy) and the Clipboard API is usable (copy-unavailable is
|
|
78
|
+
set by JS when it isn't). Both attributes suppress the button, so both drop
|
|
79
|
+
the reserved space. */
|
|
80
|
+
:host(:not([no-copy]):not([copy-unavailable])) .code-viewer {
|
|
89
81
|
min-height: var(--_actions-area-size);
|
|
90
82
|
padding-right: var(--_actions-area-size);
|
|
91
83
|
}
|
|
92
84
|
|
|
93
|
-
|
|
94
|
-
top-right corner (no inset padding) and keep the snippet at least as
|
|
95
|
-
tall as the button so the layout never clips the action. The reserved
|
|
96
|
-
right-padding is dropped — bare snippets imply no chrome, so the code
|
|
97
|
-
may flow under the button if a single line is long enough. */
|
|
98
|
-
:host([variant="simple"]:not([no-copy])) {
|
|
85
|
+
:host([variant="simple"]:not([no-copy]):not([copy-unavailable])) {
|
|
99
86
|
--_actions-area-padding: 0;
|
|
100
87
|
}
|
|
101
88
|
|
|
102
|
-
:host([variant="simple"]:not([no-copy])) .code-viewer {
|
|
89
|
+
:host([variant="simple"]:not([no-copy]):not([copy-unavailable])) .code-viewer {
|
|
103
90
|
min-height: var(--_actions-area-size);
|
|
104
91
|
padding-right: 0;
|
|
105
92
|
}
|
|
106
93
|
|
|
107
|
-
|
|
94
|
+
/* The horizontally-scrollable region is CodeMirror's scroller; it gets
|
|
95
|
+
tabindex/role/aria-label from JS when content overflows. Lift the focus
|
|
96
|
+
ring onto the framed block so it reads as one element. */
|
|
97
|
+
.code-viewer:has(.cm-scroller:focus-visible) {
|
|
108
98
|
outline: var(--semantics-focus-ring-outline);
|
|
109
99
|
outline-offset: var(--semantics-focus-ring-outline-offset);
|
|
110
|
-
/* Comma-compose so the outer focus ring layers over the existing
|
|
111
|
-
inset border ring instead of replacing it. Focus first (outer),
|
|
112
|
-
border second (inner). */
|
|
113
100
|
box-shadow: var(--semantics-focus-ring-box-shadow), var(--_border-shadow);
|
|
114
101
|
}
|
|
115
102
|
|
|
116
|
-
.
|
|
117
|
-
|
|
103
|
+
.cm-content {
|
|
104
|
+
tab-size: 2;
|
|
118
105
|
}
|
|
119
106
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
word-break: break-word;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
/* Lit reflects empty-string props as language=""; exclude that case */
|
|
127
|
-
:host([language]:not([language=""])) slot {
|
|
107
|
+
/* The slot is the declarative content + copy source only; CodeMirror
|
|
108
|
+
renders the visible, highlighted copy. */
|
|
109
|
+
slot {
|
|
128
110
|
display: none;
|
|
129
111
|
}
|
|
130
112
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
font: inherit;
|
|
134
|
-
}
|
|
113
|
+
|
|
114
|
+
/* # Elements */
|
|
135
115
|
|
|
136
116
|
.code-viewer__actions {
|
|
137
117
|
position: absolute;
|
|
@@ -140,10 +120,6 @@ export const codeViewerStyles = css `
|
|
|
140
120
|
z-index: var(--_actions-z-index);
|
|
141
121
|
}
|
|
142
122
|
|
|
143
|
-
/* Visually-hidden live region announces copy success/failure to
|
|
144
|
-
screen readers — the static accessible-label on the icon button
|
|
145
|
-
alone can't convey state changes. */
|
|
146
|
-
|
|
147
123
|
.code-viewer__live-region {
|
|
148
124
|
position: absolute;
|
|
149
125
|
width: 1px;
|
|
@@ -154,54 +130,19 @@ export const codeViewerStyles = css `
|
|
|
154
130
|
}
|
|
155
131
|
|
|
156
132
|
|
|
157
|
-
/* # Tokens */
|
|
158
|
-
|
|
159
|
-
.token.comment,
|
|
160
|
-
.token.prolog,
|
|
161
|
-
.token.doctype,
|
|
162
|
-
.token.cdata { color: var(--components-code-viewer-token-comment-color); font-style: italic; }
|
|
163
|
-
.token.punctuation { color: var(--components-code-viewer-token-punctuation-color); }
|
|
164
|
-
.token.namespace { opacity: 0.7; }
|
|
165
|
-
.token.keyword { color: var(--components-code-viewer-token-keyword-color); }
|
|
166
|
-
.token.string, .token.char { color: var(--components-code-viewer-token-string-color); }
|
|
167
|
-
.token.number { color: var(--components-code-viewer-token-number-color); }
|
|
168
|
-
.token.boolean { color: var(--components-code-viewer-token-boolean-color); }
|
|
169
|
-
.token.null { color: var(--components-code-viewer-token-null-color); }
|
|
170
|
-
.token.function { color: var(--components-code-viewer-token-function-color); }
|
|
171
|
-
.token.class-name { color: var(--components-code-viewer-token-class-color); }
|
|
172
|
-
.token.builtin { color: var(--components-code-viewer-token-builtin-color); }
|
|
173
|
-
.token.tag { color: var(--components-code-viewer-token-tag-color); }
|
|
174
|
-
.token.attr-name { color: var(--components-code-viewer-token-attr-name-color); }
|
|
175
|
-
.token.attr-value { color: var(--components-code-viewer-token-attr-value-color); }
|
|
176
|
-
.token.property { color: var(--components-code-viewer-token-property-color); }
|
|
177
|
-
.token.selector { color: var(--components-code-viewer-token-selector-color); }
|
|
178
|
-
.token.atrule { color: var(--components-code-viewer-token-atrule-color); }
|
|
179
|
-
.token.regex { color: var(--components-code-viewer-token-regex-color); }
|
|
180
|
-
.token.url { color: var(--components-code-viewer-token-url-color); }
|
|
181
|
-
.token.operator { color: var(--components-code-viewer-token-operator-color); }
|
|
182
|
-
.token.constant { color: var(--components-code-viewer-token-constant-color); }
|
|
183
|
-
.token.deleted { color: var(--components-code-viewer-token-deleted-color); }
|
|
184
|
-
.token.inserted { color: var(--components-code-viewer-token-inserted-color); }
|
|
185
|
-
.token.important { color: var(--components-code-viewer-token-important-color); font-weight: bold; }
|
|
186
|
-
.token.symbol { color: var(--components-code-viewer-token-symbol-color); }
|
|
187
|
-
.token.entity { color: var(--components-code-viewer-token-entity-color); }
|
|
188
|
-
.token.variable { color: var(--components-code-viewer-token-variable-color); }
|
|
189
|
-
.token.key { color: var(--components-code-viewer-token-property-color); }
|
|
190
|
-
.token.bold { font-weight: bold; }
|
|
191
|
-
.token.italic { font-style: italic; }
|
|
192
|
-
|
|
193
|
-
|
|
194
133
|
/* # Accessibility
|
|
195
|
-
forced-colors / Windows High Contrast strips box-shadow, so the
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
nldd-banner, and nldd-list use. variant="simple" keeps no border
|
|
199
|
-
(the host is a bare wrapper in that mode). */
|
|
134
|
+
forced-colors / Windows High Contrast strips box-shadow, so the inset
|
|
135
|
+
border ring would disappear. Restore the frame with a real border —
|
|
136
|
+
same fallback nldd-box, nldd-banner, and nldd-list use. */
|
|
200
137
|
|
|
201
138
|
@media (forced-colors: active) {
|
|
202
|
-
:host
|
|
139
|
+
:host .code-viewer {
|
|
203
140
|
border: 1px solid CanvasText;
|
|
204
141
|
}
|
|
142
|
+
|
|
143
|
+
:host([variant="simple"]) .code-viewer {
|
|
144
|
+
border: none;
|
|
145
|
+
}
|
|
205
146
|
}
|
|
206
147
|
`;
|
|
207
148
|
//# sourceMappingURL=code-viewer.styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-viewer.styles.js","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"code-viewer.styles.js","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;IAqB/B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2HrB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-viewer.template.d.ts","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"code-viewer.template.d.ts","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,MAAM,KAAK,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEvD,wBAAgB,kBAAkB,CAAC,SAAS,EAAE,cAAc,GAAG,cAAc,CA8C5E"}
|
|
@@ -1,46 +1,27 @@
|
|
|
1
1
|
import { html, nothing } from 'lit';
|
|
2
|
-
import { ifDefined } from 'lit/directives/if-defined.js';
|
|
3
|
-
import { unsafeHTML } from 'lit/directives/unsafe-html.js';
|
|
4
2
|
export function codeViewerTemplate(component) {
|
|
5
|
-
// `language` is interpolated into a class name. Lit's tagged template
|
|
6
|
-
// literal escapes attribute values, so a malicious string can't break
|
|
7
|
-
// out of the attribute — but it can still produce a wonky class name.
|
|
8
|
-
// We accept that since `language` is a developer-set identifier, not
|
|
9
|
-
// user-supplied content.
|
|
10
|
-
//
|
|
11
|
-
// `unsafeHTML(_highlightedHtml)` injects the Prism output verbatim.
|
|
12
|
-
// Prism escapes HTML entities in its input (`<` → `<`) before
|
|
13
|
-
// wrapping tokens in spans, so the only HTML in the output is the
|
|
14
|
-
// span scaffolding Prism itself emits. Safe by construction.
|
|
15
|
-
const scrollable = component._isScrollable;
|
|
16
3
|
const copyState = component._copyState;
|
|
17
4
|
const tooltipText = copyState === 'success'
|
|
18
5
|
? component._t('components.code-viewer.copy-success-text')
|
|
19
6
|
: copyState === 'failure'
|
|
20
7
|
? component._t('components.code-viewer.copy-failure-text')
|
|
21
8
|
: component._t('components.code-viewer.copy-action');
|
|
22
|
-
// Reuse tooltipText
|
|
23
|
-
// user re-focusing
|
|
24
|
-
//
|
|
25
|
-
// region still fires the initial announcement; this only changes what AT
|
|
26
|
-
// reads on subsequent focus during the 2000 ms feedback window.
|
|
9
|
+
// Reuse tooltipText as the icon-button's accessible-label so a keyboard
|
|
10
|
+
// user re-focusing mid-feedback hears the state ("Gekopieerd") instead of
|
|
11
|
+
// the static "Kopieer".
|
|
27
12
|
const buttonLabel = tooltipText;
|
|
28
|
-
// Live-region payload
|
|
29
|
-
//
|
|
30
|
-
// alone can't convey. Empty when idle so re-clicks re-announce.
|
|
13
|
+
// Live-region payload announces "Gekopieerd" / "Kopiëren mislukt"; empty
|
|
14
|
+
// when idle so re-clicks re-announce.
|
|
31
15
|
const liveRegionText = copyState === 'success'
|
|
32
16
|
? component._t('components.code-viewer.copy-success-text')
|
|
33
17
|
: copyState === 'failure'
|
|
34
18
|
? component._t('components.code-viewer.copy-failure-text')
|
|
35
19
|
: '';
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
><slot @slotchange=${component._onSlotChange}></slot>${component.language && component._highlightedHtml
|
|
42
|
-
? html `<code class="code__highlighted language-${component.language}">${unsafeHTML(component._highlightedHtml)}</code>`
|
|
43
|
-
: ''}</pre>${component.noCopy ? nothing : html `
|
|
20
|
+
// CodeMirror (read-only) mounts into and owns .code-viewer; the hidden
|
|
21
|
+
// <slot> stays the declarative content source and the copy source.
|
|
22
|
+
// Render the copy button only when it can actually work (not no-copy, and a
|
|
23
|
+
// secure context with a Clipboard API); otherwise it'd be a dead button.
|
|
24
|
+
return html `<div class="code-viewer"></div><slot @slotchange=${component._onSlotChange}></slot>${!component._canCopy ? nothing : html `
|
|
44
25
|
<div class="code-viewer__actions">
|
|
45
26
|
<div class="code-viewer__copy-button">
|
|
46
27
|
<nldd-tooltip
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code-viewer.template.js","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAkB,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"code-viewer.template.js","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAkB,MAAM,KAAK,CAAC;AAGpD,MAAM,UAAU,kBAAkB,CAAC,SAAyB;IAC3D,MAAM,SAAS,GAAG,SAAS,CAAC,UAAU,CAAC;IACvC,MAAM,WAAW,GAAG,SAAS,KAAK,SAAS;QAC1C,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,0CAA0C,CAAC;QAC1D,CAAC,CAAC,SAAS,KAAK,SAAS;YACxB,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,0CAA0C,CAAC;YAC1D,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,oCAAoC,CAAC,CAAC;IACvD,wEAAwE;IACxE,0EAA0E;IAC1E,wBAAwB;IACxB,MAAM,WAAW,GAAG,WAAW,CAAC;IAChC,yEAAyE;IACzE,sCAAsC;IACtC,MAAM,cAAc,GAAG,SAAS,KAAK,SAAS;QAC7C,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,0CAA0C,CAAC;QAC1D,CAAC,CAAC,SAAS,KAAK,SAAS;YACxB,CAAC,CAAC,SAAS,CAAC,EAAE,CAAC,0CAA0C,CAAC;YAC1D,CAAC,CAAC,EAAE,CAAC;IACP,uEAAuE;IACvE,mEAAmE;IACnE,4EAA4E;IAC5E,yEAAyE;IACzE,OAAO,IAAI,CAAA,oDAAoD,SAAS,CAAC,aAAa,WAAW,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,CAAA;;;;YAI1H,WAAW;;aAEV,SAAS,KAAK,MAAM;6BACJ,SAAS,CAAC,cAAc;;;aAGxC,SAAS,KAAK,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM;yBACnC,WAAW;;;eAGrB,SAAS,CAAC,YAAY;;;;;;;MAO/B,cAAc;;EAElB,EAAE,CAAC;AACL,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-aliases.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-aliases.js"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,sBADW,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"icon-aliases.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-aliases.js"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,sBADW,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CA6d/B"}
|
|
@@ -62,8 +62,8 @@ export const aliases = {
|
|
|
62
62
|
'forward': 'chevron-right',
|
|
63
63
|
// circle-dashed
|
|
64
64
|
'icon-placeholder': 'circle-dashed',
|
|
65
|
-
// clipboard-
|
|
66
|
-
'paste': 'clipboard-
|
|
65
|
+
// clipboard-square
|
|
66
|
+
'paste': 'clipboard-square',
|
|
67
67
|
// clock
|
|
68
68
|
'time': 'clock',
|
|
69
69
|
'now': 'clock',
|
|
@@ -109,9 +109,10 @@ export const aliases = {
|
|
|
109
109
|
'smiling': 'face-smiling',
|
|
110
110
|
// face-smiling-badge-plus
|
|
111
111
|
'add-emoji': 'face-smiling-badge-plus',
|
|
112
|
+
// file
|
|
113
|
+
'document': 'file',
|
|
112
114
|
// file-text
|
|
113
|
-
'document': 'file-text',
|
|
114
|
-
'file': 'file-text',
|
|
115
|
+
'text-document': 'file-text',
|
|
115
116
|
// file-text-stack
|
|
116
117
|
'documents': 'file-text-stack',
|
|
117
118
|
'text-documents': 'file-text-stack',
|
|
@@ -131,6 +132,10 @@ export const aliases = {
|
|
|
131
132
|
'love': 'heart-filled',
|
|
132
133
|
// house
|
|
133
134
|
'home': 'house',
|
|
135
|
+
// indent-decrease
|
|
136
|
+
'outdent': 'indent-decrease',
|
|
137
|
+
// indent-increase
|
|
138
|
+
'indent': 'indent-increase',
|
|
134
139
|
// info-circle
|
|
135
140
|
'info': 'info-circle',
|
|
136
141
|
'information': 'info-circle',
|
|
@@ -154,6 +159,10 @@ export const aliases = {
|
|
|
154
159
|
// lock-open
|
|
155
160
|
'unlocked': 'lock-open',
|
|
156
161
|
'unsecure': 'lock-open',
|
|
162
|
+
// markdown-rectangle
|
|
163
|
+
'markdown': 'markdown-rectangle',
|
|
164
|
+
// rectangle-chevron-left-forward-slash-chevron-right
|
|
165
|
+
'code-block': 'rectangle-chevron-left-forward-slash-chevron-right',
|
|
157
166
|
// scissor
|
|
158
167
|
'cut': 'scissor',
|
|
159
168
|
// ship-wheel
|
|
@@ -178,6 +187,10 @@ export const aliases = {
|
|
|
178
187
|
// paperclip
|
|
179
188
|
'attachment': 'paperclip',
|
|
180
189
|
'attach': 'paperclip',
|
|
190
|
+
// paragraph-sign
|
|
191
|
+
'paragraph': 'paragraph-sign',
|
|
192
|
+
// parking-sign-square
|
|
193
|
+
'parking': 'parking-sign-square',
|
|
181
194
|
// pencil
|
|
182
195
|
'write': 'pencil',
|
|
183
196
|
// photo
|
|
@@ -245,8 +258,8 @@ export const aliases = {
|
|
|
245
258
|
// sun
|
|
246
259
|
'day': 'sun',
|
|
247
260
|
'light-mode': 'sun',
|
|
248
|
-
//
|
|
249
|
-
'download-table': '
|
|
261
|
+
// rectangle-split-2x3-badge-arrow-down
|
|
262
|
+
'download-table': 'rectangle-split-2x3-badge-arrow-down',
|
|
250
263
|
// tag
|
|
251
264
|
'label': 'tag',
|
|
252
265
|
'category': 'tag',
|
|
@@ -294,8 +307,9 @@ export const aliases = {
|
|
|
294
307
|
'protection': 'shield',
|
|
295
308
|
// shopping-cart
|
|
296
309
|
'cart': 'shopping-cart',
|
|
297
|
-
//
|
|
298
|
-
'table': '
|
|
310
|
+
// rectangle-split-2x3
|
|
311
|
+
'table': 'rectangle-split-2x3',
|
|
312
|
+
'table-cells': 'rectangle-split-2x3',
|
|
299
313
|
// square-and-arrow-down
|
|
300
314
|
'save': 'square-and-arrow-down',
|
|
301
315
|
'import': 'square-and-arrow-down',
|
|
@@ -303,5 +317,26 @@ export const aliases = {
|
|
|
303
317
|
'pipeline-runner': 'pipeline-machine-gear',
|
|
304
318
|
// hand
|
|
305
319
|
'privacy': 'shield-lock',
|
|
320
|
+
// arrow-up-out-bucket
|
|
321
|
+
'upload': 'arrow-up-out-bucket',
|
|
322
|
+
// square-grid-3x3
|
|
323
|
+
'apps': 'square-grid-3x3',
|
|
324
|
+
// rectangle-split-2x1
|
|
325
|
+
'columns-2': 'rectangle-split-2x1',
|
|
326
|
+
// rectangle-split-3x1
|
|
327
|
+
'columns-3': 'rectangle-split-3x1',
|
|
328
|
+
// tree-structure
|
|
329
|
+
'hierarchy': 'tree-structure',
|
|
330
|
+
'sitemap': 'tree-structure',
|
|
331
|
+
// lifebuoy
|
|
332
|
+
'support': 'lifebuoy',
|
|
333
|
+
// network-structure
|
|
334
|
+
'network': 'network-structure',
|
|
335
|
+
// centralized-structure
|
|
336
|
+
'centralized-network': 'centralized-structure',
|
|
337
|
+
// person-circle-badge-plus
|
|
338
|
+
'new-account': 'person-circle-badge-plus',
|
|
339
|
+
// wheat
|
|
340
|
+
'harvest': 'wheat',
|
|
306
341
|
};
|
|
307
342
|
//# sourceMappingURL=icon-aliases.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-aliases.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-aliases.js"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,MAAM,CAAC,MAAM,OAAO,GAAG;IACtB,qBAAqB;IACrB,QAAQ,EAAE,oBAAoB;IAC9B,UAAU,EAAE,oBAAoB;IAEhC,4BAA4B;IAC5B,SAAS,EAAE,2BAA2B;IACtC,QAAQ,EAAE,2BAA2B;IACrC,MAAM,EAAE,2BAA2B;IAEnC,uBAAuB;IACvB,UAAU,EAAE,sBAAsB;IAElC,sBAAsB;IACtB,MAAM,EAAE,qBAAqB;IAE7B,wBAAwB;IACxB,MAAM,EAAE,uBAAuB;IAE/B,uBAAuB;IACvB,MAAM,EAAE,sBAAsB;IAE9B,OAAO;IACP,cAAc,EAAE,MAAM;IACtB,eAAe,EAAE,MAAM;IACvB,OAAO,EAAE,MAAM;IAEf,OAAO;IACP,OAAO,EAAE,MAAM;IACf,MAAM,EAAE,MAAM;IAEd,kBAAkB;IAClB,YAAY,EAAE,iBAAiB;IAE/B,iBAAiB;IACjB,OAAO,EAAE,gBAAgB;IAEzB,oBAAoB;IACpB,OAAO,EAAE,mBAAmB;IAE5B,oBAAoB;IACpB,MAAM,EAAE,mBAAmB;IAE3B,iBAAiB;IACjB,UAAU,EAAE,gBAAgB;IAC5B,OAAO,EAAE,gBAAgB;IAEzB,cAAc;IACd,SAAS,EAAE,aAAa;IACxB,SAAS,EAAE,aAAa;IAExB,sBAAsB;IACtB,WAAW,EAAE,qBAAqB;IAClC,YAAY,EAAE,qBAAqB;IACnC,OAAO,EAAE,qBAAqB;IAE9B,aAAa;IACb,OAAO,EAAE,YAAY;IACrB,OAAO,EAAE,YAAY;IACrB,WAAW,EAAE,YAAY;IACzB,SAAS,EAAE,YAAY;IAEvB,aAAa;IACb,SAAS,EAAE,YAAY;IAEvB,oBAAoB;IACpB,SAAS,EAAE,mBAAmB;IAC9B,OAAO,EAAE,mBAAmB;IAE5B,yBAAyB;IACzB,qBAAqB,EAAE,wBAAwB;IAE/C,mBAAmB;IACnB,eAAe,EAAE,kBAAkB;IAEnC,eAAe;IACf,MAAM,EAAE,cAAc;IAEtB,2CAA2C;IAC3C,MAAM,EAAE,0CAA0C;IAElD,gBAAgB;IAChB,SAAS,EAAE,eAAe;IAE1B,gBAAgB;IAChB,kBAAkB,EAAE,eAAe;IAEnC,
|
|
1
|
+
{"version":3,"file":"icon-aliases.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-aliases.js"],"names":[],"mappings":"AAAA,qCAAqC;AACrC,MAAM,CAAC,MAAM,OAAO,GAAG;IACtB,qBAAqB;IACrB,QAAQ,EAAE,oBAAoB;IAC9B,UAAU,EAAE,oBAAoB;IAEhC,4BAA4B;IAC5B,SAAS,EAAE,2BAA2B;IACtC,QAAQ,EAAE,2BAA2B;IACrC,MAAM,EAAE,2BAA2B;IAEnC,uBAAuB;IACvB,UAAU,EAAE,sBAAsB;IAElC,sBAAsB;IACtB,MAAM,EAAE,qBAAqB;IAE7B,wBAAwB;IACxB,MAAM,EAAE,uBAAuB;IAE/B,uBAAuB;IACvB,MAAM,EAAE,sBAAsB;IAE9B,OAAO;IACP,cAAc,EAAE,MAAM;IACtB,eAAe,EAAE,MAAM;IACvB,OAAO,EAAE,MAAM;IAEf,OAAO;IACP,OAAO,EAAE,MAAM;IACf,MAAM,EAAE,MAAM;IAEd,kBAAkB;IAClB,YAAY,EAAE,iBAAiB;IAE/B,iBAAiB;IACjB,OAAO,EAAE,gBAAgB;IAEzB,oBAAoB;IACpB,OAAO,EAAE,mBAAmB;IAE5B,oBAAoB;IACpB,MAAM,EAAE,mBAAmB;IAE3B,iBAAiB;IACjB,UAAU,EAAE,gBAAgB;IAC5B,OAAO,EAAE,gBAAgB;IAEzB,cAAc;IACd,SAAS,EAAE,aAAa;IACxB,SAAS,EAAE,aAAa;IAExB,sBAAsB;IACtB,WAAW,EAAE,qBAAqB;IAClC,YAAY,EAAE,qBAAqB;IACnC,OAAO,EAAE,qBAAqB;IAE9B,aAAa;IACb,OAAO,EAAE,YAAY;IACrB,OAAO,EAAE,YAAY;IACrB,WAAW,EAAE,YAAY;IACzB,SAAS,EAAE,YAAY;IAEvB,aAAa;IACb,SAAS,EAAE,YAAY;IAEvB,oBAAoB;IACpB,SAAS,EAAE,mBAAmB;IAC9B,OAAO,EAAE,mBAAmB;IAE5B,yBAAyB;IACzB,qBAAqB,EAAE,wBAAwB;IAE/C,mBAAmB;IACnB,eAAe,EAAE,kBAAkB;IAEnC,eAAe;IACf,MAAM,EAAE,cAAc;IAEtB,2CAA2C;IAC3C,MAAM,EAAE,0CAA0C;IAElD,gBAAgB;IAChB,SAAS,EAAE,eAAe;IAE1B,gBAAgB;IAChB,kBAAkB,EAAE,eAAe;IAEnC,mBAAmB;IACnB,OAAO,EAAE,kBAAkB;IAE3B,QAAQ;IACR,MAAM,EAAE,OAAO;IACf,KAAK,EAAE,OAAO;IAEd,wBAAwB;IACxB,QAAQ,EAAE,uBAAuB;IAEjC,gCAAgC;IAChC,SAAS,EAAE,+BAA+B;IAE1C,mBAAmB;IACnB,qBAAqB,EAAE,kBAAkB;IAEzC,iBAAiB;IACjB,iBAAiB,EAAE,gBAAgB;IACnC,QAAQ,EAAE,gBAAgB;IAC1B,iBAAiB,EAAE,gBAAgB;IAEnC,iBAAiB;IACjB,UAAU,EAAE,gBAAgB;IAE5B,uBAAuB;IACvB,mBAAmB,EAAE,sBAAsB;IAC3C,sBAAsB,EAAE,sBAAsB;IAE9C,WAAW;IACX,MAAM,EAAE,UAAU;IAElB,WAAW;IACX,OAAO,EAAE,UAAU;IACnB,MAAM,EAAE,UAAU;IAElB,qBAAqB;IACrB,OAAO,EAAE,oBAAoB;IAC7B,SAAS,EAAE,oBAAoB;IAE/B,8BAA8B;IAC9B,OAAO,EAAE,6BAA6B;IACtC,SAAS,EAAE,6BAA6B;IAExC,MAAM;IACN,MAAM,EAAE,KAAK;IACb,SAAS,EAAE,KAAK;IAEhB,YAAY;IACZ,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,WAAW;IAEnB,aAAa;IACb,cAAc,EAAE,YAAY;IAE5B,gBAAgB;IAChB,KAAK,EAAE,eAAe;IACtB,UAAU,EAAE,eAAe;IAE3B,eAAe;IACf,OAAO,EAAE,cAAc;IACvB,SAAS,EAAE,cAAc;IAEzB,0BAA0B;IAC1B,WAAW,EAAE,yBAAyB;IAEtC,OAAO;IACP,UAAU,EAAE,MAAM;IAClB,YAAY;IACZ,eAAe,EAAE,WAAW;IAE5B,kBAAkB;IAClB,WAAW,EAAE,iBAAiB;IAC9B,gBAAgB,EAAE,iBAAiB;IAEnC,cAAc;IACd,SAAS,EAAE,aAAa;IAExB,SAAS;IACT,WAAW,EAAE,QAAQ;IAErB,eAAe;IACf,aAAa,EAAE,cAAc;IAE7B,OAAO;IACP,iBAAiB,EAAE,MAAM;IACzB,UAAU,EAAE,MAAM;IAElB,QAAQ;IACR,WAAW,EAAE,OAAO;IAEpB,eAAe;IACf,UAAU,EAAE,cAAc;IAC1B,MAAM,EAAE,cAAc;IAEtB,QAAQ;IACR,MAAM,EAAE,OAAO;IAEf,kBAAkB;IAClB,SAAS,EAAE,iBAAiB;IAE5B,kBAAkB;IAClB,QAAQ,EAAE,iBAAiB;IAE3B,cAAc;IACd,MAAM,EAAE,aAAa;IACrB,aAAa,EAAE,aAAa;IAE5B,YAAY;IACZ,MAAM,EAAE,WAAW;IAEnB,OAAO;IACP,KAAK,EAAE,MAAM;IACb,WAAW,EAAE,MAAM;IAEnB,OAAO;IACP,MAAM,EAAE,MAAM;IAEd,kBAAkB;IAClB,iBAAiB,EAAE,iBAAiB;IAEpC,gBAAgB;IAChB,gBAAgB,EAAE,eAAe;IAEjC,wBAAwB;IACxB,QAAQ,EAAE,uBAAuB;IAEjC,cAAc;IACd,MAAM,EAAE,aAAa;IACrB,QAAQ,EAAE,aAAa;IACvB,QAAQ,EAAE,aAAa;IAEvB,YAAY;IACZ,UAAU,EAAE,WAAW;IACvB,UAAU,EAAE,WAAW;IAEvB,qBAAqB;IACrB,UAAU,EAAE,oBAAoB;IAEhC,qDAAqD;IACrD,YAAY,EAAE,oDAAoD;IAElE,UAAU;IACV,KAAK,EAAE,SAAS;IAEhB,aAAa;IACb,KAAK,EAAE,YAAY;IACnB,YAAY,EAAE,YAAY;IAE1B,YAAY;IACZ,QAAQ,EAAE,WAAW;IAErB,yBAAyB;IACzB,YAAY,EAAE,wBAAwB;IACtC,SAAS,EAAE,wBAAwB;IAEnC,QAAQ;IACR,QAAQ,EAAE,OAAO;IAEjB,cAAc;IACd,cAAc,EAAE,aAAa;IAE7B,oBAAoB;IACpB,oBAAoB,EAAE,mBAAmB;IAEzC,OAAO;IACP,WAAW,EAAE,MAAM;IACnB,OAAO,EAAE,MAAM;IAEf,cAAc;IACd,MAAM,EAAE,aAAa;IAErB,YAAY;IACZ,YAAY,EAAE,WAAW;IACzB,QAAQ,EAAE,WAAW;IAErB,iBAAiB;IACjB,WAAW,EAAE,gBAAgB;IAE7B,sBAAsB;IACtB,SAAS,EAAE,qBAAqB;IAEhC,SAAS;IACT,OAAO,EAAE,QAAQ;IAEjB,QAAQ;IACR,OAAO,EAAE,OAAO;IAEhB,cAAc;IACd,cAAc,EAAE,aAAa;IAE7B,mBAAmB;IACnB,MAAM,EAAE,kBAAkB;IAE1B,SAAS;IACT,MAAM,EAAE,QAAQ;IAEhB,WAAW;IACX,OAAO,EAAE,UAAU;IACnB,MAAM,EAAE,UAAU;IAClB,OAAO,EAAE,UAAU;IAEnB,oBAAoB;IACpB,YAAY,EAAE,mBAAmB;IACjC,eAAe,EAAE,mBAAmB;IAEpC,gBAAgB;IAChB,SAAS,EAAE,eAAe;IAC1B,SAAS,EAAE,eAAe;IAE1B,OAAO;IACP,KAAK,EAAE,MAAM;IAEb,aAAa;IACb,WAAW,EAAE,YAAY;IAEzB,eAAe;IACf,WAAW,EAAE,cAAc;IAC3B,QAAQ,EAAE,cAAc;IACxB,QAAQ,EAAE,cAAc;IAExB,uBAAuB;IACvB,MAAM,EAAE,sBAAsB;IAC9B,UAAU,EAAE,sBAAsB;IAElC,oBAAoB;IACpB,UAAU,EAAE,mBAAmB;IAC/B,UAAU,EAAE,mBAAmB;IAE/B,eAAe;IACf,SAAS,EAAE,cAAc;IACzB,WAAW,EAAE,cAAc;IAE3B,WAAW;IACX,IAAI,EAAE,UAAU;IAChB,OAAO,EAAE,UAAU;IAEnB,OAAO;IACP,QAAQ,EAAE,MAAM;IAEhB,cAAc;IACd,OAAO,EAAE,aAAa;IAEtB,mBAAmB;IACnB,KAAK,EAAE,kBAAkB;IACzB,WAAW,EAAE,kBAAkB;IAE/B,yBAAyB;IACzB,QAAQ,EAAE,wBAAwB;IAClC,MAAM,EAAE,wBAAwB;IAEhC,wBAAwB;IACxB,OAAO,EAAE,uBAAuB;IAEhC,yBAAyB;IACzB,eAAe,EAAE,wBAAwB;IACzC,eAAe,EAAE,wBAAwB;IAEzC,kBAAkB;IAClB,OAAO,EAAE,iBAAiB;IAC1B,QAAQ,EAAE,iBAAiB;IAE3B,mBAAmB;IACnB,MAAM,EAAE,kBAAkB;IAE1B,wBAAwB;IACxB,WAAW,EAAE,uBAAuB;IAEpC,kBAAkB;IAClB,OAAO,EAAE,iBAAiB;IAE1B,MAAM;IACN,KAAK,EAAE,KAAK;IACZ,YAAY,EAAE,KAAK;IAEnB,uCAAuC;IACvC,gBAAgB,EAAE,sCAAsC;IAExD,MAAM;IACN,OAAO,EAAE,KAAK;IACd,UAAU,EAAE,KAAK;IAEjB,WAAW;IACX,KAAK,EAAE,UAAU;IACjB,SAAS,EAAE,UAAU;IAErB,aAAa;IACb,YAAY,EAAE,YAAY;IAE1B,QAAQ;IACR,WAAW,EAAE,OAAO;IAEpB,QAAQ;IACR,QAAQ,EAAE,OAAO;IAEjB,oDAAoD;IACpD,MAAM,EAAE,mDAAmD;IAC3D,SAAS,EAAE,mDAAmD;IAE9D,oBAAoB;IACpB,UAAU,EAAE,mBAAmB;IAE/B,eAAe;IACf,QAAQ,EAAE,cAAc;IAExB,oBAAoB;IACpB,KAAK,EAAE,mBAAmB;IAE1B,WAAW;IACX,SAAS,EAAE,UAAU;IAErB,6BAA6B;IAC7B,OAAO,EAAE,4BAA4B;IAErC,WAAW;IACX,iBAAiB,EAAE,UAAU;IAE7B,OAAO;IACP,gBAAgB,EAAE,MAAM;IAExB,mBAAmB;IACnB,WAAW,EAAE,kBAAkB;IAE/B,gBAAgB;IAChB,MAAM,EAAE,eAAe;IAEvB,aAAa;IACb,SAAS,EAAE,YAAY;IACvB,UAAU,EAAE,YAAY;IAExB,UAAU;IACV,KAAK,EAAE,SAAS;IAChB,SAAS,EAAE,SAAS;IAEpB,QAAQ;IACR,YAAY,EAAE,OAAO;IAErB,kBAAkB;IAClB,WAAW,EAAE,iBAAiB;IAE9B,SAAS;IACT,YAAY,EAAE,QAAQ;IAEtB,gBAAgB;IAChB,MAAM,EAAE,eAAe;IAEvB,sBAAsB;IACtB,OAAO,EAAE,qBAAqB;IAC9B,aAAa,EAAE,qBAAqB;IAEpC,wBAAwB;IACxB,MAAM,EAAE,uBAAuB;IAC/B,QAAQ,EAAE,uBAAuB;IAEjC,wBAAwB;IACxB,iBAAiB,EAAE,uBAAuB;IAE1C,OAAO;IACP,SAAS,EAAE,aAAa;IAExB,sBAAsB;IACtB,QAAQ,EAAE,qBAAqB;IAE/B,kBAAkB;IAClB,MAAM,EAAE,iBAAiB;IAEzB,sBAAsB;IACtB,WAAW,EAAE,qBAAqB;IAElC,sBAAsB;IACtB,WAAW,EAAE,qBAAqB;IAElC,iBAAiB;IACjB,WAAW,EAAE,gBAAgB;IAC7B,SAAS,EAAE,gBAAgB;IAE3B,WAAW;IACX,SAAS,EAAE,UAAU;IAErB,oBAAoB;IACpB,SAAS,EAAE,mBAAmB;IAE9B,wBAAwB;IACxB,qBAAqB,EAAE,uBAAuB;IAE9C,2BAA2B;IAC3B,aAAa,EAAE,0BAA0B;IAEzC,QAAQ;IACR,SAAS,EAAE,OAAO;CAClB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-registry.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-registry.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"icon-registry.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-registry.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,qBA2OvB,CAAC"}
|