@agorapulse/ui-theme 18.0.6 → 18.0.8
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/agorapulse-ui-theme-18.0.8.tgz +0 -0
- package/assets/desktop_variables.css +13 -2
- package/assets/mobile_variables.css +13 -2
- package/assets/style/_colors.scss +2 -0
- package/package.json +1 -1
- package/src/tokens/components/avatar.json +42 -0
- package/src/tokens/components/close-button.json +22 -0
- package/src/tokens/reference/border-radius.json +0 -3
- package/src/tokens/system/border.json +1 -1
- package/agorapulse-ui-theme-18.0.6.tgz +0 -0
|
Binary file
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
--ref-animation-short: 150ms;
|
|
5
5
|
--ref-animation-xshort: 75ms;
|
|
6
6
|
--ref-border-radius-sm: 4px;
|
|
7
|
-
--ref-border-radius-md:
|
|
8
|
-
--ref-border-radius-lg: 8px;
|
|
7
|
+
--ref-border-radius-md: 8px;
|
|
9
8
|
--ref-color-white: #FFFFFF;
|
|
10
9
|
--ref-color-background: #F9F9FA;
|
|
11
10
|
--ref-color-orange-10: #FFEFE9;
|
|
@@ -245,6 +244,14 @@
|
|
|
245
244
|
--sys-icon-button-padding: 10px;
|
|
246
245
|
--sys-icon-button-width: 36px;
|
|
247
246
|
--sys-icon-button-height: 36px;
|
|
247
|
+
--comp-avatar-border-radius: 4px;
|
|
248
|
+
--comp-avatar-background-color: #AEB5C1;
|
|
249
|
+
--comp-avatar-background-shadow: 0 0 0 1px #EAECEF;
|
|
250
|
+
--comp-avatar-symbol-color: #FFFFFF;
|
|
251
|
+
--comp-avatar-initials-weight: 700;
|
|
252
|
+
--comp-avatar-initials-color: #FFFFFF;
|
|
253
|
+
--comp-avatar-online-background: #45B854;
|
|
254
|
+
--comp-avatar-online-border-color: #FFFFFF;
|
|
248
255
|
--comp-badge-text-style-font-family: Averta;
|
|
249
256
|
--comp-badge-text-style-size: 12px;
|
|
250
257
|
--comp-badge-text-style-font-weight: 700;
|
|
@@ -265,6 +272,10 @@
|
|
|
265
272
|
--comp-button-height: 36px;
|
|
266
273
|
--comp-button-border-radius: 4px;
|
|
267
274
|
--comp-button-spacing: 8px;
|
|
275
|
+
--comp-close-button-size: 20px;
|
|
276
|
+
--comp-close-button-padding: 10px;
|
|
277
|
+
--comp-close-button-hover-background: #3445631A;
|
|
278
|
+
--comp-close-button-active-background: #34456333;
|
|
268
279
|
--comp-counter-text-style-font-family: Averta;
|
|
269
280
|
--comp-counter-text-style-size: 12px;
|
|
270
281
|
--comp-counter-text-style-font-weight: 700;
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
--ref-animation-short: 150ms;
|
|
5
5
|
--ref-animation-xshort: 75ms;
|
|
6
6
|
--ref-border-radius-sm: 4px;
|
|
7
|
-
--ref-border-radius-md:
|
|
8
|
-
--ref-border-radius-lg: 8px;
|
|
7
|
+
--ref-border-radius-md: 8px;
|
|
9
8
|
--ref-color-white: #FFFFFF;
|
|
10
9
|
--ref-color-background: #F9F9FA;
|
|
11
10
|
--ref-color-orange-10: #FFEFE9;
|
|
@@ -245,6 +244,14 @@
|
|
|
245
244
|
--sys-icon-button-padding: 8px;
|
|
246
245
|
--sys-icon-button-width: 36px;
|
|
247
246
|
--sys-icon-button-height: 36px;
|
|
247
|
+
--comp-avatar-border-radius: 4px;
|
|
248
|
+
--comp-avatar-background-color: #AEB5C1;
|
|
249
|
+
--comp-avatar-background-shadow: 0 0 0 1px #EAECEF;
|
|
250
|
+
--comp-avatar-symbol-color: #FFFFFF;
|
|
251
|
+
--comp-avatar-initials-weight: 700;
|
|
252
|
+
--comp-avatar-initials-color: #FFFFFF;
|
|
253
|
+
--comp-avatar-online-background: #45B854;
|
|
254
|
+
--comp-avatar-online-border-color: #FFFFFF;
|
|
248
255
|
--comp-badge-text-style-font-family: Averta;
|
|
249
256
|
--comp-badge-text-style-size: 12px;
|
|
250
257
|
--comp-badge-text-style-font-weight: 700;
|
|
@@ -265,6 +272,10 @@
|
|
|
265
272
|
--comp-button-height: 40px;
|
|
266
273
|
--comp-button-border-radius: 4px;
|
|
267
274
|
--comp-button-spacing: 8px;
|
|
275
|
+
--comp-close-button-size: 20px;
|
|
276
|
+
--comp-close-button-padding: 8px;
|
|
277
|
+
--comp-close-button-hover-background: #3445631A;
|
|
278
|
+
--comp-close-button-active-background: #34456333;
|
|
268
279
|
--comp-counter-text-style-font-family: Averta;
|
|
269
280
|
--comp-counter-text-style-size: 12px;
|
|
270
281
|
--comp-counter-text-style-font-weight: 700;
|
|
@@ -260,6 +260,7 @@ $color-twitter: #55acee;
|
|
|
260
260
|
$color-youtube: #ff0000;
|
|
261
261
|
$color-instagramlink: #00376b;
|
|
262
262
|
$color-web: #178dfe;
|
|
263
|
+
$color-reddit: #ff4500;
|
|
263
264
|
|
|
264
265
|
// Others
|
|
265
266
|
//$state-tag: #5EA9FF;
|
|
@@ -280,6 +281,7 @@ $ap-colors: (
|
|
|
280
281
|
'linkedin': $color-linkedin,
|
|
281
282
|
'twitter': $color-twitter,
|
|
282
283
|
'youtube': $color-youtube,
|
|
284
|
+
'reddit': $color-reddit,
|
|
283
285
|
'blood-orange': $color-blood-orange,
|
|
284
286
|
'pinkish-orange': $color-pinkish-orange,
|
|
285
287
|
'charcoal-grey': $color-charcoal-grey,
|
package/package.json
CHANGED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"comp": {
|
|
3
|
+
"avatar": {
|
|
4
|
+
"border": {
|
|
5
|
+
"radius": {
|
|
6
|
+
"value": "{sys.border.radius.sm}"
|
|
7
|
+
}
|
|
8
|
+
},
|
|
9
|
+
"background": {
|
|
10
|
+
"color": {
|
|
11
|
+
"value": "{ref.color.grey.40}"
|
|
12
|
+
},
|
|
13
|
+
"shadow": {
|
|
14
|
+
"value": "0 0 0 1px {ref.color.grey.10}"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"symbol": {
|
|
18
|
+
"color": {
|
|
19
|
+
"value": "{ref.color.white}"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"initials" : {
|
|
23
|
+
"weight": {
|
|
24
|
+
"value": "{ref.font.weight.bold}"
|
|
25
|
+
},
|
|
26
|
+
"color": {
|
|
27
|
+
"value": "{ref.color.white}"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"online": {
|
|
31
|
+
"background": {
|
|
32
|
+
"value": "{ref.color.green.100}"
|
|
33
|
+
},
|
|
34
|
+
"border": {
|
|
35
|
+
"color": {
|
|
36
|
+
"value": "{ref.color.white}"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"comp": {
|
|
3
|
+
"closeButton": {
|
|
4
|
+
"size": {
|
|
5
|
+
"value": "20px"
|
|
6
|
+
},
|
|
7
|
+
"padding": {
|
|
8
|
+
"value": "{sys.icon-button.padding}"
|
|
9
|
+
},
|
|
10
|
+
"hover": {
|
|
11
|
+
"background": {
|
|
12
|
+
"value": "#3445631A"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"active": {
|
|
16
|
+
"background": {
|
|
17
|
+
"value": "#34456333"
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
Binary file
|