@lessly/sdk-app 47.1.0 → 47.1.1

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/docs/README.md CHANGED
@@ -16,7 +16,7 @@ handed to it by the shell that hosts it.
16
16
 
17
17
  Contrast this with a Lessly **extension**: an extension owns a backend
18
18
  service, a database, and typically an MCP endpoint, and is built against the
19
- extensions-guide contracts (`MFST-*`, `PRD-*`, `MCP-*`, etc.). An App has none
19
+ toolkit-guide contracts (`MFST-*`, `PRD-*`, `MCP-*`, etc.). An App has none
20
20
  of that surface. If your task involves a database migration, a service-to-service
21
21
  scope, or an MCP tool, you are building an extension, not an App — this guide
22
22
  does not apply.
@@ -3,7 +3,7 @@
3
3
  How to wire the Module Federation contract an App must implement (APP-004),
4
4
  and the dual-mode CSS graph that goes with it (APP-008, APP-009, APP-010).
5
5
  This page shows the *how*; for exact wording, rationale, and examples of the
6
- shared rules, see the referenced `FED-*` IDs in the extensions-guide — this
6
+ shared rules, see the referenced `FED-*` IDs in the toolkit-guide — this
7
7
  recipe does not restate them.
8
8
 
9
9
  ## Expose `./App` — and nothing else
package/docs/rules.md CHANGED
@@ -10,7 +10,7 @@ Rule IDs (`APP-NNN`) are immutable once merged: a rule's ID and meaning never
10
10
  change, even if its wording is later clarified. Some of these rules cover
11
11
  ground shared with extensions and the platform's Module Federation host; where
12
12
  that's true, this file references the existing `FED-*` rule ID from the
13
- extensions-guide instead of restating it — go there for the full rule text,
13
+ toolkit-guide instead of restating it — go there for the full rule text,
14
14
  rationale, and examples.
15
15
 
16
16
  ---
@@ -162,7 +162,7 @@ declares layer order and is harmless; the forbidden shape is the block,
162
162
  more than custom properties.
163
163
 
164
164
  For the production defect this comes from — a remote's late-loading `body`
165
- rule re-fonting the shell's chrome — see FED-008 in the extensions-guide.
165
+ rule re-fonting the shell's chrome — see FED-008 in the toolkit-guide.
166
166
  `recipes/federation.md` has the canonical stylesheets.
167
167
 
168
168
  ### APP-009 (MUST) — One source of scale vocabulary: `lesslyPreset`
@@ -194,7 +194,7 @@ by their sheets. Do not write a guard that way.
194
194
 
195
195
  When both sides build on the same preset, rules that share a class name compile
196
196
  identically and the collision stops existing. See FED-013 in the
197
- extensions-guide for the measurements (13px → 14px, line-height 19.5 → 20) and
197
+ toolkit-guide for the measurements (13px → 14px, line-height 19.5 → 20) and
198
198
  for the three wrong fixes it rules out.
199
199
 
200
200
  ### APP-010 (MUST) — Federation utilities land in `layer(remote-utilities)`
@@ -229,7 +229,7 @@ therefore **highest**-priority — layer, so every App utility beats every shell
229
229
  utility: strictly worse than the defect. Verify the shell first; adopting early
230
230
  is a regression, not a head start.
231
231
 
232
- See FED-014 in the extensions-guide for the measurement (App `.px-2` against
232
+ See FED-014 in the toolkit-guide for the measurement (App `.px-2` against
233
233
  shell `.sm:px-2.5` — different rule names, so no shared preset can reach them;
234
234
  5 of 283 shell chrome nodes affected) and for the accepted symmetric risk on
235
235
  the App's own nodes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessly/sdk-app",
3
- "version": "47.1.0",
3
+ "version": "47.1.1",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "engines": {