@univerjs/icons 0.1.59 → 0.1.60
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/email-single.d.ts +4 -0
- package/dist/components/pivot-table-single.d.ts +4 -0
- package/dist/icons.d.ts +2 -0
- package/dist/index.js +1 -1
- package/esm/components/email-single.d.ts +4 -0
- package/esm/components/email-single.js +14 -0
- package/esm/components/email-single.js.map +1 -0
- package/esm/components/pivot-table-single.d.ts +4 -0
- package/esm/components/pivot-table-single.js +14 -0
- package/esm/components/pivot-table-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
|
@@ -90,6 +90,7 @@ export { default as DownSingle } from './components/down-single';
|
|
|
90
90
|
export { default as DownloadSingle } from './components/download-single';
|
|
91
91
|
export { default as DropdownSingle } from './components/dropdown-single';
|
|
92
92
|
export { default as EditRegionSingle } from './components/edit-region-single';
|
|
93
|
+
export { default as EmailSingle } from './components/email-single';
|
|
93
94
|
export { default as EraserSingle } from './components/eraser-single';
|
|
94
95
|
export { default as ErrorSingle } from './components/error-single';
|
|
95
96
|
export { default as ExpandAscendingSingle } from './components/expand-ascending-single';
|
|
@@ -210,6 +211,7 @@ export { default as Paste } from './components/paste';
|
|
|
210
211
|
export { default as PercentSingle } from './components/percent-single';
|
|
211
212
|
export { default as PermissionSettingSingle } from './components/permission-setting-single';
|
|
212
213
|
export { default as PipingSingle } from './components/piping-single';
|
|
214
|
+
export { default as PivotTableSingle } from './components/pivot-table-single';
|
|
213
215
|
export { default as PositionSingle16 } from './components/position-single-16';
|
|
214
216
|
export { default as PositionSingle20 } from './components/position-single-20';
|
|
215
217
|
export { default as PrintSingle } from './components/print-single';
|