@atlassian/aui 9.11.4 → 9.12.0

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 (161) 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 +2 -651
  4. package/dist/aui/aui-prototyping-browserfocus.css.map +1 -0
  5. package/dist/aui/aui-prototyping-darkmode.css +2 -285
  6. package/dist/aui/aui-prototyping-darkmode.css.map +1 -0
  7. package/dist/aui/aui-prototyping-design-tokens-api-full.js +2 -2
  8. package/dist/aui/aui-prototyping-design-tokens-api-full.js.map +1 -1
  9. package/dist/aui/aui-prototyping-design-tokens-api.js +2 -2
  10. package/dist/aui/aui-prototyping-design-tokens-api.js.map +1 -1
  11. package/dist/aui/aui-prototyping-design-tokens-base-themes-css.css +2 -2
  12. package/dist/aui/aui-prototyping-design-tokens-base-themes-css.css.map +1 -1
  13. package/dist/aui/aui-prototyping-design-tokens-base-themes-css.js +1 -1
  14. package/dist/aui/aui-prototyping-design-tokens-base-themes.js +2 -2
  15. package/dist/aui/aui-prototyping-design-tokens-base-themes.js.map +1 -1
  16. package/dist/aui/aui-prototyping-design-tokens-compatibility.css +2 -115
  17. package/dist/aui/aui-prototyping-design-tokens-compatibility.css.map +1 -0
  18. package/dist/aui/aui-prototyping.css +11 -11
  19. package/dist/aui/aui-prototyping.css.map +1 -1
  20. package/dist/aui/aui-prototyping.js +47 -47
  21. package/dist/aui/aui-prototyping.js.map +1 -1
  22. package/dist/aui/aui-prototyping.nodeps.css +11 -11
  23. package/dist/aui/aui-prototyping.nodeps.css.map +1 -1
  24. package/dist/aui/aui-prototyping.nodeps.js +47 -47
  25. package/dist/aui/aui-prototyping.nodeps.js.map +1 -1
  26. package/dist/aui/themes/dark-future.js +1 -1
  27. package/dist/aui/themes/dark-future.js.map +1 -1
  28. package/dist/aui/themes/dark.js +1 -1
  29. package/dist/aui/themes/dark.js.map +1 -1
  30. package/dist/aui/themes/legacy-dark.js +1 -1
  31. package/dist/aui/themes/legacy-dark.js.map +1 -1
  32. package/dist/aui/themes/legacy-light.js +1 -1
  33. package/dist/aui/themes/legacy-light.js.map +1 -1
  34. package/dist/aui/themes/light-future.js +1 -1
  35. package/dist/aui/themes/light-future.js.map +1 -1
  36. package/dist/aui/themes/light.js +1 -1
  37. package/dist/aui/themes/light.js.map +1 -1
  38. package/dist/aui/themes/shape.js +1 -1
  39. package/dist/aui/themes/shape.js.map +1 -1
  40. package/dist/aui/themes/spacing.js +1 -1
  41. package/dist/aui/themes/spacing.js.map +1 -1
  42. package/dist/aui/themes/typography-adg3.js +1 -1
  43. package/dist/aui/themes/typography-adg3.js.map +1 -1
  44. package/dist/aui/themes/typography-modernized.js +2 -0
  45. package/dist/aui/themes/typography-modernized.js.map +1 -0
  46. package/entry/token-themes-generated/npm/aui-prototyping-design-tokens-base-themes.css +2 -2
  47. package/entry/token-themes-generated/npm/aui-prototyping-design-tokens-theme-import-map.js +3 -11
  48. package/entry/token-themes-generated/npm/themes/dark.js +1 -1
  49. package/entry/token-themes-generated/npm/themes/light.js +1 -1
  50. package/entry/token-themes-generated/npm/themes/typography-adg3.js +11 -13
  51. package/entry/token-themes-generated/npm/themes/{typography-minor3.js → typography-modernized.js} +13 -21
  52. package/entry/token-themes-generated/p2/aui-prototyping-design-tokens-theme-import-map.js +3 -11
  53. package/entry/token-themes-generated/p2/aui-prototyping-design-tokens-theme.css +2 -2
  54. package/entry/token-themes-generated/p2/themes/dark.js +1 -1
  55. package/entry/token-themes-generated/p2/themes/light.js +1 -1
  56. package/entry/token-themes-generated/p2/themes/typography-adg3.js +11 -13
  57. package/entry/token-themes-generated/p2/themes/{typography-minor3.js → typography-modernized.js} +13 -21
  58. package/package.json +78 -79
  59. package/src/js/aui/avatar-group.js +4 -4
  60. package/src/js/aui/banner.js +2 -2
  61. package/src/js/aui/date-picker.js +10 -8
  62. package/src/js/aui/design-tokens/design-tokens-init.js +2 -2
  63. package/src/js/aui/design-tokens/design-tokens-testing-theme.js +6 -6
  64. package/src/js/aui/dialog2.js +3 -0
  65. package/src/js/aui/focus-manager.js +51 -1
  66. package/src/js/aui/form-notification.js +1 -0
  67. package/src/js/aui/internal/browser.js +1 -0
  68. package/src/js/aui/internal/deprecation.js +1 -0
  69. package/src/js/aui/polyfills/custom-event.js +2 -0
  70. package/src/js/aui/sidebar.js +1 -0
  71. package/src/js/aui/trigger.js +1 -0
  72. package/src/js/aui/when-i-type.js +1 -0
  73. package/src/less/aui-page-typography.less +7 -0
  74. package/src/less/imports/aui-theme/components/form-notification.less +1 -1
  75. package/src/less/imports/aui-theme/core/spaces.less +16 -14
  76. package/dist/aui/themes/dark-new-input-border.js +0 -2
  77. package/dist/aui/themes/dark-new-input-border.js.map +0 -1
  78. package/dist/aui/themes/light-new-input-border.js +0 -2
  79. package/dist/aui/themes/light-new-input-border.js.map +0 -1
  80. package/dist/aui/themes/typography-minor3.js +0 -2
  81. package/dist/aui/themes/typography-minor3.js.map +0 -1
  82. package/entry/token-themes-generated/npm/themes/dark-new-input-border.js +0 -7
  83. package/entry/token-themes-generated/npm/themes/light-new-input-border.js +0 -7
  84. package/entry/token-themes-generated/p2/themes/dark-new-input-border.js +0 -7
  85. package/entry/token-themes-generated/p2/themes/light-new-input-border.js +0 -7
  86. package/src/.eslintrc +0 -17
  87. package/src/js/aui/internal/i18n/.eslintrc +0 -6
  88. package/src/js-vendor/jquery-aop/LICENSE +0 -21
  89. package/src/js-vendor/jquery-aop/README.md +0 -54
  90. package/src/js-vendor/jquery-aop/aop.js +0 -404
  91. package/src/js-vendor/jquery-aop/jquery-aop.txt +0 -5
  92. package/src/js-vendor/jquery-aop/package.json +0 -16
  93. package/src/js-vendor/jquery-form/jquery.form.js +0 -813
  94. package/src/js-vendor/jquery-form/package.json +0 -15
  95. package/src/js-vendor/jquery.hotkeys/jquery.hotkeys.js +0 -99
  96. package/src/js-vendor/jquery.hotkeys/package.json +0 -14
  97. package/src/js-vendor/select2/CONTRIBUTING.md +0 -107
  98. package/src/js-vendor/select2/LICENSE +0 -18
  99. package/src/js-vendor/select2/README.md +0 -115
  100. package/src/js-vendor/select2/bower.json +0 -8
  101. package/src/js-vendor/select2/component.json +0 -66
  102. package/src/js-vendor/select2/composer.json +0 -29
  103. package/src/js-vendor/select2/package.json +0 -20
  104. package/src/js-vendor/select2/release.sh +0 -79
  105. package/src/js-vendor/select2/select2-bootstrap.css +0 -87
  106. package/src/js-vendor/select2/select2-spinner.gif +0 -0
  107. package/src/js-vendor/select2/select2.css +0 -692
  108. package/src/js-vendor/select2/select2.jquery.json +0 -36
  109. package/src/js-vendor/select2/select2.js +0 -3729
  110. package/src/js-vendor/select2/select2.min.js +0 -23
  111. package/src/js-vendor/select2/select2.png +0 -0
  112. package/src/js-vendor/select2/select2_locale_ar.js +0 -19
  113. package/src/js-vendor/select2/select2_locale_az.js +0 -20
  114. package/src/js-vendor/select2/select2_locale_bg.js +0 -20
  115. package/src/js-vendor/select2/select2_locale_ca.js +0 -19
  116. package/src/js-vendor/select2/select2_locale_cs.js +0 -51
  117. package/src/js-vendor/select2/select2_locale_da.js +0 -19
  118. package/src/js-vendor/select2/select2_locale_de.js +0 -18
  119. package/src/js-vendor/select2/select2_locale_el.js +0 -19
  120. package/src/js-vendor/select2/select2_locale_en.js.template +0 -20
  121. package/src/js-vendor/select2/select2_locale_es.js +0 -19
  122. package/src/js-vendor/select2/select2_locale_et.js +0 -19
  123. package/src/js-vendor/select2/select2_locale_eu.js +0 -45
  124. package/src/js-vendor/select2/select2_locale_fa.js +0 -21
  125. package/src/js-vendor/select2/select2_locale_fi.js +0 -30
  126. package/src/js-vendor/select2/select2_locale_fr.js +0 -18
  127. package/src/js-vendor/select2/select2_locale_gl.js +0 -45
  128. package/src/js-vendor/select2/select2_locale_he.js +0 -19
  129. package/src/js-vendor/select2/select2_locale_hr.js +0 -24
  130. package/src/js-vendor/select2/select2_locale_hu.js +0 -17
  131. package/src/js-vendor/select2/select2_locale_id.js +0 -21
  132. package/src/js-vendor/select2/select2_locale_is.js +0 -17
  133. package/src/js-vendor/select2/select2_locale_it.js +0 -17
  134. package/src/js-vendor/select2/select2_locale_ja.js +0 -17
  135. package/src/js-vendor/select2/select2_locale_ka.js +0 -19
  136. package/src/js-vendor/select2/select2_locale_ko.js +0 -19
  137. package/src/js-vendor/select2/select2_locale_lt.js +0 -26
  138. package/src/js-vendor/select2/select2_locale_lv.js +0 -19
  139. package/src/js-vendor/select2/select2_locale_mk.js +0 -19
  140. package/src/js-vendor/select2/select2_locale_ms.js +0 -21
  141. package/src/js-vendor/select2/select2_locale_nb.js +0 -22
  142. package/src/js-vendor/select2/select2_locale_nl.js +0 -17
  143. package/src/js-vendor/select2/select2_locale_pl.js +0 -54
  144. package/src/js-vendor/select2/select2_locale_pt-BR.js +0 -18
  145. package/src/js-vendor/select2/select2_locale_pt-PT.js +0 -17
  146. package/src/js-vendor/select2/select2_locale_ro.js +0 -17
  147. package/src/js-vendor/select2/select2_locale_rs.js +0 -19
  148. package/src/js-vendor/select2/select2_locale_ru.js +0 -23
  149. package/src/js-vendor/select2/select2_locale_sk.js +0 -50
  150. package/src/js-vendor/select2/select2_locale_sv.js +0 -19
  151. package/src/js-vendor/select2/select2_locale_th.js +0 -19
  152. package/src/js-vendor/select2/select2_locale_tr.js +0 -20
  153. package/src/js-vendor/select2/select2_locale_ug-CN.js +0 -16
  154. package/src/js-vendor/select2/select2_locale_uk.js +0 -25
  155. package/src/js-vendor/select2/select2_locale_vi.js +0 -20
  156. package/src/js-vendor/select2/select2_locale_zh-CN.js +0 -16
  157. package/src/js-vendor/select2/select2_locale_zh-TW.js +0 -16
  158. package/src/js-vendor/select2/select2x2.png +0 -0
  159. package/src/js-vendor/tablesorter/README.md +0 -158
  160. package/src/js-vendor/tablesorter/jquery.tablesorter.js +0 -1901
  161. package/src/js-vendor/tablesorter/package.json +0 -43
