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.10
to
1.2.28
+8
-1
package.json
{
"name": "@dada-element/style",
"version": "1.2.10",
"version": "1.2.28",
"description": "@dada-element styles",
"author": "gjssss",
"private": false,
"license": "MIT",

@@ -11,2 +12,5 @@ "repository": {

},
"release-it": {
"git": false
},
"files": [

@@ -19,3 +23,6 @@ "icon",

"access": "public"
},
"scripts": {
"release": "release-it"
}
}

@@ -90,2 +90,9 @@ // 文件全局引入mixin

.__dd-button-disabled {
color: var(--sub-primary);
background-color: var(--sub-flat);
cursor: not-allowed;
pointer-events: none;
}
@each $name, $value-map in $text-map {

@@ -92,0 +99,0 @@ .__dd-button-text.__dd-button-type-#{$name} {