@deckspec/theme-noir-display 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.
- package/LICENSE +190 -0
- package/components/card/index.tsx +31 -0
- package/components/index.ts +2 -0
- package/components/slide-header/index.tsx +47 -0
- package/design.md +289 -0
- package/globals.css +263 -0
- package/package.json +38 -0
- package/patterns/_lib/chart-colors.ts +12 -0
- package/patterns/_lib/icon.tsx +50 -0
- package/patterns/big-number/index.tsx +87 -0
- package/patterns/body-message/index.tsx +295 -0
- package/patterns/bullet-list/index.tsx +132 -0
- package/patterns/challenge-cards/index.tsx +112 -0
- package/patterns/chart-bar/index.tsx +107 -0
- package/patterns/comparison-columns/index.tsx +115 -0
- package/patterns/feature-metrics/index.tsx +94 -0
- package/patterns/flow-diagram/index.tsx +151 -0
- package/patterns/hero-statement/index.tsx +72 -0
- package/patterns/icon-grid/index.tsx +126 -0
- package/patterns/index.ts +17 -0
- package/patterns/phased-roadmap/index.tsx +179 -0
- package/patterns/photo-split/index.tsx +110 -0
- package/patterns/pricing-tiers/index.tsx +127 -0
- package/patterns/showcase-grid/index.tsx +99 -0
- package/patterns/thank-you/index.tsx +86 -0
- package/patterns/three-pillars/index.tsx +112 -0
- package/patterns/title-center/index.tsx +46 -0
- package/tokens.json +30 -0
- package/tsconfig.json +13 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to the Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by the Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding any notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
Copyright 2026 hayaoo
|
|
179
|
+
|
|
180
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
181
|
+
you may not use this file except in compliance with the License.
|
|
182
|
+
You may obtain a copy of the License at
|
|
183
|
+
|
|
184
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
185
|
+
|
|
186
|
+
Unless required by applicable law or agreed to in writing, software
|
|
187
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
188
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
189
|
+
See the License for the specific language governing permissions and
|
|
190
|
+
limitations under the License.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { ReactElement, ReactNode, CSSProperties } from "react";
|
|
2
|
+
|
|
3
|
+
interface CardProps {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
highlight?: boolean;
|
|
6
|
+
style?: CSSProperties;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Dark card with subtle border and rounded corners.
|
|
11
|
+
*/
|
|
12
|
+
export function Card({ children, highlight, style }: CardProps): ReactElement {
|
|
13
|
+
return (
|
|
14
|
+
<div
|
|
15
|
+
style={{
|
|
16
|
+
backgroundColor: "var(--color-card-background)",
|
|
17
|
+
borderRadius: "var(--radius)",
|
|
18
|
+
border: highlight
|
|
19
|
+
? "1px solid var(--color-primary)"
|
|
20
|
+
: "1px solid var(--color-border)",
|
|
21
|
+
padding: "32px",
|
|
22
|
+
display: "flex",
|
|
23
|
+
flexDirection: "column",
|
|
24
|
+
gap: 12,
|
|
25
|
+
...style,
|
|
26
|
+
}}
|
|
27
|
+
>
|
|
28
|
+
{children}
|
|
29
|
+
</div>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import type { ReactElement } from "react";
|
|
2
|
+
|
|
3
|
+
interface SlideHeaderProps {
|
|
4
|
+
label?: string;
|
|
5
|
+
heading: string;
|
|
6
|
+
headingSize?: number;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Minimal slide header — optional muted label + display heading.
|
|
11
|
+
* Apple-style: label is small muted text, heading is large semibold.
|
|
12
|
+
*/
|
|
13
|
+
export function SlideHeader({
|
|
14
|
+
label,
|
|
15
|
+
heading,
|
|
16
|
+
headingSize = 40,
|
|
17
|
+
}: SlideHeaderProps): ReactElement {
|
|
18
|
+
return (
|
|
19
|
+
<div style={{ display: "flex", flexDirection: "column", gap: 8 }}>
|
|
20
|
+
{label && (
|
|
21
|
+
<span
|
|
22
|
+
style={{
|
|
23
|
+
fontSize: 14,
|
|
24
|
+
fontWeight: 600,
|
|
25
|
+
letterSpacing: "-0.016em",
|
|
26
|
+
color: "var(--color-accent)",
|
|
27
|
+
}}
|
|
28
|
+
>
|
|
29
|
+
{label}
|
|
30
|
+
</span>
|
|
31
|
+
)}
|
|
32
|
+
<h2
|
|
33
|
+
style={{
|
|
34
|
+
fontFamily: "var(--font-heading)",
|
|
35
|
+
fontSize: headingSize,
|
|
36
|
+
fontWeight: 600,
|
|
37
|
+
lineHeight: 1.1,
|
|
38
|
+
letterSpacing: headingSize >= 48 ? "-0.015em" : "-0.009em",
|
|
39
|
+
color: "var(--color-foreground)",
|
|
40
|
+
margin: 0,
|
|
41
|
+
}}
|
|
42
|
+
>
|
|
43
|
+
{heading}
|
|
44
|
+
</h2>
|
|
45
|
+
</div>
|
|
46
|
+
);
|
|
47
|
+
}
|
package/design.md
ADDED
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
# Pristine Display — Design System
|
|
2
|
+
|
|
3
|
+
Apple.com のプロダクトページにインスパイアされたライト・プレゼンテーションテーマ。
|
|
4
|
+
キャンバスグレー (`#f5f5f7`) の上に白カードを浮かせ、ディスプレイタイポグラフィとドラマティックな余白で視覚的ヒエラルキーを構築する。
|
|
5
|
+
|
|
6
|
+
## インスピレーション
|
|
7
|
+
|
|
8
|
+
Apple.com(https://www.apple.com/jp/)のプロダクトページをベースに設計。
|
|
9
|
+
- ページ背景は純白ではなく `#f5f5f7`(キャンバスグレー)
|
|
10
|
+
- カードやコンテンツ面は `#ffffff`(白)
|
|
11
|
+
- テキストは `#1d1d1f`(ニアブラック) — 純黒は使わない
|
|
12
|
+
- サブテキストは `#6e6e73`(ミューテッドグレー) — 色のコントラストで階層を作る
|
|
13
|
+
- セクションごとにグレーと白を交互に配置してリズムを生む
|
|
14
|
+
|
|
15
|
+
## デザインの原則
|
|
16
|
+
|
|
17
|
+
### 1. キャンバスグレー + 白カード
|
|
18
|
+
スライド背景は `#f5f5f7`。情報を載せるカードは `#ffffff` で浮かせる。白 on 白ではなく、グレー on 白のレイヤー感が Apple らしさの核。一部のスライド(タイトル、ヒーロー、メトリクス、クロージング)は全面白でインパクトを出す。
|
|
19
|
+
|
|
20
|
+
### 2. 2ウェイト制
|
|
21
|
+
semibold 600(見出し・ラベル)と regular 400(本文・説明)の 2 種類のみ。bold 700 や light 300 は使わない。ウェイトの差を最小にすることで、Apple のクリーンな印象を保つ。
|
|
22
|
+
|
|
23
|
+
### 3. タイトなレタースペーシング
|
|
24
|
+
大きいフォントほど負のレタースペーシング。これが Apple のディスプレイタイポグラフィの最大の特徴。
|
|
25
|
+
|
|
26
|
+
| フォントサイズ | letter-spacing |
|
|
27
|
+
|--------------|---------------|
|
|
28
|
+
| 80px+ | -0.015em |
|
|
29
|
+
| 48px | -0.003em |
|
|
30
|
+
| 40px | -0.009em |
|
|
31
|
+
| 17px (body) | -0.022em |
|
|
32
|
+
| 14px (caption) | -0.016em |
|
|
33
|
+
|
|
34
|
+
### 4. 極端なホワイトスペース
|
|
35
|
+
要素間に大きな gap(32-48px)。情報密度より「呼吸」を優先。1スライド1メッセージが基本。スライドの 40-60% は空白であるべき。
|
|
36
|
+
|
|
37
|
+
### 5. セクション背景の交替
|
|
38
|
+
スライドを通して見たとき、グレーキャンバス(`#f5f5f7`) と 白面(`#ffffff`) が交互に現れることで Apple.com のスクロール体験に近いリズムが生まれる。
|
|
39
|
+
|
|
40
|
+
| スライドタイプ | 背景 |
|
|
41
|
+
|--------------|------|
|
|
42
|
+
| タイトル / ヒーロー / メトリクス / クロージング | `#ffffff` |
|
|
43
|
+
| カード系(pillars / comparison / pricing) | `#f5f5f7`(カードは白) |
|
|
44
|
+
| リスト系(bullet-list / photo-split) | `#ffffff` |
|
|
45
|
+
| グラフ / アイコングリッド | `#ffffff` |
|
|
46
|
+
| フロー図 | `#ffffff`(ステップカードは `#f5f5f7`) |
|
|
47
|
+
|
|
48
|
+
### 6. 控えめなシャドウ
|
|
49
|
+
カードには `4px 4px 12px rgba(0,0,0,0.06)` の極めて subtle な影。ボーダーは基本不要 — 白カードとグレーキャンバスのコントラストだけで十分。ハイライトカードのみ `1.5px solid #0071e3` のボーダー。
|
|
50
|
+
|
|
51
|
+
### 7. 光学的センタリング
|
|
52
|
+
中央揃えスライドでは、コンテンツグループに `marginBottom: 32px` 程度を追加して視覚的な中心を数学的な中心より少し上にずらす。これは Apple のキーノートで使われるテクニック。
|
|
53
|
+
|
|
54
|
+
## カラーパレット
|
|
55
|
+
|
|
56
|
+
| Token | 値 | 用途 |
|
|
57
|
+
|-------|-----|------|
|
|
58
|
+
| background | `#f5f5f7` | スライド背景(キャンバスグレー) |
|
|
59
|
+
| foreground | `#1d1d1f` | 見出し・本文(ニアブラック) |
|
|
60
|
+
| primary | `#0071e3` | CTA、ピルボタン、ハイライトボーダー |
|
|
61
|
+
| accent | `#0066cc` | アイブロウラベル、リンク色 |
|
|
62
|
+
| muted-foreground | `#6e6e73` | サブテキスト、キャプション、番号 |
|
|
63
|
+
| border | `rgba(0,0,0,0.08)` | 境界線(ほぼ不可視) |
|
|
64
|
+
| card-background | `#ffffff` | カード面 |
|
|
65
|
+
| muted | `#e8e8ed` | 非活性面、チップ背景 |
|
|
66
|
+
|
|
67
|
+
### 使ってはいけない色
|
|
68
|
+
- 純黒 `#000000` をテキストに使わない(`#1d1d1f` を使う)
|
|
69
|
+
- 純白 `#ffffff` をスライド背景全体に使わない(`#f5f5f7` を使う。コンテンツ面だけ白)
|
|
70
|
+
- primary `#0071e3` を大面積の背景に使わない(テキスト・ボーダー・ボタンのみ)
|
|
71
|
+
- 赤・緑・黄色などの強い色は避ける。アクセントは青のみ
|
|
72
|
+
|
|
73
|
+
## タイポグラフィ
|
|
74
|
+
|
|
75
|
+
### フォントスタック
|
|
76
|
+
```
|
|
77
|
+
heading: SF Pro JP → SF Pro Display → Hiragino Sans → Helvetica Neue → Noto Sans JP → sans-serif
|
|
78
|
+
body: SF Pro JP → SF Pro Text → Hiragino Sans → Helvetica Neue → Noto Sans JP → sans-serif
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
- macOS: SF Pro JP または Hiragino Sans が適用される
|
|
82
|
+
- Windows: Noto Sans JP にフォールバック
|
|
83
|
+
- 明朝体は使わない
|
|
84
|
+
- `-webkit-font-smoothing: antialiased` 必須
|
|
85
|
+
|
|
86
|
+
### タイプスケール
|
|
87
|
+
|
|
88
|
+
| 役割 | サイズ | ウェイト | line-height | letter-spacing |
|
|
89
|
+
|------|--------|---------|-------------|---------------|
|
|
90
|
+
| ヒーロー見出し | 80px | 600 | 1.05 | -0.015em |
|
|
91
|
+
| タイトル / クロージング | 72px | 600 | 1.05 | -0.015em |
|
|
92
|
+
| 巨大数値 | 120px | 600 | 1.0 | -0.025em |
|
|
93
|
+
| セクション見出し | 44-48px | 600 | 1.08 | -0.003em |
|
|
94
|
+
| カード見出し / サブ見出し | 40px | 600 | 1.1 | -0.009em |
|
|
95
|
+
| アイテムタイトル | 17-21px | 600 | 1.24-1.37 | 0.011em〜-0.022em |
|
|
96
|
+
| 本文 | 17px | 400 | 1.47 | -0.022em |
|
|
97
|
+
| アイブロウラベル | 17px | 600 | — | -0.022em |
|
|
98
|
+
| キャプション / 説明 | 14px | 400 | 1.29-1.43 | -0.016em |
|
|
99
|
+
|
|
100
|
+
## レイアウト
|
|
101
|
+
|
|
102
|
+
- スライドサイズ: 1200×675 (16:9)
|
|
103
|
+
- パディング: 48-60px(上下), 60-80px(左右)
|
|
104
|
+
- セクション間 gap: 40-48px
|
|
105
|
+
- アイテム間 gap: 20-24px
|
|
106
|
+
- カード角丸: 18px(大型タイル), 12px(標準), 16px(フローステップ)
|
|
107
|
+
- ボタン角丸: 980px(完全ピル)
|
|
108
|
+
|
|
109
|
+
## パターンカタログ
|
|
110
|
+
|
|
111
|
+
### title-center
|
|
112
|
+
**用途**: オープニング・タイトルスライド
|
|
113
|
+
**背景**: 白 (`#ffffff`)
|
|
114
|
+
**レイアウト**: 中央揃え、72px ディスプレイ見出し + ミューテッド字幕
|
|
115
|
+
**vars:**
|
|
116
|
+
- `title` (string, max 40): ディスプレイ見出し
|
|
117
|
+
- `subtitle` (string, max 80): 字幕
|
|
118
|
+
|
|
119
|
+
### hero-statement
|
|
120
|
+
**用途**: インパクト文、ビジョンステートメント
|
|
121
|
+
**背景**: 白
|
|
122
|
+
**レイアウト**: 青アイブロウ + 80px 巨大見出し + ミューテッド本文、全て中央揃え
|
|
123
|
+
**vars:**
|
|
124
|
+
- `eyebrow` (string, max 30): 青アクセントラベル
|
|
125
|
+
- `headline` (string, max 60): 巨大見出し(`\n` で改行可)
|
|
126
|
+
- `body` (string, max 200): 本文
|
|
127
|
+
|
|
128
|
+
### feature-metrics
|
|
129
|
+
**用途**: KPI、数値ハイライト
|
|
130
|
+
**背景**: 白
|
|
131
|
+
**レイアウト**: 中央見出し + 横並びの巨大数値(56px)
|
|
132
|
+
**vars:**
|
|
133
|
+
- `headline` (string, max 60): セクション見出し
|
|
134
|
+
- `description` (string, optional): 補足テキスト
|
|
135
|
+
- `metrics` (array, 2-4): `{ label, value }`
|
|
136
|
+
|
|
137
|
+
### bullet-list
|
|
138
|
+
**用途**: 特徴一覧、ステップ
|
|
139
|
+
**背景**: 白
|
|
140
|
+
**レイアウト**: 左カラム(アイブロウ + 見出し)+ 右カラム(番号付きリスト)
|
|
141
|
+
**vars:**
|
|
142
|
+
- `label` (string, optional): 青アイブロウ
|
|
143
|
+
- `heading` (string, max 80): 見出し
|
|
144
|
+
- `items` (array, 2-6): `{ title, description? }`
|
|
145
|
+
|
|
146
|
+
### three-pillars
|
|
147
|
+
**用途**: 3つの柱、特徴カード
|
|
148
|
+
**背景**: キャンバスグレー(カードは白)
|
|
149
|
+
**レイアウト**: 中央見出し + 2-3カラム白カード(subtle shadow)
|
|
150
|
+
**vars:**
|
|
151
|
+
- `label` (string, optional): 青アイブロウ
|
|
152
|
+
- `heading` (string, max 60): 見出し
|
|
153
|
+
- `pillars` (array, 2-3): `{ title, description, value? }`
|
|
154
|
+
|
|
155
|
+
### big-number
|
|
156
|
+
**用途**: 単一数値のインパクト
|
|
157
|
+
**背景**: 白
|
|
158
|
+
**レイアウト**: 中央に 120px 巨大数値 + 見出し + 本文
|
|
159
|
+
**vars:**
|
|
160
|
+
- `label` (string, optional): 青アイブロウ
|
|
161
|
+
- `value` (string, max 20): 巨大数値
|
|
162
|
+
- `unit` (string, optional): 単位
|
|
163
|
+
- `headline` (string, max 60): 見出し
|
|
164
|
+
- `description` (string, optional): 本文
|
|
165
|
+
|
|
166
|
+
### icon-grid
|
|
167
|
+
**用途**: 機能一覧、エコシステム紹介
|
|
168
|
+
**背景**: 白
|
|
169
|
+
**レイアウト**: 中央見出し + 3x2 アイコングリッド(`#f5f5f7` バッジ + 青アイコン)
|
|
170
|
+
**vars:**
|
|
171
|
+
- `label` (string, optional): 青アイブロウ
|
|
172
|
+
- `heading` (string, max 60): 見出し
|
|
173
|
+
- `items` (array, 3-6): `{ icon, title, description? }`
|
|
174
|
+
**アイコン**: lucide-react の名前を使用(例: `file-code-2`, `shield-check`)
|
|
175
|
+
|
|
176
|
+
### chart-bar
|
|
177
|
+
**用途**: 棒グラフ、定量比較
|
|
178
|
+
**背景**: 白
|
|
179
|
+
**レイアウト**: 左寄せ見出し + 凡例 + Recharts 棒グラフ(固定幅 1020px)
|
|
180
|
+
**vars:**
|
|
181
|
+
- `label` (string, optional): 青アイブロウ
|
|
182
|
+
- `heading` (string, max 60): チャート見出し
|
|
183
|
+
- `data` (array, 2-8): `{ label, value, value2? }`
|
|
184
|
+
- `series1Name` (string, optional): 第1系列名
|
|
185
|
+
- `series2Name` (string, optional): 第2系列名
|
|
186
|
+
**注意**: SSR のため `ResponsiveContainer` は使わず固定サイズ
|
|
187
|
+
|
|
188
|
+
### flow-diagram
|
|
189
|
+
**用途**: プロセスフロー、パイプライン図解
|
|
190
|
+
**背景**: 白(ステップカードは `#f5f5f7`)
|
|
191
|
+
**レイアウト**: 中央見出し + 横並びステップカード + 青矢印
|
|
192
|
+
**vars:**
|
|
193
|
+
- `label` (string, optional): 青アイブロウ
|
|
194
|
+
- `heading` (string, max 60): 見出し
|
|
195
|
+
- `steps` (array, 3-5): `{ title, description? }`
|
|
196
|
+
|
|
197
|
+
### comparison-columns
|
|
198
|
+
**用途**: 機能比較、A vs B
|
|
199
|
+
**背景**: キャンバスグレー(カードは白)
|
|
200
|
+
**レイアウト**: 中央見出し + 2-3カラム白カード(チェックマーク付きリスト)
|
|
201
|
+
**vars:**
|
|
202
|
+
- `heading` (string, max 60): 見出し
|
|
203
|
+
- `columns` (array, 2-3): `{ name, items[], highlighted? }`
|
|
204
|
+
|
|
205
|
+
### pricing-tiers
|
|
206
|
+
**用途**: 料金プラン
|
|
207
|
+
**背景**: キャンバスグレー(カードは白)
|
|
208
|
+
**レイアウト**: 中央見出し + 2-3カラムプランカード(価格表示 + 機能リスト)
|
|
209
|
+
**vars:**
|
|
210
|
+
- `heading` (string, max 60): 見出し
|
|
211
|
+
- `plans` (array, 2-3): `{ name, price, description?, features[], highlighted? }`
|
|
212
|
+
|
|
213
|
+
### photo-split
|
|
214
|
+
**用途**: ビジュアルストーリーテリング、写真 + テキスト
|
|
215
|
+
**背景**: 白
|
|
216
|
+
**レイアウト**: 50/50 分割。片側テキスト(アイブロウ + 見出し + 本文)、片側写真
|
|
217
|
+
**vars:**
|
|
218
|
+
- `label` (string, optional): 青アイブロウ
|
|
219
|
+
- `heading` (string, max 60): 見出し
|
|
220
|
+
- `body` (string, max 300): 本文
|
|
221
|
+
- `image` (string): 画像パス or URL
|
|
222
|
+
- `imagePosition` ("left" | "right", optional): 画像の位置(default: right)
|
|
223
|
+
|
|
224
|
+
### thank-you
|
|
225
|
+
**用途**: クロージング
|
|
226
|
+
**背景**: 白
|
|
227
|
+
**レイアウト**: 72px 見出し + ミューテッド本文 + ピル型CTA + リンク
|
|
228
|
+
**vars:**
|
|
229
|
+
- `headline` (string, max 40): クロージング見出し
|
|
230
|
+
- `body` (string, optional): 本文
|
|
231
|
+
- `cta` (string, optional): CTAテキスト(ピルボタン表示)
|
|
232
|
+
- `link` (string, optional): URL/連絡先
|
|
233
|
+
|
|
234
|
+
## コンポーネント
|
|
235
|
+
|
|
236
|
+
### SlideHeader
|
|
237
|
+
`import { SlideHeader } from "@deckspec/theme-noir-display/components"`
|
|
238
|
+
- `label?` (string): 青アイブロウ(`var(--color-primary)`)
|
|
239
|
+
- `heading` (string): ディスプレイ見出し
|
|
240
|
+
- `headingSize?` (number): フォントサイズ(default 40)
|
|
241
|
+
|
|
242
|
+
### Card
|
|
243
|
+
`import { Card } from "@deckspec/theme-noir-display/components"`
|
|
244
|
+
- `children` (ReactNode): カード内容
|
|
245
|
+
- `highlight?` (boolean): primary ボーダー + 青シャドウ
|
|
246
|
+
- `style?` (CSSProperties): 追加スタイル
|
|
247
|
+
|
|
248
|
+
## デッキ構成ガイド
|
|
249
|
+
|
|
250
|
+
### 推奨スライド順序
|
|
251
|
+
1. **title-center** — タイトル(白面、余白多め)
|
|
252
|
+
2. **hero-statement** — ビジョン・メッセージ(白面、巨大テキスト)
|
|
253
|
+
3. **big-number** — 数値インパクト(白面)
|
|
254
|
+
4. **three-pillars** — アーキテクチャ・柱(グレー面 + 白カード)
|
|
255
|
+
5. **bullet-list** or **icon-grid** — 特徴一覧(白面)
|
|
256
|
+
6. **feature-metrics** — KPI(白面)
|
|
257
|
+
7. **chart-bar** — データ可視化(白面)
|
|
258
|
+
8. **flow-diagram** — プロセス図解(白面)
|
|
259
|
+
9. **photo-split** — ビジュアル(白面)
|
|
260
|
+
10. **comparison-columns** — 比較(グレー面 + 白カード)
|
|
261
|
+
11. **pricing-tiers** — 料金(グレー面 + 白カード)
|
|
262
|
+
12. **thank-you** — クロージング(白面 + CTA)
|
|
263
|
+
|
|
264
|
+
### 背景交替のリズム
|
|
265
|
+
白 → 白 → 白 → **グレー** → 白 → 白 → 白 → 白 → 白 → **グレー** → **グレー** → 白
|
|
266
|
+
|
|
267
|
+
カード系スライド(pillars, comparison, pricing)をグレー面に配置し、テキスト中心のスライドを白面に配置すると、Apple.com のスクロール体験に近いリズムが生まれる。
|
|
268
|
+
|
|
269
|
+
## 禁止事項
|
|
270
|
+
|
|
271
|
+
- 明朝体の使用
|
|
272
|
+
- `font-weight: 700` (bold) の使用 — 600 (semibold) まで
|
|
273
|
+
- 純黒 `#000` テキスト — `#1d1d1f` を使う
|
|
274
|
+
- primary 青の背景利用 — テキスト・ボーダー・ボタンのみ
|
|
275
|
+
- ボーダー線の多用 — 背景色のレイヤーで区切る
|
|
276
|
+
- 角丸カードの内部を border や背景色の帯で区切る — カード内のセクション分けはタイポグラフィの階層(サイズ・ウェイト・色・余白)だけで表現する。片側 border も背景色バンドも不要
|
|
277
|
+
- 情報の詰め込み — 1スライド1メッセージ
|
|
278
|
+
- アニメーション(SSR 出力のため静的)
|
|
279
|
+
- 影の濃さ — `rgba(0,0,0,0.06)` を超えない
|
|
280
|
+
|
|
281
|
+
## 使用ガイド
|
|
282
|
+
|
|
283
|
+
このテーマは以下に最適:
|
|
284
|
+
- プロダクトローンチ、サービス紹介
|
|
285
|
+
- 投資家向けピッチデッキ
|
|
286
|
+
- テクノロジーカンファレンス
|
|
287
|
+
- 社内プレゼン(モダンな印象)
|
|
288
|
+
|
|
289
|
+
`#f5f5f7` キャンバスグレーと白カードのコントラストで、プロジェクターでもディスプレイでも高い可読性を保ちます。情報密度を low〜medium に抑え、Apple のようなプレミアムな空気感を演出します。
|