Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion plugins/3rd-party-optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"check-typescript": "run g:check-typescript"
},
"dependencies": {
"framer-plugin": "^3.6.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This plugin now pins framer-plugin to a pkg.pr.new tarball URL. If this is meant to ship, it’s safer to depend on a published npm version (or an internal registry) to avoid relying on an external preview service and to keep dependency management consistent across the repo.

Suggested change
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"framer-plugin": "1.0.0",

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes will change when ready

"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/3rd-party-optimizer/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function App() {
<div className="flex | justify-between items-center | w-full">
<p>New script version available</p>
<button
className="framer-button-primary bg-[var(--framer-color-tint-dimmed)] text-[var(--framer-color-tint)] hover:bg-[var(--framer-color-tint-dimmed)] focus:bg-[var(--framer-color-tint-dimmed)] | rounded-[6px] | text-[10px] font-500 | w-[46px] h-[20px]"
className="framer-button-primary | rounded-[6px] | text-[10px] font-500 | w-[46px] h-[20px]"
onClick={toggleScript.bind(null, true)}
>
Update
Expand Down
2 changes: 1 addition & 1 deletion plugins/airtable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"check-vitest": "vitest run"
},
"dependencies": {
"framer-plugin": "^3.10.3",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"marked": "^17.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/airtable/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ select:not(:disabled) {
justify-content: center;
width: 100%;
min-height: 200px;
background-color: var(--framer-color-bg-secondary);
background-color: var(--framer-color-bg-tertiary);
border-radius: 10px;
}

Expand Down
2 changes: 1 addition & 1 deletion plugins/ascii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"clsx": "^2.1.1",
"framer-plugin": "^3.6.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"ogl": "^1.0.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/ashby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"check-vitest": "run g:check-vitest"
},
"dependencies": {
"framer-plugin": "^3.6.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"valibot": "^1.2.0"
Expand Down
1 change: 1 addition & 0 deletions plugins/ashby/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ main {
--framer-color-tint: #493fac;
--framer-color-tint-dark: #493fac;
--framer-color-tint-extra-dark: #493fac;
--framer-color-tint-dimmed: rgba(73, 63, 172, 0.12);
}

form {
Expand Down
2 changes: 1 addition & 1 deletion plugins/cms-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"check-typescript": "run g:check-typescript"
},
"dependencies": {
"framer-plugin": "^3.6.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/code-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@code-link/shared": "workspace:*",
"framer-plugin": "3.10.3",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/code-versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"clsx": "^2.1.1",
"diff": "^8.0.2",
"framer-plugin": "3.7.0-alpha.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"p-retry": "^7.0.0",
"prismjs": "^1.30.0",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/color-extract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"extract-colors": "^4.2.1",
"framer-plugin": "^3.6.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"motion": "^12.23.12",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
15 changes: 0 additions & 15 deletions plugins/color-extract/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,6 @@ main::after {
pointer-events: none;
}

button {
border-radius: 8px;
border: none;
height: 30px;
padding: 0 15px;
font-size: 1em;
font-weight: 600;
font-family: inherit;
background-color: var(--framer-color-bg-secondary);
color: var(--framer-color-text);
cursor: pointer;
outline: none;
user-select: none;
}

.interface {
display: flex;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion plugins/color-extract/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
}
}
}, [selection])

Check warning on line 52 in plugins/color-extract/src/App.tsx

View workflow job for this annotation

GitHub Actions / eslint

React Hook useEffect has a missing dependency: 'currentSelection'. Either include it or remove the dependency array

