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