@univerjs/icons 0.2.4 → 0.2.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/scatter-chart-single.d.ts +4 -0
- package/dist/icons.d.ts +1 -1
- package/dist/index.js +1 -1
- package/esm/components/link-single.js +1 -1
- package/esm/components/link-single.js.map +1 -1
- package/esm/components/scatter-chart-single.d.ts +4 -0
- package/esm/components/{scatter-plot-single.js → scatter-chart-single.js} +5 -5
- package/esm/components/scatter-chart-single.js.map +1 -0
- package/esm/icons.d.ts +1 -1
- package/esm/icons.js +1 -1
- 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/components/scatter-plot-single.d.ts +0 -4
- package/esm/components/scatter-plot-single.d.ts +0 -4
- package/esm/components/scatter-plot-single.js.map +0 -1
package/dist/icons.d.ts
CHANGED
|
@@ -377,7 +377,7 @@ export { default as RoundnessFilllChartSingle } from './components/roundness-fil
|
|
|
377
377
|
export { default as RoundnessSingle } from './components/roundness-single';
|
|
378
378
|
export { default as RowSingle } from './components/row-single';
|
|
379
379
|
export { default as SaveSingle } from './components/save-single';
|
|
380
|
-
export { default as
|
|
380
|
+
export { default as ScatterChartSingle } from './components/scatter-chart-single';
|
|
381
381
|
export { default as Screen } from './components/screen';
|
|
382
382
|
export { default as SearchSingle16 } from './components/search-single-16';
|
|
383
383
|
export { default as SelectRangeSingle } from './components/select-range-single';
|