From 28a11859773a9995bdbaff34954d59ff91bc435d Mon Sep 17 00:00:00 2001 From: Cordelia Date: Wed, 3 Jul 2024 14:20:42 -0700 Subject: [PATCH 1/6] docs: update Design System name mapping for modules --- docs/index.html | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/docs/index.html b/docs/index.html index 43a9d6195..16aae2be2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -25,7 +25,6 @@ - icon button: ds-component: - group: button name: button version: 1.6 carousel: @@ -49,11 +48,11 @@ version: 1.0 chip: ds-component: - name: input-chip + name: chip version: 1.0.0 chips-combobox: ds-component: - name: chip-combobox + name: combobox version: 1.0.0 submodules: - chip @@ -74,7 +73,6 @@ - button cta-button: ds-component: - group: button name: button version: 1.2 date-textbox: @@ -103,7 +101,7 @@ version: 1.0 eek: ds-component: - name: eek + name: eek-ratings version: 1.1 submodules: - icon @@ -143,7 +141,7 @@ - icon infotip: ds-component: - name: infotip + name: tourtip version: 2.0 submodules: - icon-button @@ -228,7 +226,7 @@ version: 3.1 progress-bar-expressive: ds-component: - name: expressive-loader + name: loading-expressive version: 1.1 progress-spinner: ds-component: @@ -271,7 +269,7 @@ version: 1.0 skeleton: ds-component: - name: skeleton + name: loading-skeleton status: beta version: 1.0 snackbar-dialog: @@ -282,7 +280,6 @@ - button split-button: ds-component: - group: button name: split-button version: 1.6 submodules: @@ -302,11 +299,13 @@ version: 2.1 tabs: ds-component: - name: tabs + name: tab version: 2.1 textbox: ds-component: - name: form-field + name: + - text-area + - text-field version: 2.2 submodules: - icon-button From e639a1c31ddfa25f7ee0eba10f58f978891e3da8 Mon Sep 17 00:00:00 2001 From: Cordelia Date: Wed, 3 Jul 2024 14:42:56 -0700 Subject: [PATCH 2/6] docs: update dialog name --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 16aae2be2..a291fa655 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,7 +5,7 @@ module_metadata: alert-dialog: ds-component: - name: alert-dialog + name: dialog version: 2.1 submodules: - button @@ -153,7 +153,7 @@ - icon lightbox-dialog: ds-component: - - name: modal + - name: dialog version: 2.1 - name: bottom-sheet version: 2.1 From f4c1e8debea4fded4a8eda3cf7afd72f34c7aa04 Mon Sep 17 00:00:00 2001 From: Cordelia Date: Wed, 3 Jul 2024 15:03:45 -0700 Subject: [PATCH 3/6] chore: add changeset --- .changeset/lovely-apples-watch.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/lovely-apples-watch.md diff --git a/.changeset/lovely-apples-watch.md b/.changeset/lovely-apples-watch.md new file mode 100644 index 000000000..d8781d342 --- /dev/null +++ b/.changeset/lovely-apples-watch.md @@ -0,0 +1,5 @@ +--- +"@ebay/skin": patch +--- + +docs: update Design System name mapping for modules From 9b38dc759793c1b8b6c6b78c457709dcfbe596e6 Mon Sep 17 00:00:00 2001 From: Cordelia Date: Wed, 3 Jul 2024 15:16:15 -0700 Subject: [PATCH 4/6] fix: restructure text ds-component yaml --- docs/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index a291fa655..2987f8b30 100644 --- a/docs/index.html +++ b/docs/index.html @@ -303,10 +303,10 @@ version: 2.1 textbox: ds-component: - name: - - text-area - - text-field - version: 2.2 + - name: text-area + version: 2.2 + - name: text-field + version: 2.2 submodules: - icon-button toast-dialog: From 660389679609b6179872576a62cbdf49e3123eb4 Mon Sep 17 00:00:00 2001 From: Cordelia Date: Mon, 8 Jul 2024 17:01:42 -0700 Subject: [PATCH 5/6] docs: update cta-button name --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 2987f8b30..f2f8e148d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -73,7 +73,7 @@ - button cta-button: ds-component: - name: button + name: cta-button version: 1.2 date-textbox: ds-component: From 5b79da93d9dc68dcfbf419ef26f5da655dd4c302 Mon Sep 17 00:00:00 2001 From: Cordelia Date: Mon, 29 Jul 2024 15:30:51 -0700 Subject: [PATCH 6/6] chore: remove group --- CONTRIBUTING.md | 1 - docs/index.html | 1 - scripts/develop-module_proper/code-generators/doc-generator.js | 1 - 3 files changed, 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 426e38c94..105fe3adb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,7 +97,6 @@ Add applicable metadata about the component to the `module_metadata` map in [doc ```yaml your-module-name: # the Skin module name ds-component: # module's relationship with the eBay Design System - group: # eBay Design System component group name: # eBay Design System component name version: # version of the eBay Design System component implemented in Skin status: # status, e.g. "beta", "deprecated", "in-progress" diff --git a/docs/index.html b/docs/index.html index f2f8e148d..3810b85c7 100644 --- a/docs/index.html +++ b/docs/index.html @@ -134,7 +134,6 @@ version: 1.3 icon-button: ds-component: - group: button name: icon-button version: 1.6 submodules: diff --git a/scripts/develop-module_proper/code-generators/doc-generator.js b/scripts/develop-module_proper/code-generators/doc-generator.js index 406a6d269..912608e5e 100644 --- a/scripts/develop-module_proper/code-generators/doc-generator.js +++ b/scripts/develop-module_proper/code-generators/doc-generator.js @@ -36,7 +36,6 @@ const getMainContent = (moduleId) => ` const getMetadataContent = (moduleId) => ` ${moduleId}: ds-component: # module's relationship with the eBay Design System - group: # eBay Design System component group name: # eBay Design System component name version: # version of the eBay Design System component implemented in Skin status: # status, e.g. "beta", "deprecated", "in-progress"