diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 144c22476e..17466de534 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -32,11 +32,3 @@ updates: update-types: ["version-update:semver-major"] - dependency-name: "replace-in-file" update-types: ["version-update:semver-major"] - - dependency-name: "react" - update-types: ["version-update:semver-major"] - - dependency-name: "react-*" - update-types: ["version-update:semver-major"] - - dependency-name: "@types/react" - update-types: ["version-update:semver-major"] - - dependency-name: "@types/react-" - update-types: ["version-update:semver-major"] diff --git a/etc/lime-elements.api.md b/etc/lime-elements.api.md index 26cfe033a9..526e896d9f 100644 --- a/etc/lime-elements.api.md +++ b/etc/lime-elements.api.md @@ -980,9 +980,9 @@ export type InputType = 'date' | 'datetime-local' | 'email' | 'month' | 'number' // Warning: (ae-missing-release-tag) "LocalJSX" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented) -namespace JSX_2 { +export namespace JSX { // (undocumented) - interface IntrinsicElements { + export interface IntrinsicElements { // (undocumented) "limel-3d-hover-effect-glow": Limel3dHoverEffectGlow; // (undocumented) @@ -1003,11 +1003,11 @@ namespace JSX_2 { "limel-button-group": LimelButtonGroup; // (undocumented) "limel-callout": LimelCallout; - // Warning: (ae-incompatible-release-tags) The symbol ""limel-card"" is marked as @public, but its signature references "JSX_2" which is marked as @beta + // Warning: (ae-incompatible-release-tags) The symbol ""limel-card"" is marked as @public, but its signature references "JSX" which is marked as @beta // // (undocumented) "limel-card": LimelCard; - // Warning: (ae-incompatible-release-tags) The symbol ""limel-chart"" is marked as @public, but its signature references "JSX_2" which is marked as @beta + // Warning: (ae-incompatible-release-tags) The symbol ""limel-chart"" is marked as @public, but its signature references "JSX" which is marked as @beta // // (undocumented) "limel-chart": LimelChart; @@ -1037,7 +1037,7 @@ namespace JSX_2 { "limel-dock": LimelDock; // (undocumented) "limel-dock-button": LimelDockButton; - // Warning: (ae-incompatible-release-tags) The symbol ""limel-dynamic-label"" is marked as @public, but its signature references "JSX_2" which is marked as @beta + // Warning: (ae-incompatible-release-tags) The symbol ""limel-dynamic-label"" is marked as @public, but its signature references "JSX" which is marked as @beta // // (undocumented) "limel-dynamic-label": LimelDynamicLabel; @@ -1047,7 +1047,7 @@ namespace JSX_2 { "limel-file-dropzone": LimelFileDropzone; // (undocumented) "limel-file-input": LimelFileInput; - // Warning: (ae-incompatible-release-tags) The symbol ""limel-file-viewer"" is marked as @public, but its signature references "JSX_2" which is marked as @beta + // Warning: (ae-incompatible-release-tags) The symbol ""limel-file-viewer"" is marked as @public, but its signature references "JSX" which is marked as @beta // // (undocumented) "limel-file-viewer": LimelFileViewer; @@ -1099,7 +1099,7 @@ namespace JSX_2 { "limel-progress-flow": LimelProgressFlow; // (undocumented) "limel-progress-flow-item": LimelProgressFlowItem; - // Warning: (ae-incompatible-release-tags) The symbol ""limel-prosemirror-adapter"" is marked as @public, but its signature references "JSX_2" which is marked as @beta + // Warning: (ae-incompatible-release-tags) The symbol ""limel-prosemirror-adapter"" is marked as @public, but its signature references "JSX" which is marked as @beta // // (undocumented) "limel-prosemirror-adapter": LimelProsemirrorAdapter; @@ -1123,11 +1123,11 @@ namespace JSX_2 { "limel-tab-panel": LimelTabPanel; // (undocumented) "limel-table": LimelTable; - // Warning: (ae-incompatible-release-tags) The symbol ""limel-text-editor"" is marked as @public, but its signature references "JSX_2" which is marked as @beta + // Warning: (ae-incompatible-release-tags) The symbol ""limel-text-editor"" is marked as @public, but its signature references "JSX" which is marked as @beta // // (undocumented) "limel-text-editor": LimelTextEditor; - // Warning: (ae-incompatible-release-tags) The symbol ""limel-text-editor-link-menu"" is marked as @public, but its signature references "JSX_2" which is marked as @beta + // Warning: (ae-incompatible-release-tags) The symbol ""limel-text-editor-link-menu"" is marked as @public, but its signature references "JSX" which is marked as @beta // // (undocumented) "limel-text-editor-link-menu": LimelTextEditorLinkMenu; @@ -1136,9 +1136,9 @@ namespace JSX_2 { // (undocumented) "limel-tooltip-content": LimelTooltipContent; } - interface Limel3dHoverEffectGlow { + export interface Limel3dHoverEffectGlow { } - interface LimelActionBar { + export interface LimelActionBar { "accessibleLabel"?: string; "actions"?: Array; "layout"?: 'fullWidth' | 'floating'; @@ -1146,33 +1146,33 @@ namespace JSX_2 { "openDirection"?: OpenDirection; } // (undocumented) - interface LimelActionBarItem { + export interface LimelActionBarItem { "isVisible"?: boolean; "item": ActionBarItem | ListSeparator; "onSelect"?: (event: LimelActionBarItemCustomEvent) => void; "selected"?: boolean; } // (undocumented) - interface LimelActionBarOverflowMenu { + export interface LimelActionBarOverflowMenu { "items"?: Array; "onSelect"?: (event: LimelActionBarOverflowMenuCustomEvent) => void; "openDirection"?: OpenDirection; } - interface LimelBadge { + export interface LimelBadge { "label"?: number | string; } // (undocumented) - interface LimelBanner { + export interface LimelBanner { "icon"?: string; "message"?: string; } - interface LimelBreadcrumbs { + export interface LimelBreadcrumbs { "divider"?: string; "items"?: BreadcrumbsItem[]; "onSelect"?: (event: LimelBreadcrumbsCustomEvent) => void; } // (undocumented) - interface LimelButton { + export interface LimelButton { "disabled"?: boolean; "icon"?: string; "label"?: string; @@ -1181,19 +1181,19 @@ namespace JSX_2 { "outlined"?: boolean; "primary"?: boolean; } - interface LimelButtonGroup { + export interface LimelButtonGroup { "disabled"?: boolean; "onChange"?: (event: LimelButtonGroupCustomEvent