@esri/calcite-design-tokens 4.0.0-next.15 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Licensing
2
2
 
3
- COPYRIGHT © 2025 Esri
3
+ COPYRIGHT © Esri
4
4
 
5
5
  All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
6
6
 
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 © 2025 Esri
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
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1767205241527,
2
+ "timestamp": 1767982687626,
3
3
  "tokens": [
4
4
  {
5
5
  "key": "{core.color.neutral.blk-000}",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1767205240053,
2
+ "timestamp": 1767982686118,
3
3
  "tokens": [
4
4
  {
5
5
  "key": "{semantic.color.surface.1}",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1767205241216,
2
+ "timestamp": 1767982687282,
3
3
  "tokens": [
4
4
  {
5
5
  "key": "{semantic.color.surface.1}",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1767205240640,
2
+ "timestamp": 1767982686656,
3
3
  "tokens": [
4
4
  {
5
5
  "key": "{semantic.color.surface.1}",
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": 1767205241422,
2
+ "timestamp": 1767982687524,
3
3
  "tokens": [
4
4
  {
5
5
  "key": "{semantic.border.width.none}",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-design-tokens",
3
- "version": "4.0.0-next.15",
3
+ "version": "4.0.0-next.16",
4
4
  "description": "Esri's Calcite Design System Tokens",
5
5
  "keywords": [
6
6
  "Calcite",
@@ -47,5 +47,5 @@
47
47
  "devDependencies": {
48
48
  "vitest": "4.0.16"
49
49
  },
50
- "gitHead": "672f7e180dc79c74460dbd5bf91c89740cc03375"
50
+ "gitHead": "8d7fcd9c74a03b5d6eb938d59166588138f23126"
51
51
  }