@devtron-labs/devtron-fe-common-lib 1.6.12-beta-1 → 1.6.13
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/dist/{@code-editor-CrBxjFGI.js → @code-editor-BR2fcwFa.js} +9071 -8833
- package/dist/{@common-rjsf-EHYp-ATI.js → @common-rjsf-BD3cf25o.js} +1 -1
- package/dist/Common/AppStatus/utils.d.ts +1 -0
- package/dist/Common/Constants.d.ts +0 -1
- package/dist/Pages/GlobalConfigurations/DeploymentCharts/types.d.ts +8 -6
- package/dist/Shared/Components/CICDHistory/BuildAndTaskSummaryTooltipCard.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/GitTriggerList.d.ts +5 -0
- package/dist/Shared/Components/CICDHistory/TriggerDetails.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/TriggerOutput.d.ts +1 -3
- package/dist/Shared/Components/CICDHistory/WorkerStatus.d.ts +3 -0
- package/dist/Shared/Components/CICDHistory/constants.d.ts +38 -1
- package/dist/Shared/Components/CICDHistory/index.d.ts +2 -1
- package/dist/Shared/Components/CICDHistory/types.d.ts +89 -25
- package/dist/Shared/Components/CICDHistory/utils.d.ts +9 -1
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
- package/dist/Shared/Components/ShowMoreText/ShowMoreText.d.ts +3 -1
- package/dist/Shared/Helpers.d.ts +3 -1
- package/dist/Shared/constants.d.ts +0 -24
- package/dist/Shared/types.d.ts +11 -4
- package/dist/Shared/validations.d.ts +0 -1
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/ic-aws-codecommit.43f0dd23.svg +26 -0
- package/dist/assets/ic-bitbucket.ffe914a0.svg +30 -0
- package/dist/assets/ic-calendar.1d9c66d2.svg +19 -0
- package/dist/assets/ic-environment.e639b8f3.svg +4 -0
- package/dist/assets/ic-git.89f79adf.svg +17 -0
- package/dist/assets/ic-github.bb1f1753.svg +3 -0
- package/dist/assets/ic-gitlab.de184b7f.svg +31 -0
- package/dist/assets/ic-help-filled.4468cdf1.svg +4 -0
- package/dist/assets/ic-person.d066bc6d.svg +19 -0
- package/dist/assets/{ic-pulsate-status.cc755b3f.svg → ic-pulsate-status.2ca548fd.svg} +0 -1
- package/dist/index.js +551 -541
- package/package.json +1 -1
- package/dist/assets/ic-calendar.984accc5.svg +0 -19
- package/dist/assets/ic-person.f78738ac.svg +0 -22
package/package.json
CHANGED
@@ -1,19 +0,0 @@
|
|
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="16" height="16" viewBox="0 0 16 16">
|
18
|
-
<path fill="#596168" fill-rule="evenodd" d="M10.667.667c.342 0 .623.257.662.589l.004.077V2h1.334c1.054 0 1.918.816 1.994 1.85l.006.15v9.333c0 1.105-.896 2-2 2H3.333c-1.104 0-2-.895-2-2V4c0-1.105.896-2 2-2h1.333v-.667c0-.368.3-.666.667-.666.342 0 .624.257.663.589L6 1.333V2h4v-.667c0-.368.298-.666.667-.666zm2.666 6.666H2.666v6c0 .335.247.612.569.66l.098.007h9.334c.368 0 .666-.298.666-.667v-6zm-8.667-4H3.333c-.368 0-.666.299-.666.667v2h10.666V4c0-.335-.246-.612-.568-.66l-.098-.007h-1.335l.001.667c0 .368-.298.667-.666.667-.342 0-.624-.258-.663-.59L10 4v-.667H6V4c0 .368-.298.667-.667.667-.342 0-.623-.258-.662-.59L4.667 4v-.667z"/>
|
19
|
-
</svg>
|
@@ -1,22 +0,0 @@
|
|
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="16" height="16" viewBox="0 0 16 16">
|
18
|
-
<g fill="none" fill-rule="evenodd">
|
19
|
-
<path d="M0 0H16V16H0z"/>
|
20
|
-
<path fill="#596168" d="M8 .667c4.05 0 7.333 3.283 7.333 7.333 0 4.05-3.283 7.333-7.333 7.333C3.95 15.333.667 12.05.667 8 .667 3.95 3.95.667 8 .667zm0 10c-1.539 0-2.945.75-3.808 1.968C5.228 13.49 6.554 14 8 14c1.446 0 2.772-.512 3.808-1.363-.862-1.219-2.269-1.97-3.808-1.97zM8 2C4.686 2 2 4.686 2 8c0 1.38.466 2.652 1.25 3.666C4.37 10.218 6.107 9.333 8 9.333c1.894 0 3.632.886 4.75 2.333C13.534 10.652 14 9.381 14 8c0-3.314-2.686-6-6-6zm0 1.333c1.473 0 2.667 1.194 2.667 2.667 0 1.473-1.194 2.667-2.667 2.667-1.473 0-2.667-1.194-2.667-2.667 0-1.473 1.194-2.667 2.667-2.667zm0 1.334c-.736 0-1.333.597-1.333 1.333S7.264 7.333 8 7.333 9.333 6.736 9.333 6 8.736 4.667 8 4.667z"/>
|
21
|
-
</g>
|
22
|
-
</svg>
|