Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ununura-engine

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ununura-engine - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

42

dist/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc