@devtron-labs/devtron-fe-common-lib 1.13.0-pre-0 → 1.13.0-pre-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.
@@ -0,0 +1,31 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -
4
+ - Licensed under the Apache License, Version 2.0 (the "License");
5
+ - you may not use this file except in compliance with the License.
6
+ - You may obtain a copy of the License at
7
+ -
8
+ - http://www.apache.org/licenses/LICENSE-2.0
9
+ -
10
+ - Unless required by applicable law or agreed to in writing, software
11
+ - distributed under the License is distributed on an "AS IS" BASIS,
12
+ - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ - See the License for the specific language governing permissions and
14
+ - limitations under the License.
15
+ -->
16
+
17
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
18
+ <g fill="none" fill-rule="evenodd">
19
+ <path data-style-override="false" d="M0 0h24v24H0z"/>
20
+ <g fill-rule="nonzero">
21
+ <path data-style-override="false" fill="#FC6D26" d="M21.95 13.522l-1.118-3.439-2.214-6.82a.383.383 0 0 0-.726 0l-2.214 6.816H8.32L6.107 3.262a.382.382 0 0 0-.726 0l-2.21 6.817-1.12 3.443a.762.762 0 0 0 .276.852L12 21.402l9.671-7.028a.763.763 0 0 0 .28-.852"/>
22
+ <path data-style-override="false" fill="#E24329" d="M12 21.397l3.678-11.318H8.324z"/>
23
+ <path data-style-override="false" fill="#FC6D26" d="M12 21.397L8.32 10.079H3.174z"/>
24
+ <path data-style-override="false" fill="#FCA326" d="M3.169 10.082l-1.12 3.44a.762.762 0 0 0 .276.85L12 21.403l-8.831-11.32z"/>
25
+ <path data-style-override="false" fill="#E24329" d="M3.17 10.082h5.155L6.107 3.266a.383.383 0 0 0-.727 0l-2.21 6.816z"/>
26
+ <path data-style-override="false" fill="#FC6D26" d="M12 21.397l3.678-11.318h5.156z"/>
27
+ <path data-style-override="false" fill="#FCA326" d="M20.83 10.082l1.12 3.44a.76.76 0 0 1-.276.85L12 21.398l8.828-11.315h.003z"/>
28
+ <path data-style-override="false" fill="#E24329" d="M20.833 10.082H15.68l2.214-6.816a.382.382 0 0 1 .726 0l2.214 6.816z"/>
29
+ </g>
30
+ </g>
31
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" fill="none" viewBox="0 0 17 16">
2
+ <path stroke="#3B444C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M7 5v7.732a.5.5 0 0 1-.223.417l-.687.458a.5.5 0 0 1-.762-.295L4.5 10M7 5H4.5a2.5 2.5 0 1 0 0 5M7 5s3.403 0 6.678-2.747a.5.5 0 0 1 .822.383v9.729a.5.5 0 0 1-.822.382C10.403 10 7 10 7 10H4.5" vector-effect="non-scaling-stroke"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m22.898 11.262-5.933-2.196-2.215-7.26a.666.666 0 0 0-1.275 0l-2.214 7.26-5.934 2.196a.667.667 0 0 0 0 1.25l5.93 2.196 2.216 7.482a.666.666 0 0 0 1.279 0l2.216-7.483 5.93-2.195a.665.665 0 0 0 0-1.25" fill="#FFAC33"/><path d="m9.565 18.597-1.543-.571-.6-2.2a.665.665 0 0 0-1.286 0l-.6 2.2-1.542.57a.667.667 0 0 0 0 1.25l1.534.57.605 2.414a.667.667 0 0 0 1.293 0l.605-2.415 1.534-.57a.665.665 0 0 0 0-1.248M6.673 4.153 5.097 3.57l-.584-1.577a.666.666 0 0 0-1.251 0L2.679 3.57l-1.577.583a.667.667 0 0 0 0 1.251l1.577.583.583 1.577a.667.667 0 0 0 1.25 0l.584-1.577 1.577-.583a.667.667 0 0 0 0-1.25" fill="#FFCC4D"/></svg>
package/dist/index.d.ts CHANGED
@@ -40,6 +40,9 @@ export interface customEnv {
40
40
  ENABLE_SCOPED_VARIABLES?: boolean;
41
41
  DEFAULT_CI_TRIGGER_TYPE_MANUAL: boolean;
42
42
  ANNOUNCEMENT_BANNER_MSG?: string;
43
+ ANNOUNCEMENT_BANNER_TYPE?: string;
44
+ ANNOUNCEMENT_BANNER_BUTTON_TEXT?: string;
45
+ ANNOUNCEMENT_BANNER_BUTTON_LINK?: string;
43
46
  HIDE_DEFAULT_CLUSTER?: boolean;
44
47
  GLOBAL_API_TIMEOUT?: number;
45
48
  TRIGGER_API_TIMEOUT?: number;