Skip to content

Commit a68fdf2

Browse files
himerusclaude
andcommitted
chore: regenerate CEM after adding FromMeta exports
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c247234 commit a68fdf2

File tree

1 file changed

+74
-2
lines changed

1 file changed

+74
-2
lines changed

custom-elements.json

Lines changed: 74 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4164,6 +4164,36 @@
41644164
"kind": "javascript-module",
41654165
"path": "packages/core/src/handlers/scope-checker.ts",
41664166
"declarations": [
4167+
{
4168+
"kind": "function",
4169+
"name": "checkCssScopeFromMeta",
4170+
"return": {
4171+
"type": {
4172+
"text": "ScopeCheckResult"
4173+
}
4174+
},
4175+
"parameters": [
4176+
{
4177+
"name": "css",
4178+
"type": {
4179+
"text": "string"
4180+
}
4181+
},
4182+
{
4183+
"name": "tagName",
4184+
"type": {
4185+
"text": "string"
4186+
}
4187+
},
4188+
{
4189+
"name": "cssProperties",
4190+
"type": {
4191+
"text": "Array<{ name: string }>"
4192+
}
4193+
}
4194+
],
4195+
"description": "Core implementation accepting a pre-built set of known tokens.\nUsed by both the CEM-based entry point and the preflight (which already has metadata)."
4196+
},
41674197
{
41684198
"kind": "function",
41694199
"name": "checkCssScope",
@@ -4191,10 +4221,19 @@
41914221
"text": "Cem"
41924222
}
41934223
}
4194-
]
4224+
],
4225+
"description": "CEM-based entry point — parses the CEM to extract known tokens,\nthen delegates to the core implementation."
41954226
}
41964227
],
41974228
"exports": [
4229+
{
4230+
"kind": "js",
4231+
"name": "checkCssScopeFromMeta",
4232+
"declaration": {
4233+
"name": "checkCssScopeFromMeta",
4234+
"module": "packages/core/src/handlers/scope-checker.ts"
4235+
}
4236+
},
41984237
{
41994238
"kind": "js",
42004239
"name": "checkCssScope",
@@ -4888,6 +4927,30 @@
48884927
"kind": "javascript-module",
48894928
"path": "packages/core/src/handlers/token-fallback-checker.ts",
48904929
"declarations": [
4930+
{
4931+
"kind": "function",
4932+
"name": "checkTokenFallbacksFromMeta",
4933+
"return": {
4934+
"type": {
4935+
"text": "TokenFallbackResult"
4936+
}
4937+
},
4938+
"parameters": [
4939+
{
4940+
"name": "cssText",
4941+
"type": {
4942+
"text": "string"
4943+
}
4944+
},
4945+
{
4946+
"name": "knownTokens",
4947+
"type": {
4948+
"text": "Set<string>"
4949+
}
4950+
}
4951+
],
4952+
"description": "Core implementation accepting a pre-built set of known tokens.\nUsed by both the CEM-based entry point and the preflight (which already has metadata)."
4953+
},
48914954
{
48924955
"kind": "function",
48934956
"name": "checkTokenFallbacks",
@@ -4915,10 +4978,19 @@
49154978
"text": "Cem"
49164979
}
49174980
}
4918-
]
4981+
],
4982+
"description": "CEM-based entry point — parses the CEM to extract known tokens,\nthen delegates to the core implementation."
49194983
}
49204984
],
49214985
"exports": [
4986+
{
4987+
"kind": "js",
4988+
"name": "checkTokenFallbacksFromMeta",
4989+
"declaration": {
4990+
"name": "checkTokenFallbacksFromMeta",
4991+
"module": "packages/core/src/handlers/token-fallback-checker.ts"
4992+
}
4993+
},
49224994
{
49234995
"kind": "js",
49244996
"name": "checkTokenFallbacks",

0 commit comments

Comments
 (0)