From df76632aa95023c7dc7695cdaf83d8276000a740 Mon Sep 17 00:00:00 2001 From: Goutham Ponnada Date: Mon, 22 Jan 2024 09:46:32 -0800 Subject: [PATCH] chore: removed deprecated xlink in svg use tags --- docs/makeup-combobox/index.html | 8 +- docs/makeup-dialog-button/index.html | 14 ++-- docs/makeup-drawer-dialog/index.html | 2 +- docs/makeup-fullscreen-dialog/index.html | 2 +- docs/makeup-lightbox-dialog/index.html | 2 +- docs/makeup-listbox-button/index.html | 74 +++++++++--------- docs/makeup-listbox/index.html | 40 +++++----- docs/makeup-menu-button/index.html | 86 ++++++++++----------- docs/makeup-menu/index.html | 46 +++++------ docs/makeup-panel-dialog/index.html | 2 +- docs/makeup-toast-dialog/index.html | 2 +- packages/makeup-combobox/README.md | 2 +- packages/makeup-drawer-dialog/README.md | 2 +- packages/makeup-fullscreen-dialog/README.md | 2 +- packages/makeup-lightbox-dialog/README.md | 2 +- packages/makeup-listbox-button/README.md | 8 +- packages/makeup-listbox/README.md | 6 +- packages/makeup-menu-button/README.md | 30 +++---- packages/makeup-menu/README.md | 22 +++--- packages/makeup-panel-dialog/README.md | 2 +- packages/makeup-toast-dialog/README.md | 2 +- 21 files changed, 178 insertions(+), 178 deletions(-) diff --git a/docs/makeup-combobox/index.html b/docs/makeup-combobox/index.html index 3cda0922..ad210279 100644 --- a/docs/makeup-combobox/index.html +++ b/docs/makeup-combobox/index.html @@ -39,7 +39,7 @@

Manual Selection

aria-owns="listbox-1" /> @@ -86,7 +86,7 @@

Selected

Color: Blue @@ -95,25 +95,25 @@

Selected

Red - +
Blue - +
Yellow - +
Green - +
@@ -131,7 +131,7 @@

Unselected, Floating label

Color @@ -140,31 +140,31 @@

Unselected, Floating label

- +
Red - +
Blue - +
Yellow - +
Green - +
@@ -191,7 +191,7 @@

Unselected

Color: - @@ -200,25 +200,25 @@

Unselected

Red - +
Blue - +
Yellow - +
Green - +
@@ -238,7 +238,7 @@

Selected

Color: Blue @@ -247,25 +247,25 @@

Selected

Red - +
Blue - +
Yellow - +
Green - +
@@ -285,7 +285,7 @@

Unselected, Floating label

Color @@ -294,31 +294,31 @@

Unselected, Floating label

- +
Red - +
Blue - +
Yellow - +
Green - +
@@ -338,7 +338,7 @@

Unselected - with descripton

Color: - @@ -348,28 +348,28 @@

Unselected - with descripton

Red .More information about Red - +
Blue .More information about Blue - +
Yellow .More information about Yellow - +
Green .More information about Green - +
diff --git a/docs/makeup-listbox/index.html b/docs/makeup-listbox/index.html index 2d6708b9..c4a6bd40 100644 --- a/docs/makeup-listbox/index.html +++ b/docs/makeup-listbox/index.html @@ -43,25 +43,25 @@

Unselected

Red - +
Blue - +
Yellow - +
Green - +
@@ -74,25 +74,25 @@

Selected

Red - +
Blue - +
Yellow - +
Green - +
@@ -111,25 +111,25 @@

Unselected

Red - +
Blue - +
Yellow - +
Green - +
@@ -142,25 +142,25 @@

Selected

Red - +
Blue - +
Yellow - +
Green - +
@@ -174,28 +174,28 @@

With description

Red .More info about red - +
Blue .More info about blue - +
Yellow .More info about yellow - +
Green .More info about green - +
diff --git a/docs/makeup-menu-button/index.html b/docs/makeup-menu-button/index.html index 78f0ebec..c1de0522 100644 --- a/docs/makeup-menu-button/index.html +++ b/docs/makeup-menu-button/index.html @@ -22,7 +22,7 @@ Button @@ -52,7 +52,7 @@ Button @@ -61,13 +61,13 @@ @@ -100,7 +100,7 @@ Button @@ -109,13 +109,13 @@ @@ -148,7 +148,7 @@ @@ -195,11 +195,11 @@ @@ -249,12 +249,12 @@ @@ -304,7 +304,7 @@ Button @@ -313,13 +313,13 @@ @@ -352,7 +352,7 @@ Button - + @@ -367,7 +367,7 @@ @@ -394,13 +394,13 @@ diff --git a/docs/makeup-menu/index.html b/docs/makeup-menu/index.html index 700700fa..e68a2651 100644 --- a/docs/makeup-menu/index.html +++ b/docs/makeup-menu/index.html @@ -50,13 +50,13 @@ @@ -87,13 +87,13 @@ @@ -124,34 +124,34 @@ @@ -163,13 +163,13 @@ @@ -205,7 +205,7 @@ @@ -232,13 +232,13 @@ diff --git a/docs/makeup-panel-dialog/index.html b/docs/makeup-panel-dialog/index.html index c03e1a03..624ce7f9 100644 --- a/docs/makeup-panel-dialog/index.html +++ b/docs/makeup-panel-dialog/index.html @@ -33,7 +33,7 @@

