@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.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +3 -3
- package/CHANGELOG.md +6 -16
- 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
package/.turbo/turbo-build.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
-
> @esri/calcite-design-tokens@1.1.0
|
|
2
|
+
> @esri/calcite-design-tokens@1.1.0 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
|
-
PASS support/token-transformer/parse/expandComposites.test.ts (
|
|
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.
|
|
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.
|
|
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
|
|
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
|
-
-
|
|
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
|
|
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.
|
|
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
|
}
|