@odigos/ui-kit 0.0.19 → 0.0.21

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 (34) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/lib/components.js +7 -7
  3. package/lib/constants.js +3 -3
  4. package/lib/containers.js +679 -778
  5. package/lib/functions.js +12 -6
  6. package/lib/hooks.js +5 -5
  7. package/lib/icons/destinations/alauda-logo/index.d.ts +2 -0
  8. package/lib/icons/destinations/alibaba-cloud-logo/index.d.ts +2 -0
  9. package/lib/icons/destinations/bonree-logo/index.d.ts +2 -0
  10. package/lib/icons/destinations/checkly-logo/index.d.ts +2 -0
  11. package/lib/icons/destinations/greptime-logo/index.d.ts +2 -0
  12. package/lib/icons/destinations/index.d.ts +12 -0
  13. package/lib/icons/destinations/observe-logo/index.d.ts +2 -0
  14. package/lib/icons/destinations/one-uptime-logo/index.d.ts +2 -0
  15. package/lib/icons/destinations/open-observe-logo/index.d.ts +2 -0
  16. package/lib/icons/destinations/oracle-logo/index.d.ts +2 -0
  17. package/lib/icons/destinations/seq-logo/index.d.ts +2 -0
  18. package/lib/icons/destinations/telemetry-hub-logo/index.d.ts +2 -0
  19. package/lib/icons/destinations/tingyun-logo/index.d.ts +2 -0
  20. package/lib/icons.js +2 -2
  21. package/lib/{index-WSle42rz.js → index-BfUUVS8N.js} +1 -1
  22. package/lib/{index-DSzybApb.js → index-C48Fe7Pl.js} +15 -3
  23. package/lib/{index-CD_BQJCD.js → index-C7Y1tYdc.js} +1 -1
  24. package/lib/{index-DB8Djrsy.js → index-CksKgOxY.js} +161 -1
  25. package/lib/{index-BFRz3l_w.js → index-D3sp5Hx7.js} +2 -2
  26. package/lib/{index-CvuVOtkr.js → index-Dboulcny.js} +5 -5
  27. package/lib/{index-BazfJyRh.js → index-DiTtXTRm.js} +6 -10
  28. package/lib/store.js +1 -1
  29. package/lib/theme.js +1 -1
  30. package/lib/types/destinations/index.d.ts +12 -0
  31. package/lib/types.js +12 -0
  32. package/lib/{useSourceSelectionFormData-_2PggiXn.js → useSourceSelectionFormData-CrKof314.js} +3 -3
  33. package/lib/{useTransition-bXMKBfST.js → useTransition-D0ykOLrk.js} +2 -2
  34. package/package.json +19 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odigos/ui-kit",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "author": "Odigos",
5
5
  "repository": {
6
6
  "type": "git",
@@ -67,22 +67,22 @@
67
67
  }
68
68
  },
69
69
  "peerDependencies": {
70
- "@xyflow/react": "^12.4.4",
70
+ "@xyflow/react": "^12.5.3",
71
71
  "javascript-time-ago": "^2.5.11",
72
72
  "prism-react-renderer": "^2.4.1",
73
- "react": "^19.0.0",
74
- "react-dom": "^19.0.0",
73
+ "react": "^19.1.0",
74
+ "react-dom": "^19.1.0",
75
75
  "react-error-boundary": "^5.0.0",
76
76
  "react-lottie": "^1.2.10",
77
77
  "styled-components": "^6.1.16",
78
78
  "zustand": "^5.0.3"
79
79
  },
80
80
  "dependencies": {
81
- "@xyflow/react": "^12.4.4",
81
+ "@xyflow/react": "^12.5.3",
82
82
  "javascript-time-ago": "^2.5.11",
83
83
  "prism-react-renderer": "^2.4.1",
84
- "react": "^19.0.0",
85
- "react-dom": "^19.0.0",
84
+ "react": "^19.1.0",
85
+ "react-dom": "^19.1.0",
86
86
  "react-error-boundary": "^5.0.0",
87
87
  "react-lottie": "^1.2.10",
88
88
  "styled-components": "^6.1.16",
@@ -96,27 +96,27 @@
96
96
  "@rollup/plugin-commonjs": "^28.0.3",
97
97
  "@rollup/plugin-json": "^6.1.0",
98
98
  "@rollup/plugin-node-resolve": "^16.0.1",
99
- "@storybook/addon-essentials": "^8.6.9",
100
- "@storybook/addon-webpack5-compiler-babel": "^3.0.5",
101
- "@storybook/react": "^8.6.9",
102
- "@storybook/react-webpack5": "^8.6.9",
103
- "@types/node": "^22.13.13",
104
- "@types/react": "^19.0.12",
105
- "@types/react-dom": "^19.0.4",
99
+ "@storybook/addon-essentials": "^8.6.11",
100
+ "@storybook/addon-webpack5-compiler-babel": "^3.0.6",
101
+ "@storybook/react": "^8.6.11",
102
+ "@storybook/react-webpack5": "^8.6.11",
103
+ "@types/node": "^22.13.17",
104
+ "@types/react": "^19.1.0",
105
+ "@types/react-dom": "^19.1.1",
106
106
  "@types/react-lottie": "^1.2.10",
107
- "@typescript-eslint/eslint-plugin": "^8.28.0",
108
- "@typescript-eslint/parser": "^8.28.0",
107
+ "@typescript-eslint/eslint-plugin": "^8.29.0",
108
+ "@typescript-eslint/parser": "^8.29.0",
109
109
  "babel-loader": "^10.0.0",
110
110
  "babel-plugin-styled-components": "^2.1.4",
111
111
  "eslint": "^9.23.0",
112
112
  "eslint-plugin-react": "^7.37.4",
113
- "eslint-plugin-storybook": "^0.11.6",
113
+ "eslint-plugin-storybook": "^0.12.0",
114
114
  "html-webpack-plugin": "^5.6.3",
115
115
  "postcss": "^8.5.3",
116
- "rollup": "^4.37.0",
116
+ "rollup": "^4.39.0",
117
117
  "rollup-plugin-postcss": "^4.0.2",
118
118
  "rollup-plugin-typescript2": "^0.36.0",
119
- "storybook": "^8.6.9",
119
+ "storybook": "^8.6.11",
120
120
  "typescript": "^5.8.2"
121
121
  }
122
122
  }