@clafoutis/cli 1.2.0 → 1.2.2

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.
@@ -150,21 +150,21 @@
150
150
  "default": {
151
151
  "bg": {
152
152
  "$type": "color",
153
- "$value": "{colors.slate.1200}"
153
+ "$value": "{colors.state.info.primary}"
154
154
  },
155
155
  "text": {
156
156
  "$type": "color",
157
- "$value": "{colors.slate.100}"
157
+ "$value": "{colors.text.inverse}"
158
158
  }
159
159
  },
160
160
  "secondary": {
161
161
  "bg": {
162
162
  "$type": "color",
163
- "$value": "{colors.slate.500}"
163
+ "$value": "{colors.state.info.bg}"
164
164
  },
165
165
  "text": {
166
166
  "$type": "color",
167
- "$value": "{colors.slate.1200}"
167
+ "$value": "{colors.state.info.text}"
168
168
  }
169
169
  },
170
170
  "outline": {
@@ -184,41 +184,41 @@
184
184
  "info": {
185
185
  "bg": {
186
186
  "$type": "color",
187
- "$value": "{colors.blue.900}"
187
+ "$value": "{colors.state.info.primary}"
188
188
  },
189
189
  "text": {
190
190
  "$type": "color",
191
- "$value": "{colors.slate.100}"
191
+ "$value": "{colors.text.inverse}"
192
192
  }
193
193
  },
194
194
  "success": {
195
195
  "bg": {
196
196
  "$type": "color",
197
- "$value": "{colors.green.900}"
197
+ "$value": "{colors.state.success.primary}"
198
198
  },
199
199
  "text": {
200
200
  "$type": "color",
201
- "$value": "{colors.slate.100}"
201
+ "$value": "{colors.text.inverse}"
202
202
  }
203
203
  },
204
204
  "warning": {
205
205
  "bg": {
206
206
  "$type": "color",
207
- "$value": "{colors.yellow.900}"
207
+ "$value": "{colors.state.warning.primary}"
208
208
  },
209
209
  "text": {
210
210
  "$type": "color",
211
- "$value": "{colors.slate.100}"
211
+ "$value": "{colors.state.warning.text}"
212
212
  }
213
213
  },
214
214
  "error": {
215
215
  "bg": {
216
216
  "$type": "color",
217
- "$value": "{colors.red.900}"
217
+ "$value": "{colors.state.error.primary}"
218
218
  },
219
219
  "text": {
220
220
  "$type": "color",
221
- "$value": "{colors.slate.100}"
221
+ "$value": "{colors.text.inverse}"
222
222
  }
223
223
  }
224
224
  },
@@ -150,21 +150,21 @@
150
150
  "default": {
151
151
  "bg": {
152
152
  "$type": "color",
153
- "$value": "{colors.slate.1200}"
153
+ "$value": "{colors.state.info.primary}"
154
154
  },
155
155
  "text": {
156
156
  "$type": "color",
157
- "$value": "{colors.slate.100}"
157
+ "$value": "{colors.text.inverse}"
158
158
  }
159
159
  },
160
160
  "secondary": {
161
161
  "bg": {
162
162
  "$type": "color",
163
- "$value": "{colors.slate.300}"
163
+ "$value": "{colors.state.info.bg}"
164
164
  },
165
165
  "text": {
166
166
  "$type": "color",
167
- "$value": "{colors.slate.1200}"
167
+ "$value": "{colors.state.info.text}"
168
168
  }
169
169
  },
