@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,214 +1,214 @@
1
- [data-page="black"] {
2
- background: #000;
3
- min-height: 100vh;
4
- display: flex;
5
- flex-direction: column;
6
- align-items: center;
7
- justify-content: stretch;
8
- font-family: var(--font-mono);
9
- color: #fff;
10
-
11
- [data-component="header-gradient"] {
12
- position: absolute;
13
- top: 0;
14
- left: 0;
15
- width: 100%;
16
- height: 288px;
17
- background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
18
- }
19
-
20
- [data-component="header"] {
21
- display: flex;
22
- flex-direction: column;
23
- align-items: center;
24
- justify-content: center;
25
- padding-top: 40px;
26
- flex-shrink: 0;
27
-
28
- /* [data-component="header-logo"] { */
29
- /* } */
30
- }
31
-
32
- [data-component="content"] {
33
- display: flex;
34
- flex-direction: column;
35
- align-items: center;
36
- width: 100%;
37
- flex-grow: 1;
38
-
39
- [data-slot="hero-black"] {
40
- margin-top: 110px;
41
-
42
- @media (min-width: 768px) {
43
- margin-top: 150px;
44
- }
45
- }
46
-
47
- [data-slot="select-workspace"] {
48
- display: flex;
49
- margin-top: -24px;
50
- width: 100%;
51
- max-width: 480px;
52
- height: 305px;
53
- padding: 32px 20px 0 20px;
54
- flex-direction: column;
55
- align-items: flex-start;
56
- gap: 24px;
57
-
58
- border: 1px solid #303030;
59
- background: #0a0a0a;
60
- box-shadow:
61
- 0 100px 80px 0 rgba(0, 0, 0, 0.04),
62
- 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05),
63
- 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.06),
64
- 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.08),
65
- 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.09),
66
- 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.13);
67
-
68
- [data-slot="select-workspace-title"] {
69
- flex-shrink: 0;
70
- align-self: stretch;
71
- color: rgba(255, 255, 255, 0.59);
72
- text-align: center;
73
- font-size: 16px;
74
- font-style: normal;
75
- font-weight: 400;
76
- line-height: 160%; /* 25.6px */
77
- }
78
-
79
- [data-slot="workspaces"] {
80
- width: 100%;
81
- padding: 0;
82
- display: flex;
83
- flex-direction: column;
84
- align-items: flex-start;
85
- gap: 8px;
86
- align-self: stretch;
87
- outline: none;
88
- overflow-y: auto;
89
- flex: 1;
90
- min-height: 0;
91
-
92
- scrollbar-width: none;
93
- &::-webkit-scrollbar {
94
- display: none;
95
- }
96
-
97
- [data-slot="workspace"] {
98
- width: 100%;
99
- display: flex;
100
- padding: 8px 12px;
101
- align-items: center;
102
- gap: 8px;
103
- align-self: stretch;
104
- cursor: pointer;
105
-
106
- [data-slot="selected-icon"] {
107
- visibility: hidden;
108
- color: rgba(255, 255, 255, 0.39);
109
- font-family: "IBM Plex Mono";
110
- font-size: 16px;
111
- font-style: normal;
112
- font-weight: 400;
113
- line-height: 160%; /* 25.6px */
114
- }
115
-
116
- a {
117
- color: rgba(255, 255, 255, 0.92);
118
- font-size: 16px;
119
- font-style: normal;
120
- font-weight: 400;
121
- line-height: 160%; /* 25.6px */
122
- text-decoration: none;
123
- }
124
- }
125
-
126
- [data-slot="workspace"]:hover,
127
- [data-slot="workspace"][data-active="true"] {
128
- background: #161616;
129
-
130
- [data-slot="selected-icon"] {
131
- visibility: visible;
132
- }
133
- }
134
- }
135
- }
136
- }
137
-
138
- [data-component="footer"] {
139
- display: flex;
140
- flex-direction: column;
141
- width: 100%;
142
- justify-content: center;
143
- align-items: center;
144
- gap: 24px;
145
- flex-shrink: 0;
146
-
147
- @media (min-width: 768px) {
148
- height: 120px;
149
- }
150
-
151
- [data-slot="footer-content"] {
152
- display: flex;
153
- gap: 24px;
154
- align-items: center;
155
- justify-content: center;
156
-
157
- @media (min-width: 768px) {
158
- gap: 40px;
159
- }
160
-
161
- span,
162
- a {
163
- color: rgba(255, 255, 255, 0.39);
164
- font-family: "JetBrains Mono Nerd Font";
165
- font-size: 16px;
166
- font-style: normal;
167
- font-weight: 400;
168
- line-height: normal;
169
- text-decoration: none;
170
- }
171
-
172
- [data-slot="github-stars"] {
173
- color: rgba(255, 255, 255, 0.25);
174
- font-family: "JetBrains Mono Nerd Font";
175
- font-size: 16px;
176
- font-style: normal;
177
- font-weight: 400;
178
- line-height: normal;
179
- }
180
-
181
- [data-slot="anomaly"] {
182
- display: none;
183
-
184
- @media (min-width: 768px) {
185
- display: block;
186
- }
187
- }
188
- }
189
- [data-slot="anomaly-alt"] {
190
- color: rgba(255, 255, 255, 0.39);
191
- font-family: "JetBrains Mono Nerd Font";
192
- font-size: 16px;
193
- font-style: normal;
194
- font-weight: 400;
195
- line-height: normal;
196
- text-decoration: none;
197
- margin-bottom: 24px;
198
-
199
- a {
200
- color: rgba(255, 255, 255, 0.39);
201
- font-family: "JetBrains Mono Nerd Font";
202
- font-size: 16px;
203
- font-style: normal;
204
- font-weight: 400;
205
- line-height: normal;
206
- text-decoration: none;
207
- }
208
-
209
- @media (min-width: 768px) {
210
- display: none;
211
- }
212
- }
213
- }
214
- }
1
+ [data-page="black"] {
2
+ background: #000;
3
+ min-height: 100vh;
4
+ display: flex;
5
+ flex-direction: column;
6
+ align-items: center;
7
+ justify-content: stretch;
8
+ font-family: var(--font-mono);
9
+ color: #fff;
10
+
11
+ [data-component="header-gradient"] {
12
+ position: absolute;
13
+ top: 0;
14
+ left: 0;
15
+ width: 100%;
16
+ height: 288px;
17
+ background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
18
+ }
19
+
20
+ [data-component="header"] {
21
+ display: flex;
22
+ flex-direction: column;
23
+ align-items: center;
24
+ justify-content: center;
25
+ padding-top: 40px;
26
+ flex-shrink: 0;
27
+
28
+ /* [data-component="header-logo"] { */
29
+ /* } */
30
+ }
31
+
32
+ [data-component="content"] {
33
+ display: flex;
34
+ flex-direction: column;
35
+ align-items: center;
36
+ width: 100%;
37
+ flex-grow: 1;
38
+
39
+ [data-slot="hero-black"] {
40
+ margin-top: 110px;
41
+
42
+ @media (min-width: 768px) {
43
+ margin-top: 150px;
44
+ }
45
+ }
46
+
47
+ [data-slot="select-workspace"] {
48
+ display: flex;
49
+ margin-top: -24px;
50
+ width: 100%;
51
+ max-width: 480px;
52
+ height: 305px;
53
+ padding: 32px 20px 0 20px;
54
+ flex-direction: column;
55
+ align-items: flex-start;
56
+ gap: 24px;
57
+
58
+ border: 1px solid #303030;
59
+ background: #0a0a0a;
60
+ box-shadow:
61
+ 0 100px 80px 0 rgba(0, 0, 0, 0.04),
62
+ 0 41.778px 33.422px 0 rgba(0, 0, 0, 0.05),
63
+ 0 22.336px 17.869px 0 rgba(0, 0, 0, 0.06),
64
+ 0 12.522px 10.017px 0 rgba(0, 0, 0, 0.08),
65
+ 0 6.65px 5.32px 0 rgba(0, 0, 0, 0.09),
66
+ 0 2.767px 2.214px 0 rgba(0, 0, 0, 0.13);
67
+
68
+ [data-slot="select-workspace-title"] {
69
+ flex-shrink: 0;
70
+ align-self: stretch;
71
+ color: rgba(255, 255, 255, 0.59);
72
+ text-align: center;
73
+ font-size: 16px;
74
+ font-style: normal;
75
+ font-weight: 400;
76
+ line-height: 160%; /* 25.6px */
77
+ }
78
+
79
+ [data-slot="workspaces"] {
80
+ width: 100%;
81
+ padding: 0;
82
+ display: flex;
83
+ flex-direction: column;
84
+ align-items: flex-start;
85
+ gap: 8px;
86
+ align-self: stretch;
87
+ outline: none;
88
+ overflow-y: auto;
89
+ flex: 1;
90
+ min-height: 0;
91
+
92
+ scrollbar-width: none;
93
+ &::-webkit-scrollbar {
94
+ display: none;
95
+ }
96
+
97
+ [data-slot="workspace"] {
98
+ width: 100%;
99
+ display: flex;
100
+ padding: 8px 12px;
101
+ align-items: center;
102
+ gap: 8px;
103
+ align-self: stretch;
104
+ cursor: pointer;
105
+
106
+ [data-slot="selected-icon"] {
107
+ visibility: hidden;
108
+ color: rgba(255, 255, 255, 0.39);
109
+ font-family: "IBM Plex Mono";
110
+ font-size: 16px;
111
+ font-style: normal;
112
+ font-weight: 400;
113
+ line-height: 160%; /* 25.6px */
114
+ }
115
+
116
+ a {
117
+ color: rgba(255, 255, 255, 0.92);
118
+ font-size: 16px;
119
+ font-style: normal;
120
+ font-weight: 400;
121
+ line-height: 160%; /* 25.6px */
122
+ text-decoration: none;
123
+ }
124
+ }
125
+
126
+ [data-slot="workspace"]:hover,
127
+ [data-slot="workspace"][data-active="true"] {
128
+ background: #161616;
129
+
130
+ [data-slot="selected-icon"] {
131
+ visibility: visible;
132
+ }
133
+ }
134
+ }
135
+ }
136
+ }
137
+
138
+ [data-component="footer"] {
139
+ display: flex;
140
+ flex-direction: column;
141
+ width: 100%;
142
+ justify-content: center;
143
+ align-items: center;
144
+ gap: 24px;
145
+ flex-shrink: 0;
146
+
147
+ @media (min-width: 768px) {
148
+ height: 120px;
149
+ }
150
+
151
+ [data-slot="footer-content"] {
152
+ display: flex;
153
+ gap: 24px;
154
+ align-items: center;
155
+ justify-content: center;
156
+
157
+ @media (min-width: 768px) {
158
+ gap: 40px;
159
+ }
160
+
161
+ span,
162
+ a {
163
+ color: rgba(255, 255, 255, 0.39);
164
+ font-family: "JetBrains Mono Nerd Font";
165
+ font-size: 16px;
166
+ font-style: normal;
167
+ font-weight: 400;
168
+ line-height: normal;
169
+ text-decoration: none;
170
+ }
171
+
172
+ [data-slot="github-stars"] {
173
+ color: rgba(255, 255, 255, 0.25);
174
+ font-family: "JetBrains Mono Nerd Font";
175
+ font-size: 16px;
176
+ font-style: normal;
177
+ font-weight: 400;
178
+ line-height: normal;
179
+ }
180
+
181
+ [data-slot="anomaly"] {
182
+ display: none;
183
+
184
+ @media (min-width: 768px) {
185
+ display: block;
186
+ }
187
+ }
188
+ }
189
+ [data-slot="anomaly-alt"] {
190
+ color: rgba(255, 255, 255, 0.39);
191
+ font-family: "JetBrains Mono Nerd Font";
192
+ font-size: 16px;
193
+ font-style: normal;
194
+ font-weight: 400;
195
+ line-height: normal;
196
+ text-decoration: none;
197
+ margin-bottom: 24px;
198
+
199
+ a {
200
+ color: rgba(255, 255, 255, 0.39);
201
+ font-family: "JetBrains Mono Nerd Font";
202
+ font-size: 16px;
203
+ font-style: normal;
204
+ font-weight: 400;
205
+ line-height: normal;
206
+ text-decoration: none;
207
+ }
208
+
209
+ @media (min-width: 768px) {
210
+ display: none;
211
+ }
212
+ }
213
+ }
214
+ }