@enjoys/context-engine 1.3.1 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/codeActions/angular.json +126 -0
- package/data/codeActions/nestjs.json +124 -0
- package/data/codeActions/nextjs.json +198 -0
- package/data/codeActions/react.json +154 -0
- package/data/codeActions/shadcn.json +112 -0
- package/data/codeActions/shell.json +169 -26
- package/data/codeLens/angular.json +22 -0
- package/data/codeLens/awk.json +1 -1
- package/data/codeLens/azcli.json +10 -10
- package/data/codeLens/c.json +1 -1
- package/data/codeLens/caddy.json +1 -1
- package/data/codeLens/crontab.json +1 -1
- package/data/codeLens/doctest.json +10 -10
- package/data/codeLens/hcl.json +1 -1
- package/data/codeLens/html.json +1 -1
- package/data/codeLens/lua.json +1 -1
- package/data/codeLens/nestjs.json +21 -0
- package/data/codeLens/nextjs.json +117 -0
- package/data/codeLens/nginx.json +1 -1
- package/data/codeLens/pla.json +10 -10
- package/data/codeLens/react.json +89 -0
- package/data/codeLens/shadcn.json +89 -0
- package/data/codeLens/shell.json +59 -17
- package/data/codeLens/tailwindcss.json +56 -0
- package/data/codeLens/xml.json +1 -1
- package/data/color/angular.json +21 -0
- package/data/color/nestjs.json +18 -0
- package/data/color/nextjs.json +22 -0
- package/data/color/react.json +93 -0
- package/data/color/shadcn.json +66 -0
- package/data/color/shell.json +106 -80
- package/data/commands/angular.json +670 -0
- package/data/commands/c.json +30 -30
- package/data/commands/cpp.json +30 -30
- package/data/commands/crontab.json +25 -30
- package/data/commands/cypher.json +26 -30
- package/data/commands/dockerfile.json +26 -2
- package/data/commands/doctest.json +23 -24
- package/data/commands/dotenv.json +24 -11
- package/data/commands/ecl.json +26 -30
- package/data/commands/flow9.json +24 -24
- package/data/commands/freemarker2.json +24 -18
- package/data/commands/graphql.json +25 -11
- package/data/commands/html.json +25 -11
- package/data/commands/ini.json +26 -12
- package/data/commands/javascript.json +29 -30
- package/data/commands/less.json +25 -29
- package/data/commands/lexon.json +23 -11
- package/data/commands/liquid.json +26 -11
- package/data/commands/m3.json +26 -12
- package/data/commands/manifest.json +35 -726
- package/data/commands/markdown.json +26 -12
- package/data/commands/mdx.json +23 -10
- package/data/commands/mips.json +26 -18
- package/data/commands/msdax.json +23 -11
- package/data/commands/nestjs.json +516 -0
- package/data/commands/nextjs.json +250 -0
- package/data/commands/objective-c.json +26 -24
- package/data/commands/pascal.json +27 -24
- package/data/commands/pascaligo.json +26 -24
- package/data/commands/perl.json +30 -30
- package/data/commands/pla.json +23 -11
- package/data/commands/postiats.json +26 -24
- package/data/commands/powerquery.json +23 -11
- package/data/commands/powershell.json +28 -30
- package/data/commands/protobuf.json +27 -30
- package/data/commands/qsharp.json +26 -30
- package/data/commands/razor.json +25 -29
- package/data/commands/react.json +244 -0
- package/data/commands/redshift.json +27 -18
- package/data/commands/restructuredtext.json +29 -30
- package/data/commands/sb.json +23 -11
- package/data/commands/scheme.json +25 -18
- package/data/commands/scss.json +26 -29
- package/data/commands/shadcn.json +564 -0
- package/data/commands/shell.json +571 -41
- package/data/commands/sol.json +27 -30
- package/data/commands/sparql.json +25 -11
- package/data/commands/sql.json +16 -2
- package/data/commands/ssh_config.json +31 -30
- package/data/commands/st.json +23 -11
- package/data/commands/systemverilog.json +26 -24
- package/data/commands/tailwindcss.json +60 -53
- package/data/commands/tcl.json +23 -18
- package/data/commands/toml.json +25 -11
- package/data/commands/twig.json +23 -10
- package/data/commands/vb.json +27 -24
- package/data/commands/wgsl.json +24 -11
- package/data/commands/yaml.json +29 -30
- package/data/completion/angular.json +1490 -0
- package/data/completion/awk.json +906 -202
- package/data/completion/azcli.json +886 -237
- package/data/completion/bicep.json +862 -367
- package/data/completion/crontab.json +906 -202
- package/data/completion/css.json +793 -0
- package/data/completion/dotenv.json +895 -169
- package/data/completion/graphql.json +895 -180
- package/data/completion/hcl.json +906 -191
- package/data/completion/ini.json +906 -136
- package/data/completion/json.json +895 -169
- package/data/completion/lexon.json +856 -295
- package/data/completion/makefile.json +906 -202
- package/data/completion/markdown.json +906 -224
- package/data/completion/mdx.json +895 -87
- package/data/completion/mips.json +872 -377
- package/data/completion/nestjs.json +1454 -0
- package/data/completion/nextjs.json +1373 -0
- package/data/completion/perl.json +961 -202
- package/data/completion/pla.json +895 -154
- package/data/completion/powershell.json +906 -224
- package/data/completion/protobuf.json +884 -180
- package/data/completion/react.json +1319 -0
- package/data/completion/shadcn.json +1202 -0
- package/data/completion/shell.json +2446 -510
- package/data/completion/ssh_config.json +906 -158
- package/data/completion/xml.json +906 -158
- package/data/declaration/angular.json +46 -0
- package/data/declaration/nestjs.json +47 -0
- package/data/declaration/nextjs.json +274 -0
- package/data/declaration/react.json +199 -0
- package/data/declaration/shadcn.json +211 -0
- package/data/declaration/shell.json +343 -24
- package/data/declaration/tailwindcss.json +72 -0
- package/data/definition/abap.json +127 -1
- package/data/definition/angular.json +670 -0
- package/data/definition/apex.json +97 -1
- package/data/definition/coffee.json +51 -1
- package/data/definition/dart.json +105 -1
- package/data/definition/elixir.json +115 -1
- package/data/definition/flow9.json +208 -1
- package/data/definition/freemarker2.json +283 -1
- package/data/definition/html.json +853 -558
- package/data/definition/java.json +1127 -183
- package/data/definition/kotlin.json +72 -1
- package/data/definition/nestjs.json +684 -0
- package/data/definition/nextjs.json +439 -0
- package/data/definition/r.json +692 -83
- package/data/definition/react.json +397 -0
- package/data/definition/ruby.json +789 -669
- package/data/definition/rust.json +852 -206
- package/data/definition/sb.json +339 -1
- package/data/definition/shadcn.json +99 -0
- package/data/definition/shell.json +820 -0
- package/data/definition/st.json +367 -1
- package/data/documentHighlight/angular.json +414 -0
- package/data/documentHighlight/css.json +77 -2
- package/data/documentHighlight/nestjs.json +115 -0
- package/data/documentHighlight/nextjs.json +212 -0
- package/data/documentHighlight/react.json +119 -0
- package/data/documentHighlight/shadcn.json +168 -0
- package/data/documentHighlight/shell.json +664 -334
- package/data/documentHighlight/tailwindcss.json +105 -10
- package/data/documentRangeFormatting/angular.json +45 -0
- package/data/documentRangeFormatting/nestjs.json +57 -0
- package/data/documentRangeFormatting/nextjs.json +57 -0
- package/data/documentRangeFormatting/react.json +82 -0
- package/data/documentRangeFormatting/shadcn.json +45 -0
- package/data/documentRangeFormatting/shell.json +120 -53
- package/data/documentSymbol/abap.json +54 -12
- package/data/documentSymbol/angular.json +180 -0
- package/data/documentSymbol/apex.json +40 -10
- package/data/documentSymbol/awk.json +15 -1
- package/data/documentSymbol/bicep.json +39 -39
- package/data/documentSymbol/c.json +1 -1
- package/data/documentSymbol/clojure.json +46 -46
- package/data/documentSymbol/css.json +96 -96
- package/data/documentSymbol/dart.json +109 -19
- package/data/documentSymbol/dockerfile.json +1 -1
- package/data/documentSymbol/elixir.json +39 -39
- package/data/documentSymbol/go.json +1 -1
- package/data/documentSymbol/graphql.json +1 -1
- package/data/documentSymbol/hcl.json +1 -1
- package/data/documentSymbol/html.json +29 -1
- package/data/documentSymbol/java.json +1 -1
- package/data/documentSymbol/javascript.json +1 -1
- package/data/documentSymbol/julia.json +46 -46
- package/data/documentSymbol/kotlin.json +74 -14
- package/data/documentSymbol/less.json +25 -25
- package/data/documentSymbol/lua.json +22 -1
- package/data/documentSymbol/makefile.json +15 -1
- package/data/documentSymbol/markdown.json +36 -1
- package/data/documentSymbol/mysql.json +32 -32
- package/data/documentSymbol/nestjs.json +152 -0
- package/data/documentSymbol/nextjs.json +159 -0
- package/data/documentSymbol/nginx.json +1 -1
- package/data/documentSymbol/pascal.json +46 -46
- package/data/documentSymbol/perl.json +1 -1
- package/data/documentSymbol/pgsql.json +39 -39
- package/data/documentSymbol/php.json +1 -1
- package/data/documentSymbol/powershell.json +1 -1
- package/data/documentSymbol/protobuf.json +1 -1
- package/data/documentSymbol/python.json +1 -1
- package/data/documentSymbol/r.json +67 -67
- package/data/documentSymbol/react.json +145 -0
- package/data/documentSymbol/redshift.json +60 -18
- package/data/documentSymbol/ruby.json +1 -1
- package/data/documentSymbol/rust.json +1 -1
- package/data/documentSymbol/scala.json +116 -20
- package/data/documentSymbol/scheme.json +25 -25
- package/data/documentSymbol/scss.json +39 -39
- package/data/documentSymbol/shadcn.json +131 -0
- package/data/documentSymbol/shell.json +165 -25
- package/data/documentSymbol/sql.json +1 -1
- package/data/documentSymbol/swift.json +88 -16
- package/data/documentSymbol/tailwindcss.json +49 -0
- package/data/documentSymbol/typescript.json +1 -1
- package/data/documentSymbol/vb.json +53 -53
- package/data/documentSymbol/yaml.json +1 -1
- package/data/foldingRange/angular.json +100 -0
- package/data/foldingRange/nestjs.json +94 -0
- package/data/foldingRange/nextjs.json +94 -0
- package/data/foldingRange/react.json +118 -0
- package/data/foldingRange/shadcn.json +94 -0
- package/data/foldingRange/shell.json +106 -46
- package/data/formatting/abap.json +19 -11
- package/data/formatting/angular.json +63 -0
- package/data/formatting/apex.json +19 -11
- package/data/formatting/awk.json +1 -1
- package/data/formatting/azcli.json +18 -18
- package/data/formatting/bicep.json +18 -18
- package/data/formatting/c.json +1 -1
- package/data/formatting/caddy.json +1 -1
- package/data/formatting/cameligo.json +18 -18
- package/data/formatting/clojure.json +18 -18
- package/data/formatting/coffee.json +18 -18
- package/data/formatting/cpp.json +1 -1
- package/data/formatting/crontab.json +1 -1
- package/data/formatting/csharp.json +1 -1
- package/data/formatting/css.json +73 -73
- package/data/formatting/cypher.json +18 -18
- package/data/formatting/dart.json +43 -15
- package/data/formatting/docker-compose.json +24 -24
- package/data/formatting/dockerfile.json +1 -1
- package/data/formatting/doctest.json +18 -18
- package/data/formatting/dotenv.json +1 -1
- package/data/formatting/ecl.json +18 -18
- package/data/formatting/elixir.json +43 -18
- package/data/formatting/flow9.json +18 -18
- package/data/formatting/freemarker2.json +18 -18
- package/data/formatting/go.json +1 -1
- package/data/formatting/graphql.json +1 -1
- package/data/formatting/hcl.json +26 -1
- package/data/formatting/html.json +26 -1
- package/data/formatting/ini.json +1 -1
- package/data/formatting/java.json +1 -1
- package/data/formatting/javascript.json +1 -1
- package/data/formatting/julia.json +18 -18
- package/data/formatting/kotlin.json +33 -13
- package/data/formatting/less.json +48 -18
- package/data/formatting/lexon.json +18 -18
- package/data/formatting/liquid.json +18 -18
- package/data/formatting/lua.json +1 -1
- package/data/formatting/m3.json +18 -18
- package/data/formatting/makefile.json +1 -1
- package/data/formatting/markdown.json +26 -1
- package/data/formatting/mdx.json +18 -18
- package/data/formatting/mips.json +18 -18
- package/data/formatting/msdax.json +18 -18
- package/data/formatting/mysql.json +43 -18
- package/data/formatting/nestjs.json +23 -0
- package/data/formatting/nextjs.json +23 -0
- package/data/formatting/nginx.json +1 -1
- package/data/formatting/objective-c.json +18 -18
- package/data/formatting/pascal.json +18 -18
- package/data/formatting/pascaligo.json +18 -18
- package/data/formatting/perl.json +1 -1
- package/data/formatting/pgsql.json +43 -18
- package/data/formatting/php.json +1 -1
- package/data/formatting/pla.json +18 -18
- package/data/formatting/postiats.json +18 -18
- package/data/formatting/powerquery.json +18 -18
- package/data/formatting/powershell.json +1 -1
- package/data/formatting/protobuf.json +1 -1
- package/data/formatting/python.json +1 -1
- package/data/formatting/qsharp.json +18 -18
- package/data/formatting/r.json +32 -32
- package/data/formatting/razor.json +18 -18
- package/data/formatting/react.json +71 -0
- package/data/formatting/redis-cli.json +1 -1
- package/data/formatting/redis.json +18 -18
- package/data/formatting/redshift.json +43 -18
- package/data/formatting/restructuredtext.json +18 -18
- package/data/formatting/ruby.json +1 -1
- package/data/formatting/rust.json +1 -1
- package/data/formatting/sb.json +18 -18
- package/data/formatting/scala.json +48 -16
- package/data/formatting/scheme.json +18 -18
- package/data/formatting/scss.json +48 -18
- package/data/formatting/shadcn.json +63 -0
- package/data/formatting/shell.json +102 -18
- package/data/formatting/sol.json +18 -18
- package/data/formatting/sparql.json +18 -18
- package/data/formatting/sql.json +1 -1
- package/data/formatting/ssh_config.json +1 -1
- package/data/formatting/st.json +18 -18
- package/data/formatting/swift.json +58 -18
- package/data/formatting/systemd.json +1 -1
- package/data/formatting/systemverilog.json +18 -18
- package/data/formatting/tcl.json +18 -18
- package/data/formatting/toml.json +1 -1
- package/data/formatting/twig.json +18 -18
- package/data/formatting/typescript.json +1 -1
- package/data/formatting/vb.json +18 -18
- package/data/formatting/wgsl.json +18 -18
- package/data/formatting/xml.json +26 -1
- package/data/formatting/yaml.json +1 -1
- package/data/hover/angular.json +455 -0
- package/data/hover/apex.json +281 -6
- package/data/hover/awk.json +251 -6
- package/data/hover/crontab.json +251 -6
- package/data/hover/css.json +232 -0
- package/data/hover/dotenv.json +242 -4
- package/data/hover/graphql.json +251 -6
- package/data/hover/lexon.json +250 -5
- package/data/hover/markdown.json +226 -9
- package/data/hover/mdx.json +250 -5
- package/data/hover/nestjs.json +296 -0
- package/data/hover/nextjs.json +305 -0
- package/data/hover/perl.json +251 -6
- package/data/hover/pla.json +264 -5
- package/data/hover/powershell.json +252 -7
- package/data/hover/protobuf.json +251 -6
- package/data/hover/react.json +173 -0
- package/data/hover/redis.json +355 -40
- package/data/hover/shadcn.json +450 -0
- package/data/hover/shell.json +684 -75
- package/data/hover/ssh_config.json +251 -6
- package/data/hover/xml.json +231 -7
- package/data/implementation/angular.json +22 -0
- package/data/implementation/nestjs.json +24 -0
- package/data/implementation/nextjs.json +137 -0
- package/data/implementation/react.json +125 -0
- package/data/implementation/shadcn.json +89 -0
- package/data/implementation/shell.json +59 -3
- package/data/inlayHints/angular.json +24 -0
- package/data/inlayHints/nestjs.json +24 -0
- package/data/inlayHints/nextjs.json +143 -0
- package/data/inlayHints/react.json +177 -0
- package/data/inlayHints/shadcn.json +109 -0
- package/data/inlayHints/shell.json +223 -35
- package/data/inlineCompletions/angular.json +135 -0
- package/data/inlineCompletions/c.json +49 -1
- package/data/inlineCompletions/cpp.json +61 -1
- package/data/inlineCompletions/csharp.json +73 -1
- package/data/inlineCompletions/css.json +125 -125
- package/data/inlineCompletions/dart.json +136 -26
- package/data/inlineCompletions/elixir.json +34 -34
- package/data/inlineCompletions/go.json +67 -1
- package/data/inlineCompletions/html.json +1 -1
- package/data/inlineCompletions/java.json +67 -1
- package/data/inlineCompletions/javascript.json +97 -1
- package/data/inlineCompletions/kotlin.json +88 -18
- package/data/inlineCompletions/less.json +76 -28
- package/data/inlineCompletions/lua.json +37 -1
- package/data/inlineCompletions/mysql.json +34 -34
- package/data/inlineCompletions/nestjs.json +25 -0
- package/data/inlineCompletions/nextjs.json +179 -0
- package/data/inlineCompletions/pgsql.json +34 -34
- package/data/inlineCompletions/php.json +43 -1
- package/data/inlineCompletions/python.json +73 -1
- package/data/inlineCompletions/react.json +203 -0
- package/data/inlineCompletions/ruby.json +49 -1
- package/data/inlineCompletions/rust.json +61 -1
- package/data/inlineCompletions/scala.json +130 -25
- package/data/inlineCompletions/scss.json +34 -34
- package/data/inlineCompletions/shadcn.json +115 -0
- package/data/inlineCompletions/shell.json +184 -34
- package/data/inlineCompletions/sql.json +43 -1
- package/data/inlineCompletions/swift.json +112 -22
- package/data/inlineCompletions/typescript.json +97 -1
- package/data/linkedEditingRange/angular.json +23 -0
- package/data/linkedEditingRange/azcli.json +6 -6
- package/data/linkedEditingRange/crontab.json +6 -6
- package/data/linkedEditingRange/docker-compose.json +6 -6
- package/data/linkedEditingRange/doctest.json +6 -6
- package/data/linkedEditingRange/dotenv.json +13 -6
- package/data/linkedEditingRange/ini.json +13 -6
- package/data/linkedEditingRange/json.json +13 -6
- package/data/linkedEditingRange/lexon.json +6 -6
- package/data/linkedEditingRange/mips.json +6 -6
- package/data/linkedEditingRange/msdax.json +6 -6
- package/data/linkedEditingRange/nestjs.json +18 -0
- package/data/linkedEditingRange/nextjs.json +24 -0
- package/data/linkedEditingRange/pla.json +6 -6
- package/data/linkedEditingRange/react.json +74 -0
- package/data/linkedEditingRange/redis-cli.json +6 -6
- package/data/linkedEditingRange/redis.json +6 -6
- package/data/linkedEditingRange/shadcn.json +23 -0
- package/data/linkedEditingRange/shell.json +25 -25
- package/data/linkedEditingRange/ssh_config.json +6 -6
- package/data/linkedEditingRange/systemd.json +6 -6
- package/data/linkedEditingRange/toml.json +13 -6
- package/data/linkedEditingRange/wgsl.json +6 -6
- package/data/linkedEditingRange/xml.json +13 -13
- package/data/linkedEditingRange/yaml.json +13 -6
- package/data/links/angular.json +95 -0
- package/data/links/nestjs.json +130 -0
- package/data/links/nextjs.json +91 -0
- package/data/links/react.json +75 -0
- package/data/links/shadcn.json +98 -0
- package/data/links/shell.json +56 -0
- package/data/links/tailwindcss.json +25 -0
- package/data/manifest.json +339 -152
- package/data/onTypeFormatting/angular.json +63 -0
- package/data/onTypeFormatting/nestjs.json +64 -0
- package/data/onTypeFormatting/nextjs.json +72 -0
- package/data/onTypeFormatting/react.json +148 -0
- package/data/onTypeFormatting/shadcn.json +63 -0
- package/data/onTypeFormatting/shell.json +72 -68
- package/data/rangeSemanticTokens/angular.json +196 -0
- package/data/rangeSemanticTokens/nestjs.json +195 -0
- package/data/rangeSemanticTokens/nextjs.json +199 -0
- package/data/rangeSemanticTokens/react.json +77 -0
- package/data/rangeSemanticTokens/shadcn.json +203 -0
- package/data/rangeSemanticTokens/shell.json +247 -69
- package/data/rangeSemanticTokens/tailwindcss.json +99 -8
- package/data/references/angular.json +26 -0
- package/data/references/nestjs.json +24 -0
- package/data/references/nextjs.json +178 -0
- package/data/references/react.json +192 -0
- package/data/references/shadcn.json +101 -0
- package/data/references/shell.json +323 -92
- package/data/references/tailwindcss.json +66 -0
- package/data/rename/angular.json +121 -0
- package/data/rename/nestjs.json +122 -0
- package/data/rename/nextjs.json +116 -0
- package/data/rename/react.json +133 -0
- package/data/rename/shadcn.json +73 -0
- package/data/rename/shell.json +101 -31
- package/data/selectionRange/abap.json +58 -34
- package/data/selectionRange/angular.json +126 -0
- package/data/selectionRange/apex.json +58 -34
- package/data/selectionRange/awk.json +56 -34
- package/data/selectionRange/azcli.json +43 -24
- package/data/selectionRange/bicep.json +56 -34
- package/data/selectionRange/c.json +62 -39
- package/data/selectionRange/caddy.json +53 -34
- package/data/selectionRange/cameligo.json +56 -34
- package/data/selectionRange/clojure.json +57 -34
- package/data/selectionRange/coffee.json +59 -34
- package/data/selectionRange/cpp.json +73 -44
- package/data/selectionRange/crontab.json +39 -29
- package/data/selectionRange/csharp.json +69 -39
- package/data/selectionRange/css.json +95 -55
- package/data/selectionRange/cypher.json +57 -34
- package/data/selectionRange/dart.json +65 -34
- package/data/selectionRange/docker-compose.json +54 -34
- package/data/selectionRange/dockerfile.json +56 -34
- package/data/selectionRange/doctest.json +47 -24
- package/data/selectionRange/dotenv.json +33 -24
- package/data/selectionRange/ecl.json +58 -34
- package/data/selectionRange/elixir.json +63 -34
- package/data/selectionRange/flow9.json +57 -34
- package/data/selectionRange/freemarker2.json +58 -34
- package/data/selectionRange/go.json +64 -39
- package/data/selectionRange/graphql.json +58 -34
- package/data/selectionRange/hcl.json +56 -34
- package/data/selectionRange/html.json +63 -34
- package/data/selectionRange/ini.json +38 -24
- package/data/selectionRange/java.json +68 -39
- package/data/selectionRange/javascript.json +65 -39
- package/data/selectionRange/julia.json +65 -39
- package/data/selectionRange/kotlin.json +68 -39
- package/data/selectionRange/less.json +58 -34
- package/data/selectionRange/lexon.json +38 -24
- package/data/selectionRange/liquid.json +58 -34
- package/data/selectionRange/lua.json +59 -34
- package/data/selectionRange/m3.json +57 -34
- package/data/selectionRange/makefile.json +53 -34
- package/data/selectionRange/markdown.json +57 -34
- package/data/selectionRange/mdx.json +63 -34
- package/data/selectionRange/mips.json +43 -29
- package/data/selectionRange/msdax.json +52 -34
- package/data/selectionRange/mysql.json +51 -34
- package/data/selectionRange/nestjs.json +35 -0
- package/data/selectionRange/nextjs.json +35 -0
- package/data/selectionRange/nginx.json +53 -34
- package/data/selectionRange/objective-c.json +64 -39
- package/data/selectionRange/pascal.json +53 -34
- package/data/selectionRange/pascaligo.json +57 -34
- package/data/selectionRange/perl.json +59 -34
- package/data/selectionRange/pgsql.json +50 -34
- package/data/selectionRange/php.json +65 -39
- package/data/selectionRange/pla.json +52 -29
- package/data/selectionRange/postiats.json +61 -34
- package/data/selectionRange/powerquery.json +56 -34
- package/data/selectionRange/powershell.json +65 -39
- package/data/selectionRange/protobuf.json +58 -34
- package/data/selectionRange/python.json +66 -39
- package/data/selectionRange/qsharp.json +62 -39
- package/data/selectionRange/r.json +57 -34
- package/data/selectionRange/razor.json +63 -34
- package/data/selectionRange/react.json +103 -0
- package/data/selectionRange/redis-cli.json +38 -24
- package/data/selectionRange/redis.json +38 -24
- package/data/selectionRange/redshift.json +49 -34
- package/data/selectionRange/restructuredtext.json +58 -34
- package/data/selectionRange/ruby.json +65 -39
- package/data/selectionRange/rust.json +73 -44
- package/data/selectionRange/sb.json +43 -29
- package/data/selectionRange/scala.json +65 -39
- package/data/selectionRange/scheme.json +52 -34
- package/data/selectionRange/scss.json +58 -34
- package/data/selectionRange/shadcn.json +120 -0
- package/data/selectionRange/shell.json +64 -34
- package/data/selectionRange/sol.json +63 -39
- package/data/selectionRange/sparql.json +58 -34
- package/data/selectionRange/sql.json +50 -34
- package/data/selectionRange/ssh_config.json +37 -29
- package/data/selectionRange/st.json +49 -29
- package/data/selectionRange/swift.json +73 -44
- package/data/selectionRange/systemd.json +47 -34
- package/data/selectionRange/systemverilog.json +62 -39
- package/data/selectionRange/tailwindcss.json +49 -34
- package/data/selectionRange/tcl.json +57 -34
- package/data/selectionRange/toml.json +49 -29
- package/data/selectionRange/twig.json +58 -34
- package/data/selectionRange/typescript.json +75 -44
- package/data/selectionRange/vb.json +59 -39
- package/data/selectionRange/wgsl.json +61 -34
- package/data/selectionRange/xml.json +51 -34
- package/data/selectionRange/yaml.json +54 -34
- package/data/semanticTokens/angular.json +269 -0
- package/data/semanticTokens/nestjs.json +245 -0
- package/data/semanticTokens/nextjs.json +265 -0
- package/data/semanticTokens/react.json +230 -0
- package/data/semanticTokens/shadcn.json +235 -0
- package/data/semanticTokens/shell.json +238 -65
- package/data/signatureHelp/angular.json +182 -0
- package/data/signatureHelp/nestjs.json +201 -0
- package/data/signatureHelp/nextjs.json +185 -0
- package/data/signatureHelp/react.json +285 -0
- package/data/signatureHelp/shadcn.json +237 -0
- package/data/signatureHelp/shell.json +797 -104
- package/data/typeDefinition/angular.json +362 -0
- package/data/typeDefinition/nestjs.json +334 -0
- package/data/typeDefinition/nextjs.json +285 -0
- package/data/typeDefinition/react.json +236 -0
- package/data/typeDefinition/shadcn.json +292 -0
- package/data/typeDefinition/shell.json +104 -40
- package/package.json +1 -1
- package/data/codeActions/bash.json +0 -169
- package/data/codeActions/zsh.json +0 -49
- package/data/codeLens/bash.json +0 -75
- package/data/codeLens/zsh.json +0 -19
- package/data/color/bash.json +0 -100
- package/data/color/zsh.json +0 -80
- package/data/commands/bash.json +0 -102
- package/data/commands/zsh.json +0 -166
- package/data/completion/bash.json +0 -1184
- package/data/completion/zsh.json +0 -973
- package/data/declaration/bash.json +0 -301
- package/data/declaration/zsh.json +0 -205
- package/data/definition/bash.json +0 -565
- package/data/definition/zsh.json +0 -350
- package/data/documentHighlight/bash.json +0 -393
- package/data/documentHighlight/zsh.json +0 -266
- package/data/documentRangeFormatting/bash.json +0 -41
- package/data/documentRangeFormatting/zsh.json +0 -59
- package/data/documentSymbol/bash.json +0 -124
- package/data/documentSymbol/zsh.json +0 -26
- package/data/foldingRange/bash.json +0 -76
- package/data/foldingRange/zsh.json +0 -46
- package/data/formatting/bash.json +0 -88
- package/data/formatting/zsh.json +0 -28
- package/data/hover/bash.json +0 -579
- package/data/hover/zsh.json +0 -96
- package/data/implementation/bash.json +0 -44
- package/data/implementation/zsh.json +0 -41
- package/data/inlayHints/bash.json +0 -207
- package/data/inlayHints/zsh.json +0 -43
- package/data/inlineCompletions/bash.json +0 -155
- package/data/inlineCompletions/zsh.json +0 -17
- package/data/linkedEditingRange/bash.json +0 -25
- package/data/linkedEditingRange/zsh.json +0 -25
- package/data/links/bash.json +0 -56
- package/data/links/zsh.json +0 -15
- package/data/onTypeFormatting/bash.json +0 -68
- package/data/onTypeFormatting/zsh.json +0 -68
- package/data/rangeSemanticTokens/bash.json +0 -90
- package/data/rangeSemanticTokens/zsh.json +0 -76
- package/data/references/bash.json +0 -221
- package/data/references/zsh.json +0 -166
- package/data/rename/bash.json +0 -37
- package/data/rename/zsh.json +0 -31
- package/data/selectionRange/bash.json +0 -35
- package/data/selectionRange/zsh.json +0 -35
- package/data/semanticTokens/bash.json +0 -71
- package/data/semanticTokens/zsh.json +0 -71
- package/data/signatureHelp/bash.json +0 -111
- package/data/signatureHelp/zsh.json +0 -118
- package/data/typeDefinition/bash.json +0 -95
- package/data/typeDefinition/zsh.json +0 -40
package/data/definition/sb.json
CHANGED
|
@@ -336,6 +336,344 @@
|
|
|
336
336
|
"type": "method"
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
|
+
},
|
|
340
|
+
"Turtle": {
|
|
341
|
+
"signature": "Turtle",
|
|
342
|
+
"description": "The Turtle provides Logo-like functionality to draw shapes by moving a turtle on the screen.",
|
|
343
|
+
"type": "object",
|
|
344
|
+
"module": "SmallBasic",
|
|
345
|
+
"members": {
|
|
346
|
+
"Move": {
|
|
347
|
+
"signature": "Turtle.Move(distance)",
|
|
348
|
+
"description": "Moves the turtle forward by the specified distance.",
|
|
349
|
+
"type": "method",
|
|
350
|
+
"returns": "void"
|
|
351
|
+
},
|
|
352
|
+
"Turn": {
|
|
353
|
+
"signature": "Turtle.Turn(angle)",
|
|
354
|
+
"description": "Turns the turtle by the specified angle in degrees (clockwise).",
|
|
355
|
+
"type": "method",
|
|
356
|
+
"returns": "void"
|
|
357
|
+
},
|
|
358
|
+
"TurnLeft": {
|
|
359
|
+
"signature": "Turtle.TurnLeft()",
|
|
360
|
+
"description": "Turns the turtle 90 degrees to the left.",
|
|
361
|
+
"type": "method",
|
|
362
|
+
"returns": "void"
|
|
363
|
+
},
|
|
364
|
+
"TurnRight": {
|
|
365
|
+
"signature": "Turtle.TurnRight()",
|
|
366
|
+
"description": "Turns the turtle 90 degrees to the right.",
|
|
367
|
+
"type": "method",
|
|
368
|
+
"returns": "void"
|
|
369
|
+
},
|
|
370
|
+
"PenUp": {
|
|
371
|
+
"signature": "Turtle.PenUp()",
|
|
372
|
+
"description": "Lifts the pen so the turtle doesn't draw.",
|
|
373
|
+
"type": "method",
|
|
374
|
+
"returns": "void"
|
|
375
|
+
},
|
|
376
|
+
"PenDown": {
|
|
377
|
+
"signature": "Turtle.PenDown()",
|
|
378
|
+
"description": "Puts the pen down so the turtle starts drawing.",
|
|
379
|
+
"type": "method",
|
|
380
|
+
"returns": "void"
|
|
381
|
+
},
|
|
382
|
+
"Show": {
|
|
383
|
+
"signature": "Turtle.Show()",
|
|
384
|
+
"description": "Shows the turtle.",
|
|
385
|
+
"type": "method",
|
|
386
|
+
"returns": "void"
|
|
387
|
+
},
|
|
388
|
+
"Hide": {
|
|
389
|
+
"signature": "Turtle.Hide()",
|
|
390
|
+
"description": "Hides the turtle.",
|
|
391
|
+
"type": "method",
|
|
392
|
+
"returns": "void"
|
|
393
|
+
},
|
|
394
|
+
"Speed": {
|
|
395
|
+
"signature": "Turtle.Speed",
|
|
396
|
+
"description": "Property that specifies the speed of the turtle.",
|
|
397
|
+
"type": "property",
|
|
398
|
+
"returns": "Number"
|
|
399
|
+
},
|
|
400
|
+
"X": {
|
|
401
|
+
"signature": "Turtle.X -> Number",
|
|
402
|
+
"description": "X position of the turtle.",
|
|
403
|
+
"type": "property",
|
|
404
|
+
"returns": "Number"
|
|
405
|
+
},
|
|
406
|
+
"Y": {
|
|
407
|
+
"signature": "Turtle.Y -> Number",
|
|
408
|
+
"description": "Y position of the turtle.",
|
|
409
|
+
"type": "property",
|
|
410
|
+
"returns": "Number"
|
|
411
|
+
},
|
|
412
|
+
"Angle": {
|
|
413
|
+
"signature": "Turtle.Angle -> Number",
|
|
414
|
+
"description": "The current angle of the turtle.",
|
|
415
|
+
"type": "property",
|
|
416
|
+
"returns": "Number"
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
},
|
|
420
|
+
"Array": {
|
|
421
|
+
"signature": "Array",
|
|
422
|
+
"description": "Provides operations on arrays (associative arrays in Small Basic).",
|
|
423
|
+
"type": "object",
|
|
424
|
+
"module": "SmallBasic",
|
|
425
|
+
"members": {
|
|
426
|
+
"ContainsIndex": {
|
|
427
|
+
"signature": "Array.ContainsIndex(array, index) -> Boolean",
|
|
428
|
+
"description": "Checks if the array contains the specified index.",
|
|
429
|
+
"type": "method",
|
|
430
|
+
"returns": "Boolean"
|
|
431
|
+
},
|
|
432
|
+
"ContainsValue": {
|
|
433
|
+
"signature": "Array.ContainsValue(array, value) -> Boolean",
|
|
434
|
+
"description": "Checks if the array contains the specified value.",
|
|
435
|
+
"type": "method",
|
|
436
|
+
"returns": "Boolean"
|
|
437
|
+
},
|
|
438
|
+
"GetItemCount": {
|
|
439
|
+
"signature": "Array.GetItemCount(array) -> Number",
|
|
440
|
+
"description": "Gets the number of items in the array.",
|
|
441
|
+
"type": "method",
|
|
442
|
+
"returns": "Number"
|
|
443
|
+
},
|
|
444
|
+
"GetAllIndices": {
|
|
445
|
+
"signature": "Array.GetAllIndices(array) -> Array",
|
|
446
|
+
"description": "Gets all indices in the array.",
|
|
447
|
+
"type": "method",
|
|
448
|
+
"returns": "Array"
|
|
449
|
+
},
|
|
450
|
+
"IsArray": {
|
|
451
|
+
"signature": "Array.IsArray(value) -> Boolean",
|
|
452
|
+
"description": "Checks if the given value is an array.",
|
|
453
|
+
"type": "method",
|
|
454
|
+
"returns": "Boolean"
|
|
455
|
+
},
|
|
456
|
+
"SetValue": {
|
|
457
|
+
"signature": "Array.SetValue(arrayName, index, value)",
|
|
458
|
+
"description": "Sets the value at the specified index.",
|
|
459
|
+
"type": "method",
|
|
460
|
+
"returns": "void"
|
|
461
|
+
},
|
|
462
|
+
"GetValue": {
|
|
463
|
+
"signature": "Array.GetValue(arrayName, index) -> Object",
|
|
464
|
+
"description": "Gets the value at the specified index.",
|
|
465
|
+
"type": "method",
|
|
466
|
+
"returns": "Object"
|
|
467
|
+
},
|
|
468
|
+
"RemoveValue": {
|
|
469
|
+
"signature": "Array.RemoveValue(arrayName, index)",
|
|
470
|
+
"description": "Removes the value at the specified index.",
|
|
471
|
+
"type": "method",
|
|
472
|
+
"returns": "void"
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
"Text": {
|
|
477
|
+
"signature": "Text",
|
|
478
|
+
"description": "Provides text manipulation operations.",
|
|
479
|
+
"type": "object",
|
|
480
|
+
"module": "SmallBasic",
|
|
481
|
+
"members": {
|
|
482
|
+
"Append": {
|
|
483
|
+
"signature": "Text.Append(text1, text2) -> String",
|
|
484
|
+
"description": "Appends two text values together.",
|
|
485
|
+
"type": "method",
|
|
486
|
+
"returns": "String"
|
|
487
|
+
},
|
|
488
|
+
"GetLength": {
|
|
489
|
+
"signature": "Text.GetLength(text) -> Number",
|
|
490
|
+
"description": "Gets the length of the text.",
|
|
491
|
+
"type": "method",
|
|
492
|
+
"returns": "Number"
|
|
493
|
+
},
|
|
494
|
+
"GetSubText": {
|
|
495
|
+
"signature": "Text.GetSubText(text, start, length) -> String",
|
|
496
|
+
"description": "Gets a sub-text from the given text.",
|
|
497
|
+
"type": "method",
|
|
498
|
+
"returns": "String"
|
|
499
|
+
},
|
|
500
|
+
"ConvertToLowerCase": {
|
|
501
|
+
"signature": "Text.ConvertToLowerCase(text) -> String",
|
|
502
|
+
"description": "Converts the given text to lower case.",
|
|
503
|
+
"type": "method",
|
|
504
|
+
"returns": "String"
|
|
505
|
+
},
|
|
506
|
+
"ConvertToUpperCase": {
|
|
507
|
+
"signature": "Text.ConvertToUpperCase(text) -> String",
|
|
508
|
+
"description": "Converts the given text to upper case.",
|
|
509
|
+
"type": "method",
|
|
510
|
+
"returns": "String"
|
|
511
|
+
},
|
|
512
|
+
"GetIndexOf": {
|
|
513
|
+
"signature": "Text.GetIndexOf(text, subText) -> Number",
|
|
514
|
+
"description": "Gets the index of the first occurrence of the sub-text.",
|
|
515
|
+
"type": "method",
|
|
516
|
+
"returns": "Number"
|
|
517
|
+
},
|
|
518
|
+
"StartsWith": {
|
|
519
|
+
"signature": "Text.StartsWith(text, subText) -> Boolean",
|
|
520
|
+
"description": "Checks if the text starts with the sub-text.",
|
|
521
|
+
"type": "method",
|
|
522
|
+
"returns": "Boolean"
|
|
523
|
+
},
|
|
524
|
+
"EndsWith": {
|
|
525
|
+
"signature": "Text.EndsWith(text, subText) -> Boolean",
|
|
526
|
+
"description": "Checks if the text ends with the sub-text.",
|
|
527
|
+
"type": "method",
|
|
528
|
+
"returns": "Boolean"
|
|
529
|
+
},
|
|
530
|
+
"IsSubText": {
|
|
531
|
+
"signature": "Text.IsSubText(text, subText) -> Boolean",
|
|
532
|
+
"description": "Checks if a sub-text is a part of the given text.",
|
|
533
|
+
"type": "method",
|
|
534
|
+
"returns": "Boolean"
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
"File": {
|
|
539
|
+
"signature": "File",
|
|
540
|
+
"description": "Provides operations for working with files.",
|
|
541
|
+
"type": "object",
|
|
542
|
+
"module": "SmallBasic",
|
|
543
|
+
"members": {
|
|
544
|
+
"ReadContents": {
|
|
545
|
+
"signature": "File.ReadContents(filePath) -> String",
|
|
546
|
+
"description": "Opens a file and reads the entire content.",
|
|
547
|
+
"type": "method",
|
|
548
|
+
"returns": "String"
|
|
549
|
+
},
|
|
550
|
+
"WriteContents": {
|
|
551
|
+
"signature": "File.WriteContents(filePath, contents)",
|
|
552
|
+
"description": "Opens a file and writes the content, overwriting existing content.",
|
|
553
|
+
"type": "method",
|
|
554
|
+
"returns": "void"
|
|
555
|
+
},
|
|
556
|
+
"AppendContents": {
|
|
557
|
+
"signature": "File.AppendContents(filePath, contents)",
|
|
558
|
+
"description": "Opens a file and appends the content.",
|
|
559
|
+
"type": "method",
|
|
560
|
+
"returns": "void"
|
|
561
|
+
},
|
|
562
|
+
"ReadLine": {
|
|
563
|
+
"signature": "File.ReadLine(filePath, lineNumber) -> String",
|
|
564
|
+
"description": "Opens a file and reads the contents at the specified line number.",
|
|
565
|
+
"type": "method",
|
|
566
|
+
"returns": "String"
|
|
567
|
+
},
|
|
568
|
+
"InsertLine": {
|
|
569
|
+
"signature": "File.InsertLine(filePath, lineNumber, contents)",
|
|
570
|
+
"description": "Opens a file and inserts the contents at the specified line number.",
|
|
571
|
+
"type": "method",
|
|
572
|
+
"returns": "void"
|
|
573
|
+
},
|
|
574
|
+
"GetFiles": {
|
|
575
|
+
"signature": "File.GetFiles(directoryPath) -> String",
|
|
576
|
+
"description": "Gets the list of all files in the specified directory path.",
|
|
577
|
+
"type": "method",
|
|
578
|
+
"returns": "String"
|
|
579
|
+
}
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
"Program": {
|
|
583
|
+
"signature": "Program",
|
|
584
|
+
"description": "Provides operations related to the running program.",
|
|
585
|
+
"type": "object",
|
|
586
|
+
"module": "SmallBasic",
|
|
587
|
+
"members": {
|
|
588
|
+
"End": {
|
|
589
|
+
"signature": "Program.End()",
|
|
590
|
+
"description": "Ends the program.",
|
|
591
|
+
"type": "method",
|
|
592
|
+
"returns": "void"
|
|
593
|
+
},
|
|
594
|
+
"Delay": {
|
|
595
|
+
"signature": "Program.Delay(milliSeconds)",
|
|
596
|
+
"description": "Delays program execution by the specified milliseconds.",
|
|
597
|
+
"type": "method",
|
|
598
|
+
"returns": "void"
|
|
599
|
+
},
|
|
600
|
+
"Directory": {
|
|
601
|
+
"signature": "Program.Directory -> String",
|
|
602
|
+
"description": "Gets the directory of the running program.",
|
|
603
|
+
"type": "property",
|
|
604
|
+
"returns": "String"
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
"Stack": {
|
|
609
|
+
"signature": "Stack",
|
|
610
|
+
"description": "Provides stack (LIFO) operations.",
|
|
611
|
+
"type": "object",
|
|
612
|
+
"module": "SmallBasic",
|
|
613
|
+
"members": {
|
|
614
|
+
"PushValue": {
|
|
615
|
+
"signature": "Stack.PushValue(stackName, value)",
|
|
616
|
+
"description": "Pushes a value to the specified stack.",
|
|
617
|
+
"type": "method",
|
|
618
|
+
"returns": "void"
|
|
619
|
+
},
|
|
620
|
+
"PopValue": {
|
|
621
|
+
"signature": "Stack.PopValue(stackName) -> Object",
|
|
622
|
+
"description": "Pops and returns the value from the specified stack.",
|
|
623
|
+
"type": "method",
|
|
624
|
+
"returns": "Object"
|
|
625
|
+
},
|
|
626
|
+
"GetCount": {
|
|
627
|
+
"signature": "Stack.GetCount(stackName) -> Number",
|
|
628
|
+
"description": "Gets the count of items in the specified stack.",
|
|
629
|
+
"type": "method",
|
|
630
|
+
"returns": "Number"
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
"Sound": {
|
|
635
|
+
"signature": "Sound",
|
|
636
|
+
"description": "Provides operations for playing sounds.",
|
|
637
|
+
"type": "object",
|
|
638
|
+
"module": "SmallBasic",
|
|
639
|
+
"members": {
|
|
640
|
+
"PlayClick": {
|
|
641
|
+
"signature": "Sound.PlayClick()",
|
|
642
|
+
"description": "Plays the Click sound.",
|
|
643
|
+
"type": "method",
|
|
644
|
+
"returns": "void"
|
|
645
|
+
},
|
|
646
|
+
"PlayChime": {
|
|
647
|
+
"signature": "Sound.PlayChime()",
|
|
648
|
+
"description": "Plays the Chime sound.",
|
|
649
|
+
"type": "method",
|
|
650
|
+
"returns": "void"
|
|
651
|
+
},
|
|
652
|
+
"PlayBellRing": {
|
|
653
|
+
"signature": "Sound.PlayBellRing()",
|
|
654
|
+
"description": "Plays the Bell Ring sound.",
|
|
655
|
+
"type": "method",
|
|
656
|
+
"returns": "void"
|
|
657
|
+
},
|
|
658
|
+
"PlayMusic": {
|
|
659
|
+
"signature": "Sound.PlayMusic(notes)",
|
|
660
|
+
"description": "Plays notes in the music notation.",
|
|
661
|
+
"type": "method",
|
|
662
|
+
"returns": "void"
|
|
663
|
+
},
|
|
664
|
+
"Play": {
|
|
665
|
+
"signature": "Sound.Play(filePath)",
|
|
666
|
+
"description": "Plays an audio file.",
|
|
667
|
+
"type": "method",
|
|
668
|
+
"returns": "void"
|
|
669
|
+
},
|
|
670
|
+
"Stop": {
|
|
671
|
+
"signature": "Sound.Stop(filePath)",
|
|
672
|
+
"description": "Stops playing audio.",
|
|
673
|
+
"type": "method",
|
|
674
|
+
"returns": "void"
|
|
675
|
+
}
|
|
676
|
+
}
|
|
339
677
|
}
|
|
340
678
|
}
|
|
341
|
-
}
|
|
679
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"language": "shadcn",
|
|
3
|
+
"definitions": {
|
|
4
|
+
"Accordion": { "signature": "const Accordion: React.ForwardRefExoticComponent<AccordionProps>", "description": "A vertically stacked set of interactive headings that each reveal a section of content. Built on Radix UI Accordion primitive.", "type": "component", "module": "@/components/ui/accordion", "url": "https://ui.shadcn.com/docs/components/accordion" },
|
|
5
|
+
"AccordionItem": { "signature": "const AccordionItem: React.ForwardRefExoticComponent<AccordionItemProps>", "description": "Contains all the parts of a collapsible section within an Accordion.", "type": "component", "module": "@/components/ui/accordion", "url": "https://ui.shadcn.com/docs/components/accordion" },
|
|
6
|
+
"AccordionTrigger": { "signature": "const AccordionTrigger: React.ForwardRefExoticComponent<AccordionTriggerProps>", "description": "Toggles the collapsed state of its associated AccordionItem.", "type": "component", "module": "@/components/ui/accordion", "url": "https://ui.shadcn.com/docs/components/accordion" },
|
|
7
|
+
"AccordionContent": { "signature": "const AccordionContent: React.ForwardRefExoticComponent<AccordionContentProps>", "description": "Contains the collapsible content for an AccordionItem.", "type": "component", "module": "@/components/ui/accordion", "url": "https://ui.shadcn.com/docs/components/accordion" },
|
|
8
|
+
"Alert": { "signature": "const Alert: React.ForwardRefExoticComponent<AlertProps & { variant?: 'default' | 'destructive' }>", "description": "Displays a callout for important information. Supports default and destructive variants.", "type": "component", "module": "@/components/ui/alert", "url": "https://ui.shadcn.com/docs/components/alert" },
|
|
9
|
+
"AlertTitle": { "signature": "const AlertTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement>>", "description": "Title element rendered inside an Alert component.", "type": "component", "module": "@/components/ui/alert", "url": "https://ui.shadcn.com/docs/components/alert" },
|
|
10
|
+
"AlertDescription": { "signature": "const AlertDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement>>", "description": "Description element rendered inside an Alert component.", "type": "component", "module": "@/components/ui/alert", "url": "https://ui.shadcn.com/docs/components/alert" },
|
|
11
|
+
"AlertDialog": { "signature": "const AlertDialog: React.FC<AlertDialogProps>", "description": "A modal dialog that interrupts the user with important content and expects a response. Built on Radix UI AlertDialog.", "type": "component", "module": "@/components/ui/alert-dialog", "url": "https://ui.shadcn.com/docs/components/alert-dialog" },
|
|
12
|
+
"AlertDialogTrigger": { "signature": "const AlertDialogTrigger: React.ForwardRefExoticComponent<AlertDialogTriggerProps>", "description": "The button that opens the AlertDialog.", "type": "component", "module": "@/components/ui/alert-dialog", "url": "https://ui.shadcn.com/docs/components/alert-dialog" },
|
|
13
|
+
"AlertDialogContent": { "signature": "const AlertDialogContent: React.ForwardRefExoticComponent<AlertDialogContentProps>", "description": "The content container for the AlertDialog overlay.", "type": "component", "module": "@/components/ui/alert-dialog", "url": "https://ui.shadcn.com/docs/components/alert-dialog" },
|
|
14
|
+
"AlertDialogHeader": { "signature": "const AlertDialogHeader: React.FC<React.HTMLAttributes<HTMLDivElement>>", "description": "Header section of AlertDialog containing title and description.", "type": "component", "module": "@/components/ui/alert-dialog", "url": "https://ui.shadcn.com/docs/components/alert-dialog" },
|
|
15
|
+
"AlertDialogFooter": { "signature": "const AlertDialogFooter: React.FC<React.HTMLAttributes<HTMLDivElement>>", "description": "Footer section of AlertDialog containing action and cancel buttons.", "type": "component", "module": "@/components/ui/alert-dialog", "url": "https://ui.shadcn.com/docs/components/alert-dialog" },
|
|
16
|
+
"AlertDialogTitle": { "signature": "const AlertDialogTitle: React.ForwardRefExoticComponent<AlertDialogTitleProps>", "description": "An accessible name for the AlertDialog.", "type": "component", "module": "@/components/ui/alert-dialog", "url": "https://ui.shadcn.com/docs/components/alert-dialog" },
|
|
17
|
+
"AlertDialogDescription": { "signature": "const AlertDialogDescription: React.ForwardRefExoticComponent<AlertDialogDescriptionProps>", "description": "An accessible description for the AlertDialog.", "type": "component", "module": "@/components/ui/alert-dialog", "url": "https://ui.shadcn.com/docs/components/alert-dialog" },
|
|
18
|
+
"AlertDialogAction": { "signature": "const AlertDialogAction: React.ForwardRefExoticComponent<AlertDialogActionProps>", "description": "The confirm action button in an AlertDialog.", "type": "component", "module": "@/components/ui/alert-dialog", "url": "https://ui.shadcn.com/docs/components/alert-dialog" },
|
|
19
|
+
"AlertDialogCancel": { "signature": "const AlertDialogCancel: React.ForwardRefExoticComponent<AlertDialogCancelProps>", "description": "The cancel button in an AlertDialog. Closes the dialog.", "type": "component", "module": "@/components/ui/alert-dialog", "url": "https://ui.shadcn.com/docs/components/alert-dialog" },
|
|
20
|
+
"AspectRatio": { "signature": "const AspectRatio: React.ForwardRefExoticComponent<AspectRatioProps>", "description": "Displays content within a desired ratio. Built on Radix UI AspectRatio.", "type": "component", "module": "@/components/ui/aspect-ratio", "url": "https://ui.shadcn.com/docs/components/aspect-ratio" },
|
|
21
|
+
"Avatar": { "signature": "const Avatar: React.ForwardRefExoticComponent<AvatarProps>", "description": "An image element with a fallback for representing the user. Built on Radix UI Avatar.", "type": "component", "module": "@/components/ui/avatar", "url": "https://ui.shadcn.com/docs/components/avatar" },
|
|
22
|
+
"AvatarImage": { "signature": "const AvatarImage: React.ForwardRefExoticComponent<AvatarImageProps>", "description": "The image rendered inside an Avatar. Falls back to AvatarFallback on error.", "type": "component", "module": "@/components/ui/avatar", "url": "https://ui.shadcn.com/docs/components/avatar" },
|
|
23
|
+
"AvatarFallback": { "signature": "const AvatarFallback: React.ForwardRefExoticComponent<AvatarFallbackProps>", "description": "Fallback element rendered when AvatarImage fails to load.", "type": "component", "module": "@/components/ui/avatar", "url": "https://ui.shadcn.com/docs/components/avatar" },
|
|
24
|
+
"Badge": { "signature": "const Badge: React.FC<BadgeProps & VariantProps<typeof badgeVariants>>", "description": "Displays a badge or a component that looks like a badge. Variants: default, secondary, outline, destructive.", "type": "component", "module": "@/components/ui/badge", "url": "https://ui.shadcn.com/docs/components/badge" },
|
|
25
|
+
"Button": { "signature": "const Button: React.ForwardRefExoticComponent<ButtonProps & VariantProps<typeof buttonVariants>>", "description": "A button component with multiple variants (default, destructive, outline, secondary, ghost, link) and sizes (default, sm, lg, icon).", "type": "component", "module": "@/components/ui/button", "url": "https://ui.shadcn.com/docs/components/button" },
|
|
26
|
+
"Calendar": { "signature": "const Calendar: React.FC<CalendarProps>", "description": "A date picker calendar built on react-day-picker. Supports single, multiple, and range selection modes.", "type": "component", "module": "@/components/ui/calendar", "url": "https://ui.shadcn.com/docs/components/calendar" },
|
|
27
|
+
"Card": { "signature": "const Card: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement>>", "description": "A container component with header, content, and footer sections.", "type": "component", "module": "@/components/ui/card", "url": "https://ui.shadcn.com/docs/components/card" },
|
|
28
|
+
"CardHeader": { "signature": "const CardHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement>>", "description": "The header section of a Card.", "type": "component", "module": "@/components/ui/card", "url": "https://ui.shadcn.com/docs/components/card" },
|
|
29
|
+
"CardTitle": { "signature": "const CardTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement>>", "description": "The title element within a CardHeader.", "type": "component", "module": "@/components/ui/card", "url": "https://ui.shadcn.com/docs/components/card" },
|
|
30
|
+
"CardDescription": { "signature": "const CardDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement>>", "description": "The description element within a CardHeader.", "type": "component", "module": "@/components/ui/card", "url": "https://ui.shadcn.com/docs/components/card" },
|
|
31
|
+
"CardContent": { "signature": "const CardContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement>>", "description": "The main content area of a Card.", "type": "component", "module": "@/components/ui/card", "url": "https://ui.shadcn.com/docs/components/card" },
|
|
32
|
+
"CardFooter": { "signature": "const CardFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement>>", "description": "The footer section of a Card.", "type": "component", "module": "@/components/ui/card", "url": "https://ui.shadcn.com/docs/components/card" },
|
|
33
|
+
"Checkbox": { "signature": "const Checkbox: React.ForwardRefExoticComponent<CheckboxProps>", "description": "A control that allows the user to toggle between checked and not checked. Built on Radix UI Checkbox.", "type": "component", "module": "@/components/ui/checkbox", "url": "https://ui.shadcn.com/docs/components/checkbox" },
|
|
34
|
+
"Collapsible": { "signature": "const Collapsible: React.ForwardRefExoticComponent<CollapsibleProps>", "description": "An interactive component which expands and collapses content. Built on Radix UI Collapsible.", "type": "component", "module": "@/components/ui/collapsible", "url": "https://ui.shadcn.com/docs/components/collapsible" },
|
|
35
|
+
"Command": { "signature": "const Command: React.ForwardRefExoticComponent<CommandProps>", "description": "Fast, composable, unstyled command menu. Built on cmdk.", "type": "component", "module": "@/components/ui/command", "url": "https://ui.shadcn.com/docs/components/command" },
|
|
36
|
+
"CommandDialog": { "signature": "const CommandDialog: React.FC<CommandDialogProps>", "description": "A dialog wrapper for the Command component for modal command palette usage.", "type": "component", "module": "@/components/ui/command", "url": "https://ui.shadcn.com/docs/components/command" },
|
|
37
|
+
"ContextMenu": { "signature": "const ContextMenu: React.FC<ContextMenuProps>", "description": "Displays a menu at the pointer's position on right-click. Built on Radix UI ContextMenu.", "type": "component", "module": "@/components/ui/context-menu", "url": "https://ui.shadcn.com/docs/components/context-menu" },
|
|
38
|
+
"Dialog": { "signature": "const Dialog: React.FC<DialogProps>", "description": "A window overlaid on the primary content. Renders into portal. Built on Radix UI Dialog.", "type": "component", "module": "@/components/ui/dialog", "url": "https://ui.shadcn.com/docs/components/dialog" },
|
|
39
|
+
"DialogContent": { "signature": "const DialogContent: React.ForwardRefExoticComponent<DialogContentProps>", "description": "The content container for Dialog with overlay backdrop.", "type": "component", "module": "@/components/ui/dialog", "url": "https://ui.shadcn.com/docs/components/dialog" },
|
|
40
|
+
"DialogHeader": { "signature": "const DialogHeader: React.FC<React.HTMLAttributes<HTMLDivElement>>", "description": "Header section of Dialog containing title and description.", "type": "component", "module": "@/components/ui/dialog", "url": "https://ui.shadcn.com/docs/components/dialog" },
|
|
41
|
+
"DialogFooter": { "signature": "const DialogFooter: React.FC<React.HTMLAttributes<HTMLDivElement>>", "description": "Footer section of Dialog containing action buttons.", "type": "component", "module": "@/components/ui/dialog", "url": "https://ui.shadcn.com/docs/components/dialog" },
|
|
42
|
+
"DialogTitle": { "signature": "const DialogTitle: React.ForwardRefExoticComponent<DialogTitleProps>", "description": "Accessible title for the Dialog.", "type": "component", "module": "@/components/ui/dialog", "url": "https://ui.shadcn.com/docs/components/dialog" },
|
|
43
|
+
"DialogDescription": { "signature": "const DialogDescription: React.ForwardRefExoticComponent<DialogDescriptionProps>", "description": "Accessible description for the Dialog.", "type": "component", "module": "@/components/ui/dialog", "url": "https://ui.shadcn.com/docs/components/dialog" },
|
|
44
|
+
"DialogTrigger": { "signature": "const DialogTrigger: React.ForwardRefExoticComponent<DialogTriggerProps>", "description": "The element that triggers opening the Dialog.", "type": "component", "module": "@/components/ui/dialog", "url": "https://ui.shadcn.com/docs/components/dialog" },
|
|
45
|
+
"Drawer": { "signature": "const Drawer: React.FC<DrawerProps>", "description": "A drawer component for mobile-friendly panels. Built on vaul.", "type": "component", "module": "@/components/ui/drawer", "url": "https://ui.shadcn.com/docs/components/drawer" },
|
|
46
|
+
"DropdownMenu": { "signature": "const DropdownMenu: React.FC<DropdownMenuProps>", "description": "Displays a menu triggered by a button. Built on Radix UI DropdownMenu.", "type": "component", "module": "@/components/ui/dropdown-menu", "url": "https://ui.shadcn.com/docs/components/dropdown-menu" },
|
|
47
|
+
"Form": { "signature": "const Form: React.FC<FormProviderProps>", "description": "Form component that wraps react-hook-form's FormProvider for accessible form fields with validation.", "type": "component", "module": "@/components/ui/form", "url": "https://ui.shadcn.com/docs/components/form" },
|
|
48
|
+
"FormField": { "signature": "const FormField: <TFieldValues extends FieldValues, TName extends FieldPath<TFieldValues>>({ ...props }: FormFieldContextValue<TFieldValues, TName>) => React.ReactElement", "description": "Connects a form control to react-hook-form with automatic error handling and accessibility.", "type": "component", "module": "@/components/ui/form", "url": "https://ui.shadcn.com/docs/components/form" },
|
|
49
|
+
"FormItem": { "signature": "const FormItem: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement>>", "description": "Container for a single form field including label, control, description, and message.", "type": "component", "module": "@/components/ui/form", "url": "https://ui.shadcn.com/docs/components/form" },
|
|
50
|
+
"FormLabel": { "signature": "const FormLabel: React.ForwardRefExoticComponent<React.ComponentPropsWithoutRef<typeof Label>>", "description": "Accessible label for a form field. Automatically associated with the control.", "type": "component", "module": "@/components/ui/form", "url": "https://ui.shadcn.com/docs/components/form" },
|
|
51
|
+
"FormControl": { "signature": "const FormControl: React.ForwardRefExoticComponent<React.ComponentPropsWithoutRef<typeof Slot>>", "description": "Wraps the form input/control element with proper aria attributes.", "type": "component", "module": "@/components/ui/form", "url": "https://ui.shadcn.com/docs/components/form" },
|
|
52
|
+
"FormDescription": { "signature": "const FormDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement>>", "description": "Descriptive help text for a form field.", "type": "component", "module": "@/components/ui/form", "url": "https://ui.shadcn.com/docs/components/form" },
|
|
53
|
+
"FormMessage": { "signature": "const FormMessage: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement>>", "description": "Displays validation error message for a form field.", "type": "component", "module": "@/components/ui/form", "url": "https://ui.shadcn.com/docs/components/form" },
|
|
54
|
+
"HoverCard": { "signature": "const HoverCard: React.FC<HoverCardProps>", "description": "For sighted users to preview content available behind a link. Built on Radix UI HoverCard.", "type": "component", "module": "@/components/ui/hover-card", "url": "https://ui.shadcn.com/docs/components/hover-card" },
|
|
55
|
+
"Input": { "signature": "const Input: React.ForwardRefExoticComponent<InputProps>", "description": "A styled HTML input element that extends native input props with shadcn/ui theming.", "type": "component", "module": "@/components/ui/input", "url": "https://ui.shadcn.com/docs/components/input" },
|
|
56
|
+
"Label": { "signature": "const Label: React.ForwardRefExoticComponent<LabelProps>", "description": "Renders an accessible label associated with controls. Built on Radix UI Label.", "type": "component", "module": "@/components/ui/label", "url": "https://ui.shadcn.com/docs/components/label" },
|
|
57
|
+
"Popover": { "signature": "const Popover: React.FC<PopoverProps>", "description": "Displays rich content in a portal triggered by a button. Built on Radix UI Popover.", "type": "component", "module": "@/components/ui/popover", "url": "https://ui.shadcn.com/docs/components/popover" },
|
|
58
|
+
"Progress": { "signature": "const Progress: React.ForwardRefExoticComponent<ProgressProps>", "description": "Displays an indicator showing completion progress of a task. Built on Radix UI Progress.", "type": "component", "module": "@/components/ui/progress", "url": "https://ui.shadcn.com/docs/components/progress" },
|
|
59
|
+
"RadioGroup": { "signature": "const RadioGroup: React.ForwardRefExoticComponent<RadioGroupProps>", "description": "A set of checkable buttons where only one can be checked. Built on Radix UI RadioGroup.", "type": "component", "module": "@/components/ui/radio-group", "url": "https://ui.shadcn.com/docs/components/radio-group" },
|
|
60
|
+
"ScrollArea": { "signature": "const ScrollArea: React.ForwardRefExoticComponent<ScrollAreaProps>", "description": "Augments native scroll functionality with custom cross-browser styling. Built on Radix UI ScrollArea.", "type": "component", "module": "@/components/ui/scroll-area", "url": "https://ui.shadcn.com/docs/components/scroll-area" },
|
|
61
|
+
"Select": { "signature": "const Select: React.FC<SelectProps>", "description": "Displays a list of options for the user to pick from. Built on Radix UI Select.", "type": "component", "module": "@/components/ui/select", "url": "https://ui.shadcn.com/docs/components/select" },
|
|
62
|
+
"Separator": { "signature": "const Separator: React.ForwardRefExoticComponent<SeparatorProps>", "description": "Visually or semantically separates content. Built on Radix UI Separator.", "type": "component", "module": "@/components/ui/separator", "url": "https://ui.shadcn.com/docs/components/separator" },
|
|
63
|
+
"Sheet": { "signature": "const Sheet: React.FC<SheetProps>", "description": "A panel that slides in from the edge of the screen. Extends Dialog component.", "type": "component", "module": "@/components/ui/sheet", "url": "https://ui.shadcn.com/docs/components/sheet" },
|
|
64
|
+
"Skeleton": { "signature": "const Skeleton: React.FC<React.HTMLAttributes<HTMLDivElement>>", "description": "Used to show a placeholder while content is loading.", "type": "component", "module": "@/components/ui/skeleton", "url": "https://ui.shadcn.com/docs/components/skeleton" },
|
|
65
|
+
"Slider": { "signature": "const Slider: React.ForwardRefExoticComponent<SliderProps>", "description": "An input where the user selects a value from within a given range. Built on Radix UI Slider.", "type": "component", "module": "@/components/ui/slider", "url": "https://ui.shadcn.com/docs/components/slider" },
|
|
66
|
+
"Switch": { "signature": "const Switch: React.ForwardRefExoticComponent<SwitchProps>", "description": "A control that allows toggling between checked and unchecked. Built on Radix UI Switch.", "type": "component", "module": "@/components/ui/switch", "url": "https://ui.shadcn.com/docs/components/switch" },
|
|
67
|
+
"Table": { "signature": "const Table: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableElement>>", "description": "A responsive table component with header, body, row, and cell subcomponents.", "type": "component", "module": "@/components/ui/table", "url": "https://ui.shadcn.com/docs/components/table" },
|
|
68
|
+
"Tabs": { "signature": "const Tabs: React.ForwardRefExoticComponent<TabsProps>", "description": "A set of layered sections of content displayed one at a time. Built on Radix UI Tabs.", "type": "component", "module": "@/components/ui/tabs", "url": "https://ui.shadcn.com/docs/components/tabs" },
|
|
69
|
+
"Textarea": { "signature": "const Textarea: React.ForwardRefExoticComponent<TextareaProps>", "description": "A styled HTML textarea element for multi-line text input.", "type": "component", "module": "@/components/ui/textarea", "url": "https://ui.shadcn.com/docs/components/textarea" },
|
|
70
|
+
"Toast": { "signature": "const Toast: React.ForwardRefExoticComponent<ToastProps>", "description": "A succinct message that is displayed temporarily. Built on Radix UI Toast.", "type": "component", "module": "@/components/ui/toast", "url": "https://ui.shadcn.com/docs/components/toast" },
|
|
71
|
+
"Toaster": { "signature": "const Toaster: React.FC<{}>", "description": "Renders toast notifications. Add once to root layout.", "type": "component", "module": "@/components/ui/toaster", "url": "https://ui.shadcn.com/docs/components/toast" },
|
|
72
|
+
"Toggle": { "signature": "const Toggle: React.ForwardRefExoticComponent<ToggleProps>", "description": "A two-state button that can be on or off. Built on Radix UI Toggle.", "type": "component", "module": "@/components/ui/toggle", "url": "https://ui.shadcn.com/docs/components/toggle" },
|
|
73
|
+
"ToggleGroup": { "signature": "const ToggleGroup: React.ForwardRefExoticComponent<ToggleGroupProps>", "description": "A group of toggle buttons supporting single or multiple selection. Built on Radix UI ToggleGroup.", "type": "component", "module": "@/components/ui/toggle-group", "url": "https://ui.shadcn.com/docs/components/toggle-group" },
|
|
74
|
+
"Tooltip": { "signature": "const Tooltip: React.FC<TooltipProps>", "description": "A popup displaying information related to an element on hover/focus. Built on Radix UI Tooltip.", "type": "component", "module": "@/components/ui/tooltip", "url": "https://ui.shadcn.com/docs/components/tooltip" },
|
|
75
|
+
"TooltipProvider": { "signature": "const TooltipProvider: React.FC<TooltipProviderProps>", "description": "Wraps your app to enable Tooltip functionality. Required ancestor for Tooltip components.", "type": "component", "module": "@/components/ui/tooltip", "url": "https://ui.shadcn.com/docs/components/tooltip" },
|
|
76
|
+
"TooltipTrigger": { "signature": "const TooltipTrigger: React.ForwardRefExoticComponent<TooltipTriggerProps>", "description": "The element that triggers the Tooltip on hover/focus.", "type": "component", "module": "@/components/ui/tooltip", "url": "https://ui.shadcn.com/docs/components/tooltip" },
|
|
77
|
+
"TooltipContent": { "signature": "const TooltipContent: React.ForwardRefExoticComponent<TooltipContentProps>", "description": "The content displayed inside the Tooltip popup.", "type": "component", "module": "@/components/ui/tooltip", "url": "https://ui.shadcn.com/docs/components/tooltip" },
|
|
78
|
+
"cn": { "signature": "function cn(...inputs: ClassValue[]): string", "description": "Utility function that merges Tailwind CSS class names using clsx and tailwind-merge. Handles conditional classes and deduplication of conflicting utilities.", "type": "function", "module": "@/lib/utils", "url": "https://ui.shadcn.com/docs/installation" },
|
|
79
|
+
"cva": { "signature": "function cva(base?: ClassValue, config?: Config): (props?: ConfigVariants & ClassProp) => string", "description": "Creates variant-based className functions. The core utility from class-variance-authority used to define component variants.", "type": "function", "module": "class-variance-authority", "url": "https://cva.style/docs" },
|
|
80
|
+
"buttonVariants": { "signature": "const buttonVariants: (props?: { variant?: 'default' | 'destructive' | 'outline' | 'secondary' | 'ghost' | 'link'; size?: 'default' | 'sm' | 'lg' | 'icon' } & ClassProp) => string", "description": "Pre-defined CVA variant function for Button. Use to apply button styles to non-button elements like links.", "type": "function", "module": "@/components/ui/button", "url": "https://ui.shadcn.com/docs/components/button" },
|
|
81
|
+
"badgeVariants": { "signature": "const badgeVariants: (props?: { variant?: 'default' | 'secondary' | 'outline' | 'destructive' } & ClassProp) => string", "description": "Pre-defined CVA variant function for Badge.", "type": "function", "module": "@/components/ui/badge", "url": "https://ui.shadcn.com/docs/components/badge" },
|
|
82
|
+
"useToast": { "signature": "function useToast(): { toast: (props: ToastProps) => { id: string; dismiss: () => void; update: (props: ToastProps) => void }; toasts: ToasterToast[]; dismiss: (toastId?: string) => void }", "description": "Hook that returns the toast function and toasts array. Used to imperatively show toast notifications.", "type": "hook", "module": "@/components/ui/use-toast", "url": "https://ui.shadcn.com/docs/components/toast" },
|
|
83
|
+
"toast": { "signature": "function toast(props: { title?: string; description?: string; variant?: 'default' | 'destructive'; action?: ToastActionElement }): { id: string; dismiss: () => void; update: (props: ToastProps) => void }", "description": "Function to imperatively show a toast notification.", "type": "function", "module": "@/components/ui/use-toast", "url": "https://ui.shadcn.com/docs/components/toast" },
|
|
84
|
+
"useFormField": { "signature": "function useFormField(): { invalid: boolean; isDirty: boolean; isTouched: boolean; error?: FieldError; id: string; name: string; formItemId: string; formDescriptionId: string; formMessageId: string }", "description": "Hook that returns the current form field context. Used internally by FormItem, FormLabel, FormControl, FormDescription, FormMessage.", "type": "hook", "module": "@/components/ui/form", "url": "https://ui.shadcn.com/docs/components/form" },
|
|
85
|
+
"--background": { "signature": "--background: <hsl-value>", "description": "CSS custom property for the default page background color.", "type": "css-variable", "module": "globals.css", "url": "https://ui.shadcn.com/docs/theming" },
|
|
86
|
+
"--foreground": { "signature": "--foreground: <hsl-value>", "description": "CSS custom property for the default text/foreground color.", "type": "css-variable", "module": "globals.css", "url": "https://ui.shadcn.com/docs/theming" },
|
|
87
|
+
"--primary": { "signature": "--primary: <hsl-value>", "description": "CSS custom property for the primary brand color.", "type": "css-variable", "module": "globals.css", "url": "https://ui.shadcn.com/docs/theming" },
|
|
88
|
+
"--secondary": { "signature": "--secondary: <hsl-value>", "description": "CSS custom property for the secondary color.", "type": "css-variable", "module": "globals.css", "url": "https://ui.shadcn.com/docs/theming" },
|
|
89
|
+
"--muted": { "signature": "--muted: <hsl-value>", "description": "CSS custom property for muted backgrounds and text.", "type": "css-variable", "module": "globals.css", "url": "https://ui.shadcn.com/docs/theming" },
|
|
90
|
+
"--accent": { "signature": "--accent: <hsl-value>", "description": "CSS custom property for accent highlights.", "type": "css-variable", "module": "globals.css", "url": "https://ui.shadcn.com/docs/theming" },
|
|
91
|
+
"--destructive": { "signature": "--destructive: <hsl-value>", "description": "CSS custom property for destructive action colors (e.g., red).", "type": "css-variable", "module": "globals.css", "url": "https://ui.shadcn.com/docs/theming" },
|
|
92
|
+
"--border": { "signature": "--border: <hsl-value>", "description": "CSS custom property for default border colors.", "type": "css-variable", "module": "globals.css", "url": "https://ui.shadcn.com/docs/theming" },
|
|
93
|
+
"--input": { "signature": "--input: <hsl-value>", "description": "CSS custom property for input element border colors.", "type": "css-variable", "module": "globals.css", "url": "https://ui.shadcn.com/docs/theming" },
|
|
94
|
+
"--ring": { "signature": "--ring: <hsl-value>", "description": "CSS custom property for focus ring outline colors.", "type": "css-variable", "module": "globals.css", "url": "https://ui.shadcn.com/docs/theming" },
|
|
95
|
+
"--radius": { "signature": "--radius: <rem-value>", "description": "CSS custom property for the default border radius.", "type": "css-variable", "module": "globals.css", "url": "https://ui.shadcn.com/docs/theming" },
|
|
96
|
+
"--card": { "signature": "--card: <hsl-value>", "description": "CSS custom property for card background color.", "type": "css-variable", "module": "globals.css", "url": "https://ui.shadcn.com/docs/theming" },
|
|
97
|
+
"--popover": { "signature": "--popover: <hsl-value>", "description": "CSS custom property for popover background color.", "type": "css-variable", "module": "globals.css", "url": "https://ui.shadcn.com/docs/theming" }
|
|
98
|
+
}
|
|
99
|
+
}
|