@ray-js/lamp-circle-picker 1.0.13-beta-6 → 1.0.13-beta-7
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/lib/res/index.d.ts +0 -1
- package/lib/res/index.js +8 -3
- package/package.json +1 -1
- package/lib/res/colorBg.png +0 -0
package/lib/res/index.d.ts
CHANGED
package/lib/res/index.js
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* @Author: mjh
|
|
3
|
+
* @Date: 2026-01-23 17:25:00
|
|
4
|
+
* @LastEditors: mjh
|
|
5
|
+
* @LastEditTime: 2026-01-23 17:25:59
|
|
6
|
+
* @Description:
|
|
7
|
+
*/
|
|
1
8
|
import ring from './ring.png';
|
|
2
|
-
import colorBg from './colorBg.png';
|
|
3
9
|
export default {
|
|
4
|
-
ring
|
|
5
|
-
colorBg
|
|
10
|
+
ring
|
|
6
11
|
};
|
package/package.json
CHANGED
package/lib/res/colorBg.png
DELETED
|
Binary file
|