stream-chat-react-native-core 9.0.0-beta.16 → 9.0.0-beta.18

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.
Files changed (166) hide show
  1. package/lib/commonjs/components/AITypingIndicatorView/AITypingIndicatorView.js +1 -1
  2. package/lib/commonjs/components/AITypingIndicatorView/AITypingIndicatorView.js.map +1 -1
  3. package/lib/commonjs/components/ChannelList/ChannelListHeaderErrorIndicator.js +1 -1
  4. package/lib/commonjs/components/ChannelList/ChannelListHeaderErrorIndicator.js.map +1 -1
  5. package/lib/commonjs/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js +1 -1
  6. package/lib/commonjs/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js.map +1 -1
  7. package/lib/commonjs/components/ChannelList/Skeleton.js +1 -1
  8. package/lib/commonjs/components/ChannelList/Skeleton.js.map +1 -1
  9. package/lib/commonjs/components/ChannelPreview/ChannelSwipableWrapper.js +2 -2
  10. package/lib/commonjs/components/ChannelPreview/ChannelSwipableWrapper.js.map +1 -1
  11. package/lib/commonjs/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js +4 -4
  12. package/lib/commonjs/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js.map +1 -1
  13. package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js +2 -2
  14. package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js.map +1 -1
  15. package/lib/commonjs/components/MessageList/NetworkDownIndicator.js +1 -1
  16. package/lib/commonjs/components/MessageList/NetworkDownIndicator.js.map +1 -1
  17. package/lib/commonjs/components/ThreadList/ThreadListItemSkeleton.js +1 -1
  18. package/lib/commonjs/components/ThreadList/ThreadListItemSkeleton.js.map +1 -1
  19. package/lib/commonjs/components/ThreadList/ThreadListUnreadBanner.js +2 -2
  20. package/lib/commonjs/components/ThreadList/ThreadListUnreadBanner.js.map +1 -1
  21. package/lib/commonjs/components/UIComponents/PortalWhileClosingView.js +4 -3
  22. package/lib/commonjs/components/UIComponents/PortalWhileClosingView.js.map +1 -1
  23. package/lib/commonjs/components/ui/Badge/ImgurBadge.js +1 -1
  24. package/lib/commonjs/components/ui/Badge/ImgurBadge.js.map +1 -1
  25. package/lib/commonjs/components/ui/GiphyChip.js +3 -3
  26. package/lib/commonjs/components/ui/GiphyChip.js.map +1 -1
  27. package/lib/commonjs/icons/{chevron-down.js → chevron-up.js} +4 -4
  28. package/lib/commonjs/icons/chevron-up.js.map +1 -0
  29. package/lib/commonjs/icons/command.js +1 -0
  30. package/lib/commonjs/icons/command.js.map +1 -1
  31. package/lib/commonjs/icons/file.js +1 -1
  32. package/lib/commonjs/icons/link.js +2 -1
  33. package/lib/commonjs/icons/link.js.map +1 -1
  34. package/lib/commonjs/icons/pause-fill.js +1 -1
  35. package/lib/commonjs/icons/pause-fill.js.map +1 -1
  36. package/lib/commonjs/icons/plus.js +5 -1
  37. package/lib/commonjs/icons/plus.js.map +1 -1
  38. package/lib/commonjs/icons/stop-fill.js +1 -1
  39. package/lib/commonjs/icons/stop-fill.js.map +1 -1
  40. package/lib/commonjs/icons/thread.js +1 -1
  41. package/lib/commonjs/icons/thread.js.map +1 -1
  42. package/lib/commonjs/icons/xmark.js +2 -2
  43. package/lib/commonjs/icons/xmark.js.map +1 -1
  44. package/lib/commonjs/theme/generated/dark/StreamTokens.android.js +34 -30
  45. package/lib/commonjs/theme/generated/dark/StreamTokens.android.js.map +1 -1
  46. package/lib/commonjs/theme/generated/dark/StreamTokens.ios.js +34 -30
  47. package/lib/commonjs/theme/generated/dark/StreamTokens.ios.js.map +1 -1
  48. package/lib/commonjs/theme/generated/dark/StreamTokens.web.js +34 -30
  49. package/lib/commonjs/theme/generated/dark/StreamTokens.web.js.map +1 -1
  50. package/lib/commonjs/theme/generated/light/StreamTokens.android.js +28 -24
  51. package/lib/commonjs/theme/generated/light/StreamTokens.android.js.map +1 -1
  52. package/lib/commonjs/theme/generated/light/StreamTokens.ios.js +28 -24
  53. package/lib/commonjs/theme/generated/light/StreamTokens.ios.js.map +1 -1
  54. package/lib/commonjs/theme/generated/light/StreamTokens.web.js +28 -24
  55. package/lib/commonjs/theme/generated/light/StreamTokens.web.js.map +1 -1
  56. package/lib/commonjs/version.json +1 -1
  57. package/lib/module/components/AITypingIndicatorView/AITypingIndicatorView.js +1 -1
  58. package/lib/module/components/AITypingIndicatorView/AITypingIndicatorView.js.map +1 -1
  59. package/lib/module/components/ChannelList/ChannelListHeaderErrorIndicator.js +1 -1
  60. package/lib/module/components/ChannelList/ChannelListHeaderErrorIndicator.js.map +1 -1
  61. package/lib/module/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js +1 -1
  62. package/lib/module/components/ChannelList/ChannelListHeaderNetworkDownIndicator.js.map +1 -1
  63. package/lib/module/components/ChannelList/Skeleton.js +1 -1
  64. package/lib/module/components/ChannelList/Skeleton.js.map +1 -1
  65. package/lib/module/components/ChannelPreview/ChannelSwipableWrapper.js +2 -2
  66. package/lib/module/components/ChannelPreview/ChannelSwipableWrapper.js.map +1 -1
  67. package/lib/module/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js +4 -4
  68. package/lib/module/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.js.map +1 -1
  69. package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js +2 -2
  70. package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.js.map +1 -1
  71. package/lib/module/components/MessageList/NetworkDownIndicator.js +1 -1
  72. package/lib/module/components/MessageList/NetworkDownIndicator.js.map +1 -1
  73. package/lib/module/components/ThreadList/ThreadListItemSkeleton.js +1 -1
  74. package/lib/module/components/ThreadList/ThreadListItemSkeleton.js.map +1 -1
  75. package/lib/module/components/ThreadList/ThreadListUnreadBanner.js +2 -2
  76. package/lib/module/components/ThreadList/ThreadListUnreadBanner.js.map +1 -1
  77. package/lib/module/components/UIComponents/PortalWhileClosingView.js +4 -3
  78. package/lib/module/components/UIComponents/PortalWhileClosingView.js.map +1 -1
  79. package/lib/module/components/ui/Badge/ImgurBadge.js +1 -1
  80. package/lib/module/components/ui/Badge/ImgurBadge.js.map +1 -1
  81. package/lib/module/components/ui/GiphyChip.js +3 -3
  82. package/lib/module/components/ui/GiphyChip.js.map +1 -1
  83. package/lib/module/icons/{chevron-down.js → chevron-up.js} +4 -4
  84. package/lib/module/icons/chevron-up.js.map +1 -0
  85. package/lib/module/icons/command.js +1 -0
  86. package/lib/module/icons/command.js.map +1 -1
  87. package/lib/module/icons/file.js +1 -1
  88. package/lib/module/icons/link.js +2 -1
  89. package/lib/module/icons/link.js.map +1 -1
  90. package/lib/module/icons/pause-fill.js +1 -1
  91. package/lib/module/icons/pause-fill.js.map +1 -1
  92. package/lib/module/icons/plus.js +5 -1
  93. package/lib/module/icons/plus.js.map +1 -1
  94. package/lib/module/icons/stop-fill.js +1 -1
  95. package/lib/module/icons/stop-fill.js.map +1 -1
  96. package/lib/module/icons/thread.js +1 -1
  97. package/lib/module/icons/thread.js.map +1 -1
  98. package/lib/module/icons/xmark.js +2 -2
  99. package/lib/module/icons/xmark.js.map +1 -1
  100. package/lib/module/theme/generated/dark/StreamTokens.android.js +34 -30
  101. package/lib/module/theme/generated/dark/StreamTokens.android.js.map +1 -1
  102. package/lib/module/theme/generated/dark/StreamTokens.ios.js +34 -30
  103. package/lib/module/theme/generated/dark/StreamTokens.ios.js.map +1 -1
  104. package/lib/module/theme/generated/dark/StreamTokens.web.js +34 -30
  105. package/lib/module/theme/generated/dark/StreamTokens.web.js.map +1 -1
  106. package/lib/module/theme/generated/light/StreamTokens.android.js +28 -24
  107. package/lib/module/theme/generated/light/StreamTokens.android.js.map +1 -1
  108. package/lib/module/theme/generated/light/StreamTokens.ios.js +28 -24
  109. package/lib/module/theme/generated/light/StreamTokens.ios.js.map +1 -1
  110. package/lib/module/theme/generated/light/StreamTokens.web.js +28 -24
  111. package/lib/module/theme/generated/light/StreamTokens.web.js.map +1 -1
  112. package/lib/module/version.json +1 -1
  113. package/lib/typescript/components/UIComponents/PortalWhileClosingView.d.ts.map +1 -1
  114. package/lib/typescript/icons/chevron-up.d.ts +4 -0
  115. package/lib/typescript/icons/chevron-up.d.ts.map +1 -0
  116. package/lib/typescript/icons/command.d.ts.map +1 -1
  117. package/lib/typescript/icons/link.d.ts.map +1 -1
  118. package/lib/typescript/icons/plus.d.ts.map +1 -1
  119. package/lib/typescript/icons/xmark.d.ts.map +1 -1
  120. package/lib/typescript/theme/generated/StreamTokens.types.d.ts +8 -4
  121. package/lib/typescript/theme/generated/StreamTokens.types.d.ts.map +1 -1
  122. package/lib/typescript/theme/generated/dark/StreamTokens.android.d.ts.map +1 -1
  123. package/lib/typescript/theme/generated/dark/StreamTokens.ios.d.ts.map +1 -1
  124. package/lib/typescript/theme/generated/dark/StreamTokens.web.d.ts.map +1 -1
  125. package/lib/typescript/theme/generated/light/StreamTokens.android.d.ts.map +1 -1
  126. package/lib/typescript/theme/generated/light/StreamTokens.ios.d.ts.map +1 -1
  127. package/lib/typescript/theme/generated/light/StreamTokens.web.d.ts.map +1 -1
  128. package/package.json +1 -1
  129. package/src/components/AITypingIndicatorView/AITypingIndicatorView.tsx +1 -1
  130. package/src/components/ChannelList/ChannelListHeaderErrorIndicator.tsx +1 -1
  131. package/src/components/ChannelList/ChannelListHeaderNetworkDownIndicator.tsx +1 -1
  132. package/src/components/ChannelList/Skeleton.tsx +1 -1
  133. package/src/components/ChannelPreview/ChannelSwipableWrapper.tsx +2 -2
  134. package/src/components/ChannelPreview/__tests__/ChannelSwipableWrapper.test.tsx +1 -1
  135. package/src/components/MessageInput/__tests__/__snapshots__/AttachButton.test.js.snap +30 -21
  136. package/src/components/MessageInput/__tests__/__snapshots__/SendButton.test.js.snap +6 -2
  137. package/src/components/MessageInput/components/AttachmentPreview/VideoAttachmentUploadPreview.tsx +4 -4
  138. package/src/components/MessageInput/components/AudioRecorder/AudioRecordingLockIndicator.tsx +2 -2
  139. package/src/components/MessageList/NetworkDownIndicator.tsx +1 -1
  140. package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap +10 -7
  141. package/src/components/ThreadList/ThreadListItemSkeleton.tsx +1 -1
  142. package/src/components/ThreadList/ThreadListUnreadBanner.tsx +2 -2
  143. package/src/components/UIComponents/PortalWhileClosingView.tsx +5 -3
  144. package/src/components/ui/Badge/ImgurBadge.tsx +1 -1
  145. package/src/components/ui/GiphyChip.tsx +3 -3
  146. package/src/icons/{chevron-down.tsx → chevron-up.tsx} +1 -1
  147. package/src/icons/command.tsx +1 -0
  148. package/src/icons/file.tsx +1 -1
  149. package/src/icons/link.tsx +2 -1
  150. package/src/icons/pause-fill.tsx +1 -1
  151. package/src/icons/plus.tsx +8 -2
  152. package/src/icons/stop-fill.tsx +1 -1
  153. package/src/icons/thread.tsx +1 -1
  154. package/src/icons/xmark.tsx +2 -8
  155. package/src/theme/generated/StreamTokens.types.ts +8 -4
  156. package/src/theme/generated/dark/StreamTokens.android.ts +34 -30
  157. package/src/theme/generated/dark/StreamTokens.ios.ts +34 -30
  158. package/src/theme/generated/dark/StreamTokens.web.ts +34 -30
  159. package/src/theme/generated/light/StreamTokens.android.ts +28 -24
  160. package/src/theme/generated/light/StreamTokens.ios.ts +28 -24
  161. package/src/theme/generated/light/StreamTokens.web.ts +28 -24
  162. package/src/version.json +1 -1
  163. package/lib/commonjs/icons/chevron-down.js.map +0 -1
  164. package/lib/module/icons/chevron-down.js.map +0 -1
  165. package/lib/typescript/icons/chevron-down.d.ts +0 -4
  166. package/lib/typescript/icons/chevron-down.d.ts.map +0 -1
