New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spark-ui/internal-utils

Package Overview
Dependencies
Maintainers
7
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spark-ui/internal-utils - npm Package Compare versions

Comparing version 1.5.4 to 1.6.0

6

CHANGELOG.md

@@ -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 @@

2

dist/index.js

@@ -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

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