Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@unocss/preset-mini

Package Overview
Dependencies
Maintainers
1
Versions
294
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.51.4 to 0.51.5

dist/shared/preset-mini.00f6869f.cjs

2

dist/index.d.ts

@@ -6,3 +6,3 @@ import { Preflight, PresetOptions, Preset, Postprocessor } from '@unocss/core';

export { T as Theme, a as ThemeAnimation } from './types-f73ecdfe.js';
export { p as parseColor } from './utilities-a87209ad.js';
export { p as parseColor } from './utilities-73daa267.js';

@@ -9,0 +9,0 @@ declare const preflights: Preflight[];

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

import { Rule, CSSEntries } from '@unocss/core';
import { Rule, CSSEntries, StaticRule } from '@unocss/core';
import { T as Theme } from './types-f73ecdfe.js';

@@ -40,6 +40,11 @@

declare const positions: Rule[];
declare const justifies: Rule[];
declare const justifies: StaticRule[];
declare const orders: Rule[];
declare const alignments: Rule[];
declare const alignments: StaticRule[];
declare const placements: Rule[];
/**
* This is to add `flex-` and `grid-` prefix to the alignment rules,
* supporting `flex="~ items-center"` in attributify mode.
*/
declare const flexGridJustifiesAlignments: StaticRule[];
declare const insets: Rule[];

@@ -127,2 +132,2 @@ declare const floats: Rule[];

export { alignments, appearance, appearances, aspectRatio, bgColors, borderStyles, borders, boxShadows, boxShadowsBase, boxSizing, breaks, containerParent, contains, contentVisibility, contents, cssProperty, cssVariables, cursors, displays, flex, floats, fontSmoothings, fontStyles, fonts, gaps, grids, handlerBorderStyle, insets, justifies, margins, opacity, orders, outline, overflows, paddings, placements, pointerEvents, positions, questionMark, resizes, ringBase, rings, rules, sizes, svgUtilities, tabSizes, textAligns, textColors, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, transformBase, transforms, transitions, userSelects, varEmpty, verticalAligns, whitespaces, willChange, zIndexes };
export { alignments, appearance, appearances, aspectRatio, bgColors, borderStyles, borders, boxShadows, boxShadowsBase, boxSizing, breaks, containerParent, contains, contentVisibility, contents, cssProperty, cssVariables, cursors, displays, flex, flexGridJustifiesAlignments, floats, fontSmoothings, fontStyles, fonts, gaps, grids, handlerBorderStyle, insets, justifies, margins, opacity, orders, outline, overflows, paddings, placements, pointerEvents, positions, questionMark, resizes, ringBase, rings, rules, sizes, svgUtilities, tabSizes, textAligns, textColors, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, transformBase, transforms, transitions, userSelects, varEmpty, verticalAligns, whitespaces, willChange, zIndexes };
import * as _unocss_core from '@unocss/core';
import { RGBAColorValue, CSSColorValue, VariantHandlerContext, VariantObject } from '@unocss/core';
export { C as CONTROL_MINI_NO_NEGATIVE, c as colorResolver, a as colorableShadows, d as directionSize, g as getBracket, e as getComponent, f as getComponents, h as hasParseableColor, m as makeGlobalStaticRules, p as parseColor, r as resolveBreakpoints, b as resolveVerticalBreakpoints, s as splitShorthand } from './utilities-a87209ad.js';
export { C as CONTROL_MINI_NO_NEGATIVE, c as colorResolver, a as colorableShadows, d as directionSize, g as getBracket, e as getComponent, f as getComponents, h as hasParseableColor, m as makeGlobalStaticRules, p as parseColor, r as resolveBreakpoints, b as resolveVerticalBreakpoints, s as splitShorthand } from './utilities-73daa267.js';
import './types-f73ecdfe.js';

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

@@ -6,3 +6,3 @@ import { VariantObject, Variant } from '@unocss/core';

import './default-d9218dd5.js';
import './utilities-a87209ad.js';
import './utilities-73daa267.js';

@@ -9,0 +9,0 @@ declare const variantAria: VariantObject;

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

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

"dependencies": {
"@unocss/core": "0.51.4",
"@unocss/extractor-arbitrary-variants": "0.51.4"
"@unocss/core": "0.51.5",
"@unocss/extractor-arbitrary-variants": "0.51.5"
},

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

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