@esri/calcite-tailwind-preset 1.1.0-next.3 → 1.1.0-next.5

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.
Files changed (3) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +3 -3
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
@@ -29,7 +29,7 @@ This package is updated as needed. If you require any critical updates, please r
29
29
 
30
30
  ## License
31
31
 
32
- COPYRIGHT © 2025 Esri
32
+ COPYRIGHT © Esri
33
33
 
34
34
  All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-tailwind-preset",
3
- "version": "1.1.0-next.3",
3
+ "version": "1.1.0-next.5",
4
4
  "description": "Tailwind CSS preset for the Calcite Design System",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "util:update-3rd-party-licenses": "node ../../support/createThirdPartyLicenses.mts"
24
24
  },
25
25
  "dependencies": {
26
- "@esri/calcite-design-tokens": "4.0.0-next.15"
26
+ "@esri/calcite-design-tokens": "4.0.0-next.16"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@esri/calcite-design-tokens": "^4.0.0-next.1",
@@ -32,5 +32,5 @@
32
32
  "volta": {
33
33
  "extends": "../../package.json"
34
34
  },
35
- "gitHead": "672f7e180dc79c74460dbd5bf91c89740cc03375"
35
+ "gitHead": "8d7fcd9c74a03b5d6eb938d59166588138f23126"
36
36
  }