@atelier-ui/create-workspace 0.0.34 → 0.0.35

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/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## 0.0.35 (2026-04-26)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **libs:** Phase 3 — non-color differentiation + protanopia bumps ([#64748](https://github.com/DominikPieper/atelier-ui/issues/64748), [#4](https://github.com/DominikPieper/atelier-ui/issues/4))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Claude Opus 4.7 (1M context)
10
+ - Dominik Pieper
11
+
1
12
  ## 0.0.34 (2026-04-25)
2
13
 
3
14
  This was a version bump only for create-workspace to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@atelier-ui/create-workspace",
3
- "version": "0.0.34",
4
- "description": "Nx preset for Atelier UI workshop workspaces",
3
+ "version": "0.0.35",
4
+ "description": "Nx preset for Atelier workshop workspaces",
5
5
  "keywords": [
6
6
  "nx",
7
7
  "preset",
@@ -9,7 +9,7 @@
9
9
  "angular",
10
10
  "workshop"
11
11
  ],
12
- "author": "Atelier UI",
12
+ "author": "Atelier",
13
13
  "license": "MIT",
14
14
  "repository": {
15
15
  "type": "git",
@@ -65,7 +65,7 @@
65
65
 
66
66
  /* Colors — Text */
67
67
  --ui-color-text: #0f172a;
68
- --ui-color-text-muted: #64748b;
68
+ --ui-color-text-muted: #4f5f7c;
69
69
  --ui-color-text-on-primary: #ffffff;
70
70
  --ui-color-text-on-secondary: #ffffff;
71
71
  --ui-color-text-on-danger: #ffffff;
@@ -291,7 +291,7 @@
291
291
  --ui-color-border: #e5e7eb;
292
292
  --ui-color-border-hover: #d1d5db;
293
293
  --ui-color-text: #0f172a;
294
- --ui-color-text-muted: #64748b;
294
+ --ui-color-text-muted: #4f5f7c;
295
295
  --ui-color-text-on-primary: #ffffff;
296
296
  --ui-color-input-border: #d1d5db;
297
297
  --ui-color-input-border-hover: #9ca3af;
@@ -3,7 +3,7 @@
3
3
  * preflight.mjs
4
4
  *
5
5
  * Pre-workshop self-check. Verifies the local environment is ready for the
6
- * Atelier UI workshop (Figma + Claude Code + Storybook MCP).
6
+ * Atelier workshop (Figma + Claude Code + Storybook MCP).
7
7
  *
8
8
  * Run via: node tools/scripts/preflight.mjs
9
9
  * (or npm run preflight)
@@ -271,7 +271,7 @@ function header(title) {
271
271
 
272
272
  async function main() {
273
273
  console.log('');
274
- console.log(bold('Atelier UI Preflight'));
274
+ console.log(bold('Atelier Preflight'));
275
275
  console.log(dim('Checking your environment for the workshop…'));
276
276
 
277
277
  header('Runtime');
@@ -111,9 +111,9 @@ Before using any component:
111
111
  3. Call \`get-documentation-for-story\` for a specific variant
112
112
  4. Do not use a component that is not in the docs`)
113
113
  .join('\n\n');
114
- tree.write('CLAUDE.md', `# Atelier UI Workshop
114
+ tree.write('CLAUDE.md', `# Atelier Workshop
115
115
 
116
- This workspace uses Atelier UI for all UI components.
116
+ This workspace uses Atelier for all UI components.
117
117
  Full API reference: ${SITE_URL}/llms-full.txt
118
118
 
119
119
  ## MCP Servers
@@ -139,7 +139,7 @@ Key tokens:
139
139
  ## Rules
140
140
  - Prefer component props over custom CSS
141
141
  - When custom styling is needed, use --ui-color-* and --ui-spacing-* tokens
142
- - Do not install other UI component libraries alongside Atelier UI
142
+ - Do not install other UI component libraries alongside Atelier
143
143
  - Do not add inline hex colors or hardcoded spacing values
144
144
 
145
145
  ## Apps
@@ -220,7 +220,7 @@ file exports). The Desktop Bridge covers creation and inspection without a token
220
220
  }
221
221
  (0, devkit_1.writeJson)(tree, '.mcp.json', { mcpServers });
222
222
  // Write README
223
- tree.write('README.md', `# Atelier UI Workshop
223
+ tree.write('README.md', `# Atelier Workshop
224
224
 
225
225
  ## Apps
226
226
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/schema",
3
3
  "$id": "Preset",
4
- "title": "Atelier UI Workshop Preset",
4
+ "title": "Atelier Workshop Preset",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "name": {