From 4713642531fa59515506501ea79f1d1ce97a23af Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Mon, 23 Sep 2024 13:24:25 -0400 Subject: [PATCH 01/21] =?UTF-8?q?feat(ids):=20prefix=20all=20ids=20and=20r?= =?UTF-8?q?eferences=20with=20a=20unique=20string=20=E2=88=99=20=E2=88=99?= =?UTF-8?q?=20This=20should=20allow=20utilizing=20multiple=20instances=20o?= =?UTF-8?q?f=20the=20same=20icon=20on=20a=20page=20while=20preventing=20re?= =?UTF-8?q?ference=20conflicts=20and=20duplicate=20id=20selectors.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sandbox/pages/HomePage.vue | 23 ++++++-- src/__template__/ComponentTemplate.vue | 75 +++++++++++++++++++++++++- 2 files changed, 92 insertions(+), 6 deletions(-) diff --git a/sandbox/pages/HomePage.vue b/sandbox/pages/HomePage.vue index 1fcb4e3e..6f4c1c34 100644 --- a/sandbox/pages/HomePage.vue +++ b/sandbox/pages/HomePage.vue @@ -4,7 +4,7 @@
-
@@ -16,7 +16,7 @@ :icon="icon.component" />
-
+
-->
Multi-Color Icons
-
+

Multi-Color Icons

+
+ +
+
+ +

No icons match your query. Try searching again. diff --git a/src/__template__/ComponentTemplate.vue b/src/__template__/ComponentTemplate.vue index 668ce8f2..99b7cfa3 100644 --- a/src/__template__/ComponentTemplate.vue +++ b/src/__template__/ComponentTemplate.vue @@ -1,6 +1,6 @@