@devtron-labs/devtron-fe-common-lib 1.2.3-beta-1 → 1.2.3-beta-2
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-DHk1T-mO.js → @code-editor-BoiJOahc.js} +5235 -5230
- package/dist/{@common-rjsf-DvOQq0L2.js → @common-rjsf-CSlAKJfL.js} +2 -2
- package/dist/{@framer-motion-DHY98qq3.js → @framer-motion-DFECMTRh.js} +1 -1
- package/dist/{@react-dates-WNnwjI5S.js → @react-dates-MalCS5BJ.js} +1 -1
- package/dist/{@react-select-BbR996pa.js → @react-select-B8JuvbeY.js} +50 -50
- package/dist/{@vendor-RU8AW1bK.js → @vendor-CPMO6uwj.js} +94 -93
- package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +2 -1
- package/dist/Common/CodeEditor/types.d.ts +2 -1
- package/dist/Common/Common.service.d.ts +1 -2
- package/dist/Common/Constants.d.ts +2 -0
- package/dist/Common/Helper.d.ts +2 -2
- package/dist/Common/Markdown/MarkDown.d.ts +1 -1
- package/dist/Common/RJSF/index.d.ts +1 -1
- package/dist/Common/Types.d.ts +41 -50
- package/dist/Pages/App/AppConfiguration/DeploymentTemplate/GUIView/index.d.ts +2 -0
- package/dist/Pages/App/AppConfiguration/DeploymentTemplate/GUIView/types.d.ts +2 -0
- package/dist/Pages/App/AppConfiguration/DeploymentTemplate/GUIView/utils.d.ts +6 -0
- package/dist/Pages/App/AppConfiguration/DeploymentTemplate/index.d.ts +1 -0
- package/dist/Pages/App/AppConfiguration/index.d.ts +1 -0
- package/dist/Pages/App/index.d.ts +1 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/DeploymentTemplate/types.d.ts +21 -3
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/OverrideStrategyTippyContent.d.ts +2 -1
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/types.d.ts +7 -0
- package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/utils.d.ts +1 -1
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/types.d.ts +2 -1
- package/dist/Pages/index.d.ts +1 -0
- package/dist/Shared/Components/CollapsibleList/CollapsibleList.types.d.ts +6 -0
- package/dist/Shared/Components/EnterpriseTag/EnterpriseTag.component.d.ts +2 -0
- package/dist/Shared/Components/EnterpriseTag/index.d.ts +1 -0
- package/dist/Shared/Components/FeatureDescription/FeatureDescriptionModal.d.ts +1 -1
- package/dist/Shared/Components/FeatureDescription/FeatureTitleWithInfo.d.ts +1 -1
- package/dist/Shared/Components/FeatureDescription/types.d.ts +6 -34
- package/dist/Shared/Components/index.d.ts +1 -0
- package/dist/Shared/Helpers.d.ts +8 -7
- package/dist/Shared/Hooks/useForm/useForm.d.ts +4 -0
- package/dist/Shared/Services/app.types.d.ts +5 -2
- package/dist/Shared/constants.d.ts +0 -7
- package/dist/Shared/types.d.ts +5 -17
- package/dist/assets/ic-file-code.80000c9b.svg +1 -0
- package/dist/assets/ic-medal.4a7e5cbc.svg +1 -0
- package/dist/assets/ic-stamp.526499d2.svg +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +397 -399
- package/package.json +1 -1
- package/dist/assets/ic-file-code.21a1f748.svg +0 -1
- package/dist/assets/ic-stamp.8689f42d.svg +0 -1
- /package/dist/assets/{ic-arrow-square-out.3d1a0d41.svg → ic-arrow-square-out.1be837ac.svg} +0 -0
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="#06C" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.667 14H13.5a.5.5 0 0 0 .5-.5v-8M10.5 2h-6a.5.5 0 0 0-.5.5v2.75M10.5 2 14 5.5M10.5 2v3.5H14M3.307 7.81 2 9.565l1.306 1.755m2.721-3.51 1.306 1.755-1.306 1.755"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><path stroke="#664BEE" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.667 14.667h10.666"/><rect width="10.6667" height="3.33333" x="2.66675" y="8.66675" stroke="#664BEE" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" rx="1"/><path stroke="#664BEE" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.889 3.777a2 2 0 0 1 1.95-2.444h.322a2 2 0 0 1 1.95 2.443L9 8.666H7z"/></svg>
|
|
File without changes
|