lion-make 0.3.0 → 0.3.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/dist/components/footer/Disclosure.d.ts +1 -1
- package/guidelines/Guidelines.md +2 -2
- package/guidelines/content-types/footer/anklet.md +1 -1
- package/guidelines/content-types/footer/overview.md +1 -1
- package/guidelines/content-types/header/top-level-navigation.md +1 -1
- package/guidelines/content-types/hero/overview.md +1 -1
- package/package.json +3 -3
|
@@ -8,7 +8,7 @@ export interface DisclosureProps {
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* ZONE: footer only — Disclosures subsection (closed by default).
|
|
11
|
-
* Use defaultOpen={true} for the "Disclosure Toggle Open"
|
|
11
|
+
* Use defaultOpen={true} for the "Disclosure Toggle Open" content type.
|
|
12
12
|
* materialId is the compliance tracking number (Medicare Advantage / PDP).
|
|
13
13
|
*/
|
|
14
14
|
export declare const Disclosure: React.FC<DisclosureProps>;
|
package/guidelines/Guidelines.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# lion-make
|
|
1
|
+
# lion-make Design System
|
|
2
2
|
|
|
3
3
|
## What This System Is
|
|
4
4
|
|
|
5
|
-
lion-make is a **zone-locked CMS design system
|
|
5
|
+
lion-make is a **zone-locked CMS design system**. It is not a free-composition component library. Every page is divided into fixed zones — Header, Hero, General Content, Anklet, Footer — and each zone accepts only its designated content types. This is the system's single most important structural rule.
|
|
6
6
|
|
|
7
7
|
**Do not invent components, layouts, or structures outside the defined content types. If it is not in this system, it does not exist here.**
|
|
8
8
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Zone:** Anklet — its own dedicated zone directly above the Footer zone. Not part of the Footer zone itself.
|
|
4
4
|
|
|
5
|
-
> **Note on placement:**
|
|
5
|
+
> **Note on placement:** The Anklet is grouped under the "Footer" section of the guide, but architecturally it occupies its own zone (`data-zone="anklet"`) between General Content and the Footer. It is not nested inside a `Section zone="footer"`.
|
|
6
6
|
|
|
7
7
|
## Description
|
|
8
8
|
|
|
@@ -89,7 +89,7 @@ import {
|
|
|
89
89
|
- [compliance.md](./compliance.md)
|
|
90
90
|
- [legal-links.md](./legal-links.md)
|
|
91
91
|
|
|
92
|
-
Legacy docs (
|
|
92
|
+
Legacy docs (earlier naming — kept for reference):
|
|
93
93
|
- [disclaimer.md](./disclaimer.md)
|
|
94
94
|
- [disclosure.md](./disclosure.md)
|
|
95
95
|
- [compliance-block.md](./compliance-block.md)
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
The global navigation menu — the primary wayfinding element across all pages. Renders as a horizontal link bar with optional dropdown sub-menus. Every page must include exactly one `TopLevelNavigation`.
|
|
8
8
|
|
|
9
|
-
Supports one level of dropdown children. Deeper nesting is not supported
|
|
9
|
+
Supports one level of dropdown children. Deeper nesting is not supported.
|
|
10
10
|
|
|
11
11
|
## Props
|
|
12
12
|
|
|
@@ -72,5 +72,5 @@ import { Section, CTAHeroBlock } from 'lion-make'
|
|
|
72
72
|
- [multi-hero.md](./multi-hero.md)
|
|
73
73
|
- [not-available-hero-block.md](./not-available-hero-block.md)
|
|
74
74
|
|
|
75
|
-
Legacy (
|
|
75
|
+
Legacy (generic stub — kept for backward compatibility):
|
|
76
76
|
- [hero-variants.md](./hero-variants.md)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lion-make",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.3.1",
|
|
4
|
+
"description": "Zone-locked CMS design system for Figma Make — structured layout system with CSS design tokens and React component stubs.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/lion-make.umd.cjs",
|
|
7
7
|
"module": "./dist/lion-make.js",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"keywords": [
|
|
46
46
|
"design-system",
|
|
47
47
|
"figma-make",
|
|
48
|
-
"
|
|
48
|
+
"zone-locked",
|
|
49
49
|
"react",
|
|
50
50
|
"lion-make"
|
|
51
51
|
],
|