@@ -423,23 +423,22 @@ export const semantics: IStreamTokens['semantics'] = {
423
423
  avatarPaletteText5: foundations.colors.yellow100,
424
424
  avatarPresenceBgOffline: '$accentNeutral',
425
425
  avatarPresenceBgOnline: '$accentSuccess',
426
- avatarPresenceBorder: '$borderCoreInverse',
426
+ avatarPresenceBorder: '$borderCoreOnInverse',
427
427
  avatarTextDefault: '$avatarPaletteText1',
428
428
  avatarTextPlaceholder: '$chrome500',
429
- backgroundCoreApp: '$backgroundCoreElevation0',
429
+ backgroundCoreApp: '$chrome0',
430
430
  backgroundCoreElevation0: '$chrome0',
431
431
  backgroundCoreElevation1: '$chrome50',
432
432
  backgroundCoreElevation2: '$chrome100',
433
433
  backgroundCoreElevation3: '$chrome200',
434
- backgroundCoreElevation4: '$chrome300',
435
434
  backgroundCoreHighlight: foundations.colors.yellow800,
436
- backgroundCoreInverse: '$chrome900',
437
- backgroundCoreOnAccent: '$chrome0',
435
+ backgroundCoreInverse: '$chrome1000',
436
+ backgroundCoreOnAccent: '$chrome1000',
438
437
  backgroundCoreOverlayDark: 'rgba(0, 0, 0, 0.5)',
439
438
  backgroundCoreOverlayLight: 'rgba(0, 0, 0, 0.75)',
440
439
  backgroundCoreScrim: 'rgba(0, 0, 0, 0.75)',
441
- backgroundCoreSurface: '$chrome100',
442
440
  backgroundCoreSurfaceCard: '$chrome100',
441
+ backgroundCoreSurfaceDefault: '$chrome100',
443
442
  backgroundCoreSurfaceStrong: '$chrome150',
444
443
  backgroundCoreSurfaceSubtle: '$chrome50',
445
444
  backgroundUtilityDisabled: '$chrome100',
@@ -452,19 +451,22 @@ export const semantics: IStreamTokens['semantics'] = {
452
451
  badgeBgNeutral: '$accentNeutral',
453
452
  badgeBgOverlay: 'rgba(0, 0, 0, 0.75)',
454
453
  badgeBgPrimary: '$accentPrimary',
455
- badgeBorder: '$borderCoreInverse',
454
+ badgeBorder: '$borderCoreOnInverse',
456
455
  badgeText: '$textPrimary',
457
- badgeTextInverse: '$textInverse',
458
456
  badgeTextOnAccent: '$textOnAccent',
457
+ badgeTextOnInverse: '$textOnInverse',
459
458
  borderCoreDefault: '$chrome200',
460
- borderCoreInverse: '$chrome1000',
461
- borderCoreOnAccent: '$chrome0',
459
+ borderCoreInverse: '$chrome0',
460
+ borderCoreOnAccent: '$chrome1000',
461
+ borderCoreOnInverse: '$chrome0',
462
+ borderCoreOnSurface: '$chrome300',
462
463
  borderCoreOpacityStrong: 'rgba(255, 255, 255, 0.25)',
463
464
  borderCoreOpacitySubtle: 'rgba(255, 255, 255, 0.2)',
464
465
  borderCoreStrong: '$chrome300',
465
466
  borderCoreSubtle: '$chrome100',
466
467
  borderUtilityActive: '$accentPrimary',
467
468
  borderUtilityDisabled: '$chrome100',
469
+ borderUtilityDisabledOnSurface: '$chrome150',
468
470
  borderUtilityError: '$accentError',
469
471
  borderUtilityFocused: '$brand150',
470
472
  borderUtilityHover: 'rgba(255, 255, 255, 0.1)',
@@ -486,38 +488,38 @@ export const semantics: IStreamTokens['semantics'] = {
486
488
  buttonDestructiveBg: '$accentError',
487
489
  buttonDestructiveBgLiquidGlass: '$backgroundCoreElevation0',
488
490
  buttonDestructiveBorder: '$accentError',
489
- buttonDestructiveBorderOnDark: '$textInverse',
491
+ buttonDestructiveBorderOnDark: '$textOnInverse',
490
492
  buttonDestructiveText: '$accentError',
491
493
  buttonDestructiveTextOnAccent: '$textOnAccent',
492
- buttonDestructiveTextOnDark: '$textInverse',
494
+ buttonDestructiveTextOnDark: '$textOnInverse',
493
495
  buttonPrimaryBg: '$accentPrimary',
494
496
  buttonPrimaryBgLiquidGlass: foundations.colors.baseTransparent0,
495
497
  buttonPrimaryBorder: '$brand200',
496
- buttonPrimaryBorderOnDark: '$textInverse',
497
- buttonPrimaryText: '$textLink',
498
+ buttonPrimaryBorderOnDark: '$borderCoreOnInverse',
499
+ buttonPrimaryText: '$accentPrimary',
498
500
  buttonPrimaryTextOnAccent: '$textOnAccent',
499
- buttonPrimaryTextOnDark: '$textInverse',
500
- buttonSecondaryBg: '$backgroundCoreSurface',
501
+ buttonPrimaryTextOnDark: '$textOnInverse',
502
+ buttonSecondaryBg: '$backgroundCoreSurfaceDefault',
501
503
  buttonSecondaryBgLiquidGlass: '$backgroundCoreElevation0',
502
504
  buttonSecondaryBorder: '$borderCoreDefault',
503
- buttonSecondaryBorderOnDark: '$borderCoreInverse',
505
+ buttonSecondaryBorderOnDark: '$borderCoreOnInverse',
504
506
  buttonSecondaryText: '$textPrimary',
505
507
  buttonSecondaryTextOnAccent: '$textPrimary',
506
- buttonSecondaryTextOnDark: '$textInverse',
508
+ buttonSecondaryTextOnDark: '$textOnInverse',
507
509
  chatBgAttachmentIncoming: '$backgroundCoreSurfaceStrong',
508
510
  chatBgAttachmentOutgoing: '$brand150',
509
- chatBgIncoming: '$backgroundCoreSurface',
511
+ chatBgIncoming: '$backgroundCoreSurfaceDefault',
510
512
  chatBgOutgoing: '$brand100',
511
513
  chatBorderIncoming: '$borderCoreSubtle',
512
514
  chatBorderOnChatIncoming: '$borderCoreStrong',
513
515
  chatBorderOnChatOutgoing: '$brand300',
514
516
  chatBorderOutgoing: '$brand100',
515
517
  chatPollProgressFillIncoming: '$controlProgressBarFill',
516
- chatPollProgressFillOutgoing: foundations.colors.baseWhite,
518
+ chatPollProgressFillOutgoing: '$accentPrimary',
517
519
  chatPollProgressTrackIncoming: '$controlProgressBarTrack',
518
520
  chatPollProgressTrackOutgoing: '$brand200',
519
- chatReplyIndicatorIncoming: foundations.colors.neutral500,
520
- chatReplyIndicatorOutgoing: '$brand700',
521
+ chatReplyIndicatorIncoming: '$chrome400',
522
+ chatReplyIndicatorOutgoing: '$brand400',
521
523
  chatTextIncoming: '$textPrimary',
522
524
  chatTextLink: '$textLink',
523
525
  chatTextMention: '$textLink',
@@ -549,13 +551,15 @@ export const semantics: IStreamTokens['semantics'] = {
549
551
  controlCheckboxBgSelected: '$accentPrimary',
550
552
  controlCheckboxBorder: '$borderCoreDefault',
551
553
  controlCheckboxIcon: '$textOnAccent',
554
+ controlChipBorder: '$borderCoreDefault',
555
+ controlChipText: '$textPrimary',
552
556
  controlPlaybackThumbBgActive: '$accentPrimary',
553
- controlPlaybackThumbBgDefault: '$backgroundCoreInverse',
557
+ controlPlaybackThumbBgDefault: '$backgroundCoreOnAccent',
554
558
  controlPlaybackThumbBorderActive: '$borderCoreOnAccent',
555
559
  controlPlaybackThumbBorderDefault: '$borderCoreOpacityStrong',
556
560
  controlPlaybackToggleBorder: '$borderCoreDefault',
557
561
  controlPlaybackToggleText: '$textPrimary',
558
- controlPlayButtonBg: '$chrome1000',
562
+ controlPlayButtonBg: 'rgba(0, 0, 0, 0.75)',
559
563
  controlPlayButtonIcon: '$textOnAccent',
560
564
  controlProgressBarFill: '$accentNeutral',
561
565
  controlProgressBarTrack: '$backgroundCoreSurfaceStrong',
@@ -568,12 +572,12 @@ export const semantics: IStreamTokens['semantics'] = {
568
572
  controlRadioCheckBorder: '$borderCoreDefault',
569
573
  controlRadioCheckIcon: '$textOnAccent',
570
574
  controlRemoveControlBg: '$backgroundCoreInverse',
571
- controlRemoveControlBorder: '$borderCoreInverse',
572
- controlRemoveControlIcon: '$textInverse',
575
+ controlRemoveControlBorder: '$borderCoreOnInverse',
576
+ controlRemoveControlIcon: '$textOnInverse',
573
577
  controlToggleSwitchBg: '$accentNeutral',
574
578
  controlToggleSwitchBgDisabled: '$backgroundUtilityDisabled',
575
579
  controlToggleSwitchBgSelected: '$accentPrimary',
576
- controlToggleSwitchKnob: '$backgroundCoreElevation4',
580
+ controlToggleSwitchKnob: '$backgroundCoreOnAccent',
577
581
  inputSendIcon: '$accentPrimary',
578
582
  inputSendIconDisabled: '$textDisabled',
579
583
  inputTextDefault: '$textPrimary',
@@ -588,15 +592,15 @@ export const semantics: IStreamTokens['semantics'] = {
588
592
  reactionEmoji: '$textPrimary',
589
593
  reactionText: '$textPrimary',
590
594
  skeletonLoadingBase: foundations.colors.baseTransparent0,
591
- skeletonLoadingHighlight: foundations.colors.baseTransparentWhite20,
595
+ skeletonLoadingHighlight: '$backgroundCoreOverlayLight',
592
596
  systemBgBlur: 'rgba(0, 0, 0, 0.01)',
593
597
  systemCaret: '$accentPrimary',
594
598
  systemScrollbar: 'rgba(255, 255, 255, 0.5)',
595
- systemText: foundations.colors.baseWhite,
599
+ systemText: '$chrome1000',
596
600
  textDisabled: '$chrome300',
597
- textInverse: '$chrome0',
598
601
  textLink: '$brand600',
599
602
  textOnAccent: '$chrome1000',
603
+ textOnInverse: '$chrome0',
600
604
  textPrimary: '$chrome900',
601
605
  textSecondary: '$chrome700',
602
606
  textTertiary: '$chrome500',
@@ -423,23 +423,22 @@ export const semantics: IStreamTokens['semantics'] = {
423
423
  avatarPaletteText5: foundations.colors.yellow900,
424
424
  avatarPresenceBgOffline: '$accentNeutral',
425
425
  avatarPresenceBgOnline: '$accentSuccess',
426
- avatarPresenceBorder: '$borderCoreInverse',
426
+ avatarPresenceBorder: '$borderCoreOnInverse',
427
427
  avatarTextDefault: '$avatarPaletteText1',
428
428
  avatarTextPlaceholder: '$chrome500',
429
- backgroundCoreApp: '$backgroundCoreElevation0',
429
+ backgroundCoreApp: '$chrome0',
430
430
  backgroundCoreElevation0: '$chrome0',
431
431
  backgroundCoreElevation1: '$chrome0',
432
432
  backgroundCoreElevation2: '$chrome0',
433
433
  backgroundCoreElevation3: '$chrome0',
434
- backgroundCoreElevation4: '$chrome0',
435
434
  backgroundCoreHighlight: foundations.colors.yellow50,
436
- backgroundCoreInverse: '$chrome900',
435
+ backgroundCoreInverse: '$chrome1000',
437
436
  backgroundCoreOnAccent: '$chrome0',
438
437
  backgroundCoreOverlayDark: 'rgba(26, 27, 37, 0.25)',
439
438
  backgroundCoreOverlayLight: 'rgba(255, 255, 255, 0.75)',
440
439
  backgroundCoreScrim: 'rgba(26, 27, 37, 0.5)',
441
- backgroundCoreSurface: '$chrome100',
442
440
  backgroundCoreSurfaceCard: '$chrome50',
441
+ backgroundCoreSurfaceDefault: '$chrome100',
443
442
  backgroundCoreSurfaceStrong: '$chrome150',
444
443
  backgroundCoreSurfaceSubtle: '$chrome50',
445
444
  backgroundUtilityDisabled: '$chrome100',
@@ -452,19 +451,22 @@ export const semantics: IStreamTokens['semantics'] = {
452
451
  badgeBgNeutral: '$accentNeutral',
453
452
  badgeBgOverlay: 'rgba(0, 0, 0, 0.75)',
454
453
  badgeBgPrimary: '$accentPrimary',
455
- badgeBorder: '$borderCoreInverse',
454
+ badgeBorder: '$borderCoreOnInverse',
456
455
  badgeText: '$textPrimary',
457
- badgeTextInverse: '$textInverse',
458
456
  badgeTextOnAccent: '$textOnAccent',
457
+ badgeTextOnInverse: '$textOnInverse',
459
458
  borderCoreDefault: '$chrome150',
460
459
  borderCoreInverse: '$chrome0',
461
460
  borderCoreOnAccent: '$chrome0',
461
+ borderCoreOnInverse: '$chrome0',
462
+ borderCoreOnSurface: '$chrome300',
462
463
  borderCoreOpacityStrong: 'rgba(26, 27, 37, 0.25)',
463
464
  borderCoreOpacitySubtle: 'rgba(26, 27, 37, 0.1)',
464
465
  borderCoreStrong: '$chrome300',
465
466
  borderCoreSubtle: '$chrome100',
466
467
  borderUtilityActive: '$accentPrimary',
467
468
  borderUtilityDisabled: '$chrome100',
469
+ borderUtilityDisabledOnSurface: '$chrome150',
468
470
  borderUtilityError: '$accentError',
469
471
  borderUtilityFocused: '$brand150',
470
472
  borderUtilityHover: 'rgba(26, 27, 37, 0.1)',
@@ -486,27 +488,27 @@ export const semantics: IStreamTokens['semantics'] = {
486
488
  buttonDestructiveBg: '$accentError',
487
489
  buttonDestructiveBgLiquidGlass: '$backgroundCoreElevation0',
488
490
  buttonDestructiveBorder: '$accentError',
489
- buttonDestructiveBorderOnDark: '$textInverse',
491
+ buttonDestructiveBorderOnDark: '$textOnInverse',
490
492
  buttonDestructiveText: '$accentError',
491
493
  buttonDestructiveTextOnAccent: '$textOnAccent',
492
- buttonDestructiveTextOnDark: '$textInverse',
494
+ buttonDestructiveTextOnDark: '$textOnInverse',
493
495
  buttonPrimaryBg: '$accentPrimary',
494
496
  buttonPrimaryBgLiquidGlass: foundations.colors.baseTransparent0,
495
497
  buttonPrimaryBorder: '$brand200',
496
- buttonPrimaryBorderOnDark: '$borderCoreInverse',
497
- buttonPrimaryText: '$textLink',
498
+ buttonPrimaryBorderOnDark: '$borderCoreOnInverse',
499
+ buttonPrimaryText: '$accentPrimary',
498
500
  buttonPrimaryTextOnAccent: '$textOnAccent',
499
- buttonPrimaryTextOnDark: '$textInverse',
500
- buttonSecondaryBg: '$backgroundCoreSurface',
501
+ buttonPrimaryTextOnDark: '$textOnInverse',
502
+ buttonSecondaryBg: '$backgroundCoreSurfaceDefault',
501
503
  buttonSecondaryBgLiquidGlass: '$backgroundCoreElevation0',
502
504
  buttonSecondaryBorder: '$borderCoreDefault',
503
- buttonSecondaryBorderOnDark: '$borderCoreInverse',
505
+ buttonSecondaryBorderOnDark: '$borderCoreOnInverse',
504
506
  buttonSecondaryText: '$textPrimary',
505
507
  buttonSecondaryTextOnAccent: '$textPrimary',
506
- buttonSecondaryTextOnDark: '$textInverse',
508
+ buttonSecondaryTextOnDark: '$textOnInverse',
507
509
  chatBgAttachmentIncoming: '$backgroundCoreSurfaceStrong',
508
510
  chatBgAttachmentOutgoing: '$brand150',
509
- chatBgIncoming: '$backgroundCoreSurface',
511
+ chatBgIncoming: '$backgroundCoreSurfaceDefault',
510
512
  chatBgOutgoing: '$brand100',
511
513
  chatBorderIncoming: '$borderCoreSubtle',
512
514
  chatBorderOnChatIncoming: '$borderCoreStrong',
@@ -516,7 +518,7 @@ export const semantics: IStreamTokens['semantics'] = {
516
518
  chatPollProgressFillOutgoing: '$accentPrimary',
517
519
  chatPollProgressTrackIncoming: '$controlProgressBarTrack',
518
520
  chatPollProgressTrackOutgoing: '$brand200',
519
- chatReplyIndicatorIncoming: foundations.colors.slate400,
521
+ chatReplyIndicatorIncoming: '$chrome400',
520
522
  chatReplyIndicatorOutgoing: '$brand400',
521
523
  chatTextIncoming: '$textPrimary',
522
524
  chatTextLink: '$textLink',
@@ -549,13 +551,15 @@ export const semantics: IStreamTokens['semantics'] = {
549
551
  controlCheckboxBgSelected: '$accentPrimary',
550
552
  controlCheckboxBorder: '$borderCoreDefault',
551
553
  controlCheckboxIcon: '$textOnAccent',
554
+ controlChipBorder: '$borderCoreDefault',
555
+ controlChipText: '$textPrimary',
552
556
  controlPlaybackThumbBgActive: '$accentPrimary',
553
557
  controlPlaybackThumbBgDefault: '$backgroundCoreOnAccent',
554
558
  controlPlaybackThumbBorderActive: '$borderCoreOnAccent',
555
559
  controlPlaybackThumbBorderDefault: '$borderCoreOpacityStrong',
556
560
  controlPlaybackToggleBorder: '$borderCoreDefault',
557
561
  controlPlaybackToggleText: '$textPrimary',
558
- controlPlayButtonBg: '$chrome1000',
562
+ controlPlayButtonBg: 'rgba(0, 0, 0, 0.75)',
559
563
  controlPlayButtonIcon: '$textOnAccent',
560
564
  controlProgressBarFill: '$accentNeutral',
561
565
  controlProgressBarTrack: '$backgroundCoreSurfaceStrong',
@@ -568,12 +572,12 @@ export const semantics: IStreamTokens['semantics'] = {
568
572
  controlRadioCheckBorder: '$borderCoreDefault',
569
573
  controlRadioCheckIcon: '$textOnAccent',
570
574
  controlRemoveControlBg: '$backgroundCoreInverse',
571
- controlRemoveControlBorder: '$borderCoreInverse',
572
- controlRemoveControlIcon: '$textInverse',
575
+ controlRemoveControlBorder: '$borderCoreOnInverse',
576
+ controlRemoveControlIcon: '$textOnInverse',
573
577
  controlToggleSwitchBg: '$accentNeutral',
574
578
  controlToggleSwitchBgDisabled: '$backgroundUtilityDisabled',
575
579
  controlToggleSwitchBgSelected: '$accentPrimary',
576
- controlToggleSwitchKnob: '$backgroundCoreElevation4',
580
+ controlToggleSwitchKnob: '$backgroundCoreOnAccent',
577
581
  inputSendIcon: '$accentPrimary',
578
582
  inputSendIconDisabled: '$textDisabled',
579
583
  inputTextDefault: '$textPrimary',
@@ -588,15 +592,15 @@ export const semantics: IStreamTokens['semantics'] = {
588
592
  reactionEmoji: '$textPrimary',
589
593
  reactionText: '$textPrimary',
590
594
  skeletonLoadingBase: foundations.colors.baseTransparent0,
591
- skeletonLoadingHighlight: foundations.colors.baseWhite,
595
+ skeletonLoadingHighlight: '$backgroundCoreOverlayLight',
592
596
  systemBgBlur: 'rgba(255, 255, 255, 0.01)',
593
597
  systemCaret: '$accentPrimary',
594
598
  systemScrollbar: 'rgba(0, 0, 0, 0.5)',
595
- systemText: foundations.colors.baseBlack,
599
+ systemText: '$chrome1000',
596
600
  textDisabled: '$chrome300',
597
- textInverse: '$chrome0',
598
601
  textLink: '$brand500',
599
602
  textOnAccent: '$chrome0',
603
+ textOnInverse: '$chrome0',
600
604
  textPrimary: '$chrome900',
601
605
  textSecondary: '$chrome700',
602
606
  textTertiary: '$chrome500',
@@ -423,23 +423,22 @@ export const semantics: IStreamTokens['semantics'] = {
423
423
  avatarPaletteText5: foundations.colors.yellow900,
424
424
  avatarPresenceBgOffline: '$accentNeutral',
425
425
  avatarPresenceBgOnline: '$accentSuccess',
426
- avatarPresenceBorder: '$borderCoreInverse',
426
+ avatarPresenceBorder: '$borderCoreOnInverse',
427
427
  avatarTextDefault: '$avatarPaletteText1',
428
428
  avatarTextPlaceholder: '$chrome500',
429
- backgroundCoreApp: '$backgroundCoreElevation0',
429
+ backgroundCoreApp: '$chrome0',
430
430
  backgroundCoreElevation0: '$chrome0',
431
431
  backgroundCoreElevation1: '$chrome0',
432
432
  backgroundCoreElevation2: '$chrome0',
433
433
  backgroundCoreElevation3: '$chrome0',
434
- backgroundCoreElevation4: '$chrome0',
435
434
  backgroundCoreHighlight: foundations.colors.yellow50,
436
- backgroundCoreInverse: '$chrome900',
435
+ backgroundCoreInverse: '$chrome1000',
437
436
  backgroundCoreOnAccent: '$chrome0',
438
437
  backgroundCoreOverlayDark: 'rgba(26, 27, 37, 0.25)',
439
438
  backgroundCoreOverlayLight: 'rgba(255, 255, 255, 0.75)',
440
439
  backgroundCoreScrim: 'rgba(26, 27, 37, 0.5)',
441
- backgroundCoreSurface: '$chrome100',
442
440
  backgroundCoreSurfaceCard: '$chrome50',
441
+ backgroundCoreSurfaceDefault: '$chrome100',
443
442
  backgroundCoreSurfaceStrong: '$chrome150',
444
443
  backgroundCoreSurfaceSubtle: '$chrome50',
445
444
  backgroundUtilityDisabled: '$chrome100',
@@ -452,19 +451,22 @@ export const semantics: IStreamTokens['semantics'] = {
452
451
  badgeBgNeutral: '$accentNeutral',
453
452
  badgeBgOverlay: 'rgba(0, 0, 0, 0.75)',
454
453
  badgeBgPrimary: '$accentPrimary',
455
- badgeBorder: '$borderCoreInverse',
454
+ badgeBorder: '$borderCoreOnInverse',
456
455
  badgeText: '$textPrimary',
457
- badgeTextInverse: '$textInverse',
458
456
  badgeTextOnAccent: '$textOnAccent',
457
+ badgeTextOnInverse: '$textOnInverse',
459
458
  borderCoreDefault: '$chrome150',
460
459
  borderCoreInverse: '$chrome0',
461
460
  borderCoreOnAccent: '$chrome0',
461
+ borderCoreOnInverse: '$chrome0',
462
+ borderCoreOnSurface: '$chrome300',
462
463
  borderCoreOpacityStrong: 'rgba(26, 27, 37, 0.25)',
463
464
  borderCoreOpacitySubtle: 'rgba(26, 27, 37, 0.1)',
464
465
  borderCoreStrong: '$chrome300',
465
466
  borderCoreSubtle: '$chrome100',
466
467
  borderUtilityActive: '$accentPrimary',
467
468
  borderUtilityDisabled: '$chrome100',
469
+ borderUtilityDisabledOnSurface: '$chrome150',
468
470
  borderUtilityError: '$accentError',
469
471
  borderUtilityFocused: '$brand150',
470
472
  borderUtilityHover: 'rgba(26, 27, 37, 0.1)',
@@ -486,27 +488,27 @@ export const semantics: IStreamTokens['semantics'] = {
486
488
  buttonDestructiveBg: '$accentError',
487
489
  buttonDestructiveBgLiquidGlass: '$backgroundCoreElevation0',
488
490
  buttonDestructiveBorder: '$accentError',
489
- buttonDestructiveBorderOnDark: '$textInverse',
491
+ buttonDestructiveBorderOnDark: '$textOnInverse',
490
492
  buttonDestructiveText: '$accentError',
491
493
  buttonDestructiveTextOnAccent: '$textOnAccent',
492
- buttonDestructiveTextOnDark: '$textInverse',
494
+ buttonDestructiveTextOnDark: '$textOnInverse',
493
495
  buttonPrimaryBg: '$accentPrimary',
494
496
  buttonPrimaryBgLiquidGlass: foundations.colors.baseTransparent0,
495
497
  buttonPrimaryBorder: '$brand200',
496
- buttonPrimaryBorderOnDark: '$borderCoreInverse',
497
- buttonPrimaryText: '$textLink',
498
+ buttonPrimaryBorderOnDark: '$borderCoreOnInverse',
499
+ buttonPrimaryText: '$accentPrimary',
498
500
  buttonPrimaryTextOnAccent: '$textOnAccent',
499
- buttonPrimaryTextOnDark: '$textInverse',
500
- buttonSecondaryBg: '$backgroundCoreSurface',
501
+ buttonPrimaryTextOnDark: '$textOnInverse',
502
+ buttonSecondaryBg: '$backgroundCoreSurfaceDefault',
501
503
  buttonSecondaryBgLiquidGlass: '$backgroundCoreElevation0',
502
504
  buttonSecondaryBorder: '$borderCoreDefault',
503
- buttonSecondaryBorderOnDark: '$borderCoreInverse',
505
+ buttonSecondaryBorderOnDark: '$borderCoreOnInverse',
504
506
  buttonSecondaryText: '$textPrimary',
505
507
  buttonSecondaryTextOnAccent: '$textPrimary',
506
- buttonSecondaryTextOnDark: '$textInverse',
508
+ buttonSecondaryTextOnDark: '$textOnInverse',
507
509
  chatBgAttachmentIncoming: '$backgroundCoreSurfaceStrong',
508
510
  chatBgAttachmentOutgoing: '$brand150',
509
- chatBgIncoming: '$backgroundCoreSurface',
511
+ chatBgIncoming: '$backgroundCoreSurfaceDefault',
510
512
  chatBgOutgoing: '$brand100',
511
513
  chatBorderIncoming: '$borderCoreSubtle',
512
514
  chatBorderOnChatIncoming: '$borderCoreStrong',
@@ -516,7 +518,7 @@ export const semantics: IStreamTokens['semantics'] = {
516
518
  chatPollProgressFillOutgoing: '$accentPrimary',
517
519
  chatPollProgressTrackIncoming: '$controlProgressBarTrack',
518
520
  chatPollProgressTrackOutgoing: '$brand200',
519
- chatReplyIndicatorIncoming: foundations.colors.slate400,
521
+ chatReplyIndicatorIncoming: '$chrome400',
520
522
  chatReplyIndicatorOutgoing: '$brand400',
521
523
  chatTextIncoming: '$textPrimary',
522
524
  chatTextLink: '$textLink',
@@ -549,13 +551,15 @@ export const semantics: IStreamTokens['semantics'] = {
549
551
  controlCheckboxBgSelected: '$accentPrimary',
550
552
  controlCheckboxBorder: '$borderCoreDefault',
551
553
  controlCheckboxIcon: '$textOnAccent',
554
+ controlChipBorder: '$borderCoreDefault',
555
+ controlChipText: '$textPrimary',
552
556
  controlPlaybackThumbBgActive: '$accentPrimary',
553
557
  controlPlaybackThumbBgDefault: '$backgroundCoreOnAccent',
554
558
  controlPlaybackThumbBorderActive: '$borderCoreOnAccent',
555
559
  controlPlaybackThumbBorderDefault: '$borderCoreOpacityStrong',
556
560
  controlPlaybackToggleBorder: '$borderCoreDefault',
557
561
  controlPlaybackToggleText: '$textPrimary',
558
- controlPlayButtonBg: '$chrome1000',
562
+ controlPlayButtonBg: 'rgba(0, 0, 0, 0.75)',
559
563
  controlPlayButtonIcon: '$textOnAccent',
560
564
  controlProgressBarFill: '$accentNeutral',
561
565
  controlProgressBarTrack: '$backgroundCoreSurfaceStrong',
@@ -568,12 +572,12 @@ export const semantics: IStreamTokens['semantics'] = {
568
572
  controlRadioCheckBorder: '$borderCoreDefault',
569
573
  controlRadioCheckIcon: '$textOnAccent',
570
574
  controlRemoveControlBg: '$backgroundCoreInverse',
571
- controlRemoveControlBorder: '$borderCoreInverse',
572
- controlRemoveControlIcon: '$textInverse',
575
+ controlRemoveControlBorder: '$borderCoreOnInverse',
576
+ controlRemoveControlIcon: '$textOnInverse',
573
577
  controlToggleSwitchBg: '$accentNeutral',
574
578
  controlToggleSwitchBgDisabled: '$backgroundUtilityDisabled',
575
579
  controlToggleSwitchBgSelected: '$accentPrimary',
576
- controlToggleSwitchKnob: '$backgroundCoreElevation4',
580
+ controlToggleSwitchKnob: '$backgroundCoreOnAccent',
577
581
  inputSendIcon: '$accentPrimary',
578
582
  inputSendIconDisabled: '$textDisabled',
579
583
  inputTextDefault: '$textPrimary',
@@ -588,15 +592,15 @@ export const semantics: IStreamTokens['semantics'] = {
588
592
  reactionEmoji: '$textPrimary',
589
593
  reactionText: '$textPrimary',
590
594
  skeletonLoadingBase: foundations.colors.baseTransparent0,
591
- skeletonLoadingHighlight: foundations.colors.baseWhite,
595
+ skeletonLoadingHighlight: '$backgroundCoreOverlayLight',
592
596
  systemBgBlur: 'rgba(255, 255, 255, 0.01)',
593
597
  systemCaret: '$accentPrimary',
594
598
  systemScrollbar: 'rgba(0, 0, 0, 0.5)',
595
- systemText: foundations.colors.baseBlack,
599
+ systemText: '$chrome1000',
596
600
  textDisabled: '$chrome300',
597
- textInverse: '$chrome0',
598
601
  textLink: '$brand500',
599
602
  textOnAccent: '$chrome0',
603
+ textOnInverse: '$chrome0',
600
604
  textPrimary: '$chrome900',
601
605
  textSecondary: '$chrome700',
602
606
  textTertiary: '$chrome500',
@@ -423,23 +423,22 @@ export const semantics: IStreamTokens['semantics'] = {
423
423
  avatarPaletteText5: foundations.colors.yellow900,
424
424
  avatarPresenceBgOffline: '$accentNeutral',
425
425
  avatarPresenceBgOnline: '$accentSuccess',
426
- avatarPresenceBorder: '$borderCoreInverse',
426
+ avatarPresenceBorder: '$borderCoreOnInverse',
427
427
  avatarTextDefault: '$avatarPaletteText1',
428
428
  avatarTextPlaceholder: '$chrome500',
429
- backgroundCoreApp: '$backgroundCoreElevation0',
429
+ backgroundCoreApp: '$chrome0',
430
430
  backgroundCoreElevation0: '$chrome0',
431
431
  backgroundCoreElevation1: '$chrome0',
432
432
  backgroundCoreElevation2: '$chrome0',
433
433
  backgroundCoreElevation3: '$chrome0',
434
- backgroundCoreElevation4: '$chrome0',
435
434
  backgroundCoreHighlight: foundations.colors.yellow50,
436
- backgroundCoreInverse: '$chrome900',
435
+ backgroundCoreInverse: '$chrome1000',
437
436
  backgroundCoreOnAccent: '$chrome0',
438
437
  backgroundCoreOverlayDark: 'rgba(26, 27, 37, 0.25)',
439
438
  backgroundCoreOverlayLight: 'rgba(255, 255, 255, 0.75)',
440
439
  backgroundCoreScrim: 'rgba(26, 27, 37, 0.5)',
441
- backgroundCoreSurface: '$chrome100',
442
440
  backgroundCoreSurfaceCard: '$chrome50',
441
+ backgroundCoreSurfaceDefault: '$chrome100',
443
442
  backgroundCoreSurfaceStrong: '$chrome150',
444
443
  backgroundCoreSurfaceSubtle: '$chrome50',
445
444
  backgroundUtilityDisabled: '$chrome100',
@@ -452,19 +451,22 @@ export const semantics: IStreamTokens['semantics'] = {
452
451
  badgeBgNeutral: '$accentNeutral',
453
452
  badgeBgOverlay: 'rgba(0, 0, 0, 0.75)',
454
453
  badgeBgPrimary: '$accentPrimary',
455
- badgeBorder: '$borderCoreInverse',
454
+ badgeBorder: '$borderCoreOnInverse',
456
455
  badgeText: '$textPrimary',
457
- badgeTextInverse: '$textInverse',
458
456
  badgeTextOnAccent: '$textOnAccent',
457
+ badgeTextOnInverse: '$textOnInverse',
459
458
  borderCoreDefault: '$chrome150',
460
459
  borderCoreInverse: '$chrome0',
461
460
  borderCoreOnAccent: '$chrome0',
461
+ borderCoreOnInverse: '$chrome0',
462
+ borderCoreOnSurface: '$chrome300',
462
463
  borderCoreOpacityStrong: 'rgba(26, 27, 37, 0.25)',
463
464
  borderCoreOpacitySubtle: 'rgba(26, 27, 37, 0.1)',
464
465
  borderCoreStrong: '$chrome300',
465
466
  borderCoreSubtle: '$chrome100',
466
467
  borderUtilityActive: '$accentPrimary',
467
468
  borderUtilityDisabled: '$chrome100',
469
+ borderUtilityDisabledOnSurface: '$chrome150',
468
470
  borderUtilityError: '$accentError',
469
471
  borderUtilityFocused: '$brand150',
470
472
  borderUtilityHover: 'rgba(26, 27, 37, 0.1)',
@@ -486,27 +488,27 @@ export const semantics: IStreamTokens['semantics'] = {
486
488
  buttonDestructiveBg: '$accentError',
487
489
  buttonDestructiveBgLiquidGlass: '$backgroundCoreElevation0',
488
490
  buttonDestructiveBorder: '$accentError',
489
- buttonDestructiveBorderOnDark: '$textInverse',
491
+ buttonDestructiveBorderOnDark: '$textOnInverse',
490
492
  buttonDestructiveText: '$accentError',
491
493
  buttonDestructiveTextOnAccent: '$textOnAccent',
492
- buttonDestructiveTextOnDark: '$textInverse',
494
+ buttonDestructiveTextOnDark: '$textOnInverse',
493
495
  buttonPrimaryBg: '$accentPrimary',
494
496
  buttonPrimaryBgLiquidGlass: foundations.colors.baseTransparent0,
495
497
  buttonPrimaryBorder: '$brand200',
496
- buttonPrimaryBorderOnDark: '$borderCoreInverse',
497
- buttonPrimaryText: '$textLink',
498
+ buttonPrimaryBorderOnDark: '$borderCoreOnInverse',
499
+ buttonPrimaryText: '$accentPrimary',
498
500
  buttonPrimaryTextOnAccent: '$textOnAccent',
499
- buttonPrimaryTextOnDark: '$textInverse',
500
- buttonSecondaryBg: '$backgroundCoreSurface',
501
+ buttonPrimaryTextOnDark: '$textOnInverse',
502
+ buttonSecondaryBg: '$backgroundCoreSurfaceDefault',
501
503
  buttonSecondaryBgLiquidGlass: '$backgroundCoreElevation0',
502
504
  buttonSecondaryBorder: '$borderCoreDefault',
503
- buttonSecondaryBorderOnDark: '$borderCoreInverse',
505
+ buttonSecondaryBorderOnDark: '$borderCoreOnInverse',
504
506
  buttonSecondaryText: '$textPrimary',
505
507
  buttonSecondaryTextOnAccent: '$textPrimary',
506
- buttonSecondaryTextOnDark: '$textInverse',
508
+ buttonSecondaryTextOnDark: '$textOnInverse',
507
509
  chatBgAttachmentIncoming: '$backgroundCoreSurfaceStrong',
508
510
  chatBgAttachmentOutgoing: '$brand150',
509
- chatBgIncoming: '$backgroundCoreSurface',
511
+ chatBgIncoming: '$backgroundCoreSurfaceDefault',
510
512
  chatBgOutgoing: '$brand100',
511
513
  chatBorderIncoming: '$borderCoreSubtle',
512
514
  chatBorderOnChatIncoming: '$borderCoreStrong',
@@ -516,7 +518,7 @@ export const semantics: IStreamTokens['semantics'] = {
516
518
  chatPollProgressFillOutgoing: '$accentPrimary',
517
519
  chatPollProgressTrackIncoming: '$controlProgressBarTrack',
518
520
  chatPollProgressTrackOutgoing: '$brand200',
519
- chatReplyIndicatorIncoming: foundations.colors.slate400,
521
+ chatReplyIndicatorIncoming: '$chrome400',
520
522
  chatReplyIndicatorOutgoing: '$brand400',
521
523
  chatTextIncoming: '$textPrimary',
522
524
  chatTextLink: '$textLink',
@@ -549,13 +551,15 @@ export const semantics: IStreamTokens['semantics'] = {
549
551
  controlCheckboxBgSelected: '$accentPrimary',
550
552
  controlCheckboxBorder: '$borderCoreDefault',
551
553
  controlCheckboxIcon: '$textOnAccent',
554
+ controlChipBorder: '$borderCoreDefault',
555
+ controlChipText: '$textPrimary',
552
556
  controlPlaybackThumbBgActive: '$accentPrimary',
553
557
  controlPlaybackThumbBgDefault: '$backgroundCoreOnAccent',
554
558
  controlPlaybackThumbBorderActive: '$borderCoreOnAccent',
555
559
  controlPlaybackThumbBorderDefault: '$borderCoreOpacityStrong',
556
560
  controlPlaybackToggleBorder: '$borderCoreDefault',
557
561
  controlPlaybackToggleText: '$textPrimary',
558
- controlPlayButtonBg: '$chrome1000',
562
+ controlPlayButtonBg: 'rgba(0, 0, 0, 0.75)',
559
563
  controlPlayButtonIcon: '$textOnAccent',
560
564
  controlProgressBarFill: '$accentNeutral',
561
565
  controlProgressBarTrack: '$backgroundCoreSurfaceStrong',
@@ -568,12 +572,12 @@ export const semantics: IStreamTokens['semantics'] = {
568
572
  controlRadioCheckBorder: '$borderCoreDefault',
569
573
  controlRadioCheckIcon: '$textOnAccent',
570
574
  controlRemoveControlBg: '$backgroundCoreInverse',
571
- controlRemoveControlBorder: '$borderCoreInverse',
572
- controlRemoveControlIcon: '$textInverse',
575
+ controlRemoveControlBorder: '$borderCoreOnInverse',
576
+ controlRemoveControlIcon: '$textOnInverse',
573
577
  controlToggleSwitchBg: '$accentNeutral',
574
578
  controlToggleSwitchBgDisabled: '$backgroundUtilityDisabled',
575
579
  controlToggleSwitchBgSelected: '$accentPrimary',
576
- controlToggleSwitchKnob: '$backgroundCoreElevation4',
580
+ controlToggleSwitchKnob: '$backgroundCoreOnAccent',
577
581
  inputSendIcon: '$accentPrimary',
578
582
  inputSendIconDisabled: '$textDisabled',
579
583
  inputTextDefault: '$textPrimary',
@@ -588,15 +592,15 @@ export const semantics: IStreamTokens['semantics'] = {
588
592
  reactionEmoji: '$textPrimary',
589
593
  reactionText: '$textPrimary',
590
594
  skeletonLoadingBase: foundations.colors.baseTransparent0,
591
- skeletonLoadingHighlight: foundations.colors.baseWhite,
595
+ skeletonLoadingHighlight: '$backgroundCoreOverlayLight',
592
596
  systemBgBlur: 'rgba(255, 255, 255, 0.01)',
593
597
  systemCaret: '$accentPrimary',
594
598
  systemScrollbar: 'rgba(0, 0, 0, 0.5)',
595
- systemText: foundations.colors.baseBlack,
599
+ systemText: '$chrome1000',
596
600
  textDisabled: '$chrome300',
597
- textInverse: '$chrome0',
598
601
  textLink: '$brand500',
599
602
  textOnAccent: '$chrome0',
603
+ textOnInverse: '$chrome0',
600
604
  textPrimary: '$chrome900',
601
605
  textSecondary: '$chrome700',
602
606
  textTertiary: '$chrome500',
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "9.0.0-beta.16"
2
+ "version": "9.0.0-beta.18"
3
3
  }
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_jsxRuntime","_excluded","_this","_jsxFileName","ChevronTop","exports","_ref","height","width","rest","_objectWithoutProperties2","default","jsx","Svg","Object","assign","fill","viewBox","children","Path","d","strokeLinecap","strokeLinejoin","strokeWidth"],"sourceRoot":"../../../src","sources":["icons/chevron-down.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,IAAAE,WAAA,GAAAF,OAAA;AAAA,IAAAG,SAAA;AAAA,IAAAC,KAAA;EAAAC,YAAA;AAItC,IAAMC,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG,SAAbA,UAAUA,CAAAE,IAAA;EAAA,IAAMC,MAAM,GAAAD,IAAA,CAANC,MAAM;IAAEC,KAAK,GAAAF,IAAA,CAALE,KAAK;IAAKC,IAAI,OAAAC,yBAAA,CAAAC,OAAA,EAAAL,IAAA,EAAAL,SAAA;EAAA,OACjD,IAAAD,WAAA,CAAAY,GAAA,EAACb,eAAA,CAAAc,GAAG,EAAAC,MAAA,CAAAC,MAAA;IAACC,IAAI,EAAE,MAAO;IAACT,MAAM,EAAEA,MAAO;IAACU,OAAO,EAAE,WAAY;IAACT,KAAK,EAAEA;EAAM,GAAKC,IAAI;IAAAS,QAAA,EAC7E,IAAAlB,WAAA,CAAAY,GAAA,EAACb,eAAA,CAAAoB,IAAI,EAAAL,MAAA,CAAAC,MAAA;MACHK,CAAC,EAAC,+BAA+B;MACjCC,aAAa,EAAC,OAAO;MACrBC,cAAc,EAAC,OAAO;MACtBC,WAAW,EAAE;IAAI,GACbd,IAAI,CACT;EAAC,EACC,CAAC;AAAA,CACP","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":["_react","_interopRequireDefault","require","_reactNativeSvg","_jsxRuntime","_excluded","_this","_jsxFileName","ChevronTop","exports","_ref","height","width","rest","_objectWithoutProperties2","default","jsx","Svg","Object","assign","fill","viewBox","children","Path","d","strokeLinecap","strokeLinejoin","strokeWidth"],"sourceRoot":"../../../src","sources":["icons/chevron-down.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEA,IAAAC,eAAA,GAAAD,OAAA;AAA6C,IAAAE,WAAA,GAAAF,OAAA;AAAA,IAAAG,SAAA;AAAA,IAAAC,KAAA;EAAAC,YAAA;AAItC,IAAMC,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG,SAAbA,UAAUA,CAAAE,IAAA;EAAA,IAAMC,MAAM,GAAAD,IAAA,CAANC,MAAM;IAAEC,KAAK,GAAAF,IAAA,CAALE,KAAK;IAAKC,IAAI,OAAAC,yBAAA,CAAAC,OAAA,EAAAL,IAAA,EAAAL,SAAA;EAAA,OACjD,IAAAD,WAAA,CAAAY,GAAA,EAACb,eAAA,CAAAc,GAAG,EAAAC,MAAA,CAAAC,MAAA;IAACC,IAAI,EAAE,MAAO;IAACT,MAAM,EAAEA,MAAO;IAACU,OAAO,EAAE,WAAY;IAACT,KAAK,EAAEA;EAAM,GAAKC,IAAI;IAAAS,QAAA,EAC7E,IAAAlB,WAAA,CAAAY,GAAA,EAACb,eAAA,CAAAoB,IAAI,EAAAL,MAAA,CAAAC,MAAA;MACHK,CAAC,EAAC,+BAA+B;MACjCC,aAAa,EAAC,OAAO;MACrBC,cAAc,EAAC,OAAO;MACtBC,WAAW,EAAE;IAAI,GACbd,IAAI,CACT;EAAC,EACC,CAAC;AAAA,CACP","ignoreList":[]}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { IconProps } from './utils/base';
3
- export declare const ChevronTop: ({ height, width, ...rest }: IconProps) => React.JSX.Element;
4
- //# sourceMappingURL=chevron-down.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"chevron-down.d.ts","sourceRoot":"","sources":["../../../src/icons/chevron-down.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,UAAU,GAAI,4BAA4B,SAAS,sBAU/D,CAAC"}