diff --git a/scripts/config.json b/scripts/config.json index 7fce5e5..7ba1bca 100644 --- a/scripts/config.json +++ b/scripts/config.json @@ -349,6 +349,51 @@ "format": "css/variables" } ] + }, + "SCSSVariables--legacyMatrixColors": { + "transformGroup": "scss", + "comment": "File type: SCSS; variable type: Sass; filter: matrix", + "buildPath": "./dist/tokens/", + "deprecated": true, + "files": [ + { + "destination": "MatrixVariables.scss", + "format": "scss/variables", + "filter": { + "matrix": true + } + } + ] + }, + "CSSCustomProperties--legacyMatrixColors": { + "transformGroup": "css", + "comment": "File type: CSS; variable type: CSS; filter: matrix", + "buildPath": "./dist/tokens/", + "deprecated": true, + "files": [ + { + "destination": "MatrixProperties.css", + "format": "css/variables", + "filter": { + "matrix": true + } + } + ] + }, + "SassCustomProperties--legacyMatrixColors": { + "transformGroup": "scss", + "comment": "File type: scss; variable type: CSS; filter: matrix", + "buildPath": "./dist/tokens/", + "deprecated": true, + "files": [ + { + "destination": "MatrixProperties.scss", + "format": "css/variables", + "filter": { + "matrix": true + } + } + ] } } } diff --git a/src/color/_classic/brand.json b/src/color/_classic/brand.json index 54baf39..e3a6f89 100644 --- a/src/color/_classic/brand.json +++ b/src/color/_classic/brand.json @@ -19,6 +19,23 @@ "classic": true, "legacy": true } + }, + "matrix": { + "saver": { + "value": "eda0bc", + "comment": "{ comments.color.matrix.comment }", + "matrix": true + }, + "main": { + "value": "2774ae", + "comment": "{ comments.color.matrix.comment }", + "matrix": true + }, + "firstClass": { + "value": "{color.brand.midnight.400.value}", + "comment": "{ comments.color.matrix.comment }", + "matrix": true + } } } } diff --git a/src/comments.json b/src/comments.json index cf3fcea..8e5bf00 100644 --- a/src/comments.json +++ b/src/comments.json @@ -23,6 +23,9 @@ "classic": { "comment": "\n // DO NOT USE for anything other than legacy projects or classic component themes" }, + "matrix": { + "comment": "\n // DO NOT USE for anything other than legacy projects related to the matrix search" + }, "reference": { "comment": "{comments.reference.comment}" }