@univerjs/icons 0.1.54 → 0.1.56
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/custom-completion.d.ts +4 -0
- package/dist/components/view-mode-single.d.ts +4 -0
- package/dist/icons.d.ts +2 -0
- package/dist/index.js +1 -1
- package/esm/components/custom-completion.d.ts +4 -0
- package/esm/components/custom-completion.js +14 -0
- package/esm/components/custom-completion.js.map +1 -0
- 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 +2 -0
- package/esm/icons.js +2 -0
- package/esm/icons.js.map +1 -1
- package/esm/manifest.js +2 -1
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -62,6 +62,7 @@ export { default as Correct } from './components/correct';
|
|
|
62
62
|
export { default as CreateCopySingle } from './components/create-copy-single';
|
|
63
63
|
export { default as CrossSingle } from './components/cross-single';
|
|
64
64
|
export { default as CustomColorsSingle } from './components/custom-colors-single';
|
|
65
|
+
export { default as CustomCompletion } from './components/custom-completion';
|
|
65
66
|
export { default as CustomSortSingle } from './components/custom-sort-single';
|
|
66
67
|
export { default as CustomSorting1 } from './components/custom-sorting-1';
|
|
67
68
|
export { default as CustomSorting } from './components/custom-sorting';
|
|
@@ -289,6 +290,7 @@ export { default as VerticalCenterSingle } from './components/vertical-center-si
|
|
|
289
290
|
export { default as VerticalIntegrationSingle } from './components/vertical-integration-single';
|
|
290
291
|
export { default as VerticalMergeSingle } from './components/vertical-merge-single';
|
|
291
292
|
export { default as VerticalTextSingle } from './components/vertical-text-single';
|
|
293
|
+
export { default as ViewModeSingle } from './components/view-mode-single';
|
|
292
294
|
export { default as ViweModeSingle } from './components/viwe-mode-single';
|
|
293
295
|
export { default as WarnSingle } from './components/warn-single';
|
|
294
296
|
export { default as Warn } from './components/warn';
|