@genexus/genexus-ide-ui 0.0.79 → 0.0.81
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/cjs/genexus-ide-ui.cjs.js +1 -1
- package/dist/cjs/gx-ide-ai-assistant.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-ai-message.cjs.entry.js +2 -2
- package/dist/cjs/gx-ide-bpm-app-declaration.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-create-kb-from-server.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-dashboard-home.cjs.entry.js +111 -0
- package/dist/cjs/gx-ide-kb-manager-export.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-kb-manager-import.cjs.entry.js +2 -2
- package/dist/cjs/gx-ide-new-environment.cjs.entry.js +2 -2
- package/dist/cjs/gx-ide-new-kb.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-new-object.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-object-selector.cjs.entry.js +2 -2
- package/dist/cjs/gx-ide-references.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-share-kb.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-team-dev-commit.cjs.entry.js +2 -2
- package/dist/cjs/gx-ide-team-dev-select-recent-comment.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-team-dev-update-partial-selection.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-team-dev-update-to-revision.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-team-dev-update.cjs.entry.js +2 -2
- package/dist/cjs/gx-ide-template.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-ww-images.cjs.entry.js +2 -2
- package/dist/cjs/{gxg-card.cjs.entry.js → gxg-card_2.cjs.entry.js} +79 -0
- package/dist/cjs/gxg-color-picker.cjs.entry.js +2 -2
- package/dist/cjs/gxg-form-textarea.cjs.entry.js +3 -3
- package/dist/cjs/{helpers-e25e57cb.js → helpers-8d026db9.js} +9 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/common/helpers.js +9 -1
- package/dist/collection/components/_starting-template/template.css +15 -0
- package/dist/collection/components/ai-assistant/ai-assistant.css +32 -14
- package/dist/collection/components/ai-assistant/ai-message.css +20 -20
- package/dist/collection/components/bpm-application-declaration/bpm-app-declaration.css +15 -0
- package/dist/collection/components/create-kb-from-server/create-kb-from-server.css +15 -0
- package/dist/collection/components/dashboard-home/dashboard-home.css +300 -0
- package/dist/collection/components/dashboard-home/dashboard-home.js +302 -0
- package/dist/collection/components/dashboard-home/gx-ide-assets/dashboard-home/langs/dashboard-home.lang.en.json +28 -0
- package/dist/collection/components/dashboard-home/gx-ide-assets/dashboard-home/langs/dashboard-home.lang.ja.json +3 -0
- package/dist/collection/components/dashboard-home/gx-ide-assets/dashboard-home/langs/dashboard-home.lang.zh.json +3 -0
- package/dist/collection/components/kb-manager-export/kb-manager-export.css +15 -0
- package/dist/collection/components/kb-manager-import/kb-manager-import.css +15 -0
- package/dist/collection/components/new-environment/new-environment.css +15 -0
- package/dist/collection/components/new-kb/new-kb.css +15 -0
- package/dist/collection/components/new-object/new-object.css +15 -0
- package/dist/collection/components/object-selector/object-selector.css +15 -0
- package/dist/collection/components/references/references.css +15 -0
- package/dist/collection/components/share-kb/share-kb.css +15 -0
- package/dist/collection/components/team-dev/commit/commit.css +15 -0
- package/dist/collection/components/team-dev/select-recent-comment/select-recent-comment.css +15 -0
- package/dist/collection/components/team-dev/update/update.css +15 -0
- package/dist/collection/components/team-dev/update-partial-selection/update-partial-selection.css +15 -0
- package/dist/collection/components/team-dev/update-to-revision/update-to-revision.css +15 -0
- package/dist/collection/components/ww-images/ww-images.css +15 -0
- package/dist/collection/pages/assets/common.js +15 -0
- package/dist/components/ai-message.js +1 -1
- package/dist/{esm/gxg-card.entry.js → components/card.js} +60 -8
- package/dist/components/form-textarea.js +3 -3
- package/dist/components/gx-ide-ai-assistant.js +1 -1
- package/dist/components/gx-ide-bpm-app-declaration.js +1 -1
- package/dist/components/gx-ide-create-kb-from-server.js +1 -1
- package/dist/components/gx-ide-dashboard-home.d.ts +11 -0
- package/dist/components/gx-ide-dashboard-home.js +197 -0
- package/dist/components/gx-ide-kb-manager-export.js +1 -1
- package/dist/components/gx-ide-kb-manager-import.js +1 -1
- package/dist/components/gx-ide-new-environment.js +1 -1
- package/dist/components/gx-ide-new-kb.js +1 -1
- package/dist/components/gx-ide-new-object.js +1 -1
- package/dist/components/gx-ide-object-selector.js +1 -1
- package/dist/components/gx-ide-references.js +1 -1
- package/dist/components/gx-ide-share-kb.js +1 -1
- package/dist/components/gx-ide-team-dev-commit.js +1 -1
- package/dist/components/gx-ide-team-dev-select-recent-comment.js +1 -1
- package/dist/components/gx-ide-team-dev-update-partial-selection.js +1 -1
- package/dist/components/gx-ide-team-dev-update-to-revision.js +1 -1
- package/dist/components/gx-ide-team-dev-update.js +1 -1
- package/dist/components/gx-ide-template.js +1 -1
- package/dist/components/gx-ide-ww-images.js +1 -1
- package/dist/components/gxg-card.js +1 -132
- package/dist/components/gxg-color-picker.js +2 -2
- package/dist/components/gxg-pill.js +1 -114
- package/dist/components/helpers2.js +9 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/{esm/gxg-pill.entry.js → components/pill.js} +44 -10
- package/dist/esm/ch-suggest_4.entry.js +1 -1
- package/dist/esm/{form-397b839e.js → form-1e8f483d.js} +1 -1
- package/dist/esm/genexus-ide-ui.js +1 -1
- package/dist/esm/gx-ide-ai-assistant.entry.js +1 -1
- package/dist/esm/gx-ide-ai-message.entry.js +2 -2
- package/dist/esm/gx-ide-bpm-app-declaration.entry.js +1 -1
- package/dist/esm/gx-ide-create-kb-from-server.entry.js +1 -1
- package/dist/esm/gx-ide-dashboard-home.entry.js +107 -0
- package/dist/esm/gx-ide-kb-manager-export.entry.js +1 -1
- package/dist/esm/gx-ide-kb-manager-import.entry.js +2 -2
- package/dist/esm/gx-ide-new-environment.entry.js +2 -2
- package/dist/esm/gx-ide-new-kb.entry.js +1 -1
- package/dist/esm/gx-ide-new-object.entry.js +1 -1
- package/dist/esm/gx-ide-object-selector.entry.js +2 -2
- package/dist/esm/gx-ide-references.entry.js +1 -1
- package/dist/esm/gx-ide-share-kb.entry.js +1 -1
- package/dist/esm/gx-ide-team-dev-commit.entry.js +2 -2
- package/dist/esm/gx-ide-team-dev-select-recent-comment.entry.js +1 -1
- package/dist/esm/gx-ide-team-dev-update-partial-selection.entry.js +1 -1
- package/dist/esm/gx-ide-team-dev-update-to-revision.entry.js +1 -1
- package/dist/esm/gx-ide-team-dev-update.entry.js +2 -2
- package/dist/esm/gx-ide-template.entry.js +1 -1
- package/dist/esm/gx-ide-ww-images.entry.js +2 -2
- package/dist/esm/gxg-card_2.entry.js +160 -0
- package/dist/esm/gxg-color-picker.entry.js +2 -2
- package/dist/esm/gxg-combo-box_2.entry.js +1 -1
- package/dist/esm/gxg-form-checkbox-group.entry.js +1 -1
- package/dist/esm/gxg-form-checkbox.entry.js +1 -1
- package/dist/esm/gxg-form-radio-group.entry.js +1 -1
- package/dist/esm/gxg-form-text.entry.js +1 -1
- package/dist/esm/gxg-form-textarea.entry.js +4 -4
- package/dist/esm/gxg-list-box_2.entry.js +1 -1
- package/dist/esm/gxg-select.entry.js +1 -1
- package/dist/esm/gxg-title-editable.entry.js +1 -1
- package/dist/esm/{helpers-a11a19fb.js → helpers-2607df78.js} +9 -1
- package/dist/esm/loader.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.css +3 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +1 -1
- package/dist/genexus-ide-ui/gx-ide-assets/dashboard-home/langs/dashboard-home.lang.en.json +28 -0
- package/dist/genexus-ide-ui/gx-ide-assets/dashboard-home/langs/dashboard-home.lang.ja.json +3 -0
- package/dist/genexus-ide-ui/gx-ide-assets/dashboard-home/langs/dashboard-home.lang.zh.json +3 -0
- package/dist/genexus-ide-ui/{p-b5fb3c0b.entry.js → p-16532b36.entry.js} +1 -1
- package/dist/genexus-ide-ui/{p-626bf7ad.entry.js → p-26c275b5.entry.js} +1 -1
- package/dist/genexus-ide-ui/{p-a5bbf490.entry.js → p-2aa2b066.entry.js} +1 -1
- package/dist/genexus-ide-ui/{p-db7d339f.entry.js → p-2c384ea8.entry.js} +1 -1
- package/dist/genexus-ide-ui/{p-6c59cca0.entry.js → p-2e599385.entry.js} +1 -1
- package/dist/genexus-ide-ui/{p-bc9446a0.entry.js → p-31a0baf1.entry.js} +1 -1
- package/dist/genexus-ide-ui/{p-fcb44a8c.entry.js → p-382a461c.entry.js} +1 -1
- package/dist/genexus-ide-ui/p-399217ed.entry.js +1 -0
- package/dist/genexus-ide-ui/p-3e713453.entry.js +1 -0
- package/dist/genexus-ide-ui/{p-7aabd69b.entry.js → p-40cba1ef.entry.js} +1 -1
- package/dist/genexus-ide-ui/p-491036b3.entry.js +1 -0
- package/dist/genexus-ide-ui/p-4a337d35.entry.js +1 -0
- package/dist/genexus-ide-ui/{p-7a4ff1fe.entry.js → p-4d074686.entry.js} +1 -1
- package/dist/genexus-ide-ui/{p-b456e3aa.entry.js → p-5a0a2882.entry.js} +1 -1
- package/dist/genexus-ide-ui/{p-4e2db053.entry.js → p-6e9cc16b.entry.js} +1 -1
- package/dist/genexus-ide-ui/{p-b141f6e4.entry.js → p-7e3f439e.entry.js} +1 -1
- package/dist/genexus-ide-ui/p-99bdb8f7.entry.js +1 -0
- package/dist/genexus-ide-ui/{p-56627675.entry.js → p-a2a856d8.entry.js} +1 -1
- package/dist/genexus-ide-ui/p-a479705e.entry.js +3 -0
- package/dist/genexus-ide-ui/p-a69aaabc.entry.js +1 -0
- package/dist/genexus-ide-ui/p-acea5e0c.entry.js +1 -0
- package/dist/genexus-ide-ui/p-ae32c83c.entry.js +1 -0
- package/dist/genexus-ide-ui/p-b600039f.entry.js +1 -0
- package/dist/genexus-ide-ui/{p-a2469a76.js → p-b9fca59c.js} +1 -1
- package/dist/genexus-ide-ui/{p-9596d186.entry.js → p-bb842602.entry.js} +1 -1
- package/dist/{cjs/gxg-pill.cjs.entry.js → genexus-ide-ui/p-ca28bfdf.entry.js} +1 -86
- package/dist/genexus-ide-ui/{p-0967fafc.entry.js → p-cc0e7136.entry.js} +1 -1
- package/dist/genexus-ide-ui/p-cc39d895.entry.js +1 -0
- package/dist/genexus-ide-ui/p-ce98ad84.entry.js +1 -0
- package/dist/genexus-ide-ui/p-cf72f115.entry.js +1 -0
- package/dist/genexus-ide-ui/p-d410aa15.js +1 -0
- package/dist/genexus-ide-ui/p-d98beed6.entry.js +1 -0
- package/dist/genexus-ide-ui/{p-96e00630.entry.js → p-e43f7f5f.entry.js} +1 -1
- package/dist/genexus-ide-ui/{p-4165015f.entry.js → p-fb73f868.entry.js} +1 -1
- package/dist/node_modules/@genexus/gemini/dist/collection/components/form-textarea/form-textarea.css +10 -0
- package/dist/types/common/helpers.d.ts +1 -1
- package/dist/types/components/dashboard-home/dashboard-home.d.ts +104 -0
- package/dist/types/components.d.ts +90 -0
- package/package.json +3 -3
- package/dist/collection/common/format-date.js +0 -11
- package/dist/genexus-ide-ui/p-2753da85.entry.js +0 -1
- package/dist/genexus-ide-ui/p-36d5d83b.entry.js +0 -1
- package/dist/genexus-ide-ui/p-377d7066.entry.js +0 -1
- package/dist/genexus-ide-ui/p-4772d5ae.entry.js +0 -1
- package/dist/genexus-ide-ui/p-59b366c2.entry.js +0 -1
- package/dist/genexus-ide-ui/p-5bb2b052.entry.js +0 -1
- package/dist/genexus-ide-ui/p-64d3885f.js +0 -1
- package/dist/genexus-ide-ui/p-67869d00.entry.js +0 -1
- package/dist/genexus-ide-ui/p-7e52f6fb.entry.js +0 -1
- package/dist/genexus-ide-ui/p-ab4e48bc.entry.js +0 -1
- package/dist/genexus-ide-ui/p-cf341ae3.entry.js +0 -1
- package/dist/genexus-ide-ui/p-cf6646a4.entry.js +0 -1
- package/dist/genexus-ide-ui/p-d83dea7c.entry.js +0 -1
- package/dist/genexus-ide-ui/p-e34c90b6.entry.js +0 -1
- package/dist/genexus-ide-ui/p-e452e69d.entry.js +0 -1
- package/dist/genexus-ide-ui/p-e4e7e070.entry.js +0 -1
- package/dist/types/common/format-date.d.ts +0 -1
|
@@ -6,10 +6,7 @@ Found on /common/helpers.tsx hiChar function is used to add a span/class to ever
|
|
|
6
6
|
*/
|
|
7
7
|
/*--- Messages ---*/
|
|
8
8
|
.message {
|
|
9
|
-
--
|
|
10
|
-
--ai-error-bg-color: #272124;
|
|
11
|
-
--ai-error-border-color: #a3585e;
|
|
12
|
-
--ai-message-error-color: var(--color-error-dark);
|
|
9
|
+
color: var(--ai-message-all_color);
|
|
13
10
|
display: grid;
|
|
14
11
|
grid-template-rows: 0fr;
|
|
15
12
|
transition: grid-template-rows 100ms;
|
|
@@ -20,14 +17,14 @@ Found on /common/helpers.tsx hiChar function is used to add a span/class to ever
|
|
|
20
17
|
overflow: hidden;
|
|
21
18
|
}
|
|
22
19
|
.message__inner-wrapper {
|
|
23
|
-
padding: var(--
|
|
24
|
-
border-radius: var(--
|
|
25
|
-
border: var(--
|
|
26
|
-
background-color: var(--
|
|
27
|
-
margin-block-start: var(--
|
|
20
|
+
padding: var(--ai-message-all_padding);
|
|
21
|
+
border-radius: var(--ai-message-all_border-radius);
|
|
22
|
+
border: var(--ai-message-all_border-width) solid transparent;
|
|
23
|
+
background-color: var(--ai-message-base-background-color);
|
|
24
|
+
margin-block-start: var(--ai-message-all_margin-block-start);
|
|
28
25
|
}
|
|
29
26
|
.message__caption {
|
|
30
|
-
font-size: var(--
|
|
27
|
+
font-size: var(--ai-message-all_font-size);
|
|
31
28
|
line-height: 1.6em;
|
|
32
29
|
position: relative;
|
|
33
30
|
}
|
|
@@ -48,16 +45,19 @@ Found on /common/helpers.tsx hiChar function is used to add a span/class to ever
|
|
|
48
45
|
/* Standard syntax */
|
|
49
46
|
}
|
|
50
47
|
.message--user .message__inner-wrapper {
|
|
51
|
-
background-color: var(--
|
|
48
|
+
background-color: var(--ai-message-user_background-color);
|
|
52
49
|
}
|
|
53
50
|
.message--assistant-action .message__inner-wrapper {
|
|
54
51
|
font-style: italic;
|
|
55
52
|
}
|
|
53
|
+
.message--assistant-in-progress {
|
|
54
|
+
color: var(--ai-message-ai-in-progress_color);
|
|
55
|
+
}
|
|
56
56
|
.message--assistant-in-progress .message__inner-wrapper {
|
|
57
57
|
font-style: italic;
|
|
58
58
|
display: grid;
|
|
59
59
|
grid-template-columns: 1fr auto;
|
|
60
|
-
gap: var(--
|
|
60
|
+
gap: var(--ai-message-in-progress-gap);
|
|
61
61
|
}
|
|
62
62
|
.message--assistant-in-progress .message__inner-wrapper .message__caption {
|
|
63
63
|
overflow: hidden;
|
|
@@ -69,8 +69,8 @@ Found on /common/helpers.tsx hiChar function is used to add a span/class to ever
|
|
|
69
69
|
flex: none;
|
|
70
70
|
}
|
|
71
71
|
.message--assistant-error .message__inner-wrapper {
|
|
72
|
-
background-color: var(--ai-
|
|
73
|
-
border-color: var(--ai-
|
|
72
|
+
background-color: var(--ai-message-ai-error_background-color);
|
|
73
|
+
border-color: var(--ai-message-ai-error_border-color);
|
|
74
74
|
}
|
|
75
75
|
.message--copyable {
|
|
76
76
|
cursor: pointer;
|
|
@@ -100,8 +100,8 @@ Found on /common/helpers.tsx hiChar function is used to add a span/class to ever
|
|
|
100
100
|
width: 5px;
|
|
101
101
|
height: 5px;
|
|
102
102
|
border-radius: 2.5px;
|
|
103
|
-
background-color: var(--
|
|
104
|
-
color: var(--
|
|
103
|
+
background-color: var(--ai-dot_color);
|
|
104
|
+
color: var(--ai-dot_color);
|
|
105
105
|
box-shadow: 9999px 0 0 -5px;
|
|
106
106
|
animation: dot-pulse 1.5s infinite linear;
|
|
107
107
|
animation-delay: 0.25s;
|
|
@@ -114,8 +114,8 @@ Found on /common/helpers.tsx hiChar function is used to add a span/class to ever
|
|
|
114
114
|
width: 5px;
|
|
115
115
|
height: 5px;
|
|
116
116
|
border-radius: 2.5px;
|
|
117
|
-
background-color: var(--
|
|
118
|
-
color: var(--
|
|
117
|
+
background-color: var(--ai-dot_color);
|
|
118
|
+
color: var(--ai-dot_color);
|
|
119
119
|
}
|
|
120
120
|
.dot-pulse::before {
|
|
121
121
|
box-shadow: 9984px 0 0 -5px;
|
|
@@ -169,9 +169,9 @@ Found on /common/helpers.tsx hiChar function is used to add a span/class to ever
|
|
|
169
169
|
display: flex;
|
|
170
170
|
align-items: center;
|
|
171
171
|
justify-content: center;
|
|
172
|
-
color: var(--
|
|
172
|
+
color: var(--ai-copy_color);
|
|
173
173
|
display: flex;
|
|
174
|
-
gap: var(--
|
|
174
|
+
gap: var(--ai-copy_gap);
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
.hiChar {
|
|
@@ -40,6 +40,21 @@ Found on /common/helpers.tsx hiChar function is used to add a span/class to ever
|
|
|
40
40
|
overflow: auto;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
+
.justify-start {
|
|
44
|
+
display: flex;
|
|
45
|
+
justify-content: start;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.justify-center {
|
|
49
|
+
display: flex;
|
|
50
|
+
justify-content: center;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.justify-end {
|
|
54
|
+
display: flex;
|
|
55
|
+
justify-content: end;
|
|
56
|
+
}
|
|
57
|
+
|
|
43
58
|
/* Grids */
|
|
44
59
|
.grid {
|
|
45
60
|
display: grid;
|
|
@@ -40,6 +40,21 @@ Found on /common/helpers.tsx hiChar function is used to add a span/class to ever
|
|
|
40
40
|
overflow: auto;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
+
.justify-start {
|
|
44
|
+
display: flex;
|
|
45
|
+
justify-content: start;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.justify-center {
|
|
49
|
+
display: flex;
|
|
50
|
+
justify-content: center;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.justify-end {
|
|
54
|
+
display: flex;
|
|
55
|
+
justify-content: end;
|
|
56
|
+
}
|
|
57
|
+
|
|
43
58
|
/* Grids */
|
|
44
59
|
.grid {
|
|
45
60
|
display: grid;
|
|
@@ -0,0 +1,300 @@
|
|
|
1
|
+
/*Gemini*/
|
|
2
|
+
/*Gx Ide*/
|
|
3
|
+
/*@container queries*/
|
|
4
|
+
/* hiChar styles
|
|
5
|
+
Found on /common/helpers.tsx hiChar function is used to add a span/class to every character that matches a search value. It is used to help the user see why the filter results are filtered. The span/class on the characters are useless without proper styling.
|
|
6
|
+
*/
|
|
7
|
+
/* Helper Classes */
|
|
8
|
+
.gxi-hidden {
|
|
9
|
+
display: none !important;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.gxi-full-height {
|
|
13
|
+
height: 100%;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.gxi-overflow-auto {
|
|
17
|
+
overflow: auto;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.gxi-display-flex {
|
|
21
|
+
display: flex;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.align-start {
|
|
25
|
+
display: flex;
|
|
26
|
+
align-items: start;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.align-center {
|
|
30
|
+
display: flex;
|
|
31
|
+
align-items: center;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.align-end {
|
|
35
|
+
display: flex;
|
|
36
|
+
align-items: end;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.overflow-auto {
|
|
40
|
+
overflow: auto;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.justify-start {
|
|
44
|
+
display: flex;
|
|
45
|
+
justify-content: start;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.justify-center {
|
|
49
|
+
display: flex;
|
|
50
|
+
justify-content: center;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.justify-end {
|
|
54
|
+
display: flex;
|
|
55
|
+
justify-content: end;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* Grids */
|
|
59
|
+
.grid {
|
|
60
|
+
display: grid;
|
|
61
|
+
grid-row-gap: var(--gx-ide-grid-row-gap);
|
|
62
|
+
grid-column-gap: var(--gx-ide-grid-column-gap);
|
|
63
|
+
grid-template-rows: auto;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
ch-grid-cell {
|
|
67
|
+
display: flex;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
ch-grid {
|
|
71
|
+
overflow: auto;
|
|
72
|
+
height: 100%;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
ch-grid-column {
|
|
76
|
+
/*to be removed when this works inside a component with shadow: true*/
|
|
77
|
+
z-index: 99;
|
|
78
|
+
border-bottom: 1px solid var(--gray-01);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
ch-grid-column:first-child {
|
|
82
|
+
padding-inline-start: var(--gxg-container--padding) !important;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
ch-grid-column:last-child {
|
|
86
|
+
padding-inline-end: var(--gxg-container--padding) !important;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
ch-grid-cell {
|
|
90
|
+
--spacing-comp-02: var(--gxg-container--padding);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
/*Gxg Tabs*/
|
|
94
|
+
gxg-tabs {
|
|
95
|
+
box-shadow: none;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/*All components Host should have this class set. !important is set on every rule, since this styles could be overridden by the host user, since they are applied on the host component*/
|
|
99
|
+
:host(.gx-ide-component) {
|
|
100
|
+
box-shadow: var(--box-shadow-01) !important;
|
|
101
|
+
height: 100% !important;
|
|
102
|
+
display: flex !important;
|
|
103
|
+
flex-direction: column !important;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
/*stylize the top bar*/
|
|
107
|
+
:host(:focus-within) gx-ide-top-bar::part(wrapper) {
|
|
108
|
+
background-color: var(--color-secondary-enabled);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
/* Main wrapper (should be the first element inside the host. Everything should be inside .gx-ide-main-wrapper) */
|
|
112
|
+
.gx-ide-main-wrapper {
|
|
113
|
+
color: var(--gx-ide-component-text-color);
|
|
114
|
+
font-weight: var(--font-weight-regular);
|
|
115
|
+
font-size: var(--font-size-lg);
|
|
116
|
+
font-family: var(--font-family-primary);
|
|
117
|
+
line-height: 1.6em;
|
|
118
|
+
height: 100%;
|
|
119
|
+
background-color: var(--gx-ide-component-background-color);
|
|
120
|
+
display: flex;
|
|
121
|
+
flex-direction: column;
|
|
122
|
+
flex-grow: 1;
|
|
123
|
+
box-sizing: border-box;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/*This is the main element. This is the one that take the remaining vertical space*/
|
|
127
|
+
.gx-ide-main {
|
|
128
|
+
flex-grow: 1;
|
|
129
|
+
overflow-y: auto;
|
|
130
|
+
/* Track */
|
|
131
|
+
/* Handle */
|
|
132
|
+
/* Handle on hover */
|
|
133
|
+
}
|
|
134
|
+
.gx-ide-main::-webkit-scrollbar {
|
|
135
|
+
width: 6px;
|
|
136
|
+
height: 6px;
|
|
137
|
+
}
|
|
138
|
+
.gx-ide-main::-webkit-scrollbar-track {
|
|
139
|
+
background-color: var(--gray-02);
|
|
140
|
+
border-radius: 10px;
|
|
141
|
+
}
|
|
142
|
+
.gx-ide-main::-webkit-scrollbar-thumb {
|
|
143
|
+
background: var(--gray-05);
|
|
144
|
+
border-radius: 10px;
|
|
145
|
+
}
|
|
146
|
+
.gx-ide-main::-webkit-scrollbar-thumb:hover {
|
|
147
|
+
background: var(--gray-04);
|
|
148
|
+
cursor: pointer;
|
|
149
|
+
}
|
|
150
|
+
.gx-ide-main .gxg-scroll {
|
|
151
|
+
display: block;
|
|
152
|
+
overflow-y: auto;
|
|
153
|
+
padding-inline-end: 2px;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.gx-ide-overflow {
|
|
157
|
+
overflow-y: auto;
|
|
158
|
+
/* Track */
|
|
159
|
+
/* Handle */
|
|
160
|
+
/* Handle on hover */
|
|
161
|
+
}
|
|
162
|
+
.gx-ide-overflow::-webkit-scrollbar {
|
|
163
|
+
width: 6px;
|
|
164
|
+
height: 6px;
|
|
165
|
+
}
|
|
166
|
+
.gx-ide-overflow::-webkit-scrollbar-track {
|
|
167
|
+
background-color: var(--gray-02);
|
|
168
|
+
border-radius: 10px;
|
|
169
|
+
}
|
|
170
|
+
.gx-ide-overflow::-webkit-scrollbar-thumb {
|
|
171
|
+
background: var(--gray-05);
|
|
172
|
+
border-radius: 10px;
|
|
173
|
+
}
|
|
174
|
+
.gx-ide-overflow::-webkit-scrollbar-thumb:hover {
|
|
175
|
+
background: var(--gray-04);
|
|
176
|
+
cursor: pointer;
|
|
177
|
+
}
|
|
178
|
+
.gx-ide-overflow .gxg-scroll {
|
|
179
|
+
display: block;
|
|
180
|
+
overflow-y: auto;
|
|
181
|
+
padding-inline-end: 2px;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/*gxg-tree-view*/
|
|
185
|
+
.tree-container {
|
|
186
|
+
display: flex;
|
|
187
|
+
height: 100%;
|
|
188
|
+
width: 100%;
|
|
189
|
+
box-sizing: border-box;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
/*Gemini*/
|
|
193
|
+
/*Gx Ide*/
|
|
194
|
+
/*@container queries*/
|
|
195
|
+
/* hiChar styles
|
|
196
|
+
Found on /common/helpers.tsx hiChar function is used to add a span/class to every character that matches a search value. It is used to help the user see why the filter results are filtered. The span/class on the characters are useless without proper styling.
|
|
197
|
+
*/
|
|
198
|
+
:host {
|
|
199
|
+
display: block;
|
|
200
|
+
height: 100%;
|
|
201
|
+
overflow: auto;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
:host,
|
|
205
|
+
.gx-ide-main-wrapper,
|
|
206
|
+
.grid--basic,
|
|
207
|
+
.project,
|
|
208
|
+
.recent-objects {
|
|
209
|
+
height: 100%;
|
|
210
|
+
overflow: auto;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.kb {
|
|
214
|
+
grid-area: kb;
|
|
215
|
+
align-self: center;
|
|
216
|
+
}
|
|
217
|
+
.kb .version-pill {
|
|
218
|
+
white-space: nowrap;
|
|
219
|
+
text-overflow: ellipsis;
|
|
220
|
+
}
|
|
221
|
+
.kb .kb-detail {
|
|
222
|
+
flex-wrap: wrap;
|
|
223
|
+
margin-block-start: var(--spacing-comp-04);
|
|
224
|
+
gap: var(--spacing-comp-04);
|
|
225
|
+
}
|
|
226
|
+
.kb .kb-detail .display-inline {
|
|
227
|
+
display: -webkit-box;
|
|
228
|
+
-webkit-line-clamp: 1;
|
|
229
|
+
-webkit-box-orient: vertical;
|
|
230
|
+
overflow: hidden;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.environment {
|
|
234
|
+
grid-area: environment;
|
|
235
|
+
}
|
|
236
|
+
.environment gxg-title-editable {
|
|
237
|
+
margin-block-end: var(--gx-ide-cards-vertical-spacing);
|
|
238
|
+
}
|
|
239
|
+
.environment .grid--environments {
|
|
240
|
+
flex-grow: 1;
|
|
241
|
+
grid-template-columns: 1fr 1fr 1fr;
|
|
242
|
+
gap: var(--gx-ide-grid-column-gap);
|
|
243
|
+
}
|
|
244
|
+
.environment .grid--environments .align-center {
|
|
245
|
+
gap: var(--spacing-comp-01);
|
|
246
|
+
}
|
|
247
|
+
.environment .grid--environments .front-end {
|
|
248
|
+
display: flex;
|
|
249
|
+
flex-direction: column;
|
|
250
|
+
gap: var(--gx-ide-cards-vertical-spacing);
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.project {
|
|
254
|
+
grid-area: project;
|
|
255
|
+
}
|
|
256
|
+
.project .project-buttons {
|
|
257
|
+
margin-block-start: var(--spacing-comp-04);
|
|
258
|
+
gap: var(--spacing-comp-04);
|
|
259
|
+
}
|
|
260
|
+
.project gxg-form-textarea::part(textarea) {
|
|
261
|
+
width: 100%;
|
|
262
|
+
background-color: transparent;
|
|
263
|
+
line-height: var(--line-height-default);
|
|
264
|
+
font-size: var(--mc-font-size-xs);
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.recent-objects {
|
|
268
|
+
grid-area: recent-objects;
|
|
269
|
+
}
|
|
270
|
+
.recent-objects .recent-objects-card {
|
|
271
|
+
margin-block-end: var(--gx-ide-cards-vertical-spacing);
|
|
272
|
+
}
|
|
273
|
+
.recent-objects .recent-objects-card:last-child {
|
|
274
|
+
margin-block-end: 0;
|
|
275
|
+
}
|
|
276
|
+
.recent-objects .recent-objects-card .grid--recent-objects {
|
|
277
|
+
flex-grow: 1;
|
|
278
|
+
grid-template-columns: 1fr 10fr 12fr 1fr;
|
|
279
|
+
gap: var(--gx-ide-cards-horizontal-spacing);
|
|
280
|
+
height: 100%;
|
|
281
|
+
}
|
|
282
|
+
.recent-objects .recent-objects-card .grid--recent-objects .obj-name {
|
|
283
|
+
color: var(--gray-06);
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.grid--basic {
|
|
287
|
+
flex-grow: 1;
|
|
288
|
+
grid-template-columns: 1.12fr 1fr;
|
|
289
|
+
gap: var(--spacing-comp-06);
|
|
290
|
+
grid-template-areas: "kb environment" "project recent-objects";
|
|
291
|
+
grid-template-rows: auto 1fr;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
gxg-title-editable {
|
|
295
|
+
width: 100%;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
gx-ide-card {
|
|
299
|
+
height: 100%;
|
|
300
|
+
}
|