@odigos/ui-kit 0.0.31 → 0.0.32

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 (36) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/lib/components.js +9 -12
  3. package/lib/constants.js +3 -6
  4. package/lib/containers/instrumentation-rule-form/custom-fields/headers-collection.d.ts +5 -0
  5. package/lib/containers.js +34 -19
  6. package/lib/functions.js +6 -8
  7. package/lib/hooks/useInstrumentationRuleFormData.d.ts +1 -1
  8. package/lib/hooks.js +4 -7
  9. package/lib/icons/instrumentation-rules/headers-collection-icon/headers-collection-icon.stories.d.ts +8 -0
  10. package/lib/icons/instrumentation-rules/headers-collection-icon/index.d.ts +2 -0
  11. package/lib/icons/instrumentation-rules/index.d.ts +1 -0
  12. package/lib/icons.js +7 -8
  13. package/lib/{index-CWbxXTof.js → index-B3j_QWzh.js} +1 -1
  14. package/lib/index-B9cvsYnj.js +100 -0
  15. package/lib/{index-nltUpkWT.js → index-BxckQJom.js} +6 -8
  16. package/lib/{index-CJs4RDHU.js → index-C7YDojNh.js} +2 -3
  17. package/lib/{index-BJxaoI0G.js → index-DAbcw-wM.js} +1 -1
  18. package/lib/{index-CamnKrev.js → index-DR5ryS5d.js} +1 -1
  19. package/lib/{index-B46Mcu9H.js → index-DeD-SIlN.js} +5 -6
  20. package/lib/{index-IKusBlIE.js → index-DuSmjoDs.js} +1 -1
  21. package/lib/{index-BbbCCewR.js → index-PfG5pvFK.js} +1 -1
  22. package/lib/{index-DYNMhZMX.js → index-cG2lNgzz.js} +6 -6
  23. package/lib/index-ivnS3eWW.js +1178 -0
  24. package/lib/{index-BGK1nMOD.js → index-rbphz5kH.js} +2 -2
  25. package/lib/snippets.js +9 -12
  26. package/lib/store.js +2 -2
  27. package/lib/theme.js +3 -233
  28. package/lib/types/instrumentation-rules/index.d.ts +26 -18
  29. package/lib/types.js +15 -9
  30. package/lib/{useSourceSelectionFormData-BWz8fTJr.js → useSourceSelectionFormData-A5_zhn1C.js} +3 -3
  31. package/lib/{useTransition-B65KBqdK.js → useTransition-9tDdAS9s.js} +1 -2
  32. package/package.json +1 -1
  33. package/lib/index-CFnxjzaW.js +0 -37
  34. package/lib/index-DGel4E-Z.js +0 -67
  35. package/lib/index-DGuOxbBR.js +0 -227
  36. package/lib/index-DMXaEyAB.js +0 -720
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { _ as WarningModal } from './index-nltUpkWT.js';
2
+ import { _ as WarningModal } from './index-BxckQJom.js';
3
3
  import { StatusType, EntityTypes } from './types.js';
4
- import './index-DMXaEyAB.js';
4
+ import './index-ivnS3eWW.js';
5
5
  import 'styled-components';
6
6
 
