@warp-ds/css
Advanced tools
Comparing version 1.0.0-alpha.37 to 1.0.0
@@ -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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
59872
0
1
84
Updated@warp-ds/uno@^1.0.0