@elizaos/client 1.5.8-alpha.7 → 1.5.8-alpha.9

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
- /*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
2
2
  @layer properties {
3
3
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
4
4
  *, :before, :after, ::backdrop {
@@ -543,7 +543,7 @@
543
543
  }
544
544
 
545
545
  .sr-only {
546
- clip: rect(0, 0, 0, 0);
546
+ clip-path: inset(50%);
547
547
  white-space: nowrap;
548
548
  border-width: 0;
549
549
  width: 1px;
@@ -3447,7 +3447,7 @@
3447
3447
  }
3448
3448
 
3449
3449
  .transition {
3450
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
3450
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
3451
3451
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
3452
3452
  transition-duration: var(--tw-duration, var(--default-transition-duration));
3453
3453
  }
package/dist/index.html CHANGED
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <link rel="icon" type="image/x-icon" href="/favicon.ico" />
7
7
  <title>ElizaOS - Client</title>
8
- <script type="module" crossorigin src="/assets/main-CTuC9tQR.js"></script>
8
+ <script type="module" crossorigin src="/assets/main-BB_LTLAZ.js"></script>
9
9
  </head>
10
10
  <body>
11
11
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/client",
3
- "version": "1.5.8-alpha.7",
3
+ "version": "1.5.8-alpha.9",
4
4
  "description": "Web client interface for ElizaOS agents",
5
5
  "repository": {
6
6
  "type": "git",
@@ -61,8 +61,8 @@
61
61
  "access": "public"
62
62
  },
63
63
  "dependencies": {
64
- "@elizaos/api-client": "1.5.8-alpha.7",
65
- "@elizaos/core": "1.5.8-alpha.7",
64
+ "@elizaos/api-client": "1.5.8-alpha.9",
65
+ "@elizaos/core": "1.5.8-alpha.9",
66
66
  "@hookform/resolvers": "^5.1.1",
67
67
  "@radix-ui/react-alert-dialog": "^1.0.5",
68
68
  "@radix-ui/react-avatar": "^1.1.3",
@@ -155,5 +155,5 @@
155
155
  "vite-tsconfig-paths": "^5.1.4",
156
156
  "wait-on": "^8.0.3"
157
157
  },
158
- "gitHead": "1fa50c21a2b5b690d7fb3e3598f660876cc8c786"
158
+ "gitHead": "5b75753168f5a3b407bf615e90307fb3ca96423d"
159
159
  }