@elixir-cloud/trs-filer 2.0.0-alpha.32 → 2.0.0-alpha.34

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.
@@ -1,4 +1,4 @@
1
- import { ECCClientElixirTrsToolCreate } from './chunk.KYMGLPMB.js';
1
+ import { ECCClientElixirTrsToolCreate } from './chunk.XBT2AOGX.js';
2
2
  import * as React from 'react';
3
3
  import { createComponent } from '@lit/react';
4
4
 
@@ -13,7 +13,8 @@ var reactWrapper = createComponent({
13
13
  events: {
14
14
  onEccToolCreateValidationFailed: "ecc-tool-create-validation-failed",
15
15
  onEccToolCreateFailed: "ecc-tool-create-failed",
16
- onEccToolCreated: "ecc-tool-created"
16
+ onEccToolCreated: "ecc-tool-created",
17
+ onEccToolCreateInputChanged: "ecc-tool-create-input-changed"
17
18
  },
18
19
  displayName: "EccClientElixirTrsToolCreate"
19
20
  });
@@ -1,4 +1,4 @@
1
- import { tool_create_default } from './chunk.KYMGLPMB.js';
1
+ import { tool_create_default } from './chunk.XBT2AOGX.js';
2
2
 
3
3
  // src/components/tool-create/index.ts
4
4
  var tool_create_default2 = tool_create_default;
@@ -392,6 +392,9 @@ var ComponentStyles = css` /*! tailwindcss v4.1.4 | MIT License | https://tailwi
392
392
  .pt-4 {
393
393
  padding-top: calc(var(--spacing) * 4);
394
394
  }
395
+ .pr-4 {
396
+ padding-right: calc(var(--spacing) * 4);
397
+ }
395
398
  .text-center {
396
399
  text-align: center;
397
400
  }
@@ -511,6 +514,11 @@ var ComponentStyles = css` /*! tailwindcss v4.1.4 | MIT License | https://tailwi
511
514
  grid-template-columns: repeat(4, minmax(0, 1fr));
512
515
  }
513
516
  }
517
+ .md\\:flex-row {
518
+ @media (width >= 48rem) {
519
+ flex-direction: row;
520
+ }
521
+ }
514
522
  .md\\:border-l {
515
523
  @media (width >= 48rem) {
516
524
  border-left-style: var(--tw-border-style);