@odigos/ui-kit 0.0.292 → 0.0.293
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/CHANGELOG.md +61 -77
- package/Makefile +1 -1
- package/lib/chunks/{helpers-BGOJ3YRA.js → helpers-DbT32OSr.js} +1 -1
- package/lib/chunks/{index-BIET8cd3.js → index-MwonXqI1.js} +1 -1
- package/lib/chunks/{source-instrument-form-context-BmNrVjHW.js → source-instrument-form-context-CmMX5vdq.js} +1 -1
- package/lib/chunks/ui-components-Bhz7WgBl.js +2118 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/ping/index.d.ts +5 -0
- package/lib/components/typography/index.d.ts +1 -0
- package/lib/components.js +1 -1
- package/lib/constants/strings/index.d.ts +0 -1
- package/lib/constants.js +1 -1
- package/lib/containers/insights/transactions/drawer/baselines/data-drawer/db-access/helpers.d.ts +18 -0
- package/lib/containers/insights/transactions/drawer/baselines/data-drawer/db-access/index.d.ts +7 -0
- package/lib/containers/insights/transactions/drawer/baselines/data-drawer/db-access/map.d.ts +7 -0
- package/lib/containers/insights/transactions/drawer/baselines/data-drawer/db-access/node.d.ts +6 -0
- package/lib/containers/insights/transactions/drawer/baselines/data-drawer/db-access/types.d.ts +34 -0
- package/lib/containers/insights/transactions/drawer/baselines/data-drawer/histogram.d.ts +7 -0
- package/lib/containers/overview/search/builder.d.ts +1 -1
- package/lib/containers/pipeline-collectors/general-info/helpers/get-general-text-cards.d.ts +1 -1
- package/lib/containers/pipeline-collectors/general-info/index.d.ts +1 -0
- package/lib/containers.js +567 -525
- package/lib/contexts.js +1 -1
- package/lib/functions/safe-json-parse/index.d.ts +1 -1
- package/lib/functions.js +1 -1
- package/lib/hooks.js +1 -1
- package/lib/icons/common/db-icon/index.d.ts +2 -0
- package/lib/icons/common/index.d.ts +1 -0
- package/lib/icons.js +1 -1
- package/lib/snippets.js +1 -1
- package/lib/store/index.d.ts +0 -1
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types.js +1 -1
- package/lib/visuals.js +1 -1
- package/package.json +1 -1
- package/lib/chunks/ui-components-DLJJffgA.js +0 -2091
- package/lib/store/useDarkMode.d.ts +0 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,204 +1,188 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [0.0.
|
|
4
|
-
|
|
3
|
+
## [0.0.293](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.292...ui-kit-v0.0.293) (2026-08-31)
|
|
5
4
|
|
|
6
5
|
### Features
|
|
7
6
|
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
- add DB access visualization for Transaction Baselines ([#1269](https://github.com/odigos-io/ui-kit/issues/1269)) ([ccf471a](https://github.com/odigos-io/ui-kit/commit/ccf471af97534dcd3671a6c3a7edeb7ae79b2937))
|
|
8
|
+
- CORE-1559 | hide Data throughput when metrics store is disabled ([#1270](https://github.com/odigos-io/ui-kit/issues/1270)) ([ced3fa6](https://github.com/odigos-io/ui-kit/commit/ced3fa6dddb72e7a106e8474bb617f7fd5978599))
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
- bump CI/Makefile Node to Active LTS 24 ([#1265](https://github.com/odigos-io/ui-kit/issues/1265)) ([54459f7](https://github.com/odigos-io/ui-kit/commit/54459f79b486b3e7146837782afe65f709fe2d31))
|
|
13
|
+
|
|
14
|
+
## [0.0.292](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.291...ui-kit-v0.0.292) (2026-08-30)
|
|
15
|
+
|
|
16
|
+
### Features
|
|
10
17
|
|
|
18
|
+
- add BarChart component and integrate into TX Baselines Histogram ([#1266](https://github.com/odigos-io/ui-kit/issues/1266)) ([2ea251f](https://github.com/odigos-io/ui-kit/commit/2ea251fac1d0d551637f470809ebecc9ee741598))
|
|
19
|
+
- CORE-1552 | add Related findings grouping view ([#1267](https://github.com/odigos-io/ui-kit/issues/1267)) ([7076331](https://github.com/odigos-io/ui-kit/commit/7076331df2c5bc3ffc6528ca81b6c28c29ef91fc))
|
|
11
20
|
|
|
12
21
|
### Bug Fixes
|
|
13
22
|
|
|
14
|
-
|
|
23
|
+
- **table:** sort numeric columns numerically (PLAT-1455) ([#1263](https://github.com/odigos-io/ui-kit/issues/1263)) ([2eb0f6f](https://github.com/odigos-io/ui-kit/commit/2eb0f6ffff750aa18840b7238879ec56b7c503af))
|
|
15
24
|
|
|
16
25
|
## [0.0.291](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.290...ui-kit-v0.0.291) (2026-08-30)
|
|
17
26
|
|
|
18
|
-
|
|
19
27
|
### Features
|
|
20
28
|
|
|
21
|
-
|
|
29
|
+
- guardrail summary with origin and extended rules & refactor insights settings with shared layouts ([#1252](https://github.com/odigos-io/ui-kit/issues/1252)) ([f596a32](https://github.com/odigos-io/ui-kit/commit/f596a32318d44e226d189feabc754d5fdaa3ff61))
|
|
22
30
|
|
|
23
31
|
## [0.0.290](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.289...ui-kit-v0.0.290) (2026-08-27)
|
|
24
32
|
|
|
25
|
-
|
|
26
33
|
### Bug Fixes
|
|
27
34
|
|
|
28
|
-
|
|
35
|
+
- Update setup-credentials drawer to correctly display the required fields ([#1256](https://github.com/odigos-io/ui-kit/issues/1256)) ([c210279](https://github.com/odigos-io/ui-kit/commit/c210279465501634159b897cd11d7dacf1d9080e))
|
|
29
36
|
|
|
30
37
|
## [0.0.289](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.288...ui-kit-v0.0.289) (2026-08-26)
|
|
31
38
|
|
|
32
|
-
|
|
33
39
|
### Features
|
|
34
40
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
41
|
+
- add risk breakdown to anomaly finding drawer (PLAT-1431) ([#1243](https://github.com/odigos-io/ui-kit/issues/1243)) ([5107461](https://github.com/odigos-io/ui-kit/commit/51074612ce149425d827462f63a0df70ec97a9a7))
|
|
42
|
+
- enhance no data handling in Findings and Transactions ([#1237](https://github.com/odigos-io/ui-kit/issues/1237)) ([ff4ffc2](https://github.com/odigos-io/ui-kit/commit/ff4ffc25d6e1af4d42015da8b56451280127d20f))
|
|
43
|
+
- enhance transaction management with bulk promote ([#1241](https://github.com/odigos-io/ui-kit/issues/1241)) ([6c0118f](https://github.com/odigos-io/ui-kit/commit/6c0118f2f0ab961af64dc190d24a181385210f91))
|
|
44
|
+
- implement bulk delete functionality for transactions (with bug fixes) ([#1242](https://github.com/odigos-io/ui-kit/issues/1242)) ([414bd30](https://github.com/odigos-io/ui-kit/commit/414bd30e08f582cc7c8cfc9b28e599c00fc42947))
|
|
40
45
|
|
|
41
46
|
### Bug Fixes
|
|
42
47
|
|
|
43
|
-
|
|
48
|
+
- handle optional learning field in baselines table ([#1240](https://github.com/odigos-io/ui-kit/issues/1240)) ([e52d107](https://github.com/odigos-io/ui-kit/commit/e52d1074413383ed56735cad1fa00654033146a2))
|
|
44
49
|
|
|
45
50
|
## [0.0.288](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.287...ui-kit-v0.0.288) (2026-08-24)
|
|
46
51
|
|
|
47
|
-
|
|
48
52
|
### Features
|
|
49
53
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
54
|
+
- add auto-guardrail for transaction services ([#1232](https://github.com/odigos-io/ui-kit/issues/1232)) ([c4bf356](https://github.com/odigos-io/ui-kit/commit/c4bf356ef7c553b1943f07666e5ae4d5f488ec30))
|
|
55
|
+
- Add required artifacts to show instrumentation steps on the source ([#1246](https://github.com/odigos-io/ui-kit/issues/1246)) ([9e96967](https://github.com/odigos-io/ui-kit/commit/9e9696700857ac8a9b806b8fb014ee8b2c6e4c8a))
|
|
56
|
+
- add transactions as a Guardrails facet (PLAT-1441) ([#1238](https://github.com/odigos-io/ui-kit/issues/1238)) ([718cde7](https://github.com/odigos-io/ui-kit/commit/718cde7d15bd5d60b0d4ae792bdfd3bd79aeaabc))
|
|
57
|
+
- implement Blast Radius for Findings of type `Violation` ([#1234](https://github.com/odigos-io/ui-kit/issues/1234)) ([6e71908](https://github.com/odigos-io/ui-kit/commit/6e71908826ca5631d210e577d60ceec8e47723af))
|
|
55
58
|
|
|
56
59
|
### Bug Fixes
|
|
57
60
|
|
|
58
|
-
|
|
61
|
+
- clean up unused insights findings lookback settings ([#1236](https://github.com/odigos-io/ui-kit/issues/1236)) ([367fe90](https://github.com/odigos-io/ui-kit/commit/367fe9095806c3156955fa1c1370cc3fc014133d))
|
|
59
62
|
|
|
60
63
|
## [0.0.287](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.286...ui-kit-v0.0.287) (2026-08-23)
|
|
61
64
|
|
|
62
|
-
|
|
63
65
|
### Features
|
|
64
66
|
|
|
65
|
-
|
|
67
|
+
- add security/insights page ([#1173](https://github.com/odigos-io/ui-kit/issues/1173)) ([a9ae296](https://github.com/odigos-io/ui-kit/commit/a9ae296df7cf46a9e3a3ec772dc07a27a08dbd68))
|
|
66
68
|
|
|
67
69
|
## [0.0.286](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.285...ui-kit-v0.0.286) (2026-08-12)
|
|
68
70
|
|
|
69
|
-
|
|
70
71
|
### Features
|
|
71
72
|
|
|
72
|
-
|
|
73
|
+
- show ContainersCard for connector/VM container overrides (PLAT-1405) ([#1193](https://github.com/odigos-io/ui-kit/issues/1193)) ([7cc4265](https://github.com/odigos-io/ui-kit/commit/7cc42658a71bc65d106f9b2d19fd76b8c0f8b362))
|
|
73
74
|
|
|
74
75
|
## [0.0.285](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.284...ui-kit-v0.0.285) (2026-08-11)
|
|
75
76
|
|
|
76
|
-
|
|
77
77
|
### Features
|
|
78
78
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
79
|
+
- add odigos_profile_diagnostic destination type (PLAT-1378) ([#1164](https://github.com/odigos-io/ui-kit/issues/1164)) ([a3eb49e](https://github.com/odigos-io/ui-kit/commit/a3eb49e8de4f12d88c9e06bb9269b62749781566))
|
|
80
|
+
- add recommendation domain primitives ([#1165](https://github.com/odigos-io/ui-kit/issues/1165)) ([543a7b1](https://github.com/odigos-io/ui-kit/commit/543a7b1d304937e8a03872161decb7252965477b))
|
|
81
|
+
- add recommendation remediation flows ([#1169](https://github.com/odigos-io/ui-kit/issues/1169)) ([d29de01](https://github.com/odigos-io/ui-kit/commit/d29de0169607d9f6ddda0000339615780f0f7823))
|
|
82
|
+
- add recommendations drawer ([#1168](https://github.com/odigos-io/ui-kit/issues/1168)) ([5e16098](https://github.com/odigos-io/ui-kit/commit/5e16098bed5d7e8c9c45062ae6ed91ad89a107aa))
|
|
83
|
+
- connector instrumentation mode labels (PLAT-1407) ([#1187](https://github.com/odigos-io/ui-kit/issues/1187)) ([a8a80f5](https://github.com/odigos-io/ui-kit/commit/a8a80f512c8f7b92f8e712a3a973ba5d3d8e16fd))
|
|
84
|
+
- expose recommendations through Odigos API ([#1166](https://github.com/odigos-io/ui-kit/issues/1166)) ([5f2f077](https://github.com/odigos-io/ui-kit/commit/5f2f0772a009699af0f1c71b1bd0e166716b5707))
|
|
85
|
+
- gate recommendation remediations behind accept/dismiss ([#1186](https://github.com/odigos-io/ui-kit/issues/1186)) ([4999cf6](https://github.com/odigos-io/ui-kit/commit/4999cf6c1956dbe43ede6be565b1dd53a47ec4f0))
|
|
86
|
+
- hide rules and actions from connector overview (PLAT-1406) ([#1190](https://github.com/odigos-io/ui-kit/issues/1190)) ([1259c5b](https://github.com/odigos-io/ui-kit/commit/1259c5b9546f0f9f0a4d6a1c0a3c52e2610386c3))
|
|
87
|
+
- improve recommendations drawer apply UX (PLAT-1413) ([#1189](https://github.com/odigos-io/ui-kit/issues/1189)) ([8910b74](https://github.com/odigos-io/ui-kit/commit/8910b7428e66ac0d1dc86536ac8cb6a1ff604ee6))
|
|
88
|
+
- support recommendation card layouts ([#1167](https://github.com/odigos-io/ui-kit/issues/1167)) ([f6ae8b8](https://github.com/odigos-io/ui-kit/commit/f6ae8b88e7206a7809f692b719224f1c62a95cbd))
|
|
90
89
|
|
|
91
90
|
### Bug Fixes
|
|
92
91
|
|
|
93
|
-
|
|
92
|
+
- show delete action for connected cloud connectors (PLAT-1404) ([#1188](https://github.com/odigos-io/ui-kit/issues/1188)) ([5fcf880](https://github.com/odigos-io/ui-kit/commit/5fcf880b00f5e4437f136142abcf2f4b7e213c22))
|
|
94
93
|
|
|
95
94
|
## [0.0.284](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.283...ui-kit-v0.0.284) (2026-08-04)
|
|
96
95
|
|
|
97
|
-
|
|
98
96
|
### Bug Fixes
|
|
99
97
|
|
|
100
|
-
|
|
98
|
+
- bump UI deps (PLAT-1377) ([#1162](https://github.com/odigos-io/ui-kit/issues/1162)) ([61f3ce1](https://github.com/odigos-io/ui-kit/commit/61f3ce110064806b3f1d2fc8997953b77df87a56))
|
|
101
99
|
|
|
102
100
|
## [0.0.283](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.282...ui-kit-v0.0.283) (2026-08-04)
|
|
103
101
|
|
|
104
|
-
|
|
105
102
|
### Features
|
|
106
103
|
|
|
107
|
-
|
|
108
|
-
|
|
104
|
+
- add concurrent agent actions to source drawer ([#1159](https://github.com/odigos-io/ui-kit/issues/1159)) ([8a9c2db](https://github.com/odigos-io/ui-kit/commit/8a9c2dbb322ad2e32dc0f32e095cf8c0168faf19))
|
|
105
|
+
- enable VM source Profiling tab with flame-graph API parity ([#1117](https://github.com/odigos-io/ui-kit/issues/1117)) ([715ae9e](https://github.com/odigos-io/ui-kit/commit/715ae9edf72032bb0065c489a6d9f1fd32e47962))
|
|
109
106
|
|
|
110
107
|
## [0.0.282](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.281...ui-kit-v0.0.282) (2026-08-04)
|
|
111
108
|
|
|
112
|
-
|
|
113
109
|
### Features
|
|
114
110
|
|
|
115
|
-
|
|
116
|
-
|
|
111
|
+
- improve dynamic read layout for actions and rules (PLAT-1352) ([#1142](https://github.com/odigos-io/ui-kit/issues/1142)) ([3a86ff2](https://github.com/odigos-io/ui-kit/commit/3a86ff2ef6cc97f01c8a25de84553b9c2167c467))
|
|
112
|
+
- redesign Segment component ([#1156](https://github.com/odigos-io/ui-kit/issues/1156)) ([7ea43a1](https://github.com/odigos-io/ui-kit/commit/7ea43a1d88a5053897c1b357a52203090c3abdfe))
|
|
117
113
|
|
|
118
114
|
## [0.0.281](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.280...ui-kit-v0.0.281) (2026-08-02)
|
|
119
115
|
|
|
120
|
-
|
|
121
116
|
### Features
|
|
122
117
|
|
|
123
|
-
|
|
118
|
+
- cloud connector setup step 2 ([#1146](https://github.com/odigos-io/ui-kit/issues/1146)) ([01f65db](https://github.com/odigos-io/ui-kit/commit/01f65db28a12825f079659add8fa1eab5783379f))
|
|
124
119
|
|
|
125
120
|
## [0.0.280](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.279...ui-kit-v0.0.280) (2026-08-02)
|
|
126
121
|
|
|
127
|
-
|
|
128
122
|
### Features
|
|
129
123
|
|
|
130
|
-
|
|
131
|
-
|
|
124
|
+
- restore source-drawer detail lost in the redesign for older agents (PLAT-1355) ([#1145](https://github.com/odigos-io/ui-kit/issues/1145)) ([73e3c28](https://github.com/odigos-io/ui-kit/commit/73e3c28f9ce2a2c2e321625941ee9454d804076e))
|
|
132
125
|
|
|
133
126
|
### Bug Fixes
|
|
134
127
|
|
|
135
|
-
|
|
136
|
-
|
|
128
|
+
- accept real runtime versions in the runtime override form (PLAT-1361) ([#1151](https://github.com/odigos-io/ui-kit/issues/1151)) ([3bbb339](https://github.com/odigos-io/ui-kit/commit/3bbb339ecd0c89d7b86091c8872ea67778533364))
|
|
129
|
+
- bulk actions for central ([#1152](https://github.com/odigos-io/ui-kit/issues/1152)) ([ebb20c1](https://github.com/odigos-io/ui-kit/commit/ebb20c143abde6b3535369899b87b4bddedb48c2))
|
|
137
130
|
|
|
138
131
|
## [0.0.279](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.278...ui-kit-v0.0.279) (2026-07-30)
|
|
139
132
|
|
|
140
|
-
|
|
141
133
|
### Bug Fixes
|
|
142
134
|
|
|
143
|
-
|
|
135
|
+
- stop destroying instrumentation-rule scope on pre-v1.26 agents (PLAT-1339) ([#1143](https://github.com/odigos-io/ui-kit/issues/1143)) ([0a9d465](https://github.com/odigos-io/ui-kit/commit/0a9d4657c6ea65da8892c51789191ccff57df410))
|
|
144
136
|
|
|
145
137
|
## [0.0.278](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.277...ui-kit-v0.0.278) (2026-07-30)
|
|
146
138
|
|
|
147
|
-
|
|
148
139
|
### Bug Fixes
|
|
149
140
|
|
|
150
|
-
|
|
141
|
+
- pod YAML fetching logic ([#1139](https://github.com/odigos-io/ui-kit/issues/1139)) ([d4cf210](https://github.com/odigos-io/ui-kit/commit/d4cf210c176b23f547e5246ca140e440e80dc9d1))
|
|
151
142
|
|
|
152
143
|
## [0.0.277](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.276...ui-kit-v0.0.277) (2026-07-29)
|
|
153
144
|
|
|
154
|
-
|
|
155
145
|
### Features
|
|
156
146
|
|
|
157
|
-
|
|
147
|
+
- **CORE-1346:** Connector-agnostic policy preview ([#1119](https://github.com/odigos-io/ui-kit/issues/1119)) ([d880666](https://github.com/odigos-io/ui-kit/commit/d8806661ea3bbbf11a0057cde914a2bc16775cde))
|
|
158
148
|
|
|
159
149
|
## [0.0.276](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.275...ui-kit-v0.0.276) (2026-07-29)
|
|
160
150
|
|
|
161
|
-
|
|
162
151
|
### Features
|
|
163
152
|
|
|
164
|
-
|
|
153
|
+
- disabled sources should show-up in overview ([#1135](https://github.com/odigos-io/ui-kit/issues/1135)) ([5f070a8](https://github.com/odigos-io/ui-kit/commit/5f070a88195ec8e4906efaa4fadbb47413df1014))
|
|
165
154
|
|
|
166
155
|
## [0.0.275](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.274...ui-kit-v0.0.275) (2026-07-28)
|
|
167
156
|
|
|
168
|
-
|
|
169
157
|
### Bug Fixes
|
|
170
158
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
159
|
+
- **add-source-drawer:** skip GetNamespacesWithWorkloads when a cluster snapshot is available ([#1132](https://github.com/odigos-io/ui-kit/issues/1132)) ([b347c42](https://github.com/odigos-io/ui-kit/commit/b347c42a9d3bf9491dfa76fe5d3148dcf3a0b2fe))
|
|
160
|
+
- remove No Crashloop badge from container status (PLAT-1323) ([#1133](https://github.com/odigos-io/ui-kit/issues/1133)) ([2f665f3](https://github.com/odigos-io/ui-kit/commit/2f665f3188cfea7dfd11ddf61cc3059df976ccb6))
|
|
161
|
+
- show connections table skeleton on initial load (PLAT-1297) ([#1134](https://github.com/odigos-io/ui-kit/issues/1134)) ([cca9fc5](https://github.com/odigos-io/ui-kit/commit/cca9fc5d569d158fa4ea74d5b1eb611a02023cbe))
|
|
174
162
|
|
|
175
163
|
## [0.0.274](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.273...ui-kit-v0.0.274) (2026-07-28)
|
|
176
164
|
|
|
177
|
-
|
|
178
165
|
### Features
|
|
179
166
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
167
|
+
- add maxWidth prop to Note component ([#1131](https://github.com/odigos-io/ui-kit/issues/1131)) ([9e9d360](https://github.com/odigos-io/ui-kit/commit/9e9d3601ebfe19e342d0949aec9f2941c756e50e))
|
|
168
|
+
- add support for Elastic Container Service (ECS) platform ([#1124](https://github.com/odigos-io/ui-kit/issues/1124)) ([1c18ca5](https://github.com/odigos-io/ui-kit/commit/1c18ca5ad1da4c0a4d7ae2620cb7b4171c88f557))
|
|
169
|
+
- group Add Action drawer by category with subtitle (PLAT-1339) ([#1130](https://github.com/odigos-io/ui-kit/issues/1130)) ([e40fe15](https://github.com/odigos-io/ui-kit/commit/e40fe1521675180ed8fcceecdc246f6d64bced2c))
|
|
184
170
|
|
|
185
171
|
### Bug Fixes
|
|
186
172
|
|
|
187
|
-
|
|
173
|
+
- keep diagnose namespaces selector enabled with Source Workloads (PLAT-1328) ([#1123](https://github.com/odigos-io/ui-kit/issues/1123)) ([9c327d7](https://github.com/odigos-io/ui-kit/commit/9c327d71ad316c3f7e3f8894315862a9f4869df6))
|
|
188
174
|
|
|
189
175
|
## [0.0.273](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.272...ui-kit-v0.0.273) (2026-07-27)
|
|
190
176
|
|
|
191
|
-
|
|
192
177
|
### Features
|
|
193
178
|
|
|
194
|
-
|
|
179
|
+
- render action desired-state statuses in the edit drawer (PLAT-1336) ([#1127](https://github.com/odigos-io/ui-kit/issues/1127)) ([7eb81e6](https://github.com/odigos-io/ui-kit/commit/7eb81e6691eed6698193ffe99b83f5366cb87aad))
|
|
195
180
|
|
|
196
181
|
## [0.0.272](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.271...ui-kit-v0.0.272) (2026-07-27)
|
|
197
182
|
|
|
198
|
-
|
|
199
183
|
### Bug Fixes
|
|
200
184
|
|
|
201
|
-
|
|
185
|
+
- block CRUD on Instrumentation Rules for OSS installations ([#1120](https://github.com/odigos-io/ui-kit/issues/1120)) ([f0a1627](https://github.com/odigos-io/ui-kit/commit/f0a16277b623b4d07fe10ef79e867e19d1dff9d9))
|
|
202
186
|
|
|
203
187
|
## [0.0.271](https://github.com/odigos-io/ui-kit/compare/ui-kit-v0.0.270...ui-kit-v0.0.271) (2026-07-27)
|
|
204
188
|
|
package/Makefile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsx as e,Fragment as t,jsxs as r}from"react/jsx-runtime";import{Fragment as n,useMemo as o,useContext as a,createContext as s}from"react";import{T as i,t as u,b as l,P as c}from"./ui-components-
|
|
1
|
+
import{jsx as e,Fragment as t,jsxs as r}from"react/jsx-runtime";import{Fragment as n,useMemo as o,useContext as a,createContext as s}from"react";import{T as i,t as u,b as l,P as c}from"./ui-components-Bhz7WgBl.js";import p from"styled-components";var d;(e=>{e.Default="default",e.Action="action",e.Endpoint="endpoint",e.Scope="scope",e.Duration="duration"})(d||(d={}));const f=[d.Action,d.Endpoint,d.Scope,d.Duration],h=p.span`
|
|
2
2
|
font-family: ${({theme:e,$isMono:t})=>t?e.font_family.secondary:e.font_family.primary};
|
|
3
3
|
font-size: ${({theme:e})=>e.v2.text.size.xxs}px;
|
|
4
4
|
line-height: 20px;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsx as e,jsxs as t,Fragment as a}from"react/jsx-runtime";import r,{css as l,useTheme as n}from"styled-components";import i,{useMemo as o,useRef as s,useCallback as c,useState as d,memo as u,useEffect as p,Fragment as h,forwardRef as g,useImperativeHandle as m}from"react";import"@xyflow/react/dist/style.css";import{Handle as v,Position as f,getSmoothStepPath as b,BaseEdge as y,EdgeLabelRenderer as x,MarkerType as $,ReactFlowProvider as k,useNodesState as C,useEdgesState as S,ReactFlow as w,Background as T,useReactFlow as M}from"@xyflow/react";import{D as A,c as P,F as L,d as O,e as E,f as I,g as N,h as R,B as V,i as D,j as z,k as X,C as _,N as H,W as B,l as j,m as q,V as U,n as G,o as K,p as W,q as F,r as Y,s as J,u as Z,v as Q,I as ee,w as te,x as ae,y as re,z as le,E as ne,G as ie,H as oe,S as se,J as ce,K as de,U as ue,L as pe,M as he,O as ge,Q as me,X as ve,Y as fe,Z as be,_ as ye,$ as xe,a0 as $e,a1 as ke,a2 as Ce,a3 as Se,a4 as we,a5 as Te,a6 as Me,T as Ae,a7 as Pe,a8 as Le,a9 as Oe,aa as Ee,ab as Ie,ac as Ne,ad as Re,ae as Ve,af as De,ag as ze,ah as Xe,ai as _e,aj as He,b as Be,ak as je,al as qe,am as Ue,an as Ge,ao as Ke,ap as We,aq as Fe,ar as Ye,as as Je,at as Ze,au as Qe,av as et,aw as tt,ax as at,ay as rt,az as lt,aA as nt,aB as it,aC as ot,aD as st,aE as ct,aF as dt,aG as ut,aH as pt,aI as ht,aJ as gt,aK as mt,aL as vt,aM as ft,aN as bt,aO as yt,aP as xt,aQ as $t,aR as kt,aS as Ct,aT as St,aU as wt,aV as Tt,aW as Mt,aX as At,aY as Pt,aZ as Lt,a_ as Ot,a$ as Et,b0 as It,b1 as Nt,b2 as Rt,R as Vt,b3 as Dt,b4 as zt,A as Xt,b5 as _t,b6 as Ht}from"./ui-components-
|
|
1
|
+
import{jsx as e,jsxs as t,Fragment as a}from"react/jsx-runtime";import r,{css as l,useTheme as n}from"styled-components";import i,{useMemo as o,useRef as s,useCallback as c,useState as d,memo as u,useEffect as p,Fragment as h,forwardRef as g,useImperativeHandle as m}from"react";import"@xyflow/react/dist/style.css";import{Handle as v,Position as f,getSmoothStepPath as b,BaseEdge as y,EdgeLabelRenderer as x,MarkerType as $,ReactFlowProvider as k,useNodesState as C,useEdgesState as S,ReactFlow as w,Background as T,useReactFlow as M}from"@xyflow/react";import{D as A,c as P,F as L,d as O,e as E,f as I,g as N,h as R,B as V,i as D,j as z,k as X,C as _,N as H,W as B,l as j,m as q,V as U,n as G,o as K,p as W,q as F,r as Y,s as J,u as Z,v as Q,I as ee,w as te,x as ae,y as re,z as le,E as ne,G as ie,H as oe,S as se,J as ce,K as de,U as ue,L as pe,M as he,O as ge,Q as me,X as ve,Y as fe,Z as be,_ as ye,$ as xe,a0 as $e,a1 as ke,a2 as Ce,a3 as Se,a4 as we,a5 as Te,a6 as Me,T as Ae,a7 as Pe,a8 as Le,a9 as Oe,aa as Ee,ab as Ie,ac as Ne,ad as Re,ae as Ve,af as De,ag as ze,ah as Xe,ai as _e,aj as He,b as Be,ak as je,al as qe,am as Ue,an as Ge,ao as Ke,ap as We,aq as Fe,ar as Ye,as as Je,at as Ze,au as Qe,av as et,aw as tt,ax as at,ay as rt,az as lt,aA as nt,aB as it,aC as ot,aD as st,aE as ct,aF as dt,aG as ut,aH as pt,aI as ht,aJ as gt,aK as mt,aL as vt,aM as ft,aN as bt,aO as yt,aP as xt,aQ as $t,aR as kt,aS as Ct,aT as St,aU as wt,aV as Tt,aW as Mt,aX as At,aY as Pt,aZ as Lt,a_ as Ot,a$ as Et,b0 as It,b1 as Nt,b2 as Rt,R as Vt,b3 as Dt,b4 as zt,A as Xt,b5 as _t,b6 as Ht}from"./ui-components-Bhz7WgBl.js";import{UserIcon as Bt,DestinationIcon as jt,HomeIcon as qt,VIcon as Ut,TrashIcon as Gt,PlusIcon as Kt,VSquareIcon as Wt,XSquareIcon as Ft,EditIcon as Yt,OdigosLogoTextCentral as Jt,OdigosLogoTextEnterprise as Zt,OdigosLogoTextCommunity as Qt,OdigosLogoTextColoredCentral as ea,OdigosLogoTextColoredEnterprise as ta,OdigosLogoTextColoredCommunity as aa,ArrowLeftIcon as ra,ArrowRightIcon as la,CopyIcon as na,YamlIcon as ia}from"../icons.js";import{i as oa,m as sa,u as ca,n as da,a as ua,C as pa,b as ha,d as ga,e as ma,f as va,g as fa,h as ba,j as ya,k as xa}from"./helpers-DbT32OSr.js";const $a=/^[a-zA-Z]$/,ka=new Set(["*","+","?"]),Ca=new Set(["^","$"]),Sa={group:"rgba(102, 242, 102, 0.5)","anchor-quantifier":"rgba(102, 191, 255, 0.5)","class-bracket":"rgba(255, 153, 153, 0.5)","class-content":"rgba(178, 1, 1, 0.5)",alternation:"rgba(255, 153, 153, 0.5)",literal:"transparent"},wa=r.div`
|
|
2
2
|
padding: 8px 16px;
|
|
3
3
|
border-radius: 6px;
|
|
4
4
|
border: 1px solid ${({theme:e})=>e.v2.colors.silver[500]};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{jsx as e,jsxs as t}from"react/jsx-runtime";import{useMemo as a,useContext as r,createContext as n,useCallback as s,useState as o,useEffect as i,useRef as l}from"react";import{t as c,b7 as d,b8 as u,m,S,b9 as p,ba as E,bb as I,P as T,bc as f,bd as y,be as _,bf as h,bg as g,bh as N,bi as v,bj as A,bk as R,bl as O,bm as C,bn as G,bo as D,bp as b,bq as L,br as w,bs as P,a$ as U,bt as F,bu as k,n as M,bv as H,bw as x,bx as $,by as K,bz as V,bA as B,w as Y,bB as W,h as j,K as q,bC as z,T as Q,bD as J,bE as X,bF as Z,bG as ee,bH as te,bI as ae,bJ as re,bK as ne,bL as se,bM as oe,bN as ie,bO as le,bP as ce,bQ as de,bR as ue,bS as me,bT as Se,bU as pe,bV as Ee,bW as Ie,bX as Te,ag as fe,ac as ye,ae as _e,ad as he,af as ge,ab as Ne,bY as ve,b as Ae}from"./ui-components-
|
|
1
|
+
import{jsx as e,jsxs as t}from"react/jsx-runtime";import{useMemo as a,useContext as r,createContext as n,useCallback as s,useState as o,useEffect as i,useRef as l}from"react";import{t as c,b7 as d,b8 as u,m,S,b9 as p,ba as E,bb as I,P as T,bc as f,bd as y,be as _,bf as h,bg as g,bh as N,bi as v,bj as A,bk as R,bl as O,bm as C,bn as G,bo as D,bp as b,bq as L,br as w,bs as P,a$ as U,bt as F,bu as k,n as M,bv as H,bw as x,bx as $,by as K,bz as V,bA as B,w as Y,bB as W,h as j,K as q,bC as z,T as Q,bD as J,bE as X,bF as Z,bG as ee,bH as te,bI as ae,bJ as re,bK as ne,bL as se,bM as oe,bN as ie,bO as le,bP as ce,bQ as de,bR as ue,bS as me,bT as Se,bU as pe,bV as Ee,bW as Ie,bX as Te,ag as fe,ac as ye,ae as _e,ad as he,af as ge,ab as Ne,bY as ve,b as Ae}from"./ui-components-Bhz7WgBl.js";import{i as Re,n as Oe,m as Ce,l as Ge,o as De,p as be,v as Le,q as we,u as Pe}from"./helpers-DbT32OSr.js";import{ApolloProvider as Ue,useLazyQuery as Fe,useApolloClient as ke,useQuery as Me}from"@apollo/client/react";import{ErrorLink as He}from"@apollo/client/link/error";import{SetContextLink as xe}from"@apollo/client/link/context";import{getMainDefinition as $e}from"@apollo/client/utilities";import{CombinedGraphQLErrors as Ke,ServerError as Ve}from"@apollo/client/errors";import{HttpLink as Be,ApolloLink as Ye,ApolloClient as We,InMemoryCache as je,gql as qe}from"@apollo/client";const ze=e=>{if(!e)return!1;const t=e.toLowerCase();return t.includes("authentication required")||t.includes("authentication expired")||t.includes("http 401")},Qe=n(null),Je=()=>{const e=r(Qe);if(!e)throw new Error("[ui-kit] useOdigosApi() / useXxxApi() called outside of <OdigosApiProvider>. Make sure the host app mounts the provider at its layout level.");return e},Xe=({apolloConfig:t,operations:r,context:n,children:s})=>{const o=a(()=>(e=>{const t=new Be({uri:e.httpUrl,credentials:e.credentials??"same-origin"}),a=new He(({error:t})=>{Ke.is(t)?t.errors.some(e=>ze(e.message))&&e.onAuthError?.():(Ve.is(t)&&401===t.statusCode||ze(t.message))&&e.onAuthError?.()}),r=new xe(async t=>{const a={...t.headers};if(e.authHeader){const t=await e.authHeader();Object.assign(a,t)}return e.csrfHeader&&Object.assign(a,e.csrfHeader()),{headers:a}}),n=[];e.additionalLinks?.length&&n.push(...e.additionalLinks),n.push(r,a,t);let s=Ye.from(n);e.wsLink&&(s=Ye.split(({query:e})=>{const t=$e(e);return"OperationDefinition"===t.kind&&"subscription"===t.operation},e.wsLink,s));const o=e.defaultFetchPolicies;return new We({link:s,cache:new je({typePolicies:e.cacheTypePolicies}),defaultOptions:{watchQuery:{fetchPolicy:o?.watchQuery??"cache-and-network"},query:{fetchPolicy:o?.query??"cache-first"},mutate:{fetchPolicy:o?.mutate??"network-only"}}})})(t),[t.httpUrl,t.wsLink,t.credentials,t.clientKey]),i=a(()=>({operations:r,context:n,apolloConfig:t}),[r,n,t]);return e(Ue,{client:o,children:e(Qe.Provider,{value:i,children:s})})},Ze=Qe,et=e=>e.map(e=>`${e.id}:${e.odigosVersion}:${e.type}`).join(","),tt=(e,t,a)=>{const r=t.length?t.map(e=>e.id):a??[],n={...e,connectionIds:r};if(!t.length||c(e.version)>0)return n;const s=t[0];return{...n,version:s.odigosVersion||e.version,platformType:s.type??e.platformType}},at=({connections:t,connectionIds:r,children:n})=>{const s=Je(),o=a(()=>({operations:s.operations,context:tt(s.context,t,r),apolloConfig:s.apolloConfig}),[s.operations,s.context,s.apolloConfig,et(t),r?.join(",")]);return e(Ze.Provider,{value:o,children:n})},rt=(e,t)=>{if(e)return"string"==typeof e?e:p(e,t)},nt=e=>{const{addNotification:t}=d(),a=(a,r,n,s,o)=>t({type:a,title:r,message:n,crdType:e,target:rt(s,e),hideFromHistory:o});return{notify:a,notifyError:(e,t,r)=>a(S.Error,e,t,r),notifySuccess:(e,t,r)=>a(S.Success,e,t,r),notifyPending:(e,t)=>a(S.Default,"Pending",e,t,!0),notifyReadonly:()=>{t({type:S.Warning,title:m.READONLY,message:u.READONLY_WARNING,hideFromHistory:!0})}}},st=e=>{e({type:S.Warning,title:m.READONLY,message:u.READONLY_WARNING,hideFromHistory:!0})},ot=e=>({error:e,results:[],allSucceeded:!1,anySucceeded:!1,successCount:0,failureCount:0}),it=(e,t)=>{if(e)return"function"==typeof e?e(t):e},lt=e=>{if(!e)return"Unknown error";if(e instanceof Error)return e.cause instanceof Error?e.cause.message:e.message;if("object"==typeof e){const t=e;return t.cause?.message||t.message||String(e)}return String(e)},ct=(e,t)=>e.client??t,dt=async(e,t,a,r,n)=>{if(!t)return{error:"Query operation not configured"};if(t.canRun&&!t.canRun(r))return{data:void 0};if(t.run)try{return await t.run(ct(t,e),a,r)}catch(e){return{error:lt(e)}}const s=it(t.document,r);if(!s)return{error:"Query operation not supported in this context"};const o=t.transformVariables?t.transformVariables(a,r):a,i=ct(t,e);try{const e=await i.query({query:s,variables:o,fetchPolicy:n??"network-only"});return{data:t.transformResult?t.transformResult(e.data,r):e.data,error:e.error?lt(e.error):void 0}}catch(e){return{error:lt(e)}}},ut=async(e,t,a,r)=>{if(!t)return{error:"Mutation operation not configured"};if(t.canRun&&!t.canRun(r))return{error:"Mutation operation not supported in this context"};if(t.run)try{return await t.run(ct(t,e),a,r)}catch(e){return{error:lt(e)}}const n=it(t.document,r);if(!n)return{error:"Mutation operation not supported in this context"};const s=t.transformVariables?t.transformVariables(a,r):a,o=ct(t,e);try{const e=await o.mutate({mutation:n,variables:s});return{data:t.transformResult?t.transformResult(e.data,r):e.data,error:void 0}}catch(e){return{error:lt(e)}}},mt=async(e,t,a,r,n)=>{if(!t)return ot("Multi fetch operation not configured");if(!a.length)return ot("No proxy ids supplied for multi fetch");const s=ct(t,e);if(t.transformVariablesMulti&&(t.documentMulti||t.document)){const e=t.transformVariablesMulti(a,r,n),o=[];for(const a of e)try{const e=await s.query({query:a.document,variables:a.variables,fetchPolicy:"network-only"});t.transformMultiResult?t.transformMultiResult(e.data,n).forEach(e=>o.push(e)):a.proxyIDs.forEach(t=>{o.push({proxyID:t,success:!e.error,data:e.data,error:e.error?.message})})}catch(e){const t=lt(e);a.proxyIDs.forEach(e=>o.push({proxyID:e,success:!1,error:t}))}const i=o.filter(e=>e.success).length,l=o.length-i,c=Array.from(new Set(o.filter(e=>!!e.error).map(e=>e.error)));return{results:o,allSucceeded:0===l,anySucceeded:i>0,successCount:i,failureCount:l,error:c.length?c.join(", "):void 0}}const o=await Promise.all(a.map(async a=>{const s={...n,proxyID:a},o=await dt(e,t,r,s);return{proxyID:a,success:!o.error,data:o.data,error:o.error}})),i=o.filter(e=>e.success).length,l=o.length-i,c=Array.from(new Set(o.filter(e=>!!e.error).map(e=>e.error)));return{results:o,allSucceeded:0===l,anySucceeded:i>0,successCount:i,failureCount:l,error:c.length?c.join(", "):void 0}},St=qe`
|
|
2
2
|
query OdigosApiNoop {
|
|
3
3
|
__typename
|
|
4
4
|
}
|