@spark-ui/internal-utils
Advanced tools
Comparing version 1.6.0 to 1.6.1-contrast
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.6.1](https://github.com/adevinta/spark/compare/@spark-ui/internal-utils@1.6.0...@spark-ui/internal-utils@1.6.1) (2023-06-01) | ||
**Note:** Version bump only for package @spark-ui/internal-utils | ||
# [1.6.0](https://github.com/adevinta/spark/compare/@spark-ui/internal-utils@1.5.4...@spark-ui/internal-utils@1.6.0) (2023-05-11) | ||
@@ -8,0 +12,0 @@ |
@@ -1,1 +0,1 @@ | ||
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),r=Object.freeze(Object.defineProperty({__proto__:null,designs:["filled","outlined","tinted","ghost","contrast"],intents:["current","primary","secondary","success","error","info","alert","danger","neutral","surface"],shapes:["rounded","square","pill"],sizes:["current","sm","md","lg","xl"]},Symbol.toStringTag,{value:"Module"}));exports.VariantTypes=t,exports.makeVariants=function(e){return e},exports.tw=function(e){return e},exports.variantConstants=r; | ||
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),r=Object.freeze(Object.defineProperty({__proto__:null,designs:["filled","outlined","tinted","ghost"],intents:["current","primary","secondary","success","error","info","alert","danger","neutral","surface","contrast"],shapes:["rounded","square","pill"],sizes:["current","sm","md","lg","xl"]},Symbol.toStringTag,{value:"Module"}));exports.VariantTypes=t,exports.makeVariants=function(e){return e},exports.tw=function(e){return e},exports.variantConstants=r; |
declare const sizes: readonly ["current", "sm", "md", "lg", "xl"]; | ||
declare const intents: readonly ["current", "primary", "secondary", "success", "error", "info", "alert", "danger", "neutral", "surface"]; | ||
declare const designs: readonly ["filled", "outlined", "tinted", "ghost", "contrast"]; | ||
declare const intents: readonly ["current", "primary", "secondary", "success", "error", "info", "alert", "danger", "neutral", "surface", "contrast"]; | ||
declare const designs: readonly ["filled", "outlined", "tinted", "ghost"]; | ||
declare const shapes: readonly ["rounded", "square", "pill"]; | ||
export { sizes, intents, designs, shapes }; |
{ | ||
"name": "@spark-ui/internal-utils", | ||
"version": "1.6.0", | ||
"version": "1.6.1-contrast", | ||
"description": "package for sharing reusable code and resources across the codebase", | ||
@@ -23,4 +23,3 @@ "publishConfig": { | ||
"homepage": "https://sparkui.vercel.app", | ||
"license": "MIT", | ||
"gitHead": "aaf7a9ba1b8034aa190777d85e5c547319039bf2" | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
8121
11
1
1