@esri/calcite-design-tokens 1.1.1-next.0 → 1.1.1-next.2

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,18 +1,18 @@
1
1
 
2
- > @esri/calcite-design-tokens@1.1.0 build
2
+ > @esri/calcite-design-tokens@1.1.1-next.1 build
3
3
  > ts-node --esm support/run.ts
4
4
 
5
5
 
6
6
  js
7
- ! dist/js/brand-light.js, does not exist
8
- ! dist/js/brand-light.d.ts, does not exist
7
+ - dist/js/brand-light.js
8
+ - dist/js/brand-light.d.ts
9
9
 
10
10
  es6
11
- ! dist/es6/brand-light.js, does not exist
12
- ! dist/es6/brand-light.d.ts, does not exist
11
+ - dist/es6/brand-light.js
12
+ - dist/es6/brand-light.d.ts
13
13
 
14
14
  css
15
- ! dist/css/brand-light.css, does not exist
15
+ - dist/css/brand-light.css
16
16
 
17
17
  scss
18
18
  ! dist/scss/brand-light.scss, does not exist
@@ -54,7 +54,6 @@ css
54
54
 
55
55
  scss
56
56
  ! dist/scss/brand-dark.scss, does not exist
57
- - dist/scss
58
57
 
59
58
  js
60
59
  No properties for brand-dark.js. File not created.
@@ -71,19 +70,18 @@ scss
71
70
  No properties for brand-dark.scss. File not created.
72
71
 
73
72
  js
74
- ! dist/js/calcite-dark.js, does not exist
75
- ! dist/js/calcite-dark.d.ts, does not exist
73
+ - dist/js/calcite-dark.js
74
+ - dist/js/calcite-dark.d.ts
76
75
 
77
76
  es6
78
- ! dist/es6/calcite-dark.js, does not exist
79
- ! dist/es6/calcite-dark.d.ts, does not exist
77
+ - dist/es6/calcite-dark.js
78
+ - dist/es6/calcite-dark.d.ts
80
79
 
81
80
  css
82
- ! dist/css/calcite-dark.css, does not exist
81
+ - dist/css/calcite-dark.css
83
82
 
84
83
  scss
85
- ! dist/scss/calcite-dark.scss, does not exist
86
- - dist/scss
84
+ - dist/scss/calcite-dark.scss
87
85
 
88
86
  js
89
87
  ⚠️ dist/js/calcite-dark.js
@@ -1142,18 +1140,18 @@ scss
1142
1140
  ✔︎ dist/scss/calcite-dark.scss
1143
1141
 
1144
1142
  js
1145
- ! dist/js/calcite-light.js, does not exist
1146
- ! dist/js/calcite-light.d.ts, does not exist
1143
+ - dist/js/calcite-light.js
1144
+ - dist/js/calcite-light.d.ts
1147
1145
 
1148
1146
  es6
1149
- ! dist/es6/calcite-light.js, does not exist
1150
- ! dist/es6/calcite-light.d.ts, does not exist
1147
+ - dist/es6/calcite-light.js
1148
+ - dist/es6/calcite-light.d.ts
1151
1149
 
1152
1150
  css
1153
- ! dist/css/calcite-light.css, does not exist
1151
+ - dist/css/calcite-light.css
1154
1152
 
1155
1153
  scss
1156
- ! dist/scss/calcite-light.scss, does not exist
1154
+ - dist/scss/calcite-light.scss
1157
1155
 
1158
1156
  js
1159
1157
  ⚠️ dist/js/calcite-light.js
@@ -2228,18 +2226,18 @@ scss
2228
2226
  ✔︎ dist/scss/calcite-light.scss
2229
2227
 
2230
2228
  js
2231
- ! dist/js/calcite-headless.js, does not exist
2232
- ! dist/js/calcite-headless.d.ts, does not exist
2229
+ - dist/js/calcite-headless.js
2230
+ - dist/js/calcite-headless.d.ts
2233
2231
 
2234
2232
  es6
