@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.
- package/dist/McEllipsisMiddle/index.css +1 -0
- package/dist/McThemeConfig/provider.d.ts +1 -0
- package/dist/McThemeConfig/provider.js +1 -0
- package/dist/Styles/demo/basic.d.ts +0 -1
- package/dist/Styles/demo/basic.js +0 -1
- package/dist/Styles/demo/delete-icon.d.ts +0 -1
- package/dist/Styles/demo/delete-icon.js +0 -1
- package/dist/Styles/demo/form-bottom-0.d.ts +0 -1
- package/dist/Styles/demo/form-bottom-0.js +0 -1
- package/package.json +1 -1
@@ -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) {
|
@@ -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";
|