diff --git a/frontend/__snapshots__/components-cards-insight-details--trends-multi--dark.png b/frontend/__snapshots__/components-cards-insight-details--trends-multi--dark.png index 211b0233a19ec..6d1e55dea331e 100644 Binary files a/frontend/__snapshots__/components-cards-insight-details--trends-multi--dark.png and b/frontend/__snapshots__/components-cards-insight-details--trends-multi--dark.png differ diff --git a/frontend/__snapshots__/components-cards-insight-details--trends-multi--light.png b/frontend/__snapshots__/components-cards-insight-details--trends-multi--light.png index ca7cbb5a61368..2e8f0380fb96a 100644 Binary files a/frontend/__snapshots__/components-cards-insight-details--trends-multi--light.png and b/frontend/__snapshots__/components-cards-insight-details--trends-multi--light.png differ diff --git a/frontend/src/lib/components/AddToDashboard/AddToDashboardModal.tsx b/frontend/src/lib/components/AddToDashboard/AddToDashboardModal.tsx index 57554a8ff6f32..5f18bb9d6d5ea 100644 --- a/frontend/src/lib/components/AddToDashboard/AddToDashboardModal.tsx +++ b/frontend/src/lib/components/AddToDashboard/AddToDashboardModal.tsx @@ -159,8 +159,7 @@ export function AddToDashboardModal({ This insight is referenced on {currentDashboards.length}{' '} {pluralize(currentDashboards.length, 'dashboard', 'dashboards', false)} - {/* eslint-disable-next-line react/forbid-dom-props */} -
+
{({ height, width }) => (
{children}
diff --git a/frontend/src/lib/components/Cards/TextCard/TextCard.stories.tsx b/frontend/src/lib/components/Cards/TextCard/TextCard.stories.tsx index 0981bdce81ad9..dfaf04173d0f7 100644 --- a/frontend/src/lib/components/Cards/TextCard/TextCard.stories.tsx +++ b/frontend/src/lib/components/Cards/TextCard/TextCard.stories.tsx @@ -70,8 +70,7 @@ export const Template: Story = () => { textTile={makeTextTile('showing handles')} />
- {/* eslint-disable-next-line react/forbid-dom-props */} -
+
Large Card
= ({ data }) => { } }, [data]) - // eslint-disable-next-line react/forbid-dom-props - return + return } interface DebugCHQueriesProps { diff --git a/frontend/src/lib/components/EditableField/EditableField.tsx b/frontend/src/lib/components/EditableField/EditableField.tsx index 0a83602cf5c5f..25c43a33a2489 100644 --- a/frontend/src/lib/components/EditableField/EditableField.tsx +++ b/frontend/src/lib/components/EditableField/EditableField.tsx @@ -364,8 +364,9 @@ const AutosizeInput = React.forwardRef(fun maxLength={maxLength} autoFocus={autoFocus} ref={mergedRefs} + className="box-content" /* eslint-disable-next-line react/forbid-dom-props */ - style={{ boxSizing: 'content-box', width: `${inputWidth}px` }} + style={{ width: `${inputWidth}px` }} />
{value} diff --git a/frontend/src/lib/components/HedgehogBuddy/HedgehogBuddy.tsx b/frontend/src/lib/components/HedgehogBuddy/HedgehogBuddy.tsx index 0b8ff1faedf49..f50490afea42a 100644 --- a/frontend/src/lib/components/HedgehogBuddy/HedgehogBuddy.tsx +++ b/frontend/src/lib/components/HedgehogBuddy/HedgehogBuddy.tsx @@ -669,16 +669,13 @@ export class HedgehogActor { return (
@@ -775,7 +772,7 @@ export class HedgehogActor { ref?.(r) } }} - className="HedgehogBuddy" + className="HedgehogBuddy cursor-pointer m-0" data-content={preloadContent} onTouchStart={this.static ? undefined : () => onTouchOrMouseStart()} onMouseDown={this.static ? undefined : () => onTouchOrMouseStart()} @@ -788,8 +785,6 @@ export class HedgehogActor { left: this.static ? undefined : this.x, bottom: this.static ? undefined : this.y - SHADOW_HEIGHT * 0.5, transition: !(this.isDragging || this.followMouse) ? `all ${1000 / FPS}ms` : undefined, - cursor: 'pointer', - margin: 0, }} > {this.tooltip && !this.isDragging && ( @@ -816,9 +811,9 @@ export class HedgehogActor { > {this.mainAnimation ? (
(
-
+
diff --git a/frontend/src/lib/components/IframedToolbarBrowser/IframedToolbarBrowser.tsx b/frontend/src/lib/components/IframedToolbarBrowser/IframedToolbarBrowser.tsx index 1e5cdbfb694e1..c7c588bd9a6d1 100644 --- a/frontend/src/lib/components/IframedToolbarBrowser/IframedToolbarBrowser.tsx +++ b/frontend/src/lib/components/IframedToolbarBrowser/IframedToolbarBrowser.tsx @@ -54,14 +54,10 @@ export function IframedToolbarBrowser({