@atlassian/aui 9.12.13 → 9.12.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atlassian/aui",
3
3
  "description": "Atlassian User Interface library",
4
- "version": "9.12.13",
4
+ "version": "9.12.15",
5
5
  "author": "Atlassian Pty Ltd.",
6
6
  "homepage": "https://aui.atlassian.com",
7
7
  "license": "Apache-2.0",
@@ -42,7 +42,7 @@
42
42
  "@popperjs/core": "2.11.8",
43
43
  "backbone": "1.6.0",
44
44
  "css.escape": "1.5.1",
45
- "dompurify": "^3.2.5",
45
+ "dompurify": "^3.4.12",
46
46
  "fancy-file-input": "2.0.4",
47
47
  "jquery-ui": "1.13.3",
48
48
  "skatejs": "0.13.17",
@@ -6,6 +6,7 @@
6
6
  #aui {
7
7
  .with-focus-ring(@width: 2px; @inset: false; @set-border-color: false) {
8
8
  outline-style: none;
9
+ outline-width: 0;
9
10
 
10
11
  #aui.with-box-shadow(@aui-focus-ring-color, @width, @inset);
11
12
 
@@ -26,6 +27,7 @@
26
27
  .focus-visible(@rules) {
27
28
  .hide-outline() {
28
29
  outline-style: none;
30
+ outline-width: 0;
29
31
  outline-offset: unset;
30
32
  }
31
33
 
@@ -97,6 +97,8 @@ aui-select {
97
97
  width: 100%;
98
98
  max-width: 250px;
99
99
  vertical-align: bottom;
100
+ // Clip raw <aui-option> text so it never flashes before the element upgrades.
101
+ overflow: hidden;
100
102
  }
101
103
 
102
104
  aui-option:not([resolved]) {
@@ -1 +0,0 @@
1
- <svg width="6" height="6" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><path d="M10.77 9.662a.783.783 0 1 1-1.108 1.108L8 9.108 6.337 10.77a.781.781 0 0 1-1.108 0 .784.784 0 0 1 0-1.108L6.891 8 5.23 6.338A.784.784 0 0 1 6.337 5.23L8 6.892 9.662 5.23a.783.783 0 1 1 1.108 1.108L9.108 8l1.662 1.662z" id="a"/></defs><use fill="#344563" xlink:href="#a" transform="translate(-5 -5)" fill-rule="evenodd"/></svg>