renames to ThemeConfig in the themes/.js files

This commit is contained in:
MinamiFunakoshiTR 2025-07-14 10:29:47 -04:00
parent b04435ebaa
commit 52cbd12ee0
Failed to extract signature
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
/** @type {Omit<import('../@types/component').Theme, "colour">} */
/** @type {Omit<import('../@types/component').ThemeConfig, "colour">} */
/* Generated from
https://www.fluid-type-scale.com/calculate?minFontSize=18&minWidth=320&minRatio=1.125&maxFontSize=21&maxWidth=1280&maxRatio=1.25&steps=xxs%2Cxs%2Csm%2Cbase%2Clg%2Cxl%2C2xl%2C3xl%2C4xl%2C5xl%2C6xl&baseStep=base&prefix=&decimals=2&useRems=on&remValue=16&previewFont=Noto+Sans&previewText=Almost+before+we+knew+it%2C+we+had+left+the+ground&previewWidth=0
*/

View file

@ -1,6 +1,6 @@
import common from './common.js';
/** @type {import('../@types/component').Theme} */
/** @type {import('../@types/component').ThemeConfig} */
export default {
...common,
colour: {

View file

@ -1,6 +1,6 @@
import common from './common.js';
/** @type {import('../@types/component').Theme} */
/** @type {import('../@types/component').ThemeConfig} */
export default {
...common,
colour: {