@chrryai/chrry 1.1.78

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 (116) hide show
  1. package/About.module.scss +112 -0
  2. package/Account.module.scss +159 -0
  3. package/AddToHomeScreen.module.scss +126 -0
  4. package/Affiliate.module.scss +245 -0
  5. package/AffiliateDashboard.module.scss +269 -0
  6. package/Agent.module.scss +197 -0
  7. package/AnimatedWrapper.module.scss +0 -0
  8. package/App.module.scss +283 -0
  9. package/Bookmark.module.scss +15 -0
  10. package/Calendar.module.scss +824 -0
  11. package/CharacterProfiles.module.scss +29 -0
  12. package/Chat.module.scss +932 -0
  13. package/Checkbox.module.scss +67 -0
  14. package/Chrry.module.scss +69 -0
  15. package/Collaborate.module.scss +22 -0
  16. package/CollaborationStatus.module.scss +17 -0
  17. package/CollaborationTooltip.module.scss +257 -0
  18. package/ColorScheme.module.scss +24 -0
  19. package/EditThread.module.scss +51 -0
  20. package/EmptyStateTips.module.scss +52 -0
  21. package/EnableNotifications.module.scss +20 -0
  22. package/EventModal.module.scss +277 -0
  23. package/Img.module.scss +48 -0
  24. package/Instructions.module.scss +333 -0
  25. package/LICENSE +664 -0
  26. package/LanguageSwitcher.module.scss +21 -0
  27. package/Loading.module.scss +32 -0
  28. package/MarkdownContent.module.scss +161 -0
  29. package/MemoryConsent.module.scss +41 -0
  30. package/Menu.module.scss +272 -0
  31. package/Message.module.scss +470 -0
  32. package/Messages.module.scss +86 -0
  33. package/Modal.module.scss +118 -0
  34. package/README.md +112 -0
  35. package/Search.module.scss +26 -0
  36. package/Select.module.scss +32 -0
  37. package/Share.module.scss +84 -0
  38. package/Sidebar.module.scss +69 -0
  39. package/SignIn.module.scss +129 -0
  40. package/Skeleton.module.scss +232 -0
  41. package/SplashScreen.module.scss +189 -0
  42. package/Star.module.scss +15 -0
  43. package/Store.module.scss +240 -0
  44. package/Subscribe.module.scss +219 -0
  45. package/Testimonials.module.scss +33 -0
  46. package/Thread.module.scss +111 -0
  47. package/Threads.module.scss +105 -0
  48. package/TypingIndicator.module.scss +93 -0
  49. package/Users.module.scss +98 -0
  50. package/Version.module.scss +22 -0
  51. package/Weather.module.scss +31 -0
  52. package/Why.module.scss +79 -0
  53. package/__tests__/README.md +126 -0
  54. package/__tests__/TestComponent.module.scss +236 -0
  55. package/animations.scss +163 -0
  56. package/breakpoints.scss +8 -0
  57. package/context/AppContext.module.scss +22 -0
  58. package/context/providers/README.md +329 -0
  59. package/dist/About.module-RPTFOKG6.scss +112 -0
  60. package/dist/Account.module-AA2NOD5S.scss +159 -0
  61. package/dist/AddToHomeScreen.module-P6HAQ4QD.scss +126 -0
  62. package/dist/Affiliate.module-YM7MG54E.scss +245 -0
  63. package/dist/AffiliateDashboard.module-SZQJJBME.scss +269 -0
  64. package/dist/Agent.module-66YIBDMM.scss +197 -0
  65. package/dist/App.module-TOWYJFPB.scss +283 -0
  66. package/dist/Bookmark.module-UVMQ4TED.scss +15 -0
  67. package/dist/Calendar.module-HHEIXJEA.scss +824 -0
  68. package/dist/CharacterProfiles.module-KABR34TV.scss +29 -0
  69. package/dist/Chat.module-Y4TGJLBQ.scss +932 -0
  70. package/dist/Checkbox.module-RNW2YOC5.scss +67 -0
  71. package/dist/Chrry.module-SLPTRY52.scss +69 -0
  72. package/dist/Collaborate.module-MLRE23FZ.scss +22 -0
  73. package/dist/CollaborationStatus.module-CRGOOW56.scss +17 -0
  74. package/dist/ColorScheme.module-N7SJ5N52.scss +24 -0
  75. package/dist/EditThread.module-L3HOEGS3.scss +51 -0
  76. package/dist/EmptyStateTips.module-JLNPQ4OO.scss +52 -0
  77. package/dist/EnableNotifications.module-C4MYQTUA.scss +20 -0
  78. package/dist/EventModal.module-K7VNKTCE.scss +277 -0
  79. package/dist/Instructions.module-JMFWEXAP.scss +333 -0
  80. package/dist/LanguageSwitcher.module-MT2SIZ4L.scss +21 -0
  81. package/dist/Loading.module-OU42QILE.scss +32 -0
  82. package/dist/MarkdownContent.module-64GHE3YP.scss +161 -0
  83. package/dist/MemoryConsent.module-FZL3REH4.scss +41 -0
  84. package/dist/Menu.module-RVXPXILR.scss +272 -0
  85. package/dist/Message.module-5UUYCVY2.scss +470 -0
  86. package/dist/Messages.module-GBPUAPAI.scss +86 -0
  87. package/dist/Modal.module-TOU4YLFQ.scss +118 -0
  88. package/dist/Search.module-GU3BRADG.scss +26 -0
  89. package/dist/Select.module-R7QM256C.scss +32 -0
  90. package/dist/Share.module-VQBCBSA5.scss +84 -0
  91. package/dist/Sidebar.module-AUSDVTCY.scss +69 -0
  92. package/dist/SignIn.module-53SOSG63.scss +129 -0
  93. package/dist/Skeleton.module-REMEBLDY.scss +232 -0
  94. package/dist/Store.module-NP6776GY.scss +240 -0
  95. package/dist/Subscribe.module-NVGQ57RA.scss +219 -0
  96. package/dist/Thread.module-QAJI6KOQ.scss +111 -0
  97. package/dist/Threads.module-J54DFQQZ.scss +105 -0
  98. package/dist/Users.module-ZRHCY63D.scss +98 -0
  99. package/dist/Version.module-MLMD7GW5.scss +22 -0
  100. package/dist/Weather.module-NT6XFKA7.scss +31 -0
  101. package/dist/Why.module-UVZJCJF7.scss +79 -0
  102. package/dist/index.d.mts +1408 -0
  103. package/dist/index.d.ts +1408 -0
  104. package/dist/index.js +44600 -0
  105. package/dist/index.js.map +1 -0
  106. package/dist/index.mjs +44575 -0
  107. package/dist/index.mjs.map +1 -0
  108. package/dist/react-tooltip.min-LLVNRY3Z.css +1 -0
  109. package/globals.css +91 -0
  110. package/globals.scss +585 -0
  111. package/icons/README.md +150 -0
  112. package/package.json +118 -0
  113. package/styles/view-transitions.css +207 -0
  114. package/toRem.scss +6 -0
  115. package/utils.module.scss +116 -0
  116. package/utils.scss +88 -0
