@astryxdesign/cli 0.1.3-canary.adbd0e5 → 0.1.3-canary.cbfd87b
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": "@astryxdesign/cli",
|
|
3
|
-
"version": "0.1.3-canary.
|
|
3
|
+
"version": "0.1.3-canary.cbfd87b",
|
|
4
4
|
"displayName": "CLI",
|
|
5
5
|
"description": "Scaffold projects, browse templates, generate themes, and get agent-ready docs from the command line.",
|
|
6
6
|
"author": "Meta Open Source",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"zod": "^4.4.3"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
|
-
"@astryxdesign/core": "0.1.3-canary.
|
|
79
|
-
"@astryxdesign/lab": "0.1.3-canary.
|
|
80
|
-
"@astryxdesign/theme-neutral": "0.1.3-canary.
|
|
78
|
+
"@astryxdesign/core": "0.1.3-canary.cbfd87b",
|
|
79
|
+
"@astryxdesign/lab": "0.1.3-canary.cbfd87b",
|
|
80
|
+
"@astryxdesign/theme-neutral": "0.1.3-canary.cbfd87b",
|
|
81
81
|
"gpt-tokenizer": "^2.0.0"
|
|
82
82
|
},
|
|
83
83
|
"peerDependenciesMeta": {
|
|
@@ -92,9 +92,9 @@
|
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
|
-
"@astryxdesign/core": "0.1.3-canary.
|
|
96
|
-
"@astryxdesign/lab": "0.1.3-canary.
|
|
97
|
-
"@astryxdesign/theme-neutral": "0.1.3-canary.
|
|
95
|
+
"@astryxdesign/core": "0.1.3-canary.cbfd87b",
|
|
96
|
+
"@astryxdesign/lab": "0.1.3-canary.cbfd87b",
|
|
97
|
+
"@astryxdesign/theme-neutral": "0.1.3-canary.cbfd87b",
|
|
98
98
|
"gpt-tokenizer": "^2.0.0"
|
|
99
99
|
},
|
|
100
100
|
"scripts": {
|
|
@@ -7,7 +7,7 @@ export const doc = {
|
|
|
7
7
|
name: 'TabList — With Actions',
|
|
8
8
|
displayName: 'TabList — With Actions',
|
|
9
9
|
description:
|
|
10
|
-
'Page header pattern with tabs on the left and action buttons pushed to the right. When hasDivider is true, pair with a smaller button size (sm) so actions don\
|
|
10
|
+
'Page header pattern with tabs on the left and action buttons pushed to the right. When hasDivider is true, pair with a smaller button size (sm) so actions don\'t overpower the tab row.',
|
|
11
11
|
isReady: true,
|
|
12
12
|
aspectRatio: 4 / 3,
|
|
13
13
|
componentsUsed: ['TabList', 'Tab', 'Button'],
|