@elixir-cloud/service-registry 2.0.0-alpha.28

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 (53) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +12 -0
  3. package/dist/chunks/chunk.2GTT6OBC.js +558 -0
  4. package/dist/chunks/chunk.422CUO5Q.js +329 -0
  5. package/dist/chunks/chunk.5EYXDARO.js +23 -0
  6. package/dist/chunks/chunk.EDOYU2FL.js +1 -0
  7. package/dist/chunks/chunk.FSZTY25R.js +10 -0
  8. package/dist/chunks/chunk.G7EXF7Y5.js +24 -0
  9. package/dist/chunks/chunk.KXF7UXMG.js +477 -0
  10. package/dist/chunks/chunk.L4ERSGP3.js +59 -0
  11. package/dist/chunks/chunk.P4Y7MKRA.js +1 -0
  12. package/dist/chunks/chunk.SWMR6FP7.js +97 -0
  13. package/dist/chunks/chunk.TWJOFBJX.js +517 -0
  14. package/dist/chunks/chunk.UMP3GNBP.js +10 -0
  15. package/dist/chunks/chunk.WHWUXFA2.js +12 -0
  16. package/dist/components/index.d.ts +2 -0
  17. package/dist/components/index.js +10 -0
  18. package/dist/components/service/index.d.ts +8 -0
  19. package/dist/components/service/index.js +6 -0
  20. package/dist/components/service/service.d.ts +39 -0
  21. package/dist/components/service/service.js +5 -0
  22. package/dist/components/service/tw-styles.d.ts +1 -0
  23. package/dist/components/service/tw-styles.js +2 -0
  24. package/dist/components/services/index.d.ts +8 -0
  25. package/dist/components/services/index.js +6 -0
  26. package/dist/components/services/services.d.ts +46 -0
  27. package/dist/components/services/services.js +5 -0
  28. package/dist/components/services/tw-styles.d.ts +1 -0
  29. package/dist/components/services/tw-styles.js +2 -0
  30. package/dist/custom-elements.json +538 -0
  31. package/dist/events/ecc-service-changed.d.ts +6 -0
  32. package/dist/events/ecc-service-selected.d.ts +6 -0
  33. package/dist/events/ecc-services-changed.d.ts +6 -0
  34. package/dist/events/ecc-services-selected.d.ts +6 -0
  35. package/dist/events/index.d.ts +4 -0
  36. package/dist/global.d.ts +4 -0
  37. package/dist/index.d.ts +1 -0
  38. package/dist/index.js +10 -0
  39. package/dist/providers/index.d.ts +3 -0
  40. package/dist/providers/index.js +3 -0
  41. package/dist/providers/rest-sr-provider.d.ts +30 -0
  42. package/dist/providers/rest-sr-provider.js +2 -0
  43. package/dist/providers/sr-provider.d.ts +58 -0
  44. package/dist/providers/sr-provider.js +1 -0
  45. package/dist/react/index.d.ts +2 -0
  46. package/dist/react/index.js +9 -0
  47. package/dist/react/service/index.d.ts +18 -0
  48. package/dist/react/service/index.js +6 -0
  49. package/dist/react/services/index.d.ts +23 -0
  50. package/dist/react/services/index.js +6 -0
  51. package/dist/vscode.html-custom-data.json +28 -0
  52. package/dist/web-types.json +105 -0
  53. package/package.json +76 -0
