@esri/calcite-design-tokens 1.1.0-next.3 → 1.1.1-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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @esri/calcite-design-tokens@1.1.0-next.2 build
2
+ > @esri/calcite-design-tokens@1.1.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.1.0-next.2 test
2
+ > @esri/calcite-design-tokens@1.1.0 test
3
3
  > jest
4
4
 
5
- PASS support/token-transformer/parse/expandComposites.test.ts (9.776 s)
5
+ PASS support/token-transformer/parse/expandComposites.test.ts (10.56 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: 12.073 s
13
+ Time: 12.994 s
14
14
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -3,28 +3,18 @@
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.3](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@1.1.0-next.2...@esri/calcite-design-tokens@1.1.0-next.3) (2023-10-24)
7
-
8
- ### Features
9
-
10
- - add js platform formats to calcite-design-tokens ([#8044](https://github.com/Esri/calcite-design-system/issues/8044)) ([0e1fefb](https://github.com/Esri/calcite-design-system/commit/0e1fefbd93bc37bad7006b1c15d1ed633bfb454e)), closes [#7986](https://github.com/Esri/calcite-design-system/issues/7986)
11
- - reorganize breakpoints ([#7994](https://github.com/Esri/calcite-design-system/issues/7994)) ([c64a059](https://github.com/Esri/calcite-design-system/commit/c64a059f9b4f9865bc7234ad6892570ed419d779))
12
-
13
- ## [1.1.0-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@1.1.0-next.1...@esri/calcite-design-tokens@1.1.0-next.2) (2023-10-24)
14
-
15
- ### Features
16
-
17
- - add icon tokens ([#8008](https://github.com/Esri/calcite-design-system/issues/8008)) ([3623df1](https://github.com/Esri/calcite-design-system/commit/3623df1bbd5413bf5198fb343b342030ee1d40b8))
18
-
19
- ## [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)
6
+ ## [1.1.1-next.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@1.1.0...@esri/calcite-design-tokens@1.1.1-next.0) (2023-10-31)
20
7
 
21
8
  **Note:** Version bump only for package @esri/calcite-design-tokens
22
9
 
23
- ## [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)
10
+ ## [1.1.0](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@1.0.0...@esri/calcite-design-tokens@1.1.0) (2023-10-30)
24
11
 
25
12
  ### Features
26
13
 
27
- - add xxs breakpoint to tokens ([#7992](https://github.com/Esri/calcite-design-system/issues/7992)) ([05512b6](https://github.com/Esri/calcite-design-system/commit/05512b6e5b58d4391972dfc9bbf559503301a025)), closes [#7856](https://github.com/Esri/calcite-design-system/issues/7856)
14
+ - Add icon tokens ([#8008](https://github.com/Esri/calcite-design-system/issues/8008)) ([3623df1](https://github.com/Esri/calcite-design-system/commit/3623df1bbd5413bf5198fb343b342030ee1d40b8))
15
+ - Add js platform formats to calcite-design-tokens ([#8044](https://github.com/Esri/calcite-design-system/issues/8044)) ([0e1fefb](https://github.com/Esri/calcite-design-system/commit/0e1fefbd93bc37bad7006b1c15d1ed633bfb454e))
16
+ - Add xxs breakpoint to tokens ([#7992](https://github.com/Esri/calcite-design-system/issues/7992)) ([05512b6](https://github.com/Esri/calcite-design-system/commit/05512b6e5b58d4391972dfc9bbf559503301a025))
17
+ - Reorganize breakpoints ([#7994](https://github.com/Esri/calcite-design-system/issues/7994)) ([c64a059](https://github.com/Esri/calcite-design-system/commit/c64a059f9b4f9865bc7234ad6892570ed419d779))
28
18
 
29
19
  ## [1.0.0](2023-05-11)
30
20
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:37 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:24 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:41 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:28 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:47 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:35 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:44 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:32 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:37 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:24 GMT
4
4
  */
5
5
 
6
6
  export const CoreFontFontSize6 : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:37 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:24 GMT
4
4
  */
5
5
 
6
6
  export const CoreFontFontSize6 = "26px";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:40 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:27 GMT
4
4
  */
5
5
 
6
6
  export const ColorBrandDefault : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:40 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:27 GMT
4
4
  */
5
5
 
6
6
  export const ColorBrandDefault = "#009af2";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:47 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:34 GMT
4
4
  */
5
5
 
6
6
  export const AccordionItemFontHeadingLight : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:47 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:34 GMT
4
4
  */
5
5
 
6
6
  export const AccordionItemFontHeadingLight = "#151515";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:44 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:31 GMT
4
4
  */
5
5
 
6
6
  export const ColorBrandDefault : string;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:44 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:31 GMT
4
4
  */
5
5
 
6
6
  export const ColorBrandDefault = "#007ac2";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:37 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:24 GMT
4
4
  */
5
5
 
6
6
  declare const root: RootObject
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:37 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:24 GMT
4
4
  */
5
5
 
6
6
  export default{
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:40 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:27 GMT
4
4
  */
5
5
 
6
6
  declare const root: RootObject
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:40 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:27 GMT
4
4
  */
5
5
 
6
6
  export default{
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:46 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:34 GMT
4
4
  */
5
5
 
6
6
  declare const root: RootObject
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:46 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:34 GMT
4
4
  */
5
5
 
6
6
  export default{
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:43 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:30 GMT
4
4
  */
5
5
 
6
6
  declare const root: RootObject
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:43 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:30 GMT
4
4
  */
5
5
 
6
6
  export default{
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:41 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:28 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:48 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:35 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 24 Oct 2023 21:31:45 GMT
3
+ * Generated on Tue, 31 Oct 2023 19:16:32 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.3",
3
+ "version": "1.1.1-next.0",
4
4
  "description": "Esri's Calcite Design System Tokens",
5
5
  "keywords": [
6
6
  "Calcite",
@@ -47,5 +47,5 @@
47
47
  "lint": "concurrently npm:lint:*",
48
48
  "test": "jest"
49
49
  },
50
- "gitHead": "55c379646780acabacf2b92fe293f766aa7c3d36"
50
+ "gitHead": "a9c7ed6b9e99997bbb8b308980002c8709c02aba"
51
51
  }