@@ -1,41 +1,33 @@
1
1
  export default `
2
- html[data-theme~="typography:typography-minor3"] {
2
+ html[data-theme~="typography:typography-modernized"] {
3
3
  --ds-UNSAFE-textTransformUppercase: uppercase;
4
+ --ds-font-letterSpacing-0: 0;
5
+ --ds-font-letterSpacing-100: 0;
6
+ --ds-font-letterSpacing-200: 0;
7
+ --ds-font-letterSpacing-300: 0;
8
+ --ds-font-letterSpacing-400: 0;
4
9
  --ds-font-heading-xxlarge: normal 700 2rem/2.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
5
10
  --ds-font-heading-xlarge: normal 700 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
6
11
  --ds-font-heading-large: normal 700 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
7
12
  --ds-font-heading-medium: normal 700 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
8
13
  --ds-font-heading-small: normal 700 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
9
- --ds-font-heading-xsmall: normal 700 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
14
+ --ds-font-heading-xsmall: normal 700 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
10
15
  --ds-font-heading-xxsmall: normal 700 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
11
16
  --ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
12
17
  --ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
13
18
  --ds-font-body-small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
14
19
  --ds-font-body-UNSAFE_small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
15
- --ds-font-ui: normal 500 0.875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
16
- --ds-font-ui-small: normal 400 0.75rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
17
20
  --ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;
18
- --ds-font-letterSpacing-0: 0;
19
- --ds-font-letterSpacing-100: 0;
20
- --ds-font-letterSpacing-200: 0;
21
- --ds-font-letterSpacing-300: 0;
22
- --ds-font-letterSpacing-400: 0;
21
+ --ds-font-weight-regular: 400;
22
+ --ds-font-weight-medium: 500;
23
+ --ds-font-weight-semibold: 600;
24
+ --ds-font-weight-bold: 700;
25
+ --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
23
26
  --ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
24
27
  --ds-font-family-code: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;
25
- --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
26
28
  --ds-font-family-monospace: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;
27
29
  --ds-font-family-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
28
- --ds-font-family-brand-body: "Charlie Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
29
30
  --ds-font-family-brand-heading: "Charlie Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
30
- --ds-font-weight-bold: 700;
31
- --ds-font-weight-medium: 500;
32
- --ds-font-weight-regular: 400;
33
- --ds-font-weight-semibold: 600;
34
- @media not all and (min-width: 64rem) {
35
- --ds-font-heading-xxlarge: normal 700 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
36
- --ds-font-heading-xlarge: normal 700 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
37
- --ds-font-heading-large: normal 700 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
38
- --ds-font-heading-medium: normal 700 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
39
- }
31
+ --ds-font-family-brand-body: "Charlie Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;
40
32
  }
41
33
  `
