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

@scalar/themes

Package Overview
Dependencies
Maintainers
8
Versions
107
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.59 to 0.9.60

9

CHANGELOG.md
# @scalar/themes
## 0.9.60
### Patch Changes
- e866487: feat(components): create dark light toggle components
- Updated dependencies [60cd6f1]
- Updated dependencies [60cd6f1]
- @scalar/types@0.0.26
## 0.9.59

@@ -4,0 +13,0 @@

@@ -186,2 +186,12 @@ /** Scalar Tailwind Preset */

};
sidebar: {
b: {
1: string;
};
c: {
1: string;
2: string;
};
border: string;
};
backdrop: string;

@@ -188,0 +198,0 @@ backdropdark: string;

@@ -77,2 +77,13 @@ import r from "./pixelPreset.js";

},
// Sidebar Colors
sidebar: {
b: {
1: "var(--scalar-sidebar-background-1, var(--scalar-background-1))"
},
c: {
1: "var(--scalar-sidebar-color-1, var(--scalar-color-1))",
2: "var(--scalar-sidebar-color-2, var(--scalar-color-2))"
},
border: "var(--scalar-sidebar-border-color, var(--scalar-border-color))"
},
// Utility Colors

@@ -79,0 +90,0 @@ backdrop: "rgba(0, 0, 0, 0.22)",

4

package.json

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

],
"version": "0.9.59",
"version": "0.9.60",
"engines": {

@@ -49,3 +49,3 @@ "node": ">=18"

"dependencies": {
"@scalar/types": "0.0.25"
"@scalar/types": "0.0.26"
},

@@ -52,0 +52,0 @@ "devDependencies": {

@@ -84,2 +84,15 @@ import type { Config } from 'tailwindcss'

// Sidebar Colors
sidebar: {
b: {
1: 'var(--scalar-sidebar-background-1, var(--scalar-background-1))',
},
c: {
1: 'var(--scalar-sidebar-color-1, var(--scalar-color-1))',
2: 'var(--scalar-sidebar-color-2, var(--scalar-color-2))',
},
border:
'var(--scalar-sidebar-border-color, var(--scalar-border-color))',
},
// Utility Colors

@@ -86,0 +99,0 @@ backdrop: 'rgba(0, 0, 0, 0.22)', // Overlay Backdrops

Sorry, the diff of this file is not supported yet

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