@atlassian/aui 9.3.21 → 9.3.22

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.
Files changed (26) hide show
  1. package/dist/aui/aui-css-deprecations.js +1 -1
  2. package/dist/aui/aui-css-deprecations.js.map +1 -1
  3. package/dist/aui/aui-prototyping-browserfocus.css +1 -353
  4. package/dist/aui/aui-prototyping-darkmode.css +1 -262
  5. package/dist/aui/aui-prototyping.css +6 -6
  6. package/dist/aui/aui-prototyping.js +7 -7
  7. package/dist/aui/aui-prototyping.js.map +1 -1
  8. package/dist/aui/aui-prototyping.nodeps.css +6 -6
  9. package/dist/aui/aui-prototyping.nodeps.js +9 -9
  10. package/dist/aui/aui-prototyping.nodeps.js.map +1 -1
  11. package/package.json +3 -7
  12. package/entry/token-themes-generated/npm/aui-prototyping-design-tokens-base-themes.css +0 -797
  13. package/entry/token-themes-generated/npm/aui-prototyping-design-tokens-base-themes.js +0 -26
  14. package/entry/token-themes-generated/npm/aui-prototyping-design-tokens-theme-import-map.js +0 -51
  15. package/entry/token-themes-generated/npm/themes/dark-future.js +0 -7
  16. package/entry/token-themes-generated/npm/themes/dark-new-input-border.js +0 -7
  17. package/entry/token-themes-generated/npm/themes/dark.js +0 -395
  18. package/entry/token-themes-generated/npm/themes/legacy-dark.js +0 -395
  19. package/entry/token-themes-generated/npm/themes/legacy-light.js +0 -395
  20. package/entry/token-themes-generated/npm/themes/light-future.js +0 -7
  21. package/entry/token-themes-generated/npm/themes/light-new-input-border.js +0 -7
  22. package/entry/token-themes-generated/npm/themes/light.js +0 -395
  23. package/entry/token-themes-generated/npm/themes/shape.js +0 -15
  24. package/entry/token-themes-generated/npm/themes/spacing.js +0 -27
  25. package/entry/token-themes-generated/npm/themes/typography-adg3.js +0 -50
  26. package/entry/token-themes-generated/npm/themes/typography-minor3.js +0 -41
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.3.21",
4
+ "version": "9.3.22",
5
5
  "author": "Atlassian Pty Ltd.",
6
6
  "homepage": "https://aui.atlassian.com",
7
7
  "license": "Apache-2.0",
@@ -37,7 +37,7 @@
37
37
  "@popperjs/core": "2.4.4",
38
38
  "backbone": "1.4.0",
39
39
  "css.escape": "1.5.0",
40
- "dompurify": "2.4.0",
40
+ "dompurify": "2.5.7",
41
41
  "fancy-file-input": "2.0.4",
42
42
  "jquery-ui": "1.13.2",
43
43
  "skatejs": "0.13.17",
@@ -50,7 +50,6 @@
50
50
  "@atlassian/aui-webpack-config": "2.0.0",
51
51
  "@babel/core": "7.14.0",
52
52
  "@babel/preset-env": "7.14.1",
53
- "bundlesize": "1.0.0-beta.2",
54
53
  "cross-env": "7.0.3",
55
54
  "eslint": "7.24.0",
56
55
  "glob": "7.1.2",
@@ -68,9 +67,6 @@
68
67
  "dist/build:legacy": "yarn dist/build:core && yarn dist/build:exts",
69
68
  "dist/build:prototyping": "webpack --config webpack/dist.prototyping.webpack.config.js",
70
69
  "build": "yarn dist/build:prototyping",
71
- "watch": "yarn dist/build:prototyping --watch",
72
- "bundlesize/verify-dist": "node scripts/verify-dist-structure.js",
73
- "bundlesize/gzipped": "node scripts/generate-bundlesize-config.js > configs/bundlesize-gzipped.json && bundlesize --config configs/bundlesize-gzipped.json",
74
- "bundlesize/raw": "node scripts/generate-bundlesize-config.js raw > configs/bundlesize-raw.json && bundlesize --config configs/bundlesize-raw.json"
70
+ "watch": "yarn dist/build:prototyping --watch"
75
71
  }
76
72
  }