@atlaskit/side-nav-items 1.5.0 → 1.7.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 +18 -0
- package/dist/cjs/ui/skeleton/skeleton-menu-item.compiled.css +1 -1
- package/dist/cjs/ui/skeleton/skeleton-menu-item.js +2 -2
- package/dist/cjs/ui/skeleton/skeleton-menu-section-heading.compiled.css +1 -1
- package/dist/cjs/ui/skeleton/skeleton-menu-section-heading.js +1 -1
- package/dist/es2019/ui/skeleton/skeleton-menu-item.compiled.css +1 -1
- package/dist/es2019/ui/skeleton/skeleton-menu-item.js +2 -2
- package/dist/es2019/ui/skeleton/skeleton-menu-section-heading.compiled.css +1 -1
- package/dist/es2019/ui/skeleton/skeleton-menu-section-heading.js +1 -1
- package/dist/esm/ui/skeleton/skeleton-menu-item.compiled.css +1 -1
- package/dist/esm/ui/skeleton/skeleton-menu-item.js +2 -2
- package/dist/esm/ui/skeleton/skeleton-menu-section-heading.compiled.css +1 -1
- package/dist/esm/ui/skeleton/skeleton-menu-section-heading.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/side-nav-items
|
|
2
2
|
|
|
3
|
+
## 1.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`b9dcd2a2ed822`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b9dcd2a2ed822) -
|
|
8
|
+
Internal refactor to change the imports of side nav item components from
|
|
9
|
+
`@atlaskit/navigation-system` to the new package `@atlaskit/side-nav-items`.
|
|
10
|
+
|
|
11
|
+
There are no functional changes - `@atlaskit/navigation-system` was already just re-exporting them
|
|
12
|
+
from `@atlaskit/side-nav-items`.
|
|
13
|
+
|
|
14
|
+
## 1.6.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [`c44903f5844c2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c44903f5844c2) -
|
|
19
|
+
Rounded cap height of side nav menu skeletons to the nearest pixel.
|
|
20
|
+
|
|
3
21
|
## 1.5.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
._4cvr1h6o{align-items:center}
|
|
13
13
|
._4t3i1tcg{height:24px}
|
|
14
14
|
._4t3i1ylp{height:40px}
|
|
15
|
-
.
|
|
15
|
+
._4t3ic3s8{height:round(1cap,1px)}
|
|
16
16
|
._4t3igktf{height:20px}
|
|
17
17
|
._4t3iu7e1{height:1lh}
|
|
18
18
|
._85i51b66{padding-block-end:var(--ds-space-050,4px)}
|
|
@@ -20,9 +20,9 @@ var containerStyles = {
|
|
|
20
20
|
elemBefore: "_bozgv77o _y4tiv77o _1q51v77o _85i5v77o _1e0c1txw _4cvr1h6o _1bah1h6o"
|
|
21
21
|
};
|
|
22
22
|
var skeletonStyles = {
|
|
23
|
-
item: "_2rko1rr0 _bfhkizff _1bsb53f4
|
|
23
|
+
item: "_2rko1rr0 _bfhkizff _1bsb53f4 _4t3ic3s8",
|
|
24
24
|
elemBefore: "_2rko12b0 _bfhkizff _1bsbgktf _4t3igktf",
|
|
25
|
-
description: "_2rko1rr0 _bfhkizff _1bsb1wqb
|
|
25
|
+
description: "_2rko1rr0 _bfhkizff _1bsb1wqb _4t3ic3s8"
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* __Skeleton menu item__
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
._1q511b66{padding-block-start:var(--ds-space-050,4px)}
|
|
6
6
|
._1tke1tcg{min-height:24px}
|
|
7
7
|
._4cvr1h6o{align-items:center}
|
|
8
|
-
.
|
|
8
|
+
._4t3ic3s8{height:round(1cap,1px)}
|
|
9
9
|
._4t3iu7e1{height:1lh}
|
|
10
10
|
._85i51b66{padding-block-end:var(--ds-space-050,4px)}
|
|
11
11
|
._bfhkizff{background-color:var(--ds-skeleton,#0515240f)}
|
|
@@ -15,7 +15,7 @@ var containerStyles = {
|
|
|
15
15
|
item: "_11c8i4vh _4t3iu7e1 _1e0c1txw _4cvr1h6o"
|
|
16
16
|
};
|
|
17
17
|
var skeletonStyles = {
|
|
18
|
-
item: "_2rko1rr0 _bfhkizff _1bsb1wqb
|
|
18
|
+
item: "_2rko1rr0 _bfhkizff _1bsb1wqb _4t3ic3s8"
|
|
19
19
|
};
|
|
20
20
|
/**
|
|
21
21
|
* __Skeleton menu section heading__
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
._4cvr1h6o{align-items:center}
|
|
13
13
|
._4t3i1tcg{height:24px}
|
|
14
14
|
._4t3i1ylp{height:40px}
|
|
15
|
-
.
|
|
15
|
+
._4t3ic3s8{height:round(1cap,1px)}
|
|
16
16
|
._4t3igktf{height:20px}
|
|
17
17
|
._4t3iu7e1{height:1lh}
|
|
18
18
|
._85i51b66{padding-block-end:var(--ds-space-050,4px)}
|
|
@@ -12,9 +12,9 @@ const containerStyles = {
|
|
|
12
12
|
elemBefore: "_bozgv77o _y4tiv77o _1q51v77o _85i5v77o _1e0c1txw _4cvr1h6o _1bah1h6o"
|
|
13
13
|
};
|
|
14
14
|
const skeletonStyles = {
|
|
15
|
-
item: "_2rko1rr0 _bfhkizff _1bsb53f4
|
|
15
|
+
item: "_2rko1rr0 _bfhkizff _1bsb53f4 _4t3ic3s8",
|
|
16
16
|
elemBefore: "_2rko12b0 _bfhkizff _1bsbgktf _4t3igktf",
|
|
17
|
-
description: "_2rko1rr0 _bfhkizff _1bsb1wqb
|
|
17
|
+
description: "_2rko1rr0 _bfhkizff _1bsb1wqb _4t3ic3s8"
|
|
18
18
|
};
|
|
19
19
|
/**
|
|
20
20
|
* __Skeleton menu item__
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
._1q511b66{padding-block-start:var(--ds-space-050,4px)}
|
|
6
6
|
._1tke1tcg{min-height:24px}
|
|
7
7
|
._4cvr1h6o{align-items:center}
|
|
8
|
-
.
|
|
8
|
+
._4t3ic3s8{height:round(1cap,1px)}
|
|
9
9
|
._4t3iu7e1{height:1lh}
|
|
10
10
|
._85i51b66{padding-block-end:var(--ds-space-050,4px)}
|
|
11
11
|
._bfhkizff{background-color:var(--ds-skeleton,#0515240f)}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
._4cvr1h6o{align-items:center}
|
|
13
13
|
._4t3i1tcg{height:24px}
|
|
14
14
|
._4t3i1ylp{height:40px}
|
|
15
|
-
.
|
|
15
|
+
._4t3ic3s8{height:round(1cap,1px)}
|
|
16
16
|
._4t3igktf{height:20px}
|
|
17
17
|
._4t3iu7e1{height:1lh}
|
|
18
18
|
._85i51b66{padding-block-end:var(--ds-space-050,4px)}
|
|
@@ -12,9 +12,9 @@ var containerStyles = {
|
|
|
12
12
|
elemBefore: "_bozgv77o _y4tiv77o _1q51v77o _85i5v77o _1e0c1txw _4cvr1h6o _1bah1h6o"
|
|
13
13
|
};
|
|
14
14
|
var skeletonStyles = {
|
|
15
|
-
item: "_2rko1rr0 _bfhkizff _1bsb53f4
|
|
15
|
+
item: "_2rko1rr0 _bfhkizff _1bsb53f4 _4t3ic3s8",
|
|
16
16
|
elemBefore: "_2rko12b0 _bfhkizff _1bsbgktf _4t3igktf",
|
|
17
|
-
description: "_2rko1rr0 _bfhkizff _1bsb1wqb
|
|
17
|
+
description: "_2rko1rr0 _bfhkizff _1bsb1wqb _4t3ic3s8"
|
|
18
18
|
};
|
|
19
19
|
/**
|
|
20
20
|
* __Skeleton menu item__
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
._1q511b66{padding-block-start:var(--ds-space-050,4px)}
|
|
6
6
|
._1tke1tcg{min-height:24px}
|
|
7
7
|
._4cvr1h6o{align-items:center}
|
|
8
|
-
.
|
|
8
|
+
._4t3ic3s8{height:round(1cap,1px)}
|
|
9
9
|
._4t3iu7e1{height:1lh}
|
|
10
10
|
._85i51b66{padding-block-end:var(--ds-space-050,4px)}
|
|
11
11
|
._bfhkizff{background-color:var(--ds-skeleton,#0515240f)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/side-nav-items",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "Menu items and elements for the navigation side nav area.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"@af/accessibility-testing": "workspace:^",
|
|
57
57
|
"@af/integration-testing": "workspace:^",
|
|
58
58
|
"@af/visual-regression": "workspace:^",
|
|
59
|
-
"@atlaskit/app-provider": "^4.
|
|
59
|
+
"@atlaskit/app-provider": "^4.1.0",
|
|
60
60
|
"@atlaskit/lozenge": "^13.4.0",
|
|
61
|
-
"@atlaskit/navigation-system": "^5.
|
|
61
|
+
"@atlaskit/navigation-system": "^5.34.0",
|
|
62
62
|
"@atlaskit/ssr": "workspace:^",
|
|
63
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
63
|
+
"@atlassian/a11y-jest-testing": "^0.10.0",
|
|
64
64
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
65
65
|
"@atlassian/testing-library": "^0.4.0",
|
|
66
66
|
"@testing-library/react": "^16.3.0",
|