@univerjs/icons 0.1.76 → 0.1.77
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/cross-highlighting-single.d.ts +4 -0
- package/dist/icons.d.ts +1 -0
- package/dist/index.js +1 -1
- package/esm/components/cross-highlighting-single.d.ts +4 -0
- package/esm/components/cross-highlighting-single.js +14 -0
- package/esm/components/cross-highlighting-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
|
@@ -74,6 +74,7 @@ export { default as Copy } from './components/copy';
|
|
|
74
74
|
export { default as CorrectSingle } from './components/correct-single';
|
|
75
75
|
export { default as Correct } from './components/correct';
|
|
76
76
|
export { default as CreateCopySingle } from './components/create-copy-single';
|
|
77
|
+
export { default as CrossHighlightingSingle } from './components/cross-highlighting-single';
|
|
77
78
|
export { default as CrossHighlighting } from './components/cross-highlighting';
|
|
78
79
|
export { default as CrossSingle } from './components/cross-single';
|
|
79
80
|
export { default as CrownSingle } from './components/crown-single';
|