@devtron-labs/devtron-fe-common-lib 1.2.3-beta-4 → 1.2.3-beta-6
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-BJnp-BE4.js → @code-editor-_nOEvcHV.js} +4300 -4239
- package/dist/{@common-rjsf-DO0g3_cl.js → @common-rjsf-DY_zOWwh.js} +2 -2
- package/dist/{@framer-motion-DHY98qq3.js → @framer-motion-DH_amgGd.js} +1 -1
- package/dist/{@react-dates-WNnwjI5S.js → @react-dates-CmAqTWz7.js} +1 -1
- package/dist/{@react-select-BbR996pa.js → @react-select-gdUYTkTq.js} +50 -50
- package/dist/{@vendor-RU8AW1bK.js → @vendor-C4G43SJb.js} +6094 -6063
- package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +2 -1
- package/dist/Common/CodeEditor/types.d.ts +2 -1
- package/dist/Common/Constants.d.ts +2 -1
- package/dist/Common/Helper.d.ts +1 -1
- package/dist/Common/Markdown/MarkDown.d.ts +1 -1
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Common/RJSF/index.d.ts +1 -1
- 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/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/index.d.ts +1 -0
- package/dist/Shared/Helpers.d.ts +5 -3
- package/dist/Shared/Hooks/useForm/useForm.d.ts +4 -0
- package/dist/Shared/Services/app.types.d.ts +4 -0
- 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 +519 -515
- 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/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>
|