@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/dist/aui/aui-prototyping-browserfocus.css +9 -8
- package/dist/aui/aui-prototyping-darkmode.css +1 -0
- package/dist/aui/aui-prototyping.css +3 -3
- package/dist/aui/aui-prototyping.css.map +1 -1
- package/dist/aui/aui-prototyping.js +2 -2
- package/dist/aui/aui-prototyping.js.map +1 -1
- package/dist/aui/aui-prototyping.nodeps.css +3 -3
- package/dist/aui/aui-prototyping.nodeps.css.map +1 -1
- package/dist/aui/aui-prototyping.nodeps.js +2 -2
- package/dist/aui/aui-prototyping.nodeps.js.map +1 -1
- package/package.json +1 -1
- package/src/js/aui/internal/select/suggestions-view.js +1 -1
- package/src/less/adg-header-quicksearch.less +1 -1
- package/src/less/imports/aui-theme/adg/adg-neutral-light.less +1 -1
- package/src/less/imports/aui-theme/core/colors.less +4 -2
package/package.json
CHANGED
|
@@ -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:
|
|
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-
|
|
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;
|
|
@@ -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-
|
|
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-
|
|
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
|
|