cdragon 0.1.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.
Files changed (91) hide show
  1. package/README.md +110 -0
  2. package/bin/cdragon.js +170 -0
  3. package/package.json +31 -0
  4. package/skills/agent-browser/SKILL.md +50 -0
  5. package/skills/grill-me/SKILL.md +7 -0
  6. package/skills/herdr-agent/SKILL.md +142 -0
  7. package/skills/herdr-cli/SKILL.md +388 -0
  8. package/skills/herdr-cli/scripts/herdr-agent-run-and-wait +203 -0
  9. package/skills/herdr-cli/scripts/herdr-agent-wait-complete +168 -0
  10. package/skills/notion-presentation/SKILL.md +170 -0
  11. package/skills/notion-presentation/references/example-redis-deck.md +97 -0
  12. package/skills/setup-matt-pocock-skills/SKILL.md +127 -0
  13. package/skills/setup-matt-pocock-skills/domain.md +51 -0
  14. package/skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
  15. package/skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
  16. package/skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
  17. package/skills/setup-matt-pocock-skills/triage-labels.md +15 -0
  18. package/skills/tdd/SKILL.md +108 -0
  19. package/skills/tdd/mocking.md +59 -0
  20. package/skills/tdd/refactoring.md +10 -0
  21. package/skills/tdd/tests.md +61 -0
  22. package/skills/to-html/SKILL.md +83 -0
  23. package/skills/to-html/designs/INDEX.md +74 -0
  24. package/skills/to-html/designs/airbnb.DESIGN.md +581 -0
  25. package/skills/to-html/designs/airtable.DESIGN.md +275 -0
  26. package/skills/to-html/designs/alipay.DESIGN.md +456 -0
  27. package/skills/to-html/designs/apple.DESIGN.md +566 -0
  28. package/skills/to-html/designs/banksalad.DESIGN.md +621 -0
  29. package/skills/to-html/designs/channeltalk.DESIGN.md +374 -0
  30. package/skills/to-html/designs/clay.DESIGN.md +398 -0
  31. package/skills/to-html/designs/clickhouse.DESIGN.md +374 -0
  32. package/skills/to-html/designs/cohere.DESIGN.md +361 -0
  33. package/skills/to-html/designs/coinone.DESIGN.md +218 -0
  34. package/skills/to-html/designs/coupang.DESIGN.md +502 -0
  35. package/skills/to-html/designs/cursor.DESIGN.md +416 -0
  36. package/skills/to-html/designs/elevenlabs.DESIGN.md +376 -0
  37. package/skills/to-html/designs/expo.DESIGN.md +373 -0
  38. package/skills/to-html/designs/figma.DESIGN.md +490 -0
  39. package/skills/to-html/designs/framer.DESIGN.md +393 -0
  40. package/skills/to-html/designs/freee.DESIGN.md +572 -0
  41. package/skills/to-html/designs/gangnamunni.DESIGN.md +621 -0
  42. package/skills/to-html/designs/gmarket.DESIGN.md +483 -0
  43. package/skills/to-html/designs/gogolook.DESIGN.md +131 -0
  44. package/skills/to-html/designs/hahow.DESIGN.md +158 -0
  45. package/skills/to-html/designs/hashicorp.DESIGN.md +369 -0
  46. package/skills/to-html/designs/hyundaicard.DESIGN.md +177 -0
  47. package/skills/to-html/designs/ibm.DESIGN.md +420 -0
  48. package/skills/to-html/designs/kakaobank.DESIGN.md +548 -0
  49. package/skills/to-html/designs/kakaopay.DESIGN.md +544 -0
  50. package/skills/to-html/designs/karrot.DESIGN.md +445 -0
  51. package/skills/to-html/designs/kdan.DESIGN.md +160 -0
  52. package/skills/to-html/designs/krds.DESIGN.md +997 -0
  53. package/skills/to-html/designs/line.DESIGN.md +431 -0
  54. package/skills/to-html/designs/linear.app.DESIGN.md +548 -0
  55. package/skills/to-html/designs/miro.DESIGN.md +272 -0
  56. package/skills/to-html/designs/mistral.ai.DESIGN.md +353 -0
  57. package/skills/to-html/designs/money-forward.DESIGN.md +401 -0
  58. package/skills/to-html/designs/mongodb.DESIGN.md +357 -0
  59. package/skills/to-html/designs/naver.DESIGN.md +533 -0
  60. package/skills/to-html/designs/nhncloud.DESIGN.md +174 -0
  61. package/skills/to-html/designs/opencode.ai.DESIGN.md +388 -0
  62. package/skills/to-html/designs/pinterest.DESIGN.md +322 -0
  63. package/skills/to-html/designs/posthog.DESIGN.md +430 -0
  64. package/skills/to-html/designs/raycast.DESIGN.md +422 -0
  65. package/skills/to-html/designs/remember.DESIGN.md +460 -0
  66. package/skills/to-html/designs/resend.DESIGN.md +396 -0
  67. package/skills/to-html/designs/sanity.DESIGN.md +449 -0
  68. package/skills/to-html/designs/sendbird.DESIGN.md +285 -0
  69. package/skills/to-html/designs/smarthr.DESIGN.md +404 -0
  70. package/skills/to-html/designs/socar.DESIGN.md +403 -0
  71. package/skills/to-html/designs/spotify.DESIGN.md +265 -0
  72. package/skills/to-html/designs/supabase.DESIGN.md +348 -0
  73. package/skills/to-html/designs/superhuman.DESIGN.md +414 -0
  74. package/skills/to-html/designs/together.ai.DESIGN.md +356 -0
  75. package/skills/to-html/designs/toss.DESIGN.md +655 -0
  76. package/skills/to-html/designs/uber.DESIGN.md +387 -0
  77. package/skills/to-html/designs/upstage.DESIGN.md +232 -0
  78. package/skills/to-html/designs/velog.DESIGN.md +168 -0
  79. package/skills/to-html/designs/vercel.DESIGN.md +479 -0
  80. package/skills/to-html/designs/wanted.DESIGN.md +529 -0
  81. package/skills/to-html/designs/wise.DESIGN.md +276 -0
  82. package/skills/to-html/designs/yanolja.DESIGN.md +463 -0
  83. package/skills/to-html/designs/yeogiotte.DESIGN.md +459 -0
  84. package/skills/to-html/designs/zapier.DESIGN.md +433 -0
  85. package/skills/to-html/designs/zigzag.DESIGN.md +633 -0
  86. package/skills/to-issues/SKILL.md +84 -0
  87. package/skills/to-prd/SKILL.md +75 -0
  88. package/src/colors.js +15 -0
  89. package/src/link.js +47 -0
  90. package/src/prompt.js +137 -0
  91. package/src/skills.js +75 -0
