Skip to content

Commit

Permalink
Export palette family variation (#1422)
Browse files Browse the repository at this point in the history
* Export PaletteFamilyVariation type

* changelog
  • Loading branch information
pcln-james committed Nov 27, 2023
1 parent 05597cf commit 739ff62
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "pcln-design-system",
"comment": "Export PaletteFamilyVariation type",
"type": "minor"
}
],
"packageName": "pcln-design-system"
}
3 changes: 3 additions & 0 deletions packages/core/src/theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,9 @@ export const paletteFamilyNames = [
'background',
] as const

/** @public */
export type PaletteFamilyVariation = (typeof paletteFamilyVariations)[number]

/** @public */
export type PaletteFamilyName = (typeof paletteFamilyNames)[number]

Expand Down

0 comments on commit 739ff62

Please sign in to comment.