@agorapulse/ui-theme 18.0.8 → 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
@@ -74,6 +74,13 @@
74
74
  --ref-color-purple-100: #6554C0;
75
75
  --ref-color-purple-150: #3C2C95;
76
76
  --ref-color-purple-05: #F6F8FF;
77
+ --ref-color-mermaid-10: #F5F1FF;
78
+ --ref-color-mermaid-20: #EBE3FF;
79
+ --ref-color-mermaid-gradient-from: #578FFF;
80
+ --ref-color-mermaid-gradient-to: #DF52FF;
81
+ --ref-color-mermaid-gradient-from40: rgba(87, 143, 255, 0.4);
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%);
77
84
  --ref-color-menthol-10: #F1F9F8;
78
85
  --ref-color-menthol-20: #CFECEA;
79
86
  --ref-color-menthol-40: #9FD9D6;
@@ -107,6 +114,7 @@
107
114
  --ref-color-tiktok-red-100: #FE2C55;
108
115
  --ref-color-pinterest-10: #fee5e5;
109
116
  --ref-color-pinterest-100: #E60023;
117
+ --ref-color-reddit-100: #FF4500;
110
118
  --ref-font-family: Averta;
111
119
  --ref-font-size-xs: 12px;
112
120
  --ref-font-size-sm: 14px;
@@ -74,6 +74,13 @@
74
74
  --ref-color-purple-100: #6554C0;
75
75
  --ref-color-purple-150: #3C2C95;
76
76
  --ref-color-purple-05: #F6F8FF;
77
+ --ref-color-mermaid-10: #F5F1FF;
78
+ --ref-color-mermaid-20: #EBE3FF;
79
+ --ref-color-mermaid-gradient-from: #578FFF;
80
+ --ref-color-mermaid-gradient-to: #DF52FF;
81
+ --ref-color-mermaid-gradient-from40: rgba(87, 143, 255, 0.4);
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%);
77
84
  --ref-color-menthol-10: #F1F9F8;
78
85
  --ref-color-menthol-20: #CFECEA;
79
86
  --ref-color-menthol-40: #9FD9D6;
@@ -107,6 +114,7 @@
107
114
  --ref-color-tiktok-red-100: #FE2C55;
108
115
  --ref-color-pinterest-10: #fee5e5;
109
116
  --ref-color-pinterest-100: #E60023;
117
+ --ref-color-reddit-100: #FF4500;
110
118
  --ref-font-family: Averta;
111
119
  --ref-font-size-xs: 12px;
112
120
  --ref-font-size-sm: 14px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "18.0.8",
3
+ "version": "18.0.10",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -92,6 +92,17 @@
92
92
  "10" : { "value": "#EFEDF8" },
93
93
  "05" : { "value": "#F6F8FF" }
94
94
  },
95
+ "mermaid": {
96
+ "gradient": {
97
+ "from" : { "value": "#578FFF" },
98
+ "to" : { "value": "#DF52FF" },
99
+ "from40" : { "value": "rgba(87, 143, 255, 0.4)" },
100
+ "to40" : { "value": "rgba(223, 82, 255, 0.4)" },
101
+ "background": { "value": "linear-gradient(90deg, #578FFF 0%, #DF52FF 100%)"}
102
+ },
103
+ "20" : { "value": "#EBE3FF" },
104
+ "10" : { "value": "#F5F1FF" }
105
+ },
95
106
  "menthol": {
96
107
  "150" : { "value": "#057E7A" },
97
108
  "100" : { "value": "#0FA09B" },
@@ -157,6 +168,9 @@
157
168
  "pinterest": {
158
169
  "100" : { "value": "#E60023" },
159
170
  "10" : { "value": "#fee5e5" }
171
+ },
172
+ "reddit": {
173
+ "100" : { "value": "#FF4500" }
160
174
  }
161
175
  }
162
176
  }
Binary file