@heliux-org/ui-style 1.0.108 → 1.0.110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heliux-org/ui-style",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.110",
|
|
4
4
|
"description": "Heliux UI CSS Foundations",
|
|
5
5
|
"main": "dist/index.css",
|
|
6
6
|
"scripts": {
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"sass": "^1.70.0",
|
|
67
67
|
"stylelint-config-recommended-scss": "^6.0.0"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "c6a57a28b3e5024cb8eb99f35557230d3a142d74"
|
|
70
70
|
}
|
|
@@ -216,3 +216,4 @@ $colors-gradient-midnight: radial-gradient(103.85% 103.85% at 50% -3.85%, #3F597
|
|
|
216
216
|
//New $colors-gradient-sunrise: radial-gradient(81.43% 103.85% at 50% -3.85%, #CBCDD3 20.44%, #D0CFD2 35%, #D7CECE 53.36%, #CFC6D0 71.77%, #ABB2BB 95%);
|
|
217
217
|
$colors-gradient-sunrise: radial-gradient(103.85% 103.85% at 50% -3.85%, #E9E5E1 5%, #E6DEDE 35%, #DAD0D5 71%, #BDC3CA 95%);
|
|
218
218
|
$colors-gradient-black: radial-gradient(105.77% 105.77% at 50% -5.77%, #444 0%, #323232 19.5%, #212121 54%, #000 100%);
|
|
219
|
+
|
|
File without changes
|