@atlaskit/side-navigation 11.0.23 → 11.0.25

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,17 @@
1
1
  # @atlaskit/side-navigation
2
2
 
3
+ ## 11.0.25
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 11.0.24
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 11.0.23
4
16
 
5
17
  ### Patch Changes
@@ -0,0 +1,54 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.products.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../tsDist/@atlaskit__side-navigation/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*",
18
+ "../src/**/examples.*",
19
+ "../src/**/examples/*",
20
+ "../src/**/examples/**/*",
21
+ "../src/**/*.stories.*",
22
+ "../src/**/stories/*",
23
+ "../src/**/stories/**/*"
24
+ ],
25
+ "references": [
26
+ {
27
+ "path": "../../css/afm-products/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../ds-lib/afm-products/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../icon/afm-products/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../menu/afm-products/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../motion/afm-products/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../../platform/feature-flags/afm-products/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../primitives/afm-products/tsconfig.json"
46
+ },
47
+ {
48
+ "path": "../../theme/afm-products/tsconfig.json"
49
+ },
50
+ {
51
+ "path": "../../tokens/afm-products/tsconfig.json"
52
+ }
53
+ ]
54
+ }
@@ -16,8 +16,8 @@
16
16
  ._1g0vcs5v:before{z-index:2}
17
17
  ._1g0vkb7n:before{z-index:1}
18
18
  ._1gufidpf:after{inset-block-end:0}