2235
- ! dist/es6/calcite-headless.js, does not exist
2236
- ! dist/es6/calcite-headless.d.ts, does not exist
2233
+ - dist/es6/calcite-headless.js
2234
+ - dist/es6/calcite-headless.d.ts
2237
2235
 
2238
2236
  css
2239
- ! dist/css/calcite-headless.css, does not exist
2237
+ - dist/css/calcite-headless.css
2240
2238
 
2241
2239
  scss
2242
- ! dist/scss/calcite-headless.scss, does not exist
2240
+ - dist/scss/calcite-headless.scss
2243
2241
 
2244
2242
  js
2245
2243
  ⚠️ dist/js/calcite-headless.js
@@ -1,14 +1,15 @@
1
1
 
2
- > @esri/calcite-design-tokens@1.1.0 test
2
+ > @esri/calcite-design-tokens@1.1.1-next.1 test
3
3
  > jest
4
4
 
5
- PASS support/token-transformer/parse/expandComposites.test.ts (10.56 s)
6
- PASS support/token-transformer/utils/compositeTokens.test.ts
5
+ PASS support/tests/index.spec.ts (15.68 s)
6
+ PASS support/token-transformer/utils/compositeTokens.test.ts (17.367 s)
7
7
  PASS support/token-transformer/transform/nameKebabCase.test.ts
8
+ PASS support/token-transformer/parse/expandComposites.test.ts (18.48 s)
8
9
  PASS support/token-transformer/transform/nameCamelCase.test.ts
9
10
 
10
- Test Suites: 4 passed, 4 total
11
- Tests: 12 passed, 12 total
12
- Snapshots: 0 total
13
- Time: 12.994 s
11
+ Test Suites: 5 passed, 5 total
12
+ Tests: 26 passed, 26 total
13
+ Snapshots: 18 passed, 18 total
14
+ Time: 20.196 s
14
15
  Ran all test suites.
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
+ ## [1.1.1-next.2](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@1.1.1-next.1...@esri/calcite-design-tokens@1.1.1-next.2) (2023-11-28)
7
+
8
+ **Note:** Version bump only for package @esri/calcite-design-tokens
9
+
10
+ ## [1.1.1-next.1](https://github.com/Esri/calcite-design-system/compare/@esri/calcite-design-tokens@1.1.1-next.0...@esri/calcite-design-tokens@1.1.1-next.1) (2023-11-21)
11
+
12
+ **Note:** Version bump only for package @esri/calcite-design-tokens
13
+
6
14
  ## [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)
7
15
 
8
16
  **Note:** Version bump only for package @esri/calcite-design-tokens
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Oct 2023 19:16:24 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:42 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Oct 2023 19:16:28 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:44 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Oct 2023 19:16:35 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:48 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Oct 2023 19:16:32 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:46 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Oct 2023 19:16:24 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:42 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, 31 Oct 2023 19:16:24 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:42 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, 31 Oct 2023 19:16:27 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:44 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, 31 Oct 2023 19:16:27 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:44 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, 31 Oct 2023 19:16:34 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:48 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, 31 Oct 2023 19:16:34 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:48 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, 31 Oct 2023 19:16:31 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:46 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, 31 Oct 2023 19:16:31 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:46 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, 31 Oct 2023 19:16:24 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:42 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, 31 Oct 2023 19:16:24 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:42 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, 31 Oct 2023 19:16:27 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:44 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, 31 Oct 2023 19:16:27 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:44 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, 31 Oct 2023 19:16:34 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:47 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, 31 Oct 2023 19:16:34 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:47 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, 31 Oct 2023 19:16:30 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:46 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, 31 Oct 2023 19:16:30 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:46 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, 31 Oct 2023 19:16:28 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:45 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Oct 2023 19:16:35 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:48 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 31 Oct 2023 19:16:32 GMT
3
+ * Generated on Tue, 28 Nov 2023 00:31:47 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.1-next.0",
3
+ "version": "1.1.1-next.2",
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": "a9c7ed6b9e99997bbb8b308980002c8709c02aba"
50
+ "gitHead": "fd9c44abf3a3fa43fb5c8904169a61f5aae5f687"
51
51
  }