@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,257 @@
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.3);
10
+ z-index: 9998;
11
+ backdrop-filter: blur(toRem.toRem(2));
12
+ }
13
+
14
+ .tooltip {
15
+ position: fixed;
16
+ background: var(--shade-0);
17
+ border: toRem.toRem(1) solid var(--shade-2);
18
+ border-radius: 16px;
19
+ box-shadow: 0 toRem.toRem(20) toRem.toRem(40) rgba(0, 0, 0, 0.15);
20
+ z-index: 9999;
21
+ min-width: toRem.toRem(320);
22
+ max-width: toRem.toRem(400);
23
+ animation: tooltipFadeIn 0.3s ease-out;
24
+
25
+ // Default positioning (center of screen)
26
+ top: 50%;
27
+ left: 50%;
28
+ transform: translate(-50%, -50%);
29
+ }
30
+
31
+ @keyframes tooltipFadeIn {
32
+ from {
33
+ opacity: 0;
34
+ transform: translate(-50%, -50%) scale(0.95);
35
+ }
36
+ to {
37
+ opacity: 1;
38
+ transform: translate(-50%, -50%) scale(1);
39
+ }
40
+ }
41
+
42
+ .positioned {
43
+ // When positioned relative to an element
44
+ &.top {
45
+ transform: translate(-50%, -100%);
46
+ margin-top: toRem.toRem(-12);
47
+ }
48
+
49
+ &.bottom {
50
+ transform: translate(-50%, 0);
51
+ margin-top: toRem.toRem(12);
52
+ }
53
+
54
+ &.left {
55
+ transform: translate(-100%, -50%);
56
+ margin-left: toRem.toRem(-12);
57
+ }
58
+
59
+ &.right {
60
+ transform: translate(0, -50%);
61
+ margin-left: toRem.toRem(12);
62
+ }
63
+ }
64
+
65
+ .arrow {
66
+ position: absolute;
67
+ width: toRem.toRem(12);
68
+ height: toRem.toRem(12);
69
+ background: var(--shade-0);
70
+ border: toRem.toRem(1) solid var(--shade-2);
71
+ transform: rotate(45deg);
72
+
73
+ .top & {
74
+ bottom: toRem.toRem(-6);
75
+ left: 50%;
76
+ margin-left: toRem.toRem(-6);
77
+ border-top: none;
78
+ border-left: none;
79
+ }
80
+
81
+ .bottom & {
82
+ top: toRem.toRem(-6);
83
+ left: 50%;
84
+ margin-left: toRem.toRem(-6);
85
+ border-bottom: none;
86
+ border-right: none;
87
+ }
88
+
89
+ .left & {
90
+ right: toRem.toRem(-6);
91
+ top: 50%;
92
+ margin-top: toRem.toRem(-6);
93
+ border-top: none;
94
+ border-right: none;
95
+ }
96
+
97
+ .right & {
98
+ left: toRem.toRem(-6);
99
+ top: 50%;
100
+ margin-top: toRem.toRem(-6);
101
+ border-bottom: none;
102
+ border-left: none;
103
+ }
104
+ }
105
+
106
+ .header {
107
+ display: flex;
108
+ justify-content: space-between;
109
+ align-items: center;
110
+ padding: toRem.toRem(16) toRem.toRem(20) 0;
111
+ }
112
+
113
+ .stepIndicator {
114
+ font-size: toRem.toRem(12);
115
+ color: var(--accent-4);
116
+ font-weight: 600;
117
+ background: var(--accent-1);
118
+ padding: toRem.toRem(4) toRem.toRem(8);
119
+ border-radius: 6px;
120
+ }
121
+
122
+ .closeButton {
123
+ background: none;
124
+ border: none;
125
+ color: var(--shade-4);
126
+ cursor: pointer;
127
+ padding: toRem.toRem(4);
128
+ border-radius: 4px;
129
+ transition: all 0.2s ease;
130
+
131
+ &:hover {
132
+ background: var(--shade-1);
133
+ color: var(--shade-6);
134
+ }
135
+ }
136
+
137
+ .content {
138
+ padding: toRem.toRem(16) toRem.toRem(20);
139
+ }
140
+
141
+ .title {
142
+ font-size: toRem.toRem(18);
143
+ font-weight: 600;
144
+ color: var(--shade-6);
145
+ margin: 0 0 toRem.toRem(8) 0;
146
+ }
147
+
148
+ .description {
149
+ font-size: toRem.toRem(14);
150
+ color: var(--shade-5);
151
+ line-height: 1.5;
152
+ margin: 0;
153
+ }
154
+
155
+ .navigation {
156
+ display: flex;
157
+ justify-content: space-between;
158
+ align-items: center;
159
+ padding: 0 toRem.toRem(20) toRem.toRem(20);
160
+ gap: toRem.toRem(16);
161
+ }
162
+
163
+ .navButton {
164
+ display: flex;
165
+ align-items: center;
166
+ gap: toRem.toRem(6);
167
+ padding: toRem.toRem(8) toRem.toRem(16);
168
+ border: toRem.toRem(1) solid var(--shade-2);
169
+ border-radius: 8px;
170
+ background: var(--shade-0);
171
+ color: var(--shade-6);
172
+ font-size: toRem.toRem(14);
173
+ font-weight: 500;
174
+ cursor: pointer;
175
+ transition: all 0.2s ease;
176
+
177
+ &:hover:not(:disabled) {
178
+ background: var(--shade-1);
179
+ border-color: var(--shade-3);
180
+ }
181
+
182
+ &:disabled {
183
+ opacity: 0.5;
184
+ cursor: not-allowed;
185
+ }
186
+ }
187
+
188
+ .nextButton {
189
+ background: var(--accent-4);
190
+ color: white;
191
+ border-color: var(--accent-4);
192
+
193
+ &:hover:not(:disabled) {
194
+ background: var(--accent-5);
195
+ border-color: var(--accent-5);
196
+ }
197
+ }
198
+
199
+ .dots {
200
+ display: flex;
201
+ gap: toRem.toRem(6);
202
+ align-items: center;
203
+ }
204
+
205
+ .dot {
206
+ width: toRem.toRem(8);
207
+ height: toRem.toRem(8);
208
+ border-radius: 50%;
209
+ background: var(--shade-3);
210
+ transition: all 0.2s ease;
211
+
212
+ &.active {
213
+ background: var(--accent-4);
214
+ transform: scale(1.2);
215
+ }
216
+ }
217
+
218
+ /* Dark mode adjustments */
219
+ @media (prefers-color-scheme: dark) {
220
+ .tooltip {
221
+ background: var(--shade-0);
222
+ border-color: var(--shade-1);
223
+ box-shadow: 0 toRem.toRem(20) toRem.toRem(40) rgba(0, 0, 0, 0.4);
224
+ }
225
+
226
+ .arrow {
227
+ background: var(--shade-0);
228
+ border-color: var(--shade-1);
229
+ }
230
+
231
+ .overlay {
232
+ background: rgba(0, 0, 0, 0.5);
233
+ }
234
+ }
235
+
236
+ /* Mobile responsiveness */
237
+ @media (max-width: toRem.toRem(768)) {
238
+ .tooltip {
239
+ min-width: toRem.toRem(280);
240
+ max-width: 90vw;
241
+ margin: toRem.toRem(20);
242
+ }
243
+
244
+ .navigation {
245
+ flex-direction: column;
246
+ gap: toRem.toRem(12);
247
+ }
248
+
249
+ .navButton {
250
+ width: 100%;
251
+ justify-content: center;
252
+ }
253
+
254
+ .dots {
255
+ order: -1;
256
+ }
257
+ }
@@ -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
+ }