@atlassian/aui 9.4.4 → 9.4.6-0c8cd15d6

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.4.4",
4
+ "version": "9.4.6-0c8cd15d6",
5
5
  "author": "Atlassian Pty Ltd.",
6
6
  "homepage": "https://aui.atlassian.com",
7
7
  "license": "Apache-2.0",
@@ -15,7 +15,7 @@ function enableAlignment (view) {
15
15
  if (view.anchor && !view._auiAlignment) {
16
16
  view._auiAlignment = new Alignment(view.el, view.anchor, {
17
17
  flipContainer: 'scrollParent',
18
- positionFixed: true,
18
+ positionFixed: false,
19
19
  preventOverflow: false,
20
20
  flip: false
21
21
  });
@@ -10,7 +10,7 @@
10
10
  @bg-color: var(--aui-appheader-quicksearch-bg-color);
11
11
  @border-color: var(--aui-appheader-quicksearch-border-color);
12
12
  @text-color: var(--aui-appheader-quicksearch-text-color);
13
- @placeholder-color: var(--aui-form-placeholder-text-color);
13
+ @placeholder-color: var(--aui-appheader-quicksearch-placeholder-text-color);
14
14
  @focus-bg-color: var(--aui-appheader-quicksearch-focus-bg-color);
15
15
  @focus-text-color: var(--aui-appheader-quicksearch-focus-text-color);
16
16
  @width: 170px;
@@ -1,7 +1,7 @@
1
1
  @ak-color-N0: #FFFFFF;
2
2
  @ak-color-N10: #FAFBFC;
3
3
  @ak-color-N20: #F4F5F7;
4
- @ak-color-N30: #EBECF0;
4
+ @ak-color-N30: #EBECF1;
5
5
  @ak-color-N40: #DFE1E6;
6
6
  @ak-color-N50: #C1C7D0;
7
7
  @ak-color-N60: #B3BAC5;
@@ -17,7 +17,7 @@
17
17
  --aui-page-border: @ak-color-N40;
18
18
  --aui-border: @ak-color-N40;
19
19
  --aui-border-strong: @ak-color-N100;
20
- --aui-focus: @ak-color-B100;
20
+ --aui-focus: @ak-color-B200;
21
21
  --aui-link-color: @ak-color-B400;
22
22
  --aui-link-decoration: none;
23
23
  --aui-link-hover-color: @ak-color-B300;
@@ -144,7 +144,7 @@
144
144
  --aui-label-close-hover-text-color: @ak-color-N800;
145
145
 
146
146
  // Forms
147
- --aui-form-placeholder-text-color: @ak-color-N100;
147
+ --aui-form-placeholder-text-color: @ak-color-N300;
148
148
  --aui-form-placeholder-disabled-text-color: @ak-color-N70;
149
149
  --aui-form-label-text-color: @ak-color-N200;
150
150
  --aui-form-error-text-color: @ak-color-R400;
@@ -218,6 +218,7 @@
218
218
  --aui-appheader-quicksearch-bg-color: @ak-color-N90A;
219
219
  --aui-appheader-quicksearch-border-color: transparent;
220
220
  --aui-appheader-quicksearch-text-color: @ak-color-B50;
221
+ --aui-appheader-quicksearch-placeholder-text-color: @ak-color-N80;
221
222
  --aui-appheader-quicksearch-focus-bg-color: var(--aui-appheader-quicksearch-bg-color);
222
223
  --aui-appheader-quicksearch-focus-text-color: @ak-color-B50;
223
224
 
@@ -535,6 +536,7 @@
535
536
  --aui-appheader-quicksearch-bg-color: @ak-color-N90A;
536
537
  --aui-appheader-quicksearch-border-color: transparent;
537
538
  --aui-appheader-quicksearch-text-color: @ak-color-B50;
539
+ --aui-appheader-quicksearch-placeholder-text-color: @ak-color-N400;
538
540
  --aui-appheader-quicksearch-focus-bg-color: var(--aui-appheader-quicksearch-bg-color);
539
541
  --aui-appheader-quicksearch-focus-text-color: @ak-color-B50;
540
542