@esri/calcite-design-tokens 1.1.0-next.0 → 1.1.0-next.1

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @esri/calcite-design-tokens@1.0.0 build
2
+ > @esri/calcite-design-tokens@1.1.0-next.0 build
3
3
  > ts-node --esm support/run.ts
4
4
 
5
5
 
@@ -1,8 +1,8 @@
1
1
 
2
- > @esri/calcite-design-tokens@1.0.0 test
2
+ > @esri/calcite-design-tokens@1.1.0-next.0 test
3
3
  > jest
4
4
 
5
- PASS support/token-transformer/parse/expandComposites.test.ts (9.936 s)
5
+ PASS support/token-transformer/parse/expandComposites.test.ts (9.313 s)
6
6
  PASS support/token-transformer/utils/compositeTokens.test.ts
7
7
  PASS support/token-transformer/transform/nameKebabCase.test.ts
8
8
  PASS support/token-transformer/transform/nameCamelCase.test.ts
@@ -10,5 +10,5 @@ PASS support/token-transformer/transform/nameCamelCase.test.ts
10
10
  Test Suites: 4 passed, 4 total
11
11
  Tests: 12 passed, 12 total
12
12
  Snapshots: 0 total
13
- Time: 11.831 s
13
+ Time: 11.031 s
14
14
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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
+ ## [1.1.0-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@1.1.0-next.0...@esri/calcite-design-tokens@1.1.0-next.1) (2023-10-20)
7
+
8
+ **Note:** Version bump only for package @esri/calcite-design-tokens
9
+
6
10
  ## [1.1.0-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@1.0.0...@esri/calcite-design-tokens@1.1.0-next.0) (2023-10-12)
7
11
 
8
12
  ### Features
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Oct 2023 18:10:26 GMT
3
+ * Generated on Fri, 20 Oct 2023 22:25:08 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Oct 2023 18:10:28 GMT
3
+ * Generated on Fri, 20 Oct 2023 22:25:10 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Oct 2023 18:10:31 GMT
3
+ * Generated on Fri, 20 Oct 2023 22:25:14 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Oct 2023 18:10:30 GMT
3
+ * Generated on Fri, 20 Oct 2023 22:25:12 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Oct 2023 18:10:26 GMT
3
+ * Generated on Fri, 20 Oct 2023 22:25:08 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Oct 2023 18:10:28 GMT
3
+ * Generated on Fri, 20 Oct 2023 22:25:11 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Oct 2023 18:10:32 GMT
3
+ * Generated on Fri, 20 Oct 2023 22:25:14 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 12 Oct 2023 18:10:30 GMT
3
+ * Generated on Fri, 20 Oct 2023 22:25:13 GMT
4
4
  */
5
5
 
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-design-tokens",
3
- "version": "1.1.0-next.0",
3
+ "version": "1.1.0-next.1",
4
4
  "description": "Esri's Calcite Design System Tokens",
5
5
  "keywords": [
6
6
  "Calcite",
@@ -38,10 +38,10 @@
38
38
  "build": "ts-node --esm support/run.ts",
39
39
  "clean": "rimraf dist",
40
40
  "lint:json": "prettier --write \"**/*.json\" >/dev/null",
41
- "lint:md": "markdownlint \"**/*.md\" --fix --dot --ignore-path .gitignore && prettier --write \"**/*.md\" >/dev/null",
41
+ "lint:md": "markdownlint \"**/*.md\" --fix --dot --ignore-path ../../.gitignore && prettier --write \"**/*.md\" >/dev/null",
42
42
  "lint:ts": "eslint --ext .ts,.tsx --fix . && prettier --write \"**/*.ts?(x)\" >/dev/null",
43
43
  "lint": "concurrently npm:lint:*",
44
44
  "test": "jest"
45
45
  },
46
- "gitHead": "8ea00eccee8ee6c40b0a1ae9992beb575247532f"
46
+ "gitHead": "0a0ff11983dc69f952e4617f92ad1294a512163c"
47
47
  }