@kaizen/design-tokens 10.3.4 → 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 CHANGED
@@ -3,6 +3,14 @@
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
+
6
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)
7
15
 
8
16
  **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",
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": "d35334607ecddfb7e768b29ddbdff116d5944bb9"
58
+ "gitHead": "ad5ee169bcb549e866fa37ce9f930c64723e9c13"
59
59
  }