spora 0.2.9 → 0.2.10

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.
package/dist/chat.html CHANGED
@@ -125,10 +125,10 @@
125
125
 
126
126
  .message-content {
127
127
  max-width: 80%;
128
- padding: 0.625rem 0.875rem;
129
- border-radius: 0.875rem;
128
+ padding: 0.5rem 0.75rem;
129
+ border-radius: 0.75rem;
130
130
  font-size: 0.8125rem;
131
- line-height: 1.55;
131
+ line-height: 1.45;
132
132
  white-space: pre-wrap;
133
133
  }
134
134
 
@@ -199,12 +199,12 @@
199
199
  .loading {
200
200
  display: flex;
201
201
  gap: 0.25rem;
202
- padding: 0.5rem 0;
202
+ padding: 0.125rem 0;
203
203
  }
204
204
 
205
205
  .loading-dot {
206
- width: 6px;
207
- height: 6px;
206
+ width: 5px;
207
+ height: 5px;
208
208
  border-radius: 50%;
209
209
  background: rgba(255, 255, 255, 0.3);
210
210
  animation: bounce 1.4s infinite ease-in-out both;
@@ -125,10 +125,10 @@
125
125
 
126
126
  .message-content {
127
127
  max-width: 80%;
128
- padding: 0.625rem 0.875rem;
129
- border-radius: 0.875rem;
128
+ padding: 0.5rem 0.75rem;
129
+ border-radius: 0.75rem;
130
130
  font-size: 0.8125rem;
131
- line-height: 1.55;
131
+ line-height: 1.45;
132
132
  white-space: pre-wrap;
133
133
  }
134
134
 
@@ -199,12 +199,12 @@
199
199
  .loading {
200
200
  display: flex;
201
201
  gap: 0.25rem;
202
- padding: 0.5rem 0;
202
+ padding: 0.125rem 0;
203
203
  }
204
204
 
205
205
  .loading-dot {
206
- width: 6px;
207
- height: 6px;
206
+ width: 5px;
207
+ height: 5px;
208
208
  border-radius: 50%;
209
209
  background: rgba(255, 255, 255, 0.3);
210
210
  animation: bounce 1.4s infinite ease-in-out both;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spora",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "AI agents (Spores) that autonomously manage X/Twitter accounts",
5
5
  "type": "module",
6
6
  "author": "Spora",