@genexus/genexus-ide-ui 0.0.43 → 0.0.45
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/ch-grid_8.cjs.entry.js +2 -1
- package/dist/cjs/ch-icon_2.cjs.entry.js +177 -0
- package/dist/cjs/genexus-ide-ui.cjs.js +1 -1
- package/dist/cjs/grid-be8c3413.js +11 -0
- package/dist/cjs/{gxg-tab_4.cjs.entry.js → gx-ide-container_5.cjs.entry.js} +136 -2
- package/dist/cjs/gx-ide-create-kb-from-server.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-new-environment.cjs.entry.js +4 -5
- package/dist/cjs/gx-ide-new-kb.cjs.entry.js +70 -8
- package/dist/cjs/gx-ide-new-object.cjs.entry.js +3 -3
- package/dist/cjs/gx-ide-object-selector.cjs.entry.js +9 -12
- package/dist/cjs/gx-ide-references.cjs.entry.js +4 -4
- package/dist/cjs/gx-ide-team-dev-commit.cjs.entry.js +8 -5
- 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 +11 -9
- package/dist/cjs/gx-ide-template.cjs.entry.js +1 -1
- package/dist/cjs/gx-ide-ww-images.cjs.entry.js +3 -3
- package/dist/cjs/{gxg-button_2.cjs.entry.js → gxg-button.cjs.entry.js} +0 -61
- package/dist/cjs/gxg-menu-item.cjs.entry.js +11 -59
- package/dist/cjs/gxg-menu-slim-item.cjs.entry.js +78 -0
- package/dist/cjs/gxg-menu-slim-list.cjs.entry.js +28 -0
- package/dist/cjs/gxg-menu-slim.cjs.entry.js +251 -0
- package/dist/cjs/gxg-menu.cjs.entry.js +12 -228
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +3 -1
- package/dist/collection/components/_template/template.css +24 -0
- package/dist/collection/components/container/container.css +7 -11
- package/dist/collection/components/container/container.js +45 -40
- package/dist/collection/components/create-kb-from-server/create-kb-from-server.css +24 -0
- package/dist/collection/components/new-environment/new-environment.css +25 -0
- package/dist/collection/components/new-environment/new-environment.js +3 -22
- package/dist/collection/components/new-kb/new-kb.css +24 -0
- package/dist/collection/components/new-kb/new-kb.js +110 -10
- package/dist/collection/components/new-object/new-object.css +24 -0
- package/dist/collection/components/new-object/new-object.js +2 -2
- package/dist/collection/components/object-selector/object-selector.css +24 -0
- package/dist/collection/components/object-selector/object-selector.js +21 -3
- package/dist/collection/components/references/references.css +24 -0
- package/dist/collection/components/references/references.js +3 -3
- package/dist/collection/components/team-dev-commit/team-dev-commit.css +33 -10
- package/dist/collection/components/team-dev-commit/team-dev-commit.js +21 -4
- package/dist/collection/components/team-dev-select-recent-comment/team-dev-select-recent-comment.css +24 -0
- package/dist/collection/components/team-dev-update/team-dev-update.css +24 -0
- package/dist/collection/components/team-dev-update/team-dev-update.js +24 -8
- package/dist/collection/components/team-dev-update-partial-selection/team-dev-update-partial-selection.css +24 -0
- package/dist/collection/components/team-dev-update-to-revision/team-dev-update-to-revision.css +24 -0
- package/dist/collection/components/ww-images/ww-images.css +24 -0
- package/dist/collection/components/ww-images/ww-images.js +2 -2
- package/dist/collection/pages/assets/common.js +21 -21
- package/dist/components/container.js +12 -24
- package/dist/components/grid.js +9 -0
- package/dist/components/gx-ide-create-kb-from-server.js +1 -1
- package/dist/components/gx-ide-new-environment.js +8 -16
- package/dist/components/gx-ide-new-kb.js +74 -10
- package/dist/components/gx-ide-new-object.js +3 -3
- package/dist/components/gx-ide-object-selector.js +9 -12
- package/dist/components/gx-ide-references.js +4 -4
- package/dist/components/gx-ide-team-dev-commit.js +17 -14
- 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 +20 -18
- package/dist/components/gx-ide-template.js +1 -1
- package/dist/components/gx-ide-top-bar.js +72 -1
- package/dist/components/gx-ide-ww-images.js +3 -3
- package/dist/components/gxg-grid2.js +4 -2
- package/dist/components/gxg-menu-item.js +14 -65
- package/dist/components/gxg-menu-slim-item.js +111 -0
- package/dist/components/gxg-menu-slim-list.js +50 -0
- package/dist/components/gxg-menu-slim.js +271 -0
- package/dist/components/gxg-menu.js +14 -233
- package/dist/components/index.js +3 -1
- package/dist/components/tab-bar.js +7 -1
- package/dist/components/tab.js +13 -1
- package/dist/components/tabs.js +2 -0
- package/dist/esm/ch-grid_8.entry.js +2 -1
- package/dist/esm/ch-icon_2.entry.js +172 -0
- package/dist/esm/genexus-ide-ui.js +1 -1
- package/dist/esm/grid-1354bf8f.js +9 -0
- package/dist/esm/{gxg-tab_4.entry.js → gx-ide-container_5.entry.js} +136 -3
- package/dist/esm/gx-ide-create-kb-from-server.entry.js +1 -1
- package/dist/esm/gx-ide-new-environment.entry.js +4 -5
- package/dist/esm/gx-ide-new-kb.entry.js +70 -8
- package/dist/esm/gx-ide-new-object.entry.js +3 -3
- package/dist/esm/gx-ide-object-selector.entry.js +9 -12
- package/dist/esm/gx-ide-references.entry.js +4 -4
- package/dist/esm/gx-ide-team-dev-commit.entry.js +8 -5
- 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 +11 -9
- package/dist/esm/gx-ide-template.entry.js +1 -1
- package/dist/esm/gx-ide-ww-images.entry.js +3 -3
- package/dist/esm/{gxg-button_2.entry.js → gxg-button.entry.js} +2 -62
- package/dist/esm/gxg-menu-item.entry.js +12 -60
- package/dist/esm/gxg-menu-slim-item.entry.js +74 -0
- package/dist/esm/gxg-menu-slim-list.entry.js +24 -0
- package/dist/esm/gxg-menu-slim.entry.js +247 -0
- package/dist/esm/gxg-menu.entry.js +12 -228
- package/dist/esm/loader.js +1 -1
- package/dist/genexus-ide-ui/genexus-ide-ui.esm.js +1 -1
- package/dist/genexus-ide-ui/p-04f69ecc.entry.js +1 -0
- package/dist/genexus-ide-ui/p-098a1397.entry.js +1 -0
- package/dist/genexus-ide-ui/p-0f85cf00.entry.js +1 -0
- package/dist/genexus-ide-ui/{p-38fa6211.entry.js → p-19d9c08c.entry.js} +1 -1
- package/dist/genexus-ide-ui/p-1bcabe1c.entry.js +1 -0
- package/dist/genexus-ide-ui/{p-fcdcb919.entry.js → p-1ccf523f.entry.js} +1 -1
- package/dist/genexus-ide-ui/p-2bd01c9e.entry.js +1 -0
- package/dist/genexus-ide-ui/p-42901fd7.entry.js +1 -0
- package/dist/genexus-ide-ui/p-597a1d43.entry.js +1 -0
- package/dist/genexus-ide-ui/p-6afc6187.entry.js +1 -0
- package/dist/genexus-ide-ui/p-73f61127.entry.js +1 -0
- package/dist/genexus-ide-ui/p-9014609e.entry.js +1 -0
- package/dist/genexus-ide-ui/{p-508cf8b0.entry.js → p-917c5696.entry.js} +1 -1
- package/dist/genexus-ide-ui/p-a708db45.entry.js +1 -0
- package/dist/genexus-ide-ui/p-b456483d.entry.js +1 -0
- package/dist/genexus-ide-ui/p-b74dd891.entry.js +1 -0
- package/dist/genexus-ide-ui/p-c38c6957.entry.js +1 -0
- package/dist/genexus-ide-ui/p-c61bf417.entry.js +1 -0
- package/dist/genexus-ide-ui/p-c6a7b93c.js +1 -0
- package/dist/genexus-ide-ui/p-e1cd9135.entry.js +1 -0
- package/dist/genexus-ide-ui/{p-22e142e8.entry.js → p-e4eb3828.entry.js} +1 -1
- package/dist/genexus-ide-ui/p-e5a3e3b9.entry.js +1 -0
- package/dist/genexus-ide-ui/{p-6073c264.entry.js → p-f1116ac5.entry.js} +1 -1
- package/dist/node_modules/@genexus/gemini/dist/collection/components/grid/gxg-grid.css +1 -5
- package/dist/node_modules/@genexus/gemini/dist/collection/components/menu/menu/menu.css +724 -0
- package/dist/node_modules/@genexus/gemini/dist/collection/components/menu/menu-item/menu-item.css +711 -0
- package/dist/node_modules/@genexus/gemini/dist/collection/components/tab/tab.css +8 -0
- package/dist/node_modules/@genexus/gemini/dist/collection/components/tab-bar/tab-bar.css +3 -0
- package/dist/types/components/container/container.d.ts +8 -5
- package/dist/types/components/new-environment/new-environment.d.ts +0 -4
- package/dist/types/components/new-kb/new-kb.d.ts +20 -2
- package/dist/types/components/object-selector/object-selector.d.ts +10 -6
- package/dist/types/components/team-dev-commit/team-dev-commit.d.ts +4 -0
- package/dist/types/components/team-dev-update/team-dev-update.d.ts +4 -0
- package/dist/types/components.d.ts +49 -21
- package/package.json +3 -3
- package/dist/cjs/ch-icon.cjs.entry.js +0 -116
- package/dist/cjs/gx-ide-container.cjs.entry.js +0 -137
- package/dist/cjs/gxg-menu-list.cjs.entry.js +0 -28
- package/dist/components/gxg-menu-list.js +0 -50
- package/dist/components/top-bar.js +0 -74
- package/dist/esm/ch-icon.entry.js +0 -112
- package/dist/esm/gx-ide-container.entry.js +0 -133
- package/dist/esm/gxg-menu-list.entry.js +0 -24
- package/dist/genexus-ide-ui/p-07e89cdd.entry.js +0 -1
- package/dist/genexus-ide-ui/p-1770fa36.entry.js +0 -1
- package/dist/genexus-ide-ui/p-179713ef.entry.js +0 -1
- package/dist/genexus-ide-ui/p-181ee8a8.entry.js +0 -1
- package/dist/genexus-ide-ui/p-35fc1102.entry.js +0 -1
- package/dist/genexus-ide-ui/p-4d39c34a.entry.js +0 -1
- package/dist/genexus-ide-ui/p-55d98662.entry.js +0 -1
- package/dist/genexus-ide-ui/p-5ad757f4.entry.js +0 -1
- package/dist/genexus-ide-ui/p-7a83018d.entry.js +0 -1
- package/dist/genexus-ide-ui/p-7a90def4.entry.js +0 -1
- package/dist/genexus-ide-ui/p-7c38776f.entry.js +0 -1
- package/dist/genexus-ide-ui/p-82228c39.entry.js +0 -1
- package/dist/genexus-ide-ui/p-8afbdbc9.entry.js +0 -1
- package/dist/genexus-ide-ui/p-a89c699c.entry.js +0 -1
- package/dist/genexus-ide-ui/p-cab184a7.entry.js +0 -1
- package/dist/genexus-ide-ui/p-d376dada.entry.js +0 -1
- /package/dist/node_modules/@genexus/gemini/dist/collection/components/{menu-item/menu-item.css → menu-slim/item/item.css} +0 -0
- /package/dist/node_modules/@genexus/gemini/dist/collection/components/{menu-list/menu-list.css → menu-slim/list/list.css} +0 -0
- /package/dist/node_modules/@genexus/gemini/dist/collection/components/{menu → menu-slim/menu}/menu.css +0 -0
|
@@ -0,0 +1,724 @@
|
|
|
1
|
+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
|
2
|
+
/* Document
|
|
3
|
+
========================================================================== */
|
|
4
|
+
/**
|
|
5
|
+
* 1. Correct the line height in all browsers.
|
|
6
|
+
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
|
7
|
+
*/
|
|
8
|
+
html {
|
|
9
|
+
line-height: 1.15;
|
|
10
|
+
/* 1 */
|
|
11
|
+
-webkit-text-size-adjust: 100%;
|
|
12
|
+
/* 2 */
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/* Sections
|
|
16
|
+
========================================================================== */
|
|
17
|
+
/**
|
|
18
|
+
* Remove the margin in all browsers.
|
|
19
|
+
*/
|
|
20
|
+
body {
|
|
21
|
+
margin: 0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Render the `main` element consistently in IE.
|
|
26
|
+
*/
|
|
27
|
+
main {
|
|
28
|
+
display: block;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Correct the font size and margin on `h1` elements within `section` and
|
|
33
|
+
* `article` contexts in Chrome, Firefox, and Safari.
|
|
34
|
+
*/
|
|
35
|
+
h1 {
|
|
36
|
+
font-size: 2em;
|
|
37
|
+
margin: 0.67em 0;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/* Grouping content
|
|
41
|
+
========================================================================== */
|
|
42
|
+
/**
|
|
43
|
+
* 1. Add the correct box sizing in Firefox.
|
|
44
|
+
* 2. Show the overflow in Edge and IE.
|
|
45
|
+
*/
|
|
46
|
+
hr {
|
|
47
|
+
box-sizing: content-box;
|
|
48
|
+
/* 1 */
|
|
49
|
+
height: 0;
|
|
50
|
+
/* 1 */
|
|
51
|
+
overflow: visible;
|
|
52
|
+
/* 2 */
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
57
|
+
* 2. Correct the odd `em` font sizing in all browsers.
|
|
58
|
+
*/
|
|
59
|
+
pre {
|
|
60
|
+
font-family: monospace, monospace;
|
|
61
|
+
/* 1 */
|
|
62
|
+
font-size: 1em;
|
|
63
|
+
/* 2 */
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/* Text-level semantics
|
|
67
|
+
========================================================================== */
|
|
68
|
+
/**
|
|
69
|
+
* Remove the gray background on active links in IE 10.
|
|
70
|
+
*/
|
|
71
|
+
a {
|
|
72
|
+
background-color: transparent;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* 1. Remove the bottom border in Chrome 57-
|
|
77
|
+
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
|
78
|
+
*/
|
|
79
|
+
abbr[title] {
|
|
80
|
+
border-bottom: none;
|
|
81
|
+
/* 1 */
|
|
82
|
+
text-decoration: underline;
|
|
83
|
+
/* 2 */
|
|
84
|
+
text-decoration: underline dotted;
|
|
85
|
+
/* 2 */
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Add the correct font weight in Chrome, Edge, and Safari.
|
|
90
|
+
*/
|
|
91
|
+
b,
|
|
92
|
+
strong {
|
|
93
|
+
font-weight: bolder;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
|
98
|
+
* 2. Correct the odd `em` font sizing in all browsers.
|
|
99
|
+
*/
|
|
100
|
+
code,
|
|
101
|
+
kbd,
|
|
102
|
+
samp {
|
|
103
|
+
font-family: monospace, monospace;
|
|
104
|
+
/* 1 */
|
|
105
|
+
font-size: 1em;
|
|
106
|
+
/* 2 */
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Add the correct font size in all browsers.
|
|
111
|
+
*/
|
|
112
|
+
small {
|
|
113
|
+
font-size: 80%;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/**
|
|
117
|
+
* Prevent `sub` and `sup` elements from affecting the line height in
|
|
118
|
+
* all browsers.
|
|
119
|
+
*/
|
|
120
|
+
sub,
|
|
121
|
+
sup {
|
|
122
|
+
font-size: 75%;
|
|
123
|
+
line-height: 0;
|
|
124
|
+
position: relative;
|
|
125
|
+
vertical-align: baseline;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
sub {
|
|
129
|
+
bottom: -0.25em;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
sup {
|
|
133
|
+
top: -0.5em;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
/* Embedded content
|
|
137
|
+
========================================================================== */
|
|
138
|
+
/**
|
|
139
|
+
* Remove the border on images inside links in IE 10.
|
|
140
|
+
*/
|
|
141
|
+
img {
|
|
142
|
+
border-style: none;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/* Forms
|
|
146
|
+
========================================================================== */
|
|
147
|
+
/**
|
|
148
|
+
* 1. Change the font styles in all browsers.
|
|
149
|
+
* 2. Remove the margin in Firefox and Safari.
|
|
150
|
+
*/
|
|
151
|
+
button,
|
|
152
|
+
input,
|
|
153
|
+
optgroup,
|
|
154
|
+
select,
|
|
155
|
+
textarea {
|
|
156
|
+
font-family: inherit;
|
|
157
|
+
/* 1 */
|
|
158
|
+
font-size: 100%;
|
|
159
|
+
/* 1 */
|
|
160
|
+
line-height: 1.15;
|
|
161
|
+
/* 1 */
|
|
162
|
+
margin: 0;
|
|
163
|
+
/* 2 */
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* Show the overflow in IE.
|
|
168
|
+
* 1. Show the overflow in Edge.
|
|
169
|
+
*/
|
|
170
|
+
button,
|
|
171
|
+
input {
|
|
172
|
+
/* 1 */
|
|
173
|
+
overflow: visible;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
|
178
|
+
* 1. Remove the inheritance of text transform in Firefox.
|
|
179
|
+
*/
|
|
180
|
+
button,
|
|
181
|
+
select {
|
|
182
|
+
/* 1 */
|
|
183
|
+
text-transform: none;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Correct the inability to style clickable types in iOS and Safari.
|
|
188
|
+
*/
|
|
189
|
+
button,
|
|
190
|
+
[type=button],
|
|
191
|
+
[type=reset],
|
|
192
|
+
[type=submit] {
|
|
193
|
+
-webkit-appearance: button;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Remove the inner border and padding in Firefox.
|
|
198
|
+
*/
|
|
199
|
+
button::-moz-focus-inner,
|
|
200
|
+
[type=button]::-moz-focus-inner,
|
|
201
|
+
[type=reset]::-moz-focus-inner,
|
|
202
|
+
[type=submit]::-moz-focus-inner {
|
|
203
|
+
border-style: none;
|
|
204
|
+
padding: 0;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* Restore the focus styles unset by the previous rule.
|
|
209
|
+
*/
|
|
210
|
+
button:-moz-focusring,
|
|
211
|
+
[type=button]:-moz-focusring,
|
|
212
|
+
[type=reset]:-moz-focusring,
|
|
213
|
+
[type=submit]:-moz-focusring {
|
|
214
|
+
outline: 1px dotted ButtonText;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* Correct the padding in Firefox.
|
|
219
|
+
*/
|
|
220
|
+
fieldset {
|
|
221
|
+
padding: 0.35em 0.75em 0.625em;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* 1. Correct the text wrapping in Edge and IE.
|
|
226
|
+
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
|
227
|
+
* 3. Remove the padding so developers are not caught out when they zero out
|
|
228
|
+
* `fieldset` elements in all browsers.
|
|
229
|
+
*/
|
|
230
|
+
legend {
|
|
231
|
+
box-sizing: border-box;
|
|
232
|
+
/* 1 */
|
|
233
|
+
color: inherit;
|
|
234
|
+
/* 2 */
|
|
235
|
+
display: table;
|
|
236
|
+
/* 1 */
|
|
237
|
+
max-width: 100%;
|
|
238
|
+
/* 1 */
|
|
239
|
+
padding: 0;
|
|
240
|
+
/* 3 */
|
|
241
|
+
white-space: normal;
|
|
242
|
+
/* 1 */
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
/**
|
|
246
|
+
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
|
247
|
+
*/
|
|
248
|
+
progress {
|
|
249
|
+
vertical-align: baseline;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* Remove the default vertical scrollbar in IE 10+.
|
|
254
|
+
*/
|
|
255
|
+
textarea {
|
|
256
|
+
overflow: auto;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* 1. Add the correct box sizing in IE 10.
|
|
261
|
+
* 2. Remove the padding in IE 10.
|
|
262
|
+
*/
|
|
263
|
+
[type=checkbox],
|
|
264
|
+
[type=radio] {
|
|
265
|
+
box-sizing: border-box;
|
|
266
|
+
/* 1 */
|
|
267
|
+
padding: 0;
|
|
268
|
+
/* 2 */
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
/**
|
|
272
|
+
* Correct the cursor style of increment and decrement buttons in Chrome.
|
|
273
|
+
*/
|
|
274
|
+
[type=number]::-webkit-inner-spin-button,
|
|
275
|
+
[type=number]::-webkit-outer-spin-button {
|
|
276
|
+
height: auto;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
/**
|
|
280
|
+
* 1. Correct the odd appearance in Chrome and Safari.
|
|
281
|
+
* 2. Correct the outline style in Safari.
|
|
282
|
+
*/
|
|
283
|
+
[type=search] {
|
|
284
|
+
-webkit-appearance: textfield;
|
|
285
|
+
/* 1 */
|
|
286
|
+
outline-offset: -2px;
|
|
287
|
+
/* 2 */
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
/**
|
|
291
|
+
* Remove the inner padding in Chrome and Safari on macOS.
|
|
292
|
+
*/
|
|
293
|
+
[type=search]::-webkit-search-decoration {
|
|
294
|
+
-webkit-appearance: none;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
/**
|
|
298
|
+
* 1. Correct the inability to style clickable types in iOS and Safari.
|
|
299
|
+
* 2. Change font properties to `inherit` in Safari.
|
|
300
|
+
*/
|
|
301
|
+
::-webkit-file-upload-button {
|
|
302
|
+
-webkit-appearance: button;
|
|
303
|
+
/* 1 */
|
|
304
|
+
font: inherit;
|
|
305
|
+
/* 2 */
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
/* Interactive
|
|
309
|
+
========================================================================== */
|
|
310
|
+
/*
|
|
311
|
+
* Add the correct display in Edge, IE 10+, and Firefox.
|
|
312
|
+
*/
|
|
313
|
+
details {
|
|
314
|
+
display: block;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
/*
|
|
318
|
+
* Add the correct display in all browsers.
|
|
319
|
+
*/
|
|
320
|
+
summary {
|
|
321
|
+
display: list-item;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
/* Misc
|
|
325
|
+
========================================================================== */
|
|
326
|
+
/**
|
|
327
|
+
* Add the correct display in IE 10+.
|
|
328
|
+
*/
|
|
329
|
+
template {
|
|
330
|
+
display: none;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
* Add the correct display in IE 10.
|
|
335
|
+
*/
|
|
336
|
+
[hidden] {
|
|
337
|
+
display: none;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
:root {
|
|
341
|
+
--ui-animaton-speed: 0.2s;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
/*ALIGNMENT*/
|
|
345
|
+
/*Ellipsis*/
|
|
346
|
+
/*****************************************************
|
|
347
|
+
TYPOGRAPHY
|
|
348
|
+
*****************************************************/
|
|
349
|
+
/*Title 01 (Positive)*/
|
|
350
|
+
.gxg-title-01 {
|
|
351
|
+
font-family: var(--font-family-primary);
|
|
352
|
+
font-weight: var(--font-weight-bold);
|
|
353
|
+
font-size: var(--font-size-md);
|
|
354
|
+
letter-spacing: var(--letter-spacing-md);
|
|
355
|
+
color: var(--color-on-background);
|
|
356
|
+
text-align: start;
|
|
357
|
+
line-height: 1.455em;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
/*Title 01 (Negative)*/
|
|
361
|
+
.gxg-title-01--negative {
|
|
362
|
+
font-family: var(--font-family-primary);
|
|
363
|
+
font-weight: var(--font-weight-bold);
|
|
364
|
+
font-size: var(--font-size-md);
|
|
365
|
+
letter-spacing: var(--letter-spacing-md);
|
|
366
|
+
color: var(--color-on-background);
|
|
367
|
+
text-align: start;
|
|
368
|
+
line-height: 1.455em;
|
|
369
|
+
color: var(--color-on-primary);
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
/*Title 02 (Positive)*/
|
|
373
|
+
.gxg-title-02 {
|
|
374
|
+
font-family: var(--font-family-primary);
|
|
375
|
+
font-weight: var(--font-weight-bold);
|
|
376
|
+
font-size: var(--font-size-sm);
|
|
377
|
+
letter-spacing: var(--letter-spacing-sm);
|
|
378
|
+
color: var(--color-on-background);
|
|
379
|
+
text-align: start;
|
|
380
|
+
text-transform: uppercase;
|
|
381
|
+
line-height: 1.556em;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.gxg-title-02--negative {
|
|
385
|
+
font-family: var(--font-family-primary);
|
|
386
|
+
font-weight: var(--font-weight-bold);
|
|
387
|
+
font-size: var(--font-size-sm);
|
|
388
|
+
letter-spacing: var(--letter-spacing-sm);
|
|
389
|
+
color: var(--color-on-background);
|
|
390
|
+
text-align: start;
|
|
391
|
+
text-transform: uppercase;
|
|
392
|
+
line-height: 1.556em;
|
|
393
|
+
color: var(--color-on-primary);
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
/*Title 03*/
|
|
397
|
+
.gxg-title-03 {
|
|
398
|
+
font-family: var(--font-family-primary);
|
|
399
|
+
font-weight: var(--font-weight-regular);
|
|
400
|
+
font-size: var(--font-size-xs);
|
|
401
|
+
letter-spacing: var(--letter-spacing-sm);
|
|
402
|
+
color: var(--color-on-background);
|
|
403
|
+
text-align: start;
|
|
404
|
+
text-transform: uppercase;
|
|
405
|
+
line-height: 1.556em;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
.gxg-title-03--negative {
|
|
409
|
+
font-family: var(--font-family-primary);
|
|
410
|
+
font-weight: var(--font-weight-regular);
|
|
411
|
+
font-size: var(--font-size-xs);
|
|
412
|
+
letter-spacing: var(--letter-spacing-sm);
|
|
413
|
+
color: var(--color-on-background);
|
|
414
|
+
text-align: start;
|
|
415
|
+
text-transform: uppercase;
|
|
416
|
+
line-height: 1.556em;
|
|
417
|
+
color: var(--color-on-primary);
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
/*Title 04*/
|
|
421
|
+
.gxg-title-04 {
|
|
422
|
+
font-family: var(--font-family-primary);
|
|
423
|
+
font-weight: var(--font-weight-semibold);
|
|
424
|
+
font-size: var(--font-size-md);
|
|
425
|
+
letter-spacing: var(--letter-spacing-md);
|
|
426
|
+
color: var(--color-on-background);
|
|
427
|
+
text-align: start;
|
|
428
|
+
line-height: 1.455em;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.gxg-title-04--negative {
|
|
432
|
+
font-family: var(--font-family-primary);
|
|
433
|
+
font-weight: var(--font-weight-semibold);
|
|
434
|
+
font-size: var(--font-size-md);
|
|
435
|
+
letter-spacing: var(--letter-spacing-md);
|
|
436
|
+
color: var(--color-on-background);
|
|
437
|
+
text-align: start;
|
|
438
|
+
line-height: 1.455em;
|
|
439
|
+
color: var(--color-on-primary);
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
/*Title 05*/
|
|
443
|
+
.gxg-title-05 {
|
|
444
|
+
font-family: var(--font-family-primary);
|
|
445
|
+
font-weight: var(--font-weight-semibold);
|
|
446
|
+
font-size: var(--font-size-sm);
|
|
447
|
+
letter-spacing: var(--letter-spacing-sm);
|
|
448
|
+
color: var(--color-on-background);
|
|
449
|
+
text-align: start;
|
|
450
|
+
line-height: 1.556em;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.gxg-title-05--negative {
|
|
454
|
+
font-family: var(--font-family-primary);
|
|
455
|
+
font-weight: var(--font-weight-semibold);
|
|
456
|
+
font-size: var(--font-size-sm);
|
|
457
|
+
letter-spacing: var(--letter-spacing-sm);
|
|
458
|
+
color: var(--color-on-background);
|
|
459
|
+
text-align: start;
|
|
460
|
+
line-height: 1.556em;
|
|
461
|
+
color: var(--color-on-primary);
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
/*Text*/
|
|
465
|
+
.gxg-text {
|
|
466
|
+
font-family: var(--font-family-primary);
|
|
467
|
+
font-weight: var(--font-weight-regular);
|
|
468
|
+
font-size: var(--font-size-sm);
|
|
469
|
+
letter-spacing: var(--letter-spacing-xs);
|
|
470
|
+
color: var(--color-on-background);
|
|
471
|
+
text-align: start;
|
|
472
|
+
line-height: 1.455em;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.gxg-text--negative {
|
|
476
|
+
font-family: var(--font-family-primary);
|
|
477
|
+
font-weight: var(--font-weight-regular);
|
|
478
|
+
font-size: var(--font-size-sm);
|
|
479
|
+
letter-spacing: var(--letter-spacing-xs);
|
|
480
|
+
color: var(--color-on-background);
|
|
481
|
+
text-align: start;
|
|
482
|
+
line-height: 1.455em;
|
|
483
|
+
color: var(--color-on-primary);
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.gxg-text--gray {
|
|
487
|
+
font-family: var(--font-family-primary);
|
|
488
|
+
font-weight: var(--font-weight-regular);
|
|
489
|
+
font-size: var(--font-size-sm);
|
|
490
|
+
letter-spacing: var(--letter-spacing-xs);
|
|
491
|
+
color: var(--color-on-background);
|
|
492
|
+
text-align: start;
|
|
493
|
+
line-height: 1.455em;
|
|
494
|
+
color: var(--gray-05);
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
/*Quote*/
|
|
498
|
+
.gxg-quote {
|
|
499
|
+
font-family: var(--font-family-primary);
|
|
500
|
+
font-weight: var(--font-weight-regular);
|
|
501
|
+
font-size: var(--font-size-sm);
|
|
502
|
+
letter-spacing: var(--letter-spacing-xs);
|
|
503
|
+
color: var(--color-on-background);
|
|
504
|
+
text-align: start;
|
|
505
|
+
line-height: 1.455em;
|
|
506
|
+
font-style: italic;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
.gxg-quote--negative {
|
|
510
|
+
color: var(--color-on-primary);
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
/*Link*/
|
|
514
|
+
.gxg-link {
|
|
515
|
+
font-family: var(--font-family-primary);
|
|
516
|
+
font-weight: var(--font-weight-regular);
|
|
517
|
+
font-size: var(--font-size-sm);
|
|
518
|
+
letter-spacing: var(--letter-spacing-xs);
|
|
519
|
+
color: var(--color-on-background);
|
|
520
|
+
text-align: start;
|
|
521
|
+
line-height: 1.455em;
|
|
522
|
+
color: var(--color-primary);
|
|
523
|
+
text-decoration: underline;
|
|
524
|
+
cursor: pointer;
|
|
525
|
+
display: inline-block;
|
|
526
|
+
}
|
|
527
|
+
.gxg-link:hover {
|
|
528
|
+
color: var(--color-primary-hover);
|
|
529
|
+
}
|
|
530
|
+
.gxg-link:active {
|
|
531
|
+
color: var(--color-primary-active);
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.gxg-link-gray {
|
|
535
|
+
font-family: var(--font-family-primary);
|
|
536
|
+
font-weight: var(--font-weight-regular);
|
|
537
|
+
font-size: var(--font-size-sm);
|
|
538
|
+
letter-spacing: var(--letter-spacing-xs);
|
|
539
|
+
color: var(--color-on-background);
|
|
540
|
+
text-align: start;
|
|
541
|
+
line-height: 1.455em;
|
|
542
|
+
color: var(--color-primary);
|
|
543
|
+
text-decoration: underline;
|
|
544
|
+
cursor: pointer;
|
|
545
|
+
display: inline-block;
|
|
546
|
+
color: var(--gray-04);
|
|
547
|
+
}
|
|
548
|
+
.gxg-link-gray:hover {
|
|
549
|
+
font-family: var(--font-family-primary);
|
|
550
|
+
font-weight: var(--font-weight-regular);
|
|
551
|
+
font-size: var(--font-size-sm);
|
|
552
|
+
letter-spacing: var(--letter-spacing-xs);
|
|
553
|
+
color: var(--color-on-background);
|
|
554
|
+
text-align: start;
|
|
555
|
+
line-height: 1.455em;
|
|
556
|
+
color: var(--color-primary);
|
|
557
|
+
text-decoration: underline;
|
|
558
|
+
cursor: pointer;
|
|
559
|
+
display: inline-block;
|
|
560
|
+
color: var(--gray-04);
|
|
561
|
+
color: var(--gray-06);
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
/*Alerts*/
|
|
565
|
+
.gxg-alert-error {
|
|
566
|
+
font-family: var(--font-family-primary);
|
|
567
|
+
font-weight: var(--font-weight-regular);
|
|
568
|
+
font-size: var(--font-size-sm);
|
|
569
|
+
letter-spacing: var(--letter-spacing-xs);
|
|
570
|
+
color: var(--color-on-background);
|
|
571
|
+
text-align: start;
|
|
572
|
+
line-height: 1.455em;
|
|
573
|
+
color: var(--color-error-dark);
|
|
574
|
+
display: inline-block;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.gxg-alert-warning {
|
|
578
|
+
font-family: var(--font-family-primary);
|
|
579
|
+
font-weight: var(--font-weight-regular);
|
|
580
|
+
font-size: var(--font-size-sm);
|
|
581
|
+
letter-spacing: var(--letter-spacing-xs);
|
|
582
|
+
color: var(--color-on-background);
|
|
583
|
+
text-align: start;
|
|
584
|
+
line-height: 1.455em;
|
|
585
|
+
color: var(--color-warning-dark);
|
|
586
|
+
display: inline-block;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.gxg-alert-success {
|
|
590
|
+
font-family: var(--font-family-primary);
|
|
591
|
+
font-weight: var(--font-weight-regular);
|
|
592
|
+
font-size: var(--font-size-sm);
|
|
593
|
+
letter-spacing: var(--letter-spacing-xs);
|
|
594
|
+
color: var(--color-on-background);
|
|
595
|
+
text-align: start;
|
|
596
|
+
line-height: 1.455em;
|
|
597
|
+
color: var(--color-success-dark);
|
|
598
|
+
display: inline-block;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
/*Tab*/
|
|
602
|
+
.gxg-tab--disabled {
|
|
603
|
+
color: var(--color-primary-disabled);
|
|
604
|
+
pointer-events: none;
|
|
605
|
+
}
|
|
606
|
+
.gxg-tab--disabled[disabled] {
|
|
607
|
+
color: var(--color-primary-disabled);
|
|
608
|
+
pointer-events: none;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
/*Label*/
|
|
612
|
+
.gxg-label {
|
|
613
|
+
font-family: var(--font-family-primary) !important;
|
|
614
|
+
font-weight: var(--font-weight-semibold);
|
|
615
|
+
font-size: var(--font-size-sm) !important;
|
|
616
|
+
letter-spacing: var(--letter-spacing-xs);
|
|
617
|
+
color: var(--color-primary-enabled);
|
|
618
|
+
text-align: center;
|
|
619
|
+
line-height: 1.455em;
|
|
620
|
+
}
|
|
621
|
+
.gxg-label:hover {
|
|
622
|
+
color: var(--color-primary-hover);
|
|
623
|
+
}
|
|
624
|
+
.gxg-label:focus {
|
|
625
|
+
color: var(--color-primary-active);
|
|
626
|
+
}
|
|
627
|
+
.gxg-label:active {
|
|
628
|
+
color: var(--color-primary-active);
|
|
629
|
+
}
|
|
630
|
+
.gxg-label[disabled] {
|
|
631
|
+
color: var(--color-primary-disabled);
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
.gxg-label--negative {
|
|
635
|
+
color: var(--color-on-primary);
|
|
636
|
+
}
|
|
637
|
+
.gxg-label--negative[disabled] {
|
|
638
|
+
color: var(--color-on-disabled);
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
/*****************************************************
|
|
642
|
+
GXG-BUTTON and GXG-BUTTON-GROUP COMMON STYLES
|
|
643
|
+
*****************************************************/
|
|
644
|
+
.gxg-button-styles {
|
|
645
|
+
font-family: var(--font-family-primary) !important;
|
|
646
|
+
font-weight: var(--font-weight-semibold);
|
|
647
|
+
font-size: var(--font-size-sm) !important;
|
|
648
|
+
letter-spacing: var(--letter-spacing-xs);
|
|
649
|
+
color: var(--color-primary-enabled);
|
|
650
|
+
text-align: center;
|
|
651
|
+
line-height: 1.455em;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
/*****************************************************
|
|
655
|
+
FORM ELEMENTS
|
|
656
|
+
*****************************************************/
|
|
657
|
+
.gxg-scrollbar {
|
|
658
|
+
/* Track */
|
|
659
|
+
/* Handle */
|
|
660
|
+
/* Handle on hover */
|
|
661
|
+
}
|
|
662
|
+
.gxg-scrollbar::-webkit-scrollbar {
|
|
663
|
+
width: 6px;
|
|
664
|
+
height: 6px;
|
|
665
|
+
}
|
|
666
|
+
.gxg-scrollbar::-webkit-scrollbar-track {
|
|
667
|
+
background-color: var(--gray-02);
|
|
668
|
+
border-radius: 10px;
|
|
669
|
+
}
|
|
670
|
+
.gxg-scrollbar::-webkit-scrollbar-thumb {
|
|
671
|
+
background: var(--gray-05);
|
|
672
|
+
border-radius: 10px;
|
|
673
|
+
}
|
|
674
|
+
.gxg-scrollbar::-webkit-scrollbar-thumb:hover {
|
|
675
|
+
background: var(--gray-04);
|
|
676
|
+
cursor: pointer;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
:host {
|
|
680
|
+
display: inline-block;
|
|
681
|
+
background: var(--color-background);
|
|
682
|
+
border-radius: var(--border-width-md);
|
|
683
|
+
box-shadow: var(--box-shadow-01);
|
|
684
|
+
}
|
|
685
|
+
:host .menu__header {
|
|
686
|
+
border-bottom-style: var(--border-style-regular);
|
|
687
|
+
border-bottom-width: var(--border-width-sm);
|
|
688
|
+
border-bottom-color: var(--gray-04);
|
|
689
|
+
}
|
|
690
|
+
:host .menu__header__title {
|
|
691
|
+
color: var(--color-on-background);
|
|
692
|
+
font-family: var(--font-family-primary);
|
|
693
|
+
font-size: var(--font-size-xs);
|
|
694
|
+
font-weight: var(--font-weight-bold);
|
|
695
|
+
text-transform: uppercase;
|
|
696
|
+
margin-top: 0;
|
|
697
|
+
margin-bottom: 0;
|
|
698
|
+
padding: var(--spacing-comp-03) var(--spacing-comp-05) var(--spacing-comp-03) var(--spacing-comp-05);
|
|
699
|
+
}
|
|
700
|
+
:host .menuList {
|
|
701
|
+
list-style-type: none;
|
|
702
|
+
display: block;
|
|
703
|
+
padding-left: 0;
|
|
704
|
+
margin: 0;
|
|
705
|
+
font-family: var(--font-family-primary);
|
|
706
|
+
font-weight: var(--font-weight-regular);
|
|
707
|
+
font-size: var(--font-size-sm);
|
|
708
|
+
letter-spacing: var(--letter-spacing-xs);
|
|
709
|
+
color: var(--color-on-background);
|
|
710
|
+
text-align: start;
|
|
711
|
+
line-height: 1.455em;
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
:host([full-width]) {
|
|
715
|
+
width: 100% !important;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
:host([tabs]) .menuList {
|
|
719
|
+
font-size: var(--font-size-sm);
|
|
720
|
+
font-weight: var(--font-weight-semibold);
|
|
721
|
+
}
|
|
722
|
+
:host([tabs]) .menuList ::slotted(gxg-menu-item) {
|
|
723
|
+
text-transform: uppercase;
|
|
724
|
+
}
|