@realtimexsco/live-chat 1.4.12 → 1.4.13

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,16 +449,16 @@
449
449
  .chat-date-divider-pill {
450
450
  display: inline-flex;
451
451
  align-items: center;
452
- gap: 0.5rem;
452
+ gap: 0.25rem;
453
453
  border-radius: 9999px;
454
454
  border: 1px solid color-mix(in srgb, var(--chat-text) 10%, var(--chat-border));
455
455
  background: color-mix(in srgb, var(--chat-surface) 92%, transparent);
456
- padding: 0.45rem 1rem;
457
- font-size: 0.9rem;
456
+ padding: 0.2rem 0.55rem;
457
+ font-size: 0.7rem;
458
458
  font-weight: 600;
459
459
  line-height: 1.1;
460
460
  color: var(--chat-text);
461
- box-shadow: 0 10px 30px color-mix(in srgb, var(--chat-text) 10%, transparent);
461
+ box-shadow: 0 6px 18px color-mix(in srgb, var(--chat-text) 8%, transparent);
462
462
  backdrop-filter: blur(10px);
463
463
  }
464
464
 
@@ -471,12 +471,12 @@
471
471
  .chat-date-divider-pill--interactive[data-state="open"] {
472
472
  border-color: color-mix(in srgb, var(--chat-text) 16%, var(--chat-border));
473
473
  background: color-mix(in srgb, var(--chat-surface) 86%, var(--chat-text));
474
- box-shadow: 0 12px 34px color-mix(in srgb, var(--chat-text) 14%, transparent);
474
+ box-shadow: 0 8px 22px color-mix(in srgb, var(--chat-text) 12%, transparent);
475
475
  }
476
476
 
477
477
  .chat-date-divider-chevron {
478
- width: 1rem;
479
- height: 1rem;
478
+ width: 0.7rem;
479
+ height: 0.7rem;
480
480
  opacity: 0.8;
481
481
  flex-shrink: 0;
482
482
  transition: transform 0.15s ease;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@realtimexsco/live-chat",
3
- "version": "1.4.12",
3
+ "version": "1.4.13",
4
4
  "types": "./dist/index.d.ts",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",