@univerjs/icons 0.4.6 → 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/components/sankey-icon.d.ts +3 -0
- package/dist/icons.d.ts +2 -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/components/sankey-icon.d.ts +3 -0
- package/esm/components/sankey-icon.js +14 -0
- package/esm/components/sankey-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 +2 -2
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';
|
|
@@ -1156,6 +1157,7 @@ export { default as RowIcon } from './components/row-icon';
|
|
|
1156
1157
|
export { default as RowSingle } from './components/row-single';
|
|
1157
1158
|
/** @deprecated */
|
|
1158
1159
|
export { default as RunTime } from './components/run-time';
|
|
1160
|
+
export { default as SankeyIcon } from './components/sankey-icon';
|
|
1159
1161
|
/** @deprecated */
|
|
1160
1162
|
export { default as SaveSingle } from './components/save-single';
|
|
1161
1163
|
export { default as ScatterChartIcon } from './components/scatter-chart-icon';
|