@atlaskit/side-navigation 6.0.0 → 6.0.1
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 +6 -0
- package/dist/cjs/components/Footer/index.js +1 -1
- package/dist/cjs/components/Header/index.js +1 -1
- package/dist/es2019/components/Footer/index.js +1 -1
- package/dist/es2019/components/Header/index.js +1 -1
- package/dist/esm/components/Footer/index.js +1 -1
- package/dist/esm/components/Header/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -45,7 +45,7 @@ var OldFooter = function OldFooter(props) {
|
|
|
45
45
|
},
|
|
46
46
|
'[data-item-title]': {
|
|
47
47
|
textAlign: 'center',
|
|
48
|
-
font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
48
|
+
font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
|
|
49
49
|
},
|
|
50
50
|
'[data-item-description]': {
|
|
51
51
|
textAlign: 'center',
|
|
@@ -69,7 +69,7 @@ var Header = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
|
69
69
|
return (0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({
|
|
70
70
|
userSelect: 'auto'
|
|
71
71
|
}, '[data-item-title]', {
|
|
72
|
-
font: "var(--ds-font-heading-xsmall, normal 600 14px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
72
|
+
font: "var(--ds-font-heading-xsmall, normal 600 14px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
73
73
|
color: "var(--ds-text, ".concat(_colors.N500, ")")
|
|
74
74
|
}), 'div&:hover', {
|
|
75
75
|
backgroundColor: "var(--ds-background-neutral-subtle, transparent)",
|
|
@@ -35,7 +35,7 @@ const OldFooter = props => {
|
|
|
35
35
|
},
|
|
36
36
|
'[data-item-title]': {
|
|
37
37
|
textAlign: 'center',
|
|
38
|
-
font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
38
|
+
font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
|
|
39
39
|
},
|
|
40
40
|
'[data-item-description]': {
|
|
41
41
|
textAlign: 'center',
|
|
@@ -55,7 +55,7 @@ const Header = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
55
55
|
const cssFn = overrideStyleFunction(() => ({
|
|
56
56
|
userSelect: 'auto',
|
|
57
57
|
['[data-item-title]']: {
|
|
58
|
-
font: "var(--ds-font-heading-xsmall, normal 600 14px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
58
|
+
font: "var(--ds-font-heading-xsmall, normal 600 14px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
59
59
|
color: `var(--ds-text, ${N500})`
|
|
60
60
|
},
|
|
61
61
|
// Will look interactive if the `component` is anything other than a div.
|
|
@@ -36,7 +36,7 @@ var OldFooter = function OldFooter(props) {
|
|
|
36
36
|
},
|
|
37
37
|
'[data-item-title]': {
|
|
38
38
|
textAlign: 'center',
|
|
39
|
-
font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
39
|
+
font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
|
|
40
40
|
},
|
|
41
41
|
'[data-item-description]': {
|
|
42
42
|
textAlign: 'center',
|
|
@@ -60,7 +60,7 @@ var Header = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
|
60
60
|
return _defineProperty(_defineProperty(_defineProperty({
|
|
61
61
|
userSelect: 'auto'
|
|
62
62
|
}, '[data-item-title]', {
|
|
63
|
-
font: "var(--ds-font-heading-xsmall, normal 600 14px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu,
|
|
63
|
+
font: "var(--ds-font-heading-xsmall, normal 600 14px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
|
|
64
64
|
color: "var(--ds-text, ".concat(N500, ")")
|
|
65
65
|
}), 'div&:hover', {
|
|
66
66
|
backgroundColor: "var(--ds-background-neutral-subtle, transparent)",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/side-navigation",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"description": "A highly composable side navigation component that supports nested views.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"@atlaskit/motion": "^5.0.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
41
41
|
"@atlaskit/primitives": "^14.1.0",
|
|
42
|
-
"@atlaskit/theme": "^
|
|
43
|
-
"@atlaskit/tokens": "^4.
|
|
42
|
+
"@atlaskit/theme": "^18.0.0",
|
|
43
|
+
"@atlaskit/tokens": "^4.3.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@compiled/react": "^0.18.2"
|
|
46
46
|
},
|