makeup-panel-dialog

Heading

diff --git a/docs/makeup-toast-dialog/index.html b/docs/makeup-toast-dialog/index.html index feab4fe4..4cd91657 100644 --- a/docs/makeup-toast-dialog/index.html +++ b/docs/makeup-toast-dialog/index.html @@ -38,7 +38,7 @@

User Privacy Preferences

aria-label="Close notification dialog" > - + diff --git a/packages/makeup-combobox/README.md b/packages/makeup-combobox/README.md index 06e552f6..562056b3 100644 --- a/packages/makeup-combobox/README.md +++ b/packages/makeup-combobox/README.md @@ -22,7 +22,7 @@ The following markup structure and classnames are required. Any SVG icons can be aria-owns="listbox1" />
diff --git a/packages/makeup-drawer-dialog/README.md b/packages/makeup-drawer-dialog/README.md index 518c256c..5663d4e1 100644 --- a/packages/makeup-drawer-dialog/README.md +++ b/packages/makeup-drawer-dialog/README.md @@ -23,7 +23,7 @@ The following markup structure and classnames are required. Any SVG icons can be

Heading

diff --git a/packages/makeup-fullscreen-dialog/README.md b/packages/makeup-fullscreen-dialog/README.md index d7278726..661fe7a2 100644 --- a/packages/makeup-fullscreen-dialog/README.md +++ b/packages/makeup-fullscreen-dialog/README.md @@ -21,7 +21,7 @@ The following markup structure and classnames are required. Any SVG icons can be

Fullscreen Dialog

diff --git a/packages/makeup-lightbox-dialog/README.md b/packages/makeup-lightbox-dialog/README.md index 6393ec5d..96705dbe 100644 --- a/packages/makeup-lightbox-dialog/README.md +++ b/packages/makeup-lightbox-dialog/README.md @@ -22,7 +22,7 @@ The following markup structure and classnames are required. Any SVG icons can be
diff --git a/packages/makeup-listbox-button/README.md b/packages/makeup-listbox-button/README.md index 99f09022..9e9d22cc 100644 --- a/packages/makeup-listbox-button/README.md +++ b/packages/makeup-listbox-button/README.md @@ -14,7 +14,7 @@ The following markup structure and classnames are required. Any SVG icons can be Option 1 @@ -23,19 +23,19 @@ The following markup structure and classnames are required. Any SVG icons can be
Option 1 - +
Option 2 - +
Option 3 - +
diff --git a/packages/makeup-listbox/README.md b/packages/makeup-listbox/README.md index 32b7ad66..5ac4f9be 100644 --- a/packages/makeup-listbox/README.md +++ b/packages/makeup-listbox/README.md @@ -17,7 +17,7 @@ The following markup structure and classnames are required. Any SVG icons can be Option 1 - + @@ -25,7 +25,7 @@ The following markup structure and classnames are required. Any SVG icons can be Option 2 - + @@ -33,7 +33,7 @@ The following markup structure and classnames are required. Any SVG icons can be Option 3 - + diff --git a/packages/makeup-menu-button/README.md b/packages/makeup-menu-button/README.md index 08454e9c..5004cf35 100644 --- a/packages/makeup-menu-button/README.md +++ b/packages/makeup-menu-button/README.md @@ -16,7 +16,7 @@ The following markup structure and classnames are required. Any SVG icons can be Button @@ -44,7 +44,7 @@ The following markup structure and classnames are required. Any SVG icons can be Button @@ -53,19 +53,19 @@ The following markup structure and classnames are required. Any SVG icons can be @@ -81,7 +81,7 @@ The following markup structure and classnames are required. Any SVG icons can be Button @@ -90,19 +90,19 @@ The following markup structure and classnames are required. Any SVG icons can be @@ -118,7 +118,7 @@ The following markup structure and classnames are required. Any SVG icons can be Button @@ -133,19 +133,19 @@ The following markup structure and classnames are required. Any SVG icons can be @@ -154,13 +154,13 @@ The following markup structure and classnames are required. Any SVG icons can be diff --git a/packages/makeup-menu/README.md b/packages/makeup-menu/README.md index 42adbf82..283848f0 100644 --- a/packages/makeup-menu/README.md +++ b/packages/makeup-menu/README.md @@ -34,19 +34,19 @@ The following markup structure and classnames are required. Any SVG icons can be @@ -61,19 +61,19 @@ The following markup structure and classnames are required. Any SVG icons can be @@ -94,19 +94,19 @@ The following markup structure and classnames are required. Any SVG icons can be @@ -115,13 +115,13 @@ The following markup structure and classnames are required. Any SVG icons can be diff --git a/packages/makeup-panel-dialog/README.md b/packages/makeup-panel-dialog/README.md index 44908079..151bca0d 100644 --- a/packages/makeup-panel-dialog/README.md +++ b/packages/makeup-panel-dialog/README.md @@ -22,7 +22,7 @@ The following markup structure and classnames are required. Any SVG icons can be

Heading

diff --git a/packages/makeup-toast-dialog/README.md b/packages/makeup-toast-dialog/README.md index 9b301c7c..f7faf986 100644 --- a/packages/makeup-toast-dialog/README.md +++ b/packages/makeup-toast-dialog/README.md @@ -23,7 +23,7 @@ The following markup structure and classnames are required. Any SVG icons can be

User Privacy Preferences