🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@unocss/preset-mini

Package Overview
Dependencies
Maintainers
2
Versions
334
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

to
65.5.0

dist/shared/preset-mini.Bj22ZzV1.mjs

8

dist/index.d.ts

@@ -14,13 +14,13 @@ import * as _unocss_core from '@unocss/core';

/**
* Selector for light variant.
* Selectors for light variant.
*
* @default '.light'
*/
light?: string;
light?: string | string[];
/**
* Selector for dark variant.
* Selectors for dark variant.
*
* @default '.dark'
*/
dark?: string;
dark?: string | string[];
}

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

@@ -227,2 +227,34 @@ export { colors } from './colors.js';

};
declare const blockSize: {
screen: string;
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
'2xl': string;
'3xl': string;
'4xl': string;
'5xl': string;
'6xl': string;
'7xl': string;
prose: string;
auto: string;
};
declare const inlineSize: {
screen: string;
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
'2xl': string;
'3xl': string;
'4xl': string;
'5xl': string;
'6xl': string;
'7xl': string;
prose: string;
auto: string;
};
declare const height: {

@@ -260,2 +292,34 @@ screen: string;

};
declare const maxBlockSize: {
screen: string;
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
'2xl': string;
'3xl': string;
'4xl': string;
'5xl': string;
'6xl': string;
'7xl': string;
prose: string;
none: string;
};
declare const maxInlineSize: {
screen: string;
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
'2xl': string;
'3xl': string;
'4xl': string;
'5xl': string;
'6xl': string;
'7xl': string;
prose: string;
none: string;
};
declare const containers: {

@@ -276,2 +340,2 @@ xs: string;

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 };
export { Theme, baseSize, blockSize, blur, borderRadius, boxShadow, breakpoints, containers, dropShadow, duration, fontFamily, fontSize, fontWeight, height, inlineSize, letterSpacing, lineHeight, lineWidth, maxBlockSize, maxHeight, maxInlineSize, maxWidth, media, preflightBase, ringWidth, spacing, textIndent, textShadow, textStrokeWidth, verticalBreakpoints, width, wordSpacing, zIndex };

@@ -46,4 +46,4 @@ import * as _unocss_rule_utils from '@unocss/rule-utils';

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">;

@@ -50,0 +50,0 @@ declare const directionMap: Record<string, string[]>;

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

@@ -12,3 +12,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"type": "git",
"url": "https://github.com/unocss/unocss",
"url": "git+https://github.com/unocss/unocss",
"directory": "packages-presets/preset-mini"

@@ -60,5 +60,5 @@ },

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

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