@esri/calcite-design-tokens 1.1.0-next.0 → 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.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +3 -3
- package/CHANGELOG.md +10 -0
- package/dist/css/brand-light.css +1 -1
- package/dist/css/calcite-dark.css +1 -1
- package/dist/css/calcite-headless.css +4 -1
- package/dist/css/calcite-light.css +1 -1
- package/dist/scss/brand-light.scss +1 -1
- package/dist/scss/calcite-dark.scss +1 -1
- package/dist/scss/calcite-headless.scss +4 -1
- package/dist/scss/calcite-light.scss +1 -1
- package/package.json +3 -3
- package/src/$themes.json +3 -0
- package/src/component/icon.json +18 -0
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @esri/calcite-design-tokens@1.0.
|
|
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 (
|
|
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:
|
|
13
|
+
Time: 13.526 s
|
|
14
14
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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
|
+
|
|
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)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @esri/calcite-design-tokens
|
|
15
|
+
|
|
6
16
|
## [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
17
|
|
|
8
18
|
### Features
|
package/dist/css/brand-light.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
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
|
|
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);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-design-tokens",
|
|
3
|
-
"version": "1.1.0-next.
|
|
3
|
+
"version": "1.1.0-next.2",
|
|
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
|
|
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": "
|
|
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",
|