const handleOnClick = useCallback(async (node: CanvasNode, color: string) => {
if (!color) return
Expand Down Expand Up @@ -114,8 +114,8 @@
<>
<div className="interface">{colorList}</div>
<button
className="framer-button-secondary"
disabled={!supportsGradient || !isAllowedToSetAttributes}
style={{ opacity: supportsGradient ? 1 : 0.5 }}
onClick={() => {
if (!currentSelection) return
void setAsGradient(currentSelection, colors)
Expand Down
2 changes: 1 addition & 1 deletion plugins/concentric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@radix-ui/react-slider": "^1.3.6",
"framer-plugin": "^3.6.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"motion": "^12.23.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/csv-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"csv-parse": "^6.1.0",
"framer-plugin": "3.10.2-alpha.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"valibot": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"check-typescript": "run g:check-typescript"
},
"dependencies": {
"framer-plugin": "^3.6.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"radix-ui": "^1.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion plugins/dither/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"clsx": "^2.1.1",
"colorjs.io": "^0.5.2",
"framer-plugin": "^3.6.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"ogl": "^1.0.11",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
13 changes: 0 additions & 13 deletions plugins/dither/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,21 +238,8 @@ body[data-framer-theme="dark"] .error-container {
user-select: none;
}

.framer-button-primary {
--framer-color-text-reversed: #000;
background-color: #fff !important;
}

body[data-framer-theme="light"] {
.framer-button-primary {
--framer-color-text-reversed: #fff;
background-color: #000 !important;
}
}

.upload-cta {
width: 100%;
background: var(--framer-color-bg-tertiary);
Comment on lines -241 to -255
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you're going to remove the custom button colors in Dither then remove it from ASCII too, because it has the same button style.

}

.asset-buttons {
Expand Down
3 changes: 2 additions & 1 deletion plugins/dither/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import cn from "clsx"
import { framer, ImageAsset, useIsAllowedTo } from "framer-plugin"
import { framer, type ImageAsset, useIsAllowedTo } from "framer-plugin"
import { Camera, Mesh, Plane, Renderer, Transform } from "ogl"
import { useCallback, useEffect, useRef, useState } from "react"
import "./App.css"
Expand Down Expand Up @@ -160,7 +160,7 @@
if (framer.mode === "canvas") {
await framer.addImage({
image: {
bytes: bytes,

Check failure on line 163 in plugins/dither/src/App.tsx

View workflow job for this annotation

GitHub Actions / typescript

Type 'Uint8Array<ArrayBufferLike>' is not assignable to type 'Uint8Array<ArrayBuffer>'.
mimeType: "image/png",
},
preferredImageRendering: "pixelated",
Expand All @@ -168,7 +168,7 @@
} else {
await framer.setImage({
image: {
bytes: bytes,

Check failure on line 171 in plugins/dither/src/App.tsx

View workflow job for this annotation

GitHub Actions / typescript

Type 'Uint8Array<ArrayBufferLike>' is not assignable to type 'Uint8Array<ArrayBuffer>'.
mimeType: "image/png",
},
preferredImageRendering: "pixelated",
Expand All @@ -181,7 +181,7 @@

await framer.setImage({
image: {
bytes,

Check failure on line 184 in plugins/dither/src/App.tsx

View workflow job for this annotation

GitHub Actions / typescript

Type 'Uint8Array<ArrayBufferLike>' is not assignable to type 'Uint8Array<ArrayBuffer>'.
mimeType: originalImage.mimeType,
},
preferredImageRendering: "pixelated",
Expand Down Expand Up @@ -354,6 +354,7 @@
/>
{droppedAsset && (
<button
className="framer-button-secondary"
onClick={() => {
setDroppedAsset(null)
}}
Expand Down
2 changes: 1 addition & 1 deletion plugins/dither/src/dropzone/drag-and-drop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const Upload = forwardRef(function Upload(
<button
ref={buttonRef}
type="button"
className="upload-cta"
className="framer-button-secondary upload-cta"
disabled={!isAllowed}
title={getPermissionTitle(isAllowed)}
>
Expand Down
2 changes: 1 addition & 1 deletion plugins/doodles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@radix-ui/react-slider": "^1.3.6",
"framer-plugin": "^3.6.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-sketch-canvas": "^6.2.0"
Expand Down
2 changes: 1 addition & 1 deletion plugins/flip-image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"check-typescript": "run g:check-typescript"
},
"dependencies": {
"framer-plugin": "^3.6.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/global-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@tanstack/react-virtual": "^3.13.12",
"clsx": "^2.1.1",
"framer-plugin": "3.7.0-alpha.1",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"idb": "^8.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
28 changes: 22 additions & 6 deletions plugins/global-search/src/components/ui/IconCollection.tsx
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CSV import also has a collection icon. Consider updating it there too.

Image

Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,28 @@ import type { SVGProps } from "react"

export function IconCollection(props: SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" width={9} height={11.1} fill="none" overflow="visible" {...props}>
<g fill="currentColor">
<path d="M4.5 0C7 0 9 1 9 2.3c0 1.3-2 2.3-4.5 2.3S0 3.6 0 2.3C0 1 2 0 4.5 0z" />
<path d="M9 5.3c0 1.3-2 2.3-4.5 2.3S0 6.6 0 5.3V3.5c0 1.2 2 2.3 4.5 2.3S9 4.8 9 3.5z" />
<path d="M9 8.8c0 1.3-2 2.3-4.5 2.3S0 10.1 0 8.8V7.1c0 1 2 2.2 4.5 2.2S9 8.3 9 7z" />
</g>
<svg
xmlns="http://www.w3.org/2000/svg"
width={12}
height={12}
viewBox="0 0 12 12"
fill="none"
role="presentation"
aria-hidden="true"
{...props}
>
<path
d="M 6 0.5 C 8.761 0.5 11 1.619 11 3 C 11 4.381 8.761 5.5 6 5.5 C 3.239 5.5 1 4.381 1 3 C 1 1.619 3.239 0.5 6 0.5 Z"
fill="currentColor"
/>
<path
d="M 11 6 C 11 7.381 8.761 8.5 6 8.5 C 3.239 8.5 1 7.381 1 6 C 1 5.711 1.098 5.433 1.278 5.175 C 2.377 5.991 4.084 6.515 6 6.515 C 7.916 6.515 9.623 5.991 10.722 5.175 C 10.902 5.433 11 5.711 11 6 Z"
fill="currentColor"
/>
<path
d="M 11 9 C 11 10.381 8.761 11.5 6 11.5 C 3.239 11.5 1 10.381 1 9 C 1 8.711 1.098 8.433 1.278 8.175 C 2.377 8.991 4.084 9.515 6 9.515 C 7.916 9.515 9.623 8.991 10.722 8.175 C 10.902 8.433 11 8.711 11 9 Z"
fill="currentColor"
/>
</svg>
)
}
2 changes: 1 addition & 1 deletion plugins/google-search-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@ataverascrespo/react18-ts-textfit": "^1.0.0",
"aveta": "^1.5.2",
"cheerio": "^1.1.2",
"framer-plugin": "^3.6.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/google-sheets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@tanstack/react-query": "^5.87.4",
"classnames": "^2.5.1",
"framer-plugin": "^3.10.3",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/greenhouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"check-typescript": "run g:check-typescript"
},
"dependencies": {
"framer-plugin": "^3.6.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"valibot": "^1.2.0"
Expand Down
5 changes: 0 additions & 5 deletions plugins/greenhouse/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ form {
cursor: pointer;
}

.mapping .source-field input[type="checkbox"]:focus {
box-shadow: none;
}

[data-framer-theme="light"] .mapping .source-field input[type="checkbox"]:not(:checked) {
background: #ccc;
}
Expand Down Expand Up @@ -201,7 +197,6 @@ form {

input[type="checkbox"]:checked {
background-color: #15372c;
border-color: #15372c;
}

.setup,
Expand Down
2 changes: 1 addition & 1 deletion plugins/hubspot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@tanstack/react-query": "^5.87.4",
"classnames": "^2.5.1",
"framer-plugin": "^3.6.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"motion": "^12.23.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/hubspot/src/blog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
type FieldDataEntryInput,
type FieldDataInput,
framer,
ManagedCollection,
type ManagedCollection,
type ManagedCollectionFieldInput,
} from "framer-plugin"
import { fetchAllBlogPosts } from "./api"
Expand Down
2 changes: 1 addition & 1 deletion plugins/hubspot/src/components/MenuOption.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const MenuOption = ({ icon, title, to, className, onClick }: Props) => {

return (
<button
className={cx("h-[110px] w-full tile col items-center justify-center rounded-md", className)}
className={cx("h-[110px] w-full col items-center justify-center rounded-md", className)}
onClick={() => {
Comment on lines 16 to 18
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the tile utility class here drops the background/hover styling defined in globals.css (@utility tile). If these buttons are still intended to look like tiles (as in other HubSpot UI elements), consider keeping tile or replacing it with an equivalent new utility so the menu options remain visually clickable.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

intended

if (onClick) {
onClick()
Expand Down
2 changes: 1 addition & 1 deletion plugins/hubspot/src/hubdb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
type FieldDataEntryInput,
type FieldDataInput,
framer,
ManagedCollection,
type ManagedCollection,
type ManagedCollectionFieldInput,
} from "framer-plugin"
import { fetchPublishedTable, fetchTableRows, type HubDBFile, type HubDBImage, type HubDBValueOption } from "./api"
Expand Down
2 changes: 1 addition & 1 deletion plugins/hubspot/src/pages/canvas/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const MenuOption = ({

return (
<button
className={cx("h-[110px] w-full tile col items-center justify-center rounded-md", className)}
className={cx("h-[110px] w-full col items-center justify-center rounded-md", className)}
onClick={() => {
Comment thread
huntercaron marked this conversation as resolved.
if (onClick) {
onClick()
Expand Down
2 changes: 1 addition & 1 deletion plugins/locale-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"check-typescript": "run g:check-typescript"
},
"dependencies": {
"framer-plugin": "^3.6.0",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/notion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@notionhq/client": "^3.1.3",
"framer-plugin": "^3.10.3",
"framer-plugin": "https://pkg.pr.new/framer/FramerStudio/[email protected]",
"motion": "^12.29.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion plugins/notion/src/Progress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function Progress({
/>
</div>
<p>
{current > 0 ? "Syncing" : "Loading data"}… please keep the plugin open until the process is complete.
{current > 0 ? "Syncing" : "Loading data"}… please keep the Plugin open until the process is complete.
</p>
Comment thread
huntercaron marked this conversation as resolved.
</main>
)
Expand Down
Loading
Loading