docs(tokens): update shared file comments

This commit is contained in:
Maria Hutt
2026-03-12 11:05:30 -07:00
parent c66561e38b
commit fda52f5fde
4 changed files with 6 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
/**
* Tokens shared between the theme files.
* Common tokens utilized multiple times across all theme files.
*/
const hexColors = {

View File

@@ -1,6 +1,5 @@
/**
* Tokens shared between the MD theme files or are being used in the files
* multiple times.
* Common tokens utilized multiple times across `ionic` theme files.
*/
import { mix, rgba } from '../../utils/theme';

View File

@@ -1,6 +1,5 @@
/**
* Tokens shared between the iOS theme files or are being used in the files
* multiple times.
* Common tokens utilized multiple times across `ios` theme files.
*/
import { dynamicFont } from '../../utils/theme';

View File

@@ -1,6 +1,5 @@
/**
* Tokens shared between the MD theme files or are being used in the files
* multiple times.
* Common tokens utilized multiple times across `md` theme files.
*/
import { mix, rgba } from '../../utils/theme';
@@ -148,6 +147,6 @@ export const components = {
itemDivider: {
font: {
size: 14,
}
}
},
},
};