diff --git a/src/components/tokens/_tokens.scss b/src/components/tokens/_tokens.scss index 15b89eb..71b229f 100644 --- a/src/components/tokens/_tokens.scss +++ b/src/components/tokens/_tokens.scss @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Fri, 01 Mar 2024 16:41:18 GMT + * Generated on Fri, 01 Mar 2024 19:50:05 GMT */ :root { diff --git a/system.emulsify.json b/system.emulsify.json index 7fc5a54..c2b4283 100644 --- a/system.emulsify.json +++ b/system.emulsify.json @@ -1,5 +1,5 @@ { - "name": "uikit", + "name": "emulsify-ui-kit", "homepage": "https://github.com/emulsify-ds/emulsify-ui-kit", "repository": "https://github.com/emulsify-ds/emulsify-ui-kit.git", "structure": [ @@ -24,6 +24,26 @@ "destinationPath": "./templates", "description": "Contains Drupal templates" } + ], + "components": [ + { + "name": "images", + "structure": "components", + "required": true, + "dependency": [] + }, + { + "name": "links", + "structure": "components", + "required": true, + "dependency": [] + }, + { + "name": "text", + "structure": "components", + "required": true, + "dependency": ["links"] + } ] } ]