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

@warp-ds/uno

Package Overview
Dependencies
Maintainers
6
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warp-ds/uno - npm Package Compare versions

Comparing version 1.0.0-alpha.38 to 1.0.0-alpha.39

src/_rules/semantic.js

2

package.json
{
"name": "@warp-ds/uno",
"repository": "git@github.com:warp-ds/drive.git",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"type": "module",

@@ -6,0 +6,0 @@ "exports": {

@@ -20,2 +20,3 @@ import * as align from "./align.js";

import * as position from "./position.js";
import * as semantic from './semantic.js';
import * as shadow from "./shadow.js";

@@ -53,2 +54,3 @@ import * as size from "./size.js";

...position,
...semantic,
...shadow,

@@ -88,2 +90,3 @@ ...size,

export * from "./position.js";
export * from './semantic.js';
export * from "./shadow.js";

@@ -90,0 +93,0 @@ export * from "./size.js";

@@ -127,2 +127,5 @@ import { escapeSelector } from '@unocss/core';

}
export function semanticToken(str) {
return `var(--w-s-color-${str})`;
}
export function cssvar(str) {

@@ -129,0 +132,0 @@ if (str.match(/^\$\S/)) return `var(--${escapeSelector(str.slice(1))})`;

Sorry, the diff of this file is too big to display

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