@apiwiz/apiwiz-catalog-library 2.0.28 → 2.0.30

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/README.md CHANGED
@@ -185,6 +185,19 @@ export const COMPONENT_TYPE = {
185
185
 
186
186
  ![Accounts OAS Catalog](https://apiwiz-io-website.s3.us-west-2.amazonaws.com/catalog-img-2.png "Account OAS")
187
187
 
188
+ ## 📐 DFS layout & typography
189
+
190
+ Catalog UI dimensions scale with viewport via `--dfs-rem` (1.25vw → 18px at 1440px width).
191
+
192
+ - **Typography:** `dfs-Npx` utility classes (not `fs-Npx`)
193
+ - **Spacing & size:** `dss-*` utilities (`dss-p-12`, `dss-h-40`, `dss-gap-8`, …)
194
+ - **JS/Monaco/icons:** `dfsSize(n)` from `@/Services/constants`
195
+ - **Tokens:** `--dss-*`, `--dfs-lh-*` in `src/dfs-global.css`
196
+
197
+ Avoid static `Npx` utility classes for catalog layout; 1px borders and fixed layout regions (e.g. `--ref-schema-height`) are intentional exceptions.
198
+
199
+ ---
200
+
188
201
  ## 📄 License
189
202
 
190
203
  MIT © Apiwiz