@univerjs/icons 0.4.7 → 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/components/heatmap-icon.d.ts +3 -0
- package/dist/icons.d.ts +2 -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/components/heatmap-icon.d.ts +3 -0
- package/esm/components/heatmap-icon.js +14 -0
- package/esm/components/heatmap-icon.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
|
@@ -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 */
|
|
@@ -640,6 +641,7 @@ export { default as HeaderFooterIcon } from './components/header-footer-icon';
|
|
|
640
641
|
export { default as HeaderFooterSingle } from './components/header-footer-single';
|
|
641
642
|
/** @deprecated */
|
|
642
643
|
export { default as HeartSingle } from './components/heart-single';
|
|
644
|
+
export { default as HeatmapIcon } from './components/heatmap-icon';
|
|
643
645
|
/** @deprecated */
|
|
644
646
|
export { default as HelpSingle } from './components/help-single';
|
|
645
647
|
export { default as HideDoubleIcon } from './components/hide-double-icon';
|