creoui 0.20.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/README.md +167 -0
- package/dist/components.css +3984 -0
- package/dist/shells/CreoFacetGrid.d.ts +37 -0
- package/dist/shells/CreoPageShell.d.ts +42 -0
- package/dist/shells/index.css +1 -0
- package/dist/shells/index.d.ts +17 -0
- package/dist/shells/index.js +45 -0
- package/dist/shells/index.js.map +1 -0
- package/dist/token-shim.css +133 -0
- package/dist/tokens.css +798 -0
- package/dist/tokens.d.ts +1038 -0
- package/dist/tokens.js +612 -0
- package/package.json +61 -0
package/dist/tokens.d.ts
ADDED
|
@@ -0,0 +1,1038 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
/** Drawer / side sheet backdrop scrim — theme-agnostic 40% black overlay。 dark theme でも light theme でも統一して暗 backdrop を使う UX 慣習に従う。 中央 modal (dialog) はより重い注意を引くため `scrim-modal` (50%) を使う。 */
|
|
6
|
+
export const ColorSurfaceScrim: string;
|
|
7
|
+
/** Dialog (中央 modal) backdrop scrim — 50% black overlay。 drawer (40%) より強く content を後退させ、 user の注意を modal に集中させる。 dark/light theme 共通。 */
|
|
8
|
+
export const ColorSurfaceScrimModal: string;
|
|
9
|
+
/** Brand primary (base) */
|
|
10
|
+
export const ColorThemesContrastDarkBrandPrimary: string;
|
|
11
|
+
/** Brand primary — hover */
|
|
12
|
+
export const ColorThemesContrastDarkBrandPrimaryHover: string;
|
|
13
|
+
/** Brand primary — active / pressed */
|
|
14
|
+
export const ColorThemesContrastDarkBrandPrimaryActive: string;
|
|
15
|
+
/** Brand primary — subtle tint surface */
|
|
16
|
+
export const ColorThemesContrastDarkBrandPrimarySubtle: string;
|
|
17
|
+
/** Brand secondary (base) */
|
|
18
|
+
export const ColorThemesContrastDarkBrandSecondary: string;
|
|
19
|
+
/** Brand secondary — hover */
|
|
20
|
+
export const ColorThemesContrastDarkBrandSecondaryHover: string;
|
|
21
|
+
/** Brand secondary — active / pressed */
|
|
22
|
+
export const ColorThemesContrastDarkBrandSecondaryActive: string;
|
|
23
|
+
/** Brand secondary — subtle tint surface */
|
|
24
|
+
export const ColorThemesContrastDarkBrandSecondarySubtle: string;
|
|
25
|
+
/** Semantic success (base) */
|
|
26
|
+
export const ColorThemesContrastDarkSemanticSuccess: string;
|
|
27
|
+
/** Semantic success — hover */
|
|
28
|
+
export const ColorThemesContrastDarkSemanticSuccessHover: string;
|
|
29
|
+
/** Semantic success — active */
|
|
30
|
+
export const ColorThemesContrastDarkSemanticSuccessActive: string;
|
|
31
|
+
/** Semantic success — subtle surface */
|
|
32
|
+
export const ColorThemesContrastDarkSemanticSuccessSubtle: string;
|
|
33
|
+
/** Semantic success — text on tinted bg */
|
|
34
|
+
export const ColorThemesContrastDarkSemanticSuccessText: string;
|
|
35
|
+
/** Semantic warning (base) */
|
|
36
|
+
export const ColorThemesContrastDarkSemanticWarning: string;
|
|
37
|
+
/** Semantic warning — hover */
|
|
38
|
+
export const ColorThemesContrastDarkSemanticWarningHover: string;
|
|
39
|
+
/** Semantic warning — active */
|
|
40
|
+
export const ColorThemesContrastDarkSemanticWarningActive: string;
|
|
41
|
+
/** Semantic warning — subtle surface */
|
|
42
|
+
export const ColorThemesContrastDarkSemanticWarningSubtle: string;
|
|
43
|
+
/** Semantic warning — text on tinted bg */
|
|
44
|
+
export const ColorThemesContrastDarkSemanticWarningText: string;
|
|
45
|
+
/** Semantic error (base) */
|
|
46
|
+
export const ColorThemesContrastDarkSemanticError: string;
|
|
47
|
+
/** Semantic error — hover */
|
|
48
|
+
export const ColorThemesContrastDarkSemanticErrorHover: string;
|
|
49
|
+
/** Semantic error — active */
|
|
50
|
+
export const ColorThemesContrastDarkSemanticErrorActive: string;
|
|
51
|
+
/** Semantic error — subtle surface */
|
|
52
|
+
export const ColorThemesContrastDarkSemanticErrorSubtle: string;
|
|
53
|
+
/** Semantic error — text on tinted bg */
|
|
54
|
+
export const ColorThemesContrastDarkSemanticErrorText: string;
|
|
55
|
+
/** Semantic info (base) */
|
|
56
|
+
export const ColorThemesContrastDarkSemanticInfo: string;
|
|
57
|
+
/** Semantic info — hover */
|
|
58
|
+
export const ColorThemesContrastDarkSemanticInfoHover: string;
|
|
59
|
+
/** Semantic info — active */
|
|
60
|
+
export const ColorThemesContrastDarkSemanticInfoActive: string;
|
|
61
|
+
/** Semantic info — subtle surface */
|
|
62
|
+
export const ColorThemesContrastDarkSemanticInfoSubtle: string;
|
|
63
|
+
/** Semantic info — text on tinted bg */
|
|
64
|
+
export const ColorThemesContrastDarkSemanticInfoText: string;
|
|
65
|
+
/** Root background — page canvas */
|
|
66
|
+
export const ColorThemesContrastDarkSurfaceBgBase: string;
|
|
67
|
+
/** Subtle background — panels, sections */
|
|
68
|
+
export const ColorThemesContrastDarkSurfaceBgSubtle: string;
|
|
69
|
+
/** Emphasized background — highlighted regions */
|
|
70
|
+
export const ColorThemesContrastDarkSurfaceBgEmphasis: string;
|
|
71
|
+
/** Card / modal / elevated container surface */
|
|
72
|
+
export const ColorThemesContrastDarkSurfaceSurface: string;
|
|
73
|
+
/** Default border / divider */
|
|
74
|
+
export const ColorThemesContrastDarkSurfaceBorder: string;
|
|
75
|
+
/** Subtle border — quiet separators */
|
|
76
|
+
export const ColorThemesContrastDarkSurfaceBorderSubtle: string;
|
|
77
|
+
/** Primary foreground text */
|
|
78
|
+
export const ColorThemesContrastDarkTextPrimary: string;
|
|
79
|
+
/** Secondary text — supporting copy */
|
|
80
|
+
export const ColorThemesContrastDarkTextSecondary: string;
|
|
81
|
+
/** Tertiary text — captions, hints */
|
|
82
|
+
export const ColorThemesContrastDarkTextTertiary: string;
|
|
83
|
+
/** Disabled text */
|
|
84
|
+
export const ColorThemesContrastDarkTextDisabled: string;
|
|
85
|
+
/** Inverse text — on dark surfaces */
|
|
86
|
+
export const ColorThemesContrastDarkTextInverse: string;
|
|
87
|
+
/** Shadow tint — default */
|
|
88
|
+
export const ColorThemesContrastDarkShadowBase: string;
|
|
89
|
+
/** Shadow tint — strong */
|
|
90
|
+
export const ColorThemesContrastDarkShadowStrong: string;
|
|
91
|
+
/** Focus ring color — outer 2px solid ring (contrast-dark、 high chroma で paradox identity を保持しつつ luminance UP で AAA contrast) */
|
|
92
|
+
export const ColorThemesContrastDarkFocusRingColor: string;
|
|
93
|
+
/** Focus halo — inner 4px subtle bg tint (alpha 0.20 で contrast theme assertive) */
|
|
94
|
+
export const ColorThemesContrastDarkFocusRingHalo: string;
|
|
95
|
+
/** Hero gradient — marketing / splash surfaces */
|
|
96
|
+
export const ColorThemesContrastDarkGradientHero: string;
|
|
97
|
+
/** Brand primary (base) */
|
|
98
|
+
export const ColorThemesContrastLightBrandPrimary: string;
|
|
99
|
+
/** Brand primary — hover */
|
|
100
|
+
export const ColorThemesContrastLightBrandPrimaryHover: string;
|
|
101
|
+
/** Brand primary — active / pressed */
|
|
102
|
+
export const ColorThemesContrastLightBrandPrimaryActive: string;
|
|
103
|
+
/** Brand primary — subtle tint surface */
|
|
104
|
+
export const ColorThemesContrastLightBrandPrimarySubtle: string;
|
|
105
|
+
/** Brand secondary (base) */
|
|
106
|
+
export const ColorThemesContrastLightBrandSecondary: string;
|
|
107
|
+
/** Brand secondary — hover */
|
|
108
|
+
export const ColorThemesContrastLightBrandSecondaryHover: string;
|
|
109
|
+
/** Brand secondary — active / pressed */
|
|
110
|
+
export const ColorThemesContrastLightBrandSecondaryActive: string;
|
|
111
|
+
/** Brand secondary — subtle tint surface */
|
|
112
|
+
export const ColorThemesContrastLightBrandSecondarySubtle: string;
|
|
113
|
+
/** Semantic success (base) */
|
|
114
|
+
export const ColorThemesContrastLightSemanticSuccess: string;
|
|
115
|
+
/** Semantic success — hover */
|
|
116
|
+
export const ColorThemesContrastLightSemanticSuccessHover: string;
|
|
117
|
+
/** Semantic success — active */
|
|
118
|
+
export const ColorThemesContrastLightSemanticSuccessActive: string;
|
|
119
|
+
/** Semantic success — subtle surface */
|
|
120
|
+
export const ColorThemesContrastLightSemanticSuccessSubtle: string;
|
|
121
|
+
/** Semantic success — text on tinted bg */
|
|
122
|
+
export const ColorThemesContrastLightSemanticSuccessText: string;
|
|
123
|
+
/** Semantic warning (base) */
|
|
124
|
+
export const ColorThemesContrastLightSemanticWarning: string;
|
|
125
|
+
/** Semantic warning — hover */
|
|
126
|
+
export const ColorThemesContrastLightSemanticWarningHover: string;
|
|
127
|
+
/** Semantic warning — active */
|
|
128
|
+
export const ColorThemesContrastLightSemanticWarningActive: string;
|
|
129
|
+
/** Semantic warning — subtle surface */
|
|
130
|
+
export const ColorThemesContrastLightSemanticWarningSubtle: string;
|
|
131
|
+
/** Semantic warning — text on tinted bg */
|
|
132
|
+
export const ColorThemesContrastLightSemanticWarningText: string;
|
|
133
|
+
/** Semantic error (base) */
|
|
134
|
+
export const ColorThemesContrastLightSemanticError: string;
|
|
135
|
+
/** Semantic error — hover */
|
|
136
|
+
export const ColorThemesContrastLightSemanticErrorHover: string;
|
|
137
|
+
/** Semantic error — active */
|
|
138
|
+
export const ColorThemesContrastLightSemanticErrorActive: string;
|
|
139
|
+
/** Semantic error — subtle surface */
|
|
140
|
+
export const ColorThemesContrastLightSemanticErrorSubtle: string;
|
|
141
|
+
/** Semantic error — text on tinted bg */
|
|
142
|
+
export const ColorThemesContrastLightSemanticErrorText: string;
|
|
143
|
+
/** Semantic info (base) */
|
|
144
|
+
export const ColorThemesContrastLightSemanticInfo: string;
|
|
145
|
+
/** Semantic info — hover */
|
|
146
|
+
export const ColorThemesContrastLightSemanticInfoHover: string;
|
|
147
|
+
/** Semantic info — active */
|
|
148
|
+
export const ColorThemesContrastLightSemanticInfoActive: string;
|
|
149
|
+
/** Semantic info — subtle surface */
|
|
150
|
+
export const ColorThemesContrastLightSemanticInfoSubtle: string;
|
|
151
|
+
/** Semantic info — text on tinted bg */
|
|
152
|
+
export const ColorThemesContrastLightSemanticInfoText: string;
|
|
153
|
+
/** Root background — page canvas */
|
|
154
|
+
export const ColorThemesContrastLightSurfaceBgBase: string;
|
|
155
|
+
/** Subtle background — panels, sections */
|
|
156
|
+
export const ColorThemesContrastLightSurfaceBgSubtle: string;
|
|
157
|
+
/** Emphasized background — highlighted regions */
|
|
158
|
+
export const ColorThemesContrastLightSurfaceBgEmphasis: string;
|
|
159
|
+
/** Card / modal / elevated container surface */
|
|
160
|
+
export const ColorThemesContrastLightSurfaceSurface: string;
|
|
161
|
+
/** Default border / divider */
|
|
162
|
+
export const ColorThemesContrastLightSurfaceBorder: string;
|
|
163
|
+
/** Subtle border — quiet separators */
|
|
164
|
+
export const ColorThemesContrastLightSurfaceBorderSubtle: string;
|
|
165
|
+
/** Primary foreground text */
|
|
166
|
+
export const ColorThemesContrastLightTextPrimary: string;
|
|
167
|
+
/** Secondary text — supporting copy */
|
|
168
|
+
export const ColorThemesContrastLightTextSecondary: string;
|
|
169
|
+
/** Tertiary text — captions, hints */
|
|
170
|
+
export const ColorThemesContrastLightTextTertiary: string;
|
|
171
|
+
/** Disabled text */
|
|
172
|
+
export const ColorThemesContrastLightTextDisabled: string;
|
|
173
|
+
/** Inverse text — on dark surfaces */
|
|
174
|
+
export const ColorThemesContrastLightTextInverse: string;
|
|
175
|
+
/** Shadow tint — default */
|
|
176
|
+
export const ColorThemesContrastLightShadowBase: string;
|
|
177
|
+
/** Shadow tint — strong */
|
|
178
|
+
export const ColorThemesContrastLightShadowStrong: string;
|
|
179
|
+
/** Focus ring color — outer 2px solid ring (contrast-light、 high chroma + luminance DOWN で AAA contrast on light bg) */
|
|
180
|
+
export const ColorThemesContrastLightFocusRingColor: string;
|
|
181
|
+
/** Focus halo — inner 4px subtle bg tint (alpha 0.20 で contrast theme assertive) */
|
|
182
|
+
export const ColorThemesContrastLightFocusRingHalo: string;
|
|
183
|
+
/** Hero gradient — marketing / splash surfaces */
|
|
184
|
+
export const ColorThemesContrastLightGradientHero: string;
|
|
185
|
+
/** Brand primary (base) */
|
|
186
|
+
export const ColorThemesMintDarkBrandPrimary: string;
|
|
187
|
+
/** Brand primary — hover */
|
|
188
|
+
export const ColorThemesMintDarkBrandPrimaryHover: string;
|
|
189
|
+
/** Brand primary — active / pressed */
|
|
190
|
+
export const ColorThemesMintDarkBrandPrimaryActive: string;
|
|
191
|
+
/** Brand primary — subtle tint surface */
|
|
192
|
+
export const ColorThemesMintDarkBrandPrimarySubtle: string;
|
|
193
|
+
/** Brand secondary (base) */
|
|
194
|
+
export const ColorThemesMintDarkBrandSecondary: string;
|
|
195
|
+
/** Brand secondary — hover */
|
|
196
|
+
export const ColorThemesMintDarkBrandSecondaryHover: string;
|
|
197
|
+
/** Brand secondary — active / pressed */
|
|
198
|
+
export const ColorThemesMintDarkBrandSecondaryActive: string;
|
|
199
|
+
/** Brand secondary — subtle tint surface */
|
|
200
|
+
export const ColorThemesMintDarkBrandSecondarySubtle: string;
|
|
201
|
+
/** Semantic success (base) */
|
|
202
|
+
export const ColorThemesMintDarkSemanticSuccess: string;
|
|
203
|
+
/** Semantic success — hover */
|
|
204
|
+
export const ColorThemesMintDarkSemanticSuccessHover: string;
|
|
205
|
+
/** Semantic success — active */
|
|
206
|
+
export const ColorThemesMintDarkSemanticSuccessActive: string;
|
|
207
|
+
/** Semantic success — subtle surface */
|
|
208
|
+
export const ColorThemesMintDarkSemanticSuccessSubtle: string;
|
|
209
|
+
/** Semantic success — text on tinted bg */
|
|
210
|
+
export const ColorThemesMintDarkSemanticSuccessText: string;
|
|
211
|
+
/** Semantic warning (base) */
|
|
212
|
+
export const ColorThemesMintDarkSemanticWarning: string;
|
|
213
|
+
/** Semantic warning — hover */
|
|
214
|
+
export const ColorThemesMintDarkSemanticWarningHover: string;
|
|
215
|
+
/** Semantic warning — active */
|
|
216
|
+
export const ColorThemesMintDarkSemanticWarningActive: string;
|
|
217
|
+
/** Semantic warning — subtle surface */
|
|
218
|
+
export const ColorThemesMintDarkSemanticWarningSubtle: string;
|
|
219
|
+
/** Semantic warning — text on tinted bg */
|
|
220
|
+
export const ColorThemesMintDarkSemanticWarningText: string;
|
|
221
|
+
/** Semantic error (base) */
|
|
222
|
+
export const ColorThemesMintDarkSemanticError: string;
|
|
223
|
+
/** Semantic error — hover */
|
|
224
|
+
export const ColorThemesMintDarkSemanticErrorHover: string;
|
|
225
|
+
/** Semantic error — active */
|
|
226
|
+
export const ColorThemesMintDarkSemanticErrorActive: string;
|
|
227
|
+
/** Semantic error — subtle surface */
|
|
228
|
+
export const ColorThemesMintDarkSemanticErrorSubtle: string;
|
|
229
|
+
/** Semantic error — text on tinted bg */
|
|
230
|
+
export const ColorThemesMintDarkSemanticErrorText: string;
|
|
231
|
+
/** Semantic info (base) */
|
|
232
|
+
export const ColorThemesMintDarkSemanticInfo: string;
|
|
233
|
+
/** Semantic info — hover */
|
|
234
|
+
export const ColorThemesMintDarkSemanticInfoHover: string;
|
|
235
|
+
/** Semantic info — active */
|
|
236
|
+
export const ColorThemesMintDarkSemanticInfoActive: string;
|
|
237
|
+
/** Semantic info — subtle surface */
|
|
238
|
+
export const ColorThemesMintDarkSemanticInfoSubtle: string;
|
|
239
|
+
/** Semantic info — text on tinted bg */
|
|
240
|
+
export const ColorThemesMintDarkSemanticInfoText: string;
|
|
241
|
+
/** Root background — page canvas */
|
|
242
|
+
export const ColorThemesMintDarkSurfaceBgBase: string;
|
|
243
|
+
/** Subtle background — panels, sections */
|
|
244
|
+
export const ColorThemesMintDarkSurfaceBgSubtle: string;
|
|
245
|
+
/** Emphasized background — highlighted regions */
|
|
246
|
+
export const ColorThemesMintDarkSurfaceBgEmphasis: string;
|
|
247
|
+
/** Card / modal / elevated container surface */
|
|
248
|
+
export const ColorThemesMintDarkSurfaceSurface: string;
|
|
249
|
+
/** Default border / divider */
|
|
250
|
+
export const ColorThemesMintDarkSurfaceBorder: string;
|
|
251
|
+
/** Subtle border — quiet separators */
|
|
252
|
+
export const ColorThemesMintDarkSurfaceBorderSubtle: string;
|
|
253
|
+
/** Primary foreground text */
|
|
254
|
+
export const ColorThemesMintDarkTextPrimary: string;
|
|
255
|
+
/** Secondary text — supporting copy */
|
|
256
|
+
export const ColorThemesMintDarkTextSecondary: string;
|
|
257
|
+
/** Tertiary text — captions, hints */
|
|
258
|
+
export const ColorThemesMintDarkTextTertiary: string;
|
|
259
|
+
/** Disabled text */
|
|
260
|
+
export const ColorThemesMintDarkTextDisabled: string;
|
|
261
|
+
/** Inverse text — on dark surfaces */
|
|
262
|
+
export const ColorThemesMintDarkTextInverse: string;
|
|
263
|
+
/** Shadow tint — default */
|
|
264
|
+
export const ColorThemesMintDarkShadowBase: string;
|
|
265
|
+
/** Shadow tint — strong */
|
|
266
|
+
export const ColorThemesMintDarkShadowStrong: string;
|
|
267
|
+
/** Hero gradient — marketing / splash surfaces */
|
|
268
|
+
export const ColorThemesMintDarkGradientHero: string;
|
|
269
|
+
/** Focus ring color — outer 2px solid ring (mint-dark、 brand 同 hue + luminance UP で AAA contrast 確保) */
|
|
270
|
+
export const ColorThemesMintDarkFocusRingColor: string;
|
|
271
|
+
/** Focus halo — inner 4px subtle bg tint、 ring を 「包む glow」 として演出 */
|
|
272
|
+
export const ColorThemesMintDarkFocusRingHalo: string;
|
|
273
|
+
/** Brand primary (base) */
|
|
274
|
+
export const ColorThemesMintLightBrandPrimary: string;
|
|
275
|
+
/** Brand primary — hover */
|
|
276
|
+
export const ColorThemesMintLightBrandPrimaryHover: string;
|
|
277
|
+
/** Brand primary — active / pressed */
|
|
278
|
+
export const ColorThemesMintLightBrandPrimaryActive: string;
|
|
279
|
+
/** Brand primary — subtle tint surface */
|
|
280
|
+
export const ColorThemesMintLightBrandPrimarySubtle: string;
|
|
281
|
+
/** Brand secondary (base) */
|
|
282
|
+
export const ColorThemesMintLightBrandSecondary: string;
|
|
283
|
+
/** Brand secondary — hover */
|
|
284
|
+
export const ColorThemesMintLightBrandSecondaryHover: string;
|
|
285
|
+
/** Brand secondary — active / pressed */
|
|
286
|
+
export const ColorThemesMintLightBrandSecondaryActive: string;
|
|
287
|
+
/** Brand secondary — subtle tint surface */
|
|
288
|
+
export const ColorThemesMintLightBrandSecondarySubtle: string;
|
|
289
|
+
/** Semantic success (base) */
|
|
290
|
+
export const ColorThemesMintLightSemanticSuccess: string;
|
|
291
|
+
/** Semantic success — hover */
|
|
292
|
+
export const ColorThemesMintLightSemanticSuccessHover: string;
|
|
293
|
+
/** Semantic success — active */
|
|
294
|
+
export const ColorThemesMintLightSemanticSuccessActive: string;
|
|
295
|
+
/** Semantic success — subtle surface */
|
|
296
|
+
export const ColorThemesMintLightSemanticSuccessSubtle: string;
|
|
297
|
+
/** Semantic success — text on tinted bg */
|
|
298
|
+
export const ColorThemesMintLightSemanticSuccessText: string;
|
|
299
|
+
/** Semantic warning (base) */
|
|
300
|
+
export const ColorThemesMintLightSemanticWarning: string;
|
|
301
|
+
/** Semantic warning — hover */
|
|
302
|
+
export const ColorThemesMintLightSemanticWarningHover: string;
|
|
303
|
+
/** Semantic warning — active */
|
|
304
|
+
export const ColorThemesMintLightSemanticWarningActive: string;
|
|
305
|
+
/** Semantic warning — subtle surface */
|
|
306
|
+
export const ColorThemesMintLightSemanticWarningSubtle: string;
|
|
307
|
+
/** Semantic warning — text on tinted bg */
|
|
308
|
+
export const ColorThemesMintLightSemanticWarningText: string;
|
|
309
|
+
/** Semantic error (base) */
|
|
310
|
+
export const ColorThemesMintLightSemanticError: string;
|
|
311
|
+
/** Semantic error — hover */
|
|
312
|
+
export const ColorThemesMintLightSemanticErrorHover: string;
|
|
313
|
+
/** Semantic error — active */
|
|
314
|
+
export const ColorThemesMintLightSemanticErrorActive: string;
|
|
315
|
+
/** Semantic error — subtle surface */
|
|
316
|
+
export const ColorThemesMintLightSemanticErrorSubtle: string;
|
|
317
|
+
/** Semantic error — text on tinted bg */
|
|
318
|
+
export const ColorThemesMintLightSemanticErrorText: string;
|
|
319
|
+
/** Semantic info (base) */
|
|
320
|
+
export const ColorThemesMintLightSemanticInfo: string;
|
|
321
|
+
/** Semantic info — hover */
|
|
322
|
+
export const ColorThemesMintLightSemanticInfoHover: string;
|
|
323
|
+
/** Semantic info — active */
|
|
324
|
+
export const ColorThemesMintLightSemanticInfoActive: string;
|
|
325
|
+
/** Semantic info — subtle surface */
|
|
326
|
+
export const ColorThemesMintLightSemanticInfoSubtle: string;
|
|
327
|
+
/** Semantic info — text on tinted bg */
|
|
328
|
+
export const ColorThemesMintLightSemanticInfoText: string;
|
|
329
|
+
/** Root background — page canvas */
|
|
330
|
+
export const ColorThemesMintLightSurfaceBgBase: string;
|
|
331
|
+
/** Subtle background — panels, sections */
|
|
332
|
+
export const ColorThemesMintLightSurfaceBgSubtle: string;
|
|
333
|
+
/** Emphasized background — highlighted regions */
|
|
334
|
+
export const ColorThemesMintLightSurfaceBgEmphasis: string;
|
|
335
|
+
/** Card / modal / elevated container surface */
|
|
336
|
+
export const ColorThemesMintLightSurfaceSurface: string;
|
|
337
|
+
/** Default border / divider */
|
|
338
|
+
export const ColorThemesMintLightSurfaceBorder: string;
|
|
339
|
+
/** Subtle border — quiet separators */
|
|
340
|
+
export const ColorThemesMintLightSurfaceBorderSubtle: string;
|
|
341
|
+
/** Primary foreground text */
|
|
342
|
+
export const ColorThemesMintLightTextPrimary: string;
|
|
343
|
+
/** Secondary text — supporting copy */
|
|
344
|
+
export const ColorThemesMintLightTextSecondary: string;
|
|
345
|
+
/** Tertiary text — captions, hints */
|
|
346
|
+
export const ColorThemesMintLightTextTertiary: string;
|
|
347
|
+
/** Disabled text */
|
|
348
|
+
export const ColorThemesMintLightTextDisabled: string;
|
|
349
|
+
/** Inverse text — on dark surfaces */
|
|
350
|
+
export const ColorThemesMintLightTextInverse: string;
|
|
351
|
+
/** Shadow tint — default */
|
|
352
|
+
export const ColorThemesMintLightShadowBase: string;
|
|
353
|
+
/** Shadow tint — strong */
|
|
354
|
+
export const ColorThemesMintLightShadowStrong: string;
|
|
355
|
+
/** Focus ring color — outer 2px solid ring (mint-light、 brand 同 hue + luminance DOWN で AAA contrast on light bg) */
|
|
356
|
+
export const ColorThemesMintLightFocusRingColor: string;
|
|
357
|
+
/** Focus halo — inner 4px subtle bg tint、 ring を 「包む glow」 として演出 */
|
|
358
|
+
export const ColorThemesMintLightFocusRingHalo: string;
|
|
359
|
+
/** Hero gradient — marketing / splash surfaces */
|
|
360
|
+
export const ColorThemesMintLightGradientHero: string;
|
|
361
|
+
/** Brand primary (base) */
|
|
362
|
+
export const ColorThemesOldschoolDarkBrandPrimary: string;
|
|
363
|
+
/** Brand primary — hover */
|
|
364
|
+
export const ColorThemesOldschoolDarkBrandPrimaryHover: string;
|
|
365
|
+
/** Brand primary — active / pressed */
|
|
366
|
+
export const ColorThemesOldschoolDarkBrandPrimaryActive: string;
|
|
367
|
+
/** Brand primary — subtle tint surface */
|
|
368
|
+
export const ColorThemesOldschoolDarkBrandPrimarySubtle: string;
|
|
369
|
+
/** Brand secondary (base) */
|
|
370
|
+
export const ColorThemesOldschoolDarkBrandSecondary: string;
|
|
371
|
+
/** Brand secondary — hover */
|
|
372
|
+
export const ColorThemesOldschoolDarkBrandSecondaryHover: string;
|
|
373
|
+
/** Brand secondary — active / pressed */
|
|
374
|
+
export const ColorThemesOldschoolDarkBrandSecondaryActive: string;
|
|
375
|
+
/** Brand secondary — subtle tint surface */
|
|
376
|
+
export const ColorThemesOldschoolDarkBrandSecondarySubtle: string;
|
|
377
|
+
/** Semantic success (base) */
|
|
378
|
+
export const ColorThemesOldschoolDarkSemanticSuccess: string;
|
|
379
|
+
/** Semantic success — hover */
|
|
380
|
+
export const ColorThemesOldschoolDarkSemanticSuccessHover: string;
|
|
381
|
+
/** Semantic success — active */
|
|
382
|
+
export const ColorThemesOldschoolDarkSemanticSuccessActive: string;
|
|
383
|
+
/** Semantic success — subtle surface */
|
|
384
|
+
export const ColorThemesOldschoolDarkSemanticSuccessSubtle: string;
|
|
385
|
+
/** Semantic success — text on tinted bg */
|
|
386
|
+
export const ColorThemesOldschoolDarkSemanticSuccessText: string;
|
|
387
|
+
/** Semantic warning (base) */
|
|
388
|
+
export const ColorThemesOldschoolDarkSemanticWarning: string;
|
|
389
|
+
/** Semantic warning — hover */
|
|
390
|
+
export const ColorThemesOldschoolDarkSemanticWarningHover: string;
|
|
391
|
+
/** Semantic warning — active */
|
|
392
|
+
export const ColorThemesOldschoolDarkSemanticWarningActive: string;
|
|
393
|
+
/** Semantic warning — subtle surface */
|
|
394
|
+
export const ColorThemesOldschoolDarkSemanticWarningSubtle: string;
|
|
395
|
+
/** Semantic warning — text on tinted bg */
|
|
396
|
+
export const ColorThemesOldschoolDarkSemanticWarningText: string;
|
|
397
|
+
/** Semantic error (base) */
|
|
398
|
+
export const ColorThemesOldschoolDarkSemanticError: string;
|
|
399
|
+
/** Semantic error — hover */
|
|
400
|
+
export const ColorThemesOldschoolDarkSemanticErrorHover: string;
|
|
401
|
+
/** Semantic error — active */
|
|
402
|
+
export const ColorThemesOldschoolDarkSemanticErrorActive: string;
|
|
403
|
+
/** Semantic error — subtle surface */
|
|
404
|
+
export const ColorThemesOldschoolDarkSemanticErrorSubtle: string;
|
|
405
|
+
/** Semantic error — text on tinted bg */
|
|
406
|
+
export const ColorThemesOldschoolDarkSemanticErrorText: string;
|
|
407
|
+
/** Semantic info (base) */
|
|
408
|
+
export const ColorThemesOldschoolDarkSemanticInfo: string;
|
|
409
|
+
/** Semantic info — hover */
|
|
410
|
+
export const ColorThemesOldschoolDarkSemanticInfoHover: string;
|
|
411
|
+
/** Semantic info — active */
|
|
412
|
+
export const ColorThemesOldschoolDarkSemanticInfoActive: string;
|
|
413
|
+
/** Semantic info — subtle surface */
|
|
414
|
+
export const ColorThemesOldschoolDarkSemanticInfoSubtle: string;
|
|
415
|
+
/** Semantic info — text on tinted bg */
|
|
416
|
+
export const ColorThemesOldschoolDarkSemanticInfoText: string;
|
|
417
|
+
/** Root background — page canvas */
|
|
418
|
+
export const ColorThemesOldschoolDarkSurfaceBgBase: string;
|
|
419
|
+
/** Subtle background — panels, sections */
|
|
420
|
+
export const ColorThemesOldschoolDarkSurfaceBgSubtle: string;
|
|
421
|
+
/** Emphasized background — highlighted regions */
|
|
422
|
+
export const ColorThemesOldschoolDarkSurfaceBgEmphasis: string;
|
|
423
|
+
/** Card / modal / elevated container surface */
|
|
424
|
+
export const ColorThemesOldschoolDarkSurfaceSurface: string;
|
|
425
|
+
/** Default border / divider */
|
|
426
|
+
export const ColorThemesOldschoolDarkSurfaceBorder: string;
|
|
427
|
+
/** Subtle border — quiet separators */
|
|
428
|
+
export const ColorThemesOldschoolDarkSurfaceBorderSubtle: string;
|
|
429
|
+
/** Primary foreground text */
|
|
430
|
+
export const ColorThemesOldschoolDarkTextPrimary: string;
|
|
431
|
+
/** Secondary text — supporting copy */
|
|
432
|
+
export const ColorThemesOldschoolDarkTextSecondary: string;
|
|
433
|
+
/** Tertiary text — captions, hints */
|
|
434
|
+
export const ColorThemesOldschoolDarkTextTertiary: string;
|
|
435
|
+
/** Disabled text */
|
|
436
|
+
export const ColorThemesOldschoolDarkTextDisabled: string;
|
|
437
|
+
/** Inverse text — on dark surfaces */
|
|
438
|
+
export const ColorThemesOldschoolDarkTextInverse: string;
|
|
439
|
+
/** Shadow tint — default */
|
|
440
|
+
export const ColorThemesOldschoolDarkShadowBase: string;
|
|
441
|
+
/** Shadow tint — strong */
|
|
442
|
+
export const ColorThemesOldschoolDarkShadowStrong: string;
|
|
443
|
+
/** Focus ring color — outer 2px solid ring (oldschool-dark、 olive hue + luminance UP で AAA contrast) */
|
|
444
|
+
export const ColorThemesOldschoolDarkFocusRingColor: string;
|
|
445
|
+
/** Focus halo — inner 4px subtle bg tint、 retro/corporate identity 保持 */
|
|
446
|
+
export const ColorThemesOldschoolDarkFocusRingHalo: string;
|
|
447
|
+
/** Hero gradient — marketing / splash surfaces */
|
|
448
|
+
export const ColorThemesOldschoolDarkGradientHero: string;
|
|
449
|
+
/** Brand primary (base) */
|
|
450
|
+
export const ColorThemesOldschoolLightBrandPrimary: string;
|
|
451
|
+
/** Brand primary — hover */
|
|
452
|
+
export const ColorThemesOldschoolLightBrandPrimaryHover: string;
|
|
453
|
+
/** Brand primary — active / pressed */
|
|
454
|
+
export const ColorThemesOldschoolLightBrandPrimaryActive: string;
|
|
455
|
+
/** Brand primary — subtle tint surface */
|
|
456
|
+
export const ColorThemesOldschoolLightBrandPrimarySubtle: string;
|
|
457
|
+
/** Brand secondary (base) */
|
|
458
|
+
export const ColorThemesOldschoolLightBrandSecondary: string;
|
|
459
|
+
/** Brand secondary — hover */
|
|
460
|
+
export const ColorThemesOldschoolLightBrandSecondaryHover: string;
|
|
461
|
+
/** Brand secondary — active / pressed */
|
|
462
|
+
export const ColorThemesOldschoolLightBrandSecondaryActive: string;
|
|
463
|
+
/** Brand secondary — subtle tint surface */
|
|
464
|
+
export const ColorThemesOldschoolLightBrandSecondarySubtle: string;
|
|
465
|
+
/** Semantic success (base) */
|
|
466
|
+
export const ColorThemesOldschoolLightSemanticSuccess: string;
|
|
467
|
+
/** Semantic success — hover */
|
|
468
|
+
export const ColorThemesOldschoolLightSemanticSuccessHover: string;
|
|
469
|
+
/** Semantic success — active */
|
|
470
|
+
export const ColorThemesOldschoolLightSemanticSuccessActive: string;
|
|
471
|
+
/** Semantic success — subtle surface */
|
|
472
|
+
export const ColorThemesOldschoolLightSemanticSuccessSubtle: string;
|
|
473
|
+
/** Semantic success — text on tinted bg */
|
|
474
|
+
export const ColorThemesOldschoolLightSemanticSuccessText: string;
|
|
475
|
+
/** Semantic warning (base) */
|
|
476
|
+
export const ColorThemesOldschoolLightSemanticWarning: string;
|
|
477
|
+
/** Semantic warning — hover */
|
|
478
|
+
export const ColorThemesOldschoolLightSemanticWarningHover: string;
|
|
479
|
+
/** Semantic warning — active */
|
|
480
|
+
export const ColorThemesOldschoolLightSemanticWarningActive: string;
|
|
481
|
+
/** Semantic warning — subtle surface */
|
|
482
|
+
export const ColorThemesOldschoolLightSemanticWarningSubtle: string;
|
|
483
|
+
/** Semantic warning — text on tinted bg */
|
|
484
|
+
export const ColorThemesOldschoolLightSemanticWarningText: string;
|
|
485
|
+
/** Semantic error (base) */
|
|
486
|
+
export const ColorThemesOldschoolLightSemanticError: string;
|
|
487
|
+
/** Semantic error — hover */
|
|
488
|
+
export const ColorThemesOldschoolLightSemanticErrorHover: string;
|
|
489
|
+
/** Semantic error — active */
|
|
490
|
+
export const ColorThemesOldschoolLightSemanticErrorActive: string;
|
|
491
|
+
/** Semantic error — subtle surface */
|
|
492
|
+
export const ColorThemesOldschoolLightSemanticErrorSubtle: string;
|
|
493
|
+
/** Semantic error — text on tinted bg */
|
|
494
|
+
export const ColorThemesOldschoolLightSemanticErrorText: string;
|
|
495
|
+
/** Semantic info (base) */
|
|
496
|
+
export const ColorThemesOldschoolLightSemanticInfo: string;
|
|
497
|
+
/** Semantic info — hover */
|
|
498
|
+
export const ColorThemesOldschoolLightSemanticInfoHover: string;
|
|
499
|
+
/** Semantic info — active */
|
|
500
|
+
export const ColorThemesOldschoolLightSemanticInfoActive: string;
|
|
501
|
+
/** Semantic info — subtle surface */
|
|
502
|
+
export const ColorThemesOldschoolLightSemanticInfoSubtle: string;
|
|
503
|
+
/** Semantic info — text on tinted bg */
|
|
504
|
+
export const ColorThemesOldschoolLightSemanticInfoText: string;
|
|
505
|
+
/** Root background — page canvas */
|
|
506
|
+
export const ColorThemesOldschoolLightSurfaceBgBase: string;
|
|
507
|
+
/** Subtle background — panels, sections */
|
|
508
|
+
export const ColorThemesOldschoolLightSurfaceBgSubtle: string;
|
|
509
|
+
/** Emphasized background — highlighted regions */
|
|
510
|
+
export const ColorThemesOldschoolLightSurfaceBgEmphasis: string;
|
|
511
|
+
/** Card / modal / elevated container surface */
|
|
512
|
+
export const ColorThemesOldschoolLightSurfaceSurface: string;
|
|
513
|
+
/** Default border / divider */
|
|
514
|
+
export const ColorThemesOldschoolLightSurfaceBorder: string;
|
|
515
|
+
/** Subtle border — quiet separators */
|
|
516
|
+
export const ColorThemesOldschoolLightSurfaceBorderSubtle: string;
|
|
517
|
+
/** Primary foreground text */
|
|
518
|
+
export const ColorThemesOldschoolLightTextPrimary: string;
|
|
519
|
+
/** Secondary text — supporting copy */
|
|
520
|
+
export const ColorThemesOldschoolLightTextSecondary: string;
|
|
521
|
+
/** Tertiary text — captions, hints */
|
|
522
|
+
export const ColorThemesOldschoolLightTextTertiary: string;
|
|
523
|
+
/** Disabled text */
|
|
524
|
+
export const ColorThemesOldschoolLightTextDisabled: string;
|
|
525
|
+
/** Inverse text — on dark surfaces */
|
|
526
|
+
export const ColorThemesOldschoolLightTextInverse: string;
|
|
527
|
+
/** Shadow tint — default */
|
|
528
|
+
export const ColorThemesOldschoolLightShadowBase: string;
|
|
529
|
+
/** Shadow tint — strong */
|
|
530
|
+
export const ColorThemesOldschoolLightShadowStrong: string;
|
|
531
|
+
/** Focus ring color — outer 2px solid ring (oldschool-light、 olive hue + luminance DOWN で AAA contrast on paper-like bg) */
|
|
532
|
+
export const ColorThemesOldschoolLightFocusRingColor: string;
|
|
533
|
+
/** Focus halo — inner 4px subtle bg tint、 retro/corporate identity 保持 */
|
|
534
|
+
export const ColorThemesOldschoolLightFocusRingHalo: string;
|
|
535
|
+
/** Hero gradient — marketing / splash surfaces */
|
|
536
|
+
export const ColorThemesOldschoolLightGradientHero: string;
|
|
537
|
+
/** Brand primary (base) */
|
|
538
|
+
export const ColorThemesSoraDarkBrandPrimary: string;
|
|
539
|
+
/** Brand primary — hover */
|
|
540
|
+
export const ColorThemesSoraDarkBrandPrimaryHover: string;
|
|
541
|
+
/** Brand primary — active / pressed */
|
|
542
|
+
export const ColorThemesSoraDarkBrandPrimaryActive: string;
|
|
543
|
+
/** Brand primary — subtle tint surface */
|
|
544
|
+
export const ColorThemesSoraDarkBrandPrimarySubtle: string;
|
|
545
|
+
/** Brand secondary (base) */
|
|
546
|
+
export const ColorThemesSoraDarkBrandSecondary: string;
|
|
547
|
+
/** Brand secondary — hover */
|
|
548
|
+
export const ColorThemesSoraDarkBrandSecondaryHover: string;
|
|
549
|
+
/** Brand secondary — active / pressed */
|
|
550
|
+
export const ColorThemesSoraDarkBrandSecondaryActive: string;
|
|
551
|
+
/** Brand secondary — subtle tint surface */
|
|
552
|
+
export const ColorThemesSoraDarkBrandSecondarySubtle: string;
|
|
553
|
+
/** Semantic success (base) */
|
|
554
|
+
export const ColorThemesSoraDarkSemanticSuccess: string;
|
|
555
|
+
/** Semantic success — hover */
|
|
556
|
+
export const ColorThemesSoraDarkSemanticSuccessHover: string;
|
|
557
|
+
/** Semantic success — active */
|
|
558
|
+
export const ColorThemesSoraDarkSemanticSuccessActive: string;
|
|
559
|
+
/** Semantic success — subtle surface */
|
|
560
|
+
export const ColorThemesSoraDarkSemanticSuccessSubtle: string;
|
|
561
|
+
/** Semantic success — text on tinted bg */
|
|
562
|
+
export const ColorThemesSoraDarkSemanticSuccessText: string;
|
|
563
|
+
/** Semantic warning (base) */
|
|
564
|
+
export const ColorThemesSoraDarkSemanticWarning: string;
|
|
565
|
+
/** Semantic warning — hover */
|
|
566
|
+
export const ColorThemesSoraDarkSemanticWarningHover: string;
|
|
567
|
+
/** Semantic warning — active */
|
|
568
|
+
export const ColorThemesSoraDarkSemanticWarningActive: string;
|
|
569
|
+
/** Semantic warning — subtle surface */
|
|
570
|
+
export const ColorThemesSoraDarkSemanticWarningSubtle: string;
|
|
571
|
+
/** Semantic warning — text on tinted bg */
|
|
572
|
+
export const ColorThemesSoraDarkSemanticWarningText: string;
|
|
573
|
+
/** Semantic error (base) */
|
|
574
|
+
export const ColorThemesSoraDarkSemanticError: string;
|
|
575
|
+
/** Semantic error — hover */
|
|
576
|
+
export const ColorThemesSoraDarkSemanticErrorHover: string;
|
|
577
|
+
/** Semantic error — active */
|
|
578
|
+
export const ColorThemesSoraDarkSemanticErrorActive: string;
|
|
579
|
+
/** Semantic error — subtle surface */
|
|
580
|
+
export const ColorThemesSoraDarkSemanticErrorSubtle: string;
|
|
581
|
+
/** Semantic error — text on tinted bg */
|
|
582
|
+
export const ColorThemesSoraDarkSemanticErrorText: string;
|
|
583
|
+
/** Semantic info (base) */
|
|
584
|
+
export const ColorThemesSoraDarkSemanticInfo: string;
|
|
585
|
+
/** Semantic info — hover */
|
|
586
|
+
export const ColorThemesSoraDarkSemanticInfoHover: string;
|
|
587
|
+
/** Semantic info — active */
|
|
588
|
+
export const ColorThemesSoraDarkSemanticInfoActive: string;
|
|
589
|
+
/** Semantic info — subtle surface */
|
|
590
|
+
export const ColorThemesSoraDarkSemanticInfoSubtle: string;
|
|
591
|
+
/** Semantic info — text on tinted bg */
|
|
592
|
+
export const ColorThemesSoraDarkSemanticInfoText: string;
|
|
593
|
+
/** Root background — page canvas */
|
|
594
|
+
export const ColorThemesSoraDarkSurfaceBgBase: string;
|
|
595
|
+
/** Subtle background — panels, sections */
|
|
596
|
+
export const ColorThemesSoraDarkSurfaceBgSubtle: string;
|
|
597
|
+
/** Emphasized background — highlighted regions */
|
|
598
|
+
export const ColorThemesSoraDarkSurfaceBgEmphasis: string;
|
|
599
|
+
/** Card / modal / elevated container surface */
|
|
600
|
+
export const ColorThemesSoraDarkSurfaceSurface: string;
|
|
601
|
+
/** Default border / divider */
|
|
602
|
+
export const ColorThemesSoraDarkSurfaceBorder: string;
|
|
603
|
+
/** Subtle border — quiet separators */
|
|
604
|
+
export const ColorThemesSoraDarkSurfaceBorderSubtle: string;
|
|
605
|
+
/** Primary foreground text */
|
|
606
|
+
export const ColorThemesSoraDarkTextPrimary: string;
|
|
607
|
+
/** Secondary text — supporting copy */
|
|
608
|
+
export const ColorThemesSoraDarkTextSecondary: string;
|
|
609
|
+
/** Tertiary text — captions, hints */
|
|
610
|
+
export const ColorThemesSoraDarkTextTertiary: string;
|
|
611
|
+
/** Disabled text */
|
|
612
|
+
export const ColorThemesSoraDarkTextDisabled: string;
|
|
613
|
+
/** Inverse text — on dark surfaces */
|
|
614
|
+
export const ColorThemesSoraDarkTextInverse: string;
|
|
615
|
+
/** Shadow tint — default */
|
|
616
|
+
export const ColorThemesSoraDarkShadowBase: string;
|
|
617
|
+
/** Shadow tint — strong */
|
|
618
|
+
export const ColorThemesSoraDarkShadowStrong: string;
|
|
619
|
+
/** Focus ring color — outer 2px solid ring (sora-dark、 brand 同 hue + luminance UP で AAA contrast) */
|
|
620
|
+
export const ColorThemesSoraDarkFocusRingColor: string;
|
|
621
|
+
/** Focus halo — inner 4px subtle bg tint、 ring を 「包む glow」 として演出 */
|
|
622
|
+
export const ColorThemesSoraDarkFocusRingHalo: string;
|
|
623
|
+
/** Hero gradient — marketing / splash surfaces */
|
|
624
|
+
export const ColorThemesSoraDarkGradientHero: string;
|
|
625
|
+
/** Brand primary (base) */
|
|
626
|
+
export const ColorThemesSoraLightBrandPrimary: string;
|
|
627
|
+
/** Brand primary — hover */
|
|
628
|
+
export const ColorThemesSoraLightBrandPrimaryHover: string;
|
|
629
|
+
/** Brand primary — active / pressed */
|
|
630
|
+
export const ColorThemesSoraLightBrandPrimaryActive: string;
|
|
631
|
+
/** Brand primary — subtle tint surface */
|
|
632
|
+
export const ColorThemesSoraLightBrandPrimarySubtle: string;
|
|
633
|
+
/** Brand secondary (base) */
|
|
634
|
+
export const ColorThemesSoraLightBrandSecondary: string;
|
|
635
|
+
/** Brand secondary — hover */
|
|
636
|
+
export const ColorThemesSoraLightBrandSecondaryHover: string;
|
|
637
|
+
/** Brand secondary — active / pressed */
|
|
638
|
+
export const ColorThemesSoraLightBrandSecondaryActive: string;
|
|
639
|
+
/** Brand secondary — subtle tint surface */
|
|
640
|
+
export const ColorThemesSoraLightBrandSecondarySubtle: string;
|
|
641
|
+
/** Semantic success (base) */
|
|
642
|
+
export const ColorThemesSoraLightSemanticSuccess: string;
|
|
643
|
+
/** Semantic success — hover */
|
|
644
|
+
export const ColorThemesSoraLightSemanticSuccessHover: string;
|
|
645
|
+
/** Semantic success — active */
|
|
646
|
+
export const ColorThemesSoraLightSemanticSuccessActive: string;
|
|
647
|
+
/** Semantic success — subtle surface */
|
|
648
|
+
export const ColorThemesSoraLightSemanticSuccessSubtle: string;
|
|
649
|
+
/** Semantic success — text on tinted bg */
|
|
650
|
+
export const ColorThemesSoraLightSemanticSuccessText: string;
|
|
651
|
+
/** Semantic warning (base) */
|
|
652
|
+
export const ColorThemesSoraLightSemanticWarning: string;
|
|
653
|
+
/** Semantic warning — hover */
|
|
654
|
+
export const ColorThemesSoraLightSemanticWarningHover: string;
|
|
655
|
+
/** Semantic warning — active */
|
|
656
|
+
export const ColorThemesSoraLightSemanticWarningActive: string;
|
|
657
|
+
/** Semantic warning — subtle surface */
|
|
658
|
+
export const ColorThemesSoraLightSemanticWarningSubtle: string;
|
|
659
|
+
/** Semantic warning — text on tinted bg */
|
|
660
|
+
export const ColorThemesSoraLightSemanticWarningText: string;
|
|
661
|
+
/** Semantic error (base) */
|
|
662
|
+
export const ColorThemesSoraLightSemanticError: string;
|
|
663
|
+
/** Semantic error — hover */
|
|
664
|
+
export const ColorThemesSoraLightSemanticErrorHover: string;
|
|
665
|
+
/** Semantic error — active */
|
|
666
|
+
export const ColorThemesSoraLightSemanticErrorActive: string;
|
|
667
|
+
/** Semantic error — subtle surface */
|
|
668
|
+
export const ColorThemesSoraLightSemanticErrorSubtle: string;
|
|
669
|
+
/** Semantic error — text on tinted bg */
|
|
670
|
+
export const ColorThemesSoraLightSemanticErrorText: string;
|
|
671
|
+
/** Semantic info (base) */
|
|
672
|
+
export const ColorThemesSoraLightSemanticInfo: string;
|
|
673
|
+
/** Semantic info — hover */
|
|
674
|
+
export const ColorThemesSoraLightSemanticInfoHover: string;
|
|
675
|
+
/** Semantic info — active */
|
|
676
|
+
export const ColorThemesSoraLightSemanticInfoActive: string;
|
|
677
|
+
/** Semantic info — subtle surface */
|
|
678
|
+
export const ColorThemesSoraLightSemanticInfoSubtle: string;
|
|
679
|
+
/** Semantic info — text on tinted bg */
|
|
680
|
+
export const ColorThemesSoraLightSemanticInfoText: string;
|
|
681
|
+
/** Root background — page canvas */
|
|
682
|
+
export const ColorThemesSoraLightSurfaceBgBase: string;
|
|
683
|
+
/** Subtle background — panels, sections */
|
|
684
|
+
export const ColorThemesSoraLightSurfaceBgSubtle: string;
|
|
685
|
+
/** Emphasized background — highlighted regions */
|
|
686
|
+
export const ColorThemesSoraLightSurfaceBgEmphasis: string;
|
|
687
|
+
/** Card / modal / elevated container surface */
|
|
688
|
+
export const ColorThemesSoraLightSurfaceSurface: string;
|
|
689
|
+
/** Default border / divider */
|
|
690
|
+
export const ColorThemesSoraLightSurfaceBorder: string;
|
|
691
|
+
/** Subtle border — quiet separators */
|
|
692
|
+
export const ColorThemesSoraLightSurfaceBorderSubtle: string;
|
|
693
|
+
/** Primary foreground text */
|
|
694
|
+
export const ColorThemesSoraLightTextPrimary: string;
|
|
695
|
+
/** Secondary text — supporting copy */
|
|
696
|
+
export const ColorThemesSoraLightTextSecondary: string;
|
|
697
|
+
/** Tertiary text — captions, hints */
|
|
698
|
+
export const ColorThemesSoraLightTextTertiary: string;
|
|
699
|
+
/** Disabled text */
|
|
700
|
+
export const ColorThemesSoraLightTextDisabled: string;
|
|
701
|
+
/** Inverse text — on dark surfaces */
|
|
702
|
+
export const ColorThemesSoraLightTextInverse: string;
|
|
703
|
+
/** Shadow tint — default */
|
|
704
|
+
export const ColorThemesSoraLightShadowBase: string;
|
|
705
|
+
/** Shadow tint — strong */
|
|
706
|
+
export const ColorThemesSoraLightShadowStrong: string;
|
|
707
|
+
/** Focus ring color — outer 2px solid ring (sora-light、 brand 同 hue + luminance DOWN で AAA contrast on light bg) */
|
|
708
|
+
export const ColorThemesSoraLightFocusRingColor: string;
|
|
709
|
+
/** Focus halo — inner 4px subtle bg tint、 ring を 「包む glow」 として演出 */
|
|
710
|
+
export const ColorThemesSoraLightFocusRingHalo: string;
|
|
711
|
+
/** Hero gradient — marketing / splash surfaces */
|
|
712
|
+
export const ColorThemesSoraLightGradientHero: string;
|
|
713
|
+
/** Default density — base spacing そのまま (4 mode の現状値) */
|
|
714
|
+
export const DensityDefaultPaddingScale: string;
|
|
715
|
+
/** Default density — base gap そのまま */
|
|
716
|
+
export const DensityDefaultGapScale: string;
|
|
717
|
+
/** Default density — base target そのまま */
|
|
718
|
+
export const DensityDefaultMinHeightScale: string;
|
|
719
|
+
/** Comfortable density — base × 1.25、 広い呼吸 (reading mode / hero / onboarding) */
|
|
720
|
+
export const DensityComfortablePaddingScale: string;
|
|
721
|
+
/** Comfortable density — gap も × 1.25 で element 間に余裕 */
|
|
722
|
+
export const DensityComfortableGapScale: string;
|
|
723
|
+
/** Comfortable density — target × 1.1 (tap も focus も少し大きく) */
|
|
724
|
+
export const DensityComfortableMinHeightScale: string;
|
|
725
|
+
/** Compact density — base × 0.85、 dense interface (data table / dashboard / dev tool) */
|
|
726
|
+
export const DensityCompactPaddingScale: string;
|
|
727
|
+
/** Compact density — gap も × 0.85 */
|
|
728
|
+
export const DensityCompactGapScale: string;
|
|
729
|
+
/** Compact density — target × 0.95 (tap >= 44px は維持、 focus は少し縮) */
|
|
730
|
+
export const DensityCompactMinHeightScale: string;
|
|
731
|
+
/** Cozy density — base × 0.7、 最も dense (terminal mode / log viewer / max info-density) */
|
|
732
|
+
export const DensityCozyPaddingScale: string;
|
|
733
|
+
/** Cozy density — gap も × 0.7 */
|
|
734
|
+
export const DensityCozyGapScale: string;
|
|
735
|
+
/** Cozy density — target × 0.85 (a11y minimum 24px は超える) */
|
|
736
|
+
export const DensityCozyMinHeightScale: string;
|
|
737
|
+
/** Flat — z=0、 base plane (no elevation) */
|
|
738
|
+
export const DepthFlat: string;
|
|
739
|
+
/** Raised — subtle hover lift / sidebar active item */
|
|
740
|
+
export const DepthRaised: string;
|
|
741
|
+
/** Elevated — card / hero default forward (5-step rule の中央) */
|
|
742
|
+
export const DepthElevated: string;
|
|
743
|
+
/** Floating — feature card hover / popover / dropdown */
|
|
744
|
+
export const DepthFloating: string;
|
|
745
|
+
/** Modal — overlay / dialog / drawer の前面 (最深 elevation) */
|
|
746
|
+
export const DepthModal: string;
|
|
747
|
+
/** TOP 領域 accent — global tools / 視線の起点 (active theme の brand secondary に追従) */
|
|
748
|
+
export const EditorModeAxisGlobal: string;
|
|
749
|
+
/** BOTTOM 領域 accent — ローカル utility (active theme の text tertiary) */
|
|
750
|
+
export const EditorModeAxisUtility: string;
|
|
751
|
+
/** LEFT 領域 accent — 時系列過去 / 参照 / 元ソース (active theme の semantic info) */
|
|
752
|
+
export const EditorModeAxisPast: string;
|
|
753
|
+
/** RIGHT 領域 accent — 時系列未来 / ツール / 生成 (active theme の brand primary) */
|
|
754
|
+
export const EditorModeAxisFuture: string;
|
|
755
|
+
/** Editor Layer 最背面の opacity。デフォルト 0 (完全透過) で Content Layer を遮らない */
|
|
756
|
+
export const EditorModeOverlayBackdropOpacity: number;
|
|
757
|
+
/** Field label の text 色 (active theme の text secondary) */
|
|
758
|
+
export const EditorModePanelFieldLabel: string;
|
|
759
|
+
/** Field value の text 色 (active theme の text primary) */
|
|
760
|
+
export const EditorModePanelFieldValue: string;
|
|
761
|
+
/** Field group の区切り線 (active theme の border subtle) */
|
|
762
|
+
export const EditorModePanelSeparator: string;
|
|
763
|
+
/** Field 同士の縦間隔 */
|
|
764
|
+
export const EditorModePanelFieldGap: string;
|
|
765
|
+
/** Field group 間の縦間隔 */
|
|
766
|
+
export const EditorModePanelGroupGap: string;
|
|
767
|
+
/** Region 背景の base RGB (active theme に追従) */
|
|
768
|
+
export const EditorModeRegionBgColor: string;
|
|
769
|
+
/** Region 背景の 不透明度 (0.0-1.0)。Content を完全に隠さず薄く透かす */
|
|
770
|
+
export const EditorModeRegionBgOpacity: number;
|
|
771
|
+
/** Region の輪郭色 (active theme に追従) */
|
|
772
|
+
export const EditorModeRegionBorder: string;
|
|
773
|
+
/** Region 内側の padding */
|
|
774
|
+
export const EditorModeRegionPadding: string;
|
|
775
|
+
/** TOP region の固定高さ (Content を大きく隠さないコンパクトサイズ) */
|
|
776
|
+
export const EditorModeRegionTopHeight: string;
|
|
777
|
+
/** BOTTOM region の固定高さ */
|
|
778
|
+
export const EditorModeRegionBottomHeight: string;
|
|
779
|
+
/** LEFT region の default 幅 (collapsible) */
|
|
780
|
+
export const EditorModeRegionLeftWidth: string;
|
|
781
|
+
/** RIGHT region の default 幅 (tool panel、左より広め) */
|
|
782
|
+
export const EditorModeRegionRightWidth: string;
|
|
783
|
+
/** Editor mode 中の hover outline (ghost highlight、Content を触らず上に描画) */
|
|
784
|
+
export const EditorModeSelectionOutlineHover: string;
|
|
785
|
+
/** 選択中の要素 outline (active theme の brand primary) */
|
|
786
|
+
export const EditorModeSelectionOutlineActive: string;
|
|
787
|
+
/** Selection outline の太さ */
|
|
788
|
+
export const EditorModeSelectionOutlineWidth: string;
|
|
789
|
+
/** 要素から outline までの offset (要素本体を遮らない) */
|
|
790
|
+
export const EditorModeSelectionOutlineOffset: string;
|
|
791
|
+
/** Outer ring width — WCAG 2.4.11 minimum 2px contrast border、 thinner だと visible 不足 */
|
|
792
|
+
export const FocusRingWidth: string;
|
|
793
|
+
/** Outline offset — 要素境界から 2px 離す (要素を遮らず ring が呼吸) */
|
|
794
|
+
export const FocusRingOffset: string;
|
|
795
|
+
/** Inner halo width — outer ring の補完 subtle bg tint、 ring を 「包む glow」 として演出 */
|
|
796
|
+
export const FocusRingHaloWidth: string;
|
|
797
|
+
/** Outline style — solid のみ採用 (dashed は精度に欠ける、 double は thicker 設計) */
|
|
798
|
+
export const FocusRingStyle: string;
|
|
799
|
+
/** Default perspective — page-level spatial frame (subtle 3D) */
|
|
800
|
+
export const FramePerspectiveDefault: string;
|
|
801
|
+
/** Shallow — closer camera、 dramatic 3D (hero / playground) */
|
|
802
|
+
export const FramePerspectiveShallow: string;
|
|
803
|
+
/** Deep — farther camera、 subtle 3D (long-form content / reading) */
|
|
804
|
+
export const FramePerspectiveDeep: string;
|
|
805
|
+
/** Extra-narrow column — single-line CTA / standalone form / compact dialog body。 mobile portrait の effective text width に近い、 minimal modal stage。 */
|
|
806
|
+
export const LayoutContainerXs: string;
|
|
807
|
+
/** Narrow column — short form / single-line input collection / compact reading. iPhone 15 Pro Max landscape (932×430) や dense modal と整合。 */
|
|
808
|
+
export const LayoutContainerS: string;
|
|
809
|
+
/** Default reading-friendly — 60-80 char line for long-form text. iPad portrait の content viewport と整合。 */
|
|
810
|
+
export const LayoutContainerM: string;
|
|
811
|
+
/** Dashboard / table-rich content — multi-column tables / data lists. iPad landscape / 13" laptop の effective viewport。 */
|
|
812
|
+
export const LayoutContainerL: string;
|
|
813
|
+
/** Hero / multi-column layout — landing / marketing / wide app shell。 14" laptop 以上 desktop の comfortable upper bound。 */
|
|
814
|
+
export const LayoutContainerXl: string;
|
|
815
|
+
/** Tight gap — icon+label inline, chip group, closely-related siblings */
|
|
816
|
+
export const LayoutGapTight: string;
|
|
817
|
+
/** Default sibling gap — between stacked elements (list items, form fields) */
|
|
818
|
+
export const LayoutGapSibling: string;
|
|
819
|
+
/** Section-to-section gap — thematic block break (between content sections) */
|
|
820
|
+
export const LayoutGapSection: string;
|
|
821
|
+
/** Page-level break — hero / footer separation, landing page major divisions */
|
|
822
|
+
export const LayoutGapPage: string;
|
|
823
|
+
/** auto-fit grid 最小 column 幅 (xs cells) — chip / avatar grid / icon-only tile。 dense 並びで多数表示が前提の最小単位。 */
|
|
824
|
+
export const LayoutGridColMinXs: string;
|
|
825
|
+
/** auto-fit grid 最小 column 幅 (s cells) — image thumbnail / icon tile / chip group 等の 密 grid 向け。 */
|
|
826
|
+
export const LayoutGridColMinS: string;
|
|
827
|
+
/** auto-fit grid 最小 column 幅 (m cells) — card list / preview tile の標準サイズ、 readable summary を含む card に最適。 */
|
|
828
|
+
export const LayoutGridColMinM: string;
|
|
829
|
+
/** auto-fit grid 最小 column 幅 (l cells) — content card with headline + 1-2 line description + meta、 article preview。 */
|
|
830
|
+
export const LayoutGridColMinL: string;
|
|
831
|
+
/** auto-fit grid 最小 column 幅 (xl cells) — feature card / hero tile、 multi-line description + CTA を含む rich card。 */
|
|
832
|
+
export const LayoutGridColMinXl: string;
|
|
833
|
+
/** Minimum tap target — Apple HIG accessibility requirement (modals, buttons on touch devices) */
|
|
834
|
+
export const LayoutTargetTap: string;
|
|
835
|
+
/** Minimum focus target — pointer devices / desktop-first (smaller than tap but still comfortable) */
|
|
836
|
+
export const LayoutTargetFocus: string;
|
|
837
|
+
/** Minimum hit target — dense UI (toolbars, inline actions), still WCAG-reasonable with hover affordance */
|
|
838
|
+
export const LayoutTargetHit: string;
|
|
839
|
+
/** Extra-small margin — tight stack (paragraph spacing, inline gap) */
|
|
840
|
+
export const MarginXs: string;
|
|
841
|
+
/** Small margin — standard vertical rhythm between elements */
|
|
842
|
+
export const MarginS: string;
|
|
843
|
+
/** Medium margin — component block separation (default、 spacing.m と揃える) */
|
|
844
|
+
export const MarginM: string;
|
|
845
|
+
/** Large margin — section divider (between thematic blocks) */
|
|
846
|
+
export const MarginL: string;
|
|
847
|
+
/** Extra-large margin — major section or hero break (page-level breathing) */
|
|
848
|
+
export const MarginXl: string;
|
|
849
|
+
/** Instant — micro feedback (button click flash 等) */
|
|
850
|
+
export const MotionDurationInstant: string;
|
|
851
|
+
/** Fast — small UI transitions (tooltip / hover) */
|
|
852
|
+
export const MotionDurationFast: string;
|
|
853
|
+
/** Normal — default transition (card lift / nav switch、 5-step 中央) */
|
|
854
|
+
export const MotionDurationNormal: string;
|
|
855
|
+
/** Slow — Frame morph / page transition (perceptible motion) */
|
|
856
|
+
export const MotionDurationSlow: string;
|
|
857
|
+
/** Lazy — large layout shift / hero reveal (deliberate) */
|
|
858
|
+
export const MotionDurationLazy: string;
|
|
859
|
+
/** Linear — constant velocity (progress bars 等の cumulative motion) */
|
|
860
|
+
export const MotionEasingLinear: string;
|
|
861
|
+
/** Ease-in — slow start, fast end (退場 animation) */
|
|
862
|
+
export const MotionEasingIn: string;
|
|
863
|
+
/** Ease-out — fast start, slow end (登場 animation、 Material 3 default) */
|
|
864
|
+
export const MotionEasingOut: string;
|
|
865
|
+
/** Ease-in-out — smooth both ends (state change、 standard default) */
|
|
866
|
+
export const MotionEasingInOut: string;
|
|
867
|
+
/** Spring — Creo brand bouncy curve (3D Frame morph / lively interactions) */
|
|
868
|
+
export const MotionEasingSpring: string;
|
|
869
|
+
/** Hover transition duration — fast (160ms)、 small surface motion で 「変化が現れる」 感 */
|
|
870
|
+
export const MotionMappingHoverDuration: string;
|
|
871
|
+
/** Hover transition easing — ease-out で 「登場 → 落ち着く」 (Material 3 default) */
|
|
872
|
+
export const MotionMappingHoverEasing: string;
|
|
873
|
+
/** Press transition duration — instant (80ms) で micro feedback、 押下の即時感 */
|
|
874
|
+
export const MotionMappingPressDuration: string;
|
|
875
|
+
/** Press transition easing — ease-in で 「押し込み」 (急停止) */
|
|
876
|
+
export const MotionMappingPressEasing: string;
|
|
877
|
+
/** Toggle transition duration — normal (220ms) で滑らかな state change */
|
|
878
|
+
export const MotionMappingToggleDuration: string;
|
|
879
|
+
/** Toggle transition easing — in-out で両端滑らか (radio / checkbox / switch / segmented) */
|
|
880
|
+
export const MotionMappingToggleEasing: string;
|
|
881
|
+
/** Focus ring transition duration — instant (80ms) で keyboard tab に即応 */
|
|
882
|
+
export const MotionMappingFocusRingDuration: string;
|
|
883
|
+
/** Focus ring transition easing — ease-out で「ring が現れる」 */
|
|
884
|
+
export const MotionMappingFocusRingEasing: string;
|
|
885
|
+
/** Dropdown / popover / tooltip duration — fast (160ms) で軽快な登場 */
|
|
886
|
+
export const MotionMappingDropdownDuration: string;
|
|
887
|
+
/** Dropdown easing — ease-out で 「ふわっと出る」 */
|
|
888
|
+
export const MotionMappingDropdownEasing: string;
|
|
889
|
+
/** Modal entry duration — slow (320ms) で「落ち着いた登場」 (modal / drawer / dialog) */
|
|
890
|
+
export const MotionMappingModalEnterDuration: string;
|
|
891
|
+
/** Modal entry easing — ease-out で fast → slow (前面に現れて止まる) */
|
|
892
|
+
export const MotionMappingModalEnterEasing: string;
|
|
893
|
+
/** Modal exit duration — normal (220ms) で「素早く消える」 */
|
|
894
|
+
export const MotionMappingModalExitDuration: string;
|
|
895
|
+
/** Modal exit easing — ease-in で slow → fast (退場、 引っ込む) */
|
|
896
|
+
export const MotionMappingModalExitEasing: string;
|
|
897
|
+
/** Page route transition duration — normal (220ms) で滑らかな移動 */
|
|
898
|
+
export const MotionMappingPageTransitionDuration: string;
|
|
899
|
+
/** Page transition easing — in-out で両端滑らか (route 変化) */
|
|
900
|
+
export const MotionMappingPageTransitionEasing: string;
|
|
901
|
+
/** Frame system morph duration — slow (320ms)、 Creo brand identity の「呼吸」 */
|
|
902
|
+
export const MotionMappingFrameMorphDuration: string;
|
|
903
|
+
/** Frame morph easing — spring で Creo brand bouncy (3D depth metaphor articulate) */
|
|
904
|
+
export const MotionMappingFrameMorphEasing: string;
|
|
905
|
+
/** Skeleton shimmer duration — lazy (480ms) で loading の cumulative motion */
|
|
906
|
+
export const MotionMappingSkeletonShimmerDuration: string;
|
|
907
|
+
/** Skeleton shimmer easing — linear で「途切れない流れ」 (loading は時間流動) */
|
|
908
|
+
export const MotionMappingSkeletonShimmerEasing: string;
|
|
909
|
+
/** Progress indeterminate bar duration — lazy (480ms) で end-less cumulative motion */
|
|
910
|
+
export const MotionMappingProgressIndeterminateDuration: string;
|
|
911
|
+
/** Progress indeterminate easing — linear で constant velocity (途中 progress 表現) */
|
|
912
|
+
export const MotionMappingProgressIndeterminateEasing: string;
|
|
913
|
+
/** No rounding — explicit reset (special, outside 5 tier rule) */
|
|
914
|
+
export const RadiusNone: string;
|
|
915
|
+
/** Extra-small radius — minimal rounding (chips, tags) */
|
|
916
|
+
export const RadiusXs: string;
|
|
917
|
+
/** Small radius — subtle rounding (buttons, inputs) */
|
|
918
|
+
export const RadiusS: string;
|
|
919
|
+
/** Medium radius — cards, popovers (soft friendly feel) */
|
|
920
|
+
export const RadiusM: string;
|
|
921
|
+
/** Large radius — modals, larger surfaces */
|
|
922
|
+
export const RadiusL: string;
|
|
923
|
+
/** Extra-large radius — hero surfaces */
|
|
924
|
+
export const RadiusXl: string;
|
|
925
|
+
/** Fully rounded — pill shapes and circles (special, outside 5 tier rule) */
|
|
926
|
+
export const RadiusFull: string;
|
|
927
|
+
/** No shadow */
|
|
928
|
+
export const ShadowNone: string;
|
|
929
|
+
/** Small elevation — quiet lift for subtle layers */
|
|
930
|
+
export const ShadowS: string;
|
|
931
|
+
/** Medium elevation — cards, dropdowns */
|
|
932
|
+
export const ShadowM: string;
|
|
933
|
+
/** Large elevation — popovers, overlays */
|
|
934
|
+
export const ShadowL: string;
|
|
935
|
+
/** Extra-large elevation — modals, focal surfaces */
|
|
936
|
+
export const ShadowXl: string;
|
|
937
|
+
/** Extra-small spacing — 4px (base unit) */
|
|
938
|
+
export const SpacingXs: string;
|
|
939
|
+
/** Small spacing — 8px */
|
|
940
|
+
export const SpacingS: string;
|
|
941
|
+
/** Medium spacing — 18px (default gap between UI elements) */
|
|
942
|
+
export const SpacingM: string;
|
|
943
|
+
/** Large spacing — 24px */
|
|
944
|
+
export const SpacingL: string;
|
|
945
|
+
/** Extra-large spacing — 32px */
|
|
946
|
+
export const SpacingXl: string;
|
|
947
|
+
/** Lead body — opening paragraph / intro (larger, invites reading) */
|
|
948
|
+
export const TypographyBodyLead: string;
|
|
949
|
+
/** Default body — regular paragraph text (最もよく使う) */
|
|
950
|
+
export const TypographyBodyDefault: string;
|
|
951
|
+
/** Emphasis body — default size with stronger weight (意味的な強調、size は default と同じ) */
|
|
952
|
+
export const TypographyBodyEmphasis: string;
|
|
953
|
+
/** Helper text — form helper, status message, secondary info */
|
|
954
|
+
export const TypographyBodyHelper: string;
|
|
955
|
+
/** Caption — image caption, footnote, meta info (smallest readable body) */
|
|
956
|
+
export const TypographyBodyCaption: string;
|
|
957
|
+
/** Display xs — smallest heading (h4 / section title / card title) */
|
|
958
|
+
export const TypographyDisplayXs: string;
|
|
959
|
+
/** Display s — standard heading (h3 / article title / section headline) */
|
|
960
|
+
export const TypographyDisplayS: string;
|
|
961
|
+
/** Display m — default hero / h2 (Creo aesthetic: 柔らかく強い存在感) */
|
|
962
|
+
export const TypographyDisplayM: string;
|
|
963
|
+
/** Display l — page hero / h1 */
|
|
964
|
+
export const TypographyDisplayL: string;
|
|
965
|
+
/** Display xl — landing mega headline / promotional hero */
|
|
966
|
+
export const TypographyDisplayXl: string;
|
|
967
|
+
/** Default UI sans-serif family (multi-language: EN/JA/KO, multi-platform: macOS/Win/Linux) */
|
|
968
|
+
export const TypographyFamilySans: string;
|
|
969
|
+
/** Default monospace family for code blocks, tokens, IDs. Top 5 Nerd Fonts (JetBrainsMono / FiraCode / Cascadia / Iosevka / 0xProto) を primary fallback、IBM Plex Mono を corporate fallback。Nerd Font が install 済なら icon glyph も同 stack で使える */
|
|
970
|
+
export const TypographyFamilyMono: string;
|
|
971
|
+
/** Mono variant for accessibility / high legibility. Atkinson Hyperlegible Mono (Braille Institute) + Hack を主軸。低視力 / 小サイズ / long session で読みやすさ最優先 */
|
|
972
|
+
export const TypographyFamilyMonoLegible: string;
|
|
973
|
+
/** Mono variant for retro / pixel / lo-fi aesthetic. Departure Mono / GohuFont / 3270 / Terminus の bitmap-like / pixel-perfect な font 群。display heading や theme アクセントで使う */
|
|
974
|
+
export const TypographyFamilyMonoRetro: string;
|
|
975
|
+
/** Mono variant for corporate / professional tone. IBM Plex Mono が主軸 (Plex Sans/Serif と family 統一可)、Adwaita Mono が GNOME/Linux native flavor */
|
|
976
|
+
export const TypographyFamilyMonoCorporate: string;
|
|
977
|
+
/** Mono variant for display / heading / cyberpunk aesthetic. Share Tech Mono (CRT terminal feel) や Victor Mono (cursive italic 強調) が主軸。banner / hero / accent 用 */
|
|
978
|
+
export const TypographyFamilyMonoDisplay: string;
|
|
979
|
+
/** Display family — heroes, large marketing headlines (multi-platform) */
|
|
980
|
+
export const TypographyFamilyDisplay: string;
|
|
981
|
+
/** Icon family — Nerd Fonts (~10k アイコン: devicons / octicons / font-awesome / material) + OS native emoji fallback。Nerd Font 未 install 環境では emoji / 普通文字に degrade */
|
|
982
|
+
export const TypographyFamilyIcon: string;
|
|
983
|
+
/** App UI mode — chrome 全般 (sidebar / button / dialog / tab)。等幅 + Nerd Font icon、CJK は PlemolJP fallback で完全等幅統一。VP Phase A1 default */
|
|
984
|
+
export const TypographyFamilyApp: string;
|
|
985
|
+
/** Read mode — 読み専用表示 (memory view / chat history / canvas markdown render / log viewer)。PlemolJP の Plex Sans JP + JetBrains Mono Latin で CJK 完全等幅統一 */
|
|
986
|
+
export const TypographyFamilyRead: string;
|
|
987
|
+
/** Editor mode (write、default) — textarea / Markdown editor / chat input。iA Writer Duo の Duospace で writer 体験、CJK は PlemolJP */
|
|
988
|
+
export const TypographyFamilyEditor: string;
|
|
989
|
+
/** Editor mode option — 純粋 mono。iA Writer Mono、コード重視 user 向け */
|
|
990
|
+
export const TypographyFamilyEditorMono: string;
|
|
991
|
+
/** Editor mode option — semi-proportional。iA Writer Quattro、長文散文 user 向け */
|
|
992
|
+
export const TypographyFamilyEditorQuattro: string;
|
|
993
|
+
/** Terminal mode — xterm.js (app と同じ stack だが意味的に分離、将来 terminal 専用調整に拡張可) */
|
|
994
|
+
export const TypographyFamilyTerminal: string;
|
|
995
|
+
/** Tiny inline icon — text-flow に並ぶ 1em 相当の補助 mark / favicon / dense list の leading icon。 */
|
|
996
|
+
export const TypographyIconXs: string;
|
|
997
|
+
/** Small icon — button / input / chip の leading mark、 toolbar action。 base 16px text と並ぶ comfortable 比率。 */
|
|
998
|
+
export const TypographyIconS: string;
|
|
999
|
+
/** Icon display — list item / inline 強調。 emoji や icon font の visual size、 typography size とは別 scale。 */
|
|
1000
|
+
export const TypographyIconM: string;
|
|
1001
|
+
/** Icon display — empty-state default / card header / feature illustration。 */
|
|
1002
|
+
export const TypographyIconL: string;
|
|
1003
|
+
/** Icon display — empty-state large variant / hero illustration / onboarding。 page-level の visual anchor。 */
|
|
1004
|
+
export const TypographyIconXl: string;
|
|
1005
|
+
/** Tight line-height — headings */
|
|
1006
|
+
export const TypographyLineHeightTight: number;
|
|
1007
|
+
/** Normal line-height — default body */
|
|
1008
|
+
export const TypographyLineHeightNormal: number;
|
|
1009
|
+
/** Relaxed line-height — long-form text, CJK languages */
|
|
1010
|
+
export const TypographyLineHeightRelaxed: number;
|
|
1011
|
+
/** Caption / meta text */
|
|
1012
|
+
export const TypographySizeXs: string;
|
|
1013
|
+
/** Small body / helper text */
|
|
1014
|
+
export const TypographySizeS: string;
|
|
1015
|
+
/** Default body text */
|
|
1016
|
+
export const TypographySizeM: string;
|
|
1017
|
+
/** Large body / subheading */
|
|
1018
|
+
export const TypographySizeL: string;
|
|
1019
|
+
/** Largest body / small heading (h4) */
|
|
1020
|
+
export const TypographySizeXl: string;
|
|
1021
|
+
/** Hero title — landing page mega headline (promotional / marketing) */
|
|
1022
|
+
export const TypographyTitleHero: string;
|
|
1023
|
+
/** Page title — h1 (article title, app screen heading) */
|
|
1024
|
+
export const TypographyTitlePage: string;
|
|
1025
|
+
/** Section title — h2 (thematic block within a page) */
|
|
1026
|
+
export const TypographyTitleSection: string;
|
|
1027
|
+
/** Subsection title — h3 (nested group within a section) */
|
|
1028
|
+
export const TypographyTitleSubsection: string;
|
|
1029
|
+
/** Card title — h4 (inline block title, table header, menu label) */
|
|
1030
|
+
export const TypographyTitleCard: string;
|
|
1031
|
+
/** Regular body weight */
|
|
1032
|
+
export const TypographyWeightRegular: number;
|
|
1033
|
+
/** Medium emphasis */
|
|
1034
|
+
export const TypographyWeightMedium: number;
|
|
1035
|
+
/** Semi-bold — subheadings, buttons */
|
|
1036
|
+
export const TypographyWeightSemibold: number;
|
|
1037
|
+
/** Bold — headings */
|
|
1038
|
+
export const TypographyWeightBold: number;
|