@scorchingft/ui-plus 1.0.7 → 1.0.9
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.
|
@@ -64,6 +64,8 @@ import { SfMessageHandler } from '../types/type';
|
|
|
64
64
|
import { default as Speed } from '../scorchingftIcon/animation/Speed.vue';
|
|
65
65
|
import { default as Strikethrough } from '../scorchingftIcon/edit/Strikethrough.vue';
|
|
66
66
|
import { default as Successfilled } from '../scorchingftIcon/system/Successfilled.vue';
|
|
67
|
+
import { default as Theme } from '../scorchingftIcon/system/Theme.vue';
|
|
68
|
+
import { default as Themefilled } from '../scorchingftIcon/system/Themefilled.vue';
|
|
67
69
|
import { default as Underline } from '../scorchingftIcon/edit/Underline.vue';
|
|
68
70
|
import { default as Undo } from '../scorchingftIcon/edit/Undo.vue';
|
|
69
71
|
import { default as Unlink } from '../scorchingftIcon/system/Unlink.vue';
|
|
@@ -210,6 +212,10 @@ export { Strikethrough }
|
|
|
210
212
|
|
|
211
213
|
export { Successfilled }
|
|
212
214
|
|
|
215
|
+
export { Theme }
|
|
216
|
+
|
|
217
|
+
export { Themefilled }
|
|
218
|
+
|
|
213
219
|
export { Underline }
|
|
214
220
|
|
|
215
221
|
export { Undo }
|