Skip to content

Commit b644968

Browse files
Merge pull request #431 from purple-technology/tokens
chore: pulling new tokens
2 parents 96fe255 + f4208d3 commit b644968

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [5.31.1](https://github.com/purple-technology/phoenix-components/compare/v5.31.0...v5.31.1) (2025-12-03)
6+
57
## [5.31.0](https://github.com/purple-technology/phoenix-components/compare/v5.30.2...v5.31.0) (2025-11-27)
68

79

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@purple/phoenix-components",
3-
"version": "5.31.0",
3+
"version": "5.31.1",
44
"description": "",
55
"main": "dist/bundle.umd.js",
66
"module": "dist/bundle.esm.js",

public/design-tokens.source.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/tokens/tokens.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,10 @@
641641
"secondary": "#F1F1F1",
642642
"secondaryInteraction": "#E4E4E4",
643643
"secondaryDisabled": "#F1F1F1"
644+
},
645+
"premierClub": {
646+
"gradientStart": "#FFDE6F",
647+
"gradientEnd": "#EEBE23"
644648
}
645649
},
646650
"text": {

src/tokens/tokens.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ $color-background-neutral-primaryDisabled: #bababa;
111111
$color-background-neutral-secondary: #f1f1f1;
112112
$color-background-neutral-secondaryInteraction: #e4e4e4;
113113
$color-background-neutral-secondaryDisabled: #f1f1f1;
114+
$color-background-premierClub-gradientStart: #ffde6f;
115+
$color-background-premierClub-gradientEnd: #eebe23;
114116
$color-text-primary: #161616;
115117
$color-text-secondary: #4d4d4d;
116118
$color-text-tertiary: #6e6e6e;

0 commit comments

Comments
 (0)