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.56.0 to 0.56.1

11

dist/index.d.ts
import * as _unocss_core from '@unocss/core';
import { Preflight, PresetOptions, Postprocessor } from '@unocss/core';
import { T as Theme } from './shared/preset-mini.bc674518.js';
export { a as ThemeAnimation } from './shared/preset-mini.bc674518.js';
export { t as theme } from './shared/preset-mini.0a392a7c.js';
export { colors } from './colors.js';
export { p as parseColor } from './shared/preset-mini.79297e15.js';
export { T as Theme, a as ThemeAnimation } from './shared/preset-mini.bc674518.js';
declare const preflights: Preflight[];
declare const preflights: Preflight<Theme>[];

@@ -64,7 +65,7 @@ interface DarkModeSelectors {

}
declare const presetMini: _unocss_core.PresetFactory<object, PresetMiniOptions>;
declare const presetMini: _unocss_core.PresetFactory<Theme, PresetMiniOptions>;
declare function VarPrefixPostprocessor(prefix: string): Postprocessor | undefined;
declare function normalizePreflights(preflights: Preflight[], variablePrefix: string): Preflight<object>[];
declare function normalizePreflights<Theme extends object>(preflights: Preflight<Theme>[], variablePrefix: string): Preflight<Theme>[];
export { type DarkModeSelectors, type PresetMiniOptions, VarPrefixPostprocessor, presetMini as default, normalizePreflights, preflights, presetMini };
export { type DarkModeSelectors, type PresetMiniOptions, Theme, VarPrefixPostprocessor, presetMini as default, normalizePreflights, preflights, presetMini };

@@ -30,3 +30,3 @@ import { Rule, CSSEntries, StaticRule } from '@unocss/core';

declare const rules: Rule[];
declare const rules: Rule<Theme>[];

@@ -33,0 +33,0 @@ declare const flex: Rule<Theme>[];

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

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

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

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

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