package/package.json CHANGED
@@ -1,80 +1,79 @@
1
1
  {
2
- "name": "@atlassian/aui",
3
- "description": "Atlassian User Interface library",
4
- "version": "9.11.4",
5
- "author": "Atlassian Pty Ltd.",
6
- "homepage": "https://aui.atlassian.com",
7
- "license": "Apache-2.0",
8
- "bugs": "https://ecosystem.atlassian.net/browse/AUI",
9
- "repository": {
10
- "type": "git",
11
- "url": "https://bitbucket.org/atlassian/aui"
12
- },
13
- "engines": {
14
- "node": "^6 || >=8",
15
- "yarn": "^1.6"
16
- },
17
- "browser": "dist/aui/aui-prototyping.js",
18
- "main": "dist/aui/aui-prototyping.js",
19
- "files": [
20
- "dist",
21
- "entry",
22
- "lib",
23
- "licenses",
24
- "src",
25
- "CHANGELOG.md",
26
- "CONTRIBUTING.md",
27
- "LICENSE",
28
- "README.md",
29
- "yarn.lock"
30
- ],
31
- "//": "AUI's publishConfig is managed by its build scripts.",
32
- "peerDependencies": {
33
- "jquery": "^2 || ^3"
34
- },
35
- "dependencies": {
36
- "@atlaskit/tokens": "1.43.0",
37
- "@atlassian/tipsy": "1.3.3",
38
- "@popperjs/core": "2.11.8",
39
- "backbone": "1.6.0",
40
- "css.escape": "1.5.1",
41
- "dompurify": "2.5.0",
42
- "fancy-file-input": "2.0.4",
43
- "jquery-ui": "1.13.2",
44
- "skatejs": "0.13.17",
45
- "skatejs-template-html": "0.0.0",
46
- "trim-extra-html-whitespace": "1.3.0",
47
- "underscore": "1.13.6",
48
- "tablesorter": "file:./src/js-vendor/tablesorter",
49
- "jquery-aop": "file:src/js-vendor/jquery-aop",
50
- "jquery-form": "file:src/js-vendor/jquery-form",
51
- "select2": "file:src/js-vendor/select2",
52
- "jquery.hotkeys": "file:src/js-vendor/jquery.hotkeys"
53
- },
54
- "devDependencies": {
55
- "@atlassian/adg-server-iconfont": "3.1.0",
56
- "@atlassian/aui-webpack-config": "3.0.1",
57
- "@babel/core": "7.18.13",
58
- "@babel/preset-env": "7.18.10",
59
- "bundlesize": "1.0.0-beta.2",
60
- "cross-env": "7.0.3",
61
- "eslint": "7.32.0",
62
- "glob": "7.2.3",
63
- "ignore-emit-webpack-plugin": "2.0.6",
64
- "jquery": "3.5.1",
65
- "jquery-migrate": "3.4.1",
66
- "less": "3.13.1",
67
- "react": "^18.2.0"
68
- },
69
- "scripts": {
70
- "prepublishOnly": "yarn clean && cross-env NODE_ENV=production yarn build && node scripts/prepublishOnly.js",
71
- "postpublish": "node scripts/postpublish.js",
72
- "clean": "rm -rf ./dist",
73
- "dist/build:prototyping": "webpack --config webpack/dist.prototyping.webpack.config.js",
74
- "build": "yarn dist/build:prototyping",
75
- "watch": "yarn dist/build:prototyping --watch",
76
- "bundlesize/verify-dist": "node scripts/verify-dist-structure.js",
77
- "bundlesize/gzipped": "node scripts/generate-bundlesize-config.js > configs/bundlesize-gzipped.json && bundlesize --config configs/bundlesize-gzipped.json",
78
- "bundlesize/raw": "node scripts/generate-bundlesize-config.js raw > configs/bundlesize-raw.json && bundlesize --config configs/bundlesize-raw.json"
79
- }
80
- }
2
+ "name": "@atlassian/aui",
3
+ "description": "Atlassian User Interface library",
4
+ "version": "9.12.0",
5
+ "author": "Atlassian Pty Ltd.",
6
+ "homepage": "https://aui.atlassian.com",
7
+ "license": "Apache-2.0",
8
+ "bugs": "https://ecosystem.atlassian.net/browse/AUI",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://bitbucket.org/atlassian/aui"
12
+ },
13
+ "engines": {
14
+ "node": "^6 || >=8",
15
+ "yarn": "^1.6"
16
+ },
17
+ "browser": "dist/aui/aui-prototyping.js",
18
+ "main": "dist/aui/aui-prototyping.js",
19
+ "files": [
20
+ "dist",
21
+ "entry",
22
+ "lib",
23
+ "licenses",
24
+ "src/js",
25
+ "src/js-vendor/jquery",
26
+ "src/js-vendor-effective",
27
+ "src/less",
28
+ "CHANGELOG.md",
29
+ "CONTRIBUTING.md",
30
+ "LICENSE",
31
+ "README.md",
32
+ "yarn.lock"
33
+ ],
34
+ "//": "AUI's publishConfig is managed by its build scripts.",
35
+ "peerDependencies": {
36
+ "jquery": "^2 || ^3"
37
+ },
38
+ "dependencies": {
39
+ "@atlaskit/tokens": "1.58.0",
40
+ "@atlassian/tipsy": "1.3.3",
41
+ "@popperjs/core": "2.11.8",
42
+ "backbone": "1.6.0",
43
+ "css.escape": "1.5.1",
44
+ "dompurify": "2.5.6",
45
+ "fancy-file-input": "2.0.4",
46
+ "jquery-ui": "1.13.3",
47
+ "skatejs": "0.13.17",
48
+ "skatejs-template-html": "0.0.0",
49
+ "trim-extra-html-whitespace": "1.3.0",
50
+ "underscore": "1.13.7",
51
+ "tablesorter": "file:./src/js-vendor/tablesorter",
52
+ "jquery-aop": "file:src/js-vendor/jquery-aop",
53
+ "jquery-form": "file:src/js-vendor/jquery-form",
54
+ "select2": "file:src/js-vendor/select2",
55
+ "jquery.hotkeys": "file:src/js-vendor/jquery.hotkeys"
56
+ },
57
+ "devDependencies": {
58
+ "@atlassian/adg-server-iconfont": "3.1.0",
59
+ "@atlassian/aui-webpack-config": "3.0.1",
60
+ "@babel/core": "7.18.13",
61
+ "@babel/preset-env": "7.18.10",
62
+ "cross-env": "7.0.3",
63
+ "eslint": "9.7.0",
64
+ "fs-extra": "9.1.0",
65
+ "ignore-emit-webpack-plugin": "2.0.6",
66
+ "jquery": "3.5.1",
67
+ "jquery-migrate": "3.5.2",
68
+ "less": "3.13.1",
69
+ "react": "18.3.1"
70
+ },
71
+ "scripts": {
72
+ "prepublishOnly": "yarn clean && cross-env NODE_ENV=production yarn build && node scripts/prepublishOnly.js",
73
+ "postpublish": "node scripts/postpublish.js",
74
+ "clean": "rm -rf ./dist",
75
+ "dist/build:prototyping": "webpack --config webpack/dist.prototyping.webpack.config.js",
76
+ "build": "yarn dist/build:prototyping",
77
+ "watch": "yarn dist/build:prototyping --watch"
78
+ }
79
+ }
@@ -90,23 +90,23 @@ document.addEventListener('click', (e) => {
90
90
  const isDropdownButton = e.target.matches('.aui-avatar-group-dropdown-button');
91
91
  const closestDropdown = e.target.closest('.aui-avatar-group-dropdown');
92
92
 
93
- if (!isDropdownButton && closestDropdown !== null) return;
93
+ if (!isDropdownButton && closestDropdown !== null) {return;}
94
94
 
95
95
  if (isDropdownButton) {
96
96
  closestDropdown.classList.contains('aui-avatar-group-dropdown-show') ? closeDropdown(closestDropdown) : openDropdown(closestDropdown);
97
97
  }
98
98
 
99
99
  document.querySelectorAll('.aui-avatar-group-dropdown-show').forEach(dropdown => {
100
- if (dropdown === closestDropdown) return;
100
+ if (dropdown === closestDropdown) {return;}
101
101
 
102
102
  closeDropdown(dropdown)
103
103
  })
104
104
  });
