@nldd/design-system 0.8.69 → 0.8.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -5
- package/custom-elements.json +31949 -0
- package/dist/assets/styles/style-resets.d.ts +1 -1
- package/dist/assets/styles/style-resets.js +1 -1
- package/dist/components/actions/button/button.d.ts +12 -5
- package/dist/components/actions/button/button.d.ts.map +1 -1
- package/dist/components/actions/button/button.i18n.d.ts +1 -1
- package/dist/components/actions/button/button.i18n.js +1 -1
- package/dist/components/actions/button/button.i18n.js.map +1 -1
- package/dist/components/actions/button/button.js +21 -4
- 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 +14 -3
- package/dist/components/actions/button/button.styles.js.map +1 -1
- package/dist/components/actions/button/button.template.js +1 -1
- package/dist/components/actions/button/button.template.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 +6 -0
- package/dist/components/actions/button-bar/button-bar.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.d.ts +26 -37
- package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
- package/dist/components/actions/icon-button/icon-button.i18n.d.ts +1 -1
- package/dist/components/actions/icon-button/icon-button.i18n.js +1 -1
- package/dist/components/actions/icon-button/icon-button.i18n.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.js +25 -36
- 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 +2 -1
- package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -1
- package/dist/components/actions/icon-button/icon-button.template.js +1 -1
- package/dist/components/actions/icon-button/icon-button.template.js.map +1 -1
- package/dist/components/actions/menu/menu.d.ts +47 -52
- package/dist/components/actions/menu/menu.d.ts.map +1 -1
- package/dist/components/actions/menu/menu.js +55 -54
- 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 -1
- package/dist/components/actions/menu/menu.styles.js.map +1 -1
- package/dist/components/actions/menu/menu.template.js +1 -1
- package/dist/components/actions/menu/menu.template.js.map +1 -1
- package/dist/components/actions/toolbar/toolbar.d.ts +14 -4
- package/dist/components/actions/toolbar/toolbar.d.ts.map +1 -1
- package/dist/components/actions/toolbar/toolbar.js +34 -11
- package/dist/components/actions/toolbar/toolbar.js.map +1 -1
- package/dist/components/actions/toolbar/toolbar.styles.js +3 -3
- package/dist/components/components.js +88 -82
- package/dist/components/content/avatar/avatar.d.ts +44 -12
- package/dist/components/content/avatar/avatar.d.ts.map +1 -1
- package/dist/components/content/avatar/avatar.i18n.d.ts +5 -0
- package/dist/components/content/avatar/avatar.i18n.d.ts.map +1 -0
- package/dist/components/content/avatar/avatar.i18n.js +4 -0
- package/dist/components/content/avatar/avatar.i18n.js.map +1 -0
- package/dist/components/content/avatar/avatar.js +87 -13
- package/dist/components/content/avatar/avatar.js.map +1 -1
- package/dist/components/content/avatar/avatar.styles.d.ts.map +1 -1
- package/dist/components/content/avatar/avatar.styles.js +46 -10
- package/dist/components/content/avatar/avatar.styles.js.map +1 -1
- package/dist/components/content/avatar/avatar.template.d.ts +2 -1
- package/dist/components/content/avatar/avatar.template.d.ts.map +1 -1
- package/dist/components/content/avatar/avatar.template.js +53 -23
- package/dist/components/content/avatar/avatar.template.js.map +1 -1
- package/dist/components/content/byline/byline.d.ts +6 -6
- package/dist/components/content/byline/byline.js +6 -6
- package/dist/components/content/code-viewer/code-viewer.d.ts.map +1 -1
- package/dist/components/content/code-viewer/code-viewer.js +4 -2
- 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 +5 -4
- package/dist/components/content/code-viewer/code-viewer.styles.js.map +1 -1
- package/dist/components/content/icon/icon-aliases.d.ts.map +1 -1
- package/dist/components/content/icon/icon-aliases.js +36 -5
- 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 +42 -6
- package/dist/components/content/icon/icon-registry.js.map +1 -1
- package/dist/components/content/icon/icon.d.ts +14 -16
- package/dist/components/content/icon/icon.d.ts.map +1 -1
- package/dist/components/content/icon/icon.js +13 -15
- package/dist/components/content/icon/icon.js.map +1 -1
- package/dist/components/content/icon/icon.styles.d.ts.map +1 -1
- package/dist/components/content/icon/icon.styles.js +7 -4
- package/dist/components/content/icon/icon.styles.js.map +1 -1
- package/dist/components/content/image/image.d.ts +11 -9
- package/dist/components/content/image/image.d.ts.map +1 -1
- package/dist/components/content/image/image.js +11 -9
- package/dist/components/content/image/image.js.map +1 -1
- package/dist/components/content/image/image.styles.js +2 -2
- package/dist/components/content/image/image.template.js +2 -2
- package/dist/components/content/image/image.template.js.map +1 -1
- package/dist/components/content/image/lqip-encoder-element.d.ts.map +1 -1
- package/dist/components/content/image/lqip-encoder-element.js +1 -0
- package/dist/components/content/image/lqip-encoder-element.js.map +1 -1
- package/dist/components/content/image/lqip-encoder.js +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts +4 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.d.ts.map +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js +4 -0
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.js.map +1 -1
- package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js +2 -2
- package/dist/components/content/rich-text/rich-text.d.ts +4 -4
- package/dist/components/content/rich-text/rich-text.js +4 -4
- package/dist/components/content/token/token.d.ts +7 -7
- package/dist/components/content/token/token.js +7 -7
- package/dist/components/content/token/token.styles.d.ts.map +1 -1
- package/dist/components/content/token/token.styles.js +1 -0
- package/dist/components/content/token/token.styles.js.map +1 -1
- package/dist/components/content/tooltip/tooltip.d.ts +4 -14
- package/dist/components/content/tooltip/tooltip.d.ts.map +1 -1
- package/dist/components/content/tooltip/tooltip.js +4 -14
- package/dist/components/content/tooltip/tooltip.js.map +1 -1
- package/dist/components/forms/form/form.d.ts +10 -19
- package/dist/components/forms/form/form.d.ts.map +1 -1
- package/dist/components/forms/form/form.js +10 -19
- package/dist/components/forms/form/form.js.map +1 -1
- package/dist/components/forms/form-actions/form-actions.d.ts +2 -6
- package/dist/components/forms/form-actions/form-actions.d.ts.map +1 -1
- package/dist/components/forms/form-actions/form-actions.js +2 -6
- package/dist/components/forms/form-actions/form-actions.js.map +1 -1
- package/dist/components/forms/form-field/form-field.d.ts +7 -14
- package/dist/components/forms/form-field/form-field.d.ts.map +1 -1
- package/dist/components/forms/form-field/form-field.js +7 -14
- package/dist/components/forms/form-field/form-field.js.map +1 -1
- package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -1
- package/dist/components/forms/form-field/form-field.styles.js +15 -2
- package/dist/components/forms/form-field/form-field.styles.js.map +1 -1
- package/dist/components/forms/form-section/form-section.d.ts +2 -3
- package/dist/components/forms/form-section/form-section.d.ts.map +1 -1
- package/dist/components/forms/form-section/form-section.js +2 -3
- package/dist/components/forms/form-section/form-section.js.map +1 -1
- package/dist/components/{index-Bf4pa5Bp.js → index-CDK46KLh.js} +1 -1
- package/dist/components/{index-CXC-Objp.js → index-CbaaFM8N.js} +1 -1
- package/dist/components/{index-DZo3DrGQ.js → index-DRtuMofR.js} +1 -1
- package/dist/components/{index-BfOpap4b.js → index-DuvuHfMi.js} +1 -1
- package/dist/components/{index-CfvgUB5p.js → index-DzJola_U.js} +1 -1
- package/dist/components/{index-DB-i084x.js → index-n8evy8Za.js} +1 -1
- package/dist/components/{index-VwuVCCal.js → index-t08wCuGl.js} +11121 -7148
- package/dist/components/index.d.ts +5 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +5 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.d.ts +11 -11
- package/dist/components/inputs/checkbox/checkbox.d.ts.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.js +11 -15
- package/dist/components/inputs/checkbox/checkbox.js.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.styles.d.ts.map +1 -1
- package/dist/components/inputs/checkbox/checkbox.styles.js +2 -1
- package/dist/components/inputs/checkbox/checkbox.styles.js.map +1 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.d.ts +20 -6
- package/dist/components/inputs/checkbox-field/checkbox-field.d.ts.map +1 -1
- package/dist/components/inputs/checkbox-field/checkbox-field.js +29 -7
- package/dist/components/inputs/checkbox-field/checkbox-field.js.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.d.ts +19 -18
- package/dist/components/inputs/code-editor/code-editor.d.ts.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.js +23 -23
- package/dist/components/inputs/code-editor/code-editor.js.map +1 -1
- package/dist/components/inputs/code-editor/code-editor.styles.js +2 -2
- package/dist/components/inputs/combo-box/combo-box.d.ts +26 -29
- package/dist/components/inputs/combo-box/combo-box.d.ts.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.js +74 -39
- package/dist/components/inputs/combo-box/combo-box.js.map +1 -1
- package/dist/components/inputs/combo-box/combo-box.styles.js +7 -7
- package/dist/components/inputs/date-field/date-field.d.ts +227 -0
- package/dist/components/inputs/date-field/date-field.d.ts.map +1 -0
- package/dist/components/inputs/date-field/date-field.i18n.d.ts +11 -0
- package/dist/components/inputs/date-field/date-field.i18n.d.ts.map +1 -0
- package/dist/components/inputs/date-field/date-field.i18n.js +17 -0
- package/dist/components/inputs/date-field/date-field.i18n.js.map +1 -0
- package/dist/components/inputs/date-field/date-field.js +586 -0
- package/dist/components/inputs/date-field/date-field.js.map +1 -0
- package/dist/components/inputs/date-field/date-field.styles.d.ts +2 -0
- package/dist/components/inputs/date-field/date-field.styles.d.ts.map +1 -0
- package/dist/components/inputs/date-field/date-field.styles.js +246 -0
- package/dist/components/inputs/date-field/date-field.styles.js.map +1 -0
- package/dist/components/inputs/date-field/date-field.template.d.ts +17 -0
- package/dist/components/inputs/date-field/date-field.template.d.ts.map +1 -0
- package/dist/components/inputs/date-field/date-field.template.js +141 -0
- package/dist/components/inputs/date-field/date-field.template.js.map +1 -0
- package/dist/components/inputs/date-picker/date-picker.d.ts +271 -0
- package/dist/components/inputs/date-picker/date-picker.d.ts.map +1 -0
- package/dist/components/inputs/date-picker/date-picker.i18n.d.ts +64 -0
- package/dist/components/inputs/date-picker/date-picker.i18n.d.ts.map +1 -0
- package/dist/components/inputs/date-picker/date-picker.i18n.js +81 -0
- package/dist/components/inputs/date-picker/date-picker.i18n.js.map +1 -0
- package/dist/components/inputs/date-picker/date-picker.js +768 -0
- package/dist/components/inputs/date-picker/date-picker.js.map +1 -0
- package/dist/components/inputs/date-picker/date-picker.styles.d.ts +2 -0
- package/dist/components/inputs/date-picker/date-picker.styles.d.ts.map +1 -0
- package/dist/components/inputs/date-picker/date-picker.styles.js +345 -0
- package/dist/components/inputs/date-picker/date-picker.styles.js.map +1 -0
- package/dist/components/inputs/date-picker/date-picker.template.d.ts +8 -0
- package/dist/components/inputs/date-picker/date-picker.template.d.ts.map +1 -0
- package/dist/components/inputs/date-picker/date-picker.template.js +223 -0
- package/dist/components/inputs/date-picker/date-picker.template.js.map +1 -0
- package/dist/components/inputs/dropdown/dropdown.d.ts +4 -4
- package/dist/components/inputs/dropdown/dropdown.js +4 -4
- package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -1
- package/dist/components/inputs/dropdown/dropdown.styles.js +1 -0
- package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -1
- package/dist/components/inputs/multi-line-text-field/multi-line-text-field.d.ts +22 -21
- 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 +24 -26
- 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.js +5 -5
- package/dist/components/inputs/number-field/number-field.d.ts +17 -20
- package/dist/components/inputs/number-field/number-field.d.ts.map +1 -1
- package/dist/components/inputs/number-field/number-field.js +20 -23
- package/dist/components/inputs/number-field/number-field.js.map +1 -1
- package/dist/components/inputs/number-field/number-field.styles.js +4 -4
- package/dist/components/inputs/password-field/password-field.d.ts +25 -23
- package/dist/components/inputs/password-field/password-field.d.ts.map +1 -1
- package/dist/components/inputs/password-field/password-field.js +27 -28
- package/dist/components/inputs/password-field/password-field.js.map +1 -1
- package/dist/components/inputs/password-field/password-field.styles.js +7 -7
- package/dist/components/inputs/radio-button/radio-button.d.ts +11 -8
- package/dist/components/inputs/radio-button/radio-button.d.ts.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.js +10 -12
- package/dist/components/inputs/radio-button/radio-button.js.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.styles.d.ts.map +1 -1
- package/dist/components/inputs/radio-button/radio-button.styles.js +3 -2
- package/dist/components/inputs/radio-button/radio-button.styles.js.map +1 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.d.ts +25 -5
- package/dist/components/inputs/radio-button-field/radio-button-field.d.ts.map +1 -1
- package/dist/components/inputs/radio-button-field/radio-button-field.js +33 -6
- package/dist/components/inputs/radio-button-field/radio-button-field.js.map +1 -1
- package/dist/components/inputs/radio-button-group/radio-button-group.d.ts +3 -2
- package/dist/components/inputs/radio-button-group/radio-button-group.d.ts.map +1 -1
- package/dist/components/inputs/radio-button-group/radio-button-group.js +17 -9
- package/dist/components/inputs/radio-button-group/radio-button-group.js.map +1 -1
- package/dist/components/inputs/search-field/search-field.d.ts +15 -17
- package/dist/components/inputs/search-field/search-field.d.ts.map +1 -1
- package/dist/components/inputs/search-field/search-field.js +19 -22
- package/dist/components/inputs/search-field/search-field.js.map +1 -1
- package/dist/components/inputs/search-field/search-field.styles.js +5 -5
- package/dist/components/inputs/segmented-control/segmented-control.d.ts +31 -24
- package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -1
- package/dist/components/inputs/segmented-control/segmented-control.js +52 -53
- 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 +5 -4
- package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
- package/dist/components/inputs/stepper/stepper.d.ts +14 -13
- package/dist/components/inputs/stepper/stepper.d.ts.map +1 -1
- package/dist/components/inputs/stepper/stepper.js +13 -17
- package/dist/components/inputs/stepper/stepper.js.map +1 -1
- package/dist/components/inputs/stepper/stepper.styles.d.ts.map +1 -1
- package/dist/components/inputs/stepper/stepper.styles.js +1 -0
- package/dist/components/inputs/stepper/stepper.styles.js.map +1 -1
- package/dist/components/inputs/switch/switch.d.ts +12 -11
- package/dist/components/inputs/switch/switch.d.ts.map +1 -1
- package/dist/components/inputs/switch/switch.js +13 -16
- package/dist/components/inputs/switch/switch.js.map +1 -1
- package/dist/components/inputs/switch/switch.styles.d.ts.map +1 -1
- package/dist/components/inputs/switch/switch.styles.js +7 -6
- package/dist/components/inputs/switch/switch.styles.js.map +1 -1
- package/dist/components/inputs/switch-field/switch-field.d.ts +4 -4
- package/dist/components/inputs/switch-field/switch-field.js +4 -4
- package/dist/components/inputs/text-editor/text-editor.caret.d.ts +1 -1
- package/dist/components/inputs/text-editor/text-editor.caret.js +1 -1
- package/dist/components/inputs/text-editor/text-editor.commands.js +1 -1
- package/dist/components/inputs/text-editor/text-editor.d.ts +21 -21
- package/dist/components/inputs/text-editor/text-editor.d.ts.map +1 -1
- package/dist/components/inputs/text-editor/text-editor.js +27 -27
- package/dist/components/inputs/text-editor/text-editor.js.map +1 -1
- package/dist/components/inputs/text-editor/text-editor.links.js +4 -4
- package/dist/components/inputs/text-editor/text-editor.markdown.js +7 -7
- package/dist/components/inputs/text-editor/text-editor.markdown.js.map +1 -1
- package/dist/components/inputs/text-editor/text-editor.ordered-list.js +1 -1
- package/dist/components/inputs/text-editor/text-editor.styles.js +14 -14
- package/dist/components/inputs/text-field/text-field.d.ts +20 -18
- package/dist/components/inputs/text-field/text-field.d.ts.map +1 -1
- package/dist/components/inputs/text-field/text-field.js +22 -23
- package/dist/components/inputs/text-field/text-field.js.map +1 -1
- package/dist/components/inputs/text-field/text-field.styles.js +3 -3
- package/dist/components/inputs/toggle-button/toggle-button.d.ts +14 -13
- package/dist/components/inputs/toggle-button/toggle-button.d.ts.map +1 -1
- package/dist/components/inputs/toggle-button/toggle-button.js +18 -18
- 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 +1 -0
- 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 +7 -7
- 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 +25 -17
- package/dist/components/inputs/toggle-button-group/toggle-button-group.js.map +1 -1
- package/dist/components/inputs/token-field/token-field.d.ts +24 -29
- package/dist/components/inputs/token-field/token-field.d.ts.map +1 -1
- package/dist/components/inputs/token-field/token-field.i18n.d.ts +1 -1
- package/dist/components/inputs/token-field/token-field.i18n.js +1 -1
- package/dist/components/inputs/token-field/token-field.i18n.js.map +1 -1
- package/dist/components/inputs/token-field/token-field.js +35 -39
- package/dist/components/inputs/token-field/token-field.js.map +1 -1
- package/dist/components/inputs/token-field/token-field.styles.js +4 -4
- package/dist/components/inputs/token-field/token-field.template.js +1 -1
- package/dist/components/inputs/token-field/token-field.template.js.map +1 -1
- package/dist/components/layout/app-view/app-view.d.ts +16 -4
- package/dist/components/layout/app-view/app-view.d.ts.map +1 -1
- package/dist/components/layout/app-view/app-view.js +18 -13
- package/dist/components/layout/app-view/app-view.js.map +1 -1
- package/dist/components/layout/box/box.d.ts +1 -1
- package/dist/components/layout/box/box.js +1 -1
- package/dist/components/layout/box/box.styles.d.ts.map +1 -1
- package/dist/components/layout/box/box.styles.js +8 -18
- package/dist/components/layout/box/box.styles.js.map +1 -1
- package/dist/components/layout/card/card.d.ts +26 -9
- package/dist/components/layout/card/card.d.ts.map +1 -1
- package/dist/components/layout/card/card.i18n.d.ts +1 -1
- package/dist/components/layout/card/card.i18n.js +1 -1
- package/dist/components/layout/card/card.i18n.js.map +1 -1
- package/dist/components/layout/card/card.js +51 -14
- package/dist/components/layout/card/card.js.map +1 -1
- package/dist/components/layout/card/card.styles.d.ts.map +1 -1
- package/dist/components/layout/card/card.styles.js +41 -4
- package/dist/components/layout/card/card.styles.js.map +1 -1
- package/dist/components/layout/card/card.template.d.ts.map +1 -1
- package/dist/components/layout/card/card.template.js +14 -6
- package/dist/components/layout/card/card.template.js.map +1 -1
- package/dist/components/layout/collection/collection.d.ts +3 -10
- package/dist/components/layout/collection/collection.d.ts.map +1 -1
- package/dist/components/layout/collection/collection.js +3 -10
- 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 +21 -3
- package/dist/components/layout/collection/collection.styles.js.map +1 -1
- package/dist/components/layout/container/container.d.ts +47 -24
- package/dist/components/layout/container/container.d.ts.map +1 -1
- package/dist/components/layout/container/container.js +47 -24
- package/dist/components/layout/container/container.js.map +1 -1
- package/dist/components/layout/page/page.d.ts +1 -1
- package/dist/components/layout/page/page.js +2 -2
- package/dist/components/layout/page-footer/page-footer.d.ts +10 -12
- package/dist/components/layout/page-footer/page-footer.d.ts.map +1 -1
- package/dist/components/layout/page-footer/page-footer.js +11 -13
- package/dist/components/layout/page-footer/page-footer.js.map +1 -1
- package/dist/components/layout/page-footer/page-footer.styles.d.ts.map +1 -1
- package/dist/components/layout/page-footer/page-footer.styles.js +8 -1
- package/dist/components/layout/page-footer/page-footer.styles.js.map +1 -1
- package/dist/components/layout/page-footer/page-footer.template.js +1 -1
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts +1 -3
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.d.ts.map +1 -1
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js +1 -3
- package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.js.map +1 -1
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts +1 -3
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.d.ts.map +1 -1
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js +1 -3
- package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.js.map +1 -1
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts +1 -3
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.d.ts.map +1 -1
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js +1 -3
- package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js.map +1 -1
- package/dist/components/layout/page-sections/sidebar-section/sidebar-section.d.ts +20 -18
- package/dist/components/layout/page-sections/sidebar-section/sidebar-section.d.ts.map +1 -1
- package/dist/components/layout/page-sections/sidebar-section/sidebar-section.js +26 -20
- package/dist/components/layout/page-sections/sidebar-section/sidebar-section.js.map +1 -1
- package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.d.ts.map +1 -1
- package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.js +20 -2
- package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.js.map +1 -1
- package/dist/components/layout/page-sections/simple-section/simple-section.d.ts +1 -3
- package/dist/components/layout/page-sections/simple-section/simple-section.d.ts.map +1 -1
- package/dist/components/layout/page-sections/simple-section/simple-section.js +1 -3
- package/dist/components/layout/page-sections/simple-section/simple-section.js.map +1 -1
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts +1 -3
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.d.ts.map +1 -1
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js +1 -3
- package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js.map +1 -1
- package/dist/components/layout/popover/popover.d.ts +34 -46
- package/dist/components/layout/popover/popover.d.ts.map +1 -1
- package/dist/components/layout/popover/popover.js +99 -51
- package/dist/components/layout/popover/popover.js.map +1 -1
- package/dist/components/layout/sheet/sheet.d.ts +20 -16
- package/dist/components/layout/sheet/sheet.d.ts.map +1 -1
- package/dist/components/layout/sheet/sheet.js +62 -27
- 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 +6 -1
- package/dist/components/layout/sheet/sheet.styles.js.map +1 -1
- package/dist/components/layout/sheet/sheet.template.d.ts.map +1 -1
- package/dist/components/layout/sheet/sheet.template.js +1 -0
- package/dist/components/layout/sheet/sheet.template.js.map +1 -1
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.d.ts +4 -4
- package/dist/components/layout/split-views/bar-split-view/bar-split-view.js +4 -4
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts +17 -17
- package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js +17 -17
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.d.ts +1 -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 +5 -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/side-by-side-split-view/side-by-side-split-view.styles.d.ts.map +1 -1
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +27 -0
- package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js.map +1 -1
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.d.ts +2 -2
- package/dist/components/layout/split-views/split-view-pane/split-view-pane.js +2 -2
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts +2 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.d.ts.map +1 -1
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js +3 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.js.map +1 -1
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts.map +1 -1
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +24 -0
- package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js.map +1 -1
- package/dist/components/layout/window/window.d.ts +34 -19
- package/dist/components/layout/window/window.d.ts.map +1 -1
- package/dist/components/layout/window/window.js +76 -29
- package/dist/components/layout/window/window.js.map +1 -1
- package/dist/components/layout/window/window.styles.d.ts.map +1 -1
- package/dist/components/layout/window/window.styles.js +5 -1
- package/dist/components/layout/window/window.styles.js.map +1 -1
- package/dist/components/layout/window/window.template.d.ts.map +1 -1
- package/dist/components/layout/window/window.template.js +2 -0
- package/dist/components/layout/window/window.template.js.map +1 -1
- package/dist/components/lists-and-tables/cells/cell/cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/cell/cell.styles.js +1 -0
- package/dist/components/lists-and-tables/cells/cell/cell.styles.js.map +1 -1
- package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.js +1 -0
- package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.js.map +1 -1
- package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.d.ts +2 -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.i18n.d.ts +1 -1
- package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.i18n.js +1 -1
- package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.i18n.js.map +1 -1
- package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.js +3 -2
- package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.js.map +1 -1
- package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.js +1 -0
- package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.js.map +1 -1
- package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.js +1 -0
- package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.js.map +1 -1
- package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.js +1 -0
- package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.js.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.d.ts +43 -9
- 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 +69 -9
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.js.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js +96 -43
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.template.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.template.js +19 -7
- package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.template.js.map +1 -1
- package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.js +1 -0
- package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.d.ts +89 -29
- package/dist/components/lists-and-tables/list/list.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list/list.i18n.d.ts +4 -4
- package/dist/components/lists-and-tables/list/list.i18n.js +4 -4
- package/dist/components/lists-and-tables/list/list.i18n.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.js +214 -68
- 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 +29 -22
- package/dist/components/lists-and-tables/list/list.styles.js.map +1 -1
- package/dist/components/lists-and-tables/list/list.template.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list/list.template.js +4 -3
- package/dist/components/lists-and-tables/list/list.template.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.d.ts +198 -17
- 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.i18n.d.ts +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.i18n.js +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.i18n.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.js +476 -44
- package/dist/components/lists-and-tables/list-item/list-item.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.styles.js +133 -101
- package/dist/components/lists-and-tables/list-item/list-item.styles.js.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.template.d.ts +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.template.d.ts.map +1 -1
- package/dist/components/lists-and-tables/list-item/list-item.template.js +51 -24
- package/dist/components/lists-and-tables/list-item/list-item.template.js.map +1 -1
- package/dist/components/lists-and-tables/list-item-action/list-item-action.d.ts +108 -0
- package/dist/components/lists-and-tables/list-item-action/list-item-action.d.ts.map +1 -0
- package/dist/components/lists-and-tables/list-item-action/list-item-action.js +228 -0
- package/dist/components/lists-and-tables/list-item-action/list-item-action.js.map +1 -0
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.d.ts +2 -0
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.d.ts.map +1 -0
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.js +145 -0
- package/dist/components/lists-and-tables/list-item-action/list-item-action.styles.js.map +1 -0
- package/dist/components/lists-and-tables/list-item-action/list-item-action.template.d.ts +3 -0
- package/dist/components/lists-and-tables/list-item-action/list-item-action.template.d.ts.map +1 -0
- package/dist/components/lists-and-tables/list-item-action/list-item-action.template.js +35 -0
- package/dist/components/lists-and-tables/list-item-action/list-item-action.template.js.map +1 -0
- package/dist/components/lists-and-tables/table/table.styles.d.ts.map +1 -1
- package/dist/components/lists-and-tables/table/table.styles.js +4 -2
- package/dist/components/lists-and-tables/table/table.styles.js.map +1 -1
- package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts +5 -7
- package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts.map +1 -1
- package/dist/components/navigation/breadcrumbs/breadcrumbs.js +5 -7
- package/dist/components/navigation/breadcrumbs/breadcrumbs.js.map +1 -1
- package/dist/components/navigation/breadcrumbs/breadcrumbs.template.js +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.d.ts +15 -16
- 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.i18n.d.ts +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.js +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.i18n.js.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.js +14 -15
- package/dist/components/navigation/document-tab-bar/document-tab-bar.js.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +1 -0
- package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -1
- package/dist/components/navigation/link/link.d.ts +2 -2
- package/dist/components/navigation/link/link.i18n.d.ts +1 -1
- package/dist/components/navigation/link/link.i18n.js +1 -1
- package/dist/components/navigation/link/link.i18n.js.map +1 -1
- package/dist/components/navigation/link/link.template.js +1 -1
- package/dist/components/navigation/link/link.template.js.map +1 -1
- package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar/menu-bar.styles.js +1 -0
- package/dist/components/navigation/menu-bar/menu-bar.styles.js.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.d.ts +2 -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 +2 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.js.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts.map +1 -1
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +1 -0
- package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js.map +1 -1
- package/dist/components/navigation/pagination/pagination.d.ts +1 -0
- package/dist/components/navigation/pagination/pagination.d.ts.map +1 -1
- package/dist/components/navigation/pagination/pagination.i18n.d.ts +1 -1
- package/dist/components/navigation/pagination/pagination.i18n.js +1 -1
- package/dist/components/navigation/pagination/pagination.i18n.js.map +1 -1
- package/dist/components/navigation/pagination/pagination.js +1 -0
- package/dist/components/navigation/pagination/pagination.js.map +1 -1
- package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -1
- package/dist/components/navigation/pagination/pagination.styles.js +6 -5
- package/dist/components/navigation/pagination/pagination.styles.js.map +1 -1
- package/dist/components/navigation/pagination/pagination.template.js +1 -1
- package/dist/components/navigation/pagination/pagination.template.js.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.d.ts +11 -9
- package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -1
- package/dist/components/navigation/tab-bar/tab-bar.js +11 -9
- 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 +8 -7
- package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts +22 -0
- 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 +22 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -1
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +9 -4
- package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
- package/dist/components/navigation/top-title-bar/top-title-bar.d.ts +11 -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 +29 -4
- package/dist/components/navigation/top-title-bar/top-title-bar.js.map +1 -1
- package/dist/components/status-and-feedback/activity-indicator/activity-indicator.d.ts +3 -3
- package/dist/components/status-and-feedback/activity-indicator/activity-indicator.i18n.d.ts +1 -1
- package/dist/components/status-and-feedback/activity-indicator/activity-indicator.i18n.js +1 -1
- package/dist/components/status-and-feedback/activity-indicator/activity-indicator.i18n.js.map +1 -1
- package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js +4 -4
- 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.js +6 -6
- package/dist/components/status-and-feedback/badge/badge.d.ts +2 -2
- package/dist/components/status-and-feedback/badge/badge.i18n.d.ts +1 -1
- package/dist/components/status-and-feedback/badge/badge.i18n.js +1 -1
- package/dist/components/status-and-feedback/badge/badge.i18n.js.map +1 -1
- package/dist/components/status-and-feedback/badge/badge.js +1 -1
- package/dist/components/status-and-feedback/badge/badge.js.map +1 -1
- package/dist/components/status-and-feedback/banner/banner.d.ts +9 -9
- package/dist/components/status-and-feedback/banner/banner.js +9 -9
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts +6 -6
- package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +6 -6
- package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts +7 -7
- 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 +10 -8
- 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 +17 -1
- 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 +22 -8
- 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 +63 -27
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.js.map +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.d.ts.map +1 -1
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.js +1 -0
- package/dist/components/status-and-feedback/modal-dialog/modal-dialog.template.js.map +1 -1
- package/dist/components/status-and-feedback/progress-bar/progress-bar.d.ts +13 -13
- package/dist/components/status-and-feedback/progress-bar/progress-bar.i18n.d.ts +2 -2
- package/dist/components/status-and-feedback/progress-bar/progress-bar.i18n.js +2 -2
- package/dist/components/status-and-feedback/progress-bar/progress-bar.i18n.js.map +1 -1
- package/dist/components/status-and-feedback/progress-bar/progress-bar.js +14 -14
- 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.js +1 -1
- package/dist/components/status-and-feedback/progress-bar/progress-bar.template.js +1 -1
- package/dist/components/status-and-feedback/progress-bar/progress-bar.template.js.map +1 -1
- package/dist/components/status-and-feedback/progress-circle/progress-circle.d.ts +15 -15
- package/dist/components/status-and-feedback/progress-circle/progress-circle.i18n.d.ts +2 -2
- package/dist/components/status-and-feedback/progress-circle/progress-circle.i18n.js +2 -2
- package/dist/components/status-and-feedback/progress-circle/progress-circle.i18n.js.map +1 -1
- package/dist/components/status-and-feedback/progress-circle/progress-circle.js +20 -20
- 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.js +3 -3
- package/dist/components/status-and-feedback/progress-circle/progress-circle.template.js +4 -4
- package/dist/components/status-and-feedback/progress-circle/progress-circle.template.js.map +1 -1
- package/dist/components/status-and-feedback/status-bar/status-bar.d.ts +4 -4
- package/dist/components/status-and-feedback/status-bar/status-bar.js +4 -4
- package/dist/components/status-and-feedback/step-indicator/step-indicator.d.ts +124 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.d.ts.map +1 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.i18n.d.ts +9 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.i18n.d.ts.map +1 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.i18n.js +8 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.i18n.js.map +1 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.js +210 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.js.map +1 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.styles.d.ts +3 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.styles.d.ts.map +1 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.styles.js +294 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.styles.js.map +1 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.template.d.ts +5 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.template.d.ts.map +1 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.template.js +69 -0
- package/dist/components/status-and-feedback/step-indicator/step-indicator.template.js.map +1 -0
- package/dist/css/form.css +16 -7
- package/dist/css/settings.css +68 -73
- package/dist/types/vue.d.ts +3421 -0
- package/dist/utilities/autofocus.d.ts +19 -0
- package/dist/utilities/autofocus.d.ts.map +1 -0
- package/dist/utilities/autofocus.js +35 -0
- package/dist/utilities/autofocus.js.map +1 -0
- package/dist/utilities/codemirror/theme.js +2 -2
- package/dist/utilities/codemirror/theme.js.map +1 -1
- package/dist/utilities/color-scheme-repaint.d.ts +2 -2
- package/dist/utilities/color-scheme-repaint.js +2 -2
- package/dist/utilities/form-associated-mixin.d.ts +33 -0
- package/dist/utilities/form-associated-mixin.d.ts.map +1 -0
- package/dist/utilities/form-associated-mixin.js +52 -0
- package/dist/utilities/form-associated-mixin.js.map +1 -0
- package/dist/utilities/input-modality.d.ts +3 -1
- package/dist/utilities/input-modality.d.ts.map +1 -1
- package/dist/utilities/input-modality.js +12 -1
- package/dist/utilities/input-modality.js.map +1 -1
- package/dist/utilities/page-section-mixin.d.ts +1 -1
- package/dist/utilities/page-section-mixin.js +2 -2
- package/dist/utilities/popup-anchor-controller.d.ts +2 -2
- package/dist/utilities/resolve-date-bound.d.ts +21 -0
- package/dist/utilities/resolve-date-bound.d.ts.map +1 -0
- package/dist/utilities/resolve-date-bound.js +75 -0
- package/dist/utilities/resolve-date-bound.js.map +1 -0
- package/package.json +39 -7
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
// Auto-generated by scripts/generate-icon-registry.js — do not edit manually.
|
|
2
2
|
export const iconRegistry = new Map([
|
|
3
3
|
['accessibility', "<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-16m4.56 4.13a.75.75 0 0 1 .39 1.45l-3.45.92v1.84a5 5 0 0 0 .17 1.3l1.05 3.92a.75.75 0 0 1-1.45.39l-.98-3.69a.3.3 0 0 0-.58 0l-.99 3.69a.75.75 0 0 1-1.46-.32l.01-.07 1.06-3.94a5 5 0 0 0 .17-1.3V10.5l-3.45-.92a.75.75 0 0 1 .4-1.45l2.13.57a9.4 9.4 0 0 0 4.84 0zM12 5.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n</svg>"],
|
|
4
|
+
['antenna-radio-waves', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 8a2 2 0 0 1 1 3.73V21h-2v-9.27A2 2 0 0 1 12 8M6.34 4.34A8 8 0 0 0 4 10c0 2.1.86 4.17 2.34 5.66l-1.41 1.41A10 10 0 0 1 2 10c0-2.63 1.07-5.2 2.93-7.07zm12.73-1.41a10 10 0 0 1 0 14.14l-1.41-1.41a8 8 0 0 0 0-11.32z\"/>\n\t<path fill=\"currentColor\" d=\"M9.17 7.17A4 4 0 0 0 8 10c0 1.05.43 2.09 1.17 2.83l-1.41 1.41A6 6 0 0 1 6 10c0-1.58.64-3.13 1.76-4.24zm7.07-1.41a6 6 0 0 1 0 8.48l-1.41-1.41a4 4 0 0 0 0-5.66z\"/>\n</svg>"],
|
|
4
5
|
['apartment-building', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11 16H9v-2h2zM15 16h-2v-2h2zM11 12H9v-2h2zM15 12h-2v-2h2zM11 8H9V6h2zM15 8h-2V6h2z\"/>\n\t<path fill=\"currentColor\" d=\"M16 2a3 3 0 0 1 3 3v17h-6v-2h-2v2H5V5a3 3 0 0 1 3-3zM8 4a1 1 0 0 0-1 1v15h2v-2h6v2h2V5a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
5
6
|
['app', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10.43 2.22a1 1 0 0 1 1.37.37l7.5 12.99.2.1c2.06 1.12 1.43 4.76 1.5 5.85-.9-.6-4.37-1.88-4.32-4.22l.02-.23L9.2 4.09a1 1 0 0 1 .37-1.37zm1.07 7.86-5.95 10.3-2.04.55-.55-2.05L9.7 7.21l.08-.12zM3.46 16H2v-3h3.2zm11.46 0H9.24l1.73-3h2.22zM22 16h-.76a3.4 3.4 0 0 0-1.22-1.18L18.96 13H22z\"/>\n</svg>"],
|
|
6
7
|
['arrow-2-counter-clockwise', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 12a8 8 0 0 0 14.93 4H16v-2h6v6h-2v-2a9.98 9.98 0 0 1-18-6zM12 2a10 10 0 0 1 10 10h-2A8 8 0 0 0 5.07 8H8v2H2V4h2v2a10 10 0 0 1 8-4\"/>\n</svg>"],
|
|
@@ -19,17 +20,25 @@ export const iconRegistry = new Map([
|
|
|
19
20
|
['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
21
|
['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
22
|
['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>"],
|
|
23
|
+
['backward', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m22 19-9-5.25V19L1 12l12-7v5.25L22 5zM4.97 12 11 15.52V8.48zm9.04-.02-.04.02.04.02 5.99 3.5V8.48z\"/>\n</svg>"],
|
|
24
|
+
['backward-end', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 4.5v15H5v-15zm13 15L7 12l13-7.5zM11 12l7 4.04V7.96z\"/>\n</svg>"],
|
|
25
|
+
['backward-end-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 19.5h4v-6.92l12 6.92v-15L8 11.42V4.5H4z\"/>\n</svg>"],
|
|
26
|
+
['backward-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m1 12 12 7v-5.25L22 19V5l-9 5.25V5z\"/>\n</svg>"],
|
|
27
|
+
['backward-frame', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 19 3 12l12-7zm4-14v14h-2V5zM6.97 12 13 15.52V8.48z\"/>\n</svg>"],
|
|
28
|
+
['backward-frame-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M16 19h4V5h-4zM2 12l12 7V5z\"/>\n</svg>"],
|
|
22
29
|
['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>"],
|
|
23
30
|
['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>"],
|
|
24
31
|
['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>"],
|
|
25
32
|
['bold', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a6 6 0 0 1 4.9 9.45A5.98 5.98 0 0 1 13 22H5V2zM9 18h4a2 2 0 1 0 0-4H9zm0-8h3a2 2 0 1 0 0-4H9z\"/>\n</svg>"],
|
|
26
33
|
['book', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M16.5 3C19.54 3 22 4.8 22 7v13.07c0 .7-1.08 1.07-1.65.66a6.6 6.6 0 0 0-7.61-.08 1.3 1.3 0 0 1-1.48 0 6.5 6.5 0 0 0-7.62.07c-.57.42-1.64.05-1.64-.65V7c0-2.2 2.46-4 5.5-4 1.86 0 3.5.67 4.5 1.7A6.3 6.3 0 0 1 16.5 3m-9 2C6.4 5 4 5.5 4 7v11.2c2.2-1 4.8-1 7 0V6.54A4.6 4.6 0 0 0 7.5 5m9 0c-1.43 0-2.54.55-3.5 1.54V18.2c2.2-1 4.8-1 7 0V7c0-1.5-2.4-2-3.5-2\"/>\n</svg>"],
|
|
27
|
-
['book-
|
|
34
|
+
['book-badge-play', "<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-1.5 7.5 4.25-2.5-4.25-2.5z\"/>\n\t<path fill=\"currentColor\" d=\"M16.5 2C19.54 2 22 3.8 22 6v7.53a6 6 0 0 0-2-1.19V6c0-1.5-2.4-2-3.5-2-1.43 0-2.54.55-3.5 1.54v9.14a6 6 0 0 0-.71 5.17 1.3 1.3 0 0 1-1.03-.2 6.5 6.5 0 0 0-7.62.07c-.57.42-1.64.05-1.64-.65V6c0-2.2 2.46-4 5.5-4 1.86 0 3.5.67 4.5 1.7A6.3 6.3 0 0 1 16.5 2m-9 2C6.4 4 4 4.5 4 6v11.2c2.2-1 4.8-1 7 0V5.55A4.6 4.6 0 0 0 7.5 4\"/>\n</svg>"],
|
|
35
|
+
['book-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=\"M16.5 2C19.54 2 22 3.8 22 6v7.53a6 6 0 0 0-2-1.19V6c0-1.5-2.4-2-3.5-2-1.43 0-2.54.55-3.5 1.54v9.14a6 6 0 0 0-.71 5.17 1.3 1.3 0 0 1-1.03-.2 6.5 6.5 0 0 0-7.62.07c-.57.42-1.64.05-1.64-.65V6c0-2.2 2.46-4 5.5-4 1.86 0 3.5.67 4.5 1.7A6.3 6.3 0 0 1 16.5 2m-9 2C6.4 4 4 4.5 4 6v11.2c2.2-1 4.8-1 7 0V5.55A4.6 4.6 0 0 0 7.5 4\"/>\n</svg>"],
|
|
28
36
|
['bookmark', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M17 5a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v13.65l3.05-2.61.21-.17a3 3 0 0 1 3.7.17L17 18.65zm2 15.83-.01.15a1 1 0 0 1-1.52.7l-.12-.1-4.7-4.02a1 1 0 0 0-1.3 0l-4.7 4.03a1 1 0 0 1-1.64-.6L5 20.82V5a3 3 0 0 1 3-3h8.15A3 3 0 0 1 19 5z\"/>\n</svg>"],
|
|
29
37
|
['bookmark-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5 5a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v15.83a1 1 0 0 1-1.65.76l-4.7-4.03a1 1 0 0 0-1.3 0l-4.7 4.03A1 1 0 0 1 5 20.83z\"/>\n</svg>"],
|
|
30
38
|
['books-vertical', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M6.5 17c.28 0 .5.22.5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1c0-.28.22-.5.5-.5z\"/>\n\t<path fill=\"currentColor\" d=\"M13 1a2 2 0 0 1 2 2v2.92q.2-.07.4-.1l1.97-.36a2 2 0 0 1 2.31 1.63l2.13 12.05a2.07 2.07 0 0 1-1.62 2.32l-1.97.35a2.07 2.07 0 0 1-2.32-1.62l-.9-5.12V20a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7c0-1.1.9-2 2-2h4V3c0-1.1.9-2 2-2zM4 20h4V7H4zm6 0h3V3h-3zm5.75-12.22 2.12 12.06 1.97-.35-2.13-12.06z\"/>\n</svg>"],
|
|
31
39
|
['brackets-ellipsis', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 6H4v12h3v2H2V4h5zM22 20h-5v-2h3V6h-3V4h5z\"/>\n\t<path fill=\"currentColor\" d=\"M7.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M12 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M16.5 13a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3\"/>\n</svg>"],
|
|
32
40
|
['brick-wall', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M22 13h-5.5v2H22v2h-2v2h2v2H2v-2h2v-2H2v-2h5.5v-2H2v-2h2V9H2V7h5.5V5H2V3h20v2h-5.5v2H22v2h-2v2h2zM9.5 15h5v-2h-5zM6 19h5v-2H6zm7 0h5v-2h-5zM9.5 7h5V5h-5zm1.5 4V9H6v2zm7 0V9h-5v2z\"/>\n</svg>"],
|
|
41
|
+
['bug', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m17.37 3-1.83 3.16a6 6 0 0 1 2.32 3.55l1.64-.46V7h2v3.75l-3.5 1V13h4v2h-4v1.24l3.5 1V21h-2v-2.25l-1.92-.54a6 6 0 0 1-11.16 0l-1.92.54V21h-2v-3.75l3.5-1V15H2v-2h4v-1.25l-3.5-1V7h2v2.25l1.64.46a6 6 0 0 1 2.32-3.55L6.63 3l1.74-1 1.88 3.26a6 6 0 0 1 3.5 0L15.63 2zM8 16a4 4 0 0 0 8 0v-4H8zm4-9a4 4 0 0 0-3.87 3h7.74A4 4 0 0 0 12 7\"/>\n</svg>"],
|
|
33
42
|
['bullet-list', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4.5 16.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M22 19H9v-2h13zM4.5 10.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M22 13H9v-2h13zM4.5 4.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3M22 7H9V5h13z\"/>\n</svg>"],
|
|
34
43
|
['business-suitcase', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14 2c1.66 0 3 1.34 3 3v1h2a3 3 0 0 1 3 3v9c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V9a3 3 0 0 1 3-3h2V5a3 3 0 0 1 3-3zM5 8a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zm5-4a1 1 0 0 0-1 1v1h6V5a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
35
44
|
['calendar-event', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8 2a1 1 0 0 1 1 1v1h6V3a1 1 0 1 1 2 0v1h1a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h1V3a1 1 0 0 1 1-1M7 6H6a1 1 0 0 0-1 1v3h14V7a1 1 0 0 0-1-1h-1v1a1 1 0 1 1-2 0V6H9v1a1 1 0 0 1-2 0zm12 6H5v7a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1zM7 14h4v4H7z\"/>\n</svg>"],
|
|
@@ -67,6 +76,7 @@ export const iconRegistry = new Map([
|
|
|
67
76
|
['chevron-left-chevron-right', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18.17 12 13.6 7.4 15 6l6 6-6 6-1.4-1.4zM5.83 12l4.57-4.6L9 6l-6 6 6 6 1.4-1.4z\"/>\n</svg>"],
|
|
68
77
|
['chevron-left-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m10.828 12 4.572 4.6L14 18l-6-6 6-6 1.4 1.4z\"/>\n</svg>"],
|
|
69
78
|
['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=\"M15.04 4.53 10.9 20l-1.94-.52L13.1 4zM8.4 7.4 3.83 12l4.57 4.6L7 18l-6-6 6-6zM23 12l-6 6-1.4-1.4 4.57-4.6-4.57-4.6L17 6z\"/>\n</svg>"],
|
|
79
|
+
['chevron-left-forward-slash-chevron-right-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-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>"],
|
|
70
80
|
['chevron-left-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m9.828 12 6.572 6.6L15 20l-8-8 8-8 1.4 1.4z\"/>\n</svg>"],
|
|
71
81
|
['chevron-left-to-line', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 22H5V2h2zM20.4 3.4 11.83 12l8.57 8.6L19 22 9 12 19 2z\"/>\n</svg>"],
|
|
72
82
|
['chevron-left-to-line-extra-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M9 18H7V6h2zm9.4-10.6L13.83 12l4.57 4.6L17 18l-6-6 6-6z\"/>\n</svg>"],
|
|
@@ -85,6 +95,7 @@ export const iconRegistry = new Map([
|
|
|
85
95
|
['circle-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M2 12c0 5.51 4.49 10 10 10s10-4.49 10-10S17.51 2 12 2 2 6.49 2 12\"/>\n</svg>"],
|
|
86
96
|
['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>"],
|
|
87
97
|
['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>"],
|
|
98
|
+
['circle-grid-2x2-top-left-check-mark', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M6.5 13a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m0 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m11-2a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m0 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5M6.5 2a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m-.75 4.54-.97-.97-1.06 1.06 2.03 2.03 3.53-3.53-1.06-1.06zM17.5 2a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m0 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5\"/>\n</svg>"],
|
|
88
99
|
['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>"],
|
|
89
100
|
['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>"],
|
|
90
101
|
['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>"],
|
|
@@ -107,8 +118,12 @@ export const iconRegistry = new Map([
|
|
|
107
118
|
['ellipsis', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5 10a2 2 0 1 1 0 4 2 2 0 0 1 0-4m7 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4m7 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4\"/>\n</svg>"],
|
|
108
119
|
['envelope', "<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 3v10c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V7a3 3 0 0 1 3-3zm-5.5 9.562a3 3 0 0 1-3 0L4 9.81V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9.81zM5 6a1 1 0 0 0-1 1v.5l7.5 4.33a1 1 0 0 0 1 0L20 7.5V7a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
109
120
|
['euro-sign', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10.25 2.76a7.3 7.3 0 0 1 4.9-.57 8.2 8.2 0 0 1 4.36 2.74L18.1 6.59a6.3 6.3 0 0 0-3.32-2.09 5.6 5.6 0 0 0-3.76.44l-.22.11a7 7 0 0 0-2.7 2.7L7.98 8A8 8 0 0 0 7.52 9H14v2H7.06a9 9 0 0 0 0 2H14v2H7.52q.24.65.58 1.25A7 7 0 0 0 11 19.06a5.6 5.6 0 0 0 3.52.49l.24-.05a6.3 6.3 0 0 0 3.32-2.1l1.42 1.67-.23.26a8 8 0 0 1-4.12 2.48 7.3 7.3 0 0 1-4.62-.44l-.3-.13a9 9 0 0 1-3.63-3.38l-.18-.3Q5.75 16.36 5.4 15H3v-2h2.04a12 12 0 0 1 0-2H3V9h2.4q.31-1.18.86-2.24l.17-.32a9 9 0 0 1 3.82-3.68\"/>\n</svg>"],
|
|
121
|
+
['exclamation-2-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10 14.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m4 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m-3-1.5H9v-6.5h2zm4 0h-2v-6.5h2z\"/>\n\t<path fill=\"currentColor\" fill-rule=\"evenodd\" 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>"],
|
|
122
|
+
['exclamation-2-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-20M9.5 15.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m5 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M8.5 6v8h2V6zm5 8h2V6h-2z\"/>\n</svg>"],
|
|
123
|
+
['exclamation-3-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8.5 14.5a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m3.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m3.5 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m-6-1.5h-2V7h2zm3.5 0h-2V7h2zm3.5 0h-2V7h2z\"/>\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>"],
|
|
124
|
+
['exclamation-3-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-20M8 15.25a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m4 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m4 0a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m-9-1.5h2v-7.5H7zm4 0h2v-7.5h-2zm4-7.5v7.5h2v-7.5z\"/>\n</svg>"],
|
|
110
125
|
['exclamation-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 15a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m1-1.5h-2v-7h2z\"/>\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>"],
|
|
111
|
-
['exclamation-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-20m0 13.
|
|
126
|
+
['exclamation-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-20m0 13.75a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5M11 6v8h2V6z\" />\n</svg>"],
|
|
112
127
|
['exclamation-triangle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 14a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5m1-1.5h-2v-5h2z\"/>\n\t<path fill=\"currentColor\" d=\"M11.99 1.968a3 3 0 0 1 2.62 1.538l7.095 12.242q.035.06.062.126a3 3 0 0 1-2.76 4.125H5a3.02 3.02 0 0 1-2.538-1.387 3 3 0 0 1-.248-2.739 1 1 0 0 1 .06-.125L9.37 3.506a3 3 0 0 1 2.62-1.538m0 2c-.373 0-.705.21-.884.533L4.046 16.68c-.097.286-.06.602.104.86a.99.99 0 0 0 .85.459h13.996a1 1 0 0 0 .938-1.32L12.875 4.502a1.02 1.02 0 0 0-.885-.533\"/>\n</svg>"],
|
|
113
128
|
['exclamation-triangle-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.99 1.968a3 3 0 0 1 2.62 1.538l7.095 12.242q.035.06.062.126a3 3 0 0 1-2.76 4.125H5a3.02 3.02 0 0 1-2.538-1.387 3 3 0 0 1-.248-2.739 1 1 0 0 1 .06-.125L9.37 3.506a3 3 0 0 1 2.62-1.538M12 14a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5m-1-7v5h2V7z\"/>\n</svg>"],
|
|
114
129
|
['eye', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 4.5c5.012 0 9.26 3.108 11 7.5-1.74 4.392-5.988 7.5-10.999 7.5S2.739 16.392 1 12c1.74-4.392 5.988-7.5 11-7.5m0 2c-3.878 0-7.188 2.239-8.8 5.5 1.612 3.261 4.923 5.5 8.801 5.5 3.877 0 7.187-2.239 8.799-5.5-1.613-3.261-4.923-5.5-8.8-5.5m0 1a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m0 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5\"/>\n</svg>"],
|
|
@@ -120,14 +135,20 @@ export const iconRegistry = new Map([
|
|
|
120
135
|
['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>"],
|
|
121
136
|
['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>"],
|
|
122
137
|
['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>"],
|
|
123
|
-
['file-text-
|
|
124
|
-
['file-text-
|
|
138
|
+
['file-text-badge-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>"],
|
|
139
|
+
['file-text-badge-check-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=\"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>"],
|
|
125
140
|
['file-text-pencil', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14 2a1 1 0 0 1 .7.3l1.68 1.67-3.35 3.35Q13 7.17 13 7V4H7a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-5.34l2-2V19a3 3 0 0 1-3 3H7a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3z\"/>\n\t<path fill=\"currentColor\" d=\"M17.17 4.59a2 2 0 0 1 2.83 0L21.42 6a2 2 0 0 1 0 2.83L12.25 18H8v-4.24zm-7.17 10V16h1.42l5.75-5.76-1.4-1.41zm7.17-7.18 1.42 1.42L20 7.4 18.6 6z\"/>\n\t<path fill=\"currentColor\" d=\"M16 18h-2.34l2-2H16zm-4-9.65L10.35 10H8V8h4z\"/>\n</svg>"],
|
|
126
141
|
['file-text-stack', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5 19a1 1 0 0 0 1 1h12a2 2 0 0 1-2 2H6a3 3 0 0 1-3-3V7c0-1.1.9-2 2-2z\"/>\n\t<path fill=\"currentColor\" d=\"M17 15h-7v-2h7zm0-3.5h-7v-2h7zM13 8h-3V6h3z\"/>\n\t<path fill=\"currentColor\" d=\"M15.5 2c.69.07 1.39.39 1.88.88l2.74 2.74A3 3 0 0 1 21 7.74V16a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM9 4a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V7.5h-2.5a1 1 0 0 1-1-1V4z\"/>\n</svg>"],
|
|
127
142
|
['flag', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m5 3.67 2.04-.34a8 8 0 0 1 3.84.3l2.24.74a8 8 0 0 0 3.84.3L21 4v11l-4.04.67a8 8 0 0 1-3.38-.16l-2.7-.88a8 8 0 0 0-3.84-.3L5 14.67V22H3V2h2zm5.25 1.86c-1.74-.59-3.5-.13-5.25.16v6.95l1.71-.29a10 10 0 0 1 4.8.38l2.24.74a6 6 0 0 0 2.88.23l2.37-.4V6.36l-1.71.29a10 10 0 0 1-4.8-.38z\" clip-rule=\"evenodd\"/>\n</svg>"],
|
|
128
143
|
['flag-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m5 3.67 2.04-.34c2.15-.36 4.07.37 6.08 1.04a8 8 0 0 0 3.84.3L21 4v11l-4.04.67a8 8 0 0 1-3.84-.3c-2-.67-3.93-1.4-6.08-1.04L5 14.67V22H3V2h2z\"/>\n</svg>"],
|
|
129
144
|
['folder', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M2 17V6a3 3 0 0 1 3-3h3.76a3 3 0 0 1 2.12.88L13 6h6a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3v-2a1 1 0 0 0 1-1V9a1 1 0 0 0-.9-1h-6.93l-2.7-2.7a1 1 0 0 0-.71-.3H5a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1v2a3 3 0 0 1-3-3m17 1v2H5v-2z\"/>\n</svg>"],
|
|
130
145
|
['folder-stack', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 18a1 1 0 0 0 1 1h13a2 2 0 0 1-2 2H5a3 3 0 0 1-3-3V9c0-1.11.9-2 2-2z\"/>\n\t<path fill=\"currentColor\" d=\"M10.76 3a3 3 0 0 1 2.12.88L15 6h4a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM8 5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1V9a1 1 0 0 0-.9-1h-4.93l-2.7-2.7a1 1 0 0 0-.71-.3z\"/>\n</svg>"],
|
|
146
|
+
['forward', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m23 12-12 7v-5.25L2 19V5l9 5.25V5zM4 15.52l6-3.5.03-.02-.04-.02L4 8.48zm9 0L19.03 12 13 8.48z\"/>\n</svg>"],
|
|
147
|
+
['forward-end', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 12 5 19.5v-15zm2-7.5v15h-2v-15zM7 16.04 14 12 7 7.96z\"/>\n</svg>"],
|
|
148
|
+
['forward-end-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20 19.5h-4v-6.92L4 19.5v-15l12 6.92V4.5h4z\"/>\n</svg>"],
|
|
149
|
+
['forward-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m23 12-12 7v-5.25L2 19V5l9 5.25V5z\"/>\n</svg>"],
|
|
150
|
+
['forward-frame', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M7 5v14H5V5zm14 7L9 19V5zm-10 3.52L17.03 12 11 8.48z\"/>\n</svg>"],
|
|
151
|
+
['forward-frame-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M8 19H4V5h4zm14-7-12 7V5z\"/>\n</svg>"],
|
|
131
152
|
['foundation', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m21 8.42-1.16 1.63-.84-.6V14h3v2h-3v3h1v2h-4v-2h1v-3h-4v3h1v2h-4v-2h1v-3H7v3h1v2H4v-2h1v-3H2v-2h3V9.45l-.85.6L3 8.44 12 2zm-14-.4V14h2V9h6v5h2V8.02l-5-3.56zM11 14h2v-3h-2z\"/>\n</svg>"],
|
|
132
153
|
['gear', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 8a4 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-4\"/>\n\t<path fill=\"currentColor\" d=\"M13.19 2a2 2 0 0 1 1.991 1.8l.09.9a9 9 0 0 1 1.416.818l.824-.372a2 2 0 0 1 2.555.824l1.19 2.06a2 2 0 0 1-.564 2.624l-.734.527c.055.536.056 1.09 0 1.637l.734.528c.833.6 1.078 1.734.564 2.624l-1.294 2.22a2 2 0 0 1-2.274.734l-1.001-.443a8 8 0 0 1-1.416.819l-.118 1.088a2 2 0 0 1-1.772 1.603H10.62a2 2 0 0 1-1.8-1.792l-.09-.9a8 8 0 0 1-1.416-.818l-1.001.443a2 2 0 0 1-2.275-.734l-1.293-2.22a2 2 0 0 1 .415-2.506l.882-.646a8 8 0 0 1 0-1.637l-.732-.527A2 2 0 0 1 2.658 8.2l1.278-2.23a2 2 0 0 1 2.555-.824l.823.372a8 8 0 0 1 1.416-.819l.09-.898a2 2 0 0 1 1.8-1.792zm-2.38 2.002-.207 2.049-1.055.472q-.566.256-1.061.615l-.939.68-1.88-.848-1.191 2.06 1.672 1.201C6.089 10.818 6 11.41 6 12s.088 1.18.148 1.766l-1.671 1.203h-.001l1.19 2.061 1.88-.85.94.681q.37.27.783.48l1.333.607.207 2.05V20h2.38l.206-2.05 1.055-.475a6 6 0 0 0 1.062-.614l.94-.68 1.88.85 1.19-2.061-1.672-1.203c.06-.586.15-1.177.15-1.767s-.09-1.182-.15-1.769l1.673-1.2-1.19-2.061h-.003l-1.88.846-.938-.678a6 6 0 0 0-1.062-.614l-1.055-.474L13.19 4h-2.38z\"/>\n</svg>"],
|
|
133
154
|
['globe', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m-1 13.52q-1.07.03-2.07.13c.35 1.38.93 2.98 2.07 3.91zm2 4.04c1.14-.93 1.72-2.53 2.07-3.91q-1-.1-2.07-.13zm-6.06-3.64q-.9.17-1.69.38a8 8 0 0 0 2.8 2.66 13 13 0 0 1-1.11-3.04m10.12 0a13 13 0 0 1-1.11 3.04 8 8 0 0 0 2.8-2.66q-.79-.21-1.7-.38M4.39 9.53a8 8 0 0 0 0 4.94q1.02-.3 2.21-.52a19 19 0 0 1 0-3.9 22 22 0 0 1-2.21-.52m15.22 0q-1.02.3-2.22.52c.14 1.26.14 2.64 0 3.9q1.2.21 2.22.52c.52-1.6.52-3.34 0-4.94m-11.02.8a17 17 0 0 0 0 3.34q1.16-.12 2.41-.15v-3.04q-1.25-.03-2.41-.16m6.82 0q-1.16.12-2.41.15v3.04q1.25.03 2.41.15c.11-1.07.11-2.27 0-3.35M11 4.42c-1.14.94-1.72 2.54-2.07 3.92q.99.1 2.07.13zm2 4.05q1.07-.04 2.07-.13c-.35-1.38-.93-2.98-2.07-3.92zM8.05 5.04a8 8 0 0 0-2.8 2.66q.8.22 1.69.37a13 13 0 0 1 1.11-3.03m7.9 0q.7 1.33 1.1 3.03.91-.16 1.7-.37a8 8 0 0 0-2.8-2.66\"/>\n</svg>"],
|
|
@@ -154,7 +175,7 @@ export const iconRegistry = new Map([
|
|
|
154
175
|
['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>"],
|
|
155
176
|
['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>"],
|
|
156
177
|
['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>"],
|
|
157
|
-
['lightbulb', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"
|
|
178
|
+
['lightbulb', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M14 20a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2zm1-3a1 1 0 1 1 0 2H9a1 1 0 1 1 0-2zM12 2a7 7 0 0 1 4 12.74V15a1 1 0 1 1-2 0v-.76c0-.4.24-.75.58-.96a5 5 0 1 0-5.16 0c.34.2.58.56.58.96V15a1 1 0 1 1-2 0v-.26A6.99 6.99 0 0 1 12 2\"/>\n</svg>"],
|
|
158
179
|
['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>"],
|
|
159
180
|
['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>"],
|
|
160
181
|
['list-arrow-down', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M3 5h11v2H3zm16 0v10.586l2.293-2.293 1.414 1.414L18 19.414l-4.707-4.707 1.414-1.414L17 15.586V5zM3 11h9v2H3zm0 6h9v2H3z\"/>\n</svg>"],
|
|
@@ -164,6 +185,7 @@ export const iconRegistry = new Map([
|
|
|
164
185
|
['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>"],
|
|
165
186
|
['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>"],
|
|
166
187
|
['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>"],
|
|
188
|
+
['megaphone', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20 1.5a1 1 0 0 1 1 1v5.36a4 4 0 0 1 0 5.28v5.36a1 1 0 1 1-2 0V18s-3.98-2.32-7.61-3.18l.59 3.56a2.68 2.68 0 0 1-5.15 1.41l-2.06-5.3A3 3 0 0 1 2 11.5v-2a3 3 0 0 1 3-3h4c4 0 10-4 10-4a1 1 0 0 1 1-1M8.7 19.07a.68.68 0 0 0 1.3-.36l-.7-4.2c-.79-.04-1.58-.01-2.38-.01zM19 4.86c-.65.39-1.56.9-2.6 1.43A23 23 0 0 1 11 8.28v4.42a25 25 0 0 1 5.3 1.72c1.1.48 2.04.95 2.7 1.3zM5 8.5a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h4v-4z\"/>\n</svg>"],
|
|
167
189
|
['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>"],
|
|
168
190
|
['minus', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M2 11h20v2H2z\"/>\n</svg>"],
|
|
169
191
|
['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>"],
|
|
@@ -175,19 +197,27 @@ export const iconRegistry = new Map([
|
|
|
175
197
|
['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>"],
|
|
176
198
|
['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>"],
|
|
177
199
|
['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>"],
|
|
200
|
+
['pause', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11 20H5V4h6zm-4-2h2V6H7zm12 2h-6V4h6zm-4-2h2V6h-2z\"/>\n</svg>"],
|
|
201
|
+
['pause-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10.5 20h-5V4h5zm8 0h-5V4h5z\"/>\n</svg>"],
|
|
178
202
|
['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>"],
|
|
179
203
|
['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>"],
|
|
180
204
|
['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>"],
|
|
181
205
|
['person', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 4a3 3 0 1 0 0 6 3 3 0 0 0 0-6M7 7a5 5 0 1 1 10 0A5 5 0 0 1 7 7m2 9a3 3 0 0 0-3 3v3H4v-3a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5l-.032 3h-2L18 19a3 3 0 0 0-3-3z\"/>\n</svg>"],
|
|
182
206
|
['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>"],
|
|
183
207
|
['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>"],
|
|
208
|
+
['person-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=\"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>"],
|
|
184
209
|
['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>"],
|
|
185
210
|
['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>"],
|
|
211
|
+
['person-text-rectangle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M10 13a2 2 0 0 1 2 2v1H6v-1c0-1.1.9-2 2-2zm8 2.5h-4V14h4zm0-3h-4V11h4zM9 8a2 2 0 1 1 0 4 2 2 0 0 1 0-4m9 1.5h-4V8h4z\"/>\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>"],
|
|
186
212
|
['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>"],
|
|
187
213
|
['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>"],
|
|
188
214
|
['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>"],
|
|
189
215
|
['pipeline-machine-gear', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12.5 8.5q.23.02.25.25v.42q0 .16.18.24l.24.1q.16.07.3-.04l.3-.3c.1-.1.25-.1.35 0l.7.7c.1.1.1.26 0 .36l-.29.3q-.12.13-.04.3l.1.24q.06.17.24.18h.42q.23.02.25.25v1q-.02.23-.25.25h-.42q-.17 0-.24.18l-.1.24q-.07.16.05.3l.29.3c.1.1.1.25 0 .35l-.7.7c-.1.1-.26.1-.36 0l-.3-.29a.3.3 0 0 0-.3-.04l-.24.1a.3.3 0 0 0-.18.24v.42q-.02.23-.25.25h-1a.25.25 0 0 1-.25-.25v-.42q-.02-.17-.18-.24l-.24-.1a.3.3 0 0 0-.3.04l-.3.3c-.1.1-.25.1-.35 0l-.7-.7a.25.25 0 0 1 0-.36l.29-.3q.11-.13.04-.3l-.1-.24a.3.3 0 0 0-.24-.18h-.42a.25.25 0 0 1-.25-.25v-1q.02-.23.25-.25h.42q.16-.02.24-.18l.1-.24a.3.3 0 0 0-.04-.3l-.3-.3a.25.25 0 0 1 0-.35l.7-.7c.1-.1.26-.1.36 0l.3.28q.13.12.3.05l.24-.1q.17-.06.18-.24v-.42q.02-.23.25-.25zM12 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2\"/>\n\t<path fill=\"currentColor\" d=\"M22 4a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0h-2.07q.06.5.07 1a7 7 0 0 1-7 7H3a1 1 0 1 1-2 0v-6a1 1 0 1 1 2 0h2.07A7 7 0 0 1 12 5h9a1 1 0 0 1 1-1M3 17h4.1a7 7 0 0 1-1.43-2H3zm9-10a5 5 0 1 0 0 10 5 5 0 0 0 0-10m4.9 0a7 7 0 0 1 1.43 2H21V7z\"/>\n</svg>"],
|
|
190
216
|
['pipeline-valve', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 10h1.1c.5.06.9.48.9 1h5a1 1 0 1 1 2 0v6a1 1 0 1 1-2 0h-5a1 1 0 0 1-.9 1H10a1 1 0 0 1-1-1H4a1 1 0 1 1-2 0v-6a1 1 0 1 1 2 0h5a1 1 0 0 1 1-1h1V7H9a1 1 0 0 1 0-2h6a1 1 0 1 1 0 2h-2zm-2 6h2v-4h-2zm-7-1h5v-2H4zm11 0h5v-2h-5z\"/>\n</svg>"],
|
|
217
|
+
['play', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21 12 5.5 21V3zM7.5 17.53 17.02 12 7.5 6.47z\"/>\n</svg>"],
|
|
218
|
+
['play-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M21 12 5.5 21V3z\"/>\n</svg>"],
|
|
219
|
+
['play-pause', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 12 2 19.5v-15zm3-7v14h-2V5zm4 0v14h-2V5zM4 16.04 11 12 4 7.96z\"/>\n</svg>"],
|
|
220
|
+
['play-pause-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15 12 2 19.5v-15zm3 7h-2V5h2zm4 0h-2V5h2z\"/>\n</svg>"],
|
|
191
221
|
['plus', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 11h9v2h-9v9h-2v-9H2v-2h9V2h2z\"/>\n</svg>"],
|
|
192
222
|
['plus-small', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 11h7v2h-7v7h-2v-7H4v-2h7V4h2z\"/>\n</svg>"],
|
|
193
223
|
['point-bottom-left-to-point-top-right-s-curve-path', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 1a4 4 0 1 1-3.87 5H6.5a2.5 2.5 0 0 0 0 5h11a4.5 4.5 0 1 1 0 9H9.87a4 4 0 1 1 0-2h7.63a2.5 2.5 0 0 0 0-5h-11a4.5 4.5 0 1 1 0-9h7.63A4 4 0 0 1 18 1M6 17a2 2 0 1 0 0 4 2 2 0 0 0 0-4M18 3a2 2 0 1 0 0 4 2 2 0 0 0 0-4\"/>\n</svg>"],
|
|
@@ -196,7 +226,6 @@ export const iconRegistry = new Map([
|
|
|
196
226
|
['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>"],
|
|
197
227
|
['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>"],
|
|
198
228
|
['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>"],
|
|
199
|
-
['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>"],
|
|
200
229
|
['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>"],
|
|
201
230
|
['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>"],
|
|
202
231
|
['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>"],
|
|
@@ -214,6 +243,8 @@ export const iconRegistry = new Map([
|
|
|
214
243
|
['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>"],
|
|
215
244
|
['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>"],
|
|
216
245
|
['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>"],
|
|
246
|
+
['square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM6 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
247
|
+
['square-1', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13.5 17h-2V9h-2V7h4z\"/>\n\t<path fill=\"currentColor\" d=\"M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zM6 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1z\"/>\n</svg>"],
|
|
217
248
|
['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>"],
|
|
218
249
|
['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>"],
|
|
219
250
|
['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>"],
|
|
@@ -225,15 +256,20 @@ export const iconRegistry = new Map([
|
|
|
225
256
|
['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>"],
|
|
226
257
|
['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>"],
|
|
227
258
|
['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>"],
|
|
259
|
+
['stop', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M20 4v16H4V4zM6 18h12V6H6z\"/>\n</svg>"],
|
|
260
|
+
['stop-filled', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M4 4h16v16H4z\"/>\n</svg>"],
|
|
228
261
|
['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>"],
|
|
229
262
|
['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>"],
|
|
230
263
|
['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>"],
|
|
264
|
+
['tag-stack', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M19.86 13.49a3 3 0 0 1-.88 2.12l-5.48 5.48a3 3 0 0 1-4.24 0L5 16.85a3 3 0 0 1-.58-3.41l6.24 6.24a1 1 0 0 0 1.41 0l7.78-7.78zm-4.77-6.72a1.25 1.25 0 1 1-1.77 1.77 1.25 1.25 0 0 1 1.77-1.77\"/>\n\t<path fill=\"currentColor\" d=\"M19.18 4.17a3 3 0 0 1 .68 1.9v3.17a3 3 0 0 1-.88 2.12l-5.48 5.49a3 3 0 0 1-4.24 0L5 12.6a3 3 0 0 1 0-4.25l5.49-5.48a3 3 0 0 1 1.82-.86l.3-.02h3.17a3 3 0 0 1 2.12.88l1.07 1.07zm-2.68.12a1 1 0 0 0-.7-.29h-3.18a1 1 0 0 0-.7.3l-5.5 5.48a1 1 0 0 0 0 1.41l4.25 4.25a1 1 0 0 0 1.41 0l5.49-5.5a1 1 0 0 0 .3-.7V6.07a1 1 0 0 0-.3-.7z\"/>\n</svg>"],
|
|
231
265
|
['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>"],
|
|
232
266
|
['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>"],
|
|
233
267
|
['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>"],
|
|
234
268
|
['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>"],
|
|
235
269
|
['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>"],
|
|
270
|
+
['triangle-square-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M17.5 13a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9m0 2a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5M10 13a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1zm-5 6h4v-4H5zm6.57-16.25a.5.5 0 0 1 .86 0l4.33 7.5a.5.5 0 0 1-.36.75H7.6a.5.5 0 0 1-.36-.75zM10.27 9h3.46L12 6z\"/>\n</svg>"],
|
|
236
271
|
['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>"],
|
|
272
|
+
['viewfinder', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M5 18a1 1 0 0 0 1 1h4v2H6a3 3 0 0 1-3-3v-4h2zm16 0a3 3 0 0 1-3 3h-4v-2h4a1 1 0 0 0 1-1v-4h2zM10 5H6a1 1 0 0 0-1 1v4H3V6a3 3 0 0 1 3-3h4zm11 1v4h-2V6a1 1 0 0 0-1-1h-4V3h4a3 3 0 0 1 3 3\"/>\n</svg>"],
|
|
237
273
|
['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>"],
|
|
238
274
|
]);
|
|
239
275
|
//# 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":"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
|
|
1
|
+
{"version":3,"file":"icon-registry.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-registry.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@ import { LitElement } from 'lit';
|
|
|
2
2
|
import { aliases } from './icon-aliases.js';
|
|
3
3
|
export { aliases };
|
|
4
4
|
export declare const ICONS: string[];
|
|
5
|
-
export type IconSize = '' | '16' | '20' | '24' | '28' | '32' | '40' | '44' | '48' | '56' | '64' | '80' | '96';
|
|
5
|
+
export type IconSize = '' | 'full' | 'inherit' | '16' | '20' | '24' | '28' | '32' | '40' | '44' | '48' | '56' | '64' | '80' | '96';
|
|
6
6
|
export type IconColor = '' | 'primary-content' | 'secondary-content' | 'accent' | 'critical' | 'warning' | 'success' | 'lintblauw' | 'donkerblauw' | 'hemelblauw' | 'lichtblauw' | 'paars' | 'violet' | 'robijnrood' | 'roze' | 'rood' | 'oranje' | 'donkergeel' | 'geel' | 'donkerbruin' | 'bruin' | 'donkergroen' | 'groen' | 'mosgroen' | 'mintgroen';
|
|
7
7
|
/**
|
|
8
8
|
* A customizable icon component that renders SVG icons from a predefined library.
|
|
@@ -11,28 +11,26 @@ export type IconColor = '' | 'primary-content' | 'secondary-content' | 'accent'
|
|
|
11
11
|
* If you want the icon to be announced by assistive tech, set `aria-hidden="false"`
|
|
12
12
|
* on the consumer side together with an `aria-label`.
|
|
13
13
|
*
|
|
14
|
-
* Sizing:
|
|
15
|
-
*
|
|
14
|
+
* Sizing: the icon fills whatever sizes it — an `nldd-icon-cell`, a button, a
|
|
15
|
+
* menu item. `size="full"` names that default explicitly. `size="inherit"` makes
|
|
16
|
+
* it follow the surrounding text (1em), for an icon set inline in a sentence.
|
|
17
|
+
* Any spacer-aligned number (16–96) pins a fixed dimension.
|
|
16
18
|
*
|
|
17
|
-
*
|
|
19
|
+
* Reach for `inherit` rather than a global `nldd-icon { width: 1em }` rule in
|
|
20
|
+
* the consumer: such a rule wins over the component's own :host styling and so
|
|
21
|
+
* also shrinks the icons that a cell or button was already sizing correctly.
|
|
22
|
+
*
|
|
23
|
+
* Color: by default the icon inherits its parent's `color`. Set `color` to one
|
|
18
24
|
* of the functional semantics (`primary-content`, `secondary-content`,
|
|
19
25
|
* `accent`, `critical`, `warning`, `success`) or a rijkskleur (`lintblauw`,
|
|
20
|
-
* `paars`, `groen`, …). For arbitrary one-off
|
|
26
|
+
* `paars`, `groen`, …). For arbitrary one-off colors, set `style="color: …"`
|
|
21
27
|
* on the host — the inherited `color` still drives the SVG fill/stroke.
|
|
22
28
|
*
|
|
23
29
|
* @element nldd-icon
|
|
24
30
|
*
|
|
25
|
-
* @attr {string} name
|
|
26
|
-
* @attr {string} size
|
|
27
|
-
*
|
|
28
|
-
* @attr {string} color - Functional (`primary-content`, `secondary-content`,
|
|
29
|
-
* `accent`, `critical`, `warning`, `success`) or
|
|
30
|
-
* rijkskleur (`lintblauw`, `donkerblauw`, `hemelblauw`,
|
|
31
|
-
* `lichtblauw`, `paars`, `violet`, `robijnrood`,
|
|
32
|
-
* `roze`, `rood`, `oranje`, `donkergeel`, `geel`,
|
|
33
|
-
* `donkerbruin`, `bruin`, `donkergroen`, `groen`,
|
|
34
|
-
* `mosgroen`, `mintgroen`). Empty = inherit `color`
|
|
35
|
-
* from parent.
|
|
31
|
+
* @attr {string} name - The name of the icon to display
|
|
32
|
+
* @attr {string} size - `full` (default) fills the container; `inherit` follows the surrounding text (1em); or a fixed spacer-aligned size in px (16, 20, 24, 28, 32, 40, 44, 48, 56, 64, 80, 96). Empty behaves as `full`.
|
|
33
|
+
* @attr {string} color - Functional (`primary-content`, `secondary-content`, `accent`, `critical`, `warning`, `success`) or rijkskleur (`lintblauw`, `donkerblauw`, `hemelblauw`, `lichtblauw`, `paars`, `violet`, `robijnrood`, `roze`, `rood`, `oranje`, `donkergeel`, `geel`, `donkerbruin`, `bruin`, `donkergroen`, `groen`, `mosgroen`, `mintgroen`). Empty = inherit `color` from parent.
|
|
36
34
|
*
|
|
37
35
|
* @example
|
|
38
36
|
* ```html
|
|
@@ -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;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;
|
|
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,MAAM,GAAG,SAAS,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;AAEnI,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;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"}
|
|
@@ -23,28 +23,26 @@ export const ICONS = [
|
|
|
23
23
|
* If you want the icon to be announced by assistive tech, set `aria-hidden="false"`
|
|
24
24
|
* on the consumer side together with an `aria-label`.
|
|
25
25
|
*
|
|
26
|
-
* Sizing:
|
|
27
|
-
*
|
|
26
|
+
* Sizing: the icon fills whatever sizes it — an `nldd-icon-cell`, a button, a
|
|
27
|
+
* menu item. `size="full"` names that default explicitly. `size="inherit"` makes
|
|
28
|
+
* it follow the surrounding text (1em), for an icon set inline in a sentence.
|
|
29
|
+
* Any spacer-aligned number (16–96) pins a fixed dimension.
|
|
28
30
|
*
|
|
29
|
-
*
|
|
31
|
+
* Reach for `inherit` rather than a global `nldd-icon { width: 1em }` rule in
|
|
32
|
+
* the consumer: such a rule wins over the component's own :host styling and so
|
|
33
|
+
* also shrinks the icons that a cell or button was already sizing correctly.
|
|
34
|
+
*
|
|
35
|
+
* Color: by default the icon inherits its parent's `color`. Set `color` to one
|
|
30
36
|
* of the functional semantics (`primary-content`, `secondary-content`,
|
|
31
37
|
* `accent`, `critical`, `warning`, `success`) or a rijkskleur (`lintblauw`,
|
|
32
|
-
* `paars`, `groen`, …). For arbitrary one-off
|
|
38
|
+
* `paars`, `groen`, …). For arbitrary one-off colors, set `style="color: …"`
|
|
33
39
|
* on the host — the inherited `color` still drives the SVG fill/stroke.
|
|
34
40
|
*
|
|
35
41
|
* @element nldd-icon
|
|
36
42
|
*
|
|
37
|
-
* @attr {string} name
|
|
38
|
-
* @attr {string} size
|
|
39
|
-
*
|
|
40
|
-
* @attr {string} color - Functional (`primary-content`, `secondary-content`,
|
|
41
|
-
* `accent`, `critical`, `warning`, `success`) or
|
|
42
|
-
* rijkskleur (`lintblauw`, `donkerblauw`, `hemelblauw`,
|
|
43
|
-
* `lichtblauw`, `paars`, `violet`, `robijnrood`,
|
|
44
|
-
* `roze`, `rood`, `oranje`, `donkergeel`, `geel`,
|
|
45
|
-
* `donkerbruin`, `bruin`, `donkergroen`, `groen`,
|
|
46
|
-
* `mosgroen`, `mintgroen`). Empty = inherit `color`
|
|
47
|
-
* from parent.
|
|
43
|
+
* @attr {string} name - The name of the icon to display
|
|
44
|
+
* @attr {string} size - `full` (default) fills the container; `inherit` follows the surrounding text (1em); or a fixed spacer-aligned size in px (16, 20, 24, 28, 32, 40, 44, 48, 56, 64, 80, 96). Empty behaves as `full`.
|
|
45
|
+
* @attr {string} color - Functional (`primary-content`, `secondary-content`, `accent`, `critical`, `warning`, `success`) or rijkskleur (`lintblauw`, `donkerblauw`, `hemelblauw`, `lichtblauw`, `paars`, `violet`, `robijnrood`, `roze`, `rood`, `oranje`, `donkergeel`, `geel`, `donkerbruin`, `bruin`, `donkergroen`, `groen`, `mosgroen`, `mintgroen`). Empty = inherit `color` from parent.
|
|
48
46
|
*
|
|
49
47
|
* @example
|
|
50
48
|
* ```html
|
|
@@ -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,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
|
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;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":"icon.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"icon.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,yBAoFtB,CAAC"}
|
|
@@ -7,9 +7,9 @@ export const iconStyles = css `
|
|
|
7
7
|
|
|
8
8
|
/* # Host
|
|
9
9
|
*
|
|
10
|
-
* Default size = fill
|
|
11
|
-
*
|
|
12
|
-
*
|
|
10
|
+
* Default size = fill the container. Setting [size] pins a fixed spacer
|
|
11
|
+
* value; the keyword full names the default and inherit follows the
|
|
12
|
+
* surrounding text. [color] picks a semantic color or a rijkskleur. */
|
|
13
13
|
|
|
14
14
|
:host {
|
|
15
15
|
--_size: 100%;
|
|
@@ -26,7 +26,10 @@ export const iconStyles = css `
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
/* # Size
|
|
29
|
+
/* # Size */
|
|
30
|
+
|
|
31
|
+
:host([size="full"]) { --_size: 100%; }
|
|
32
|
+
:host([size="inherit"]) { --_size: 1em; }
|
|
30
33
|
|
|
31
34
|
:host([size="16"]) { --_size: var(--primitives-space-16); }
|
|
32
35
|
:host([size="20"]) { --_size: var(--primitives-space-20); }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.styles.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA
|
|
1
|
+
{"version":3,"file":"icon.styles.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,UAAU,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoF5B,CAAC"}
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
*
|
|
13
13
|
* @element nldd-image
|
|
14
14
|
*
|
|
15
|
-
* @attr {string}
|
|
16
|
-
* @attr {string}
|
|
17
|
-
* @attr {string}
|
|
18
|
-
* @attr {string}
|
|
15
|
+
* @attr {string} src - Image URL
|
|
16
|
+
* @attr {string} alt - Alt text. Required unless `decorative`.
|
|
17
|
+
* @attr {string} srcset - Responsive source set
|
|
18
|
+
* @attr {string} sizes - Source sizes hint
|
|
19
19
|
* @attr {number|'full'} width - Display width. `full` (default) fills the parent.
|
|
20
20
|
* A numeric value sets host `max-width` AND the `<img>` layout-hint width.
|
|
21
|
-
* @attr {number}
|
|
21
|
+
* @attr {number} height - Intrinsic height (for layout reservation)
|
|
22
22
|
* @attr {'lazy'|'eager'} loading - Loading strategy (default: 'lazy').
|
|
23
23
|
* Lazy defers fetch until the image is near the viewport — the right
|
|
24
24
|
* choice for below-the-fold content. Set to 'eager' on images that
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
* image for the strongest signal.
|
|
30
30
|
* @attr {'async'|'sync'|'auto'} decoding - Decoding hint (default: 'async')
|
|
31
31
|
* @attr {'high'|'low'|'auto'} fetchpriority - Fetch priority hint
|
|
32
|
-
* @attr {string}
|
|
32
|
+
* @attr {string} aspect-ratio - Aspect ratio in CSS form (e.g. "16/9", "1/1", "4/3").
|
|
33
33
|
* "16:9" colon notation is also accepted for convenience.
|
|
34
34
|
* @attr {'cover'|'contain'|'fill'|'scale-down'|'none'} object-fit - default: 'cover'
|
|
35
35
|
* @attr {'center'|'top'|'bottom'|'left'|'right'} object-position - default: 'center'
|
|
36
36
|
* @attr {'square'|'rounded'|'circle'} shape - Corner shape (default: 'square')
|
|
37
|
-
* @attr {string}
|
|
38
|
-
* @attr {string}
|
|
37
|
+
* @attr {string} caption - Caption text shown below the image
|
|
38
|
+
* @attr {string} credit - Smaller credit/attribution text shown beside the caption
|
|
39
39
|
* @attr {boolean} decorative - Decorative image: alt is forced empty + aria-hidden
|
|
40
|
-
* @attr {string}
|
|
40
|
+
* @attr {string} lqip - Low-quality image placeholder as a CSV string
|
|
41
41
|
* `"base,c1,c2,c3,c4,c5,c6"` — seven 0-255 bytes, each packing an 8-bit
|
|
42
42
|
* Oklab triplet (2 bits L, 3 bits a, 3 bits b). The first is the base
|
|
43
43
|
* color shown outside the cell gradients; the other six are per-cell
|
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
* with per-cell hue — Lean's original format encodes grayscale cells only;
|
|
48
48
|
* ours encodes a color per cell so multi-color subjects survive the
|
|
49
49
|
* placeholder.
|
|
50
|
+
* @attr {object} translations - Override translation keys (e.g. the message
|
|
51
|
+
* shown when the image fails to load); unset keys fall back to Dutch.
|
|
50
52
|
*
|
|
51
53
|
* @slot - Custom `<img>` or `<picture>` (overrides the src-based default).
|
|
52
54
|
* The internal `error` listener is attached only to the built-in `<img>`, so
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../../src/components/content/image/image.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../../src/components/content/image/image.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0DG;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"}
|