7
7
  const CancelWarning = ({ isOpen, noOverlay, name, onApprove, onDeny }) => {
package/lib/snippets.js CHANGED
@@ -1,17 +1,14 @@
1
- export { A as AddButton } from './index-nltUpkWT.js';
2
- export { E as EditButton, N as NoteBackToSummary } from './index-B46Mcu9H.js';
1
+ export { A as AddButton } from './index-BxckQJom.js';
2
+ export { E as EditButton, N as NoteBackToSummary } from './index-DeD-SIlN.js';
3
3
  import 'react';
4
- import './theme.js';
5
- import './index-DMXaEyAB.js';
4
+ import './index-ivnS3eWW.js';
6
5
  import './types.js';
7
6
  import 'styled-components';
8
- import './index-BJxaoI0G.js';
7
+ import './index-DAbcw-wM.js';
9
8
  import './index-BZS1ijMm.js';
10
- import './index-DGuOxbBR.js';
11
- import './index-CFnxjzaW.js';
12
- import './index-DGel4E-Z.js';
13
- import './index-CJs4RDHU.js';
14
- import './index-IKusBlIE.js';
15
- import './useTransition-B65KBqdK.js';
9
+ import './index-B9cvsYnj.js';
10
+ import './index-C7YDojNh.js';
11
+ import './index-DuSmjoDs.js';
12
+ import './useTransition-9tDdAS9s.js';
16
13
  import 'react-dom';
17
- import './index-CWbxXTof.js';
14
+ import './index-B3j_QWzh.js';
package/lib/store.js CHANGED
@@ -1,4 +1,4 @@
1
- export { u as useDarkMode, a as useDataStreamStore, b as useDrawerStore, c as useEntityStore, d as useFilterStore, e as useInstrumentStore, f as useModalStore, g as useNotificationStore, h as usePendingStore, i as useSelectedStore, j as useSetupStore } from './index-DMXaEyAB.js';
2
- import './types.js';
1
+ export { u as useDarkMode, a as useDataStreamStore, b as useDrawerStore, c as useEntityStore, d as useFilterStore, e as useInstrumentStore, f as useModalStore, g as useNotificationStore, h as usePendingStore, i as useSelectedStore, j as useSetupStore } from './index-ivnS3eWW.js';
3
2
  import 'react';
3
+ import './types.js';
4
4
  import 'styled-components';
package/lib/theme.js CHANGED
@@ -1,234 +1,4 @@
1
- import React from 'react';
2
- import { u as useDarkMode, l as animations } from './index-DMXaEyAB.js';
3
- import { ThemeProvider, useTheme } from 'styled-components';
1
+ export { T as default } from './index-ivnS3eWW.js';
2
+ import 'styled-components';
3
+ import 'react';
4
4
  import './types.js';
5
-
6
- const baseTheme = {
7
- colors: {
8
- // Custom Colors
9
- majestic_blue: '#444AD9',
10
- majestic_blue_soft: '#6C7AE8',
11
- orange_og: '#FE9239',
12
- orange_soft: '#FFB160',
13
- dark_red: '#802828',
14
- darker_red: '#611F1F',
15
- darkest_red: '#281515',
16
- darkest_red_hover: '#351515',
17
- dark_green: '#2D4323',
18
- },
19
- font_family: {
20
- primary: 'Inter, sans-serif',
21
- secondary: 'Kode Mono, sans-serif',
22
- code: 'IBM Plex Mono, monospace',
23
- },
24
- };
25
- const darkModeTheme = {
26
- darkMode: true,
27
- colors: {
28
- ...baseTheme.colors,
29
- // Base Colors
30
- primary: '#111111',
31
- secondary: '#F9F9F9',
32
- border: '#525252',
33
- dark_grey: '#151515',
34
- translucent_bg: '#1A1A1A',
35
- dropdown_bg: '#242424',
36
- dropdown_bg_2: '#333333',
37
- // Notification Colors
38
- warning: '#472300',
39
- error: '#431919',
40
- success: '#172013',
41
- info: '#242424',
42
- default: '#181944',
43
- },
44
- text: {
45
- // Base Colors
46
- white: '#FFFFFF',
47
- primary: '#111111',
48
- secondary: '#F9F9F9',
49
- grey: '#B8B8B8',
50
- dark_grey: '#8F8F8F',
51
- darker_grey: '#7A7A7A',
52
- light_grey: '#CCD0D2',
53
- dark_button: '#0A1824',
54
- // Notification Colors
55
- warning: '#E9CF35',
56
- warning_secondary: '#FFA349',
57
- error: '#EF7676',
58
- error_secondary: '#DB5151',
59
- success: '#81AF65',
60
- success_secondary: '#51DB51',
61
- info: '#B8B8B8',
62
- info_secondary: '#CCDDDD',
63
- default: '#AABEF7',
64
- default_secondary: '#8CBEFF',
65
- },
66
- font_family: baseTheme.font_family,
67
- };
68
- const lightModeTheme = {
69
- darkMode: false,
70
- colors: {
71
- ...baseTheme.colors,
72
- // Base Colors
73
- primary: '#EEEEEE',
74
- secondary: '#060606',
75
- border: '#ADADAD',
76
- dark_grey: '#EAEAEA',
77
- translucent_bg: '#E5E5E5',
78
- dropdown_bg: '#DBDBDB',
79
- dropdown_bg_2: '#CCCCCC',
80
- // Notification Colors
81
- warning: '#F6F092',
82
- error: '#FACECE',
83
- success: '#C8DEB8',
84
- info: '#E0E0E0',
85
- default: '#CAD9FB',
86
- },
87
- text: {
88
- // Base Colors
89
- white: '#FFFFFF',
90
- primary: '#EEEEEE',
91
- secondary: '#060606',
92
- grey: '#474747',
93
- dark_grey: '#707070',
94
- darker_grey: '#858585',
95
- light_grey: '#332F2D',
96
- dark_button: '#F5E7DB',
97
- // Notification Colors
98
- warning: '#A56F12',
99
- warning_secondary: '#CA9416',
100
- error: '#B63A3A',
101
- error_secondary: '#DB5151',
102
- success: '#4E763A',
103
- success_secondary: '#67964C',
104
- info: '#525252',
105
- info_secondary: '#7A7A7A',
106
- default: '#444AD9',
107
- default_secondary: '#6C7AE8',
108
- },
109
- font_family: baseTheme.font_family,
110
- };
111
- const getTheme = (darkMode) => (darkMode ? darkModeTheme : lightModeTheme);
112
-
113
- const Provider = ({ children }) => {
114
- const { darkMode } = useDarkMode();
115
- return React.createElement(ThemeProvider, { theme: getTheme(darkMode) }, children);
116
- };
117
-
118
- const hex = {
119
- '100': 'FF',
120
- '099': 'FC',
121
- '098': 'FA',
122
- '097': 'F7',
123
- '096': 'F5',
124
- '095': 'F2',
125
- '094': 'F0',
126
- '093': 'ED',
127
- '092': 'EB',
128
- '091': 'E8',
129
- '090': 'E6',
130
- '089': 'E3',
131
- '088': 'E0',
132
- '087': 'DE',
133
- '086': 'DB',
134
- '085': 'D9',
135
- '084': 'D6',
136
- '083': 'D4',
137
- '082': 'D1',
138
- '081': 'CF',
139
- '080': 'CC',
140
- '079': 'C9',
141
- '078': 'C7',
142
- '077': 'C4',
143
- '076': 'C2',
144
- '075': 'BF',
145
- '074': 'BD',
146
- '073': 'BA',
147
- '072': 'B8',
148
- '071': 'B5',
149
- '070': 'B3',
150
- '069': 'B0',
151
- '068': 'AD',
152
- '067': 'AB',
153
- '066': 'A8',
154
- '065': 'A6',
155
- '064': 'A3',
156
- '063': 'A1',
157
- '062': '9E',
158
- '061': '9C',
159
- '060': '99',
160
- '059': '96',
161
- '058': '94',
162
- '057': '91',
163
- '056': '8F',
164
- '055': '8C',
165
- '054': '8A',
166
- '053': '87',
167
- '052': '85',
168
- '051': '82',
169
- '050': '80',
170
- '049': '7D',
171
- '048': '7A',
172
- '047': '78',
173
- '046': '75',
174
- '045': '73',
175
- '044': '70',
176
- '043': '6E',
177
- '042': '6B',
178
- '041': '69',
179
- '040': '66',
180
- '039': '63',
181
- '038': '61',
182
- '037': '5E',
183
- '036': '5C',
184
- '035': '59',
185
- '034': '57',
186
- '033': '54',
187
- '032': '52',
188
- '031': '4F',
189
- '030': '4D',
190
- '029': '4A',
191
- '028': '47',
192
- '027': '45',
193
- '026': '42',
194
- '025': '40',
195
- '024': '3D',
196
- '023': '3B',
197
- '022': '38',
198
- '021': '36',
199
- '020': '33',
200
- '019': '30',
201
- '018': '2E',
202
- '017': '2B',
203
- '016': '29',
204
- '015': '26',
205
- '014': '24',
206
- '013': '21',
207
- '012': '1F',
208
- '011': '1C',
209
- '010': '1A',
210
- '009': '17',
211
- '008': '14',
212
- '007': '12',
213
- '006': '0F',
214
- '005': '0D',
215
- '004': '0A',
216
- '003': '08',
217
- '002': '05',
218
- '001': '03',
219
- '000': '00',
220
- };
221
-
222
- var opacity = /*#__PURE__*/Object.freeze({
223
- __proto__: null,
224
- hex: hex
225
- });
226
-
227
- const Theme = {
228
- Provider,
229
- useTheme: useTheme,
230
- opacity,
231
- animations,
232
- };
233
-
234
- export { Theme as default };
@@ -1,8 +1,9 @@
1
1
  import type { SVG } from '../common';
2
2
  import type { WorkloadId } from '../sources';
3
3
  export declare enum InstrumentationRuleType {
4
- PayloadCollection = "PayloadCollection",
5
4
  CodeAttributes = "CodeAttributes",
5
+ HeadersCollection = "HeadersCollection",
6
+ PayloadCollection = "PayloadCollection",
6
7
  UnknownType = "UnknownType"
7
8
  }
8
9
  export interface InstrumentationRule {
@@ -18,8 +19,31 @@ export interface InstrumentationRule {
18
19
  language: string;
19
20
  library: string;
20
21
  }[] | null;
21
- payloadCollection?: PayloadCollection | null;
22
22
  codeAttributes?: CodeAttributes | null;
23
+ headersCollection?: HeadersCollection | null;
24
+ payloadCollection?: PayloadCollection | null;
25
+ }
26
+ export declare enum CodeAttributesKeyTypes {
27
+ Column = "column",
28
+ FilePath = "filePath",
29
+ Function = "function",
30
+ LineNumber = "lineNumber",
31
+ Namespace = "namespace",
32
+ StackTrace = "stacktrace"
33
+ }
34
+ export interface CodeAttributes {
35
+ [CodeAttributesKeyTypes.Column]?: boolean | null;
36
+ [CodeAttributesKeyTypes.FilePath]?: boolean | null;
37
+ [CodeAttributesKeyTypes.Function]?: boolean | null;
38
+ [CodeAttributesKeyTypes.LineNumber]?: boolean | null;
39
+ [CodeAttributesKeyTypes.Namespace]?: boolean | null;
40
+ [CodeAttributesKeyTypes.StackTrace]?: boolean | null;
41
+ }
42
+ export declare enum HeadersCollectionKeyTypes {
43
+ HeaderKeys = "headerKeys"
44
+ }
45
+ export interface HeadersCollection {
46
+ [HeadersCollectionKeyTypes.HeaderKeys]?: string[] | null;
23
47
  }
24
48
  interface HttpPayloadCollection {
25
49
  mimeTypes?: string[] | null;
@@ -46,22 +70,6 @@ export interface PayloadCollection {
46
70
  [PayloadCollectionKeyTypes.DbQuery]?: DbQueryPayloadCollection | null;
47
71
  [PayloadCollectionKeyTypes.Messaging]?: MessagingPayloadCollection | null;
48
72
  }
49
- export declare enum CodeAttributesKeyTypes {
50
- Column = "column",
51
- FilePath = "filePath",
52
- Function = "function",
53
- LineNumber = "lineNumber",
54
- Namespace = "namespace",
55
- StackTrace = "stacktrace"
56
- }
57
- export interface CodeAttributes {
58
- [CodeAttributesKeyTypes.Column]?: boolean | null;
59
- [CodeAttributesKeyTypes.FilePath]?: boolean | null;
60
- [CodeAttributesKeyTypes.Function]?: boolean | null;
61
- [CodeAttributesKeyTypes.LineNumber]?: boolean | null;
62
- [CodeAttributesKeyTypes.Namespace]?: boolean | null;
63
- [CodeAttributesKeyTypes.StackTrace]?: boolean | null;
64
- }
65
73
  export interface InstrumentationRuleOption {
66
74
  type: InstrumentationRuleType;
67
75
  icon: SVG;
package/lib/types.js CHANGED
@@ -199,17 +199,11 @@ var DestinationTypes;
199
199
 
200
200
  var InstrumentationRuleType;
201
201
  (function (InstrumentationRuleType) {
202
- InstrumentationRuleType["PayloadCollection"] = "PayloadCollection";
203
202
  InstrumentationRuleType["CodeAttributes"] = "CodeAttributes";
203
+ InstrumentationRuleType["HeadersCollection"] = "HeadersCollection";
204
+ InstrumentationRuleType["PayloadCollection"] = "PayloadCollection";
204
205
  InstrumentationRuleType["UnknownType"] = "UnknownType";
205
206
  })(InstrumentationRuleType || (InstrumentationRuleType = {}));
206
- var PayloadCollectionKeyTypes;
207
- (function (PayloadCollectionKeyTypes) {
208
- PayloadCollectionKeyTypes["HttpRequest"] = "httpRequest";
209
- PayloadCollectionKeyTypes["HttpResponse"] = "httpResponse";
210
- PayloadCollectionKeyTypes["DbQuery"] = "dbQuery";
211
- PayloadCollectionKeyTypes["Messaging"] = "messaging";
212
- })(PayloadCollectionKeyTypes || (PayloadCollectionKeyTypes = {}));
213
207
  // Code Attributes for Instrumentation Rules
214
208
  var CodeAttributesKeyTypes;
215
209
  (function (CodeAttributesKeyTypes) {
@@ -220,6 +214,18 @@ var CodeAttributesKeyTypes;
220
214
  CodeAttributesKeyTypes["Namespace"] = "namespace";
221
215
  CodeAttributesKeyTypes["StackTrace"] = "stacktrace";
222
216
  })(CodeAttributesKeyTypes || (CodeAttributesKeyTypes = {}));
217
+ // Code Attributes for Instrumentation Rules
218
+ var HeadersCollectionKeyTypes;
219
+ (function (HeadersCollectionKeyTypes) {
220
+ HeadersCollectionKeyTypes["HeaderKeys"] = "headerKeys";
221
+ })(HeadersCollectionKeyTypes || (HeadersCollectionKeyTypes = {}));
222
+ var PayloadCollectionKeyTypes;
223
+ (function (PayloadCollectionKeyTypes) {
224
+ PayloadCollectionKeyTypes["HttpRequest"] = "httpRequest";
225
+ PayloadCollectionKeyTypes["HttpResponse"] = "httpResponse";
226
+ PayloadCollectionKeyTypes["DbQuery"] = "dbQuery";
227
+ PayloadCollectionKeyTypes["Messaging"] = "messaging";
228
+ })(PayloadCollectionKeyTypes || (PayloadCollectionKeyTypes = {}));
223
229
 
224
230
  var SignalType;
225
231
  (function (SignalType) {
@@ -235,4 +241,4 @@ var K8sResourceKind;
235
241
  K8sResourceKind["StatefulSet"] = "StatefulSet";
236
242
  })(K8sResourceKind || (K8sResourceKind = {}));
237
243
 
238
- export { ActionType, AddNodeTypes, CodeAttributesKeyTypes, CrdTypes, Crud, DestinationTypes, EdgeTypes, EntityTypes, FieldTypes, InstrumentationRuleType, K8sResourceKind, NodeTypes, OtherStatus, PayloadCollectionKeyTypes, PlatformType, ProgrammingLanguages, SignalType, SortDirection, StatusType, Tier };
244
+ export { ActionType, AddNodeTypes, CodeAttributesKeyTypes, CrdTypes, Crud, DestinationTypes, EdgeTypes, EntityTypes, FieldTypes, HeadersCollectionKeyTypes, InstrumentationRuleType, K8sResourceKind, NodeTypes, OtherStatus, PayloadCollectionKeyTypes, PlatformType, ProgrammingLanguages, SignalType, SortDirection, StatusType, Tier };
@@ -1,10 +1,10 @@
1
1
  import { ActionType, StatusType, AddNodeTypes, EntityTypes, FieldTypes } from './types.js';
2
+ import { g as useNotificationStore, f as useModalStore, b as useDrawerStore, c as useEntityStore, a as useDataStreamStore, j as useSetupStore } from './index-ivnS3eWW.js';
3
+ import { F as FORM_ALERTS } from './index-B9cvsYnj.js';
2
4
  import { useState, useEffect, useMemo } from 'react';
3
- import { g as useNotificationStore, f as useModalStore, b as useDrawerStore, c as useEntityStore, a as useDataStreamStore, j as useSetupStore } from './index-DMXaEyAB.js';
4
5
  import 'styled-components';
5
6
  import { i as isEmpty, s as safeJsonParse } from './index-BZS1ijMm.js';
6
- import { F as FORM_ALERTS } from './index-DGuOxbBR.js';
7
- import { b as useGenericForm } from './useTransition-B65KBqdK.js';
7
+ import { b as useGenericForm } from './useTransition-9tDdAS9s.js';
8
8
  import { g as getIdFromSseTarget } from './index-7-KCQK-x.js';
9
9
 
10
10
  const INITIAL$2 = {
@@ -1,6 +1,5 @@
1
1
  import React, { useState, useRef, useEffect, useCallback } from 'react';
2
- import './index-DGuOxbBR.js';
3
- import { g as useNotificationStore } from './index-DMXaEyAB.js';
2
+ import { g as useNotificationStore } from './index-ivnS3eWW.js';
4
3
  import { CodeAttributesKeyTypes, PayloadCollectionKeyTypes } from './types.js';
5
4
  import styled from 'styled-components';
6
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odigos/ui-kit",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "author": "Odigos",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,37 +0,0 @@
1
- import { ActionType, InstrumentationRuleType } from './types.js';
2
- import { S as SamplerIcon, P as PiiMaskingIcon, R as RenameAttributeIcon, D as DeleteAttributeIcon, A as AddClusterInfoIcon, K as K8sLogo, I as ImageErrorIcon, C as CodeAttributesIcon, a as PayloadCollectionIcon } from './index-DGel4E-Z.js';
3
- import 'react';
4
- import './index-DMXaEyAB.js';
5
- import 'styled-components';
6
-
7
- const getActionIcon = (type) => {
8
- const typeLowerCased = type?.toLowerCase();
9
- const isSamplerCategory = typeLowerCased?.includes('sampler');
10
- const isAttributesCategory = typeLowerCased === 'attributes';
11
- if (isSamplerCategory)
12
- return SamplerIcon;
13
- if (isAttributesCategory)
14
- return PiiMaskingIcon;
15
- const LOGOS = {
16
- [ActionType.K8sAttributes]: K8sLogo,
17
- [ActionType.AddClusterInfo]: AddClusterInfoIcon,
18
- [ActionType.DeleteAttributes]: DeleteAttributeIcon,
19
- [ActionType.PiiMasking]: PiiMaskingIcon,
20
- [ActionType.RenameAttributes]: RenameAttributeIcon,
21
- [ActionType.ErrorSampler]: SamplerIcon,
22
- [ActionType.ProbabilisticSampler]: SamplerIcon,
23
- [ActionType.LatencySampler]: SamplerIcon,
24
- };
25
- return LOGOS[type] || ImageErrorIcon;
26
- };
27
-
28
- const getInstrumentationRuleIcon = (type) => {
29
- const LOGOS = {
30
- [InstrumentationRuleType.PayloadCollection]: PayloadCollectionIcon,
31
- [InstrumentationRuleType.CodeAttributes]: CodeAttributesIcon,
32
- [InstrumentationRuleType.UnknownType]: ImageErrorIcon,
33
- };
34
- return LOGOS[type] || ImageErrorIcon;
35
- };
36
-
37
- export { getInstrumentationRuleIcon as a, getActionIcon as g };
@@ -1,67 +0,0 @@
1
- import React from 'react';
2
- import Theme from './theme.js';
3
-
4
- const AddClusterInfoIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
5
- const theme = Theme.useTheme();
6
- const fill = f || theme.text.secondary;
7
- return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 16 16', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
8
- React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M7.99992 11.3333V9.33333M7.99992 9.33333V7.33333M7.99992 9.33333H5.99992M7.99992 9.33333H9.99992M14.6666 8.26667V9.73333C14.6666 11.2268 14.6666 11.9735 14.3759 12.544C14.1203 13.0457 13.7123 13.4537 13.2106 13.7094C12.6401 14 11.8934 14 10.3999 14H5.59992C4.10645 14 3.35971 14 2.78928 13.7094C2.28751 13.4537 1.87956 13.0457 1.6239 12.544C1.33325 11.9735 1.33325 11.2268 1.33325 9.73333V6.26667C1.33325 4.77319 1.33325 4.02646 1.6239 3.45603C1.87956 2.95426 2.28751 2.54631 2.78928 2.29065C3.35971 2 4.10645 2 5.59992 2H5.81029C6.12336 2 6.2799 2 6.42199 2.04315C6.54778 2.08135 6.6648 2.14398 6.76636 2.22745C6.88108 2.32174 6.96791 2.45199 7.14157 2.71248L7.52493 3.28752C7.69859 3.54801 7.78542 3.67826 7.90014 3.77255C8.0017 3.85602 8.11873 3.91865 8.24452 3.95685C8.38661 4 8.54314 4 8.85621 4H10.3999C11.8934 4 12.6401 4 13.2106 4.29065C13.7123 4.54631 14.1203 4.95426 14.3759 5.45603C14.6666 6.02646 14.6666 6.77319 14.6666 8.26667Z' })));
9
- };
10
-
11
- const DeleteAttributeIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
12
- const theme = Theme.useTheme();
13
- const fill = f || theme.text.secondary;
14
- return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 16 16', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
15
- React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M10.6666 10.0007L8.66659 8.00065M8.66659 8.00065L6.66659 6.00065M8.66659 8.00065L10.6666 6.00065M8.66659 8.00065L6.66659 10.0007M4.41666 4.01431C3.33136 5.06369 2.34376 6.24491 1.47059 7.5384C1.37903 7.67404 1.33325 7.83734 1.33325 8.00065C1.33325 8.16396 1.37903 8.32726 1.47059 8.4629C2.34376 9.75639 3.33136 10.9376 4.41666 11.987C4.65522 12.2177 4.77449 12.333 4.94023 12.4319C5.07791 12.514 5.25728 12.5866 5.41337 12.6232C5.60126 12.6673 5.78723 12.6673 6.15917 12.6673H11.3332C12.2667 12.6673 12.7334 12.6673 13.0899 12.4857C13.4035 12.3259 13.6585 12.0709 13.8183 11.7573C13.9999 11.4008 13.9999 10.9341 13.9999 10.0007V6.00065C13.9999 5.06723 13.9999 4.60052 13.8183 4.244C13.6585 3.9304 13.4035 3.67543 13.0899 3.51564C12.7334 3.33398 12.2667 3.33398 11.3332 3.33398H6.15917C5.78723 3.33398 5.60126 3.33398 5.41337 3.37809C5.25728 3.41473 5.07791 3.48727 4.94023 3.56943C4.77449 3.66832 4.65522 3.78365 4.41666 4.01431Z' })));
16
- };
17
-
18
- const PiiMaskingIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
19
- const theme = Theme.useTheme();
20
- const fill = f || theme.text.secondary;
21
- return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 16 16', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
22
- React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M13.9486 9.71582C13.8698 9.87282 13.6245 9.98885 13.1338 10.2209L8.95284 12.198C8.60345 12.3632 8.42876 12.4458 8.24552 12.4783C8.08323 12.5071 7.91669 12.5071 7.7544 12.4783C7.57117 12.4458 7.39647 12.3632 7.04709 12.198L2.86615 10.2209C2.37544 9.98885 2.13008 9.87282 2.05135 9.71582M8.95288 9.19806L13.1338 7.22096C13.6245 6.98891 13.8699 6.87289 13.9486 6.71588C14.0171 6.57926 14.0171 6.42074 13.9486 6.28412C13.8699 6.12711 13.6245 6.01109 13.1338 5.77904L8.95288 3.80194C8.60349 3.63672 8.4288 3.55411 8.24556 3.5216C8.08327 3.4928 7.91673 3.4928 7.75444 3.5216C7.5712 3.55411 7.39651 3.63672 7.04712 3.80194L2.86618 5.77904C2.37547 6.01109 2.13012 6.12711 2.05139 6.28412C1.98287 6.42074 1.98287 6.57926 2.05139 6.71588C2.13012 6.87289 2.37547 6.98891 2.86618 7.22096L7.04712 9.19806C7.39651 9.36328 7.5712 9.44589 7.75444 9.4784C7.91673 9.5072 8.08327 9.5072 8.24556 9.4784C8.4288 9.44589 8.60349 9.36328 8.95288 9.19806Z' })));
23
- };
24
-
25
- const RenameAttributeIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
26
- const theme = Theme.useTheme();
27
- const fill = f || theme.text.secondary;
28
- return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 16 16', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
29
- React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M14.6666 8.00065V12.0007M1.33325 12.6673L4.23847 4.1055C4.40371 3.64283 4.84196 3.33398 5.33325 3.33398C5.83824 3.33398 6.28547 3.66 6.43999 4.14076L9.33325 12.6673M2.69054 8.66732H7.97596M14.6666 10.0007C14.6666 11.1052 13.7712 12.0007 12.6666 12.0007C11.562 12.0007 10.6666 11.1052 10.6666 10.0007C10.6666 8.89608 11.562 8.00065 12.6666 8.00065C13.7712 8.00065 14.6666 8.89608 14.6666 10.0007Z' })));
30
- };
31
-
32
- const SamplerIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
33
- const theme = Theme.useTheme();
34
- const fill = f || theme.text.secondary;
35
- return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 16 16', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
36
- React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M5.67367 5.67497H5.687M10.515 3.91532L12.1293 5.52965C13.0067 6.40707 13.4454 6.84578 13.6851 7.31618C14.1695 8.2669 14.1695 9.39207 13.6851 10.3428C13.4454 10.8132 13.0067 11.2519 12.1293 12.1293C11.2519 13.0067 10.8132 13.4454 10.3428 13.6851C9.39207 14.1695 8.2669 14.1695 7.31618 13.6851C6.84578 13.4454 6.40707 13.0067 5.52965 12.1293L3.91532 10.515C3.17317 9.77284 2.8021 9.40176 2.54483 8.96668C2.31682 8.58108 2.15521 8.15991 2.06673 7.72076C1.9669 7.22527 1.99448 6.70122 2.04965 5.65312L2.07845 5.10584C2.13195 4.0893 2.1587 3.58104 2.36993 3.18719C2.55598 2.84028 2.84028 2.55598 3.18719 2.36993C3.58104 2.1587 4.0893 2.13195 5.10584 2.07845L5.65312 2.04965C6.70122 1.99448 7.22527 1.9669 7.72076 2.06673C8.15991 2.15521 8.58108 2.31682 8.96668 2.54483C9.40176 2.8021 9.77284 3.17317 10.515 3.91532ZM6.32633 5.65853C6.32633 6.02672 6.02786 6.3252 5.65967 6.3252C5.29148 6.3252 4.993 6.02672 4.993 5.65853C4.993 5.29034 5.29148 4.99186 5.65967 4.99186C6.02786 4.99186 6.32633 5.29034 6.32633 5.65853Z' })));
37
- };
38
-
39
- const ImageErrorIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
40
- const theme = Theme.useTheme();
41
- const fill = f || theme.text.secondary;
42
- return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 24 24', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
43
- React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M17.2 21.0002L19.6 18.6002M19.6 18.6002L22 16.2002M19.6 18.6002L17.2 16.2002M19.6 18.6002L22 21.0002M22 12.1944V11C22 10.6449 22 10.3123 21.9989 10M13.1992 21H10C9.24401 21 8.59006 21 8.01712 20.9893M21.9989 10H21C19.607 10 18.9104 10 18.324 10.0603C12.9031 10.6176 8.61758 14.9031 8.06029 20.324C8.03963 20.5249 8.02605 20.7388 8.01712 20.9893M21.9989 10C21.9912 7.84993 21.9309 6.66397 21.455 5.73005C20.9757 4.78924 20.2108 4.02433 19.27 3.54497C18.2004 3 16.8003 3 14 3H10C7.19974 3 5.79961 3 4.73005 3.54497C3.78924 4.02433 3.02433 4.78924 2.54497 5.73005C2 6.79961 2 8.19974 2 11V13C2 15.8003 2 17.2004 2.54497 18.27C3.02433 19.2108 3.78924 19.9757 4.73005 20.455C5.51086 20.8529 6.46784 20.9603 8.01712 20.9893M7.5 9.5C6.94772 9.5 6.5 9.05228 6.5 8.5C6.5 7.94772 6.94772 7.5 7.5 7.5C8.05228 7.5 8.5 7.94772 8.5 8.5C8.5 9.05228 8.05228 9.5 7.5 9.5Z' })));
44
- };
45
-
46
- const K8sLogo = ({ size = 16, fill: f, rotate = 0, onClick }) => {
47
- const theme = Theme.useTheme();
48
- const fill = f || theme.text.secondary;
49
- return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 20 20', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
50
- React.createElement("path", { fill: fill, d: 'M18.3862 11.574C18.3689 11.574 18.3689 11.574 18.3862 11.574H18.3689C18.3516 11.574 18.3343 11.574 18.3343 11.5562C18.2997 11.5562 18.2651 11.5384 18.2305 11.5384C18.1093 11.5206 18.0055 11.5028 17.9017 11.5028C17.8498 11.5028 17.7979 11.5028 17.7286 11.485H17.7113C17.3479 11.4494 17.0537 11.4138 16.7769 11.3248C16.6557 11.2714 16.6211 11.2002 16.5865 11.129C16.5865 11.1113 16.5692 11.1113 16.5692 11.0935L16.3442 11.0223C16.4481 10.2036 16.4135 9.3493 16.2231 8.51281C16.0328 7.67633 15.704 6.89324 15.254 6.18134L15.4271 6.02116V5.98556C15.4271 5.89658 15.4444 5.80759 15.5136 5.7186C15.7213 5.52283 15.9808 5.36265 16.2923 5.16688C16.3442 5.13128 16.3962 5.11349 16.4481 5.07789C16.5519 5.0245 16.6384 4.97111 16.7423 4.89992C16.7596 4.88212 16.7942 4.86432 16.8288 4.82873C16.8461 4.81093 16.8634 4.81093 16.8634 4.79313C17.1057 4.57956 17.1576 4.22361 16.9845 3.99224C16.898 3.86766 16.7423 3.79647 16.5865 3.79647C16.4481 3.79647 16.3269 3.84986 16.2058 3.93885C16.1885 3.95665 16.1885 3.95665 16.1712 3.97444C16.1366 3.99224 16.1193 4.02784 16.0847 4.04563C15.9981 4.13462 15.9289 4.20581 15.8597 4.2948C15.8251 4.33039 15.7905 4.38379 15.7386 4.41938C15.4963 4.68635 15.2713 4.89992 15.0464 5.06009C14.9945 5.09569 14.9425 5.11349 14.8906 5.11349C14.856 5.11349 14.8214 5.11349 14.7868 5.09569H14.7522L14.5445 5.23807C14.3196 4.9889 14.0773 4.77533 13.835 4.56176C12.7967 3.72528 11.5335 3.20915 10.2183 3.08457L10.201 2.8532C10.1837 2.8354 10.1837 2.8354 10.1664 2.81761C10.1145 2.76421 10.0452 2.71082 10.0279 2.58624C10.0106 2.30148 10.0452 1.98112 10.0799 1.62517V1.60737C10.0799 1.55398 10.0972 1.48279 10.1145 1.4294C10.1318 1.32261 10.1491 1.21583 10.1664 1.09125V0.984461V0.931068C10.1664 0.610713 9.92412 0.34375 9.62993 0.34375C9.49149 0.34375 9.35305 0.41494 9.24922 0.521725C9.1454 0.62851 9.09348 0.77089 9.09348 0.931068V0.966663V1.07345C9.09348 1.19803 9.11079 1.30482 9.1454 1.4116C9.1627 1.46499 9.1627 1.51839 9.18001 1.58958V1.60737C9.21461 1.96332 9.26653 2.28368 9.23192 2.56844C9.21461 2.69302 9.14539 2.74642 9.09348 2.79981C9.07617 2.81761 9.07617 2.81761 9.05887 2.8354L9.04156 3.06677C8.73008 3.10237 8.41859 3.13796 8.1071 3.20915C6.77462 3.51171 5.59789 4.20581 4.68073 5.20247L4.50768 5.07789H4.47307C4.43846 5.07789 4.40385 5.09569 4.36924 5.09569C4.31732 5.09569 4.26541 5.07789 4.21349 5.0423C3.98853 4.88212 3.76357 4.65075 3.5213 4.38379C3.48669 4.34819 3.45208 4.2948 3.40016 4.2592C3.33094 4.17022 3.26172 4.09903 3.1752 4.01004C3.15789 3.99224 3.12328 3.97444 3.08867 3.93885C3.07137 3.92105 3.05406 3.92105 3.05406 3.90325C2.95024 3.81427 2.8118 3.76087 2.67336 3.76087C2.51761 3.76087 2.36187 3.83206 2.27534 3.95665C2.10229 4.18801 2.15421 4.54397 2.39648 4.75754C2.41378 4.75754 2.41378 4.77533 2.43109 4.77533C2.4657 4.79313 2.483 4.82873 2.51761 4.84652C2.62144 4.91771 2.70797 4.97111 2.8118 5.0245C2.86371 5.0423 2.91563 5.07789 2.96754 5.11349C3.27903 5.30926 3.5386 5.46944 3.74626 5.66521C3.83279 5.7542 3.83279 5.84318 3.83279 5.93217V5.96777L4.00583 6.12794C3.97123 6.18134 3.93662 6.21693 3.91931 6.27033C3.05406 7.67633 2.72527 9.3315 2.95024 10.9689L2.72527 11.0401C2.72527 11.0579 2.70797 11.0579 2.70797 11.0757C2.67336 11.1468 2.62144 11.218 2.51761 11.2714C2.25804 11.3604 1.94655 11.396 1.58315 11.4316H1.56584C1.51393 11.4316 1.44471 11.4316 1.39279 11.4494C1.28896 11.4494 1.18513 11.4672 1.064 11.485C1.02939 11.485 0.99478 11.5028 0.96017 11.5028C0.942865 11.5028 0.925561 11.5028 0.908256 11.5206C0.596767 11.5918 0.406413 11.8943 0.458328 12.1791C0.510243 12.4283 0.735207 12.5884 1.01209 12.5884C1.064 12.5884 1.09861 12.5884 1.15052 12.5706C1.16783 12.5706 1.18513 12.5706 1.18513 12.5529C1.21974 12.5529 1.25435 12.5351 1.28896 12.5351C1.4101 12.4995 1.49662 12.4639 1.60045 12.4105C1.65237 12.3927 1.70428 12.3571 1.7562 12.3393H1.7735C2.10229 12.2147 2.39648 12.1079 2.67336 12.0723H2.70797C2.8118 12.0723 2.88102 12.1257 2.93293 12.1613C2.95024 12.1613 2.95024 12.1791 2.96754 12.1791L3.20981 12.1435C3.62513 13.4605 4.42115 14.6352 5.47675 15.4894C5.71902 15.6852 5.96129 15.8454 6.22086 16.0056L6.11703 16.2369C6.11703 16.2547 6.13434 16.2547 6.13434 16.2725C6.16895 16.3437 6.20356 16.4327 6.16895 16.5573C6.06512 16.8243 5.90938 17.0912 5.71902 17.3938V17.4116C5.68441 17.465 5.6498 17.5006 5.61519 17.554C5.54597 17.6429 5.49406 17.7319 5.42484 17.8387C5.40753 17.8565 5.39023 17.8921 5.37292 17.9277C5.37292 17.9455 5.35562 17.9633 5.35562 17.9633C5.21718 18.2659 5.32101 18.604 5.58058 18.7286C5.6498 18.7642 5.71902 18.782 5.78824 18.782C5.9959 18.782 6.20356 18.6396 6.30739 18.4438C6.30739 18.426 6.32469 18.4082 6.32469 18.4082C6.342 18.3726 6.3593 18.337 6.37661 18.3192C6.42852 18.1947 6.44583 18.1057 6.48044 17.9989C6.49774 17.9455 6.51505 17.8921 6.53235 17.8387C6.65349 17.4828 6.74001 17.198 6.89576 16.9488C6.96498 16.8421 7.0515 16.8243 7.12072 16.7887C7.13802 16.7887 7.13802 16.7887 7.15533 16.7709L7.27646 16.5395C8.03788 16.8421 8.86852 17.0022 9.69915 17.0022C10.201 17.0022 10.7201 16.9488 11.2047 16.8243C11.5162 16.7531 11.8104 16.6641 12.1045 16.5573L12.2084 16.7531C12.2257 16.7531 12.2257 16.7531 12.243 16.7709C12.3295 16.7887 12.3987 16.8243 12.4679 16.931C12.6064 17.1802 12.7102 17.4828 12.8313 17.8209V17.8387C12.8486 17.8921 12.866 17.9455 12.8833 17.9989C12.9179 18.1057 12.9352 18.2125 12.9871 18.3192C13.0044 18.3548 13.0217 18.3726 13.039 18.4082C13.039 18.426 13.0563 18.4438 13.0563 18.4438C13.1601 18.6574 13.3678 18.782 13.5755 18.782C13.6447 18.782 13.7139 18.7642 13.7831 18.7286C13.9042 18.6574 14.0081 18.5506 14.0427 18.4082C14.0773 18.2659 14.0773 18.1057 14.0081 17.9633C14.0081 17.9455 13.9908 17.9455 13.9908 17.9277C13.9735 17.8921 13.9562 17.8565 13.9389 17.8387C13.8869 17.7319 13.8177 17.6429 13.7485 17.554C13.7139 17.5006 13.6793 17.465 13.6447 17.4116V17.3938C13.4543 17.0912 13.2813 16.8243 13.1947 16.5573C13.1601 16.4327 13.1947 16.3615 13.212 16.2725C13.212 16.2547 13.2294 16.2547 13.2294 16.2369L13.1428 16.0234C14.06 15.4716 14.8387 14.6886 15.4271 13.7275C15.7386 13.2292 15.9808 12.6774 16.1539 12.1257L16.3615 12.1613C16.3788 12.1613 16.3788 12.1435 16.3962 12.1435C16.4654 12.1079 16.5173 12.0545 16.6211 12.0545H16.6557C16.9326 12.0901 17.2268 12.1969 17.5556 12.3215H17.5729C17.6248 12.3393 17.6767 12.3749 17.7286 12.3927C17.8325 12.4461 17.919 12.4817 18.0401 12.5173C18.0747 12.5173 18.1093 12.5351 18.1439 12.5351C18.1613 12.5351 18.1786 12.5351 18.1959 12.5529C18.2478 12.5706 18.2824 12.5706 18.3343 12.5706C18.5939 12.5706 18.8188 12.3927 18.8881 12.1613C18.8881 11.9477 18.6977 11.663 18.3862 11.574ZM10.374 10.7019L9.61263 11.0757L8.85121 10.7019L8.66086 9.86543L9.18001 9.18912H10.0279L10.5471 9.86543L10.374 10.7019ZM14.8906 8.85097C15.0291 9.45608 15.0637 10.0612 15.0118 10.6485L12.3641 9.86543C12.1218 9.79423 11.9834 9.54507 12.0353 9.2959C12.0526 9.22471 12.0872 9.15352 12.1391 9.10013L14.233 7.1602C14.5272 7.65853 14.7522 8.22805 14.8906 8.85097ZM13.4024 6.09235L11.1355 7.74752C10.9451 7.8721 10.6855 7.83651 10.5298 7.64073C10.4779 7.58734 10.4606 7.51615 10.4433 7.44496L10.2875 4.54397C11.4816 4.68635 12.5718 5.23807 13.4024 6.09235ZM8.38398 4.63295C8.57433 4.59736 8.74738 4.56176 8.93774 4.52617L8.78199 7.37377C8.76469 7.62294 8.57433 7.83651 8.31476 7.83651C8.24554 7.83651 8.15901 7.81871 8.1071 7.78311L5.80555 6.09235C6.51505 5.36265 7.3976 4.86432 8.38398 4.63295ZM4.97491 7.1602L7.03419 9.04674C7.22455 9.20692 7.24185 9.50947 7.08611 9.70525C7.03419 9.77644 6.96498 9.82983 6.87845 9.84763L4.19619 10.6485C4.09236 9.43828 4.35193 8.21026 4.97491 7.1602ZM4.50768 11.9833L7.25916 11.5028C7.48412 11.485 7.69178 11.6452 7.7437 11.8765C7.761 11.9833 7.761 12.0723 7.72639 12.1613L6.67079 14.7775C5.70172 14.1368 4.923 13.158 4.50768 11.9833ZM10.824 15.525C10.426 15.614 10.0279 15.6674 9.61263 15.6674C9.00696 15.6674 8.41859 15.5606 7.86483 15.3827L9.23192 12.8376C9.37036 12.6774 9.59532 12.6062 9.78568 12.713C9.8722 12.7664 9.94142 12.8376 9.99334 12.9088L11.3258 15.3827C11.1701 15.436 10.997 15.4716 10.824 15.525ZM14.1984 13.0512C13.7658 13.7631 13.1947 14.3326 12.5372 14.7775L11.4469 12.0901C11.395 11.8765 11.4816 11.6452 11.6892 11.5384C11.7584 11.5028 11.845 11.485 11.9315 11.485L14.7003 11.9655C14.5964 12.3571 14.4234 12.713 14.1984 13.0512Z' })));
51
- };
52
-
53
- const CodeAttributesIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
54
- const theme = Theme.useTheme();
55
- const fill = f || theme.text.secondary;
56
- return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 24 24', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
57
- React.createElement("path", { stroke: fill, strokeWidth: '1.5', strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M8 4C6.34315 4 5 5.19391 5 6.66667V9.33333C5 10.8061 3.65685 12 2 12C3.65685 12 5 13.1939 5 14.6667V17.3333C5 18.8061 6.34315 20 8 20M16 4C17.6569 4 19 5.19391 19 6.66667V9.33333C19 10.8061 20.3431 12 22 12C20.3431 12 19 13.1939 19 14.6667V17.3333C19 18.8061 17.6569 20 16 20M12.001 12H12M15.001 12H15M9.001 12H9' })));
58
- };
59
-
60
- const PayloadCollectionIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
61
- const theme = Theme.useTheme();
62
- const fill = f || theme.text.secondary;
63
- return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 16 16', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
64
- React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M7.99967 7.33333V11.3333M7.99967 11.3333C7.92987 11.3333 7.86007 11.31 7.80254 11.2634C7.37701 10.9186 6.99534 10.5224 6.66634 10.0837M7.99967 11.3333C8.06947 11.3333 8.13927 11.31 8.19681 11.2634C8.62234 10.9186 9.00401 10.5224 9.33301 10.0837M1.33301 6.26667C1.33301 4.77319 1.33301 4.02645 1.62365 3.45603C1.87932 2.95426 2.28727 2.54631 2.78903 2.29065C3.35946 2 4.1062 2 5.59967 2H5.81005C6.12312 2 6.27965 2 6.42174 2.04315C6.54753 2.08135 6.66455 2.14398 6.76614 2.22745C6.88081 2.32175 6.96767 2.45199 7.14134 2.71248L7.52467 3.28752C7.69834 3.54801 7.78521 3.67825 7.89987 3.77255C8.00147 3.85602 8.11847 3.91865 8.24427 3.95685C8.38634 4 8.54287 4 8.85594 4H10.3997C11.8931 4 12.6399 4 13.2103 4.29065C13.7121 4.54631 14.12 4.95426 14.3757 5.45603C14.6663 6.02645 14.6663 6.7732 14.6663 8.26667V9.73333C14.6663 11.2268 14.6663 11.9735 14.3757 12.544C14.12 13.0457 13.7121 13.4537 13.2103 13.7093C12.6399 14 11.8931 14 10.3997 14H5.59967C4.1062 14 3.35946 14 2.78903 13.7093C2.28727 13.4537 1.87932 13.0457 1.62365 12.544C1.33301 11.9735 1.33301 11.2268 1.33301 9.73333V6.26667Z' })));
65
- };
66
-
67
- export { AddClusterInfoIcon as A, CodeAttributesIcon as C, DeleteAttributeIcon as D, ImageErrorIcon as I, K8sLogo as K, PiiMaskingIcon as P, RenameAttributeIcon as R, SamplerIcon as S, PayloadCollectionIcon as a };