@@ -0,0 +1,276 @@
1
+ ---
2
+ id: wise
3
+ name: Wise
4
+ country: UK
5
+ category: fintech
6
+ homepage: "https://wise.com"
7
+ primary_color: "#9fe870"
8
+ logo:
9
+ type: simpleicons
10
+ slug: wise
11
+ verified: "2026-05-15"
12
+ omd: "0.1"
13
+ ds:
14
+ name: Wise Design
15
+ url: "https://wise.design"
16
+ type: system
17
+ description: Wise's design system covering foundations, components, patterns, and tone of voice.
18
+ ---
19
+
20
+ # Design System Inspiration of Wise
21
+
22
+ ## 1. Visual Theme & Atmosphere
23
+
24
+ Wise's website is a bold, confident fintech platform that communicates "money without borders" through massive typography and a distinctive lime-green accent. The design operates on a warm off-white canvas with near-black text (`#0e0f0c`) and a signature Wise Green (`#9fe870`) — a fresh, lime-bright color that feels alive and optimistic, unlike the corporate blues of traditional banking.
25
+
26
+ The typography uses Wise Sans — a proprietary font used at extreme weight 900 (black) for display headings with a remarkably tight line-height of 0.85 and OpenType `"calt"` (contextual alternates). At 126px, the text is so dense it feels like a protest sign — bold, urgent, and impossible to ignore. Inter serves as the body font with weight 600 as the default for emphasis, creating a consistently confident voice.
27
+
28
+ What distinguishes Wise is its green-on-white-on-black material palette. Lime Green (`#9fe870`) appears on buttons with dark green text (`#163300`), creating a nature-inspired CTA that feels fresh. Hover states use `scale(1.05)` expansion rather than color changes — buttons physically grow on interaction. The border-radius system uses 9999px for buttons (pill), 30px–40px for cards, and the shadow system is minimal — just `rgba(14,15,12,0.12) 0px 0px 0px 1px` ring shadows.
29
+
30
+ **Key Characteristics:**
31
+ - Wise Sans at weight 900, 0.85 line-height — billboard-scale bold headlines
32
+ - Lime Green (`#9fe870`) accent with dark green text (`#163300`) — nature-inspired fintech
33
+ - Inter body at weight 600 as default — confident, not light
34
+ - Near-black (`#0e0f0c`) primary with warm green undertone
35
+ - Scale(1.05) hover animations — buttons physically grow
36
+ - OpenType `"calt"` on all text
37
+ - Pill buttons (9999px) and large rounded cards (30px–40px)
38
+ - Semantic color system with comprehensive state management
39
+
40
+ ## 2. Color Palette & Roles
41
+
42
+ ### Primary Brand
43
+ - **Near Black** (`#0e0f0c`): Primary text, background for dark sections
44
+ - **Wise Green** (`#9fe870`): Primary CTA button, brand accent
45
+ - **Dark Green** (`#163300`): Button text on green, deep green accent
46
+ - **Light Mint** (`#e2f6d5`): Soft green surface, badge backgrounds
47
+ - **Pastel Green** (`#cdffad`): `--color-interactive-contrast-hover`, hover accent
48
+
49
+ ### Semantic
50
+ - **Positive Green** (`#054d28`): `--color-sentiment-positive-primary`, success
51
+ - **Danger Red** (`#d03238`): `--color-interactive-negative-hover`, error/destructive
52
+ - **Warning Yellow** (`#ffd11a`): `--color-sentiment-warning-hover`, warnings
53
+ - **Background Cyan** (`rgba(56,200,255,0.10)`): `--color-background-accent`, info tint
54
+ - **Bright Orange** (`#ffc091`): `--color-bright-orange`, warm accent
55
+
56
+ ### Neutral
57
+ - **Warm Dark** (`#454745`): Secondary text, borders
58
+ - **Gray** (`#868685`): Muted text, tertiary
59
+ - **Light Surface** (`#e8ebe6`): Subtle green-tinted light surface
60
+
61
+ ## 3. Typography Rules
62
+
63
+ ### Font Families
64
+ - **Display**: `Wise Sans`, fallback: `Inter` — OpenType `"calt"` on all text
65
+ - **Body / UI**: `Inter`, fallbacks: `Helvetica, Arial`
66
+
67
+ ### Hierarchy
68
+
69
+ | Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
70
+ |------|------|------|--------|-------------|----------------|-------|
71
+ | Display Mega | Wise Sans | 126px (7.88rem) | 900 | 0.85 (ultra-tight) | normal | `"calt"` |
72
+ | Display Hero | Wise Sans | 96px (6.00rem) | 900 | 0.85 | normal | `"calt"` |
73
+ | Section Heading | Wise Sans | 64px (4.00rem) | 900 | 0.85 | normal | `"calt"` |
74
+ | Sub-heading | Wise Sans | 40px (2.50rem) | 900 | 0.85 | normal | `"calt"` |
75
+ | Alt Heading | Inter | 78px (4.88rem) | 600 | 1.10 (tight) | -2.34px | `"calt"` |
76
+ | Card Title | Inter | 26px (1.62rem) | 600 | 1.23 (tight) | -0.39px | `"calt"` |
77
+ | Feature Title | Inter | 22px (1.38rem) | 600 | 1.25 (tight) | -0.396px | `"calt"` |
78
+ | Body | Inter | 18px (1.13rem) | 400 | 1.44 | 0.18px | `"calt"` |
79
+ | Body Semibold | Inter | 18px (1.13rem) | 600 | 1.44 | -0.108px | `"calt"` |
80
+ | Button | Inter | 18px–22px | 600 | 1.00–1.44 | -0.108px | `"calt"` |
81
+ | Caption | Inter | 14px (0.88rem) | 400–600 | 1.50–1.86 | -0.084px to -0.108px | `"calt"` |
82
+ | Small | Inter | 12px (0.75rem) | 400–600 | 1.00–2.17 | -0.084px to -0.108px | `"calt"` |
83
+
84
+ ### Principles
85
+ - **Weight 900 as identity**: Wise Sans Black (900) is used exclusively for display — the heaviest weight in any analyzed system. It creates text that feels stamped, pressed, physical.
86
+ - **0.85 line-height**: The tightest display line-height analyzed. Letters overlap vertically, creating dense, billboard-like text blocks.
87
+ - **"calt" everywhere**: Contextual alternates enabled on ALL text — both Wise Sans and Inter.
88
+ - **Weight 600 as body default**: Inter Semibold is the standard reading weight — confident, not light.
89
+
90
+ ## 4. Component Stylings
91
+
92
+ ### Buttons
93
+
94
+ **Primary Green Pill**
95
+ - Background: `#9fe870` (Wise Green)
96
+ - Text: `#163300` (Dark Green)
97
+ - Padding: 5px 16px
98
+ - Radius: 9999px
99
+ - Hover: scale(1.05) — button physically grows
100
+ - Active: scale(0.95) — button compresses
101
+ - Focus: inset ring + outline
102
+
103
+ **Secondary Subtle Pill**
104
+ - Background: `rgba(22, 51, 0, 0.08)` (dark green at 8% opacity)
105
+ - Text: `#0e0f0c`
106
+ - Padding: 8px 12px 8px 16px
107
+ - Radius: 9999px
108
+ - Same scale hover/active behavior
109
+
110
+ ### Cards & Containers
111
+ - Radius: 16px (small), 30px (medium), 40px (large cards/tables)
112
+ - Border: `1px solid rgba(14,15,12,0.12)` or `1px solid #9fe870` (green accent)
113
+ - Shadow: `rgba(14,15,12,0.12) 0px 0px 0px 1px` (ring shadow)
114
+
115
+ ### Navigation
116
+ - Green-tinted navigation hover: `rgba(211,242,192,0.4)`
117
+ - Clean header with Wise wordmark
118
+ - Pill CTAs right-aligned
119
+
120
+ ## 5. Layout Principles
121
+
122
+ ### Spacing System
123
+ - Base unit: 8px
124
+ - Scale: 1px, 2px, 3px, 4px, 5px, 8px, 10px, 11px, 12px, 16px, 18px, 19px, 20px, 22px, 24px
125
+
126
+ ### Border Radius Scale
127
+ - Minimal (2px): Links, inputs
128
+ - Standard (10px): Comboboxes, inputs
129
+ - Card (16px): Small cards, buttons, radio
130
+ - Medium (20px): Links, medium cards
131
+ - Large (30px): Feature cards
132
+ - Section (40px): Tables, large cards
133
+ - Mega (1000px): Presentation elements
134
+ - Pill (9999px): All buttons, images
135
+ - Circle (50%): Icons, badges
136
+
137
+ ## 6. Depth & Elevation
138
+
139
+ | Level | Treatment | Use |
140
+ |-------|-----------|-----|
141
+ | Flat (Level 0) | No shadow | Default |
142
+ | Ring (Level 1) | `rgba(14,15,12,0.12) 0px 0px 0px 1px` | Card borders |
143
+ | Inset (Level 2) | `rgb(134,134,133) 0px 0px 0px 1px inset` | Input focus |
144
+
145
+ **Shadow Philosophy**: Wise uses minimal shadows — ring shadows only. Depth comes from the bold green accent against the neutral canvas.
146
+
147
+ ## 7. Do's and Don'ts
148
+
149
+ ### Do
150
+ - Use Wise Sans weight 900 for display — the extreme boldness IS the brand
151
+ - Apply line-height 0.85 on Wise Sans display — ultra-tight is intentional
152
+ - Use Lime Green (#9fe870) for primary CTAs with Dark Green (#163300) text
153
+ - Apply scale(1.05) hover and scale(0.95) active on buttons
154
+ - Enable "calt" on all text
155
+ - Use Inter weight 600 as the body default
156
+
157
+ ### Don't
158
+ - Don't use light font weights for Wise Sans — only 900
159
+ - Don't relax the 0.85 line-height on display — the density is the identity
160
+ - Don't use the Wise Green as background for large surfaces — it's for buttons and accents
161
+ - Don't skip the scale animation on buttons
162
+ - Don't use traditional shadows — ring shadows only
163
+
164
+ ## 8. Responsive Behavior
165
+
166
+ ### Breakpoints
167
+ | Name | Width | Key Changes |
168
+ |------|-------|-------------|
169
+ | Mobile | <576px | Single column |
170
+ | Tablet | 576–992px | 2-column |
171
+ | Desktop | 992–1440px | Full layout |
172
+ | Large | >1440px | Expanded |
173
+
174
+ ## 9. Agent Prompt Guide
175
+
176
+ ### Quick Color Reference
177
+ - Text: Near Black (`#0e0f0c`)
178
+ - Background: White (`#ffffff` / off-white)
179
+ - Accent: Wise Green (`#9fe870`)
180
+ - Button text: Dark Green (`#163300`)
181
+ - Secondary: Gray (`#868685`)
182
+
183
+ ### Example Component Prompts
184
+ - "Create hero: white background. Headline at 96px Wise Sans weight 900, line-height 0.85, 'calt' enabled, #0e0f0c text. Green pill CTA (#9fe870, 9999px radius, 5px 16px padding, #163300 text). Hover: scale(1.05)."
185
+ - "Build a card: 30px radius, 1px solid rgba(14,15,12,0.12). Title at 22px Inter weight 600, body at 18px weight 400."
186
+
187
+ ### Iteration Guide
188
+ 1. Wise Sans 900 at 0.85 line-height — the extreme weight IS the brand
189
+ 2. Lime Green for buttons only — dark green text on green background
190
+ 3. Scale animations (1.05 hover, 0.95 active) on all interactive elements
191
+ 4. "calt" on everything — contextual alternates are mandatory
192
+ 5. Inter 600 for body — confident reading weight
193
+
194
+ ## 10. Voice & Tone
195
+
196
+ Wise's voice is **fintech-clear and money-honest.** "The international account / Money without borders" — capability-driven, no marketing fluff. Lime green primary `#9fe870` signals "modern fintech, not bank corporate." Wise has been famously transparent about exchange rate markups since founding.
197
+
198
+ | Context | Tone |
199
+ |---|---|
200
+ | CTA | Verb. "Get started", "Sign up", "Open an account" |
201
+ | Marketing | Comparison-honest. Real exchange rate vs banks shown |
202
+ | Documentation | Plain English KYC explanations |
203
+ | Error | Specific. "Recipient details invalid. Check IBAN format." |
204
+
205
+ **Voice samples**
206
+ - Marketing tagline: *"Money without borders"* <!-- verified: wise.com homepage 2026-05 -->
207
+
208
+ **Forbidden phrases.** "Revolutionary fintech". Hidden fees framing.
209
+
210
+ ## 11. Brand Narrative
211
+
212
+ Wise was **founded January 2011 in London** as **TransferWise** (renamed July 2012 → rebranded **Wise** February 2021) by **Kristo Käärmann** (ex-Deloitte management consultant) and **Taavet Hinrikus** (Skype's first employee). Both Estonian, both moved to London ~2006, both frustrated by ~5% bank FX markups on EUR↔GBP transfers — they devised a peer-to-peer workaround between themselves that became the business concept. **Reached unicorn status in 2016.** On **7 July 2021**, Wise went public via **direct listing on the London Stock Exchange (LSE:WISE)** at an **~$11B valuation** — no new shares issued, making Käärmann + Hinrikus **Estonia's first two billionaires**. The brand voice — transparent, honest, lime green `#9fe870` primary, Wise Sans 900 display, Inter 600 body — reflects "money without borders" for international citizens. <!-- citations: Wikipedia (Wise company); Bloomberg 2021-07-07; ERR.ee; Fortune 2021-11-24 -->
213
+
214
+ **Sources:**
215
+ - [Wise (company) — Wikipedia](https://en.wikipedia.org/wiki/Wise_(company))
216
+ - [Bloomberg — Wise Founders Turn Bank Fee Frustration into $3B Fortune (2021-07-07)](https://www.bloomberg.com/news/articles/2021-07-07/wise-founders-turn-bank-fee-frustration-into-3-billion-fortune)
217
+ - [ERR — Wise founders' story contained plenty of twists and turns](https://news.err.ee/1608273048/daily-wise-founders-story-contained-plenty-of-twists-and-turns)
218
+ - [Fortune — Taavet Hinrikus on his next act (2021-11-24)](https://fortune.com/2021/11/24/wise-taavet-hinrikus-venture-capital-tech-startup-investing/)
219
+
220
+ ## 12. Principles
221
+
222
+ 1. **Real exchange rate is the product.** *UI implication:* always show interbank rate; markups visible.
223
+ 2. **Multi-currency native.** *UI implication:* nav supports 50+ currency selection.
224
+ 3. **Lime green `#9fe870` for primary.** *UI implication:* preserve lime; don't substitute corporate blue.
225
+ 4. **Inter 600 body.** *UI implication:* confident reading weight; don't lighten to 400.
226
+ 5. **`calt` OpenType.** Contextual alternates mandatory. *UI implication:* preserve OpenType features.
227
+
228
+ ## 13. Personas
229
+
230
+ *Personas are fictional archetypes informed by Wise user segments (international workers, freelancers with multi-currency income, expats), not individual people.*
231
+
232
+ **Sergey Volkov, 33, Berlin.** Russian-origin engineer working remotely for US company. Wise multi-currency account.
233
+
234
+ **Sofia Russo, 31, Milan.** Freelancer with EUR/USD/GBP income. Wise Business for invoicing.
235
+
236
+ **Henrik Sondergaard, 38, Singapore.** Expat with Danish family. Wise for sending money home + multi-currency debit card.
237
+
238
+ ## 14. States
239
+
240
+ | State | Treatment |
241
+ |---|---|
242
+ | **Empty (no transfers)** | "Send your first transfer" CTA |
243
+ | **Empty (no accounts)** | "Open an account" CTA |
244
+ | **Loading (rate fetch)** | Real-time rate update with timestamp |
245
+ | **Loading (KYC)** | Persistent badge with progress |
246
+ | **Error (recipient)** | Specific field-level message |
247
+ | **Error (compliance)** | Plain English explanation + remediation |
248
+ | **Success (transfer)** | Receipt with rate / fee / arrival time |
249
+ | **Success (KYC)** | Confirmation + account active |
250
+ | **Skeleton (transaction list)** | Lime-tinted placeholders |
251
+ | **Disabled (insufficient funds)** | Top up link |
252
+ | **Loading (long action)** | Multi-step progress |
253
+
254
+ ## 15. Motion & Easing
255
+
256
+ | Token | Value | Use |
257
+ |---|---|---|
258
+ | `motion-instant` | 0ms | Toggle |
259
+ | `motion-fast` | 150ms | Hover |
260
+ | `motion-standard` | 250ms | Modal, panel |
261
+ | `motion-pulse` | continuous | Live FX rate update |
262
+
263
+ Standard cubic-bezier; no bounce — fintech register. `prefers-reduced-motion: reduce` removes rate pulse.
264
+
265
+ ---
266
+
267
+ **Verified:** 2026-05-08 (Apple-tier full migration)
268
+ **Tier 1 sources:** wise.com/, wise.com/pricing (live DOM via playwright)
269
+ - **Primary `#9fe870` Wise Green + `#163300` Dark Green text** 9999px / 48px / 11×24 / 16px·600 (Open an account / Try demo / Get Started / Sign up today — canonical hero/pricing CTA)
270
+ - **Sign up — Header utility** `#9fe870` 9999px / 32px / 8×12 / 16px·600 (compact variant)
271
+ - **Skip-to-content** `#9fe870` 9999px / 72px / 19×24 / 20px·600 (a11y, larger geometry)
272
+ - **Top nav pills** transparent / `#163300` text / 9999px / 32px / 8×12 / 18px·600
273
+ - **Submenu pills** transparent / `#163300` / 18.7693px / 40px / 8×12 / 18px·600 (subpixel — rem-based design tokens)
274
+ **Tier 2 sources:** styles.refero.design / getdesign.md — no record.
275
+ **Tier 1 (Philosophy):** Wikipedia (Wise company), Bloomberg 2021-07-07, ERR.ee, Fortune 2021-11-24.
276
+ **Style ref:** `stripe`. **Conflicts unresolved:** none.