From 44103e813cfdd3fc886ff7f49b91d26f9e4ef594 Mon Sep 17 00:00:00 2001 From: Jessica Mendes Date: Thu, 13 Jun 2024 20:55:21 +0100 Subject: [PATCH] added dear designer page for ion-chip --- .../test/dear-designer-tag/index.html | 159 ++++++++++-------- 1 file changed, 91 insertions(+), 68 deletions(-) diff --git a/core/src/theme-ionic/test/dear-designer-tag/index.html b/core/src/theme-ionic/test/dear-designer-tag/index.html index d604b2aeb7..7d94ef9df4 100644 --- a/core/src/theme-ionic/test/dear-designer-tag/index.html +++ b/core/src/theme-ionic/test/dear-designer-tag/index.html @@ -12,7 +12,7 @@ - + @@ -44,9 +44,10 @@ - - Silhouette of a person's head - + + Silhouette of a person's head + Employee + @@ -56,49 +57,31 @@ -

Image

- The user image displayed in the avatar. - - Silhouette of a person's head - -
- +

Info tag

+ Non-interactive tags that serve uniquely to provide contextual information regarding a specific part of the screen, such as an image or a card. + Info Tag + + Silhouette of a person's head + Employee + - - - - - -

User Name

- The name of the user. The initials will be used to define the avatar content (2 initials, except 2s that accepts only 1). - AB -
- - -
- - - - -

Icon

- Default avatars come in 6 sizes. The default Size is md (40px).
- Note: All avatars show 2 characters except 2xs - only 1 char.
- - + - + Employee +
+

Size

- Default avatars come in 6 sizes.
- The default Size is md (40px).
+ Default tag come in 2 sizes.
+ The default Size is large (32px).
@@ -106,41 +89,21 @@ - -
xs
+ +
small
- -
sm
+ +
large
- -
md
-
- -
lg
-
- -
xl
-
-
- - AB + + Info Tag - - AB + + Info Tag - - AB - - - AB - - - AB - - @@ -172,17 +135,69 @@ - AB + Info Tag - AB + Info Tag - AB + Info Tag - + + + + + +

Color TO DO

+ Default tags have 5 different kinds. + +
+ + +
+ + + + +
Default
+
+ +
Success
+
+ +
Danger
+
+ +
Warning
+
+ +
Neutral
+
+ +
+ + + + + Default + + + Success + + + Danger + + + Warning + + + Neutral + + + + @@ -217,7 +232,7 @@ ion-card.preview{ margin-top: 50px; - --background:#F2F2F2; + --background:#FAFAFA; display: flex; align-items: center; justify-content: center; @@ -249,4 +264,12 @@ margin-bottom: 15px; line-height: 150%; } + + .margin-left-10{ + margin-left:10px; + } + + .info-tag{ + pointer-events:none; + } \ No newline at end of file