@jonsoc/console-app 1.1.34 → 1.1.49

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 (83) hide show
  1. package/package.json +19 -15
  2. package/public/robots.txt +5 -5
  3. package/script/generate-sitemap.ts +0 -0
  4. package/src/app.css +1 -1
  5. package/src/asset/brand/opencode-logo-dark.svg +16 -16
  6. package/src/asset/brand/opencode-logo-light.svg +16 -16
  7. package/src/asset/brand/opencode-wordmark-dark.svg +30 -30
  8. package/src/asset/brand/opencode-wordmark-light.svg +30 -30
  9. package/src/asset/brand/opencode-wordmark-simple-dark.svg +22 -22
  10. package/src/asset/brand/opencode-wordmark-simple-light.svg +22 -22
  11. package/src/asset/lander/brand-assets-dark.svg +10 -10
  12. package/src/asset/lander/brand-assets-light.svg +10 -10
  13. package/src/asset/lander/check.svg +3 -3
  14. package/src/asset/lander/copy.svg +3 -3
  15. package/src/asset/lander/logo-dark.svg +11 -11
  16. package/src/asset/lander/logo-light.svg +11 -11
  17. package/src/asset/lander/opencode-logo-dark.svg +11 -11
  18. package/src/asset/lander/opencode-logo-light.svg +11 -11
  19. package/src/asset/lander/opencode-wordmark-dark.svg +25 -25
  20. package/src/asset/lander/opencode-wordmark-light.svg +25 -25
  21. package/src/asset/lander/wordmark-dark.svg +3 -3
  22. package/src/asset/lander/wordmark-light.svg +3 -3
  23. package/src/asset/logo-ornate-dark.svg +18 -18
  24. package/src/asset/logo-ornate-light.svg +18 -18
  25. package/src/asset/logo.svg +18 -18
  26. package/src/asset/zen-ornate-dark.svg +8 -8
  27. package/src/asset/zen-ornate-light.svg +8 -8
  28. package/src/component/dropdown.css +80 -80
  29. package/src/component/header-context-menu.css +63 -63
  30. package/src/component/modal.css +66 -66
  31. package/src/component/spotlight.css +15 -15
  32. package/src/routes/[...404].css +130 -130
  33. package/src/routes/black/workspace.css +214 -214
  34. package/src/routes/black.css +828 -828
  35. package/src/routes/brand/index.css +555 -555
  36. package/src/routes/changelog/index.css +477 -477
  37. package/src/routes/download/index.css +750 -750
  38. package/src/routes/enterprise/index.css +578 -578
  39. package/src/routes/index.css +1251 -1251
  40. package/src/routes/legal/privacy-policy/index.css +343 -343
  41. package/src/routes/legal/terms-of-service/index.css +254 -254
  42. package/src/routes/user-menu.css +18 -18
  43. package/src/routes/workspace/[id]/billing/billing-section.module.css +185 -185
  44. package/src/routes/workspace/[id]/billing/black-section.module.css +142 -142
  45. package/src/routes/workspace/[id]/billing/black-waitlist-section.module.css +23 -23
  46. package/src/routes/workspace/[id]/billing/monthly-limit-section.module.css +96 -96
  47. package/src/routes/workspace/[id]/billing/payment-section.module.css +93 -93
  48. package/src/routes/workspace/[id]/billing/reload-section.module.css +261 -261
  49. package/src/routes/workspace/[id]/graph-section.module.css +145 -145
  50. package/src/routes/workspace/[id]/keys/key-section.module.css +197 -197
  51. package/src/routes/workspace/[id]/members/member-section.module.css +249 -249
  52. package/src/routes/workspace/[id]/members/role-dropdown.css +72 -72
  53. package/src/routes/workspace/[id]/model-section.module.css +173 -173
  54. package/src/routes/workspace/[id]/new-user-section.module.css +143 -143
  55. package/src/routes/workspace/[id]/provider-section.module.css +138 -138
  56. package/src/routes/workspace/[id]/settings/settings-section.module.css +94 -94
  57. package/src/routes/workspace/[id]/usage-section.module.css +185 -185
  58. package/src/routes/workspace/[id].css +308 -308
  59. package/src/routes/workspace-picker.css +74 -74
  60. package/src/routes/workspace.css +107 -107
  61. package/src/routes/zen/index.css +866 -866
  62. package/src/style/base.css +21 -21
  63. package/src/style/component/button.css +102 -102
  64. package/src/style/index.css +8 -8
  65. package/src/style/reset.css +76 -76
  66. package/src/style/token/color.css +91 -91
  67. package/src/style/token/font.css +21 -21
  68. package/src/style/token/space.css +46 -46
  69. package/public/apple-touch-icon-v3.png +0 -1
  70. package/public/apple-touch-icon.png +0 -1
  71. package/public/email +0 -1
  72. package/public/favicon-96x96-v3.png +0 -1
  73. package/public/favicon-96x96.png +0 -1
  74. package/public/favicon-v3.ico +0 -1
  75. package/public/favicon-v3.svg +0 -1
  76. package/public/favicon.ico +0 -1
  77. package/public/favicon.svg +0 -1
  78. package/public/site.webmanifest +0 -1
  79. package/public/social-share-black.png +0 -1
  80. package/public/social-share-zen.png +0 -1
  81. package/public/social-share.png +0 -1
  82. package/public/web-app-manifest-192x192.png +0 -1
  83. package/public/web-app-manifest-512x512.png +0 -1
