terrier-engine 4.16.0 → 4.18.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/package.json
CHANGED
package/terrier/gen/hub-icons.ts
CHANGED
|
@@ -297,6 +297,10 @@ import RelatedPostsRaw from '../images/icons/related_posts.svg?raw'
|
|
|
297
297
|
// @ts-ignore
|
|
298
298
|
import RelatedPostsSrc from '../images/icons/related_posts.svg'
|
|
299
299
|
// @ts-ignore
|
|
300
|
+
import ReleasesRaw from '../images/icons/releases.svg?raw'
|
|
301
|
+
// @ts-ignore
|
|
302
|
+
import ReleasesSrc from '../images/icons/releases.svg'
|
|
303
|
+
// @ts-ignore
|
|
300
304
|
import RequestRaw from '../images/icons/request.svg?raw'
|
|
301
305
|
// @ts-ignore
|
|
302
306
|
import RequestSrc from '../images/icons/request.svg'
|
|
@@ -674,6 +678,10 @@ export const IconDefs: Record<HubIconName,{ raw: string, src: string }> = {
|
|
|
674
678
|
raw: RelatedPostsRaw,
|
|
675
679
|
src: RelatedPostsSrc,
|
|
676
680
|
},
|
|
681
|
+
"hub-releases": {
|
|
682
|
+
raw: ReleasesRaw,
|
|
683
|
+
src: ReleasesSrc,
|
|
684
|
+
},
|
|
677
685
|
"hub-request": {
|
|
678
686
|
raw: RequestRaw,
|
|
679
687
|
src: RequestSrc,
|
|
@@ -761,7 +769,7 @@ export const IconDefs: Record<HubIconName,{ raw: string, src: string }> = {
|
|
|
761
769
|
}
|
|
762
770
|
|
|
763
771
|
const Names = [
|
|
764
|
-
'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-existing_child', 'hub-existing_parent', 'hub-feature', 'hub-flex', 'hub-forward', 'hub-github', 'hub-history', 'hub-home', 'hub-image', 'hub-inbox', 'hub-info', 'hub-internal', '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-list_view', 'hub-metrics', 'hub-minus', 'hub-new_child', 'hub-new_parent', '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-related_posts', 'hub-request', 'hub-settings', 'hub-split_view', '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', 'hub-week'
|
|
772
|
+
'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-existing_child', 'hub-existing_parent', 'hub-feature', 'hub-flex', 'hub-forward', 'hub-github', 'hub-history', 'hub-home', 'hub-image', 'hub-inbox', 'hub-info', 'hub-internal', '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-list_view', 'hub-metrics', 'hub-minus', 'hub-new_child', 'hub-new_parent', '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-related_posts', 'hub-releases', 'hub-request', 'hub-settings', 'hub-split_view', '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', 'hub-week'
|
|
765
773
|
] as const
|
|
766
774
|
|
|
767
775
|
export type HubIconName = typeof Names[number]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="none" fill-rule="evenodd" transform="rotate(45 12.586 23.071)"><path fill="currentColor" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M3.542 16.61 0 19.456v3.794l4.427-.948M16.458 16.61 20 19.456v3.794l-4.427-.948"/><path fill="currentColor" fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M10 0C2.235 5.903.941 14.02 6.118 24.35h7.764C19.06 14.02 17.765 5.903 10 0Z"/><circle cx="7.5" cy="10.35" r="1.25" stroke="currentColor" stroke-width="1.5"/><circle cx="12.5" cy="10.35" r="1.25" stroke="currentColor" stroke-width="1.5"/><path fill="currentColor" d="M8.893 25.57h2.214c1.476 2.583 1.107 5.166-1.107 7.749-2.214-2.583-2.583-5.166-1.107-7.748Z"/><path stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M6 14.35c2.667 2 5.333 2 8 0"/></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="none" fill-rule="evenodd" transform="rotate(45 12.586 23.071)"><path fill="#000" fill-opacity=".25" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M3.542 16.61 0 19.456v3.794l4.427-.948M16.458 16.61 20 19.456v3.794l-4.427-.948"/><path fill="#000" fill-opacity=".25" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M10 0C2.235 5.903.941 14.02 6.118 24.35h7.764C19.06 14.02 17.765 5.903 10 0Z"/><circle cx="7.5" cy="10.35" r="1.25" stroke="#000" stroke-width="1.5"/><circle cx="12.5" cy="10.35" r="1.25" stroke="#000" stroke-width="1.5"/><path fill="#000" d="M8.893 25.57h2.214c1.476 2.583 1.107 5.166-1.107 7.749-2.214-2.583-2.583-5.166-1.107-7.748Z"/><path stroke="#000" stroke-linecap="round" stroke-width="1.5" d="M6 14.35c2.667 2 5.333 2 8 0"/></g></svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
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-releases</title>
|
|
4
|
+
<g id="icon-releases" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="Group" transform="translate(15.2912, 16.7088) rotate(45) translate(-15.2912, -16.7088)translate(5.2912, 0.0495)">
|
|
6
|
+
<polyline id="Path-33" stroke="#000000" stroke-width="2" fill-opacity="0.25" fill="#000000" stroke-linejoin="round" points="3.54179451 16.6095973 0 19.4556822 0 23.250462 4.42724314 22.3017671"></polyline>
|
|
7
|
+
<polyline id="Path-33-Copy" stroke="#000000" stroke-width="2" fill-opacity="0.25" fill="#000000" stroke-linejoin="round" transform="translate(17.7864, 19.93) scale(-1, 1) translate(-17.7864, -19.93)" points="19.1145514 16.6095973 15.5727569 19.4556822 15.5727569 23.250462 20 22.3017671"></polyline>
|
|
8
|
+
<path d="M10,0 C2.2351232,5.90299085 0.940977069,14.0196033 6.1175616,24.3498373 L13.8824384,24.3498373 C19.0590229,14.0196033 17.7648768,5.90299085 10,0 Z" id="Path-32" stroke="#000000" stroke-width="2" fill-opacity="0.25" fill="#000000" stroke-linejoin="round"></path>
|
|
9
|
+
<circle id="Oval" stroke="#000000" stroke-width="1.5" cx="7.5" cy="10.3498373" r="1.25"></circle>
|
|
10
|
+
<circle id="Oval-Copy" stroke="#000000" stroke-width="1.5" cx="12.5" cy="10.3498373" r="1.25"></circle>
|
|
11
|
+
<path d="M8.89318922,25.5708944 L11.1068108,25.5708944 C12.5825585,28.1534529 12.2136216,30.7360114 10,33.3185699 C7.78637843,30.7360114 7.4174415,28.1534529 8.89318922,25.5708944 Z" id="Path-34" fill="#000000"></path>
|
|
12
|
+
<path d="M6,14.3498373 C8.66666667,16.3498373 11.3333333,16.3498373 14,14.3498373" id="Path-102" stroke="#000000" stroke-width="1.5" stroke-linecap="round"></path>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|