@5even7/dlc-ui 0.2.18 → 0.2.19
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/CHANGELOG.md +147 -144
- package/LICENSE +21 -21
- package/README.md +338 -338
- package/THIRD_PARTY_NOTICES.md +17 -0
- package/dist/avatar-creator.cjs +7221 -0
- package/dist/avatar-creator.mjs +9278 -0
- package/dist/capsule.cjs +185 -66
- package/dist/capsule.mjs +1208 -1103
- package/dist/color.cjs +186 -67
- package/dist/color.mjs +1157 -1052
- package/dist/emo.cjs +166 -47
- package/dist/emo.mjs +324 -219
- package/dist/index.cjs +6806 -98
- package/dist/index.mjs +13240 -4296
- package/dist/index.umd.js +6806 -98
- package/dist/index.umd.min.js +1 -1
- package/dist/progress.cjs +195 -76
- package/dist/progress.mjs +2293 -2188
- package/dist/vue2.cjs +7001 -247
- package/dist/vue2.mjs +13664 -4691
- package/dist/vue3.cjs +7001 -247
- package/dist/vue3.mjs +13664 -4691
- package/package.json +146 -136
- package/styles/avatar-creator.css +13 -0
- package/styles/base.css +32 -32
- package/styles/color.css +18 -18
- package/styles/emo.css +89 -89
- package/styles/progress.css +96 -96
- package/styles/theme.css +1 -0
- package/types/avatar-creator.d.ts +124 -0
- package/types/capsule.d.ts +15 -15
- package/types/color.d.ts +15 -15
- package/types/emo.d.ts +37 -37
- package/types/index.d.ts +581 -554
- package/types/progress.d.ts +16 -16
- package/types/vue2.d.ts +11 -10
- package/types/vue3.d.ts +169 -146
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -38,3 +38,20 @@ MIT License 全文:
|
|
|
38
38
|
- 来源:https://github.com/airbnb/lottie-web
|
|
39
39
|
- 许可证:MIT License
|
|
40
40
|
- 用途:DLC-EMO `type="miao"` 的 Lottie 动画播放器。
|
|
41
|
+
|
|
42
|
+
## DiceBear(@dicebear/core 9.4.2 与 8 个样式)
|
|
43
|
+
|
|
44
|
+
- 来源:https://www.dicebear.com / https://github.com/dicebear/dicebear
|
|
45
|
+
- 许可证:代码 MIT License;8 个样式的设计素材 CC0 1.0(Public Domain)
|
|
46
|
+
- 用途:DLC-Avatar-Creator 的 dicebear 供应商实现(vendored 到
|
|
47
|
+
`src/dlc-avatar-creator/vendors/dicebear`),含 identicon / lorelei /
|
|
48
|
+
lorelei-neutral / notionists / notionists-neutral / open-peeps / rings / shapes。
|
|
49
|
+
- 各样式随附的 LICENSE 文件与设计者署名保留在 vendored 目录内:
|
|
50
|
+
identicon、lorelei(Lisa Wischofsky)、notionists(Zoish)、open-peeps(Pablo Stanley)等。
|
|
51
|
+
|
|
52
|
+
## Humation(@humation/core 1.0.1 + @humation/assets-humation-1)
|
|
53
|
+
|
|
54
|
+
- 来源:https://github.com/endo-yusuke/humation
|
|
55
|
+
- 许可证:MIT License(https://github.com/endo-yusuke/humation/blob/main/LICENSE)
|
|
56
|
+
- 用途:DLC-Avatar-Creator 的 humation 供应商实现(vendored 到
|
|
57
|
+
`src/dlc-avatar-creator/vendors/humation`,含 manifest 与嵌入式 SVG 素材)。
|