@univerjs/icons 0.1.62 → 0.1.63
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/number-single.d.ts +4 -0
- package/dist/icons.d.ts +1 -0
- package/dist/index.js +1 -1
- package/esm/components/number-single.d.ts +4 -0
- package/esm/components/number-single.js +14 -0
- package/esm/components/number-single.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
|
@@ -191,6 +191,7 @@ export { default as NoRotationSingle } from './components/no-rotation-single';
|
|
|
191
191
|
export { default as Noninductive } from './components/noninductive';
|
|
192
192
|
export { default as NoteSingle } from './components/note-single';
|
|
193
193
|
export { default as NotvalueFilterSingle } from './components/notvalue-filter-single';
|
|
194
|
+
export { default as NumberSingle } from './components/number-single';
|
|
194
195
|
export { default as OffLineSingle } from './components/off-line-single';
|
|
195
196
|
export { default as OnLineSingle } from './components/on-line-single';
|
|
196
197
|
export { default as OrderSingle } from './components/order-single';
|