@atlaskit/side-navigation 4.0.0 → 4.2.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.
Files changed (73) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/afm-cc/tsconfig.json +0 -3
  3. package/afm-jira/tsconfig.json +0 -3
  4. package/afm-post-office/tsconfig.json +0 -3
  5. package/dist/cjs/components/Footer/index.js +18 -21
  6. package/dist/cjs/components/Header/index.js +18 -16
  7. package/dist/cjs/components/LoadingItems/index.js +24 -9
  8. package/dist/cjs/components/NavigationContent/index.js +26 -27
  9. package/dist/cjs/components/NavigationFooter/index.js +9 -13
  10. package/dist/cjs/components/NavigationHeader/index.js +18 -13
  11. package/dist/cjs/components/NestableNavigationContent/index.js +29 -14
  12. package/dist/cjs/components/NestableNavigationContent/nesting-motion.js +6 -3
  13. package/dist/cjs/components/NestingItem/index.js +20 -17
  14. package/dist/cjs/components/SideNavigation/index.js +23 -17
  15. package/dist/es2019/components/Footer/index.js +8 -10
  16. package/dist/es2019/components/Header/index.js +18 -13
  17. package/dist/es2019/components/LoadingItems/index.js +23 -9
  18. package/dist/es2019/components/NavigationContent/index.js +26 -22
  19. package/dist/es2019/components/NavigationFooter/index.js +7 -9
  20. package/dist/es2019/components/NavigationHeader/index.js +17 -10
  21. package/dist/es2019/components/NestableNavigationContent/index.js +28 -14
  22. package/dist/es2019/components/NestableNavigationContent/nesting-motion.js +8 -2
  23. package/dist/es2019/components/NestingItem/index.js +21 -17
  24. package/dist/es2019/components/SideNavigation/index.js +21 -9
  25. package/dist/esm/components/Footer/index.js +8 -10
  26. package/dist/esm/components/Header/index.js +18 -13
  27. package/dist/esm/components/LoadingItems/index.js +23 -9
  28. package/dist/esm/components/NavigationContent/index.js +26 -25
  29. package/dist/esm/components/NavigationFooter/index.js +7 -9
  30. package/dist/esm/components/NavigationHeader/index.js +17 -10
  31. package/dist/esm/components/NestableNavigationContent/index.js +28 -14
  32. package/dist/esm/components/NestableNavigationContent/nesting-motion.js +8 -2
  33. package/dist/esm/components/NestingItem/index.js +21 -17
  34. package/dist/esm/components/SideNavigation/index.js +21 -13
  35. package/dist/types/components/Header/index.d.ts +4 -3
  36. package/dist/types/components/LoadingItems/index.d.ts +1 -5
  37. package/dist/types/components/NavigationContent/index.d.ts +2 -2
  38. package/dist/types/components/NavigationFooter/index.d.ts +0 -4
  39. package/dist/types/components/NavigationHeader/index.d.ts +6 -1
  40. package/dist/types/components/NestableNavigationContent/index.d.ts +2 -1
  41. package/dist/types/components/NestableNavigationContent/nesting-motion.d.ts +7 -2
  42. package/dist/types-ts4.5/components/Header/index.d.ts +4 -3
  43. package/dist/types-ts4.5/components/LoadingItems/index.d.ts +1 -5
  44. package/dist/types-ts4.5/components/NavigationContent/index.d.ts +2 -2
  45. package/dist/types-ts4.5/components/NavigationFooter/index.d.ts +0 -4
  46. package/dist/types-ts4.5/components/NavigationHeader/index.d.ts +6 -1
  47. package/dist/types-ts4.5/components/NestableNavigationContent/index.d.ts +2 -1
  48. package/dist/types-ts4.5/components/NestableNavigationContent/nesting-motion.d.ts +7 -2
  49. package/package.json +10 -11
  50. package/dist/cjs/components/Footer/index.compiled.css +0 -3
  51. package/dist/cjs/components/LoadingItems/index.compiled.css +0 -7
  52. package/dist/cjs/components/NavigationContent/index.compiled.css +0 -46
  53. package/dist/cjs/components/NavigationFooter/index.compiled.css +0 -1
  54. package/dist/cjs/components/NavigationHeader/index.compiled.css +0 -3
  55. package/dist/cjs/components/NestableNavigationContent/index.compiled.css +0 -9
  56. package/dist/cjs/components/NestingItem/index.compiled.css +0 -1
  57. package/dist/cjs/components/SideNavigation/index.compiled.css +0 -10
  58. package/dist/es2019/components/Footer/index.compiled.css +0 -3
  59. package/dist/es2019/components/LoadingItems/index.compiled.css +0 -7
  60. package/dist/es2019/components/NavigationContent/index.compiled.css +0 -46
  61. package/dist/es2019/components/NavigationFooter/index.compiled.css +0 -1
  62. package/dist/es2019/components/NavigationHeader/index.compiled.css +0 -3
  63. package/dist/es2019/components/NestableNavigationContent/index.compiled.css +0 -9
  64. package/dist/es2019/components/NestingItem/index.compiled.css +0 -1
  65. package/dist/es2019/components/SideNavigation/index.compiled.css +0 -10
  66. package/dist/esm/components/Footer/index.compiled.css +0 -3
  67. package/dist/esm/components/LoadingItems/index.compiled.css +0 -7
  68. package/dist/esm/components/NavigationContent/index.compiled.css +0 -46
  69. package/dist/esm/components/NavigationFooter/index.compiled.css +0 -1
  70. package/dist/esm/components/NavigationHeader/index.compiled.css +0 -3
  71. package/dist/esm/components/NestableNavigationContent/index.compiled.css +0 -9
  72. package/dist/esm/components/NestingItem/index.compiled.css +0 -1
  73. package/dist/esm/components/SideNavigation/index.compiled.css +0 -10
