terrier-engine 4.10.7 → 4.10.8
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 +17 -1
- package/terrier/images/icons/list_view.svg +1 -0
- package/terrier/images/icons/split_view.svg +1 -0
- package/terrier/images/optimized/icon-list_view.svg +1 -0
- package/terrier/images/optimized/icon-split_view.svg +1 -0
- package/terrier/images/raw/icon-list_view.svg +11 -0
- package/terrier/images/raw/icon-split_view.svg +12 -0
package/package.json
CHANGED
package/terrier/gen/hub-icons.ts
CHANGED
|
@@ -209,6 +209,10 @@ import LevelParkingRaw from '../images/icons/level_parking.svg?raw'
|
|
|
209
209
|
// @ts-ignore
|
|
210
210
|
import LevelParkingSrc from '../images/icons/level_parking.svg'
|
|
211
211
|
// @ts-ignore
|
|
212
|
+
import ListViewRaw from '../images/icons/list_view.svg?raw'
|
|
213
|
+
// @ts-ignore
|
|
214
|
+
import ListViewSrc from '../images/icons/list_view.svg'
|
|
215
|
+
// @ts-ignore
|
|
212
216
|
import MetricsRaw from '../images/icons/metrics.svg?raw'
|
|
213
217
|
// @ts-ignore
|
|
214
218
|
import MetricsSrc from '../images/icons/metrics.svg'
|
|
@@ -301,6 +305,10 @@ import SettingsRaw from '../images/icons/settings.svg?raw'
|
|
|
301
305
|
// @ts-ignore
|
|
302
306
|
import SettingsSrc from '../images/icons/settings.svg'
|
|
303
307
|
// @ts-ignore
|
|
308
|
+
import SplitViewRaw from '../images/icons/split_view.svg?raw'
|
|
309
|
+
// @ts-ignore
|
|
310
|
+
import SplitViewSrc from '../images/icons/split_view.svg'
|
|
311
|
+
// @ts-ignore
|
|
304
312
|
import StatusRaw from '../images/icons/status.svg?raw'
|
|
305
313
|
// @ts-ignore
|
|
306
314
|
import StatusSrc from '../images/icons/status.svg'
|
|
@@ -578,6 +586,10 @@ export const IconDefs: Record<HubIconName,{ raw: string, src: string }> = {
|
|
|
578
586
|
raw: LevelParkingRaw,
|
|
579
587
|
src: LevelParkingSrc,
|
|
580
588
|
},
|
|
589
|
+
"hub-list_view": {
|
|
590
|
+
raw: ListViewRaw,
|
|
591
|
+
src: ListViewSrc,
|
|
592
|
+
},
|
|
581
593
|
"hub-metrics": {
|
|
582
594
|
raw: MetricsRaw,
|
|
583
595
|
src: MetricsSrc,
|
|
@@ -670,6 +682,10 @@ export const IconDefs: Record<HubIconName,{ raw: string, src: string }> = {
|
|
|
670
682
|
raw: SettingsRaw,
|
|
671
683
|
src: SettingsSrc,
|
|
672
684
|
},
|
|
685
|
+
"hub-split_view": {
|
|
686
|
+
raw: SplitViewRaw,
|
|
687
|
+
src: SplitViewSrc,
|
|
688
|
+
},
|
|
673
689
|
"hub-status": {
|
|
674
690
|
raw: StatusRaw,
|
|
675
691
|
src: StatusSrc,
|
|
@@ -745,7 +761,7 @@ export const IconDefs: Record<HubIconName,{ raw: string, src: string }> = {
|
|
|
745
761
|
}
|
|
746
762
|
|
|
747
763
|
const Names = [
|
|
748
|
-
'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-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-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'
|
|
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'
|
|
749
765
|
] as const
|
|
750
766
|
|
|
751
767
|
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="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M5 5h22v22H5z"/><rect width="16" height="3" x="8" y="8" rx="1"/><rect width="16" height="3" x="8" y="12.333" rx="1"/><rect width="16" height="3" x="8" y="16.667" rx="1"/><rect width="16" height="3" x="8" y="21" 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"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M5 5h22v22H5z"/><rect width="8" height="3" x="7" y="8" rx="1"/><rect width="8" height="3" x="7" y="12.333" rx="1"/><rect width="8" height="3" x="7" y="16.667" rx="1"/><rect width="8" height="3" x="7" y="21" rx="1"/><rect width="9" height="18" x="16" y="7" fill-opacity="0.33" fill-rule="nonzero" 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"><path fill-opacity=".25" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M5 5h22v22H5z"/><rect width="16" height="3" x="8" y="8" rx="1"/><rect width="16" height="3" x="8" y="12.333" rx="1"/><rect width="16" height="3" x="8" y="16.667" rx="1"/><rect width="16" height="3" x="8" y="21" 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"><path fill-opacity=".25" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M5 5h22v22H5z"/><rect width="8" height="3" x="7" y="8" rx="1"/><rect width="8" height="3" x="7" y="12.333" rx="1"/><rect width="8" height="3" x="7" y="16.667" rx="1"/><rect width="8" height="3" x="7" y="21" rx="1"/><rect width="9" height="18" x="16" y="7" fill-opacity=".25" fill-rule="nonzero" rx="1"/></g></svg>
|
|
@@ -0,0 +1,11 @@
|
|
|
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-list_view</title>
|
|
4
|
+
<g id="icon-list_view" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<rect id="Rectangle" stroke="#000000" stroke-width="2" fill-opacity="0.25" fill="#000000" stroke-linejoin="round" x="5" y="5" width="22" height="22"></rect>
|
|
6
|
+
<rect id="Rectangle" fill="#000000" x="8" y="8" width="16" height="3" rx="1"></rect>
|
|
7
|
+
<rect id="Rectangle-Copy" fill="#000000" x="8" y="12.3333333" width="16" height="3" rx="1"></rect>
|
|
8
|
+
<rect id="Rectangle-Copy-2" fill="#000000" x="8" y="16.6666667" width="16" height="3" rx="1"></rect>
|
|
9
|
+
<rect id="Rectangle-Copy-4" fill="#000000" x="8" y="21" width="16" height="3" rx="1"></rect>
|
|
10
|
+
</g>
|
|
11
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
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-split_view</title>
|
|
4
|
+
<g id="icon-split_view" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<rect id="Rectangle" stroke="#000000" stroke-width="2" fill-opacity="0.25" fill="#000000" stroke-linejoin="round" x="5" y="5" width="22" height="22"></rect>
|
|
6
|
+
<rect id="Rectangle" fill="#000000" x="7" y="8" width="8" height="3" rx="1"></rect>
|
|
7
|
+
<rect id="Rectangle-Copy" fill="#000000" x="7" y="12.3333333" width="8" height="3" rx="1"></rect>
|
|
8
|
+
<rect id="Rectangle-Copy-2" fill="#000000" x="7" y="16.6666667" width="8" height="3" rx="1"></rect>
|
|
9
|
+
<rect id="Rectangle-Copy-4" fill="#000000" x="7" y="21" width="8" height="3" rx="1"></rect>
|
|
10
|
+
<rect id="Rectangle" fill-opacity="0.25" fill="#000000" fill-rule="nonzero" x="16" y="7" width="9" height="18" rx="1"></rect>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|