105
105
 
106
106
  document.addEventListener('keydown', (e) => {
107
- if (e.key !== 'Escape') return;
107
+ if (e.key !== 'Escape') {return;}
108
108
  const dropdown = document.querySelector('.aui-avatar-group-dropdown-show');
109
- if (!dropdown) return;
109
+ if (!dropdown) {return;}
110
110
 
111
111
  closeDropdown(dropdown);
112
112
  });
@@ -26,7 +26,7 @@ function createBannerElement({ body = '', type = 'error' }) {
26
26
  banner.className = `aui-banner aui-banner-${type}`;
27
27
  banner.setAttribute('role', 'alert');
28
28
  banner.innerHTML = body;
29
-
29
+
30
30
  const screenReaderInfo = document.createElement('div');
31
31
  screenReaderInfo.innerText = `${type}`;
32
32
  screenReaderInfo.classList.add('assistive')
@@ -57,4 +57,4 @@ function renderBannerElement(bannerElement, bannerContainer) {
57
57
 
58
58
  amdify('aui/banner', banner);
59
59
  globalize('banner', banner);
60
- export default banner;
60
+ export default banner;
@@ -334,14 +334,16 @@ const initPolyfill = function (datePicker) {
334
334
  // according to the spec...
335
335
  $field.attr('placeholder', options.placeholder);
336
336
 
337
- // Override the browser's default date field implementation.
338
- // There used to be a fix for AUI-3681 here, too, but my testing of Edge 15
339
- // shows that changing the `type` of input does not erase its value.
340
- // see https://codepen.io/chrisdarroch/pen/YzwgjyJ
341
- $field.prop('type', 'text');
342
- // Set default value on initialization to handle all date formats.
343
- // It is possible, because of changing type to text on the line above.
344
- $field.val($field.attr('value'));
337
+ if ($field.prop('type') !== 'text') {
338
+ // Override the browser's default date field implementation.
339
+ // There used to be a fix for AUI-3681 here, too, but my testing of Edge 15
340
+ // shows that changing the `type` of input does not erase its value.
341
+ // see https://codepen.io/chrisdarroch/pen/YzwgjyJ
342
+ $field.prop('type', 'text');
343
+ // Set default value on initialization to handle all date formats.
344
+ // It is possible, because of changing type to text on the line above.
345
+ $field.val($field.attr('value'));
346
+ }
345
347
  // Trigger change to update calendar popup value.
346
348
  $field.trigger('propertychange');
347
349
 
@@ -1,7 +1,7 @@
1
- import { setGlobalTheme } from "@atlaskit/tokens";
1
+ import { setGlobalTheme } from '@atlaskit/tokens';
2
2
 
3
3
  if (
4
4
  document.documentElement.hasAttribute('data-color-mode-auto')
5
5
  ) {
6
- setGlobalTheme({ colorMode: "auto" });
6
+ setGlobalTheme({ colorMode: 'auto' });
7
7
  }
@@ -1,9 +1,9 @@
1
- import TokenNames from "@atlaskit/tokens/token-names";
1
+ import TokenNames from '@atlaskit/tokens/token-names';
2
2
 
3
3
  const testingThemeTargetElement = document.documentElement;
4
4
  const testingColorVariableName = '--aui-theme-testing-color';
5
5
  const defaultTestingColor = 'color(srgb 1 0.75 0.8 / 0.6)';
6
- const testingThemeTargetClass = "aui-theme-testing";
6
+ const testingThemeTargetClass = 'aui-theme-testing';
7
7
  const testingThemeSelector =
8
8
  `html.${testingThemeTargetClass}[data-theme*="light:"], ` +
9
9
  `html.${testingThemeTargetClass}[data-theme*="dark:"]`;
@@ -15,7 +15,7 @@ const testingThemeSelector =
15
15
  */
16
16
  (function generateTestingTheme() {
17
17
 
18
- const initialComment = "This theme is autogenerated using AJS.DesignTokens.generateTestingTheme()."
18
+ const initialComment = 'This theme is autogenerated using AJS.DesignTokens.generateTestingTheme().'
19
19
 
20
20
  // If function called many times theme should be only added once
21
21
  const isThemeAlreadyInitialised = !document.querySelector(testingThemeSelector)
@@ -27,20 +27,20 @@ const testingThemeSelector =
27
27
  const colorDeclaration = `${testingColorVariableName}: ${defaultTestingColor};`
28
28
  const themeCSSDeclarations = Object.values(TokenNames)
29
29
  .map(token => `\t${token}: var(${testingColorVariableName});`);
30
- const allDeclarations = [ colorDeclaration, ...themeCSSDeclarations ];
30
+ const allDeclarations = [colorDeclaration, ...themeCSSDeclarations];
31
31
 
32
32
 
33
33
  const themeCSS = `/* ${initialComment} */\n${testingThemeSelector} {\n${allDeclarations.join('\n')}\n}`;
34
34
 
35
35
  const themeElement = document.createElement('style');
36
- themeElement.id = "aui-design-tokens-testing-theme";
36
+ themeElement.id = 'aui-design-tokens-testing-theme';
37
37
  themeElement.innerText = themeCSS;
38
38
 
39
39
  const head = document.querySelector('head');
40
40
  if (head) {
41
41
  head.appendChild(themeElement);
42
42
  }
43
- })();
43
+ }());
44
44
 
45
45
  /**
46
46
  * Overrides default testing color by setting css variable. If no color passed, will revert to default.
@@ -127,6 +127,9 @@ function Dialog2(selector) {
127
127
  <footer class="aui-dialog2-footer"></footer>
128
128
  </section>`);
129
129
  }
130
+ this.$header = this.$el.find('.aui-dialog2-header');
131
+ this.$content = this.$el.find('.aui-dialog2-content');
132
+ this.$footer = this.$el.find('.aui-dialog2-footer');
130
133
  applyDefaults(this.$el);
131
134
  }
132
135
 
@@ -127,6 +127,51 @@ FocusManager.prototype.exit = function ($el) {
127
127
  }
128
128
  };
129
129
 
130
+ function findIndexOfNextTabbableElement(originElement, startingIndex, offset, $tabbableElements) {
131
+ function advance(index) {
132
+ return (index + offset) % $tabbableElements.length;
133
+ }
134
+
135
+ let nextIndex = advance(startingIndex);
136
+
137
+ if (originElement.type === 'radio' && originElement.name) {
138
+ // Advance to the element that's not another radio button of the same group.
139
+ while (
140
+ $tabbableElements.eq(nextIndex).attr('name') === originElement.name &&
141
+ // Stop at the start if we've wrapped around the whole list and everything is the same radio
142
+ // group.
143
+ nextIndex !== startingIndex
144
+ ) {
145
+ nextIndex = advance(nextIndex);
146
+ }
147
+ }
148
+
149
+ // Emulate the browser's behavior: jump to the selected radio of a group, or if none is selected, the
150
+ // first or last depending on the direction. Note: we assume the markup is sensible and doesn't
151
+ // interleave groups of radio buttons. Supporting that would complicate the code for a non-recommended
152
+ // use case.
153
+ if (nextIndex !== startingIndex && $tabbableElements.eq(nextIndex).attr('type') === 'radio') {
154
+ const name = $tabbableElements.eq(nextIndex).attr('name');
155
+ const $radiosOfGroup = $tabbableElements.filter(function () {
156
+ return this.type === 'radio' && this.name === name;
157
+ });
158
+ const $checkedElement = $radiosOfGroup.filter(':checked');
159
+
160
+ let $elementToFocus;
161
+ if ($checkedElement.length > 0) {
162
+ $elementToFocus = $checkedElement.first();
163
+ } else {
164
+ if (offset > 0) {
165
+ $elementToFocus = $radiosOfGroup.first();
166
+ } else {
167
+ $elementToFocus = $radiosOfGroup.last();
168
+ }
169
+ }
170
+ nextIndex = $tabbableElements.index($elementToFocus);
171
+ }
172
+ return nextIndex;
173
+ }
174
+
130
175
  function focusTrapHandler(focusTrapStack, event) {
131
176
  if (focusTrapStack.length === 0) {
132
177
  return;
@@ -209,7 +254,12 @@ function focusTrapHandler(focusTrapStack, event) {
209
254
 
210
255
  if (newFocusIdx > -1) {
211
256
  // wrap around the focus trap.
212
- newFocusIdx = (newFocusIdx + offset) % $tabbableElements.length;
257
+ newFocusIdx = findIndexOfNextTabbableElement(
258
+ focusOrigin,
259
+ newFocusIdx,
260
+ offset,
261
+ $tabbableElements
262
+ );
213
263
  } else {
214
264
  // we will focus the first element in the trap.
215
265
  newFocusIdx = 0;
@@ -63,6 +63,7 @@ function jsonToArray(jsonOrString) {
63
63
  var jsonArray;
64
64
  try {
65
65
  jsonArray = JSON.parse(jsonOrString);
66
+ // eslint-disable-next-line no-unused-vars
66
67
  } catch (exception) {
67
68
  jsonArray = [jsonOrString];
68
69
  }
@@ -36,6 +36,7 @@ export function supportsFocusWithin () {
36
36
  try {
37
37
  document.querySelector(':focus-within');
38
38
  doesSupportFocusWithin = true;
39
+ // eslint-disable-next-line no-unused-vars
39
40
  } catch (e) {
40
41
  doesSupportFocusWithin = false;
41
42
  }
@@ -155,6 +155,7 @@ try {
155
155
  Object.defineProperty({}, 'blam', {get: function () {}, set: function () {}});
156
156
  supportsProperties = true;
157
157
  }
158
+ // eslint-disable-next-line no-unused-vars
158
159
  } catch (e) {
159
160
  /* IE8 doesn't support on non-DOM elements */
160
161
  }
