@esri/calcite-design-tokens 1.1.0-next.1 → 1.1.0-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,5 +1,5 @@
1
1
 
2
- > @esri/calcite-design-tokens@1.1.0-next.0 build
2
+ > @esri/calcite-design-tokens@1.1.0-next.1 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.0 test
2
+ > @esri/calcite-design-tokens@1.1.0-next.1 test
3
3
  > jest
4
4
 
5
- PASS support/token-transformer/parse/expandComposites.test.ts (9.313 s)
5
+ PASS support/token-transformer/parse/expandComposites.test.ts (11.147 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.031 s
13
+ Time: 13.526 s
14
14
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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.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)
7
+
8
+ ### Features
9
+
10
+ - add icon tokens ([#8008](https://github.com/Esri/calcite-design-system/issues/8008)) ([3623df1](https://github.com/Esri/calcite-design-system/commit/3623df1bbd5413bf5198fb343b342030ee1d40b8))
11
+
6
12
  ## [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
13
 
8
14
  **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 Fri, 20 Oct 2023 22:25:08 GMT
3
+ * Generated on Tue, 24 Oct 2023 20:37:28 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 20 Oct 2023 22:25:10 GMT
3
+ * Generated on Tue, 24 Oct 2023 20:37:30 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 20 Oct 2023 22:25:14 GMT
3
+ * Generated on Tue, 24 Oct 2023 20:37:33 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1113,6 +1113,9 @@
1113
1113
  --calcite-input-date-picker-border-radius-lg: var(--calcite-app-border-radius-none);
1114
1114
  --calcite-input-date-picker-border-radius-md: var(--calcite-app-border-radius-none);
1115
1115
  --calcite-input-date-picker-border-radius-sm: var(--calcite-app-border-radius-none);
1116
+ --calcite-icon-size-lg: var(--calcite-app-sizing-11);
1117
+ --calcite-icon-size-md: var(--calcite-app-sizing-9);
1118
+ --calcite-icon-size-sm: var(--calcite-app-sizing-7);
1116
1119
  --calcite-filter-space-around-top-bottom-lg: var(--calcite-app-spacing-3);
1117
1120
  --calcite-filter-space-around-top-bottom-md: var(--calcite-app-spacing-3);
1118
1121
  --calcite-filter-space-around-top-bottom-sm: var(--calcite-app-spacing-3);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 20 Oct 2023 22:25:12 GMT
3
+ * Generated on Tue, 24 Oct 2023 20:37:32 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 20 Oct 2023 22:25:08 GMT
3
+ * Generated on Tue, 24 Oct 2023 20:37:28 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 20 Oct 2023 22:25:11 GMT
3
+ * Generated on Tue, 24 Oct 2023 20:37:30 GMT
4
4
  */
5
5
 
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 20 Oct 2023 22:25:14 GMT
3
+ * Generated on Tue, 24 Oct 2023 20:37:34 GMT
4
4
  */
5
5
 
6
6
 
@@ -1492,6 +1492,9 @@ $breakpoint-margin: 24px;
1492
1492
  --calcite-input-date-picker-border-radius-lg: var(--calcite-app-border-radius-none);
1493
1493
  --calcite-input-date-picker-border-radius-md: var(--calcite-app-border-radius-none);
1494
1494
  --calcite-input-date-picker-border-radius-sm: var(--calcite-app-border-radius-none);
1495
+ --calcite-icon-size-lg: var(--calcite-app-sizing-11);
1496
+ --calcite-icon-size-md: var(--calcite-app-sizing-9);
1497
+ --calcite-icon-size-sm: var(--calcite-app-sizing-7);
1495
1498
  --calcite-filter-space-around-top-bottom-lg: var(--calcite-app-spacing-3);
1496
1499
  --calcite-filter-space-around-top-bottom-md: var(--calcite-app-spacing-3);
1497
1500
  --calcite-filter-space-around-top-bottom-sm: var(--calcite-app-spacing-3);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 20 Oct 2023 22:25:13 GMT
3
+ * Generated on Tue, 24 Oct 2023 20:37: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.1",
3
+ "version": "1.1.0-next.2",
4
4
  "description": "Esri's Calcite Design System Tokens",
5
5
  "keywords": [
6
6
  "Calcite",
@@ -43,5 +43,5 @@
43
43
  "lint": "concurrently npm:lint:*",
44
44
  "test": "jest"
45
45
  },
46
- "gitHead": "0a0ff11983dc69f952e4617f92ad1294a512163c"
46
+ "gitHead": "6a31ea78baa3d2820a8406d7287083b53076cd46"
47
47
  }
package/src/$themes.json CHANGED
@@ -48,6 +48,7 @@
48
48
  "component/dropdown": "source",
49
49
  "component/fab": "source",
50
50
  "component/filter": "source",
51
+ "component/icon": "source",
51
52
  "component/input-date-picker": "source",
52
53
  "component/input-datetime-local": "source",
53
54
  "component/input-email": "source",
@@ -181,6 +182,7 @@
181
182
  "component/dropdown": "source",
182
183
  "component/fab": "source",
183
184
  "component/filter": "source",
185
+ "component/icon": "source",
184
186
  "component/input-date-picker": "source",
185
187
  "component/input-datetime-local": "source",
186
188
  "component/input-email": "source",
@@ -316,6 +318,7 @@
316
318
  "component/dropdown": "enabled",
317
319
  "component/fab": "enabled",
318
320
  "component/filter": "enabled",
321
+ "component/icon": "enabled",
319
322
  "component/input-date-picker": "enabled",
320
323
  "component/input-datetime-local": "enabled",
321
324
  "component/input-email": "enabled",
@@ -0,0 +1,18 @@
1
+ {
2
+ "icon": {
3
+ "size": {
4
+ "sm": {
5
+ "value": "{core.sizing.7}",
6
+ "type": "sizing"
7
+ },
8
+ "md": {
9
+ "value": "{core.sizing.9}",
10
+ "type": "sizing"
11
+ },
12
+ "lg": {
13
+ "value": "{core.sizing.11}",
14
+ "type": "sizing"
15
+ }
16
+ }
17
+ }
18
+ }