@agorapulse/ui-theme 15.0.15 → 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.
- package/agorapulse-ui-theme-15.0.16.tgz +0 -0
- package/assets/desktop_variables.css +2 -5
- package/assets/mobile_variables.css +2 -5
- package/package.json +1 -1
- package/src/desktop_config.js +3 -0
- package/src/mobile_config.js +3 -0
- package/src/tokens/reference/color.json +4 -0
- package/agorapulse-ui-theme-15.0.15.tgz +0 -0
|
Binary file
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly
|
|
3
|
-
* Generated on Fri, 23 Jun 2023 12:56:12 GMT
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
1
|
:root {
|
|
7
2
|
--ref-border-radius-sm: 4px;
|
|
8
3
|
--ref-border-radius-md: 6px;
|
|
@@ -99,6 +94,8 @@
|
|
|
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;
|
|
102
99
|
--ref-font-family: Averta;
|
|
103
100
|
--ref-font-size-xs: 12px;
|
|
104
101
|
--ref-font-size-sm: 14px;
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly
|
|
3
|
-
* Generated on Fri, 23 Jun 2023 12:56:12 GMT
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
1
|
:root {
|
|
7
2
|
--ref-border-radius-sm: 4px;
|
|
8
3
|
--ref-border-radius-md: 6px;
|
|
@@ -99,6 +94,8 @@
|
|
|
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;
|
|
102
99
|
--ref-font-family: Averta;
|
|
103
100
|
--ref-font-size-xs: 12px;
|
|
104
101
|
--ref-font-size-sm: 14px;
|
package/package.json
CHANGED
package/src/desktop_config.js
CHANGED
package/src/mobile_config.js
CHANGED
|
Binary file
|