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 0.0.7 to 0.0.8

29

dist/index.d.ts

@@ -24,6 +24,2 @@ declare enum UnunuraIdentifier {

}
type UnunuraContextualizeTheme = 'light' | 'dark' | 'sepia';
type UnunuraContextualizeResponsive = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
type UnunuraContextualize = UnunuraContextualizeTheme | UnunuraContextualizeResponsive;
type UnunuraContextualizeStack = UnunuraContextualize[];
declare enum UnunuraKeys {

@@ -37,2 +33,13 @@ MultipleContextOpen = "[",

type Option<T> = T | undefined;
type Nullable<T> = T | '__NULLABLE__';
type CSSInject = string;
type VueSFC = string;
type UnunuraBounce = 'padding' | 'margin' | 'border' | 'text' | 'background' | 'flex' | 'grid';
type UnunuraContextualizeTheme = 'light' | 'dark' | 'sepia';
type UnunuraContextualizeResponsive = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
type UnunuraContextualize = UnunuraContextualizeTheme | UnunuraContextualizeResponsive;
type UnunuraContextualizeStack = UnunuraContextualize[];
type CSSResourceSizer = 'xs' | 'sm' | 'base' | 'lg' | 'xl' | `${string}xl`;
declare const ANTIALIASED_RESET_CSS: () => string;

@@ -49,10 +56,8 @@ declare const NOVOUT_RESET_CSS: () => string;

}
interface UnunuraGenerateContext {
stack: UnunuraContextualizeStack;
buffer: string[];
contents: string[];
}
type Option<T> = T | undefined;
type Nullable<T> = T | '__NULLABLE__';
type CSSInject = string;
type VueSFC = string;
type UnunuraBounce = 'padding' | 'margin' | 'border' | 'text' | 'background' | 'flex' | 'grid';
type CSSResourceSizer = 'xs' | 'sm' | 'base' | 'lg' | 'xl' | `${string}xl`;
declare const VIRTUAL_CSS_INJECT_FILENAME = "ununura.css";

@@ -103,2 +108,2 @@ declare const RESOLVED_VIRTUAL_CSS_INJECT_FILENAME: string;

export { ANTIALIASED_RESET_CSS, CSSInject, CSSResourceSizer, MEYER_RESET_CSS, NOVOUT_RESET_CSS, NULLABLE, Nullable, Option, RESOLVED_VIRTUAL_CSS_INJECT_FILENAME, STANDARD_EXCLUDE_SCAN, STANDARD_INCLUDE_SCAN, UNUNURA_RESPONSIVE, UnunuraBounce, UnunuraContextualize, UnunuraContextualizeResponsive, UnunuraContextualizeStack, UnunuraContextualizeTheme, UnunuraCoreOptions, UnunuraGlobals, UnunuraIdentifier, UnunuraKeys, VIRTUAL_CSS_INJECT_FILENAME, VueSFC, browserFonts, findResource, findResourceInStart, googleFonts, isBorderStyle, isCSSColor, isCloseMultipleKey, isCommonIdentifier, isContextCloseKey, isContextIdentifier, isContextKey, isContextOpenKey, isCursor, isDefaultFont, isFlexHorizontal, isFlexVertical, isGlobal, isGoogleFont, isHTTPSImage, isHex, isIdentifier, isImage, isImageRepeat, isImageSize, isKey, isNullable, isNumber, isNumberSuffix, isOpenMultipleKey, isResponsiveContextIdentifier, isScroll, isSizer, isSlashImage, isThemeContextIdentifier, isUniqueKey, isVueFile };
export { ANTIALIASED_RESET_CSS, CSSInject, CSSResourceSizer, MEYER_RESET_CSS, NOVOUT_RESET_CSS, NULLABLE, Nullable, Option, RESOLVED_VIRTUAL_CSS_INJECT_FILENAME, STANDARD_EXCLUDE_SCAN, STANDARD_INCLUDE_SCAN, UNUNURA_RESPONSIVE, UnunuraBounce, UnunuraContextualize, UnunuraContextualizeResponsive, UnunuraContextualizeStack, UnunuraContextualizeTheme, UnunuraCoreOptions, UnunuraGenerateContext, UnunuraGlobals, UnunuraIdentifier, UnunuraKeys, VIRTUAL_CSS_INJECT_FILENAME, VueSFC, browserFonts, findResource, findResourceInStart, googleFonts, isBorderStyle, isCSSColor, isCloseMultipleKey, isCommonIdentifier, isContextCloseKey, isContextIdentifier, isContextKey, isContextOpenKey, isCursor, isDefaultFont, isFlexHorizontal, isFlexVertical, isGlobal, isGoogleFont, isHTTPSImage, isHex, isIdentifier, isImage, isImageRepeat, isImageSize, isKey, isNullable, isNumber, isNumberSuffix, isOpenMultipleKey, isResponsiveContextIdentifier, isScroll, isSizer, isSlashImage, isThemeContextIdentifier, isUniqueKey, isVueFile };
{
"name": "ununura-shared",
"version": "0.0.7",
"version": "0.0.8",
"description": "Atomic CSS Engine.",

@@ -31,3 +31,3 @@ "author": "Novout",

},
"gitHead": "90375c8bd58d493f9fa00b4110d91d73f4e7d617"
"gitHead": "b580d4255cb01cc5364a1a5e26ec9ad6ed009cef"
}
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