@@ -0,0 +1,111 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./toRem.scss";
3
+
4
+ .thread {
5
+ max-width: breakpoints.$breakpoint-mobile;
6
+ margin: toRem.toRem(5) auto 0 auto;
7
+
8
+ display: flex;
9
+ flex-direction: column;
10
+ gap: toRem.toRem(10);
11
+ font-size: toRem.toRem(15);
12
+ padding-bottom: toRem.toRem(195);
13
+ width: 100%;
14
+
15
+ &.empty {
16
+ margin-top: auto;
17
+ padding-bottom: toRem.toRem(160);
18
+
19
+ @media (min-height: toRem.toRem(600)) {
20
+ padding-bottom: toRem.toRem(170);
21
+ }
22
+
23
+ @media (min-height: toRem.toRem(700)) {
24
+ padding-bottom: toRem.toRem(180);
25
+ }
26
+
27
+ // @media (max-height: breakpoints.$breakpoint-mobile) {
28
+ // padding-bottom: 0;
29
+ // }
30
+ }
31
+
32
+ @media (min-width: breakpoints.$breakpoint-tablet) {
33
+ max-width: breakpoints.$breakpoint-tablet;
34
+ }
35
+
36
+ @media (min-width: breakpoints.$breakpoint-desktop) {
37
+ max-width: breakpoints.$breakpoint-desktop;
38
+ }
39
+ }
40
+
41
+ .hourlyLimit {
42
+ font-size: toRem.toRem(12);
43
+ color: var(--shade-6);
44
+ display: flex;
45
+ align-items: center;
46
+ gap: toRem.toRem(5);
47
+ }
48
+
49
+ .likeButton {
50
+ font-size: toRem.toRem(12);
51
+ & {
52
+ color: var(--shade-6);
53
+ }
54
+ &:hover {
55
+ color: var(--accent-1);
56
+ }
57
+ }
58
+
59
+ .headers {
60
+ display: flex;
61
+
62
+ flex-direction: column;
63
+ gap: toRem.toRem(10);
64
+
65
+ &:empty {
66
+ display: none;
67
+ }
68
+ }
69
+
70
+ .header {
71
+ display: flex;
72
+ justify-content: center;
73
+ align-items: center;
74
+ gap: toRem.toRem(10);
75
+ flex-wrap: wrap;
76
+ }
77
+
78
+ .chatTop {
79
+ display: flex;
80
+ gap: toRem.toRem(10);
81
+ justify-content: center;
82
+ align-items: center;
83
+ }
84
+
85
+ .loadingContainer,
86
+ .errorContainer {
87
+ display: flex;
88
+ justify-content: center;
89
+ margin-top: toRem.toRem(30);
90
+ width: 100%;
91
+ height: 100%;
92
+ flex: 1;
93
+ align-items: center;
94
+ display: flex;
95
+ gap: toRem.toRem(5);
96
+ }
97
+
98
+ .messages {
99
+ }
100
+
101
+ .chatContainer {
102
+ &.empty {
103
+ .chat {
104
+ // @media (min-height: breakpoints.$breakpoint-mobile) {
105
+ // padding: 0;
106
+ // position: static;
107
+ // transform: none;
108
+ // }
109
+ }
110
+ }
111
+ }
@@ -0,0 +1,105 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./toRem.scss";
3
+
4
+ .threads {
5
+ width: 100%;
6
+ max-width: breakpoints.$breakpoint-mobile;
7
+ margin: toRem.toRem(20) auto;
8
+ display: flex;
9
+ flex: 1;
10
+ flex-direction: column;
11
+ flex-direction: column;
12
+ gap: toRem.toRem(10);
13
+ font-size: toRem.toRem(15);
14
+ margin-top: toRem.toRem(20);
15
+ }
16
+
17
+ .threadsContainer {
18
+ opacity: 0;
19
+ }
20
+
21
+ .threadsItem {
22
+ opacity: 0;
23
+ }
24
+
25
+ .characterProfiles {
26
+ display: flex;
27
+ gap: toRem.toRem(5);
28
+ flex-direction: column;
29
+ font-size: toRem.toRem(12);
30
+ align-items: flex-start;
31
+ }
32
+
33
+ .threadItemTitle {
34
+ display: flex;
35
+ align-items: center;
36
+ gap: toRem.toRem(5);
37
+ margin-bottom: toRem.toRem(5);
38
+ }
39
+
40
+ .right {
41
+ display: flex;
42
+ gap: toRem.toRem(7.5) toRem.toRem(10);
43
+ margin-left: auto;
44
+ }
45
+
46
+ .loadingContainer {
47
+ display: flex;
48
+ justify-content: center;
49
+ align-items: center;
50
+ flex: 1;
51
+ }
52
+
53
+ .threadItemDate {
54
+ font-size: toRem.toRem(11);
55
+ color: var(--shade-6);
56
+ margin-left: auto;
57
+ }
58
+
59
+ .searchInput {
60
+ border: toRem.toRem(1) dashed var(--accent-5) !important;
61
+ }
62
+
63
+ .searchContainer {
64
+ display: flex;
65
+ align-items: center;
66
+ gap: toRem.toRem(5);
67
+ }
68
+
69
+ .threadsContainer {
70
+ display: flex;
71
+ flex-direction: column;
72
+ gap: toRem.toRem(20);
73
+ margin-top: toRem.toRem(5);
74
+ }
75
+
76
+ .threadAiResponse {
77
+ margin: 0 0;
78
+ font-size: toRem.toRem(13);
79
+ color: var(--shade-7);
80
+ }
81
+
82
+ .threadsTitle {
83
+ font-size: toRem.toRem(22);
84
+ margin: 0;
85
+ display: flex;
86
+ align-items: center;
87
+ gap: toRem.toRem(5);
88
+ }
89
+
90
+ .loadMoreButton {
91
+ font-size: toRem.toRem(12.5);
92
+ padding: toRem.toRem(5) toRem.toRem(10);
93
+ display: flex;
94
+ align-items: center;
95
+ gap: toRem.toRem(5);
96
+ }
97
+
98
+ .loadMoreButtonContainer {
99
+ display: flex;
100
+ justify-content: center;
101
+ }
102
+
103
+ .profileImage {
104
+ border-radius: 50%;
105
+ }
@@ -0,0 +1,98 @@
1
+ @use "./toRem.scss";
2
+ @use "./utils.scss";
3
+ @use "./breakpoints.scss";
4
+
5
+ .users {
6
+ width: 100%;
7
+ max-width: breakpoints.$breakpoint-mobile;
8
+ margin: 0 auto;
9
+ display: flex;
10
+ flex: 1;
11
+ flex-direction: column;
12
+ flex-direction: column;
13
+ gap: toRem.toRem(10);
14
+ font-size: toRem.toRem(15);
15
+ }
16
+ .searchInput {
17
+ border: toRem.toRem(1) dashed var(--accent-5) !important;
18
+ }
19
+
20
+ .loadingContainer {
21
+ display: flex;
22
+ justify-content: center;
23
+ align-items: center;
24
+ flex: 1;
25
+ }
26
+
27
+ .usersTitle {
28
+ margin-top: 0;
29
+ margin-bottom: toRem.toRem(10);
30
+ display: flex;
31
+ align-items: center;
32
+ gap: toRem.toRem(5);
33
+ }
34
+
35
+ .usersContainer {
36
+ display: flex;
37
+ flex-direction: column;
38
+ }
39
+
40
+ .usersItem {
41
+ display: flex;
42
+ gap: toRem.toRem(10);
43
+ flex-direction: column;
44
+ border-bottom: toRem.toRem(1) dashed var(--shade-2);
45
+ padding: toRem.toRem(15) 0;
46
+
47
+ &:last-child {
48
+ border-bottom: none;
49
+ }
50
+ }
51
+
52
+ .profileImage {
53
+ border-radius: 50%;
54
+ }
55
+
56
+ .usersItemUserImage {
57
+ display: flex;
58
+ gap: toRem.toRem(5);
59
+ align-items: center;
60
+ }
61
+
62
+ .usersItemUser {
63
+ display: flex;
64
+ gap: toRem.toRem(15);
65
+ align-items: center;
66
+ }
67
+
68
+ .usersItemCharacterProfiles {
69
+ display: flex;
70
+ flex-direction: column;
71
+ gap: toRem.toRem(10);
72
+ align-items: flex-start;
73
+ }
74
+
75
+ .usersItemCharacterProfile {
76
+ display: flex;
77
+ gap: toRem.toRem(5);
78
+ align-items: center;
79
+ animation: slideUp 0.1s ease forwards;
80
+ @include utils.respect-reduced-motion;
81
+ }
82
+
83
+ .tags {
84
+ font-size: toRem.toRem(12);
85
+ }
86
+
87
+ .loadMoreButton {
88
+ font-size: toRem.toRem(12.5);
89
+ padding: toRem.toRem(5) toRem.toRem(10);
90
+ display: flex;
91
+ align-items: center;
92
+ gap: toRem.toRem(5);
93
+ }
94
+
95
+ .loadMoreButtonContainer {
96
+ display: flex;
97
+ justify-content: center;
98
+ }
@@ -0,0 +1,22 @@
1
+ @use "./toRem.scss";
2
+
3
+ .video {
4
+ width: toRem.toRem(30);
5
+ height: toRem.toRem(30);
6
+ object-fit: cover;
7
+ border-radius: 50%;
8
+ pointer-events: none; // So clicks pass through to foreground content
9
+ }
10
+
11
+ .updateModalButtons {
12
+ display: flex;
13
+ justify-content: flex-end;
14
+ margin-top: toRem.toRem(10);
15
+ }
16
+
17
+ .updateModalDescription {
18
+ font-size: toRem.toRem(14);
19
+ display: flex;
20
+ align-items: center;
21
+ gap: toRem.toRem(5);
22
+ }
@@ -0,0 +1,31 @@
1
+ @use "./toRem.scss";
2
+ @use "./utils.scss";
3
+
4
+ .weather {
5
+ display: inline-flex;
6
+ align-items: center;
7
+ font-size: toRem.toRem(13);
8
+ gap: toRem.toRem(5);
9
+ animation: slideUp 0.4s ease forwards;
10
+ @include utils.respect-reduced-motion;
11
+ padding: toRem.toRem(8) toRem.toRem(3);
12
+ color: var(--shade-8);
13
+ }
14
+
15
+ .location {
16
+ padding: 0;
17
+ margin: 0;
18
+ color: var(--accent-6);
19
+ cursor: pointer;
20
+ font-size: toRem.toRem(14);
21
+
22
+ &:hover {
23
+ color: var(--accent-5);
24
+ }
25
+ }
26
+
27
+ .info {
28
+ display: flex;
29
+ gap: toRem.toRem(5);
30
+ align-items: center;
31
+ }
@@ -0,0 +1,79 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./toRem.scss";
3
+ @use "./utils.scss";
4
+
5
+ .desktopOnly {
6
+ display: none;
7
+
8
+ @media (min-width: breakpoints.$breakpoint-mobile) {
9
+ display: flex;
10
+ }
11
+ }
12
+
13
+ .why {
14
+ section {
15
+ font-size: toRem.toRem(15);
16
+ }
17
+ }
18
+
19
+ .mobileOnly {
20
+ display: flex;
21
+ flex-direction: column;
22
+ @media (min-width: breakpoints.$breakpoint-mobile) {
23
+ display: none;
24
+ }
25
+ }
26
+
27
+ .features {
28
+ display: grid;
29
+ grid-template-columns: repeat(auto-fit, minmax(toRem.toRem(250), 1fr));
30
+ gap: toRem.toRem(20);
31
+ margin-top: toRem.toRem(20);
32
+ }
33
+
34
+ .feature {
35
+ padding: toRem.toRem(20);
36
+ background: var(--shade-1);
37
+ border-radius: 8px;
38
+ border: toRem.toRem(1) solid var(--shade-2);
39
+ }
40
+
41
+ .comparison {
42
+ display: flex;
43
+ flex-direction: column;
44
+ gap: toRem.toRem(12);
45
+ margin-top: toRem.toRem(20);
46
+ }
47
+
48
+ .comparisonItem {
49
+ padding: toRem.toRem(16);
50
+ background: var(--shade-1);
51
+ border-radius: 6px;
52
+ border-left: toRem.toRem(4) solid var(--accent-1);
53
+ }
54
+
55
+ @media (max-width: breakpoints.$breakpoint-mobile) {
56
+ .mobileOnly {
57
+ h3,
58
+ h4 {
59
+ font-size: 1.1em;
60
+ }
61
+
62
+ div[style*="display: flex"] {
63
+ span:first-child {
64
+ flex: 1;
65
+ margin-right: toRem.toRem(8);
66
+ }
67
+
68
+ span:last-child {
69
+ flex-shrink: 0;
70
+ font-weight: bold;
71
+ }
72
+ }
73
+ }
74
+
75
+ .features {
76
+ grid-template-columns: repeat(auto-fit, minmax(toRem.toRem(250), 1fr));
77
+ gap: toRem.toRem(20);
78
+ }
79
+ }