@atlassian/aui 10.0.3 → 10.0.4
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-css-deprecations.js +1 -1
- package/dist/aui/aui-css-deprecations.js.map +1 -1
- package/dist/aui/aui-prototyping-browserfocus.css +1 -1
- package/dist/aui/aui-prototyping-browserfocus.css.map +1 -1
- package/dist/aui/aui-prototyping-design-tokens-api-full.js +4 -9
- package/dist/aui/aui-prototyping-design-tokens-api-full.js.map +1 -1
- package/dist/aui/aui-prototyping-design-tokens-api.js +4 -9
- package/dist/aui/aui-prototyping-design-tokens-api.js.map +1 -1
- package/dist/aui/aui-prototyping.css +10 -10
- package/dist/aui/aui-prototyping.css.map +1 -1
- package/dist/aui/aui-prototyping.js +12 -12
- package/dist/aui/aui-prototyping.js.map +1 -1
- package/dist/aui/aui-prototyping.nodeps.css +10 -10
- package/dist/aui/aui-prototyping.nodeps.css.map +1 -1
- package/dist/aui/aui-prototyping.nodeps.js +12 -12
- package/dist/aui/aui-prototyping.nodeps.js.map +1 -1
- package/dist/aui/fonts/adgs-icons.eot +0 -0
- package/dist/aui/fonts/adgs-icons.ttf +0 -0
- package/dist/aui/fonts/adgs-icons.woff +0 -0
- package/package.json +1 -1
- package/src/less/imports/aui-theme/theme.less +31 -31
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -6,39 +6,39 @@
|
|
|
6
6
|
|
|
7
7
|
:root {
|
|
8
8
|
#aui-themes.design-tokens();
|
|
9
|
-
}
|
|
10
9
|
|
|
11
|
-
// The L&F switched colors are dependent on color channels of the design
|
|
12
|
-
// tokens, so will be available only when design tokens are loaded.
|
|
13
|
-
#aui.lf-define-switched-color(
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
);
|
|
17
|
-
#aui.lf-define-switched-color(
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
);
|
|
21
|
-
#aui.lf-define-switched-color(
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
);
|
|
25
|
-
#aui.lf-define-switched-color(
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
);
|
|
29
|
-
#aui.lf-define-switched-color(
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
);
|
|
10
|
+
// The L&F switched colors are dependent on color channels of the design
|
|
11
|
+
// tokens, so will be available only when design tokens are loaded.
|
|
12
|
+
#aui.lf-define-switched-color(
|
|
13
|
+
@switch-on: --atl-theme-header-bg-color;
|
|
14
|
+
@token: '--ds-text';
|
|
15
|
+
);
|
|
16
|
+
#aui.lf-define-switched-color(
|
|
17
|
+
@switch-on: --atl-theme-header-bg-color;
|
|
18
|
+
@token: '--ds-background-neutral-hovered';
|
|
19
|
+
);
|
|
20
|
+
#aui.lf-define-switched-color(
|
|
21
|
+
@switch-on: --atl-theme-header-bg-color;
|
|
22
|
+
@token: '--ds-background-neutral-subtle-pressed';
|
|
23
|
+
);
|
|
24
|
+
#aui.lf-define-switched-color(
|
|
25
|
+
@switch-on: --atl-theme-header-primary-button-bg-color;
|
|
26
|
+
@token: '--ds-text-inverse';
|
|
27
|
+
);
|
|
28
|
+
#aui.lf-define-switched-color(
|
|
29
|
+
@switch-on: --atl-theme-header-bg-color;
|
|
30
|
+
@token: '--ds-icon';
|
|
31
|
+
);
|
|
33
32
|
|
|
34
|
-
#aui.lf-define-tinted-color(
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
);
|
|
38
|
-
#aui.lf-define-tinted-color(
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
);
|
|
33
|
+
#aui.lf-define-tinted-color(
|
|
34
|
+
@input-color: --atl-theme-header-bg-color;
|
|
35
|
+
@tinting-mode: contrasting;
|
|
36
|
+
);
|
|
37
|
+
#aui.lf-define-tinted-color(
|
|
38
|
+
@input-color: --atl-theme-header-primary-button-bg-color;
|
|
39
|
+
@tinting-mode: slight;
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
42
|
|
|
43
43
|
#aui-themes {
|
|
44
44
|
.when-light-mode(@rules) {
|