Socket
Socket
Sign inDemoInstall

@unocss/preset-attributify

Package Overview
Dependencies
Maintainers
1
Versions
366
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/preset-attributify - npm Package Compare versions

Comparing version 0.58.5 to 0.58.6

19

dist/index.d.ts

@@ -68,4 +68,23 @@ import * as _unocss_core from '@unocss/core';

/**
* This enables the attributify mode for other presets.
*
* @example
*
* ```html
* <button
* bg="blue-400 hover:blue-500 dark:blue-500 dark:hover:blue-600"
* text="sm white"
* font="mono light"
* p="y-2 x-4"
* border="2 rounded blue-200"
* >
* Button
* </button>
* ```
*
* @see https://unocss.dev/presets/attributify
*/
declare const presetAttributify: _unocss_core.PresetFactory<object, AttributifyOptions>;
export { type AttributifyAttributes, type AttributifyNames, type AttributifyOptions, type BasicAttributes, type PseudoPrefix, type SeparateEnabled, type SpecialSingleWord, type TwoStringsComposition, type TwoStringsCompositionPrefix, type TwoStringsCompositionSuffix, autocompleteExtractorAttributify, presetAttributify as default, defaultIgnoreAttributes, extractorAttributify, presetAttributify, variantAttributify, variantsRE };

4

package.json
{
"name": "@unocss/preset-attributify",
"version": "0.58.5",
"version": "0.58.6",
"description": "Attributify preset for UnoCSS",

@@ -36,3 +36,3 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"dependencies": {
"@unocss/core": "0.58.5"
"@unocss/core": "0.58.6"
},

@@ -39,0 +39,0 @@ "scripts": {

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