@rancher/shell 3.0.6 → 3.0.8-rc.1

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.
Files changed (146) hide show
  1. package/assets/images/pl/dark/rancher-logo.svg +131 -44
  2. package/assets/images/pl/rancher-logo.svg +120 -44
  3. package/assets/images/vendor/githubapp.svg +13 -0
  4. package/assets/styles/base/_basic.scss +2 -2
  5. package/assets/styles/base/_color-classic.scss +51 -0
  6. package/assets/styles/base/_color.scss +3 -3
  7. package/assets/styles/base/_mixins.scss +1 -1
  8. package/assets/styles/base/_typography.scss +1 -1
  9. package/assets/styles/base/_variables-classic.scss +47 -0
  10. package/assets/styles/global/_button.scss +49 -17
  11. package/assets/styles/global/_form.scss +1 -1
  12. package/assets/styles/themes/_dark.scss +4 -0
  13. package/assets/styles/themes/_light.scss +3 -69
  14. package/assets/styles/themes/_modern.scss +194 -50
  15. package/assets/styles/vendor/vue-select.scss +1 -2
  16. package/assets/translations/en-us.yaml +124 -32
  17. package/assets/translations/zh-hans.yaml +0 -4
  18. package/components/ClusterIconMenu.vue +1 -1
  19. package/components/ClusterProviderIcon.vue +1 -1
  20. package/components/CodeMirror.vue +1 -1
  21. package/components/IconOrSvg.vue +40 -29
  22. package/components/Inactivity.vue +222 -106
  23. package/components/InstallHelmCharts.vue +2 -2
  24. package/components/ResourceDetail/index.vue +2 -1
  25. package/components/SortableTable/index.vue +17 -2
  26. package/components/SortableTable/sorting.js +3 -1
  27. package/components/Tabbed/index.vue +5 -5
  28. package/components/fleet/FleetConfigMapSelector.vue +117 -0
  29. package/components/fleet/FleetSecretSelector.vue +127 -0
  30. package/components/fleet/__tests__/FleetConfigMapSelector.test.ts +125 -0
  31. package/components/fleet/__tests__/FleetSecretSelector.test.ts +82 -0
  32. package/components/form/FileImageSelector.vue +13 -4
  33. package/components/form/FileSelector.vue +11 -2
  34. package/components/form/ResourceLabeledSelect.vue +1 -0
  35. package/components/form/ResourceTabs/index.vue +37 -18
  36. package/components/form/SecretSelector.vue +6 -2
  37. package/components/form/__tests__/ResourceLabeledSelect.test.ts +90 -0
  38. package/components/nav/Group.vue +29 -9
  39. package/components/nav/Header.vue +7 -8
  40. package/components/nav/NamespaceFilter.vue +1 -1
  41. package/components/nav/TopLevelMenu.helper.ts +47 -20
  42. package/components/nav/TopLevelMenu.vue +44 -14
  43. package/components/nav/Type.vue +0 -5
  44. package/components/nav/__tests__/TopLevelMenu.test.ts +2 -0
  45. package/config/pagination-table-headers.js +10 -2
  46. package/config/product/auth.js +1 -0
  47. package/config/product/explorer.js +4 -3
  48. package/config/query-params.js +1 -0
  49. package/config/settings.ts +8 -1
  50. package/config/table-headers.js +9 -0
  51. package/config/types.js +2 -0
  52. package/core/plugin.ts +18 -6
  53. package/core/types.ts +8 -0
  54. package/detail/provisioning.cattle.io.cluster.vue +1 -0
  55. package/dialog/AddonConfigConfirmationDialog.vue +45 -1
  56. package/dialog/InstallExtensionDialog.vue +71 -45
  57. package/dialog/UninstallExtensionDialog.vue +2 -1
  58. package/dialog/__tests__/InstallExtensionDialog.test.ts +111 -0
  59. package/edit/__tests__/fleet.cattle.io.helmop.test.ts +52 -11
  60. package/edit/auth/AuthProviderWarningBanners.vue +14 -1
  61. package/edit/auth/github-app-steps.vue +97 -0
  62. package/edit/auth/github-steps.vue +75 -0
  63. package/edit/auth/github.vue +94 -65
  64. package/edit/auth/oidc.vue +86 -16
  65. package/edit/fleet.cattle.io.helmop.vue +51 -2
  66. package/edit/networking.k8s.io.networkpolicy/PolicyRuleTarget.vue +15 -5
  67. package/edit/provisioning.cattle.io.cluster/__tests__/rke2.test.ts +11 -9
  68. package/edit/provisioning.cattle.io.cluster/rke2.vue +56 -9
  69. package/edit/provisioning.cattle.io.cluster/tabs/AddOnConfig.vue +28 -2
  70. package/list/projectsecret.vue +1 -1
  71. package/machine-config/azure.vue +1 -1
  72. package/mixins/__tests__/chart.test.ts +1 -1
  73. package/mixins/chart.js +2 -2
  74. package/models/__tests__/chart.test.ts +17 -9
  75. package/models/__tests__/compliance.cattle.io.clusterscanprofile.spec.js +30 -0
  76. package/models/catalog.cattle.io.app.js +1 -1
  77. package/models/chart.js +3 -1
  78. package/models/compliance.cattle.io.clusterscanprofile.js +1 -1
  79. package/models/event.js +7 -0
  80. package/models/management.cattle.io.authconfig.js +1 -0
  81. package/models/provisioning.cattle.io.cluster.js +9 -0
  82. package/package.json +2 -2
  83. package/pages/auth/login.vue +5 -2
  84. package/pages/auth/verify.vue +1 -1
  85. package/pages/c/_cluster/apps/charts/AppChartCardSubHeader.vue +3 -2
  86. package/pages/c/_cluster/apps/charts/chart.vue +2 -2
  87. package/pages/c/_cluster/explorer/EventsTable.vue +92 -9
  88. package/pages/c/_cluster/explorer/tools/index.vue +3 -3
  89. package/pages/c/_cluster/settings/performance.vue +13 -26
  90. package/pages/c/_cluster/uiplugins/PluginInfoPanel.vue +159 -62
  91. package/pages/c/_cluster/uiplugins/__tests__/PluginInfoPanel.test.ts +102 -0
  92. package/pages/c/_cluster/uiplugins/__tests__/{index.spec.ts → index.test.ts} +121 -55
  93. package/pages/c/_cluster/uiplugins/index.vue +110 -94
  94. package/pages/home.vue +313 -12
  95. package/plugins/__tests__/subscribe.events.test.ts +194 -0
  96. package/plugins/axios.js +2 -1
  97. package/plugins/dashboard-store/actions.js +4 -1
  98. package/plugins/dashboard-store/getters.js +1 -1
  99. package/plugins/dashboard-store/resource-class.js +20 -5
  100. package/plugins/steve/__tests__/subscribe.spec.ts +27 -24
  101. package/plugins/steve/index.js +18 -10
  102. package/plugins/steve/mutations.js +2 -2
  103. package/plugins/steve/resourceWatcher.js +2 -2
  104. package/plugins/steve/steve-pagination-utils.ts +12 -9
  105. package/plugins/steve/subscribe.js +113 -85
  106. package/plugins/subscribe-events.ts +211 -0
  107. package/rancher-components/BadgeState/BadgeState.vue +8 -6
  108. package/rancher-components/Banner/Banner.vue +2 -1
  109. package/rancher-components/Form/Checkbox/Checkbox.vue +3 -3
  110. package/rancher-components/Form/Radio/RadioButton.vue +3 -3
  111. package/scripts/extension/publish +1 -1
  112. package/store/auth.js +8 -3
  113. package/store/aws.js +8 -6
  114. package/store/features.js +1 -0
  115. package/store/index.js +21 -25
  116. package/store/prefs.js +6 -0
  117. package/types/extension-manager.ts +8 -1
  118. package/types/kube/kube-api.ts +2 -1
  119. package/types/rancher/index.d.ts +1 -0
  120. package/types/resources/settings.d.ts +52 -23
  121. package/types/shell/index.d.ts +412 -336
  122. package/types/store/subscribe-events.types.ts +70 -0
  123. package/types/store/subscribe.types.ts +6 -22
  124. package/utils/__tests__/cluster.test.ts +379 -1
  125. package/utils/cluster.js +157 -3
  126. package/utils/dynamic-content/__tests__/config.test.ts +187 -0
  127. package/utils/dynamic-content/__tests__/index.test.ts +390 -0
  128. package/utils/dynamic-content/__tests__/info.test.ts +263 -0
  129. package/utils/dynamic-content/__tests__/new-release.test.ts +216 -0
  130. package/utils/dynamic-content/__tests__/support-notice.test.ts +262 -0
  131. package/utils/dynamic-content/__tests__/util.test.ts +235 -0
  132. package/utils/dynamic-content/config.ts +55 -0
  133. package/utils/dynamic-content/index.ts +273 -0
  134. package/utils/dynamic-content/info.ts +219 -0
  135. package/utils/dynamic-content/new-release.ts +126 -0
  136. package/utils/dynamic-content/support-notice.ts +169 -0
  137. package/utils/dynamic-content/types.d.ts +101 -0
  138. package/utils/dynamic-content/util.ts +122 -0
  139. package/utils/inactivity.ts +104 -0
  140. package/utils/pagination-utils.ts +105 -31
  141. package/utils/pagination-wrapper.ts +6 -8
  142. package/utils/release-notes.ts +1 -1
  143. package/utils/sort.js +5 -0
  144. package/utils/unit-tests/pagination-utils.spec.ts +283 -0
  145. package/utils/validators/formRules/__tests__/index.test.ts +7 -0
  146. package/utils/validators/formRules/index.ts +2 -2
