@archetypeai/ds-cli 0.8.1 → 0.9.0
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/files/ds-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "archetypeai-design-system",
|
|
3
|
-
"suiteVersion": "0.
|
|
3
|
+
"suiteVersion": "0.8.1",
|
|
4
4
|
"rules": [
|
|
5
5
|
"Compose UIs from the npm packages by default; import components from their package subpaths (see each component `import` field).",
|
|
6
6
|
"Pull editable source via the registry only when a component must be modified: npx shadcn-svelte@latest add <component `source` URL>. Never hand-edit files inside node_modules.",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"tiers": {
|
|
13
13
|
"console": {
|
|
14
14
|
"package": "@archetypeai/ds-ui-svelte-console",
|
|
15
|
-
"version": "0.
|
|
15
|
+
"version": "0.8.1",
|
|
16
16
|
"registry": "https://design-system-console.archetypeai.workers.dev/r/{name}.json",
|
|
17
17
|
"stability": "stable — frozen API",
|
|
18
18
|
"components": [
|
|
@@ -860,7 +860,7 @@
|
|
|
860
860
|
},
|
|
861
861
|
"labs": {
|
|
862
862
|
"package": "@archetypeai/ds-ui-svelte-labs",
|
|
863
|
-
"version": "0.
|
|
863
|
+
"version": "0.8.1",
|
|
864
864
|
"registry": "https://design-system-labs.archetypeai.workers.dev/r/{name}.json",
|
|
865
865
|
"stability": "experimental — 0.x, depends on the console package",
|
|
866
866
|
"components": [
|
|
@@ -19,14 +19,14 @@ export const REQUIRED_FONTS = [
|
|
|
19
19
|
'PPNeueMontreal-Thin.ttf',
|
|
20
20
|
'PPNeueMontreal-ThinItalic.ttf',
|
|
21
21
|
'PPNeueMontreal-Light.ttf',
|
|
22
|
-
'PPNeueMontreal-
|
|
22
|
+
'PPNeueMontreal-Book.ttf',
|
|
23
23
|
'PPNeueMontreal-Italic.ttf',
|
|
24
24
|
'PPNeueMontreal-Medium.ttf',
|
|
25
25
|
'PPNeueMontreal-Bold.ttf',
|
|
26
26
|
'PPNeueMontreal-BoldItalic.ttf',
|
|
27
27
|
// PP Neue Montreal Mono (.otf)
|
|
28
28
|
'PPNeueMontrealMono-Thin.otf',
|
|
29
|
-
'PPNeueMontrealMono-
|
|
29
|
+
'PPNeueMontrealMono-Book.otf',
|
|
30
30
|
'PPNeueMontrealMono-RegularItalic.otf',
|
|
31
31
|
'PPNeueMontrealMono-Medium.otf',
|
|
32
32
|
'PPNeueMontrealMono-Bold.otf'
|