@flamingo-stack/openframe-frontend-core 0.0.73 → 0.0.74
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/package.json
CHANGED
|
@@ -193,6 +193,7 @@
|
|
|
193
193
|
|
|
194
194
|
/* OpenFrame uses yellow as adaptive color */
|
|
195
195
|
--ods-current: var(--ods-open-yellow-base);
|
|
196
|
+
--ods-accent: var(--ods-open-yellow-base);
|
|
196
197
|
}
|
|
197
198
|
|
|
198
199
|
[data-app-type="flamingo"] {
|
|
@@ -218,6 +219,7 @@
|
|
|
218
219
|
|
|
219
220
|
/* Flamingo uses pink as adaptive color */
|
|
220
221
|
--ods-current: var(--ods-flamingo-pink-base);
|
|
222
|
+
--ods-accent: var(--ods-flamingo-pink-base);
|
|
221
223
|
}
|
|
222
224
|
|
|
223
225
|
[data-app-type="tmcg"] {
|
|
@@ -243,6 +245,7 @@
|
|
|
243
245
|
|
|
244
246
|
/* TMCG uses pink as adaptive color */
|
|
245
247
|
--ods-current: var(--ods-flamingo-pink-base);
|
|
248
|
+
--ods-accent: var(--ods-flamingo-pink-base);
|
|
246
249
|
}
|
|
247
250
|
|
|
248
251
|
[data-app-type="marketing-hub"] {
|