decentraland-ui2 0.41.2-19376801661.commit-17e9ee9 → 0.42.1-19435021949.commit-6dd09f5
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/dist/theme/colors.d.ts +3 -3
- package/dist/theme/colors.js +8 -8
- package/package.json +2 -2
package/dist/theme/colors.d.ts
CHANGED
|
@@ -32,9 +32,9 @@ declare const brand: {
|
|
|
32
32
|
melon: string;
|
|
33
33
|
orange: string;
|
|
34
34
|
ruby: string;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
lavender: string;
|
|
36
|
+
violet: string;
|
|
37
|
+
purple: string;
|
|
38
38
|
};
|
|
39
39
|
declare const textOnBrand: typeof brand;
|
|
40
40
|
declare const gradient: {
|
package/dist/theme/colors.js
CHANGED
|
@@ -95,24 +95,24 @@ const brand = {
|
|
|
95
95
|
melon: `#FFA25A`,
|
|
96
96
|
orange: `#FF7439`,
|
|
97
97
|
ruby: `#FF2D55`,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
98
|
+
lavender: `#C640CD`,
|
|
99
|
+
violet: `#A524B3`,
|
|
100
|
+
purple: `#691FA9`,
|
|
101
101
|
};
|
|
102
102
|
const textOnBrand = {
|
|
103
103
|
yellow: neutral.softBlack2,
|
|
104
104
|
melon: neutral.softBlack2,
|
|
105
105
|
orange: neutral.white,
|
|
106
106
|
ruby: neutral.white,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
107
|
+
lavender: neutral.white,
|
|
108
|
+
violet: neutral.white,
|
|
109
|
+
purple: neutral.white,
|
|
110
110
|
};
|
|
111
111
|
const gradient = {
|
|
112
112
|
...rarityGradient,
|
|
113
113
|
flare: `linear-gradient(135deg, ${brand.ruby} 0%, ${brand.yellow} 100%)`,
|
|
114
|
-
cerise: `linear-gradient(135deg, ${brand.ruby} 0%, ${brand.
|
|
115
|
-
amin: `linear-gradient(135deg, ${brand.
|
|
114
|
+
cerise: `linear-gradient(135deg, ${brand.ruby} 0%, ${brand.lavender} 100%)`,
|
|
115
|
+
amin: `linear-gradient(135deg, ${brand.lavender} 0%, ${brand.purple} 100%)`,
|
|
116
116
|
};
|
|
117
117
|
const textOnGradient = {
|
|
118
118
|
...textOnRarity,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "decentraland-ui2",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.42.1-19435021949.commit-6dd09f5",
|
|
4
4
|
"description": "Decentraland's UI components and styles",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -100,5 +100,5 @@
|
|
|
100
100
|
"files": [
|
|
101
101
|
"dist"
|
|
102
102
|
],
|
|
103
|
-
"commit": "
|
|
103
|
+
"commit": "6dd09f59319cc66d2fc5a68307b7da58797514f7"
|
|
104
104
|
}
|