purgetss 5.3.18 → 5.3.19
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.
|
@@ -261,6 +261,7 @@ const icons = {
|
|
|
261
261
|
'balcony': '\ue58f',
|
|
262
262
|
'ballot': '\ue172',
|
|
263
263
|
'barChart': '\ue26b',
|
|
264
|
+
'barcodeReader': '\uf85c',
|
|
264
265
|
'batchPrediction': '\uf0f5',
|
|
265
266
|
'bathroom': '\uefdd',
|
|
266
267
|
'bathtub': '\uea41',
|
|
@@ -514,6 +515,7 @@ const icons = {
|
|
|
514
515
|
'controlCamera': '\ue074',
|
|
515
516
|
'controlPoint': '\ue3ba',
|
|
516
517
|
'controlPointDuplicate': '\ue3bb',
|
|
518
|
+
'conveyorBelt': '\uf867',
|
|
517
519
|
'cookie': '\ueaac',
|
|
518
520
|
'copy': '\uf08a',
|
|
519
521
|
'copyAll': '\ue2ec',
|
|
@@ -885,6 +887,7 @@ const icons = {
|
|
|
885
887
|
'forest': '\uea99',
|
|
886
888
|
'forkLeft': '\ueba0',
|
|
887
889
|
'forkRight': '\uebac',
|
|
890
|
+
'forklift': '\uf868',
|
|
888
891
|
'formatAlignCenter': '\ue234',
|
|
889
892
|
'formatAlignJustify': '\ue235',
|
|
890
893
|
'formatAlignLeft': '\ue236',
|
|
@@ -924,6 +927,7 @@ const icons = {
|
|
|
924
927
|
'freeBreakfast': '\ueb44',
|
|
925
928
|
'freeCancellation': '\ue748',
|
|
926
929
|
'frontHand': '\ue769',
|
|
930
|
+
'frontLoader': '\uf869',
|
|
927
931
|
'fullscreen': '\ue5d0',
|
|
928
932
|
'fullscreenExit': '\ue5d1',
|
|
929
933
|
'functions': '\ue24a',
|
|
@@ -1445,6 +1449,7 @@ const icons = {
|
|
|
1445
1449
|
'pageview': '\ue8a0',
|
|
1446
1450
|
'paid': '\uf041',
|
|
1447
1451
|
'palette': '\ue40a',
|
|
1452
|
+
'pallet': '\uf86a',
|
|
1448
1453
|
'panTool': '\ue925',
|
|
1449
1454
|
'panToolAlt': '\uebb9',
|
|
1450
1455
|
'panorama': '\ue40b',
|
|
@@ -1805,6 +1810,7 @@ const icons = {
|
|
|
1805
1810
|
'share': '\ue80d',
|
|
1806
1811
|
'shareArrivalTime': '\ue524',
|
|
1807
1812
|
'shareLocation': '\uf05f',
|
|
1813
|
+
'shelves': '\uf86e',
|
|
1808
1814
|
'shield': '\ue9e0',
|
|
1809
1815
|
'shieldMoon': '\ueaa9',
|
|
1810
1816
|
'shop': '\ue8c9',
|
|
@@ -2121,6 +2127,7 @@ const icons = {
|
|
|
2121
2127
|
'trendingNeutral': '\ue8e4',
|
|
2122
2128
|
'trendingUp': '\ue8e5',
|
|
2123
2129
|
'tripOrigin': '\ue57b',
|
|
2130
|
+
'trolley': '\uf86b',
|
|
2124
2131
|
'troubleshoot': '\ue1d2',
|
|
2125
2132
|
'try': '\uf07c',
|
|
2126
2133
|
'tsunami': '\uebd8',
|
|
@@ -270,6 +270,7 @@
|
|
|
270
270
|
'.md-balcony': { text: '\ue58f', title: '\ue58f' }
|
|
271
271
|
'.md-ballot': { text: '\ue172', title: '\ue172' }
|
|
272
272
|
'.md-bar_chart': { text: '\ue26b', title: '\ue26b' }
|
|
273
|
+
'.md-barcode_reader': { text: '\uf85c', title: '\uf85c' }
|
|
273
274
|
'.md-batch_prediction': { text: '\uf0f5', title: '\uf0f5' }
|
|
274
275
|
'.md-bathroom': { text: '\uefdd', title: '\uefdd' }
|
|
275
276
|
'.md-bathtub': { text: '\uea41', title: '\uea41' }
|
|
@@ -523,6 +524,7 @@
|
|
|
523
524
|
'.md-control_camera': { text: '\ue074', title: '\ue074' }
|
|
524
525
|
'.md-control_point': { text: '\ue3ba', title: '\ue3ba' }
|
|
525
526
|
'.md-control_point_duplicate': { text: '\ue3bb', title: '\ue3bb' }
|
|
527
|
+
'.md-conveyor_belt': { text: '\uf867', title: '\uf867' }
|
|
526
528
|
'.md-cookie': { text: '\ueaac', title: '\ueaac' }
|
|
527
529
|
'.md-copy': { text: '\uf08a', title: '\uf08a' }
|
|
528
530
|
'.md-copy_all': { text: '\ue2ec', title: '\ue2ec' }
|
|
@@ -894,6 +896,7 @@
|
|
|
894
896
|
'.md-forest': { text: '\uea99', title: '\uea99' }
|
|
895
897
|
'.md-fork_left': { text: '\ueba0', title: '\ueba0' }
|
|
896
898
|
'.md-fork_right': { text: '\uebac', title: '\uebac' }
|
|
899
|
+
'.md-forklift': { text: '\uf868', title: '\uf868' }
|
|
897
900
|
'.md-format_align_center': { text: '\ue234', title: '\ue234' }
|
|
898
901
|
'.md-format_align_justify': { text: '\ue235', title: '\ue235' }
|
|
899
902
|
'.md-format_align_left': { text: '\ue236', title: '\ue236' }
|
|
@@ -933,6 +936,7 @@
|
|
|
933
936
|
'.md-free_breakfast': { text: '\ueb44', title: '\ueb44' }
|
|
934
937
|
'.md-free_cancellation': { text: '\ue748', title: '\ue748' }
|
|
935
938
|
'.md-front_hand': { text: '\ue769', title: '\ue769' }
|
|
939
|
+
'.md-front_loader': { text: '\uf869', title: '\uf869' }
|
|
936
940
|
'.md-fullscreen': { text: '\ue5d0', title: '\ue5d0' }
|
|
937
941
|
'.md-fullscreen_exit': { text: '\ue5d1', title: '\ue5d1' }
|
|
938
942
|
'.md-functions': { text: '\ue24a', title: '\ue24a' }
|
|
@@ -1454,6 +1458,7 @@
|
|
|
1454
1458
|
'.md-pageview': { text: '\ue8a0', title: '\ue8a0' }
|
|
1455
1459
|
'.md-paid': { text: '\uf041', title: '\uf041' }
|
|
1456
1460
|
'.md-palette': { text: '\ue40a', title: '\ue40a' }
|
|
1461
|
+
'.md-pallet': { text: '\uf86a', title: '\uf86a' }
|
|
1457
1462
|
'.md-pan_tool': { text: '\ue925', title: '\ue925' }
|
|
1458
1463
|
'.md-pan_tool_alt': { text: '\uebb9', title: '\uebb9' }
|
|
1459
1464
|
'.md-panorama': { text: '\ue40b', title: '\ue40b' }
|
|
@@ -1814,6 +1819,7 @@
|
|
|
1814
1819
|
'.md-share': { text: '\ue80d', title: '\ue80d' }
|
|
1815
1820
|
'.md-share_arrival_time': { text: '\ue524', title: '\ue524' }
|
|
1816
1821
|
'.md-share_location': { text: '\uf05f', title: '\uf05f' }
|
|
1822
|
+
'.md-shelves': { text: '\uf86e', title: '\uf86e' }
|
|
1817
1823
|
'.md-shield': { text: '\ue9e0', title: '\ue9e0' }
|
|
1818
1824
|
'.md-shield_moon': { text: '\ueaa9', title: '\ueaa9' }
|
|
1819
1825
|
'.md-shop': { text: '\ue8c9', title: '\ue8c9' }
|
|
@@ -2130,6 +2136,7 @@
|
|
|
2130
2136
|
'.md-trending_neutral': { text: '\ue8e4', title: '\ue8e4' }
|
|
2131
2137
|
'.md-trending_up': { text: '\ue8e5', title: '\ue8e5' }
|
|
2132
2138
|
'.md-trip_origin': { text: '\ue57b', title: '\ue57b' }
|
|
2139
|
+
'.md-trolley': { text: '\uf86b', title: '\uf86b' }
|
|
2133
2140
|
'.md-troubleshoot': { text: '\ue1d2', title: '\ue1d2' }
|
|
2134
2141
|
'.md-try': { text: '\uf07c', title: '\uf07c' }
|
|
2135
2142
|
'.md-tsunami': { text: '\uebd8', title: '\uebd8' }
|
package/package.json
CHANGED