@astryxdesign/cli 0.1.0-canary.7847c5f → 0.1.0-canary.7f17ba3
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.0-canary.
|
|
3
|
+
"version": "0.1.0-canary.7f17ba3",
|
|
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",
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"jscodeshift": "^17.3.0"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@astryxdesign/core": "0.1.0-canary.
|
|
58
|
-
"@astryxdesign/lab": "0.1.0-canary.
|
|
59
|
-
"@astryxdesign/theme-neutral": "0.1.0-canary.
|
|
57
|
+
"@astryxdesign/core": "0.1.0-canary.7f17ba3",
|
|
58
|
+
"@astryxdesign/lab": "0.1.0-canary.7f17ba3",
|
|
59
|
+
"@astryxdesign/theme-neutral": "0.1.0-canary.7f17ba3"
|
|
60
60
|
},
|
|
61
61
|
"peerDependenciesMeta": {
|
|
62
62
|
"@astryxdesign/core": {
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@astryxdesign/core": "0.1.0-canary.
|
|
74
|
-
"@astryxdesign/lab": "0.1.0-canary.
|
|
75
|
-
"@astryxdesign/theme-neutral": "0.1.0-canary.
|
|
73
|
+
"@astryxdesign/core": "0.1.0-canary.7f17ba3",
|
|
74
|
+
"@astryxdesign/lab": "0.1.0-canary.7f17ba3",
|
|
75
|
+
"@astryxdesign/theme-neutral": "0.1.0-canary.7f17ba3"
|
|
76
76
|
},
|
|
77
77
|
"scripts": {
|
|
78
78
|
"astryx": "node bin/astryx.mjs",
|
|
@@ -138,9 +138,9 @@ export default function TechnicalDocumentationPage() {
|
|
|
138
138
|
</HStack>
|
|
139
139
|
<Text type="body" color="secondary">
|
|
140
140
|
Help me get set up with Product Name. Based on my project, do
|
|
141
|
-
the following: 1. Install @astryxdesign/core and the StyleX
|
|
142
|
-
2. Wrap my app in ThemeProvider. 3. Replace one
|
|
143
|
-
component with an Astryx equivalent.
|
|
141
|
+
the following: 1. Install @astryxdesign/core and the StyleX
|
|
142
|
+
compiler. 2. Wrap my app in ThemeProvider. 3. Replace one
|
|
143
|
+
existing component with an Astryx equivalent.
|
|
144
144
|
</Text>
|
|
145
145
|
</VStack>
|
|
146
146
|
</Card>
|
|
@@ -181,8 +181,8 @@ export default function TechnicalDocumentationPage() {
|
|
|
181
181
|
Step 2: Add the StyleX compiler
|
|
182
182
|
</Text>
|
|
183
183
|
<Text type="body" color="secondary">
|
|
184
|
-
Astryx uses StyleX for styling. Add the compiler plugin to
|
|
185
|
-
build configuration.
|
|
184
|
+
Astryx uses StyleX for styling. Add the compiler plugin to
|
|
185
|
+
your build configuration.
|
|
186
186
|
</Text>
|
|
187
187
|
<CodeBlock
|
|
188
188
|
code="npm install @stylexjs/babel-plugin"
|