@esri/calcite-design-tokens 4.0.0-next.14 → 4.0.0-next.16
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/LICENSE.md +1 -1
- package/README.md +1 -1
- package/dist/docs/core.json +1 -1
- package/dist/docs/dark.json +1 -1
- package/dist/docs/global.json +1 -1
- package/dist/docs/light.json +1 -1
- package/dist/docs/semantic.json +1 -1
- package/package.json +3 -3
package/LICENSE.md
CHANGED
package/README.md
CHANGED
|
@@ -30,7 +30,7 @@ These are the published asset files generated by the token transformer:
|
|
|
30
30
|
|
|
31
31
|
## License
|
|
32
32
|
|
|
33
|
-
COPYRIGHT ©
|
|
33
|
+
COPYRIGHT © Esri
|
|
34
34
|
|
|
35
35
|
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
|
|
36
36
|
|
package/dist/docs/core.json
CHANGED
package/dist/docs/dark.json
CHANGED
package/dist/docs/global.json
CHANGED
package/dist/docs/light.json
CHANGED
package/dist/docs/semantic.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-design-tokens",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.16",
|
|
4
4
|
"description": "Esri's Calcite Design System Tokens",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Calcite",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"extends": "../../package.json"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"vitest": "4.0.
|
|
48
|
+
"vitest": "4.0.16"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "8d7fcd9c74a03b5d6eb938d59166588138f23126"
|
|
51
51
|
}
|