@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,112 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./toRem.scss";
3
+
4
+ .ossLink,
5
+ .oss {
6
+ display: flex;
7
+ align-items: center;
8
+ gap: 5px;
9
+ }
10
+
11
+ .ossWrapper {
12
+ margin-bottom: toRem.toRem(20);
13
+ display: flex;
14
+ flex-direction: column;
15
+ }
16
+
17
+ .ossContainer {
18
+ display: flex;
19
+ gap: 15px;
20
+ flex-direction: column;
21
+
22
+ @media (min-width: breakpoints.$breakpoint-mobile) {
23
+ flex-direction: row;
24
+ align-items: center;
25
+ }
26
+ }
27
+
28
+ .apps {
29
+ display: flex;
30
+ flex-wrap: wrap;
31
+ gap: toRem.toRem(15);
32
+ margin: toRem.toRem(15) 0;
33
+ }
34
+
35
+ .app {
36
+ flex: 1;
37
+ min-width: toRem.toRem(200);
38
+ padding: toRem.toRem(15);
39
+ border: 1px dashed var(--shade-2);
40
+ border-radius: toRem.toRem(20);
41
+
42
+ transition: border-color 0.3s ease;
43
+
44
+ &:hover {
45
+ border: 1px solid var(--accent-1);
46
+ background-color: var(--shade-1);
47
+ }
48
+
49
+ h4 {
50
+ margin: 0;
51
+ font-size: toRem.toRem(15);
52
+ margin-bottom: toRem.toRem(8);
53
+ display: flex;
54
+ align-items: center;
55
+ gap: toRem.toRem(5);
56
+ }
57
+ }
58
+
59
+ .signInButton {
60
+ margin-left: auto;
61
+ font-size: 13px;
62
+ }
63
+
64
+ .appDescription {
65
+ font-size: toRem.toRem(13);
66
+ color: var(--shade-6);
67
+ }
68
+
69
+ .video {
70
+ width: 100%;
71
+ max-width: 100%;
72
+ margin-top: toRem.toRem(10);
73
+ border-radius: toRem.toRem(10);
74
+ }
75
+
76
+ .copyright {
77
+ margin-bottom: toRem.toRem(20);
78
+ }
79
+
80
+ .about {
81
+ section {
82
+ font-size: toRem.toRem(15);
83
+ h2,
84
+ h3 {
85
+ display: flex;
86
+ align-items: center;
87
+ gap: 5px;
88
+ }
89
+ }
90
+ }
91
+
92
+ .oss {
93
+ flex-direction: row;
94
+ flex-wrap: wrap;
95
+ gap: 20px;
96
+ > li {
97
+ > a {
98
+ svg {
99
+ color: var(--foreground);
100
+ }
101
+ }
102
+ }
103
+ }
104
+
105
+ .lastUpdated {
106
+ font-size: toRem.toRem(13);
107
+ color: var(--shade-6);
108
+ display: flex;
109
+ align-items: center;
110
+ gap: toRem.toRem(5);
111
+ margin-top: toRem.toRem(20);
112
+ }
@@ -0,0 +1,159 @@
1
+ @use "./toRem.scss";
2
+
3
+ .accountButton {
4
+ display: flex;
5
+ align-items: center;
6
+ gap: toRem.toRem(5);
7
+ padding: toRem.toRem(5) toRem.toRem(10);
8
+ background-color: var(--background);
9
+ border: toRem.toRem(1) solid var(--shade-2);
10
+ box-shadow: none;
11
+ color: var(--foreground);
12
+ svg {
13
+ stroke: var(--accent-6);
14
+ }
15
+ &:hover,
16
+ &:disabled {
17
+ background-color: var(--background);
18
+
19
+ svg {
20
+ stroke: var(--accent-5);
21
+ }
22
+
23
+ color: var(--shade-6);
24
+ }
25
+ }
26
+
27
+ .userNameContainer {
28
+ display: flex;
29
+ align-items: center;
30
+ gap: toRem.toRem(5);
31
+ margin: toRem.toRem(10) 0 toRem.toRem(5) 0;
32
+
33
+ input {
34
+ flex: 1;
35
+ }
36
+ }
37
+
38
+ .email {
39
+ display: flex;
40
+ align-items: center;
41
+ gap: toRem.toRem(10);
42
+ }
43
+ .deleteAccountButton {
44
+ margin-left: auto;
45
+ }
46
+
47
+ .userImageContainer {
48
+ position: relative;
49
+ display: flex;
50
+ align-items: center;
51
+ gap: toRem.toRem(10);
52
+ }
53
+
54
+ .userImageWrapper {
55
+ display: flex;
56
+ align-items: center;
57
+ gap: toRem.toRem(10);
58
+ position: relative;
59
+ cursor: pointer;
60
+ }
61
+
62
+ .userImage {
63
+ border-radius: 50%;
64
+ }
65
+
66
+ .editImageButton {
67
+ padding: toRem.toRem(3) !important;
68
+ position: absolute;
69
+ bottom: toRem.toRem(-4);
70
+ right: toRem.toRem(-5);
71
+ }
72
+
73
+ .deleteAccount {
74
+ display: flex;
75
+ align-items: flex-end;
76
+ justify-content: flex-end;
77
+ }
78
+
79
+ .accountContainer {
80
+ display: flex;
81
+ flex-direction: column;
82
+ gap: toRem.toRem(10);
83
+ }
84
+
85
+ .header {
86
+ display: flex;
87
+ align-items: center;
88
+ flex-direction: row;
89
+ gap: toRem.toRem(15);
90
+ margin: 0;
91
+ flex: 1;
92
+ }
93
+
94
+ .title {
95
+ font-size: toRem.toRem(22);
96
+ flex: 1;
97
+ line-height: 1.2;
98
+ }
99
+
100
+ .close {
101
+ margin-left: auto;
102
+ }
103
+
104
+ .accounts {
105
+ margin-top: toRem.toRem(5);
106
+ display: flex;
107
+ align-items: flex-start;
108
+ flex-direction: column;
109
+ }
110
+
111
+ .linkAccount,
112
+ .accountLinked {
113
+ margin-bottom: toRem.toRem(10);
114
+ display: flex;
115
+ align-items: center;
116
+ gap: toRem.toRem(5);
117
+ justify-content: center;
118
+ }
119
+
120
+ .linkAccount {
121
+ margin-left: auto;
122
+ }
123
+ .cookieConsent {
124
+ max-width: toRem.toRem(400);
125
+ padding: 0;
126
+ border: none;
127
+ margin-bottom: toRem.toRem(10);
128
+ }
129
+ .accountLinked {
130
+ justify-content: flex-start;
131
+ }
132
+
133
+ .logoutButton {
134
+ display: flex;
135
+ align-items: center;
136
+ flex-direction: row;
137
+ gap: toRem.toRem(5);
138
+ margin-left: auto;
139
+ }
140
+
141
+ .actions {
142
+ display: flex;
143
+ align-items: center;
144
+ align-self: flex-end;
145
+ gap: toRem.toRem(15);
146
+ margin-top: toRem.toRem(5);
147
+ font-size: toRem.toRem(14);
148
+ }
149
+
150
+ @keyframes slideUp {
151
+ from {
152
+ opacity: 0;
153
+ transform: translateY(toRem.toRem(20)); /* Start slightly below */
154
+ }
155
+ to {
156
+ opacity: 1;
157
+ transform: translateY(0); /* End at original position */
158
+ }
159
+ }
@@ -0,0 +1,126 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./utils.scss";
3
+
4
+ .addToHomeScreen {
5
+ height: 100vh;
6
+ width: 100vw;
7
+ display: flex;
8
+ top: 0;
9
+ left: 0;
10
+ flex-direction: column;
11
+ justify-content: center;
12
+ align-items: center;
13
+ z-index: 1001;
14
+ position: fixed;
15
+ background: var(--overlay);
16
+
17
+ .main {
18
+ margin: 0 auto;
19
+ width: auto;
20
+ padding: 0 10px;
21
+ z-index: 3;
22
+ position: relative;
23
+ flex: 1;
24
+ flex-direction: column;
25
+ display: flex;
26
+ justify-content: center;
27
+ width: 100%;
28
+
29
+ @media (min-width: breakpoints.$breakpoint-mobile) {
30
+ max-width: breakpoints.$breakpoint-mobile;
31
+ width: inherit;
32
+ }
33
+
34
+ .inner {
35
+ animation: slideUp 0.4s ease forwards;
36
+ background-color: var(--background);
37
+ padding: 20px;
38
+ border-radius: 20px;
39
+ border: 1px solid var(--shade-2);
40
+ position: relative;
41
+ min-width: 100%;
42
+ display: flex;
43
+ flex-direction: column;
44
+ gap: 10px;
45
+ box-shadow: var(--shadow);
46
+
47
+ @media (min-width: breakpoints.$breakpoint-mobile) {
48
+ flex-direction: row;
49
+ gap: 20px;
50
+ }
51
+
52
+ @media (min-width: breakpoints.$breakpoint-mobile) {
53
+ min-width: 320px;
54
+ }
55
+
56
+ .close {
57
+ position: absolute;
58
+ top: 10px;
59
+ right: 10px;
60
+ }
61
+
62
+ .logoContainer {
63
+ display: inline-flex;
64
+ border-radius: 10px;
65
+ padding: 10px;
66
+ border: 1px solid var(--shade-2);
67
+ background-color: var(--background);
68
+ height: fit-content;
69
+ width: fit-content;
70
+ }
71
+
72
+ .content {
73
+ .icon {
74
+ width: 24px;
75
+ height: 24px;
76
+ }
77
+ > p {
78
+ margin: 0 0 10px 0;
79
+ display: flex;
80
+ gap: 10px;
81
+ align-items: center;
82
+ }
83
+ > div {
84
+ margin: 0 0 10px 0;
85
+ }
86
+ .addHomeScreen,
87
+ .addHomeScreenAndroid,
88
+ .share {
89
+ display: flex;
90
+ gap: 10px;
91
+ align-items: center;
92
+ border: 1px solid var(--shade-2);
93
+ background-color: var(--background);
94
+ margin-top: 10px;
95
+ border-radius: 10px;
96
+ width: fit-content;
97
+ padding: 5px 8px;
98
+ }
99
+
100
+ .addHomeScreenAndroid {
101
+ margin-top: 0;
102
+ }
103
+
104
+ .selectAddToHomeScreen {
105
+ display: flex;
106
+ gap: 10px;
107
+ align-items: center;
108
+ }
109
+ .quickAccess {
110
+ font-size: 14px;
111
+ }
112
+ .scrollDown {
113
+ font-weight: bold;
114
+ }
115
+ }
116
+
117
+ @include utils.respect-reduced-motion;
118
+ }
119
+ }
120
+
121
+ .title {
122
+ font-size: 20px;
123
+ font-weight: bold;
124
+ margin: 0 0 10px 0;
125
+ }
126
+ }
@@ -0,0 +1,245 @@
1
+ @use "./toRem.scss";
2
+ @use "./breakpoints.scss";
3
+ @use "./utils.scss";
4
+
5
+ .affiliate {
6
+ width: 100%;
7
+ max-width: breakpoints.$breakpoint-tablet;
8
+ margin: 0 auto;
9
+ padding: toRem.toRem(5);
10
+ margin-bottom: toRem.toRem(20);
11
+
12
+ .loading {
13
+ text-align: center;
14
+ margin-top: toRem.toRem(50);
15
+ }
16
+
17
+ // Marketing Page Styles
18
+ .marketing {
19
+ .hero {
20
+ text-align: center;
21
+ display: flex;
22
+ flex-direction: column;
23
+ align-items: center;
24
+ justify-content: center;
25
+ gap: toRem.toRem(4);
26
+
27
+ h1 {
28
+ margin: toRem.toRem(0);
29
+ color: #f87171;
30
+ }
31
+
32
+ .subtitle {
33
+ font-size: toRem.toRem(16);
34
+ color: var(--text-secondary);
35
+ }
36
+ }
37
+
38
+ .benefits {
39
+ margin: toRem.toRem(20) 0 toRem.toRem(10) 0;
40
+ h2 {
41
+ text-align: center;
42
+ margin: 0 0 toRem.toRem(30) 0;
43
+ }
44
+
45
+ .benefitGrid {
46
+ display: flex;
47
+ gap: toRem.toRem(10);
48
+ flex-wrap: wrap;
49
+ font-size: toRem.toRem(14);
50
+
51
+ .benefit {
52
+ flex: 1;
53
+ text-align: center;
54
+ border-radius: toRem.toRem(20);
55
+ border: 1px dashed var(--shade-2);
56
+ background: var(--shade-1);
57
+ transition: transform 0.2s;
58
+ padding: toRem.toRem(15);
59
+ min-width: toRem.toRem(150);
60
+ width: 50%;
61
+
62
+ @media (max-width: breakpoints.$breakpoint-tablet) {
63
+ width: 25%;
64
+ }
65
+
66
+ &:hover {
67
+ @media (min: breakpoints.$breakpoint-mobile) {
68
+ transform: translateY(-2px);
69
+ }
70
+ border-style: solid;
71
+ }
72
+
73
+ svg {
74
+ color: var(--primary);
75
+ margin-bottom: 1rem;
76
+ }
77
+
78
+ h3 {
79
+ margin: toRem.toRem(10) 0;
80
+ }
81
+
82
+ p {
83
+ color: var(--text-secondary);
84
+ }
85
+ }
86
+ }
87
+ }
88
+
89
+ .earnings {
90
+ margin-bottom: toRem.toRem(20);
91
+
92
+ h2 {
93
+ text-align: center;
94
+ margin: toRem.toRem(25) 0;
95
+ font-size: toRem.toRem(28);
96
+ }
97
+
98
+ .earningsGrid {
99
+ display: flex;
100
+ gap: toRem.toRem(15);
101
+ flex-wrap: wrap;
102
+ margin-bottom: toRem.toRem(0);
103
+ align-items: center;
104
+ justify-content: center;
105
+
106
+ font-size: toRem.toRem(14);
107
+ .earningCard {
108
+ text-align: center;
109
+ padding: toRem.toRem(20);
110
+ border-radius: toRem.toRem(20);
111
+ display: flex;
112
+ flex-direction: column;
113
+ align-items: center;
114
+ justify-content: center;
115
+ transition: transform 0.2s;
116
+ background-color: var(--shade-1);
117
+ max-width: 47%;
118
+
119
+ &.plus {
120
+ border: toRem.toRem(2) solid #f87171;
121
+ .commission {
122
+ strong {
123
+ color: #f87171;
124
+ }
125
+ }
126
+ }
127
+
128
+ &.pro {
129
+ border: toRem.toRem(2) solid #f5a623;
130
+
131
+ .commission {
132
+ strong {
133
+ color: #f5a623;
134
+ }
135
+ }
136
+ }
137
+
138
+ &:hover {
139
+ @media (min: breakpoints.$breakpoint-mobile) {
140
+ transform: translateY(-2px);
141
+ }
142
+ }
143
+
144
+ h3 {
145
+ margin: toRem.toRem(10) 0;
146
+ font-size: toRem.toRem(22);
147
+ }
148
+
149
+ .price {
150
+ }
151
+
152
+ .detail {
153
+ opacity: 0.9;
154
+ font-size: 0.9rem;
155
+ }
156
+ }
157
+ }
158
+
159
+ .example {
160
+ text-align: center;
161
+ padding: toRem.toRem(10);
162
+ margin-top: toRem.toRem(10);
163
+ border-radius: 12px;
164
+
165
+ strong {
166
+ color: var(--primary);
167
+ }
168
+ }
169
+ }
170
+
171
+ .howItWorks {
172
+ h2 {
173
+ text-align: center;
174
+ margin: 0 0 toRem.toRem(20) 0;
175
+ }
176
+
177
+ font-size: toRem.toRem(15);
178
+
179
+ .steps {
180
+ display: flex;
181
+ gap: toRem.toRem(20);
182
+ flex-wrap: wrap;
183
+ justify-content: center;
184
+ align-items: flex-start;
185
+
186
+ .step {
187
+ text-align: center;
188
+ max-width: toRem.toRem(200);
189
+
190
+ .stepNumber {
191
+ width: 60px;
192
+ height: 60px;
193
+ border-radius: 50%;
194
+ background: var(--shade-4);
195
+ color: white;
196
+ display: flex;
197
+ align-items: center;
198
+ justify-content: center;
199
+ font-size: 2rem;
200
+ font-weight: bold;
201
+ margin: 0 auto 1rem;
202
+ }
203
+
204
+ h3 {
205
+ font-size: 1.3rem;
206
+ margin-bottom: 0.5rem;
207
+ }
208
+
209
+ p {
210
+ color: var(--text-secondary);
211
+ }
212
+ }
213
+ }
214
+ }
215
+
216
+ .cta {
217
+ text-align: center;
218
+ margin-top: toRem.toRem(20);
219
+
220
+ .joinButton {
221
+ font-weight: bold;
222
+ }
223
+
224
+ .signInNote {
225
+ margin-top: 1rem;
226
+ color: var(--text-secondary);
227
+ }
228
+ }
229
+ }
230
+
231
+ .footer {
232
+ display: flex;
233
+ justify-content: center;
234
+ margin-top: toRem.toRem(20);
235
+
236
+ .logo {
237
+ color: var(--foreground);
238
+ }
239
+ }
240
+ .goToDashboard {
241
+ margin-top: toRem.toRem(10);
242
+ animation: slideUp 0.4s ease forwards;
243
+ @include utils.respect-reduced-motion;
244
+ }
245
+ }