@esri/calcite-design-tokens 1.1.0 → 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.
- package/.turbo/turbo-test.log +14 -0
- package/CHANGELOG.md +4 -0
- package/dist/css/brand-light.css +1 -1
- package/dist/css/calcite-dark.css +1 -1
- package/dist/css/calcite-headless.css +1 -1
- package/dist/css/calcite-light.css +1 -1
- package/dist/es6/brand-light.d.ts +1 -1
- package/dist/es6/brand-light.js +1 -1
- package/dist/es6/calcite-dark.d.ts +1 -1
- package/dist/es6/calcite-dark.js +1 -1
- package/dist/es6/calcite-headless.d.ts +1 -1
- package/dist/es6/calcite-headless.js +1 -1
- package/dist/es6/calcite-light.d.ts +1 -1
- package/dist/es6/calcite-light.js +1 -1
- package/dist/js/brand-light.d.ts +1 -1
- package/dist/js/brand-light.js +1 -1
- package/dist/js/calcite-dark.d.ts +1 -1
- package/dist/js/calcite-dark.js +1 -1
- package/dist/js/calcite-headless.d.ts +1 -1
- package/dist/js/calcite-headless.js +1 -1
- package/dist/js/calcite-light.d.ts +1 -1
- package/dist/js/calcite-light.js +1 -1
- package/dist/scss/calcite-dark.scss +1 -1
- package/dist/scss/calcite-headless.scss +1 -1
- package/dist/scss/calcite-light.scss +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
> @esri/calcite-design-tokens@1.1.0 test
|
|
3
|
+
> jest
|
|
4
|
+
|
|
5
|
+
PASS support/token-transformer/parse/expandComposites.test.ts (10.56 s)
|
|
6
|
+
PASS support/token-transformer/utils/compositeTokens.test.ts
|
|
7
|
+
PASS support/token-transformer/transform/nameKebabCase.test.ts
|
|
8
|
+
PASS support/token-transformer/transform/nameCamelCase.test.ts
|
|
9
|
+
|
|
10
|
+
Test Suites: 4 passed, 4 total
|
|
11
|
+
Tests: 12 passed, 12 total
|
|
12
|
+
Snapshots: 0 total
|
|
13
|
+
Time: 12.994 s
|
|
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.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
|
+
|
|
8
|
+
**Note:** Version bump only for package @esri/calcite-design-tokens
|
|
9
|
+
|
|
6
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)
|
|
7
11
|
|
|
8
12
|
### Features
|
package/dist/css/brand-light.css
CHANGED
package/dist/es6/brand-light.js
CHANGED
package/dist/es6/calcite-dark.js
CHANGED
package/dist/js/brand-light.d.ts
CHANGED
package/dist/js/brand-light.js
CHANGED
package/dist/js/calcite-dark.js
CHANGED
package/dist/js/calcite-light.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-design-tokens",
|
|
3
|
-
"version": "1.1.0",
|
|
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": "
|
|
50
|
+
"gitHead": "a9c7ed6b9e99997bbb8b308980002c8709c02aba"
|
|
51
51
|
}
|