Skip to content

Commit 8ba1f05

Browse files
authored
Introducing Common UI v2 - a bare bones webcomponent ui library inspired by shadcn/ui (#1228)
Introducing Common UI v2 - a bare bones webcomponent ui library inspired by shadcn/ui
1 parent f8ab59e commit 8ba1f05

File tree

170 files changed

+16121
-454
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+16121
-454
lines changed

packages/jumble/src/iframe-ctx.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
IPC,
44
setIframeContextHandler,
55
} from "@commontools/iframe-sandbox";
6-
import { components } from "@commontools/ui";
6+
import { v1 } from "@commontools/ui";
77
import {
88
Action,
99
addCommonIDfromObjectID,
@@ -20,7 +20,7 @@ import {
2020
updateJob,
2121
} from "@/contexts/ActivityContext.tsx";
2222

23-
const CommonCharmElement = components.CommonCharm.CommonCharmElement;
23+
const CommonCharmElement = v1.components.CommonCharm.CommonCharmElement;
2424
const llm = new LLMClient();
2525

2626
// FIXME(ja): perhaps this could be in common-charm? needed to enable iframe with sandboxing
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(deno check:*)",
5+
"Bash(deno lint:*)",
6+
"Bash(deno fmt:*)",
7+
"Bash(find:*)",
8+
"Bash(ls:*)",
9+
"Bash(grep:*)"
10+
],
11+
"deny": []
12+
}
13+
}

0 commit comments

Comments
 (0)