Socket
Socket
Sign inDemoInstall

@unocss/preset-uno

Package Overview
Dependencies
Maintainers
1
Versions
369
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/preset-uno - npm Package Compare versions

Comparing version 0.6.4 to 0.6.5

dist/chunk-3PTRS5N3.js

4

dist/index.d.ts
import { Preset } from '@unocss/core';
export { t as theme } from './index-b20e0d71';
export { c as colors } from './colors-d1f133f6';
export { t as theme } from './index-1149fe4d';
export { c as colors } from './colors-11c6cb9f';

@@ -5,0 +5,0 @@ declare const preset: () => Preset;

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkQCYGH3HIjs = require('./chunk-QCYGH3HI.js');
var _chunkSOAFSMUDjs = require('./chunk-SOAFSMUD.js');
var _chunk262SCYXBjs = require('./chunk-262SCYXB.js');
var _chunk3PTRS5N3js = require('./chunk-3PTRS5N3.js');

@@ -15,4 +15,4 @@

var preset = () => ({
theme: _chunk262SCYXBjs.theme,
rules: _chunkQCYGH3HIjs.rules,
theme: _chunk3PTRS5N3js.theme,
rules: _chunkSOAFSMUDjs.rules,
variants: _chunkLPQT7GY7js.variants

@@ -26,2 +26,2 @@ });

exports.colors = _chunk262SCYXBjs.colors; exports.default = src_default; exports.preset = preset; exports.theme = _chunk262SCYXBjs.theme;
exports.colors = _chunk3PTRS5N3js.colors; exports.default = src_default; exports.preset = preset; exports.theme = _chunk3PTRS5N3js.theme;

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

import { Rule } from 'unocss';
import { Rule } from '@unocss/core';

@@ -3,0 +3,0 @@ declare const rules: Rule[];

"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunkQCYGH3HIjs = require('./chunk-QCYGH3HI.js');
var _chunkSOAFSMUDjs = require('./chunk-SOAFSMUD.js');
require('./chunk-OFR2H3GI.js');
exports.rules = _chunkQCYGH3HIjs.rules;
exports.rules = _chunkSOAFSMUDjs.rules;

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

export { T as Theme, t as theme } from './index-b20e0d71';
export { c as colors } from './colors-d1f133f6';
export { T as Theme, t as theme } from './index-1149fe4d';
export { c as colors } from './colors-11c6cb9f';
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
var _chunk262SCYXBjs = require('./chunk-262SCYXB.js');
var _chunk3PTRS5N3js = require('./chunk-3PTRS5N3.js');
require('./chunk-OFR2H3GI.js');

@@ -9,2 +9,2 @@

exports.colors = _chunk262SCYXBjs.colors; exports.theme = _chunk262SCYXBjs.theme;
exports.colors = _chunk3PTRS5N3js.colors; exports.theme = _chunk3PTRS5N3js.theme;
import { Variant, VariantFunction, VariantObject } from '@unocss/core';
import { T as Theme } from './index-b20e0d71';
import { T as Theme } from './index-1149fe4d';

@@ -4,0 +4,0 @@ declare const variantBreakpoints: Variant<Theme>;

{
"name": "@unocss/preset-uno",
"version": "0.6.4",
"version": "0.6.5",
"description": "The default preset for UnoCSS",

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

"dependencies": {
"@unocss/core": "0.6.4"
"@unocss/core": "0.6.5"
},

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

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