@univerjs/icons 0.4.4 → 0.4.6
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/a-icon.d.ts +3 -0
- package/dist/components/ban-icon.d.ts +3 -0
- package/dist/icons.d.ts +2 -0
- package/dist/index.js +1 -1
- package/esm/components/a-icon.d.ts +3 -0
- package/esm/components/a-icon.js +14 -0
- package/esm/components/a-icon.js.map +1 -0
- package/esm/components/ban-icon.d.ts +3 -0
- package/esm/components/ban-icon.js +14 -0
- package/esm/components/ban-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
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/** @deprecated */
|
|
2
2
|
export { default as Question } from './components/Question';
|
|
3
|
+
export { default as AIcon } from './components/a-icon';
|
|
3
4
|
/** @deprecated */
|
|
4
5
|
export { default as AddAttachmentSingle } from './components/add-attachment-single';
|
|
5
6
|
/** @deprecated */
|
|
@@ -116,6 +117,7 @@ export { default as BackSlashSingle } from './components/back-slash-single';
|
|
|
116
117
|
export { default as BadFillSingle1 } from './components/bad-fill-single-1';
|
|
117
118
|
/** @deprecated */
|
|
118
119
|
export { default as BadFillSingle } from './components/bad-fill-single';
|
|
120
|
+
export { default as BanIcon } from './components/ban-icon';
|
|
119
121
|
export { default as BarChartIcon } from './components/bar-chart-icon';
|
|
120
122
|
/** @deprecated */
|
|
121
123
|
export { default as BarChartSingle } from './components/bar-chart-single';
|