@agorapulse/ui-theme 18.0.6 → 18.0.7

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
@@ -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: 6px;
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: 6px;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "18.0.6",
3
+ "version": "18.0.7",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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
+ }
@@ -5,9 +5,6 @@
5
5
  "value": "4px"
6
6
  },
7
7
  "md" : {
8
- "value": "6px"
9
- },
10
- "lg" : {
11
8
  "value": "8px"
12
9
  }
13
10
  }
@@ -20,7 +20,7 @@
20
20
  "value": "{ref.borderRadius.sm}"
21
21
  },
22
22
  "lg": {
23
- "value": "{ref.borderRadius.lg}"
23
+ "value": "{ref.borderRadius.md}"
24
24
  }
25
25
  }
26
26
  }
Binary file