Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@dada-element/style

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dada-element/style - npm Package Compare versions

Comparing version
1.2.9
to
1.2.10
+1
-1
package.json
{
"name": "@dada-element/style",
"version": "1.2.9",
"version": "1.2.10",
"description": "@dada-element styles",

@@ -5,0 +5,0 @@ "author": "gjssss",

.__dd-pop-out-container {
--base-z-index: 9990;
position: fixed;

@@ -8,3 +9,3 @@ top: 0;

transition: all 0.2s ease-out;
z-index: 9997;
z-index: var(--base-z-index);
}

@@ -18,11 +19,11 @@

align-items: center;
z-index: 9998;
z-index: calc(var(--base-z-index) + 2);
transition: all 0.3s ease-in;
position: relative;
}
.__dd-pop-out-from{
.__dd-pop-out-from {
transform: translateY(50px);
opacity: 0;
}
.__dd-pop-out-to{
.__dd-pop-out-to {
transform: translateY(0px);

@@ -39,3 +40,3 @@ opacity: 1;

transition: background 0.3s ease-in;
z-index: 9997;
z-index: calc(var(--base-z-index) + 1);
}

@@ -42,0 +43,0 @@ .__dd-pop-out-mask-from {