@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,15 +1,15 @@
1
- .spotlight-container {
2
- position: absolute;
3
- top: 0;
4
- left: 0;
5
- width: 100%;
6
- height: 50dvh;
7
- pointer-events: none;
8
- overflow: hidden;
9
- }
10
-
11
- .spotlight-container canvas {
12
- display: block;
13
- width: 100%;
14
- height: 100%;
15
- }
1
+ .spotlight-container {
2
+ position: absolute;
3
+ top: 0;
4
+ left: 0;
5
+ width: 100%;
6
+ height: 50dvh;
7
+ pointer-events: none;
8
+ overflow: hidden;
9
+ }
10
+
11
+ .spotlight-container canvas {
12
+ display: block;
13
+ width: 100%;
14
+ height: 100%;
15
+ }
@@ -1,130 +1,130 @@
1
- [data-page="not-found"] {
2
- --color-text: hsl(224, 10%, 10%);
3
- --color-text-secondary: hsl(224, 7%, 46%);
4
- --color-text-dimmed: hsl(224, 6%, 63%);
5
- --color-text-inverted: hsl(0, 0%, 100%);
6
-
7
- --color-border: hsl(224, 6%, 77%);
8
- }
9
-
10
- [data-page="not-found"] {
11
- @media (prefers-color-scheme: dark) {
12
- --color-text: hsl(0, 0%, 100%);
13
- --color-text-secondary: hsl(224, 6%, 66%);
14
- --color-text-dimmed: hsl(224, 7%, 46%);
15
- --color-text-inverted: hsl(224, 10%, 10%);
16
-
17
- --color-border: hsl(224, 6%, 36%);
18
- }
19
- }
20
-
21
- [data-page="not-found"] {
22
- --padding: 3rem;
23
- --vertical-padding: 1.5rem;
24
- --heading-font-size: 1.375rem;
25
-
26
- @media (max-width: 30rem) {
27
- --padding: 1rem;
28
- --vertical-padding: 0.75rem;
29
- --heading-font-size: 1rem;
30
- }
31
-
32
- font-family: var(--font-mono);
33
- color: var(--color-text);
34
- padding: calc(var(--padding) + 1rem);
35
- min-height: 100vh;
36
- display: flex;
37
- align-items: center;
38
- justify-content: center;
39
-
40
- a {
41
- color: var(--color-text);
42
- text-decoration: underline;
43
- text-underline-offset: var(--space-0-75);
44
- text-decoration-thickness: 1px;
45
- }
46
-
47
- [data-component="content"] {
48
- max-width: 40rem;
49
- width: 100%;
50
- border: 1px solid var(--color-border);
51
- }
52
-
53
- [data-component="top"] {
54
- padding: var(--padding);
55
- display: flex;
56
- flex-direction: column;
57
- align-items: center;
58
- gap: calc(var(--vertical-padding) / 2);
59
- text-align: center;
60
-
61
- [data-slot="logo-link"] {
62
- text-decoration: none;
63
- }
64
-
65
- img {
66
- height: auto;
67
- width: clamp(200px, 85vw, 400px);
68
- }
69
-
70
- [data-slot="logo dark"] {
71
- display: none;
72
- }
73
-
74
- @media (prefers-color-scheme: dark) {
75
- [data-slot="logo light"] {
76
- display: none;
77
- }
78
- [data-slot="logo dark"] {
79
- display: block;
80
- }
81
- }
82
-
83
- [data-slot="title"] {
84
- line-height: 1.25;
85
- font-weight: 500;
86
- text-align: center;
87
- font-size: var(--heading-font-size);
88
- color: var(--color-text);
89
- text-transform: uppercase;
90
- margin: 0;
91
- }
92
- }
93
-
94
- [data-component="actions"] {
95
- border-top: 1px solid var(--color-border);
96
- display: flex;
97
-
98
- [data-slot="action"] {
99
- flex: 1;
100
- text-align: center;
101
- line-height: 1.4;
102
- padding: var(--vertical-padding) 1rem;
103
- text-transform: uppercase;
104
- font-size: 1rem;
105
-
106
- a {
107
- display: block;
108
- width: 100%;
109
- height: 100%;
110
- color: var(--color-text);
111
- text-decoration: underline;
112
- text-underline-offset: var(--space-0-75);
113
- text-decoration-thickness: 1px;
114
- }
115
- }
116
-
117
- [data-slot="action"] + [data-slot="action"] {
118
- border-left: 1px solid var(--color-border);
119
- }
120
-
121
- @media (max-width: 40rem) {
122
- flex-direction: column;
123
-
124
- [data-slot="action"] + [data-slot="action"] {
125
- border-left: none;
126
- border-top: 1px solid var(--color-border);
127
- }
128
- }
129
- }
130
- }
1
+ [data-page="not-found"] {
2
+ --color-text: hsl(224, 10%, 10%);
3
+ --color-text-secondary: hsl(224, 7%, 46%);
4
+ --color-text-dimmed: hsl(224, 6%, 63%);
5
+ --color-text-inverted: hsl(0, 0%, 100%);
6
+
7
+ --color-border: hsl(224, 6%, 77%);
8
+ }
9
+
10
+ [data-page="not-found"] {
11
+ @media (prefers-color-scheme: dark) {
12
+ --color-text: hsl(0, 0%, 100%);
13
+ --color-text-secondary: hsl(224, 6%, 66%);
14
+ --color-text-dimmed: hsl(224, 7%, 46%);
15
+ --color-text-inverted: hsl(224, 10%, 10%);
16
+
17
+ --color-border: hsl(224, 6%, 36%);
18
+ }
19
+ }
20
+
21
+ [data-page="not-found"] {
22
+ --padding: 3rem;
23
+ --vertical-padding: 1.5rem;
24
+ --heading-font-size: 1.375rem;
25
+
26
+ @media (max-width: 30rem) {
27
+ --padding: 1rem;
28
+ --vertical-padding: 0.75rem;
29
+ --heading-font-size: 1rem;
30
+ }
31
+
32
+ font-family: var(--font-mono);
33
+ color: var(--color-text);
34
+ padding: calc(var(--padding) + 1rem);
35
+ min-height: 100vh;
36
+ display: flex;
37
+ align-items: center;
38
+ justify-content: center;
39
+
40
+ a {
41
+ color: var(--color-text);
42
+ text-decoration: underline;
43
+ text-underline-offset: var(--space-0-75);
44
+ text-decoration-thickness: 1px;
45
+ }
46
+
47
+ [data-component="content"] {
48
+ max-width: 40rem;
49
+ width: 100%;
50
+ border: 1px solid var(--color-border);
51
+ }
52
+
53
+ [data-component="top"] {
54
+ padding: var(--padding);
55
+ display: flex;
56
+ flex-direction: column;
57
+ align-items: center;
58
+ gap: calc(var(--vertical-padding) / 2);
59
+ text-align: center;
60
+
61
+ [data-slot="logo-link"] {
62
+ text-decoration: none;
63
+ }
64
+
65
+ img {
66
+ height: auto;
67
+ width: clamp(200px, 85vw, 400px);
68
+ }
69
+
70
+ [data-slot="logo dark"] {
71
+ display: none;
72
+ }
73
+
74
+ @media (prefers-color-scheme: dark) {
75
+ [data-slot="logo light"] {
76
+ display: none;
77
+ }
78
+ [data-slot="logo dark"] {
79
+ display: block;
80
+ }
81
+ }
82
+
83
+ [data-slot="title"] {
84
+ line-height: 1.25;
85
+ font-weight: 500;
86
+ text-align: center;
87
+ font-size: var(--heading-font-size);
88
+ color: var(--color-text);
89
+ text-transform: uppercase;
90
+ margin: 0;
91
+ }
92
+ }
93
+
94
+ [data-component="actions"] {
95
+ border-top: 1px solid var(--color-border);
96
+ display: flex;
97
+
98
+ [data-slot="action"] {
99
+ flex: 1;
100
+ text-align: center;
101
+ line-height: 1.4;
102
+ padding: var(--vertical-padding) 1rem;
103
+ text-transform: uppercase;
104
+ font-size: 1rem;
105
+
106
+ a {
107
+ display: block;
108
+ width: 100%;
109
+ height: 100%;
110
+ color: var(--color-text);
111
+ text-decoration: underline;
112
+ text-underline-offset: var(--space-0-75);
113
+ text-decoration-thickness: 1px;
114
+ }
115
+ }
116
+
117
+ [data-slot="action"] + [data-slot="action"] {
118
+ border-left: 1px solid var(--color-border);
119
+ }
120
+
121
+ @media (max-width: 40rem) {
122
+ flex-direction: column;
123
+
124
+ [data-slot="action"] + [data-slot="action"] {
125
+ border-left: none;
126
+ border-top: 1px solid var(--color-border);
127
+ }
128
+ }
129
+ }
130
+ }