-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathdesign-diff.config.json
More file actions
171 lines (171 loc) · 4.87 KB
/
Copy pathdesign-diff.config.json
File metadata and controls
171 lines (171 loc) · 4.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"sourceRoots": ["apps/", "packages/"],
"exclude": [
"(?:^|/)(?:node_modules|__tests__|__fixtures__|fixtures|test-results|\\.source|dist|build)/",
"\\.(?:test|spec)\\.[cm]?[jt]sx?$",
"(?:^|/)next-env\\.d\\.ts$",
"(?:^|/)public/(?!.*\\.(?:woff2?|ttf|otf|eot)$)",
"(?:^|/)sandbox/bundles/"
],
"mediaModules": ["lucide-react", "react-icons", "next/image", "next/legacy/image"],
"mediaSources": [
"^(?:apps/sim/lib/og/|apps/sim/app/\\(landing\\)/og-utils\\.tsx$|apps/docs/app/api/og/)",
"(?:^|/)(?:opengraph|twitter)-image\\.[jt]sx?$",
"^apps/sim/app/\\(landing\\)/components/hero/components/(?:hero-platform-(?:loop|stage|intro)|hero-visual|hero-chat-loop)/",
"^apps/sim/app/\\(landing\\)/components/features/components/captured-platform-surface\\.tsx$",
"^apps/sim/app/\\(landing\\)/components/footer/components/footer-wordmark-loop/"
],
"mediaSymbols": [
{
"file": "/components/resource-empty-state/",
"names": [
"LogsGraphic",
"TablesGraphic",
"FilesGraphic",
"DocumentsGraphic",
"KnowledgeIsoMark",
"BoreInterior"
]
}
],
"renderedMarkdown": ["apps/docs/content/", "apps/sim/content/"],
"aliases": [
{
"from": "apps/sim/",
"prefix": "@/",
"target": "apps/sim/"
},
{
"from": "apps/docs/",
"prefix": "@/",
"target": "apps/docs/"
}
],
"themes": [
{
"roots": ["apps/sim/", "packages/emcn/", "packages/workflow-renderer/"],
"path": "apps/sim/app/_styles/globals.css"
},
{
"roots": ["apps/docs/", "packages/emcn/", "packages/workflow-renderer/"],
"path": "apps/docs/app/global.css"
}
],
"classFunctions": ["cn", "clsx", "classNames", "twMerge"],
"variantFunctions": ["cva"],
"nativeAppearance": [
"backgroundColor",
"titleBarStyle",
"titleBarOverlay",
"trafficLightPosition",
"vibrancy",
"visualEffectState",
"transparent",
"opacity",
"frame",
"roundedCorners",
"backgroundMaterial",
"width",
"height",
"minWidth",
"minHeight",
"maxWidth",
"maxHeight",
"resizable",
"fullscreen",
"autoHideMenuBar",
"icon"
],
"infrastructure": [
"(?:^|/)(?:tailwind|postcss|next|vite|electron-vite|source)\\.config\\.",
"(?:^|/)mdx-components\\.",
"(?:^|/)lib/postcss/",
"(?:^|/)lib/cn\\.ts$",
"(?:^|/)tsconfig[^/]*\\.json$"
],
"renderingDependencies": "^(?:react(?:-dom)?|next|tailwindcss|tailwind-merge|clsx|class-variance-authority|postcss|electron|framer-motion|motion|tw-animate-css|@tailwindcss/|@radix-ui/|@react-email/|fumadocs|@mdx-js/|remark-|rehype-|lucide)",
"limits": {
"fileBytes": 2097152,
"totalBytes": 268435456,
"resolutionDepth": 24,
"resolutionSteps": 5000
},
"nativeRendering": [
"apps/desktop/src/main/terminal-themes.ts",
"apps/desktop/src/main/context-menu.ts",
"apps/desktop/src/main/tray.ts"
],
"classModules": [
"clsx",
"classnames",
"tailwind-merge",
"@sim/emcn",
"@sim/emcn/lib/cn",
"@/lib/utils",
"@/lib/cn"
],
"variantModules": ["class-variance-authority"],
"mergeFontSizes": ["micro", "caption", "small", "md"],
"fileInputs": [
{
"list": "apps/docs/lib/openapi-specs.ts",
"export": "OPENAPI_SPEC_FILES",
"root": "apps/docs",
"renderer": "apps/docs/lib/openapi.ts"
}
],
"environmentAdapters": [
{
"module": "apps/sim/lib/core/config/env-capabilities.server.ts",
"export": "wireServerFallback",
"environmentModule": "apps/sim/lib/core/config/env.ts",
"environmentExport": "env",
"implementationModule": "apps/sim/lib/core/config/env-capabilities.ts",
"implementationExport": "wireFallback"
}
],
"documentationContent": {
"components": [
{
"module": "fumadocs-ui/components/callout",
"names": ["Callout"],
"contentProps": ["type", "title"]
},
{
"module": "fumadocs-ui/components/card",
"names": ["Card", "Cards"],
"contentProps": ["title", "description", "href"]
},
{
"module": "fumadocs-ui/components/steps",
"names": ["Step", "Steps"],
"contentProps": ["title"]
},
{
"module": "fumadocs-ui/components/tabs",
"names": ["Tab", "Tabs"],
"contentProps": ["items", "value"]
},
{
"module": "@/components/ui/faq",
"names": ["FAQ"],
"contentProps": ["items"]
},
{
"module": "@/components/ui/block-info-card",
"names": ["BlockInfoCard"],
"contentProps": ["type", "color"]
},
{
"module": "@/components/ui/command-table",
"names": ["CommandTable"],
"contentProps": []
},
{
"module": "@/components/ui/what-you-will-learn",
"names": ["WhatYouWillLearn"],
"contentProps": ["items"]
}
]
}
}