Socket
Socket
Sign inDemoInstall

@semcore/utils

Package Overview
Dependencies
4
Maintainers
2
Versions
288
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.23.0 to 4.23.1-prerelease.0

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## [4.23.1] - 2024-04-15
### Fixed
- Date picker related design tokens in dark mode.
## [4.23.0] - 2024-04-12

@@ -7,0 +13,0 @@

4

lib/components/invalid-state-pattern/InvalidStatePattern.js

@@ -13,4 +13,4 @@ "use strict";

/*__reshadow-styles__:"./invalidStatePattern.shadow.css"*/
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPattern_exy04_gg_{width:6px;height:100%;position:absolute;background-image:var(--intergalactic-border-critical-pattern, repeating-linear-gradient(315deg, rgba(209, 0, 47, 1) 0, rgba(209, 0, 47, 1) 2px, transparent 0, transparent 50%));background-size:6px 6px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:var(--intergalactic-control-rounded, 6px)}" /*__inner_css_end__*/, "exy04_gg_") /*__reshadow_css_end__*/, {
"__SPattern": "___SPattern_exy04_gg_"
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SPattern_11683_gg_{width:6px;height:100%;position:absolute;background-image:var(--intergalactic-border-critical-pattern, repeating-linear-gradient(315deg, rgba(209, 0, 47, 1) 0, rgba(209, 0, 47, 1) 2px, transparent 0, transparent 50%));background-size:6px 6px;background-color:var(--intergalactic-bg-primary-neutral, #ffffff);border-bottom-left-radius:var(--intergalactic-control-rounded, 6px);border-top-left-radius:var(--intergalactic-control-rounded, 6px)}" /*__inner_css_end__*/, "11683_gg_") /*__reshadow_css_end__*/, {
"__SPattern": "___SPattern_11683_gg_"
});

@@ -17,0 +17,0 @@ var InvalidStatePatternComponent = function InvalidStatePatternComponent() {

@@ -33,3 +33,3 @@ "use strict";

// @ts-ignore
var version = "4.23.0";
var version = "4.23.1";
sh = document.createElement('style');

@@ -36,0 +36,0 @@ sh.setAttribute('data-ui-v', version);

@@ -138,7 +138,7 @@ {

"--intergalactic-icon-non-interactive": "#f4f5f9",
"--intergalactic-date-picker-cell": "#ffffff",
"--intergalactic-date-picker-cell-current": "#c4c7cf",
"--intergalactic-date-picker-cell-hover": "#e0e1e9",
"--intergalactic-date-picker-cell-range": "#c4e5fe",
"--intergalactic-date-picker-cell-range-hover": "#8ecdff",
"--intergalactic-date-picker-cell": "rgba(30, 34, 49, 1)",
"--intergalactic-date-picker-cell-current": "#2b2e38",
"--intergalactic-date-picker-cell-hover": "#484a54",
"--intergalactic-date-picker-cell-range": "#002b5f",
"--intergalactic-date-picker-cell-range-hover": "#044792",
"--intergalactic-date-picker-cell-active": "#2bb3ff",

@@ -145,0 +145,0 @@ "--intergalactic-date-picker-cell-active-hover": "#008ff8",

{
"name": "@semcore/utils",
"description": "Semrush Utils Component",
"version": "4.23.0",
"version": "4.23.1-prerelease.0",
"main": "lib/index.js",

@@ -31,3 +31,3 @@ "sideEffects": false,

"peerDependencies": {
"@semcore/core": "^2.17.5",
"@semcore/core": "^2.20.1-prerelease.0",
"react": "16.8 - 18",

@@ -34,0 +34,0 @@ "react-dom": "16.8 - 18"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚑️ by Socket Inc