Socket
Socket
Sign inDemoInstall

@unocss/preset-mini

Package Overview
Dependencies
Maintainers
1
Versions
286
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.22.0 to 0.22.1

dist/colors-338f482c.d.ts

4

dist/colors.d.ts

@@ -1,2 +0,2 @@

export { c as colors } from './colors-6d634692';
import './types-a2d2b52f';
export { c as colors } from './colors-338f482c';
import './types-c14b808b';
import { PresetOptions, Preset } from '@unocss/core';
import { T as Theme } from './types-a2d2b52f';
export { T as Theme, a as ThemeAnimation } from './types-a2d2b52f';
export { t as theme } from './default-958434b6';
export { c as colors } from './colors-6d634692';
export { p as parseColor } from './utilities-22a522e2';
import { T as Theme } from './types-c14b808b';
export { T as Theme, a as ThemeAnimation } from './types-c14b808b';
export { t as theme } from './default-17948303';
export { c as colors } from './colors-338f482c';
export { p as parseColor } from './utilities-13c33ba5';

@@ -8,0 +8,0 @@ interface PresetMiniOptions extends PresetOptions {

import { Rule } from '@unocss/core';
import { T as Theme } from './types-a2d2b52f';
import { T as Theme } from './types-c14b808b';

@@ -52,2 +52,10 @@ declare const verticalAligns: Rule[];

declare const shadowBase: {
"$$shortcut-no-merge": string;
'--un-ring-offset-shadow': string;
'--un-ring-shadow': string;
'--un-shadow-inset': string;
'--un-shadow': string;
'--un-shadow-colored': string;
};
declare const boxShadows: Rule<Theme>[];

@@ -89,5 +97,6 @@

declare const cssVariables: Rule[];
declare const cssProperty: Rule[];
declare const textDecorations: Rule[];
export { alignments, appearance, appearances, aspectRatio, bgColors, borders, boxShadows, boxSizing, breaks, contents, cssVariables, cursors, displays, flex, floats, fontSmoothings, fontStyles, fonts, gaps, grids, insets, justifies, margins, opacity, orders, outline, overflows, paddings, placements, pointerEvents, positions, questionMark, resizes, rings, rules, sizes, svgUtilities, tabSizes, textAligns, textColors, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, transforms, transitions, userSelects, varEmpty, verticalAligns, whitespaces, willChange, zIndexes };
export { alignments, appearance, appearances, aspectRatio, bgColors, borders, boxShadows, boxSizing, breaks, contents, cssProperty, cssVariables, cursors, displays, flex, floats, fontSmoothings, fontStyles, fonts, gaps, grids, insets, justifies, margins, opacity, orders, outline, overflows, paddings, placements, pointerEvents, positions, questionMark, resizes, rings, rules, shadowBase, sizes, svgUtilities, tabSizes, textAligns, textColors, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, transforms, transitions, userSelects, varEmpty, verticalAligns, whitespaces, willChange, zIndexes };

@@ -1,5 +0,5 @@

export { c as colors } from './colors-6d634692';
export { t as theme } from './default-958434b6';
import { T as Theme } from './types-a2d2b52f';
export { T as Theme, a as ThemeAnimation } from './types-a2d2b52f';
export { c as colors } from './colors-338f482c';
export { t as theme } from './default-17948303';
import { T as Theme } from './types-c14b808b';
export { T as Theme, a as ThemeAnimation } from './types-c14b808b';

@@ -58,7 +58,7 @@ declare const blur: {

declare const boxShadow: {
DEFAULT: string;
DEFAULT: string[];
sm: string;
md: string;
lg: string;
xl: string;
md: string[];
lg: string[];
xl: string[];
'2xl': string;

@@ -65,0 +65,0 @@ inner: string;

import * as _unocss_core from '@unocss/core';
import { VariantHandler } from '@unocss/core';
export { c as capitalize, a as colorResolver, d as directionSize, p as parseColor } from './utilities-22a522e2';
import './types-a2d2b52f';
export { c as capitalize, a as colorResolver, d as directionSize, p as parseColor } from './utilities-13c33ba5';
import './types-c14b808b';
declare const directionMap: Record<string, string[]>;
declare const insetMap: Record<string, string[]>;
declare const cornerMap: Record<string, string[]>;

@@ -62,2 +63,2 @@ declare const xyzMap: Record<string, string[]>;

export { cornerMap, directionMap, h, handler, positionMap, handlers as valueHandlers, variantMatcher, variantParentMatcher, xyzMap };
export { cornerMap, directionMap, h, handler, insetMap, positionMap, handlers as valueHandlers, variantMatcher, variantParentMatcher, xyzMap };
import * as _unocss_core from '@unocss/core';
import { Variant, VariantFunction, VariantObject } from '@unocss/core';
import { T as Theme } from './types-a2d2b52f';
import { T as Theme } from './types-c14b808b';
import { PresetMiniOptions } from './index';
import './default-958434b6';
import './colors-6d634692';
import './utilities-22a522e2';
import './default-17948303';
import './colors-338f482c';
import './utilities-13c33ba5';

@@ -9,0 +9,0 @@ declare const variantBreakpoints: Variant<Theme>;

{
"name": "@unocss/preset-mini",
"version": "0.22.0",
"version": "0.22.1",
"description": "The minimal preset for UnoCSS",

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

"dependencies": {
"@unocss/core": "0.22.0"
"@unocss/core": "0.22.1"
},

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

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