@paprika/tokens 2.0.0-next.1 → 2.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @paprika/tokens
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 9ac6aca: Removed `Pill` related tokens
8
+
9
+ #### why the change was made:
10
+
11
+ Removing the tokens related to `Pill` as the component was deprecated.
12
+
13
+ #### 👷 Moving from 1.x.x to 2.x.x:
14
+
15
+ `$pill--small-radius` and `$pill--medium-radius` are removed.
16
+
17
+ ### Patch Changes
18
+
19
+ - 0bf34d9: panel and modal footer background color changes to #f0f0f0
20
+
3
21
  ## 2.0.0-next.1
4
22
 
5
23
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paprika/tokens",
3
- "version": "2.0.0-next.1",
3
+ "version": "2.0.0",
4
4
  "description": "Design tokens generated as scss + js",
5
5
  "author": "@paprika",
6
6
  "main": "lib/index.js",