@sproutsocial/racine 8.4.0 → 8.5.0
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/CHANGELOG.md +6 -0
- package/__flow__/EnumIconNames.js +1 -1
- package/__flow__/IconViewBoxes.js +1 -1
- package/__flow__/themes/default/theme.js +1 -0
- package/commonjs/IconViewBoxes.js +8 -1
- package/commonjs/include-icons.js +1 -1
- package/commonjs/themes/default/theme.js +2 -1
- package/dist/iconList.js +1 -1
- package/dist/icons.svg +1 -1
- package/icons/bigcommerce.svg +1 -2
- package/icons/deconstructed-negative-sentiment.svg +3 -0
- package/icons/deconstructed-neutral-sentiment.svg +3 -0
- package/icons/flat-negative-sentiment-outline.svg +4 -0
- package/icons/flat-negative-sentiment.svg +3 -0
- package/icons/flat-neutral-sentiment-outline.svg +4 -0
- package/icons/flat-neutral-sentiment.svg +3 -0
- package/icons/tiktok.svg +5 -0
- package/icons/woocommerce.svg +2 -4
- package/includeIcons.js +1 -1
- package/lib/IconViewBoxes.js +8 -1
- package/lib/include-icons.js +1 -1
- package/lib/themes/default/theme.js +2 -1
- package/package.json +2 -2
package/lib/IconViewBoxes.js
CHANGED
|
@@ -86,6 +86,8 @@ module.exports = {
|
|
|
86
86
|
"crop": "0 0 16 16",
|
|
87
87
|
"crown": "0 0 16 16",
|
|
88
88
|
"dashboard": "0 0 16 14",
|
|
89
|
+
"deconstructed-negative-sentiment": "0 0 18 18",
|
|
90
|
+
"deconstructed-neutral-sentiment": "0 0 18 18",
|
|
89
91
|
"discovery": "0 0 16 16",
|
|
90
92
|
"dislike-outline": "0 0 15 16",
|
|
91
93
|
"dislike": "0 0 16 16",
|
|
@@ -135,6 +137,10 @@ module.exports = {
|
|
|
135
137
|
"filter": "0 0 16 16",
|
|
136
138
|
"flag-outline": "0 0 16 16",
|
|
137
139
|
"flag": "0 0 16 16",
|
|
140
|
+
"flat-negative-sentiment-outline": "0 0 18 18",
|
|
141
|
+
"flat-negative-sentiment": "0 0 18 18",
|
|
142
|
+
"flat-neutral-sentiment-outline": "0 0 18 18",
|
|
143
|
+
"flat-neutral-sentiment": "0 0 18 18",
|
|
138
144
|
"folder-open": "0 0 16 15",
|
|
139
145
|
"folder": "0 0 16 16",
|
|
140
146
|
"follow-outline": "0 0 20 16",
|
|
@@ -305,6 +311,7 @@ module.exports = {
|
|
|
305
311
|
"team": "0 0 18 16",
|
|
306
312
|
"text-asset": "0 0 16 16",
|
|
307
313
|
"text": "0 0 8 16",
|
|
314
|
+
"tiktok": "0 0 16 18",
|
|
308
315
|
"times": "0 0 16 22",
|
|
309
316
|
"trash-can-outline": "0 0 14 16",
|
|
310
317
|
"trash-can": "0 0 14 16",
|
|
@@ -338,7 +345,7 @@ module.exports = {
|
|
|
338
345
|
"window-minimize": "0 0 16 16",
|
|
339
346
|
"window-regular": "0 0 16 16",
|
|
340
347
|
"window-restore": "0 0 16 16",
|
|
341
|
-
"woocommerce": "0 0
|
|
348
|
+
"woocommerce": "0 0 18 16",
|
|
342
349
|
"x": "0 0 16 18",
|
|
343
350
|
"yelp-full-star": "0 0 16 16",
|
|
344
351
|
"yelp-half-star": "0 0 16 16",
|