@univerjs/icons 0.1.54 → 0.1.55
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/view-mode-single.d.ts +4 -0
- package/dist/icons.d.ts +1 -0
- package/dist/index.js +1 -1
- package/esm/components/view-mode-single.d.ts +4 -0
- package/esm/components/view-mode-single.js +14 -0
- package/esm/components/view-mode-single.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 -1
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -289,6 +289,7 @@ export { default as VerticalCenterSingle } from './components/vertical-center-si
|
|
|
289
289
|
export { default as VerticalIntegrationSingle } from './components/vertical-integration-single';
|
|
290
290
|
export { default as VerticalMergeSingle } from './components/vertical-merge-single';
|
|
291
291
|
export { default as VerticalTextSingle } from './components/vertical-text-single';
|
|
292
|
+
export { default as ViewModeSingle } from './components/view-mode-single';
|
|
292
293
|
export { default as ViweModeSingle } from './components/viwe-mode-single';
|
|
293
294
|
export { default as WarnSingle } from './components/warn-single';
|
|
294
295
|
export { default as Warn } from './components/warn';
|