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.6.0 to 1.6.1-contrast

4

CHANGELOG.md

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

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","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

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