@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.
- package/CHANGELOG.md +18 -0
- 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
|