terrier-engine 4.38.3 → 4.38.4
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 +34 -10
- package/terrier/images/icons/bookmark.svg +1 -0
- package/terrier/images/icons/bookmark_add.svg +1 -0
- package/terrier/images/icons/bookmark_remove.svg +1 -0
- package/terrier/images/icons/bookmarks.svg +1 -0
- package/terrier/images/optimized/icon-bookmark.svg +1 -0
- package/terrier/images/optimized/icon-bookmark_add.svg +1 -0
- package/terrier/images/optimized/icon-bookmark_remove.svg +1 -0
- package/terrier/images/optimized/icon-bookmarks.svg +1 -0
- package/terrier/images/raw/icon-bookmark.svg +7 -0
- package/terrier/images/raw/icon-bookmark_add.svg +9 -0
- package/terrier/images/raw/icon-bookmark_remove.svg +8 -0
- package/terrier/images/raw/icon-bookmarks.svg +8 -0
- package/terrier/images/icons/read_mail.svg +0 -1
- package/terrier/images/optimized/icon-read_mail.svg +0 -1
- package/terrier/images/raw/icon-read_mail.svg +0 -1
package/package.json
CHANGED
package/terrier/gen/hub-icons.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// This file was automatically generated on 2024-10-
|
|
1
|
+
// This file was automatically generated on 2024-10-29 10:00:25 -0500, DO NOT EDIT IT MANUALLY!
|
|
2
2
|
|
|
3
3
|
import {ColorName} from "../theme"
|
|
4
4
|
import {PartTag} from "tuff-core/parts"
|
|
@@ -53,6 +53,22 @@ import BoardRaw from '../images/icons/board.svg?raw'
|
|
|
53
53
|
// @ts-ignore
|
|
54
54
|
import BoardSrc from '../images/icons/board.svg'
|
|
55
55
|
// @ts-ignore
|
|
56
|
+
import BookmarkRaw from '../images/icons/bookmark.svg?raw'
|
|
57
|
+
// @ts-ignore
|
|
58
|
+
import BookmarkSrc from '../images/icons/bookmark.svg'
|
|
59
|
+
// @ts-ignore
|
|
60
|
+
import BookmarkAddRaw from '../images/icons/bookmark_add.svg?raw'
|
|
61
|
+
// @ts-ignore
|
|
62
|
+
import BookmarkAddSrc from '../images/icons/bookmark_add.svg'
|
|
63
|
+
// @ts-ignore
|
|
64
|
+
import BookmarkRemoveRaw from '../images/icons/bookmark_remove.svg?raw'
|
|
65
|
+
// @ts-ignore
|
|
66
|
+
import BookmarkRemoveSrc from '../images/icons/bookmark_remove.svg'
|
|
67
|
+
// @ts-ignore
|
|
68
|
+
import BookmarksRaw from '../images/icons/bookmarks.svg?raw'
|
|
69
|
+
// @ts-ignore
|
|
70
|
+
import BookmarksSrc from '../images/icons/bookmarks.svg'
|
|
71
|
+
// @ts-ignore
|
|
56
72
|
import BranchRaw from '../images/icons/branch.svg?raw'
|
|
57
73
|
// @ts-ignore
|
|
58
74
|
import BranchSrc from '../images/icons/branch.svg'
|
|
@@ -289,10 +305,6 @@ import ReactionRaw from '../images/icons/reaction.svg?raw'
|
|
|
289
305
|
// @ts-ignore
|
|
290
306
|
import ReactionSrc from '../images/icons/reaction.svg'
|
|
291
307
|
// @ts-ignore
|
|
292
|
-
import ReadMailRaw from '../images/icons/read_mail.svg?raw'
|
|
293
|
-
// @ts-ignore
|
|
294
|
-
import ReadMailSrc from '../images/icons/read_mail.svg'
|
|
295
|
-
// @ts-ignore
|
|
296
308
|
import RecentRaw from '../images/icons/recent.svg?raw'
|
|
297
309
|
// @ts-ignore
|
|
298
310
|
import RecentSrc from '../images/icons/recent.svg'
|
|
@@ -450,6 +462,22 @@ export const IconDefs: Record<HubIconName,{ raw: string, src: string }> = {
|
|
|
450
462
|
raw: BoardRaw,
|
|
451
463
|
src: BoardSrc,
|
|
452
464
|
},
|
|
465
|
+
"hub-bookmark": {
|
|
466
|
+
raw: BookmarkRaw,
|
|
467
|
+
src: BookmarkSrc,
|
|
468
|
+
},
|
|
469
|
+
"hub-bookmark_add": {
|
|
470
|
+
raw: BookmarkAddRaw,
|
|
471
|
+
src: BookmarkAddSrc,
|
|
472
|
+
},
|
|
473
|
+
"hub-bookmark_remove": {
|
|
474
|
+
raw: BookmarkRemoveRaw,
|
|
475
|
+
src: BookmarkRemoveSrc,
|
|
476
|
+
},
|
|
477
|
+
"hub-bookmarks": {
|
|
478
|
+
raw: BookmarksRaw,
|
|
479
|
+
src: BookmarksSrc,
|
|
480
|
+
},
|
|
453
481
|
"hub-branch": {
|
|
454
482
|
raw: BranchRaw,
|
|
455
483
|
src: BranchSrc,
|
|
@@ -686,10 +714,6 @@ export const IconDefs: Record<HubIconName,{ raw: string, src: string }> = {
|
|
|
686
714
|
raw: ReactionRaw,
|
|
687
715
|
src: ReactionSrc,
|
|
688
716
|
},
|
|
689
|
-
"hub-read_mail": {
|
|
690
|
-
raw: ReadMailRaw,
|
|
691
|
-
src: ReadMailSrc,
|
|
692
|
-
},
|
|
693
717
|
"hub-recent": {
|
|
694
718
|
raw: RecentRaw,
|
|
695
719
|
src: RecentSrc,
|
|
@@ -801,7 +825,7 @@ export const IconDefs: Record<HubIconName,{ raw: string, src: string }> = {
|
|
|
801
825
|
}
|
|
802
826
|
|
|
803
827
|
const Names = [
|
|
804
|
-
'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-link', 'hub-list_view', 'hub-metrics', 'hub-minus', 'hub-new_child', 'hub-new_parent', 'hub-night', 'hub-origin', 'hub-pending', 'hub-plot', 'hub-plus', 'hub-post', 'hub-posts', 'hub-pr_closed', 'hub-pr_merged', 'hub-pr_open', 'hub-prioritized', 'hub-project', 'hub-question', 'hub-reaction', 'hub-
|
|
828
|
+
'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-bookmark', 'hub-bookmark_add', 'hub-bookmark_remove', 'hub-bookmarks', '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-link', 'hub-list_view', 'hub-metrics', 'hub-minus', 'hub-new_child', 'hub-new_parent', 'hub-night', 'hub-origin', 'hub-pending', 'hub-plot', 'hub-plus', 'hub-post', 'hub-posts', 'hub-pr_closed', 'hub-pr_merged', 'hub-pr_open', 'hub-prioritized', 'hub-project', 'hub-question', 'hub-reaction', '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-team', 'hub-terrier', 'hub-thumbs_up', 'hub-type', 'hub-unprioritized', 'hub-upload', 'hub-user', 'hub-users', 'hub-website', 'hub-week'
|
|
805
829
|
] as const
|
|
806
830
|
|
|
807
831
|
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"><path fill="currentColor" fill-opacity="0.33" fill-rule="evenodd" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M7 5v22l9-6 9 6V5z"/></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"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M7 5v22l9-6 9 6V5z"/><rect width="2" height="10" x="15" y="8" rx="1"/><rect width="2" height="10" x="15" y="8" rx="1" transform="rotate(90 16 13)"/></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"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M7 5v22l9-6 9 6V5z"/><rect width="2" height="10" x="15" y="8" rx="1" transform="rotate(90 16 13)"/></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-opacity="0.33" fill-rule="evenodd" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path d="M5 5v18l7-4.91.95.667L12.998 9 19 9.016V5z"/><path d="M13 9v18l7-4.91L27 27V9z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="#000" fill-opacity=".25" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M7 5v22l9-6 9 6V5z"/></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"><path fill-opacity=".25" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M7 5v22l9-6 9 6V5z"/><rect width="2" height="10" x="15" y="8" rx="1"/><rect width="2" height="10" x="15" y="8" rx="1" transform="rotate(90 16 13)"/></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"><path fill-opacity=".25" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M7 5v22l9-6 9 6V5z"/><rect width="2" height="10" x="15" y="8" rx="1" transform="rotate(90 16 13)"/></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-opacity=".25" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2"><path d="M5 5v18l7-4.91.95.667L12.998 9 19 9.016V5z"/><path d="M13 9v18l7-4.91L27 27V9z"/></g></svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
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-bookmark</title>
|
|
4
|
+
<g id="icon-bookmark" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.25" stroke-linejoin="round">
|
|
5
|
+
<polygon id="Path-104" stroke="#000000" stroke-width="2" fill="#000000" points="7 5 7 27 16 21 25 27 25 5"></polygon>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
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-bookmark_add</title>
|
|
4
|
+
<g id="icon-bookmark_add" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<polygon id="Path-104" stroke="#000000" stroke-width="2" fill-opacity="0.25" fill="#000000" stroke-linejoin="round" points="7 5 7 27 16 21 25 27 25 5"></polygon>
|
|
6
|
+
<rect id="Rectangle" fill="#000000" x="15" y="8" width="2" height="10" rx="1"></rect>
|
|
7
|
+
<rect id="Rectangle-Copy" fill="#000000" transform="translate(16, 13) rotate(90) translate(-16, -13)" x="15" y="8" width="2" height="10" rx="1"></rect>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
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-bookmark_remove</title>
|
|
4
|
+
<g id="icon-bookmark_remove" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<polygon id="Path-104" stroke="#000000" stroke-width="2" fill-opacity="0.25" fill="#000000" stroke-linejoin="round" points="7 5 7 27 16 21 25 27 25 5"></polygon>
|
|
6
|
+
<rect id="Rectangle-Copy" fill="#000000" transform="translate(16, 13) rotate(90) translate(-16, -13)" x="15" y="8" width="2" height="10" rx="1"></rect>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
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-bookmarks</title>
|
|
4
|
+
<g id="icon-bookmarks" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.25" stroke-linejoin="round">
|
|
5
|
+
<polygon id="Path-104" stroke="#000000" stroke-width="2" fill="#000000" points="5 5 5 23 12 18.0909091 12.9490999 18.7565116 12.9987913 9 19 9.01588271 19 5"></polygon>
|
|
6
|
+
<polygon id="Path-104-Copy" stroke="#000000" stroke-width="2" fill="#000000" points="13 9 13 27 20 22.0909091 27 27 27 9"></polygon>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M1792 710v794q0 66-47 113t-113 47H160q-66 0-113-47T0 1504V710q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38T639 1015q-91-64-262-182.5T172 690q-62-42-117-115.5T0 438q0-78 41.5-130T160 256h1472q65 0 112.5 47t47.5 113z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M1792 710v794q0 66-47 113t-113 47H160q-66 0-113-47T0 1504V710q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38T639 1015q-91-64-262-182.5T172 690q-62-42-117-115.5T0 438q0-78 41.5-130T160 256h1472q65 0 112.5 47t47.5 113z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" ?><svg height="32" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg"><path d="M1792 710v794q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-794q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38-42.5-30.5q-91-64-262-182.5t-205-142.5q-62-42-117-115.5t-55-136.5q0-78 41.5-130t118.5-52h1472q65 0 112.5 47t47.5 113z"/></svg>
|