@univerjs/icons 0.2.5 → 0.2.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/dist/components/working.d.ts +4 -0
- package/dist/icons.d.ts +1 -0
- package/dist/index.js +1 -1
- package/esm/components/examples.js +1 -1
- package/esm/components/examples.js.map +1 -1
- package/esm/components/link-single.js +1 -1
- package/esm/components/link-single.js.map +1 -1
- package/esm/components/working.d.ts +4 -0
- package/esm/components/working.js +14 -0
- package/esm/components/working.js.map +1 -0
- package/esm/icons.d.ts +1 -0
- package/esm/icons.js +1 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.js +1 -0
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -465,6 +465,7 @@ export { default as WechatSingle24 } from './components/wechat-single-24';
|
|
|
465
465
|
export { default as WechatSingle40 } from './components/wechat-single-40';
|
|
466
466
|
export { default as WikiSingle } from './components/wiki-single';
|
|
467
467
|
export { default as WireframeSingle } from './components/wireframe-single';
|
|
468
|
+
export { default as Working } from './components/working';
|
|
468
469
|
export { default as Workspace } from './components/workspace';
|
|
469
470
|
export { default as WriteSingle } from './components/write-single';
|
|
470
471
|
export { default as Xlsx } from './components/xlsx';
|