From 9e930715b8dbfc47e75d606a2df1d4c8a74809ee Mon Sep 17 00:00:00 2001 From: Mike Goulding Date: Fri, 1 Mar 2024 13:32:10 -0600 Subject: [PATCH 1/5] feat(cli-compat): allow install from emulsify-cli with default components --- system.emulsify.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system.emulsify.json b/system.emulsify.json index 7fc5a54..baf7be0 100644 --- a/system.emulsify.json +++ b/system.emulsify.json @@ -24,6 +24,26 @@ "destinationPath": "./templates", "description": "Contains Drupal templates" } + ], + "components": [ + { + "name": "images", + "structure": "atoms", + "required": true, + "dependency": [] + }, + { + "name": "links", + "structure": "atoms", + "required": true, + "dependency": [] + }, + { + "name": "text", + "structure": "atoms", + "required": true, + "dependency": ["links"] + } ] } ] From 01796a2f827036a7aad0b92b4563a8aa23f0ad50 Mon Sep 17 00:00:00 2001 From: Mike Goulding Date: Fri, 1 Mar 2024 13:39:33 -0600 Subject: [PATCH 2/5] no atom structure here --- system.emulsify.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system.emulsify.json b/system.emulsify.json index baf7be0..12cf116 100644 --- a/system.emulsify.json +++ b/system.emulsify.json @@ -28,19 +28,19 @@ "components": [ { "name": "images", - "structure": "atoms", + "structure": "components", "required": true, "dependency": [] }, { "name": "links", - "structure": "atoms", + "structure": "components", "required": true, "dependency": [] }, { "name": "text", - "structure": "atoms", + "structure": "components", "required": true, "dependency": ["links"] } From 9c67c138c5b0fbddc47f25194952813e9c427900 Mon Sep 17 00:00:00 2001 From: mikeethedude Date: Fri, 1 Mar 2024 19:45:14 +0000 Subject: [PATCH 3/5] feat: create tokens --- src/components/tokens/_tokens.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tokens/_tokens.scss b/src/components/tokens/_tokens.scss index 15b89eb..4aceb17 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:45:13 GMT */ :root { From 97650e646474ef96cac275c1a32fe83580deb9eb Mon Sep 17 00:00:00 2001 From: Mike Goulding Date: Fri, 1 Mar 2024 13:48:22 -0600 Subject: [PATCH 4/5] emulsify caches the system by name which will cause it to look for uikit in the path but the repo is emulsify-ui-kit --- system.emulsify.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system.emulsify.json b/system.emulsify.json index 12cf116..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": [ From f6c44622e3a146ea727d20c6e4fc3aaf67bba213 Mon Sep 17 00:00:00 2001 From: mikeethedude Date: Fri, 1 Mar 2024 19:50:06 +0000 Subject: [PATCH 5/5] feat: create tokens --- src/components/tokens/_tokens.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tokens/_tokens.scss b/src/components/tokens/_tokens.scss index 4aceb17..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 19:45:13 GMT + * Generated on Fri, 01 Mar 2024 19:50:05 GMT */ :root {