@unocss/preset-uno
Advanced tools
Comparing version 0.12.5 to 0.12.6
import { Preset } from '@unocss/core'; | ||
import { T as Theme } from './index-9dcba0ca'; | ||
export { T as Theme, t as theme } from './index-9dcba0ca'; | ||
export { c as colors } from './colors-5537fdf0'; | ||
export { c as colors } from './colors-d6b5a5b4'; | ||
export { t as theme } from './default-c7c67d23'; | ||
import { T as Theme } from './types-7963d0b3'; | ||
export { T as Theme } from './types-7963d0b3'; | ||
@@ -6,0 +7,0 @@ interface UnoOptions { |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkPIBKKHAPjs = require('./chunk-PIBKKHAP.js'); | ||
var _chunkQSG3YZHAjs = require('./chunk-QSG3YZHA.js'); | ||
var _chunkJDNCYLADjs = require('./chunk-JDNCYLAD.js'); | ||
var _chunkD3O3OLB6js = require('./chunk-D3O3OLB6.js'); | ||
var _chunk7O4GGKN3js = require('./chunk-7O4GGKN3.js'); | ||
var _chunk5WWOD4UIjs = require('./chunk-5WWOD4UI.js'); | ||
require('./chunk-SCNDCSE5.js'); | ||
var _chunkXTJ2PYTEjs = require('./chunk-XTJ2PYTE.js'); | ||
require('./chunk-VRFK5755.js'); | ||
require('./chunk-Y6EUTGDC.js'); | ||
@@ -20,10 +22,10 @@ | ||
name: "@unocss/preset-uno", | ||
theme: _chunkD3O3OLB6js.theme, | ||
rules: _chunkPIBKKHAPjs.rules, | ||
theme: _chunkJDNCYLADjs.theme, | ||
rules: _chunkQSG3YZHAjs.rules, | ||
variants: [ | ||
..._chunk5WWOD4UIjs.variants, | ||
...options.dark === "media" ? _chunk5WWOD4UIjs.variantColorsMedia : _chunk5WWOD4UIjs.variantColorsClass | ||
..._chunkXTJ2PYTEjs.variants, | ||
...options.dark === "media" ? _chunkXTJ2PYTEjs.variantColorsMedia : _chunkXTJ2PYTEjs.variantColorsClass | ||
], | ||
shortcuts: [ | ||
..._chunkPIBKKHAPjs.containerShortcuts | ||
..._chunkQSG3YZHAjs.containerShortcuts | ||
] | ||
@@ -37,2 +39,2 @@ }); | ||
exports.colors = _chunkD3O3OLB6js.colors; exports.default = src_default; exports.preset = preset; exports.theme = _chunkD3O3OLB6js.theme; | ||
exports.colors = _chunk7O4GGKN3js.colors; exports.default = src_default; exports.preset = preset; exports.theme = _chunkJDNCYLADjs.theme; |
@@ -1,5 +0,159 @@ | ||
import { Rule } from '@unocss/core'; | ||
import { Rule, RuleContext, Shortcut } from '@unocss/core'; | ||
import { T as Theme } from './types-7963d0b3'; | ||
declare const verticalAligns: Rule[]; | ||
declare const textAligns: Rule[]; | ||
declare const animations: Rule[]; | ||
declare const bgAttachments: Rule[]; | ||
declare const bgBlendModes: Rule[]; | ||
declare const bgClips: Rule[]; | ||
declare const bgGradients: Rule[]; | ||
declare const bgImages: Rule[]; | ||
declare const bgOrigins: Rule[]; | ||
declare const bgPositions: Rule[]; | ||
declare const bgRepeats: Rule[]; | ||
declare const bgSizes: Rule[]; | ||
declare const outline: Rule[]; | ||
declare const listStyle: Rule[]; | ||
declare const boxDecorationBreaks: Rule[]; | ||
declare const caretOpacity: Rule[]; | ||
declare const caretColors: Rule[]; | ||
declare const imageRenderings: Rule[]; | ||
declare const appearance: Rule[]; | ||
declare const placeholder: Rule[]; | ||
declare const overscrolls: Rule[]; | ||
declare const borderSizes: Rule[]; | ||
declare const borderRadius: Rule[]; | ||
declare const borderStyles: Rule[]; | ||
declare const borders: Rule<{}>[]; | ||
declare const parseColorUtil: (body: string, theme: Theme) => { | ||
opacity: string; | ||
name: string; | ||
no: string; | ||
color: string | undefined; | ||
rgba: [number, number, number, number] | [number, number, number] | undefined; | ||
} | undefined; | ||
declare const colorResolver: (attribute: string, varName: string) => ([, body]: string[], { theme }: RuleContext<Theme>) => { | ||
[x: string]: string | number; | ||
} | undefined; | ||
/** | ||
* @example op10 op-30 opacity-100 | ||
*/ | ||
declare const opacity: Rule[]; | ||
/** | ||
* @example c-red color-red5 text-red-300 | ||
*/ | ||
declare const textColors: Rule[]; | ||
declare const textDecorationColors: Rule[]; | ||
declare const textStrokeColors: Rule[]; | ||
declare const bgColors: Rule[]; | ||
declare const borderColors: Rule[]; | ||
declare const ringColors: Rule[]; | ||
declare const ringOffsetColors: Rule[]; | ||
declare const divideColors: Rule[]; | ||
declare const fillColors: Rule[]; | ||
declare const container: Rule<Theme>[]; | ||
declare const containerShortcuts: Shortcut<Theme>[]; | ||
declare const rules: Rule[]; | ||
export { rules }; | ||
declare const divideSizes: Rule[]; | ||
declare const divideStyles: Rule[]; | ||
declare const divides: Rule<{}>[]; | ||
declare const filters: Rule<Theme>[]; | ||
declare const flex: Rule[]; | ||
declare const gaps: Rule[]; | ||
declare const grids: Rule[]; | ||
declare const overflows: Rule[]; | ||
declare const lineClamps: Rule[]; | ||
declare const positions: Rule[]; | ||
declare const justifies: Rule[]; | ||
declare const orders: Rule[]; | ||
declare const justifyItems: Rule[]; | ||
declare const justifySelfs: Rule[]; | ||
declare const alignContents: Rule[]; | ||
declare const alignItems: Rule[]; | ||
declare const alignSelfs: Rule[]; | ||
declare const placeContents: Rule[]; | ||
declare const placeItems: Rule[]; | ||
declare const placeSelfs: Rule[]; | ||
declare const insets: Rule[]; | ||
declare const floats: Rule[]; | ||
declare const zIndexes: Rule[]; | ||
declare const objectPositions: Rule[]; | ||
declare const boxSizing: Rule[]; | ||
/** | ||
* Used for debugging, only avaliable in development mode. | ||
* | ||
* @example `?` / `where` | ||
*/ | ||
declare const questionMark: Rule[]; | ||
declare const rings: Rule<Theme>[]; | ||
declare const mixBlendModes: Rule[]; | ||
declare const boxShadows: Rule<Theme>[]; | ||
declare const sizes: Rule<Theme>[]; | ||
declare const aspectRatio: Rule[]; | ||
declare const paddings: Rule[]; | ||
declare const margins: Rule[]; | ||
declare const displays: Rule[]; | ||
declare const appearances: Rule[]; | ||
declare const cursors: Rule[]; | ||
declare const pointerEvents: Rule[]; | ||
declare const resizes: Rule[]; | ||
declare const userSelects: Rule[]; | ||
declare const whitespaces: Rule[]; | ||
declare const breaks: Rule[]; | ||
declare const textOverflows: Rule[]; | ||
declare const textTransforms: Rule[]; | ||
declare const textDecorations: Rule[]; | ||
declare const textDecorationStyles: Rule[]; | ||
declare const fontStyles: Rule[]; | ||
declare const fontSmoothings: Rule[]; | ||
declare const hyphens: Rule[]; | ||
declare const writingModes: Rule[]; | ||
declare const writingOrientations: Rule[]; | ||
declare const screenReadersAccess: Rule[]; | ||
declare const isolations: Rule[]; | ||
declare const tables: Rule[]; | ||
declare const transforms: Rule[]; | ||
declare const transitions: Rule[]; | ||
declare const fontsFamilies: Rule<Theme>[]; | ||
declare const fontSizes: Rule<Theme>[]; | ||
declare const fontWeights: Rule[]; | ||
declare const leadings: Rule<Theme>[]; | ||
declare const trackings: Rule<Theme>[]; | ||
declare const wordSpacings: Rule<Theme>[]; | ||
declare const tabSizes: Rule<Theme>[]; | ||
declare const textDecorationLengths: Rule<Theme>[]; | ||
declare const textDecorationOffsets: Rule<Theme>[]; | ||
declare const textIndents: Rule<Theme>[]; | ||
declare const textStrokeWidths: Rule<Theme>[]; | ||
declare const textShadows: Rule<Theme>[]; | ||
declare const fonts: Rule<Theme>[]; | ||
declare const cssVariables: Rule[]; | ||
export { alignContents, alignItems, alignSelfs, animations, appearance, appearances, aspectRatio, bgAttachments, bgBlendModes, bgClips, bgColors, bgGradients, bgImages, bgOrigins, bgPositions, bgRepeats, bgSizes, borderColors, borderRadius, borderSizes, borderStyles, borders, boxDecorationBreaks, boxShadows, boxSizing, breaks, caretColors, caretOpacity, colorResolver, container, containerShortcuts, cssVariables, cursors, displays, divideColors, divideSizes, divideStyles, divides, fillColors, filters, flex, floats, fontSizes, fontSmoothings, fontStyles, fontWeights, fonts, fontsFamilies, gaps, grids, hyphens, imageRenderings, insets, isolations, justifies, justifyItems, justifySelfs, leadings, lineClamps, listStyle, margins, mixBlendModes, objectPositions, opacity, orders, outline, overflows, overscrolls, paddings, parseColorUtil, placeContents, placeItems, placeSelfs, placeholder, pointerEvents, positions, questionMark, resizes, ringColors, ringOffsetColors, rings, rules, screenReadersAccess, sizes, tabSizes, tables, textAligns, textColors, textDecorationColors, textDecorationLengths, textDecorationOffsets, textDecorationStyles, textDecorations, textIndents, textOverflows, textShadows, textStrokeColors, textStrokeWidths, textTransforms, trackings, transforms, transitions, userSelects, verticalAligns, whitespaces, wordSpacings, writingModes, writingOrientations, zIndexes }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkPIBKKHAPjs = require('./chunk-PIBKKHAP.js'); | ||
require('./chunk-SCNDCSE5.js'); | ||
var _chunkQSG3YZHAjs = require('./chunk-QSG3YZHA.js'); | ||
require('./chunk-VRFK5755.js'); | ||
require('./chunk-Y6EUTGDC.js'); | ||
exports.rules = _chunkPIBKKHAPjs.rules; | ||
exports.alignContents = _chunkQSG3YZHAjs.alignContents; exports.alignItems = _chunkQSG3YZHAjs.alignItems; exports.alignSelfs = _chunkQSG3YZHAjs.alignSelfs; exports.animations = _chunkQSG3YZHAjs.animations; exports.appearance = _chunkQSG3YZHAjs.appearance; exports.appearances = _chunkQSG3YZHAjs.appearances; exports.aspectRatio = _chunkQSG3YZHAjs.aspectRatio; exports.bgAttachments = _chunkQSG3YZHAjs.bgAttachments; exports.bgBlendModes = _chunkQSG3YZHAjs.bgBlendModes; exports.bgClips = _chunkQSG3YZHAjs.bgClips; exports.bgColors = _chunkQSG3YZHAjs.bgColors; exports.bgGradients = _chunkQSG3YZHAjs.bgGradients; exports.bgImages = _chunkQSG3YZHAjs.bgImages; exports.bgOrigins = _chunkQSG3YZHAjs.bgOrigins; exports.bgPositions = _chunkQSG3YZHAjs.bgPositions; exports.bgRepeats = _chunkQSG3YZHAjs.bgRepeats; exports.bgSizes = _chunkQSG3YZHAjs.bgSizes; exports.borderColors = _chunkQSG3YZHAjs.borderColors; exports.borderRadius = _chunkQSG3YZHAjs.borderRadius; exports.borderSizes = _chunkQSG3YZHAjs.borderSizes; exports.borderStyles = _chunkQSG3YZHAjs.borderStyles; exports.borders = _chunkQSG3YZHAjs.borders; exports.boxDecorationBreaks = _chunkQSG3YZHAjs.boxDecorationBreaks; exports.boxShadows = _chunkQSG3YZHAjs.boxShadows; exports.boxSizing = _chunkQSG3YZHAjs.boxSizing; exports.breaks = _chunkQSG3YZHAjs.breaks; exports.caretColors = _chunkQSG3YZHAjs.caretColors; exports.caretOpacity = _chunkQSG3YZHAjs.caretOpacity; exports.colorResolver = _chunkQSG3YZHAjs.colorResolver; exports.container = _chunkQSG3YZHAjs.container; exports.containerShortcuts = _chunkQSG3YZHAjs.containerShortcuts; exports.cssVariables = _chunkQSG3YZHAjs.cssVariables; exports.cursors = _chunkQSG3YZHAjs.cursors; exports.displays = _chunkQSG3YZHAjs.displays; exports.divideColors = _chunkQSG3YZHAjs.divideColors; exports.divideSizes = _chunkQSG3YZHAjs.divideSizes; exports.divideStyles = _chunkQSG3YZHAjs.divideStyles; exports.divides = _chunkQSG3YZHAjs.divides; exports.fillColors = _chunkQSG3YZHAjs.fillColors; exports.filters = _chunkQSG3YZHAjs.filters; exports.flex = _chunkQSG3YZHAjs.flex; exports.floats = _chunkQSG3YZHAjs.floats; exports.fontSizes = _chunkQSG3YZHAjs.fontSizes; exports.fontSmoothings = _chunkQSG3YZHAjs.fontSmoothings; exports.fontStyles = _chunkQSG3YZHAjs.fontStyles; exports.fontWeights = _chunkQSG3YZHAjs.fontWeights; exports.fonts = _chunkQSG3YZHAjs.fonts; exports.fontsFamilies = _chunkQSG3YZHAjs.fontsFamilies; exports.gaps = _chunkQSG3YZHAjs.gaps; exports.grids = _chunkQSG3YZHAjs.grids; exports.hyphens = _chunkQSG3YZHAjs.hyphens; exports.imageRenderings = _chunkQSG3YZHAjs.imageRenderings; exports.insets = _chunkQSG3YZHAjs.insets; exports.isolations = _chunkQSG3YZHAjs.isolations; exports.justifies = _chunkQSG3YZHAjs.justifies; exports.justifyItems = _chunkQSG3YZHAjs.justifyItems; exports.justifySelfs = _chunkQSG3YZHAjs.justifySelfs; exports.leadings = _chunkQSG3YZHAjs.leadings; exports.lineClamps = _chunkQSG3YZHAjs.lineClamps; exports.listStyle = _chunkQSG3YZHAjs.listStyle; exports.margins = _chunkQSG3YZHAjs.margins; exports.mixBlendModes = _chunkQSG3YZHAjs.mixBlendModes; exports.objectPositions = _chunkQSG3YZHAjs.objectPositions; exports.opacity = _chunkQSG3YZHAjs.opacity; exports.orders = _chunkQSG3YZHAjs.orders; exports.outline = _chunkQSG3YZHAjs.outline; exports.overflows = _chunkQSG3YZHAjs.overflows; exports.overscrolls = _chunkQSG3YZHAjs.overscrolls; exports.paddings = _chunkQSG3YZHAjs.paddings; exports.parseColorUtil = _chunkQSG3YZHAjs.parseColorUtil; exports.placeContents = _chunkQSG3YZHAjs.placeContents; exports.placeItems = _chunkQSG3YZHAjs.placeItems; exports.placeSelfs = _chunkQSG3YZHAjs.placeSelfs; exports.placeholder = _chunkQSG3YZHAjs.placeholder; exports.pointerEvents = _chunkQSG3YZHAjs.pointerEvents; exports.positions = _chunkQSG3YZHAjs.positions; exports.questionMark = _chunkQSG3YZHAjs.questionMark; exports.resizes = _chunkQSG3YZHAjs.resizes; exports.ringColors = _chunkQSG3YZHAjs.ringColors; exports.ringOffsetColors = _chunkQSG3YZHAjs.ringOffsetColors; exports.rings = _chunkQSG3YZHAjs.rings; exports.rules = _chunkQSG3YZHAjs.rules; exports.screenReadersAccess = _chunkQSG3YZHAjs.screenReadersAccess; exports.sizes = _chunkQSG3YZHAjs.sizes; exports.tabSizes = _chunkQSG3YZHAjs.tabSizes; exports.tables = _chunkQSG3YZHAjs.tables; exports.textAligns = _chunkQSG3YZHAjs.textAligns; exports.textColors = _chunkQSG3YZHAjs.textColors; exports.textDecorationColors = _chunkQSG3YZHAjs.textDecorationColors; exports.textDecorationLengths = _chunkQSG3YZHAjs.textDecorationLengths; exports.textDecorationOffsets = _chunkQSG3YZHAjs.textDecorationOffsets; exports.textDecorationStyles = _chunkQSG3YZHAjs.textDecorationStyles; exports.textDecorations = _chunkQSG3YZHAjs.textDecorations; exports.textIndents = _chunkQSG3YZHAjs.textIndents; exports.textOverflows = _chunkQSG3YZHAjs.textOverflows; exports.textShadows = _chunkQSG3YZHAjs.textShadows; exports.textStrokeColors = _chunkQSG3YZHAjs.textStrokeColors; exports.textStrokeWidths = _chunkQSG3YZHAjs.textStrokeWidths; exports.textTransforms = _chunkQSG3YZHAjs.textTransforms; exports.trackings = _chunkQSG3YZHAjs.trackings; exports.transforms = _chunkQSG3YZHAjs.transforms; exports.transitions = _chunkQSG3YZHAjs.transitions; exports.userSelects = _chunkQSG3YZHAjs.userSelects; exports.verticalAligns = _chunkQSG3YZHAjs.verticalAligns; exports.whitespaces = _chunkQSG3YZHAjs.whitespaces; exports.wordSpacings = _chunkQSG3YZHAjs.wordSpacings; exports.writingModes = _chunkQSG3YZHAjs.writingModes; exports.writingOrientations = _chunkQSG3YZHAjs.writingOrientations; exports.zIndexes = _chunkQSG3YZHAjs.zIndexes; |
@@ -1,2 +0,162 @@ | ||
export { T as Theme, t as theme } from './index-9dcba0ca'; | ||
export { c as colors } from './colors-5537fdf0'; | ||
export { c as colors } from './colors-d6b5a5b4'; | ||
export { t as theme } from './default-c7c67d23'; | ||
import { T as Theme } from './types-7963d0b3'; | ||
export { T as Theme } from './types-7963d0b3'; | ||
declare const blur: { | ||
DEFAULT: string; | ||
'0': string; | ||
sm: string; | ||
md: string; | ||
lg: string; | ||
xl: string; | ||
'2xl': string; | ||
'3xl': string; | ||
}; | ||
declare const dropShadow: { | ||
DEFAULT: string[]; | ||
sm: string; | ||
md: string[]; | ||
lg: string[]; | ||
xl: string[]; | ||
'2xl': string; | ||
none: string; | ||
}; | ||
declare const fontFamily: { | ||
sans: string; | ||
serif: string; | ||
mono: string; | ||
}; | ||
declare const fontSize: Theme['fontSize']; | ||
declare const textIndent: Theme['textIndent']; | ||
declare const textStrokeWidth: Theme['textStrokeWidth']; | ||
declare const textShadow: Theme['textShadow']; | ||
declare const lineHeight: Theme['lineHeight']; | ||
declare const letterSpacing: Theme['letterSpacing']; | ||
declare const wordSpacing: Theme['wordSpacing']; | ||
declare const breakpoints: { | ||
sm: string; | ||
md: string; | ||
lg: string; | ||
xl: string; | ||
'2xl': string; | ||
}; | ||
declare const borderRadius: { | ||
DEFAULT: string; | ||
none: string; | ||
sm: string; | ||
md: string; | ||
lg: string; | ||
xl: string; | ||
'2xl': string; | ||
'3xl': string; | ||
full: string; | ||
}; | ||
declare const boxShadow: { | ||
DEFAULT: string; | ||
sm: string; | ||
md: string; | ||
lg: string; | ||
xl: string; | ||
'2xl': string; | ||
inner: string; | ||
none: string; | ||
}; | ||
declare const baseSize: { | ||
xs: string; | ||
sm: string; | ||
md: string; | ||
lg: string; | ||
xl: string; | ||
'2xl': string; | ||
'3xl': string; | ||
'4xl': string; | ||
'5xl': string; | ||
'6xl': string; | ||
'7xl': string; | ||
full: string; | ||
min: string; | ||
max: string; | ||
prose: string; | ||
}; | ||
declare const width: { | ||
screen: string; | ||
xs: string; | ||
sm: string; | ||
md: string; | ||
lg: string; | ||
xl: string; | ||
'2xl': string; | ||
'3xl': string; | ||
'4xl': string; | ||
'5xl': string; | ||
'6xl': string; | ||
'7xl': string; | ||
full: string; | ||
min: string; | ||
max: string; | ||
prose: string; | ||
auto: string; | ||
}; | ||
declare const maxWidth: { | ||
screen: string; | ||
xs: string; | ||
sm: string; | ||
md: string; | ||
lg: string; | ||
xl: string; | ||
'2xl': string; | ||
'3xl': string; | ||
'4xl': string; | ||
'5xl': string; | ||
'6xl': string; | ||
'7xl': string; | ||
full: string; | ||
min: string; | ||
max: string; | ||
prose: string; | ||
none: string; | ||
}; | ||
declare const height: { | ||
screen: string; | ||
xs: string; | ||
sm: string; | ||
md: string; | ||
lg: string; | ||
xl: string; | ||
'2xl': string; | ||
'3xl': string; | ||
'4xl': string; | ||
'5xl': string; | ||
'6xl': string; | ||
'7xl': string; | ||
full: string; | ||
min: string; | ||
max: string; | ||
prose: string; | ||
auto: string; | ||
}; | ||
declare const maxHeight: { | ||
screen: string; | ||
xs: string; | ||
sm: string; | ||
md: string; | ||
lg: string; | ||
xl: string; | ||
'2xl': string; | ||
'3xl': string; | ||
'4xl': string; | ||
'5xl': string; | ||
'6xl': string; | ||
'7xl': string; | ||
full: string; | ||
min: string; | ||
max: string; | ||
prose: string; | ||
none: string; | ||
}; | ||
export { baseSize, blur, borderRadius, boxShadow, breakpoints, dropShadow, fontFamily, fontSize, height, letterSpacing, lineHeight, maxHeight, maxWidth, textIndent, textShadow, textStrokeWidth, width, wordSpacing }; |
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkD3O3OLB6js = require('./chunk-D3O3OLB6.js'); | ||
var _chunkJDNCYLADjs = require('./chunk-JDNCYLAD.js'); | ||
var _chunk7O4GGKN3js = require('./chunk-7O4GGKN3.js'); | ||
require('./chunk-Y6EUTGDC.js'); | ||
@@ -9,2 +29,20 @@ | ||
exports.colors = _chunkD3O3OLB6js.colors; exports.theme = _chunkD3O3OLB6js.theme; | ||
exports.baseSize = _chunkJDNCYLADjs.baseSize; exports.blur = _chunkJDNCYLADjs.blur; exports.borderRadius = _chunkJDNCYLADjs.borderRadius; exports.boxShadow = _chunkJDNCYLADjs.boxShadow; exports.breakpoints = _chunkJDNCYLADjs.breakpoints; exports.colors = _chunk7O4GGKN3js.colors; exports.dropShadow = _chunkJDNCYLADjs.dropShadow; exports.fontFamily = _chunkJDNCYLADjs.fontFamily; exports.fontSize = _chunkJDNCYLADjs.fontSize; exports.height = _chunkJDNCYLADjs.height; exports.letterSpacing = _chunkJDNCYLADjs.letterSpacing; exports.lineHeight = _chunkJDNCYLADjs.lineHeight; exports.maxHeight = _chunkJDNCYLADjs.maxHeight; exports.maxWidth = _chunkJDNCYLADjs.maxWidth; exports.textIndent = _chunkJDNCYLADjs.textIndent; exports.textShadow = _chunkJDNCYLADjs.textShadow; exports.textStrokeWidth = _chunkJDNCYLADjs.textStrokeWidth; exports.theme = _chunkJDNCYLADjs.theme; exports.width = _chunkJDNCYLADjs.width; exports.wordSpacing = _chunkJDNCYLADjs.wordSpacing; |
import { Variant, VariantFunction, VariantObject } from '@unocss/core'; | ||
import { T as Theme } from './index-9dcba0ca'; | ||
import { T as Theme } from './types-7963d0b3'; | ||
declare const variantBreakpoints: Variant<Theme>; | ||
declare const variantChildren: Variant[]; | ||
declare const variantColorsClass: Variant[]; | ||
declare const variantColorsMedia: Variant[]; | ||
declare const variantChildren: Variant[]; | ||
declare const variants: Variant<Theme>[]; | ||
declare const variantImportant: Variant; | ||
declare const variantNegative: Variant; | ||
declare const variantSpace: Variant; | ||
declare const PseudoClasses: Record<string, string | undefined>; | ||
@@ -15,7 +21,2 @@ declare const variantPseudoElements: VariantFunction; | ||
declare const variantImportant: Variant; | ||
declare const variantNegative: Variant; | ||
declare const variantSpace: Variant; | ||
declare const variants: Variant<Theme>[]; | ||
export { PseudoClasses, variantBreakpoints, variantChildren, variantColorsClass, variantColorsMedia, variantImportant, variantNegative, variantPseudoClasses, variantPseudoElements, variantSpace, variants }; |
@@ -13,4 +13,4 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunk5WWOD4UIjs = require('./chunk-5WWOD4UI.js'); | ||
require('./chunk-SCNDCSE5.js'); | ||
var _chunkXTJ2PYTEjs = require('./chunk-XTJ2PYTE.js'); | ||
require('./chunk-VRFK5755.js'); | ||
require('./chunk-Y6EUTGDC.js'); | ||
@@ -29,2 +29,2 @@ | ||
exports.PseudoClasses = _chunk5WWOD4UIjs.PseudoClasses; exports.variantBreakpoints = _chunk5WWOD4UIjs.variantBreakpoints; exports.variantChildren = _chunk5WWOD4UIjs.variantChildren; exports.variantColorsClass = _chunk5WWOD4UIjs.variantColorsClass; exports.variantColorsMedia = _chunk5WWOD4UIjs.variantColorsMedia; exports.variantImportant = _chunk5WWOD4UIjs.variantImportant; exports.variantNegative = _chunk5WWOD4UIjs.variantNegative; exports.variantPseudoClasses = _chunk5WWOD4UIjs.variantPseudoClasses; exports.variantPseudoElements = _chunk5WWOD4UIjs.variantPseudoElements; exports.variantSpace = _chunk5WWOD4UIjs.variantSpace; exports.variants = _chunk5WWOD4UIjs.variants; | ||
exports.PseudoClasses = _chunkXTJ2PYTEjs.PseudoClasses; exports.variantBreakpoints = _chunkXTJ2PYTEjs.variantBreakpoints; exports.variantChildren = _chunkXTJ2PYTEjs.variantChildren; exports.variantColorsClass = _chunkXTJ2PYTEjs.variantColorsClass; exports.variantColorsMedia = _chunkXTJ2PYTEjs.variantColorsMedia; exports.variantImportant = _chunkXTJ2PYTEjs.variantImportant; exports.variantNegative = _chunkXTJ2PYTEjs.variantNegative; exports.variantPseudoClasses = _chunkXTJ2PYTEjs.variantPseudoClasses; exports.variantPseudoElements = _chunkXTJ2PYTEjs.variantPseudoElements; exports.variantSpace = _chunkXTJ2PYTEjs.variantSpace; exports.variants = _chunkXTJ2PYTEjs.variants; |
{ | ||
"name": "@unocss/preset-uno", | ||
"version": "0.12.5", | ||
"version": "0.12.6", | ||
"description": "The default preset for UnoCSS", | ||
@@ -43,2 +43,12 @@ "keywords": [ | ||
}, | ||
"./colors": { | ||
"require": "./dist/colors.js", | ||
"import": "./dist/colors.mjs", | ||
"types": "./dist/colors.d.ts" | ||
}, | ||
"./utils": { | ||
"require": "./dist/utils.js", | ||
"import": "./dist/utils.mjs", | ||
"types": "./dist/utils.d.ts" | ||
}, | ||
"./*": "./*" | ||
@@ -54,3 +64,3 @@ }, | ||
"dependencies": { | ||
"@unocss/core": "0.12.5" | ||
"@unocss/core": "0.12.6" | ||
}, | ||
@@ -57,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
218919
36
6118
1
+ Added@unocss/core@0.12.6(transitive)
- Removed@unocss/core@0.12.5(transitive)
Updated@unocss/core@0.12.6