@agorapulse/ui-theme 18.0.9 → 18.0.10
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.
|
Binary file
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
--ref-color-mermaid-gradient-to: #DF52FF;
|
|
81
81
|
--ref-color-mermaid-gradient-from40: rgba(87, 143, 255, 0.4);
|
|
82
82
|
--ref-color-mermaid-gradient-to40: rgba(223, 82, 255, 0.4);
|
|
83
|
+
--ref-color-mermaid-gradient-background: linear-gradient(90deg, #578FFF 0%, #DF52FF 100%);
|
|
83
84
|
--ref-color-menthol-10: #F1F9F8;
|
|
84
85
|
--ref-color-menthol-20: #CFECEA;
|
|
85
86
|
--ref-color-menthol-40: #9FD9D6;
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
--ref-color-mermaid-gradient-to: #DF52FF;
|
|
81
81
|
--ref-color-mermaid-gradient-from40: rgba(87, 143, 255, 0.4);
|
|
82
82
|
--ref-color-mermaid-gradient-to40: rgba(223, 82, 255, 0.4);
|
|
83
|
+
--ref-color-mermaid-gradient-background: linear-gradient(90deg, #578FFF 0%, #DF52FF 100%);
|
|
83
84
|
--ref-color-menthol-10: #F1F9F8;
|
|
84
85
|
--ref-color-menthol-20: #CFECEA;
|
|
85
86
|
--ref-color-menthol-40: #9FD9D6;
|
package/package.json
CHANGED
|
@@ -97,7 +97,8 @@
|
|
|
97
97
|
"from" : { "value": "#578FFF" },
|
|
98
98
|
"to" : { "value": "#DF52FF" },
|
|
99
99
|
"from40" : { "value": "rgba(87, 143, 255, 0.4)" },
|
|
100
|
-
"to40" : { "value": "rgba(223, 82, 255, 0.4)" }
|
|
100
|
+
"to40" : { "value": "rgba(223, 82, 255, 0.4)" },
|
|
101
|
+
"background": { "value": "linear-gradient(90deg, #578FFF 0%, #DF52FF 100%)"}
|
|
101
102
|
},
|
|
102
103
|
"20" : { "value": "#EBE3FF" },
|
|
103
104
|
"10" : { "value": "#F5F1FF" }
|
|
Binary file
|