@devtron-labs/devtron-fe-common-lib 1.2.5-beta-7 → 1.2.5-beta-8

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 (30) hide show
  1. package/dist/{@code-editor-BlrBCZSA.js → @code-editor-DWIb_Iyh.js} +4118 -4384
  2. package/dist/{@common-rjsf-DnT8mRYJ.js → @common-rjsf-U4GTT51r.js} +2 -2
  3. package/dist/{@framer-motion-DpqjsVGY.js → @framer-motion-DHY98qq3.js} +1 -1
  4. package/dist/@monaco-editor-34kqzg3G.js +70451 -0
  5. package/dist/{@react-dates-DB0ptR9r.js → @react-dates-WNnwjI5S.js} +1 -1
  6. package/dist/{@react-select-CWpbugQg.js → @react-select-BbR996pa.js} +50 -50
  7. package/dist/@vendor-RU8AW1bK.js +20473 -0
  8. package/dist/Common/Common.service.d.ts +2 -1
  9. package/dist/Common/Helper.d.ts +1 -1
  10. package/dist/Common/Types.d.ts +51 -41
  11. package/dist/Common/index.d.ts +0 -1
  12. package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/types.d.ts +1 -2
  13. package/dist/Shared/Components/FeatureDescription/FeatureDescriptionModal.d.ts +1 -1
  14. package/dist/Shared/Components/FeatureDescription/FeatureTitleWithInfo.d.ts +1 -1
  15. package/dist/Shared/Components/FeatureDescription/types.d.ts +34 -6
  16. package/dist/Shared/Components/InvalidYAMLTippy/utils.d.ts +1 -3
  17. package/dist/Shared/Helpers.d.ts +4 -3
  18. package/dist/Shared/Services/app.types.d.ts +2 -1
  19. package/dist/Shared/constants.d.ts +7 -0
  20. package/dist/Shared/types.d.ts +17 -6
  21. package/dist/assets/@monaco-editor.css +1 -0
  22. package/dist/index.js +568 -565
  23. package/dist/yaml.worker.d.ts +0 -0
  24. package/package.json +2 -3
  25. package/dist/@vendor-BlZS9Ity.js +0 -24918
  26. package/dist/Common/CodeEditor/jsonSchema.json.d.ts +0 -237
  27. package/dist/Common/SegmentedControl/SegmentedControl.component.d.ts +0 -3
  28. package/dist/Common/SegmentedControl/index.d.ts +0 -2
  29. package/dist/Common/SegmentedControl/types.d.ts +0 -14
  30. /package/dist/assets/{ic-arrow-square-out.1be837ac.svg → ic-arrow-square-out.3d1a0d41.svg} +0 -0
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.2.5-beta-7",
3
+ "version": "1.2.5-beta-8",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "https://github.com/devtron-labs/devtron-fe-common-lib.git"
13
+ "url": "git+https://github.com/devtron-labs/devtron-fe-common-lib.git"
14
14
  },
15
15
  "author": "Devtron",
16
16
  "license": "ISC",
@@ -95,7 +95,6 @@
95
95
  },
96
96
  "dependencies": {
97
97
  "@types/react-dates": "^21.8.6",
98
- "ajv": "8.17.1",
99
98
  "ansi_up": "^5.2.1",
100
99
  "dayjs": "^1.11.13",
101
100
  "fast-json-patch": "^3.1.1",