@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,283 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./utils.scss";
3
+ @use "./toRem.scss";
4
+
5
+ .container {
6
+ display: flex;
7
+ gap: toRem.toRem(8.5);
8
+ flex-direction: column;
9
+ justify-content: center;
10
+ align-items: center;
11
+ width: 100%;
12
+
13
+ & > div:last-child {
14
+ margin-top: toRem.toRem(5);
15
+ }
16
+ }
17
+
18
+ .title {
19
+ font-display: swap;
20
+ display: flex;
21
+ align-items: center;
22
+ justify-content: center;
23
+ text-align: center;
24
+ font-size: clamp(1.2rem, 4vw, 1.625rem);
25
+ margin: 0 0 0 0;
26
+ gap: toRem.toRem(5);
27
+ margin-bottom: toRem.toRem(7.5);
28
+ animation: fadeInScale 0.4s cubic-bezier(0.4, 0, 0.2, 1);
29
+ }
30
+ .appsGrid {
31
+ position: relative;
32
+ width: 100%;
33
+ max-width: toRem.toRem(300);
34
+ padding: 0 toRem.toRem(10);
35
+ }
36
+ .apps {
37
+ position: relative;
38
+ display: flex;
39
+ flex-wrap: wrap;
40
+ gap: toRem.toRem(10);
41
+ justify-content: center;
42
+ margin: 0 auto;
43
+ }
44
+
45
+ .spaceInvader {
46
+ position: relative;
47
+ right: toRem.toRem(-5);
48
+ animation: float 2.5s ease-in-out forwards;
49
+ @include utils.respect-reduced-motion;
50
+ }
51
+
52
+ .appItem {
53
+ animation: slideUp 0.2s ease;
54
+ @include utils.respect-reduced-motion;
55
+ }
56
+
57
+ .pacMan {
58
+ position: absolute;
59
+ left: toRem.toRem(-2.5) !important;
60
+ bottom: toRem.toRem(2) !important;
61
+ animation: slideInFromLeft 0.5s ease-out forwards;
62
+ @include utils.respect-reduced-motion;
63
+ }
64
+
65
+ .chrry {
66
+ position: relative;
67
+ left: toRem.toRem(-5) !important;
68
+ animation: slideInFromLeft 0.5s ease-out forwards;
69
+ @include utils.respect-reduced-motion;
70
+ }
71
+
72
+ @keyframes slideInFromLeft {
73
+ 0% {
74
+ left: -20px;
75
+ opacity: 0;
76
+ }
77
+ 100% {
78
+ left: -2.5px;
79
+ opacity: 1;
80
+ }
81
+ }
82
+
83
+ .grip {
84
+ animation: slideUp 0.2s ease;
85
+ @include utils.respect-reduced-motion;
86
+ }
87
+
88
+ .instructions {
89
+ }
90
+
91
+ .section {
92
+ display: flex;
93
+ flex-direction: row;
94
+ gap: toRem.toRem(10);
95
+ flex-wrap: wrap;
96
+
97
+ &.last {
98
+ display: none;
99
+
100
+ @media (min-height: toRem.toRem(650)) {
101
+ display: flex;
102
+ }
103
+ }
104
+ }
105
+
106
+ .field {
107
+ display: flex;
108
+ }
109
+
110
+ .nameField {
111
+ display: flex;
112
+ align-items: center;
113
+ gap: toRem.toRem(5);
114
+ position: relative;
115
+ background-color: var(--foreground);
116
+ color: var(--background);
117
+ padding: toRem.toRem(2.5) toRem.toRem(12.5);
118
+ border-radius: toRem.toRem(25);
119
+
120
+ .infoIcon {
121
+ position: relative;
122
+ top: toRem.toRem(1.5);
123
+ }
124
+
125
+ .nameInput {
126
+ border: none;
127
+ outline: none;
128
+ background: transparent;
129
+ color: var(--text-1);
130
+ font-size: toRem.toRem(16);
131
+ padding-left: toRem.toRem(5);
132
+ width: 100%;
133
+ max-width: toRem.toRem(95);
134
+ // padding: toRem.toRem(7.5) inherit;
135
+
136
+ &:hover {
137
+ background-color: transparent;
138
+ border: none;
139
+ cursor: pointer;
140
+ }
141
+ }
142
+ }
143
+
144
+ .icons {
145
+ }
146
+
147
+ .titleInput {
148
+ padding-top: toRem.toRem(11.5) !important;
149
+ padding-bottom: toRem.toRem(11.5) !important;
150
+ min-width: toRem.toRem(250) !important;
151
+ border-radius: toRem.toRem(25) !important;
152
+ border-style: dashed !important;
153
+ }
154
+
155
+ .appImage {
156
+ border-radius: 20%;
157
+ }
158
+
159
+ .appImageWrapper {
160
+ display: flex;
161
+ align-items: center;
162
+ gap: toRem.toRem(10);
163
+ position: relative;
164
+ cursor: pointer;
165
+ }
166
+
167
+ .editImageButton {
168
+ padding: toRem.toRem(3) !important;
169
+ position: absolute;
170
+ bottom: toRem.toRem(-4);
171
+ right: toRem.toRem(-5);
172
+ }
173
+ .agentNameForm,
174
+ .titleForm,
175
+ .nameForm {
176
+ display: flex;
177
+ align-items: center;
178
+
179
+ label {
180
+ display: flex;
181
+ align-items: center;
182
+ gap: toRem.toRem(5);
183
+ }
184
+
185
+ gap: toRem.toRem(7.5);
186
+
187
+ & > div {
188
+ display: flex;
189
+
190
+ align-items: center;
191
+ flex-direction: column;
192
+ gap: toRem.toRem(7.5);
193
+ > div {
194
+ display: flex;
195
+ align-items: center;
196
+ gap: toRem.toRem(7.5);
197
+ }
198
+ }
199
+
200
+ .error {
201
+ color: var(--accent-0);
202
+ font-size: toRem.toRem(12);
203
+ }
204
+
205
+ .info {
206
+ color: var(--shade-7);
207
+ font-size: toRem.toRem(12);
208
+
209
+ &.error {
210
+ color: var(--accent-0);
211
+ }
212
+
213
+ position: absolute;
214
+ top: toRem.toRem(-25);
215
+ left: 0;
216
+ display: flex;
217
+ align-items: center;
218
+ justify-content: center;
219
+ width: 100%;
220
+ text-align: center;
221
+
222
+ min-width: toRem.toRem(250);
223
+ transform: translateX(toRem.toRem(-85));
224
+ }
225
+ }
226
+
227
+ .namePreview,
228
+ .agentNameForm {
229
+ margin-bottom: toRem.toRem(3.5);
230
+ display: flex;
231
+ align-items: center;
232
+ gap: toRem.toRem(7.5);
233
+ }
234
+
235
+ .appTitle {
236
+ display: flex;
237
+ align-items: center;
238
+ gap: toRem.toRem(7.5);
239
+ }
240
+
241
+ .titleFormContainer {
242
+ display: flex;
243
+ flex-direction: column;
244
+ align-items: center;
245
+ justify-content: center;
246
+ gap: toRem.toRem(10);
247
+ position: relative;
248
+ }
249
+
250
+ .titleFormTitle {
251
+ display: flex;
252
+ flex-direction: row;
253
+ align-items: center;
254
+ justify-content: center;
255
+ gap: toRem.toRem(5);
256
+ position: relative;
257
+ }
258
+
259
+ .validationFeedback {
260
+ color: var(--shade-7);
261
+ font-size: toRem.toRem(12);
262
+ font-weight: normal;
263
+ max-width: toRem.toRem(250);
264
+ overflow: hidden;
265
+ text-overflow: ellipsis;
266
+ white-space: nowrap;
267
+ }
268
+
269
+ .appImageContainer {
270
+ position: relative;
271
+ }
272
+
273
+ .removeImageButton {
274
+ position: absolute;
275
+ top: toRem.toRem(-15);
276
+ left: toRem.toRem(-15);
277
+ }
278
+
279
+ .nameImage {
280
+ display: flex;
281
+ align-items: center;
282
+ gap: toRem.toRem(7.5);
283
+ }
@@ -0,0 +1,15 @@
1
+ @use "./toRem.scss";
2
+
3
+ .star {
4
+ display: inline-flex;
5
+ &.active {
6
+ display: inline-flex !important;
7
+ }
8
+ font-size: toRem.toRem(12);
9
+ & {
10
+ color: var(--shade-6);
11
+ }
12
+ &:hover {
13
+ color: var(--accent-1);
14
+ }
15
+ }