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.57.7 to 0.58.0

dist/shared/preset-mini.5jRPR_fm.mjs

6

dist/index.d.ts

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

export { colors } from './colors.js';
export { p as parseColor } from './shared/preset-mini.QW22c5Df.js';
export { p as parseColor } from './shared/preset-mini.zVYE2D2j.js';

@@ -34,3 +34,3 @@ declare const preflights: Preflight<Theme>[];

/**
* Generate pseudo selector as `[group=""]` instead of `.group`
* Generate tagged pseudo selector as `[group=""]` instead of `.group`
*

@@ -47,3 +47,3 @@ * @default false

/**
* Utils prefix
* Utils prefix. When using tagged pseudo selector, only the first truthy prefix will be used.
*

@@ -50,0 +50,0 @@ * @default undefined

@@ -19,6 +19,2 @@ import { Rule, CSSEntries, StaticRule } from '@unocss/core';

declare const opacity: Rule[];
/**
* @example c-red color-red5 text-red-300
*/
declare const textColors: Rule[];
declare const bgColors: Rule[];

@@ -134,2 +130,2 @@ declare const colorScheme: Rule[];

export { alignments, appearance, appearances, aspectRatio, bgColors, borderStyles, borders, boxShadows, boxShadowsBase, boxSizing, breaks, colorScheme, 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, textWraps, transformBase, transforms, transitions, userSelects, varEmpty, verticalAligns, whitespaces, willChange, zIndexes };
export { alignments, appearance, appearances, aspectRatio, bgColors, borderStyles, borders, boxShadows, boxShadowsBase, boxSizing, breaks, colorScheme, 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, textDecorations, textIndents, textOverflows, textShadows, textStrokes, textTransforms, textWraps, transformBase, transforms, transitions, userSelects, varEmpty, verticalAligns, whitespaces, willChange, zIndexes };
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 } from './shared/preset-mini.QW22c5Df.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 } from './shared/preset-mini.zVYE2D2j.js';
import '@unocss/core';

@@ -5,0 +5,0 @@ import './shared/preset-mini.7XoWRZIl.js';

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

import './colors.js';
import './shared/preset-mini.QW22c5Df.js';
import './shared/preset-mini.zVYE2D2j.js';

@@ -21,3 +21,3 @@ declare const variantAria: VariantObject;

declare const variantDataAttribute: VariantObject;
declare const variantGroupDataAttribute: Variant;
declare const variantTaggedDataAttributes: Variant[];

@@ -48,2 +48,2 @@ declare function variants(options: PresetMiniOptions): Variant<Theme>[];

export { calcMaxWidthBySize, variantAria, variantBreakpoints, variantColorsMediaOrClass, variantCombinators, variantContainerQuery, variantCssLayer, variantCustomMedia, variantDataAttribute, variantGroupDataAttribute, variantImportant, variantInternalLayer, variantLanguageDirections, variantNegative, variantPartClasses, variantPrint, variantPseudoClassFunctions, variantPseudoClassesAndElements, variantScope, variantSelector, variantSupports, variantTaggedPseudoClasses, variantVariables, variants };
export { calcMaxWidthBySize, variantAria, variantBreakpoints, variantColorsMediaOrClass, variantCombinators, variantContainerQuery, variantCssLayer, variantCustomMedia, variantDataAttribute, variantImportant, variantInternalLayer, variantLanguageDirections, variantNegative, variantPartClasses, variantPrint, variantPseudoClassFunctions, variantPseudoClassesAndElements, variantScope, variantSelector, variantSupports, variantTaggedDataAttributes, variantTaggedPseudoClasses, variantVariables, variants };
{
"name": "@unocss/preset-mini",
"version": "0.57.7",
"version": "0.58.0",
"description": "The minimal preset for UnoCSS",

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

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

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

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

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