Socket
Socket
Sign inDemoInstall

ununura-shared

Package Overview
Dependencies
0
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.6.0

143

dist/index.d.ts

@@ -240,87 +240,87 @@ declare const UNUNURA_FLAG = "__UNUNURACSS__";

/**
* For use JSX specification (in React or other similar setup), enable this option.
*
*```ts
*ununura({
* jsx: true
*})
* ```
*
* @default false
*/
* For use JSX specification (in React or other similar setup), enable this option.
*
*```ts
*ununura({
* jsx: true
*})
* ```
*
* @default false
*/
jsx?: boolean;
/**
* If using JSX, this option ignores the `main.(tsx|jsx)` file.
*
* @default true
*/
* If using JSX, this option ignores the `main.(tsx|jsx)` file.
*
* @default true
*/
jsxIgnoreEntryFile?: boolean;
/**
* Specify other HTML attributes to be considered as valid classes. This option is used to transform titles and generate custom component classes.
*
*```ts
*ununura({
* astAdapters: ['activeColor']
*})
*
* // <CustomElement activeColor="text[! white]" />
*```
*
* @default []
*/
* Specify other HTML attributes to be considered as valid classes. This option is used to transform titles and generate custom component classes.
*
*```ts
*ununura({
* astAdapters: ['activeColor']
*})
*
* // <CustomElement activeColor="text[! white]" />
*```
*
* @default []
*/
astAdapters?: string[];
/**
* If you are using a framework that has the scoped option by default, such as vue and svelte, the generated css will be attached to the `<style>` of each component. Otherwise, it will be appended to 'ununura.css'. In general, do not change this option.
*
* @default true
*/
* If you are using a framework that has the scoped option by default, such as vue and svelte, the generated css will be attached to the `<style>` of each component. Otherwise, it will be appended to 'ununura.css'. In general, do not change this option.
*
* @default true
*/
scopedInTemplate?: boolean;
/**
* This option identifies custom HMRs such as astro or nitro. Do not interfere with this option.
*
* @default 'vite'
*/
* This option identifies custom HMRs such as astro or nitro. Do not interfere with this option.
*
* @default 'vite'
*/
specialEnvironment?: 'vite' | 'nitro' | 'astro' | 'runtime';
/**
* Apply the PostCSS autoprefixer package.
*
* @default true
*/
* Apply the PostCSS autoprefixer package.
*
* @default true
*/
applyAutoprefixer?: boolean;
/**
* This option disables features in the title of each generated class. **ATTENTION!** With this option active, Ununura does not guarantee that all classes will be unique!
*
* @default false
*/
* This option disables features in the title of each generated class. **ATTENTION!** With this option active, Ununura does not guarantee that all classes will be unique!
*
* @default false
*/
simplifyTitles?: boolean;
/**
*
* Use `nanoid` for hash resources in title.
*
* @default true
*/
*
* Use `nanoid` for hash resources in title.
*
* @default true
*/
hashTitles?: boolean;
/**
* If using `applyAutoprefixer: true`, choose a custom browserslist.
*
* @default false
*/
* If using `applyAutoprefixer: true`, choose a custom browserslist.
*
* @default false
*/
overrideBrowserslist?: string[] | string | false;
/**
* Ignore the current class line in the title of each generated class. **ATTENTION!** With this option active, Ununura does not guarantee that all classes will be unique!
*
* @default false
*/
* Ignore the current class line in the title of each generated class. **ATTENTION!** With this option active, Ununura does not guarantee that all classes will be unique!
*
* @default false
*/
forceIgnoreClassLineInTitles?: boolean;
/**
* Change the Rollup transformation from 'pre' to 'post'. Only change this option if you know exactly what you are doing.
*
* @default false
*/
* Change the Rollup transformation from 'pre' to 'post'. Only change this option if you know exactly what you are doing.
*
* @default false
*/
forceHydratedTemplate?: boolean;
/**
* Restart HRM Server in valid Hot Reload Files.
*
* @default false
*/
* Restart HRM Server in valid Hot Reload Files.
*
* @default false
*/
forceAlwaysRestartHMRServer?: boolean;

@@ -462,6 +462,6 @@ }

/**
* Restart HRM Server in valid Hot Reload Files.
*
* @default false
*/
* Restart HRM Server in valid Hot Reload Files.
*
* @default false
*/
forceAlwaysRestartHMRServer: boolean;

@@ -524,11 +524,4 @@ }

declare const findResource: (contents: string[], target: string[]) => string;
declare const findResourceInStart: (contents: string[], target: string[], options?: {
onlyValue?: boolean | undefined;
onlySpreadValue?: boolean | undefined;
validate?: "timer" | undefined;
supporter?: ((contents: UnunuraGenerateContext) => Nullable<string>) | undefined;
} | undefined) => string;
declare const getFilename: (id: string) => string;
export { ANTIALIASED_RESET_CSS, ArrTuple, ArrTupleWithOptions, AstroSFC, Awaitable, CSSInject, CSSResourceSizer, DEFAULT_RESPONSIVE, DEFAULT_UNIT, JSXSFC, MEYER_RESET_CSS, Maybe, NOVOUT_RESET_CSS, NULLABLE, Nullable, Object$1 as Object, ObjectWithOptions, Option, RESOLVED_VIRTUAL_CSS_INJECT_FILENAME, SFC, SFCType, STANDARD_EXCLUDE_FILTER_SCAN, STANDARD_EXCLUDE_SCAN, STANDARD_INCLUDE_FILTER_SCAN, STANDARD_INCLUDE_SCAN, SvelteSFC, Symbol, Tuple, TupleOption, TupleWithOptions, UNUNURA_FLAG, UNUNURA_RESPONSIVE, UnunuraASTNode, UnunuraBounce, UnunuraContextualize, UnunuraContextualizePseudoClasses, UnunuraContextualizePseudoElement, UnunuraContextualizeResponsive, UnunuraContextualizeStack, UnunuraContextualizeTheme, UnunuraCoreOptions, UnunuraDefOrExtended, UnunuraDefaults, UnunuraDefaultsContexts, UnunuraDefaultsContextsResponsive, UnunuraDefaultsValues, UnunuraExtend, UnunuraExtendContexts, UnunuraExtendSupporters, UnunuraExtendSupportersColorOptions, UnunuraGenerateContext, UnunuraGlobals, UnunuraIdentifier, UnunuraKeys, UnunuraOptions, UnunuraResolvableOptions, UnunuraScannerFile, VIRTUAL_CSS_INJECT_FILENAME, ValueOption, VueSFC, browserFonts, findResource, findResourceInStart, getFilename, isAstroFile, isBorderStyle, isCSSColor, isCloseMultipleKey, isCommonIdentifier, isContextCloseKey, isContextIdentifier, isContextKey, isContextOpenKey, isCursor, isDefaultCentralize, isDefaultFont, isFlexHorizontal, isFlexVertical, isGlobal, isHTTPSImage, isHex, isIdentifier, isImage, isImageRepeat, isImageSize, isJSXEntryFile, isJSXFile, isJustifyAlign, isJustifySelf, isKey, isNullable, isNumber, isNumberSuffix, isOpenKey, isOpenMultipleKey, isOutlineStyle, isPseudoClassContextIdentifier, isPseudoElementContextIdentifier, isResponsiveContextIdentifier, isScopedSFCFile, isScroll, isSizer, isSlashImage, isSvelteFile, isThemeContextIdentifier, isTouch, isTransitionProperty, isTransitionTimingFunction, isTypographyOverflow, isTypographyTransform, isUniqueKey, isVueFile, isVueSFC, pseudoClass, pseudoElement };
export { ANTIALIASED_RESET_CSS, ArrTuple, ArrTupleWithOptions, AstroSFC, Awaitable, CSSInject, CSSResourceSizer, DEFAULT_RESPONSIVE, DEFAULT_UNIT, JSXSFC, MEYER_RESET_CSS, Maybe, NOVOUT_RESET_CSS, NULLABLE, Nullable, Object$1 as Object, ObjectWithOptions, Option, RESOLVED_VIRTUAL_CSS_INJECT_FILENAME, SFC, SFCType, STANDARD_EXCLUDE_FILTER_SCAN, STANDARD_EXCLUDE_SCAN, STANDARD_INCLUDE_FILTER_SCAN, STANDARD_INCLUDE_SCAN, SvelteSFC, Symbol, Tuple, TupleOption, TupleWithOptions, UNUNURA_FLAG, UNUNURA_RESPONSIVE, UnunuraASTNode, UnunuraBounce, UnunuraContextualize, UnunuraContextualizePseudoClasses, UnunuraContextualizePseudoElement, UnunuraContextualizeResponsive, UnunuraContextualizeStack, UnunuraContextualizeTheme, UnunuraCoreOptions, UnunuraDefOrExtended, UnunuraDefaults, UnunuraDefaultsContexts, UnunuraDefaultsContextsResponsive, UnunuraDefaultsValues, UnunuraExtend, UnunuraExtendContexts, UnunuraExtendSupporters, UnunuraExtendSupportersColorOptions, UnunuraGenerateContext, UnunuraGlobals, UnunuraIdentifier, UnunuraKeys, UnunuraOptions, UnunuraResolvableOptions, UnunuraScannerFile, VIRTUAL_CSS_INJECT_FILENAME, ValueOption, VueSFC, browserFonts, getFilename, isAstroFile, isBorderStyle, isCSSColor, isCloseMultipleKey, isCommonIdentifier, isContextCloseKey, isContextIdentifier, isContextKey, isContextOpenKey, isCursor, isDefaultCentralize, isDefaultFont, isFlexHorizontal, isFlexVertical, isGlobal, isHTTPSImage, isHex, isIdentifier, isImage, isImageRepeat, isImageSize, isJSXEntryFile, isJSXFile, isJustifyAlign, isJustifySelf, isKey, isNullable, isNumber, isNumberSuffix, isOpenKey, isOpenMultipleKey, isOutlineStyle, isPseudoClassContextIdentifier, isPseudoElementContextIdentifier, isResponsiveContextIdentifier, isScopedSFCFile, isScroll, isSizer, isSlashImage, isSvelteFile, isThemeContextIdentifier, isTouch, isTransitionProperty, isTransitionTimingFunction, isTypographyOverflow, isTypographyTransform, isUniqueKey, isVueFile, isVueSFC, pseudoClass, pseudoElement };