@@ -24,6 +24,7 @@ let CustomEvent;
24
24
 
25
25
  CustomEvent = window.CustomEvent;
26
26
  return;
27
+ // eslint-disable-next-line no-unused-vars
27
28
  } catch (e) {
28
29
  // polyfill it
29
30
  }
@@ -55,6 +56,7 @@ let CustomEvent;
55
56
  return true;
56
57
  }
57
58
  });
59
+ // eslint-disable-next-line no-unused-vars
58
60
  } catch (e) {
59
61
  if (!this.defaultPrevented) {
60
62
  this.defaultPrevented = true;
@@ -221,6 +221,7 @@ Sidebar.prototype.responsiveReflow = function responsiveReflow(isInitialPageLoad
221
221
  }
222
222
  };
223
223
 
224
+ // eslint-disable-next-line complexity
224
225
  Sidebar.prototype.reflow = function reflow(
225
226
  scrollTop = window.pageYOffset,
226
227
  viewportHeight = document.documentElement.clientHeight,
@@ -45,6 +45,7 @@ function findControllers(element) {
45
45
  try {
46
46
  let nodeList = frames[i].document.querySelectorAll(selector);
47
47
  controllers = controllers.concat(Array.prototype.slice.apply(nodeList));
48
+ // eslint-disable-next-line no-unused-vars
48
49
  } catch (e) {
49
50
  // Silently catch DOM exceptions related to accessing cross-origin frames
50
51
  someFramesAreCrossOrigin = true;
@@ -530,6 +530,7 @@ whenIType.fromJSON = function (json, switchCtrlToMetaOnMac) {
530
530
  // pass in an array to send multiple params
531
531
  try {
532
532
  params = JSON.parse(param);
533
+ // eslint-disable-next-line no-unused-vars
533
534
  } catch (e) {
534
535
  logger.error('When using a parameter array, array must be in strict JSON format: ' + param);
535
536
  }
@@ -6,6 +6,13 @@
6
6
  html {
7
7
  #aui.text-reset();
8
8
  font-family: @aui-font-family;
9
+
10
+ // This "font-size: 16px;" is needed for rem units from Atlaskit to work as before. Refer to:
11
+ // https://bulldog.internal.atlassian.com/browse/JSDSS-8110
12
+ font-size: 16px;
13
+ > * {
14
+ font-size: @aui-font-size-medium; // should match #aui.text-reset();
15
+ }
9
16
  }
10
17
 
11
18
  /* International Font Stacks*/
@@ -24,7 +24,7 @@
24
24
  @aui-notification-icon-outside-field-padding-right: 16px;
25
25
  @aui-notification-icon-outside-field-padding-top: 5px;
26
26
 
27
- @aui-notification-line-height: unit(18px / @aui-font-size-medium);
27
+ @aui-notification-line-height: unit((18px / @aui-font-size-medium));
28
28
 
29
29
  @aui-notification-info-icon: @aui-glyph-info-circle;
30
30
  @aui-notification-success-icon: @aui-glyph-check-circle;
@@ -1,14 +1,16 @@
1
- @aui-space-0: var(--ds-space-0, 0);
2
- @aui-space-025: var(--ds-space-025, 2px);
3
- @aui-space-050: var(--ds-space-050, 4px);
4
- @aui-space-075: var(--ds-space-075, 6px);
5
- @aui-space-100: var(--ds-space-100, 8px);
6
- @aui-space-150: var(--ds-space-150, 12px);
7
- @aui-space-200: var(--ds-space-200, 16px);
8
- @aui-space-250: var(--ds-space-250, 20px);
9
- @aui-space-300: var(--ds-space-300, 24px);
10
- @aui-space-400: var(--ds-space-400, 32px);
11
- @aui-space-500: var(--ds-space-500, 40px);
12
- @aui-space-600: var(--ds-space-600, 48px);
13
- @aui-space-800: var(--ds-space-800, 64px);
14
- @aui-space-1000: var(--ds-space-1000, 80px);
1
+ // TODO - Convert to be based on design system tokens (e.g.--ds-space-100) when they're out of beta (maybe AUI 10)
2
+ // Had to hard code to avoid visual changes, they never should've been converted to DS space tokens to begin with
3
+ @aui-space-0: 0px;
4
+ @aui-space-025: 1.75px;
5
+ @aui-space-050: 3.5px;
6
+ @aui-space-075: 5.25px;
7
+ @aui-space-100: 7px;
8
+ @aui-space-150: 10.5px;
9
+ @aui-space-200: 14px;
10
+ @aui-space-250: 17.5px;
11
+ @aui-space-300: 21px;
12
+ @aui-space-400: 28px;
13
+ @aui-space-500: 35px;
14
+ @aui-space-600: 42px;
15
+ @aui-space-800: 56px;
16
+ @aui-space-1000: 70px;
@@ -1,2 +0,0 @@
1
- "use strict";(window.webpackChunk_auiPrototyping=window.webpackChunk_auiPrototyping||[]).push([[531],{232:(t,a,d)=>{d.r(a),d.d(a,{default:()=>o});const o='\nhtml[data-color-mode="light"][data-theme~="light:dark"],\nhtml[data-color-mode="dark"][data-theme~="dark:dark"] {\n color-scheme: dark;\n --ds-border-input: #738496;\n}\n'}}]);
2
- //# sourceMappingURL=dark-new-input-border.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"./themes/dark-new-input-border.js","mappings":"kJAAA,QAAgB,gL","sources":["webpack://__auiPrototyping/./token-themes-generated/npm/themes/dark-new-input-border.js"],"sourcesContent":["export default `\nhtml[data-color-mode=\"light\"][data-theme~=\"light:dark\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:dark\"] {\n color-scheme: dark;\n --ds-border-input: #738496;\n}\n`"],"names":[],"sourceRoot":""}
@@ -1,2 +0,0 @@
1
- "use strict";(window.webpackChunk_auiPrototyping=window.webpackChunk_auiPrototyping||[]).push([[519],{281:(t,o,a)=>{a.r(o),a.d(o,{default:()=>d});const d='\nhtml[data-color-mode="light"][data-theme~="light:light"],\nhtml[data-color-mode="dark"][data-theme~="dark:light"] {\n color-scheme: light;\n --ds-border-input: #8590A2;\n}\n'}}]);
2
- //# sourceMappingURL=light-new-input-border.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"./themes/light-new-input-border.js","mappings":"kJAAA,QAAgB,mL","sources":["webpack://__auiPrototyping/./token-themes-generated/npm/themes/light-new-input-border.js"],"sourcesContent":["export default `\nhtml[data-color-mode=\"light\"][data-theme~=\"light:light\"],\nhtml[data-color-mode=\"dark\"][data-theme~=\"dark:light\"] {\n color-scheme: light;\n --ds-border-input: #8590A2;\n}\n`"],"names":[],"sourceRoot":""}
@@ -1,2 +0,0 @@
1
- "use strict";(window.webpackChunk_auiPrototyping=window.webpackChunk_auiPrototyping||[]).push([[247],{371:(e,s,n)=>{n.r(s),n.d(s,{default:()=>t});const t='\nhtml[data-theme~="typography:typography-minor3"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-heading-xxlarge: normal 700 2rem/2.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-heading-xlarge: normal 700 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-heading-large: normal 700 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-heading-medium: normal 700 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-heading-small: normal 700 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-heading-xsmall: normal 700 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-heading-xxsmall: normal 700 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-body-small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-body-UNSAFE_small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-ui: normal 500 0.875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-ui-small: normal 400 0.75rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;\n --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, "Segoe UI Mono", "Ubuntu Mono", monospace;\n --ds-font-family-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-family-brand-body: "Charlie Text", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-family-brand-heading: "Charlie Display", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n @media not all and (min-width: 64rem) {\n --ds-font-heading-xxlarge: normal 700 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-heading-xlarge: normal 700 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-heading-large: normal 700 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n --ds-font-heading-medium: normal 700 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Ubuntu, system-ui, "Helvetica Neue", sans-serif;\n }\n}\n'}}]);
2
- //# sourceMappingURL=typography-minor3.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"./themes/typography-minor3.js","mappings":"kJAAA,QAAgB,oqI","sources":["webpack://__auiPrototyping/./token-themes-generated/npm/themes/typography-minor3.js"],"sourcesContent":["export default `\nhtml[data-theme~=\"typography:typography-minor3\"] {\n --ds-UNSAFE-textTransformUppercase: uppercase;\n --ds-font-heading-xxlarge: normal 700 2rem/2.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 700 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 700 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 700 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-small: normal 700 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xsmall: normal 700 0.875rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xxsmall: normal 700 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-large: normal 400 1rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body: normal 400 0.875rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-body-UNSAFE_small: normal 400 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui: normal 500 0.875rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-ui-small: normal 400 0.75rem/1 ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-code: normal 400 0.875em/1 ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-letterSpacing-0: 0;\n --ds-font-letterSpacing-100: 0;\n --ds-font-letterSpacing-200: 0;\n --ds-font-letterSpacing-300: 0;\n --ds-font-letterSpacing-400: 0;\n --ds-font-family-body: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-code: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-heading: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-monospace: ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace;\n --ds-font-family-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand-body: \"Charlie Text\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-family-brand-heading: \"Charlie Display\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-weight-bold: 700;\n --ds-font-weight-medium: 500;\n --ds-font-weight-regular: 400;\n --ds-font-weight-semibold: 600;\n @media not all and (min-width: 64rem) {\n --ds-font-heading-xxlarge: normal 700 1.75rem/2rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-xlarge: normal 700 1.5rem/1.75rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-large: normal 700 1.25rem/1.5rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n --ds-font-heading-medium: normal 700 1rem/1.25rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif;\n }\n}\n`"],"names":[],"sourceRoot":""}
@@ -1,7 +0,0 @@
1
- export default `
2
- html[data-color-mode="light"][data-theme~="light:dark"],
3
- html[data-color-mode="dark"][data-theme~="dark:dark"] {
4
- color-scheme: dark;
5
- --ds-border-input: #738496;
6
- }
7
- `
@@ -1,7 +0,0 @@
1
- export default `
2
- html[data-color-mode="light"][data-theme~="light:light"],
3
- html[data-color-mode="dark"][data-theme~="dark:light"] {
4
- color-scheme: light;
5
- --ds-border-input: #8590A2;
6
- }
7
- `