@onereach/idw-contracts 0.2.1-beta.30.0 → 0.2.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/idw-contracts",
|
|
3
|
-
"version": "0.2.1
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Shared IDW contracts, schemas and types (isomorphic, consumed by idw-api and idw-ui).",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -38,5 +38,6 @@
|
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
|
-
}
|
|
41
|
+
},
|
|
42
|
+
"gitHead": "943617eca8cabefe8d12dfc6674eadcdbae86bf3"
|
|
42
43
|
}
|
|
@@ -103,7 +103,7 @@ Do not invent template ids. If none fit, emit a raw card.
|
|
|
103
103
|
|
|
104
104
|
Limits: nesting `Container` / `ColumnSet` ≤ 3. `ColumnSet` has 2–3 columns. Image / File / Media / `open-url` URLs must be relative or `http(s)` — never `javascript:`.
|
|
105
105
|
|
|
106
|
-
Every element may have: `id`, `spacing` (`none` \| `xs` \| `sm` \| `md` \| `lg` \| `xl`), `isVisible`, `separator`, and `$when` (templates only).
|
|
106
|
+
Every element may have: `id`, `spacing` (`none` \| `xs` \| `sm` \| `md` \| `lg` \| `xl`), `isVisible`, `separator`, and `$when` (templates only). Omit `spacing` for the default sibling gap (`md`). The first item in a stack has no top gap. Use `none` only to sit flush against the previous item.
|
|
107
107
|
|
|
108
108
|
Do not put `theme`, colors, px, or font stacks on the card.
|
|
109
109
|
|