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.45 to 1.0.0-alpha.46

2

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

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

@@ -7,16 +7,13 @@ export const opacity = [

['caret-inherit', { 'caret-color': 'inherit' }],
['caret-transparent', { 'caret-color': 'transparent' }],
['caret-current', { 'caret-color': 'currentColor' }],
['caret-transparent', { 'caret-color': 'transparent' }],
];
export const textColors = [
['text', { color: 'var(--w-color-text)' }],
['text-inverted', { color: 'var(--w-color-text-inverted)' }],
['text-inverted-subtle', { color: 'var(--w-color-text-inverted-subtle)' }],
['text-subtle', { color: 'var(--w-color-text-subtle)' }],
// ['text-inherit', { 'color': 'inherit' }], // This class currently sets "text-align: inherit;" in align.js
['text-transparent', { 'color': 'transparent' }],
['text-current', { 'color': 'currentColor' }],
];
export const bgColors = [
['bg', { 'background-color': 'var(--w-color-background)' }],
['bg-subtle', { 'background-color': 'var(--w-color-background-subtle)' }],
['bg-inherit', { 'background-color': 'inherit' }],

@@ -23,0 +20,0 @@ ['bg-transparent', { 'background-color': 'transparent' }],

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