@univerjs/icons 0.1.79 → 0.1.80
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/components/check-menu-single.d.ts +4 -0
- package/dist/components/watermark-single.d.ts +4 -0
- package/dist/icons.d.ts +2 -0
- package/dist/index.js +1 -1
- package/esm/components/check-menu-single.d.ts +4 -0
- package/esm/components/check-menu-single.js +14 -0
- package/esm/components/check-menu-single.js.map +1 -0
- package/esm/components/watermark-single.d.ts +4 -0
- package/esm/components/watermark-single.js +14 -0
- package/esm/components/watermark-single.js.map +1 -0
- package/esm/icons.d.ts +2 -0
- package/esm/icons.js +2 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.js +2 -0
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ export { default as Cell50 } from './components/cell-50';
|
|
|
51
51
|
export { default as Cell75 } from './components/cell-75';
|
|
52
52
|
export { default as CheckBoxPartSingle } from './components/check-box-part-single';
|
|
53
53
|
export { default as CheckMarkSingle } from './components/check-mark-single';
|
|
54
|
+
export { default as CheckMenuSingle } from './components/check-menu-single';
|
|
54
55
|
export { default as CheckboxNotSingle } from './components/checkbox-not-single';
|
|
55
56
|
export { default as CheckboxPartSingle } from './components/checkbox-part-single';
|
|
56
57
|
export { default as CheckboxSingle } from './components/checkbox-single';
|
|
@@ -399,6 +400,7 @@ export { default as ViweModeSingle } from './components/viwe-mode-single';
|
|
|
399
400
|
export { default as WarnSingle } from './components/warn-single';
|
|
400
401
|
export { default as Warn } from './components/warn';
|
|
401
402
|
export { default as WarningSingle } from './components/warning-single';
|
|
403
|
+
export { default as WatermarkSingle } from './components/watermark-single';
|
|
402
404
|
export { default as WebpageSingle } from './components/webpage-single';
|
|
403
405
|
export { default as WechatSingle24 } from './components/wechat-single-24';
|
|
404
406
|
export { default as WechatSingle40 } from './components/wechat-single-40';
|