@@ -1,254 +1,254 @@
1
- [data-component="terms-of-service"] {
2
- max-width: 800px;
3
- margin: 0 auto;
4
- line-height: 1.7;
5
- }
6
-
7
- [data-component="terms-of-service"] h1 {
8
- font-size: 2rem;
9
- font-weight: 700;
10
- color: var(--color-text-strong);
11
- margin-bottom: 0.5rem;
12
- margin-top: 0;
13
- }
14
-
15
- [data-component="terms-of-service"] .effective-date {
16
- font-size: 0.95rem;
17
- color: var(--color-text-weak);
18
- margin-bottom: 2rem;
19
- }
20
-
21
- [data-component="terms-of-service"] h2 {
22
- font-size: 1.5rem;
23
- font-weight: 600;
24
- color: var(--color-text-strong);
25
- margin-top: 3rem;
26
- margin-bottom: 1rem;
27
- padding-top: 1rem;
28
- border-top: 1px solid var(--color-border-weak);
29
- }
30
-
31
- [data-component="terms-of-service"] h2:first-of-type {
32
- margin-top: 2rem;
33
- }
34
-
35
- [data-component="terms-of-service"] h3 {
36
- font-size: 1.25rem;
37
- font-weight: 600;
38
- color: var(--color-text-strong);
39
- margin-top: 2rem;
40
- margin-bottom: 1rem;
41
- }
42
-
43
- [data-component="terms-of-service"] h4 {
44
- font-size: 1.1rem;
45
- font-weight: 600;
46
- color: var(--color-text-strong);
47
- margin-top: 1.5rem;
48
- margin-bottom: 0.75rem;
49
- }
50
-
51
- [data-component="terms-of-service"] p {
52
- margin-bottom: 1rem;
53
- color: var(--color-text);
54
- }
55
-
56
- [data-component="terms-of-service"] ul,
57
- [data-component="terms-of-service"] ol {
58
- margin-bottom: 1rem;
59
- padding-left: 1.5rem;
60
- color: var(--color-text);
61
- }
62
-
63
- [data-component="terms-of-service"] li {
64
- margin-bottom: 0.5rem;
65
- line-height: 1.7;
66
- }
67
-
68
- [data-component="terms-of-service"] ul ul,
69
- [data-component="terms-of-service"] ul ol,
70
- [data-component="terms-of-service"] ol ul,
71
- [data-component="terms-of-service"] ol ol {
72
- margin-top: 0.5rem;
73
- margin-bottom: 0.5rem;
74
- }
75
-
76
- [data-component="terms-of-service"] a {
77
- color: var(--color-text-strong);
78
- text-decoration: underline;
79
- text-underline-offset: 2px;
80
- text-decoration-thickness: 1px;
81
- word-break: break-word;
82
- }
83
-
84
- [data-component="terms-of-service"] a:hover {
85
- text-decoration-thickness: 2px;
86
- }
87
-
88
- [data-component="terms-of-service"] strong {
89
- font-weight: 600;
90
- color: var(--color-text-strong);
91
- }
92
-
93
- @media (max-width: 60rem) {
94
- [data-component="terms-of-service"] {
95
- padding: 0;
96
- }
97
-
98
- [data-component="terms-of-service"] h1 {
99
- font-size: 1.75rem;
100
- }
101
-
102
- [data-component="terms-of-service"] h2 {
103
- font-size: 1.35rem;
104
- margin-top: 2.5rem;
105
- }
106
-
107
- [data-component="terms-of-service"] h3 {
108
- font-size: 1.15rem;
109
- }
110
-
111
- [data-component="terms-of-service"] h4 {
112
- font-size: 1rem;
113
- }
114
- }
115
-
116
- html {
117
- scroll-behavior: smooth;
118
- }
119
-
120
- [data-component="terms-of-service"] [id] {
121
- scroll-margin-top: 100px;
122
- }
123
-
124
- @media print {
125
- @page {
126
- margin: 2cm;
127
- size: letter;
128
- }
129
-
130
- [data-component="top"],
131
- [data-component="footer"],
132
- [data-component="legal"] {
133
- display: none !important;
134
- }
135
-
136
- [data-page="legal"] {
137
- background: white !important;
138
- padding: 0 !important;
139
- }
140
-
141
- [data-component="container"] {
142
- max-width: none !important;
143
- border: none !important;
144
- margin: 0 !important;
145
- }
146
-
147
- [data-component="content"],
148
- [data-component="brand-content"] {
149
- padding: 0 !important;
150
- margin: 0 !important;
151
- }
152
-
153
- [data-component="terms-of-service"] {
154
- max-width: none !important;
155
- margin: 0 !important;
156
- padding: 0 !important;
157
- }
158
-
159
- [data-component="terms-of-service"] * {
160
- color: black !important;
161
- background: transparent !important;
162
- }
163
-
164
- [data-component="terms-of-service"] h1 {
165
- font-size: 24pt;
166
- margin-top: 0;
167
- margin-bottom: 12pt;
168
- page-break-after: avoid;
169
- }
170
-
171
- [data-component="terms-of-service"] h2 {
172
- font-size: 18pt;
173
- border-top: 2pt solid black !important;
174
- padding-top: 12pt;
175
- margin-top: 24pt;
176
- margin-bottom: 8pt;
177
- page-break-after: avoid;
178
- page-break-before: auto;
179
- }
180
-
181
- [data-component="terms-of-service"] h2:first-of-type {
182
- margin-top: 16pt;
183
- }
184
-
185
- [data-component="terms-of-service"] h3 {
186
- font-size: 14pt;
187
- margin-top: 16pt;
188
- margin-bottom: 8pt;
189
- page-break-after: avoid;
190
- }
191
-
192
- [data-component="terms-of-service"] h4 {
193
- font-size: 12pt;
194
- margin-top: 12pt;
195
- margin-bottom: 6pt;
196
- page-break-after: avoid;
197
- }
198
-
199
- [data-component="terms-of-service"] p {
200
- font-size: 11pt;
201
- line-height: 1.5;
202
- margin-bottom: 8pt;
203
- orphans: 3;
204
- widows: 3;
205
- }
206
-
207
- [data-component="terms-of-service"] .effective-date {
208
- font-size: 10pt;
209
- margin-bottom: 16pt;
210
- }
211
-
212
- [data-component="terms-of-service"] ul,
213
- [data-component="terms-of-service"] ol {
214
- margin-bottom: 8pt;
215
- page-break-inside: auto;
216
- }
217
-
218
- [data-component="terms-of-service"] li {
219
- font-size: 11pt;
220
- line-height: 1.5;
221
- margin-bottom: 4pt;
222
- page-break-inside: avoid;
223
- }
224
-
225
- [data-component="terms-of-service"] a {
226
- color: black !important;
227
- text-decoration: underline;
228
- }
229
-
230
- [data-component="terms-of-service"] strong {
231
- font-weight: bold;
232
- color: black !important;
233
- }
234
-
235
- [data-component="terms-of-service"] h1,
236
- [data-component="terms-of-service"] h2,
237
- [data-component="terms-of-service"] h3,
238
- [data-component="terms-of-service"] h4 {
239
- page-break-inside: avoid;
240
- page-break-after: avoid;
241
- }
242
-
243
- [data-component="terms-of-service"] h2 + p,
244
- [data-component="terms-of-service"] h3 + p,
245
- [data-component="terms-of-service"] h4 + p,
246
- [data-component="terms-of-service"] h2 + ul,
247
- [data-component="terms-of-service"] h3 + ul,
248
- [data-component="terms-of-service"] h4 + ul,
249
- [data-component="terms-of-service"] h2 + ol,
250
- [data-component="terms-of-service"] h3 + ol,
251
- [data-component="terms-of-service"] h4 + ol {
252
- page-break-before: avoid;
253
- }
254
- }
1
+ [data-component="terms-of-service"] {
2
+ max-width: 800px;
3
+ margin: 0 auto;
4
+ line-height: 1.7;
5
+ }
6
+
7
+ [data-component="terms-of-service"] h1 {
8
+ font-size: 2rem;
9
+ font-weight: 700;
10
+ color: var(--color-text-strong);
11
+ margin-bottom: 0.5rem;
12
+ margin-top: 0;
13
+ }
14
+
15
+ [data-component="terms-of-service"] .effective-date {
16
+ font-size: 0.95rem;
17
+ color: var(--color-text-weak);
18
+ margin-bottom: 2rem;
19
+ }
20
+
21
+ [data-component="terms-of-service"] h2 {
22
+ font-size: 1.5rem;
23
+ font-weight: 600;
24
+ color: var(--color-text-strong);
25
+ margin-top: 3rem;
26
+ margin-bottom: 1rem;
27
+ padding-top: 1rem;
28
+ border-top: 1px solid var(--color-border-weak);
29
+ }
30
+
31
+ [data-component="terms-of-service"] h2:first-of-type {
32
+ margin-top: 2rem;
33
+ }
34
+
35
+ [data-component="terms-of-service"] h3 {
36
+ font-size: 1.25rem;
37
+ font-weight: 600;
38
+ color: var(--color-text-strong);
39
+ margin-top: 2rem;
40
+ margin-bottom: 1rem;
41
+ }
42
+
43
+ [data-component="terms-of-service"] h4 {
44
+ font-size: 1.1rem;
45
+ font-weight: 600;
46
+ color: var(--color-text-strong);
47
+ margin-top: 1.5rem;
48
+ margin-bottom: 0.75rem;
49
+ }
50
+
51
+ [data-component="terms-of-service"] p {
52
+ margin-bottom: 1rem;
53
+ color: var(--color-text);
54
+ }
55
+
56
+ [data-component="terms-of-service"] ul,
57
+ [data-component="terms-of-service"] ol {
58
+ margin-bottom: 1rem;
59
+ padding-left: 1.5rem;
60
+ color: var(--color-text);
61
+ }
62
+
63
+ [data-component="terms-of-service"] li {
64
+ margin-bottom: 0.5rem;
65
+ line-height: 1.7;
66
+ }
67
+
68
+ [data-component="terms-of-service"] ul ul,
69
+ [data-component="terms-of-service"] ul ol,
70
+ [data-component="terms-of-service"] ol ul,
71
+ [data-component="terms-of-service"] ol ol {
72
+ margin-top: 0.5rem;
73
+ margin-bottom: 0.5rem;
74
+ }
75
+
76
+ [data-component="terms-of-service"] a {
77
+ color: var(--color-text-strong);
78
+ text-decoration: underline;
79
+ text-underline-offset: 2px;
80
+ text-decoration-thickness: 1px;
81
+ word-break: break-word;
82
+ }
83
+
84
+ [data-component="terms-of-service"] a:hover {
85
+ text-decoration-thickness: 2px;
86
+ }
87
+
88
+ [data-component="terms-of-service"] strong {
89
+ font-weight: 600;
90
+ color: var(--color-text-strong);
91
+ }
92
+
93
+ @media (max-width: 60rem) {
94
+ [data-component="terms-of-service"] {
95
+ padding: 0;
96
+ }
97
+
98
+ [data-component="terms-of-service"] h1 {
99
+ font-size: 1.75rem;
100
+ }
101
+
102
+ [data-component="terms-of-service"] h2 {
103
+ font-size: 1.35rem;
104
+ margin-top: 2.5rem;
105
+ }
106
+
107
+ [data-component="terms-of-service"] h3 {
108
+ font-size: 1.15rem;
109
+ }
110
+
111
+ [data-component="terms-of-service"] h4 {
112
+ font-size: 1rem;
113
+ }
114
+ }
115
+
116
+ html {
117
+ scroll-behavior: smooth;
118
+ }
119
+
120
+ [data-component="terms-of-service"] [id] {
121
+ scroll-margin-top: 100px;
122
+ }
123
+
124
+ @media print {
125
+ @page {
126
+ margin: 2cm;
127
+ size: letter;
128
+ }
129
+
130
+ [data-component="top"],
131
+ [data-component="footer"],
132
+ [data-component="legal"] {
133
+ display: none !important;
134
+ }
135
+
136
+ [data-page="legal"] {
137
+ background: white !important;
138
+ padding: 0 !important;
139
+ }
140
+
141
+ [data-component="container"] {
142
+ max-width: none !important;
143
+ border: none !important;
144
+ margin: 0 !important;
145
+ }
146
+
147
+ [data-component="content"],
148
+ [data-component="brand-content"] {
149
+ padding: 0 !important;
150
+ margin: 0 !important;
151
+ }
152
+
153
+ [data-component="terms-of-service"] {
154
+ max-width: none !important;
155
+ margin: 0 !important;
156
+ padding: 0 !important;
157
+ }
158
+
159
+ [data-component="terms-of-service"] * {
160
+ color: black !important;
161
+ background: transparent !important;
162
+ }
163
+
164
+ [data-component="terms-of-service"] h1 {
165
+ font-size: 24pt;
166
+ margin-top: 0;
167
+ margin-bottom: 12pt;
168
+ page-break-after: avoid;
169
+ }
170
+
171
+ [data-component="terms-of-service"] h2 {
172
+ font-size: 18pt;
173
+ border-top: 2pt solid black !important;
174
+ padding-top: 12pt;
175
+ margin-top: 24pt;
176
+ margin-bottom: 8pt;
177
+ page-break-after: avoid;
178
+ page-break-before: auto;
179
+ }
180
+
181
+ [data-component="terms-of-service"] h2:first-of-type {
182
+ margin-top: 16pt;
183
+ }
184
+
185
+ [data-component="terms-of-service"] h3 {
186
+ font-size: 14pt;
187
+ margin-top: 16pt;
188
+ margin-bottom: 8pt;
189
+ page-break-after: avoid;
190
+ }
191
+
192
+ [data-component="terms-of-service"] h4 {
193
+ font-size: 12pt;
194
+ margin-top: 12pt;
195
+ margin-bottom: 6pt;
196
+ page-break-after: avoid;
197
+ }
198
+
199
+ [data-component="terms-of-service"] p {
200
+ font-size: 11pt;
201
+ line-height: 1.5;
202
+ margin-bottom: 8pt;
203
+ orphans: 3;
204
+ widows: 3;
205
+ }
206
+
207
+ [data-component="terms-of-service"] .effective-date {
208
+ font-size: 10pt;
209
+ margin-bottom: 16pt;
210
+ }
211
+
212
+ [data-component="terms-of-service"] ul,
213
+ [data-component="terms-of-service"] ol {
214
+ margin-bottom: 8pt;
215
+ page-break-inside: auto;
216
+ }
217
+
218
+ [data-component="terms-of-service"] li {
219
+ font-size: 11pt;
220
+ line-height: 1.5;
221
+ margin-bottom: 4pt;
222
+ page-break-inside: avoid;
223
+ }
224
+
225
+ [data-component="terms-of-service"] a {
226
+ color: black !important;
227
+ text-decoration: underline;
228
+ }
229
+
230
+ [data-component="terms-of-service"] strong {
231
+ font-weight: bold;
232
+ color: black !important;
233
+ }
234
+
235
+ [data-component="terms-of-service"] h1,
236
+ [data-component="terms-of-service"] h2,
237
+ [data-component="terms-of-service"] h3,
238
+ [data-component="terms-of-service"] h4 {
239
+ page-break-inside: avoid;
240
+ page-break-after: avoid;
241
+ }
242
+
243
+ [data-component="terms-of-service"] h2 + p,
244
+ [data-component="terms-of-service"] h3 + p,
245
+ [data-component="terms-of-service"] h4 + p,
246
+ [data-component="terms-of-service"] h2 + ul,
247
+ [data-component="terms-of-service"] h3 + ul,
248
+ [data-component="terms-of-service"] h4 + ul,
249
+ [data-component="terms-of-service"] h2 + ol,
250
+ [data-component="terms-of-service"] h3 + ol,
251
+ [data-component="terms-of-service"] h4 + ol {
252
+ page-break-before: avoid;
253
+ }
254
+ }
@@ -1,18 +1,18 @@
1
- [data-component="user-menu"] {
2
- [data-component="dropdown"] {
3
- [data-slot="trigger"] span {
4
- color: var(--color-text-muted);
5
- }
6
-
7
- [data-slot="dropdown"] {
8
- form {
9
- width: 100%;
10
- }
11
- }
12
-
13
- [data-slot="item"] {
14
- color: var(--color-danger);
15
- text-decoration: none;
16
- }
17
- }
18
- }
1
+ [data-component="user-menu"] {
2
+ [data-component="dropdown"] {
3
+ [data-slot="trigger"] span {
4
+ color: var(--color-text-muted);
5
+ }
6
+
7
+ [data-slot="dropdown"] {
8
+ form {
9
+ width: 100%;
10
+ }
11
+ }
12
+
13
+ [data-slot="item"] {
14
+ color: var(--color-danger);
15
+ text-decoration: none;
16
+ }
17
+ }
18
+ }