@spark-ui/internal-utils
Advanced tools
Comparing version 1.5.4 to 1.6.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [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) | ||
### Features | ||
- **icon:** added xl size for icon package ([5fb352a](https://github.com/adevinta/spark/commit/5fb352aae839a4d9e0c642624fcf05126d4ac7e5)) | ||
## [1.5.4](https://github.com/adevinta/spark/compare/@spark-ui/internal-utils@1.5.3...@spark-ui/internal-utils@1.5.4) (2023-05-10) | ||
@@ -8,0 +14,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"]},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","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; |
@@ -1,2 +0,2 @@ | ||
declare const sizes: readonly ["current", "sm", "md", "lg"]; | ||
declare const sizes: readonly ["current", "sm", "md", "lg", "xl"]; | ||
declare const intents: readonly ["current", "primary", "secondary", "success", "error", "info", "alert", "danger", "neutral", "surface"]; | ||
@@ -3,0 +3,0 @@ declare const designs: readonly ["filled", "outlined", "tinted", "ghost", "contrast"]; |
{ | ||
"name": "@spark-ui/internal-utils", | ||
"version": "1.5.4", | ||
"version": "1.6.0", | ||
"description": "package for sharing reusable code and resources across the codebase", | ||
@@ -24,3 +24,3 @@ "publishConfig": { | ||
"license": "MIT", | ||
"gitHead": "f83534112dc0eaf1fea3b747e5570fff39397b96" | ||
"gitHead": "aaf7a9ba1b8034aa190777d85e5c547319039bf2" | ||
} |
Sorry, the diff of this file is not supported yet
9035