studio-engine 0.74.7 → 0.74.8
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +802 -631
- data/README.md +5 -2
- data/app/views/studio/modals/blocks/_close_x.html.erb +6 -4
- data/app/views/studio/modals/blocks/_rail_row.html.erb +3 -1
- data/app/views/style/_modals.html.erb +190 -380
- data/app/views/style/modals/_ds_email_field.html.erb +58 -0
- data/app/views/style/modals/_ds_resend_footer.html.erb +70 -0
- data/app/views/style/modals/_ds_stack_demo.html.erb +63 -0
- data/app/views/style/modals/_wallet_connect.html.erb +26 -12
- data/lib/studio/version.rb +1 -1
- data/lib/studio.rb +4 -2
- metadata +4 -6
- data/app/views/style/modals/_auth.html.erb +0 -307
- data/app/views/style/modals/_ds_onramp_hub.html.erb +0 -71
- data/app/views/style/modals/_ds_wallet_topup.html.erb +0 -69
- data/app/views/style/modals/_entry_tokens.html.erb +0 -188
- data/app/views/style/modals/_onchain_tx.html.erb +0 -86
data/README.md
CHANGED
|
@@ -815,8 +815,11 @@ let it allocate the version — it derives the bump, commits `lib/studio/version
|
|
|
815
815
|
with its `Gemfile.lock` onto **`origin/release`**, then publishes, tags, and bumps
|
|
816
816
|
each consumer's lock. **Do not set the version by hand.** A hand-set number makes
|
|
817
817
|
the allocation read the current version as already past the last tag and skip, so
|
|
818
|
-
the hand number silently wins over the derived one.
|
|
819
|
-
|
|
818
|
+
the hand number silently wins over the derived one. **`prepare` does not touch
|
|
819
|
+
[`CHANGELOG.md`](./CHANGELOG.md)** — renaming `## Unreleased` to the allocated
|
|
820
|
+
version and opening a fresh empty one is a manual last step, and skipping it is
|
|
821
|
+
how thirty-five minor versions of entries ended up filed as pending. Details and the
|
|
822
|
+
exact commands are in [`docs/RELEASE.md`](./docs/RELEASE.md).
|
|
820
823
|
|
|
821
824
|
**Semver guide** — the release *derives* the bump from its members (a `breaking`
|
|
822
825
|
risk tag → major, a `feature` → minor, otherwise patch), so this is what those
|
|
@@ -18,12 +18,14 @@
|
|
|
18
18
|
and label — from the markup you are REPLACING, and use the specimen only to
|
|
19
19
|
learn which locals exist and how they compose. A specimen is a demo: the
|
|
20
20
|
engine is entitled to pick any plausible value for it, and those values are
|
|
21
|
-
not your app's.
|
|
22
|
-
its own page-scoped host; a callsite that copies
|
|
23
|
-
does not have, so the mark renders and does nothing.
|
|
21
|
+
not your app's. The specimen that earned this paragraph passed modal_store
|
|
22
|
+
"dsModals", its own page-scoped host; a callsite that copies that closes a
|
|
23
|
+
store the app does not have, so the mark renders and does nothing.
|
|
24
24
|
|
|
25
25
|
The incident that earned this paragraph: an adopter built a new callsite from
|
|
26
|
-
style/modals/_ds_wallet_topup
|
|
26
|
+
style/modals/_ds_wallet_topup — a mirror of turf-monster's Top Up Wallet card,
|
|
27
|
+
retired on 2026-09-09, so do not go looking for the file — and carried its icon
|
|
28
|
+
across. The specimen passed
|
|
27
29
|
U+1F39F ADMISSION TICKETS; the markup being replaced had always drawn U+1F3AB
|
|
28
30
|
TICKET. A different glyph in a different colour landed on the primary rail of
|
|
29
31
|
the web2 kill-switch face of Top Up Wallet — the single call to action shown to
|
|
@@ -17,7 +17,9 @@
|
|
|
17
17
|
plausible value for it, and those values are not your app's.
|
|
18
18
|
|
|
19
19
|
The incident that earned this paragraph: an adopter built a new callsite from
|
|
20
|
-
style/modals/_ds_wallet_topup
|
|
20
|
+
style/modals/_ds_wallet_topup — a mirror of turf-monster's Top Up Wallet card,
|
|
21
|
+
retired on 2026-09-09, so do not go looking for the file — and carried its icon
|
|
22
|
+
across. The specimen passed
|
|
21
23
|
U+1F39F ADMISSION TICKETS; the markup being replaced had always drawn U+1F3AB
|
|
22
24
|
TICKET. A different glyph in a different colour landed on the primary rail of
|
|
23
25
|
the web2 kill-switch face of Top Up Wallet — the single call to action shown to
|