@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,67 @@
1
+ @use "toRem.scss";
2
+
3
+ .formSwitch {
4
+ display: inline-flex;
5
+ align-items: center;
6
+ cursor: pointer;
7
+ gap: toRem.toRem(5);
8
+ -webkit-tap-highlight-color: transparent;
9
+ }
10
+ .formSwitch i {
11
+ position: relative;
12
+ display: inline-block;
13
+ width: toRem.toRem(46);
14
+ height: toRem.toRem(26);
15
+ background-color: var(--shade-2);
16
+ border-radius: 23px;
17
+ vertical-align: text-bottom;
18
+ transition: all 0.3s linear;
19
+ }
20
+ .formSwitch i::before {
21
+ content: "";
22
+ position: absolute;
23
+ left: 0;
24
+ width: toRem.toRem(42);
25
+ height: toRem.toRem(22);
26
+ background-color: var(--background);
27
+ border-radius: 11px;
28
+ transform: translate3d(toRem.toRem(2), toRem.toRem(2), 0) scale3d(1, 1, 1);
29
+ transition: all 0.25s linear;
30
+ background-size: toRem.toRem(1);
31
+ }
32
+ .formSwitch i::after {
33
+ content: "";
34
+ position: absolute;
35
+ left: 0;
36
+ width: toRem.toRem(22);
37
+ height: toRem.toRem(22);
38
+ background-color: #fff;
39
+ border-radius: 11px;
40
+ box-shadow: var(--shadow);
41
+ transform: translate3d(toRem.toRem(2), toRem.toRem(2), 0);
42
+ transition: all 0.2s ease-in-out;
43
+ background-size: toRem.toRem(1);
44
+ }
45
+ .formSwitch:active i::after {
46
+ width: toRem.toRem(28);
47
+ transform: translate3d(toRem.toRem(2), toRem.toRem(2), 0);
48
+ }
49
+ .formSwitch:active input:checked + i::after {
50
+ transform: translate3d(toRem.toRem(16), toRem.toRem(2), 0);
51
+ }
52
+ .formSwitch input {
53
+ display: none;
54
+ }
55
+ .formSwitch input:checked + i {
56
+ background-color: var(--link-color);
57
+ }
58
+ .formSwitch input:checked + i::before {
59
+ transform: translate3d(toRem.toRem(18), toRem.toRem(2), 0) scale3d(0, 0, 0);
60
+ }
61
+ .formSwitch input:checked + i::after {
62
+ transform: translate3d(toRem.toRem(22), toRem.toRem(2), 0);
63
+ }
64
+
65
+ .formSwitch > span {
66
+ flex: 1;
67
+ }
@@ -0,0 +1,69 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./toRem.scss";
3
+
4
+ .container {
5
+ max-width: breakpoints.$breakpoint-mobile;
6
+ margin: 0 auto;
7
+ flex-direction: column;
8
+ display: flex;
9
+ padding: toRem.toRem(40) toRem.toRem(10) toRem.toRem(20) toRem.toRem(10);
10
+ }
11
+
12
+ .logo {
13
+ display: flex;
14
+ flex-direction: column;
15
+ align-items: center;
16
+ justify-content: center;
17
+ }
18
+
19
+ .header {
20
+ display: flex;
21
+ flex-direction: column;
22
+ }
23
+
24
+ .description {
25
+ display: flex;
26
+ margin-top: toRem.toRem(0);
27
+ }
28
+
29
+ .links {
30
+ margin-top: toRem.toRem(10);
31
+ display: flex;
32
+ gap: toRem.toRem(25);
33
+ margin-bottom: toRem.toRem(20);
34
+ }
35
+
36
+ .link {
37
+ display: inline-flex;
38
+ }
39
+
40
+ .features {
41
+ display: flex;
42
+
43
+ flex-direction: column;
44
+ gap: toRem.toRem(10);
45
+ }
46
+
47
+ .feature {
48
+ display: flex;
49
+ gap: toRem.toRem(10);
50
+ }
51
+
52
+ .vex {
53
+ display: flex;
54
+ align-items: center;
55
+ gap: toRem.toRem(10);
56
+ margin-top: toRem.toRem(10);
57
+ align-items: center;
58
+ justify-content: center;
59
+ position: absolute;
60
+ top: toRem.toRem(10);
61
+ width: 100%;
62
+ }
63
+
64
+ .featureTitle {
65
+ margin: 0;
66
+ margin-bottom: toRem.toRem(5);
67
+ display: flex;
68
+ gap: toRem.toRem(2.5);
69
+ }
@@ -0,0 +1,22 @@
1
+ @use "./toRem.scss";
2
+ @use "./breakpoints.scss";
3
+
4
+ .collaborateTextarea {
5
+ min-height: toRem.toRem(200);
6
+ border-style: dashed;
7
+ font-size: toRem.toRem(15);
8
+ }
9
+
10
+ .modal {
11
+ width: 100% !important;
12
+ margin: 0 auto !important;
13
+ max-width: breakpoints.$breakpoint-mobile !important;
14
+ }
15
+
16
+ .actions {
17
+ display: flex;
18
+ justify-content: flex-end;
19
+ gap: toRem.toRem(7.5);
20
+ margin-top: toRem.toRem(10);
21
+ margin-left: auto;
22
+ }
@@ -0,0 +1,17 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./toRem.scss";
3
+
4
+ .collaborationStatus {
5
+ display: inline-flex;
6
+ gap: toRem.toRem(10);
7
+
8
+ span {
9
+ display: none;
10
+ }
11
+
12
+ @media (min-width: breakpoints.$breakpoint-mobile) {
13
+ span {
14
+ display: inline-flex;
15
+ }
16
+ }
17
+ }
@@ -0,0 +1,24 @@
1
+ @use "./toRem.scss";
2
+
3
+ .colorScheme {
4
+ display: flex;
5
+ gap: toRem.toRem(5);
6
+ }
7
+
8
+ .color {
9
+ border-radius: 50%;
10
+ display: flex;
11
+ align-items: center;
12
+ justify-content: center;
13
+ box-shadow: var(--shadow);
14
+ z-index: 10000;
15
+
16
+ position: relative;
17
+
18
+ .check {
19
+ position: absolute;
20
+ top: 50%;
21
+ left: 50%;
22
+ transform: translate(-50%, -50%);
23
+ }
24
+ }
@@ -0,0 +1,51 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./toRem.scss";
3
+
4
+ .editThreadContainer {
5
+ }
6
+
7
+ .editThreadInput {
8
+ width: 100%;
9
+ height: 100%;
10
+ }
11
+
12
+ .actions {
13
+ display: flex;
14
+ justify-content: flex-end;
15
+ gap: toRem.toRem(7.5);
16
+ margin-top: toRem.toRem(10);
17
+ }
18
+
19
+ .modal {
20
+ width: 100% !important;
21
+ margin: 0 auto !important;
22
+ max-width: breakpoints.$breakpoint-mobile !important;
23
+ }
24
+
25
+ .right {
26
+ margin-left: auto;
27
+ display: flex;
28
+ gap: toRem.toRem(7.5);
29
+ align-items: center;
30
+ }
31
+
32
+ .deleteThread {
33
+ margin-left: auto;
34
+ }
35
+
36
+ .charLeft,
37
+ .maxCharCount {
38
+ color: var(--shade-6);
39
+ font-size: toRem.toRem(12);
40
+ color: var(--accent-4);
41
+ font-size: toRem.toRem(11);
42
+ font-weight: normal;
43
+
44
+ &.orange {
45
+ color: var(--accent-1);
46
+ }
47
+
48
+ &.red {
49
+ color: var(--accent-0);
50
+ }
51
+ }
@@ -0,0 +1,52 @@
1
+ @use "./toRem.scss";
2
+ @use "./breakpoints.scss";
3
+
4
+ .emptyStateTips {
5
+ margin-top: toRem.toRem(15);
6
+
7
+ ul {
8
+ list-style: none;
9
+ padding: 0;
10
+ margin: 0;
11
+ font-size: toRem.toRem(13);
12
+
13
+ li {
14
+ display: none;
15
+ }
16
+
17
+ @media (min-height: toRem.toRem(600)) {
18
+ li:nth-child(1),
19
+ li:nth-child(2),
20
+ li:nth-child(3) {
21
+ display: block;
22
+ }
23
+ }
24
+
25
+ @media (min-height: toRem.toRem(700)) {
26
+ li:nth-child(4) {
27
+ display: block;
28
+ }
29
+ }
30
+
31
+ @media (min-height: toRem.toRem(800)) {
32
+ li:nth-child(5) {
33
+ display: block;
34
+ }
35
+ }
36
+
37
+ @media (min-height: toRem.toRem(900)) {
38
+ li {
39
+ display: block;
40
+ }
41
+ }
42
+ }
43
+ }
44
+
45
+ .tip {
46
+ margin-bottom: toRem.toRem(10);
47
+ position: relative;
48
+ }
49
+
50
+ .tipText {
51
+ opacity: 0.8;
52
+ }
@@ -0,0 +1,20 @@
1
+ @use "./toRem.scss";
2
+
3
+ .enableNotificationsButton {
4
+ display: inline-flex;
5
+ align-items: center;
6
+ }
7
+
8
+ .enableNotifications {
9
+ display: inline-flex;
10
+ }
11
+
12
+ .enableNotificationsContainer {
13
+ display: inline-flex;
14
+ align-items: center;
15
+ gap: toRem.toRem(10);
16
+ }
17
+
18
+ .withoutNotifications {
19
+ padding-top: 0 !important;
20
+ }
@@ -0,0 +1,277 @@
1
+ @use "./toRem.scss";
2
+
3
+ .overlay {
4
+ position: fixed;
5
+ top: 0;
6
+ left: 0;
7
+ right: 0;
8
+ bottom: 0;
9
+ background: rgba(0, 0, 0, 0.5);
10
+ backdrop-filter: blur(4px);
11
+ display: flex;
12
+ align-items: center;
13
+ justify-content: center;
14
+ z-index: 1000;
15
+ padding: 20px;
16
+ }
17
+
18
+ .modal {
19
+ background: var(--background);
20
+ border: 1px solid var(--shade-2);
21
+ border-radius: var(--radius-lg);
22
+ box-shadow: var(--shadow-lg);
23
+ width: 100%;
24
+ max-width: 500px;
25
+ max-height: 90vh;
26
+ overflow-y: auto;
27
+ animation: modalSlideIn 0.2s ease-out;
28
+ }
29
+
30
+ @keyframes modalSlideIn {
31
+ from {
32
+ opacity: 0;
33
+ transform: scale(0.95) translateY(-10px);
34
+ }
35
+ to {
36
+ opacity: 1;
37
+ transform: scale(1) translateY(0);
38
+ }
39
+ }
40
+
41
+ .header {
42
+ display: flex;
43
+ align-items: center;
44
+ justify-content: space-between;
45
+ padding: 20px 24px 16px;
46
+ border-bottom: 1px solid var(--shade-2);
47
+
48
+ h2 {
49
+ font-size: toRem.toRem(18);
50
+ font-weight: 600;
51
+ margin: 0;
52
+ color: var(--text-primary);
53
+ }
54
+ }
55
+
56
+ .closeButton {
57
+ background: none;
58
+ border: none;
59
+ color: var(--text-secondary);
60
+ cursor: pointer;
61
+ padding: 4px;
62
+ border-radius: var(--radius);
63
+ transition: all 0.2s ease;
64
+
65
+ &:hover {
66
+ background: var(--shade-1);
67
+ color: var(--text-primary);
68
+ }
69
+ }
70
+
71
+ .form {
72
+ display: flex;
73
+ flex-direction: column;
74
+ gap: 20px;
75
+ }
76
+
77
+ .field {
78
+ display: flex;
79
+ align-items: center;
80
+ gap: 12px;
81
+ }
82
+
83
+ .fieldIcon {
84
+ color: var(--text-secondary);
85
+ flex-shrink: 0;
86
+ }
87
+
88
+ .titleInput {
89
+ flex: 1;
90
+ width: 100%;
91
+ background: none;
92
+ border: none;
93
+ font-size: toRem.toRem(24);
94
+ font-weight: 500;
95
+ color: var(--text-primary);
96
+ padding: 8px 0;
97
+ border-bottom: 2px solid transparent;
98
+ transition: border-color 0.2s ease;
99
+
100
+ &:focus {
101
+ outline: none;
102
+ border-bottom-color: var(--primary);
103
+ }
104
+
105
+ &::placeholder {
106
+ color: var(--text-disabled);
107
+ }
108
+ }
109
+
110
+ .input {
111
+ flex: 1;
112
+ background: var(--shade-1);
113
+ border: 1px solid var(--shade-2);
114
+ border-radius: var(--radius);
115
+ padding: 12px 16px;
116
+ font-size: toRem.toRem(14);
117
+ color: var(--text-primary);
118
+ transition: all 0.2s ease;
119
+
120
+ &:focus {
121
+ outline: none;
122
+ border-color: var(--primary);
123
+ box-shadow: 0 0 0 3px var(--primary-light);
124
+ }
125
+
126
+ &::placeholder {
127
+ color: var(--text-secondary);
128
+ }
129
+ }
130
+
131
+ .descriptionEdit {
132
+ display: flex;
133
+ flex-direction: column;
134
+ gap: toRem.toRem(10);
135
+ flex: 1;
136
+ width: 100%;
137
+
138
+ button {
139
+ align-self: flex-start;
140
+ }
141
+ }
142
+ .textarea {
143
+ min-height: 120px;
144
+ width: 100%;
145
+ }
146
+
147
+ .descriptionView {
148
+ width: 100%;
149
+ min-height: 80px;
150
+ color: var(--text);
151
+ line-height: 1.5;
152
+ white-space: pre-wrap;
153
+ word-break: break-word;
154
+
155
+ :global(a) {
156
+ color: var(--primary);
157
+ text-decoration: underline;
158
+
159
+ &:hover {
160
+ color: var(--primary-dark);
161
+ }
162
+ }
163
+ }
164
+
165
+ .allDayToggle {
166
+ display: flex;
167
+ align-items: center;
168
+ gap: 8px;
169
+ cursor: pointer;
170
+ padding: 8px 0;
171
+
172
+ input[type="checkbox"] {
173
+ width: 16px;
174
+ height: 16px;
175
+ accent-color: var(--primary);
176
+ }
177
+
178
+ span {
179
+ font-size: toRem.toRem(14);
180
+ color: var(--text-primary);
181
+ }
182
+ }
183
+
184
+ .dateTimeSection {
185
+ .field {
186
+ align-items: center;
187
+ }
188
+ }
189
+
190
+ .dateTimeGroup {
191
+ display: flex;
192
+ flex-direction: column;
193
+ gap: 6px;
194
+
195
+ label {
196
+ font-size: toRem.toRem(12);
197
+ font-weight: 500;
198
+ color: var(--text-secondary);
199
+ text-transform: uppercase;
200
+ letter-spacing: 0.5px;
201
+ }
202
+ }
203
+
204
+ .dateTimeInput {
205
+ font-size: toRem.toRem(13);
206
+ transition: all 0.2s ease;
207
+ margin-left: auto;
208
+ font-family: var(--font-mono) !important;
209
+ font-size: toRem.toRem(13.5) !important;
210
+
211
+ &:invalid {
212
+ border-color: var(--accent-0);
213
+ }
214
+
215
+ // Style the calendar picker icon
216
+ &::-webkit-calendar-picker-indicator {
217
+ filter: invert(0.5);
218
+ cursor: pointer;
219
+
220
+ &:hover {
221
+ filter: invert(0.3);
222
+ }
223
+ }
224
+ }
225
+
226
+ .error {
227
+ color: var(--accent-0);
228
+ font-size: toRem.toRem(12);
229
+ }
230
+
231
+ .fieldWrapper {
232
+ .error {
233
+ text-align: right;
234
+ margin-top: toRem.toRem(5);
235
+ }
236
+ }
237
+
238
+ .colorSection {
239
+ flex: 1;
240
+ display: flex;
241
+ align-items: center;
242
+ gap: 12px;
243
+ }
244
+
245
+ .colorLabel {
246
+ font-size: toRem.toRem(14);
247
+ color: var(--text-primary);
248
+ min-width: 40px;
249
+ }
250
+
251
+ .colorOptions {
252
+ display: flex;
253
+ gap: toRem.toRem(6);
254
+ }
255
+
256
+ .colorOption {
257
+ transition: all 0.2s ease;
258
+ &:hover {
259
+ transform: scale(1.15);
260
+ }
261
+
262
+ &.selected {
263
+ border-color: var(--foreground);
264
+
265
+ transform: scale(1.3);
266
+ }
267
+ }
268
+
269
+ .actions {
270
+ display: flex;
271
+ align-items: center;
272
+ justify-content: flex-end;
273
+ gap: toRem.toRem(10);
274
+ padding-top: toRem.toRem(10);
275
+ border-top: 1px solid var(--shade-2);
276
+ flex-wrap: wrap;
277
+ }