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