@zykj2024/much-library 1.0.12-beta.7 → 1.0.12-beta.9

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,3 +1,4 @@
1
+ .mc-ellipsis-middle,
1
2
  .mc-ellipsis-middle * {
2
3
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
3
4
  }
@@ -1,4 +1,5 @@
1
1
  import { ReactElement } from 'react';
2
+ import '../Styles/utilities.less';
2
3
  export interface IMcThemeProviderProps {
3
4
  children: ReactElement;
4
5
  layout?: boolean;
@@ -3,6 +3,7 @@ import { McFonts } from "./..";
3
3
  import GlobalStyle from "./globalStyle";
4
4
  import McThemeConfig from "./index";
5
5
  import LayoutStyle from "./layoutStyle";
6
+ import "../Styles/utilities.css";
6
7
  import { jsx as _jsx } from "react/jsx-runtime";
7
8
  import { jsxs as _jsxs } from "react/jsx-runtime";
8
9
  var McThemeProvider = function McThemeProvider(_ref) {
@@ -1,3 +1,2 @@
1
- import '../index.less';
2
1
  declare const _default: () => import("react/jsx-runtime").JSX.Element;
3
2
  export default _default;
@@ -1,5 +1,4 @@
1
1
  import { Form, Radio } from 'antd';
2
- import "../index.css";
3
2
  import { jsx as _jsx } from "react/jsx-runtime";
4
3
  import { jsxs as _jsxs } from "react/jsx-runtime";
5
4
  export default (function () {
@@ -1,3 +1,2 @@
1
- import '../index.less';
2
1
  declare const _default: () => import("react/jsx-runtime").JSX.Element;
3
2
  export default _default;
@@ -3,7 +3,6 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutPr
3
3
  var _excluded = ["key", "name"];
4
4
  import { Button, Form, Input, Space } from 'antd';
5
5
  import { DeleteOutlined, PlusOutlined } from 'much-icons';
6
- import "../index.css";
7
6
  import { jsx as _jsx } from "react/jsx-runtime";
8
7
  import { jsxs as _jsxs } from "react/jsx-runtime";
9
8
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1,3 +1,2 @@
1
- import '../index.less';
2
1
  declare const _default: () => import("react/jsx-runtime").JSX.Element;
3
2
  export default _default;
@@ -1,5 +1,4 @@
1
1
  import { Card, Form, Input, Space } from 'antd';
2
- import "../index.css";
3
2
  import { jsx as _jsx } from "react/jsx-runtime";
4
3
  import { jsxs as _jsxs } from "react/jsx-runtime";
5
4
  export default (function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zykj2024/much-library",
3
- "version": "1.0.12-beta.7",
3
+ "version": "1.0.12-beta.9",
4
4
  "description": "react library",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",