@bgub/fig-dom 0.0.1 → 0.1.0-alpha.1

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.
@@ -0,0 +1,247 @@
1
+ import { FigNode, Key, MixinDescriptor, MixinInput } from "@bgub/fig";
2
+ //#region src/bind.d.ts
3
+ type Bind<T extends Element = Element> = (node: T, signal: AbortSignal) => undefined;
4
+ declare function composeBind<T extends Element = Element>(...binds: Array<Bind<T> | false | null | undefined>): Bind<T>;
5
+ //#endregion
6
+ //#region src/jsx-attributes.generated.d.ts
7
+ type HtmlGlobalAttributeName = "accesskey" | "autocapitalize" | "autocorrect" | "autofocus" | "class" | "contenteditable" | "dir" | "draggable" | "enterkeyhint" | "exportparts" | "hidden" | "id" | "inert" | "inputmode" | "is" | "itemid" | "itemprop" | "itemref" | "itemscope" | "itemtype" | "lang" | "nonce" | "part" | "popover" | "slot" | "spellcheck" | "style" | "tabindex" | "title" | "translate" | "writingsuggestions";
8
+ interface HtmlAttributeNameByTag {
9
+ a: HtmlGlobalAttributeName | "charset" | "coords" | "download" | "href" | "hreflang" | "name" | "ping" | "referrerpolicy" | "rel" | "rev" | "shape" | "target" | "type";
10
+ applet: HtmlGlobalAttributeName | "align" | "alt" | "archive" | "code" | "codebase" | "height" | "hspace" | "name" | "object" | "vspace" | "width";
11
+ area: HtmlGlobalAttributeName | "alt" | "coords" | "download" | "href" | "hreflang" | "nohref" | "ping" | "referrerpolicy" | "rel" | "shape" | "target" | "type";
12
+ audio: HtmlGlobalAttributeName | "autoplay" | "controls" | "crossorigin" | "loop" | "muted" | "preload" | "src";
13
+ base: HtmlGlobalAttributeName | "href" | "target";
14
+ basefont: HtmlGlobalAttributeName | "color" | "face" | "size";
15
+ blockquote: HtmlGlobalAttributeName | "cite";
16
+ body: HtmlGlobalAttributeName | "alink" | "background" | "bgcolor" | "link" | "text" | "vlink";
17
+ br: HtmlGlobalAttributeName | "clear";
18
+ button: HtmlGlobalAttributeName | "command" | "commandfor" | "disabled" | "form" | "formaction" | "formenctype" | "formmethod" | "formnovalidate" | "formtarget" | "name" | "popovertarget" | "popovertargetaction" | "type" | "value";
19
+ canvas: HtmlGlobalAttributeName | "height" | "width";
20
+ caption: HtmlGlobalAttributeName | "align";
21
+ col: HtmlGlobalAttributeName | "align" | "char" | "charoff" | "span" | "valign" | "width";
22
+ colgroup: HtmlGlobalAttributeName | "align" | "char" | "charoff" | "span" | "valign" | "width";
23
+ data: HtmlGlobalAttributeName | "value";
24
+ del: HtmlGlobalAttributeName | "cite" | "datetime";
25
+ details: HtmlGlobalAttributeName | "name" | "open";
26
+ dialog: HtmlGlobalAttributeName | "closedby" | "open";
27
+ dir: HtmlGlobalAttributeName | "compact";
28
+ div: HtmlGlobalAttributeName | "align";
29
+ dl: HtmlGlobalAttributeName | "compact";
30
+ embed: HtmlGlobalAttributeName | "height" | "src" | "type" | "width";
31
+ fieldset: HtmlGlobalAttributeName | "disabled" | "form" | "name";
32
+ font: HtmlGlobalAttributeName | "color" | "face" | "size";
33
+ form: HtmlGlobalAttributeName | "accept" | "accept-charset" | "action" | "autocomplete" | "enctype" | "method" | "name" | "novalidate" | "target";
34
+ frame: HtmlGlobalAttributeName | "frameborder" | "longdesc" | "marginheight" | "marginwidth" | "name" | "noresize" | "scrolling" | "src";
35
+ frameset: HtmlGlobalAttributeName | "cols" | "rows";
36
+ h1: HtmlGlobalAttributeName | "align";
37
+ h2: HtmlGlobalAttributeName | "align";
38
+ h3: HtmlGlobalAttributeName | "align";
39
+ h4: HtmlGlobalAttributeName | "align";
40
+ h5: HtmlGlobalAttributeName | "align";
41
+ h6: HtmlGlobalAttributeName | "align";
42
+ head: HtmlGlobalAttributeName | "profile";
43
+ hr: HtmlGlobalAttributeName | "align" | "noshade" | "size" | "width";
44
+ html: HtmlGlobalAttributeName | "manifest" | "version";
45
+ iframe: HtmlGlobalAttributeName | "align" | "allow" | "allowfullscreen" | "allowpaymentrequest" | "allowusermedia" | "frameborder" | "height" | "loading" | "longdesc" | "marginheight" | "marginwidth" | "name" | "referrerpolicy" | "sandbox" | "scrolling" | "src" | "srcdoc" | "width";
46
+ img: HtmlGlobalAttributeName | "align" | "alt" | "border" | "crossorigin" | "decoding" | "fetchpriority" | "height" | "hspace" | "ismap" | "loading" | "longdesc" | "name" | "referrerpolicy" | "sizes" | "src" | "srcset" | "usemap" | "vspace" | "width";
47
+ input: HtmlGlobalAttributeName | "accept" | "align" | "alpha" | "alt" | "autocomplete" | "checked" | "colorspace" | "dirname" | "disabled" | "form" | "formaction" | "formenctype" | "formmethod" | "formnovalidate" | "formtarget" | "height" | "ismap" | "list" | "max" | "maxlength" | "min" | "minlength" | "multiple" | "name" | "pattern" | "placeholder" | "popovertarget" | "popovertargetaction" | "readonly" | "required" | "size" | "src" | "step" | "type" | "usemap" | "value" | "width";
48
+ ins: HtmlGlobalAttributeName | "cite" | "datetime";
49
+ isindex: HtmlGlobalAttributeName | "prompt";
50
+ label: HtmlGlobalAttributeName | "for" | "form";
51
+ legend: HtmlGlobalAttributeName | "align";
52
+ li: HtmlGlobalAttributeName | "type" | "value";
53
+ link: HtmlGlobalAttributeName | "as" | "blocking" | "charset" | "color" | "crossorigin" | "disabled" | "fetchpriority" | "href" | "hreflang" | "imagesizes" | "imagesrcset" | "integrity" | "media" | "referrerpolicy" | "rel" | "rev" | "sizes" | "target" | "type";
54
+ map: HtmlGlobalAttributeName | "name";
55
+ menu: HtmlGlobalAttributeName | "compact";
56
+ meta: HtmlGlobalAttributeName | "charset" | "content" | "http-equiv" | "media" | "name" | "scheme";
57
+ meter: HtmlGlobalAttributeName | "high" | "low" | "max" | "min" | "optimum" | "value";
58
+ object: HtmlGlobalAttributeName | "align" | "archive" | "border" | "classid" | "codebase" | "codetype" | "data" | "declare" | "form" | "height" | "hspace" | "name" | "standby" | "type" | "typemustmatch" | "usemap" | "vspace" | "width";
59
+ ol: HtmlGlobalAttributeName | "compact" | "reversed" | "start" | "type";
60
+ optgroup: HtmlGlobalAttributeName | "disabled" | "label";
61
+ option: HtmlGlobalAttributeName | "disabled" | "label" | "selected" | "value";
62
+ output: HtmlGlobalAttributeName | "for" | "form" | "name";
63
+ p: HtmlGlobalAttributeName | "align";
64
+ param: HtmlGlobalAttributeName | "name" | "type" | "value" | "valuetype";
65
+ pre: HtmlGlobalAttributeName | "width";
66
+ progress: HtmlGlobalAttributeName | "max" | "value";
67
+ q: HtmlGlobalAttributeName | "cite";
68
+ script: HtmlGlobalAttributeName | "async" | "blocking" | "charset" | "crossorigin" | "defer" | "fetchpriority" | "integrity" | "language" | "nomodule" | "referrerpolicy" | "src" | "type";
69
+ select: HtmlGlobalAttributeName | "autocomplete" | "disabled" | "form" | "multiple" | "name" | "required" | "size";
70
+ slot: HtmlGlobalAttributeName | "name";
71
+ source: HtmlGlobalAttributeName | "height" | "media" | "sizes" | "src" | "srcset" | "type" | "width";
72
+ style: HtmlGlobalAttributeName | "blocking" | "media" | "type";
73
+ table: HtmlGlobalAttributeName | "align" | "bgcolor" | "border" | "cellpadding" | "cellspacing" | "frame" | "rules" | "summary" | "width";
74
+ tbody: HtmlGlobalAttributeName | "align" | "char" | "charoff" | "valign";
75
+ td: HtmlGlobalAttributeName | "abbr" | "align" | "axis" | "bgcolor" | "char" | "charoff" | "colspan" | "headers" | "height" | "nowrap" | "rowspan" | "scope" | "valign" | "width";
76
+ template: HtmlGlobalAttributeName | "shadowrootclonable" | "shadowrootcustomelementregistry" | "shadowrootdelegatesfocus" | "shadowrootmode" | "shadowrootserializable";
77
+ textarea: HtmlGlobalAttributeName | "autocomplete" | "cols" | "dirname" | "disabled" | "form" | "maxlength" | "minlength" | "name" | "placeholder" | "readonly" | "required" | "rows" | "wrap";
78
+ tfoot: HtmlGlobalAttributeName | "align" | "char" | "charoff" | "valign";
79
+ th: HtmlGlobalAttributeName | "abbr" | "align" | "axis" | "bgcolor" | "char" | "charoff" | "colspan" | "headers" | "height" | "nowrap" | "rowspan" | "scope" | "valign" | "width";
80
+ thead: HtmlGlobalAttributeName | "align" | "char" | "charoff" | "valign";
81
+ time: HtmlGlobalAttributeName | "datetime";
82
+ tr: HtmlGlobalAttributeName | "align" | "bgcolor" | "char" | "charoff" | "valign";
83
+ track: HtmlGlobalAttributeName | "default" | "kind" | "label" | "src" | "srclang";
84
+ ul: HtmlGlobalAttributeName | "compact" | "type";
85
+ video: HtmlGlobalAttributeName | "autoplay" | "controls" | "crossorigin" | "height" | "loop" | "muted" | "playsinline" | "poster" | "preload" | "src" | "width";
86
+ }
87
+ type SvgGlobalAttributeName = "about" | "class" | "content" | "datatype" | "id" | "lang" | "property" | "rel" | "resource" | "rev" | "style" | "tabindex" | "typeof";
88
+ interface SvgAttributeNameByTag {
89
+ a: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "download" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "href" | "hreflang" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "ping" | "pointer-events" | "referrerpolicy" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "target" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "type" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode";
90
+ altGlyph: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "dx" | "dy" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "format" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "glyphRef" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "rotate" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode" | "x" | "y";
91
+ altGlyphDef: SvgGlobalAttributeName;
92
+ altGlyphItem: SvgGlobalAttributeName;
93
+ animate: SvgGlobalAttributeName | "accumulate" | "additive" | "alignment-baseline" | "attributeName" | "attributeType" | "baseline-shift" | "begin" | "by" | "calcMode" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "dur" | "enable-background" | "end" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "from" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "href" | "image-rendering" | "kerning" | "keySplines" | "keyTimes" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "max" | "min" | "opacity" | "overflow" | "pointer-events" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "restart" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "to" | "unicode-bidi" | "values" | "visibility" | "word-spacing" | "writing-mode";
94
+ animateColor: SvgGlobalAttributeName | "accumulate" | "additive" | "alignment-baseline" | "attributeName" | "attributeType" | "baseline-shift" | "begin" | "by" | "calcMode" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "dur" | "enable-background" | "end" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "from" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "keySplines" | "keyTimes" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "max" | "min" | "opacity" | "overflow" | "pointer-events" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "restart" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "to" | "unicode-bidi" | "values" | "visibility" | "word-spacing" | "writing-mode";
95
+ animateMotion: SvgGlobalAttributeName | "accumulate" | "additive" | "begin" | "by" | "calcMode" | "dur" | "end" | "externalResourcesRequired" | "fill" | "from" | "href" | "keyPoints" | "keySplines" | "keyTimes" | "max" | "min" | "origin" | "path" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "restart" | "rotate" | "systemLanguage" | "to" | "values";
96
+ animateTransform: SvgGlobalAttributeName | "accumulate" | "additive" | "attributeName" | "attributeType" | "begin" | "by" | "calcMode" | "dur" | "end" | "externalResourcesRequired" | "fill" | "from" | "href" | "keySplines" | "keyTimes" | "max" | "min" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "restart" | "systemLanguage" | "to" | "type" | "values";
97
+ animation: SvgGlobalAttributeName | "begin" | "dur" | "end" | "externalResourcesRequired" | "fill" | "focusable" | "focusHighlight" | "height" | "initialVisibility" | "max" | "min" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "preserveAspectRatio" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "restart" | "syncBehavior" | "syncMaster" | "syncTolerance" | "systemLanguage" | "transform" | "width" | "x" | "y";
98
+ audio: SvgGlobalAttributeName | "begin" | "dur" | "end" | "externalResourcesRequired" | "fill" | "max" | "min" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "restart" | "syncBehavior" | "syncMaster" | "syncTolerance" | "systemLanguage" | "type";
99
+ canvas: SvgGlobalAttributeName | "preserveAspectRatio" | "requiredExtensions" | "systemLanguage";
100
+ circle: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "cx" | "cy" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "pathLength" | "pointer-events" | "r" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode";
101
+ clipPath: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "clipPathUnits" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode";
102
+ "color-profile": SvgGlobalAttributeName | "local" | "name" | "rendering-intent";
103
+ cursor: SvgGlobalAttributeName | "externalResourcesRequired" | "requiredExtensions" | "requiredFeatures" | "systemLanguage" | "x" | "y";
104
+ defs: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode";
105
+ desc: SvgGlobalAttributeName | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "systemLanguage";
106
+ discard: SvgGlobalAttributeName | "begin" | "href" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "systemLanguage";
107
+ ellipse: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "cx" | "cy" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "pathLength" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "rx" | "ry" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode";
108
+ feBlend: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "in" | "in2" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "mode" | "opacity" | "overflow" | "pointer-events" | "result" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
109
+ feColorMatrix: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "in" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "result" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "type" | "unicode-bidi" | "values" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
110
+ feComponentTransfer: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "in" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "result" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
111
+ feComposite: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "in" | "in2" | "k1" | "k2" | "k3" | "k4" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "operator" | "overflow" | "pointer-events" | "result" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
112
+ feConvolveMatrix: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "bias" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "divisor" | "dominant-baseline" | "edgeMode" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "in" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "order" | "overflow" | "pointer-events" | "preserveAlpha" | "result" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "targetX" | "targetY" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
113
+ feDiffuseLighting: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "diffuseConstant" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "in" | "kernelUnitLength" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "result" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "surfaceScale" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
114
+ feDisplacementMap: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "in" | "in2" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "result" | "scale" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "xChannelSelector" | "y" | "yChannelSelector";
115
+ feDistantLight: SvgGlobalAttributeName | "azimuth" | "elevation";
116
+ feDropShadow: SvgGlobalAttributeName | "dx" | "dy" | "height" | "in" | "result" | "stdDeviation" | "width" | "x" | "y";
117
+ feFlood: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "result" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
118
+ feFuncA: SvgGlobalAttributeName | "amplitude" | "exponent" | "intercept" | "offset" | "slope" | "tableValues" | "type";
119
+ feFuncB: SvgGlobalAttributeName | "amplitude" | "exponent" | "intercept" | "offset" | "slope" | "tableValues" | "type";
120
+ feFuncG: SvgGlobalAttributeName | "amplitude" | "exponent" | "intercept" | "offset" | "slope" | "tableValues" | "type";
121
+ feFuncR: SvgGlobalAttributeName | "amplitude" | "exponent" | "intercept" | "offset" | "slope" | "tableValues" | "type";
122
+ feGaussianBlur: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "edgeMode" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "in" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "result" | "shape-rendering" | "stdDeviation" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
123
+ feImage: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "crossorigin" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "href" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "preserveAspectRatio" | "result" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
124
+ feMerge: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "result" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
125
+ feMergeNode: SvgGlobalAttributeName | "in";
126
+ feMorphology: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "in" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "operator" | "overflow" | "pointer-events" | "radius" | "result" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
127
+ feOffset: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "dx" | "dy" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "in" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "result" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
128
+ fePointLight: SvgGlobalAttributeName | "x" | "y" | "z";
129
+ feSpecularLighting: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "in" | "kernelUnitLength" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "result" | "shape-rendering" | "specularConstant" | "specularExponent" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "surfaceScale" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
130
+ feSpotLight: SvgGlobalAttributeName | "limitingConeAngle" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "specularExponent" | "x" | "y" | "z";
131
+ feTile: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "in" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "result" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
132
+ feTurbulence: SvgGlobalAttributeName | "alignment-baseline" | "baseFrequency" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "numOctaves" | "opacity" | "overflow" | "pointer-events" | "result" | "seed" | "shape-rendering" | "stitchTiles" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "type" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
133
+ filter: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "filterRes" | "filterUnits" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "primitiveUnits" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
134
+ font: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "horiz-adv-x" | "horiz-origin-x" | "horiz-origin-y" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "vert-adv-y" | "vert-origin-x" | "vert-origin-y" | "visibility" | "word-spacing" | "writing-mode";
135
+ "font-face": SvgGlobalAttributeName | "accent-height" | "alphabetic" | "ascent" | "bbox" | "cap-height" | "descent" | "externalResourcesRequired" | "font-family" | "font-size" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "hanging" | "ideographic" | "mathematical" | "overline-position" | "overline-thickness" | "panose-1" | "slope" | "stemh" | "stemv" | "strikethrough-position" | "strikethrough-thickness" | "underline-position" | "underline-thickness" | "unicode-range" | "units-per-em" | "v-alphabetic" | "v-hanging" | "v-ideographic" | "v-mathematical" | "widths" | "x-height";
136
+ "font-face-format": SvgGlobalAttributeName | "string";
137
+ "font-face-name": SvgGlobalAttributeName | "name";
138
+ "font-face-src": SvgGlobalAttributeName;
139
+ "font-face-uri": SvgGlobalAttributeName | "externalResourcesRequired";
140
+ foreignObject: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
141
+ g: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode";
142
+ glyph: SvgGlobalAttributeName | "alignment-baseline" | "arabic-form" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "d" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-name" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "horiz-adv-x" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "orientation" | "overflow" | "pointer-events" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode" | "unicode-bidi" | "vert-adv-y" | "vert-origin-x" | "vert-origin-y" | "visibility" | "word-spacing" | "writing-mode";
143
+ glyphRef: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "dx" | "dy" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "format" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "glyphRef" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode" | "x" | "y";
144
+ handler: SvgGlobalAttributeName | "externalResourcesRequired" | "type";
145
+ hkern: SvgGlobalAttributeName | "g1" | "g2" | "k" | "u1" | "u2";
146
+ iframe: SvgGlobalAttributeName | "requiredExtensions" | "systemLanguage";
147
+ image: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "crossorigin" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "href" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "pointer-events" | "preserveAspectRatio" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "type" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
148
+ line: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "pathLength" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode" | "x1" | "x2" | "y1" | "y2";
149
+ linearGradient: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "gradientTransform" | "gradientUnits" | "href" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "shape-rendering" | "spreadMethod" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode" | "x1" | "x2" | "y1" | "y2";
150
+ listener: SvgGlobalAttributeName | "defaultAction" | "event" | "handler" | "observer" | "phase" | "propagate" | "target";
151
+ marker: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "markerHeight" | "markerUnits" | "markerWidth" | "mask" | "opacity" | "orient" | "overflow" | "pointer-events" | "preserveAspectRatio" | "refX" | "refY" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "viewBox" | "visibility" | "word-spacing" | "writing-mode";
152
+ mask: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "maskContentUnits" | "maskUnits" | "opacity" | "overflow" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
153
+ metadata: SvgGlobalAttributeName | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "systemLanguage";
154
+ "missing-glyph": SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "d" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "horiz-adv-x" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "vert-adv-y" | "vert-origin-x" | "vert-origin-y" | "visibility" | "word-spacing" | "writing-mode";
155
+ mpath: SvgGlobalAttributeName | "externalResourcesRequired" | "href";
156
+ path: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "d" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "pathLength" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode";
157
+ pattern: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "href" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointer-events" | "preserveAspectRatio" | "requiredExtensions" | "requiredFeatures" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "viewBox" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
158
+ polygon: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "pathLength" | "pointer-events" | "points" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode";
159
+ polyline: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "pathLength" | "pointer-events" | "points" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode";
160
+ prefetch: SvgGlobalAttributeName | "bandwidth" | "mediaCharacterEncoding" | "mediaContentEncodings" | "mediaSize" | "mediaTime";
161
+ radialGradient: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "cx" | "cy" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "fr" | "fx" | "fy" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "gradientTransform" | "gradientUnits" | "href" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "r" | "shape-rendering" | "spreadMethod" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode";
162
+ rect: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "pathLength" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "rx" | "ry" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
163
+ script: SvgGlobalAttributeName | "crossorigin" | "externalResourcesRequired" | "href" | "type";
164
+ set: SvgGlobalAttributeName | "attributeName" | "attributeType" | "begin" | "dur" | "end" | "externalResourcesRequired" | "fill" | "href" | "max" | "min" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "restart" | "systemLanguage" | "to";
165
+ solidColor: SvgGlobalAttributeName;
166
+ stop: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "offset" | "opacity" | "overflow" | "pointer-events" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode";
167
+ style: SvgGlobalAttributeName | "media" | "title" | "type";
168
+ svg: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "baseProfile" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "contentScriptType" | "contentStyleType" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "playbackorder" | "playbackOrder" | "pointer-events" | "preserveAspectRatio" | "requiredExtensions" | "requiredFeatures" | "shape-rendering" | "snapshotTime" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "syncBehaviorDefault" | "syncToleranceDefault" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "timelinebegin" | "timelineBegin" | "transform" | "unicode-bidi" | "version" | "viewBox" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y" | "zoomAndPan";
169
+ switch: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode";
170
+ symbol: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "preserveAspectRatio" | "refX" | "refY" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "text-anchor" | "text-decoration" | "text-rendering" | "unicode-bidi" | "viewBox" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
171
+ tbreak: SvgGlobalAttributeName | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "systemLanguage";
172
+ text: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "dx" | "dy" | "editable" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "lengthAdjust" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "rotate" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "textLength" | "transform" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode" | "x" | "y";
173
+ textArea: SvgGlobalAttributeName | "editable" | "focusable" | "focusHighlight" | "height" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "systemLanguage" | "transform" | "width" | "x" | "y";
174
+ textPath: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "href" | "image-rendering" | "kerning" | "lengthAdjust" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "method" | "opacity" | "overflow" | "path" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "shape-rendering" | "side" | "spacing" | "startOffset" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "textLength" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode";
175
+ title: SvgGlobalAttributeName | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "systemLanguage";
176
+ tref: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "dx" | "dy" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "lengthAdjust" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "opacity" | "overflow" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "rotate" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "textLength" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode" | "x" | "y";
177
+ tspan: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "dx" | "dy" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "image-rendering" | "kerning" | "lengthAdjust" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "rotate" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "textLength" | "unicode-bidi" | "visibility" | "word-spacing" | "writing-mode" | "x" | "y";
178
+ unknown: SvgGlobalAttributeName | "requiredExtensions" | "systemLanguage";
179
+ use: SvgGlobalAttributeName | "alignment-baseline" | "baseline-shift" | "clip" | "clip-path" | "clip-rule" | "color" | "color-interpolation" | "color-interpolation-filters" | "color-profile" | "color-rendering" | "cursor" | "direction" | "display" | "dominant-baseline" | "enable-background" | "externalResourcesRequired" | "fill" | "fill-opacity" | "fill-rule" | "filter" | "flood-color" | "flood-opacity" | "focusable" | "focusHighlight" | "font-family" | "font-size" | "font-size-adjust" | "font-stretch" | "font-style" | "font-variant" | "font-weight" | "glyph-orientation-horizontal" | "glyph-orientation-vertical" | "height" | "href" | "image-rendering" | "kerning" | "letter-spacing" | "lighting-color" | "marker-end" | "marker-mid" | "marker-start" | "mask" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "opacity" | "overflow" | "pointer-events" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "shape-rendering" | "stop-color" | "stop-opacity" | "stroke" | "stroke-dasharray" | "stroke-dashoffset" | "stroke-linecap" | "stroke-linejoin" | "stroke-miterlimit" | "stroke-opacity" | "stroke-width" | "systemLanguage" | "text-anchor" | "text-decoration" | "text-rendering" | "transform" | "unicode-bidi" | "visibility" | "width" | "word-spacing" | "writing-mode" | "x" | "y";
180
+ video: SvgGlobalAttributeName | "begin" | "dur" | "end" | "externalResourcesRequired" | "fill" | "focusable" | "focusHighlight" | "height" | "initialVisibility" | "max" | "min" | "nav-down" | "nav-down-left" | "nav-down-right" | "nav-left" | "nav-next" | "nav-prev" | "nav-right" | "nav-up" | "nav-up-left" | "nav-up-right" | "overlay" | "preserveAspectRatio" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "requiredFonts" | "requiredFormats" | "restart" | "syncBehavior" | "syncMaster" | "syncTolerance" | "systemLanguage" | "transform" | "transformBehavior" | "type" | "width" | "x" | "y";
181
+ view: SvgGlobalAttributeName | "externalResourcesRequired" | "preserveAspectRatio" | "viewBox" | "viewTarget" | "zoomAndPan";
182
+ vkern: SvgGlobalAttributeName | "g1" | "g2" | "k" | "u1" | "u2";
183
+ }
184
+ //#endregion
185
+ //#region src/jsx-attribute-policy.d.ts
186
+ type EmptyPropValue = false | null | undefined;
187
+ type AttributeValue = string | number | true | EmptyPropValue;
188
+ type HostStyle = Readonly<Record<string, string | EmptyPropValue>>;
189
+ interface FigHostProps<E extends Element> {
190
+ bind?: Bind<E> | EmptyPropValue;
191
+ children?: FigNode;
192
+ key?: Key | null;
193
+ mix?: MixinInput;
194
+ style?: HostStyle | EmptyPropValue;
195
+ suppressHydrationWarning?: boolean | null;
196
+ unsafeHTML?: string | EmptyPropValue;
197
+ }
198
+ interface ReactHabitTraps {
199
+ className?: never;
200
+ dangerouslySetInnerHTML?: never;
201
+ htmlFor?: never;
202
+ ref?: never;
203
+ [handler: `on${string}`]: never;
204
+ }
205
+ type FigOwnedPropName = keyof FigHostProps<Element> | keyof ReactHabitTraps;
206
+ type FormValue = string | number | EmptyPropValue;
207
+ type SelectValue = string | number | ReadonlyArray<string | number>;
208
+ interface FormStatePropsByTag {
209
+ input: {
210
+ checked?: boolean | null | undefined;
211
+ defaultChecked?: boolean | null | undefined;
212
+ defaultValue?: FormValue;
213
+ value?: FormValue;
214
+ };
215
+ select: {
216
+ defaultValue?: SelectValue | EmptyPropValue;
217
+ value?: SelectValue | EmptyPropValue;
218
+ };
219
+ textarea: {
220
+ defaultValue?: FormValue;
221
+ value?: FormValue;
222
+ };
223
+ }
224
+ type FormStateProps<Tag extends string> = Tag extends keyof FormStatePropsByTag ? FormStatePropsByTag[Tag] : unknown;
225
+ type FormStatePropName<Tag> = Tag extends keyof FormStatePropsByTag ? keyof FormStatePropsByTag[Tag] : never;
226
+ type FigGlobalAttributeName = `aria-${string}` | `data-${string}` | "role";
227
+ type SvgLegacyAttributeName = "xlink:href" | "xml:space" | "xmlns:xlink";
228
+ type HostAttributeProps<AttributeName extends string> = { [Name in Exclude<AttributeName, FigOwnedPropName>]?: AttributeValue; };
229
+ type HtmlAttributes<Tag extends keyof HtmlAttributeNameByTag> = Exclude<HtmlAttributeNameByTag[Tag], FormStatePropName<Tag>> | FigGlobalAttributeName;
230
+ type SvgAttributes<Tag extends keyof SvgAttributeNameByTag> = SvgAttributeNameByTag[Tag] | FigGlobalAttributeName | SvgLegacyAttributeName;
231
+ type HostProps<E extends Element, AttributeName extends string = never> = FigHostProps<E> & ReactHabitTraps & HostAttributeProps<AttributeName>;
232
+ type HtmlHostProps<Tag extends string, E extends Element> = HostProps<E, Tag extends keyof HtmlAttributeNameByTag ? HtmlAttributes<Tag> : HtmlGlobalAttributeName | FigGlobalAttributeName> & FormStateProps<Tag>;
233
+ type SvgHostProps<Tag extends string, E extends Element> = HostProps<E, Tag extends keyof SvgAttributeNameByTag ? SvgAttributes<Tag> : SvgGlobalAttributeName | FigGlobalAttributeName | SvgLegacyAttributeName>;
234
+ type OpenHtmlHostProps<E extends Element> = HostProps<E, HtmlGlobalAttributeName | FigGlobalAttributeName>;
235
+ interface OpenHostProps<E extends Element> extends FigHostProps<E>, ReactHabitTraps {
236
+ [attribute: string]: FigNode | HostStyle | MixinDescriptor | ReadonlyArray<MixinInput> | 0n | Bind<E>;
237
+ }
238
+ //#endregion
239
+ //#region src/jsx.d.ts
240
+ type HtmlHostPropsByTag<TagNameMap> = { [Tag in keyof TagNameMap]: Tag extends string ? HtmlHostProps<Tag, TagNameMap[Tag] & Element> : OpenHtmlHostProps<TagNameMap[Tag] & Element>; };
241
+ type SvgHostPropsByTag<TagNameMap> = { [Tag in keyof TagNameMap]: Tag extends string ? SvgHostProps<Tag, TagNameMap[Tag] & Element> : OpenHostProps<TagNameMap[Tag] & Element>; };
242
+ type OpenHostPropsByTag<TagNameMap> = { [Tag in keyof TagNameMap]: OpenHostProps<TagNameMap[Tag] & Element>; };
243
+ type HostIntrinsicElements = HtmlHostPropsByTag<HTMLElementTagNameMap> & SvgHostPropsByTag<Omit<SVGElementTagNameMap, keyof HTMLElementTagNameMap>> & OpenHostPropsByTag<Omit<MathMLElementTagNameMap, keyof HTMLElementTagNameMap | keyof SVGElementTagNameMap>> & {
244
+ [customElement: `${string}-${string}`]: OpenHostProps<HTMLElement>;
245
+ };
246
+ //#endregion
247
+ export { Bind as a, HostStyle as i, EmptyPropValue as n, composeBind as o, HostProps as r, HostIntrinsicElements as t };
@@ -0,0 +1,16 @@
1
+ import { t as HostIntrinsicElements } from "./jsx-C3owhMDw.js";
2
+ import { FigNode, Key } from "@bgub/fig";
3
+ import { Fragment, jsx, jsxDEV, jsxs } from "@bgub/fig/jsx-runtime";
4
+ //#region src/jsx-runtime.d.ts
5
+ declare namespace JSX {
6
+ type Element = FigNode;
7
+ interface ElementChildrenAttribute {
8
+ children: unknown;
9
+ }
10
+ interface IntrinsicAttributes {
11
+ key?: Key | null;
12
+ }
13
+ interface IntrinsicElements extends HostIntrinsicElements {}
14
+ }
15
+ //#endregion
16
+ export { Fragment, JSX, jsx, jsxDEV, jsxs };
@@ -0,0 +1 @@
1
+ import{Fragment as e,jsx as t,jsxDEV as n,jsxs as r}from"@bgub/fig/jsx-runtime";export{e as Fragment,t as jsx,n as jsxDEV,r as jsxs};
@@ -0,0 +1,2 @@
1
+ let e=null,t=null;function n(n){if(e=n,t!==null){let e=t;t=null;for(let t of e)n(t)}}function r(n){if(e===null){(t??=[]).push(n);return}e(n)}export{r as n,n as t};
2
+ //# sourceMappingURL=refresh-internal-B05aFp_T.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"refresh-internal-B05aFp_T.js","names":[],"sources":["../src/refresh-internal.ts"],"sourcesContent":["import type { RefreshUpdate } from \"@bgub/fig-reconciler/refresh\";\n\nlet scheduleDomRefresh: ((update: RefreshUpdate) => void) | null = null;\n\n// Updates that arrive before the @bgub/fig-dom main entry has evaluated (it\n// configures the scheduler as a module side effect). A code-split app can load\n// this entry first, and dropping those updates would silently skip a refresh.\nlet pendingUpdates: RefreshUpdate[] | null = null;\n\nexport function configureDomRefreshScheduler(\n scheduleRefresh: (update: RefreshUpdate) => void,\n): void {\n scheduleDomRefresh = scheduleRefresh;\n\n if (pendingUpdates !== null) {\n const updates = pendingUpdates;\n pendingUpdates = null;\n for (const update of updates) scheduleRefresh(update);\n }\n}\n\nexport function scheduleRefresh(update: RefreshUpdate): void {\n if (scheduleDomRefresh === null) {\n (pendingUpdates ??= []).push(update);\n return;\n }\n\n scheduleDomRefresh(update);\n}\n"],"mappings":"AAEA,IAAI,EAA+D,KAK/D,EAAyC,KAE7C,SAAgB,EACd,EACM,CAGN,GAFA,EAAqB,EAEjB,IAAmB,KAAM,CAC3B,IAAM,EAAU,EAChB,EAAiB,KACjB,IAAK,IAAM,KAAU,EAAS,EAAgB,CAAM,CACtD,CACF,CAEA,SAAgB,EAAgB,EAA6B,CAC3D,GAAI,IAAuB,KAAM,EAC9B,IAAmB,CAAC,EAAA,CAAG,KAAK,CAAM,EACnC,MACF,CAEA,EAAmB,CAAM,CAC3B"}
package/dist/refresh.d.ts CHANGED
@@ -1,6 +1,5 @@
1
- import { RefreshFamily, RefreshUpdate } from "@bgub/fig-reconciler/refresh";
2
- //#region src/refresh.d.ts
3
- declare function configureDomRefreshScheduler(scheduleRefresh: (update: RefreshUpdate) => void): void;
4
- declare function scheduleRefresh(update: RefreshUpdate): void;
1
+ import { RefreshFamily, RefreshUpdate, RefreshUpdate as RefreshUpdate$1 } from "@bgub/fig-reconciler/refresh";
2
+ //#region src/refresh-internal.d.ts
3
+ declare function scheduleRefresh(update: RefreshUpdate$1): void;
5
4
  //#endregion
6
- export { type RefreshFamily, type RefreshUpdate, configureDomRefreshScheduler, scheduleRefresh };
5
+ export { type RefreshFamily, type RefreshUpdate, scheduleRefresh };
package/dist/refresh.js CHANGED
@@ -1,2 +1 @@
1
- let e=null,t=null;function n(n){if(e=n,t!==null){let e=t;t=null;for(let t of e)n(t)}}function r(n){if(e===null){(t??=[]).push(n);return}e(n)}export{n as configureDomRefreshScheduler,r as scheduleRefresh};
2
- //# sourceMappingURL=refresh.js.map
1
+ import{n as e}from"./refresh-internal-B05aFp_T.js";export{e as scheduleRefresh};