@@ -0,0 +1,558 @@
1
+ import { css } from 'lit';
2
+
3
+ // src/components/services/tw-styles.ts
4
+ var ComponentStyles = css` /*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
5
+ @layer properties;
6
+ @layer theme, base, components, utilities;
7
+ @layer theme {
8
+ :root, :host {
9
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
10
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
11
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
12
+ "Courier New", monospace;
13
+ --spacing: 0.25rem;
14
+ --text-xs: 0.75rem;
15
+ --text-xs--line-height: calc(1 / 0.75);
16
+ --font-weight-medium: 500;
17
+ --default-font-family: var(--font-sans);
18
+ --default-mono-font-family: var(--font-mono);
19
+ }
20
+ }
21
+ @layer base {
22
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
23
+ box-sizing: border-box;
24
+ margin: 0;
25
+ padding: 0;
26
+ border: 0 solid;
27
+ }
28
+ html, :host {
29
+ line-height: 1.5;
30
+ -webkit-text-size-adjust: 100%;
31
+ tab-size: 4;
32
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
33
+ font-feature-settings: var(--default-font-feature-settings, normal);
34
+ font-variation-settings: var(--default-font-variation-settings, normal);
35
+ -webkit-tap-highlight-color: transparent;
36
+ }
37
+ hr {
38
+ height: 0;
39
+ color: inherit;
40
+ border-top-width: 1px;
41
+ }
42
+ abbr:where([title]) {
43
+ -webkit-text-decoration: underline dotted;
44
+ text-decoration: underline dotted;
45
+ }
46
+ h1, h2, h3, h4, h5, h6 {
47
+ font-size: inherit;
48
+ font-weight: inherit;
49
+ }
50
+ a {
51
+ color: inherit;
52
+ -webkit-text-decoration: inherit;
53
+ text-decoration: inherit;
54
+ }
55
+ b, strong {
56
+ font-weight: bolder;
57
+ }
58
+ code, kbd, samp, pre {
59
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
60
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
61
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
62
+ font-size: 1em;
63
+ }
64
+ small {
65
+ font-size: 80%;
66
+ }
67
+ sub, sup {
68
+ font-size: 75%;
69
+ line-height: 0;
70
+ position: relative;
71
+ vertical-align: baseline;
72
+ }
73
+ sub {
74
+ bottom: -0.25em;
75
+ }
76
+ sup {
77
+ top: -0.5em;
78
+ }
79
+ table {
80
+ text-indent: 0;
81
+ border-color: inherit;
82
+ border-collapse: collapse;
83
+ }
84
+ :-moz-focusring {
85
+ outline: auto;
86
+ }
87
+ progress {
88
+ vertical-align: baseline;
89
+ }
90
+ summary {
91
+ display: list-item;
92
+ }
93
+ ol, ul, menu {
94
+ list-style: none;
95
+ }
96
+ img, svg, video, canvas, audio, iframe, embed, object {
97
+ display: block;
98
+ vertical-align: middle;
99
+ }
100
+ img, video {
101
+ max-width: 100%;
102
+ height: auto;
103
+ }
104
+ button, input, select, optgroup, textarea, ::file-selector-button {
105
+ font: inherit;
106
+ font-feature-settings: inherit;
107
+ font-variation-settings: inherit;
108
+ letter-spacing: inherit;
109
+ color: inherit;
110
+ border-radius: 0;
111
+ background-color: transparent;
112
+ opacity: 1;
113
+ }
114
+ :where(select:is([multiple], [size])) optgroup {
115
+ font-weight: bolder;
116
+ }
117
+ :where(select:is([multiple], [size])) optgroup option {
118
+ padding-inline-start: 20px;
119
+ }
120
+ ::file-selector-button {
121
+ margin-inline-end: 4px;
122
+ }
123
+ ::placeholder {
124
+ opacity: 1;
125
+ }
126
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
127
+ ::placeholder {
128
+ color: currentcolor;
129
+ @supports (color: color-mix(in lab, red, red)) {
130
+ color: color-mix(in oklab, currentcolor 50%, transparent);
131
+ }
132
+ }
133
+ }
134
+ textarea {
135
+ resize: vertical;
136
+ }
137
+ ::-webkit-search-decoration {
138
+ -webkit-appearance: none;
139
+ }
140
+ ::-webkit-date-and-time-value {
141
+ min-height: 1lh;
142
+ text-align: inherit;
143
+ }
144
+ ::-webkit-datetime-edit {
145
+ display: inline-flex;
146
+ }
147
+ ::-webkit-datetime-edit-fields-wrapper {
148
+ padding: 0;
149
+ }
150
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
151
+ padding-block: 0;
152
+ }
153
+ :-moz-ui-invalid {
154
+ box-shadow: none;
155
+ }
156
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
157
+ appearance: button;
158
+ }
159
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
160
+ height: auto;
161
+ }
162
+ [hidden]:where(:not([hidden="until-found"])) {
163
+ display: none !important;
164
+ }
165
+ }
166
+ @layer utilities {
167
+ .static {
168
+ position: static;
169
+ }
170
+ .line-clamp-3 {
171
+ overflow: hidden;
172
+ display: -webkit-box;
173
+ -webkit-box-orient: vertical;
174
+ -webkit-line-clamp: 3;
175
+ }
176
+ .flex {
177
+ display: flex;
178
+ }
179
+ .w-1\\/12 {
180
+ width: calc(1/12 * 100%);
181
+ }
182
+ .w-2\\/12 {
183
+ width: calc(2/12 * 100%);
184
+ }
185
+ .w-7\\/12 {
186
+ width: calc(7/12 * 100%);
187
+ }
188
+ .w-full {
189
+ width: 100%;
190
+ }
191
+ .max-w-full {
192
+ max-width: 100%;
193
+ }
194
+ .flex-col {
195
+ flex-direction: column;
196
+ }
197
+ .items-center {
198
+ align-items: center;
199
+ }
200
+ .gap-1 {
201
+ gap: calc(var(--spacing) * 1);
202
+ }
203
+ .gap-2 {
204
+ gap: calc(var(--spacing) * 2);
205
+ }
206
+ .gap-4 {
207
+ gap: calc(var(--spacing) * 4);
208
+ }
209
+ .overflow-hidden {
210
+ overflow: hidden;
211
+ }
212
+ .rounded-md {
213
+ border-radius: calc(var(--radius) - 2px);
214
+ }
215
+ .border {
216
+ border-style: var(--tw-border-style);
217
+ border-width: 1px;
218
+ }
219
+ .border-destructive {
220
+ border-color: var(--destructive);
221
+ }
222
+ .bg-destructive\\/10 {
223
+ background-color: var(--destructive);
224
+ @supports (color: color-mix(in lab, red, red)) {
225
+ background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
226
+ }
227
+ }
228
+ .p-4 {
229
+ padding: calc(var(--spacing) * 4);
230
+ }
231
+ .text-xs {
232
+ font-size: var(--text-xs);
233
+ line-height: var(--tw-leading, var(--text-xs--line-height));
234
+ }
235
+ .break-all {
236
+ word-break: break-all;
237
+ }
238
+ .whitespace-normal {
239
+ white-space: normal;
240
+ }
241
+ .text-destructive-foreground {
242
+ color: var(--destructive-foreground);
243
+ }
244
+ .text-muted-foreground {
245
+ color: var(--muted-foreground);
246
+ }
247
+ .outline {
248
+ outline-style: var(--tw-outline-style);
249
+ outline-width: 1px;
250
+ }
251
+ .filter {
252
+ filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
253
+ }
254
+ .part\\:h-3 {
255
+ &::part(base) {
256
+ height: calc(var(--spacing) * 3);
257
+ }
258
+ }
259
+ .part\\:h-4 {
260
+ &::part(base) {
261
+ height: calc(var(--spacing) * 4);
262
+ }
263
+ }
264
+ .part\\:h-5 {
265
+ &::part(base) {
266
+ height: calc(var(--spacing) * 5);
267
+ }
268
+ }
269
+ .part\\:h-6 {
270
+ &::part(base) {
271
+ height: calc(var(--spacing) * 6);
272
+ }
273
+ }
274
+ .part\\:h-8 {
275
+ &::part(base) {
276
+ height: calc(var(--spacing) * 8);
277
+ }
278
+ }
279
+ .part\\:w-4\\/5 {
280
+ &::part(base) {
281
+ width: calc(4/5 * 100%);
282
+ }
283
+ }
284
+ .part\\:w-8 {
285
+ &::part(base) {
286
+ width: calc(var(--spacing) * 8);
287
+ }
288
+ }
289
+ .part\\:w-24 {
290
+ &::part(base) {
291
+ width: calc(var(--spacing) * 24);
292
+ }
293
+ }
294
+ .part\\:w-28 {
295
+ &::part(base) {
296
+ width: calc(var(--spacing) * 28);
297
+ }
298
+ }
299
+ .part\\:w-40 {
300
+ &::part(base) {
301
+ width: calc(var(--spacing) * 40);
302
+ }
303
+ }
304
+ .part\\:w-fit {
305
+ &::part(base) {
306
+ width: fit-content;
307
+ }
308
+ }
309
+ .part\\:w-full {
310
+ &::part(base) {
311
+ width: 100%;
312
+ }
313
+ }
314
+ .part\\:cursor-pointer {
315
+ &::part(base) {
316
+ cursor: pointer;
317
+ }
318
+ }
319
+ .part\\:rounded {
320
+ &::part(base) {
321
+ border-radius: 0.25rem;
322
+ }
323
+ }
324
+ .part\\:rounded-full {
325
+ &::part(base) {
326
+ border-radius: calc(infinity * 1px);
327
+ }
328
+ }
329
+ .part\\:p-0 {
330
+ &::part(base) {
331
+ padding: calc(var(--spacing) * 0);
332
+ }
333
+ }
334
+ .part\\:py-8 {
335
+ &::part(base) {
336
+ padding-block: calc(var(--spacing) * 8);
337
+ }
338
+ }
339
+ .part\\:text-center {
340
+ &::part(base) {
341
+ text-align: center;
342
+ }
343
+ }
344
+ .part\\:font-medium {
345
+ &::part(base) {
346
+ --tw-font-weight: var(--font-weight-medium);
347
+ font-weight: var(--font-weight-medium);
348
+ }
349
+ }
350
+ .part\\:text-muted-foreground {
351
+ &::part(base) {
352
+ color: var(--muted-foreground);
353
+ }
354
+ }
355
+ .part\\:text-primary {
356
+ &::part(base) {
357
+ color: var(--primary);
358
+ }
359
+ }
360
+ }
361
+ @property --tw-animation-delay {
362
+ syntax: "*";
363
+ inherits: false;
364
+ initial-value: 0s;
365
+ }
366
+ @property --tw-animation-direction {
367
+ syntax: "*";
368
+ inherits: false;
369
+ initial-value: normal;
370
+ }
371
+ @property --tw-animation-duration {
372
+ syntax: "*";
373
+ inherits: false;
374
+ }
375
+ @property --tw-animation-fill-mode {
376
+ syntax: "*";
377
+ inherits: false;
378
+ initial-value: none;
379
+ }
380
+ @property --tw-animation-iteration-count {
381
+ syntax: "*";
382
+ inherits: false;
383
+ initial-value: 1;
384
+ }
385
+ @property --tw-enter-opacity {
386
+ syntax: "*";
387
+ inherits: false;
388
+ initial-value: 1;
389
+ }
390
+ @property --tw-enter-rotate {
391
+ syntax: "*";
392
+ inherits: false;
393
+ initial-value: 0;
394
+ }
395
+ @property --tw-enter-scale {
396
+ syntax: "*";
397
+ inherits: false;
398
+ initial-value: 1;
399
+ }
400
+ @property --tw-enter-translate-x {
401
+ syntax: "*";
402
+ inherits: false;
403
+ initial-value: 0;
404
+ }
405
+ @property --tw-enter-translate-y {
406
+ syntax: "*";
407
+ inherits: false;
408
+ initial-value: 0;
409
+ }
410
+ @property --tw-exit-opacity {
411
+ syntax: "*";
412
+ inherits: false;
413
+ initial-value: 1;
414
+ }
415
+ @property --tw-exit-rotate {
416
+ syntax: "*";
417
+ inherits: false;
418
+ initial-value: 0;
419
+ }
420
+ @property --tw-exit-scale {
421
+ syntax: "*";
422
+ inherits: false;
423
+ initial-value: 1;
424
+ }
425
+ @property --tw-exit-translate-x {
426
+ syntax: "*";
427
+ inherits: false;
428
+ initial-value: 0;
429
+ }
430
+ @property --tw-exit-translate-y {
431
+ syntax: "*";
432
+ inherits: false;
433
+ initial-value: 0;
434
+ }
435
+ @layer base {
436
+ * {
437
+ border-color: var(--border);
438
+ outline-color: var(--ring);
439
+ @supports (color: color-mix(in lab, red, red)) {
440
+ outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
441
+ }
442
+ }
443
+ body {
444
+ background-color: var(--background);
445
+ color: var(--foreground);
446
+ }
447
+ }
448
+ :host {
449
+ font-family: inherit;
450
+ line-height: inherit;
451
+ }
452
+ @property --tw-border-style {
453
+ syntax: "*";
454
+ inherits: false;
455
+ initial-value: solid;
456
+ }
457
+ @property --tw-outline-style {
458
+ syntax: "*";
459
+ inherits: false;
460
+ initial-value: solid;
461
+ }
462
+ @property --tw-blur {
463
+ syntax: "*";
464
+ inherits: false;
465
+ }
466
+ @property --tw-brightness {
467
+ syntax: "*";
468
+ inherits: false;
469
+ }
470
+ @property --tw-contrast {
471
+ syntax: "*";
472
+ inherits: false;
473
+ }
474
+ @property --tw-grayscale {
475
+ syntax: "*";
476
+ inherits: false;
477
+ }
478
+ @property --tw-hue-rotate {
479
+ syntax: "*";
480
+ inherits: false;
481
+ }
482
+ @property --tw-invert {
483
+ syntax: "*";
484
+ inherits: false;
485
+ }
486
+ @property --tw-opacity {
487
+ syntax: "*";
488
+ inherits: false;
489
+ }
490
+ @property --tw-saturate {
491
+ syntax: "*";
492
+ inherits: false;
493
+ }
494
+ @property --tw-sepia {
495
+ syntax: "*";
496
+ inherits: false;
497
+ }
498
+ @property --tw-drop-shadow {
499
+ syntax: "*";
500
+ inherits: false;
501
+ }
502
+ @property --tw-drop-shadow-color {
503
+ syntax: "*";
504
+ inherits: false;
505
+ }
506
+ @property --tw-drop-shadow-alpha {
507
+ syntax: "<percentage>";
508
+ inherits: false;
509
+ initial-value: 100%;
510
+ }
511
+ @property --tw-drop-shadow-size {
512
+ syntax: "*";
513
+ inherits: false;
514
+ }
515
+ @property --tw-font-weight {
516
+ syntax: "*";
517
+ inherits: false;
518
+ }
519
+ @layer properties {
520
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
521
+ *, ::before, ::after, ::backdrop {
522
+ --tw-border-style: solid;
523
+ --tw-outline-style: solid;
524
+ --tw-blur: initial;
525
+ --tw-brightness: initial;
526
+ --tw-contrast: initial;
527
+ --tw-grayscale: initial;
528
+ --tw-hue-rotate: initial;
529
+ --tw-invert: initial;
530
+ --tw-opacity: initial;
531
+ --tw-saturate: initial;
532
+ --tw-sepia: initial;
533
+ --tw-drop-shadow: initial;
534
+ --tw-drop-shadow-color: initial;
535
+ --tw-drop-shadow-alpha: 100%;
536
+ --tw-drop-shadow-size: initial;
537
+ --tw-font-weight: initial;
538
+ --tw-animation-delay: 0s;
539
+ --tw-animation-direction: normal;
540
+ --tw-animation-duration: initial;
541
+ --tw-animation-fill-mode: none;
542
+ --tw-animation-iteration-count: 1;
543
+ --tw-enter-opacity: 1;
544
+ --tw-enter-rotate: 0;
545
+ --tw-enter-scale: 1;
546
+ --tw-enter-translate-x: 0;
547
+ --tw-enter-translate-y: 0;
548
+ --tw-exit-opacity: 1;
549
+ --tw-exit-rotate: 0;
550
+ --tw-exit-scale: 1;
551
+ --tw-exit-translate-x: 0;
552
+ --tw-exit-translate-y: 0;
553
+ }
554
+ }
555
+ }
556
+ `;
557
+
558
+ export { ComponentStyles };