@@ -1,51 +1,138 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 637.2 93.8" style="enable-background:new 0 0 637.2 93.8;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#0075A8;}
7
- .st1{fill:#f8f8f8;}
8
- .st2{fill:#CCCCCC;}
9
- .st3{fill:#B3B3B3;}
10
- .st4{fill:#FFFFFF;}
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+
4
+ <svg
5
+ version="1.1"
6
+ x="0px"
7
+ y="0px"
8
+ viewBox="0 0 209.24076 44.900003"
9
+ xml:space="preserve"
10
+ id="svg15"
11
+ sodipodi:docname="rancher-logo.svg"
12
+ width="209.24075"
13
+ height="44.900002"
14
+ inkscape:version="1.4.2 (ebf0e94, 2025-05-08)"
15
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg"><defs
19
+ id="defs15" /><sodipodi:namedview
20
+ id="namedview15"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#000000"
23
+ borderopacity="0.25"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:zoom="9.2858265"
29
+ inkscape:cx="104.67566"
30
+ inkscape:cy="22.561266"
31
+ inkscape:window-width="2516"
32
+ inkscape:window-height="1412"
33
+ inkscape:window-x="0"
34
+ inkscape:window-y="0"
35
+ inkscape:window-maximized="1"
36
+ inkscape:current-layer="svg15" />
37
+ <style
38
+ type="text/css"
39
+ id="style1">
40
+ .st0{display:none;}
41
+ .st1{display:inline;}
42
+ .st2{fill:#FFFFFF;}
11
43
  </style>
12
- <g>
13
- <g>
14
- <path class="st0" d="M200.7,20.6l-2.2-13c-0.7-4.2-2.3-7.6-3.6-7.6c-1.3,0-2.4,3.5-2.4,7.7v3.4c0,4.2-3.5,7.7-7.7,7.7h-3.4
15
- c-0.2,0-0.5,0-0.7,0v9.4c0.2,0,0.5,0,0.7,0h12.8C198.5,28.2,201.4,24.8,200.7,20.6"/>
16
- <path class="st0" d="M170,9.6h-20.8c-0.2,0-0.3,0-0.5,0h-21.3c-0.3,0-0.5,0-0.7,0.1v-2c0-4.2-1.1-7.7-2.4-7.7
17
- c-1.3,0-2.9,3.4-3.6,7.6l-2.2,13c-0.7,4.2,2.2,7.6,6.4,7.6h12.8c1.3,0,2.6-0.2,3.6-0.6c-0.4,2.2-2.3,3.8-4.6,3.8h-18
18
- c-2.9,0-5.1-2.6-4.6-5.5l1.8-10.9c0.5-2.9-1.7-5.5-4.6-5.5H22.1c-1.9,0-3.5,1.1-4.3,2.8L1,38c-0.3,0.4-0.3,1,0.1,1.4l3.3,3.9
19
- c0.4,0.5,1.1,0.6,1.6,0.2l11.4-9v54.8c0,2.6,2.1,4.7,4.7,4.7h25.4c2.6,0,4.7-2.1,4.7-4.7v-19c0-2.6,2.1-4.7,4.7-4.7h63.3
20
- c2.6,0,4.7,2.1,4.7,4.7v19c0,2.6,2.1,4.7,4.7,4.7h25.4c2.6,0,4.7-2.1,4.7-4.7V68.6h-13.5c-4.2,0-7.7-3.5-7.7-7.7V47.8
21
- c0-2.5,1.2-4.7,3.1-6.1v15.7c0,4.2,3.5,7.7,7.7,7.7H170c4.2,0,7.7-3.5,7.7-7.7v-40C177.7,13.1,174.2,9.6,170,9.6"/>
44
+ <g
45
+ id="padding"
46
+ class="st0"
47
+ transform="translate(-22.93925,-22.8)">
48
+ <path
49
+ class="st1"
50
+ d="m 118.37,-0.13 h 9.41 c 4.47,0 7.48,2.17 7.48,6.36 0,3.42 -2.33,5.48 -4.6,6.19 0.68,0.58 1.18,1.35 1.59,2.17 0.95,1.93 1.59,4.06 3.59,4.06 0.51,0 0.91,-0.17 0.91,-0.17 l -0.44,4.03 c 0,0 -1.22,0.3 -2.27,0.3 -2.71,0 -4.26,-1.05 -5.85,-4.67 -0.68,-1.62 -1.62,-4.47 -2.88,-4.47 h -1.29 v 9.03 h -5.65 V -0.13 m 5.65,4.09 v 5.62 h 2.03 c 1.62,0 3.52,-0.51 3.52,-2.94 0,-2 -1.29,-2.67 -2.84,-2.67 h -2.71 z"
51
+ id="path1" />
52
+ <g
53
+ class="st1"
54
+ id="g3">
55
+ <path
56
+ d="m 0,54.39 v -9.41 c 0,-4.47 2.17,-7.48 6.36,-7.48 3.42,0 5.48,2.33 6.19,4.6 0.58,-0.68 1.35,-1.18 2.17,-1.59 1.93,-0.95 4.06,-1.59 4.06,-3.59 0,-0.51 -0.17,-0.91 -0.17,-0.91 l 4.03,0.44 c 0,0 0.3,1.22 0.3,2.27 0,2.71 -1.05,4.26 -4.67,5.85 -1.62,0.68 -4.47,1.62 -4.47,2.88 v 1.29 h 9.03 v 5.65 H 0 m 4.09,-5.65 h 5.62 v -2.03 c 0,-1.62 -0.51,-3.52 -2.94,-3.52 -2,0 -2.67,1.29 -2.67,2.84 v 2.71 z"
57
+ id="path2" />
58
+ <path
59
+ d="m 232.18,54.39 v -9.41 c 0,-4.47 2.17,-7.48 6.36,-7.48 3.42,0 5.48,2.33 6.19,4.6 0.58,-0.68 1.35,-1.18 2.17,-1.59 1.93,-0.95 4.06,-1.59 4.06,-3.59 0,-0.51 -0.17,-0.91 -0.17,-0.91 l 4.03,0.44 c 0,0 0.3,1.22 0.3,2.27 0,2.71 -1.05,4.26 -4.67,5.85 -1.62,0.68 -4.47,1.62 -4.47,2.88 v 1.29 h 9.03 v 5.65 h -22.83 m 4.09,-5.65 h 5.62 v -2.03 c 0,-1.62 -0.51,-3.52 -2.94,-3.52 -2,0 -2.67,1.29 -2.67,2.84 v 2.71 z"
60
+ id="path3" />
22
61
  </g>
23
- <g>
24
- <g>
25
- <path class="st1" d="M217.7,12.2h28.6c13.6,0,22.7,6.6,22.7,19.3c0,10.4-7.1,16.6-14,18.8c2.1,1.7,3.6,4.1,4.8,6.6
26
- c2.9,5.9,4.8,12.3,10.9,12.3c1.5,0,2.8-0.5,2.8-0.5L272.1,81c0,0-3.7,0.9-6.9,0.9c-8.2,0-12.9-3.2-17.8-14.2
27
- c-2.1-4.9-4.9-13.6-8.7-13.6h-3.9v27.4h-17.2V12.2z M234.9,24.7v17h6.2c4.9,0,10.7-1.5,10.7-8.9c0-6.1-3.9-8.1-8.6-8.1H234.9z"/>
28
- <path class="st1" d="M292.2,12.2h17.4l23.4,69.3h-17.4l-4.3-13.1h-23.2l-4.2,13.1h-15L292.2,12.2z M292.2,55.7h14.9l-4.7-14.6
29
- c-1.6-4.9-2.4-11.9-2.4-11.9h-0.4c0,0-1,7.1-2.6,11.8L292.2,55.7z"/>
30
- <path class="st1" d="M333.6,12.2H352l18.2,34.4c1.5,3,3.6,8.2,5.2,12.3h0.4c-0.2-3.9-0.7-9.4-0.7-13.5V12.2h14.1v69.3h-18
31
- l-18.9-34.3c-1.7-3.1-3.6-7.6-5-11.3h-0.4c0.3,3.9,0.8,8.5,0.8,12.3v33.3h-14.1V12.2z"/>
32
- <path class="st1" d="M392.9,46.5c0-25.1,12.4-35.4,31.6-35.4c20.2,0,28.3,11.1,26.1,26.1l-16,1.4c1.7-11-2.6-15.4-10.4-15.4
33
- c-7.5,0-13.6,5.5-13.6,23.4c0,18.9,6.6,23.7,14.1,23.7c7.1,0,12.8-4.4,11.6-13.5l15,1.5c1.1,14.1-9,24.4-27.5,24.4
34
- C405,82.8,392.9,71.7,392.9,46.5"/>
35
- <polygon class="st1" points="454.8,12.2 472,12.2 472,38.4 493,38.4 493,12.2 510.2,12.2 510.2,81.6 493,81.6 493,52.2 472,52.2
36
- 472,81.6 454.8,81.6 "/>
37
- <polygon class="st1" points="517.1,12.2 563,12.2 563,25 534.2,25 534.2,39.9 558.3,39.9 558.3,52.6 534.2,52.6 534.2,68.8
38
- 564,68.8 564,81.6 517.1,81.6 "/>
39
- <path class="st1" d="M567.3,12.2h28.6c13.6,0,22.7,6.6,22.7,19.3c0,10.4-7.1,16.6-14,18.8c2.1,1.7,3.6,4.1,4.8,6.6
40
- c2.9,5.9,4.8,12.3,10.9,12.3c1.5,0,2.8-0.5,2.8-0.5L621.7,81c0,0-3.7,0.9-6.9,0.9c-8.2,0-12.9-3.2-17.8-14.2
41
- c-2.1-4.9-4.9-13.6-8.7-13.6h-3.9v27.4h-17.2V12.2z M584.4,24.7v17h6.2c4.9,0,10.7-1.5,10.7-8.9c0-6.1-3.9-8.1-8.6-8.1H584.4z"/>
62
+ <path
63
+ class="st1"
64
+ d="m 118.37,67.7 h 9.41 c 4.47,0 7.48,2.17 7.48,6.36 0,3.42 -2.33,5.48 -4.6,6.19 0.68,0.58 1.18,1.35 1.59,2.17 0.95,1.93 1.59,4.06 3.59,4.06 0.51,0 0.91,-0.17 0.91,-0.17 l -0.44,4.03 c 0,0 -1.22,0.3 -2.27,0.3 -2.71,0 -4.26,-1.05 -5.85,-4.67 -0.68,-1.62 -1.62,-4.47 -2.88,-4.47 h -1.29 v 9.03 h -5.65 V 67.7 m 5.65,4.09 v 5.62 h 2.03 c 1.62,0 3.52,-0.51 3.52,-2.94 0,-2 -1.29,-2.67 -2.84,-2.67 h -2.71 z"
65
+ id="path4" />
66
+ </g>
67
+ <g
68
+ id="logo"
69
+ transform="translate(-22.93925,-22.8)">
70
+ <g
71
+ id="g6">
72
+ <path
73
+ class="st2"
74
+ d="M 88.78,29.59 88.07,25.3 c -0.23,-1.38 -0.77,-2.5 -1.19,-2.5 -0.43,0 -0.77,1.14 -0.77,2.54 v 1.12 c 0,1.39 -1.14,2.54 -2.54,2.54 h -1.12 c -0.08,0 -0.16,0 -0.24,0.01 v 3.08 c 0.08,0 0.16,0.01 0.24,0.01 h 4.22 c 1.39,-0.01 2.34,-1.13 2.11,-2.51"
75
+ id="path5" />
76
+ <path
77
+ class="st2"
78
+ d="m 78.67,25.96 h -6.84 c -0.06,0 -0.11,0 -0.17,0.01 h -7.02 c -0.08,0 -0.16,0.01 -0.24,0.02 v -0.65 c 0,-1.39 -0.35,-2.54 -0.77,-2.54 -0.43,0 -0.96,1.13 -1.19,2.5 l -0.71,4.29 c -0.23,1.38 0.72,2.5 2.12,2.5 h 4.22 c 0.43,0 0.84,-0.07 1.2,-0.19 -0.13,0.72 -0.76,1.26 -1.52,1.26 h -5.91 c -0.96,0 -1.68,-0.86 -1.53,-1.8 l 0.6,-3.59 c 0.16,-0.94 -0.57,-1.8 -1.53,-1.8 H 29.95 c -0.63,0 -1.17,0.37 -1.41,0.91 L 23,35.31 c -0.09,0.14 -0.08,0.33 0.03,0.46 l 1.08,1.27 c 0.13,0.16 0.37,0.18 0.53,0.05 l 3.77,-2.97 v 18.04 c 0,0.86 0.69,1.55 1.55,1.55 h 8.35 c 0.86,0 1.55,-0.69 1.55,-1.55 v -6.27 c 0,-0.85 0.69,-1.55 1.55,-1.55 h 20.85 c 0.86,0 1.55,0.69 1.55,1.55 v 6.27 c 0,0.86 0.69,1.55 1.55,1.55 h 8.35 c 0.85,0 1.55,-0.69 1.55,-1.55 v -6.75 h -4.44 c -1.39,0 -2.54,-1.14 -2.54,-2.54 v -4.34 c 0,-0.83 0.4,-1.56 1.02,-2.02 v 5.18 c 0,1.39 1.14,2.54 2.54,2.54 h 6.84 c 1.39,0 2.54,-1.14 2.54,-2.54 V 28.5 c -0.01,-1.39 -1.15,-2.54 -2.55,-2.54"
79
+ id="path6" />
80
+ </g>
81
+ <g
82
+ id="g10">
83
+ <g
84
+ id="Layer_1_00000116952799159011174390000017168342625225811855_">
85
+ <g
86
+ id="g7">
87
+ <path
88
+ class="st2"
89
+ d="m 223.38,67.58 c -0.96,0 -1.74,-0.78 -1.74,-1.74 v -5.17 c 0,-0.96 0.78,-1.74 1.74,-1.74 h 3.97 c 0.31,0 0.56,0.25 0.56,0.56 0,0.31 -0.25,0.56 -0.56,0.56 h -3.97 c -0.34,0 -0.62,0.28 -0.62,0.62 v 2.03 h 3.89 c 0.29,0 0.53,0.24 0.53,0.53 0,0.29 -0.24,0.53 -0.53,0.53 h -3.89 v 2.07 c 0,0.34 0.28,0.62 0.62,0.62 h 3.97 c 0.31,0 0.56,0.25 0.56,0.56 0,0.31 -0.25,0.56 -0.56,0.56 h -3.97 z m -17.78,0.11 c -1.14,0 -2.02,-0.29 -2.62,-0.86 -0.59,-0.57 -0.89,-1.43 -0.89,-2.56 v -4.81 c 0,-0.36 0.29,-0.65 0.65,-0.65 0.36,0 0.65,0.29 0.65,0.65 v 4.63 c 0,0.84 0.18,1.47 0.54,1.87 0.36,0.4 0.92,0.61 1.67,0.61 0.75,0 1.31,-0.21 1.67,-0.61 0.36,-0.4 0.54,-1.03 0.54,-1.87 v -4.63 c 0,-0.36 0.29,-0.65 0.65,-0.65 0.36,0 0.65,0.29 0.65,0.65 v 4.81 c 0,1.12 -0.3,1.98 -0.89,2.56 -0.6,0.57 -1.48,0.86 -2.62,0.86 m 9.81,0 c -1.47,0 -2.59,-0.42 -3.33,-1.24 -0.21,-0.24 -0.2,-0.61 0.03,-0.84 v 0 0 c 0.12,-0.12 0.27,-0.18 0.44,-0.18 0.18,0 0.34,0.07 0.45,0.21 0.21,0.24 0.44,0.43 0.7,0.58 0.45,0.25 1.02,0.38 1.69,0.38 0.64,0 1.14,-0.11 1.51,-0.33 0.38,-0.23 0.57,-0.55 0.57,-0.97 0,-0.34 -0.17,-0.62 -0.51,-0.82 -0.33,-0.2 -0.89,-0.37 -1.71,-0.52 -0.8,-0.15 -1.44,-0.33 -1.91,-0.55 -0.46,-0.21 -0.8,-0.48 -1.01,-0.8 -0.21,-0.31 -0.31,-0.7 -0.31,-1.16 0,-0.48 0.13,-0.92 0.4,-1.32 0.27,-0.39 0.66,-0.71 1.16,-0.94 0.51,-0.23 1.11,-0.35 1.78,-0.35 0.79,0 1.47,0.14 2.03,0.43 0.37,0.19 0.71,0.46 1.01,0.78 0.23,0.25 0.2,0.64 -0.05,0.87 -0.11,0.1 -0.26,0.16 -0.41,0.16 -0.19,0 -0.37,-0.09 -0.49,-0.24 -0.17,-0.22 -0.36,-0.39 -0.56,-0.53 -0.38,-0.24 -0.89,-0.37 -1.52,-0.37 -0.62,0 -1.11,0.13 -1.45,0.38 -0.35,0.25 -0.53,0.58 -0.53,0.98 0,0.37 0.17,0.67 0.52,0.89 0.33,0.21 0.91,0.39 1.77,0.55 0.78,0.14 1.4,0.32 1.86,0.53 0.45,0.21 0.78,0.47 0.99,0.79 0.2,0.31 0.31,0.7 0.31,1.16 0,0.5 -0.14,0.94 -0.42,1.31 -0.28,0.38 -0.69,0.67 -1.2,0.87 -0.53,0.19 -1.13,0.29 -1.81,0.29 m -19.55,0.01 c -1.47,0 -2.59,-0.42 -3.33,-1.24 -0.21,-0.24 -0.2,-0.61 0.03,-0.84 v 0 c 0.12,-0.12 0.27,-0.18 0.44,-0.18 0.18,0 0.34,0.07 0.45,0.21 0.21,0.24 0.44,0.43 0.7,0.58 0.45,0.25 1.02,0.38 1.69,0.38 0.64,0 1.14,-0.11 1.51,-0.33 0.38,-0.23 0.57,-0.55 0.57,-0.97 0,-0.34 -0.17,-0.62 -0.51,-0.82 -0.33,-0.2 -0.89,-0.37 -1.71,-0.52 -0.79,-0.15 -1.44,-0.33 -1.91,-0.55 -0.46,-0.22 -0.81,-0.48 -1.01,-0.8 -0.21,-0.31 -0.31,-0.7 -0.31,-1.16 0,-0.48 0.13,-0.92 0.4,-1.32 0.27,-0.39 0.66,-0.71 1.16,-0.94 0.51,-0.23 1.1,-0.35 1.78,-0.35 0.79,0 1.47,0.14 2.03,0.43 0.38,0.19 0.71,0.46 1.01,0.78 0.23,0.25 0.2,0.64 -0.05,0.87 -0.11,0.1 -0.26,0.16 -0.41,0.16 -0.19,0 -0.37,-0.09 -0.49,-0.24 -0.17,-0.22 -0.36,-0.39 -0.56,-0.53 -0.38,-0.24 -0.89,-0.37 -1.52,-0.37 -0.62,0 -1.11,0.13 -1.45,0.38 -0.35,0.25 -0.53,0.59 -0.53,0.98 0,0.37 0.17,0.67 0.52,0.89 0.33,0.21 0.91,0.39 1.77,0.55 0.78,0.14 1.4,0.32 1.86,0.53 0.45,0.21 0.78,0.48 0.99,0.79 0.2,0.31 0.31,0.7 0.31,1.16 0,0.5 -0.14,0.94 -0.42,1.31 -0.28,0.38 -0.69,0.67 -1.2,0.87 -0.53,0.18 -1.13,0.29 -1.81,0.29"
90
+ id="path7" />
91
+ </g>
42
92
  </g>
43
- <g>
44
- <path class="st1" d="M625.2,16.6c0-3.9,2.9-5.6,5.6-5.6c2.7,0,5.6,1.7,5.6,5.6c0,3.8-2.9,5.5-5.6,5.5
45
- C628.2,22.2,625.2,20.5,625.2,16.6z M635.1,16.6c0-3.1-2-4.4-4.2-4.4c-2.2,0-4.3,1.3-4.3,4.4c0,3,2.1,4.4,4.3,4.4
46
- C633.1,21,635.1,19.7,635.1,16.6z M629,13.8h2c1,0,2,0.3,2,1.7c0,0.8-0.6,1.3-1.3,1.5l1.3,2.3h-1.2l-1.2-2.2h-0.5v2.2H629V13.8z
47
- M631.1,16.3c0.5,0,0.9-0.3,0.9-0.8c0-0.6-0.5-0.7-0.9-0.7h-1v1.5H631.1z"/>
93
+ <g
94
+ id="g9">
95
+ <path
96
+ class="st2"
97
+ d="m 175.81,67.69 h -3.31 v -8.88 h 3.18 c 1.87,0 2.81,1.02 2.81,2.25 0,1.12 -0.7,1.77 -1.55,2.05 0.97,0.17 1.76,1.1 1.76,2.19 0,1.35 -1.05,2.39 -2.89,2.39 z m -0.23,-7.92 h -1.92 v 2.88 h 1.95 c 1.08,0 1.71,-0.53 1.71,-1.44 0,-0.88 -0.6,-1.44 -1.74,-1.44 z m 0.09,3.83 h -2.01 v 3.13 h 2.05 c 1.15,0 1.83,-0.57 1.83,-1.54 0,-0.97 -0.73,-1.59 -1.87,-1.59 z"
98
+ id="path8" />
99
+ <path
100
+ class="st2"
101
+ d="m 180.21,58.81 h 1.29 l 2.19,4.5 2.19,-4.5 h 1.29 l -2.89,5.53 v 3.35 h -1.16 v -3.35 z"
102
+ id="path9" />
48
103
  </g>
49
104
  </g>
105
+ <path
106
+ class="st2"
107
+ d="m 94.4,26.84 h 9.41 c 4.47,0 7.48,2.17 7.48,6.36 0,3.42 -2.33,5.48 -4.6,6.19 0.68,0.58 1.18,1.35 1.59,2.17 0.95,1.93 1.59,4.06 3.59,4.06 0.51,0 0.91,-0.17 0.91,-0.17 l -0.44,4.03 c 0,0 -1.22,0.3 -2.27,0.3 -2.71,0 -4.26,-1.05 -5.85,-4.67 -0.68,-1.62 -1.62,-4.47 -2.88,-4.47 h -1.29 v 9.03 H 94.4 V 26.84 m 5.65,4.09 v 5.62 h 2.03 c 1.62,0 3.52,-0.51 3.52,-2.94 0,-2 -1.29,-2.67 -2.84,-2.67 h -2.71 z"
108
+ id="path10" />
109
+ <path
110
+ class="st2"
111
+ d="m 118.92,26.84 h 5.72 l 7.71,22.84 h -5.72 l -1.42,-4.33 h -7.65 l -1.39,4.33 h -4.94 l 7.69,-22.84 m 0,14.31 h 4.91 l -1.56,-4.8 c -0.54,-1.62 -0.78,-3.92 -0.78,-3.92 h -0.14 c 0,0 -0.34,2.33 -0.85,3.89 z"
112
+ id="path11" />
113
+ <path
114
+ class="st2"
115
+ d="m 132.59,26.84 h 6.06 l 5.99,11.33 c 0.51,0.98 1.18,2.71 1.73,4.06 h 0.14 c -0.07,-1.29 -0.24,-3.11 -0.24,-4.43 V 26.84 h 4.63 v 22.84 h -5.92 l -6.22,-11.3 c -0.58,-1.02 -1.18,-2.5 -1.66,-3.72 h -0.14 c 0.1,1.29 0.27,2.81 0.27,4.06 v 10.96 h -4.64 V 26.84"
116
+ id="path12" />
117
+ <path
118
+ class="st2"
119
+ d="m 152.1,38.1 c 0,-8.25 4.09,-11.67 10.42,-11.67 6.66,0 9.34,3.65 8.59,8.59 l -5.28,0.47 c 0.58,-3.62 -0.85,-5.07 -3.42,-5.07 -2.47,0 -4.47,1.83 -4.47,7.71 0,6.23 2.17,7.82 4.63,7.82 2.33,0 4.23,-1.46 3.82,-4.43 l 4.94,0.51 c 0.37,4.63 -2.98,8.05 -9.07,8.05 -6.16,0 -10.16,-3.65 -10.16,-11.98"
120
+ id="path13" />
121
+ <polyline
122
+ class="st2"
123
+ points="172.5,26.84 178.15,26.84 178.15,35.47 185.09,35.47 185.09,26.84 190.74,26.84 190.74,49.68 185.09,49.68 185.09,40 178.15,40 178.15,49.68 172.5,49.68 172.5,26.84 "
124
+ id="polyline13" />
125
+ <polyline
126
+ class="st2"
127
+ points="193,26.84 208.12,26.84 208.12,31.03 198.65,31.03 198.65,35.94 206.6,35.94 206.6,40.13 198.65,40.13 198.65,45.48 208.46,45.48 208.46,49.68 193,49.68 193,26.84 "
128
+ id="polyline14" />
129
+ <path
130
+ class="st2"
131
+ d="m 209.54,26.84 h 9.41 c 4.47,0 7.48,2.17 7.48,6.36 0,3.42 -2.33,5.48 -4.6,6.19 0.68,0.58 1.18,1.35 1.59,2.17 0.95,1.93 1.59,4.06 3.59,4.06 0.51,0 0.91,-0.17 0.91,-0.17 l -0.44,4.03 c 0,0 -1.22,0.3 -2.27,0.3 -2.71,0 -4.26,-1.05 -5.85,-4.67 -0.68,-1.62 -1.62,-4.47 -2.88,-4.47 h -1.29 v 9.03 h -5.65 V 26.84 m 5.65,4.09 v 5.62 h 2.03 c 1.62,0 3.52,-0.51 3.52,-2.94 0,-2 -1.29,-2.67 -2.84,-2.67 h -2.71 z"
132
+ id="path14" />
133
+ <path
134
+ class="st2"
135
+ d="m 228.5,28.28 c 0,-1.29 0.96,-1.85 1.84,-1.85 0.89,0 1.84,0.55 1.84,1.85 0,1.26 -0.96,1.82 -1.84,1.82 -0.89,0 -1.84,-0.55 -1.84,-1.82 m 3.24,-0.01 c 0,-1.01 -0.66,-1.45 -1.4,-1.45 -0.74,0 -1.42,0.44 -1.42,1.45 0,1 0.68,1.44 1.42,1.44 0.74,0 1.4,-0.43 1.4,-1.44 z m -2.01,-0.91 h 0.65 c 0.33,0 0.66,0.09 0.66,0.56 0,0.28 -0.18,0.43 -0.43,0.48 l 0.43,0.74 h -0.4 l -0.4,-0.72 h -0.16 v 0.72 h -0.36 v -1.78 z m 0.68,0.81 c 0.15,0 0.28,-0.09 0.28,-0.26 0,-0.19 -0.15,-0.24 -0.28,-0.24 h -0.32 v 0.5 z"
136
+ id="path15" />
50
137
  </g>
51
138
  </svg>
@@ -1,51 +1,127 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
- viewBox="0 0 637.2 93.8" style="enable-background:new 0 0 637.2 93.8;" xml:space="preserve">
5
- <style type="text/css">
6
- .st0{fill:#0075A8;}
7
- .st1{fill:#59595B;}
8
- .st2{fill:#CCCCCC;}
9
- .st3{fill:#B3B3B3;}
10
- .st4{fill:#FFFFFF;}
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+
4
+ <svg
5
+ version="1.1"
6
+ x="0px"
7
+ y="0px"
8
+ viewBox="0 0 209.24076 44.900003"
9
+ xml:space="preserve"
10
+ id="svg15"
11
+ sodipodi:docname="rancher-logo.svg"
12
+ width="209.24075"
13
+ height="44.900002"
14
+ inkscape:version="1.4.2 (ebf0e94, 2025-05-08)"
15
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
16
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
17
+ xmlns="http://www.w3.org/2000/svg"
18
+ xmlns:svg="http://www.w3.org/2000/svg"><defs
19
+ id="defs15" /><sodipodi:namedview
20
+ id="namedview15"
21
+ pagecolor="#ffffff"
22
+ bordercolor="#000000"
23
+ borderopacity="0.25"
24
+ inkscape:showpageshadow="2"
25
+ inkscape:pageopacity="0.0"
26
+ inkscape:pagecheckerboard="0"
27
+ inkscape:deskcolor="#d1d1d1"
28
+ inkscape:zoom="9.2858265"
29
+ inkscape:cx="104.67566"
30
+ inkscape:cy="22.561266"
31
+ inkscape:window-width="2516"
32
+ inkscape:window-height="1412"
33
+ inkscape:window-x="0"
34
+ inkscape:window-y="0"
35
+ inkscape:window-maximized="1"
36
+ inkscape:current-layer="svg15" />
37
+ <style
38
+ type="text/css"
39
+ id="style1">
40
+ .st0{display:none;}
41
+ .st1{display:inline;}
42
+ .st2{fill:#2453FF;}
11
43
  </style>
12
- <g>
13
- <g>
14
- <path class="st0" d="M200.7,20.6l-2.2-13c-0.7-4.2-2.3-7.6-3.6-7.6c-1.3,0-2.4,3.5-2.4,7.7v3.4c0,4.2-3.5,7.7-7.7,7.7h-3.4
15
- c-0.2,0-0.5,0-0.7,0v9.4c0.2,0,0.5,0,0.7,0h12.8C198.5,28.2,201.4,24.8,200.7,20.6"/>
16
- <path class="st0" d="M170,9.6h-20.8c-0.2,0-0.3,0-0.5,0h-21.3c-0.3,0-0.5,0-0.7,0.1v-2c0-4.2-1.1-7.7-2.4-7.7
17
- c-1.3,0-2.9,3.4-3.6,7.6l-2.2,13c-0.7,4.2,2.2,7.6,6.4,7.6h12.8c1.3,0,2.6-0.2,3.6-0.6c-0.4,2.2-2.3,3.8-4.6,3.8h-18
18
- c-2.9,0-5.1-2.6-4.6-5.5l1.8-10.9c0.5-2.9-1.7-5.5-4.6-5.5H22.1c-1.9,0-3.5,1.1-4.3,2.8L1,38c-0.3,0.4-0.3,1,0.1,1.4l3.3,3.9
19
- c0.4,0.5,1.1,0.6,1.6,0.2l11.4-9v54.8c0,2.6,2.1,4.7,4.7,4.7h25.4c2.6,0,4.7-2.1,4.7-4.7v-19c0-2.6,2.1-4.7,4.7-4.7h63.3
20
- c2.6,0,4.7,2.1,4.7,4.7v19c0,2.6,2.1,4.7,4.7,4.7h25.4c2.6,0,4.7-2.1,4.7-4.7V68.6h-13.5c-4.2,0-7.7-3.5-7.7-7.7V47.8
21
- c0-2.5,1.2-4.7,3.1-6.1v15.7c0,4.2,3.5,7.7,7.7,7.7H170c4.2,0,7.7-3.5,7.7-7.7v-40C177.7,13.1,174.2,9.6,170,9.6"/>
44
+ <g
45
+ id="padding"
46
+ class="st0"
47
+ transform="translate(-22.93925,-22.8)">
48
+ <path
49
+ class="st1"
50
+ d="m 118.37,-0.13 h 9.41 c 4.47,0 7.48,2.17 7.48,6.36 0,3.42 -2.33,5.48 -4.6,6.19 0.68,0.58 1.18,1.35 1.59,2.17 0.95,1.93 1.59,4.06 3.59,4.06 0.51,0 0.91,-0.17 0.91,-0.17 l -0.44,4.03 c 0,0 -1.22,0.3 -2.27,0.3 -2.71,0 -4.26,-1.05 -5.85,-4.67 -0.68,-1.62 -1.62,-4.47 -2.88,-4.47 h -1.29 v 9.03 h -5.65 V -0.13 m 5.65,4.09 v 5.62 h 2.03 c 1.62,0 3.52,-0.51 3.52,-2.94 0,-2 -1.29,-2.67 -2.84,-2.67 h -2.71 z"
51
+ id="path1" />
52
+ <g
53
+ class="st1"
54
+ id="g3">
55
+ <path
56
+ d="m 0,54.39 v -9.41 c 0,-4.47 2.17,-7.48 6.36,-7.48 3.42,0 5.48,2.33 6.19,4.6 0.58,-0.68 1.35,-1.18 2.17,-1.59 1.93,-0.95 4.06,-1.59 4.06,-3.59 0,-0.51 -0.17,-0.91 -0.17,-0.91 l 4.03,0.44 c 0,0 0.3,1.22 0.3,2.27 0,2.71 -1.05,4.26 -4.67,5.85 -1.62,0.68 -4.47,1.62 -4.47,2.88 v 1.29 h 9.03 v 5.65 H 0 m 4.09,-5.65 h 5.62 v -2.03 c 0,-1.62 -0.51,-3.52 -2.94,-3.52 -2,0 -2.67,1.29 -2.67,2.84 v 2.71 z"
57
+ id="path2" />
58
+ <path
59
+ d="m 232.18,54.39 v -9.41 c 0,-4.47 2.17,-7.48 6.36,-7.48 3.42,0 5.48,2.33 6.19,4.6 0.58,-0.68 1.35,-1.18 2.17,-1.59 1.93,-0.95 4.06,-1.59 4.06,-3.59 0,-0.51 -0.17,-0.91 -0.17,-0.91 l 4.03,0.44 c 0,0 0.3,1.22 0.3,2.27 0,2.71 -1.05,4.26 -4.67,5.85 -1.62,0.68 -4.47,1.62 -4.47,2.88 v 1.29 h 9.03 v 5.65 h -22.83 m 4.09,-5.65 h 5.62 v -2.03 c 0,-1.62 -0.51,-3.52 -2.94,-3.52 -2,0 -2.67,1.29 -2.67,2.84 v 2.71 z"
60
+ id="path3" />
22
61
  </g>
23
- <g>
24
- <g>
25
- <path class="st1" d="M217.7,12.2h28.6c13.6,0,22.7,6.6,22.7,19.3c0,10.4-7.1,16.6-14,18.8c2.1,1.7,3.6,4.1,4.8,6.6
26
- c2.9,5.9,4.8,12.3,10.9,12.3c1.5,0,2.8-0.5,2.8-0.5L272.1,81c0,0-3.7,0.9-6.9,0.9c-8.2,0-12.9-3.2-17.8-14.2
27
- c-2.1-4.9-4.9-13.6-8.7-13.6h-3.9v27.4h-17.2V12.2z M234.9,24.7v17h6.2c4.9,0,10.7-1.5,10.7-8.9c0-6.1-3.9-8.1-8.6-8.1H234.9z"/>
28
- <path class="st1" d="M292.2,12.2h17.4l23.4,69.3h-17.4l-4.3-13.1h-23.2l-4.2,13.1h-15L292.2,12.2z M292.2,55.7h14.9l-4.7-14.6
29
- c-1.6-4.9-2.4-11.9-2.4-11.9h-0.4c0,0-1,7.1-2.6,11.8L292.2,55.7z"/>
30
- <path class="st1" d="M333.6,12.2H352l18.2,34.4c1.5,3,3.6,8.2,5.2,12.3h0.4c-0.2-3.9-0.7-9.4-0.7-13.5V12.2h14.1v69.3h-18
31
- l-18.9-34.3c-1.7-3.1-3.6-7.6-5-11.3h-0.4c0.3,3.9,0.8,8.5,0.8,12.3v33.3h-14.1V12.2z"/>
32
- <path class="st1" d="M392.9,46.5c0-25.1,12.4-35.4,31.6-35.4c20.2,0,28.3,11.1,26.1,26.1l-16,1.4c1.7-11-2.6-15.4-10.4-15.4
33
- c-7.5,0-13.6,5.5-13.6,23.4c0,18.9,6.6,23.7,14.1,23.7c7.1,0,12.8-4.4,11.6-13.5l15,1.5c1.1,14.1-9,24.4-27.5,24.4
34
- C405,82.8,392.9,71.7,392.9,46.5"/>
35
- <polygon class="st1" points="454.8,12.2 472,12.2 472,38.4 493,38.4 493,12.2 510.2,12.2 510.2,81.6 493,81.6 493,52.2 472,52.2
36
- 472,81.6 454.8,81.6 "/>
37
- <polygon class="st1" points="517.1,12.2 563,12.2 563,25 534.2,25 534.2,39.9 558.3,39.9 558.3,52.6 534.2,52.6 534.2,68.8
38
- 564,68.8 564,81.6 517.1,81.6 "/>
39
- <path class="st1" d="M567.3,12.2h28.6c13.6,0,22.7,6.6,22.7,19.3c0,10.4-7.1,16.6-14,18.8c2.1,1.7,3.6,4.1,4.8,6.6
40
- c2.9,5.9,4.8,12.3,10.9,12.3c1.5,0,2.8-0.5,2.8-0.5L621.7,81c0,0-3.7,0.9-6.9,0.9c-8.2,0-12.9-3.2-17.8-14.2
41
- c-2.1-4.9-4.9-13.6-8.7-13.6h-3.9v27.4h-17.2V12.2z M584.4,24.7v17h6.2c4.9,0,10.7-1.5,10.7-8.9c0-6.1-3.9-8.1-8.6-8.1H584.4z"/>
62
+ <path
63
+ class="st1"
64
+ d="m 118.37,67.7 h 9.41 c 4.47,0 7.48,2.17 7.48,6.36 0,3.42 -2.33,5.48 -4.6,6.19 0.68,0.58 1.18,1.35 1.59,2.17 0.95,1.93 1.59,4.06 3.59,4.06 0.51,0 0.91,-0.17 0.91,-0.17 l -0.44,4.03 c 0,0 -1.22,0.3 -2.27,0.3 -2.71,0 -4.26,-1.05 -5.85,-4.67 -0.68,-1.62 -1.62,-4.47 -2.88,-4.47 h -1.29 v 9.03 h -5.65 V 67.7 m 5.65,4.09 v 5.62 h 2.03 c 1.62,0 3.52,-0.51 3.52,-2.94 0,-2 -1.29,-2.67 -2.84,-2.67 h -2.71 z"
65
+ id="path4" />
66
+ </g>
67
+ <g
68
+ id="logo"
69
+ transform="translate(-22.93925,-22.8)">
70
+ <g
71
+ id="g6">
72
+ <path
73
+ class="st2"
74
+ d="M 88.78,29.59 88.07,25.3 c -0.23,-1.38 -0.77,-2.5 -1.19,-2.5 -0.43,0 -0.77,1.14 -0.77,2.54 v 1.12 c 0,1.39 -1.14,2.54 -2.54,2.54 h -1.12 c -0.08,0 -0.16,0 -0.24,0.01 v 3.08 c 0.08,0 0.16,0.01 0.24,0.01 h 4.22 c 1.39,-0.01 2.34,-1.13 2.11,-2.51"
75
+ id="path5" />
76
+ <path
77
+ class="st2"
78
+ d="m 78.67,25.96 h -6.84 c -0.06,0 -0.11,0 -0.17,0.01 h -7.02 c -0.08,0 -0.16,0.01 -0.24,0.02 v -0.65 c 0,-1.39 -0.35,-2.54 -0.77,-2.54 -0.43,0 -0.96,1.13 -1.19,2.5 l -0.71,4.29 c -0.23,1.38 0.72,2.5 2.12,2.5 h 4.22 c 0.43,0 0.84,-0.07 1.2,-0.19 -0.13,0.72 -0.76,1.26 -1.52,1.26 h -5.91 c -0.96,0 -1.68,-0.86 -1.53,-1.8 l 0.6,-3.59 c 0.16,-0.94 -0.57,-1.8 -1.53,-1.8 H 29.95 c -0.63,0 -1.17,0.37 -1.41,0.91 L 23,35.31 c -0.09,0.14 -0.08,0.33 0.03,0.46 l 1.08,1.27 c 0.13,0.16 0.37,0.18 0.53,0.05 l 3.77,-2.97 v 18.04 c 0,0.86 0.69,1.55 1.55,1.55 h 8.35 c 0.86,0 1.55,-0.69 1.55,-1.55 v -6.27 c 0,-0.85 0.69,-1.55 1.55,-1.55 h 20.85 c 0.86,0 1.55,0.69 1.55,1.55 v 6.27 c 0,0.86 0.69,1.55 1.55,1.55 h 8.35 c 0.85,0 1.55,-0.69 1.55,-1.55 v -6.75 h -4.44 c -1.39,0 -2.54,-1.14 -2.54,-2.54 v -4.34 c 0,-0.83 0.4,-1.56 1.02,-2.02 v 5.18 c 0,1.39 1.14,2.54 2.54,2.54 h 6.84 c 1.39,0 2.54,-1.14 2.54,-2.54 V 28.5 c -0.01,-1.39 -1.15,-2.54 -2.55,-2.54"
79
+ id="path6" />
80
+ </g>
81
+ <g
82
+ id="g10">
83
+ <g
84
+ id="Layer_1_00000116952799159011174390000017168342625225811855_">
85
+ <g
86
+ id="g7">
87
+ <path
88
+ d="m 223.38,67.58 c -0.96,0 -1.74,-0.78 -1.74,-1.74 v -5.17 c 0,-0.96 0.78,-1.74 1.74,-1.74 h 3.97 c 0.31,0 0.56,0.25 0.56,0.56 0,0.31 -0.25,0.56 -0.56,0.56 h -3.97 c -0.34,0 -0.62,0.28 -0.62,0.62 v 2.03 h 3.89 c 0.29,0 0.53,0.24 0.53,0.53 0,0.29 -0.24,0.53 -0.53,0.53 h -3.89 v 2.07 c 0,0.34 0.28,0.62 0.62,0.62 h 3.97 c 0.31,0 0.56,0.25 0.56,0.56 0,0.31 -0.25,0.56 -0.56,0.56 h -3.97 z m -17.78,0.11 c -1.14,0 -2.02,-0.29 -2.62,-0.86 -0.59,-0.57 -0.89,-1.43 -0.89,-2.56 v -4.81 c 0,-0.36 0.29,-0.65 0.65,-0.65 0.36,0 0.65,0.29 0.65,0.65 v 4.63 c 0,0.84 0.18,1.47 0.54,1.87 0.36,0.4 0.92,0.61 1.67,0.61 0.75,0 1.31,-0.21 1.67,-0.61 0.36,-0.4 0.54,-1.03 0.54,-1.87 v -4.63 c 0,-0.36 0.29,-0.65 0.65,-0.65 0.36,0 0.65,0.29 0.65,0.65 v 4.81 c 0,1.12 -0.3,1.98 -0.89,2.56 -0.6,0.57 -1.48,0.86 -2.62,0.86 m 9.81,0 c -1.47,0 -2.59,-0.42 -3.33,-1.24 -0.21,-0.24 -0.2,-0.61 0.03,-0.84 v 0 0 c 0.12,-0.12 0.27,-0.18 0.44,-0.18 0.18,0 0.34,0.07 0.45,0.21 0.21,0.24 0.44,0.43 0.7,0.58 0.45,0.25 1.02,0.38 1.69,0.38 0.64,0 1.14,-0.11 1.51,-0.33 0.38,-0.23 0.57,-0.55 0.57,-0.97 0,-0.34 -0.17,-0.62 -0.51,-0.82 -0.33,-0.2 -0.89,-0.37 -1.71,-0.52 -0.8,-0.15 -1.44,-0.33 -1.91,-0.55 -0.46,-0.21 -0.8,-0.48 -1.01,-0.8 -0.21,-0.31 -0.31,-0.7 -0.31,-1.16 0,-0.48 0.13,-0.92 0.4,-1.32 0.27,-0.39 0.66,-0.71 1.16,-0.94 0.51,-0.23 1.11,-0.35 1.78,-0.35 0.79,0 1.47,0.14 2.03,0.43 0.37,0.19 0.71,0.46 1.01,0.78 0.23,0.25 0.2,0.64 -0.05,0.87 -0.11,0.1 -0.26,0.16 -0.41,0.16 -0.19,0 -0.37,-0.09 -0.49,-0.24 -0.17,-0.22 -0.36,-0.39 -0.56,-0.53 -0.38,-0.24 -0.89,-0.37 -1.52,-0.37 -0.62,0 -1.11,0.13 -1.45,0.38 -0.35,0.25 -0.53,0.58 -0.53,0.98 0,0.37 0.17,0.67 0.52,0.89 0.33,0.21 0.91,0.39 1.77,0.55 0.78,0.14 1.4,0.32 1.86,0.53 0.45,0.21 0.78,0.47 0.99,0.79 0.2,0.31 0.31,0.7 0.31,1.16 0,0.5 -0.14,0.94 -0.42,1.31 -0.28,0.38 -0.69,0.67 -1.2,0.87 -0.53,0.19 -1.13,0.29 -1.81,0.29 m -19.55,0.01 c -1.47,0 -2.59,-0.42 -3.33,-1.24 -0.21,-0.24 -0.2,-0.61 0.03,-0.84 v 0 c 0.12,-0.12 0.27,-0.18 0.44,-0.18 0.18,0 0.34,0.07 0.45,0.21 0.21,0.24 0.44,0.43 0.7,0.58 0.45,0.25 1.02,0.38 1.69,0.38 0.64,0 1.14,-0.11 1.51,-0.33 0.38,-0.23 0.57,-0.55 0.57,-0.97 0,-0.34 -0.17,-0.62 -0.51,-0.82 -0.33,-0.2 -0.89,-0.37 -1.71,-0.52 -0.79,-0.15 -1.44,-0.33 -1.91,-0.55 -0.46,-0.22 -0.81,-0.48 -1.01,-0.8 -0.21,-0.31 -0.31,-0.7 -0.31,-1.16 0,-0.48 0.13,-0.92 0.4,-1.32 0.27,-0.39 0.66,-0.71 1.16,-0.94 0.51,-0.23 1.1,-0.35 1.78,-0.35 0.79,0 1.47,0.14 2.03,0.43 0.38,0.19 0.71,0.46 1.01,0.78 0.23,0.25 0.2,0.64 -0.05,0.87 -0.11,0.1 -0.26,0.16 -0.41,0.16 -0.19,0 -0.37,-0.09 -0.49,-0.24 -0.17,-0.22 -0.36,-0.39 -0.56,-0.53 -0.38,-0.24 -0.89,-0.37 -1.52,-0.37 -0.62,0 -1.11,0.13 -1.45,0.38 -0.35,0.25 -0.53,0.59 -0.53,0.98 0,0.37 0.17,0.67 0.52,0.89 0.33,0.21 0.91,0.39 1.77,0.55 0.78,0.14 1.4,0.32 1.86,0.53 0.45,0.21 0.78,0.48 0.99,0.79 0.2,0.31 0.31,0.7 0.31,1.16 0,0.5 -0.14,0.94 -0.42,1.31 -0.28,0.38 -0.69,0.67 -1.2,0.87 -0.53,0.18 -1.13,0.29 -1.81,0.29"
89
+ id="path7" />
90
+ </g>
42
91
  </g>
43
- <g>
44
- <path class="st1" d="M625.2,16.6c0-3.9,2.9-5.6,5.6-5.6c2.7,0,5.6,1.7,5.6,5.6c0,3.8-2.9,5.5-5.6,5.5
45
- C628.2,22.2,625.2,20.5,625.2,16.6z M635.1,16.6c0-3.1-2-4.4-4.2-4.4c-2.2,0-4.3,1.3-4.3,4.4c0,3,2.1,4.4,4.3,4.4
46
- C633.1,21,635.1,19.7,635.1,16.6z M629,13.8h2c1,0,2,0.3,2,1.7c0,0.8-0.6,1.3-1.3,1.5l1.3,2.3h-1.2l-1.2-2.2h-0.5v2.2H629V13.8z
47
- M631.1,16.3c0.5,0,0.9-0.3,0.9-0.8c0-0.6-0.5-0.7-0.9-0.7h-1v1.5H631.1z"/>
92
+ <g
93
+ id="g9">
94
+ <path
95
+ d="m 175.81,67.69 h -3.31 v -8.88 h 3.18 c 1.87,0 2.81,1.02 2.81,2.25 0,1.12 -0.7,1.77 -1.55,2.05 0.97,0.17 1.76,1.1 1.76,2.19 0,1.35 -1.05,2.39 -2.89,2.39 z m -0.23,-7.92 h -1.92 v 2.88 h 1.95 c 1.08,0 1.71,-0.53 1.71,-1.44 0,-0.88 -0.6,-1.44 -1.74,-1.44 z m 0.09,3.83 h -2.01 v 3.13 h 2.05 c 1.15,0 1.83,-0.57 1.83,-1.54 0,-0.97 -0.73,-1.59 -1.87,-1.59 z"
96
+ id="path8" />
97
+ <path
98
+ d="m 180.21,58.81 h 1.29 l 2.19,4.5 2.19,-4.5 h 1.29 l -2.89,5.53 v 3.35 h -1.16 v -3.35 z"
99
+ id="path9" />
48
100
  </g>
49
101
  </g>
102
+ <path
103
+ d="m 94.4,26.84 h 9.41 c 4.47,0 7.48,2.17 7.48,6.36 0,3.42 -2.33,5.48 -4.6,6.19 0.68,0.58 1.18,1.35 1.59,2.17 0.95,1.93 1.59,4.06 3.59,4.06 0.51,0 0.91,-0.17 0.91,-0.17 l -0.44,4.03 c 0,0 -1.22,0.3 -2.27,0.3 -2.71,0 -4.26,-1.05 -5.85,-4.67 -0.68,-1.62 -1.62,-4.47 -2.88,-4.47 h -1.29 v 9.03 H 94.4 V 26.84 m 5.65,4.09 v 5.62 h 2.03 c 1.62,0 3.52,-0.51 3.52,-2.94 0,-2 -1.29,-2.67 -2.84,-2.67 h -2.71 z"
104
+ id="path10" />
105
+ <path
106
+ d="m 118.92,26.84 h 5.72 l 7.71,22.84 h -5.72 l -1.42,-4.33 h -7.65 l -1.39,4.33 h -4.94 l 7.69,-22.84 m 0,14.31 h 4.91 l -1.56,-4.8 c -0.54,-1.62 -0.78,-3.92 -0.78,-3.92 h -0.14 c 0,0 -0.34,2.33 -0.85,3.89 z"
107
+ id="path11" />
108
+ <path
109
+ d="m 132.59,26.84 h 6.06 l 5.99,11.33 c 0.51,0.98 1.18,2.71 1.73,4.06 h 0.14 c -0.07,-1.29 -0.24,-3.11 -0.24,-4.43 V 26.84 h 4.63 v 22.84 h -5.92 l -6.22,-11.3 c -0.58,-1.02 -1.18,-2.5 -1.66,-3.72 h -0.14 c 0.1,1.29 0.27,2.81 0.27,4.06 v 10.96 h -4.64 V 26.84"
110
+ id="path12" />
111
+ <path
112
+ d="m 152.1,38.1 c 0,-8.25 4.09,-11.67 10.42,-11.67 6.66,0 9.34,3.65 8.59,8.59 l -5.28,0.47 c 0.58,-3.62 -0.85,-5.07 -3.42,-5.07 -2.47,0 -4.47,1.83 -4.47,7.71 0,6.23 2.17,7.82 4.63,7.82 2.33,0 4.23,-1.46 3.82,-4.43 l 4.94,0.51 c 0.37,4.63 -2.98,8.05 -9.07,8.05 -6.16,0 -10.16,-3.65 -10.16,-11.98"
113
+ id="path13" />
114
+ <polyline
115
+ points="172.5,26.84 178.15,26.84 178.15,35.47 185.09,35.47 185.09,26.84 190.74,26.84 190.74,49.68 185.09,49.68 185.09,40 178.15,40 178.15,49.68 172.5,49.68 172.5,26.84 "
116
+ id="polyline13" />
117
+ <polyline
118
+ points="193,26.84 208.12,26.84 208.12,31.03 198.65,31.03 198.65,35.94 206.6,35.94 206.6,40.13 198.65,40.13 198.65,45.48 208.46,45.48 208.46,49.68 193,49.68 193,26.84 "
119
+ id="polyline14" />
120
+ <path
121
+ d="m 209.54,26.84 h 9.41 c 4.47,0 7.48,2.17 7.48,6.36 0,3.42 -2.33,5.48 -4.6,6.19 0.68,0.58 1.18,1.35 1.59,2.17 0.95,1.93 1.59,4.06 3.59,4.06 0.51,0 0.91,-0.17 0.91,-0.17 l -0.44,4.03 c 0,0 -1.22,0.3 -2.27,0.3 -2.71,0 -4.26,-1.05 -5.85,-4.67 -0.68,-1.62 -1.62,-4.47 -2.88,-4.47 h -1.29 v 9.03 h -5.65 V 26.84 m 5.65,4.09 v 5.62 h 2.03 c 1.62,0 3.52,-0.51 3.52,-2.94 0,-2 -1.29,-2.67 -2.84,-2.67 h -2.71 z"
122
+ id="path14" />
123
+ <path
124
+ d="m 228.5,28.28 c 0,-1.29 0.96,-1.85 1.84,-1.85 0.89,0 1.84,0.55 1.84,1.85 0,1.26 -0.96,1.82 -1.84,1.82 -0.89,0 -1.84,-0.55 -1.84,-1.82 m 3.24,-0.01 c 0,-1.01 -0.66,-1.45 -1.4,-1.45 -0.74,0 -1.42,0.44 -1.42,1.45 0,1 0.68,1.44 1.42,1.44 0.74,0 1.4,-0.43 1.4,-1.44 z m -2.01,-0.91 h 0.65 c 0.33,0 0.66,0.09 0.66,0.56 0,0.28 -0.18,0.43 -0.43,0.48 l 0.43,0.74 h -0.4 l -0.4,-0.72 h -0.16 v 0.72 h -0.36 v -1.78 z m 0.68,0.81 c 0.15,0 0.28,-0.09 0.28,-0.26 0,-0.19 -0.15,-0.24 -0.28,-0.24 h -0.32 v 0.5 z"
125
+ id="path15" />
50
126
  </g>
51
127
  </svg>
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 60 60" style="enable-background:new 0 0 60 60;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#181616;}
7
+ </style>
8
+ <path class="st0" d="M30,5C15.9,4.9,4.4,16.4,4.3,30.5c0,11.1,7.1,21,17.6,24.4c0.7,0.3,1.4-0.1,1.7-0.7c0.1-0.2,0.1-0.3,0.1-0.5
9
+ v-4.4c-7.1,1.6-8.6-3.4-8.6-3.4c-1.2-3-2.8-3.7-2.8-3.7c-2.4-1.6,0.2-1.6,0.2-1.6c1.6,0.2,3.1,1.2,3.9,2.6c2.3,3.9,6,2.8,7.4,2.1
10
+ c0.1-1.3,0.7-2.5,1.6-3.4c-5.7-0.6-11.7-2.8-11.7-12.6c0-2.5,0.9-5,2.6-6.9c-0.8-2.2-0.7-4.6,0.2-6.8c0,0,2.1-0.7,7.1,2.6
11
+ c4.2-1.1,8.6-1.1,12.8,0c4.9-3.3,7-2.6,7-2.6c0.9,2.1,1,4.6,0.2,6.8c1.7,1.9,2.7,4.3,2.6,6.9c0,9.8-6,12-11.7,12.6
12
+ c1.2,1.2,1.9,3,1.7,4.7v7c0,0.7,0.5,1.3,1.2,1.3c0.2,0,0.3,0,0.5-0.1c13.4-4.5,20.6-19,16.1-32.4C50.8,12,41,5,30,5z"/>
13
+ </svg>
@@ -81,7 +81,7 @@ INPUT,
81
81
  .labeled-select,
82
82
  .unlabeled-select {
83
83
  &.focused {
84
- border-color: var(--outline);
84
+ border-color: var(--primary-border);
85
85
  }
86
86
  }
87
87
 
@@ -159,4 +159,4 @@ fieldset {
159
159
  border: 0;
160
160
  padding: 0;
161
161
  margin-inline: 0;
162
- }
162
+ }
@@ -0,0 +1,51 @@
1
+ // Local variables for reused colors
2
+ //light main text
3
+ $darkest : #141419;
4
+
5
+ //light secondary
6
+ $darker : #6C6C76;
7
+
8
+ //light disabled
9
+ $dark : #B6B6C2;
10
+
11
+ //light border and buttons
12
+ $medium : #DCDEE7;
13
+
14
+ //light inputs
15
+ $light : #EEEFF4;
16
+
17
+ //light sidebar and box
18
+ $lighter : #F4F5FA;
19
+
20
+ //light body bg
21
+ $lightest : #FFFFFF;
22
+
23
+ //color for items that are not enabled
24
+ $disabled : $medium;
25
+
26
+ $primary : #3D98D3;
27
+ $secondary : $darker;
28
+ $link : #3D98D3;
29
+
30
+ // Status colors
31
+ $success : #5D995D;
32
+ $warning : #DAC342;
33
+ $error : #F64747;
34
+ $info : #3D98D3;
35
+
36
+ $contrasted-dark: $darkest !default;
37
+ $contrasted-light: $lightest !default;
38
+
39
+ // Text selection color for terminal window (we don't want this to change with the primary color)
40
+ // The terminal alway uses a light background, so okay to use a fixed color
41
+ $selected: rgba(#3D98D3, .5);
42
+
43
+ $drag-over: #DCDEE7;
44
+
45
+ $green-140 : #025937;
46
+ $green-120 : #008657;
47
+ $green-jungle : #30BA78;
48
+ $green-80 : #42D29F;
49
+ $green-60 : #83E1BE;
50
+ $green-40 : #C0EFDE;
51
+ $green-20 : #EAFAF4;
@@ -3,11 +3,11 @@
3
3
  }
4
4
 
5
5
  .bg-disabled {
6
- background-color: var(--disabled-bg) !important;
6
+ background-color: var(--disabled-bg);
7
7
  }
8
8
 
9
9
  .text-disabled {
10
- color: var(--disabled-text) !important;
10
+ color: var(--disabled-text);
11
11
  }
12
12
 
13
13
  $blue001: #1F67DB;
@@ -27,4 +27,4 @@ $gray002: #DCDEE4;
27
27
  $gray003: #FFF;
28
28
  $gray004: #6C6C76;
29
29
  $gray005: #4A4B52;
30
- $gray006: #1b1c21;
30
+ $gray006: #1b1c21;
@@ -153,7 +153,7 @@
153
153
  @mixin form-focus {
154
154
  // Focus for form like elements (not to be confused with basic :focus style)
155
155
  outline: none;
156
- border-color: var(--outline);
156
+ border-color: var(--primary-border);
157
157
  }
158
158
 
159
159
  @mixin focus-outline {
@@ -15,7 +15,7 @@ H1 {
15
15
  }
16
16
 
17
17
  H2 {
18
- font-size: 21px;
18
+ font-size: $font-size-h2;
19
19
  }
20
20
 
21
21
  H3 {
@@ -0,0 +1,47 @@
1
+ .classic {
2
+ --primary : #{$primary};
3
+ --primary-text : #{contrast-color($primary)};
4
+ --primary-hover-bg : #{darken($primary, 10%)};
5
+ --primary-hover-text : #{saturate($lightest, 20%)};
6
+ --primary-active-bg : #{darken($primary, 25%)};
7
+ --primary-active-text : #{contrast-color(darken($primary, 25%))};
8
+ --primary-border : #{$primary};
9
+ --primary-banner-bg : #{rgba($primary, 0.15)};
10
+ --primary-light-bg : #{rgba($primary, 0.05)};
11
+ --primary-keyboard-focus : hsl(from var(--primary) h s calc(l - 10));
12
+
13
+ --link : #{$link};
14
+ --link-text : #{contrast-color($link)};
15
+ --link-text-secondary : #{$darker};
16
+ --link-hover-bg : #{darken($link, 10%)};
17
+ --link-hover-text : #{saturate($lightest, 20%)};
18
+ --link-active-bg : #{darken($link, 25%)};
19
+ --link-active-text : #{contrast-color(darken($link, 25%))};
20
+ --link-border : #{$link};
21
+ --link-banner-bg : #{rgba($link, 0.15)};
22
+ --link-light-bg : #{rgba($link, 0.05)};
23
+
24
+ --on-secondary: var(--primary);
25
+ --secondary-border: var(--primary);
26
+
27
+ --tertiary : var(--accent-btn);
28
+ --tertiary-header : var(--header-btn-bg);
29
+ --tertiary-border : var(--primary);
30
+ --tertiary-header-hover : var(--primary);
31
+ --on-tertiary : var(--primary);
32
+ --on-tertiary-header : var(--header-btn-text);
33
+ --on-tertiary-header-hover : #fff;
34
+ --on-tertiary-hover : var(--lightest);
35
+ --tertiary-hover : var(--accent-btn);
36
+ --tertiary-hover-app-bar : var(--primary-hover-text);
37
+
38
+ --active : var(--primary);
39
+ --active-nav : var(--primary-hover-bg);
40
+ --on-active : #{$grey-0};
41
+ --active-hover : var(--primary-hover-bg);
42
+
43
+ --category-active : var(--nav-active);
44
+ --category-active-hover : var(--nav-hover);
45
+
46
+ --body-text-hover: var(--darker-text);
47
+ }