@openpkg-ts/adapters 0.3.7 → 0.3.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openpkg-ts/adapters",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "description": "Framework adapters for OpenPkg - Fumadocs, Docusaurus, Mintlify, etc.",
5
5
  "keywords": [
6
6
  "openpkg",
@@ -48,7 +48,7 @@
48
48
  "dependencies": {
49
49
  "@openpkg-ts/sdk": "^0.35.0",
50
50
  "@openpkg-ts/spec": "^0.34.1",
51
- "@openpkg-ts/ui": "^0.2.0"
51
+ "@openpkg-ts/ui": "^0.3.1"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "fumadocs-core": "^16.0.0",
@@ -157,69 +157,69 @@
157
157
  }
158
158
  }
159
159
 
160
- /* CodeHike syntax highlighting theme - github-from-css */
160
+ /* CodeHike custom syntax theme */
161
161
  /* These --ch-* variables are required for the "github-from-css" theme */
162
162
  @layer base {
163
- /* GitHub Dark theme (default) */
163
+ /* Custom Dark theme (default) */
164
164
  :root {
165
- --ch-0: #e6edf3; /* default text */
166
- --ch-1: #ff7b72; /* strings, inherited class */
167
- --ch-2: #a5d6ff; /* string literals */
168
- --ch-3: #79c0ff; /* keywords, function names */
169
- --ch-4: #a5d6ff; /* constants */
170
- --ch-5: #d2a8ff; /* entity names, types */
171
- --ch-6: #ffa657; /* variables, tag names */
172
- --ch-7: #8b949e; /* comments */
173
- --ch-8: #79c0ff; /* support */
174
- --ch-9: #e6edf3; /* punctuation */
175
- --ch-10: #f0f6fc;
176
- --ch-11: #490202;
177
- --ch-12: #04260f;
178
- --ch-13: #5a1e02;
179
- --ch-14: #161b22;
180
- --ch-15: #8b949e;
181
- --ch-16: #0d1117;
182
- --ch-17: #6e76811a;
165
+ --ch-0: #d4d4d4; /* default text */
166
+ --ch-1: #5c5c5c; /* comments */
167
+ --ch-2: #c9555a; /* keywords */
168
+ --ch-3: #d4a553; /* variables/tags */
169
+ --ch-4: #d4d4d4; /* default foreground */
170
+ --ch-5: #c4a7e7; /* types/entities */
171
+ --ch-6: #d4a553; /* strings */
172
+ --ch-7: #c9555a; /* string literals */
173
+ --ch-8: #d4a553; /* constants */
174
+ --ch-9: #c9555a; /* misc */
175
+ --ch-10: #2a2a2a;
176
+ --ch-11: #3a1515;
177
+ --ch-12: #1a2a1a;
178
+ --ch-13: #3a2a15;
179
+ --ch-14: #1e1e1e;
180
+ --ch-15: #5c5c5c;
181
+ --ch-16: #1a1a1a;
182
+ --ch-17: #3a3a3a1a;
183
183
  --ch-18: #ffffff0b;
184
- --ch-19: #3794ff;
185
- --ch-20: #264f78;
186
- --ch-21: #1f6feb;
187
- --ch-22: #010409;
188
- --ch-23: #30363d;
189
- --ch-24: #6e7681;
190
- --ch-25: #6e768166;
191
- --ch-26: #0d1117e6;
184
+ --ch-19: #c9555a;
185
+ --ch-20: #3a3a5a;
186
+ --ch-21: #c9555a;
187
+ --ch-22: #141414;
188
+ --ch-23: #2a2a2a;
189
+ --ch-24: #4a4a4a;
190
+ --ch-25: #4a4a4a66;
191
+ --ch-26: #1a1a1ae6;
192
192
  }
193
193
 
194
- /* GitHub Light theme */
194
+ /* Custom Light theme */
195
195
  .light,
196
196
  [data-theme="light"] {
197
- --ch-0: #24292f; /* default text */
198
- --ch-1: #cf222e; /* strings, inherited class */
199
- --ch-2: #116329; /* string literals */
200
- --ch-3: #0550ae; /* keywords, function names */
201
- --ch-4: #0a3069; /* constants */
202
- --ch-5: #8250df; /* entity names, types */
203
- --ch-6: #953800; /* variables, tag names */
204
- --ch-7: #6e7781; /* comments */
205
- --ch-8: #0550ae; /* support */
206
- --ch-9: #24292f; /* punctuation */
207
- --ch-10: #f6f8fa;
208
- --ch-11: #ffebe9;
209
- --ch-12: #dafbe1;
210
- --ch-13: #ffd8b5;
211
- --ch-14: #eaeef2;
212
- --ch-15: #57606a;
213
- --ch-16: #ffffff;
214
- --ch-17: #eaeef280;
197
+ --ch-0: #3a3a3a; /* default text */
198
+ --ch-1: #999999; /* comments */
199
+ --ch-2: #c9555a; /* keywords */
200
+ --ch-3: #b8860b; /* variables/tags */
201
+ --ch-4: #3a3a3a; /* default foreground */
202
+ --ch-5: #7c3aed; /* types/entities */
203
+ --ch-6: #b8860b; /* strings */
204
+ --ch-7: #c9555a; /* string literals */
205
+ --ch-8: #b8860b; /* constants */
206
+ --ch-9: #c9555a; /* misc */
207
+ --ch-10: #ebebeb;
208
+ --ch-11: #fde8e8;
209
+ --ch-12: #e8f5e8;
210
+ --ch-13: #fdf0d5;
211
+ --ch-14: #e8e8e8;
212
+ --ch-15: #999999;
213
+ --ch-16: #f5f5f5;
214
+ --ch-17: #d0d0d080;
215
215
  --ch-18: #fdff0033;
216
- --ch-19: #1a85ff;
217
- --ch-20: #add6ff;
218
- --ch-21: #0969da;
219
- --ch-22: #f6f8fa;
220
- --ch-23: #d0d7de;
221
- --ch-24: #8c959f;
222
- --ch-25: #afb8c133;
223
- --ch-26: #ffffffe6;
216
+ --ch-19: #c9555a;
217
+ --ch-20: #d0d0e0;
218
+ --ch-21: #c9555a;
219
+ --ch-22: #ebebeb;
220
+ --ch-23: #e0e0e0;
221
+ --ch-24: #b0b0b0;
222
+ --ch-25: #b0b0b033;
223
+ --ch-26: #f5f5f5e6;
224
224
  }
225
225
  }