Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@scalar/themes

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/themes - npm Package Compare versions

Comparing version 0.9.42 to 0.9.43

6

CHANGELOG.md
# @scalar/themes
## 0.9.43
### Patch Changes
- 197e3ae: (style)api-client: make input styles more consistent
## 0.9.42

@@ -4,0 +10,0 @@

1

dist/tailwind.d.ts

@@ -167,2 +167,3 @@ /** Scalar Tailwind Preset */

4: string;
'1/2': string;
accent: string;

@@ -169,0 +170,0 @@ btn: string;

2

package.json

@@ -18,3 +18,3 @@ {

],
"version": "0.9.42",
"version": "0.9.43",
"engines": {

@@ -21,0 +21,0 @@ "node": ">=18"

@@ -60,4 +60,6 @@ import type { Config } from 'tailwindcss'

4: 'var(--scalar-background-3)',
accent: 'var(--scalar-background-accent)',
btn: 'var(--scalar-button-1)',
'1/2':
'color-mix(in srgb, var(--scalar-background-1), var(--scalar-background-2))',
'accent': 'var(--scalar-background-accent)',
'btn': 'var(--scalar-button-1)',
},

@@ -64,0 +66,0 @@

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