@wordpress/icons 6.0.1 → 6.2.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.
Files changed (100) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/LICENSE.md +1 -1
  3. package/build/icon/index.js +6 -5
  4. package/build/icon/index.js.map +1 -1
  5. package/build/index.js +162 -130
  6. package/build/index.js.map +1 -1
  7. package/build/library/archive-title.js +1 -6
  8. package/build/library/archive-title.js.map +1 -1
  9. package/build/library/comment-author-avatar.js +25 -0
  10. package/build/library/comment-author-avatar.js.map +1 -0
  11. package/build/library/{comment-author.js → comment-author-name.js} +4 -5
  12. package/build/library/comment-author-name.js.map +1 -0
  13. package/build/library/{post-comment-content.js → comment-content.js} +3 -3
  14. package/build/library/comment-content.js.map +1 -0
  15. package/build/library/comment-edit-link.js +25 -0
  16. package/build/library/comment-edit-link.js.map +1 -0
  17. package/build/library/comment-reply-link.js +25 -0
  18. package/build/library/comment-reply-link.js.map +1 -0
  19. package/build/library/gallery.js +1 -1
  20. package/build/library/query-pagination-next.js +2 -5
  21. package/build/library/query-pagination-next.js.map +1 -1
  22. package/build/library/query-pagination-numbers.js +3 -6
  23. package/build/library/query-pagination-numbers.js.map +1 -1
  24. package/build/library/query-pagination-previous.js +2 -5
  25. package/build/library/query-pagination-previous.js.map +1 -1
  26. package/build/library/query-pagination.js +3 -6
  27. package/build/library/query-pagination.js.map +1 -1
  28. package/build/library/styles.js +1 -1
  29. package/build/library/term-description.js +1 -6
  30. package/build/library/term-description.js.map +1 -1
  31. package/build/library/unlock.js +23 -0
  32. package/build/library/unlock.js.map +1 -0
  33. package/build-module/icon/index.js +6 -5
  34. package/build-module/icon/index.js.map +1 -1
  35. package/build-module/index.js +6 -2
  36. package/build-module/index.js.map +1 -1
  37. package/build-module/library/archive-title.js +1 -6
  38. package/build-module/library/archive-title.js.map +1 -1
  39. package/build-module/library/comment-author-avatar.js +16 -0
  40. package/build-module/library/comment-author-avatar.js.map +1 -0
  41. package/build-module/library/{comment-author.js → comment-author-name.js} +4 -5
  42. package/build-module/library/comment-author-name.js.map +1 -0
  43. package/build-module/library/{post-comment-content.js → comment-content.js} +3 -3
  44. package/build-module/library/comment-content.js.map +1 -0
  45. package/build-module/library/comment-edit-link.js +16 -0
  46. package/build-module/library/comment-edit-link.js.map +1 -0
  47. package/build-module/library/comment-reply-link.js +16 -0
  48. package/build-module/library/comment-reply-link.js.map +1 -0
  49. package/build-module/library/query-pagination-next.js +2 -5
  50. package/build-module/library/query-pagination-next.js.map +1 -1
  51. package/build-module/library/query-pagination-numbers.js +3 -6
  52. package/build-module/library/query-pagination-numbers.js.map +1 -1
  53. package/build-module/library/query-pagination-previous.js +2 -5
  54. package/build-module/library/query-pagination-previous.js.map +1 -1
  55. package/build-module/library/query-pagination.js +3 -6
  56. package/build-module/library/query-pagination.js.map +1 -1
  57. package/build-module/library/term-description.js +1 -6
  58. package/build-module/library/term-description.js.map +1 -1
  59. package/build-module/library/unlock.js +14 -0
  60. package/build-module/library/unlock.js.map +1 -0
  61. package/build-types/index.d.ts +6 -2
  62. package/build-types/library/archive-title.d.ts.map +1 -1
  63. package/build-types/library/comment-author-avatar.d.ts +3 -0
  64. package/build-types/library/comment-author-avatar.d.ts.map +1 -0
  65. package/build-types/library/comment-author-name.d.ts +3 -0
  66. package/build-types/library/comment-author-name.d.ts.map +1 -0
  67. package/build-types/library/comment-content.d.ts +3 -0
  68. package/build-types/library/comment-content.d.ts.map +1 -0
  69. package/build-types/library/comment-edit-link.d.ts +3 -0
  70. package/build-types/library/comment-edit-link.d.ts.map +1 -0
  71. package/build-types/library/comment-reply-link.d.ts +3 -0
  72. package/build-types/library/comment-reply-link.d.ts.map +1 -0
  73. package/build-types/library/query-pagination-numbers.d.ts.map +1 -1
  74. package/build-types/library/query-pagination-previous.d.ts.map +1 -1
  75. package/build-types/library/term-description.d.ts.map +1 -1
  76. package/build-types/library/unlock.d.ts +3 -0
  77. package/build-types/library/unlock.d.ts.map +1 -0
  78. package/package.json +5 -5
  79. package/src/index.js +6 -2
  80. package/src/library/archive-title.js +1 -5
  81. package/src/library/comment-author-avatar.js +16 -0
  82. package/src/library/{comment-author.js → comment-author-name.js} +3 -3
  83. package/src/library/{post-comment-content.js → comment-content.js} +2 -2
  84. package/src/library/comment-edit-link.js +17 -0
  85. package/src/library/comment-reply-link.js +17 -0
  86. package/src/library/query-pagination-next.js +3 -3
  87. package/src/library/query-pagination-numbers.js +3 -6
  88. package/src/library/query-pagination-previous.js +1 -3
  89. package/src/library/query-pagination.js +3 -3
  90. package/src/library/term-description.js +1 -9
  91. package/src/library/unlock.js +12 -0
  92. package/tsconfig.tsbuildinfo +1 -1
  93. package/build/library/comment-author.js.map +0 -1
  94. package/build/library/post-comment-content.js.map +0 -1
  95. package/build-module/library/comment-author.js.map +0 -1
  96. package/build-module/library/post-comment-content.js.map +0 -1
  97. package/build-types/library/comment-author.d.ts +0 -3
  98. package/build-types/library/comment-author.d.ts.map +0 -1
  99. package/build-types/library/post-comment-content.d.ts +0 -3
  100. package/build-types/library/post-comment-content.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 6.2.0 (2022-01-27)