19
- ._1hfk1p09:after{background-color:var(--ds-menu-seperator-color,var(--ds-border,#091e4224))}
20
19
  ._1hfk1q2g:after{background-color:var(--ds-menu-scroll-indicator-color,var(--ds-surface,#fff))}
20
+ ._1hfkvpsx:after{background-color:var(--ds-menu-seperator-color,var(--ds-border,#0b120e24))}
21
21
  ._1kt9b3bt:before{content:""}
22
22
  ._1l6bpxbi [data-ds--menu--heading-item]{margin-block-start:var(--ds-space-200,1pc)}
23
23
  ._1p3h12x7 [data-ds--menu--heading-item]{margin-block-end:var(--ds-space-075,6px)}
@@ -26,8 +26,8 @@
26
26
  ._1qdgyh40:after{height:2px}
27
27
  ._1reo15vq{overflow-x:hidden}
28
28
  ._1reo1wug{overflow-x:auto}
29
- ._1rus1p09:before{background-color:var(--ds-menu-seperator-color,var(--ds-border,#091e4224))}
30
29
  ._1rus1q2g:before{background-color:var(--ds-menu-scroll-indicator-color,var(--ds-surface,#fff))}
30
+ ._1rusvpsx:before{background-color:var(--ds-menu-seperator-color,var(--ds-border,#0b120e24))}
31
31
  ._1ywu1ule:after{display:block}
32
32
  ._2lx21bp4{flex-direction:column}
33
33
  ._3mxo1wug:after{margin-block-start:auto}
@@ -45,7 +45,7 @@ var NavigationContent = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref
45
45
  return /*#__PURE__*/_react.default.createElement("div", {
46
46
  ref: typedRef,
47
47
  "data-testid": testId,
48
- className: (0, _runtime.ax)(["_1reo15vq _18m915vq _1e0c1txw _4t3i1osq _kqswh2mm _rfx3lb4i _cfu11ule _kfgtyh40 _1cs8stnw _1g0vkb7n _1rus1p09 _1kt9b3bt _1enwftgi _z5wtu2gc _14mjlb4i _1ywu1ule _1qdgyh40 _18postnw _1bqqkb7n _tua5idpf _1hfk1p09 _aetrb3bt _1gufidpf _1czdftgi _g0nfu2gc"])
48
+ className: (0, _runtime.ax)(["_1reo15vq _18m915vq _1e0c1txw _4t3i1osq _kqswh2mm _rfx3lb4i _cfu11ule _kfgtyh40 _1cs8stnw _1g0vkb7n _1rusvpsx _1kt9b3bt _1enwftgi _z5wtu2gc _14mjlb4i _1ywu1ule _1qdgyh40 _18postnw _1bqqkb7n _tua5idpf _1hfkvpsx _aetrb3bt _1gufidpf _1czdftgi _g0nfu2gc"])
49
49
  }, /*#__PURE__*/_react.default.createElement("div", {
50
50
  ref: scrollbar.ref,
51
51
  className: (0, _runtime.ax)([innerContainerCSS.basic, !showTopScrollIndicator && innerContainerCSS.topScrollIndicator])
@@ -180,7 +180,7 @@ var NestingItem = function NestingItem(props) {
180
180
  }, componentProps, {
181
181
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
182
182
  className: (0, _runtime.ax)([styles.nestingItem, isDisabled && styles.nestingItemDisabled, className])
183
- //@ts-expect-error TODO Fix legit TypeScript 3.9.6 improved inference error
183
+ //@ts-ignore TODO Fix legit TypeScript 3.9.6 improved inference error
184
184
  ,
185
185
  component: component
186
186
  }));
@@ -16,8 +16,8 @@
16
16
  ._1g0vcs5v:before{z-index:2}
17
17
  ._1g0vkb7n:before{z-index:1}
18
18
  ._1gufidpf:after{inset-block-end:0}
19
- ._1hfk1p09:after{background-color:var(--ds-menu-seperator-color,var(--ds-border,#091e4224))}
20
19
  ._1hfk1q2g:after{background-color:var(--ds-menu-scroll-indicator-color,var(--ds-surface,#fff))}
20
+ ._1hfkvpsx:after{background-color:var(--ds-menu-seperator-color,var(--ds-border,#0b120e24))}
21
21
  ._1kt9b3bt:before{content:""}
22
22
  ._1l6bpxbi [data-ds--menu--heading-item]{margin-block-start:var(--ds-space-200,1pc)}
23
23
  ._1p3h12x7 [data-ds--menu--heading-item]{margin-block-end:var(--ds-space-075,6px)}
@@ -26,8 +26,8 @@
26
26
  ._1qdgyh40:after{height:2px}
27
27
  ._1reo15vq{overflow-x:hidden}
28
28
  ._1reo1wug{overflow-x:auto}
29
- ._1rus1p09:before{background-color:var(--ds-menu-seperator-color,var(--ds-border,#091e4224))}
30
29
  ._1rus1q2g:before{background-color:var(--ds-menu-scroll-indicator-color,var(--ds-surface,#fff))}
30
+ ._1rusvpsx:before{background-color:var(--ds-menu-seperator-color,var(--ds-border,#0b120e24))}
31
31
  ._1ywu1ule:after{display:block}
32
32
  ._2lx21bp4{flex-direction:column}
33
33
  ._3mxo1wug:after{margin-block-start:auto}
@@ -39,7 +39,7 @@ const NavigationContent = /*#__PURE__*/forwardRef((props, ref) => {
39
39
  return /*#__PURE__*/React.createElement("div", {
40
40
  ref: typedRef,
41
41
  "data-testid": testId,
42
- className: ax(["_1reo15vq _18m915vq _1e0c1txw _4t3i1osq _kqswh2mm _rfx3lb4i _cfu11ule _kfgtyh40 _1cs8stnw _1g0vkb7n _1rus1p09 _1kt9b3bt _1enwftgi _z5wtu2gc _14mjlb4i _1ywu1ule _1qdgyh40 _18postnw _1bqqkb7n _tua5idpf _1hfk1p09 _aetrb3bt _1gufidpf _1czdftgi _g0nfu2gc"])
42
+ className: ax(["_1reo15vq _18m915vq _1e0c1txw _4t3i1osq _kqswh2mm _rfx3lb4i _cfu11ule _kfgtyh40 _1cs8stnw _1g0vkb7n _1rusvpsx _1kt9b3bt _1enwftgi _z5wtu2gc _14mjlb4i _1ywu1ule _1qdgyh40 _18postnw _1bqqkb7n _tua5idpf _1hfkvpsx _aetrb3bt _1gufidpf _1czdftgi _g0nfu2gc"])
43
43
  }, /*#__PURE__*/React.createElement("div", {
44
44
  ref: scrollbar.ref,
45
45
  className: ax([innerContainerCSS.basic, !showTopScrollIndicator && innerContainerCSS.topScrollIndicator])
@@ -160,7 +160,7 @@ const NestingItem = props => {
160
160
  }, componentProps, {
161
161
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
162
162
  className: ax([styles.nestingItem, isDisabled && styles.nestingItemDisabled, className])
163
- //@ts-expect-error TODO Fix legit TypeScript 3.9.6 improved inference error
163
+ //@ts-ignore TODO Fix legit TypeScript 3.9.6 improved inference error
164
164
  ,
165
165
  component: component
166
166
  }));
@@ -16,8 +16,8 @@
16
16
  ._1g0vcs5v:before{z-index:2}
17
17
  ._1g0vkb7n:before{z-index:1}
18
18
  ._1gufidpf:after{inset-block-end:0}
19
- ._1hfk1p09:after{background-color:var(--ds-menu-seperator-color,var(--ds-border,#091e4224))}
20
19
  ._1hfk1q2g:after{background-color:var(--ds-menu-scroll-indicator-color,var(--ds-surface,#fff))}
20
+ ._1hfkvpsx:after{background-color:var(--ds-menu-seperator-color,var(--ds-border,#0b120e24))}
21
21
  ._1kt9b3bt:before{content:""}
22
22
  ._1l6bpxbi [data-ds--menu--heading-item]{margin-block-start:var(--ds-space-200,1pc)}
23
23
  ._1p3h12x7 [data-ds--menu--heading-item]{margin-block-end:var(--ds-space-075,6px)}
@@ -26,8 +26,8 @@
26
26
  ._1qdgyh40:after{height:2px}
27
27
  ._1reo15vq{overflow-x:hidden}
28
28
  ._1reo1wug{overflow-x:auto}
29
- ._1rus1p09:before{background-color:var(--ds-menu-seperator-color,var(--ds-border,#091e4224))}
30
29
  ._1rus1q2g:before{background-color:var(--ds-menu-scroll-indicator-color,var(--ds-surface,#fff))}
30
+ ._1rusvpsx:before{background-color:var(--ds-menu-seperator-color,var(--ds-border,#0b120e24))}
31
31
  ._1ywu1ule:after{display:block}
32
32
  ._2lx21bp4{flex-direction:column}
33
33
  ._3mxo1wug:after{margin-block-start:auto}
@@ -36,7 +36,7 @@ var NavigationContent = /*#__PURE__*/forwardRef(function (props, ref) {
36
36
  return /*#__PURE__*/React.createElement("div", {
37
37
  ref: typedRef,
38
38
  "data-testid": testId,
39
- className: ax(["_1reo15vq _18m915vq _1e0c1txw _4t3i1osq _kqswh2mm _rfx3lb4i _cfu11ule _kfgtyh40 _1cs8stnw _1g0vkb7n _1rus1p09 _1kt9b3bt _1enwftgi _z5wtu2gc _14mjlb4i _1ywu1ule _1qdgyh40 _18postnw _1bqqkb7n _tua5idpf _1hfk1p09 _aetrb3bt _1gufidpf _1czdftgi _g0nfu2gc"])
39
+ className: ax(["_1reo15vq _18m915vq _1e0c1txw _4t3i1osq _kqswh2mm _rfx3lb4i _cfu11ule _kfgtyh40 _1cs8stnw _1g0vkb7n _1rusvpsx _1kt9b3bt _1enwftgi _z5wtu2gc _14mjlb4i _1ywu1ule _1qdgyh40 _18postnw _1bqqkb7n _tua5idpf _1hfkvpsx _aetrb3bt _1gufidpf _1czdftgi _g0nfu2gc"])
40
40
  }, /*#__PURE__*/React.createElement("div", {
41
41
  ref: scrollbar.ref,
42
42
  className: ax([innerContainerCSS.basic, !showTopScrollIndicator && innerContainerCSS.topScrollIndicator])
@@ -171,7 +171,7 @@ var NestingItem = function NestingItem(props) {
171
171
  }, componentProps, {
172
172
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
173
173
  className: ax([styles.nestingItem, isDisabled && styles.nestingItemDisabled, className])
174
- //@ts-expect-error TODO Fix legit TypeScript 3.9.6 improved inference error
174
+ //@ts-ignore TODO Fix legit TypeScript 3.9.6 improved inference error
175
175
  ,
176
176
  component: component
177
177
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/side-navigation",
3
- "version": "11.0.23",
3
+ "version": "11.0.25",
4
4
  "description": "A highly composable side navigation component that supports nested views.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -29,14 +29,14 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@atlaskit/css": "^0.15.0",
32
- "@atlaskit/ds-lib": "^5.1.0",
33
- "@atlaskit/icon": "^28.5.0",
32
+ "@atlaskit/ds-lib": "^5.2.0",
33
+ "@atlaskit/icon": "^29.0.0",
34
34
  "@atlaskit/menu": "^8.4.0",
35
35
  "@atlaskit/motion": "^5.3.0",
36
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
37
- "@atlaskit/primitives": "^16.0.0",
37
+ "@atlaskit/primitives": "^16.1.0",
38
38
  "@atlaskit/theme": "^21.0.0",
39
- "@atlaskit/tokens": "^7.0.0",
39
+ "@atlaskit/tokens": "^8.0.0",
40
40
  "@babel/runtime": "^7.0.0",
41
41
  "@compiled/react": "^0.18.6"
42
42
  },
@@ -47,8 +47,8 @@
47
47
  "@af/accessibility-testing": "workspace:^",
48
48
  "@af/integration-testing": "workspace:^",
49
49
  "@af/visual-regression": "workspace:^",
50
- "@atlaskit/atlassian-navigation": "^5.3.0",
51
- "@atlaskit/button": "^23.5.0",
50
+ "@atlaskit/atlassian-navigation": "^5.4.0",
51
+ "@atlaskit/button": "^23.6.0",
52
52
  "@atlaskit/docs": "^11.2.0",
53
53
  "@atlaskit/dropdown-menu": "^16.3.0",
54
54
  "@atlaskit/form": "^14.2.0",
@@ -60,7 +60,7 @@
60
60
  "@atlaskit/pragmatic-drag-and-drop-live-region": "^1.3.0",
61
61
  "@atlaskit/pragmatic-drag-and-drop-react-accessibility": "^2.1.0",
62
62
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
63
- "@atlaskit/section-message": "^8.7.0",
63
+ "@atlaskit/section-message": "^8.9.0",
64
64
  "@atlaskit/select": "^21.3.0",
65
65
  "@testing-library/react": "^13.4.0",
66
66
  "raf-stub": "^2.0.1",
@@ -1,54 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.dev-agents.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../dev-agents/tsDist/@atlaskit__side-navigation/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../css/afm-dev-agents/tsconfig.json"
28
- },
29
- {
30
- "path": "../../ds-lib/afm-dev-agents/tsconfig.json"
31
- },
32
- {
33
- "path": "../../icon/afm-dev-agents/tsconfig.json"
34
- },
35
- {
36
- "path": "../../menu/afm-dev-agents/tsconfig.json"
37
- },
38
- {
39
- "path": "../../motion/afm-dev-agents/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../platform/feature-flags/afm-dev-agents/tsconfig.json"
43
- },
44
- {
45
- "path": "../../primitives/afm-dev-agents/tsconfig.json"
46
- },
47
- {
48
- "path": "../../theme/afm-dev-agents/tsconfig.json"
49
- },
50
- {
51
- "path": "../../tokens/afm-dev-agents/tsconfig.json"
52
- }
53
- ]
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.passionfruit.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../passionfruit/tsDist/@atlaskit__side-navigation/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../css/afm-passionfruit/tsconfig.json"
28
- },
29
- {
30
- "path": "../../ds-lib/afm-passionfruit/tsconfig.json"
31
- },
32
- {
33
- "path": "../../icon/afm-passionfruit/tsconfig.json"
34
- },
35
- {
36
- "path": "../../menu/afm-passionfruit/tsconfig.json"
37
- },
38
- {
39
- "path": "../../motion/afm-passionfruit/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../platform/feature-flags/afm-passionfruit/tsconfig.json"
43
- },
44
- {
45
- "path": "../../primitives/afm-passionfruit/tsconfig.json"
46
- },
47
- {
48
- "path": "../../theme/afm-passionfruit/tsconfig.json"
49
- },
50
- {
51
- "path": "../../tokens/afm-passionfruit/tsconfig.json"
52
- }
53
- ]
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.post-office.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../post-office/tsDist/@atlaskit__side-navigation/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../css/afm-post-office/tsconfig.json"
28
- },
29
- {
30
- "path": "../../ds-lib/afm-post-office/tsconfig.json"
31
- },
32
- {
33
- "path": "../../icon/afm-post-office/tsconfig.json"
34
- },
35
- {
36
- "path": "../../menu/afm-post-office/tsconfig.json"
37
- },
38
- {
39
- "path": "../../motion/afm-post-office/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../platform/feature-flags/afm-post-office/tsconfig.json"
43
- },
44
- {
45
- "path": "../../primitives/afm-post-office/tsconfig.json"
46
- },
47
- {
48
- "path": "../../theme/afm-post-office/tsconfig.json"
49
- },
50
- {
51
- "path": "../../tokens/afm-post-office/tsconfig.json"
52
- }
53
- ]
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.rovo-extension.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../rovo-extension/tsDist/@atlaskit__side-navigation/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../css/afm-rovo-extension/tsconfig.json"
28
- },
29
- {
30
- "path": "../../ds-lib/afm-rovo-extension/tsconfig.json"
31
- },
32
- {
33
- "path": "../../icon/afm-rovo-extension/tsconfig.json"
34
- },
35
- {
36
- "path": "../../menu/afm-rovo-extension/tsconfig.json"
37
- },
38
- {
39
- "path": "../../motion/afm-rovo-extension/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../platform/feature-flags/afm-rovo-extension/tsconfig.json"
43
- },
44
- {
45
- "path": "../../primitives/afm-rovo-extension/tsconfig.json"
46
- },
47
- {
48
- "path": "../../theme/afm-rovo-extension/tsconfig.json"
49
- },
50
- {
51
- "path": "../../tokens/afm-rovo-extension/tsconfig.json"
52
- }
53
- ]
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.townsquare.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../townsquare/tsDist/@atlaskit__side-navigation/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../css/afm-townsquare/tsconfig.json"
28
- },
29
- {
30
- "path": "../../ds-lib/afm-townsquare/tsconfig.json"
31
- },
32
- {
33
- "path": "../../icon/afm-townsquare/tsconfig.json"
34
- },
35
- {
36
- "path": "../../menu/afm-townsquare/tsconfig.json"
37
- },
38
- {
39
- "path": "../../motion/afm-townsquare/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../platform/feature-flags/afm-townsquare/tsconfig.json"
43
- },
44
- {
45
- "path": "../../primitives/afm-townsquare/tsconfig.json"
46
- },
47
- {
48
- "path": "../../theme/afm-townsquare/tsconfig.json"
49
- },
50
- {
51
- "path": "../../tokens/afm-townsquare/tsconfig.json"
52
- }
53
- ]
54
- }
@@ -1,54 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.volt.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../volt/tsDist/@atlaskit__side-navigation/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../css/afm-volt/tsconfig.json"
28
- },
29
- {
30
- "path": "../../ds-lib/afm-volt/tsconfig.json"
31
- },
32
- {
33
- "path": "../../icon/afm-volt/tsconfig.json"
34
- },
35
- {
36
- "path": "../../menu/afm-volt/tsconfig.json"
37
- },
38
- {
39
- "path": "../../motion/afm-volt/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../platform/feature-flags/afm-volt/tsconfig.json"
43
- },
44
- {
45
- "path": "../../primitives/afm-volt/tsconfig.json"
46
- },
47
- {
48
- "path": "../../theme/afm-volt/tsconfig.json"
49
- },
50
- {
51
- "path": "../../tokens/afm-volt/tsconfig.json"
52
- }
53
- ]
54
- }