@orangelogic/design-system 2.91.0 → 2.93.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/library/chunks/asset.Duzr3O3z.js +370 -0
- package/library/chunks/{endpoints.BpAhLyZw.js → asset.types.6DCzTOQm.js} +517 -515
- package/library/chunks/{button.BrIJPc2a.js → button.BZjbVq8t.js} +3 -3
- package/library/chunks/button.styles.Cz4EELcL.js +5 -0
- package/library/chunks/{color-swatch-group.CpuPC0u3.js → color-swatch-group.DRKpTlyp.js} +5 -5
- package/library/chunks/{color-swatch.hsIcIXE-.js → color-swatch.CbL_TpRZ.js} +1 -1
- package/library/chunks/{confirm-popover.Bk0_yxOs.js → confirm-popover.bBo9aPlX.js} +3 -3
- package/library/chunks/{cropper.DTokTzP9.js → cropper.BRKVzJDb.js} +2 -2
- package/library/chunks/{dialog.CPAszptn.js → dialog.DRW8iwh-.js} +20 -13
- package/library/chunks/{dom.Dd4Wh-Mt.js → dom.DURaLV1d.js} +1 -1
- package/library/chunks/{dot-pagination.CWKKpM7m.js → dot-pagination.CvUr6R4S.js} +1 -1
- package/library/chunks/{file-on-demand.CTJQ6P_F.js → file-on-demand.Z7nx9v2R.js} +10 -10
- package/library/chunks/{folder-select.D6NkbExX.js → folder-select.DxBOSyvo.js} +48 -49
- package/library/chunks/{form.Bi8x0jbW.js → form.nRqYei4e.js} +1 -1
- package/library/chunks/header.ClxEkQPZ.js +700 -0
- package/library/chunks/{i18n.CgwQHLcP.js → i18n.W6czbRms.js} +87 -7
- package/library/chunks/icon-button.MqA-pNw8.js +149 -0
- package/library/chunks/{iframe.DnAs6e8f.js → iframe.PcSPtm_O.js} +1 -1
- package/library/chunks/{image.DbfpMKMc.js → image.C3LupRuN.js} +118 -115
- package/library/chunks/image.ocYnNdYK.js +150 -0
- package/library/chunks/{index.zCSI4caC.js → index.B7slZiaV.js} +173 -148
- package/library/chunks/{list-editor.T0Lrm0Yo.js → list-editor.BnIOuHUQ.js} +12 -13
- package/library/chunks/number.DE78rV_g.js +104 -0
- package/library/chunks/{option.T4KSh5qy.js → option.Cx54zrJq.js} +1 -1
- package/library/chunks/{pagination.DC9JIt4s.js → pagination.CG5odPWi.js} +4 -4
- package/library/chunks/{responsive.DL-wBD4P.js → responsive.D9TUCX5p.js} +1 -1
- package/library/chunks/{string.B_mXTq0K.js → string.DfV21HEI.js} +12 -8
- package/library/chunks/{tab-group.B6olTWpV.js → tab-group.BLZ-qEpp.js} +4 -4
- package/library/chunks/{table.Da1P5WrI.js → table.1GgUDoqR.js} +1068 -951
- package/library/chunks/template.ClovJacp.js +31 -0
- package/library/chunks/{time.D_uFZqqe.js → time.wo2iH5iw.js} +1 -1
- package/library/chunks/toast.Bc4wpYJ1.js +150 -0
- package/library/chunks/{tree.D5Fv7i1r.js → tree.CKi63r95.js} +89 -89
- package/library/components/alert.js +2 -2
- package/library/components/asset-link-format.js +8 -8
- package/library/components/atoms.js +12 -12
- package/library/components/border-input-group.js +1 -1
- package/library/components/breadcrumb.js +1 -1
- package/library/components/button.js +4 -4
- package/library/components/checkbox.js +1 -1
- package/library/components/color-picker.js +4 -4
- package/library/components/color-swatch-group.js +6 -6
- package/library/components/color-swatch.js +2 -2
- package/library/components/confirm-popover.js +4 -4
- package/library/components/copy-button.js +2 -2
- package/library/components/corner-position-input-group.js +2 -2
- package/library/components/cropper.js +1 -1
- package/library/components/details.js +1 -1
- package/library/components/dialog.js +3 -3
- package/library/components/dot-pagination.js +2 -2
- package/library/components/drawer.js +2 -2
- package/library/components/dropdown.js +2 -2
- package/library/components/dynamic-select.js +4 -4
- package/library/components/e-chart.js +1 -1
- package/library/components/element-clamp.js +2 -2
- package/library/components/file-on-demand.js +11 -11
- package/library/components/folder-select.js +4 -4
- package/library/components/format-bytes.js +1 -1
- package/library/components/format-date.js +1 -1
- package/library/components/format-number.js +1 -1
- package/library/components/format-time.js +2 -2
- package/library/components/header.js +2 -2
- package/library/components/icon-button.js +2 -2
- package/library/components/iframe.js +2 -2
- package/library/components/image-comparer.js +1 -1
- package/library/components/image.js +2 -2
- package/library/components/input.js +2 -2
- package/library/components/line-clamp.js +1 -1
- package/library/components/list-editor.js +6 -6
- package/library/components/markdown.js +2 -2
- package/library/components/masonry.js +2 -2
- package/library/components/menu-item.js +56 -53
- package/library/components/menu.js +10 -7
- package/library/components/molecules.js +5 -5
- package/library/components/option.js +2 -2
- package/library/components/organisms.js +2 -2
- package/library/components/pagination.js +5 -5
- package/library/components/popup.js +30 -43
- package/library/components/position-picker.js +1 -1
- package/library/components/progress-bar.js +1 -1
- package/library/components/progress-ring.js +1 -1
- package/library/components/radio-button.js +1 -1
- package/library/components/radio-group.js +1 -1
- package/library/components/range.js +2 -2
- package/library/components/rating.js +1 -1
- package/library/components/relative-time.js +1 -1
- package/library/components/select.js +3 -3
- package/library/components/share-option-list.js +2 -2
- package/library/components/sidebar.js +1 -1
- package/library/components/size-input-group.js +2 -2
- package/library/components/spinner.js +1 -1
- package/library/components/split-panel.js +1 -1
- package/library/components/switch.js +1 -1
- package/library/components/tab-group.js +5 -5
- package/library/components/tab.js +2 -2
- package/library/components/table.js +57 -55
- package/library/components/tag.js +2 -2
- package/library/components/textarea.js +1 -1
- package/library/components/timecode.js +1 -1
- package/library/components/tooltip.js +1 -1
- package/library/components/tree-item.js +2 -2
- package/library/components/tree.js +2 -2
- package/library/components/typeface.js +2 -2
- package/library/components/types.js +28464 -28907
- package/library/components/video.js +2 -2
- package/library/package.json +1 -1
- package/library/packages/atoms/src/components/button/button.d.ts +5 -0
- package/library/packages/atoms/src/components/color-picker/color-picker.d.ts +1 -0
- package/library/packages/atoms/src/components/dropdown/dropdown.d.ts +1 -0
- package/library/packages/atoms/src/components/markdown/parser.d.ts +1 -1
- package/library/packages/atoms/src/components/menu/menu.d.ts +6 -0
- package/library/packages/atoms/src/components/menu-item/menu-item.d.ts +6 -0
- package/library/packages/atoms/src/components/table/styles/table-clickable-cell.styles.d.ts +10 -0
- package/library/packages/atoms/src/components/table/table.d.ts +1 -0
- package/library/packages/base/src/resizable-element.d.ts +1 -0
- package/library/packages/events/src/cx-code-block-language-change.d.ts +8 -0
- package/library/packages/events/src/cx-find-and-replace.d.ts +32 -0
- package/library/packages/events/src/cx-link-request.d.ts +12 -0
- package/library/packages/events/src/cx-rich-text-anchor-apply-request.d.ts +9 -0
- package/library/packages/events/src/cx-rich-text-blur.d.ts +6 -0
- package/library/packages/events/src/cx-rich-text-change.d.ts +8 -0
- package/library/packages/events/src/cx-rich-text-click.d.ts +6 -0
- package/library/packages/events/src/cx-rich-text-focus.d.ts +6 -0
- package/library/packages/events/src/cx-rich-text-image-drop.d.ts +8 -0
- package/library/packages/events/src/cx-rich-text-image-save.d.ts +23 -0
- package/library/packages/events/src/cx-rich-text-link-save.d.ts +19 -0
- package/library/packages/events/src/cx-rich-text-native-spellcheck-change.d.ts +12 -0
- package/library/packages/events/src/cx-rich-text-review-layout-refresh.d.ts +8 -0
- package/library/packages/events/src/cx-rich-text-review-node-created.d.ts +13 -0
- package/library/packages/events/src/cx-rich-text-review-selection-changed.d.ts +11 -0
- package/library/packages/events/src/cx-rich-text-suggestion-hover.d.ts +12 -0
- package/library/packages/events/src/cx-rich-text-table-cell-save.d.ts +15 -0
- package/library/packages/events/src/cx-rich-text-table-save.d.ts +16 -0
- package/library/packages/events/src/cx-rich-text-video-save.d.ts +28 -0
- package/library/packages/events/src/cx-special-characters-insert.d.ts +13 -0
- package/library/packages/events/src/cx-tiptap-code-block-doc-request.d.ts +19 -0
- package/library/packages/events/src/cx-tiptap-image-doc-request.d.ts +24 -0
- package/library/packages/events/src/cx-tiptap-image-host-feedback.d.ts +13 -0
- package/library/packages/events/src/cx-tiptap-video-doc-request.d.ts +24 -0
- package/library/packages/events/src/cx-tiptap-video-host-feedback.d.ts +13 -0
- package/library/packages/events/src/events.d.ts +25 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/core/modules/optional.d.ts +2 -0
- package/library/packages/hybrid/table-core/src/tabulator-tables/modules/ClickableCell/ClickableCell.d.ts +44 -0
- package/library/packages/{atoms/src/components/table/modules → hybrid/table-core/src/tabulator-tables/modules/HoverMenu}/HoverMenu.d.ts +7 -5
- package/library/packages/molecules/src/index.d.ts +1 -0
- package/library/packages/molecules/src/mentions/mentions.d.ts +53 -0
- package/library/packages/organisms/src/comment/comment.d.ts +3 -3
- package/library/packages/organisms/src/comment/extensions/index.d.ts +0 -1
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/index.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-bubble-menu/rte-bubble-menu.d.ts +5 -10
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/constant.d.ts +12 -13
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/index.d.ts +1 -1
- package/library/packages/organisms/src/find-and-replace/find-and-replace.d.ts +84 -0
- package/library/packages/organisms/src/index.d.ts +2 -0
- package/library/packages/organisms/src/{content-builder/plugins/rich-text-editor/components/rte-bubble-menu/special-char-dialog.d.ts → special-characters-dialog/special-characters-dialog.d.ts} +11 -12
- package/library/packages/services/src/api/asset/asset.d.ts +17 -15
- package/library/packages/services/src/api/asset/asset.types.d.ts +97 -32
- package/library/packages/services/src/api/asset/asset.utils.d.ts +9 -0
- package/library/packages/services/src/api/endpoints.d.ts +2 -4
- package/library/packages/tools/src/fetch-image/fetch-image.d.ts +7 -0
- package/library/packages/tools/src/tiptap/constants/constants.d.ts +41 -0
- package/library/packages/tools/src/tiptap/constants/index.d.ts +1 -0
- package/library/packages/tools/src/tiptap/extensions/blockquote/index.d.ts +2 -0
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/bubble-menu.d.ts → tools/src/tiptap/extensions/bubble-menu/index.d.ts} +11 -27
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/bullet-list/index.d.ts +3 -0
- package/library/packages/tools/src/tiptap/extensions/code-block/code-block-doc-bridge.d.ts +13 -0
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/code-block/CodeBlock.d.ts → tools/src/tiptap/extensions/code-block/code-block.d.ts} +2 -1
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/code-block/CodeBlockPrism.d.ts → tools/src/tiptap/extensions/code-block/index.d.ts} +2 -1
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/code-block/PrismPlugin.d.ts → tools/src/tiptap/extensions/code-block/prism-plugin.d.ts} +1 -0
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/document/commands.d.ts +2 -2
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/link/helpers/autolink.d.ts +1 -1
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/link/helpers/clickHandler.d.ts → tools/src/tiptap/extensions/link/helpers/click-handler.d.ts} +1 -1
- package/library/packages/tools/src/tiptap/extensions/link/helpers/is-valid-url.d.ts +1 -0
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/link/helpers/pasteHandler.d.ts → tools/src/tiptap/extensions/link/helpers/paste-handler.d.ts} +1 -1
- package/library/packages/tools/src/tiptap/extensions/link/index.d.ts +6 -0
- package/library/packages/tools/src/tiptap/extensions/list-item/index.d.ts +2 -0
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/ordered-list/index.d.ts +2 -0
- package/library/packages/tools/src/tiptap/extensions/text-style/index.d.ts +7 -0
- package/library/packages/tools/src/tiptap/utils/anchor-links.d.ts +2 -0
- package/library/packages/tools/src/tiptap/utils/extend-class-style.d.ts +4 -0
- package/library/packages/tools/src/tiptap/utils/is-only-code-block-selection.d.ts +4 -0
- package/library/packages/tools/src/tiptap/utils/parse-tracks.d.ts +1 -0
- package/library/packages/tools/src/tiptap/utils/rich-text-inline-viewer-doc-bridge.d.ts +38 -0
- package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/utils/getStyles.d.ts → tools/src/tiptap/utils/styles.d.ts} +4 -4
- package/library/packages/tools/src/tiptap/utils/text-block-type-input-rule-no-delete.d.ts +3 -0
- package/library/packages/types/src/menu-item.d.ts +2 -0
- package/library/packages/types/src/special-characters-dialog.d.ts +19 -0
- package/library/packages/types/src/table.d.ts +13 -0
- package/library/packages/types/src/tiptap.d.ts +52 -0
- package/library/packages/utils/src/custom-element/i18n.d.ts +80 -0
- package/library/packages/utils/src/image/image.d.ts +14 -1
- package/library/packages/utils/src/index.d.ts +1 -0
- package/library/packages/utils/src/keyboard/index.d.ts +1 -0
- package/library/packages/utils/src/keyboard/keyboard.d.ts +9 -0
- package/library/packages/utils/src/number/number.d.ts +4 -0
- package/library/packages/utils/src/object/object.d.ts +2 -0
- package/library/packages/utils/src/string/string.d.ts +1 -0
- package/library/packages/utils/src/template/template.d.ts +1 -0
- package/library/react-web-component.d.ts +154 -13
- package/library/utils.js +187 -177
- package/package.json +1 -1
- package/library/chunks/asset.CVuNAhz3.js +0 -287
- package/library/chunks/button.styles.CKqn956w.js +0 -5
- package/library/chunks/content-builder.B4Tqoc6M.js +0 -127
- package/library/chunks/header.DPVuEZN-.js +0 -177
- package/library/chunks/icon-button.BpwPU4Vg.js +0 -149
- package/library/chunks/image.mbpyiQpQ.js +0 -82
- package/library/chunks/number.CjNxU7Xs.js +0 -93
- package/library/chunks/template.CsJd8Pb_.js +0 -20
- package/library/chunks/toast.BXNbwZV8.js +0 -25
- package/library/packages/organisms/src/comment/components/comment-mention/comment-mention.d.ts +0 -44
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-code-block-toolbar/index.d.ts +0 -1
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-code-block-toolbar/rte-code-block-toolbar.d.ts +0 -28
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-image-viewer/index.d.ts +0 -1
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-image-viewer/rte-image-viewer.d.ts +0 -68
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/components/rte-image-viewer/rte-image-viewer.styles.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/blockquote/index.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/code-block/index.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/image/convertSrcToBlob.d.ts +0 -6
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/image/index.d.ts +0 -4
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/link/helpers/isValidUrl.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/link/index.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/list-item/index.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/extensions/text-style/index.d.ts +0 -17
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/extendClassStyle.d.ts +0 -6
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/getImageNaturalWidthHeight.d.ts +0 -1
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/isAbsolute.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/isValidImageUrl.d.ts +0 -3
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/parseBooleanString.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/processAnchorLink.d.ts +0 -2
- package/library/packages/organisms/src/content-builder/plugins/rich-text-editor/utils/textblockTypeInputRuleNoDelete.d.ts +0 -3
- /package/library/packages/{organisms/src/comment/components/comment-mention/comment-mention.styles.d.ts → molecules/src/mentions/mentions.styles.d.ts} +0 -0
- /package/library/packages/organisms/src/{content-builder/plugins/rich-text-editor/components/rte-bubble-menu/special-char-dialog.styles.d.ts → find-and-replace/find-and-replace.styles.d.ts} +0 -0
- /package/library/packages/organisms/src/{content-builder/plugins/rich-text-editor/components/rte-code-block-toolbar/rte-code-block-toolbar.styles.d.ts → special-characters-dialog/special-characters-dialog.styles.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/anchor/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/aside-block → tools/src/tiptap/extensions/aside}/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/div/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/document/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/font-size/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/heading/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/highlight/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/inline-class/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/line-height/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/list-item/commands.d.ts +0 -0
- /package/library/packages/{organisms/src/comment/extensions/mention.d.ts → tools/src/tiptap/extensions/mention/index.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/other-elements → tools/src/tiptap/extensions/other-element}/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/other-styles/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/paragraph/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/placeholder/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/table/cellselection.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/columnResizing.d.ts → tools/src/tiptap/extensions/table/column-resizing.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/table/commands.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/copyPaste.d.ts → tools/src/tiptap/extensions/table/copy-paste.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/createCell.d.ts → tools/src/tiptap/extensions/table/create-cell.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/createTable.d.ts → tools/src/tiptap/extensions/table/create-table.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/fixTables.d.ts → tools/src/tiptap/extensions/table/fix-tables.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/getTableNodeTypes.d.ts → tools/src/tiptap/extensions/table/get-table-node-types.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/table/index.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/table/input.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/rowResizing.d.ts → tools/src/tiptap/extensions/table/row-resizing.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor/extensions/table/tableEditing.d.ts → tools/src/tiptap/extensions/table/table-editing.d.ts} +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/table/utils.d.ts +0 -0
- /package/library/packages/{organisms/src/content-builder/plugins/rich-text-editor → tools/src/tiptap}/extensions/text-align/index.d.ts +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as a, C as w } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as C } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as _ } from "../chunks/custom-element.L4WJXn1j.js";
|
|
4
|
-
import { d as g, L } from "../chunks/i18n.
|
|
4
|
+
import { d as g, L } from "../chunks/i18n.W6czbRms.js";
|
|
5
5
|
import { H as M, g as P } from "../chunks/slot.j5oheLJC.js";
|
|
6
6
|
import { w as v } from "../chunks/watch.BCJD77bD.js";
|
|
7
7
|
import { i as E, x as h, E as y } from "../chunks/lit-element.jLBm65_O.js";
|
|
@@ -12,8 +12,8 @@ import z from "./icon.js";
|
|
|
12
12
|
import D from "./popup.js";
|
|
13
13
|
import $ from "./spinner.js";
|
|
14
14
|
import { e as R, n as T } from "../chunks/ref.bzeTdX0K.js";
|
|
15
|
-
var d = /* @__PURE__ */ ((
|
|
16
|
-
const O = E`:host{--submenu-offset
|
|
15
|
+
var d = /* @__PURE__ */ ((o) => (o.Prefix = "prefix", o.Suffix = "suffix", o))(d || {});
|
|
16
|
+
const O = E`:host{--submenu-offset:0px;--prefix-font-size:var(--cx-font-size-small);--prefix-color:var(--cx-color-neutral-500);--label-color:var(--cx-color-neutral);--suffix-color:var(--cx-color-neutral);--font-weight:var(--cx-font-weight-regular);display:block}:host([inert]){display:none}.menu-item{font-family:var(--cx-font-sans);font-size:var(--cx-font-size-small);font-weight:var(--font-weight,var(--cx-font-weight-regular));line-height:var(--cx-line-height-large);letter-spacing:var(--cx-letter-spacing-normal);color:var(--cx-color-neutral);padding:var(--cx-spacing-x-small) var(--cx-spacing-small);transition:var(--cx-transition-fast) fill;background-color:var(--cx-menu-item-background-color,unset);-webkit-user-select:none;user-select:none;white-space:nowrap;cursor:pointer;align-items:stretch;text-decoration:none;display:flex;position:relative}.menu-item.menu-item--disabled{cursor:default;outline:none}.menu-item.menu-item--disabled .menu-item__label,.menu-item.menu-item--disabled .menu-item__prefix,.menu-item.menu-item--disabled .menu-item__chevron,.menu-item.menu-item--disabled .menu-item__check{opacity:.5}.menu-item.menu-item--disabled .menu-item__suffix:not(:slotted(cx-tooltip)){opacity:.5}.menu-item.menu-item--loading{cursor:wait;outline:none}.menu-item.menu-item--loading :not(cx-spinner){opacity:.5}.menu-item--loading cx-spinner{--indicator-color:currentColor;--track-width:1px;opacity:1;font-size:.75em;position:absolute;top:calc(50% - .5em);left:.65rem}.menu-item .menu-item__label{color:var(--label-color,var(--cx-color-neutral));text-overflow:ellipsis;flex:auto;margin:auto;display:inline-block;overflow:hidden}.menu-item--checked .menu-item__label{color:var(--cx-color-primary)}.menu-item .menu-item__prefix{color:var(--prefix-color,var(--cx-color-neutral-500));font-size:var(--prefix-font-size,var(--cx-font-size-small));flex:none;align-items:center;display:flex}.menu-item--checked{--prefix-color:var(--cx-color-primary);--suffix-color:var(--cx-color-primary)}.menu-item--checked .menu-item__check{color:var(--cx-color-primary)}.menu-item .menu-item__prefix::slotted(*){margin-inline-end:var(--cx-spacing-x-small)}.menu-item .menu-item__suffix{color:var(--suffix-color);flex:none;align-items:center;display:flex}.menu-item .menu-item__suffix::slotted(*){margin-inline-start:var(--cx-spacing-medium)}.menu-item--submenu-expanded:after{content:"";z-index:calc(var(--cx-z-index-dropdown) - 1);clip-path:polygon(var(--safe-triangle-cursor-x,0) var(--safe-triangle-cursor-y,0), var(--safe-triangle-submenu-start-x,0) var(--safe-triangle-submenu-start-y,0), var(--safe-triangle-submenu-end-x,0) var(--safe-triangle-submenu-end-y,0));position:fixed;inset:0}@media (pointer:none),(pointer:coarse){.menu-item--submenu-expanded:after{display:none}}:host(:focus-visible){outline:var(--cx-focus-ring);outline-offset:calc(-1 * var(--cx-focus-ring-width))}:host(:hover:not([aria-disabled=true],:focus-visible,.disable-hover)) .menu-item,.menu-item--submenu-expanded{background-color:var(--cx-menu-item-background-color-hover);color:var(--cx-color-neutral-1000)}:host(:not([aria-disabled=true])) .menu-item--active{background-color:var(--cx-menu-item-background-color-active,var(--cx-menu-item-background-color-hover));color:var(--cx-color-neutral-1000)}:host(:hover:not([aria-disabled=true],:focus-visible,.disable-hover)) .menu-item--active{background-color:var(--cx-menu-item-background-color-active-hover,var(--cx-menu-item-background-color-active,var(--cx-menu-item-background-color-hover)))}:host(:focus-visible) .menu-item{background-color:var(--cx-menu-item-background-color-hover);opacity:1;outline:none}.menu-item .menu-item__check,.menu-item .menu-item__chevron{visibility:hidden;flex:none;justify-content:center;align-items:center;width:1.5em}.menu-item .menu-item__check{display:var(--checked-icon-display,flex);margin-inline-end:var(--cx-spacing-2x-small)}.menu-item .menu-item__check--suffix{margin-inline:auto 0;padding-inline-start:var(--cx-spacing-2x-small)}.menu-item .menu-item__check--always-show{visibility:visible}.menu-item .menu-item__chevron{display:var(--submenu-icon-display,flex)}.menu-item--checked .menu-item__check,.menu-item--has-submenu .menu-item__chevron{visibility:visible}cx-popup::part(popup){border:var(--cx-panel-border-width) solid var(--cx-popup-border-color);border-radius:var(--cx-border-radius-large);box-shadow:var(--cx-shadow-large);z-index:var(--cx-z-index-dropdown);margin-left:var(--submenu-offset,0px);overflow:hidden}.menu-item--rtl cx-popup::part(popup){margin-left:calc(-1 * var(--submenu-offset))}@media (forced-colors:active){:host(:hover:not([aria-disabled=true])) .menu-item,:host(:focus-visible) .menu-item{outline-offset:-1px;outline:1px dashed selecteditem}}::slotted(cx-menu){max-width:var(--auto-size-available-width)!important;max-height:var(--auto-size-available-height)!important}`;
|
|
17
17
|
class I {
|
|
18
18
|
constructor(e, s) {
|
|
19
19
|
this.popupRef = R(), this.parent = null, this.enableSubmenuTimer = -1, this.isHorizontalMenu = !1, this.isConnected = !1, this.isPopupConnected = !1, this.skidding = 0, this.submenuOpenDelay = 100, (this.host = e).addController(this), this.hasSlotController = s, this.handleMouseMove = this.handleMouseMove.bind(this), this.handleMouseOver = this.handleMouseOver.bind(this), this.handleKeyDown = this.handleKeyDown.bind(this), this.handleClick = this.handleClick.bind(this), this.handleSubmenuIconClick = this.handleSubmenuIconClick.bind(this), this.handleDocumentMouseDown = this.handleDocumentMouseDown.bind(this), this.handleMouseLeave = this.handleMouseLeave.bind(this), this.handlePopupMouseover = this.handlePopupMouseover.bind(this), this.handlePopupReposition = this.handlePopupReposition.bind(this);
|
|
@@ -203,23 +203,23 @@ class I {
|
|
|
203
203
|
return h`<cx-popup ${T(this.popupRef)} placement=${s} anchor="anchor" part="submenu-popup" flip flip-fallback-strategy="best-fit" skidding=${this.skidding} strategy="overlay" auto-size="both" auto-size-padding="10" ?shift=${!!this.host.shiftBoundary} .flipBoundary=${this.host.flipBoundary} .shiftBoundary=${this.host.shiftBoundary}><slot name="submenu"></slot></cx-popup>`;
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
|
-
var H = Object.defineProperty, B = Object.getOwnPropertyDescriptor,
|
|
207
|
-
for (var r = t > 1 ? void 0 : t ? B(e, s) : e, l =
|
|
208
|
-
(u =
|
|
206
|
+
var H = Object.defineProperty, B = Object.getOwnPropertyDescriptor, n = (o, e, s, t) => {
|
|
207
|
+
for (var r = t > 1 ? void 0 : t ? B(e, s) : e, l = o.length - 1, u; l >= 0; l--)
|
|
208
|
+
(u = o[l]) && (r = (t ? u(e, s, r) : u(r)) || r);
|
|
209
209
|
return t && r && H(e, s, r), r;
|
|
210
210
|
};
|
|
211
211
|
let i = class extends w {
|
|
212
212
|
constructor() {
|
|
213
|
-
super(), this.type = "normal", this.submenuTrigger = "both", this.checked = !1, this.value = "", this.href = "", this.rel = "noreferrer noopener", this.loading = !1, this.disabled = !1, this.active = !1, this.readonly = !1, this.menu = "", this.alwaysShowCheckedIcon = !1, this.checkPlacement = d.Suffix, this.lazy = !1, this.localize = new L(this), this.hasSlotController = new M(
|
|
213
|
+
super(), this.type = "normal", this.submenuTrigger = "both", this.checked = !1, this.noUncheck = !1, this.value = "", this.href = "", this.rel = "noreferrer noopener", this.loading = !1, this.disabled = !1, this.active = !1, this.readonly = !1, this.menu = "", this.alwaysShowCheckedIcon = !1, this.checkPlacement = d.Suffix, this.lazy = !1, this.localize = new L(this), this.hasSlotController = new M(
|
|
214
214
|
this,
|
|
215
215
|
"submenu",
|
|
216
216
|
"submenu-icon"
|
|
217
217
|
), this.submenuController = new I(
|
|
218
218
|
this,
|
|
219
219
|
this.hasSlotController
|
|
220
|
-
), this.handleDocumentWheel = (
|
|
221
|
-
const e =
|
|
222
|
-
this.submenuController.isExpanded() && (!this.submenuController.popup || !e.includes(this.submenuController.popup)) && (
|
|
220
|
+
), this.handleDocumentWheel = (o) => {
|
|
221
|
+
const e = o.composedPath();
|
|
222
|
+
this.submenuController.isExpanded() && (!this.submenuController.popup || !e.includes(this.submenuController.popup)) && (o.preventDefault(), this.submenuController.disableSubmenu());
|
|
223
223
|
}, this.handleHostClick = this.handleHostClick.bind(this), this.handleMouseOver = this.handleMouseOver.bind(this);
|
|
224
224
|
}
|
|
225
225
|
runConnectedCallback() {
|
|
@@ -231,25 +231,25 @@ let i = class extends w {
|
|
|
231
231
|
super.disconnectedCallback(), this.removeEventListener("click", this.handleHostClick), this.removeEventListener("mouseover", this.handleMouseOver), document.removeEventListener("wheel", this.handleDocumentWheel);
|
|
232
232
|
}
|
|
233
233
|
handleDefaultSlotChange() {
|
|
234
|
-
const
|
|
234
|
+
const o = this.getTextLabel();
|
|
235
235
|
if (typeof this.cachedTextLabel > "u") {
|
|
236
|
-
this.cachedTextLabel =
|
|
236
|
+
this.cachedTextLabel = o;
|
|
237
237
|
return;
|
|
238
238
|
}
|
|
239
|
-
|
|
239
|
+
o !== this.cachedTextLabel && (this.cachedTextLabel = o, this.emit("slotchange", {
|
|
240
240
|
bubbles: !0,
|
|
241
241
|
cancelable: !1,
|
|
242
242
|
composed: !1
|
|
243
243
|
}));
|
|
244
244
|
}
|
|
245
|
-
handleHostClick(
|
|
246
|
-
(this.disabled || this.readonly) && (
|
|
245
|
+
handleHostClick(o) {
|
|
246
|
+
(this.disabled || this.readonly) && (o.target === this && o.preventDefault(), o.stopImmediatePropagation()), this.href && this.anchor && this.anchor.click();
|
|
247
247
|
}
|
|
248
|
-
handleMouseOver(
|
|
249
|
-
|
|
248
|
+
handleMouseOver(o) {
|
|
249
|
+
o.stopPropagation();
|
|
250
250
|
}
|
|
251
|
-
handleAnchorClick(
|
|
252
|
-
|
|
251
|
+
handleAnchorClick(o) {
|
|
252
|
+
o.stopPropagation();
|
|
253
253
|
}
|
|
254
254
|
handleCheckedChange() {
|
|
255
255
|
if (this.checked && this.type !== "checkbox") {
|
|
@@ -274,7 +274,7 @@ let i = class extends w {
|
|
|
274
274
|
isSubmenu() {
|
|
275
275
|
return this.hasSlotController.test("submenu") || !!this.menu.trim();
|
|
276
276
|
}
|
|
277
|
-
renderBase(
|
|
277
|
+
renderBase(o) {
|
|
278
278
|
const e = !!this.href, s = this.localize.dir() === "rtl", t = this.submenuController.isExpanded();
|
|
279
279
|
return e ? h`<a id="anchor" part="base" class=${b({
|
|
280
280
|
"menu-item": !0,
|
|
@@ -286,7 +286,7 @@ let i = class extends w {
|
|
|
286
286
|
"menu-item--loading": this.loading,
|
|
287
287
|
"menu-item--rtl": s,
|
|
288
288
|
"menu-item--submenu-expanded": t
|
|
289
|
-
})} aria-haspopup=${this.isSubmenu()} href=${m(this.href)} target=${m(this.target)} download=${m(this.download)} rel=${m(this.rel)} aria-label=${this.getTextLabel()} ?inert=${this.disabled} @click=${this.handleAnchorClick}>${
|
|
289
|
+
})} aria-haspopup=${this.isSubmenu()} href=${m(this.href)} target=${m(this.target)} download=${m(this.download)} rel=${m(this.rel)} aria-label=${this.getTextLabel()} ?inert=${this.disabled} @click=${this.handleAnchorClick}>${o}</a>` : h`<div id="anchor" part="base" class=${b({
|
|
290
290
|
"menu-item": !0,
|
|
291
291
|
"menu-item--active": this.active,
|
|
292
292
|
"menu-item--checkbox": this.type === "checkbox",
|
|
@@ -296,12 +296,12 @@ let i = class extends w {
|
|
|
296
296
|
"menu-item--loading": this.loading,
|
|
297
297
|
"menu-item--rtl": s,
|
|
298
298
|
"menu-item--submenu-expanded": t
|
|
299
|
-
})} aria-haspopup=${this.isSubmenu()} aria-label=${this.getTextLabel()}>${
|
|
299
|
+
})} aria-haspopup=${this.isSubmenu()} aria-label=${this.getTextLabel()}>${o}</div>`;
|
|
300
300
|
}
|
|
301
301
|
render() {
|
|
302
|
-
const
|
|
302
|
+
const o = this.localize.dir() === "rtl";
|
|
303
303
|
let e;
|
|
304
|
-
this.submenuPlacement && (this.submenuPlacement.startsWith("top") || this.submenuPlacement.startsWith("bottom")) ? e = "keyboard_arrow_down" : e =
|
|
304
|
+
this.submenuPlacement && (this.submenuPlacement.startsWith("top") || this.submenuPlacement.startsWith("bottom")) ? e = "keyboard_arrow_down" : e = o ? "chevron_left" : "chevron_right";
|
|
305
305
|
const s = h`<slot part="checked-icon" name="checked-icon" class=${b({
|
|
306
306
|
"menu-item__check": !0,
|
|
307
307
|
"menu-item__check--always-show": this.alwaysShowCheckedIcon,
|
|
@@ -321,85 +321,88 @@ i.dependencies = {
|
|
|
321
321
|
"cx-popup": D,
|
|
322
322
|
"cx-spinner": $
|
|
323
323
|
};
|
|
324
|
-
|
|
324
|
+
n([
|
|
325
325
|
p("slot:not([name])")
|
|
326
326
|
], i.prototype, "defaultSlot", 2);
|
|
327
|
-
|
|
327
|
+
n([
|
|
328
328
|
p("a#anchor", !0)
|
|
329
329
|
], i.prototype, "anchor", 2);
|
|
330
|
-
|
|
330
|
+
n([
|
|
331
331
|
p(".menu-item")
|
|
332
332
|
], i.prototype, "menuItem", 2);
|
|
333
|
-
|
|
333
|
+
n([
|
|
334
334
|
p(".menu-item__chevron")
|
|
335
335
|
], i.prototype, "submenuIcon", 2);
|
|
336
|
-
|
|
336
|
+
n([
|
|
337
337
|
a()
|
|
338
338
|
], i.prototype, "type", 2);
|
|
339
|
-
|
|
340
|
-
a({ attribute: "submenu-trigger" })
|
|
339
|
+
n([
|
|
340
|
+
a({ attribute: "submenu-trigger", type: String })
|
|
341
341
|
], i.prototype, "submenuTrigger", 2);
|
|
342
|
-
|
|
342
|
+
n([
|
|
343
343
|
a({ reflect: !0, type: Boolean })
|
|
344
344
|
], i.prototype, "checked", 2);
|
|
345
|
-
|
|
345
|
+
n([
|
|
346
|
+
a({ attribute: "no-uncheck", reflect: !0, type: Boolean })
|
|
347
|
+
], i.prototype, "noUncheck", 2);
|
|
348
|
+
n([
|
|
346
349
|
a()
|
|
347
350
|
], i.prototype, "value", 2);
|
|
348
|
-
|
|
351
|
+
n([
|
|
349
352
|
a()
|
|
350
353
|
], i.prototype, "href", 2);
|
|
351
|
-
|
|
354
|
+
n([
|
|
352
355
|
a()
|
|
353
356
|
], i.prototype, "target", 2);
|
|
354
|
-
|
|
357
|
+
n([
|
|
355
358
|
a()
|
|
356
359
|
], i.prototype, "rel", 2);
|
|
357
|
-
|
|
360
|
+
n([
|
|
358
361
|
a()
|
|
359
362
|
], i.prototype, "download", 2);
|
|
360
|
-
|
|
363
|
+
n([
|
|
361
364
|
a({ reflect: !0, type: Boolean })
|
|
362
365
|
], i.prototype, "loading", 2);
|
|
363
|
-
|
|
366
|
+
n([
|
|
364
367
|
a({ reflect: !0, type: Boolean })
|
|
365
368
|
], i.prototype, "disabled", 2);
|
|
366
|
-
|
|
369
|
+
n([
|
|
367
370
|
a({ reflect: !0, type: Boolean })
|
|
368
371
|
], i.prototype, "active", 2);
|
|
369
|
-
|
|
372
|
+
n([
|
|
370
373
|
a({ reflect: !0, type: Boolean })
|
|
371
374
|
], i.prototype, "readonly", 2);
|
|
372
|
-
|
|
375
|
+
n([
|
|
373
376
|
a({ attribute: "flip-boundary", type: Object })
|
|
374
377
|
], i.prototype, "flipBoundary", 2);
|
|
375
|
-
|
|
378
|
+
n([
|
|
376
379
|
a({ attribute: "shift-boundary", type: Object })
|
|
377
380
|
], i.prototype, "shiftBoundary", 2);
|
|
378
|
-
|
|
381
|
+
n([
|
|
379
382
|
a({ reflect: !0 })
|
|
380
383
|
], i.prototype, "menu", 2);
|
|
381
|
-
|
|
384
|
+
n([
|
|
382
385
|
a({ attribute: "always-show-checked-icon", reflect: !0, type: Boolean })
|
|
383
386
|
], i.prototype, "alwaysShowCheckedIcon", 2);
|
|
384
|
-
|
|
385
|
-
a({ attribute: "check-placement", reflect: !0 })
|
|
387
|
+
n([
|
|
388
|
+
a({ attribute: "check-placement", reflect: !0, type: String })
|
|
386
389
|
], i.prototype, "checkPlacement", 2);
|
|
387
|
-
|
|
390
|
+
n([
|
|
388
391
|
a({ attribute: "submenu-placement" })
|
|
389
392
|
], i.prototype, "submenuPlacement", 2);
|
|
390
|
-
|
|
393
|
+
n([
|
|
391
394
|
a({ reflect: !0, type: Boolean })
|
|
392
395
|
], i.prototype, "lazy", 2);
|
|
393
|
-
|
|
396
|
+
n([
|
|
394
397
|
v("checked")
|
|
395
398
|
], i.prototype, "handleCheckedChange", 1);
|
|
396
|
-
|
|
399
|
+
n([
|
|
397
400
|
v("disabled")
|
|
398
401
|
], i.prototype, "handleDisabledChange", 1);
|
|
399
|
-
|
|
402
|
+
n([
|
|
400
403
|
v("type")
|
|
401
404
|
], i.prototype, "handleTypeChange", 1);
|
|
402
|
-
i =
|
|
405
|
+
i = n([
|
|
403
406
|
_("cx-menu-item")
|
|
404
407
|
], i);
|
|
405
408
|
export {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { n as c, C as p } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as b } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as g } from "../chunks/custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as v } from "../chunks/i18n.
|
|
4
|
+
import { L as v } from "../chunks/i18n.W6czbRms.js";
|
|
5
5
|
import { i as y, x as f } from "../chunks/lit-element.jLBm65_O.js";
|
|
6
6
|
import { r as w } from "../chunks/state.CSDxrqLd.js";
|
|
7
7
|
import { e as x } from "../chunks/query.BBf1UFkC.js";
|
|
8
|
-
import { n as
|
|
9
|
-
import
|
|
8
|
+
import { n as k } from "../chunks/when.Dr1es41R.js";
|
|
9
|
+
import M from "./menu-item.js";
|
|
10
10
|
var d = /* @__PURE__ */ ((e) => (e.Default = "default", e.Multiple = "multiple", e))(d || {});
|
|
11
11
|
const A = y`:host{background:var(--cx-panel-background-color);border:solid var(--cx-panel-border-width) var(--cx-panel-border-color);border-radius:var(--cx-border-radius-large);padding:var(--cx-spacing-x-small) 0;--divider-color:var(--cx-panel-border-color);--divider-width:var(--cx-panel-border-width);--divider-spacing:var(--cx-spacing-x-small);display:block;position:relative;overflow:auto}:host([horizontal]){padding:0 var(--cx-spacing-x-small);flex-wrap:wrap;justify-content:space-between;display:flex}::slotted(cx-divider){--color:var(--divider-color);--width:var(--divider-width);--spacing:var(--divider-spacing)}::slotted([data-alternating-grouping]):before{content:" ";background-color:var(--divider-color);margin:var(--divider-spacing) 0;height:var(--divider-width);display:block}::slotted([data-alternating-grouping=horizontal]):before{height:100%;margin:0 var(--divider-spacing);width:var(--divider-width);display:inline-block}:host([horizontal]) ::slotted(cx-menu-section){flex-wrap:wrap;justify-content:space-between;display:flex}:host([horizontal]) ::slotted(cx-menu-item){display:flex}:host([variant=multiple]){position:relative;overflow:hidden}:host([variant=multiple]) ::slotted(cx-menu[name]){opacity:0;pointer-events:none;transition:opacity var(--cx-transition-fast) ease-in-out, transform var(--cx-transition-medium) ease-in-out;border:none;top:0;left:0;transform:translate(-50%);position:absolute!important}:host([variant=multiple]) ::slotted(cx-menu[active]){opacity:1;pointer-events:auto;transform:translate(0)}.back__button::part(checked-icon),.back__button::part(submenu-icon){display:none}.back__divider{--spacing:var(--cx-spacing-x-small)}`;
|
|
12
12
|
var I = Object.defineProperty, C = Object.getOwnPropertyDescriptor, u = (e, t, r, i) => {
|
|
@@ -19,7 +19,7 @@ function m(e) {
|
|
|
19
19
|
}
|
|
20
20
|
let l = class extends p {
|
|
21
21
|
constructor() {
|
|
22
|
-
super(...arguments), this.localize = new v(this), this.horizontal = !1, this.variant = d.Default, this.active = !1, this.name = "", this.back = "", this.default = !1, this.bubbleKeyDown = !1, this.ignoredKeys = [], this.disabledTabLoop = !1, this.resizeObserver = null, this.slotMutationObserver = null;
|
|
22
|
+
super(...arguments), this.localize = new v(this), this.horizontal = !1, this.variant = d.Default, this.active = !1, this.name = "", this.back = "", this.default = !1, this.bubbleKeyDown = !1, this.ignoredKeys = [], this.disabledTabLoop = !1, this.noUncheck = !1, this.resizeObserver = null, this.slotMutationObserver = null;
|
|
23
23
|
}
|
|
24
24
|
connectedCallback() {
|
|
25
25
|
super.connectedCallback(), this.setAttribute("role", "menu"), this.slotMutationObserver = new MutationObserver(() => this.handleSlotChange()), this.slotMutationObserver.observe(this, {
|
|
@@ -55,7 +55,7 @@ let l = class extends p {
|
|
|
55
55
|
) !== this)
|
|
56
56
|
return;
|
|
57
57
|
const s = i;
|
|
58
|
-
s.type === "checkbox" && (s.checked = !s.checked), this.emit("cx-select", { detail: { item: s } });
|
|
58
|
+
s.type === "checkbox" && (s.checked && (this.noUncheck || s.noUncheck) || (s.checked = !s.checked)), this.emit("cx-select", { detail: { item: s } });
|
|
59
59
|
}
|
|
60
60
|
handleKeyDown(e) {
|
|
61
61
|
if (!this.ignoredKeys.includes(e.key)) {
|
|
@@ -73,7 +73,7 @@ let l = class extends p {
|
|
|
73
73
|
].includes(e.key)) {
|
|
74
74
|
const t = this.getAllItems(), r = this.getCurrentItem();
|
|
75
75
|
let i = r ? t.indexOf(r) : 0;
|
|
76
|
-
if (["ArrowLeft", "ArrowRight"].includes(e.key) && !this.bubbleKeyDown && !(this.parentElement instanceof l) && !(this.parentElement instanceof
|
|
76
|
+
if (["ArrowLeft", "ArrowRight"].includes(e.key) && !this.bubbleKeyDown && !(this.parentElement instanceof l) && !(this.parentElement instanceof M) && e.stopPropagation(), t.length > 0) {
|
|
77
77
|
const o = this.horizontal ? e.key === "ArrowRight" || i === t.length - 1 && e.key === "ArrowDown" : e.key === "ArrowDown", h = this.horizontal ? e.key === "ArrowLeft" || i === 0 && e.key === "ArrowUp" : e.key === "ArrowUp";
|
|
78
78
|
if (["ArrowRight", "ArrowDown", "ArrowLeft", "ArrowUp"].includes(
|
|
79
79
|
e.key
|
|
@@ -266,7 +266,7 @@ let l = class extends p {
|
|
|
266
266
|
});
|
|
267
267
|
}
|
|
268
268
|
render() {
|
|
269
|
-
const e =
|
|
269
|
+
const e = k(
|
|
270
270
|
this.back,
|
|
271
271
|
() => f`<slot name="back-button" role="menuitem" menu=${this.back}><cx-menu-item part="back-button" class="back__button" menu=${this.back}><cx-icon slot="prefix" name="chevron_left"></cx-icon>${this.localize.term("back")}</cx-menu-item><cx-divider class="back__divider"></cx-divider></slot>`
|
|
272
272
|
);
|
|
@@ -311,6 +311,9 @@ u([
|
|
|
311
311
|
u([
|
|
312
312
|
c({ attribute: "disabled-tab-loop", reflect: !0, type: Boolean })
|
|
313
313
|
], l.prototype, "disabledTabLoop", 2);
|
|
314
|
+
u([
|
|
315
|
+
c({ attribute: "no-uncheck", reflect: !0, type: Boolean })
|
|
316
|
+
], l.prototype, "noUncheck", 2);
|
|
314
317
|
u([
|
|
315
318
|
w()
|
|
316
319
|
], l.prototype, "resizeObserver", 2);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { default as e } from "./bicolor-picker.js";
|
|
2
2
|
import { default as a } from "./border-input-group.js";
|
|
3
|
-
import { C as p } from "../chunks/color-swatch.
|
|
4
|
-
import { C } from "../chunks/confirm-popover.
|
|
3
|
+
import { C as p } from "../chunks/color-swatch.CbL_TpRZ.js";
|
|
4
|
+
import { C } from "../chunks/confirm-popover.bBo9aPlX.js";
|
|
5
5
|
import { default as u } from "./corner-position-input-group.js";
|
|
6
|
-
import { C as m } from "../chunks/cropper.
|
|
6
|
+
import { C as m } from "../chunks/cropper.BRKVzJDb.js";
|
|
7
7
|
import { default as i } from "./dynamic-select.js";
|
|
8
|
-
import { C as c } from "../chunks/folder-select.
|
|
9
|
-
import { C as P } from "../chunks/list-editor.
|
|
8
|
+
import { C as c } from "../chunks/folder-select.DxBOSyvo.js";
|
|
9
|
+
import { C as P } from "../chunks/list-editor.BnIOuHUQ.js";
|
|
10
10
|
import { default as I } from "./masonry.js";
|
|
11
11
|
import { default as y } from "./padding-input-group.js";
|
|
12
12
|
import { default as w } from "./position-picker.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import "../chunks/component.styles.CRO4Odto.js";
|
|
3
|
-
import { C } from "../chunks/option.
|
|
3
|
+
import { C } from "../chunks/option.Cx54zrJq.js";
|
|
4
4
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
5
|
-
import "../chunks/i18n.
|
|
5
|
+
import "../chunks/i18n.W6czbRms.js";
|
|
6
6
|
import "../chunks/watch.BCJD77bD.js";
|
|
7
7
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
8
8
|
import "../chunks/state.CSDxrqLd.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { default as a } from "./asset-link-format.js";
|
|
2
|
-
import { C as t } from "../chunks/color-swatch-group.
|
|
3
|
-
import { C } from "../chunks/file-on-demand.
|
|
2
|
+
import { C as t } from "../chunks/color-swatch-group.DRKpTlyp.js";
|
|
3
|
+
import { C } from "../chunks/file-on-demand.Z7nx9v2R.js";
|
|
4
4
|
export {
|
|
5
5
|
a as CxAssetLinkFormat,
|
|
6
6
|
t as CxColorSwatchGroup,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./space.js";
|
|
2
2
|
import "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
3
|
-
import "../chunks/icon-button.
|
|
4
|
-
import { C as k } from "../chunks/pagination.
|
|
3
|
+
import "../chunks/icon-button.MqA-pNw8.js";
|
|
4
|
+
import { C as k } from "../chunks/pagination.CG5odPWi.js";
|
|
5
5
|
import "../chunks/custom-element.L4WJXn1j.js";
|
|
6
|
-
import "../chunks/i18n.
|
|
6
|
+
import "../chunks/i18n.W6czbRms.js";
|
|
7
7
|
import "../chunks/math.DqTA6ya4.js";
|
|
8
8
|
import "../chunks/watch.BCJD77bD.js";
|
|
9
9
|
import "../chunks/lit-element.jLBm65_O.js";
|
|
@@ -11,9 +11,9 @@ import "../chunks/state.CSDxrqLd.js";
|
|
|
11
11
|
import "../chunks/class-map.BiVq-cVR.js";
|
|
12
12
|
import "../chunks/repeat.DbF2p5ae.js";
|
|
13
13
|
import "../chunks/when.Dr1es41R.js";
|
|
14
|
-
import "../chunks/button.
|
|
14
|
+
import "../chunks/button.BZjbVq8t.js";
|
|
15
15
|
import "./input.js";
|
|
16
|
-
import "../chunks/option.
|
|
16
|
+
import "../chunks/option.Cx54zrJq.js";
|
|
17
17
|
import "./select.js";
|
|
18
18
|
import "./tooltip.js";
|
|
19
19
|
import "../chunks/typography.DJC_UXgs.js";
|
|
@@ -10,7 +10,7 @@ import { i as gt, p as ne, f as Ie, a as We } from "../chunks/browser.BHOCIF_A.j
|
|
|
10
10
|
import { c as ye } from "../chunks/component.styles.CRO4Odto.js";
|
|
11
11
|
import { c as qe } from "../chunks/custom-element.L4WJXn1j.js";
|
|
12
12
|
import { d as Ve } from "../chunks/debounce.DaHuiSGU.js";
|
|
13
|
-
import { L as je } from "../chunks/i18n.
|
|
13
|
+
import { L as je } from "../chunks/i18n.W6czbRms.js";
|
|
14
14
|
import { n as Ue } from "../chunks/when.Dr1es41R.js";
|
|
15
15
|
/**
|
|
16
16
|
* @license
|
|
@@ -2762,54 +2762,41 @@ let b = class extends Be {
|
|
|
2762
2762
|
({ rects: t }) => -t.reference.height / 2 - t.floating.height / 2
|
|
2763
2763
|
) : It({ crossAxis: this.skidding, mainAxis: this.distance })
|
|
2764
2764
|
];
|
|
2765
|
-
|
|
2765
|
+
this.sync ? e.push(
|
|
2766
2766
|
qt({
|
|
2767
2767
|
apply: ({ rects: t }) => {
|
|
2768
2768
|
const o = this.sync === "width" || this.sync === "both", i = this.sync === "height" || this.sync === "both", s = this.syncElement ? this.syncElement.getBoundingClientRect() : t.reference;
|
|
2769
2769
|
this.popup.style.width = o ? `${s.width}px` : "", this.popup.style.height = i ? `${s.height}px` : "";
|
|
2770
2770
|
}
|
|
2771
2771
|
})
|
|
2772
|
-
) : (this.popup.style.width = "", this.popup.style.height = ""), this.flip
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
`${o}px`
|
|
2801
|
-
) : this.style.removeProperty("--auto-size-available-height"), this.autoSize === "horizontal" || this.autoSize === "both" ? this.style.setProperty(
|
|
2802
|
-
"--auto-size-available-width",
|
|
2803
|
-
`${i * this.autoWidthFactor}px`
|
|
2804
|
-
) : this.style.removeProperty("--auto-size-available-width");
|
|
2805
|
-
},
|
|
2806
|
-
boundary: t,
|
|
2807
|
-
padding: this.autoSizePadding
|
|
2808
|
-
})
|
|
2809
|
-
);
|
|
2810
|
-
} else
|
|
2811
|
-
this.style.removeProperty("--auto-size-available-width"), this.style.removeProperty("--auto-size-available-height");
|
|
2812
|
-
this.arrow && e.push(
|
|
2772
|
+
) : (this.popup.style.width = "", this.popup.style.height = ""), this.flip && e.push(
|
|
2773
|
+
Wt({
|
|
2774
|
+
boundary: this.flipBoundary,
|
|
2775
|
+
// @ts-expect-error - We're converting a string attribute to an array here
|
|
2776
|
+
fallbackPlacements: this.flipFallbackPlacements,
|
|
2777
|
+
fallbackStrategy: this.flipFallbackStrategy === "best-fit" ? "bestFit" : "initialPlacement",
|
|
2778
|
+
padding: this.flipPadding
|
|
2779
|
+
})
|
|
2780
|
+
), this.shift && e.push(
|
|
2781
|
+
Te({
|
|
2782
|
+
boundary: this.shiftBoundary,
|
|
2783
|
+
padding: this.shiftPadding
|
|
2784
|
+
})
|
|
2785
|
+
), this.autoSize ? e.push(
|
|
2786
|
+
qt({
|
|
2787
|
+
apply: ({ availableHeight: t, availableWidth: o }) => {
|
|
2788
|
+
this.autoSize === "vertical" || this.autoSize === "both" ? this.style.setProperty(
|
|
2789
|
+
"--auto-size-available-height",
|
|
2790
|
+
`${t}px`
|
|
2791
|
+
) : this.style.removeProperty("--auto-size-available-height"), this.autoSize === "horizontal" || this.autoSize === "both" ? this.style.setProperty(
|
|
2792
|
+
"--auto-size-available-width",
|
|
2793
|
+
`${o * this.autoWidthFactor}px`
|
|
2794
|
+
) : this.style.removeProperty("--auto-size-available-width");
|
|
2795
|
+
},
|
|
2796
|
+
boundary: this.autoSizeBoundary,
|
|
2797
|
+
padding: this.autoSizePadding
|
|
2798
|
+
})
|
|
2799
|
+
) : (this.style.removeProperty("--auto-size-available-width"), this.style.removeProperty("--auto-size-available-height")), this.arrow && e.push(
|
|
2813
2800
|
De({
|
|
2814
2801
|
element: this.arrowEl,
|
|
2815
2802
|
padding: this.arrowPadding
|
|
@@ -5,7 +5,7 @@ import x from "./radio-group.js";
|
|
|
5
5
|
import { n as h, C as u } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
6
6
|
import { c as g } from "../chunks/component.styles.CRO4Odto.js";
|
|
7
7
|
import { c as _ } from "../chunks/custom-element.L4WJXn1j.js";
|
|
8
|
-
import { L as f } from "../chunks/i18n.
|
|
8
|
+
import { L as f } from "../chunks/i18n.W6czbRms.js";
|
|
9
9
|
import { i as v, x as C } from "../chunks/lit-element.jLBm65_O.js";
|
|
10
10
|
var r = /* @__PURE__ */ ((e) => (e.BottomCenter = "bottom-center", e.BottomLeft = "bottom-left", e.BottomRight = "bottom-right", e.CenterCenter = "center-center", e.CenterLeft = "center-left", e.CenterRight = "center-right", e.TopCenter = "top-center", e.TopLeft = "top-left", e.TopRight = "top-right", e))(r || {});
|
|
11
11
|
const b = v`.position-picker__column{width:fit-content}.position-picker__column::part(base){justify-content:center;align-items:center;gap:var(--cx-spacing-x-small);flex-direction:column;display:flex}.position-picker__radio{--checked-color:var(--cx-color-neutral-0);--checked-border-color:var(--cx-color-neutral-0);--checked-background-color:var(--cx-color-primary);--checked-hover-border-color:var(--cx-color-neutral-0);--checked-hover-background-color:var(--cx-color-primary)}`;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as i, C as d } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as h } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as m } from "../chunks/custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as b } from "../chunks/i18n.
|
|
4
|
+
import { L as b } from "../chunks/i18n.W6czbRms.js";
|
|
5
5
|
import { i as g, x as c } from "../chunks/lit-element.jLBm65_O.js";
|
|
6
6
|
import { e as u } from "../chunks/class-map.BiVq-cVR.js";
|
|
7
7
|
import { o as v } from "../chunks/if-defined.BRoBj_Rp.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as l, C as p } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as d } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as g } from "../chunks/custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as u } from "../chunks/i18n.
|
|
4
|
+
import { L as u } from "../chunks/i18n.W6czbRms.js";
|
|
5
5
|
import { i as f, x as v } from "../chunks/lit-element.jLBm65_O.js";
|
|
6
6
|
import { r as m } from "../chunks/state.CSDxrqLd.js";
|
|
7
7
|
import { e as h } from "../chunks/query.BBf1UFkC.js";
|
|
@@ -9,7 +9,7 @@ import { e as y } from "../chunks/class-map.BiVq-cVR.js";
|
|
|
9
9
|
import { o as h } from "../chunks/if-defined.BRoBj_Rp.js";
|
|
10
10
|
import { u as _ } from "../chunks/static.UA3G1Deq.js";
|
|
11
11
|
import { i as C } from "../chunks/lit-element.jLBm65_O.js";
|
|
12
|
-
import { b as v } from "../chunks/button.styles.
|
|
12
|
+
import { b as v } from "../chunks/button.styles.Cz4EELcL.js";
|
|
13
13
|
const w = C`
|
|
14
14
|
${v}
|
|
15
15
|
|
|
@@ -3,7 +3,7 @@ import { c as g } from "../chunks/component.styles.CRO4Odto.js";
|
|
|
3
3
|
import { f as y } from "../chunks/form-control.styles.CaGWmeAS.js";
|
|
4
4
|
import { c as v } from "../chunks/custom-element.L4WJXn1j.js";
|
|
5
5
|
import { d as x } from "../chunks/default-value.COZopaet.js";
|
|
6
|
-
import { F as b, c as C, a as w, v as R } from "../chunks/form.
|
|
6
|
+
import { F as b, c as C, a as w, v as R } from "../chunks/form.nRqYei4e.js";
|
|
7
7
|
import { H as V } from "../chunks/slot.j5oheLJC.js";
|
|
8
8
|
import { w as h } from "../chunks/watch.BCJD77bD.js";
|
|
9
9
|
import { i as E, x as u } from "../chunks/lit-element.jLBm65_O.js";
|
|
@@ -6,8 +6,8 @@ import { c as U } from "../chunks/custom-element.L4WJXn1j.js";
|
|
|
6
6
|
import { d as $ } from "../chunks/debounce.DaHuiSGU.js";
|
|
7
7
|
import { d as O } from "../chunks/default-value.COZopaet.js";
|
|
8
8
|
import { d as w } from "../chunks/drag.DXEXVXPv.js";
|
|
9
|
-
import { F as N } from "../chunks/form.
|
|
10
|
-
import { L as S } from "../chunks/i18n.
|
|
9
|
+
import { F as N } from "../chunks/form.nRqYei4e.js";
|
|
10
|
+
import { L as S } from "../chunks/i18n.W6czbRms.js";
|
|
11
11
|
import { c as d } from "../chunks/math.DqTA6ya4.js";
|
|
12
12
|
import { H as A } from "../chunks/slot.j5oheLJC.js";
|
|
13
13
|
import { w as v } from "../chunks/watch.BCJD77bD.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as l, C as g } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as y } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as b } from "../chunks/custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as f } from "../chunks/i18n.
|
|
4
|
+
import { L as f } from "../chunks/i18n.W6czbRms.js";
|
|
5
5
|
import { c as _ } from "../chunks/math.DqTA6ya4.js";
|
|
6
6
|
import { w as p } from "../chunks/watch.BCJD77bD.js";
|
|
7
7
|
import { i as x, x as c } from "../chunks/lit-element.jLBm65_O.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as l, C as h } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
2
2
|
import { c as p } from "../chunks/component.styles.CRO4Odto.js";
|
|
3
3
|
import { c as v } from "../chunks/custom-element.L4WJXn1j.js";
|
|
4
|
-
import { L as d } from "../chunks/i18n.
|
|
4
|
+
import { L as d } from "../chunks/i18n.W6czbRms.js";
|
|
5
5
|
import { i as f, x as y } from "../chunks/lit-element.jLBm65_O.js";
|
|
6
6
|
import { r as c } from "../chunks/state.CSDxrqLd.js";
|
|
7
7
|
const T = f`:host{display:contents}.relative-time{color:var(--cx-relative-time-color,inherit);font-size:var(--cx-relative-time-font-size,inherit);font-weight:var(--cx-relative-time-font-weight,inherit)}`;
|
|
@@ -7,8 +7,8 @@ import { s as x, a as y } from "../chunks/animate.El-MpOws.js";
|
|
|
7
7
|
import { c as z } from "../chunks/custom-element.L4WJXn1j.js";
|
|
8
8
|
import { d as L } from "../chunks/default-value.COZopaet.js";
|
|
9
9
|
import { w as v } from "../chunks/event.mFzZi4sr.js";
|
|
10
|
-
import { F as $ } from "../chunks/form.
|
|
11
|
-
import { L as I } from "../chunks/i18n.
|
|
10
|
+
import { F as $ } from "../chunks/form.nRqYei4e.js";
|
|
11
|
+
import { L as I } from "../chunks/i18n.W6czbRms.js";
|
|
12
12
|
import { s as F } from "../chunks/scroll.xtO5yojm.js";
|
|
13
13
|
import { H as V } from "../chunks/slot.j5oheLJC.js";
|
|
14
14
|
import { i as E } from "../chunks/user-agent.D9aPuOyL.js";
|
|
@@ -21,7 +21,7 @@ import { o as A } from "../chunks/unsafe-html.Dff7-rCx.js";
|
|
|
21
21
|
import { n as f } from "../chunks/when.Dr1es41R.js";
|
|
22
22
|
import { s as O, g as _ } from "../chunks/animation-registry.HmpwNuGH.js";
|
|
23
23
|
import P from "./icon.js";
|
|
24
|
-
import { C as d } from "../chunks/option.
|
|
24
|
+
import { C as d } from "../chunks/option.Cx54zrJq.js";
|
|
25
25
|
import U from "./popup.js";
|
|
26
26
|
import M from "./spinner.js";
|
|
27
27
|
import N from "./tag.js";
|
|
@@ -4,10 +4,10 @@ import { n as h, C as P } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
|
4
4
|
import { c as C } from "../chunks/component.styles.CRO4Odto.js";
|
|
5
5
|
import { c as O } from "../chunks/animate.El-MpOws.js";
|
|
6
6
|
import { c as w } from "../chunks/custom-element.L4WJXn1j.js";
|
|
7
|
-
import { L as E } from "../chunks/i18n.
|
|
7
|
+
import { L as E } from "../chunks/i18n.W6czbRms.js";
|
|
8
8
|
import { c as b } from "../chunks/math.DqTA6ya4.js";
|
|
9
9
|
import { w as m } from "../chunks/watch.BCJD77bD.js";
|
|
10
|
-
import { c as x } from "../chunks/dom.
|
|
10
|
+
import { c as x } from "../chunks/dom.DURaLV1d.js";
|
|
11
11
|
import { i as z, x as g } from "../chunks/lit-element.jLBm65_O.js";
|
|
12
12
|
import { r as v } from "../chunks/state.CSDxrqLd.js";
|
|
13
13
|
import { t as L } from "../chunks/event-options.CYHYGOd8.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import b from "./divider.js";
|
|
2
2
|
import v from "./icon.js";
|
|
3
|
-
import { C as u } from "../chunks/icon-button.
|
|
3
|
+
import { C as u } from "../chunks/icon-button.MqA-pNw8.js";
|
|
4
4
|
import _ from "./resize-observer.js";
|
|
5
5
|
import { n as d, C as m } from "../chunks/lib-cortex-element.CVMmyPMC.js";
|
|
6
6
|
import { c as f } from "../chunks/component.styles.CRO4Odto.js";
|