@scorchingft/ui-plus 1.0.6 → 1.0.7

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,7 +62,6 @@ 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';
65
67
  import { default as Underline } from '../scorchingftIcon/edit/Underline.vue';
@@ -92,6 +94,10 @@ export { Bilibili }
92
94
 
93
95
  export { Bold }
94
96
 
97
+ export { Chat }
98
+
99
+ export { Chatfilled }
100
+
95
101
  export { Circleclose }
96
102
 
97
103
  export { Circleclosefilled }
@@ -154,6 +160,8 @@ export { Light }
154
160
 
155
161
  export { Like }
156
162
 
163
+ export { Likefilled }
164
+
157
165
  export { Lineheight }
158
166
 
159
167
  export { Link }
@@ -198,8 +206,6 @@ export { SfMessage }
198
206
 
199
207
  export { Speed }
200
208
 
201
- export { Stepon }
202
-
203
209
  export { Strikethrough }
204
210
 
205
211
  export { Successfilled }