@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,86 @@
1
+ @use "./toRem.scss";
2
+
3
+ .messagesContainer {
4
+ display: flex;
5
+ flex-direction: column;
6
+ margin-top: toRem.toRem(20);
7
+ justify-content: flex-end;
8
+ align-content: flex-end;
9
+ overflow-y: auto;
10
+ max-height: 100%;
11
+ }
12
+
13
+ .messages {
14
+ display: flex;
15
+ flex-direction: column;
16
+ gap: toRem.toRem(20);
17
+ }
18
+
19
+ .loadMoreContainer {
20
+ display: flex;
21
+ justify-content: center;
22
+ margin-bottom: toRem.toRem(10);
23
+ }
24
+
25
+ .emptyContainer {
26
+ display: flex;
27
+ justify-content: center;
28
+ margin-bottom: toRem.toRem(10);
29
+ }
30
+
31
+ .characterProfileContainer {
32
+ display: flex;
33
+ justify-content: center;
34
+ align-items: center;
35
+ margin-top: toRem.toRem(25);
36
+ gap: toRem.toRem(10);
37
+ flex-direction: column;
38
+ }
39
+
40
+ .loading {
41
+ display: flex;
42
+ gap: toRem.toRem(5);
43
+ margin-top: toRem.toRem(30);
44
+ flex-direction: row;
45
+ font-size: toRem.toRem(15);
46
+ color: var(--shade-6);
47
+ }
48
+
49
+ .enableCharacterProfilesContainer {
50
+ display: flex;
51
+ justify-content: center;
52
+ margin: toRem.toRem(25) 0;
53
+
54
+ &:empty {
55
+ display: none;
56
+ }
57
+ }
58
+
59
+ .enabledCharacterProfiles {
60
+ font-size: toRem.toRem(14);
61
+ }
62
+
63
+ .video {
64
+ width: toRem.toRem(30);
65
+ height: toRem.toRem(30);
66
+ object-fit: cover;
67
+ border-radius: 50%;
68
+ pointer-events: none; // So clicks pass through to foreground content
69
+ }
70
+
71
+ .characterProfileActions {
72
+ display: flex;
73
+ gap: toRem.toRem(1);
74
+ }
75
+
76
+ .tags {
77
+ display: flex;
78
+ flex-wrap: wrap;
79
+ display: flex;
80
+ justify-content: center;
81
+ align-items: center;
82
+ text-align: center;
83
+ gap: toRem.toRem(5);
84
+ max-width: toRem.toRem(300);
85
+ font-size: toRem.toRem(12);
86
+ }
@@ -0,0 +1,118 @@
1
+ @use "./breakpoints.scss";
2
+ @use "./toRem.scss";
3
+
4
+ .modal {
5
+ height: 100dvh;
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: 9999;
14
+ position: fixed;
15
+ background: var(--overlay);
16
+ font-size: toRem.toRem(16);
17
+ }
18
+
19
+ .main {
20
+ margin: 0 auto;
21
+ width: auto;
22
+ padding: 0 toRem.toRem(10);
23
+ z-index: 3;
24
+ position: relative;
25
+ flex: 1;
26
+ flex-direction: column;
27
+ display: flex;
28
+ justify-content: center;
29
+
30
+ width: 100%;
31
+
32
+ @media (min-width: toRem.toRem(501)) {
33
+ max-width: toRem.toRem(500);
34
+ min-width: toRem.toRem(450);
35
+ width: auto;
36
+ }
37
+
38
+ &.isDrawerOpen {
39
+ left: toRem.toRem(125);
40
+ }
41
+
42
+ .inner {
43
+ animation: slideUp 0.4s ease forwards;
44
+ background-color: var(--background);
45
+ padding: toRem.toRem(12.5);
46
+ border-radius: var(--radius);
47
+ border: toRem.toRem(1) solid var(--shade-2-transparent);
48
+ position: relative;
49
+ max-height: calc(100dvh - 20px);
50
+ max-width: breakpoints.$breakpoint-desktop;
51
+ display: flex;
52
+ flex-direction: column;
53
+
54
+ gap: toRem.toRem(5);
55
+ justify-content: flex-start;
56
+
57
+ .header {
58
+ margin: 0;
59
+ margin-bottom: toRem.toRem(5);
60
+ padding: 0;
61
+ padding-bottom: toRem.toRem(7.5);
62
+ display: flex;
63
+ align-items: center;
64
+ gap: toRem.toRem(10);
65
+
66
+ .title {
67
+ flex: 1;
68
+ display: flex;
69
+ align-items: center;
70
+ gap: toRem.toRem(5);
71
+ }
72
+
73
+ &.borderHeader {
74
+ border-bottom: toRem.toRem(1) dashed var(--shade-2);
75
+ }
76
+ }
77
+
78
+ width: 100%;
79
+
80
+ @media (min-width: toRem.toRem(431)) {
81
+ width: inherit;
82
+ }
83
+ }
84
+
85
+ .close {
86
+ display: flex;
87
+ }
88
+
89
+ .email {
90
+ margin-bottom: toRem.toRem(5);
91
+ }
92
+ .logoutButton {
93
+ display: flex;
94
+ align-items: center;
95
+ gap: toRem.toRem(5);
96
+ margin-left: auto;
97
+ }
98
+ }
99
+
100
+ .content {
101
+ display: flex;
102
+ flex-direction: column;
103
+
104
+ &.scrollable {
105
+ overflow-y: auto;
106
+ }
107
+ }
108
+
109
+ @keyframes slideUp {
110
+ from {
111
+ opacity: 0;
112
+ transform: translateY(toRem.toRem(20)); /* Start slightly below */
113
+ }
114
+ to {
115
+ opacity: 1;
116
+ transform: translateY(0); /* End at original position */
117
+ }
118
+ }
@@ -0,0 +1,26 @@
1
+ @use "./toRem.scss";
2
+
3
+ .searchBoxWrapper {
4
+ width: 100%;
5
+ position: relative;
6
+ }
7
+
8
+ .searchIcon {
9
+ position: absolute;
10
+ left: toRem.toRem(12);
11
+ top: toRem.toRem(12);
12
+ color: var(--shade-6);
13
+ width: toRem.toRem(16);
14
+ height: toRem.toRem(16);
15
+ }
16
+
17
+ input.search {
18
+ border: toRem.toRem(1) solid var(--shade-2);
19
+ border-radius: var(--radius);
20
+ padding: toRem.toRem(10) toRem.toRem(10) toRem.toRem(10) toRem.toRem(35) !important;
21
+ width: 100%;
22
+ background-color: var(--background);
23
+ color: var(--foreground);
24
+ font-size: toRem.toRem(16);
25
+ transition: var(--border-transition);
26
+ }
@@ -0,0 +1,32 @@
1
+ @use "./toRem.scss";
2
+
3
+ .customSelect {
4
+ position: relative;
5
+ display: inline-flex;
6
+
7
+ select {
8
+ appearance: none;
9
+ -webkit-appearance: none;
10
+ padding: 0.5rem 2.5rem 0.5rem 0.5rem;
11
+ border: toRem.toRem(1) dashed var(--accent-1);
12
+ border-radius: var(--radius);
13
+ background-color: var(--background);
14
+ color: var(--foreground);
15
+ transition: var(--border-transition);
16
+ cursor: pointer;
17
+
18
+ &:focus,
19
+ &:hover,
20
+ &:active {
21
+ border-color: var(--link-color);
22
+ outline: var(--link-color);
23
+ }
24
+ }
25
+ .icon {
26
+ position: absolute;
27
+ right: toRem.toRem(10);
28
+ top: 50%;
29
+ transform: translateY(-50%);
30
+ pointer-events: none;
31
+ }
32
+ }
@@ -0,0 +1,84 @@
1
+ @use "./toRem.scss";
2
+
3
+ .shareModalInputContainer,
4
+ .collaborateInputContainer {
5
+ display: flex;
6
+ gap: toRem.toRem(10);
7
+ }
8
+
9
+ .shareModalInput,
10
+ .collaborateInput {
11
+ flex: 1;
12
+ }
13
+
14
+ .collaborateFooter {
15
+ display: flex;
16
+ flex-direction: row;
17
+ align-items: center;
18
+ justify-content: flex-end;
19
+ gap: toRem.toRem(10);
20
+ }
21
+
22
+ .share {
23
+ font-size: toRem.toRem(12);
24
+ position: relative;
25
+ bottom: toRem.toRem(0.5);
26
+ }
27
+
28
+ .shareModalContent {
29
+ display: flex;
30
+ flex-direction: column;
31
+ gap: toRem.toRem(10);
32
+ }
33
+
34
+ .collaboratorEmail {
35
+ display: flex;
36
+ flex-direction: row;
37
+ align-items: center;
38
+ gap: toRem.toRem(15);
39
+ }
40
+
41
+ .shareModalDescription {
42
+ display: flex;
43
+ flex-direction: row;
44
+ align-items: center;
45
+ justify-content: flex-end;
46
+ gap: toRem.toRem(10);
47
+ }
48
+
49
+ .collaboratorStatus {
50
+ display: inline-flex;
51
+ flex-direction: row;
52
+ align-items: center;
53
+ gap: toRem.toRem(5);
54
+ svg {
55
+ position: relative;
56
+ top: toRem.toRem(1);
57
+ }
58
+ }
59
+
60
+ .collaborators {
61
+ display: flex;
62
+ flex-direction: column;
63
+ gap: toRem.toRem(10);
64
+ font-size: toRem.toRem(14);
65
+ }
66
+
67
+ .collaborator {
68
+ display: flex;
69
+ flex-direction: row;
70
+ align-items: flex-start;
71
+ gap: toRem.toRem(10);
72
+ }
73
+
74
+ .collaboratorImage {
75
+ border-radius: 50%;
76
+ }
77
+
78
+ .collaboratorName {
79
+ margin-top: 0;
80
+ }
81
+
82
+ .collaboratorActions {
83
+ margin-left: auto;
84
+ }
@@ -0,0 +1,69 @@
1
+ @use "./toRem.scss";
2
+
3
+ .sidebar {
4
+ display: flex;
5
+ flex-direction: column;
6
+ height: 100vh;
7
+ padding: toRem.toRem(10);
8
+ }
9
+
10
+ .splash {
11
+ height: 100vh;
12
+ width: 100vw;
13
+ display: flex;
14
+ justify-content: center;
15
+ align-items: center;
16
+ position: fixed;
17
+ background: var(--background);
18
+ z-index: 999999;
19
+
20
+ &.hidden {
21
+ display: none;
22
+ }
23
+ }
24
+
25
+ .header {
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: space-between;
29
+ gap: toRem.toRem(5);
30
+ }
31
+
32
+ .content {
33
+ flex: 1;
34
+ }
35
+
36
+ .footer {
37
+ display: flex;
38
+ gap: toRem.toRem(5);
39
+ }
40
+
41
+ .brandContainer {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: toRem.toRem(5);
45
+
46
+ .brand {
47
+ font-weight: bold;
48
+ font-size: toRem.toRem(15);
49
+ }
50
+ }
51
+
52
+ .menuButton {
53
+ display: flex;
54
+ }
55
+
56
+ .userButton {
57
+ display: flex;
58
+ }
59
+
60
+ .contentHelp {
61
+ font-size: toRem.toRem(26);
62
+ font-weight: bold;
63
+ margin: 0;
64
+ margin-top: toRem.toRem(40);
65
+ line-height: 1.2;
66
+ text-align: center;
67
+ align-self: center;
68
+ justify-self: center;
69
+ }
@@ -0,0 +1,129 @@
1
+ @use "./toRem.scss";
2
+
3
+ .container {
4
+ display: flex;
5
+ gap: toRem.toRem(10);
6
+ font-size: toRem.toRem(14);
7
+ }
8
+
9
+ .signInButton {
10
+ display: none;
11
+
12
+ @media (min-width: toRem.toRem(800)) {
13
+ display: flex;
14
+ }
15
+ }
16
+
17
+ .video {
18
+ width: toRem.toRem(30);
19
+ height: toRem.toRem(30);
20
+ object-fit: cover;
21
+ border-radius: 50%;
22
+ pointer-events: none; // So clicks pass through to foreground content
23
+ }
24
+
25
+ .registerButton {
26
+ display: flex;
27
+ }
28
+
29
+ @keyframes slideLeft {
30
+ 0% {
31
+ transform: translateX(100%);
32
+ opacity: 0;
33
+ }
34
+ 100% {
35
+ transform: translateX(0);
36
+ opacity: 1;
37
+ }
38
+ }
39
+
40
+ .signInButtons {
41
+ display: flex;
42
+ flex-direction: column;
43
+ gap: toRem.toRem(10);
44
+ align-items: center;
45
+ justify-content: center;
46
+ text-align: center;
47
+ z-index: 1000;
48
+ }
49
+
50
+ .switchMode {
51
+ display: flex;
52
+ align-items: center;
53
+ flex-direction: row;
54
+ gap: toRem.toRem(5);
55
+
56
+ svg {
57
+ display: flex;
58
+ }
59
+ }
60
+
61
+ .googleButton {
62
+ gap: toRem.toRem(10);
63
+ border: none;
64
+ }
65
+
66
+ .modal {
67
+ height: 100vh;
68
+ width: 100vw;
69
+ display: flex;
70
+ top: 0;
71
+ left: 0;
72
+ flex-direction: column;
73
+ justify-content: center;
74
+ align-items: center;
75
+ z-index: 99999;
76
+ position: fixed;
77
+ background: var(--overlay);
78
+ }
79
+
80
+ .main {
81
+ margin: 0 auto;
82
+ width: auto;
83
+ padding: 0 toRem.toRem(10);
84
+ z-index: 3;
85
+ position: relative;
86
+ flex: 1;
87
+ flex-direction: column;
88
+ display: flex;
89
+ justify-content: center;
90
+ width: auto;
91
+
92
+ .inner {
93
+ animation: slideUp 0.4s ease forwards;
94
+ position: relative;
95
+ min-width: 100%;
96
+ display: flex;
97
+ flex-direction: row;
98
+ align-items: center;
99
+ justify-content: center;
100
+ align-items: center;
101
+ gap: toRem.toRem(20);
102
+ }
103
+
104
+ .appleButton,
105
+ .googleButton {
106
+ display: flex;
107
+ align-items: center;
108
+ gap: toRem.toRem(5);
109
+ border-radius: 13px;
110
+ }
111
+
112
+ .close {
113
+ display: flex;
114
+ position: absolute;
115
+ top: toRem.toRem(-40);
116
+ border: none;
117
+ }
118
+ }
119
+
120
+ @keyframes slideUp {
121
+ from {
122
+ opacity: 0;
123
+ transform: translateY(toRem.toRem(20)); /* Start slightly below */
124
+ }
125
+ to {
126
+ opacity: 1;
127
+ transform: translateY(0); /* End at original position */
128
+ }
129
+ }