sun-form-v3 1.0.7 → 1.0.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,4 +1,4 @@
1
- import { t as O, m as I } from "./index-BFqQeX1r.js";
1
+ import { t as O, m as I } from "./index-D-9xpn3I.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.49.0(383fdf3fc0e1e1a024068b8d0fd4f3dcbae74d04)
@@ -1,4 +1,4 @@
1
- import { m as s } from "./index-BFqQeX1r.js";
1
+ import { m as s } from "./index-D-9xpn3I.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.49.0(383fdf3fc0e1e1a024068b8d0fd4f3dcbae74d04)
@@ -1,4 +1,4 @@
1
- import { m as r } from "./index-BFqQeX1r.js";
1
+ import { m as r } from "./index-D-9xpn3I.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.49.0(383fdf3fc0e1e1a024068b8d0fd4f3dcbae74d04)
@@ -1,4 +1,4 @@
1
- import { m as l } from "./index-BFqQeX1r.js";
1
+ import { m as l } from "./index-D-9xpn3I.js";
2
2
  /*!-----------------------------------------------------------------------------
3
3
  * Copyright (c) Microsoft Corporation. All rights reserved.
4
4
  * Version: 0.49.0(383fdf3fc0e1e1a024068b8d0fd4f3dcbae74d04)
package/package.json CHANGED
@@ -1,13 +1,15 @@
1
1
  {
2
2
  "name": "sun-form-v3",
3
3
  "private": false,
4
- "version": "1.0.7",
4
+ "version": "1.0.9",
5
5
  "type": "module",
6
6
  "files": [
7
- "dist"
7
+ "dist",
8
+ "src/assets/styles/element/index.scss",
9
+ "src/assets/styles/index.css"
8
10
  ],
9
11
  "main": "./dist/sun-form-v3.umd.js",
10
- "module": "./dist/sun-form-v3.es.js",
12
+ "module": "./dist/sun-form-v3.esm.js",
11
13
  "exports": {
12
14
  "./style": "./dist/style.css",
13
15
  ".": {
@@ -40,4 +42,4 @@
40
42
  "vxe-table": "^4.6.17",
41
43
  "xe-utils": "^3.5.26"
42
44
  }
43
- }
45
+ }
@@ -0,0 +1,15 @@
1
+ /* 只需要重写你需要的即可 */
2
+ @forward 'element-plus/theme-chalk/src/common/var.scss'with (
3
+ $colors: ('primary': (
4
+ 'base': rgb(85, 132, 255),
5
+ ),
6
+ ),
7
+ );
8
+
9
+
10
+
11
+ @use "element-plus/theme-chalk/src/index.scss"as *;
12
+
13
+ body {
14
+ margin: 0;
15
+ }
@@ -0,0 +1,3 @@
1
+ @tailwind base;
2
+ @tailwind components;
3
+ @tailwind utilities;