Socket
Socket
Sign inDemoInstall

@semcore/utils

Package Overview
Dependencies
Maintainers
2
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@semcore/utils - npm Package Compare versions

Comparing version 4.32.0 to 4.32.1-prerelease.0

6

CHANGELOG.md

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

## [4.32.1] - 2024-07-30
### Fixed
- `z-index` stacking for class components.
## [4.32.0] - 2024-07-17

@@ -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__*/_index.sstyled.insert( /*__inner_css_start__*/".___SPattern_mlox1_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__*/, "mlox1_gg_") /*__reshadow_css_end__*/, {
"__SPattern": "___SPattern_mlox1_gg_"
var style = ( /*__reshadow_css_start__*/_index.sstyled.insert( /*__inner_css_start__*/".___SPattern_bglm5_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__*/, "bglm5_gg_") /*__reshadow_css_end__*/, {
"__SPattern": "___SPattern_bglm5_gg_"
});

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

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

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

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

@@ -8,2 +8,2 @@ import React from 'react';

}>;
export declare const zIndexStackingEnhance: () => (props: any) => any;
export declare const zIndexStackingEnhance: (designToken?: ZIndexDesignTokens) => (props: any) => any;

@@ -38,6 +38,6 @@ "use strict";

exports.ZIndexStackingContextProvider = ZIndexStackingContextProvider;
var zIndexStackingEnhance = function zIndexStackingEnhance() {
var zIndexStackingEnhance = function zIndexStackingEnhance(designToken) {
return function (props) {
var other = (0, _extends2["default"])({}, ((0, _objectDestructuringEmpty2["default"])(props), props));
var parentZIndexStacking = useZIndexStacking();
var parentZIndexStacking = useZIndexStacking(designToken);
return (0, _objectSpread2["default"])((0, _objectSpread2["default"])({}, other), {}, {

@@ -44,0 +44,0 @@ parentZIndexStacking: parentZIndexStacking

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

@@ -6,0 +6,0 @@ "sideEffects": false,

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

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