@paprika/tokens 2.0.1 → 3.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/package.json +2 -2
- package/CHANGELOG.md +0 -128
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paprika/tokens",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Design tokens generated as scss + js",
|
|
5
5
|
"author": "@paprika",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"prop-types": "^15.7.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"node-sass": "^
|
|
26
|
+
"node-sass": "^8.0.0",
|
|
27
27
|
"yamljs": "^0.3.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
package/CHANGELOG.md
DELETED
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
# @paprika/tokens
|
|
2
|
-
|
|
3
|
-
## 2.0.1
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- d60fb99: peerDependencies now include react@17 and react@18
|
|
8
|
-
|
|
9
|
-
## 2.0.1-next.0
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- d60fb99: peerDependencies now include react@17 and react@18
|
|
14
|
-
|
|
15
|
-
## 2.0.0
|
|
16
|
-
|
|
17
|
-
### Major Changes
|
|
18
|
-
|
|
19
|
-
- 9ac6aca: Removed `Pill` related tokens
|
|
20
|
-
|
|
21
|
-
#### why the change was made:
|
|
22
|
-
|
|
23
|
-
Removing the tokens related to `Pill` as the component was deprecated.
|
|
24
|
-
|
|
25
|
-
#### 👷 Moving from 1.x.x to 2.x.x:
|
|
26
|
-
|
|
27
|
-
`$pill--small-radius` and `$pill--medium-radius` are removed.
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- 0bf34d9: panel and modal footer background color changes to #f0f0f0
|
|
32
|
-
|
|
33
|
-
## 2.0.0-next.1
|
|
34
|
-
|
|
35
|
-
### Major Changes
|
|
36
|
-
|
|
37
|
-
- 9ac6aca: Removed `Pill` related tokens
|
|
38
|
-
|
|
39
|
-
#### why the change was made:
|
|
40
|
-
|
|
41
|
-
Removing the tokens related to `Pill` as the component was deprecated.
|
|
42
|
-
|
|
43
|
-
#### 👷 Moving from 1.x.x to 2.x.x:
|
|
44
|
-
|
|
45
|
-
`$pill--small-radius` and `$pill--medium-radius` are removed.
|
|
46
|
-
|
|
47
|
-
## 1.1.5-next.0
|
|
48
|
-
|
|
49
|
-
### Patch Changes
|
|
50
|
-
|
|
51
|
-
- 0bf34d9: panel and modal footer background color changes to #f0f0f0
|
|
52
|
-
|
|
53
|
-
## 1.1.4
|
|
54
|
-
|
|
55
|
-
### Patch Changes
|
|
56
|
-
|
|
57
|
-
- 15b2a9a: replace / with div()
|
|
58
|
-
|
|
59
|
-
## 1.1.4-next.0
|
|
60
|
-
|
|
61
|
-
### Patch Changes
|
|
62
|
-
|
|
63
|
-
- 15b2a9a: replace / with div()
|
|
64
|
-
|
|
65
|
-
## 1.1.3
|
|
66
|
-
|
|
67
|
-
### Patch Changes
|
|
68
|
-
|
|
69
|
-
- 036fe83: change checkbox size/colour & label font size
|
|
70
|
-
|
|
71
|
-
## 1.1.3-next.0
|
|
72
|
-
|
|
73
|
-
### Patch Changes
|
|
74
|
-
|
|
75
|
-
- 036fe83: change checkbox size/colour & label font size
|
|
76
|
-
|
|
77
|
-
## 1.1.2
|
|
78
|
-
|
|
79
|
-
### Patch Changes
|
|
80
|
-
|
|
81
|
-
- fd24fbe: Fix declaration files.
|
|
82
|
-
- ab8d494: update panel header colour to diligent brand colour
|
|
83
|
-
|
|
84
|
-
## 1.1.2-next.1
|
|
85
|
-
|
|
86
|
-
### Patch Changes
|
|
87
|
-
|
|
88
|
-
- fd24fbe: Fix declaration files.
|
|
89
|
-
|
|
90
|
-
## 1.1.2-next.0
|
|
91
|
-
|
|
92
|
-
### Patch Changes
|
|
93
|
-
|
|
94
|
-
- ab8d494: update panel header colour to diligent brand colour
|
|
95
|
-
|
|
96
|
-
## 1.1.1
|
|
97
|
-
|
|
98
|
-
### Patch Changes
|
|
99
|
-
|
|
100
|
-
- 27e1439: updated icon template for icon size change
|
|
101
|
-
|
|
102
|
-
## 1.1.1-next.0
|
|
103
|
-
|
|
104
|
-
### Patch Changes
|
|
105
|
-
|
|
106
|
-
- 27e1439: updated icon template for icon size change
|
|
107
|
-
|
|
108
|
-
## 1.1.0
|
|
109
|
-
|
|
110
|
-
### Minor Changes
|
|
111
|
-
|
|
112
|
-
- 3385c1f: Add diligent brand colors hex code to tokens
|
|
113
|
-
|
|
114
|
-
### Patch Changes
|
|
115
|
-
|
|
116
|
-
- fd94ddb: Fixed typo for \$diligent--background-base
|
|
117
|
-
|
|
118
|
-
## 1.1.0-next.1
|
|
119
|
-
|
|
120
|
-
### Patch Changes
|
|
121
|
-
|
|
122
|
-
- fd94ddb: Fixed typo for \$diligent--background-base
|
|
123
|
-
|
|
124
|
-
## 1.1.0-next.0
|
|
125
|
-
|
|
126
|
-
### Minor Changes
|
|
127
|
-
|
|
128
|
-
- 3385c1f: Add diligent brand colors hex code to tokens
|