@@ -1,4 +1,9 @@
1
1
  /// <reference types="react" />
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
6
+ import { jsx } from '@emotion/react';
2
7
  export interface NavigationHeaderProps {
3
8
  children: JSX.Element | JSX.Element[];
4
9
  }
@@ -10,5 +15,5 @@ export interface NavigationHeaderProps {
10
15
  * - [Examples](https://atlassian.design/components/side-navigation/examples#header-and-footer)
11
16
  * - [Code](https://atlassian.design/components/side-navigation/code)
12
17
  */
13
- declare const NavigationHeader: (props: NavigationHeaderProps) => JSX.Element;
18
+ declare const NavigationHeader: (props: NavigationHeaderProps) => jsx.JSX.Element;
14
19
  export default NavigationHeader;
@@ -3,6 +3,7 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
+ import { jsx } from '@emotion/react';
6
7
  export declare const ROOT_ID = "ATLASKIT_NESTED_ROOT";
7
8
  export interface NestableNavigationContentProps {
8
9
  /**
@@ -85,5 +86,5 @@ export interface NestableNavigationContentProps {
85
86
  * - [Examples](https://atlassian.design/components/side-navigation/examples#nested-navigation)
86
87
  * - [Code](https://atlassian.design/components/side-navigation/code)
87
88
  */
88
- declare const NestableNavigationContent: (props: NestableNavigationContentProps) => JSX.Element;
89
+ declare const NestableNavigationContent: (props: NestableNavigationContentProps) => jsx.JSX.Element;
89
90
  export default NestableNavigationContent;
@@ -1,4 +1,9 @@
1
- import React, { type Ref } from 'react';
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import { type Ref } from 'react';
6
+ import { jsx } from '@emotion/react';
2
7
  import { type Direction } from '@atlaskit/motion';
3
8
  interface ChildrenAsFunctionProps {
4
9
  'data-enter-from': string;
@@ -16,5 +21,5 @@ interface NestingMotionProps {
16
21
  /**
17
22
  * @internal
18
23
  */
19
- export declare const NestingMotion: (props: NestingMotionProps) => JSX.Element;
24
+ export declare const NestingMotion: (props: NestingMotionProps) => jsx.JSX.Element;
20
25
  export {};
@@ -1,11 +1,12 @@
1
- import React from 'react';
1
+ /// <reference types="react" />
2
+ import { jsx } from '@emotion/react';
2
3
  import { type CSSFn, type CustomItemComponentProps } from '@atlaskit/menu';
3
4
  /**
4
5
  * __Container__
5
6
  *
6
7
  * A container for Header and Footer that safely handles props to the child component
7
8
  */
8
- export declare const Container: ({ children, "data-testid": testId, ...props }: CustomItemComponentProps) => JSX.Element;
9
+ export declare const Container: ({ children, "data-testid": testId, ...props }: CustomItemComponentProps) => jsx.JSX.Element;
9
10
  export type HeaderProps = {
10
11
  /**
11
12
  * A function that can be used to override the styles of the component.
@@ -51,5 +52,5 @@ export type HeaderProps = {
51
52
  * - [Examples](https://atlassian.design/components/side-navigation/examples#header-and-footer)
52
53
  * - [Code](https://atlassian.design/components/side-navigation/code)
53
54
  */
54
- declare const Header: React.ForwardRefExoticComponent<HeaderProps & React.RefAttributes<HTMLElement>>;
55
+ declare const Header: import("react").ForwardRefExoticComponent<HeaderProps & import("react").RefAttributes<HTMLElement>>;
55
56
  export default Header;
@@ -1,8 +1,4 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
- import React from 'react';
1
+ /// <reference types="react" />
6
2
  export interface LoadingItemsProps {
7
3
  /**
8
4
  * Child items that will be loaded asynchronously.
@@ -2,7 +2,7 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- import React from 'react';
5
+ import { type HTMLAttributes } from 'react';
6
6
  export interface NavigationContentProps {
7
7
  children: React.ReactNode;
8
8
  /**
@@ -24,5 +24,5 @@ export interface NavigationContentProps {
24
24
  * - [Examples](https://atlassian.design/components/side-navigation/examples#content)
25
25
  * - [Code](https://atlassian.design/components/side-navigation/code)
26
26
  */
27
- declare const NavigationContent: React.ForwardRefExoticComponent<NavigationContentProps & React.HTMLAttributes<HTMLElement> & React.RefAttributes<HTMLElement>>;
27
+ declare const NavigationContent: import("react").ForwardRefExoticComponent<NavigationContentProps & HTMLAttributes<HTMLElement> & import("react").RefAttributes<HTMLElement>>;
28
28
  export default NavigationContent;
@@ -1,7 +1,3 @@
1
- /**
2
- * @jsxRuntime classic
3
- * @jsx jsx
4
- */
5
1
  import { type ReactNode } from 'react';
6
2
  export interface NavigationFooterProps {
7
3
  children: ReactNode;
@@ -1,4 +1,9 @@
1
1
  /// <reference types="react" />
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
6
+ import { jsx } from '@emotion/react';
2
7
  export interface NavigationHeaderProps {
3
8
  children: JSX.Element | JSX.Element[];
4
9
  }
@@ -10,5 +15,5 @@ export interface NavigationHeaderProps {
10
15
  * - [Examples](https://atlassian.design/components/side-navigation/examples#header-and-footer)
11
16
  * - [Code](https://atlassian.design/components/side-navigation/code)
12
17
  */
13
- declare const NavigationHeader: (props: NavigationHeaderProps) => JSX.Element;
18
+ declare const NavigationHeader: (props: NavigationHeaderProps) => jsx.JSX.Element;
14
19
  export default NavigationHeader;
@@ -3,6 +3,7 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
+ import { jsx } from '@emotion/react';
6
7
  export declare const ROOT_ID = "ATLASKIT_NESTED_ROOT";
7
8
  export interface NestableNavigationContentProps {
8
9
  /**
@@ -85,5 +86,5 @@ export interface NestableNavigationContentProps {
85
86
  * - [Examples](https://atlassian.design/components/side-navigation/examples#nested-navigation)
86
87
  * - [Code](https://atlassian.design/components/side-navigation/code)
87
88
  */
88
- declare const NestableNavigationContent: (props: NestableNavigationContentProps) => JSX.Element;
89
+ declare const NestableNavigationContent: (props: NestableNavigationContentProps) => jsx.JSX.Element;
89
90
  export default NestableNavigationContent;
@@ -1,4 +1,9 @@
1
- import React, { type Ref } from 'react';
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
5
+ import { type Ref } from 'react';
6
+ import { jsx } from '@emotion/react';
2
7
  import { type Direction } from '@atlaskit/motion';
3
8
  interface ChildrenAsFunctionProps {
4
9
  'data-enter-from': string;
@@ -16,5 +21,5 @@ interface NestingMotionProps {
16
21
  /**
17
22
  * @internal
18
23
  */
19
- export declare const NestingMotion: (props: NestingMotionProps) => JSX.Element;
24
+ export declare const NestingMotion: (props: NestingMotionProps) => jsx.JSX.Element;
20
25
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/side-navigation",
3
- "version": "4.0.0",
3
+ "version": "4.2.0",
4
4
  "description": "A highly composable side navigation component that supports nested views.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,17 +32,16 @@
32
32
  "runReact18": true
33
33
  },
34
34
  "dependencies": {
35
- "@atlaskit/css": "^0.7.0",
36
- "@atlaskit/ds-lib": "^3.3.0",
37
- "@atlaskit/icon": "^23.4.0",
38
- "@atlaskit/menu": "^2.13.0",
39
- "@atlaskit/motion": "^1.9.0",
35
+ "@atlaskit/ds-lib": "^3.5.0",
36
+ "@atlaskit/icon": "^23.5.0",
37
+ "@atlaskit/menu": "^2.14.0",
38
+ "@atlaskit/motion": "^1.10.0",
40
39
  "@atlaskit/platform-feature-flags": "^0.3.0",
41
- "@atlaskit/primitives": "^13.3.0",
42
- "@atlaskit/theme": "^14.0.0",
43
- "@atlaskit/tokens": "^3.2.0",
40
+ "@atlaskit/primitives": "^13.4.0",
41
+ "@atlaskit/theme": "^14.1.0",
42
+ "@atlaskit/tokens": "^3.3.0",
44
43
  "@babel/runtime": "^7.0.0",
45
- "@compiled/react": "^0.18.1"
44
+ "@emotion/react": "^11.7.1"
46
45
  },
47
46
  "peerDependencies": {
48
47
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
@@ -53,7 +52,7 @@
53
52
  "@af/visual-regression": "*",
54
53
  "@atlaskit/visual-regression": "*",
55
54
  "@atlassian/feature-flags-test-utils": "*",
56
- "@testing-library/react": "^12.1.5",
55
+ "@testing-library/react": "^13.4.0",
57
56
  "@types/jest-axe": "^3.5.5",
58
57
  "ast-types": "^0.13.3",
59
58
  "jest-axe": "^8.0.0",
@@ -1,3 +0,0 @@
1
- ._1bsb1k8s{width:1.5rem}
2
- ._1e0c1o8l{display:inline-block}
3
- ._4t3i1k8s{height:1.5rem}
@@ -1,7 +0,0 @@
1
- ._154iidpf{top:0}
2
- ._1ltvidpf{left:0}
3
- ._1pbycs5v{z-index:2}
4
- ._1pbykb7n{z-index:1}
5
- ._1xi2idpf{right:0}
6
- ._kqswpfqs{position:static}
7
- ._kqswstnw{position:absolute}
@@ -1,46 +0,0 @@
1
-
2
- ._14mjgqwt:after{border-radius:var(--ds-border-radius-050,2px)}
3
- ._rfx3gqwt:before{border-radius:var(--ds-border-radius-050,2px)}._12l2u2gc{margin-inline-end:var(--ds-space-100,8px)}
4
- ._18m915vq{overflow-y:hidden}
5
- ._18m91wug{overflow-y:auto}
6
- ._18poh2mm:after{position:relative}
7
- ._18postnw:after{position:absolute}
8
- ._1bqqcs5v:after{z-index:2}
9
- ._1bqqkb7n:after{z-index:1}
10
- ._1bsb1osq{width:100%}
11
- ._1cs8stnw:before{position:absolute}
12
- ._1czdftgi:after{inset-inline-end:8px}
13
- ._1e0c1txw{display:flex}
14
- ._1enwftgi:before{inset-inline-end:8px}
15
- ._1enwidpf:before{inset-inline-end:0}
16
- ._1g0vcs5v:before{z-index:2}
17
- ._1g0vkb7n:before{z-index:1}
18
- ._1gufidpf:after{inset-block-end:0}
19
- ._1hfk1q2g:after{background-color:var(--ds-menu-scroll-indicator-color,var(--ds-surface,#fff))}
20
- ._1hfk1x3l:after{background-color:var(--_1uyno6z)}
21
- ._1kt9b3bt:before{content:""}
22
- ._1l6bpxbi [data-ds--menu--heading-item]{margin-block-start:var(--ds-space-200,1pc)}
23
- ._1p3h12x7 [data-ds--menu--heading-item]{margin-block-end:var(--ds-space-075,6px)}
24
- ._1pfhidpf{margin-block-start:0}
25
- ._1pfhv77o{margin-block-start:var(--ds-space-025,2px)}
26
- ._1qdgyh40:after{height:2px}
27
- ._1reo15vq{overflow-x:hidden}
28
- ._1reo1wug{overflow-x:auto}
29
- ._1rus1q2g:before{background-color:var(--ds-menu-scroll-indicator-color,var(--ds-surface,#fff))}
30
- ._1rus1x3l:before{background-color:var(--_1uyno6z)}
31
- ._1ywu1ule:after{display:block}
32
- ._2lx21bp4{flex-direction:column}
33
- ._3mxo1wug:after{margin-block-start:auto}
34
- ._4t3i1osq{height:100%}
35
- ._aetrb3bt:after{content:""}
36
- ._ahbqu2gc{margin-inline-start:var(--ds-space-100,8px)}
37
- ._auo4rdoj [data-ds--menu--skeleton-heading-item]{margin-block-end:9px}
38
- ._cfu11ule:before{display:block}
39
- ._g0nfu2gc:after{inset-inline-start:var(--ds-space-100,8px)}
40
- ._hp2110yn [data-ds--menu--skeleton-heading-item]{margin-block-start:25px}
41
- ._kfgtyh40:before{height:2px}
42
- ._kqswh2mm{position:relative}
43
- ._tua5idpf:after{flex-shrink:0}
44
- ._vchhusvi{box-sizing:border-box}
45
- ._z5wtidpf:before{inset-inline-start:0}
46
- ._z5wtu2gc:before{inset-inline-start:var(--ds-space-100,8px)}
@@ -1 +0,0 @@
1
- ._kqswh2mm{position:relative}
@@ -1,3 +0,0 @@
1
-
2
- ._1yt4u2gc{padding:var(--ds-space-100,8px)}._1e0c1ule{display:block}
3
- ._1q511ejb{padding-block-start:var(--ds-space-300,24px)}
@@ -1,9 +0,0 @@
1
- ._12ji1r31{outline-color:currentColor}
2
- ._12y31o36{outline-width:medium}
3
- ._1bsb1osq{width:100%}
4
- ._1e0c1txw{display:flex}
5
- ._1qu2glyw{outline-style:none}
6
- ._2lx21bp4{flex-direction:column}
7
- ._4t3i1osq{height:100%}
8
- ._kqswh2mm{position:relative}
9
- ._kqswstnw{position:absolute}
@@ -1 +0,0 @@
1
- ._1e0c1nu9{display:inline}
@@ -1,10 +0,0 @@
1
- ._18m915vq{overflow-y:hidden}
2
- ._1bsb1osq{width:100%}
3
- ._1e0c1txw{display:flex}
4
- ._1reo15vq{overflow-x:hidden}
5
- ._1ul9p3fh{min-width:15pc}
6
- ._2lx21bp4{flex-direction:column}
7
- ._4t3i1osq{height:100%}
8
- ._bfhkxkvu{background-color:var(--_4p0s90)}
9
- ._kqswh2mm{position:relative}
10
- ._syaz1425{color:var(--_13a5t4u)}
@@ -1,3 +0,0 @@
1
- ._1bsb1k8s{width:1.5rem}
2
- ._1e0c1o8l{display:inline-block}
3
- ._4t3i1k8s{height:1.5rem}
@@ -1,7 +0,0 @@
1
- ._154iidpf{top:0}
2
- ._1ltvidpf{left:0}
3
- ._1pbycs5v{z-index:2}
4
- ._1pbykb7n{z-index:1}
5
- ._1xi2idpf{right:0}
6
- ._kqswpfqs{position:static}
7
- ._kqswstnw{position:absolute}
@@ -1,46 +0,0 @@
1
-
2
- ._14mjgqwt:after{border-radius:var(--ds-border-radius-050,2px)}
3
- ._rfx3gqwt:before{border-radius:var(--ds-border-radius-050,2px)}._12l2u2gc{margin-inline-end:var(--ds-space-100,8px)}
4
- ._18m915vq{overflow-y:hidden}
5
- ._18m91wug{overflow-y:auto}
6
- ._18poh2mm:after{position:relative}
7
- ._18postnw:after{position:absolute}
8
- ._1bqqcs5v:after{z-index:2}
9
- ._1bqqkb7n:after{z-index:1}
10
- ._1bsb1osq{width:100%}
11
- ._1cs8stnw:before{position:absolute}
12
- ._1czdftgi:after{inset-inline-end:8px}
13
- ._1e0c1txw{display:flex}
14
- ._1enwftgi:before{inset-inline-end:8px}
15
- ._1enwidpf:before{inset-inline-end:0}
16
- ._1g0vcs5v:before{z-index:2}
17
- ._1g0vkb7n:before{z-index:1}
18
- ._1gufidpf:after{inset-block-end:0}
19
- ._1hfk1p09:after{background-color:var(--ds-menu-seperator-color,var(--ds-border,#091e4224))}
20
- ._1hfk1q2g:after{background-color:var(--ds-menu-scroll-indicator-color,var(--ds-surface,#fff))}
21
- ._1kt9b3bt:before{content:""}
22
- ._1l6bpxbi [data-ds--menu--heading-item]{margin-block-start:var(--ds-space-200,1pc)}
23
- ._1p3h12x7 [data-ds--menu--heading-item]{margin-block-end:var(--ds-space-075,6px)}
24
- ._1pfhidpf{margin-block-start:0}
25
- ._1pfhv77o{margin-block-start:var(--ds-space-025,2px)}
26
- ._1qdgyh40:after{height:2px}
27
- ._1reo15vq{overflow-x:hidden}
28
- ._1reo1wug{overflow-x:auto}
29
- ._1rus1p09:before{background-color:var(--ds-menu-seperator-color,var(--ds-border,#091e4224))}
30
- ._1rus1q2g:before{background-color:var(--ds-menu-scroll-indicator-color,var(--ds-surface,#fff))}
31
- ._1ywu1ule:after{display:block}
32
- ._2lx21bp4{flex-direction:column}
33
- ._3mxo1wug:after{margin-block-start:auto}
34
- ._4t3i1osq{height:100%}
35
- ._aetrb3bt:after{content:""}
36
- ._ahbqu2gc{margin-inline-start:var(--ds-space-100,8px)}
37
- ._auo4rdoj [data-ds--menu--skeleton-heading-item]{margin-block-end:9px}
38
- ._cfu11ule:before{display:block}
39
- ._g0nfu2gc:after{inset-inline-start:var(--ds-space-100,8px)}
40
- ._hp2110yn [data-ds--menu--skeleton-heading-item]{margin-block-start:25px}
41
- ._kfgtyh40:before{height:2px}
42
- ._kqswh2mm{position:relative}
43
- ._tua5idpf:after{flex-shrink:0}
44
- ._vchhusvi{box-sizing:border-box}
45
- ._z5wtidpf:before{inset-inline-start:0}
46
- ._z5wtu2gc:before{inset-inline-start:var(--ds-space-100,8px)}
@@ -1 +0,0 @@
1
- ._kqswh2mm{position:relative}
@@ -1,3 +0,0 @@
1
-
2
- ._1yt4u2gc{padding:var(--ds-space-100,8px)}._1e0c1ule{display:block}
3
- ._1q511ejb{padding-block-start:var(--ds-space-300,24px)}
@@ -1,9 +0,0 @@
1
- ._12ji1r31{outline-color:currentColor}
2
- ._12y31o36{outline-width:medium}
3
- ._1bsb1osq{width:100%}
4
- ._1e0c1txw{display:flex}
5
- ._1qu2glyw{outline-style:none}
6
- ._2lx21bp4{flex-direction:column}
7
- ._4t3i1osq{height:100%}
8
- ._kqswh2mm{position:relative}
9
- ._kqswstnw{position:absolute}
@@ -1 +0,0 @@
1
- ._1e0c1nu9{display:inline}
@@ -1,10 +0,0 @@
1
- ._18m915vq{overflow-y:hidden}
2
- ._1bsb1osq{width:100%}
3
- ._1e0c1txw{display:flex}
4
- ._1reo15vq{overflow-x:hidden}
5
- ._1ul9p3fh{min-width:15pc}
6
- ._2lx21bp4{flex-direction:column}
7
- ._4t3i1osq{height:100%}
8
- ._bfhkw70a{background-color:var(--ds-surface,#fafbfc)}
9
- ._kqswh2mm{position:relative}
10
- ._syazjjyb{color:var(--ds-text-subtle,#42526e)}
@@ -1,3 +0,0 @@
1
- ._1bsb1k8s{width:1.5rem}
2
- ._1e0c1o8l{display:inline-block}
3
- ._4t3i1k8s{height:1.5rem}
@@ -1,7 +0,0 @@
1
- ._154iidpf{top:0}
2
- ._1ltvidpf{left:0}
3
- ._1pbycs5v{z-index:2}
4
- ._1pbykb7n{z-index:1}
5
- ._1xi2idpf{right:0}
6
- ._kqswpfqs{position:static}
7
- ._kqswstnw{position:absolute}
@@ -1,46 +0,0 @@
1
-
2
- ._14mjgqwt:after{border-radius:var(--ds-border-radius-050,2px)}
3
- ._rfx3gqwt:before{border-radius:var(--ds-border-radius-050,2px)}._12l2u2gc{margin-inline-end:var(--ds-space-100,8px)}
4
- ._18m915vq{overflow-y:hidden}
5
- ._18m91wug{overflow-y:auto}
6
- ._18poh2mm:after{position:relative}
7
- ._18postnw:after{position:absolute}
8
- ._1bqqcs5v:after{z-index:2}
9
- ._1bqqkb7n:after{z-index:1}
10
- ._1bsb1osq{width:100%}
11
- ._1cs8stnw:before{position:absolute}
12
- ._1czdftgi:after{inset-inline-end:8px}
13
- ._1e0c1txw{display:flex}
14
- ._1enwftgi:before{inset-inline-end:8px}
15
- ._1enwidpf:before{inset-inline-end:0}
16
- ._1g0vcs5v:before{z-index:2}
17
- ._1g0vkb7n:before{z-index:1}
18
- ._1gufidpf:after{inset-block-end:0}
19
- ._1hfk1q2g:after{background-color:var(--ds-menu-scroll-indicator-color,var(--ds-surface,#fff))}
20
- ._1hfk1x3l:after{background-color:var(--_1uyno6z)}
21
- ._1kt9b3bt:before{content:""}
22
- ._1l6bpxbi [data-ds--menu--heading-item]{margin-block-start:var(--ds-space-200,1pc)}
23
- ._1p3h12x7 [data-ds--menu--heading-item]{margin-block-end:var(--ds-space-075,6px)}
24
- ._1pfhidpf{margin-block-start:0}
25
- ._1pfhv77o{margin-block-start:var(--ds-space-025,2px)}
26
- ._1qdgyh40:after{height:2px}
27
- ._1reo15vq{overflow-x:hidden}
28
- ._1reo1wug{overflow-x:auto}
29
- ._1rus1q2g:before{background-color:var(--ds-menu-scroll-indicator-color,var(--ds-surface,#fff))}
30
- ._1rus1x3l:before{background-color:var(--_1uyno6z)}
31
- ._1ywu1ule:after{display:block}
32
- ._2lx21bp4{flex-direction:column}
33
- ._3mxo1wug:after{margin-block-start:auto}
34
- ._4t3i1osq{height:100%}
35
- ._aetrb3bt:after{content:""}
36
- ._ahbqu2gc{margin-inline-start:var(--ds-space-100,8px)}
37
- ._auo4rdoj [data-ds--menu--skeleton-heading-item]{margin-block-end:9px}
38
- ._cfu11ule:before{display:block}
39
- ._g0nfu2gc:after{inset-inline-start:var(--ds-space-100,8px)}
40
- ._hp2110yn [data-ds--menu--skeleton-heading-item]{margin-block-start:25px}
41
- ._kfgtyh40:before{height:2px}
42
- ._kqswh2mm{position:relative}
43
- ._tua5idpf:after{flex-shrink:0}
44
- ._vchhusvi{box-sizing:border-box}
45
- ._z5wtidpf:before{inset-inline-start:0}
46
- ._z5wtu2gc:before{inset-inline-start:var(--ds-space-100,8px)}
@@ -1 +0,0 @@
1
- ._kqswh2mm{position:relative}
@@ -1,3 +0,0 @@
1
-
2
- ._1yt4u2gc{padding:var(--ds-space-100,8px)}._1e0c1ule{display:block}
3
- ._1q511ejb{padding-block-start:var(--ds-space-300,24px)}
@@ -1,9 +0,0 @@
1
- ._12ji1r31{outline-color:currentColor}
2
- ._12y31o36{outline-width:medium}
3
- ._1bsb1osq{width:100%}
4
- ._1e0c1txw{display:flex}
5
- ._1qu2glyw{outline-style:none}
6
- ._2lx21bp4{flex-direction:column}
7
- ._4t3i1osq{height:100%}
8
- ._kqswh2mm{position:relative}
9
- ._kqswstnw{position:absolute}
@@ -1 +0,0 @@
1
- ._1e0c1nu9{display:inline}
@@ -1,10 +0,0 @@
1
- ._18m915vq{overflow-y:hidden}
2
- ._1bsb1osq{width:100%}
3
- ._1e0c1txw{display:flex}
4
- ._1reo15vq{overflow-x:hidden}
5
- ._1ul9p3fh{min-width:15pc}
6
- ._2lx21bp4{flex-direction:column}
7
- ._4t3i1osq{height:100%}
8
- ._bfhkxkvu{background-color:var(--_4p0s90)}
9
- ._kqswh2mm{position:relative}
10
- ._syaz1425{color:var(--_13a5t4u)}