@paprika/tokens 1.1.1 → 1.1.2-next.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @paprika/tokens
2
2
 
3
+ ## 1.1.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - ab8d494: update panel header colour to diligent brand colour
8
+
3
9
  ## 1.1.1
4
10
 
5
11
  ### Patch Changes
package/lib/tokens.yaml CHANGED
@@ -215,7 +215,7 @@ font-size:
215
215
  shadow: 0px 1px 5px rgba(0, 0, 0, 0.07), 0px 7px 17px rgba(0, 0, 0, 0.1)
216
216
  #
217
217
  diligent:
218
- action-primary: '#5D7599'
219
- background-base: '#F4F6F8'
220
- brand-primary: '#2F3B4D'
218
+ action-primary: $color--diligent-lighten-30
219
+ background-base: $color--diligent-lighten-70
220
+ brand-primary: $color--diligent
221
221
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paprika/tokens",
3
- "version": "1.1.1",
3
+ "version": "1.1.2-next.0",
4
4
  "description": "Design tokens generated as scss + js",
5
5
  "author": "@paprika",
6
6
  "main": "lib/index.js",