@univerjs/icons 0.2.34 → 0.2.35
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/chart-ai-single.d.ts +4 -0
- package/dist/icons.d.ts +1 -0
- package/dist/index.js +1 -1
- package/esm/components/chart-ai-single.d.ts +4 -0
- package/esm/components/chart-ai-single.js +14 -0
- package/esm/components/chart-ai-single.js.map +1 -0
- package/esm/components/chart-single.js +1 -1
- package/esm/components/chart-single.js.map +1 -1
- package/esm/components/relationship-single.js +1 -1
- package/esm/components/relationship-single.js.map +1 -1
- 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 -1
- package/esm/manifest.js.map +1 -1
- package/package.json +1 -1
package/dist/icons.d.ts
CHANGED
|
@@ -72,6 +72,7 @@ export { default as Cell100 } from './components/cell-100';
|
|
|
72
72
|
export { default as Cell25 } from './components/cell-25';
|
|
73
73
|
export { default as Cell50 } from './components/cell-50';
|
|
74
74
|
export { default as Cell75 } from './components/cell-75';
|
|
75
|
+
export { default as ChartAiSingle } from './components/chart-ai-single';
|
|
75
76
|
export { default as ChartPieSingle } from './components/chart-pie-single';
|
|
76
77
|
export { default as ChartSingle } from './components/chart-single';
|
|
77
78
|
export { default as ChatSingle } from './components/chat-single';
|