@atlaskit/side-navigation 4.1.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.
- package/CHANGELOG.md +10 -0
- package/afm-cc/tsconfig.json +0 -3
- package/afm-jira/tsconfig.json +0 -3
- package/afm-post-office/tsconfig.json +0 -3
- package/dist/cjs/components/Footer/index.js +18 -21
- package/dist/cjs/components/Header/index.js +18 -16
- package/dist/cjs/components/LoadingItems/index.js +24 -9
- package/dist/cjs/components/NavigationContent/index.js +26 -27
- package/dist/cjs/components/NavigationFooter/index.js +9 -13
- package/dist/cjs/components/NavigationHeader/index.js +18 -13
- package/dist/cjs/components/NestableNavigationContent/index.js +29 -14
- package/dist/cjs/components/NestableNavigationContent/nesting-motion.js +6 -3
- package/dist/cjs/components/NestingItem/index.js +20 -17
- package/dist/cjs/components/SideNavigation/index.js +23 -17
- package/dist/es2019/components/Footer/index.js +8 -10
- package/dist/es2019/components/Header/index.js +18 -13
- package/dist/es2019/components/LoadingItems/index.js +23 -9
- package/dist/es2019/components/NavigationContent/index.js +26 -22
- package/dist/es2019/components/NavigationFooter/index.js +7 -9
- package/dist/es2019/components/NavigationHeader/index.js +17 -10
- package/dist/es2019/components/NestableNavigationContent/index.js +28 -14
- package/dist/es2019/components/NestableNavigationContent/nesting-motion.js +8 -2
- package/dist/es2019/components/NestingItem/index.js +21 -17
- package/dist/es2019/components/SideNavigation/index.js +21 -9
- package/dist/esm/components/Footer/index.js +8 -10
- package/dist/esm/components/Header/index.js +18 -13
- package/dist/esm/components/LoadingItems/index.js +23 -9
- package/dist/esm/components/NavigationContent/index.js +26 -25
- package/dist/esm/components/NavigationFooter/index.js +7 -9
- package/dist/esm/components/NavigationHeader/index.js +17 -10
- package/dist/esm/components/NestableNavigationContent/index.js +28 -14
- package/dist/esm/components/NestableNavigationContent/nesting-motion.js +8 -2
- package/dist/esm/components/NestingItem/index.js +21 -17
- package/dist/esm/components/SideNavigation/index.js +21 -13
- package/dist/types/components/Header/index.d.ts +4 -3
- package/dist/types/components/LoadingItems/index.d.ts +1 -5
- package/dist/types/components/NavigationContent/index.d.ts +2 -2
- package/dist/types/components/NavigationFooter/index.d.ts +0 -4
- package/dist/types/components/NavigationHeader/index.d.ts +6 -1
- package/dist/types/components/NestableNavigationContent/index.d.ts +2 -1
- package/dist/types/components/NestableNavigationContent/nesting-motion.d.ts +7 -2
- package/dist/types-ts4.5/components/Header/index.d.ts +4 -3
- package/dist/types-ts4.5/components/LoadingItems/index.d.ts +1 -5
- package/dist/types-ts4.5/components/NavigationContent/index.d.ts +2 -2
- package/dist/types-ts4.5/components/NavigationFooter/index.d.ts +0 -4
- package/dist/types-ts4.5/components/NavigationHeader/index.d.ts +6 -1
- package/dist/types-ts4.5/components/NestableNavigationContent/index.d.ts +2 -1
- package/dist/types-ts4.5/components/NestableNavigationContent/nesting-motion.d.ts +7 -2
- package/package.json +2 -3
- package/dist/cjs/components/Footer/index.compiled.css +0 -3
- package/dist/cjs/components/LoadingItems/index.compiled.css +0 -7
- package/dist/cjs/components/NavigationContent/index.compiled.css +0 -46
- package/dist/cjs/components/NavigationFooter/index.compiled.css +0 -1
- package/dist/cjs/components/NavigationHeader/index.compiled.css +0 -3
- package/dist/cjs/components/NestableNavigationContent/index.compiled.css +0 -9
- package/dist/cjs/components/NestingItem/index.compiled.css +0 -1
- package/dist/cjs/components/SideNavigation/index.compiled.css +0 -10
- package/dist/es2019/components/Footer/index.compiled.css +0 -3
- package/dist/es2019/components/LoadingItems/index.compiled.css +0 -7
- package/dist/es2019/components/NavigationContent/index.compiled.css +0 -46
- package/dist/es2019/components/NavigationFooter/index.compiled.css +0 -1
- package/dist/es2019/components/NavigationHeader/index.compiled.css +0 -3
- package/dist/es2019/components/NestableNavigationContent/index.compiled.css +0 -9
- package/dist/es2019/components/NestingItem/index.compiled.css +0 -1
- package/dist/es2019/components/SideNavigation/index.compiled.css +0 -10
- package/dist/esm/components/Footer/index.compiled.css +0 -3
- package/dist/esm/components/LoadingItems/index.compiled.css +0 -7
- package/dist/esm/components/NavigationContent/index.compiled.css +0 -46
- package/dist/esm/components/NavigationFooter/index.compiled.css +0 -1
- package/dist/esm/components/NavigationHeader/index.compiled.css +0 -3
- package/dist/esm/components/NestableNavigationContent/index.compiled.css +0 -9
- package/dist/esm/components/NestingItem/index.compiled.css +0 -1
- 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
|
-
|
|
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
|
-
|
|
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:
|
|
55
|
+
declare const Header: import("react").ForwardRefExoticComponent<HeaderProps & import("react").RefAttributes<HTMLElement>>;
|
|
55
56
|
export default Header;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @jsxRuntime classic
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
|
-
import
|
|
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:
|
|
27
|
+
declare const NavigationContent: import("react").ForwardRefExoticComponent<NavigationContentProps & HTMLAttributes<HTMLElement> & import("react").RefAttributes<HTMLElement>>;
|
|
28
28
|
export default NavigationContent;
|
|
@@ -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
|
-
|
|
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.
|
|
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,7 +32,6 @@
|
|
|
32
32
|
"runReact18": true
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/css": "^0.8.0",
|
|
36
35
|
"@atlaskit/ds-lib": "^3.5.0",
|
|
37
36
|
"@atlaskit/icon": "^23.5.0",
|
|
38
37
|
"@atlaskit/menu": "^2.14.0",
|
|
@@ -42,7 +41,7 @@
|
|
|
42
41
|
"@atlaskit/theme": "^14.1.0",
|
|
43
42
|
"@atlaskit/tokens": "^3.3.0",
|
|
44
43
|
"@babel/runtime": "^7.0.0",
|
|
45
|
-
"@
|
|
44
|
+
"@emotion/react": "^11.7.1"
|
|
46
45
|
},
|
|
47
46
|
"peerDependencies": {
|
|
48
47
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
|
@@ -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,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,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,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,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,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)}
|