@atlaskit/navigation-system 10.0.1 → 10.2.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.
- package/CHANGELOG.md +33 -1
- package/compass.yml +38 -0
- package/constellation/layout/usage.mdx +2 -2
- package/dist/cjs/ui/top-nav-items/themed/themed-pressable.compiled.css +2 -0
- package/dist/cjs/ui/top-nav-items/themed/themed-pressable.js +2 -1
- package/dist/es2019/ui/top-nav-items/themed/themed-pressable.compiled.css +2 -0
- package/dist/es2019/ui/top-nav-items/themed/themed-pressable.js +2 -1
- package/dist/esm/ui/top-nav-items/themed/themed-pressable.compiled.css +2 -0
- package/dist/esm/ui/top-nav-items/themed/themed-pressable.js +2 -1
- package/navigation-system.docs.tsx +49 -0
- package/package.json +44 -40
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,43 @@
|
|
|
1
1
|
# @atlassian/navigation-system
|
|
2
2
|
|
|
3
|
+
## 10.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`015a98b324278`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/015a98b324278) -
|
|
8
|
+
Adopt motion.button.hovered / motion.button.pressed tokens for hover/press background transitions
|
|
9
|
+
in custom button-like components (inline-edit read view, navigation-system top-nav pressable, and
|
|
10
|
+
page-layout resize control grab area), gated behind the platform-dst-motion-uplift-button feature
|
|
11
|
+
flag.
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
17
|
+
## 10.1.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- [`cd097a2111788`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd097a2111788) -
|
|
22
|
+
Republish packages depending on `@atlaskit/react-compiler-gating` so their published dependency
|
|
23
|
+
reference is updated to the renamed `@atlaskit/react-compiler-gating` scope.
|
|
24
|
+
|
|
25
|
+
The earlier rename of `@atlassian/react-compiler-gating` to `@atlaskit/react-compiler-gating` only
|
|
26
|
+
bumped the renamed package itself, so dependent packages were never republished and their
|
|
27
|
+
published versions still referenced the old `@atlassian/react-compiler-gating` name, which is not
|
|
28
|
+
available in the public npm registry. This minor bump republishes all affected packages with the
|
|
29
|
+
corrected dependency.
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
|
|
3
35
|
## 10.0.1
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|
|
6
38
|
|
|
7
39
|
- [`ee28cf33718b0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ee28cf33718b0) -
|
|
8
|
-
Add @
|
|
40
|
+
Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform
|
|
9
41
|
gating.
|
|
10
42
|
- Updated dependencies
|
|
11
43
|
|
package/compass.yml
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
configVersion: 1
|
|
2
|
+
id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/a7e5789e-4083-40b3-92f3-3f9161ef5256
|
|
3
|
+
name: '@atlaskit/navigation-system'
|
|
4
|
+
ownerId: ari:cloud:identity::team/b2a81260-5a72-4737-9878-c7f8f005af70 # DST - Nav4 Stream
|
|
5
|
+
labels:
|
|
6
|
+
- platform-code
|
|
7
|
+
- platform-afm
|
|
8
|
+
typeId: OTHER
|
|
9
|
+
fields:
|
|
10
|
+
tier: 4
|
|
11
|
+
lifecycle: Active
|
|
12
|
+
isMonorepoProject: true
|
|
13
|
+
links:
|
|
14
|
+
- name: Root Repository
|
|
15
|
+
type: REPOSITORY
|
|
16
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master
|
|
17
|
+
- name: Slack Channel
|
|
18
|
+
type: CHAT_CHANNEL
|
|
19
|
+
url: https://atlassian.enterprise.slack.com/archives/CFJ9DU39U # #help-design-system
|
|
20
|
+
- name: Navigation System
|
|
21
|
+
type: REPOSITORY
|
|
22
|
+
url: https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/design-system/navigation-system
|
|
23
|
+
customFields:
|
|
24
|
+
- name: Department
|
|
25
|
+
type: text
|
|
26
|
+
value: Eng - Design System Pyxis
|
|
27
|
+
- name: Technical Owner
|
|
28
|
+
type: user
|
|
29
|
+
value: ari:cloud:identity::user/557057:eb60bca1-2eec-4569-ac3c-619f26589354 # Alex Reardon
|
|
30
|
+
- name: Required Reviewers Opt In
|
|
31
|
+
type: boolean
|
|
32
|
+
value: true
|
|
33
|
+
- name: Reviewer Selection Mechanism
|
|
34
|
+
type: text
|
|
35
|
+
value: random(2)
|
|
36
|
+
- name: Required Reviewer Approvals
|
|
37
|
+
type: number
|
|
38
|
+
value: 1
|
|
@@ -118,8 +118,8 @@ The main difference between panel and modal dialog is their behaviors:
|
|
|
118
118
|
}}
|
|
119
119
|
isFullWidth
|
|
120
120
|
>
|
|
121
|
-
When designing, use <a href="/foundations/grid
|
|
122
|
-
|
|
121
|
+
When designing, use <a href="/foundations/grid">grid</a> to position content within the main
|
|
122
|
+
area only.
|
|
123
123
|
</DoDont>
|
|
124
124
|
<DoDont
|
|
125
125
|
type="dont"
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
._2rkofajl{border-radius:var(--ds-radius-small,3px)}
|
|
10
10
|
._9v7aze3t:after{inset:var(--ds-space-0,0)}
|
|
11
11
|
._v5649dqc{transition:background .1s ease-out}
|
|
12
|
+
._v564o1g2{transition:var(--ds-button-hovered,background-color .15s cubic-bezier(.4,1,.6,1))}
|
|
12
13
|
._zulp12x7{gap:var(--ds-space-075,6px)}
|
|
13
14
|
._18zrutpp{padding-inline:var(--ds-space-150,9pt)}
|
|
14
15
|
._18zrze3t{padding-inline:var(--ds-space-0,0)}
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
._30l3w5ct:hover{color:var(--ds-top-bar-button-selected-text)}
|
|
56
57
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
57
58
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
59
|
+
._1gglat8s:active{transition:var(--ds-button-pressed,background-color .15s cubic-bezier(.4,1,.6,1))}
|
|
58
60
|
._j6xt1c9b:active{background:var(--ds-top-bar-button-disabled-background)}
|
|
59
61
|
._j6xt5sko:active{background:var(--ds-top-bar-button-primary-background-pressed)}
|
|
60
62
|
._j6xtnh62:active{background:var(--ds-top-bar-button-selected-background-pressed)}
|
|
@@ -21,6 +21,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
21
21
|
var styles = {
|
|
22
22
|
root: "_zulp12x7 _11c8fhey _2rkofajl _v5649dqc _4bfu1r31 _1hmsglyw _ajmmnqa1 _1rjcze3t _1e0c1txw _4cvr1h6o _1bah1h6o _4t3i5r7u _kqswh2mm _1nrm1r31 _1a3b1r31 _9oik1r31 _c2waglyw _4fprglyw _1bnxglyw _1iohnqa1 _5goinqa1 _jf4cnqa1",
|
|
23
23
|
rootT26Shape: "_2rko1qi0",
|
|
24
|
+
interactiveMotion: "_v564o1g2 _1gglat8s",
|
|
24
25
|
border: "_14mj1kw7 _9v7aze3t _1tv3nqa1 _39yqe4h9 _aetrb3bt _18postnw",
|
|
25
26
|
selected: "_11q71qds _syazw5ct _8l3m15jn _f8pjw5ct _1053w5ct _19lcjrv1 _30l3w5ct _j6xtnh62 _9h8hw5ct",
|
|
26
27
|
disabled: "_11q71c9b _syaz1i3i _8l3m1j28 _f8pj1i3i _10531i3i _19lc1c9b _30l31i3i _j6xt1c9b _9h8h1i3i"
|
|
@@ -58,7 +59,7 @@ var ThemedPressable = exports.ThemedPressable = /*#__PURE__*/(0, _react.forwardR
|
|
|
58
59
|
// @ts-expect-error
|
|
59
60
|
// eslint-disable-next-line @compiled/no-suppress-xcss
|
|
60
61
|
,
|
|
61
|
-
xcss: (0, _react2.cx)(styles.root, (0, _platformFeatureFlags.fg)('platform-dst-shape-theme-default') && styles.rootT26Shape, shapeStyles[shape], hasBorder && styles.border, appearanceStyles[appearance], isSelected && styles.selected, isDisabled && styles.disabled),
|
|
62
|
+
xcss: (0, _react2.cx)(styles.root, (0, _platformFeatureFlags.fg)('platform-dst-shape-theme-default') && styles.rootT26Shape, shapeStyles[shape], hasBorder && styles.border, appearanceStyles[appearance], isSelected && styles.selected, isDisabled && styles.disabled, (0, _platformFeatureFlags.fg)('platform-dst-motion-uplift-button') && styles.interactiveMotion),
|
|
62
63
|
isDisabled: isDisabled
|
|
63
64
|
}));
|
|
64
65
|
});
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
._2rkofajl{border-radius:var(--ds-radius-small,3px)}
|
|
10
10
|
._9v7aze3t:after{inset:var(--ds-space-0,0)}
|
|
11
11
|
._v5649dqc{transition:background .1s ease-out}
|
|
12
|
+
._v564o1g2{transition:var(--ds-button-hovered,background-color .15s cubic-bezier(.4,1,.6,1))}
|
|
12
13
|
._zulp12x7{gap:var(--ds-space-075,6px)}
|
|
13
14
|
._18zrutpp{padding-inline:var(--ds-space-150,9pt)}
|
|
14
15
|
._18zrze3t{padding-inline:var(--ds-space-0,0)}
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
._30l3w5ct:hover{color:var(--ds-top-bar-button-selected-text)}
|
|
56
57
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
57
58
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
59
|
+
._1gglat8s:active{transition:var(--ds-button-pressed,background-color .15s cubic-bezier(.4,1,.6,1))}
|
|
58
60
|
._j6xt1c9b:active{background:var(--ds-top-bar-button-disabled-background)}
|
|
59
61
|
._j6xt5sko:active{background:var(--ds-top-bar-button-primary-background-pressed)}
|
|
60
62
|
._j6xtnh62:active{background:var(--ds-top-bar-button-selected-background-pressed)}
|
|
@@ -10,6 +10,7 @@ import { getPrimitiveSpreadProps } from './get-primitives-spread-props';
|
|
|
10
10
|
const styles = {
|
|
11
11
|
root: "_zulp12x7 _11c8fhey _2rkofajl _v5649dqc _4bfu1r31 _1hmsglyw _ajmmnqa1 _1rjcze3t _1e0c1txw _4cvr1h6o _1bah1h6o _4t3i5r7u _kqswh2mm _1nrm1r31 _1a3b1r31 _9oik1r31 _c2waglyw _4fprglyw _1bnxglyw _1iohnqa1 _5goinqa1 _jf4cnqa1",
|
|
12
12
|
rootT26Shape: "_2rko1qi0",
|
|
13
|
+
interactiveMotion: "_v564o1g2 _1gglat8s",
|
|
13
14
|
border: "_14mj1kw7 _9v7aze3t _1tv3nqa1 _39yqe4h9 _aetrb3bt _18postnw",
|
|
14
15
|
selected: "_11q71qds _syazw5ct _8l3m15jn _f8pjw5ct _1053w5ct _19lcjrv1 _30l3w5ct _j6xtnh62 _9h8hw5ct",
|
|
15
16
|
disabled: "_11q71c9b _syaz1i3i _8l3m1j28 _f8pj1i3i _10531i3i _19lc1c9b _30l31i3i _j6xt1c9b _9h8h1i3i"
|
|
@@ -46,7 +47,7 @@ export const ThemedPressable = /*#__PURE__*/forwardRef(function ThemedPressable(
|
|
|
46
47
|
// @ts-expect-error
|
|
47
48
|
// eslint-disable-next-line @compiled/no-suppress-xcss
|
|
48
49
|
,
|
|
49
|
-
xcss: cx(styles.root, fg('platform-dst-shape-theme-default') && styles.rootT26Shape, shapeStyles[shape], hasBorder && styles.border, appearanceStyles[appearance], isSelected && styles.selected, isDisabled && styles.disabled),
|
|
50
|
+
xcss: cx(styles.root, fg('platform-dst-shape-theme-default') && styles.rootT26Shape, shapeStyles[shape], hasBorder && styles.border, appearanceStyles[appearance], isSelected && styles.selected, isDisabled && styles.disabled, fg('platform-dst-motion-uplift-button') && styles.interactiveMotion),
|
|
50
51
|
isDisabled: isDisabled
|
|
51
52
|
}));
|
|
52
53
|
});
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
._2rkofajl{border-radius:var(--ds-radius-small,3px)}
|
|
10
10
|
._9v7aze3t:after{inset:var(--ds-space-0,0)}
|
|
11
11
|
._v5649dqc{transition:background .1s ease-out}
|
|
12
|
+
._v564o1g2{transition:var(--ds-button-hovered,background-color .15s cubic-bezier(.4,1,.6,1))}
|
|
12
13
|
._zulp12x7{gap:var(--ds-space-075,6px)}
|
|
13
14
|
._18zrutpp{padding-inline:var(--ds-space-150,9pt)}
|
|
14
15
|
._18zrze3t{padding-inline:var(--ds-space-0,0)}
|
|
@@ -55,6 +56,7 @@
|
|
|
55
56
|
._30l3w5ct:hover{color:var(--ds-top-bar-button-selected-text)}
|
|
56
57
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
57
58
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
59
|
+
._1gglat8s:active{transition:var(--ds-button-pressed,background-color .15s cubic-bezier(.4,1,.6,1))}
|
|
58
60
|
._j6xt1c9b:active{background:var(--ds-top-bar-button-disabled-background)}
|
|
59
61
|
._j6xt5sko:active{background:var(--ds-top-bar-button-primary-background-pressed)}
|
|
60
62
|
._j6xtnh62:active{background:var(--ds-top-bar-button-selected-background-pressed)}
|
|
@@ -12,6 +12,7 @@ import { getPrimitiveSpreadProps } from './get-primitives-spread-props';
|
|
|
12
12
|
var styles = {
|
|
13
13
|
root: "_zulp12x7 _11c8fhey _2rkofajl _v5649dqc _4bfu1r31 _1hmsglyw _ajmmnqa1 _1rjcze3t _1e0c1txw _4cvr1h6o _1bah1h6o _4t3i5r7u _kqswh2mm _1nrm1r31 _1a3b1r31 _9oik1r31 _c2waglyw _4fprglyw _1bnxglyw _1iohnqa1 _5goinqa1 _jf4cnqa1",
|
|
14
14
|
rootT26Shape: "_2rko1qi0",
|
|
15
|
+
interactiveMotion: "_v564o1g2 _1gglat8s",
|
|
15
16
|
border: "_14mj1kw7 _9v7aze3t _1tv3nqa1 _39yqe4h9 _aetrb3bt _18postnw",
|
|
16
17
|
selected: "_11q71qds _syazw5ct _8l3m15jn _f8pjw5ct _1053w5ct _19lcjrv1 _30l3w5ct _j6xtnh62 _9h8hw5ct",
|
|
17
18
|
disabled: "_11q71c9b _syaz1i3i _8l3m1j28 _f8pj1i3i _10531i3i _19lc1c9b _30l31i3i _j6xt1c9b _9h8h1i3i"
|
|
@@ -49,7 +50,7 @@ export var ThemedPressable = /*#__PURE__*/forwardRef(function ThemedPressable(_r
|
|
|
49
50
|
// @ts-expect-error
|
|
50
51
|
// eslint-disable-next-line @compiled/no-suppress-xcss
|
|
51
52
|
,
|
|
52
|
-
xcss: cx(styles.root, fg('platform-dst-shape-theme-default') && styles.rootT26Shape, shapeStyles[shape], hasBorder && styles.border, appearanceStyles[appearance], isSelected && styles.selected, isDisabled && styles.disabled),
|
|
53
|
+
xcss: cx(styles.root, fg('platform-dst-shape-theme-default') && styles.rootT26Shape, shapeStyles[shape], hasBorder && styles.border, appearanceStyles[appearance], isSelected && styles.selected, isDisabled && styles.disabled, fg('platform-dst-motion-uplift-button') && styles.interactiveMotion),
|
|
53
54
|
isDisabled: isDisabled
|
|
54
55
|
}));
|
|
55
56
|
});
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Structured MCP docs for `@atlaskit/navigation-system`.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import path from 'path';
|
|
6
|
+
|
|
7
|
+
import type { StructuredContentSource } from '@atlassian/structured-docs-types/types';
|
|
8
|
+
|
|
9
|
+
import packageJson from './package.json';
|
|
10
|
+
|
|
11
|
+
const packagePath = path.resolve(__dirname);
|
|
12
|
+
|
|
13
|
+
const documentation: StructuredContentSource = {
|
|
14
|
+
package: {
|
|
15
|
+
package: '@atlaskit/navigation-system',
|
|
16
|
+
packagePath,
|
|
17
|
+
packageJson,
|
|
18
|
+
overview:
|
|
19
|
+
'The latest navigation system for Atlassian apps. It provides a flexible layout system for top and side navigation, including components for product logos, search, and global actions.',
|
|
20
|
+
},
|
|
21
|
+
components: [
|
|
22
|
+
{
|
|
23
|
+
name: 'TopNav',
|
|
24
|
+
description: 'The horizontal top navigation bar component.',
|
|
25
|
+
status: 'general-availability',
|
|
26
|
+
import: {
|
|
27
|
+
name: 'TopNav',
|
|
28
|
+
package: '@atlaskit/navigation-system/layout/top-nav',
|
|
29
|
+
type: 'named',
|
|
30
|
+
packagePath,
|
|
31
|
+
packageJson,
|
|
32
|
+
},
|
|
33
|
+
usageGuidelines: [
|
|
34
|
+
'Render `TopNav` within the `Root` component to provide global navigation and actions.',
|
|
35
|
+
],
|
|
36
|
+
keywords: ['navigation', 'top-nav', 'header'],
|
|
37
|
+
categories: ['navigation'],
|
|
38
|
+
examples: [
|
|
39
|
+
{
|
|
40
|
+
name: 'Top navigation',
|
|
41
|
+
description: 'Basic usage of the top navigation bar.',
|
|
42
|
+
source: path.resolve(packagePath, './examples/top-navigation.tsx'),
|
|
43
|
+
},
|
|
44
|
+
],
|
|
45
|
+
},
|
|
46
|
+
],
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export default documentation;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/navigation-system",
|
|
3
|
-
"version": "10.0
|
|
3
|
+
"version": "10.2.0",
|
|
4
4
|
"description": "The latest navigation system for Atlassian apps.",
|
|
5
5
|
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
6
6
|
"author": "Atlassian Pty Ltd",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"react-compiler": {
|
|
20
20
|
"enabled": true,
|
|
21
21
|
"gating": {
|
|
22
|
-
"source": "@
|
|
22
|
+
"source": "@atlaskit/react-compiler-gating",
|
|
23
23
|
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -53,25 +53,25 @@
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@atlaskit/analytics-next": "^12.
|
|
57
|
-
"@atlaskit/app-provider": "^5.
|
|
58
|
-
"@atlaskit/avatar": "^26.
|
|
59
|
-
"@atlaskit/button": "^24.
|
|
56
|
+
"@atlaskit/analytics-next": "^12.1.0",
|
|
57
|
+
"@atlaskit/app-provider": "^5.1.0",
|
|
58
|
+
"@atlaskit/avatar": "^26.1.0",
|
|
59
|
+
"@atlaskit/button": "^24.3.0",
|
|
60
60
|
"@atlaskit/css": "^1.0.0",
|
|
61
61
|
"@atlaskit/ds-lib": "^8.0.0",
|
|
62
|
-
"@atlaskit/icon": "^36.
|
|
63
|
-
"@atlaskit/layering": "^4.
|
|
64
|
-
"@atlaskit/logo": "^21.
|
|
62
|
+
"@atlaskit/icon": "^36.1.0",
|
|
63
|
+
"@atlaskit/layering": "^4.1.0",
|
|
64
|
+
"@atlaskit/logo": "^21.3.0",
|
|
65
65
|
"@atlaskit/platform-feature-flags": "^2.0.0",
|
|
66
|
-
"@atlaskit/platform-feature-flags-react": "^1.
|
|
67
|
-
"@atlaskit/popup": "^5.
|
|
66
|
+
"@atlaskit/platform-feature-flags-react": "^1.1.0",
|
|
67
|
+
"@atlaskit/popup": "^5.1.0",
|
|
68
68
|
"@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
|
|
69
|
-
"@atlaskit/primitives": "^20.
|
|
70
|
-
"@atlaskit/
|
|
71
|
-
"@atlaskit/
|
|
72
|
-
"@atlaskit/
|
|
73
|
-
"@atlaskit/
|
|
74
|
-
"@
|
|
69
|
+
"@atlaskit/primitives": "^20.3.0",
|
|
70
|
+
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
71
|
+
"@atlaskit/side-nav-items": "^2.2.0",
|
|
72
|
+
"@atlaskit/tokens": "^15.3.0",
|
|
73
|
+
"@atlaskit/tooltip": "^23.1.0",
|
|
74
|
+
"@atlaskit/visually-hidden": "^4.1.0",
|
|
75
75
|
"@babel/runtime": "^7.0.0",
|
|
76
76
|
"@compiled/react": "^0.20.0",
|
|
77
77
|
"bind-event-listener": "^3.0.0",
|
|
@@ -86,34 +86,34 @@
|
|
|
86
86
|
"@af/accessibility-testing": "workspace:^",
|
|
87
87
|
"@af/integration-testing": "workspace:^",
|
|
88
88
|
"@af/visual-regression": "workspace:^",
|
|
89
|
-
"@atlaskit/badge": "^19.
|
|
90
|
-
"@atlaskit/banner": "^15.
|
|
91
|
-
"@atlaskit/breadcrumbs": "^17.
|
|
92
|
-
"@atlaskit/dropdown-menu": "^17.
|
|
93
|
-
"@atlaskit/flag": "^18.
|
|
94
|
-
"@atlaskit/form": "^16.
|
|
95
|
-
"@atlaskit/heading": "^6.
|
|
96
|
-
"@atlaskit/inline-dialog": "^19.
|
|
97
|
-
"@atlaskit/link": "^4.
|
|
98
|
-
"@atlaskit/lozenge": "^14.
|
|
99
|
-
"@atlaskit/menu": "^9.
|
|
100
|
-
"@atlaskit/modal-dialog": "^16.
|
|
101
|
-
"@atlaskit/onboarding": "^15.
|
|
102
|
-
"@atlaskit/page-header": "^13.
|
|
103
|
-
"@atlaskit/page-layout": "^5.
|
|
104
|
-
"@atlaskit/popper": "^8.
|
|
89
|
+
"@atlaskit/badge": "^19.1.0",
|
|
90
|
+
"@atlaskit/banner": "^15.1.0",
|
|
91
|
+
"@atlaskit/breadcrumbs": "^17.2.0",
|
|
92
|
+
"@atlaskit/dropdown-menu": "^17.1.0",
|
|
93
|
+
"@atlaskit/flag": "^18.1.0",
|
|
94
|
+
"@atlaskit/form": "^16.1.0",
|
|
95
|
+
"@atlaskit/heading": "^6.1.0",
|
|
96
|
+
"@atlaskit/inline-dialog": "^19.1.0",
|
|
97
|
+
"@atlaskit/link": "^4.1.0",
|
|
98
|
+
"@atlaskit/lozenge": "^14.1.0",
|
|
99
|
+
"@atlaskit/menu": "^9.1.0",
|
|
100
|
+
"@atlaskit/modal-dialog": "^16.1.0",
|
|
101
|
+
"@atlaskit/onboarding": "^15.1.0",
|
|
102
|
+
"@atlaskit/page-header": "^13.1.0",
|
|
103
|
+
"@atlaskit/page-layout": "^5.2.0",
|
|
104
|
+
"@atlaskit/popper": "^8.2.0",
|
|
105
105
|
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^3.0.0",
|
|
106
|
-
"@atlaskit/select": "^22.
|
|
107
|
-
"@atlaskit/skeleton": "^3.
|
|
108
|
-
"@atlaskit/spotlight": "^2.
|
|
109
|
-
"@atlaskit/textfield": "^9.
|
|
110
|
-
"@atlaskit/top-layer": "^1.
|
|
106
|
+
"@atlaskit/select": "^22.3.0",
|
|
107
|
+
"@atlaskit/skeleton": "^3.1.0",
|
|
108
|
+
"@atlaskit/spotlight": "^2.1.0",
|
|
109
|
+
"@atlaskit/textfield": "^9.1.0",
|
|
110
|
+
"@atlaskit/top-layer": "^1.2.0",
|
|
111
111
|
"@atlassian/feature-flags-test-utils": "^1.1.0",
|
|
112
112
|
"@atlassian/gemini": "^1.47.0",
|
|
113
|
-
"@atlassian/search-dialog": "^10.
|
|
113
|
+
"@atlassian/search-dialog": "^10.5.0",
|
|
114
114
|
"@atlassian/ssr-tests": "workspace:^",
|
|
115
115
|
"@atlassian/test-utils": "^1.0.0",
|
|
116
|
-
"@atlassian/testing-library": "^0.
|
|
116
|
+
"@atlassian/testing-library": "^0.7.0",
|
|
117
117
|
"@axe-core/playwright": "^4.11.1",
|
|
118
118
|
"@testing-library/react": "^16.3.0",
|
|
119
119
|
"@testing-library/user-event": "^14.4.3",
|
|
@@ -163,6 +163,10 @@
|
|
|
163
163
|
},
|
|
164
164
|
"platform_dst_nav4_skip_link_a11y_1": {
|
|
165
165
|
"type": "boolean"
|
|
166
|
+
},
|
|
167
|
+
"platform-dst-motion-uplift-button": {
|
|
168
|
+
"type": "boolean",
|
|
169
|
+
"referenceOnly": true
|
|
166
170
|
}
|
|
167
171
|
},
|
|
168
172
|
"homepage": "https://atlassian.design/components/navigation-system"
|