170
170
  "outline": {
@@ -184,41 +184,41 @@
184
184
  "info": {
185
185
  "bg": {
186
186
  "$type": "color",
187
- "$value": "{colors.blue.900}"
187
+ "$value": "{colors.state.info.primary}"
188
188
  },
189
189
  "text": {
190
190
  "$type": "color",
191
- "$value": "{colors.slate.100}"
191
+ "$value": "{colors.text.inverse}"
192
192
  }
193
193
  },
194
194
  "success": {
195
195
  "bg": {
196
196
  "$type": "color",
197
- "$value": "{colors.green.900}"
197
+ "$value": "{colors.state.success.primary}"
198
198
  },
199
199
  "text": {
200
200
  "$type": "color",
201
- "$value": "{colors.slate.100}"
201
+ "$value": "{colors.text.inverse}"
202
202
  }
203
203
  },
204
204
  "warning": {
205
205
  "bg": {
206
206
  "$type": "color",
207
- "$value": "{colors.yellow.900}"
207
+ "$value": "{colors.state.warning.primary}"
208
208
  },
209
209
  "text": {
210
210
  "$type": "color",
211
- "$value": "{colors.slate.1200}"
211
+ "$value": "{colors.state.warning.text}"
212
212
  }
213
213
  },
214
214
  "error": {
215
215
  "bg": {
216
216
  "$type": "color",
217
- "$value": "{colors.red.900}"
217
+ "$value": "{colors.state.error.primary}"
218
218
  },
219
219
  "text": {
220
220
  "$type": "color",
221
- "$value": "{colors.slate.100}"
221
+ "$value": "{colors.text.inverse}"
222
222
  }
223
223
  }
224
224
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clafoutis/cli",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "GitOps powered design system CLI - generate and sync design tokens",
5
5
  "author": "Dessert Labs",
6
6
  "license": "BUSL-1.1",
@@ -25,7 +25,7 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@clack/prompts": "^1.0.0",
28
- "@clafoutis/generators": "^1.0.4",
28
+ "@clafoutis/generators": "^1.0.5",
29
29
  "@clafoutis/shared": "^1.0.0",
30
30
  "ajv": "^8.12.0",
31
31
  "commander": "^12.0.0",
@@ -150,21 +150,21 @@
150
150
  "default": {
151
151
  "bg": {
152
152
  "$type": "color",
153
- "$value": "{colors.slate.1200}"
153
+ "$value": "{colors.state.info.primary}"
154
154
  },
155
155
  "text": {
156
156
  "$type": "color",
157
- "$value": "{colors.slate.100}"
157
+ "$value": "{colors.text.inverse}"
158
158
  }
159
159
  },
160
160
  "secondary": {
161
161
  "bg": {
162
162
  "$type": "color",
163
- "$value": "{colors.slate.500}"
163
+ "$value": "{colors.state.info.bg}"
164
164
  },
165
165
  "text": {
166
166
  "$type": "color",
167
- "$value": "{colors.slate.1200}"
167
+ "$value": "{colors.state.info.text}"
168
168
  }
169
169
  },
170
170
  "outline": {
@@ -184,41 +184,41 @@
184
184
  "info": {
185
185
  "bg": {
186
186
  "$type": "color",
187
- "$value": "{colors.blue.900}"
187
+ "$value": "{colors.state.info.primary}"
188
188
  },
189
189
  "text": {
190
190
  "$type": "color",
191
- "$value": "{colors.slate.100}"
191
+ "$value": "{colors.text.inverse}"
192
192
  }
193
193
  },
194
194
  "success": {
195
195
  "bg": {
196
196
  "$type": "color",
197
- "$value": "{colors.green.900}"
197
+ "$value": "{colors.state.success.primary}"
198
198
  },
199
199
  "text": {
200
200
  "$type": "color",
201
- "$value": "{colors.slate.100}"
201
+ "$value": "{colors.text.inverse}"
202
202
  }
203
203
  },
204
204
  "warning": {
205
205
  "bg": {
206
206
  "$type": "color",
207
- "$value": "{colors.yellow.900}"
207
+ "$value": "{colors.state.warning.primary}"
208
208
  },
209
209
  "text": {
210
210
  "$type": "color",
211
- "$value": "{colors.slate.100}"
211
+ "$value": "{colors.state.warning.text}"
212
212
  }
213
213
  },
214
214
  "error": {
215
215
  "bg": {
216
216
  "$type": "color",
217
- "$value": "{colors.red.900}"
217
+ "$value": "{colors.state.error.primary}"
218
218
  },
219
219
  "text": {
220
220
  "$type": "color",
221
- "$value": "{colors.slate.100}"
221
+ "$value": "{colors.text.inverse}"
222
222
  }
223
223
  }
224
224
  },
@@ -150,21 +150,21 @@
150
150
  "default": {
151
151
  "bg": {
152
152
  "$type": "color",
153
- "$value": "{colors.slate.1200}"
153
+ "$value": "{colors.state.info.primary}"
154
154
  },
155
155
  "text": {
156
156
  "$type": "color",
157
- "$value": "{colors.slate.100}"
157
+ "$value": "{colors.text.inverse}"
158
158
  }
159
159
  },
160
160
  "secondary": {
161
161
  "bg": {
162
162
  "$type": "color",
163
- "$value": "{colors.slate.300}"
163
+ "$value": "{colors.state.info.bg}"
164
164
  },
165
165
  "text": {
166
166
  "$type": "color",
167
- "$value": "{colors.slate.1200}"
167
+ "$value": "{colors.state.info.text}"
168
168
  }
169
169
  },
170
170
  "outline": {
@@ -184,41 +184,41 @@
184
184
  "info": {
185
185
  "bg": {
186
186
  "$type": "color",
187
- "$value": "{colors.blue.900}"
187
+ "$value": "{colors.state.info.primary}"
188
188
  },
189
189
  "text": {
190
190
  "$type": "color",
191
- "$value": "{colors.slate.100}"
191
+ "$value": "{colors.text.inverse}"
192
192
  }
193
193
  },
194
194
  "success": {
195
195
  "bg": {
196
196
  "$type": "color",
197
- "$value": "{colors.green.900}"
197
+ "$value": "{colors.state.success.primary}"
198
198
  },
199
199
  "text": {
200
200
  "$type": "color",
201
- "$value": "{colors.slate.100}"
201
+ "$value": "{colors.text.inverse}"
202
202
  }
203
203
  },
204
204
  "warning": {
205
205
  "bg": {
206
206
  "$type": "color",
207
- "$value": "{colors.yellow.900}"
207
+ "$value": "{colors.state.warning.primary}"
208
208
  },
209
209
  "text": {
210
210
  "$type": "color",
211
- "$value": "{colors.slate.1200}"
211
+ "$value": "{colors.state.warning.text}"
212
212
  }
213
213
  },
214
214
  "error": {
215
215
  "bg": {
216
216
  "$type": "color",
217
- "$value": "{colors.red.900}"
217
+ "$value": "{colors.state.error.primary}"
218
218
  },
219
219
  "text": {
220
220
  "$type": "color",
221
- "$value": "{colors.slate.100}"
221
+ "$value": "{colors.text.inverse}"
222
222
  }
223
223
  }
224
224
  },