@univerjs/icons 0.4.8 → 0.4.9
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/boxplot-icon.d.ts +3 -0
- package/dist/icons.d.ts +1 -0
- package/dist/index.js +1 -1
- package/esm/components/boxplot-icon.d.ts +3 -0
- package/esm/components/boxplot-icon.js +14 -0
- package/esm/components/boxplot-icon.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
|
@@ -141,6 +141,7 @@ export { default as BookSingle } from './components/book-single';
|
|
|
141
141
|
export { default as BottomIcon } from './components/bottom-icon';
|
|
142
142
|
/** @deprecated */
|
|
143
143
|
export { default as BottomSingle } from './components/bottom-single';
|
|
144
|
+
export { default as BoxplotIcon } from './components/boxplot-icon';
|
|
144
145
|
/** @deprecated */
|
|
145
146
|
export { default as BrainSingle } from './components/brain-single';
|
|
146
147
|
/** @deprecated */
|