@hh.ru/magritte-ui-breadcrumbs 6.1.2 → 7.0.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/Breadcrumbs.js CHANGED
@@ -10,7 +10,7 @@ import { useBreakpoint } from '@hh.ru/magritte-ui-breakpoint';
10
10
  import { Card } from '@hh.ru/magritte-ui-card';
11
11
  import { Drop } from '@hh.ru/magritte-ui-drop';
12
12
  import { Text } from '@hh.ru/magritte-ui-typography';
13
- import { s as styles } from './breadcrumbs-BEQUGfjg.js';
13
+ import { s as styles } from './breadcrumbs-CWJVESzR.js';
14
14
 
15
15
  const MAX_VISIBLE_ITEMS = 5;
16
16
  const TEXT_TYPOGRAPHY = 'label-3-regular';
@@ -1,7 +1,7 @@
1
1
  import './index.css';
2
2
  import { jsx } from 'react/jsx-runtime';
3
3
  import { Text } from '@hh.ru/magritte-ui-typography';
4
- import { s as styles } from './breadcrumbs-BEQUGfjg.js';
4
+ import { s as styles } from './breadcrumbs-CWJVESzR.js';
5
5
 
6
6
  const BreadcrumbsDivider = () => {
7
7
  return (jsx("span", { className: styles.divider, children: jsx(Text, { Element: "span", typography: "label-3-regular", children: "/" }) }));
@@ -2,7 +2,7 @@ import './index.css';
2
2
  import { jsx } from 'react/jsx-runtime';
3
3
  import { Link } from '@hh.ru/magritte-ui-link';
4
4
  import { Text } from '@hh.ru/magritte-ui-typography';
5
- import { s as styles } from './breadcrumbs-BEQUGfjg.js';
5
+ import { s as styles } from './breadcrumbs-CWJVESzR.js';
6
6
 
7
7
  const BreadcrumbsItem = ({ Element = 'a', children, ...rest }) => {
8
8
  return (jsx(Link, { Element: Element, ...rest, typography: "label-3-regular", inline: true, children: jsx("div", { className: styles.interactiveText, children: jsx(Text, { Element: "span", typography: "label-3-regular", children: children }) }) }));
@@ -0,0 +1,5 @@
1
+ import './index.css';
2
+ var styles = {"breadcrumbs":"magritte-breadcrumbs___Go2gs_7-0-0","unbreakable-container":"magritte-unbreakable-container___VcQQ2_7-0-0","unbreakableContainer":"magritte-unbreakable-container___VcQQ2_7-0-0","invisible-container":"magritte-invisible-container___V0W27_7-0-0","invisibleContainer":"magritte-invisible-container___V0W27_7-0-0","collapsible-container":"magritte-collapsible-container___85hMp_7-0-0","collapsibleContainer":"magritte-collapsible-container___85hMp_7-0-0","collapsible-content":"magritte-collapsible-content___OoBp3_7-0-0","collapsibleContent":"magritte-collapsible-content___OoBp3_7-0-0","ellipsis":"magritte-ellipsis___-3wI7_7-0-0","item":"magritte-item___oaSMH_7-0-0","first-item":"magritte-first-item___N6MFS_7-0-0","firstItem":"magritte-first-item___N6MFS_7-0-0","first-item-content":"magritte-first-item-content___G98CF_7-0-0","firstItemContent":"magritte-first-item-content___G98CF_7-0-0","item-after-ellipsis":"magritte-item-after-ellipsis___oPDLO_7-0-0","itemAfterEllipsis":"magritte-item-after-ellipsis___oPDLO_7-0-0","divider":"magritte-divider___J8lfR_7-0-0","interactive-text":"magritte-interactive-text___fBwYg_7-0-0","interactiveText":"magritte-interactive-text___fBwYg_7-0-0","static-text":"magritte-static-text___pslMP_7-0-0","staticText":"magritte-static-text___pslMP_7-0-0","text-with-ellipsis":"magritte-text-with-ellipsis___bEJaf_7-0-0","textWithEllipsis":"magritte-text-with-ellipsis___bEJaf_7-0-0","bottom-sheet-item":"magritte-bottom-sheet-item___lc1TO_7-0-0","bottomSheetItem":"magritte-bottom-sheet-item___lc1TO_7-0-0","drop-item":"magritte-drop-item___62c-z_7-0-0","dropItem":"magritte-drop-item___62c-z_7-0-0"};
3
+
4
+ export { styles as s };
5
+ //# sourceMappingURL=breadcrumbs-CWJVESzR.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumbs-CWJVESzR.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
package/index.css CHANGED
@@ -1,108 +1,115 @@
1
1
  :root{
2
- --magritte-color-component-breadcrumbs-text-primary-v22-0-0:#20262b;
3
- --magritte-color-component-breadcrumbs-text-secondary-v22-0-0:#8293a2;
4
- --magritte-color-component-breadcrumbs-text-tertiary-v22-0-0:#DCE3EB;
5
- --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v22-0-0:#6a7885;
6
- --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v22-0-0:#8293a2;
2
+ --magritte-color-component-breadcrumbs-text-primary-v22-1-0:#20262b;
3
+ --magritte-color-component-breadcrumbs-text-secondary-v22-1-0:#8293a2;
4
+ --magritte-color-component-breadcrumbs-text-tertiary-v22-1-0:#DCE3EB;
5
+ --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v22-1-0:#6a7885;
6
+ --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v22-1-0:#8293a2;
7
7
  }
8
8
  :root{
9
- --magritte-static-space-100-v22-0-0:4px;
10
- --magritte-static-space-150-v22-0-0:6px;
11
- --magritte-static-space-200-v22-0-0:8px;
12
- --magritte-static-space-300-v22-0-0:12px;
13
- --magritte-static-space-500-v22-0-0:20px;
9
+ --magritte-static-space-100-v22-1-0:4px;
10
+ --magritte-static-space-150-v22-1-0:6px;
11
+ --magritte-static-space-200-v22-1-0:8px;
12
+ --magritte-static-space-300-v22-1-0:12px;
13
+ --magritte-static-space-500-v22-1-0:20px;
14
14
  }
15
15
  .magritte-night-theme{
16
- --magritte-color-component-breadcrumbs-text-primary-v22-0-0:#D4D4D4;
17
- --magritte-color-component-breadcrumbs-text-secondary-v22-0-0:#5E5E5E;
18
- --magritte-color-component-breadcrumbs-text-tertiary-v22-0-0:#3B3B3B;
19
- --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v22-0-0:#767676;
20
- --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v22-0-0:#5E5E5E;
21
- }
22
- .magritte-breadcrumbs___Go2gs_6-1-2{
23
- padding:var(--magritte-static-space-300-v22-0-0) 0;
24
- }
25
- .magritte-unbreakable-container___VcQQ2_6-1-2{
26
- --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-tertiary-v22-0-0);
16
+ --magritte-color-component-breadcrumbs-text-primary-v22-1-0:#D4D4D4;
17
+ --magritte-color-component-breadcrumbs-text-secondary-v22-1-0:#5E5E5E;
18
+ --magritte-color-component-breadcrumbs-text-tertiary-v22-1-0:#3B3B3B;
19
+ --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v22-1-0:#767676;
20
+ --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v22-1-0:#5E5E5E;
21
+ }
22
+ .magritte-zp-day-theme{
23
+ --magritte-color-component-breadcrumbs-text-primary-v22-1-0:#20262b;
24
+ --magritte-color-component-breadcrumbs-text-secondary-v22-1-0:#8293a2;
25
+ --magritte-color-component-breadcrumbs-text-tertiary-v22-1-0:#DCE3EB;
26
+ --magritte-color-component-breadcrumbs-text-state-secondary-hovered-v22-1-0:#6a7885;
27
+ --magritte-color-component-breadcrumbs-text-state-secondary-pressed-v22-1-0:#8293a2;
28
+ }
29
+ .magritte-breadcrumbs___Go2gs_7-0-0{
30
+ padding:var(--magritte-static-space-300-v22-1-0) 0;
31
+ }
32
+ .magritte-unbreakable-container___VcQQ2_7-0-0{
33
+ --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-tertiary-v22-1-0);
27
34
  display:flex;
28
35
  position:relative;
29
36
  white-space:nowrap;
30
- max-height:var(--magritte-static-space-500-v22-0-0);
37
+ max-height:var(--magritte-static-space-500-v22-1-0);
31
38
  overflow:clip;
32
39
  }
33
- .magritte-invisible-container___V0W27_6-1-2{
40
+ .magritte-invisible-container___V0W27_7-0-0{
34
41
  visibility:hidden;
35
42
  }
36
- .magritte-collapsible-container___85hMp_6-1-2{
43
+ .magritte-collapsible-container___85hMp_7-0-0{
37
44
  flex:1 0 auto;
38
45
  position:relative;
39
46
  }
40
- .magritte-collapsible-content___OoBp3_6-1-2{
47
+ .magritte-collapsible-content___OoBp3_7-0-0{
41
48
  position:absolute;
42
49
  inset:0;
43
50
  display:flex;
44
51
  flex-flow:row-reverse wrap;
45
52
  place-content:flex-start flex-end;
46
53
  }
47
- .magritte-ellipsis___-3wI7_6-1-2{
48
- height:var(--magritte-static-space-500-v22-0-0);
49
- width:var(--magritte-static-space-500-v22-0-0);
54
+ .magritte-ellipsis___-3wI7_7-0-0{
55
+ height:var(--magritte-static-space-500-v22-1-0);
56
+ width:var(--magritte-static-space-500-v22-1-0);
50
57
  }
51
- .magritte-item___oaSMH_6-1-2{
58
+ .magritte-item___oaSMH_7-0-0{
52
59
  display:flex;
53
60
  }
54
- .magritte-first-item___N6MFS_6-1-2{
55
- min-width:calc(var(--magritte-static-space-500-v22-0-0) + var(--magritte-static-space-150-v22-0-0) * 2 + 5px);
61
+ .magritte-first-item___N6MFS_7-0-0{
62
+ min-width:calc(var(--magritte-static-space-500-v22-1-0) + var(--magritte-static-space-150-v22-1-0) * 2 + 5px);
56
63
  overflow:clip;
57
64
  }
58
- .magritte-first-item-content___G98CF_6-1-2{
65
+ .magritte-first-item-content___G98CF_7-0-0{
59
66
  min-width:0;
60
67
  }
61
- .magritte-item-after-ellipsis___oPDLO_6-1-2{
62
- margin-left:calc(0px - var(--magritte-static-space-500-v22-0-0) - var(--magritte-static-space-150-v22-0-0) * 2 - 5px);
68
+ .magritte-item-after-ellipsis___oPDLO_7-0-0{
69
+ margin-left:calc(0px - var(--magritte-static-space-500-v22-1-0) - var(--magritte-static-space-150-v22-1-0) * 2 - 5px);
63
70
  }
64
- .magritte-divider___J8lfR_6-1-2{
65
- --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-tertiary-v22-0-0);
71
+ .magritte-divider___J8lfR_7-0-0{
72
+ --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-tertiary-v22-1-0);
66
73
  position:relative;
67
74
  bottom:1px;
68
- padding:0 var(--magritte-static-space-150-v22-0-0);
75
+ padding:0 var(--magritte-static-space-150-v22-1-0);
69
76
  width:5px;
70
77
  text-align:center;
71
78
  }
72
- .magritte-interactive-text___fBwYg_6-1-2{
73
- --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-secondary-v22-0-0);
79
+ .magritte-interactive-text___fBwYg_7-0-0{
80
+ --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-secondary-v22-1-0);
74
81
  }
75
82
  @media (min-width: 1020px){
76
- body.magritte-old-layout .magritte-interactive-text___fBwYg_6-1-2:hover{
77
- --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-state-secondary-hovered-v22-0-0);
83
+ body.magritte-old-layout .magritte-interactive-text___fBwYg_7-0-0:hover{
84
+ --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-state-secondary-hovered-v22-1-0);
78
85
  }
79
86
  }
80
87
  @media (min-width: 1024px){
81
- body:not(.magritte-old-layout) .magritte-interactive-text___fBwYg_6-1-2:hover{
82
- --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-state-secondary-hovered-v22-0-0);
88
+ body:not(.magritte-old-layout) .magritte-interactive-text___fBwYg_7-0-0:hover{
89
+ --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-state-secondary-hovered-v22-1-0);
83
90
  }
84
91
  }
85
- .magritte-interactive-text___fBwYg_6-1-2:active{
86
- --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-state-secondary-pressed-v22-0-0);
92
+ .magritte-interactive-text___fBwYg_7-0-0:active{
93
+ --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-state-secondary-pressed-v22-1-0);
87
94
  }
88
- .magritte-static-text___pslMP_6-1-2{
89
- --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-primary-v22-0-0);
95
+ .magritte-static-text___pslMP_7-0-0{
96
+ --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-primary-v22-1-0);
90
97
  }
91
- .magritte-text-with-ellipsis___bEJaf_6-1-2{
98
+ .magritte-text-with-ellipsis___bEJaf_7-0-0{
92
99
  overflow:hidden;
93
100
  text-overflow:ellipsis;
94
101
  }
95
- .magritte-bottom-sheet-item___lc1TO_6-1-2{
96
- --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-primary-v22-0-0);
102
+ .magritte-bottom-sheet-item___lc1TO_7-0-0{
103
+ --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-primary-v22-1-0);
97
104
  overflow:hidden;
98
105
  text-overflow:ellipsis;
99
106
  white-space:nowrap;
100
107
  line-height:22px;
101
- margin-bottom:var(--magritte-static-space-200-v22-0-0);
108
+ margin-bottom:var(--magritte-static-space-200-v22-1-0);
102
109
  }
103
- .magritte-drop-item___62c-z_6-1-2{
104
- --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-primary-v22-0-0);
110
+ .magritte-drop-item___62c-z_7-0-0{
111
+ --magritte-ui-text-color-override:var(--magritte-color-component-breadcrumbs-text-primary-v22-1-0);
105
112
  }
106
- .magritte-drop-item___62c-z_6-1-2:not(:last-child){
107
- margin-bottom:var(--magritte-static-space-100-v22-0-0);
113
+ .magritte-drop-item___62c-z_7-0-0:not(:last-child){
114
+ margin-bottom:var(--magritte-static-space-100-v22-1-0);
108
115
  }
package/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
1
  export { type BreadcrumbsItemProps, type BreadcrumbsProps } from '@hh.ru/magritte-ui-breadcrumbs/types';
2
2
  export * from '@hh.ru/magritte-ui-breadcrumbs/Breadcrumbs';
3
3
  export * from '@hh.ru/magritte-ui-breadcrumbs/BreadcrumbsItem';
4
- export * from '@hh.ru/magritte-ui-theme-provider';
package/index.js CHANGED
@@ -1,7 +1,6 @@
1
1
  import './index.css';
2
2
  export { Breadcrumbs } from './Breadcrumbs.js';
3
3
  export { BreadcrumbsItem } from './BreadcrumbsItem.js';
4
- export * from '@hh.ru/magritte-ui-theme-provider';
5
4
  import 'react/jsx-runtime';
6
5
  import 'react';
7
6
  import 'classnames';
@@ -10,7 +9,7 @@ import '@hh.ru/magritte-common-resize';
10
9
  import '@hh.ru/magritte-ui-bottom-sheet';
11
10
  import './BreadcrumbsDivider.js';
12
11
  import '@hh.ru/magritte-ui-typography';
13
- import './breadcrumbs-BEQUGfjg.js';
12
+ import './breadcrumbs-CWJVESzR.js';
14
13
  import '@hh.ru/magritte-ui-breakpoint';
15
14
  import '@hh.ru/magritte-ui-card';
16
15
  import '@hh.ru/magritte-ui-drop';
package/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;"}
package/index.mock.d.ts CHANGED
@@ -1,5 +1,3 @@
1
1
  import { ForwardRefExoticComponent } from 'react';
2
2
  export * from '@hh.ru/magritte-ui-breadcrumbs/types';
3
- declare const ThemeProvider: any;
4
- export { ThemeProvider };
5
3
  export declare const Breadcrumbs: ForwardRefExoticComponent<Record<string, unknown>>;
package/index.mock.js CHANGED
@@ -1,9 +1,7 @@
1
1
  import './index.css';
2
2
  import { mockComponent } from '@hh.ru/magritte-ui-mock-component';
3
3
 
4
- // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
5
- const { ThemeProvider } = jest.requireActual('@hh.ru/magritte-ui-theme-provider/index');
6
4
  const Breadcrumbs = mockComponent('Breadcrumbs');
7
5
 
8
- export { Breadcrumbs, ThemeProvider };
6
+ export { Breadcrumbs };
9
7
  //# sourceMappingURL=index.mock.js.map
package/index.mock.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.mock.js","sources":["../src/index.mock.ts"],"sourcesContent":["import { ForwardRefExoticComponent } from 'react';\n\nimport { mockComponent } from '@hh.ru/magritte-ui-mock-component';\n\nexport * from '@hh.ru/magritte-ui-breadcrumbs/types';\n\n// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment\nconst { ThemeProvider } = jest.requireActual('@hh.ru/magritte-ui-theme-provider/index');\n\nexport { ThemeProvider };\n\nexport const Breadcrumbs: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent('Breadcrumbs');\n"],"names":[],"mappings":";;AAMA;AACM,MAAA,EAAE,aAAa,EAAE,GAAG,IAAI,CAAC,aAAa,CAAC,yCAAyC,EAAE;MAI3E,WAAW,GAAuD,aAAa,CAAC,aAAa;;;;"}
1
+ {"version":3,"file":"index.mock.js","sources":["../src/index.mock.ts"],"sourcesContent":["import { ForwardRefExoticComponent } from 'react';\n\nimport { mockComponent } from '@hh.ru/magritte-ui-mock-component';\n\nexport * from '@hh.ru/magritte-ui-breadcrumbs/types';\n\nexport const Breadcrumbs: ForwardRefExoticComponent<Record<string, unknown>> = mockComponent('Breadcrumbs');\n"],"names":[],"mappings":";;MAMa,WAAW,GAAuD,aAAa,CAAC,aAAa;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hh.ru/magritte-ui-breadcrumbs",
3
- "version": "6.1.2",
3
+ "version": "7.0.0",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "sideEffects": [
@@ -21,16 +21,15 @@
21
21
  "dependencies": {
22
22
  "@hh.ru/magritte-common-func-utils": "1.3.12",
23
23
  "@hh.ru/magritte-common-resize": "0.1.16",
24
- "@hh.ru/magritte-design-tokens": "22.0.0",
24
+ "@hh.ru/magritte-design-tokens": "22.1.0",
25
25
  "@hh.ru/magritte-types": "5.0.4",
26
- "@hh.ru/magritte-ui-bottom-sheet": "7.3.2",
26
+ "@hh.ru/magritte-ui-bottom-sheet": "8.0.0",
27
27
  "@hh.ru/magritte-ui-breakpoint": "5.0.3",
28
- "@hh.ru/magritte-ui-card": "7.0.27",
29
- "@hh.ru/magritte-ui-drop": "10.0.6",
30
- "@hh.ru/magritte-ui-link": "5.0.30",
28
+ "@hh.ru/magritte-ui-card": "8.0.0",
29
+ "@hh.ru/magritte-ui-drop": "11.0.0",
30
+ "@hh.ru/magritte-ui-link": "6.0.0",
31
31
  "@hh.ru/magritte-ui-mock-component": "1.1.4",
32
- "@hh.ru/magritte-ui-theme-provider": "1.1.51",
33
- "@hh.ru/magritte-ui-typography": "3.0.47"
32
+ "@hh.ru/magritte-ui-typography": "4.0.0"
34
33
  },
35
34
  "peerDependencies": {
36
35
  "classnames": ">=2.3.2",
@@ -39,5 +38,5 @@
39
38
  "publishConfig": {
40
39
  "access": "public"
41
40
  },
42
- "gitHead": "5b83b8f36a1aa79857e35ef038d9d32abef39be0"
41
+ "gitHead": "a823b2d582e812bf99b5fdf32058a93eaa59076b"
43
42
  }
@@ -1,5 +0,0 @@
1
- import './index.css';
2
- var styles = {"breadcrumbs":"magritte-breadcrumbs___Go2gs_6-1-2","unbreakable-container":"magritte-unbreakable-container___VcQQ2_6-1-2","unbreakableContainer":"magritte-unbreakable-container___VcQQ2_6-1-2","invisible-container":"magritte-invisible-container___V0W27_6-1-2","invisibleContainer":"magritte-invisible-container___V0W27_6-1-2","collapsible-container":"magritte-collapsible-container___85hMp_6-1-2","collapsibleContainer":"magritte-collapsible-container___85hMp_6-1-2","collapsible-content":"magritte-collapsible-content___OoBp3_6-1-2","collapsibleContent":"magritte-collapsible-content___OoBp3_6-1-2","ellipsis":"magritte-ellipsis___-3wI7_6-1-2","item":"magritte-item___oaSMH_6-1-2","first-item":"magritte-first-item___N6MFS_6-1-2","firstItem":"magritte-first-item___N6MFS_6-1-2","first-item-content":"magritte-first-item-content___G98CF_6-1-2","firstItemContent":"magritte-first-item-content___G98CF_6-1-2","item-after-ellipsis":"magritte-item-after-ellipsis___oPDLO_6-1-2","itemAfterEllipsis":"magritte-item-after-ellipsis___oPDLO_6-1-2","divider":"magritte-divider___J8lfR_6-1-2","interactive-text":"magritte-interactive-text___fBwYg_6-1-2","interactiveText":"magritte-interactive-text___fBwYg_6-1-2","static-text":"magritte-static-text___pslMP_6-1-2","staticText":"magritte-static-text___pslMP_6-1-2","text-with-ellipsis":"magritte-text-with-ellipsis___bEJaf_6-1-2","textWithEllipsis":"magritte-text-with-ellipsis___bEJaf_6-1-2","bottom-sheet-item":"magritte-bottom-sheet-item___lc1TO_6-1-2","bottomSheetItem":"magritte-bottom-sheet-item___lc1TO_6-1-2","drop-item":"magritte-drop-item___62c-z_6-1-2","dropItem":"magritte-drop-item___62c-z_6-1-2"};
3
-
4
- export { styles as s };
5
- //# sourceMappingURL=breadcrumbs-BEQUGfjg.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"breadcrumbs-BEQUGfjg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}