🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@hydroperx/metrodesign

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hydroperx/metrodesign - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+1
-1
dist/theme/Theme.d.ts

@@ -113,3 +113,3 @@ import * as React from "react";

* `light`, `dark`, `gray` }. Ignored if equals one
* of { `light`, `dark`, `gray` }.
* of { `light`, `dark` }.
*/

@@ -116,0 +116,0 @@ get(preset: ThemeColor, accent?: null | ThemeColor): Theme;

@@ -56,2 +56,4 @@ import { jsx as _jsx } from "react/jsx-runtime";

gray.colors.background = "#7c7c7c";
gray.colors.sliderPastBackground =
gray.colors.primary = "#bebebe";
gray.colors.anchor = "#66de0d";

@@ -63,3 +65,3 @@ gray.colors.anchor = "#bebebe";

red.colors.sliderPastBackground =
red.colors.primary = "#ff5151";
red.colors.primary = "#ff5c5c";
red.colors.anchor = "#66de0d";

@@ -155,3 +157,3 @@ // green

* `light`, `dark`, `gray` }. Ignored if equals one
* of { `light`, `dark`, `gray` }.
* of { `light`, `dark` }.
*/

@@ -161,3 +163,3 @@ get(preset, accent = null) {

&& ["light", "dark", "gray"].includes(preset)
&& !["light", "dark", "gray"].includes(accent)) {
&& !["light", "dark"].includes(accent)) {
const result = structuredClone(__map__.get(preset));

@@ -164,0 +166,0 @@ const accent_preset = __map__.get(accent);

{
"name": "@hydroperx/metrodesign",
"version": "1.0.3",
"version": "1.0.4",
"type": "module",

@@ -5,0 +5,0 @@ "files": [