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
Copy file name to clipboardExpand all lines: design/ux-patterns/branding.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Provide users with feedback as they interact with your plugin, this can be alert
10
10
----------
11
11
<br />
12
12
13
-
# Onboarding and branding
13
+
##Onboarding and branding
14
14
15
15
When the user is interacting with the plugin for the first time for example in the onboarding or login screen, including the plugin logo will help the user identify the plugin in the future.
16
16
@@ -20,7 +20,7 @@ When the user is interacting with the plugin for the first time for example in t
20
20
21
21
<br />
22
22
23
-
# Customized plugin UI
23
+
##Customized plugin UI
24
24
25
25
Customizing the UI to include brand colors, will help users distinguish your plugin from native UI in XD.
@@ -79,7 +79,7 @@ The secondary button is for low emphasis. It is meant to be paired with other bu
79
79
**Negative**
80
80
The negative button is for high emphasis on negative or destructive actions. It should be used sparingly. It can be displayed either in standard style (visible stroke) or in quiet style.
81
81
82
-
## Best practice
82
+
###Best practice
83
83
84
84
**Button Group Overflow**
85
85
When horizontal space is limited, button groups stack vertically.
@@ -89,13 +89,13 @@ at the bottom.
89
89
**Use 2 button styles maximum**
90
90
The top-level action within a button group should be a call to action, primary, or negative button. The subsequent buttons should always be secondary buttons of the same style (standard or quiet). Don’t combine more than 2 button styles in a button group.
91
91
92
-
## Button labels
92
+
###Button labels
93
93
94
94
Button labels should be clear about the intention of the action. Button text should be 1 to 2 words and consider the number of characters.
Copy file name to clipboardExpand all lines: reference/uxp/class/WebSocket.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,5 +70,5 @@ Closes the websocket connection
70
70
| Param | Type | Default | Description |
71
71
| --- | --- | --- | --- |
72
72
|[code]|`integer`| <code>1000</code> | A integer value as per https://developer.mozilla.org/en-US/docs/Web/API/WebSocket#close().|
73
-
|[reason]|`string`| <code>""</code> | A human-readable string explaining why the connection is closing. Throws an exception of Error Object if invalid code or reason is passed Refer https://wiki.corp.adobe.com/pages/viewpage.action?pageId=1455687313#FileandNetworkI/OTestCases-CloseMethodbehaviorforWebSockets|
73
+
|[reason]|`string`| <code>""</code> | A human-readable string explaining why the connection is closing. Throws an exception of Error Object if invalid code or reason is passed |
0 commit comments