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