terrier-engine 4.4.30 → 4.4.32
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/package.json +1 -1
- package/terrier/gen/hub-icons.ts +9 -1
- package/terrier/images/icons/day.svg +1 -1
- package/terrier/images/icons/posts.svg +1 -0
- package/terrier/images/optimized/icon-day.svg +1 -1
- package/terrier/images/optimized/icon-posts.svg +1 -0
- package/terrier/images/raw/icon-day.svg +3 -13
- package/terrier/images/raw/icon-posts.svg +22 -0
package/package.json
CHANGED
package/terrier/gen/hub-icons.ts
CHANGED
|
@@ -221,6 +221,10 @@ import PostRaw from '../images/icons/post.svg?raw'
|
|
|
221
221
|
// @ts-ignore
|
|
222
222
|
import PostSrc from '../images/icons/post.svg'
|
|
223
223
|
// @ts-ignore
|
|
224
|
+
import PostsRaw from '../images/icons/posts.svg?raw'
|
|
225
|
+
// @ts-ignore
|
|
226
|
+
import PostsSrc from '../images/icons/posts.svg'
|
|
227
|
+
// @ts-ignore
|
|
224
228
|
import PrClosedRaw from '../images/icons/pr_closed.svg?raw'
|
|
225
229
|
// @ts-ignore
|
|
226
230
|
import PrClosedSrc from '../images/icons/pr_closed.svg'
|
|
@@ -554,6 +558,10 @@ export const IconDefs: Record<HubIconName,{ raw: string, src: string }> = {
|
|
|
554
558
|
raw: PostRaw,
|
|
555
559
|
src: PostSrc,
|
|
556
560
|
},
|
|
561
|
+
"hub-posts": {
|
|
562
|
+
raw: PostsRaw,
|
|
563
|
+
src: PostsSrc,
|
|
564
|
+
},
|
|
557
565
|
"hub-pr_closed": {
|
|
558
566
|
raw: PrClosedRaw,
|
|
559
567
|
src: PrClosedSrc,
|
|
@@ -673,7 +681,7 @@ export const IconDefs: Record<HubIconName,{ raw: string, src: string }> = {
|
|
|
673
681
|
}
|
|
674
682
|
|
|
675
683
|
const Names = [
|
|
676
|
-
'hub-active', 'hub-admin', 'hub-archive', 'hub-arrow_down', 'hub-arrow_left', 'hub-arrow_right', 'hub-arrow_up', 'hub-assign', 'hub-attachment', 'hub-back', 'hub-badge', 'hub-board', 'hub-branch', 'hub-bug', 'hub-calculator', 'hub-checkmark', 'hub-close', 'hub-clypboard', 'hub-comment', 'hub-complete', 'hub-dashboard', 'hub-data_pull', 'hub-data_update', 'hub-database', 'hub-day', 'hub-delete', 'hub-documentation', 'hub-edit', 'hub-feature', 'hub-flex', 'hub-forward', 'hub-github', 'hub-history', 'hub-home', 'hub-image', 'hub-inbox', 'hub-info', 'hub-issue', 'hub-lane', 'hub-lane_asap', 'hub-lane_days', 'hub-lane_hours', 'hub-lane_weeks', 'hub-lanes_board', 'hub-level_complete', 'hub-level_highway', 'hub-level_on_ramp', 'hub-level_parking', 'hub-minus', 'hub-night', 'hub-origin', 'hub-pending', 'hub-plus', 'hub-post', 'hub-pr_closed', 'hub-pr_merged', 'hub-pr_open', 'hub-prioritized', 'hub-project', 'hub-question', 'hub-reaction', 'hub-read_mail', 'hub-recent', 'hub-refresh', 'hub-request', 'hub-settings', 'hub-status', 'hub-step_deploy', 'hub-step_develop', 'hub-step_investigate', 'hub-step_review', 'hub-step_test', 'hub-steps', 'hub-steps_board', 'hub-subscribe', 'hub-support', 'hub-terrier', 'hub-thumbs_up', 'hub-type', 'hub-unprioritized', 'hub-upload', 'hub-user', 'hub-users'
|
|
684
|
+
'hub-active', 'hub-admin', 'hub-archive', 'hub-arrow_down', 'hub-arrow_left', 'hub-arrow_right', 'hub-arrow_up', 'hub-assign', 'hub-attachment', 'hub-back', 'hub-badge', 'hub-board', 'hub-branch', 'hub-bug', 'hub-calculator', 'hub-checkmark', 'hub-close', 'hub-clypboard', 'hub-comment', 'hub-complete', 'hub-dashboard', 'hub-data_pull', 'hub-data_update', 'hub-database', 'hub-day', 'hub-delete', 'hub-documentation', 'hub-edit', 'hub-feature', 'hub-flex', 'hub-forward', 'hub-github', 'hub-history', 'hub-home', 'hub-image', 'hub-inbox', 'hub-info', 'hub-issue', 'hub-lane', 'hub-lane_asap', 'hub-lane_days', 'hub-lane_hours', 'hub-lane_weeks', 'hub-lanes_board', 'hub-level_complete', 'hub-level_highway', 'hub-level_on_ramp', 'hub-level_parking', 'hub-minus', 'hub-night', 'hub-origin', 'hub-pending', 'hub-plus', 'hub-post', 'hub-posts', 'hub-pr_closed', 'hub-pr_merged', 'hub-pr_open', 'hub-prioritized', 'hub-project', 'hub-question', 'hub-reaction', 'hub-read_mail', 'hub-recent', 'hub-refresh', 'hub-request', 'hub-settings', 'hub-status', 'hub-step_deploy', 'hub-step_develop', 'hub-step_investigate', 'hub-step_review', 'hub-step_test', 'hub-steps', 'hub-steps_board', 'hub-subscribe', 'hub-support', 'hub-terrier', 'hub-thumbs_up', 'hub-type', 'hub-unprioritized', 'hub-upload', 'hub-user', 'hub-users'
|
|
677
685
|
] as const
|
|
678
686
|
|
|
679
687
|
export type HubIconName = typeof Names[number]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" fill-rule="nonzero" d="M5 7h22v18H5z"/><path d="M22 4a1 1 0 0 1 1 1v1h3a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3V5a1 1 0 1 1 2 0v1h10V5a1 1 0 0 1 1-1ZM9 8H6v16h20V8h-3v1a1 1 0 0 1-2 0V8H11v1a1 1 0 0 1-2 0V8Z"/><rect width="4" height="4" x="17" y="14" rx="1"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><g transform="translate(11 4)"><path d="M5 0a5 5 0 1 1 0 10A5 5 0 0 1 5 0Zm0 .625a4.375 4.375 0 0 0-4.234 5.48A6.884 6.884 0 0 1 6.106.767 4.382 4.382 0 0 0 5 .625Z"/><circle cx="5" cy="5" r="5" fill-opacity="0.33" fill-rule="nonzero"/></g><path fill-opacity="0.33" fill-rule="nonzero" d="M4.715 20.971 6.667 19.8 14 13.2 11.8 11l-6.6 7.333-1.171 1.952a.5.5 0 0 0 .686.686Z"/><path fill-opacity="0.33" fill-rule="nonzero" d="M4.715 20.971 6.667 19.8 14 13.2 11.8 11l-6.6 7.333-1.171 1.952a.5.5 0 0 0 .686.686Z"/><g transform="translate(18 12)"><path d="M5 0a5 5 0 1 1 0 10A5 5 0 0 1 5 0Zm0 .625a4.375 4.375 0 0 0-4.234 5.48A6.884 6.884 0 0 1 6.106.767 4.382 4.382 0 0 0 5 .625Z"/><circle cx="5" cy="5" r="5" fill-opacity="0.33" fill-rule="nonzero"/></g><path fill-opacity="0.33" fill-rule="nonzero" d="m11.715 28.971 1.952-1.171L21 21.2 18.8 19l-6.6 7.333-1.171 1.952a.5.5 0 0 0 .686.686Z"/><path fill-opacity="0.33" fill-rule="nonzero" d="m11.715 28.971 1.952-1.171L21 21.2 18.8 19l-6.6 7.333-1.171 1.952a.5.5 0 0 0 .686.686Z"/></g></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="#000" fill-rule="evenodd"><
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="#000" fill-rule="evenodd"><path fill-opacity=".25" fill-rule="nonzero" d="M5 7h22v18H5z"/><path d="M22 4a1 1 0 0 1 1 1v1h3a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3V5a1 1 0 1 1 2 0v1h10V5a1 1 0 0 1 1-1ZM9 8H6v16h20V8h-3v1a1 1 0 0 1-2 0V8H11v1a1 1 0 0 1-2 0V8Z"/><rect width="4" height="4" x="17" y="14" rx="1"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="#000" fill-rule="evenodd"><g transform="translate(11 4)"><path d="M5 0a5 5 0 1 1 0 10A5 5 0 0 1 5 0Zm0 .625a4.375 4.375 0 0 0-4.234 5.48A6.884 6.884 0 0 1 6.106.767 4.382 4.382 0 0 0 5 .625Z"/><circle cx="5" cy="5" r="5" fill-opacity=".25" fill-rule="nonzero"/></g><path fill-opacity=".25" fill-rule="nonzero" d="M4.715 20.971 6.667 19.8 14 13.2 11.8 11l-6.6 7.333-1.171 1.952a.5.5 0 0 0 .686.686Z"/><path fill-opacity=".25" fill-rule="nonzero" d="M4.715 20.971 6.667 19.8 14 13.2 11.8 11l-6.6 7.333-1.171 1.952a.5.5 0 0 0 .686.686Z"/><g transform="translate(18 12)"><path d="M5 0a5 5 0 1 1 0 10A5 5 0 0 1 5 0Zm0 .625a4.375 4.375 0 0 0-4.234 5.48A6.884 6.884 0 0 1 6.106.767 4.382 4.382 0 0 0 5 .625Z"/><circle cx="5" cy="5" r="5" fill-opacity=".25" fill-rule="nonzero"/></g><path fill-opacity=".25" fill-rule="nonzero" d="m11.715 28.971 1.952-1.171L21 21.2 18.8 19l-6.6 7.333-1.171 1.952a.5.5 0 0 0 .686.686Z"/><path fill-opacity=".25" fill-rule="nonzero" d="m11.715 28.971 1.952-1.171L21 21.2 18.8 19l-6.6 7.333-1.171 1.952a.5.5 0 0 0 .686.686Z"/></g></svg>
|
|
@@ -2,18 +2,8 @@
|
|
|
2
2
|
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
3
|
<title>icon-day</title>
|
|
4
4
|
<g id="icon-day" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
-
<
|
|
6
|
-
<
|
|
7
|
-
<rect id="Rectangle" fill="#000000"
|
|
8
|
-
<rect id="Rectangle" fill="#000000" transform="translate(25.093267, 10.750000) rotate(60.000000) translate(-25.093267, -10.750000) " x="24.0932667" y="9.25" width="2" height="3" rx="1"></rect>
|
|
9
|
-
<rect id="Rectangle" fill="#000000" transform="translate(26.500000, 16.000000) rotate(90.000000) translate(-26.500000, -16.000000) " x="25.5" y="14.5" width="2" height="3" rx="1"></rect>
|
|
10
|
-
<rect id="Rectangle" fill="#000000" transform="translate(25.093267, 21.250000) rotate(120.000000) translate(-25.093267, -21.250000) " x="24.0932667" y="19.75" width="2" height="3" rx="1"></rect>
|
|
11
|
-
<rect id="Rectangle" fill="#000000" transform="translate(21.250000, 25.093267) rotate(150.000000) translate(-21.250000, -25.093267) " x="20.25" y="23.5932667" width="2" height="3" rx="1"></rect>
|
|
12
|
-
<rect id="Rectangle" fill="#000000" transform="translate(16.000000, 26.500000) rotate(180.000000) translate(-16.000000, -26.500000) " x="15" y="25" width="2" height="3" rx="1"></rect>
|
|
13
|
-
<rect id="Rectangle" fill="#000000" transform="translate(10.750000, 25.093267) rotate(210.000000) translate(-10.750000, -25.093267) " x="9.75" y="23.5932667" width="2" height="3" rx="1"></rect>
|
|
14
|
-
<rect id="Rectangle" fill="#000000" transform="translate(6.906733, 21.250000) rotate(240.000000) translate(-6.906733, -21.250000) " x="5.90673326" y="19.75" width="2" height="3" rx="1"></rect>
|
|
15
|
-
<rect id="Rectangle" fill="#000000" transform="translate(5.500000, 16.000000) rotate(270.000000) translate(-5.500000, -16.000000) " x="4.5" y="14.5" width="2" height="3" rx="1"></rect>
|
|
16
|
-
<rect id="Rectangle" fill="#000000" transform="translate(6.906733, 10.750000) rotate(300.000000) translate(-6.906733, -10.750000) " x="5.90673326" y="9.25" width="2" height="3" rx="1"></rect>
|
|
17
|
-
<rect id="Rectangle" fill="#000000" transform="translate(10.750000, 6.906733) rotate(330.000000) translate(-10.750000, -6.906733) " x="9.75" y="5.40673326" width="2" height="3" rx="1"></rect>
|
|
5
|
+
<rect id="Rectangle" fill-opacity="0.25" fill="#000000" fill-rule="nonzero" x="5" y="7" width="22" height="18"></rect>
|
|
6
|
+
<path d="M22,4 C22.5522847,4 23,4.44771525 23,5 L23,6 L26,6 C27.1045695,6 28,6.8954305 28,8 L28,24 C28,25.1045695 27.1045695,26 26,26 L6,26 C4.8954305,26 4,25.1045695 4,24 L4,8 C4,6.8954305 4.8954305,6 6,6 L9,6 L9,5 C9,4.44771525 9.44771525,4 10,4 C10.5522847,4 11,4.44771525 11,5 L11,6 L21,6 L21,5 C21,4.44771525 21.4477153,4 22,4 Z M9,8 L6,8 L6,24 L26,24 L26,8 L23,8 L23,9 C23,9.55228475 22.5522847,10 22,10 C21.4477153,10 21,9.55228475 21,9 L21,8 L11,8 L11,9 C11,9.55228475 10.5522847,10 10,10 C9.44771525,10 9,9.55228475 9,9 L9,8 Z" id="Combined-Shape" fill="#000000"></path>
|
|
7
|
+
<rect id="Rectangle-Copy-2" fill="#000000" x="17" y="14" width="4" height="4" rx="1"></rect>
|
|
18
8
|
</g>
|
|
19
9
|
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>icon-posts</title>
|
|
4
|
+
<g id="icon-posts" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="Group-2" transform="translate(3, 4)" fill="#000000">
|
|
6
|
+
<g id="Group" transform="translate(8, 0)">
|
|
7
|
+
<path d="M5,0 C7.76142375,0 10,2.23857625 10,5 C10,7.76142375 7.76142375,10 5,10 C2.23857625,10 0,7.76142375 0,5 C0,2.23857625 2.23857625,0 5,0 Z M5,0.625 C2.58375422,0.625 0.625,2.58375422 0.625,5 C0.625,5.38216593 0.67400063,5.75288715 0.766486301,6.10562843 C1.31818969,3.42748108 3.42748108,1.31818969 6.10622362,0.76606185 C5.75288715,0.67400063 5.38216593,0.625 5,0.625 Z" id="Oval-2"></path>
|
|
8
|
+
<circle id="Oval" fill-opacity="0.25" fill-rule="nonzero" cx="5" cy="5" r="5"></circle>
|
|
9
|
+
</g>
|
|
10
|
+
<path d="M1.71498585,16.9710085 L3.66666667,15.8 L3.66666667,15.8 L11,9.2 L8.8,7 L2.2,14.3333333 L1.02899151,16.2850141 C0.886917431,16.5218043 0.963699963,16.8289344 1.2004901,16.9710085 C1.35883129,17.0660132 1.55664466,17.0660132 1.71498585,16.9710085 Z" id="Path-25" fill-opacity="0.25" fill-rule="nonzero"></path>
|
|
11
|
+
<path d="M1.71498585,16.9710085 L3.66666667,15.8 L3.66666667,15.8 L11,9.2 L8.8,7 L2.2,14.3333333 L1.02899151,16.2850141 C0.886917431,16.5218043 0.963699963,16.8289344 1.2004901,16.9710085 C1.35883129,17.0660132 1.55664466,17.0660132 1.71498585,16.9710085 Z" id="Path-25-Copy" fill-opacity="0.25" fill-rule="nonzero"></path>
|
|
12
|
+
</g>
|
|
13
|
+
<g id="Group-2-Copy" transform="translate(10, 12)" fill="#000000">
|
|
14
|
+
<g id="Group" transform="translate(8, 0)">
|
|
15
|
+
<path d="M5,0 C7.76142375,0 10,2.23857625 10,5 C10,7.76142375 7.76142375,10 5,10 C2.23857625,10 0,7.76142375 0,5 C0,2.23857625 2.23857625,0 5,0 Z M5,0.625 C2.58375422,0.625 0.625,2.58375422 0.625,5 C0.625,5.38216593 0.67400063,5.75288715 0.766486301,6.10562843 C1.31818969,3.42748108 3.42748108,1.31818969 6.10622362,0.76606185 C5.75288715,0.67400063 5.38216593,0.625 5,0.625 Z" id="Oval-2"></path>
|
|
16
|
+
<circle id="Oval" fill-opacity="0.25" fill-rule="nonzero" cx="5" cy="5" r="5"></circle>
|
|
17
|
+
</g>
|
|
18
|
+
<path d="M1.71498585,16.9710085 L3.66666667,15.8 L3.66666667,15.8 L11,9.2 L8.8,7 L2.2,14.3333333 L1.02899151,16.2850141 C0.886917431,16.5218043 0.963699963,16.8289344 1.2004901,16.9710085 C1.35883129,17.0660132 1.55664466,17.0660132 1.71498585,16.9710085 Z" id="Path-25" fill-opacity="0.25" fill-rule="nonzero"></path>
|
|
19
|
+
<path d="M1.71498585,16.9710085 L3.66666667,15.8 L3.66666667,15.8 L11,9.2 L8.8,7 L2.2,14.3333333 L1.02899151,16.2850141 C0.886917431,16.5218043 0.963699963,16.8289344 1.2004901,16.9710085 C1.35883129,17.0660132 1.55664466,17.0660132 1.71498585,16.9710085 Z" id="Path-25-Copy" fill-opacity="0.25" fill-rule="nonzero"></path>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|