@esri/calcite-tailwind-preset 1.1.0-next.8 → 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/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Licensing
2
2
 
3
- COPYRIGHT © Esri
3
+ COPYRIGHT Esri - <https://js.arcgis.com/5.0/LICENSE.txt>
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 © Esri
32
+ COPYRIGHT Esri - <https://js.arcgis.com/5.0/LICENSE.txt>
33
33
 
34
34
  All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
35
35
 
@@ -41,6 +41,6 @@ For additional information, contact: Environmental Systems Research Institute, I
41
41
 
42
42
  email: <contracts@esri.com>
43
43
 
44
- ## Third-party licenses
44
+ ## Third-party notices
45
45
 
46
- See [THIRD-PARTY-LICENSES.md](./THIRD-PARTY-LICENSES.md).
46
+ See [THIRD-PARTY-NOTICES.md](./THIRD-PARTY-NOTICES.md).
@@ -1,3 +1,3 @@
1
- ## Third Party Licenses
1
+ ## Third Party Notices
2
2
 
3
3
  This packages does not have any third-party dependencies.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-tailwind-preset",
3
- "version": "1.1.0-next.8",
3
+ "version": "1.1.0",
4
4
  "description": "Tailwind CSS preset for the Calcite Design System",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "types": "dist/index.d.ts",
13
13
  "files": [
14
14
  "dist/",
15
- "THIRD-PARTY-LICENSES.md"
15
+ "THIRD-PARTY-NOTICES.md"
16
16
  ],
17
17
  "scripts": {
18
18
  "build": "vite build",
@@ -20,17 +20,17 @@
20
20
  "lint": "concurrently npm:lint:*",
21
21
  "lint:json": "prettier --ignore-path \"../../.prettierignore\" --write \"**/*.json\" >/dev/null",
22
22
  "lint:md": "prettier --ignore-path \"../../.prettierignore\" --write \"**/*.md\" >/dev/null && markdownlint-cli2 \"**/*.md\" --fix --config \"../../.markdownlint-cli2.jsonc\"",
23
- "util:update-3rd-party-licenses": "node ../../support/createThirdPartyLicenses.mts"
23
+ "util:update-3rd-party-notices": "node ../../support/createThirdPartyNotices.mts"
24
24
  },
25
25
  "dependencies": {
26
- "@esri/calcite-design-tokens": "4.0.0-next.18"
26
+ "@esri/calcite-design-tokens": "4.0.0"
27
27
  },
28
28
  "peerDependencies": {
29
- "@esri/calcite-design-tokens": "^4.0.0-next.1",
29
+ "@esri/calcite-design-tokens": "^4.0.0",
30
30
  "tailwindcss": "^3.0.0 < 4.0.0"
31
31
  },
32
32
  "volta": {
33
33
  "extends": "../../package.json"
34
34
  },
35
- "gitHead": "1ddd2484af859ffb97de88c3a8842a383fe57198"
35
+ "gitHead": "6b3745a33008f9cc4ca49525597458e9f888ced2"
36
36
  }