@scorchingft/ui-plus 1.0.6 → 1.0.8

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.
@@ -8,6 +8,8 @@ import { default as Arrowdown1 } from '../scorchingftIcon/arrow/Arrowdown1.vue';
8
8
  import { default as Attachment } from '../scorchingftIcon/item/Attachment.vue';
9
9
  import { default as Bilibili } from '../scorchingftIcon/website/Bilibili.vue';
10
10
  import { default as Bold } from '../scorchingftIcon/edit/Bold.vue';
11
+ import { default as Chat } from '../scorchingftIcon/system/Chat.vue';
12
+ import { default as Chatfilled } from '../scorchingftIcon/system/Chatfilled.vue';
11
13
  import { default as Circleclose } from '../scorchingftIcon/system/Circleclose.vue';
12
14
  import { default as Circleclosefilled } from '../scorchingftIcon/system/Circleclosefilled.vue';
13
15
  import { default as Clearformat } from '../scorchingftIcon/edit/Clearformat.vue';
@@ -39,6 +41,7 @@ import { default as Italic } from '../scorchingftIcon/edit/Italic.vue';
39
41
  import { default as Justify } from '../scorchingftIcon/edit/Justify.vue';
40
42
  import { default as Light } from '../scorchingftIcon/weather/Light.vue';
41
43
  import { default as Like } from '../scorchingftIcon/item/Like.vue';
44
+ import { default as Likefilled } from '../scorchingftIcon/item/Likefilled.vue';
42
45
  import { default as Lineheight } from '../scorchingftIcon/edit/Lineheight.vue';
43
46
  import { default as Link } from '../scorchingftIcon/system/Link.vue';
44
47
  import { default as List } from '../scorchingftIcon/system/List.vue';
@@ -59,9 +62,10 @@ import { default as SfIcon } from '../scorchingft/icon/Icon.vue';
59
62
  import { default as SfMessage } from '../utils/Message';
60
63
  import { SfMessageHandler } from '../types/type';
61
64
  import { default as Speed } from '../scorchingftIcon/animation/Speed.vue';
62
- import { default as Stepon } from '../scorchingftIcon/item/Stepon.vue';
63
65
  import { default as Strikethrough } from '../scorchingftIcon/edit/Strikethrough.vue';
64
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';
65
69
  import { default as Underline } from '../scorchingftIcon/edit/Underline.vue';
66
70
  import { default as Undo } from '../scorchingftIcon/edit/Undo.vue';
67
71
  import { default as Unlink } from '../scorchingftIcon/system/Unlink.vue';
@@ -92,6 +96,10 @@ export { Bilibili }
92
96
 
93
97
  export { Bold }
94
98
 
99
+ export { Chat }
100
+
101
+ export { Chatfilled }
102
+
95
103
  export { Circleclose }
96
104
 
97
105
  export { Circleclosefilled }
@@ -154,6 +162,8 @@ export { Light }
154
162
 
155
163
  export { Like }
156
164
 
165
+ export { Likefilled }
166
+
157
167
  export { Lineheight }
158
168
 
159
169
  export { Link }
@@ -198,12 +208,14 @@ export { SfMessage }
198
208
 
199
209
  export { Speed }
200
210
 
201
- export { Stepon }
202
-
203
211
  export { Strikethrough }
204
212
 
205
213
  export { Successfilled }
206
214
 
215
+ export { Theme }
216
+
217
+ export { Themefilled }
218
+
207
219
  export { Underline }
208
220
 
209
221
  export { Undo }