ununura-engine
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -1,2 +0,2 @@ | ||
import { UnunuraIdentifier, UnunuraContextualizeStack, Nullable, Option, UnunuraCoreOptions, CSSInject, VueSFC } from 'ununura-shared'; | ||
import { UnunuraIdentifier, UnunuraGenerateContext, Nullable, Option, UnunuraCoreOptions, CSSInject, VueSFC } from 'ununura-shared'; | ||
@@ -15,25 +15,25 @@ declare const lex: (raw: string) => string[]; | ||
declare const resolveIdentifierInCSS: (identifier: UnunuraIdentifier) => string; | ||
declare const resolveCSS: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const resolveTitleCssClass: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const resolveCssClass: (identifier: UnunuraIdentifier, contents: string[], setter: string, context?: UnunuraContextualizeStack) => Nullable<string>; | ||
declare const resolveCSS: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const resolveTitleCssClass: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const resolveCssClass: (identifier: UnunuraIdentifier, setter: string, ctx: UnunuraGenerateContext) => Nullable<string>; | ||
declare const generateMultipleClass: (key: [string, string], context?: UnunuraContextualizeStack) => string; | ||
declare const generateUniqueClass: (key: [string, string], context?: UnunuraContextualizeStack) => string; | ||
declare const setterHead: (contents: string[], context?: UnunuraContextualizeStack, start?: string) => string; | ||
declare const generateMultipleClass: (key: [string, string], ctx: UnunuraGenerateContext) => string; | ||
declare const generateUniqueClass: (key: [string, string], ctx: UnunuraGenerateContext) => string; | ||
declare const setterHead: (ctx: UnunuraGenerateContext, start?: string) => string; | ||
declare const setterRow: (item: Option<string>, valid: string, contents: string[]) => string; | ||
declare const generateCSSResources: (raw: string) => string; | ||
declare const getResourceSpreadValues: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const getResourceWidthOrHeight: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const getResourcePosition: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const getResourceBorder: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const getResourceBackground: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const getResourceScroll: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const getResourceDisplay: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const getResourceFloat: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const getResourceZIndex: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const getResourceReset: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const getResourceShadow: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const getResourceCursor: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const getResourceText: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const getResourceFlex: (identifier: UnunuraIdentifier, contents: string[], context?: UnunuraContextualizeStack) => string; | ||
declare const getResourceSpreadValues: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const getResourceWidthOrHeight: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const getResourcePosition: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const getResourceBorder: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const getResourceBackground: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const getResourceScroll: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const getResourceDisplay: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const getResourceFloat: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const getResourceZIndex: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const getResourceReset: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const getResourceShadow: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const getResourceCursor: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const getResourceText: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
declare const getResourceFlex: (identifier: UnunuraIdentifier, ctx: UnunuraGenerateContext) => string; | ||
@@ -40,0 +40,0 @@ declare const UnunuraGenerate: (options?: UnunuraCoreOptions) => Promise<CSSInject>; |
{ | ||
"name": "ununura-engine", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Atomic CSS Engine.", | ||
@@ -36,5 +36,5 @@ "author": "Novout", | ||
"dependencies": { | ||
"ununura-shared": "0.0.7" | ||
"ununura-shared": "0.0.8" | ||
}, | ||
"gitHead": "90375c8bd58d493f9fa00b4110d91d73f4e7d617" | ||
"gitHead": "b580d4255cb01cc5364a1a5e26ec9ad6ed009cef" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31557
0
1121555
+ Addedununura-shared@0.0.8(transitive)
- Removedununura-shared@0.0.7(transitive)
Updatedununura-shared@0.0.8