@agorapulse/ui-theme 15.0.10 → 15.0.12

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
@@ -38,6 +38,7 @@ $colors-orange: (
38
38
  );
39
39
 
40
40
  $colors-soft-orange: (
41
+ 150: #a66200,
41
42
  100: #fbb500,
42
43
  85: #fcc026,
43
44
  60: #fdd366,
@@ -48,6 +49,7 @@ $colors-soft-orange: (
48
49
  );
49
50
 
50
51
  $colors-electric-blue: (
52
+ 150: #0e72d6,
51
53
  100: #178dfe,
52
54
  85: #3a9efe,
53
55
  60: #74bbfe,
@@ -66,6 +68,12 @@ $colors-soft-blue: (
66
68
  10: #eff5fc
67
69
  );
68
70
 
71
+ $colors-menthol: (
72
+ 150: #057e7a,
73
+ 40: #9fd9d6,
74
+ 10: #f1f9f8
75
+ );
76
+
69
77
  $colors-purple: (
70
78
  100: #6554c0,
71
79
  85 : #7c6dc9,
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 26 May 2023 15:21:23 GMT
3
+ * Generated on Mon, 05 Jun 2023 07:56:00 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -15,6 +15,14 @@
15
15
  --comp-icon-button-width: 36px;
16
16
  --comp-icon-button-height: 36px;
17
17
  --comp-icon-button-border-radius: 8px;
18
+ --comp-split-button-text-size: 14px;
19
+ --comp-split-button-text-font-family: Averta;
20
+ --comp-split-button-text-weight: 700;
21
+ --comp-split-button-text-line-height: 20px;
22
+ --comp-split-button-padding-horizontal: 8px;
23
+ --comp-split-button-padding-vertical: 16px;
24
+ --comp-split-button-border-radius: 4px;
25
+ --comp-split-button-spacing: 8px;
18
26
  --ref-border-radius-sm: 4px;
19
27
  --ref-border-radius-md: 6px;
20
28
  --ref-border-radius-lg: 8px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "15.0.10",
3
+ "version": "15.0.12",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -0,0 +1,34 @@
1
+ {
2
+ "comp": {
3
+ "split-button": {
4
+ "text": {
5
+ "size": {
6
+ "value": "{sys.text.style.h4.size}"
7
+ },
8
+ "font-family": {
9
+ "value": "{sys.text.style.h4.font-family}"
10
+ },
11
+ "weight": {
12
+ "value": "{sys.text.style.h4.weight}"
13
+ },
14
+ "lineHeight": {
15
+ "value": "{sys.text.style.h4.line-height}"
16
+ }
17
+ },
18
+ "padding": {
19
+ "horizontal": {
20
+ "value": "{ref.spacing.xxs}"
21
+ },
22
+ "vertical": {
23
+ "value": "{ref.spacing.sm}"
24
+ }
25
+ },
26
+ "borderRadius": {
27
+ "value": "{sys.border.radius.md}"
28
+ },
29
+ "spacing": {
30
+ "value": "{ref.spacing.xxs}"
31
+ }
32
+ }
33
+ }
34
+ }
Binary file