@kaizen/design-tokens 10.3.3 → 10.3.5
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 +16 -0
- package/README.md +2 -2
- package/package.json +2 -2
- package/tokens/animation.json.d.ts +0 -1
- package/tokens/border.json.d.ts +0 -1
- package/tokens/color.json.d.ts +0 -1
- package/tokens/layout.json.d.ts +0 -1
- package/tokens/shadow.json.d.ts +0 -1
- package/tokens/spacing.json.d.ts +0 -1
- package/tokens/typography.json.d.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [10.3.5](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/design-tokens@10.3.4...@kaizen/design-tokens@10.3.5) (2023-04-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @kaizen/design-tokens
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [10.3.4](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/design-tokens@10.3.3...@kaizen/design-tokens@10.3.4) (2023-03-29)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @kaizen/design-tokens
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [10.3.3](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/design-tokens@10.3.2...@kaizen/design-tokens@10.3.3) (2023-03-29)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @kaizen/design-tokens
|
package/README.md
CHANGED
|
@@ -38,14 +38,14 @@ yarn add @kaizen/design-tokens
|
|
|
38
38
|
|
|
39
39
|
### Less
|
|
40
40
|
|
|
41
|
-
```
|
|
41
|
+
```less
|
|
42
42
|
## Note helper functions are provided
|
|
43
43
|
@import "~@kaizen/design-tokens/less/[color/depth/layout/spacing/typography/helpers]";
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
### JavaScript
|
|
47
47
|
|
|
48
|
-
```
|
|
48
|
+
```js
|
|
49
49
|
import * as tokens from @kaizen/design-tokens/tokens/[color/depth/layout/spacing/typography]
|
|
50
50
|
```
|
|
51
51
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/design-tokens",
|
|
3
3
|
"description": "Tokens used in the Kaizen Design System",
|
|
4
|
-
"version": "10.3.
|
|
4
|
+
"version": "10.3.5",
|
|
5
5
|
"homepage": "https://github.com/cultureamp/kaizen-design-system/tree/main/packages/design-tokens",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"react": ">=16 || ^17.0.0 || ^18.0.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "ad5ee169bcb549e866fa37ce9f930c64723e9c13"
|
|
59
59
|
}
|
package/tokens/border.json.d.ts
CHANGED
package/tokens/color.json.d.ts
CHANGED
package/tokens/layout.json.d.ts
CHANGED
package/tokens/shadow.json.d.ts
CHANGED
package/tokens/spacing.json.d.ts
CHANGED