@@ -1,4 +0,4 @@

"use strict";(()=>{var D="__UNUNURACSS__",C="ununura.css",A="\0"+C,R=["**/*.{vue,svelte,jsx,tsx,astro}"],B=["**/.{nuxt,output}"],N=[/\.(vue|svelte|[jt]sx|astro)($|\?)/],z=[/\.(css|sass|scss|less|stylus|styl)($|\?)/],n="__NULLABLE__",P=["px",1],x={xs:"538px",sm:"640px",md:"768px",lg:"1024px",xl:"1536px"};var y=()=>`-webkit-font-smoothing: antialiased;
"use strict";(()=>{var v="__UNUNURACSS__",h="ununura.css",T="\0"+h,k=["**/*.{vue,svelte,jsx,tsx,astro}"],D=["**/.{nuxt,output}"],G=[/\.(vue|svelte|[jt]sx|astro)($|\?)/],A=[/\.(css|sass|scss|less|stylus|styl)($|\?)/],l="__NULLABLE__",B=["px",1],p={xs:"538px",sm:"640px",md:"768px",lg:"1024px",xl:"1536px"};var S=()=>`-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
`,O=()=>`* {
`,N=()=>`* {
padding: 0;

@@ -8,3 +8,3 @@ margin: 0;

font-size: 16px;
${y()}
${S()}
}

@@ -17,3 +17,3 @@

}
`,q=()=>`/* http://meyerweb.com/eric/tools/css/reset/
`,P=()=>`/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126

@@ -66,2 +66,2 @@ License: none (public domain)

}
`,g=["hover","focus","active","checked","disabled","empty","enabled","first-child","first-of-type","in-range","invalid","last-child","last-of-type","link","only-child","optional","out-of-range","read-only","read-write","required","valid","visited"],m=["after","before","cue","first-letter","first-line","selection","slotted","backdrop","placeholder","marker","spelling-error","grammar-error"],h=["Arial","Arial Black","Bahnschrift","Calibri","Cambria","Cambria Math","Candara","Comic Sans MS","Consolas","Constantia","Corbel","Courier New","Ebrima","Franklin Gothic Medium","Gabriola","Gadugi","Georgia","HoloLens MDL2 Assets","Impact","Ink Free","Javanese Text","Leelawadee UI","Lucida Console","Lucida Sans Unicode","Malgun Gothic","Marlett","Microsoft Himalaya","Microsoft JhengHei","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Sans Serif","Microsoft Tai Le","Microsoft YaHei","Microsoft Yi Baiti","MingLiU-ExtB","Mongolian Baiti","MS Gothic","MV Boli","Myanmar Text","Nirmala UI","Palatino Linotype","Segoe MDL2 Assets","Segoe Print","Segoe Script","Segoe UI","Segoe UI Historic","Segoe UI Emoji","Segoe UI Symbol","SimSun","Sitka","Sylfaen","Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Webdings","Wingdings","Yu Gothic"],V=e=>x[e]??e;var l=(o=>(o.Padding="p",o.PaddingExtended="padding",o.Margin="m",o.MarginExtended="m",o.Height="h",o.HeightExtended="height",o.Width="w",o.WidthExtended="width",o.Border="b",o.BorderExtended="border",o.Outline="o",o.OutlineExtended="outline",o.Text="text",o.TextFont="font",o.Background="bg",o.BackgroundExtended="background",o.Flexbox="f",o.FlexboxExtended="flex",o.Grid="g",o.GridExtended="grid",o.Position="pos",o.PositionExtended="position",o.Scroll="sc",o.ScrollExtended="scroll",o.Shadow="sh",o.ShadowExtended="shadow",o.Rounded="r",o.RoundedExtended="rounded",o.ZIndex="z",o.ZIndexExtended="zindex",o.Display="d",o.DisplayExtended="display",o.Float="fl",o.FloatExtended="float",o.Transition="tr",o.TransitionExtended="transition",o.Transform="tf",o.TransformExtended="transform",o.Typography="typo",o.TypographyExtended="typography",o.Filter="fi",o.FilterExtended="filter",o.Style="st",o.StyleExtended="style",o.Gradient="gr",o.GradientExtended="gradient",o.Animation="an",o.AnimationExtended="animation",o.Collection="cl",o.CollectionExtended="collection",o.Reset="reset",o))(l||{}),p=(r=>(r.None="?",r.Important="!",r))(p||{}),c=(s=>(s.MultipleContextOpen="[",s.MultipleContextClose="]",s.SpecificContextOpen="(",s.SpecificContextClose=")",s.UniqueContext=":",s))(c||{});var $=e=>["center","left","right","justify"].some(t=>e===t),K=e=>/^#[0-9a-fA-F]{6}/i.test(e),X=e=>/[-]{0,1}[\d]*[.]{0,1}[\d]+/i.test(e),f=e=>/\.(vue)$/.test(e),E=e=>/\.(svelte)$/.test(e),Z=e=>/\.(astro)$/.test(e),Q=e=>f(e)||E(e),U=e=>/\.(jsx|tsx)$/.test(e),I=e=>e.match(/main.(jsx|tsx)/),ee=e=>["AliceBlue","AntiqueWhite","Aqua","Aquamarine","Azure","Beige","Bisque","Black","BlanchedAlmond","Blue","BlueViolet","Brown","BurlyWood","CadetBlue","Chartreuse","Chocolate","Coral","CornflowerBlue","Cornsilk","Crimson","Cyan","DarkBlue","DarkCyan","DarkGoldenRod","DarkGray","DarkGrey","DarkGreen","DarkKhaki","DarkMagenta","DarkOliveGreen","DarkOrange","DarkOrchid","DarkRed","DarkSalmon","DarkSeaGreen","DarkSlateBlue","DarkSlateGray","DarkSlateGrey","DarkTurquoise","DarkViolet","DeepPink","DeepSkyBlue","DimGray","DimGrey","DodgerBlue","FireBrick","FloralWhite","ForestGreen","Fuchsia","Gainsboro","GhostWhite","Gold","GoldenRod","Gray","Grey","Green","GreenYellow","HoneyDew","HotPink","IndianRed","Indigo","Ivory","Khaki","Lavender","LavenderBlush","LawnGreen","LemonChiffon","LightBlue","LightCoral","LightCyan","LightGoldenRodYellow","LightGray","LightGrey","LightGreen","LightPink","LightSalmon","LightSeaGreen","LightSkyBlue","LightSlateGray","LightSlateGrey","LightSteelBlue","LightYellow","Lime","LimeGreen","Linen","Magenta","Maroon","MediumAquaMarine","MediumBlue","MediumOrchid","MediumPurple","MediumSeaGreen","MediumSlateBlue","MediumSpringGreen","MediumTurquoise","MediumVioletRed","MidnightBlue","MintCream","MistyRose","Moccasin","NavajoWhite","Navy","OldLace","Olive","OliveDrab","Orange","OrangeRed","Orchid","PaleGoldenRod","PaleGreen","PaleTurquoise","PaleVioletRed","PapayaWhip","PeachPuff","Peru","Pink","Plum","PowderBlue","Purple","RebeccaPurple","Red","RosyBrown","RoyalBlue","SaddleBrown","Salmon","SandyBrown","SeaGreen","SeaShell","Sienna","Silver","SkyBlue","SlateBlue","SlateGray","SlateGrey","Snow","SpringGreen","SteelBlue","Tan","Teal","Thistle","Tomato","Turquoise","Violet","Wheat","White","WhiteSmoke","Yellow","YellowGreen"].some(t=>t.toLowerCase()===e.toLowerCase()),te=e=>[...h].some(t=>t.toLowerCase()===e.toLowerCase()),oe=e=>["auto","cover","contain"].some(t=>e.toLowerCase()===t.toLowerCase()),se=e=>["start","end","center","between","around","evenly","initial","inherit"].some(t=>e===t),re=e=>["stretch","center","start","end","baseline","initial","inherit"].some(t=>e===t),ie=e=>["stretch","center","start","end"].some(t=>e===t),ne=e=>["auto","stretch","center","start","end"].some(t=>e===t),ae=e=>["repeat","no-repeat","repeat-x","repeat-y","repeat-round","repeat-space"].some(t=>e.toLowerCase()===t.toLowerCase()),le=e=>e.startsWith("//"),pe=e=>/(https?:\/\/.*\.(?:png|jpg|gif|jpe?g|tiff?|png|webp|bmp))/i.test(e),ce=e=>/\.(gif|jpe?g|tiff?|png|webp|bmp)$/i.test(e),de=e=>["solid","dotted","dashed"].some(t=>t===e),xe=e=>["solid","dotted","dashed","double"].some(t=>t===e),ge=e=>["xs","sm","base","lg","xl"].some(t=>t===e),me=e=>["scroll","hidden","auto","clip","visible"].some(t=>t===e),he=e=>["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grap","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out"].some(t=>t===e),ue=e=>["auto","none","pan-x","pan-left","pan-right","pan-y","pan-up","pan-down","pinch-down","manipulation"].some(t=>t===e),be=e=>["cm","mm","pc","pt","em","ex","ch","%","rem","lh","rlh","vw","vh","vmin","vmax","vb","vi","svw","svh","lvw","lvh","dvw","dvh"].some(t=>e.toLowerCase().endsWith(t.toLowerCase())),Se=e=>e===n||e===void 0||e===null,u=e=>e===":",Ce=e=>u(e)||b(e)||v(e),b=e=>e==="[",L=e=>e==="]",v=e=>e==="(",ye=e=>e===")",fe=e=>u(e)||b(e)||L(e),Ee=e=>Object.values(c).some(t=>t===e),Le=e=>Object.values(p).find(t=>e.startsWith(t)),w=e=>["dark","light","sepia"].find(t=>t===e),M=e=>["xs","sm","md","lg","xl"].find(t=>t===e),T=e=>g?.find(t=>t===e),ve=e=>m?.find(t=>t===e),G=e=>w(e)||M(e)||T(e),k=e=>Object.values(l).some(t=>t===e),we=e=>k(e)||G(e),Me=e=>["all","none","background","color","transform"].some(t=>e===t),Te=e=>["ease","ease-in","ease-out","ease-in-out","linear","step-start","step-end"].some(t=>e===t),Ge=e=>["clip","ellipsis"].some(t=>e===t),ke=e=>["uppercase","lowercase","capitalize"].some(t=>e===t),De=e=>e==="vue";var S=e=>e.endsWith("ms")||e.endsWith("s");var ze=(e,t)=>e.find(r=>t.some(i=>i===r))??n,Pe=(e,t,r)=>{let i=e.find(s=>t.some(a=>s.startsWith(a)));if(!i)return n;let d=i.substring(i.indexOf("-")+1);if(r?.supporter)return r?.supporter({contents:[d],stack:[],buffer:[]});if(r?.onlyValue)return d;if(r?.onlySpreadValue){let s=i.split("-");if(s.shift(),r?.validate==="timer"){let[a]=s;if(!S(a))return n}return s.join("-")}return i},Fe=e=>e.substring(e.lastIndexOf("/")+1);})();
`,c=["hover","focus","active","checked","disabled","empty","enabled","first-child","first-of-type","in-range","invalid","last-child","last-of-type","link","only-child","optional","out-of-range","read-only","read-write","required","valid","visited"],d=["after","before","cue","first-letter","first-line","selection","slotted","backdrop","placeholder","marker","spelling-error","grammar-error"],x=["Arial","Arial Black","Bahnschrift","Calibri","Cambria","Cambria Math","Candara","Comic Sans MS","Consolas","Constantia","Corbel","Courier New","Ebrima","Franklin Gothic Medium","Gabriola","Gadugi","Georgia","HoloLens MDL2 Assets","Impact","Ink Free","Javanese Text","Leelawadee UI","Lucida Console","Lucida Sans Unicode","Malgun Gothic","Marlett","Microsoft Himalaya","Microsoft JhengHei","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Sans Serif","Microsoft Tai Le","Microsoft YaHei","Microsoft Yi Baiti","MingLiU-ExtB","Mongolian Baiti","MS Gothic","MV Boli","Myanmar Text","Nirmala UI","Palatino Linotype","Segoe MDL2 Assets","Segoe Print","Segoe Script","Segoe UI","Segoe UI Historic","Segoe UI Emoji","Segoe UI Symbol","SimSun","Sitka","Sylfaen","Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Webdings","Wingdings","Yu Gothic"],F=e=>p[e]??e;var i=(t=>(t.Padding="p",t.PaddingExtended="padding",t.Margin="m",t.MarginExtended="m",t.Height="h",t.HeightExtended="height",t.Width="w",t.WidthExtended="width",t.Border="b",t.BorderExtended="border",t.Outline="o",t.OutlineExtended="outline",t.Text="text",t.TextFont="font",t.Background="bg",t.BackgroundExtended="background",t.Flexbox="f",t.FlexboxExtended="flex",t.Grid="g",t.GridExtended="grid",t.Position="pos",t.PositionExtended="position",t.Scroll="sc",t.ScrollExtended="scroll",t.Shadow="sh",t.ShadowExtended="shadow",t.Rounded="r",t.RoundedExtended="rounded",t.ZIndex="z",t.ZIndexExtended="zindex",t.Display="d",t.DisplayExtended="display",t.Float="fl",t.FloatExtended="float",t.Transition="tr",t.TransitionExtended="transition",t.Transform="tf",t.TransformExtended="transform",t.Typography="typo",t.TypographyExtended="typography",t.Filter="fi",t.FilterExtended="filter",t.Style="st",t.StyleExtended="style",t.Gradient="gr",t.GradientExtended="gradient",t.Animation="an",t.AnimationExtended="animation",t.Collection="cl",t.CollectionExtended="collection",t.Reset="reset",t))(i||{}),r=(a=>(a.None="?",a.Important="!",a))(r||{}),n=(s=>(s.MultipleContextOpen="[",s.MultipleContextClose="]",s.SpecificContextOpen="(",s.SpecificContextClose=")",s.UniqueContext=":",s))(n||{});var j=e=>["center","left","right","justify"].some(o=>e===o),H=e=>/^#[0-9a-fA-F]{6}/i.test(e),Y=e=>/[-]{0,1}[\d]*[.]{0,1}[\d]+/i.test(e),b=e=>/\.(vue)$/.test(e),u=e=>/\.(svelte)$/.test(e),J=e=>/\.(astro)$/.test(e),$=e=>b(e)||u(e),K=e=>/\.(jsx|tsx)$/.test(e),X=e=>e.match(/main.(jsx|tsx)/),Z=e=>["AliceBlue","AntiqueWhite","Aqua","Aquamarine","Azure","Beige","Bisque","Black","BlanchedAlmond","Blue","BlueViolet","Brown","BurlyWood","CadetBlue","Chartreuse","Chocolate","Coral","CornflowerBlue","Cornsilk","Crimson","Cyan","DarkBlue","DarkCyan","DarkGoldenRod","DarkGray","DarkGrey","DarkGreen","DarkKhaki","DarkMagenta","DarkOliveGreen","DarkOrange","DarkOrchid","DarkRed","DarkSalmon","DarkSeaGreen","DarkSlateBlue","DarkSlateGray","DarkSlateGrey","DarkTurquoise","DarkViolet","DeepPink","DeepSkyBlue","DimGray","DimGrey","DodgerBlue","FireBrick","FloralWhite","ForestGreen","Fuchsia","Gainsboro","GhostWhite","Gold","GoldenRod","Gray","Grey","Green","GreenYellow","HoneyDew","HotPink","IndianRed","Indigo","Ivory","Khaki","Lavender","LavenderBlush","LawnGreen","LemonChiffon","LightBlue","LightCoral","LightCyan","LightGoldenRodYellow","LightGray","LightGrey","LightGreen","LightPink","LightSalmon","LightSeaGreen","LightSkyBlue","LightSlateGray","LightSlateGrey","LightSteelBlue","LightYellow","Lime","LimeGreen","Linen","Magenta","Maroon","MediumAquaMarine","MediumBlue","MediumOrchid","MediumPurple","MediumSeaGreen","MediumSlateBlue","MediumSpringGreen","MediumTurquoise","MediumVioletRed","MidnightBlue","MintCream","MistyRose","Moccasin","NavajoWhite","Navy","OldLace","Olive","OliveDrab","Orange","OrangeRed","Orchid","PaleGoldenRod","PaleGreen","PaleTurquoise","PaleVioletRed","PapayaWhip","PeachPuff","Peru","Pink","Plum","PowderBlue","Purple","RebeccaPurple","Red","RosyBrown","RoyalBlue","SaddleBrown","Salmon","SandyBrown","SeaGreen","SeaShell","Sienna","Silver","SkyBlue","SlateBlue","SlateGray","SlateGrey","Snow","SpringGreen","SteelBlue","Tan","Teal","Thistle","Tomato","Turquoise","Violet","Wheat","White","WhiteSmoke","Yellow","YellowGreen"].some(o=>o.toLowerCase()===e.toLowerCase()),Q=e=>[...x].some(o=>o.toLowerCase()===e.toLowerCase()),I=e=>["auto","cover","contain"].some(o=>e.toLowerCase()===o.toLowerCase()),U=e=>["start","end","center","between","around","evenly","initial","inherit"].some(o=>e===o),ee=e=>["stretch","center","start","end","baseline","initial","inherit"].some(o=>e===o),oe=e=>["stretch","center","start","end"].some(o=>e===o),te=e=>["auto","stretch","center","start","end"].some(o=>e===o),se=e=>["repeat","no-repeat","repeat-x","repeat-y","repeat-round","repeat-space"].some(o=>e.toLowerCase()===o.toLowerCase()),ie=e=>e.startsWith("//"),re=e=>/(https?:\/\/.*\.(?:png|jpg|gif|jpe?g|tiff?|png|webp|bmp))/i.test(e),ne=e=>/\.(gif|jpe?g|tiff?|png|webp|bmp)$/i.test(e),ae=e=>["solid","dotted","dashed"].some(o=>o===e),le=e=>["solid","dotted","dashed","double"].some(o=>o===e),pe=e=>["xs","sm","base","lg","xl"].some(o=>o===e),ce=e=>["scroll","hidden","auto","clip","visible"].some(o=>o===e),de=e=>["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grap","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out"].some(o=>o===e),xe=e=>["auto","none","pan-x","pan-left","pan-right","pan-y","pan-up","pan-down","pinch-down","manipulation"].some(o=>o===e),ge=e=>["cm","mm","pc","pt","em","ex","ch","%","rem","lh","rlh","vw","vh","vmin","vmax","vb","vi","svw","svh","lvw","lvh","dvw","dvh"].some(o=>e.toLowerCase().endsWith(o.toLowerCase())),me=e=>e===l||e===void 0||e===null,g=e=>e===":",he=e=>g(e)||m(e)||y(e),m=e=>e==="[",C=e=>e==="]",y=e=>e==="(",Se=e=>e===")",be=e=>g(e)||m(e)||C(e),ue=e=>Object.values(n).some(o=>o===e),Ce=e=>Object.values(r).find(o=>e.startsWith(o)),E=e=>["dark","light","sepia"].find(o=>o===e),L=e=>["xs","sm","md","lg","xl"].find(o=>o===e),f=e=>c?.find(o=>o===e),ye=e=>d?.find(o=>o===e),w=e=>E(e)||L(e)||f(e),M=e=>Object.values(i).some(o=>o===e),Ee=e=>M(e)||w(e),Le=e=>["all","none","background","color","transform"].some(o=>e===o),fe=e=>["ease","ease-in","ease-out","ease-in-out","linear","step-start","step-end"].some(o=>e===o),we=e=>["clip","ellipsis"].some(o=>e===o),Me=e=>["uppercase","lowercase","capitalize"].some(o=>e===o),ve=e=>e==="vue";var ke=e=>e.substring(e.lastIndexOf("/")+1);})();

@@ -1,4 +0,4 @@

"use strict";var x=Object.defineProperty;var A=Object.getOwnPropertyDescriptor;var R=Object.getOwnPropertyNames;var B=Object.prototype.hasOwnProperty;var N=(e,t)=>{for(var s in t)x(e,s,{get:t[s],enumerable:!0})},z=(e,t,s,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of R(t))!B.call(e,n)&&n!==s&&x(e,n,{get:()=>t[n],enumerable:!(i=A(t,n))||i.enumerable});return e};var P=e=>z(x({},"__esModule",{value:!0}),e);var Ne={};N(Ne,{ANTIALIASED_RESET_CSS:()=>y,DEFAULT_RESPONSIVE:()=>g,DEFAULT_UNIT:()=>j,MEYER_RESET_CSS:()=>Y,NOVOUT_RESET_CSS:()=>H,NULLABLE:()=>a,RESOLVED_VIRTUAL_CSS_INJECT_FILENAME:()=>_,STANDARD_EXCLUDE_FILTER_SCAN:()=>W,STANDARD_EXCLUDE_SCAN:()=>q,STANDARD_INCLUDE_FILTER_SCAN:()=>V,STANDARD_INCLUDE_SCAN:()=>O,UNUNURA_FLAG:()=>F,UNUNURA_RESPONSIVE:()=>J,UnunuraGlobals:()=>p,UnunuraIdentifier:()=>l,UnunuraKeys:()=>c,VIRTUAL_CSS_INJECT_FILENAME:()=>C,browserFonts:()=>u,findResource:()=>Ae,findResourceInStart:()=>Re,getFilename:()=>Be,isAstroFile:()=>Z,isBorderStyle:()=>de,isCSSColor:()=>ee,isCloseMultipleKey:()=>L,isCommonIdentifier:()=>k,isContextCloseKey:()=>ye,isContextIdentifier:()=>G,isContextKey:()=>fe,isContextOpenKey:()=>v,isCursor:()=>he,isDefaultCentralize:()=>$,isDefaultFont:()=>te,isFlexHorizontal:()=>se,isFlexVertical:()=>re,isGlobal:()=>Le,isHTTPSImage:()=>pe,isHex:()=>K,isIdentifier:()=>we,isImage:()=>ce,isImageRepeat:()=>ae,isImageSize:()=>oe,isJSXEntryFile:()=>I,isJSXFile:()=>U,isJustifyAlign:()=>ie,isJustifySelf:()=>ne,isKey:()=>Ee,isNullable:()=>Se,isNumber:()=>X,isNumberSuffix:()=>be,isOpenKey:()=>Ce,isOpenMultipleKey:()=>S,isOutlineStyle:()=>xe,isPseudoClassContextIdentifier:()=>T,isPseudoElementContextIdentifier:()=>ve,isResponsiveContextIdentifier:()=>M,isScopedSFCFile:()=>Q,isScroll:()=>me,isSizer:()=>ge,isSlashImage:()=>le,isSvelteFile:()=>E,isThemeContextIdentifier:()=>w,isTouch:()=>ue,isTransitionProperty:()=>Me,isTransitionTimingFunction:()=>Te,isTypographyOverflow:()=>Ge,isTypographyTransform:()=>ke,isUniqueKey:()=>b,isVueFile:()=>f,isVueSFC:()=>De,pseudoClass:()=>m,pseudoElement:()=>h});module.exports=P(Ne);var F="__UNUNURACSS__",C="ununura.css",_="\0"+C,O=["**/*.{vue,svelte,jsx,tsx,astro}"],q=["**/.{nuxt,output}"],V=[/\.(vue|svelte|[jt]sx|astro)($|\?)/],W=[/\.(css|sass|scss|less|stylus|styl)($|\?)/],a="__NULLABLE__",j=["px",1],g={xs:"538px",sm:"640px",md:"768px",lg:"1024px",xl:"1536px"};var y=()=>`-webkit-font-smoothing: antialiased;
"use strict";var p=Object.defineProperty;var D=Object.getOwnPropertyDescriptor;var G=Object.getOwnPropertyNames;var A=Object.prototype.hasOwnProperty;var B=(e,o)=>{for(var s in o)p(e,s,{get:o[s],enumerable:!0})},R=(e,o,s,b)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of G(o))!A.call(e,i)&&i!==s&&p(e,i,{get:()=>o[i],enumerable:!(b=D(o,i))||b.enumerable});return e};var z=e=>R(p({},"__esModule",{value:!0}),e);var Ge={};B(Ge,{ANTIALIASED_RESET_CSS:()=>C,DEFAULT_RESPONSIVE:()=>d,DEFAULT_UNIT:()=>V,MEYER_RESET_CSS:()=>j,NOVOUT_RESET_CSS:()=>W,NULLABLE:()=>c,RESOLVED_VIRTUAL_CSS_INJECT_FILENAME:()=>P,STANDARD_EXCLUDE_FILTER_SCAN:()=>q,STANDARD_EXCLUDE_SCAN:()=>_,STANDARD_INCLUDE_FILTER_SCAN:()=>O,STANDARD_INCLUDE_SCAN:()=>F,UNUNURA_FLAG:()=>N,UNUNURA_RESPONSIVE:()=>H,UnunuraGlobals:()=>a,UnunuraIdentifier:()=>n,UnunuraKeys:()=>l,VIRTUAL_CSS_INJECT_FILENAME:()=>u,browserFonts:()=>m,getFilename:()=>De,isAstroFile:()=>K,isBorderStyle:()=>pe,isCSSColor:()=>I,isCloseMultipleKey:()=>L,isCommonIdentifier:()=>k,isContextCloseKey:()=>ue,isContextIdentifier:()=>T,isContextKey:()=>Ce,isContextOpenKey:()=>f,isCursor:()=>ge,isDefaultCentralize:()=>Y,isDefaultFont:()=>U,isFlexHorizontal:()=>oe,isFlexVertical:()=>te,isGlobal:()=>Ee,isHTTPSImage:()=>ae,isHex:()=>J,isIdentifier:()=>fe,isImage:()=>le,isImageRepeat:()=>re,isImageSize:()=>ee,isJSXEntryFile:()=>Q,isJSXFile:()=>Z,isJustifyAlign:()=>se,isJustifySelf:()=>ie,isKey:()=>ye,isNullable:()=>Se,isNumber:()=>$,isNumberSuffix:()=>he,isOpenKey:()=>be,isOpenMultipleKey:()=>S,isOutlineStyle:()=>ce,isPseudoClassContextIdentifier:()=>v,isPseudoElementContextIdentifier:()=>Le,isResponsiveContextIdentifier:()=>M,isScopedSFCFile:()=>X,isScroll:()=>xe,isSizer:()=>de,isSlashImage:()=>ne,isSvelteFile:()=>E,isThemeContextIdentifier:()=>w,isTouch:()=>me,isTransitionProperty:()=>we,isTransitionTimingFunction:()=>Me,isTypographyOverflow:()=>ve,isTypographyTransform:()=>Te,isUniqueKey:()=>h,isVueFile:()=>y,isVueSFC:()=>ke,pseudoClass:()=>x,pseudoElement:()=>g});module.exports=z(Ge);var N="__UNUNURACSS__",u="ununura.css",P="\0"+u,F=["**/*.{vue,svelte,jsx,tsx,astro}"],_=["**/.{nuxt,output}"],O=[/\.(vue|svelte|[jt]sx|astro)($|\?)/],q=[/\.(css|sass|scss|less|stylus|styl)($|\?)/],c="__NULLABLE__",V=["px",1],d={xs:"538px",sm:"640px",md:"768px",lg:"1024px",xl:"1536px"};var C=()=>`-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
`,H=()=>`* {
`,W=()=>`* {
padding: 0;

@@ -8,3 +8,3 @@ margin: 0;

font-size: 16px;
${y()}
${C()}
}

@@ -17,3 +17,3 @@

}
`,Y=()=>`/* http://meyerweb.com/eric/tools/css/reset/
`,j=()=>`/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126

@@ -66,2 +66,2 @@ License: none (public domain)

}
`,m=["hover","focus","active","checked","disabled","empty","enabled","first-child","first-of-type","in-range","invalid","last-child","last-of-type","link","only-child","optional","out-of-range","read-only","read-write","required","valid","visited"],h=["after","before","cue","first-letter","first-line","selection","slotted","backdrop","placeholder","marker","spelling-error","grammar-error"],u=["Arial","Arial Black","Bahnschrift","Calibri","Cambria","Cambria Math","Candara","Comic Sans MS","Consolas","Constantia","Corbel","Courier New","Ebrima","Franklin Gothic Medium","Gabriola","Gadugi","Georgia","HoloLens MDL2 Assets","Impact","Ink Free","Javanese Text","Leelawadee UI","Lucida Console","Lucida Sans Unicode","Malgun Gothic","Marlett","Microsoft Himalaya","Microsoft JhengHei","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Sans Serif","Microsoft Tai Le","Microsoft YaHei","Microsoft Yi Baiti","MingLiU-ExtB","Mongolian Baiti","MS Gothic","MV Boli","Myanmar Text","Nirmala UI","Palatino Linotype","Segoe MDL2 Assets","Segoe Print","Segoe Script","Segoe UI","Segoe UI Historic","Segoe UI Emoji","Segoe UI Symbol","SimSun","Sitka","Sylfaen","Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Webdings","Wingdings","Yu Gothic"],J=e=>g[e]??e;var l=(o=>(o.Padding="p",o.PaddingExtended="padding",o.Margin="m",o.MarginExtended="m",o.Height="h",o.HeightExtended="height",o.Width="w",o.WidthExtended="width",o.Border="b",o.BorderExtended="border",o.Outline="o",o.OutlineExtended="outline",o.Text="text",o.TextFont="font",o.Background="bg",o.BackgroundExtended="background",o.Flexbox="f",o.FlexboxExtended="flex",o.Grid="g",o.GridExtended="grid",o.Position="pos",o.PositionExtended="position",o.Scroll="sc",o.ScrollExtended="scroll",o.Shadow="sh",o.ShadowExtended="shadow",o.Rounded="r",o.RoundedExtended="rounded",o.ZIndex="z",o.ZIndexExtended="zindex",o.Display="d",o.DisplayExtended="display",o.Float="fl",o.FloatExtended="float",o.Transition="tr",o.TransitionExtended="transition",o.Transform="tf",o.TransformExtended="transform",o.Typography="typo",o.TypographyExtended="typography",o.Filter="fi",o.FilterExtended="filter",o.Style="st",o.StyleExtended="style",o.Gradient="gr",o.GradientExtended="gradient",o.Animation="an",o.AnimationExtended="animation",o.Collection="cl",o.CollectionExtended="collection",o.Reset="reset",o))(l||{}),p=(s=>(s.None="?",s.Important="!",s))(p||{}),c=(r=>(r.MultipleContextOpen="[",r.MultipleContextClose="]",r.SpecificContextOpen="(",r.SpecificContextClose=")",r.UniqueContext=":",r))(c||{});var $=e=>["center","left","right","justify"].some(t=>e===t),K=e=>/^#[0-9a-fA-F]{6}/i.test(e),X=e=>/[-]{0,1}[\d]*[.]{0,1}[\d]+/i.test(e),f=e=>/\.(vue)$/.test(e),E=e=>/\.(svelte)$/.test(e),Z=e=>/\.(astro)$/.test(e),Q=e=>f(e)||E(e),U=e=>/\.(jsx|tsx)$/.test(e),I=e=>e.match(/main.(jsx|tsx)/),ee=e=>["AliceBlue","AntiqueWhite","Aqua","Aquamarine","Azure","Beige","Bisque","Black","BlanchedAlmond","Blue","BlueViolet","Brown","BurlyWood","CadetBlue","Chartreuse","Chocolate","Coral","CornflowerBlue","Cornsilk","Crimson","Cyan","DarkBlue","DarkCyan","DarkGoldenRod","DarkGray","DarkGrey","DarkGreen","DarkKhaki","DarkMagenta","DarkOliveGreen","DarkOrange","DarkOrchid","DarkRed","DarkSalmon","DarkSeaGreen","DarkSlateBlue","DarkSlateGray","DarkSlateGrey","DarkTurquoise","DarkViolet","DeepPink","DeepSkyBlue","DimGray","DimGrey","DodgerBlue","FireBrick","FloralWhite","ForestGreen","Fuchsia","Gainsboro","GhostWhite","Gold","GoldenRod","Gray","Grey","Green","GreenYellow","HoneyDew","HotPink","IndianRed","Indigo","Ivory","Khaki","Lavender","LavenderBlush","LawnGreen","LemonChiffon","LightBlue","LightCoral","LightCyan","LightGoldenRodYellow","LightGray","LightGrey","LightGreen","LightPink","LightSalmon","LightSeaGreen","LightSkyBlue","LightSlateGray","LightSlateGrey","LightSteelBlue","LightYellow","Lime","LimeGreen","Linen","Magenta","Maroon","MediumAquaMarine","MediumBlue","MediumOrchid","MediumPurple","MediumSeaGreen","MediumSlateBlue","MediumSpringGreen","MediumTurquoise","MediumVioletRed","MidnightBlue","MintCream","MistyRose","Moccasin","NavajoWhite","Navy","OldLace","Olive","OliveDrab","Orange","OrangeRed","Orchid","PaleGoldenRod","PaleGreen","PaleTurquoise","PaleVioletRed","PapayaWhip","PeachPuff","Peru","Pink","Plum","PowderBlue","Purple","RebeccaPurple","Red","RosyBrown","RoyalBlue","SaddleBrown","Salmon","SandyBrown","SeaGreen","SeaShell","Sienna","Silver","SkyBlue","SlateBlue","SlateGray","SlateGrey","Snow","SpringGreen","SteelBlue","Tan","Teal","Thistle","Tomato","Turquoise","Violet","Wheat","White","WhiteSmoke","Yellow","YellowGreen"].some(t=>t.toLowerCase()===e.toLowerCase()),te=e=>[...u].some(t=>t.toLowerCase()===e.toLowerCase()),oe=e=>["auto","cover","contain"].some(t=>e.toLowerCase()===t.toLowerCase()),se=e=>["start","end","center","between","around","evenly","initial","inherit"].some(t=>e===t),re=e=>["stretch","center","start","end","baseline","initial","inherit"].some(t=>e===t),ie=e=>["stretch","center","start","end"].some(t=>e===t),ne=e=>["auto","stretch","center","start","end"].some(t=>e===t),ae=e=>["repeat","no-repeat","repeat-x","repeat-y","repeat-round","repeat-space"].some(t=>e.toLowerCase()===t.toLowerCase()),le=e=>e.startsWith("//"),pe=e=>/(https?:\/\/.*\.(?:png|jpg|gif|jpe?g|tiff?|png|webp|bmp))/i.test(e),ce=e=>/\.(gif|jpe?g|tiff?|png|webp|bmp)$/i.test(e),de=e=>["solid","dotted","dashed"].some(t=>t===e),xe=e=>["solid","dotted","dashed","double"].some(t=>t===e),ge=e=>["xs","sm","base","lg","xl"].some(t=>t===e),me=e=>["scroll","hidden","auto","clip","visible"].some(t=>t===e),he=e=>["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grap","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out"].some(t=>t===e),ue=e=>["auto","none","pan-x","pan-left","pan-right","pan-y","pan-up","pan-down","pinch-down","manipulation"].some(t=>t===e),be=e=>["cm","mm","pc","pt","em","ex","ch","%","rem","lh","rlh","vw","vh","vmin","vmax","vb","vi","svw","svh","lvw","lvh","dvw","dvh"].some(t=>e.toLowerCase().endsWith(t.toLowerCase())),Se=e=>e===a||e===void 0||e===null,b=e=>e===":",Ce=e=>b(e)||S(e)||v(e),S=e=>e==="[",L=e=>e==="]",v=e=>e==="(",ye=e=>e===")",fe=e=>b(e)||S(e)||L(e),Ee=e=>Object.values(c).some(t=>t===e),Le=e=>Object.values(p).find(t=>e.startsWith(t)),w=e=>["dark","light","sepia"].find(t=>t===e),M=e=>["xs","sm","md","lg","xl"].find(t=>t===e),T=e=>m?.find(t=>t===e),ve=e=>h?.find(t=>t===e),G=e=>w(e)||M(e)||T(e),k=e=>Object.values(l).some(t=>t===e),we=e=>k(e)||G(e),Me=e=>["all","none","background","color","transform"].some(t=>e===t),Te=e=>["ease","ease-in","ease-out","ease-in-out","linear","step-start","step-end"].some(t=>e===t),Ge=e=>["clip","ellipsis"].some(t=>e===t),ke=e=>["uppercase","lowercase","capitalize"].some(t=>e===t),De=e=>e==="vue";var D=e=>e.endsWith("ms")||e.endsWith("s");var Ae=(e,t)=>e.find(s=>t.some(i=>i===s))??a,Re=(e,t,s)=>{let i=e.find(r=>t.some(d=>r.startsWith(d)));if(!i)return a;let n=i.substring(i.indexOf("-")+1);if(s?.supporter)return s?.supporter({contents:[n],stack:[],buffer:[]});if(s?.onlyValue)return n;if(s?.onlySpreadValue){let r=i.split("-");if(r.shift(),s?.validate==="timer"){let[d]=r;if(!D(d))return a}return r.join("-")}return i},Be=e=>e.substring(e.lastIndexOf("/")+1);0&&(module.exports={ANTIALIASED_RESET_CSS,DEFAULT_RESPONSIVE,DEFAULT_UNIT,MEYER_RESET_CSS,NOVOUT_RESET_CSS,NULLABLE,RESOLVED_VIRTUAL_CSS_INJECT_FILENAME,STANDARD_EXCLUDE_FILTER_SCAN,STANDARD_EXCLUDE_SCAN,STANDARD_INCLUDE_FILTER_SCAN,STANDARD_INCLUDE_SCAN,UNUNURA_FLAG,UNUNURA_RESPONSIVE,UnunuraGlobals,UnunuraIdentifier,UnunuraKeys,VIRTUAL_CSS_INJECT_FILENAME,browserFonts,findResource,findResourceInStart,getFilename,isAstroFile,isBorderStyle,isCSSColor,isCloseMultipleKey,isCommonIdentifier,isContextCloseKey,isContextIdentifier,isContextKey,isContextOpenKey,isCursor,isDefaultCentralize,isDefaultFont,isFlexHorizontal,isFlexVertical,isGlobal,isHTTPSImage,isHex,isIdentifier,isImage,isImageRepeat,isImageSize,isJSXEntryFile,isJSXFile,isJustifyAlign,isJustifySelf,isKey,isNullable,isNumber,isNumberSuffix,isOpenKey,isOpenMultipleKey,isOutlineStyle,isPseudoClassContextIdentifier,isPseudoElementContextIdentifier,isResponsiveContextIdentifier,isScopedSFCFile,isScroll,isSizer,isSlashImage,isSvelteFile,isThemeContextIdentifier,isTouch,isTransitionProperty,isTransitionTimingFunction,isTypographyOverflow,isTypographyTransform,isUniqueKey,isVueFile,isVueSFC,pseudoClass,pseudoElement});
`,x=["hover","focus","active","checked","disabled","empty","enabled","first-child","first-of-type","in-range","invalid","last-child","last-of-type","link","only-child","optional","out-of-range","read-only","read-write","required","valid","visited"],g=["after","before","cue","first-letter","first-line","selection","slotted","backdrop","placeholder","marker","spelling-error","grammar-error"],m=["Arial","Arial Black","Bahnschrift","Calibri","Cambria","Cambria Math","Candara","Comic Sans MS","Consolas","Constantia","Corbel","Courier New","Ebrima","Franklin Gothic Medium","Gabriola","Gadugi","Georgia","HoloLens MDL2 Assets","Impact","Ink Free","Javanese Text","Leelawadee UI","Lucida Console","Lucida Sans Unicode","Malgun Gothic","Marlett","Microsoft Himalaya","Microsoft JhengHei","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Sans Serif","Microsoft Tai Le","Microsoft YaHei","Microsoft Yi Baiti","MingLiU-ExtB","Mongolian Baiti","MS Gothic","MV Boli","Myanmar Text","Nirmala UI","Palatino Linotype","Segoe MDL2 Assets","Segoe Print","Segoe Script","Segoe UI","Segoe UI Historic","Segoe UI Emoji","Segoe UI Symbol","SimSun","Sitka","Sylfaen","Symbol","Tahoma","Times New Roman","Trebuchet MS","Verdana","Webdings","Wingdings","Yu Gothic"],H=e=>d[e]??e;var n=(t=>(t.Padding="p",t.PaddingExtended="padding",t.Margin="m",t.MarginExtended="m",t.Height="h",t.HeightExtended="height",t.Width="w",t.WidthExtended="width",t.Border="b",t.BorderExtended="border",t.Outline="o",t.OutlineExtended="outline",t.Text="text",t.TextFont="font",t.Background="bg",t.BackgroundExtended="background",t.Flexbox="f",t.FlexboxExtended="flex",t.Grid="g",t.GridExtended="grid",t.Position="pos",t.PositionExtended="position",t.Scroll="sc",t.ScrollExtended="scroll",t.Shadow="sh",t.ShadowExtended="shadow",t.Rounded="r",t.RoundedExtended="rounded",t.ZIndex="z",t.ZIndexExtended="zindex",t.Display="d",t.DisplayExtended="display",t.Float="fl",t.FloatExtended="float",t.Transition="tr",t.TransitionExtended="transition",t.Transform="tf",t.TransformExtended="transform",t.Typography="typo",t.TypographyExtended="typography",t.Filter="fi",t.FilterExtended="filter",t.Style="st",t.StyleExtended="style",t.Gradient="gr",t.GradientExtended="gradient",t.Animation="an",t.AnimationExtended="animation",t.Collection="cl",t.CollectionExtended="collection",t.Reset="reset",t))(n||{}),a=(s=>(s.None="?",s.Important="!",s))(a||{}),l=(r=>(r.MultipleContextOpen="[",r.MultipleContextClose="]",r.SpecificContextOpen="(",r.SpecificContextClose=")",r.UniqueContext=":",r))(l||{});var Y=e=>["center","left","right","justify"].some(o=>e===o),J=e=>/^#[0-9a-fA-F]{6}/i.test(e),$=e=>/[-]{0,1}[\d]*[.]{0,1}[\d]+/i.test(e),y=e=>/\.(vue)$/.test(e),E=e=>/\.(svelte)$/.test(e),K=e=>/\.(astro)$/.test(e),X=e=>y(e)||E(e),Z=e=>/\.(jsx|tsx)$/.test(e),Q=e=>e.match(/main.(jsx|tsx)/),I=e=>["AliceBlue","AntiqueWhite","Aqua","Aquamarine","Azure","Beige","Bisque","Black","BlanchedAlmond","Blue","BlueViolet","Brown","BurlyWood","CadetBlue","Chartreuse","Chocolate","Coral","CornflowerBlue","Cornsilk","Crimson","Cyan","DarkBlue","DarkCyan","DarkGoldenRod","DarkGray","DarkGrey","DarkGreen","DarkKhaki","DarkMagenta","DarkOliveGreen","DarkOrange","DarkOrchid","DarkRed","DarkSalmon","DarkSeaGreen","DarkSlateBlue","DarkSlateGray","DarkSlateGrey","DarkTurquoise","DarkViolet","DeepPink","DeepSkyBlue","DimGray","DimGrey","DodgerBlue","FireBrick","FloralWhite","ForestGreen","Fuchsia","Gainsboro","GhostWhite","Gold","GoldenRod","Gray","Grey","Green","GreenYellow","HoneyDew","HotPink","IndianRed","Indigo","Ivory","Khaki","Lavender","LavenderBlush","LawnGreen","LemonChiffon","LightBlue","LightCoral","LightCyan","LightGoldenRodYellow","LightGray","LightGrey","LightGreen","LightPink","LightSalmon","LightSeaGreen","LightSkyBlue","LightSlateGray","LightSlateGrey","LightSteelBlue","LightYellow","Lime","LimeGreen","Linen","Magenta","Maroon","MediumAquaMarine","MediumBlue","MediumOrchid","MediumPurple","MediumSeaGreen","MediumSlateBlue","MediumSpringGreen","MediumTurquoise","MediumVioletRed","MidnightBlue","MintCream","MistyRose","Moccasin","NavajoWhite","Navy","OldLace","Olive","OliveDrab","Orange","OrangeRed","Orchid","PaleGoldenRod","PaleGreen","PaleTurquoise","PaleVioletRed","PapayaWhip","PeachPuff","Peru","Pink","Plum","PowderBlue","Purple","RebeccaPurple","Red","RosyBrown","RoyalBlue","SaddleBrown","Salmon","SandyBrown","SeaGreen","SeaShell","Sienna","Silver","SkyBlue","SlateBlue","SlateGray","SlateGrey","Snow","SpringGreen","SteelBlue","Tan","Teal","Thistle","Tomato","Turquoise","Violet","Wheat","White","WhiteSmoke","Yellow","YellowGreen"].some(o=>o.toLowerCase()===e.toLowerCase()),U=e=>[...m].some(o=>o.toLowerCase()===e.toLowerCase()),ee=e=>["auto","cover","contain"].some(o=>e.toLowerCase()===o.toLowerCase()),oe=e=>["start","end","center","between","around","evenly","initial","inherit"].some(o=>e===o),te=e=>["stretch","center","start","end","baseline","initial","inherit"].some(o=>e===o),se=e=>["stretch","center","start","end"].some(o=>e===o),ie=e=>["auto","stretch","center","start","end"].some(o=>e===o),re=e=>["repeat","no-repeat","repeat-x","repeat-y","repeat-round","repeat-space"].some(o=>e.toLowerCase()===o.toLowerCase()),ne=e=>e.startsWith("//"),ae=e=>/(https?:\/\/.*\.(?:png|jpg|gif|jpe?g|tiff?|png|webp|bmp))/i.test(e),le=e=>/\.(gif|jpe?g|tiff?|png|webp|bmp)$/i.test(e),pe=e=>["solid","dotted","dashed"].some(o=>o===e),ce=e=>["solid","dotted","dashed","double"].some(o=>o===e),de=e=>["xs","sm","base","lg","xl"].some(o=>o===e),xe=e=>["scroll","hidden","auto","clip","visible"].some(o=>o===e),ge=e=>["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grap","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out"].some(o=>o===e),me=e=>["auto","none","pan-x","pan-left","pan-right","pan-y","pan-up","pan-down","pinch-down","manipulation"].some(o=>o===e),he=e=>["cm","mm","pc","pt","em","ex","ch","%","rem","lh","rlh","vw","vh","vmin","vmax","vb","vi","svw","svh","lvw","lvh","dvw","dvh"].some(o=>e.toLowerCase().endsWith(o.toLowerCase())),Se=e=>e===c||e===void 0||e===null,h=e=>e===":",be=e=>h(e)||S(e)||f(e),S=e=>e==="[",L=e=>e==="]",f=e=>e==="(",ue=e=>e===")",Ce=e=>h(e)||S(e)||L(e),ye=e=>Object.values(l).some(o=>o===e),Ee=e=>Object.values(a).find(o=>e.startsWith(o)),w=e=>["dark","light","sepia"].find(o=>o===e),M=e=>["xs","sm","md","lg","xl"].find(o=>o===e),v=e=>x?.find(o=>o===e),Le=e=>g?.find(o=>o===e),T=e=>w(e)||M(e)||v(e),k=e=>Object.values(n).some(o=>o===e),fe=e=>k(e)||T(e),we=e=>["all","none","background","color","transform"].some(o=>e===o),Me=e=>["ease","ease-in","ease-out","ease-in-out","linear","step-start","step-end"].some(o=>e===o),ve=e=>["clip","ellipsis"].some(o=>e===o),Te=e=>["uppercase","lowercase","capitalize"].some(o=>e===o),ke=e=>e==="vue";var De=e=>e.substring(e.lastIndexOf("/")+1);0&&(module.exports={ANTIALIASED_RESET_CSS,DEFAULT_RESPONSIVE,DEFAULT_UNIT,MEYER_RESET_CSS,NOVOUT_RESET_CSS,NULLABLE,RESOLVED_VIRTUAL_CSS_INJECT_FILENAME,STANDARD_EXCLUDE_FILTER_SCAN,STANDARD_EXCLUDE_SCAN,STANDARD_INCLUDE_FILTER_SCAN,STANDARD_INCLUDE_SCAN,UNUNURA_FLAG,UNUNURA_RESPONSIVE,UnunuraGlobals,UnunuraIdentifier,UnunuraKeys,VIRTUAL_CSS_INJECT_FILENAME,browserFonts,getFilename,isAstroFile,isBorderStyle,isCSSColor,isCloseMultipleKey,isCommonIdentifier,isContextCloseKey,isContextIdentifier,isContextKey,isContextOpenKey,isCursor,isDefaultCentralize,isDefaultFont,isFlexHorizontal,isFlexVertical,isGlobal,isHTTPSImage,isHex,isIdentifier,isImage,isImageRepeat,isImageSize,isJSXEntryFile,isJSXFile,isJustifyAlign,isJustifySelf,isKey,isNullable,isNumber,isNumberSuffix,isOpenKey,isOpenMultipleKey,isOutlineStyle,isPseudoClassContextIdentifier,isPseudoElementContextIdentifier,isResponsiveContextIdentifier,isScopedSFCFile,isScroll,isSizer,isSlashImage,isSvelteFile,isThemeContextIdentifier,isTouch,isTransitionProperty,isTransitionTimingFunction,isTypographyOverflow,isTypographyTransform,isUniqueKey,isVueFile,isVueSFC,pseudoClass,pseudoElement});
{
"name": "ununura-shared",
"version": "1.5.0",
"version": "1.6.0",
"description": "Atomic CSS Engine.",

@@ -5,0 +5,0 @@ "author": "Novout",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc