@mi-avalon/libs 0.0.20 → 0.0.21

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.
@@ -1,7 +1,7 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { Button } from 'antd';
3
+ import { getClassName } from '../../utils';
3
4
  import { CompThemeProvider } from '../ThemeContext';
4
- import { getClassName } from '../utils';
5
5
  const classname = (n = '') => {
6
6
  const cn = 'items-row';
7
7
  return getClassName(cn, n);
@@ -1,9 +1,9 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { Affix, Breadcrumb, Card } from 'antd';
3
3
  import * as React from 'react';
4
+ import { getClassName } from '../../utils';
4
5
  import { ItemsRow } from '../ItemsRow';
5
6
  import { CompThemeProvider } from '../ThemeContext';
6
- import { getClassName } from '../utils';
7
7
  import './index.scss';
8
8
  const classname = (n = '') => {
9
9
  const cn = 'm-breadcrumb';