@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 +13 -0
- package/build/index.css +2 -2
- package/build/index.css.map +1 -1
- package/build/index.esm.js +19 -14
- package/build/index.js +19 -14
- package/package.json +7 -5
- package/build/index.esm.css +0 -12
- package/build/index.esm.css.map +0 -1
package/README.md
CHANGED
|
@@ -185,6 +185,19 @@ export const COMPONENT_TYPE = {
|
|
|
185
185
|
|
|
186
186
|

|
|
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
|