@atlaskit/side-navigation 3.3.0 → 3.3.2

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atlaskit/side-navigation
2
2
 
3
+ ## 3.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#114764](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114764)
8
+ [`ae20dac6e31c4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ae20dac6e31c4) -
9
+ Bump packages to use react-beautiful-dnd@12.2.0
10
+
11
+ ## 3.3.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 3.3.0
4
18
 
5
19
  ### Minor Changes
@@ -1,12 +1,11 @@
1
1
  {
2
- "extends": "../../../../tsconfig.products.json",
2
+ "extends": "../../../../tsconfig.entry-points.jira.json",
3
3
  "compilerOptions": {
4
4
  "declaration": true,
5
5
  "target": "es5",
6
6
  "outDir": "../../../../../tsDist/@atlaskit__side-navigation/app",
7
7
  "composite": true,
8
- "rootDir": "../",
9
- "baseUrl": "../"
8
+ "rootDir": "../"
10
9
  },
11
10
  "include": [
12
11
  "../src/**/*.ts",
@@ -38,7 +38,7 @@ var NavigationContent = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref
38
38
  var typedRef = ref;
39
39
  return (0, _react2.jsx)("div", {
40
40
  ref: typedRef
41
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
41
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
42
42
  ,
43
43
  css: (0, _styles.outerContainerCSS)({
44
44
  showTopScrollIndicator: showTopScrollIndicator,
@@ -33,7 +33,7 @@ const NavigationContent = /*#__PURE__*/forwardRef((props, ref) => {
33
33
  const typedRef = ref;
34
34
  return jsx("div", {
35
35
  ref: typedRef
36
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
36
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
37
37
  ,
38
38
  css: outerContainerCSS({
39
39
  showTopScrollIndicator,
@@ -30,7 +30,7 @@ var NavigationContent = /*#__PURE__*/forwardRef(function (props, ref) {
30
30
  var typedRef = ref;
31
31
  return jsx("div", {
32
32
  ref: typedRef
33
- // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
33
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
34
34
  ,
35
35
  css: outerContainerCSS({
36
36
  showTopScrollIndicator: showTopScrollIndicator,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/side-navigation",
3
- "version": "3.3.0",
3
+ "version": "3.3.2",
4
4
  "description": "A highly composable side navigation component that supports nested views.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -35,9 +35,9 @@
35
35
  "@atlaskit/menu": "^2.5.0",
36
36
  "@atlaskit/motion": "^1.7.0",
37
37
  "@atlaskit/platform-feature-flags": "^0.2.5",
38
- "@atlaskit/primitives": "^7.4.0",
39
- "@atlaskit/theme": "^12.10.0",
40
- "@atlaskit/tokens": "^1.51.0",
38
+ "@atlaskit/primitives": "^8.2.0",
39
+ "@atlaskit/theme": "^12.11.0",
40
+ "@atlaskit/tokens": "^1.53.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1"
43
43
  },
@@ -57,7 +57,7 @@
57
57
  "jest-emotion": "^10.0.32",
58
58
  "jscodeshift": "^0.13.0",
59
59
  "raf-stub": "^2.0.1",
60
- "react-beautiful-dnd": "^12.1.1",
60
+ "react-beautiful-dnd": "^12.2.0",
61
61
  "typescript": "~5.4.2"
62
62
  },
63
63
  "techstack": {