@auto-engineer/generate-react-client 1.106.0 → 1.107.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/CHANGELOG.md +32 -0
- package/dist/starter/.storybook/preview-head.html +47 -10
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @auto-engineer/generate-react-client
|
|
2
2
|
|
|
3
|
+
## 1.107.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`8bedd2d`](https://github.com/BeOnAuto/auto-engineer/commit/8bedd2d23673f475aa11d41c4ecc49c6cf116544) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: capture sourceEventTypes from emit chain in settled builder
|
|
8
|
+
|
|
9
|
+
- [`55d254f`](https://github.com/BeOnAuto/auto-engineer/commit/55d254f5cba939d8da86b59e2988fbd6015a4b99) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: allow custom label on settled() builder method
|
|
10
|
+
|
|
11
|
+
- [`4c00021`](https://github.com/BeOnAuto/auto-engineer/commit/4c00021fdb4f4e07e071825c61b1b2a6e53dee32) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - Added descriptive labels to settled operations for better identification and debugging
|
|
12
|
+
|
|
13
|
+
- [`35f4746`](https://github.com/BeOnAuto/auto-engineer/commit/35f474680de0972db431720f7bbec37e7acf1474) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - - **typical**: wire component check-and-retry loop
|
|
14
|
+
- **component-implementor-react**: add context and passthrough fields
|
|
15
|
+
- **pipeline**: support multiple settled blocks with same command types
|
|
16
|
+
- **component-implementor-react**: remove context from CLI fields definition
|
|
17
|
+
- **pipeline**: update graph node IDs and mermaid rendering for settledId
|
|
18
|
+
|
|
19
|
+
- [`c014d49`](https://github.com/BeOnAuto/auto-engineer/commit/c014d4975c1684484e2616894534b99199d46883) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: thread sourceEventType from event routing to settled bridge
|
|
20
|
+
|
|
21
|
+
- [`444e0e5`](https://github.com/BeOnAuto/auto-engineer/commit/444e0e5f2c1e7ed95b954f26ca057185fe415a84) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: auto-generate label for settled graph nodes from dispatches
|
|
22
|
+
|
|
23
|
+
- [`bf5ab79`](https://github.com/BeOnAuto/auto-engineer/commit/bf5ab79d1d03e16b5d073a2d92704f3b7a7d922c) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: filter settled bridge events by sourceEventTypes
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- [`0315167`](https://github.com/BeOnAuto/auto-engineer/commit/0315167729236a9a93dc71676f412aea90b4812e) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: mark settled labels and event routing bursts as done
|
|
28
|
+
|
|
29
|
+
- [`4f20028`](https://github.com/BeOnAuto/auto-engineer/commit/4f200282507647e4782bb88bfbe15a47c1d45e68) Thanks [@SamHatoum](https://github.com/SamHatoum)! - - **pipeline**: add settled labels and event routing plan to ketchup
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [[`8bedd2d`](https://github.com/BeOnAuto/auto-engineer/commit/8bedd2d23673f475aa11d41c4ecc49c6cf116544), [`55d254f`](https://github.com/BeOnAuto/auto-engineer/commit/55d254f5cba939d8da86b59e2988fbd6015a4b99), [`4c00021`](https://github.com/BeOnAuto/auto-engineer/commit/4c00021fdb4f4e07e071825c61b1b2a6e53dee32), [`35f4746`](https://github.com/BeOnAuto/auto-engineer/commit/35f474680de0972db431720f7bbec37e7acf1474), [`0315167`](https://github.com/BeOnAuto/auto-engineer/commit/0315167729236a9a93dc71676f412aea90b4812e), [`4f20028`](https://github.com/BeOnAuto/auto-engineer/commit/4f200282507647e4782bb88bfbe15a47c1d45e68), [`c014d49`](https://github.com/BeOnAuto/auto-engineer/commit/c014d4975c1684484e2616894534b99199d46883), [`444e0e5`](https://github.com/BeOnAuto/auto-engineer/commit/444e0e5f2c1e7ed95b954f26ca057185fe415a84), [`bf5ab79`](https://github.com/BeOnAuto/auto-engineer/commit/bf5ab79d1d03e16b5d073a2d92704f3b7a7d922c)]:
|
|
32
|
+
- @auto-engineer/file-upload@1.107.0
|
|
33
|
+
- @auto-engineer/message-bus@1.107.0
|
|
34
|
+
|
|
3
35
|
## 1.106.0
|
|
4
36
|
|
|
5
37
|
### Minor Changes
|
|
@@ -23,24 +23,61 @@
|
|
|
23
23
|
color-scheme: light;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
/* Fix
|
|
26
|
+
/* Fix preview area - target all loading/skeleton states (light mode) */
|
|
27
|
+
.sb-preparing-story,
|
|
28
|
+
.sb-preparing-docs,
|
|
29
|
+
.sb-wrapper,
|
|
30
|
+
.sb-previewBlock,
|
|
31
|
+
.sb-previewBlock *,
|
|
32
|
+
#storybook-root,
|
|
33
|
+
#storybook-docs,
|
|
34
|
+
/* Emotion CSS classes in preview area (exclude loader) */
|
|
35
|
+
[class^="css-"]:not([class*="loader"]) {
|
|
36
|
+
background-color: #FFFFFF;
|
|
37
|
+
color-scheme: light;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/* Make spinner transparent in light mode */
|
|
41
|
+
.sb-loader,
|
|
42
|
+
.sb-loader *,
|
|
43
|
+
[class*="loader"],
|
|
44
|
+
[class*="loader"] *,
|
|
45
|
+
/* Target SVG circles that might be spinner backgrounds */
|
|
46
|
+
.sb-loader svg,
|
|
47
|
+
.sb-loader svg circle,
|
|
48
|
+
[class*="loader"] svg,
|
|
49
|
+
[class*="loader"] svg circle {
|
|
50
|
+
fill: transparent !important;
|
|
51
|
+
background: transparent !important;
|
|
52
|
+
background-color: transparent !important;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/* Fix preview area - dark mode */
|
|
27
56
|
html.dark .sb-preparing-story,
|
|
28
57
|
html.dark .sb-preparing-docs,
|
|
29
58
|
html.dark .sb-wrapper,
|
|
59
|
+
html.dark .sb-previewBlock,
|
|
60
|
+
html.dark .sb-previewBlock *,
|
|
30
61
|
html.dark #storybook-root,
|
|
31
|
-
html.dark #storybook-docs
|
|
62
|
+
html.dark #storybook-docs,
|
|
63
|
+
/* Emotion CSS classes in preview area - dark mode (exclude loader) */
|
|
64
|
+
html.dark [class^="css-"]:not([class*="loader"]) {
|
|
32
65
|
background-color: #1a1f2e;
|
|
33
66
|
color-scheme: dark;
|
|
34
67
|
}
|
|
35
68
|
|
|
36
|
-
/*
|
|
37
|
-
.sb-loader,
|
|
38
|
-
.sb-loader *,
|
|
39
|
-
[class*="loader"],
|
|
40
|
-
[class*="loader"]
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
69
|
+
/* Fix spinner - dark mode */
|
|
70
|
+
html.dark .sb-loader,
|
|
71
|
+
html.dark .sb-loader *,
|
|
72
|
+
html.dark [class*="loader"],
|
|
73
|
+
html.dark [class*="loader"] *,
|
|
74
|
+
html.dark .sb-loader svg,
|
|
75
|
+
html.dark .sb-loader svg circle,
|
|
76
|
+
html.dark [class*="loader"] svg,
|
|
77
|
+
html.dark [class*="loader"] svg circle {
|
|
78
|
+
fill: transparent !important;
|
|
79
|
+
background: transparent !important;
|
|
80
|
+
background-color: transparent !important;
|
|
44
81
|
}
|
|
45
82
|
|
|
46
83
|
/* Set dark background on all iframes in dark mode to reduce flash from external content */
|
package/package.json
CHANGED
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"debug": "^4.4.1",
|
|
22
|
-
"@auto-engineer/file-upload": "1.
|
|
23
|
-
"@auto-engineer/message-bus": "1.
|
|
22
|
+
"@auto-engineer/file-upload": "1.107.0",
|
|
23
|
+
"@auto-engineer/message-bus": "1.107.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/debug": "^4.1.12"
|
|
27
27
|
},
|
|
28
|
-
"version": "1.
|
|
28
|
+
"version": "1.107.0",
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build": "tsc && tsx ../../scripts/fix-esm-imports.ts && cp -r starter dist/",
|
|
31
31
|
"test-cli": "tsx test-cli.ts",
|