@wordpress/icons 6.1.0 → 6.3.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 +9 -0
- package/LICENSE.md +1 -1
- package/README.md +7 -1
- package/build/icon/index.js +6 -5
- package/build/icon/index.js.map +1 -1
- package/build/index.js +158 -118
- package/build/index.js.map +1 -1
- package/build/library/archive-title.js +1 -6
- package/build/library/archive-title.js.map +1 -1
- package/build/library/comment-author-avatar.js +2 -3
- package/build/library/comment-author-avatar.js.map +1 -1
- package/build/library/comment-author-name.js +1 -2
- package/build/library/comment-author-name.js.map +1 -1
- package/build/library/comment-edit-link.js +25 -0
- package/build/library/comment-edit-link.js.map +1 -0
- package/build/library/gallery.js +1 -1
- package/build/library/post-terms.js +23 -0
- package/build/library/post-terms.js.map +1 -0
- package/build/library/query-pagination-next.js +2 -18
- package/build/library/query-pagination-next.js.map +1 -1
- package/build/library/query-pagination-numbers.js +2 -13
- package/build/library/query-pagination-numbers.js.map +1 -1
- package/build/library/query-pagination-previous.js +2 -20
- package/build/library/query-pagination-previous.js.map +1 -1
- package/build/library/query-pagination.js +2 -21
- package/build/library/query-pagination.js.map +1 -1
- package/build/library/query-title.js +23 -0
- package/build/library/query-title.js.map +1 -0
- package/build/library/styles.js +1 -1
- package/build/library/term-description.js +1 -6
- package/build/library/term-description.js.map +1 -1
- package/build/library/tip.js +23 -0
- package/build/library/tip.js.map +1 -0
- package/build/library/unlock.js +23 -0
- package/build/library/unlock.js.map +1 -0
- package/build-module/icon/index.js +6 -5
- package/build-module/icon/index.js.map +1 -1
- package/build-module/index.js +5 -0
- package/build-module/index.js.map +1 -1
- package/build-module/library/archive-title.js +1 -6
- package/build-module/library/archive-title.js.map +1 -1
- package/build-module/library/comment-author-avatar.js +2 -3
- package/build-module/library/comment-author-avatar.js.map +1 -1
- package/build-module/library/comment-author-name.js +1 -2
- package/build-module/library/comment-author-name.js.map +1 -1
- package/build-module/library/comment-edit-link.js +16 -0
- package/build-module/library/comment-edit-link.js.map +1 -0
- package/build-module/library/post-terms.js +14 -0
- package/build-module/library/post-terms.js.map +1 -0
- package/build-module/library/query-pagination-next.js +3 -19
- package/build-module/library/query-pagination-next.js.map +1 -1
- package/build-module/library/query-pagination-numbers.js +3 -14
- package/build-module/library/query-pagination-numbers.js.map +1 -1
- package/build-module/library/query-pagination-previous.js +3 -21
- package/build-module/library/query-pagination-previous.js.map +1 -1
- package/build-module/library/query-pagination.js +3 -22
- package/build-module/library/query-pagination.js.map +1 -1
- package/build-module/library/query-title.js +14 -0
- package/build-module/library/query-title.js.map +1 -0
- package/build-module/library/term-description.js +1 -6
- package/build-module/library/term-description.js.map +1 -1
- package/build-module/library/tip.js +14 -0
- package/build-module/library/tip.js.map +1 -0
- package/build-module/library/unlock.js +14 -0
- package/build-module/library/unlock.js.map +1 -0
- package/build-types/index.d.ts +5 -0
- package/build-types/library/archive-title.d.ts.map +1 -1
- package/build-types/library/comment-author-avatar.d.ts.map +1 -1
- package/build-types/library/comment-edit-link.d.ts +3 -0
- package/build-types/library/comment-edit-link.d.ts.map +1 -0
- package/build-types/library/post-terms.d.ts +3 -0
- package/build-types/library/post-terms.d.ts.map +1 -0
- package/build-types/library/query-pagination-next.d.ts.map +1 -1
- package/build-types/library/query-pagination-numbers.d.ts.map +1 -1
- package/build-types/library/query-pagination-previous.d.ts.map +1 -1
- package/build-types/library/query-pagination.d.ts.map +1 -1
- package/build-types/library/query-title.d.ts +3 -0
- package/build-types/library/query-title.d.ts.map +1 -0
- package/build-types/library/term-description.d.ts.map +1 -1
- package/build-types/library/tip.d.ts +3 -0
- package/build-types/library/tip.d.ts.map +1 -0
- package/build-types/library/unlock.d.ts +3 -0
- package/build-types/library/unlock.d.ts.map +1 -0
- package/package.json +5 -5
- package/src/index.js +5 -0
- package/src/library/archive-title.js +1 -5
- package/src/library/comment-author-avatar.js +1 -2
- package/src/library/comment-author-name.js +1 -1
- package/src/library/comment-edit-link.js +17 -0
- package/src/library/post-terms.js +12 -0
- package/src/library/query-pagination-next.js +2 -4
- package/src/library/query-pagination-numbers.js +2 -7
- package/src/library/query-pagination-previous.js +2 -20
- package/src/library/query-pagination.js +2 -4
- package/src/library/query-title.js +12 -0
- package/src/library/term-description.js +1 -9
- package/src/library/tip.js +12 -0
- package/src/library/unlock.js +12 -0
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,15 @@
|
|
2
2
|
|
3
3
|
## Unreleased
|
4
4
|
|
5
|
+
## 6.3.0 (2022-02-10)
|
6
|
+
|
7
|
+
### New Features
|
8
|
+
|
9
|
+
- Added new block icon: `tip` ([#38424](https://github.com/WordPress/gutenberg/pull/38424)).
|
10
|
+
- Added new query title, post terms icons, updated pagination, pagination next/prev, and pagination numbers icons: `tip` ([#38521](https://github.com/WordPress/gutenberg/pull/38521)).
|
11
|
+
|
12
|
+
## 6.2.0 (2022-01-27)
|
13
|
+
|
5
14
|
## 6.1.0 (2021-11-07)
|
6
15
|
|
7
16
|
### New Features
|
package/LICENSE.md
CHANGED
package/README.md
CHANGED
@@ -26,4 +26,10 @@ import { Icon, check } from '@wordpress/icons';
|
|
26
26
|
| ------ | --------- | ------- | ----------------------- |
|
27
27
|
| `size` | `integer` | `24` | Size of icon in pixels. |
|
28
28
|
|
29
|
-
|
29
|
+
## Contributing to this package
|
30
|
+
|
31
|
+
This is an individual package that's part of the Gutenberg project. The project is organized as a monorepo. It's made up of multiple self-contained software packages, each with a specific purpose. The packages in this monorepo are published to [npm](https://www.npmjs.com/) and used by [WordPress](https://make.wordpress.org/core/) as well as other software projects.
|
32
|
+
|
33
|
+
To find out more about contributing to this package or Gutenberg as a whole, please read the project's main [contributor guide](https://github.com/WordPress/gutenberg/tree/HEAD/CONTRIBUTING.md).
|
34
|
+
|
35
|
+
<br /><br /><p align="center"><img src="https://s.w.org/style/images/codeispoetry.png?1" alt="Code is Poetry." /></p>
|
package/build/icon/index.js
CHANGED
@@ -22,11 +22,12 @@ var _element = require("@wordpress/element");
|
|
22
22
|
*
|
23
23
|
* @return {JSX.Element} Icon component
|
24
24
|
*/
|
25
|
-
function Icon({
|
26
|
-
|
27
|
-
|
28
|
-
|
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,
|
package/build/icon/index.js.map
CHANGED
@@ -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,
|
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, "
|
98
|
+
Object.defineProperty(exports, "aspectRatio", {
|
99
99
|
enumerable: true,
|
100
100
|
get: function () {
|
101
|
-
return
|
101
|
+
return _aspectRatio.default;
|
102
102
|
}
|
103
103
|
});
|
104
|
-
Object.defineProperty(exports, "
|
104
|
+
Object.defineProperty(exports, "atSymbol", {
|
105
105
|
enumerable: true,
|
106
106
|
get: function () {
|
107
|
-
return
|
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, "
|
254
|
+
Object.defineProperty(exports, "cloud", {
|
255
255
|
enumerable: true,
|
256
256
|
get: function () {
|
257
|
-
return
|
257
|
+
return _cloud.default;
|
258
258
|
}
|
259
259
|
});
|
260
|
-
Object.defineProperty(exports, "
|
260
|
+
Object.defineProperty(exports, "cloudUpload", {
|
261
261
|
enumerable: true,
|
262
262
|
get: function () {
|
263
|
-
return
|
263
|
+
return _cloudUpload.default;
|
264
264
|
}
|
265
265
|
});
|
266
266
|
Object.defineProperty(exports, "code", {
|
@@ -323,6 +323,12 @@ Object.defineProperty(exports, "commentContent", {
|
|
323
323
|
return _commentContent.default;
|
324
324
|
}
|
325
325
|
});
|
326
|
+
Object.defineProperty(exports, "commentEditLink", {
|
327
|
+
enumerable: true,
|
328
|
+
get: function () {
|
329
|
+
return _commentEditLink.default;
|
330
|
+
}
|
331
|
+
});
|
326
332
|
Object.defineProperty(exports, "commentReplyLink", {
|
327
333
|
enumerable: true,
|
328
334
|
get: function () {
|
@@ -365,6 +371,12 @@ Object.defineProperty(exports, "currencyPound", {
|
|
365
371
|
return _currencyPound.default;
|
366
372
|
}
|
367
373
|
});
|
374
|
+
Object.defineProperty(exports, "customLink", {
|
375
|
+
enumerable: true,
|
376
|
+
get: function () {
|
377
|
+
return _customLink.default;
|
378
|
+
}
|
379
|
+
});
|
368
380
|
Object.defineProperty(exports, "customPostType", {
|
369
381
|
enumerable: true,
|
370
382
|
get: function () {
|
@@ -377,16 +389,16 @@ Object.defineProperty(exports, "desktop", {
|
|
377
389
|
return _desktop.default;
|
378
390
|
}
|
379
391
|
});
|
380
|
-
Object.defineProperty(exports, "
|
392
|
+
Object.defineProperty(exports, "download", {
|
381
393
|
enumerable: true,
|
382
394
|
get: function () {
|
383
|
-
return
|
395
|
+
return _download.default;
|
384
396
|
}
|
385
397
|
});
|
386
|
-
Object.defineProperty(exports, "
|
398
|
+
Object.defineProperty(exports, "dragHandle", {
|
387
399
|
enumerable: true,
|
388
400
|
get: function () {
|
389
|
-
return
|
401
|
+
return _dragHandle.default;
|
390
402
|
}
|
391
403
|
});
|
392
404
|
Object.defineProperty(exports, "edit", {
|
@@ -419,6 +431,12 @@ Object.defineProperty(exports, "flipVertical", {
|
|
419
431
|
return _flipVertical.default;
|
420
432
|
}
|
421
433
|
});
|
434
|
+
Object.defineProperty(exports, "footer", {
|
435
|
+
enumerable: true,
|
436
|
+
get: function () {
|
437
|
+
return _footer.default;
|
438
|
+
}
|
439
|
+
});
|
422
440
|
Object.defineProperty(exports, "formatBold", {
|
423
441
|
enumerable: true,
|
424
442
|
get: function () {
|
@@ -473,16 +491,16 @@ Object.defineProperty(exports, "formatListNumberedRTL", {
|
|
473
491
|
return _formatListNumberedRtl.default;
|
474
492
|
}
|
475
493
|
});
|
476
|
-
Object.defineProperty(exports, "
|
494
|
+
Object.defineProperty(exports, "formatLowercase", {
|
477
495
|
enumerable: true,
|
478
496
|
get: function () {
|
479
|
-
return
|
497
|
+
return _formatLowercase.default;
|
480
498
|
}
|
481
499
|
});
|
482
|
-
Object.defineProperty(exports, "
|
500
|
+
Object.defineProperty(exports, "formatLtr", {
|
483
501
|
enumerable: true,
|
484
502
|
get: function () {
|
485
|
-
return
|
503
|
+
return _formatLtr.default;
|
486
504
|
}
|
487
505
|
});
|
488
506
|
Object.defineProperty(exports, "formatOutdent", {
|
@@ -557,6 +575,12 @@ Object.defineProperty(exports, "handle", {
|
|
557
575
|
return _handle.default;
|
558
576
|
}
|
559
577
|
});
|
578
|
+
Object.defineProperty(exports, "header", {
|
579
|
+
enumerable: true,
|
580
|
+
get: function () {
|
581
|
+
return _header.default;
|
582
|
+
}
|
583
|
+
});
|
560
584
|
Object.defineProperty(exports, "heading", {
|
561
585
|
enumerable: true,
|
562
586
|
get: function () {
|
@@ -575,18 +599,6 @@ Object.defineProperty(exports, "helpFilled", {
|
|
575
599
|
return _helpFilled.default;
|
576
600
|
}
|
577
601
|
});
|
578
|
-
Object.defineProperty(exports, "inbox", {
|
579
|
-
enumerable: true,
|
580
|
-
get: function () {
|
581
|
-
return _inbox.default;
|
582
|
-
}
|
583
|
-
});
|
584
|
-
Object.defineProperty(exports, "institution", {
|
585
|
-
enumerable: true,
|
586
|
-
get: function () {
|
587
|
-
return _institution.default;
|
588
|
-
}
|
589
|
-
});
|
590
602
|
Object.defineProperty(exports, "home", {
|
591
603
|
enumerable: true,
|
592
604
|
get: function () {
|
@@ -605,6 +617,12 @@ Object.defineProperty(exports, "image", {
|
|
605
617
|
return _image.default;
|
606
618
|
}
|
607
619
|
});
|
620
|
+
Object.defineProperty(exports, "inbox", {
|
621
|
+
enumerable: true,
|
622
|
+
get: function () {
|
623
|
+
return _inbox.default;
|
624
|
+
}
|
625
|
+
});
|
608
626
|
Object.defineProperty(exports, "info", {
|
609
627
|
enumerable: true,
|
610
628
|
get: function () {
|
@@ -623,10 +641,10 @@ Object.defineProperty(exports, "insertBefore", {
|
|
623
641
|
return _insertBefore.default;
|
624
642
|
}
|
625
643
|
});
|
626
|
-
Object.defineProperty(exports, "
|
644
|
+
Object.defineProperty(exports, "institution", {
|
627
645
|
enumerable: true,
|
628
646
|
get: function () {
|
629
|
-
return
|
647
|
+
return _institution.default;
|
630
648
|
}
|
631
649
|
});
|
632
650
|
Object.defineProperty(exports, "justifyCenter", {
|
@@ -635,6 +653,12 @@ Object.defineProperty(exports, "justifyCenter", {
|
|
635
653
|
return _justifyCenter.default;
|
636
654
|
}
|
637
655
|
});
|
656
|
+
Object.defineProperty(exports, "justifyLeft", {
|
657
|
+
enumerable: true,
|
658
|
+
get: function () {
|
659
|
+
return _justifyLeft.default;
|
660
|
+
}
|
661
|
+
});
|
638
662
|
Object.defineProperty(exports, "justifyRight", {
|
639
663
|
enumerable: true,
|
640
664
|
get: function () {
|
@@ -809,28 +833,28 @@ Object.defineProperty(exports, "navigation", {
|
|
809
833
|
return _navigation.default;
|
810
834
|
}
|
811
835
|
});
|
812
|
-
Object.defineProperty(exports, "
|
836
|
+
Object.defineProperty(exports, "next", {
|
813
837
|
enumerable: true,
|
814
838
|
get: function () {
|
815
|
-
return
|
839
|
+
return _next.default;
|
816
840
|
}
|
817
841
|
});
|
818
|
-
Object.defineProperty(exports, "
|
842
|
+
Object.defineProperty(exports, "overlayText", {
|
819
843
|
enumerable: true,
|
820
844
|
get: function () {
|
821
|
-
return
|
845
|
+
return _overlayText.default;
|
822
846
|
}
|
823
847
|
});
|
824
|
-
Object.defineProperty(exports, "
|
848
|
+
Object.defineProperty(exports, "page", {
|
825
849
|
enumerable: true,
|
826
850
|
get: function () {
|
827
|
-
return
|
851
|
+
return _page.default;
|
828
852
|
}
|
829
853
|
});
|
830
|
-
Object.defineProperty(exports, "
|
854
|
+
Object.defineProperty(exports, "pageBreak", {
|
831
855
|
enumerable: true,
|
832
856
|
get: function () {
|
833
|
-
return
|
857
|
+
return _pageBreak.default;
|
834
858
|
}
|
835
859
|
});
|
836
860
|
Object.defineProperty(exports, "pages", {
|
@@ -851,70 +875,70 @@ Object.defineProperty(exports, "payment", {
|
|
851
875
|
return _payment.default;
|
852
876
|
}
|
853
877
|
});
|
854
|
-
Object.defineProperty(exports, "
|
878
|
+
Object.defineProperty(exports, "pencil", {
|
855
879
|
enumerable: true,
|
856
880
|
get: function () {
|
857
|
-
return
|
881
|
+
return _pencil.default;
|
858
882
|
}
|
859
883
|
});
|
860
|
-
Object.defineProperty(exports, "
|
884
|
+
Object.defineProperty(exports, "people", {
|
861
885
|
enumerable: true,
|
862
886
|
get: function () {
|
863
|
-
return
|
887
|
+
return _people.default;
|
864
888
|
}
|
865
889
|
});
|
866
|
-
Object.defineProperty(exports, "
|
890
|
+
Object.defineProperty(exports, "percent", {
|
867
891
|
enumerable: true,
|
868
892
|
get: function () {
|
869
|
-
return
|
893
|
+
return _percent.default;
|
870
894
|
}
|
871
895
|
});
|
872
|
-
Object.defineProperty(exports, "
|
896
|
+
Object.defineProperty(exports, "pin", {
|
873
897
|
enumerable: true,
|
874
898
|
get: function () {
|
875
|
-
return
|
899
|
+
return _pin.default;
|
876
900
|
}
|
877
901
|
});
|
878
|
-
Object.defineProperty(exports, "
|
902
|
+
Object.defineProperty(exports, "plugins", {
|
879
903
|
enumerable: true,
|
880
904
|
get: function () {
|
881
|
-
return
|
905
|
+
return _plugins.default;
|
882
906
|
}
|
883
907
|
});
|
884
|
-
Object.defineProperty(exports, "
|
908
|
+
Object.defineProperty(exports, "plus", {
|
885
909
|
enumerable: true,
|
886
910
|
get: function () {
|
887
|
-
return
|
911
|
+
return _plus.default;
|
888
912
|
}
|
889
913
|
});
|
890
|
-
Object.defineProperty(exports, "
|
914
|
+
Object.defineProperty(exports, "plusCircle", {
|
891
915
|
enumerable: true,
|
892
916
|
get: function () {
|
893
|
-
return
|
917
|
+
return _plusCircle.default;
|
894
918
|
}
|
895
919
|
});
|
896
|
-
Object.defineProperty(exports, "
|
920
|
+
Object.defineProperty(exports, "plusCircleFilled", {
|
897
921
|
enumerable: true,
|
898
922
|
get: function () {
|
899
|
-
return
|
923
|
+
return _plusCircleFilled.default;
|
900
924
|
}
|
901
925
|
});
|
902
|
-
Object.defineProperty(exports, "
|
926
|
+
Object.defineProperty(exports, "positionCenter", {
|
903
927
|
enumerable: true,
|
904
928
|
get: function () {
|
905
|
-
return
|
929
|
+
return _positionCenter.default;
|
906
930
|
}
|
907
931
|
});
|
908
|
-
Object.defineProperty(exports, "
|
932
|
+
Object.defineProperty(exports, "positionLeft", {
|
909
933
|
enumerable: true,
|
910
934
|
get: function () {
|
911
|
-
return
|
935
|
+
return _positionLeft.default;
|
912
936
|
}
|
913
937
|
});
|
914
|
-
Object.defineProperty(exports, "
|
938
|
+
Object.defineProperty(exports, "positionRight", {
|
915
939
|
enumerable: true,
|
916
940
|
get: function () {
|
917
|
-
return
|
941
|
+
return _positionRight.default;
|
918
942
|
}
|
919
943
|
});
|
920
944
|
Object.defineProperty(exports, "postAuthor", {
|
@@ -929,12 +953,6 @@ Object.defineProperty(exports, "postCategories", {
|
|
929
953
|
return _postCategories.default;
|
930
954
|
}
|
931
955
|
});
|
932
|
-
Object.defineProperty(exports, "postContent", {
|
933
|
-
enumerable: true,
|
934
|
-
get: function () {
|
935
|
-
return _postContent.default;
|
936
|
-
}
|
937
|
-
});
|
938
956
|
Object.defineProperty(exports, "postComments", {
|
939
957
|
enumerable: true,
|
940
958
|
get: function () {
|
@@ -953,6 +971,12 @@ Object.defineProperty(exports, "postCommentsForm", {
|
|
953
971
|
return _postCommentsForm.default;
|
954
972
|
}
|
955
973
|
});
|
974
|
+
Object.defineProperty(exports, "postContent", {
|
975
|
+
enumerable: true,
|
976
|
+
get: function () {
|
977
|
+
return _postContent.default;
|
978
|
+
}
|
979
|
+
});
|
956
980
|
Object.defineProperty(exports, "postDate", {
|
957
981
|
enumerable: true,
|
958
982
|
get: function () {
|
@@ -977,28 +1001,28 @@ Object.defineProperty(exports, "postList", {
|
|
977
1001
|
return _postList.default;
|
978
1002
|
}
|
979
1003
|
});
|
980
|
-
Object.defineProperty(exports, "
|
1004
|
+
Object.defineProperty(exports, "postTerms", {
|
981
1005
|
enumerable: true,
|
982
1006
|
get: function () {
|
983
|
-
return
|
1007
|
+
return _postTerms.default;
|
984
1008
|
}
|
985
1009
|
});
|
986
|
-
Object.defineProperty(exports, "
|
1010
|
+
Object.defineProperty(exports, "postTitle", {
|
987
1011
|
enumerable: true,
|
988
1012
|
get: function () {
|
989
|
-
return
|
1013
|
+
return _postTitle.default;
|
990
1014
|
}
|
991
1015
|
});
|
992
|
-
Object.defineProperty(exports, "
|
1016
|
+
Object.defineProperty(exports, "preformatted", {
|
993
1017
|
enumerable: true,
|
994
1018
|
get: function () {
|
995
|
-
return
|
1019
|
+
return _preformatted.default;
|
996
1020
|
}
|
997
1021
|
});
|
998
|
-
Object.defineProperty(exports, "
|
1022
|
+
Object.defineProperty(exports, "previous", {
|
999
1023
|
enumerable: true,
|
1000
1024
|
get: function () {
|
1001
|
-
return
|
1025
|
+
return _previous.default;
|
1002
1026
|
}
|
1003
1027
|
});
|
1004
1028
|
Object.defineProperty(exports, "pullLeft", {
|
@@ -1043,6 +1067,12 @@ Object.defineProperty(exports, "queryPaginationPrevious", {
|
|
1043
1067
|
return _queryPaginationPrevious.default;
|
1044
1068
|
}
|
1045
1069
|
});
|
1070
|
+
Object.defineProperty(exports, "queryTitle", {
|
1071
|
+
enumerable: true,
|
1072
|
+
get: function () {
|
1073
|
+
return _queryTitle.default;
|
1074
|
+
}
|
1075
|
+
});
|
1046
1076
|
Object.defineProperty(exports, "quote", {
|
1047
1077
|
enumerable: true,
|
1048
1078
|
get: function () {
|
@@ -1091,12 +1121,6 @@ Object.defineProperty(exports, "reusableBlock", {
|
|
1091
1121
|
return _reusableBlock.default;
|
1092
1122
|
}
|
1093
1123
|
});
|
1094
|
-
Object.defineProperty(exports, "symbol", {
|
1095
|
-
enumerable: true,
|
1096
|
-
get: function () {
|
1097
|
-
return _symbol.default;
|
1098
|
-
}
|
1099
|
-
});
|
1100
1124
|
Object.defineProperty(exports, "rotateLeft", {
|
1101
1125
|
enumerable: true,
|
1102
1126
|
get: function () {
|
@@ -1145,12 +1169,24 @@ Object.defineProperty(exports, "shield", {
|
|
1145
1169
|
return _shield.default;
|
1146
1170
|
}
|
1147
1171
|
});
|
1172
|
+
Object.defineProperty(exports, "shipping", {
|
1173
|
+
enumerable: true,
|
1174
|
+
get: function () {
|
1175
|
+
return _shipping.default;
|
1176
|
+
}
|
1177
|
+
});
|
1148
1178
|
Object.defineProperty(exports, "shortcode", {
|
1149
1179
|
enumerable: true,
|
1150
1180
|
get: function () {
|
1151
1181
|
return _shortcode.default;
|
1152
1182
|
}
|
1153
1183
|
});
|
1184
|
+
Object.defineProperty(exports, "sidebar", {
|
1185
|
+
enumerable: true,
|
1186
|
+
get: function () {
|
1187
|
+
return _sidebar.default;
|
1188
|
+
}
|
1189
|
+
});
|
1154
1190
|
Object.defineProperty(exports, "siteLogo", {
|
1155
1191
|
enumerable: true,
|
1156
1192
|
get: function () {
|
@@ -1199,22 +1235,16 @@ Object.defineProperty(exports, "stretchFullWidth", {
|
|
1199
1235
|
return _stretchFullWidth.default;
|
1200
1236
|
}
|
1201
1237
|
});
|
1202
|
-
Object.defineProperty(exports, "
|
1203
|
-
enumerable: true,
|
1204
|
-
get: function () {
|
1205
|
-
return _styles.default;
|
1206
|
-
}
|
1207
|
-
});
|
1208
|
-
Object.defineProperty(exports, "shipping", {
|
1238
|
+
Object.defineProperty(exports, "stretchWide", {
|
1209
1239
|
enumerable: true,
|
1210
1240
|
get: function () {
|
1211
|
-
return
|
1241
|
+
return _stretchWide.default;
|
1212
1242
|
}
|
1213
1243
|
});
|
1214
|
-
Object.defineProperty(exports, "
|
1244
|
+
Object.defineProperty(exports, "styles", {
|
1215
1245
|
enumerable: true,
|
1216
1246
|
get: function () {
|
1217
|
-
return
|
1247
|
+
return _styles.default;
|
1218
1248
|
}
|
1219
1249
|
});
|
1220
1250
|
Object.defineProperty(exports, "subscript", {
|
@@ -1235,6 +1265,24 @@ Object.defineProperty(exports, "swatch", {
|
|
1235
1265
|
return _swatch.default;
|
1236
1266
|
}
|
1237
1267
|
});
|
1268
|
+
Object.defineProperty(exports, "symbol", {
|
1269
|
+
enumerable: true,
|
1270
|
+
get: function () {
|
1271
|
+
return _symbol.default;
|
1272
|
+
}
|
1273
|
+
});
|
1274
|
+
Object.defineProperty(exports, "symbolFilled", {
|
1275
|
+
enumerable: true,
|
1276
|
+
get: function () {
|
1277
|
+
return _symbolFilled.default;
|
1278
|
+
}
|
1279
|
+
});
|
1280
|
+
Object.defineProperty(exports, "table", {
|
1281
|
+
enumerable: true,
|
1282
|
+
get: function () {
|
1283
|
+
return _table.default;
|
1284
|
+
}
|
1285
|
+
});
|
1238
1286
|
Object.defineProperty(exports, "tableColumnAfter", {
|
1239
1287
|
enumerable: true,
|
1240
1288
|
get: function () {
|
@@ -1271,10 +1319,10 @@ Object.defineProperty(exports, "tableRowDelete", {
|
|
1271
1319
|
return _tableRowDelete.default;
|
1272
1320
|
}
|
1273
1321
|
});
|
1274
|
-
Object.defineProperty(exports, "
|
1322
|
+
Object.defineProperty(exports, "tablet", {
|
1275
1323
|
enumerable: true,
|
1276
1324
|
get: function () {
|
1277
|
-
return
|
1325
|
+
return _tablet.default;
|
1278
1326
|
}
|
1279
1327
|
});
|
1280
1328
|
Object.defineProperty(exports, "tag", {
|
@@ -1283,46 +1331,22 @@ Object.defineProperty(exports, "tag", {
|
|
1283
1331
|
return _tag.default;
|
1284
1332
|
}
|
1285
1333
|
});
|
1286
|
-
Object.defineProperty(exports, "symbolFilled", {
|
1287
|
-
enumerable: true,
|
1288
|
-
get: function () {
|
1289
|
-
return _symbolFilled.default;
|
1290
|
-
}
|
1291
|
-
});
|
1292
1334
|
Object.defineProperty(exports, "termDescription", {
|
1293
1335
|
enumerable: true,
|
1294
1336
|
get: function () {
|
1295
1337
|
return _termDescription.default;
|
1296
1338
|
}
|
1297
1339
|
});
|
1298
|
-
Object.defineProperty(exports, "footer", {
|
1299
|
-
enumerable: true,
|
1300
|
-
get: function () {
|
1301
|
-
return _footer.default;
|
1302
|
-
}
|
1303
|
-
});
|
1304
|
-
Object.defineProperty(exports, "header", {
|
1305
|
-
enumerable: true,
|
1306
|
-
get: function () {
|
1307
|
-
return _header.default;
|
1308
|
-
}
|
1309
|
-
});
|
1310
|
-
Object.defineProperty(exports, "sidebar", {
|
1311
|
-
enumerable: true,
|
1312
|
-
get: function () {
|
1313
|
-
return _sidebar.default;
|
1314
|
-
}
|
1315
|
-
});
|
1316
1340
|
Object.defineProperty(exports, "textColor", {
|
1317
1341
|
enumerable: true,
|
1318
1342
|
get: function () {
|
1319
1343
|
return _textColor.default;
|
1320
1344
|
}
|
1321
1345
|
});
|
1322
|
-
Object.defineProperty(exports, "
|
1346
|
+
Object.defineProperty(exports, "tip", {
|
1323
1347
|
enumerable: true,
|
1324
1348
|
get: function () {
|
1325
|
-
return
|
1349
|
+
return _tip.default;
|
1326
1350
|
}
|
1327
1351
|
});
|
1328
1352
|
Object.defineProperty(exports, "title", {
|
@@ -1379,6 +1403,12 @@ Object.defineProperty(exports, "ungroup", {
|
|
1379
1403
|
return _ungroup.default;
|
1380
1404
|
}
|
1381
1405
|
});
|
1406
|
+
Object.defineProperty(exports, "unlock", {
|
1407
|
+
enumerable: true,
|
1408
|
+
get: function () {
|
1409
|
+
return _unlock.default;
|
1410
|
+
}
|
1411
|
+
});
|
1382
1412
|
Object.defineProperty(exports, "update", {
|
1383
1413
|
enumerable: true,
|
1384
1414
|
get: function () {
|
@@ -1530,6 +1560,8 @@ var _commentContent = _interopRequireDefault(require("./library/comment-content"
|
|
1530
1560
|
|
1531
1561
|
var _commentReplyLink = _interopRequireDefault(require("./library/comment-reply-link"));
|
1532
1562
|
|
1563
|
+
var _commentEditLink = _interopRequireDefault(require("./library/comment-edit-link"));
|
1564
|
+
|
1533
1565
|
var _cover = _interopRequireDefault(require("./library/cover"));
|
1534
1566
|
|
1535
1567
|
var _create = _interopRequireDefault(require("./library/create"));
|
@@ -1748,6 +1780,8 @@ var _postList = _interopRequireDefault(require("./library/post-list"));
|
|
1748
1780
|
|
1749
1781
|
var _postTitle = _interopRequireDefault(require("./library/post-title"));
|
1750
1782
|
|
1783
|
+
var _postTerms = _interopRequireDefault(require("./library/post-terms"));
|
1784
|
+
|
1751
1785
|
var _previous = _interopRequireDefault(require("./library/previous"));
|
1752
1786
|
|
1753
1787
|
var _next = _interopRequireDefault(require("./library/next"));
|
@@ -1768,6 +1802,8 @@ var _queryPaginationNumbers = _interopRequireDefault(require("./library/query-pa
|
|
1768
1802
|
|
1769
1803
|
var _queryPaginationPrevious = _interopRequireDefault(require("./library/query-pagination-previous"));
|
1770
1804
|
|
1805
|
+
var _queryTitle = _interopRequireDefault(require("./library/query-title"));
|
1806
|
+
|
1771
1807
|
var _quote = _interopRequireDefault(require("./library/quote"));
|
1772
1808
|
|
1773
1809
|
var _receipt = _interopRequireDefault(require("./library/receipt"));
|
@@ -1864,6 +1900,8 @@ var _tablet = _interopRequireDefault(require("./library/tablet"));
|
|
1864
1900
|
|
1865
1901
|
var _title = _interopRequireDefault(require("./library/title"));
|
1866
1902
|
|
1903
|
+
var _tip = _interopRequireDefault(require("./library/tip"));
|
1904
|
+
|
1867
1905
|
var _tool = _interopRequireDefault(require("./library/tool"));
|
1868
1906
|
|
1869
1907
|
var _trash = _interopRequireDefault(require("./library/trash"));
|
@@ -1880,6 +1918,8 @@ var _undo = _interopRequireDefault(require("./library/undo"));
|
|
1880
1918
|
|
1881
1919
|
var _ungroup = _interopRequireDefault(require("./library/ungroup"));
|
1882
1920
|
|
1921
|
+
var _unlock = _interopRequireDefault(require("./library/unlock"));
|
1922
|
+
|
1883
1923
|
var _update = _interopRequireDefault(require("./library/update"));
|
1884
1924
|
|
1885
1925
|
var _upload = _interopRequireDefault(require("./library/upload"));
|