@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,21 @@
1
+ @use "./toRem.scss";
2
+
3
+ .languages {
4
+ display: flex;
5
+ flex-direction: row;
6
+ gap: toRem.toRem(15);
7
+ font-size: toRem.toRem(14);
8
+ max-width: toRem.toRem(420);
9
+ flex-wrap: wrap;
10
+ margin-top: toRem.toRem(2.5);
11
+ justify-content: center;
12
+ }
13
+
14
+ .languageButton {
15
+ font-size: toRem.toRem(14);
16
+ cursor: pointer;
17
+ }
18
+
19
+ .active {
20
+ color: var(--shade-8);
21
+ }
@@ -0,0 +1,32 @@
1
+ @use "./toRem.scss";
2
+
3
+ .loadingCircle {
4
+ animation: rotation 1s linear infinite;
5
+ color: var(--accent-6);
6
+ }
7
+
8
+ @keyframes rotation {
9
+ 0% {
10
+ transform: rotate(0deg);
11
+ }
12
+ 100% {
13
+ transform: rotate(360deg);
14
+ }
15
+ }
16
+
17
+ @keyframes placeHolderShimmer {
18
+ 0% {
19
+ background-position: toRem.toRem(-468) 0;
20
+ }
21
+ 100% {
22
+ background-position: toRem.toRem(468) 0;
23
+ }
24
+ }
25
+
26
+ .loadingWrapper {
27
+ display: flex;
28
+ justify-content: center;
29
+ align-items: center;
30
+ width: 100%;
31
+ height: 100dvh;
32
+ }
@@ -0,0 +1,161 @@
1
+ @use "./toRem.scss";
2
+
3
+ .markdownContent {
4
+ width: 100%;
5
+ overflow-wrap: break-word;
6
+ word-wrap: break-word;
7
+ word-break: break-word;
8
+
9
+ .paragraph {
10
+ margin-bottom: 0.5rem;
11
+ line-height: 1.5;
12
+
13
+ &:last-child {
14
+ margin-bottom: 0;
15
+ }
16
+ }
17
+
18
+ .codeBlockContainer {
19
+ margin: 1rem 0;
20
+ border-radius: 15px;
21
+ background-color: var(--shade-2);
22
+ overflow: hidden;
23
+ position: relative;
24
+ }
25
+
26
+ .codeBlockHeader {
27
+ display: flex;
28
+ justify-content: space-between;
29
+ align-items: center;
30
+ padding: 0.75rem 1rem;
31
+ }
32
+
33
+ .language {
34
+ font-size: 0.8rem;
35
+ color: var(--foreground-secondary);
36
+ font-family: var(--font-mono);
37
+ text-transform: uppercase;
38
+ font-weight: 600;
39
+ }
40
+
41
+ .copyButton {
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: center;
45
+ padding: toRem.toRem(3);
46
+ background: transparent;
47
+ border-radius: 10px;
48
+ cursor: pointer;
49
+ transition: all 0.2s ease;
50
+ color: var(--accent-1);
51
+ &:hover {
52
+ color: var(--accent-1);
53
+ }
54
+
55
+ &.copied {
56
+ color: var(--accent-4);
57
+ }
58
+
59
+ &:active {
60
+ transform: scale(0.95);
61
+ }
62
+ }
63
+
64
+ .codeBlock {
65
+ margin: 0 !important;
66
+ font-size: 0.9rem;
67
+ max-width: 100%;
68
+ overflow-x: auto;
69
+ padding: 0 !important;
70
+ border-radius: 0;
71
+ background-color: #000 !important;
72
+ border: toRem.toRem(1) solid var(--shade-2);
73
+ border-radius: 15px;
74
+ padding: toRem.toRem(7.5) toRem.toRem(5) !important;
75
+ }
76
+
77
+ .inlineCode {
78
+ background-color: var(--shade-1);
79
+ padding: toRem.toRem(0.2) toRem.toRem(0.4);
80
+ border-radius: 4px;
81
+ font-family: monospace;
82
+ font-size: toRem.toRem(14);
83
+ }
84
+
85
+ .link {
86
+ color: var(--accent-1);
87
+ text-decoration: underline;
88
+
89
+ &:hover {
90
+ text-decoration: none;
91
+ }
92
+ }
93
+
94
+ .list,
95
+ .orderedList {
96
+ margin-bottom: 1rem;
97
+ padding-left: 1.5rem;
98
+ }
99
+
100
+ .listItem {
101
+ margin-bottom: 0.5rem;
102
+ }
103
+
104
+ .heading1,
105
+ .heading2,
106
+ .heading3,
107
+ .heading4 {
108
+ margin-top: 1.5rem;
109
+ margin-bottom: 1rem;
110
+ font-weight: 600;
111
+ }
112
+
113
+ .heading1 {
114
+ font-size: 1.5rem;
115
+ }
116
+
117
+ .heading2 {
118
+ font-size: 1.3rem;
119
+ }
120
+
121
+ .heading3 {
122
+ font-size: 1.1rem;
123
+ }
124
+
125
+ .heading4 {
126
+ font-size: 1rem;
127
+ }
128
+
129
+ .blockquote {
130
+ border-left: toRem.toRem(4) solid var(--accent-2);
131
+ padding-left: 1rem;
132
+ margin-left: 0;
133
+ margin-right: 0;
134
+ font-style: italic;
135
+ color: var(--text-2);
136
+ }
137
+
138
+ .table {
139
+ border-collapse: collapse;
140
+ width: 100%;
141
+ margin-bottom: 1rem;
142
+ overflow-x: auto;
143
+ display: block;
144
+ }
145
+
146
+ .tableHead {
147
+ background-color: var(--shade-2);
148
+ }
149
+
150
+ .tableHeader,
151
+ .tableCell {
152
+ border: toRem.toRem(1) solid var(--shade-3);
153
+ padding: toRem.toRem(0.5);
154
+ text-align: left;
155
+ }
156
+
157
+ pre {
158
+ margin: 0 !important;
159
+ padding: 0 !important;
160
+ }
161
+ }
@@ -0,0 +1,41 @@
1
+ @use "utils.scss";
2
+ @use "breakpoints.scss";
3
+ @use "toRem.scss";
4
+
5
+ .memoryConsent {
6
+ display: flex;
7
+ flex-direction: column;
8
+ gap: toRem.toRem(15);
9
+
10
+ max-width: toRem.toRem(420);
11
+ border-radius: var(--radius);
12
+ font-size: toRem.toRem(15);
13
+ margin: toRem.toRem(5) auto toRem.toRem(15) auto;
14
+ animation: slideUp 0.4s ease forwards;
15
+ position: relative;
16
+
17
+ &.manage {
18
+ border: toRem.toRem(1) solid var(--shade-2);
19
+ padding: toRem.toRem(10) toRem.toRem(15);
20
+ background-color: var(--shade-1);
21
+ }
22
+ }
23
+
24
+ .options {
25
+ display: flex;
26
+ gap: toRem.toRem(10);
27
+ flex-direction: column;
28
+ font-size: toRem.toRem(14);
29
+ }
30
+
31
+ .buttons {
32
+ display: flex;
33
+ flex-wrap: wrap;
34
+ gap: toRem.toRem(10);
35
+ align-items: center;
36
+ justify-content: center;
37
+ }
38
+
39
+ .deleteButton {
40
+ border-style: dashed !important;
41
+ }
@@ -0,0 +1,272 @@
1
+ @use "breakpoints.scss";
2
+ @use "utils.scss";
3
+ @use "./toRem.scss";
4
+
5
+ .menu {
6
+ background-color: var(--shade-1-transparent);
7
+ backdrop-filter: blur(toRem.toRem(20.5));
8
+ padding: toRem.toRem(10) toRem.toRem(12.5) toRem.toRem(10) toRem.toRem(10);
9
+ flex-direction: column;
10
+ border-right: toRem.toRem(1) dashed var(--shade-2);
11
+ z-index: 1000;
12
+ position: fixed;
13
+ top: 0;
14
+ left: 0;
15
+ height: 100dvh;
16
+ display: none;
17
+
18
+ width: toRem.toRem(250);
19
+
20
+ &.open {
21
+ position: static;
22
+ display: flex;
23
+ position: fixed;
24
+ z-index: 9999;
25
+ }
26
+
27
+ &.closed {
28
+ display: none;
29
+ }
30
+
31
+ @media print {
32
+ display: none !important;
33
+ }
34
+ }
35
+
36
+ .threadList {
37
+ opacity: 0;
38
+ }
39
+
40
+ .profileButton {
41
+ font-size: toRem.toRem(17.5);
42
+ font-weight: 600;
43
+ }
44
+
45
+ .hamburgerMenu {
46
+ display: flex;
47
+ align-items: center;
48
+ top: toRem.toRem(10);
49
+ gap: toRem.toRem(15);
50
+ left: toRem.toRem(10);
51
+ }
52
+
53
+ .hamburgerButton {
54
+ color: var(--accent-1);
55
+ }
56
+ .menuContent {
57
+ width: 100%;
58
+ display: flex;
59
+ animation: slideRight 0.3s cubic-bezier(0.4, 0, 0.2, 1);
60
+ @include utils.respect-reduced-motion;
61
+ }
62
+
63
+ .threads {
64
+ margin-top: toRem.toRem(7.5);
65
+ margin-right: toRem.toRem(-7.5);
66
+ &.loading {
67
+ display: flex;
68
+ flex-direction: column;
69
+ }
70
+
71
+ &.threadItem {
72
+ }
73
+ }
74
+
75
+ .noThreadsContainer {
76
+ font-size: toRem.toRem(12);
77
+ }
78
+
79
+ .threadsTitle {
80
+ font-size: toRem.toRem(18);
81
+ margin: 0;
82
+ margin-bottom: toRem.toRem(7.5);
83
+ display: flex;
84
+ align-items: center;
85
+ gap: toRem.toRem(5);
86
+ }
87
+
88
+ .loadMoreButton {
89
+ font-size: toRem.toRem(12.5);
90
+ padding: toRem.toRem(5) toRem.toRem(10);
91
+ display: flex;
92
+ align-items: center;
93
+ gap: toRem.toRem(5);
94
+ margin-top: toRem.toRem(10);
95
+ margin-bottom: toRem.toRem(7.5);
96
+ }
97
+
98
+ .loadMoreButtonContainer {
99
+ display: flex;
100
+ justify-content: center;
101
+ }
102
+
103
+ .menuHeader {
104
+ margin-right: toRem.toRem(-5.5);
105
+ }
106
+
107
+ .menuHeader.mobileMenuHeader {
108
+ display: flex;
109
+
110
+ &.open {
111
+ display: none;
112
+ }
113
+ @media (min-width: breakpoints.$breakpoint-tablet) {
114
+ display: none;
115
+ }
116
+ }
117
+
118
+ .colorSchemeContainer {
119
+ display: flex;
120
+ align-items: center;
121
+ gap: toRem.toRem(5);
122
+ }
123
+
124
+ .reduceMotionButton {
125
+ margin-left: auto;
126
+ font-size: toRem.toRem(12);
127
+ }
128
+
129
+ .menuHeader.desktopMenuHeader {
130
+ display: none;
131
+
132
+ &.open {
133
+ display: flex;
134
+ }
135
+ @media (min-width: breakpoints.$breakpoint-tablet) {
136
+ display: flex;
137
+ }
138
+ }
139
+
140
+ .threadsList {
141
+ display: flex;
142
+ flex-direction: column;
143
+ gap: toRem.toRem(7.5);
144
+ margin-top: toRem.toRem(10);
145
+ font-size: toRem.toRem(12.5);
146
+ }
147
+
148
+ .brand {
149
+ font-size: toRem.toRem(18);
150
+ font-weight: bold;
151
+ color: var(--shade-7);
152
+ }
153
+
154
+ .threadItem {
155
+ padding-right: toRem.toRem(17);
156
+ display: flex;
157
+ align-items: center;
158
+ gap: toRem.toRem(3);
159
+ position: relative;
160
+
161
+ a {
162
+ line-height: 1.3;
163
+ color: var(--shade-6);
164
+ }
165
+
166
+ .star {
167
+ position: absolute;
168
+ top: 1;
169
+ right: 0;
170
+ display: inline-flex;
171
+
172
+ @media (min-width: breakpoints.$breakpoint-mobile) {
173
+ display: none;
174
+ }
175
+
176
+ &.starActive {
177
+ display: inline-flex;
178
+ }
179
+ }
180
+
181
+ &:hover {
182
+ .star {
183
+ display: inline-flex;
184
+ }
185
+ }
186
+ }
187
+
188
+ .collaborationStatus {
189
+ margin-left: auto;
190
+ }
191
+
192
+ .menuContent {
193
+ display: flex;
194
+ margin-top: toRem.toRem(10);
195
+ @media (min-height: toRem.toRem(700)) {
196
+ margin-top: toRem.toRem(30);
197
+ }
198
+ }
199
+
200
+ .footer {
201
+ display: flex;
202
+ margin-top: toRem.toRem(20);
203
+ flex-direction: column;
204
+ gap: toRem.toRem(12.5);
205
+
206
+ .bottom {
207
+ display: flex;
208
+ align-items: center;
209
+ gap: toRem.toRem(10);
210
+ }
211
+
212
+ .colorScheme {
213
+ margin-left: toRem.toRem(5);
214
+ }
215
+
216
+ margin-top: auto;
217
+
218
+ @media all and (display-mode: standalone) {
219
+ margin-top: auto;
220
+
221
+ &.ios {
222
+ padding-bottom: toRem.toRem(15);
223
+ }
224
+ }
225
+
226
+ &.standalone {
227
+ margin-top: auto;
228
+
229
+ &.ios {
230
+ padding-bottom: toRem.toRem(15);
231
+ }
232
+ }
233
+
234
+ &.android:not(.standalone) {
235
+ position: relative;
236
+ bottom: toRem.toRem(5);
237
+ }
238
+ }
239
+
240
+ .menuItems {
241
+ display: flex;
242
+ flex-direction: column;
243
+ gap: toRem.toRem(7.5);
244
+ flex: 1;
245
+ }
246
+
247
+ .menuItemButton {
248
+ font-size: toRem.toRem(14);
249
+ align-items: center;
250
+ display: flex;
251
+ justify-content: center;
252
+ gap: toRem.toRem(5);
253
+ padding: toRem.toRem(7) toRem.toRem(10);
254
+ align-self: flex-start;
255
+ }
256
+
257
+ .menuHeader {
258
+ display: flex;
259
+ align-items: flex-start;
260
+ }
261
+
262
+ .menuButton {
263
+ display: flex !important;
264
+ margin-left: auto !important;
265
+ }
266
+
267
+ .menuItemButton {
268
+ display: flex;
269
+ align-items: center;
270
+ gap: toRem.toRem(5);
271
+ flex-direction: row;
272
+ }