You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

41
28
42
29
### Warning
43
30
@@ -49,20 +36,7 @@ Common examples include:
49
36
- Archiving an item that can be recovered.
50
37
- Changing a setting that may require the user to re-authenticate or perform an action again.
51
38
52
-
<Hds::Modal @size="medium" @color="warning" class="doc-modal-demo" open as |M|>

66
40
67
41
### Critical
68
42
@@ -74,20 +48,7 @@ Common examples include:
74
48
- Modifying a setting that cannot be changed or reversed in the future.
75
49
- Alerting the user of unsaved changes that will be discarded.
76
50
77
-
<Hds::Modal @size="medium" @color="critical" class="doc-modal-demo" open as |M|>

91
52
92
53
!!! Info
93
54
@@ -100,50 +61,7 @@ In Figma, the `critical` Modal color is coupled with the `critical` Button color
100
61
101
62
We recommend using the **medium** size Modal for most scenarios, but use the size that best accounts for the complexity of the content and intended speed of interaction. We do not recommend resizing the Modal manually.
102
63
103
-
<Hds::Modal @size="small" id="size-small-modal-first" class="doc-modal-demo" open as |M|>
0 commit comments