lion-make 0.1.0 → 0.3.0
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 +3 -2
- package/dist/components/footer/DisclosureToggleOpen.d.ts +13 -0
- package/dist/components/footer/LegalLinks.d.ts +16 -0
- package/dist/components/footer/LinksAndSocial.d.ts +25 -0
- package/dist/components/general/AccordionBlock.d.ts +15 -0
- package/dist/components/general/AllBlogsPostBlock.d.ts +21 -0
- package/dist/components/general/BackgroundColorBlock.d.ts +12 -0
- package/dist/components/general/BasicContentBlock.d.ts +18 -0
- package/dist/components/general/BodyTextCopyBlock.d.ts +12 -0
- package/dist/components/general/ContentImageBlock.d.ts +15 -0
- package/dist/components/general/CrossSellCardBlock.d.ts +18 -0
- package/dist/components/general/DecorativeListBlock.d.ts +13 -0
- package/dist/components/general/EmailCalloutBlock.d.ts +14 -0
- package/dist/components/general/EmbeddedVideoBlock.d.ts +15 -0
- package/dist/components/general/FullSizeImageWithHighlightBox.d.ts +21 -0
- package/dist/components/general/HorizontalRule.d.ts +13 -0
- package/dist/components/general/HotJobsBlock.d.ts +21 -0
- package/dist/components/general/InlineMessage.d.ts +14 -0
- package/dist/components/general/LastChanceBlock.d.ts +15 -0
- package/dist/components/general/MultiStepLeadForm.d.ts +19 -0
- package/dist/components/general/MultiTestimonial.d.ts +19 -0
- package/dist/components/general/OptIn.d.ts +16 -0
- package/dist/components/general/ProductBlock.d.ts +17 -0
- package/dist/components/general/PullQuote.d.ts +12 -0
- package/dist/components/general/RTBDescriptive.d.ts +18 -0
- package/dist/components/general/RTBDynamic.d.ts +21 -0
- package/dist/components/general/RTBHighlight.d.ts +18 -0
- package/dist/components/general/RecentBlogPostsBlock.d.ts +22 -0
- package/dist/components/general/ResourceSpotlight.d.ts +18 -0
- package/dist/components/general/SideMenuExplorer.d.ts +16 -0
- package/dist/components/general/SimpleCTABlock.d.ts +15 -0
- package/dist/components/general/SpacingBlock.d.ts +12 -0
- package/dist/components/general/SpeedBump.d.ts +16 -0
- package/dist/components/general/TableBlock.d.ts +13 -0
- package/dist/components/general/WAHFU.d.ts +15 -0
- package/dist/components/header/HeaderCTA.d.ts +9 -0
- package/dist/components/header/HeaderLogo.d.ts +10 -0
- package/dist/components/header/HeaderProduct.d.ts +10 -0
- package/dist/components/header/HeaderSectionNavigation.d.ts +12 -0
- package/dist/components/header/HeaderSectionTitle.d.ts +8 -0
- package/dist/components/header/HeaderUnderwriter.d.ts +9 -0
- package/dist/components/header/TopLevelNavigation.d.ts +13 -0
- package/dist/components/hero/CTAHeroBlock.d.ts +24 -0
- package/dist/components/hero/HeroBlock.d.ts +18 -0
- package/dist/components/hero/MultiHero.d.ts +25 -0
- package/dist/components/hero/NotAvailableHeroBlock.d.ts +22 -0
- package/dist/index.d.ts +92 -2
- package/dist/lion-make.js +1855 -545
- package/dist/lion-make.umd.cjs +10 -10
- package/guidelines/Guidelines.md +46 -50
- package/guidelines/composition/constraints.md +40 -8
- package/guidelines/composition/zones.md +49 -11
- package/guidelines/content-types/footer/anklet.md +62 -0
- package/guidelines/content-types/footer/compliance.md +49 -0
- package/guidelines/content-types/footer/disclaimers.md +48 -0
- package/guidelines/content-types/footer/disclosure-toggle-open.md +51 -0
- package/guidelines/content-types/footer/disclosures.md +50 -0
- package/guidelines/content-types/footer/legal-links.md +59 -0
- package/guidelines/content-types/footer/links-and-social.md +94 -0
- package/guidelines/content-types/footer/overview.md +73 -16
- package/guidelines/content-types/general/accordion-block.md +42 -0
- package/guidelines/content-types/general/all-blogs-post-block.md +52 -0
- package/guidelines/content-types/general/background-color-block.md +42 -0
- package/guidelines/content-types/general/basic-content-block.md +43 -0
- package/guidelines/content-types/general/body-text-copy-block.md +38 -0
- package/guidelines/content-types/general/content-image-block.md +37 -0
- package/guidelines/content-types/general/cross-sell-card-block.md +45 -0
- package/guidelines/content-types/general/decorative-list-block.md +40 -0
- package/guidelines/content-types/general/email-callout-block.md +38 -0
- package/guidelines/content-types/general/embedded-video-block.md +36 -0
- package/guidelines/content-types/general/full-size-image-with-highlight-box.md +52 -0
- package/guidelines/content-types/general/horizontal-rule.md +35 -0
- package/guidelines/content-types/general/hot-jobs-block.md +52 -0
- package/guidelines/content-types/general/inline-message.md +36 -0
- package/guidelines/content-types/general/last-chance-block.md +40 -0
- package/guidelines/content-types/general/multi-step-lead-form.md +60 -0
- package/guidelines/content-types/general/multi-testimonial.md +49 -0
- package/guidelines/content-types/general/opt-in.md +42 -0
- package/guidelines/content-types/general/overview.md +134 -24
- package/guidelines/content-types/general/product-block.md +43 -0
- package/guidelines/content-types/general/pull-quote.md +36 -0
- package/guidelines/content-types/general/recent-blog-posts-block.md +48 -0
- package/guidelines/content-types/general/resource-spotlight.md +44 -0
- package/guidelines/content-types/general/rtb-descriptive.md +53 -0
- package/guidelines/content-types/general/rtb-dynamic.md +55 -0
- package/guidelines/content-types/general/rtb-highlight.md +50 -0
- package/guidelines/content-types/general/side-menu-explorer.md +62 -0
- package/guidelines/content-types/general/simple-cta-block.md +44 -0
- package/guidelines/content-types/general/spacing-block.md +40 -0
- package/guidelines/content-types/general/speed-bump.md +45 -0
- package/guidelines/content-types/general/table-block.md +55 -0
- package/guidelines/content-types/general/wahfu.md +66 -0
- package/guidelines/content-types/header/header-cta.md +41 -0
- package/guidelines/content-types/header/header-logo.md +45 -0
- package/guidelines/content-types/header/header-product.md +45 -0
- package/guidelines/content-types/header/header-section-navigation.md +55 -0
- package/guidelines/content-types/header/header-section-title.md +43 -0
- package/guidelines/content-types/header/header-underwriter.md +46 -0
- package/guidelines/content-types/header/overview.md +61 -15
- package/guidelines/content-types/header/top-level-navigation.md +70 -0
- package/guidelines/content-types/hero/cta-hero-block.md +70 -0
- package/guidelines/content-types/hero/hero-block.md +56 -0
- package/guidelines/content-types/hero/multi-hero.md +78 -0
- package/guidelines/content-types/hero/not-available-hero-block.md +64 -0
- package/guidelines/content-types/hero/overview.md +53 -18
- package/guidelines/content-types/overview.md +86 -29
- package/guidelines/discovery.md +158 -0
- package/guidelines/setup.md +90 -16
- package/package.json +1 -1
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
# Discovery
|
|
2
|
+
|
|
3
|
+
This file teaches you how to navigate lion-make. Read it before looking at any other file. It tells you where to find component guidance, source code, and tokens — and how to verify your decisions before building.
|
|
4
|
+
|
|
5
|
+
**Do not guess. Every component, prop, and token in this system is documented. If you cannot find it here, it does not exist in lion-make.**
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Step 1 — Identify the Zone
|
|
10
|
+
|
|
11
|
+
Before choosing any component, identify which zone the content belongs to. Zone determines everything else.
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
Ask: Where on the page does this content live?
|
|
15
|
+
├── Top of every page (logo, nav, CTA bar)? → Header zone
|
|
16
|
+
├── Primary visual area directly below the header? → Hero zone
|
|
17
|
+
├── Body of the page (content, forms, media)? → General zone
|
|
18
|
+
├── Quick-links bar just above the footer? → Anklet zone
|
|
19
|
+
└── Bottom of page (legal, nav columns, copyright)?→ Footer zone
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
**Authoritative zone table:** `guidelines/composition/zones.md`
|
|
23
|
+
If you are unsure which zone applies, read that file first. It lists every zone, every template, and every allowed content type.
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## Step 2 — Find the Right Content Type
|
|
28
|
+
|
|
29
|
+
Once you know the zone, find the content type catalog for that zone.
|
|
30
|
+
|
|
31
|
+
| Zone | Overview file |
|
|
32
|
+
|---|---|
|
|
33
|
+
| Header | `guidelines/content-types/header/overview.md` |
|
|
34
|
+
| Hero | `guidelines/content-types/hero/overview.md` |
|
|
35
|
+
| General | `guidelines/content-types/general/overview.md` |
|
|
36
|
+
| Footer | `guidelines/content-types/footer/overview.md` |
|
|
37
|
+
|
|
38
|
+
Each overview file has a full list of available content types, a decision tree for choosing between them, and links to the individual type files.
|
|
39
|
+
|
|
40
|
+
For the individual type detail (props, usage example, design tokens):
|
|
41
|
+
|
|
42
|
+
```
|
|
43
|
+
guidelines/content-types/[zone]/[type-name].md
|
|
44
|
+
|
|
45
|
+
Examples:
|
|
46
|
+
guidelines/content-types/hero/cta-hero-block.md
|
|
47
|
+
guidelines/content-types/general/accordion-block.md
|
|
48
|
+
guidelines/content-types/footer/disclosures.md
|
|
49
|
+
guidelines/content-types/header/top-level-navigation.md
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
**Never use a content type that does not have a file in this folder.** If a type name does not appear in an overview file, it does not exist in this system.
|
|
53
|
+
|
|
54
|
+
---
|
|
55
|
+
|
|
56
|
+
## Step 3 — Find the Source Code
|
|
57
|
+
|
|
58
|
+
Every content type has a corresponding React component in `src/components/`. The folder mirrors the zone structure.
|
|
59
|
+
|
|
60
|
+
```
|
|
61
|
+
src/components/
|
|
62
|
+
header/ → HeaderCTA, HeaderLogo, HeaderProduct, HeaderSectionNavigation,
|
|
63
|
+
HeaderSectionTitle, TopLevelNavigation, HeaderUnderwriter,
|
|
64
|
+
CorporateUniversalHeader, GlobalHeaderBar
|
|
65
|
+
hero/ → CTAHeroBlock, HeroBlock, MultiHero, NotAvailableHeroBlock
|
|
66
|
+
general/ → 37 components (AccordionBlock, RTBs, LeadForm, etc.)
|
|
67
|
+
footer/ → LinksAndSocial, Disclaimer, Disclosure, DisclosureToggleOpen,
|
|
68
|
+
ComplianceBlock, LegalLinks
|
|
69
|
+
layout/ → PageForehead, PageSideburn, Section, Container, Anklet
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
**File naming:** PascalCase matching the component name exactly.
|
|
73
|
+
```
|
|
74
|
+
src/components/hero/CTAHeroBlock.tsx
|
|
75
|
+
src/components/general/AccordionBlock.tsx
|
|
76
|
+
src/components/footer/DisclosureToggleOpen.tsx
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
All components are re-exported from the package root. Import from `lion-make`, not from the file path directly:
|
|
80
|
+
```tsx
|
|
81
|
+
import { CTAHeroBlock, AccordionBlock } from 'lion-make' ✓
|
|
82
|
+
import { CTAHeroBlock } from 'lion-make/src/components/hero/CTAHeroBlock' ✗
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## Step 4 — Find Design Tokens
|
|
88
|
+
|
|
89
|
+
All tokens are CSS custom properties. They live in `src/tokens/`. Never hardcode values — always use a token.
|
|
90
|
+
|
|
91
|
+
| Category | File | Key tokens |
|
|
92
|
+
|---|---|---|
|
|
93
|
+
| Color | `src/tokens/colors.css` | `--color-brand`, `--color-teal`, `--color-text`, `--color-gray-*`, `--color-line` |
|
|
94
|
+
| Typography | `src/tokens/typography.css` | `--h1-font-size` through `--h6-font-size`, `--font-weight-*`, `--font-family-sans-serif` |
|
|
95
|
+
| Spacing | `src/tokens/metrics.css` | `--padding-*`, `--edge-padding`, `--Grid-gutter-size`, `--border-radius-*`, `--border-width-*` |
|
|
96
|
+
| Breakpoints | `src/tokens/breakpoints.css` | `--bp-xs` through `--bp-xl`, custom media queries |
|
|
97
|
+
| Z-index | `src/tokens/z-index.css` | Layer stacking order |
|
|
98
|
+
| Utilities | `src/tokens/make-utilities.css` | Responsive utility classes |
|
|
99
|
+
|
|
100
|
+
Human-readable token docs: `guidelines/foundations/[category].md`
|
|
101
|
+
|
|
102
|
+
---
|
|
103
|
+
|
|
104
|
+
## Step 5 — Verify Before Building
|
|
105
|
+
|
|
106
|
+
Before generating any component, verify these three things:
|
|
107
|
+
|
|
108
|
+
**1. The content type exists.**
|
|
109
|
+
Check `guidelines/content-types/[zone]/overview.md`. If the type is not listed there, do not use it.
|
|
110
|
+
|
|
111
|
+
**2. The props are correct.**
|
|
112
|
+
Check `guidelines/content-types/[zone]/[type].md` for the props table. Then cross-reference the TypeScript interface in `src/components/[zone]/[ComponentName].tsx`. The `.tsx` file is the ground truth for prop names and types.
|
|
113
|
+
|
|
114
|
+
**3. The zone placement is valid.**
|
|
115
|
+
Check `guidelines/composition/zones.md`. Confirm the content type is listed as allowed in the target zone. Sideburn and Outro zones do not exist in the Forehead template.
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
|
|
119
|
+
## Preventing Hallucination
|
|
120
|
+
|
|
121
|
+
Common failure modes and how to avoid them:
|
|
122
|
+
|
|
123
|
+
| Risk | Prevention |
|
|
124
|
+
|---|---|
|
|
125
|
+
| Using a component name that doesn't exist | Only use components listed in `content-types/[zone]/overview.md` |
|
|
126
|
+
| Using wrong prop names | Read the props table in the type's `.md` file; verify against the `.tsx` interface |
|
|
127
|
+
| Placing a content type in the wrong zone | Check `composition/zones.md` before placing anything |
|
|
128
|
+
| Hardcoding a color or size | Look up the token in `src/tokens/` — if no token exists, flag it |
|
|
129
|
+
| Using a platform-specific component on the wrong platform | `AllBlogsPostBlock` and `RecentBlogPostsBlock` are blog-only; `HotJobsBlock` is careers-only |
|
|
130
|
+
| Stacking multiple hero types | Only one hero content type per page |
|
|
131
|
+
| Nesting a Section inside another Section | Sections are top-level — they do not nest |
|
|
132
|
+
|
|
133
|
+
---
|
|
134
|
+
|
|
135
|
+
## Quick Lookup: Common Tasks
|
|
136
|
+
|
|
137
|
+
| Task | Where to look |
|
|
138
|
+
|---|---|
|
|
139
|
+
| "What can I put in the hero?" | `guidelines/content-types/hero/overview.md` |
|
|
140
|
+
| "Which hero type should I use?" | `guidelines/content-types/hero/overview.md` → decision tree |
|
|
141
|
+
| "What props does CTAHeroBlock take?" | `guidelines/content-types/hero/cta-hero-block.md` + `src/components/hero/CTAHeroBlock.tsx` |
|
|
142
|
+
| "What general content types work in Sideburn?" | `guidelines/content-types/general/overview.md` → zone matrix |
|
|
143
|
+
| "What's the brand blue?" | `src/tokens/colors.css` → `--color-brand` |
|
|
144
|
+
| "What's the base font size?" | `src/tokens/typography.css` → `--body-font-size` |
|
|
145
|
+
| "How do I set up a page?" | `guidelines/setup.md` → minimal page example |
|
|
146
|
+
| "Can I use Sideburn template here?" | `guidelines/composition/templates.md` |
|
|
147
|
+
| "Is this a hard rule or a guideline?" | `guidelines/composition/constraints.md` |
|
|
148
|
+
| "Where does the Anklet go?" | Between `<Section zone="primary-column">` and `<Section zone="footer">` — outside any Section |
|
|
149
|
+
| "How are footers ordered?" | `guidelines/content-types/footer/overview.md` → render order table |
|
|
150
|
+
| "What are the header bars?" | `CorporateUniversalHeader` (thin top bar), `GlobalHeaderBar` (main nav bar) — see `guidelines/content-types/header/overview.md` |
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
## Icon Discovery
|
|
155
|
+
|
|
156
|
+
No icon library is bundled in lion-make. Use inline SVGs or a separate icon package. See `guidelines/icon-discovery.md` for the current state and planned coverage.
|
|
157
|
+
|
|
158
|
+
Social platform icons (used in `LinksAndSocial`) are implemented as CSS class hooks (`lion-icon--facebook`, etc.) — provide the icon rendering via your own icon system.
|
package/guidelines/setup.md
CHANGED
|
@@ -45,46 +45,120 @@ Components are organized by zone. Import only what you need.
|
|
|
45
45
|
// Layout primitives (not content types)
|
|
46
46
|
import { PageForehead, PageSideburn, Section, Container, Anklet } from 'lion-make'
|
|
47
47
|
|
|
48
|
-
// Header zone
|
|
48
|
+
// Header zone — structural bars
|
|
49
49
|
import { CorporateUniversalHeader, GlobalHeaderBar } from 'lion-make'
|
|
50
50
|
|
|
51
|
-
//
|
|
52
|
-
import {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
51
|
+
// Header zone — content types
|
|
52
|
+
import {
|
|
53
|
+
HeaderCTA,
|
|
54
|
+
HeaderLogo,
|
|
55
|
+
HeaderProduct,
|
|
56
|
+
HeaderSectionNavigation,
|
|
57
|
+
HeaderSectionTitle,
|
|
58
|
+
TopLevelNavigation,
|
|
59
|
+
HeaderUnderwriter,
|
|
60
|
+
} from 'lion-make'
|
|
61
|
+
|
|
62
|
+
// Hero zone — content types
|
|
63
|
+
import { CTAHeroBlock, HeroBlock, MultiHero, NotAvailableHeroBlock } from 'lion-make'
|
|
64
|
+
|
|
65
|
+
// General zone — content types (Primary Column, Sideburn, Outro)
|
|
66
|
+
import {
|
|
67
|
+
RTBs, RTBDescriptive, RTBHighlight, RTBDynamic,
|
|
68
|
+
CTA, SimpleCTABlock, CallOut,
|
|
69
|
+
AccordionBlock, BackgroundColorBlock, BasicContentBlock, BodyTextCopyBlock,
|
|
70
|
+
ConfidenceTags, ContentImageBlock, CrossSellCardBlock, DecorativeListBlock,
|
|
71
|
+
EmailCalloutBlock, EmbeddedVideoBlock, FullSizeImageWithHighlightBox,
|
|
72
|
+
HorizontalRule, InlineMessage, LastChanceBlock, LeadForm, MultiStepLeadForm,
|
|
73
|
+
MultiTestimonial, OptIn, ProductBlock, PullQuote, ResourceSpotlight,
|
|
74
|
+
RichText, SideMenuExplorer, SpacingBlock, SpeedBump, TableBlock, WAHFU,
|
|
75
|
+
// Platform-specific
|
|
76
|
+
AllBlogsPostBlock, RecentBlogPostsBlock, HotJobsBlock,
|
|
77
|
+
} from 'lion-make'
|
|
78
|
+
|
|
79
|
+
// Footer zone — content types
|
|
80
|
+
import {
|
|
81
|
+
LinksAndSocial,
|
|
82
|
+
Disclaimer,
|
|
83
|
+
Disclosure,
|
|
84
|
+
DisclosureToggleOpen,
|
|
85
|
+
ComplianceBlock,
|
|
86
|
+
LegalLinks,
|
|
87
|
+
} from 'lion-make'
|
|
59
88
|
```
|
|
60
89
|
|
|
61
|
-
## Minimal Page Example
|
|
90
|
+
## Minimal Page Example (Forehead template)
|
|
62
91
|
|
|
63
92
|
```tsx
|
|
64
|
-
import {
|
|
93
|
+
import {
|
|
94
|
+
PageForehead,
|
|
95
|
+
Section,
|
|
96
|
+
Container,
|
|
97
|
+
CorporateUniversalHeader,
|
|
98
|
+
GlobalHeaderBar,
|
|
99
|
+
HeaderLogo,
|
|
100
|
+
HeaderUnderwriter,
|
|
101
|
+
TopLevelNavigation,
|
|
102
|
+
HeaderCTA,
|
|
103
|
+
CTAHeroBlock,
|
|
104
|
+
RichText,
|
|
105
|
+
Anklet,
|
|
106
|
+
LinksAndSocial,
|
|
107
|
+
Disclaimer,
|
|
108
|
+
ComplianceBlock,
|
|
109
|
+
LegalLinks,
|
|
110
|
+
} from 'lion-make'
|
|
65
111
|
|
|
66
112
|
export function Page() {
|
|
67
113
|
return (
|
|
68
114
|
<PageForehead>
|
|
115
|
+
|
|
69
116
|
<Section zone="header">
|
|
70
|
-
<
|
|
117
|
+
<CorporateUniversalHeader>
|
|
118
|
+
<HeaderLogo src="/logo.svg" alt="Mutual of Omaha" href="/" />
|
|
119
|
+
<HeaderUnderwriter text="Underwritten by United of Omaha Life Insurance Company" />
|
|
120
|
+
</CorporateUniversalHeader>
|
|
121
|
+
<GlobalHeaderBar>
|
|
122
|
+
<TopLevelNavigation items={navItems} />
|
|
123
|
+
<HeaderCTA label="Get a quote" href="/quote" variant="button" />
|
|
124
|
+
</GlobalHeaderBar>
|
|
71
125
|
</Section>
|
|
72
126
|
|
|
73
127
|
<Section zone="hero">
|
|
74
|
-
<
|
|
128
|
+
<CTAHeroBlock
|
|
129
|
+
heading="Protect what matters most"
|
|
130
|
+
subheading="Affordable term life insurance."
|
|
131
|
+
ctas={[{ label: 'Get a free quote', href: '/quote', variant: 'primary' }]}
|
|
132
|
+
imageSrc="/hero.jpg"
|
|
133
|
+
imageAlt=""
|
|
134
|
+
layout="split-right"
|
|
135
|
+
/>
|
|
75
136
|
</Section>
|
|
76
137
|
|
|
77
138
|
<Section zone="primary-column">
|
|
78
139
|
<Container type="single">
|
|
79
|
-
<
|
|
140
|
+
<RichText html="<p>Body content goes here.</p>" />
|
|
80
141
|
</Container>
|
|
81
142
|
</Section>
|
|
82
143
|
|
|
83
|
-
<Anklet
|
|
144
|
+
<Anklet
|
|
145
|
+
links={[
|
|
146
|
+
{ label: 'Life Insurance', href: '/life' },
|
|
147
|
+
{ label: 'Medicare', href: '/medicare' },
|
|
148
|
+
{ label: 'Find an Agent', href: '/agent-finder' },
|
|
149
|
+
]}
|
|
150
|
+
/>
|
|
84
151
|
|
|
85
152
|
<Section zone="footer">
|
|
86
|
-
<
|
|
153
|
+
<LinksAndSocial columns={footerColumns} socialLinks={socialLinks} />
|
|
154
|
+
<Disclaimer text="Products underwritten by Mutual of Omaha Insurance Company." />
|
|
155
|
+
<ComplianceBlock itemNumber="M37594_0524" />
|
|
156
|
+
<LegalLinks
|
|
157
|
+
copyrightText="© 2025 Mutual of Omaha Insurance Company"
|
|
158
|
+
links={legalLinks}
|
|
159
|
+
/>
|
|
87
160
|
</Section>
|
|
161
|
+
|
|
88
162
|
</PageForehead>
|
|
89
163
|
)
|
|
90
164
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lion-make",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Mondrian-based design system for Figma Make — zone-locked layout system with CSS design tokens and React component stubs.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/lion-make.umd.cjs",
|