@atlassian/aui 10.0.3 → 10.0.5
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 +3 -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 -15
- package/dist/aui/aui-prototyping-design-tokens-api-full.js.map +1 -1
- package/dist/aui/aui-prototyping-design-tokens-api.js +1 -15
- package/dist/aui/aui-prototyping-design-tokens-api.js.map +1 -1
- package/dist/aui/aui-prototyping-design-tokens-compatibility.css.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 +64 -104
- 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 +64 -104
- 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 +7 -6
- package/src/less/imports/aui-theme/theme.less +31 -31
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlassian/aui",
|
|
3
3
|
"description": "Atlassian User Interface library",
|
|
4
|
-
"version": "10.0.
|
|
4
|
+
"version": "10.0.5",
|
|
5
5
|
"author": "Atlassian Pty Ltd.",
|
|
6
6
|
"homepage": "https://aui.atlassian.com",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"jquery-ui": "1.14.1",
|
|
48
48
|
"skatejs": "0.13.17",
|
|
49
49
|
"skatejs-template-html": "0.0.0",
|
|
50
|
-
"underscore": "1.13.
|
|
50
|
+
"underscore": "^1.13.8"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@atlassian/aui-webpack-config": "3.0.2",
|
|
@@ -58,17 +58,18 @@
|
|
|
58
58
|
"@types/backbone": "1.4.22",
|
|
59
59
|
"@types/jqueryui": "1.12.23",
|
|
60
60
|
"fs-extra": "9.1.0",
|
|
61
|
-
"ignore-emit-webpack-plugin": "2.0.6",
|
|
62
|
-
"jquery": "3.
|
|
61
|
+
"ignore-emit-webpack-plugin": "^2.0.6",
|
|
62
|
+
"jquery": "3.7.1",
|
|
63
63
|
"jquery-migrate": "3.5.2",
|
|
64
64
|
"less": "4.2.0",
|
|
65
|
-
"react": "18.3.1"
|
|
65
|
+
"react": "18.3.1",
|
|
66
|
+
"webpack-merge": "6.0.1"
|
|
66
67
|
},
|
|
67
68
|
"scripts": {
|
|
68
69
|
"prepublishOnly": "yarn clean && cross-env NODE_ENV=production yarn build && node scripts/prepublishOnly.js",
|
|
69
70
|
"postpublish": "node scripts/postpublish.js",
|
|
70
71
|
"clean": "rm -rf ./dist",
|
|
71
|
-
"dist/build:prototyping": "
|
|
72
|
+
"dist/build:prototyping": "rspack --config webpack/dist.prototyping.webpack.config.js",
|
|
72
73
|
"build": "yarn dist/build:prototyping",
|
|
73
74
|
"watch": "yarn dist/build:prototyping --watch"
|
|
74
75
|
}
|
|
@@ -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) {
|