ingred-ui 28.2.0 → 28.3.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/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/themes/palette.d.ts +3 -0
- package/package.json +1 -1
package/dist/themes/palette.d.ts
CHANGED
|
@@ -14,7 +14,10 @@ export type PaletteColor = {
|
|
|
14
14
|
deepest: string;
|
|
15
15
|
};
|
|
16
16
|
export type PaletteText = {
|
|
17
|
+
/** 本文・見出しのデフォルト色 */
|
|
17
18
|
primary: string;
|
|
19
|
+
/** ブランド/アクセントの強調色(従来 `text.primary` に相当していた青) */
|
|
20
|
+
accent: string;
|
|
18
21
|
secondary: string;
|
|
19
22
|
disabled: string;
|
|
20
23
|
hint: string;
|