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.20.4 to 0.21.0

10

dist/theme.d.ts

@@ -80,4 +80,2 @@ export { c as colors } from './colors-6d634692';

'7xl': string;
min: string;
max: string;
prose: string;

@@ -98,4 +96,2 @@ };

'7xl': string;
min: string;
max: string;
prose: string;

@@ -117,4 +113,2 @@ auto: string;

'7xl': string;
min: string;
max: string;
prose: string;

@@ -136,4 +130,2 @@ none: string;

'7xl': string;
min: string;
max: string;
prose: string;

@@ -155,4 +147,2 @@ auto: string;

'7xl': string;
min: string;
max: string;
prose: string;

@@ -159,0 +149,0 @@ none: string;

7

dist/utils.d.ts

@@ -20,2 +20,3 @@ import * as _unocss_core from '@unocss/core';

declare function time(str: string): string | undefined;
declare function degree(str: string): string | undefined;
declare function global(str: string): string | undefined;

@@ -34,2 +35,3 @@ declare function properties(str: string): string | undefined;

declare const handlers_time: typeof time;
declare const handlers_degree: typeof degree;
declare const handlers_global: typeof global;

@@ -49,2 +51,3 @@ declare const handlers_properties: typeof properties;

handlers_time as time,
handlers_degree as degree,
handlers_global as global,

@@ -55,4 +58,4 @@ handlers_properties as properties,

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

@@ -59,0 +62,0 @@ declare const variantMatcher: (name: string, selector?: ((input: string) => string | undefined) | undefined) => (input: string) => VariantHandler | undefined;

import * as _unocss_core from '@unocss/core';
import { Variant, VariantFunction, VariantObject } from '@unocss/core';
import { T as Theme } from './types-a2d2b52f';
import { PresetMiniOptions } from './index';
import './default-958434b6';
import './colors-6d634692';

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

declare const variantColorsMediaOrClass: Variant[];
declare const variantColorsMediaOrClass: (options?: PresetMiniOptions) => VariantFunction[];
declare const variantLanguageDirections: Variant[];
declare const variants: Variant<Theme>[];
declare const variants: (options: PresetMiniOptions) => Variant<Theme>[];

@@ -29,5 +32,5 @@ declare const variantImportant: Variant;

declare const variantPseudoClassFunctions: VariantObject;
declare const variantTaggedPseudoClasses: VariantObject;
declare const variantTaggedPseudoClasses: (options?: PresetMiniOptions) => VariantObject[];
declare const partClasses: VariantObject;
export { CONTROL_BYPASS_PSEUDO_CLASS, partClasses, variantBreakpoints, variantColorsMediaOrClass, variantCombinators, variantImportant, variantLanguageDirections, variantMotions, variantNegative, variantOrientations, variantPrint, variantPseudoClassFunctions, variantPseudoClasses, variantPseudoElements, variantTaggedPseudoClasses, variants };
{
"name": "@unocss/preset-mini",
"version": "0.20.4",
"version": "0.21.0",
"description": "The minimal preset for UnoCSS",

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

"dependencies": {
"@unocss/core": "0.20.4"
"@unocss/core": "0.21.0"
},

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

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