@atlaskit/side-navigation 11.0.3 → 11.0.4
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 +10 -0
- package/dist/cjs/components/Footer/index.compiled.css +6 -6
- package/dist/cjs/components/Footer/index.js +1 -1
- package/dist/cjs/components/Header/index.compiled.css +2 -2
- package/dist/cjs/components/Header/index.js +1 -1
- package/dist/es2019/components/Footer/index.compiled.css +6 -6
- package/dist/es2019/components/Footer/index.js +1 -1
- package/dist/es2019/components/Header/index.compiled.css +2 -2
- package/dist/es2019/components/Header/index.js +1 -1
- package/dist/esm/components/Footer/index.compiled.css +6 -6
- package/dist/esm/components/Footer/index.js +1 -1
- package/dist/esm/components/Header/index.compiled.css +2 -2
- package/dist/esm/components/Header/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @atlaskit/side-navigation
|
|
2
2
|
|
|
3
|
+
## 11.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#164701](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/164701)
|
|
8
|
+
[`f83ed2799dd47`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f83ed2799dd47) -
|
|
9
|
+
Internal refactor. This removes a temporary workaround to increase the specificity of some
|
|
10
|
+
Compiled styles. This is no longer needed now that this package has been completely migrated from
|
|
11
|
+
Emotion to Compiled.
|
|
12
|
+
|
|
3
13
|
## 11.0.3
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
|
|
2
2
|
._vrjtdcr7 [data-item-title]{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}._13e21h6o [data-item-description]{text-align:center}
|
|
3
|
-
._14741h6o._14741h6o{text-align:center}
|
|
4
3
|
._14bw1o8l [data-item-description]{display:inline-block}
|
|
5
4
|
._159iu2gc [data-item-elem-before]{margin-bottom:var(--ds-space-100,8px)}
|
|
6
5
|
._16vx1h6o [data-item-title]{text-align:center}
|
|
7
6
|
._1bsb1k8s{width:1.5rem}
|
|
8
|
-
.
|
|
7
|
+
._1bsb1osq{width:100%}
|
|
9
8
|
._1e0c1o8l{display:inline-block}
|
|
9
|
+
._1e0c1ule{display:block}
|
|
10
10
|
._1jkv12x7 [data-item-description]{margin-right:var(--ds-space-075,6px)}
|
|
11
|
-
._1kba1h6o._1kba1h6o{align-items:center}
|
|
12
11
|
._1mt2ze3t [data-item-elem-before]{margin-right:var(--ds-space-0,0)}
|
|
13
12
|
._1rla12x7 [data-item-description]{margin-bottom:var(--ds-space-075,6px)}
|
|
13
|
+
._1tke1tcg{min-height:24px}
|
|
14
|
+
._4cvr1h6o{align-items:center}
|
|
14
15
|
._4t3i1k8s{height:1.5rem}
|
|
15
16
|
._76zj1o8l [data-item-elem-before]{display:inline-block}
|
|
16
17
|
._eq7s12x7 [data-item-description]{margin-top:var(--ds-space-075,6px)}
|
|
17
|
-
.
|
|
18
|
-
.
|
|
19
|
-
._w1ap1osq._w1ap1osq{width:100%}
|
|
18
|
+
._uizt1wug{-webkit-user-select:auto;-ms-user-select:auto;user-select:auto}
|
|
19
|
+
._y3gn1h6o{text-align:center}
|
|
20
20
|
._z2a212x7 [data-item-description]{margin-left:var(--ds-space-075,6px)}
|
|
21
21
|
div._11kjqtfy:hover{background-color:var(--ds-background-neutral-subtle,transparent)}
|
|
22
22
|
div._jl2n73ad:hover{cursor:default}
|
|
@@ -20,7 +20,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
20
20
|
/* eslint-disable @repo/internal/react/consistent-props-definitions */
|
|
21
21
|
var styles = {
|
|
22
22
|
iconContainer: "_1e0c1o8l _1bsb1k8s _4t3i1k8s",
|
|
23
|
-
oldFooter: "
|
|
23
|
+
oldFooter: "_uizt1wug _1e0c1ule _y3gn1h6o _1tke1tcg _4cvr1h6o _1bsb1osq _vrjtdcr7 _16vx1h6o _1mt2ze3t _159iu2gc _76zj1o8l _13e21h6o _14bw1o8l _eq7s12x7 _1jkv12x7 _1rla12x7 _z2a212x7 _11kjqtfy _jl2n73ad _1et6qtfy _1v6jjjyb"
|
|
24
24
|
};
|
|
25
25
|
/**
|
|
26
26
|
* __Footer__
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
._vrjt140y [data-item-title]{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}.
|
|
3
|
-
.
|
|
2
|
+
._vrjt140y [data-item-title]{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}._1cmd10s3 [data-item-title]{color:var(--ds-text,#42526e)}
|
|
3
|
+
._uizt1wug{-webkit-user-select:auto;-ms-user-select:auto;user-select:auto}
|
|
4
4
|
div._11kjqtfy:hover{background-color:var(--ds-background-neutral-subtle,transparent)}
|
|
5
5
|
div._jl2n73ad:hover{cursor:default}
|
|
6
6
|
div._1et6qtfy:active{background-color:var(--ds-background-neutral-subtle,transparent)}
|
|
@@ -17,7 +17,7 @@ var _Item = require("../Item");
|
|
|
17
17
|
var _excluded = ["children", "data-testid"];
|
|
18
18
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
19
19
|
var styles = {
|
|
20
|
-
header: "_vrjt140y _1cmd10s3
|
|
20
|
+
header: "_uizt1wug _vrjt140y _1cmd10s3 _11kjqtfy _jl2n73ad _1et6qtfy _1v6j10s3"
|
|
21
21
|
};
|
|
22
22
|
|
|
23
23
|
/**
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
|
|
2
2
|
._vrjtdcr7 [data-item-title]{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}._13e21h6o [data-item-description]{text-align:center}
|
|
3
|
-
._14741h6o._14741h6o{text-align:center}
|
|
4
3
|
._14bw1o8l [data-item-description]{display:inline-block}
|
|
5
4
|
._159iu2gc [data-item-elem-before]{margin-bottom:var(--ds-space-100,8px)}
|
|
6
5
|
._16vx1h6o [data-item-title]{text-align:center}
|
|
7
6
|
._1bsb1k8s{width:1.5rem}
|
|
8
|
-
.
|
|
7
|
+
._1bsb1osq{width:100%}
|
|
9
8
|
._1e0c1o8l{display:inline-block}
|
|
9
|
+
._1e0c1ule{display:block}
|
|
10
10
|
._1jkv12x7 [data-item-description]{margin-right:var(--ds-space-075,6px)}
|
|
11
|
-
._1kba1h6o._1kba1h6o{align-items:center}
|
|
12
11
|
._1mt2ze3t [data-item-elem-before]{margin-right:var(--ds-space-0,0)}
|
|
13
12
|
._1rla12x7 [data-item-description]{margin-bottom:var(--ds-space-075,6px)}
|
|
13
|
+
._1tke1tcg{min-height:24px}
|
|
14
|
+
._4cvr1h6o{align-items:center}
|
|
14
15
|
._4t3i1k8s{height:1.5rem}
|
|
15
16
|
._76zj1o8l [data-item-elem-before]{display:inline-block}
|
|
16
17
|
._eq7s12x7 [data-item-description]{margin-top:var(--ds-space-075,6px)}
|
|
17
|
-
.
|
|
18
|
-
.
|
|
19
|
-
._w1ap1osq._w1ap1osq{width:100%}
|
|
18
|
+
._uizt1wug{-webkit-user-select:auto;-ms-user-select:auto;user-select:auto}
|
|
19
|
+
._y3gn1h6o{text-align:center}
|
|
20
20
|
._z2a212x7 [data-item-description]{margin-left:var(--ds-space-075,6px)}
|
|
21
21
|
div._11kjqtfy:hover{background-color:var(--ds-background-neutral-subtle,transparent)}
|
|
22
22
|
div._jl2n73ad:hover{cursor:default}
|
|
@@ -12,7 +12,7 @@ import { Container } from '../Header';
|
|
|
12
12
|
import { CustomItem } from '../Item';
|
|
13
13
|
const styles = {
|
|
14
14
|
iconContainer: "_1e0c1o8l _1bsb1k8s _4t3i1k8s",
|
|
15
|
-
oldFooter: "
|
|
15
|
+
oldFooter: "_uizt1wug _1e0c1ule _y3gn1h6o _1tke1tcg _4cvr1h6o _1bsb1osq _vrjtdcr7 _16vx1h6o _1mt2ze3t _159iu2gc _76zj1o8l _13e21h6o _14bw1o8l _eq7s12x7 _1jkv12x7 _1rla12x7 _z2a212x7 _11kjqtfy _jl2n73ad _1et6qtfy _1v6jjjyb"
|
|
16
16
|
};
|
|
17
17
|
/**
|
|
18
18
|
* __Footer__
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
._vrjt140y [data-item-title]{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}.
|
|
3
|
-
.
|
|
2
|
+
._vrjt140y [data-item-title]{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}._1cmd10s3 [data-item-title]{color:var(--ds-text,#42526e)}
|
|
3
|
+
._uizt1wug{-webkit-user-select:auto;-ms-user-select:auto;user-select:auto}
|
|
4
4
|
div._11kjqtfy:hover{background-color:var(--ds-background-neutral-subtle,transparent)}
|
|
5
5
|
div._jl2n73ad:hover{cursor:default}
|
|
6
6
|
div._1et6qtfy:active{background-color:var(--ds-background-neutral-subtle,transparent)}
|
|
@@ -6,7 +6,7 @@ import React, { forwardRef } from 'react';
|
|
|
6
6
|
import { N500 } from '@atlaskit/theme/colors';
|
|
7
7
|
import { CustomItem } from '../Item';
|
|
8
8
|
const styles = {
|
|
9
|
-
header: "_vrjt140y _1cmd10s3
|
|
9
|
+
header: "_uizt1wug _vrjt140y _1cmd10s3 _11kjqtfy _jl2n73ad _1et6qtfy _1v6j10s3"
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
/**
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
|
|
2
2
|
._vrjtdcr7 [data-item-title]{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}._13e21h6o [data-item-description]{text-align:center}
|
|
3
|
-
._14741h6o._14741h6o{text-align:center}
|
|
4
3
|
._14bw1o8l [data-item-description]{display:inline-block}
|
|
5
4
|
._159iu2gc [data-item-elem-before]{margin-bottom:var(--ds-space-100,8px)}
|
|
6
5
|
._16vx1h6o [data-item-title]{text-align:center}
|
|
7
6
|
._1bsb1k8s{width:1.5rem}
|
|
8
|
-
.
|
|
7
|
+
._1bsb1osq{width:100%}
|
|
9
8
|
._1e0c1o8l{display:inline-block}
|
|
9
|
+
._1e0c1ule{display:block}
|
|
10
10
|
._1jkv12x7 [data-item-description]{margin-right:var(--ds-space-075,6px)}
|
|
11
|
-
._1kba1h6o._1kba1h6o{align-items:center}
|
|
12
11
|
._1mt2ze3t [data-item-elem-before]{margin-right:var(--ds-space-0,0)}
|
|
13
12
|
._1rla12x7 [data-item-description]{margin-bottom:var(--ds-space-075,6px)}
|
|
13
|
+
._1tke1tcg{min-height:24px}
|
|
14
|
+
._4cvr1h6o{align-items:center}
|
|
14
15
|
._4t3i1k8s{height:1.5rem}
|
|
15
16
|
._76zj1o8l [data-item-elem-before]{display:inline-block}
|
|
16
17
|
._eq7s12x7 [data-item-description]{margin-top:var(--ds-space-075,6px)}
|
|
17
|
-
.
|
|
18
|
-
.
|
|
19
|
-
._w1ap1osq._w1ap1osq{width:100%}
|
|
18
|
+
._uizt1wug{-webkit-user-select:auto;-ms-user-select:auto;user-select:auto}
|
|
19
|
+
._y3gn1h6o{text-align:center}
|
|
20
20
|
._z2a212x7 [data-item-description]{margin-left:var(--ds-space-075,6px)}
|
|
21
21
|
div._11kjqtfy:hover{background-color:var(--ds-background-neutral-subtle,transparent)}
|
|
22
22
|
div._jl2n73ad:hover{cursor:default}
|
|
@@ -12,7 +12,7 @@ import { Container } from '../Header';
|
|
|
12
12
|
import { CustomItem } from '../Item';
|
|
13
13
|
var styles = {
|
|
14
14
|
iconContainer: "_1e0c1o8l _1bsb1k8s _4t3i1k8s",
|
|
15
|
-
oldFooter: "
|
|
15
|
+
oldFooter: "_uizt1wug _1e0c1ule _y3gn1h6o _1tke1tcg _4cvr1h6o _1bsb1osq _vrjtdcr7 _16vx1h6o _1mt2ze3t _159iu2gc _76zj1o8l _13e21h6o _14bw1o8l _eq7s12x7 _1jkv12x7 _1rla12x7 _z2a212x7 _11kjqtfy _jl2n73ad _1et6qtfy _1v6jjjyb"
|
|
16
16
|
};
|
|
17
17
|
/**
|
|
18
18
|
* __Footer__
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
._vrjt140y [data-item-title]{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}.
|
|
3
|
-
.
|
|
2
|
+
._vrjt140y [data-item-title]{font:var(--ds-font-heading-xsmall,normal 600 14px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}._1cmd10s3 [data-item-title]{color:var(--ds-text,#42526e)}
|
|
3
|
+
._uizt1wug{-webkit-user-select:auto;-ms-user-select:auto;user-select:auto}
|
|
4
4
|
div._11kjqtfy:hover{background-color:var(--ds-background-neutral-subtle,transparent)}
|
|
5
5
|
div._jl2n73ad:hover{cursor:default}
|
|
6
6
|
div._1et6qtfy:active{background-color:var(--ds-background-neutral-subtle,transparent)}
|
|
@@ -8,7 +8,7 @@ import React, { forwardRef } from 'react';
|
|
|
8
8
|
import { N500 } from '@atlaskit/theme/colors';
|
|
9
9
|
import { CustomItem } from '../Item';
|
|
10
10
|
var styles = {
|
|
11
|
-
header: "_vrjt140y _1cmd10s3
|
|
11
|
+
header: "_uizt1wug _vrjt140y _1cmd10s3 _11kjqtfy _jl2n73ad _1et6qtfy _1v6j10s3"
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
/**
|
package/package.json
CHANGED