bernova 1.4.0 → 1.5.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Split stats file
8
+
9
+ Pull Request
10
+
11
+ ## 1.4.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Modify changelog showing links
16
+
3
17
  ## 1.4.0
4
18
 
5
19
  ### Minor Changes
package/README.md CHANGED
@@ -156,13 +156,13 @@ By adding a flag at the end of the script, you can transpile only part of the pr
156
156
  For FOUNDATIONS, MediaQueries, and GlobalStyles:
157
157
 
158
158
  ```bash
159
- npx bernova --foundationOnly
159
+ npx bernova --foundation-only
160
160
  ```
161
161
 
162
162
  For the classes of the HTML elements and available components
163
163
 
164
164
  ```bash
165
- npx bernova --componentOnly
165
+ npx bernova --component-only
166
166
  ```
167
167
 
168
168
  ## Design Tools
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const e=require("fs").promises,s=require("path"),t=require("@babel/core"),{minify:n}=require("terser"),{extractDocFragment:r,writeDoc:a,fileExists:o,readConfigData:i}=require("../src/lib");async function c({baseOutPath:t,jsFile:n,rootDir:i,customOutDirs:c,dir:l,minifyJS:m,preventMoveJS:u,provider:h,type:v="",embedCss:y,cssFiles:b}){const g=n.name.endsWith(".d.ts"),D=s.resolve(l,n.path,n.name);if(!o(l,D))return void console.error(`File not found: ${D}`);let j=await e.readFile(D,"utf8");const C=!!c?.css||y&&b.length>0;if("stats.js"===n.name&&C){const t=r({section:"CssThemes",doc:j}),n=t.replace(/export const cssThemes\s*=\s*/,""),a=new Function(`return (${n})`)();if(c?.css){const e=f({cssThemes:a,cssOutPath:c.css});j=j.replace(t,`export const cssThemes = {\n${e}};\n`)}else if(y&&b.length>0){const n={},r=await b.reduce(async(t,{name:r,path:a,parent:i})=>{const c=s.resolve(l,a,r);if(o(l,c)){const s=await e.readFile(c,"utf8");if(i)i.forEach(e=>{const{name:t,position:r}=e;t in n||(n[t]={before:"",after:""}),n[t][r]+=s.replace(/\s+/g,"")});else{const e=r.replace(".css","").replace(".min","");e in t||(t[e]=""),t[e]+=s.replace(/\s+/g,"")}}return t},{}),a=`export const cssThemes = {\n${Object.entries(r).reduce((e,[s,t])=>{const r=n[s]||{before:"",after:""};return e+`'${s}': { css: \`${r.before+t+r.after}\` },\n`},"")}};\n`;j=j.replace(t,a)}}if(n.name===`${h.name.toLocaleLowerCase()}.js`&&C){const t="\n #linkBuilder = (css, id) => {\n if (typeof document === 'undefined') return;\n let styleElement = document.getElementById(id);\n if (!styleElement) {\n styleElement = document.createElement('style');\n styleElement.id = id;\n styleElement.type = 'text/css';\n document.head.appendChild(styleElement);\n }\n styleElement.innerHTML = css;\n };\n #handlerThemes = (data) => {\n const { css } = data;\n this.#linkBuilder(css, this.#linkId);\n };\n #cleanUpLinks = () => {\n if (typeof document === 'undefined') return;\n const style = document.getElementById(this.#linkId);\n if (style) style.remove();\n };\n ",n="../src/lib/generateProvider/template/providerTemplate.js";let a=await e.readFile(s.resolve(__dirname,n),"utf8");a=a.replace(/\$_Provider_\$/g,h.name);const o=r({section:"Bernova provider methods",doc:a});j=a.replace(o,t.trim())}if(n.name===`${h.name.toLocaleLowerCase()}.d.ts`&&C){const t="\n #linkBuilder(css: string, id: string): void;\n #handlerThemes(data: { css: string }): void;\n #cleanUpLinks(): void;\n ",n="../src/lib/generateProvider/template/providerTemplate.d.ts";let a=await e.readFile(s.resolve(__dirname,n),"utf8");a=a.replace(/\$_Provider_\$/g,h.name);const o=r({section:"Bernova provider methods",doc:a});j=a.replace(o,t.trim())}"cjs"!==v||g||(j=await p(j,D,!0)),"esm"!==v||g||(j=await p(j,D)),m&&!g&&(j=await d(j));const O=s.relative(i||"",n.path),$=u?D:s.resolve(t,O,n.name);await a($,j,n.name)}async function l({baseOutPath:t,cssFiles:n,rootDir:r,customOutDirs:i,dir:c}){for(const l of n){const n=(()=>r&&!i?.css?s.relative(r,l.path):i?.css?i.css:l.path)(),m=s.resolve(c,l.path,l.name);if(o(c,m)){const r=await e.readFile(m,"utf8"),o=l.name.replace(".min","");await a(s.resolve(t,n,o),r,o)}}}function m({baseOutDir:e,type:t="-"}){const n=(()=>{switch(t){case"cjs":return"cjs";case"esm":return"esm";default:return""}})();return s.join(e,n)}async function p(e,s,n=!1){const r=!!n&&"commonjs";return(await t.transformAsync(e,{filename:s,presets:[["@babel/preset-env",{modules:r,targets:{node:"current"}}]]})).code}async function d(e){return(await n(e,{compress:{dead_code:!0,drop_console:!1,drop_debugger:!0,keep_classnames:!1,keep_fargs:!0,keep_fnames:!1,keep_infinity:!1},mangle:{toplevel:!1},format:{comments:!1}})).code}function u({themes:e,minifyCss:t}){return e&&Array.isArray(e)&&e.length>0?e.reduce((e,n)=>{const{name:r,stylesPath:a,foreignThemes:o}=n;return r&&a&&v(e,{name:t?`${r}.min.css`:`${r}.css`,path:a}),o&&Array.isArray(o)&&o.length>0&&o.forEach(t=>{const n=s.basename(t.path),a=t.path.replace(n,"").trim(),o=e.findIndex(e=>e.name===n&&e.path===a);o>=0?e[o].parent.push({name:r,position:t.position}):e.push({name:n,path:a,parent:[{name:r,position:t.position}]})}),e},[]):[]}function h({provider:e,themes:s,preventMoveDTS:t=!1}){const n=s&&s.bvTools?s.reduce((e,{bvTools:s})=>{const{path:n,declarationHelp:r,cssVariables:a,cssClassNames:o,cssMediaQueries:i,cssGlobalStyles:c,availableComponents:l}=s,m=r&&!t;return a&&(v(e,{name:"cssVars.js",path:n}),m&&v(e,{name:"cssVars.d.ts",path:n})),o&&(v(e,{name:"cssClasses.js",path:n}),m&&v(e,{name:"cssClasses.d.ts",path:n})),i&&(v(e,{name:"cssMediaQueries.js",path:n}),m&&v(e,{name:"cssMediaQueries.d.ts",path:n})),c&&(v(e,{name:"cssGlobalStyles.js",path:n}),m&&v(e,{name:"cssGlobalStyles.d.ts",path:n})),l&&(v(e,{name:"cssAvailableComponents.js",path:n}),m&&v(e,{name:"cssAvailableComponents.d.js",path:n})),e},[]):[];return e&&(v(n,{name:`${e.name.toLocaleLowerCase()}.js`,path:e.path}),v(n,{name:"stats.js",path:`${e.path}/stats`}),e.declarationHelp&&!t&&(v(n,{name:`${e.name.toLocaleLowerCase()}.d.ts`,path:e.path}),v(n,{name:"stats.d.ts",path:`${e.path}/stats`}))),n}function f({cssThemes:e,cssOutPath:t}){return Object.entries(e).reduce((e,[n,{foreign:r}])=>{const{before:a,after:o}=r,i=a&&Array.isArray(a)&&a.length>0?a.reduce((e,n,r)=>{const a=s.basename(n);return r>0&&(e+=", "),e+`'${t}/${a}'`},""):"",c=o&&Array.isArray(o)&&o.length>0?o.reduce((e,n,r)=>{const a=s.basename(n);return r>0&&(e+=", "),e+`'${t}/${a}'`},""):"";return e+`'${n}': { css: '${t}/${n}.css', foreign: { before: [${i}], after: [${c}] } },\n`},"")}function v(e,s){e.some(e=>e.name===s.name&&e.path===s.path)||e.push(s)}function y(){const e=["--base-out-dir","--root-dir","--prevent-process-js","--prevent-move-js","--prevent-move-dts","--types","--css","--tools","--provider","--embed-css"],s={};for(let t=0;t<process.argv.length;t++)if(e.includes(process.argv[t])){const n=process.argv[t].replace("--","").replace(/-([a-z])/g,(e,s)=>s.toUpperCase()),r=process.argv[t+1];s[n]=(()=>!(r&&!e.includes(r))||("none"===r.toLocaleLowerCase()?"":r))()}return s}function b({jsonCustomOutDirs:e,cliCustomOutDirs:s}){let t={};return e&&(t={...e}),s&&(t={...t,...s}),Object.keys(t).length>0?t:void 0}(async()=>{const e=process.cwd(),t=await i(s.resolve(e,"bernova.config.json")),{compilerOptions:n,provider:r,themes:a}=t;n&&r&&a||(console.error("Invalid configuration: Missing compilerOptions, themes or provider"),process.exit(1));const{baseOutDir:o,rootDir:p,minifyCss:d,minifyJS:f,preventMoveJS:v,preventMoveDTS:g,types:D,embedCss:j,customOutDirs:C}=n,{baseOutDir:O,rootDir:$,types:w,preventMoveJs:T,preventMoveDts:F,preventProcessJs:_=!1,embedCss:M,...S}=y(),A=O??o??"",E=$??p??void 0,L=T??v??!1,P=F??g??!1,k=w??D??void 0,J=M??j??!1,x=b({jsonCustomOutDirs:C,cliCustomOutDirs:S}),B=u({themes:a,minifyCss:d}),I=_?[]:h({provider:r,themes:a,preventMoveDTS:P}),q=m({baseOutDir:A});if(B&&B.length>0&&!J&&await l({baseOutPath:q,cssFiles:B,rootDir:E,customOutDirs:x,dir:e}),I&&I.length>0)if(k&&Array.isArray(k)&&k.length>0)for(const s of k){const t=m({baseOutDir:A,type:s});for(const n of I)await c({baseOutPath:t,jsFile:n,rootDir:E,customOutDirs:x,dir:e,minifyJS:f,preventMoveJS:L,provider:r,type:s,embedCss:J,cssFiles:B})}else for(const s of I)await c({baseOutPath:q,jsFile:s,rootDir:E,customOutDirs:x,dir:e,minifyJS:f,preventMoveJS:L,provider:r,embedCss:J,cssFiles:B})})();
2
+ const e=require("fs").promises,s=require("path"),t=require("@babel/core"),{minify:n}=require("terser"),{extractDocFragment:a,writeDoc:r,fileExists:o,readConfigData:i}=require("../src/lib");async function c({baseOutPath:t,jsFile:n,rootDir:i,customOutDirs:c,dir:l,minifyJS:m,preventMoveJS:u,provider:h,type:v="",embedCss:y,cssFiles:b}){const g=n.name.endsWith(".d.ts"),j=s.resolve(l,n.path,n.name);if(!o(l,j))return void console.error(`File not found: ${j}`);let D=await e.readFile(j,"utf8");const C=!!c?.css||y&&b.length>0;if("cssTheme.js"===n.name&&C){const t=D.replace("export default",""),n=new Function(`return (${t})`)();if(c?.css)D=`export default {\n${f({cssThemes:n,cssOutPath:c.css})}};\n`;else if(y&&b.length>0){const t={},n=await b.reduce(async(n,{name:a,path:r,parent:i})=>{const c=s.resolve(l,r,a);if(o(l,c)){const s=await e.readFile(c,"utf8");if(i)i.forEach(e=>{const{name:n,position:a}=e;n in t||(t[n]={before:"",after:""}),t[n][a]+=s.replace(/\s+/g,"")});else{const e=a.replace(".css","").replace(".min","");e in n||(n[e]=""),n[e]+=s.replace(/\s+/g,"")}}return n},{});D=`export default {\n${Object.entries(n).reduce((e,[s,n])=>{const a=t[s]||{before:"",after:""};return e+`'${s}': { css: \`${a.before+n+a.after}\` },\n`},"")}};\n`}}if(n.name===`${h.name.toLocaleLowerCase()}.js`&&C){const t="\n #linkBuilder = (css, id) => {\n if (typeof document === 'undefined') return;\n let styleElement = document.getElementById(id);\n if (!styleElement) {\n styleElement = document.createElement('style');\n styleElement.id = id;\n styleElement.type = 'text/css';\n document.head.appendChild(styleElement);\n }\n styleElement.innerHTML = css;\n };\n #handlerThemes = (data) => {\n const { css } = data;\n this.#linkBuilder(css, this.#linkId);\n };\n #cleanUpLinks = () => {\n if (typeof document === 'undefined') return;\n const style = document.getElementById(this.#linkId);\n if (style) style.remove();\n };\n ",n="../src/lib/generateProvider/template/providerTemplate.js";let r=await e.readFile(s.resolve(__dirname,n),"utf8");r=r.replace(/\$_Provider_\$/g,h.name);const o=a({section:"Bernova provider methods",doc:r});D=r.replace(o,t.trim())}if(n.name===`${h.name.toLocaleLowerCase()}.d.ts`&&C){const t="\n #linkBuilder(css: string, id: string): void;\n #handlerThemes(data: { css: string }): void;\n #cleanUpLinks(): void;\n ",n="../src/lib/generateProvider/template/providerTemplate.d.ts";let r=await e.readFile(s.resolve(__dirname,n),"utf8");r=r.replace(/\$_Provider_\$/g,h.name);const o=a({section:"Bernova provider methods",doc:r});D=r.replace(o,t.trim())}"cjs"!==v||g||(D=await p(D,j,!0)),"esm"!==v||g||(D=await p(D,j)),m&&!g&&(D=await d(D));const w=s.relative(i||"",n.path),O=u?j:s.resolve(t,w,n.name);await r(O,D,n.name)}async function l({baseOutPath:t,cssFiles:n,rootDir:a,customOutDirs:i,dir:c}){for(const l of n){const n=(()=>a&&!i?.css?s.relative(a,l.path):i?.css?i.css:l.path)(),m=s.resolve(c,l.path,l.name);if(o(c,m)){const a=await e.readFile(m,"utf8"),o=l.name.replace(".min","");await r(s.resolve(t,n,o),a,o)}}}function m({baseOutDir:e,type:t="-"}){const n=(()=>{switch(t){case"cjs":return"cjs";case"esm":return"esm";default:return""}})();return s.join(e,n)}async function p(e,s,n=!1){const a=!!n&&"commonjs";return(await t.transformAsync(e,{filename:s,presets:[["@babel/preset-env",{modules:a,targets:{node:"current"}}]]})).code}async function d(e){return(await n(e,{compress:{dead_code:!0,drop_console:!1,drop_debugger:!0,keep_classnames:!1,keep_fargs:!0,keep_fnames:!1,keep_infinity:!1},mangle:{toplevel:!1},format:{comments:!1}})).code}function u({themes:e,minifyCss:t}){return e&&Array.isArray(e)&&e.length>0?e.reduce((e,n)=>{const{name:a,stylesPath:r,foreignThemes:o}=n;return a&&r&&v(e,{name:t?`${a}.min.css`:`${a}.css`,path:r}),o&&Array.isArray(o)&&o.length>0&&o.forEach(t=>{const n=s.basename(t.path),r=t.path.replace(n,"").trim(),o=e.findIndex(e=>e.name===n&&e.path===r);o>=0?e[o].parent.push({name:a,position:t.position}):e.push({name:n,path:r,parent:[{name:a,position:t.position}]})}),e},[]):[]}async function h({dir:t,provider:n,themes:a,preventMoveDTS:r=!1}){const o=a&&a.bvTools?a.reduce((e,{bvTools:s})=>{const{path:t,declarationHelp:n,cssVariables:a,cssClassNames:o,cssMediaQueries:i,cssGlobalStyles:c,availableComponents:l}=s,m=n&&!r;return a&&(v(e,{name:"cssVars.js",path:t}),m&&v(e,{name:"cssVars.d.ts",path:t})),o&&(v(e,{name:"cssClasses.js",path:t}),m&&v(e,{name:"cssClasses.d.ts",path:t})),i&&(v(e,{name:"cssMediaQueries.js",path:t}),m&&v(e,{name:"cssMediaQueries.d.ts",path:t})),c&&(v(e,{name:"cssGlobalStyles.js",path:t}),m&&v(e,{name:"cssGlobalStyles.d.ts",path:t})),l&&(v(e,{name:"cssAvailableComponents.js",path:t}),m&&v(e,{name:"cssAvailableComponents.d.js",path:t})),e},[]):[];if(n){const a=`${n.name.toLocaleLowerCase()}.js`;v(o,{name:a,path:n.path});const i=s.join(n.path,"stats");v(o,{name:"stats.js",path:i});const c=s.resolve(t,i),l=await e.readdir(c,{withFileTypes:!0});if(l.forEach(e=>{if(e.isDirectory()){const t=s.join(i,e.name);v(o,{name:"cssAvailableComponents.js",path:t}),v(o,{name:"cssClassNames.js",path:t}),v(o,{name:"cssGlobalStyles.js",path:t}),v(o,{name:"cssMediaQueries.js",path:t}),v(o,{name:"cssTheme.js",path:t}),v(o,{name:"cssVars.js",path:t})}}),n.declarationHelp&&!r){const e=`${n.name.toLocaleLowerCase()}.d.ts`;v(o,{name:e,path:n.path}),v(o,{name:"stats.d.ts",path:`${n.path}/stats`}),l.forEach(e=>{if(e.isDirectory()){const t=s.join(i,e.name);v(o,{name:"cssAvailableComponents.d.ts",path:t}),v(o,{name:"cssClassNames.d.ts",path:t}),v(o,{name:"cssGlobalStyles.d.ts",path:t}),v(o,{name:"cssMediaQueries.d.ts",path:t}),v(o,{name:"cssTheme.d.ts",path:t}),v(o,{name:"cssVars.d.ts",path:t})}})}}return o}function f({cssThemes:e,cssOutPath:t}){return Object.entries(e).reduce((e,[n,{foreign:a}])=>{const{before:r,after:o}=a,i=r&&Array.isArray(r)&&r.length>0?r.reduce((e,n,a)=>{const r=s.basename(n);return a>0&&(e+=", "),e+`'${t}/${r}'`},""):"",c=o&&Array.isArray(o)&&o.length>0?o.reduce((e,n,a)=>{const r=s.basename(n);return a>0&&(e+=", "),e+`'${t}/${r}'`},""):"";return e+`'${n}': { css: '${t}/${n}.css', foreign: { before: [${i}], after: [${c}] } },\n`},"")}function v(e,s){e.some(e=>e.name===s.name&&e.path===s.path)||e.push(s)}function y(){const e=["--base-out-dir","--root-dir","--prevent-process-js","--prevent-move-js","--prevent-move-dts","--types","--css","--tools","--provider","--embed-css"],s={};for(let t=0;t<process.argv.length;t++)if(e.includes(process.argv[t])){const n=process.argv[t].replace("--","").replace(/-([a-z])/g,(e,s)=>s.toUpperCase()),a=process.argv[t+1];s[n]=(()=>!(a&&!e.includes(a))||("none"===a.toLocaleLowerCase()?"":a))()}return s}function b({jsonCustomOutDirs:e,cliCustomOutDirs:s}){let t={};return e&&(t={...e}),s&&(t={...t,...s}),Object.keys(t).length>0?t:void 0}(async()=>{const e=process.cwd(),t=await i(s.resolve(e,"bernova.config.json")),{compilerOptions:n,provider:a,themes:r}=t;n&&a&&r||(console.error("Invalid configuration: Missing compilerOptions, themes or provider"),process.exit(1));const{baseOutDir:o,rootDir:p,minifyCss:d,minifyJS:f,preventMoveJS:v,preventMoveDTS:g,types:j,embedCss:D,customOutDirs:C}=n,{baseOutDir:w,rootDir:O,types:$,preventMoveJs:F,preventMoveDts:T,preventProcessJs:M=!1,embedCss:S,...A}=y(),E=w??o??"",_=O??p??void 0,L=F??v??!1,P=T??g??!1,k=$??j??void 0,J=S??D??!1,x=b({jsonCustomOutDirs:C,cliCustomOutDirs:A}),B=u({themes:r,minifyCss:d}),I=M?[]:await h({dir:e,provider:a,themes:r,preventMoveDTS:P}),q=m({baseOutDir:E});if(B&&B.length>0&&!J&&await l({baseOutPath:q,cssFiles:B,rootDir:_,customOutDirs:x,dir:e}),I&&I.length>0)if(k&&Array.isArray(k)&&k.length>0)for(const s of k){const t=m({baseOutDir:E,type:s});for(const n of I)await c({baseOutPath:t,jsFile:n,rootDir:_,customOutDirs:x,dir:e,minifyJS:f,preventMoveJS:L,provider:a,type:s,embedCss:J,cssFiles:B})}else for(const s of I)await c({baseOutPath:q,jsFile:s,rootDir:_,customOutDirs:x,dir:e,minifyJS:f,preventMoveJS:L,provider:a,embedCss:J,cssFiles:B})})();
@@ -0,0 +1,462 @@
1
+ type LibExtendsType = {
2
+ $extends?: string;
3
+ };
4
+ type LibRecycleType = {
5
+ $recycle?: string;
6
+ };
7
+ type ForeignType<T> = {
8
+ $foreign?: { [key: string]: { [key: string]: CssPropsType<T> & CssPseudoJoinedType<T> & CssAddicionalTypes<T> } };
9
+ };
10
+ type CssPropsType<T> = LibExtendsType & LibRecycleType & ForeignType<T> & {
11
+ scrollbar_width?: string;
12
+ scrollbar_color?: string;
13
+ scrollbar_gutter?: string;
14
+ scroll_behavior?: string;
15
+ scroll_margin?: string;
16
+ scroll_padding?: string;
17
+ scroll_snap_align?: string;
18
+ scroll_snap_stop?: string;
19
+ scroll_snap_type?: string;
20
+ webkit_scrollbar?: string;
21
+ scroll_container?: string;
22
+ scrollbar_aria_role?: string;
23
+ background?: string;
24
+ background_color?: string;
25
+ background_image?: string;
26
+ background_position?: string;
27
+ background_repeat?: string;
28
+ background_size?: string;
29
+ background_attachment?: string;
30
+ background_blend_mode?: string;
31
+ background_clip?: string;
32
+ background_origin?: string;
33
+ border?: string;
34
+ border_top?: string;
35
+ border_right?: string;
36
+ border_bottom?: string;
37
+ border_left?: string;
38
+ border_radius?: string;
39
+ border_width?: string;
40
+ border_left_width?: string;
41
+ border_right_width?: string;
42
+ border_top_width?: string;
43
+ border_bottom_width?: string;
44
+ border_color?: string;
45
+ border_left_color?: string;
46
+ border_right_color?: string;
47
+ border_top_color?: string;
48
+ border_bottom_color?: string;
49
+ border_top_left_radius?: string;
50
+ border_top_right_radius?: string;
51
+ border_bottom_left_radius?: string;
52
+ border_bottom_right_radius?: string;
53
+ border_style?: string;
54
+ border_left_style?: string;
55
+ border_top_style?: string;
56
+ border_right_style?: string;
57
+ border_bottom_style?: string;
58
+ outline?: string;
59
+ outline_style?: string;
60
+ outline_color?: string;
61
+ outline_width?: string;
62
+ outline_offset?: string;
63
+ display?: string;
64
+ opacity?: string;
65
+ visibility?: string;
66
+ overflow?: string;
67
+ overflow_x?: string;
68
+ overflow_y?: string;
69
+ overflow_block?: string;
70
+ overflow_inline?: string;
71
+ overflow_clip_margin?: string;
72
+ flex?: string;
73
+ flex_direction?: string;
74
+ flex_wrap?: string;
75
+ flex_flow?: string;
76
+ flex_grow?: string;
77
+ flex_shrink?: string;
78
+ flex_basis?: string;
79
+ justify_content?: string;
80
+ justify_items?: string;
81
+ align_items?: string;
82
+ align_self?: string;
83
+ align_content?: string;
84
+ order?: string;
85
+ gap?: string;
86
+ row_gap?: string;
87
+ column_gap?: string;
88
+ grid?: string;
89
+ grid_area?: string;
90
+ grid_template?: string;
91
+ grid_template_areas?: string;
92
+ grid_template_rows?: string;
93
+ grid_template_columns?: string;
94
+ grid_row?: string;
95
+ grid_row_start?: string;
96
+ grid_row_end?: string;
97
+ grid_column?: string;
98
+ grid_column_start?: string;
99
+ grid_column_end?: string;
100
+ grid_gap?: string;
101
+ grid_row_gap?: string;
102
+ grid_column_gap?: string;
103
+ grid_auto_flow?: string;
104
+ grid_auto_rows?: string;
105
+ grid_auto_columns?: string;
106
+ margin?: string;
107
+ margin_left?: string;
108
+ margin_right?: string;
109
+ margin_top?: string;
110
+ margin_bottom?: string;
111
+ padding?: string;
112
+ padding_left?: string;
113
+ padding_right?: string;
114
+ padding_top?: string;
115
+ padding_bottom?: string;
116
+ box_sizing?: string;
117
+ box_shadow?: string;
118
+ width?: string;
119
+ min_width?: string;
120
+ max_width?: string;
121
+ height?: string;
122
+ min_height?: string;
123
+ max_height?: string;
124
+ position?: string;
125
+ top?: string;
126
+ right?: string;
127
+ bottom?: string;
128
+ left?: string;
129
+ z_index?: string;
130
+ float?: string;
131
+ clear?: string;
132
+ transform?: string;
133
+ transform_origin?: string;
134
+ transform_style?: string;
135
+ translate?: string;
136
+ font?: string;
137
+ font_family?: string;
138
+ font_size?: string;
139
+ font_weight?: string;
140
+ font_style?: string;
141
+ font_variant?: string;
142
+ font_stretch?: string;
143
+ font_size_adjust?: string;
144
+ font_synthesis?: string;
145
+ font_feature_settings?: string;
146
+ font_kerning?: string;
147
+ font_language_override?: string;
148
+ font_optical_sizing?: string;
149
+ font_variant_alternates?: string;
150
+ font_variant_caps?: string;
151
+ font_variant_east_asian?: string;
152
+ font_variant_ligatures?: string;
153
+ font_variant_numeric?: string;
154
+ font_variant_position?: string;
155
+ line_height?: string;
156
+ letter_spacing?: string;
157
+ text_align?: string;
158
+ text_decoration?: string;
159
+ text_transform?: string;
160
+ white_space?: string;
161
+ word_break?: string;
162
+ word_wrap?: string;
163
+ text_overflow?: string;
164
+ text_shadow?: string;
165
+ text_indent?: string;
166
+ text_justify?: string;
167
+ text_orientation?: string;
168
+ text_rendering?: string;
169
+ text_size_adjust?: string;
170
+ text_combine_upright?: string;
171
+ text_emphasis?: string;
172
+ text_emphasis_color?: string;
173
+ text_emphasis_position?: string;
174
+ text_emphasis_style?: string;
175
+ text_decoration_color?: string;
176
+ text_decoration_line?: string;
177
+ text_decoration_skip?: string;
178
+ text_decoration_skip_ink?: string;
179
+ text_decoration_style?: string;
180
+ text_underline_position?: string;
181
+ list_style?: string;
182
+ list_style_type?: string;
183
+ list_style_position?: string;
184
+ list_style_image?: string;
185
+ color?: string;
186
+ accent_color?: string;
187
+ cursor?: string;
188
+ pointer_events?: string;
189
+ vertical_align?: string;
190
+ inset?: string;
191
+ inset_block?: string;
192
+ inset_block_start?: string;
193
+ inset_block_end?: string;
194
+ inset_inline?: string;
195
+ inset_inline_start?: string;
196
+ inset_inline_end?: string;
197
+ transition?: string;
198
+ transition_property?: string;
199
+ transition_duration?: string;
200
+ transition_timing_function?: string;
201
+ transition_delay?: string;
202
+ animation?: string;
203
+ animation_name?: string;
204
+ animation_duration?: string;
205
+ animation_timing_function?: string;
206
+ animation_delay?: string;
207
+ animation_iteration_count?: string;
208
+ animation_direction?: string;
209
+ animation_fill_mode?: string;
210
+ animation_play_state?: string;
211
+ animation_timeline?: string;
212
+ appearance?: string;
213
+ user_select?: string;
214
+ aspect_ratio?: string;
215
+ resize?: string;
216
+ caret?: string;
217
+ caret_animation?: string;
218
+ caret_shape?: string;
219
+ caret_color?: string;
220
+ backdrop_filter?: string;
221
+ backface_visibility?: string;
222
+ block_size?: string;
223
+ writing_mode?: string;
224
+ break_before?: string;
225
+ break_after?: string;
226
+ break_inside?: string;
227
+ clip?: string;
228
+ clip_path?: string;
229
+ clip_rule?: string;
230
+ filter?: string;
231
+ float_offset?: string;
232
+ float_defer?: string;
233
+ hyphens?: string;
234
+ image_rendering?: string;
235
+ image_orientation?: string;
236
+ image_resolution?: string;
237
+ isolation?: string;
238
+ mix_blend_mode?: string;
239
+ object_fit?: string;
240
+ object_position?: string;
241
+ overscroll_behavior?: string;
242
+ overscroll_behavior_x?: string;
243
+ overscroll_behavior_y?: string;
244
+ perspective?: string;
245
+ perspective_origin?: string;
246
+ scroll_snap_margin?: string;
247
+ caption_side?: string;
248
+ empty_cells?: string;
249
+ fill?: string;
250
+ fill_rule?: string;
251
+ flood_color?: string;
252
+ flood_opacity?: string;
253
+ lighting_color?: string;
254
+ marker_end?: string;
255
+ marker_mid?: string;
256
+ marker_start?: string;
257
+ shape_rendering?: string;
258
+ stop_color?: string;
259
+ stop_opacity?: string;
260
+ stroke?: string;
261
+ stroke_dasharray?: string;
262
+ stroke_dashoffset?: string;
263
+ stroke_linecap?: string;
264
+ stroke_linejoin?: string;
265
+ stroke_miterlimit?: string;
266
+ stroke_opacity?: string;
267
+ mask?: string;
268
+ mask_type?: string;
269
+ mask_image?: string;
270
+ mask_mode?: string;
271
+ mask_repeat?: string;
272
+ mask_position?: string;
273
+ mask_clip?: string;
274
+ mask_origin?: string;
275
+ mask_size?: string;
276
+ mask_composite?: string;
277
+ mask_border?: string;
278
+ mask_border_source?: string;
279
+ mask_border_mode?: string;
280
+ mask_border_slice?: string;
281
+ mask_border_width?: string;
282
+ mask_border_outset?: string;
283
+ mask_border_repeat?: string;
284
+ $content?: string;
285
+ }
286
+ type CssAdvancedSelectorsType<T> = {
287
+ adjacent?: CssPropsType<T> & { $target: string }
288
+ child?: CssPropsType<T> & { $target: string }
289
+ descendant?: CssPropsType<T> & { $target: string }
290
+ near?: CssPropsType<T> & { $target: string }
291
+ concat?: CssPropsType<T> & { $target: string }
292
+ column?: CssPropsType<T> & { $target: string }
293
+ }
294
+ type CssPseudoJoinedType<T> = { $pseudoClasses?: CssPseudoClassesType<T>;
295
+ $pseudoElements?: CssPseudoElementsType<T>;
296
+ }
297
+ type CssAddicionalTypes<T> = {
298
+ $advancedSelectors?: CssAdvancedSelectorsType<T>[];
299
+ $mediaQueries?: T;
300
+ }
301
+ type CssPseudoClassesType<T> = {
302
+ fullscreen?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
303
+ modal?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
304
+ picture_in_picture?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
305
+ autofill?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
306
+ enabled?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
307
+ disabled?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
308
+ read_only?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
309
+ read_write?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
310
+ placeholder_shown?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
311
+ default?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
312
+ checked?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
313
+ indeterminate?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
314
+ blank?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
315
+ valid?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
316
+ invalid?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
317
+ in_range?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
318
+ out_of_range?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
319
+ required?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
320
+ optional?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
321
+ user_valid?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
322
+ user_invalid?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
323
+ dir?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
324
+ lang?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
325
+ any_link?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
326
+ link?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
327
+ visited?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
328
+ local_link?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
329
+ target?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
330
+ target_within?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
331
+ scope?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
332
+ playing?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
333
+ paused?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
334
+ current?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
335
+ past?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
336
+ future?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
337
+ root?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
338
+ empty?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
339
+ nth_child?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
340
+ nth_last_child?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
341
+ first_child?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
342
+ last_child?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
343
+ only_child?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
344
+ nth_of_type?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
345
+ nth_last_of_type?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
346
+ first_of_type?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
347
+ last_of_type?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
348
+ only_of_type?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
349
+ active?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
350
+ focus?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
351
+ focus_visible?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
352
+ focus_within?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
353
+ hover?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
354
+ is?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
355
+ not?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
356
+ where?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
357
+ has?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
358
+ nth_col?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
359
+ nth_last_col?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
360
+ host?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
361
+ host_context?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
362
+ defined?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
363
+ moz_any?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
364
+ moz_any_link?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
365
+ moz_focusring?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
366
+ moz_full_screen?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
367
+ moz_full_screen_ancestor?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
368
+ moz_full_screen_document?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
369
+ moz_full_screen_element?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
370
+ moz_full_screen_root?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
371
+ moz_placeholder?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
372
+ moz_read_only?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
373
+ moz_read_write?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
374
+ moz_submit_invalid?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
375
+ moz_ui_invalid?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
376
+ moz_ui_valid?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
377
+ webkit_any?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
378
+ webkit_any_link?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
379
+ webkit_autofill?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
380
+ webkit_current?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
381
+ webkit_full_screen?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
382
+ webkit_full_screen_ancestor?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
383
+ webkit_full_screen_document?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
384
+ webkit_full_screen_element?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
385
+ webkit_full_screen_root?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
386
+ webkit_input_placeholder?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
387
+ webkit_read_only?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
388
+ webkit_read_write?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
389
+ webkit_scrollbar?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
390
+ webkit_scrollbar_button?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
391
+ webkit_scrollbar_thumb?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
392
+ webkit_scrollbar_track?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
393
+ webkit_scrollbar_track_piece?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
394
+ webkit_search_cancel_button?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
395
+ webkit_search_results_button?: CssPropsType<T> & { $target?: string } & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
396
+ }
397
+ type CssPseudoElementsType<T> = {
398
+ before?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
399
+ after?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
400
+ first_letter?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
401
+ first_line?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
402
+ selection?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
403
+ backdrop?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
404
+ placeholder?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
405
+ marker?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
406
+ spelling_error?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
407
+ grammar_error?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
408
+ cue?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
409
+ cue_region?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
410
+ part?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
411
+ slotted?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
412
+ file_selector_button?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
413
+ target_text?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
414
+ highlight?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
415
+ moz_color_swatch?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
416
+ moz_focus_inner?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
417
+ moz_list_bullet?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
418
+ moz_list_number?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
419
+ moz_meter_bar?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
420
+ moz_progress_bar?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
421
+ moz_range_progress?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
422
+ moz_range_thumb?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
423
+ moz_range_track?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
424
+ webkit_inner_spin_button?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
425
+ webkit_meter_even_less_good_value?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
426
+ webkit_meter_inner_element?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
427
+ webkit_meter_optimum_value?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
428
+ webkit_meter_suboptimum_value?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
429
+ webkit_progress_bar?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
430
+ webkit_progress_inner_element?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
431
+ webkit_progress_value?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
432
+ webkit_scrollbar?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
433
+ webkit_scrollbar_button?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
434
+ webkit_scrollbar_thumb?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
435
+ webkit_scrollbar_track?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
436
+ webkit_scrollbar_track_piece?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
437
+ webkit_search_cancel_button?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
438
+ webkit_search_results_button?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
439
+ webkit_slider_runnable_track?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
440
+ webkit_slider_thumb?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
441
+ webkit_resizer?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
442
+ webkit_input_placeholder?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
443
+ placeholder_shown?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
444
+ autofill?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
445
+ progress_value?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
446
+ progress_bar?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
447
+ meter_optimum?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
448
+ meter_suboptimum?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
449
+ meter_sub_suboptimum?: CssPropsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoElementsType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> } | CssPseudoClassesType<T> & CssAddicionalTypes<T> & { $attributes?: CssAttributesType<T> };
450
+ }
451
+ type CssAttributesType<T> = {
452
+ [key: string]: CssPropsType<T> & CssAddicionalTypes<T> & CssPseudoJoinedType<T> | {
453
+ [key: string]: CssPropsType<T> & CssAddicionalTypes<T> & CssPseudoJoinedType<T>
454
+ };
455
+ }
456
+ export type CssGeneratorType<T> = CssPropsType<T> & {
457
+ $pseudoClasses?: CssPseudoClassesType<T>;
458
+ $pseudoElements?: CssPseudoElementsType<T>;
459
+ $mediaQueries?: T;
460
+ $attributes?: CssAttributesType<T>;
461
+ $advancedSelectors?: CssAdvancedSelectorsType<T>[];
462
+ }
@@ -1 +1 @@
1
- const n={foundationOnly:"foundationOnly",componentOnly:"componentOnly",full:"full"};module.exports={compilerTypeValid:n};
1
+ const o={foundationOnly:"foundation-only",componentOnly:"component-only",full:"full"};module.exports={compilerTypeValid:o};
@@ -1 +1 @@
1
- const{compilerTypeValid:n}=require("../../constants"),o=({compilerType:o,stylesCss:e,foundationsCss:s,oldData:N=""})=>`${o!==n.componentOnly?`/* === BERNOVA FOUNDATIONS === */\n${s}/* === END FOUNDATIONS === */\n\n`:N}${o!==n.foundationOnly?`/* === BERNOVA COMPONENTS === */\n${e}/* === END COMPONENTS === */\n`:N}`;module.exports={generateCssDoc:o};
1
+ const{compilerTypeValid:n}=require("../../constants"),o=({compilerType:o,stylesCss:e,foundationsCss:s,oldData:t=""})=>{const N=o!==n.componentOnly,O=o!==n.foundationOnly;return`/* === BERNOVA FOUNDATIONS === */\n${(N?s:t).trim()}/* === END FOUNDATIONS === */\n/* === BERNOVA COMPONENTS === */\n${(O?e:t).trim()}/* === END COMPONENTS === */\n`};module.exports={generateCssDoc:o};