@agorapulse/ui-theme 15.0.14 → 15.0.16

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
@@ -1,8 +1,3 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Wed, 21 Jun 2023 16:39:54 GMT
4
- */
5
-
6
1
  :root {
7
2
  --ref-border-radius-sm: 4px;
8
3
  --ref-border-radius-md: 6px;
@@ -99,6 +94,9 @@
99
94
  --ref-color-tiktok-blue-100: #25F4EE;
100
95
  --ref-color-tiktok-red-10: #fee9ee;
101
96
  --ref-color-tiktok-red-100: #FE2C55;
97
+ --ref-color-pinterest-10: #fee5e5;
98
+ --ref-color-pinterest-100: #E60023;
99
+ --ref-font-family: Averta;
102
100
  --ref-font-size-xs: 12px;
103
101
  --ref-font-size-sm: 14px;
104
102
  --ref-font-size-md: 16px;
@@ -1,8 +1,3 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Wed, 21 Jun 2023 16:39:54 GMT
4
- */
5
-
6
1
  :root {
7
2
  --ref-border-radius-sm: 4px;
8
3
  --ref-border-radius-md: 6px;
@@ -99,6 +94,9 @@
99
94
  --ref-color-tiktok-blue-100: #25F4EE;
100
95
  --ref-color-tiktok-red-10: #fee9ee;
101
96
  --ref-color-tiktok-red-100: #FE2C55;
97
+ --ref-color-pinterest-10: #fee5e5;
98
+ --ref-color-pinterest-100: #E60023;
99
+ --ref-font-family: Averta;
102
100
  --ref-font-size-xs: 12px;
103
101
  --ref-font-size-sm: 14px;
104
102
  --ref-font-size-md: 16px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agorapulse/ui-theme",
3
- "version": "15.0.14",
3
+ "version": "15.0.16",
4
4
  "description": "Agorapulse UI Theme Library",
5
5
  "repository": {
6
6
  "type": "git",
@@ -13,6 +13,9 @@ module.exports = {
13
13
  {
14
14
  format: 'css/variables',
15
15
  destination: '../assets/desktop_variables.css',
16
+ options: {
17
+ showFileHeader: false,
18
+ },
16
19
  },
17
20
  ],
18
21
  },
@@ -13,6 +13,9 @@ module.exports = {
13
13
  {
14
14
  format: 'css/variables',
15
15
  destination: '../assets/mobile_variables.css',
16
+ options: {
17
+ showFileHeader: false,
18
+ },
16
19
  },
17
20
  ],
18
21
  },
@@ -134,6 +134,10 @@
134
134
  "100" : { "value": "#FE2C55" },
135
135
  "10" : { "value": "#fee9ee" }
136
136
  }
137
+ },
138
+ "pinterest": {
139
+ "100" : { "value": "#E60023" },
140
+ "10" : { "value": "#fee5e5" }
137
141
  }
138
142
  }
139
143
  }
@@ -1,27 +1,29 @@
1
1
  {
2
2
  "ref": {
3
3
  "font": {
4
- "family": "Averta",
4
+ "family": {
5
+ "value": "Averta"
6
+ },
5
7
  "size": {
6
- "xs" : {
8
+ "xs": {
7
9
  "value": "12px"
8
10
  },
9
- "sm" : {
11
+ "sm": {
10
12
  "value": "14px"
11
13
  },
12
- "md" : {
14
+ "md": {
13
15
  "value": "16px"
14
16
  },
15
- "lg" : {
17
+ "lg": {
16
18
  "value": "18px"
17
19
  },
18
- "xl" : {
20
+ "xl": {
19
21
  "value": "20px"
20
22
  },
21
- "xxl" : {
23
+ "xxl": {
22
24
  "value": "24px"
23
25
  },
24
- "xxxl" : {
26
+ "xxxl": {
25
27
  "value": "28px"
26
28
  }
27
29
  },
Binary file