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

@warp-ds/css

Package Overview
Dependencies
Maintainers
6
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warp-ds/css - npm Package Compare versions

Comparing version 1.0.0-alpha.37 to 1.0.0

2

component-classes/index.js

@@ -217,3 +217,3 @@ export const attention = {

button: buttonReset + ' hover:underline focus:underline',
buttonBox: 'w-full text-left relative inline-flex! items-center ' + box.box,
buttonBox: 'w-full text-left relative inline-flex items-center ' + box.box,
paddingTop: 'pt-0',

@@ -220,0 +220,0 @@ title: 'flex justify-between items-center',

{
"name": "@warp-ds/css",
"repository": "git@github.com:warp-ds/css.git",
"version": "1.0.0-alpha.37",
"version": "1.0.0",
"scripts": {

@@ -44,3 +44,3 @@ "build": "pnpm build:tokens && pnpm build:resets && pnpm build:cc",

"@warp-ds/tokenizer": "^0.0.2",
"@warp-ds/uno": "^1.0.0-alpha.49"
"@warp-ds/uno": "^1.0.0"
},

@@ -47,0 +47,0 @@ "devDependencies": {

@@ -12,9 +12,7 @@ # WARP CSS

We publish 2 versions of resets. The minified that can be used in production and non-minified that can be used in development.
We publish 3 css files.
```html
<link href="https://assets.finn.no/pkg/@warp-ds/css/v1/resets.min.css" rel="stylesheet" />
or
<link href="https://assets.finn.no/pkg/@warp-ds/css/v1/resets.css" rel="stylesheet" />
```
- Resets <link href="https://assets.finn.no/pkg/@warp-ds/css/[VERSION]/resets.css" rel="stylesheet" />
- Components css <link href="https://assets.finn.no/pkg/@warp-ds/css/[VERSION]/components.css" rel="stylesheet" />
- Brand css with tokens <link href="https://assets.finn.no/pkg/@warp-ds/css/[VERSION]/tokens/[BRANDNAME e.g. tori-fi].css" rel="stylesheet" />

@@ -21,0 +19,0 @@ ## Usage (npm)

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