Socket
Socket
Sign inDemoInstall

@unocss/preset-mini

Package Overview
Dependencies
Maintainers
0
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.61.0 to 0.61.2

dist/shared/preset-mini.B66ZMXnT.mjs

22

dist/colors.d.ts

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

import { C as Colors } from './shared/preset-mini.P5Rzuhf5.js';
import { C as Colors } from './shared/preset-mini.Cde3ndkA.js';
import '@unocss/core';

@@ -323,30 +323,30 @@

readonly lightblue: string | (Colors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly lightBlue: string | (Colors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly warmgray: string | (Colors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly warmGray: string | (Colors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly truegray: string | (Colors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly trueGray: string | (Colors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly coolgray: string | (Colors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly coolGray: string | (Colors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly bluegray: string | (Colors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});
readonly blueGray: string | (Colors & {
DEFAULT?: string | undefined;
DEFAULT?: string;
});

@@ -353,0 +353,0 @@ };

import * as _unocss_core from '@unocss/core';
import { Preflight, PresetOptions, Postprocessor } from '@unocss/core';
import { T as Theme } from './shared/preset-mini.P5Rzuhf5.js';
export { a as ThemeAnimation } from './shared/preset-mini.P5Rzuhf5.js';
export { t as theme } from './shared/preset-mini.DIb57JCK.js';
import { T as Theme } from './shared/preset-mini.Cde3ndkA.js';
export { a as ThemeAnimation } from './shared/preset-mini.Cde3ndkA.js';
export { t as theme } from './shared/preset-mini.BooHsK52.js';
export { colors } from './colors.js';
export { p as parseColor } from './shared/preset-mini.DoeVWAwQ.js';
export { p as parseColor } from './shared/preset-mini.DChc_8j2.js';
import '@unocss/rule-utils';

@@ -9,0 +9,0 @@

import { Rule, CSSEntries, StaticRule } from '@unocss/core';
import { T as Theme } from './shared/preset-mini.P5Rzuhf5.js';
import { T as Theme } from './shared/preset-mini.Cde3ndkA.js';

@@ -4,0 +4,0 @@ declare const verticalAligns: Rule[];

export { colors } from './colors.js';
export { t as theme } from './shared/preset-mini.DIb57JCK.js';
import { T as Theme } from './shared/preset-mini.P5Rzuhf5.js';
export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.P5Rzuhf5.js';
export { t as theme } from './shared/preset-mini.BooHsK52.js';
import { T as Theme } from './shared/preset-mini.Cde3ndkA.js';
export { C as Colors, a as ThemeAnimation } from './shared/preset-mini.Cde3ndkA.js';
import '@unocss/core';

@@ -146,9 +146,2 @@

};
declare const easing: {
DEFAULT: string;
linear: string;
in: string;
out: string;
'in-out': string;
};
declare const ringWidth: {

@@ -271,2 +264,2 @@ DEFAULT: string;

export { Theme, baseSize, blur, borderRadius, boxShadow, breakpoints, containers, dropShadow, duration, easing, fontFamily, fontSize, fontWeight, height, letterSpacing, lineHeight, lineWidth, maxHeight, maxWidth, media, preflightBase, ringWidth, spacing, textIndent, textShadow, textStrokeWidth, verticalBreakpoints, width, wordSpacing, zIndex };
export { Theme, baseSize, blur, borderRadius, boxShadow, breakpoints, containers, dropShadow, duration, fontFamily, fontSize, fontWeight, height, letterSpacing, lineHeight, lineWidth, maxHeight, maxWidth, media, preflightBase, ringWidth, spacing, textIndent, textShadow, textStrokeWidth, verticalBreakpoints, width, wordSpacing, zIndex };
import * as _unocss_rule_utils from '@unocss/rule-utils';
export * from '@unocss/rule-utils';
export { C as CONTROL_MINI_NO_NEGATIVE, c as colorResolver, a as colorableShadows, d as directionSize, h as hasParseableColor, i as isCSSMathFn, e as isSize, m as makeGlobalStaticRules, p as parseColor, r as resolveBreakpoints, b as resolveVerticalBreakpoints, s as splitShorthand, t as transformXYZ } from './shared/preset-mini.DoeVWAwQ.js';
export { C as CONTROL_MINI_NO_NEGATIVE, c as colorResolver, a as colorableShadows, d as directionSize, h as hasParseableColor, i as isCSSMathFn, e as isSize, m as makeGlobalStaticRules, p as parseColor, r as resolveBreakpoints, b as resolveVerticalBreakpoints, s as splitShorthand, t as transformXYZ } from './shared/preset-mini.DChc_8j2.js';
import '@unocss/core';
import './shared/preset-mini.P5Rzuhf5.js';
import './shared/preset-mini.Cde3ndkA.js';

@@ -56,5 +56,5 @@ declare const directionMap: Record<string, string[]>;

declare const handler: _unocss_rule_utils.ValueHandler<"number" | "global" | "auto" | "px" | "position" | "numberWithUnit" | "rem" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
declare const h: _unocss_rule_utils.ValueHandler<"number" | "global" | "auto" | "px" | "position" | "numberWithUnit" | "rem" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
declare const handler: _unocss_rule_utils.ValueHandler<"number" | "auto" | "position" | "global" | "px" | "numberWithUnit" | "rem" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
declare const h: _unocss_rule_utils.ValueHandler<"number" | "auto" | "position" | "global" | "px" | "numberWithUnit" | "rem" | "percent" | "fraction" | "bracket" | "bracketOfColor" | "bracketOfLength" | "bracketOfPosition" | "cssvar" | "time" | "degree" | "properties">;
export { cornerMap, cssMathFnRE, cssVarFnRE, directionMap, globalKeywords, h, handler, insetMap, positionMap, handlers as valueHandlers, xyzArray, xyzMap };
import { VariantObject, Variant } from '@unocss/core';
import { PresetMiniOptions } from './index.js';
import { T as Theme } from './shared/preset-mini.P5Rzuhf5.js';
import './shared/preset-mini.DIb57JCK.js';
import { T as Theme } from './shared/preset-mini.Cde3ndkA.js';
import './shared/preset-mini.BooHsK52.js';
import './colors.js';
import './shared/preset-mini.DoeVWAwQ.js';
import './shared/preset-mini.DChc_8j2.js';
import '@unocss/rule-utils';

@@ -8,0 +8,0 @@

{
"name": "@unocss/preset-mini",
"type": "module",
"version": "0.61.0",
"version": "0.61.2",
"description": "The minimal preset for UnoCSS",

@@ -59,5 +59,5 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"dependencies": {
"@unocss/extractor-arbitrary-variants": "0.61.0",
"@unocss/core": "0.61.0",
"@unocss/rule-utils": "0.61.0"
"@unocss/core": "0.61.2",
"@unocss/extractor-arbitrary-variants": "0.61.2",
"@unocss/rule-utils": "0.61.2"
},

@@ -64,0 +64,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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc