@gravitee/ui-components 3.25.3-typescript-8a53edf → 3.25.3-typescript-9a4271f

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 (188) hide show
  1. package/package.json +1 -1
  2. package/src/atoms/gv-autocomplete.js +1 -461
  3. package/src/atoms/gv-button.js +1 -410
  4. package/src/atoms/gv-checkbox.js +1 -187
  5. package/src/atoms/gv-date-picker-calendar.js +1 -894
  6. package/src/atoms/gv-date-picker-cell.js +1 -190
  7. package/src/atoms/gv-date-picker.js +1 -671
  8. package/src/atoms/gv-file-upload.js +1 -367
  9. package/src/atoms/gv-icon.js +1 -103
  10. package/src/atoms/gv-image.js +1 -144
  11. package/src/atoms/gv-input-message.js +1 -84
  12. package/src/atoms/gv-input.js +1 -561
  13. package/src/atoms/gv-link.js +1 -210
  14. package/src/atoms/gv-message.js +1 -128
  15. package/src/atoms/gv-metric.js +1 -117
  16. package/src/atoms/gv-relative-time.js +1 -156
  17. package/src/atoms/gv-select-native.js +1 -388
  18. package/src/atoms/gv-select.js +1 -437
  19. package/src/atoms/gv-spinner.js +1 -57
  20. package/src/atoms/gv-state.js +1 -130
  21. package/src/atoms/gv-switch.js +1 -243
  22. package/src/atoms/gv-tag.js +1 -168
  23. package/src/atoms/gv-text.js +1 -168
  24. package/src/charts/gv-chart-bar.js +1 -103
  25. package/src/charts/gv-chart-gauge.js +1 -100
  26. package/src/charts/gv-chart-histogram.js +1 -83
  27. package/src/charts/gv-chart-line.js +1 -224
  28. package/src/charts/gv-chart-map.js +1 -112
  29. package/src/charts/gv-chart-pie.js +1 -91
  30. package/src/index.js +1 -77
  31. package/src/lib/cron-expression.js +1 -205
  32. package/src/lib/date.js +1 -44
  33. package/src/lib/events.js +1 -26
  34. package/src/lib/http-client-schema-form.js +1 -67
  35. package/src/lib/http.js +1 -237
  36. package/src/lib/i18n.js +1 -103
  37. package/src/lib/item.js +1 -118
  38. package/src/lib/properties.js +1 -189
  39. package/src/lib/schema-form.js +1 -44
  40. package/src/lib/studio.js +1 -141
  41. package/src/lib/style.js +1 -41
  42. package/src/lib/text-format.js +1 -69
  43. package/src/lib/theme.js +1 -63
  44. package/src/lib/utils.js +1 -111
  45. package/src/mixins/chart-element.js +1 -165
  46. package/src/mixins/input-element.js +1 -144
  47. package/src/mixins/item-resource.js +1 -120
  48. package/src/mixins/keyboard-element.js +1 -69
  49. package/src/mixins/update-after-browser.js +1 -30
  50. package/src/mixins/with-resize-observer.js +1 -68
  51. package/src/mixins/with-skeleton-attribute.js +1 -112
  52. package/src/molecules/gv-card-full.js +1 -218
  53. package/src/molecules/gv-card-list.js +1 -113
  54. package/src/molecules/gv-card.js +1 -133
  55. package/src/molecules/gv-category-list.js +1 -60
  56. package/src/molecules/gv-category.js +1 -170
  57. package/src/molecules/gv-code.js +1 -359
  58. package/src/molecules/gv-confirm.js +1 -188
  59. package/src/molecules/gv-cron-editor.js +1 -710
  60. package/src/molecules/gv-dropdown-menu.js +1 -116
  61. package/src/molecules/gv-expandable.js +1 -122
  62. package/src/molecules/gv-expression-language.js +1 -270
  63. package/src/molecules/gv-identity-picture.js +1 -148
  64. package/src/molecules/gv-list.js +1 -227
  65. package/src/molecules/gv-metrics.js +1 -162
  66. package/src/molecules/gv-modal.js +1 -213
  67. package/src/molecules/gv-nav.js +1 -196
  68. package/src/molecules/gv-option.js +1 -242
  69. package/src/molecules/gv-plans.js +1 -429
  70. package/src/molecules/gv-popover.js +1 -351
  71. package/src/molecules/gv-promote.js +1 -209
  72. package/src/molecules/gv-rating-list.js +1 -365
  73. package/src/molecules/gv-rating.js +1 -253
  74. package/src/molecules/gv-row-expandable.js +1 -45
  75. package/src/molecules/gv-row.js +1 -210
  76. package/src/molecules/gv-stats.js +1 -121
  77. package/src/molecules/gv-stepper.js +1 -288
  78. package/src/molecules/gv-table.js +1 -685
  79. package/src/molecules/gv-tree.js +1 -250
  80. package/src/organisms/gv-documentation.js +1 -215
  81. package/src/organisms/gv-header.js +1 -288
  82. package/src/organisms/gv-http-client.js +1 -275
  83. package/src/organisms/gv-menu.js +1 -263
  84. package/src/organisms/gv-newsletter-subscription.js +1 -271
  85. package/src/organisms/gv-pagination.js +1 -198
  86. package/src/organisms/gv-properties.js +1 -920
  87. package/src/organisms/gv-resizable-views.js +1 -396
  88. package/src/organisms/gv-resources.js +1 -535
  89. package/src/organisms/gv-schema-form-array.js +1 -250
  90. package/src/organisms/gv-schema-form-control-object.js +1 -154
  91. package/src/organisms/gv-schema-form-control.js +1 -443
  92. package/src/organisms/gv-schema-form.js +1 -751
  93. package/src/organisms/gv-tabs.js +1 -210
  94. package/src/organisms/gv-user-menu.js +1 -314
  95. package/src/organisms/gv-vertical-menu.js +1 -123
  96. package/src/policy-studio/gv-flow-step.js +1 -464
  97. package/src/policy-studio/gv-flow.js +1 -621
  98. package/src/policy-studio/gv-policy-studio-menu.js +1 -750
  99. package/src/policy-studio/gv-policy-studio.js +1 -1842
  100. package/src/styles/empty.js +1 -36
  101. package/src/styles/input.js +1 -263
  102. package/src/styles/link.js +1 -32
  103. package/src/styles/shapes.js +1 -17
  104. package/src/styles/skeleton.js +1 -53
  105. package/src/styles/zoom.js +1 -40
  106. package/src/theme/gv-theme.js +1 -203
  107. package/wc/gv-autocomplete.js +1 -1
  108. package/wc/gv-button.js +1 -1
  109. package/wc/gv-card-full.js +1 -1
  110. package/wc/gv-card-list.js +1 -1
  111. package/wc/gv-card.js +1 -1
  112. package/wc/gv-category-list.js +1 -1
  113. package/wc/gv-category.js +1 -1
  114. package/wc/gv-chart-bar.js +1 -1
  115. package/wc/gv-chart-gauge.js +1 -1
  116. package/wc/gv-chart-histogram.js +1 -1
  117. package/wc/gv-chart-line.js +1 -1
  118. package/wc/gv-chart-map.js +1 -1
  119. package/wc/gv-chart-pie.js +1 -1
  120. package/wc/gv-checkbox.js +1 -1
  121. package/wc/gv-code.js +1 -1
  122. package/wc/gv-confirm.js +1 -1
  123. package/wc/gv-cron-editor.js +1 -1
  124. package/wc/gv-date-picker-calendar.js +1 -1
  125. package/wc/gv-date-picker-cell.js +1 -1
  126. package/wc/gv-date-picker.js +1 -1
  127. package/wc/gv-documentation.js +1 -1
  128. package/wc/gv-dropdown-menu.js +1 -1
  129. package/wc/gv-expandable.js +1 -1
  130. package/wc/gv-expression-language.js +1 -1
  131. package/wc/gv-file-upload.js +1 -1
  132. package/wc/gv-flow-step.js +1 -1
  133. package/wc/gv-flow.js +1 -1
  134. package/wc/gv-header.js +1 -1
  135. package/wc/gv-http-client.js +1 -1
  136. package/wc/gv-icon.js +1 -1
  137. package/wc/gv-identity-picture.js +1 -1
  138. package/wc/gv-image.js +1 -1
  139. package/wc/gv-input-message.js +1 -1
  140. package/wc/gv-input.js +1 -1
  141. package/wc/gv-link.js +1 -1
  142. package/wc/gv-list.js +1 -1
  143. package/wc/gv-menu.js +1 -1
  144. package/wc/gv-message.js +1 -1
  145. package/wc/gv-metric.js +1 -1
  146. package/wc/gv-metrics.js +1 -1
  147. package/wc/gv-modal.js +1 -1
  148. package/wc/gv-nav.js +1 -1
  149. package/wc/gv-newsletter-subscription.js +1 -1
  150. package/wc/gv-option.js +1 -1
  151. package/wc/gv-pagination.js +1 -1
  152. package/wc/gv-plans.js +1 -1
  153. package/wc/gv-policy-studio-menu.js +1 -1
  154. package/wc/gv-policy-studio.js +1 -1
  155. package/wc/gv-popover.js +1 -1
  156. package/wc/gv-promote.js +1 -1
  157. package/wc/gv-properties.js +1 -1
  158. package/wc/gv-rating-list.js +1 -1
  159. package/wc/gv-rating.js +1 -1
  160. package/wc/gv-relative-time.js +1 -1
  161. package/wc/gv-resizable-views.js +1 -1
  162. package/wc/gv-resources.js +1 -1
  163. package/wc/gv-row-expandable.js +1 -1
  164. package/wc/gv-row.js +1 -1
  165. package/wc/gv-schema-form-array.js +1 -1
  166. package/wc/gv-schema-form-control-object.js +1 -1
  167. package/wc/gv-schema-form-control.js +1 -1
  168. package/wc/gv-schema-form.js +1 -1
  169. package/wc/gv-select-native.js +1 -1
  170. package/wc/gv-select.js +1 -1
  171. package/wc/gv-spinner.js +1 -1
  172. package/wc/gv-state.js +1 -1
  173. package/wc/gv-stats.js +1 -1
  174. package/wc/gv-stepper.js +1 -1
  175. package/wc/gv-switch.js +1 -1
  176. package/wc/gv-table.js +1 -1
  177. package/wc/gv-tabs.js +1 -1
  178. package/wc/gv-tag.js +1 -1
  179. package/wc/gv-text.js +1 -1
  180. package/wc/gv-theme.js +1 -1
  181. package/wc/gv-tree.js +1 -1
  182. package/wc/gv-user-menu.js +1 -1
  183. package/wc/gv-vertical-menu.js +1 -1
  184. package/CHANGELOG.md +0 -1292
  185. package/LICENSE.txt +0 -202
  186. package/README.md +0 -195
  187. package/src/.eslintrc.js +0 -19
  188. package/src/theme/definition.json +0 -1762
@@ -1,36 +1 @@
1
- /*
2
- * Copyright (C) 2015 The Gravitee team (http://gravitee.io)
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import { css } from 'lit';
17
-
18
- // language=CSS
19
- export const empty = css`
20
- .empty,
21
- .error {
22
- align-items: center;
23
- box-sizing: border-box;
24
- color: var(--gv-theme-font-color-dark);
25
- font-size: var(--gv-theme-font-size-l, 20px);
26
- font-weight: bold;
27
- height: 100%;
28
- opacity: 0.5;
29
- padding: 3rem;
30
- text-align: center;
31
- width: 100%;
32
- justify-content: center;
33
- display: flex;
34
- flex-direction: column;
35
- }
36
- `;
1
+ Object.defineProperty(exports,"__esModule",{value:!0}),exports.empty=void 0;const e=require("lit");exports.empty=e.css`.empty,.error{align-items:center;box-sizing:border-box;color:var(--gv-theme-font-color-dark);font-size:var(--gv-theme-font-size-l,20px);font-weight:700;height:100%;opacity:.5;padding:3rem;text-align:center;width:100%;justify-content:center;display:flex;flex-direction:column}`;
@@ -1,263 +1 @@
1
- /*
2
- * Copyright (C) 2015 The Gravitee team (http://gravitee.io)
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import { css } from 'lit';
17
-
18
- // language=CSS
19
- export const input = css`
20
- :host {
21
- box-sizing: border-box;
22
- display: inline-block;
23
- margin: 0.2rem;
24
- vertical-align: middle;
25
- background-color: transparent;
26
- --bdw: var(--gv-input--bdw, 1px);
27
- --2xbdw: calc(var(--gv-input--bdw, 1px) * 2);
28
- --input-small--p: 4px 4px;
29
- --input-small--fz: 12px;
30
- --input-small--lh: 15px;
31
- --icon-small--w: calc(15px + 4px + 4px);
32
- --input-small--h: calc(var(--icon-small--w) + var(--2xbdw));
33
-
34
- --input-medium--p: 10px 5px;
35
- --input-medium--fz: 14px;
36
- --input-medium--lh: 17px;
37
- --icon-medium--w: calc(17px + 10px + 10px);
38
- --input-medium--h: calc(var(--icon-medium--w) + var(--2xbdw));
39
-
40
- --input-large--p: 12px 8px;
41
- --input-large--fz: 16px;
42
- --input-large--lh: 18px;
43
- --icon-large--w: calc(18px + 12px + 12px);
44
- --input-large--h: calc(var(--icon-large--w) + var(--2xbdw));
45
- }
46
-
47
- .box-icon {
48
- box-sizing: border-box;
49
- height: var(--input-medium--h);
50
- width: calc(var(--input-medium--h) - 4px);
51
- display: flex;
52
- align-items: center;
53
- justify-content: center;
54
- position: absolute;
55
- bottom: 0px;
56
- right: 0px;
57
- left: initial;
58
- border-radius: 0 3px 3px 0;
59
- }
60
-
61
- .small .box-icon {
62
- height: var(--input-small--h);
63
- width: calc(var(--input-small--h) - 4px);
64
- }
65
-
66
- .box-icon-left {
67
- right: initial;
68
- left: 0px;
69
- border-radius: 3px 0 0 3px;
70
- }
71
-
72
- .box-icon gv-icon {
73
- --gv-icon--s: 22px;
74
- --gv-icon--c: var(--gv-theme-font-color-dark);
75
- }
76
-
77
- .small .box-icon gv-icon {
78
- --gv-icon--s: 16px;
79
- }
80
-
81
- .box-icon.box-icon-clear gv-icon,
82
- :host([large]) .box-icon.box-icon-clear gv-icon {
83
- width: 16px;
84
- }
85
-
86
- .box-icon.box-icon-bgc {
87
- background-color: var(--gv-input-icon--bgc, var(--gv-theme-neutral-color, #f5f5f5));
88
- border: var(--gv-input--bdw, 1px) var(--gv-input--bds, solid) var(--gv-input--bdc, var(--gv-theme-neutral-color-dark, #d9d9d9));
89
- }
90
-
91
- :host([large]) .box-icon {
92
- height: var(--input-large--h);
93
- width: var(--input-large--h);
94
- }
95
-
96
- :host([large]) .box-icon gv-icon {
97
- width: 24px;
98
- --gv-icon--s: 24px;
99
- }
100
-
101
- :host([small]) .box-icon {
102
- height: var(--input-small--h);
103
- width: var(--input-small--h);
104
- }
105
-
106
- :host([small]) .box-icon gv-icon {
107
- width: 18px;
108
- }
109
-
110
- :host([small]) .box-icon-clear gv-icon {
111
- width: 14px;
112
- }
113
-
114
- .box-input {
115
- position: relative;
116
- line-height: 0;
117
- }
118
-
119
- /* BASE */
120
- input,
121
- ::slotted(input),
122
- ::slotted(.input),
123
- .input {
124
- border: var(--gv-input--bdw, 1px) var(--gv-input--bds, solid) var(--gv-input--bdc, var(--gv-theme-neutral-color-dark, #d9d9d9));
125
- transition: border 10ms ease-in-out;
126
- box-sizing: border-box;
127
- border-radius: 4px;
128
- font-style: normal;
129
- font-weight: normal;
130
- outline: none;
131
- width: 100%;
132
- height: 100%;
133
- -webkit-appearance: none;
134
- }
135
-
136
- input::-webkit-search-decoration,
137
- ::slotted(input::-webkit-search-decoration) {
138
- -webkit-appearance: none;
139
- }
140
-
141
- /* SIZE */
142
- .large input,
143
- .large ::slotted(input),
144
- .large ::slotted(.input),
145
- .large .input {
146
- padding: var(--input-large--p);
147
- font-size: var(--input-large--fz);
148
- line-height: var(--input-large--lh);
149
- height: var(--input-large--h);
150
- }
151
-
152
- .medium input,
153
- .medium ::slotted(input),
154
- .medium ::slotted(.input),
155
- .medium .input {
156
- padding: var(--input-medium--p);
157
- font-size: var(--input-medium--fz);
158
- line-height: var(--input-medium--lh);
159
- height: var(--input-medium--h);
160
- }
161
-
162
- .small input,
163
- .small ::slotted(input),
164
- .small ::slotted(.input),
165
- .small .input {
166
- padding: var(--input-small--p);
167
- font-size: var(--input-small--fz);
168
- line-height: var(--input-small--lh);
169
- height: var(--input-small--h);
170
- }
171
-
172
- .large.icon input,
173
- .large.icon ::slotted(input) {
174
- padding-right: 45px;
175
- }
176
-
177
- .large.clearable input,
178
- .large.clearable ::slotted(input) {
179
- padding-right: 50px;
180
- }
181
-
182
- .medium.icon input,
183
- .medium.icon ::slotted(input) {
184
- padding-right: 36px;
185
- }
186
-
187
- .medium.clearable input,
188
- .medium.clearable ::slotted(input) {
189
- padding-right: 32px;
190
- }
191
-
192
- .small.icon input,
193
- .small ::slotted(input) {
194
- padding-right: 26px;
195
- }
196
-
197
- .small.clearable inpu,
198
- .small.clearable ::slotted(input) {
199
- padding-right: 22px;
200
- }
201
-
202
- .large.icon-left input,
203
- .large.icon-left ::slotted(input) {
204
- padding-left: 45px;
205
- }
206
-
207
- .large.clearable input,
208
- .large.clearable ::slotted(input) {
209
- padding-right: 40px;
210
- }
211
-
212
- .medium.icon-left input,
213
- .medium.icon-left ::slotted(input) {
214
- padding-left: 36px;
215
- }
216
-
217
- .small.icon-left input,
218
- .small.icon-left ::slotted(input) {
219
- padding-left: 26px;
220
- }
221
-
222
- ::-webkit-search-cancel-button {
223
- -webkit-appearance: none;
224
- }
225
-
226
- /* STATES */
227
- :host([disabled]) {
228
- --gv-icon--c: var(--gv-theme-neutral-color-darker, #d9d9d9);
229
- }
230
-
231
- :host([disabled]) .box-icon-bgc {
232
- background-color: transparent;
233
- }
234
-
235
- :host([disabled]) input,
236
- :host([disabled]) .input,
237
- :host([disabled]) ::slotted(input) {
238
- cursor: default;
239
- opacity: 0.5;
240
- }
241
-
242
- input:required,
243
- .input:required,
244
- ::slotted(input:required),
245
- ::slotted(.input:required),
246
- input:invalid,
247
- .input:invalid,
248
- ::slotted(input:invalid),
249
- ::slotted(.input:invalid) {
250
- box-shadow: none;
251
- }
252
-
253
- label {
254
- display: block;
255
- line-height: 15px;
256
- padding: 0 0 0.2rem 0;
257
- }
258
-
259
- .description {
260
- opacity: 0.6;
261
- font-size: var(--gv-theme-font-size-s, 12px);
262
- }
263
- `;
1
+ Object.defineProperty(exports,"__esModule",{value:!0}),exports.input=void 0;const i=require("lit");exports.input=i.css`:host{box-sizing:border-box;display:inline-block;margin:.2rem;vertical-align:middle;background-color:transparent;--bdw:var(--gv-input--bdw, 1px);--2xbdw:calc(var(--gv-input--bdw, 1px) * 2);--input-small--p:4px 4px;--input-small--fz:12px;--input-small--lh:15px;--icon-small--w:calc(15px + 4px + 4px);--input-small--h:calc(var(--icon-small--w) + var(--2xbdw));--input-medium--p:10px 5px;--input-medium--fz:14px;--input-medium--lh:17px;--icon-medium--w:calc(17px + 10px + 10px);--input-medium--h:calc(var(--icon-medium--w) + var(--2xbdw));--input-large--p:12px 8px;--input-large--fz:16px;--input-large--lh:18px;--icon-large--w:calc(18px + 12px + 12px);--input-large--h:calc(var(--icon-large--w) + var(--2xbdw))}.box-icon{box-sizing:border-box;height:var(--input-medium--h);width:calc(var(--input-medium--h) - 4px);display:flex;align-items:center;justify-content:center;position:absolute;bottom:0;right:0;left:initial;border-radius:0 3px 3px 0}.small .box-icon{height:var(--input-small--h);width:calc(var(--input-small--h) - 4px)}.box-icon-left{right:initial;left:0;border-radius:3px 0 0 3px}.box-icon gv-icon{--gv-icon--s:22px;--gv-icon--c:var(--gv-theme-font-color-dark)}.small .box-icon gv-icon{--gv-icon--s:16px}.box-icon.box-icon-clear gv-icon,:host([large]) .box-icon.box-icon-clear gv-icon{width:16px}.box-icon.box-icon-bgc{background-color:var(--gv-input-icon--bgc,var(--gv-theme-neutral-color,#f5f5f5));border:var(--gv-input--bdw,1px) var(--gv-input--bds,solid) var(--gv-input--bdc,var(--gv-theme-neutral-color-dark,#d9d9d9))}:host([large]) .box-icon{height:var(--input-large--h);width:var(--input-large--h)}:host([large]) .box-icon gv-icon{width:24px;--gv-icon--s:24px}:host([small]) .box-icon{height:var(--input-small--h);width:var(--input-small--h)}:host([small]) .box-icon gv-icon{width:18px}:host([small]) .box-icon-clear gv-icon{width:14px}.box-input{position:relative;line-height:0}.input,::slotted(.input),::slotted(input),input{border:var(--gv-input--bdw,1px) var(--gv-input--bds,solid) var(--gv-input--bdc,var(--gv-theme-neutral-color-dark,#d9d9d9));transition:border 10ms ease-in-out;box-sizing:border-box;border-radius:4px;font-style:normal;font-weight:400;outline:0;width:100%;height:100%;-webkit-appearance:none}::slotted(input::-webkit-search-decoration),input::-webkit-search-decoration{-webkit-appearance:none}.large .input,.large ::slotted(.input),.large ::slotted(input),.large input{padding:var(--input-large--p);font-size:var(--input-large--fz);line-height:var(--input-large--lh);height:var(--input-large--h)}.medium .input,.medium ::slotted(.input),.medium ::slotted(input),.medium input{padding:var(--input-medium--p);font-size:var(--input-medium--fz);line-height:var(--input-medium--lh);height:var(--input-medium--h)}.small .input,.small ::slotted(.input),.small ::slotted(input),.small input{padding:var(--input-small--p);font-size:var(--input-small--fz);line-height:var(--input-small--lh);height:var(--input-small--h)}.large.icon ::slotted(input),.large.icon input{padding-right:45px}.large.clearable ::slotted(input),.large.clearable input{padding-right:50px}.medium.icon ::slotted(input),.medium.icon input{padding-right:36px}.medium.clearable ::slotted(input),.medium.clearable input{padding-right:32px}.small ::slotted(input),.small.icon input{padding-right:26px}.small.clearable ::slotted(input),.small.clearable inpu{padding-right:22px}.large.icon-left ::slotted(input),.large.icon-left input{padding-left:45px}.large.clearable ::slotted(input),.large.clearable input{padding-right:40px}.medium.icon-left ::slotted(input),.medium.icon-left input{padding-left:36px}.small.icon-left ::slotted(input),.small.icon-left input{padding-left:26px}::-webkit-search-cancel-button{-webkit-appearance:none}:host([disabled]){--gv-icon--c:var(--gv-theme-neutral-color-darker, #d9d9d9)}:host([disabled]) .box-icon-bgc{background-color:transparent}:host([disabled]) .input,:host([disabled]) ::slotted(input),:host([disabled]) input{cursor:default;opacity:.5}.input:invalid,.input:required,::slotted(.input:invalid),::slotted(.input:required),::slotted(input:invalid),::slotted(input:required),input:invalid,input:required{box-shadow:none}label{display:block;line-height:15px;padding:0 0 .2rem 0}.description{opacity:.6;font-size:var(--gv-theme-font-size-s,12px)}`;
@@ -1,32 +1 @@
1
- /*
2
- * Copyright (C) 2015 The Gravitee team (http://gravitee.io)
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import { css } from 'lit';
17
-
18
- // language=CSS
19
- export const link = css`
20
- .link,
21
- .link:visited {
22
- cursor: pointer;
23
- opacity: 1;
24
- transition: opacity 0.15s ease-in;
25
- text-decoration: none;
26
- }
27
-
28
- .link:hover {
29
- opacity: 0.7;
30
- transition: opacity 0.15s ease-in;
31
- }
32
- `;
1
+ Object.defineProperty(exports,"__esModule",{value:!0}),exports.link=void 0;const i=require("lit");exports.link=i.css`.link,.link:visited{cursor:pointer;opacity:1;transition:opacity .15s ease-in;text-decoration:none}.link:hover{opacity:.7;transition:opacity .15s ease-in}`;
@@ -1,17 +1 @@
1
- /*
2
- * Copyright (C) 2015 The Gravitee team (http://gravitee.io)
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- export const shapeClipboard = 'general:clipboard';
17
- export const shapeCopied = 'communication:clipboard-check';
1
+ Object.defineProperty(exports,"__esModule",{value:!0}),exports.shapeCopied=exports.shapeClipboard=void 0,exports.shapeClipboard="general:clipboard",exports.shapeCopied="communication:clipboard-check";
@@ -1,53 +1 @@
1
- /*
2
- * Copyright (C) 2015 The Gravitee team (http://gravitee.io)
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import { css } from 'lit';
17
-
18
- // language=CSS
19
- export const skeleton = css`
20
- @keyframes skeleton-pulse {
21
- from {
22
- opacity: 0.85;
23
- }
24
- to {
25
- opacity: 0.45;
26
- }
27
- }
28
- .skeleton,
29
- :host([skeleton]) {
30
- animation-direction: alternate;
31
- animation-duration: 500ms;
32
- animation-iteration-count: infinite;
33
- animation-name: skeleton-pulse;
34
- color: transparent;
35
- cursor: progress !important;
36
- -moz-user-select: none;
37
- -webkit-user-select: none;
38
- -ms-user-select: none;
39
- user-select: none;
40
- background-color: var(--gv-theme-skeleton-color, #bfbfbf) !important;
41
- border-color: var(--gv-theme-skeleton-color, #bfbfbf);
42
- }
43
-
44
- .skeleton svg,
45
- :host([skeleton]) svg,
46
- :host([skeleton]) gv-icon,
47
- .skeleton gv-icon,
48
- .skeleton > *,
49
- .skeleton ::slotted(*),
50
- :host([skeleton]) ::slotted(*) {
51
- visibility: hidden;
52
- }
53
- `;
1
+ Object.defineProperty(exports,"__esModule",{value:!0}),exports.skeleton=void 0;const e=require("lit");exports.skeleton=e.css`@keyframes skeleton-pulse{from{opacity:.85}to{opacity:.45}}.skeleton,:host([skeleton]){animation-direction:alternate;animation-duration:.5s;animation-iteration-count:infinite;animation-name:skeleton-pulse;color:transparent;cursor:progress!important;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:var(--gv-theme-skeleton-color,#bfbfbf)!important;border-color:var(--gv-theme-skeleton-color,#bfbfbf)}.skeleton ::slotted(*),.skeleton gv-icon,.skeleton svg,.skeleton>*,:host([skeleton]) ::slotted(*),:host([skeleton]) gv-icon,:host([skeleton]) svg{visibility:hidden}`;
@@ -1,40 +1 @@
1
- /*
2
- * Copyright (C) 2015 The Gravitee team (http://gravitee.io)
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import { css } from 'lit';
17
-
18
- // language=CSS
19
- export const zoom = css`
20
- @keyframes zoomIn {
21
- 0% {
22
- transform: scale(0.8);
23
- opacity: 0;
24
- }
25
- 100% {
26
- transform: scale(1);
27
- opacity: 1;
28
- }
29
- }
30
-
31
- @keyframes zoomOut {
32
- 0% {
33
- transform: scale(1);
34
- }
35
- 100% {
36
- transform: scale(0.8);
37
- opacity: 0;
38
- }
39
- }
40
- `;
1
+ Object.defineProperty(exports,"__esModule",{value:!0}),exports.zoom=void 0;const o=require("lit");exports.zoom=o.css`@keyframes zoomIn{0%{transform:scale(.8);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes zoomOut{0%{transform:scale(1)}100%{transform:scale(.8);opacity:0}}`;
@@ -1,203 +1 @@
1
- /*
2
- * Copyright (C) 2015 The Gravitee team (http://gravitee.io)
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import { css, LitElement } from 'lit';
17
- import { dispatchCustomEvent } from '../lib/events';
18
- import { applyTheme } from '../lib/theme';
19
-
20
- /**
21
- * Our components use css variables to expose customizable properties.
22
- *
23
- * We did a work of inheritance and factorization of properties in order to define a general theme for our components.
24
- *
25
- * So we offer within our portal a customization tool.
26
- *
27
- * @cssprop {Color} [--gv-theme-color-darker=#383E3F] - Primary darker color
28
- * @cssprop {Color} [--gv-theme-color-dark=#28444F] - Primary dark color
29
- * @cssprop {Color} [--gv-theme-color=#5A7684] - Primary color
30
- * @cssprop {Color} [--gv-theme-color-light=#86c3d0] - Primary light color
31
- * @cssprop {Color} [--gv-theme-color-danger=#FF5722] - Primary danger color
32
- *
33
- * @cssprop {Color} [--gv-theme-color-error-dark=#d32f2f] - Error dark color
34
- * @cssprop {Color} [--gv-theme-color-error=#f44336] - Error color
35
- * @cssprop {Color} [--gv-theme-color-error-light=#e57373] - Error light color
36
- * @cssprop {Color} [--gv-theme-color-info-dark=#1976d2] - Info dark color
37
- * @cssprop {Color} [--gv-theme-color-info=#2196f3] - Info color
38
- * @cssprop {Color} [--gv-theme-color-info-light=#64b5f6] - Info light color
39
- * @cssprop {Color} [--gv-theme-color-success-dark=#388e3c] - Success dark color
40
- * @cssprop {Color} [--gv-theme-color-success=#4caf50] - Success color
41
- * @cssprop {Color} [--gv-theme-color-success-light=#81c784] - Success light color
42
- * @cssprop {Color} [--gv-theme-color-warning-dark=#f57c00] - Warning dark color
43
- * @cssprop {Color} [--gv-theme-color-warning=#ff9800] - Warning color
44
- * @cssprop {Color} [--gv-theme-color-warning-light=#ffb74d] - Warning light color
45
- *
46
- * @cssprop {Color} [--gv-theme-neutral-color-darkest=#000000] - Neutral darkest color
47
- * @cssprop {Color} [--gv-theme-neutral-color-darker=#BFBFBF] - Neutral darker color
48
- * @cssprop {Color} [--gv-theme-neutral-color-dark=#D9D9D9] - Neutral dark color
49
- * @cssprop {Color} [--gv-theme-neutral-color=#F5F5F5] - Neutral color
50
- * @cssprop {Color} [--gv-theme-neutral-color-light=#EFEFEF] - Neutral light color
51
- * @cssprop {Color} [--gv-theme-neutral-color-lighter=#FAFAFA] - Neutral light color
52
- * @cssprop {Color} [--gv-theme-neutral-color-lightest=#FFFFFF] - Neutral lightest color
53
-
54
- * @cssprop {Color} [--gv-theme-font-color-dark=#262626] - Dark font color
55
- * @cssprop {Color} [--gv-theme-font-color-light=#FFFFFF] - Light Font color
56
- * @cssprop {String} [--gv-theme-font-family='IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif] - Family
57
- * @cssprop {Length} [--gv-theme-font-size-xs=10px] - Extra small
58
- * @cssprop {Length} [--gv-theme-font-size-s=12px] - Small
59
- * @cssprop {Length} [--gv-theme-font-size-m=14px] - Medium (Default)
60
- * @cssprop {Length} [--gv-theme-font-size-l=16px] - Large
61
- * @cssprop {Length} [--gv-theme-font-size-xl=26px] - Extra large
62
- * @cssprop {Length} [--gv-theme-font-size-xxl=30px] - Extra extra large
63
- * @cssprop {Length} [--gv-theme-homepage-background-height=400px] - Homepage background height
64
- *
65
- * @cssprop {Color} [--gv-theme-skeleton-color=#BFBFBF] - Primary skeleton color
66
- * @cssprop {Color} [--gv-theme-homepage-background-color=#5A7684] - Homepage background color
67
- *
68
- * @cssprop {Image} [--gv-theme-homepage-background-image=none] - Background image
69
- * @cssprop {Image} [--gv-theme-logo=url('/images/gravitee-logo-cyan.svg')] - Logo
70
- * @cssprop {Image} [--gv-theme-optional-logo=url('/images/gravitee-logo-white.svg')] - Optional logo
71
- * @cssprop {Image} [--gv-theme-favicon='/images/gravitee-favicon.png'] - Favicon
72
- *
73
- */
74
-
75
- export class GvTheme extends LitElement {
76
- static get properties() {
77
- return {
78
- _theme: { type: Object, attribute: false },
79
- _lastDate: { type: Number, attribute: false },
80
- };
81
- }
82
-
83
- static get styles() {
84
- return [
85
- // language=CSS
86
- css`
87
- :host {
88
- --gv-theme-color-darker: var(--gv-theme-color-darker, #383e3f);
89
- --gv-theme-color-dark: var(--gv-theme-color-dark, #28444f);
90
- --gv-theme-color: var(--gv-theme-color, #5a7684);
91
- --gv-theme-color-light: var(--gv-theme-color-light, #86c3d0);
92
-
93
- --gv-theme-color-danger: var(--gv-theme-color-danger, #ff5722);
94
-
95
- --gv-theme-color-error-dark: var(--gv-theme-color-error-dark, #d32f2f);
96
- --gv-theme-color-error: var(--gv-theme-color-error, #f44336);
97
- --gv-theme-color-error-light: var(--gv-theme-color-error-light, #e57373);
98
- --gv-theme-color-info-dark: var(--gv-theme-color-info-dark, #1976d2);
99
- --gv-theme-color-info: var(--gv-theme-color-info, #2196f3);
100
- --gv-theme-color-info-light: var(--gv-theme-color-info-light, #64b5f6);
101
- --gv-theme-color-success-dark: var(--gv-theme-color-success-dark, #388e3c);
102
- --gv-theme-color-success: var(--gv-theme-color-success, #4caf50);
103
- --gv-theme-color-success-light: var(--gv-theme-color-success-light, #81c784);
104
- --gv-theme-color-warning-dark: var(--gv-theme-color-warning-dark, #f57c00);
105
- --gv-theme-color-warning: var(--gv-theme-color-warning, #ff9800);
106
- --gv-theme-color-warning-light: var(--gv-theme-color-warning-light, #ffb74d);
107
-
108
- --gv-theme-neutral-color-darkest: var(--gv-theme-neutral-color-darkest, #000000);
109
- --gv-theme-neutral-color-darker: var(--gv-theme-neutral-color-darker, #bfbfbf);
110
- --gv-theme-neutral-color-dark: var(--gv-theme-neutral-color-dark, #d9d9d9);
111
- --gv-theme-neutral-color: var(--gv-theme-neutral-color, #f5f5f5);
112
- --gv-theme-neutral-color-light: var(--gv-theme-neutral-color-light, #efefef);
113
- --gv-theme-neutral-color-lighter: var(--gv-theme-neutral-color-lighter, #fafafa);
114
- --gv-theme-neutral-color-lightest: var(--gv-theme-neutral-color-lightest, #ffffff);
115
-
116
- --gv-theme-font-color-dark: var(--gv-theme-font-color-dark, #262626);
117
- --gv-theme-font-color-light: var(--gv-theme-font-color-light, #ffffff);
118
- --gv-theme-font-size-xs: var(--gv-theme-font-size-xs, 10px);
119
- --gv-theme-font-size-s: var(--gv-theme-font-size-s, 12px);
120
- --gv-theme-font-size-m: var(--gv-theme-font-size-m, 14px);
121
- --gv-theme-font-size-l: var(--gv-theme-font-size-l, 16px);
122
- --gv-theme-font-size-xl: var(--gv-theme-font-size-xl, 26px);
123
- --gv-theme-font-size-xxl: var(--gv-theme-font-size-xxl, 30px);
124
- --gv-theme-skeleton-color: var(--gv-theme-skeleton-color, #bfbfbf);
125
- --gv-theme-font-family: var(--gv-theme-font-family, 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif);
126
-
127
- --gv-theme-homepage-background-image: var(--gv-theme-homepage-background-image, none);
128
- --gv-theme-homepage-background-color: var(--gv-theme-homepage-background-color, #5a7684);
129
- --gv-theme-homepage-background-height: var(--gv-theme-homepage-background-height, 400px);
130
- --gv-theme-logo: var(--gv-theme-logo, url('/images/gravitee-logo-cyan.svg'));
131
- --gv-theme-optional-logo: var(--gv-theme-optional-logo, url('/images/gravitee-logo-white.svg'));
132
- --gv-theme-favicon: var(--gv-theme-favicon, '/images/gravitee-favicon.png');
133
- }
134
- `,
135
- ];
136
- }
137
-
138
- constructor() {
139
- super();
140
- this._lastDate = 0;
141
- }
142
-
143
- handleEvent(event) {
144
- if (event.data.type === 'gravitee') {
145
- this.source = event.source;
146
- this.origin = event.origin;
147
- this.isDetached = event.data.isDetached;
148
- this._lastDate = event.data.date;
149
- if (event.data.requestAnswer) {
150
- this.sendMessage();
151
- }
152
- if (event.data.theme) {
153
- this._theme = event.data.theme;
154
- } else {
155
- console.warn('Theme not found', event.data);
156
- }
157
- } else {
158
- console.warn('Unknown message', event.data);
159
- }
160
- }
161
-
162
- getData() {
163
- return {
164
- type: 'gravitee',
165
- href: window.location.href,
166
- date: Date.now(),
167
- };
168
- }
169
-
170
- sendMessage(data = {}, timeout = 0) {
171
- if (this.source && this.origin) {
172
- const sendData = Object.assign({}, this.getData(), data);
173
- this.source.postMessage(sendData, this.origin);
174
- } else {
175
- console.warn('Unknown source & origin for send message');
176
- }
177
- }
178
-
179
- render() {
180
- applyTheme(this._theme);
181
- }
182
-
183
- firstUpdated() {
184
- window.addEventListener('message', this.handleEvent.bind(this), false);
185
- window.addEventListener('unload', (event) => {
186
- if (this.isDetached) {
187
- this.sendMessage({ unload: true });
188
- } else {
189
- this.sendMessage();
190
- }
191
- clearInterval(this.intervalID);
192
- });
193
- this.intervalID = setInterval(() => {
194
- if (this._lastDate - Date.now() < -30000) {
195
- dispatchCustomEvent(this, 'error', {
196
- message: 'Connection for preview has been lost, please close this tab and refresh your browser.',
197
- });
198
- }
199
- }, 30000);
200
- }
201
- }
202
-
203
- window.customElements.define('gv-theme', GvTheme);
1
+ Object.defineProperty(exports,"__esModule",{value:!0}),exports.GvTheme=void 0;const e=require("lit"),t=require("../lib/events"),r=require("../lib/theme");class o extends e.LitElement{static get properties(){return{_theme:{type:Object,attribute:!1},_lastDate:{type:Number,attribute:!1}}}static get styles(){return[e.css`:host{--gv-theme-color-darker:var(--gv-theme-color-darker, #383e3f);--gv-theme-color-dark:var(--gv-theme-color-dark, #28444f);--gv-theme-color:var(--gv-theme-color, #5a7684);--gv-theme-color-light:var(--gv-theme-color-light, #86c3d0);--gv-theme-color-danger:var(--gv-theme-color-danger, #ff5722);--gv-theme-color-error-dark:var(--gv-theme-color-error-dark, #d32f2f);--gv-theme-color-error:var(--gv-theme-color-error, #f44336);--gv-theme-color-error-light:var(--gv-theme-color-error-light, #e57373);--gv-theme-color-info-dark:var(--gv-theme-color-info-dark, #1976d2);--gv-theme-color-info:var(--gv-theme-color-info, #2196f3);--gv-theme-color-info-light:var(--gv-theme-color-info-light, #64b5f6);--gv-theme-color-success-dark:var(--gv-theme-color-success-dark, #388e3c);--gv-theme-color-success:var(--gv-theme-color-success, #4caf50);--gv-theme-color-success-light:var(--gv-theme-color-success-light, #81c784);--gv-theme-color-warning-dark:var(--gv-theme-color-warning-dark, #f57c00);--gv-theme-color-warning:var(--gv-theme-color-warning, #ff9800);--gv-theme-color-warning-light:var(--gv-theme-color-warning-light, #ffb74d);--gv-theme-neutral-color-darkest:var(--gv-theme-neutral-color-darkest, #000000);--gv-theme-neutral-color-darker:var(--gv-theme-neutral-color-darker, #bfbfbf);--gv-theme-neutral-color-dark:var(--gv-theme-neutral-color-dark, #d9d9d9);--gv-theme-neutral-color:var(--gv-theme-neutral-color, #f5f5f5);--gv-theme-neutral-color-light:var(--gv-theme-neutral-color-light, #efefef);--gv-theme-neutral-color-lighter:var(--gv-theme-neutral-color-lighter, #fafafa);--gv-theme-neutral-color-lightest:var(--gv-theme-neutral-color-lightest, #ffffff);--gv-theme-font-color-dark:var(--gv-theme-font-color-dark, #262626);--gv-theme-font-color-light:var(--gv-theme-font-color-light, #ffffff);--gv-theme-font-size-xs:var(--gv-theme-font-size-xs, 10px);--gv-theme-font-size-s:var(--gv-theme-font-size-s, 12px);--gv-theme-font-size-m:var(--gv-theme-font-size-m, 14px);--gv-theme-font-size-l:var(--gv-theme-font-size-l, 16px);--gv-theme-font-size-xl:var(--gv-theme-font-size-xl, 26px);--gv-theme-font-size-xxl:var(--gv-theme-font-size-xxl, 30px);--gv-theme-skeleton-color:var(--gv-theme-skeleton-color, #bfbfbf);--gv-theme-font-family:var(--gv-theme-font-family, 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif);--gv-theme-homepage-background-image:var(--gv-theme-homepage-background-image, none);--gv-theme-homepage-background-color:var(--gv-theme-homepage-background-color, #5a7684);--gv-theme-homepage-background-height:var(--gv-theme-homepage-background-height, 400px);--gv-theme-logo:var(--gv-theme-logo, url('/images/gravitee-logo-cyan.svg'));--gv-theme-optional-logo:var(--gv-theme-optional-logo, url('/images/gravitee-logo-white.svg'));--gv-theme-favicon:var(--gv-theme-favicon, '/images/gravitee-favicon.png')}`]}constructor(){super(),this._lastDate=0}handleEvent(e){"gravitee"===e.data.type?(this.source=e.source,this.origin=e.origin,this.isDetached=e.data.isDetached,this._lastDate=e.data.date,e.data.requestAnswer&&this.sendMessage(),e.data.theme?this._theme=e.data.theme:console.warn("Theme not found",e.data)):console.warn("Unknown message",e.data)}getData(){return{type:"gravitee",href:window.location.href,date:Date.now()}}sendMessage(e={},t=0){if(this.source&&this.origin){const t=Object.assign({},this.getData(),e);this.source.postMessage(t,this.origin)}else console.warn("Unknown source & origin for send message")}render(){(0,r.applyTheme)(this._theme)}firstUpdated(){window.addEventListener("message",this.handleEvent.bind(this),!1),window.addEventListener("unload",(e=>{this.isDetached?this.sendMessage({unload:!0}):this.sendMessage(),clearInterval(this.intervalID)})),this.intervalID=setInterval((()=>{this._lastDate-Date.now()<-3e4&&(0,t.dispatchCustomEvent)(this,"error",{message:"Connection for preview has been lost, please close this tab and refresh your browser."})}),3e4)}}exports.GvTheme=o,window.customElements.define("gv-theme",o);
@@ -1 +1 @@
1
- import '../src/atoms/gv-autocomplete';
1
+ Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-autocomplete");
package/wc/gv-button.js CHANGED
@@ -1 +1 @@
1
- import '../src/atoms/gv-button';
1
+ Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-button");
@@ -1 +1 @@
1
- import '../src/molecules/gv-card-full';
1
+ Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-card-full");