6
+
7
+ ## 6.1.0 (2021-11-07)
8
+
9
+ ### New Features
10
+
11
+ - Added new block icons: `commentAuthorAvatar`, `commentAuthorName`, `commentContent` and `commentReplyLink` ([#36171](https://github.com/WordPress/gutenberg/pull/36171)).
12
+
5
13
  ## 6.0.0 (2021-10-12)
6
14
 
7
15
  ### Breaking Change
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Gutenberg
2
2
 
3
- Copyright 2016-2021 by the contributors
3
+ Copyright 2016-2022 by the contributors
4
4
 
5
5
  **License for Contributions (on and after April 15, 2021)**
6
6
 
@@ -22,11 +22,12 @@ var _element = require("@wordpress/element");
22
22
  *
23
23
  * @return {JSX.Element} Icon component
24
24
  */
25
- function Icon({
26
- icon,
27
- size = 24,
28
- ...props
29
- }) {
25
+ function Icon(_ref) {
26
+ let {
27
+ icon,
28
+ size = 24,
29
+ ...props
30
+ } = _ref;
30
31
  return (0, _element.cloneElement)(icon, {
31
32
  width: size,
32
33
  height: size,
@@ -1 +1 @@
1
- {"version":3,"sources":["@wordpress/icons/src/icon/index.js"],"names":["Icon","icon","size","props","width","height"],"mappings":";;;;;;;AAGA;;AAHA;AACA;AACA;;AAGA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,IAAT,CAAe;AAAEC,EAAAA,IAAF;AAAQC,EAAAA,IAAI,GAAG,EAAf;AAAmB,KAAGC;AAAtB,CAAf,EAA+C;AAC9C,SAAO,2BAAcF,IAAd,EAAoB;AAC1BG,IAAAA,KAAK,EAAEF,IADmB;AAE1BG,IAAAA,MAAM,EAAEH,IAFkB;AAG1B,OAAGC;AAHuB,GAApB,CAAP;AAKA;;eAEcH,I","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { cloneElement } from '@wordpress/element';\n\n/** @typedef {{icon: JSX.Element, size?: number} & import('@wordpress/primitives').SVGProps} IconProps */\n\n/**\n * Return an SVG icon.\n *\n * @param {IconProps} props icon is the SVG component to render\n * size is a number specifiying the icon size in pixels\n * Other props will be passed to wrapped SVG component\n *\n * @return {JSX.Element} Icon component\n */\nfunction Icon( { icon, size = 24, ...props } ) {\n\treturn cloneElement( icon, {\n\t\twidth: size,\n\t\theight: size,\n\t\t...props,\n\t} );\n}\n\nexport default Icon;\n"]}
1
+ {"version":3,"sources":["@wordpress/icons/src/icon/index.js"],"names":["Icon","icon","size","props","width","height"],"mappings":";;;;;;;AAGA;;AAHA;AACA;AACA;;AAGA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASA,IAAT,OAA+C;AAAA,MAAhC;AAAEC,IAAAA,IAAF;AAAQC,IAAAA,IAAI,GAAG,EAAf;AAAmB,OAAGC;AAAtB,GAAgC;AAC9C,SAAO,2BAAcF,IAAd,EAAoB;AAC1BG,IAAAA,KAAK,EAAEF,IADmB;AAE1BG,IAAAA,MAAM,EAAEH,IAFkB;AAG1B,OAAGC;AAHuB,GAApB,CAAP;AAKA;;eAEcH,I","sourcesContent":["/**\n * WordPress dependencies\n */\nimport { cloneElement } from '@wordpress/element';\n\n/** @typedef {{icon: JSX.Element, size?: number} & import('@wordpress/primitives').SVGProps} IconProps */\n\n/**\n * Return an SVG icon.\n *\n * @param {IconProps} props icon is the SVG component to render\n * size is a number specifiying the icon size in pixels\n * Other props will be passed to wrapped SVG component\n *\n * @return {JSX.Element} Icon component\n */\nfunction Icon( { icon, size = 24, ...props } ) {\n\treturn cloneElement( icon, {\n\t\twidth: size,\n\t\theight: size,\n\t\t...props,\n\t} );\n}\n\nexport default Icon;\n"]}
package/build/index.js CHANGED
@@ -95,16 +95,16 @@ Object.defineProperty(exports, "arrowUp", {
95
95
  return _arrowUp.default;
96
96
  }
97
97
  });
98
- Object.defineProperty(exports, "atSymbol", {
98
+ Object.defineProperty(exports, "aspectRatio", {
99
99
  enumerable: true,
100
100
  get: function () {
101
- return _atSymbol.default;
101
+ return _aspectRatio.default;
102
102
  }
103
103
  });
104
- Object.defineProperty(exports, "aspectRatio", {
104
+ Object.defineProperty(exports, "atSymbol", {
105
105
  enumerable: true,
106
106
  get: function () {
107
- return _aspectRatio.default;
107
+ return _atSymbol.default;
108
108
  }
109
109
  });
110
110
  Object.defineProperty(exports, "audio", {
@@ -251,16 +251,16 @@ Object.defineProperty(exports, "closeSmall", {
251
251
  return _closeSmall.default;
252
252
  }
253
253
  });
254
- Object.defineProperty(exports, "cloudUpload", {
254
+ Object.defineProperty(exports, "cloud", {
255
255
  enumerable: true,
256
256
  get: function () {
257
- return _cloudUpload.default;
257
+ return _cloud.default;
258
258
  }
259
259
  });
260
- Object.defineProperty(exports, "cloud", {
260
+ Object.defineProperty(exports, "cloudUpload", {
261
261
  enumerable: true,
262
262
  get: function () {
263
- return _cloud.default;
263
+ return _cloudUpload.default;
264
264
  }
265
265
  });
266
266
  Object.defineProperty(exports, "code", {
@@ -305,16 +305,34 @@ Object.defineProperty(exports, "comment", {
305
305
  return _comment.default;
306
306
  }
307
307
  });
308
- Object.defineProperty(exports, "commentAuthor", {
308
+ Object.defineProperty(exports, "commentAuthorAvatar", {
309
+ enumerable: true,
310
+ get: function () {
311
+ return _commentAuthorAvatar.default;
312
+ }
313
+ });
314
+ Object.defineProperty(exports, "commentAuthorName", {
309
315
  enumerable: true,
310
316
  get: function () {
311
- return _commentAuthor.default;
317
+ return _commentAuthorName.default;
312
318
  }
313
319
  });
314
- Object.defineProperty(exports, "postCommentContent", {
320
+ Object.defineProperty(exports, "commentContent", {
315
321
  enumerable: true,
316
322
  get: function () {
317
- return _postCommentContent.default;
323
+ return _commentContent.default;
324
+ }
325
+ });
326
+ Object.defineProperty(exports, "commentEditLink", {
327
+ enumerable: true,
328
+ get: function () {
329
+ return _commentEditLink.default;
330
+ }
331
+ });
332
+ Object.defineProperty(exports, "commentReplyLink", {
333
+ enumerable: true,
334
+ get: function () {
335
+ return _commentReplyLink.default;
318
336
  }
319
337
  });
320
338
  Object.defineProperty(exports, "cover", {
@@ -353,6 +371,12 @@ Object.defineProperty(exports, "currencyPound", {
353
371
  return _currencyPound.default;
354
372
  }
355
373
  });
374
+ Object.defineProperty(exports, "customLink", {
375
+ enumerable: true,
376
+ get: function () {
377
+ return _customLink.default;
378
+ }
379
+ });
356
380
  Object.defineProperty(exports, "customPostType", {
357
381
  enumerable: true,
358
382
  get: function () {
@@ -365,16 +389,16 @@ Object.defineProperty(exports, "desktop", {
365
389
  return _desktop.default;
366
390
  }
367
391
  });
368
- Object.defineProperty(exports, "dragHandle", {
392
+ Object.defineProperty(exports, "download", {
369
393
  enumerable: true,
370
394
  get: function () {
371
- return _dragHandle.default;
395
+ return _download.default;
372
396
  }
373
397
  });
374
- Object.defineProperty(exports, "download", {
398
+ Object.defineProperty(exports, "dragHandle", {
375
399
  enumerable: true,
376
400
  get: function () {
377
- return _download.default;
401
+ return _dragHandle.default;
378
402
  }
379
403
  });
380
404
  Object.defineProperty(exports, "edit", {
@@ -407,6 +431,12 @@ Object.defineProperty(exports, "flipVertical", {
407
431
  return _flipVertical.default;
408
432
  }
409
433
  });
434
+ Object.defineProperty(exports, "footer", {
435
+ enumerable: true,
436
+ get: function () {
437
+ return _footer.default;
438
+ }
439
+ });
410
440
  Object.defineProperty(exports, "formatBold", {
411
441
  enumerable: true,
412
442
  get: function () {
@@ -461,16 +491,16 @@ Object.defineProperty(exports, "formatListNumberedRTL", {
461
491
  return _formatListNumberedRtl.default;
462
492
  }
463
493
  });
464
- Object.defineProperty(exports, "formatLtr", {
494
+ Object.defineProperty(exports, "formatLowercase", {
465
495
  enumerable: true,
466
496
  get: function () {
467
- return _formatLtr.default;
497
+ return _formatLowercase.default;
468
498
  }
469
499
  });
470
- Object.defineProperty(exports, "formatLowercase", {
500
+ Object.defineProperty(exports, "formatLtr", {
471
501
  enumerable: true,
472
502
  get: function () {
473
- return _formatLowercase.default;
503
+ return _formatLtr.default;
474
504
  }
475
505
  });
476
506
  Object.defineProperty(exports, "formatOutdent", {
@@ -545,6 +575,12 @@ Object.defineProperty(exports, "handle", {
545
575
  return _handle.default;
546
576
  }
547
577
  });
578
+ Object.defineProperty(exports, "header", {
579
+ enumerable: true,
580
+ get: function () {
581
+ return _header.default;
582
+ }
583
+ });
548
584
  Object.defineProperty(exports, "heading", {
549
585
  enumerable: true,
550
586
  get: function () {
@@ -563,18 +599,6 @@ Object.defineProperty(exports, "helpFilled", {
563
599
  return _helpFilled.default;
564
600
  }
565
601
  });
566
- Object.defineProperty(exports, "inbox", {
567
- enumerable: true,
568
- get: function () {
569
- return _inbox.default;
570
- }
571
- });
572
- Object.defineProperty(exports, "institution", {
573
- enumerable: true,
574
- get: function () {
575
- return _institution.default;
576
- }
577
- });
578
602
  Object.defineProperty(exports, "home", {
579
603
  enumerable: true,
580
604
  get: function () {
@@ -593,6 +617,12 @@ Object.defineProperty(exports, "image", {
593
617
  return _image.default;
594
618
  }
595
619
  });
620
+ Object.defineProperty(exports, "inbox", {
621
+ enumerable: true,
622
+ get: function () {
623
+ return _inbox.default;
624
+ }
625
+ });
596
626
  Object.defineProperty(exports, "info", {
597
627
  enumerable: true,
598
628
  get: function () {
@@ -611,10 +641,10 @@ Object.defineProperty(exports, "insertBefore", {
611
641
  return _insertBefore.default;
612
642
  }
613
643
  });
614
- Object.defineProperty(exports, "justifyLeft", {
644
+ Object.defineProperty(exports, "institution", {
615
645
  enumerable: true,
616
646
  get: function () {
617
- return _justifyLeft.default;
647
+ return _institution.default;
618
648
  }
619
649
  });
620
650
  Object.defineProperty(exports, "justifyCenter", {
@@ -623,6 +653,12 @@ Object.defineProperty(exports, "justifyCenter", {
623
653
  return _justifyCenter.default;
624
654
  }
625
655
  });
656
+ Object.defineProperty(exports, "justifyLeft", {
657
+ enumerable: true,
658
+ get: function () {
659
+ return _justifyLeft.default;
660
+ }
661
+ });
626
662
  Object.defineProperty(exports, "justifyRight", {
627
663
  enumerable: true,
628
664
  get: function () {
@@ -797,28 +833,28 @@ Object.defineProperty(exports, "navigation", {
797
833
  return _navigation.default;
798
834
  }
799
835
  });
800
- Object.defineProperty(exports, "overlayText", {
836
+ Object.defineProperty(exports, "next", {
801
837
  enumerable: true,
802
838
  get: function () {
803
- return _overlayText.default;
839
+ return _next.default;
804
840
  }
805
841
  });
806
- Object.defineProperty(exports, "pageBreak", {
842
+ Object.defineProperty(exports, "overlayText", {
807
843
  enumerable: true,
808
844
  get: function () {
809
- return _pageBreak.default;
845
+ return _overlayText.default;
810
846
  }
811
847
  });
812
- Object.defineProperty(exports, "customLink", {
848
+ Object.defineProperty(exports, "page", {
813
849
  enumerable: true,
814
850
  get: function () {
815
- return _customLink.default;
851
+ return _page.default;
816
852
  }
817
853
  });
818
- Object.defineProperty(exports, "page", {
854
+ Object.defineProperty(exports, "pageBreak", {
819
855
  enumerable: true,
820
856
  get: function () {
821
- return _page.default;
857
+ return _pageBreak.default;
822
858
  }
823
859
  });
824
860
  Object.defineProperty(exports, "pages", {
@@ -839,70 +875,70 @@ Object.defineProperty(exports, "payment", {
839
875
  return _payment.default;
840
876
  }
841
877
  });
842
- Object.defineProperty(exports, "percent", {
878
+ Object.defineProperty(exports, "pencil", {
843
879
  enumerable: true,
844
880
  get: function () {
845
- return _percent.default;
881
+ return _pencil.default;
846
882
  }
847
883
  });
848
- Object.defineProperty(exports, "positionCenter", {
884
+ Object.defineProperty(exports, "people", {
849
885
  enumerable: true,
850
886
  get: function () {
851
- return _positionCenter.default;
887
+ return _people.default;
852
888
  }
853
889
  });
854
- Object.defineProperty(exports, "positionLeft", {
890
+ Object.defineProperty(exports, "percent", {
855
891
  enumerable: true,
856
892
  get: function () {
857
- return _positionLeft.default;
893
+ return _percent.default;
858
894
  }
859
895
  });
860
- Object.defineProperty(exports, "positionRight", {
896
+ Object.defineProperty(exports, "pin", {
861
897
  enumerable: true,
862
898
  get: function () {
863
- return _positionRight.default;
899
+ return _pin.default;
864
900
  }
865
901
  });
866
- Object.defineProperty(exports, "pencil", {
902
+ Object.defineProperty(exports, "plugins", {
867
903
  enumerable: true,
868
904
  get: function () {
869
- return _pencil.default;
905
+ return _plugins.default;
870
906
  }
871
907
  });
872
- Object.defineProperty(exports, "people", {
908
+ Object.defineProperty(exports, "plus", {
873
909
  enumerable: true,
874
910
  get: function () {
875
- return _people.default;
911
+ return _plus.default;
876
912
  }
877
913
  });
878
- Object.defineProperty(exports, "pin", {
914
+ Object.defineProperty(exports, "plusCircle", {
879
915
  enumerable: true,
880
916
  get: function () {
881
- return _pin.default;
917
+ return _plusCircle.default;
882
918
  }
883
919
  });
884
- Object.defineProperty(exports, "plugins", {
920
+ Object.defineProperty(exports, "plusCircleFilled", {
885
921
  enumerable: true,
886
922
  get: function () {
887
- return _plugins.default;
923
+ return _plusCircleFilled.default;
888
924
  }
889
925
  });
890
- Object.defineProperty(exports, "plusCircleFilled", {
926
+ Object.defineProperty(exports, "positionCenter", {
891
927
  enumerable: true,
892
928
  get: function () {
893
- return _plusCircleFilled.default;
929
+ return _positionCenter.default;
894
930
  }
895
931
  });
896
- Object.defineProperty(exports, "plusCircle", {
932
+ Object.defineProperty(exports, "positionLeft", {
897
933
  enumerable: true,
898
934
  get: function () {
899
- return _plusCircle.default;
935
+ return _positionLeft.default;
900
936
  }
901
937
  });
902
- Object.defineProperty(exports, "plus", {
938
+ Object.defineProperty(exports, "positionRight", {
903
939
  enumerable: true,
904
940
  get: function () {
905
- return _plus.default;
941
+ return _positionRight.default;
906
942
  }
907
943
  });
908
944
  Object.defineProperty(exports, "postAuthor", {
@@ -917,12 +953,6 @@ Object.defineProperty(exports, "postCategories", {
917
953
  return _postCategories.default;
918
954
  }
919
955
  });
920
- Object.defineProperty(exports, "postContent", {
921
- enumerable: true,
922
- get: function () {
923
- return _postContent.default;
924
- }
925
- });
926
956
  Object.defineProperty(exports, "postComments", {
927
957
  enumerable: true,
928
958
  get: function () {
@@ -941,6 +971,12 @@ Object.defineProperty(exports, "postCommentsForm", {
941
971
  return _postCommentsForm.default;
942
972
  }
943
973
  });
974
+ Object.defineProperty(exports, "postContent", {
975
+ enumerable: true,
976
+ get: function () {
977
+ return _postContent.default;
978
+ }
979
+ });
944
980
  Object.defineProperty(exports, "postDate", {
945
981
  enumerable: true,
946
982
  get: function () {
@@ -971,22 +1007,16 @@ Object.defineProperty(exports, "postTitle", {
971
1007
  return _postTitle.default;
972
1008
  }
973
1009
  });
974
- Object.defineProperty(exports, "previous", {
975
- enumerable: true,
976
- get: function () {
977
- return _previous.default;
978
- }
979
- });
980
- Object.defineProperty(exports, "next", {
1010
+ Object.defineProperty(exports, "preformatted", {
981
1011
  enumerable: true,
982
1012
  get: function () {
983
- return _next.default;
1013
+ return _preformatted.default;
984
1014
  }
985
1015
  });
986
- Object.defineProperty(exports, "preformatted", {
1016
+ Object.defineProperty(exports, "previous", {
987
1017
  enumerable: true,
988
1018
  get: function () {
989
- return _preformatted.default;
1019
+ return _previous.default;
990
1020
  }
991
1021
  });
992
1022
  Object.defineProperty(exports, "pullLeft", {
@@ -1079,12 +1109,6 @@ Object.defineProperty(exports, "reusableBlock", {
1079
1109
  return _reusableBlock.default;
1080
1110
  }
1081
1111
  });
1082
- Object.defineProperty(exports, "symbol", {
1083
- enumerable: true,
1084
- get: function () {
1085
- return _symbol.default;
1086
- }
1087
- });
1088
1112
  Object.defineProperty(exports, "rotateLeft", {
1089
1113
  enumerable: true,
1090
1114
  get: function () {
@@ -1133,12 +1157,24 @@ Object.defineProperty(exports, "shield", {
1133
1157
  return _shield.default;
1134
1158
  }
1135
1159
  });
1160
+ Object.defineProperty(exports, "shipping", {
1161
+ enumerable: true,
1162
+ get: function () {
1163
+ return _shipping.default;
1164
+ }
1165
+ });
1136
1166
  Object.defineProperty(exports, "shortcode", {
1137
1167
  enumerable: true,
1138
1168
  get: function () {
1139
1169
  return _shortcode.default;
1140
1170
  }
1141
1171
  });
1172
+ Object.defineProperty(exports, "sidebar", {
1173
+ enumerable: true,
1174
+ get: function () {
1175
+ return _sidebar.default;
1176
+ }
1177
+ });
1142
1178
  Object.defineProperty(exports, "siteLogo", {
1143
1179
  enumerable: true,
1144
1180
  get: function () {
@@ -1187,22 +1223,16 @@ Object.defineProperty(exports, "stretchFullWidth", {
1187
1223
  return _stretchFullWidth.default;
1188
1224
  }
1189
1225
  });
1190
- Object.defineProperty(exports, "styles", {
1191
- enumerable: true,
1192
- get: function () {
1193
- return _styles.default;
1194
- }
1195
- });
1196
- Object.defineProperty(exports, "shipping", {
1226
+ Object.defineProperty(exports, "stretchWide", {
1197
1227
  enumerable: true,
1198
1228
  get: function () {
1199
- return _shipping.default;
1229
+ return _stretchWide.default;
1200
1230
  }
1201
1231
  });
1202
- Object.defineProperty(exports, "stretchWide", {
1232
+ Object.defineProperty(exports, "styles", {
1203
1233
  enumerable: true,
1204
1234
  get: function () {
1205
- return _stretchWide.default;
1235
+ return _styles.default;
1206
1236
  }
1207
1237
  });
1208
1238
  Object.defineProperty(exports, "subscript", {
@@ -1223,6 +1253,24 @@ Object.defineProperty(exports, "swatch", {
1223
1253
  return _swatch.default;
1224
1254
  }
1225
1255
  });
1256
+ Object.defineProperty(exports, "symbol", {
1257
+ enumerable: true,
1258
+ get: function () {
1259
+ return _symbol.default;
1260
+ }
1261
+ });
1262
+ Object.defineProperty(exports, "symbolFilled", {
1263
+ enumerable: true,
1264
+ get: function () {
1265
+ return _symbolFilled.default;
1266
+ }
1267
+ });
1268
+ Object.defineProperty(exports, "table", {
1269
+ enumerable: true,
1270
+ get: function () {
1271
+ return _table.default;
1272
+ }
1273
+ });
1226
1274
  Object.defineProperty(exports, "tableColumnAfter", {
1227
1275
  enumerable: true,
1228
1276
  get: function () {
@@ -1259,10 +1307,10 @@ Object.defineProperty(exports, "tableRowDelete", {
1259
1307
  return _tableRowDelete.default;
1260
1308
  }
1261
1309
  });
1262
- Object.defineProperty(exports, "table", {
1310
+ Object.defineProperty(exports, "tablet", {
1263
1311
  enumerable: true,
1264
1312
  get: function () {
1265
- return _table.default;
1313
+ return _tablet.default;
1266
1314
  }
1267
1315
  });
1268
1316
  Object.defineProperty(exports, "tag", {
@@ -1271,48 +1319,18 @@ Object.defineProperty(exports, "tag", {
1271
1319
  return _tag.default;
1272
1320
  }
1273
1321
  });
1274
- Object.defineProperty(exports, "symbolFilled", {
1275
- enumerable: true,
1276
- get: function () {
1277
- return _symbolFilled.default;
1278
- }
1279
- });
1280
1322
  Object.defineProperty(exports, "termDescription", {
1281
1323
  enumerable: true,
1282
1324
  get: function () {
1283
1325
  return _termDescription.default;
1284
1326
  }
1285
1327
  });
1286
- Object.defineProperty(exports, "footer", {
1287
- enumerable: true,
1288
- get: function () {
1289
- return _footer.default;
1290
- }
1291
- });
1292
- Object.defineProperty(exports, "header", {
1293
- enumerable: true,
1294
- get: function () {
1295
- return _header.default;
1296
- }
1297
- });
1298
- Object.defineProperty(exports, "sidebar", {
1299
- enumerable: true,
1300
- get: function () {
1301
- return _sidebar.default;
1302
- }
1303
- });
1304
1328
  Object.defineProperty(exports, "textColor", {
1305
1329
  enumerable: true,
1306
1330
  get: function () {
1307
1331
  return _textColor.default;
1308
1332
  }
1309
1333
  });
1310
- Object.defineProperty(exports, "tablet", {
1311
- enumerable: true,
1312
- get: function () {
1313
- return _tablet.default;
1314
- }
1315
- });
1316
1334
  Object.defineProperty(exports, "title", {
1317
1335
  enumerable: true,
1318
1336
  get: function () {
@@ -1367,6 +1385,12 @@ Object.defineProperty(exports, "ungroup", {
1367
1385
  return _ungroup.default;
1368
1386
  }
1369
1387
  });
1388
+ Object.defineProperty(exports, "unlock", {
1389
+ enumerable: true,
1390
+ get: function () {
1391
+ return _unlock.default;
1392
+ }
1393
+ });
1370
1394
  Object.defineProperty(exports, "update", {
1371
1395
  enumerable: true,
1372
1396
  get: function () {
@@ -1510,9 +1534,15 @@ var _columns = _interopRequireDefault(require("./library/columns"));
1510
1534
 
1511
1535
  var _comment = _interopRequireDefault(require("./library/comment"));
1512
1536
 
1513
- var _commentAuthor = _interopRequireDefault(require("./library/comment-author"));
1537
+ var _commentAuthorAvatar = _interopRequireDefault(require("./library/comment-author-avatar"));
1514
1538
 
1515
- var _postCommentContent = _interopRequireDefault(require("./library/post-comment-content"));
1539
+ var _commentAuthorName = _interopRequireDefault(require("./library/comment-author-name"));
1540
+
1541
+ var _commentContent = _interopRequireDefault(require("./library/comment-content"));
1542
+
1543
+ var _commentReplyLink = _interopRequireDefault(require("./library/comment-reply-link"));
1544
+
1545
+ var _commentEditLink = _interopRequireDefault(require("./library/comment-edit-link"));
1516
1546
 
1517
1547
  var _cover = _interopRequireDefault(require("./library/cover"));
1518
1548
 
@@ -1864,6 +1894,8 @@ var _undo = _interopRequireDefault(require("./library/undo"));
1864
1894
 
1865
1895
  var _ungroup = _interopRequireDefault(require("./library/ungroup"));
1866
1896
 
1897
+ var _unlock = _interopRequireDefault(require("./library/unlock"));
1898
+
1867
1899
  var _update = _interopRequireDefault(require("./library/update"));
1868
1900
 
1869
1901
  var _upload = _interopRequireDefault(require("./library/upload"));