Socket
Socket
Sign inDemoInstall

@unocss/preset-mini

Package Overview
Dependencies
Maintainers
1
Versions
285
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/preset-mini - npm Package Compare versions

Comparing version 0.16.3 to 0.16.4

dist/chunks/utilities.cjs

7

dist/rules.d.ts

@@ -10,2 +10,3 @@ import { Rule, RuleContext } from '@unocss/core';

declare const placeholder: Rule[];
declare const willChange: Rule[];

@@ -36,3 +37,2 @@ declare const borders: Rule[];

declare const ringOffsetColors: Rule[];
declare const fillColors: Rule[];

@@ -76,2 +76,3 @@ declare const rules: Rule[];

declare const cssProps: string[];
declare const varEmpty = "var(--un-empty,/*!*/ /*!*/)";

@@ -92,2 +93,4 @@ declare const displays: Rule[];

declare const svgUtilities: Rule[];
declare const transforms: Rule[];

@@ -107,2 +110,2 @@

export { alignments, appearance, appearances, aspectRatio, bgColors, borderColors, borders, boxShadows, boxSizing, breaks, colorResolver, contents, cssVariables, cursors, displays, fillColors, flex, floats, fontSmoothings, fontStyles, fonts, gaps, grids, insets, justifies, margins, opacity, orders, outline, overflows, paddings, parseColorUtil, placeholder, placements, pointerEvents, positions, questionMark, resizes, ringColors, ringOffsetColors, rings, rules, sizes, tabSizes, textAligns, textColors, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, transforms, transitions, userSelects, varEmpty, verticalAligns, whitespaces, zIndexes };
export { alignments, appearance, appearances, aspectRatio, bgColors, borderColors, borders, boxShadows, boxSizing, breaks, colorResolver, contents, cssProps, cssVariables, cursors, displays, flex, floats, fontSmoothings, fontStyles, fonts, gaps, grids, insets, justifies, margins, opacity, orders, outline, overflows, paddings, parseColorUtil, placeholder, placements, pointerEvents, positions, questionMark, resizes, ringColors, ringOffsetColors, rings, rules, sizes, svgUtilities, tabSizes, textAligns, textColors, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, transforms, transitions, userSelects, varEmpty, verticalAligns, whitespaces, willChange, zIndexes };
import * as _unocss_core from '@unocss/core';
import { VariantHandler } from '@unocss/core';
import { VariantHandler, CSSEntries } from '@unocss/core';

@@ -8,2 +8,3 @@ declare const directionMap: Record<string, string[]>;

declare function numberWithUnit(str: string): string | undefined;
declare function rem(str: string): string | undefined;

@@ -19,2 +20,3 @@ declare function px(str: string): string | undefined;

declare const handlers_numberWithUnit: typeof numberWithUnit;
declare const handlers_rem: typeof rem;

@@ -31,2 +33,3 @@ declare const handlers_px: typeof px;

export {
handlers_numberWithUnit as numberWithUnit,
handlers_rem as rem,

@@ -44,4 +47,4 @@ handlers_px as px,

declare const handler: _unocss_core.ValueHandler<"number" | "rem" | "px" | "percent" | "fraction" | "bracket" | "cssvar" | "time" | "global">;
declare const h: _unocss_core.ValueHandler<"number" | "rem" | "px" | "percent" | "fraction" | "bracket" | "cssvar" | "time" | "global">;
declare const handler: _unocss_core.ValueHandler<"number" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "cssvar" | "time" | "global">;
declare const h: _unocss_core.ValueHandler<"number" | "numberWithUnit" | "rem" | "px" | "percent" | "fraction" | "bracket" | "cssvar" | "time" | "global">;

@@ -51,3 +54,4 @@ declare const variantMatcher: (name: string, selector?: ((input: string) => string | undefined) | undefined) => (input: string) => VariantHandler | undefined;

declare function capitalize<T extends string>(str: T): Capitalize<T>;
declare const directionSize: (prefix: string) => ([_, direction, size]: string[]) => CSSEntries | undefined;
export { capitalize, cornerMap, directionMap, h, handler, handlers as valueHandlers, variantMatcher, xyzMap };
export { capitalize, cornerMap, directionMap, directionSize, h, handler, handlers as valueHandlers, variantMatcher, xyzMap };

@@ -6,3 +6,3 @@ import { Variant, VariantFunction, VariantObject } from '@unocss/core';

declare const variantChildren: Variant[];
declare const variantCombinators: Variant[];

@@ -18,3 +18,3 @@ declare const variantColorsClass: Variant[];

declare const CONTROL_BYPASS_PSEUDO = "$$no-pseudo";
declare const CONTROL_BYPASS_PSEUDO_CLASS = "$$no-pseudo";
declare const PseudoClasses: Record<string, string | undefined>;

@@ -24,2 +24,2 @@ declare const variantPseudoElements: VariantFunction;

export { CONTROL_BYPASS_PSEUDO, PseudoClasses, variantBreakpoints, variantChildren, variantColorsClass, variantColorsMedia, variantImportant, variantNegative, variantPseudoClasses, variantPseudoElements, variantSpace, variants };
export { CONTROL_BYPASS_PSEUDO_CLASS, PseudoClasses, variantBreakpoints, variantColorsClass, variantColorsMedia, variantCombinators, variantImportant, variantNegative, variantPseudoClasses, variantPseudoElements, variantSpace, variants };
{
"name": "@unocss/preset-mini",
"version": "0.16.3",
"version": "0.16.4",
"description": "The minimal preset for UnoCSS",

@@ -64,3 +64,3 @@ "keywords": [

"dependencies": {
"@unocss/core": "0.16.3"
"@unocss/core": "0.16.4"
},

@@ -67,0 +67,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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