@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.
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/package.json +3 -3
package/LICENSE.md
CHANGED
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 ©
|
|
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
|
+
"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.
|
|
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": "
|
|
35
|
+
"gitHead": "8d7fcd9c74a03b5d6eb938d59166588138f23126"
|
|
36
36
|
}
|