@univerjs/icons 0.3.2 → 0.3.21
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/trial-single.d.ts +4 -0
- package/dist/components/waterfall-chart-single.d.ts +4 -0
- package/dist/icons.d.ts +2 -0
- package/dist/index.js +1 -1
- package/esm/components/trial-single.d.ts +4 -0
- package/esm/components/trial-single.js +14 -0
- package/esm/components/trial-single.js.map +1 -0
- package/esm/components/waterfall-chart-single.d.ts +4 -0
- package/esm/components/waterfall-chart-single.js +14 -0
- package/esm/components/waterfall-chart-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
|
@@ -532,6 +532,7 @@ export { default as TravelSingle } from './components/travel-single';
|
|
|
532
532
|
export { default as TreeDiagramFillSingle } from './components/tree-diagram-fill-single';
|
|
533
533
|
export { default as TreeDiagramSingle } from './components/tree-diagram-single';
|
|
534
534
|
export { default as TrendlineSingle } from './components/trendline-single';
|
|
535
|
+
export { default as TrialSingle } from './components/trial-single';
|
|
535
536
|
export { default as TriangleChartSingle } from './components/triangle-chart-single';
|
|
536
537
|
export { default as TriangleSingle } from './components/triangle-single';
|
|
537
538
|
export { default as TriggersSingle } from './components/triggers-single';
|
|
@@ -566,6 +567,7 @@ export { default as ViweModeSingle } from './components/viwe-mode-single';
|
|
|
566
567
|
export { default as WarnSingle } from './components/warn-single';
|
|
567
568
|
export { default as Warn } from './components/warn';
|
|
568
569
|
export { default as WarningSingle } from './components/warning-single';
|
|
570
|
+
export { default as WaterfallChartSingle } from './components/waterfall-chart-single';
|
|
569
571
|
export { default as WatermarkSingle } from './components/watermark-single';
|
|
570
572
|
export { default as WebpageSingle } from './components/webpage-single';
|
|
571
573
|
export { default as WechatSingle24 } from './components/wechat-single-24';
|