@realtimexsco/live-chat 1.4.14 → 1.4.15

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/styles.css CHANGED
@@ -449,14 +449,16 @@
449
449
  .chat-date-divider-pill {
450
450
  display: inline-flex;
451
451
  align-items: center;
452
- gap: 0.25rem;
452
+ justify-content: center;
453
+ gap: 0.3rem;
454
+ height: 1.5rem;
453
455
  border-radius: 9999px;
454
456
  border: 1px solid color-mix(in srgb, var(--chat-text) 10%, var(--chat-border));
455
457
  background: color-mix(in srgb, var(--chat-surface) 92%, transparent);
456
- padding: 0.2rem 0.55rem;
457
- font-size: 0.7rem;
458
+ padding: 0 0.65rem;
459
+ font-size: 0.75rem;
458
460
  font-weight: 600;
459
- line-height: 1.1;
461
+ line-height: 1;
460
462
  color: var(--chat-text);
461
463
  box-shadow: 0 6px 18px color-mix(in srgb, var(--chat-text) 8%, transparent);
462
464
  backdrop-filter: blur(10px);
@@ -475,10 +477,11 @@
475
477
  }
476
478
 
477
479
  .chat-date-divider-chevron {
478
- width: 0.7rem;
479
- height: 0.7rem;
480
+ width: 0.75rem;
481
+ height: 0.75rem;
480
482
  opacity: 0.8;
481
483
  flex-shrink: 0;
484
+ display: block;
482
485
  transition: transform 0.15s ease;
483
486
  }
484
487
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@realtimexsco/live-chat",
3
- "version": "1.4.14",
3
+ "version": "1.4.15",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",