@agorapulse/ui-theme 18.0.5 → 18.0.6
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.6.tgz +0 -0
- package/assets/desktop_variables.css +3 -3
- package/assets/mobile_variables.css +3 -3
- package/package.json +1 -1
- package/src/tokens/components/counter.json +1 -1
- package/src/tokens/components/status-card.json +2 -2
- package/agorapulse-ui-theme-18.0.5.tgz +0 -0
|
Binary file
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
--comp-counter-notif-min-width: 16px;
|
|
281
281
|
--comp-counter-notif-color: #FFFFFF;
|
|
282
282
|
--comp-counter-notif-background-color: #FF6726;
|
|
283
|
-
--comp-counter-orange-color: #
|
|
283
|
+
--comp-counter-orange-color: #C83E07;
|
|
284
284
|
--comp-counter-orange-with-background-color: #FFFFFF;
|
|
285
285
|
--comp-counter-orange-with-background-background-color: #FF6726;
|
|
286
286
|
--comp-counter-blue-color: #0E72D6;
|
|
@@ -541,7 +541,7 @@
|
|
|
541
541
|
--comp-status-card-green-icon-color: #45B854;
|
|
542
542
|
--comp-status-card-green-background-color: #ECF7ED;
|
|
543
543
|
--comp-status-card-green-border-color: #DAF1DD;
|
|
544
|
-
--comp-status-card-tag-orange-icon-color: #
|
|
544
|
+
--comp-status-card-tag-orange-icon-color: #A66200;
|
|
545
545
|
--comp-status-card-tag-orange-background-color: #FFF8E6;
|
|
546
546
|
--comp-status-card-tag-orange-border-color: #FEF0CC;
|
|
547
547
|
--comp-status-card-blue-icon-color: #178DFE;
|
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
--comp-status-card-orange-background-color: #FFEFE9;
|
|
555
555
|
--comp-status-card-orange-border-color: #FFE1D4;
|
|
556
556
|
--comp-status-card-grey-icon-color: #344563;
|
|
557
|
-
--comp-status-card-grey-background-color: #
|
|
557
|
+
--comp-status-card-grey-background-color: #F5F5F7;
|
|
558
558
|
--comp-status-card-grey-border-color: #D6DAE0;
|
|
559
559
|
--comp-status-text-style-font-family: Averta;
|
|
560
560
|
--comp-status-text-style-size: 12px;
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
--comp-counter-notif-min-width: 16px;
|
|
281
281
|
--comp-counter-notif-color: #FFFFFF;
|
|
282
282
|
--comp-counter-notif-background-color: #FF6726;
|
|
283
|
-
--comp-counter-orange-color: #
|
|
283
|
+
--comp-counter-orange-color: #C83E07;
|
|
284
284
|
--comp-counter-orange-with-background-color: #FFFFFF;
|
|
285
285
|
--comp-counter-orange-with-background-background-color: #FF6726;
|
|
286
286
|
--comp-counter-blue-color: #0E72D6;
|
|
@@ -541,7 +541,7 @@
|
|
|
541
541
|
--comp-status-card-green-icon-color: #45B854;
|
|
542
542
|
--comp-status-card-green-background-color: #ECF7ED;
|
|
543
543
|
--comp-status-card-green-border-color: #DAF1DD;
|
|
544
|
-
--comp-status-card-tag-orange-icon-color: #
|
|
544
|
+
--comp-status-card-tag-orange-icon-color: #A66200;
|
|
545
545
|
--comp-status-card-tag-orange-background-color: #FFF8E6;
|
|
546
546
|
--comp-status-card-tag-orange-border-color: #FEF0CC;
|
|
547
547
|
--comp-status-card-blue-icon-color: #178DFE;
|
|
@@ -554,7 +554,7 @@
|
|
|
554
554
|
--comp-status-card-orange-background-color: #FFEFE9;
|
|
555
555
|
--comp-status-card-orange-border-color: #FFE1D4;
|
|
556
556
|
--comp-status-card-grey-icon-color: #344563;
|
|
557
|
-
--comp-status-card-grey-background-color: #
|
|
557
|
+
--comp-status-card-grey-background-color: #F5F5F7;
|
|
558
558
|
--comp-status-card-grey-border-color: #D6DAE0;
|
|
559
559
|
--comp-status-text-style-font-family: Averta;
|
|
560
560
|
--comp-status-text-style-size: 12px;
|
package/package.json
CHANGED
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"tag-orange": {
|
|
101
101
|
"icon": {
|
|
102
102
|
"color": {
|
|
103
|
-
"value": "{ref.color.tag-orange.
|
|
103
|
+
"value": "{ref.color.tag-orange.150}"
|
|
104
104
|
}
|
|
105
105
|
},
|
|
106
106
|
"background": {
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
},
|
|
174
174
|
"background": {
|
|
175
175
|
"color": {
|
|
176
|
-
"value": "{ref.color.grey.
|
|
176
|
+
"value": "{ref.color.grey.05}"
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
179
|
"border": {
|
|
Binary file
|