@guardian/src-foundations
Advanced tools
Comparing version 0.18.0-rc.0 to 0.18.0-rc.1
@@ -241,2 +241,3 @@ // The theme file is based on the specification at https://system-ui.com/theme | ||
primary: neutral[100], | ||
secondary: neutral[97], | ||
inverse: neutral[10], | ||
@@ -243,0 +244,0 @@ ctaPrimary: brand[400], |
@@ -245,2 +245,3 @@ 'use strict'; | ||
primary: neutral[100], | ||
secondary: neutral[97], | ||
inverse: neutral[10], | ||
@@ -247,0 +248,0 @@ ctaPrimary: brand[400], |
@@ -9,2 +9,3 @@ export * from "./animation"; | ||
primary: string; | ||
secondary: string; | ||
inverse: string; | ||
@@ -11,0 +12,0 @@ ctaPrimary: string; |
{ | ||
"name": "@guardian/src-foundations", | ||
"version": "0.18.0-rc.0", | ||
"version": "0.18.0-rc.1", | ||
"main": "foundations.js", | ||
@@ -5,0 +5,0 @@ "module": "foundations.esm.js", |
export declare const background: { | ||
primary: string; | ||
secondary: string; | ||
inverse: string; | ||
@@ -4,0 +5,0 @@ ctaPrimary: string; |
@@ -220,2 +220,3 @@ 'use strict'; | ||
primary: neutral[100], | ||
secondary: neutral[97], | ||
inverse: neutral[10], | ||
@@ -222,0 +223,0 @@ ctaPrimary: brand[400], |
@@ -216,2 +216,3 @@ // The theme file is based on the specification at https://system-ui.com/theme | ||
primary: neutral[100], | ||
secondary: neutral[97], | ||
inverse: neutral[10], | ||
@@ -218,0 +219,0 @@ ctaPrimary: brand[400], |
@@ -5,2 +5,3 @@ import { neutral, brand } from "../global" | ||
primary: neutral[100], | ||
secondary: neutral[97], | ||
inverse: neutral[10], | ||
@@ -7,0 +8,0 @@ ctaPrimary: brand[400], |
188575
6531