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 CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "*"
6
6
  ],
7
- "version": "4.10.7",
7
+ "version": "4.10.8",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Terrier-Tech/terrier-engine"
@@ -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>