@esri/calcite-design-tokens 1.1.0-next.3 → 1.1.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/CHANGELOG.md +5 -19
- 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-test.log +0 -14
package/.turbo/turbo-build.log
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -3,28 +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.0
|
|
6
|
+
## [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
7
|
|
|
8
8
|
### Features
|
|
9
9
|
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
|
|
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)
|
|
20
|
-
|
|
21
|
-
**Note:** Version bump only for package @esri/calcite-design-tokens
|
|
22
|
-
|
|
23
|
-
## [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)
|
|
24
|
-
|
|
25
|
-
### Features
|
|
26
|
-
|
|
27
|
-
- 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)), closes [#7856](https://github.com/Esri/calcite-design-system/issues/7856)
|
|
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
|
+
- 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))
|
|
12
|
+
- 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))
|
|
13
|
+
- Reorganize breakpoints ([#7994](https://github.com/Esri/calcite-design-system/issues/7994)) ([c64a059](https://github.com/Esri/calcite-design-system/commit/c64a059f9b4f9865bc7234ad6892570ed419d779))
|
|
28
14
|
|
|
29
15
|
## [1.0.0](2023-05-11)
|
|
30
16
|
|
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.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": "5153ccba6de2fe208b6459a1bd9a9287140c0d19"
|
|
51
51
|
}
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @esri/calcite-design-tokens@1.1.0-next.2 test
|
|
3
|
-
> jest
|
|
4
|
-
|
|
5
|
-
PASS support/token-transformer/parse/expandComposites.test.ts (9.776 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.073 s
|
|
14
|
-
Ran all test suites.
|