@arcgis/common-components 4.29.0-beta.3 → 4.29.0-test.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.
Files changed (50) hide show
  1. package/package.json +7 -62
  2. package/LICENSE.md +0 -13
  3. package/README.md +0 -17
  4. /package/{dist/arcgis-common-components → arcgis-common-components}/arcgis-common-components.esm.js +0 -0
  5. /package/{dist/arcgis-common-components → arcgis-common-components}/index.esm.js +0 -0
  6. /package/{dist/arcgis-common-components → arcgis-common-components}/p-3768a3bb.entry.js +0 -0
  7. /package/{dist/arcgis-common-components → arcgis-common-components}/p-84fccaad.entry.js +0 -0
  8. /package/{dist/arcgis-common-components → arcgis-common-components}/p-9625972e.js +0 -0
  9. /package/{dist/arcgis-common-components → arcgis-common-components}/p-b0c98bba.js +0 -0
  10. /package/{dist/cjs → cjs}/arcgis-api-key.cjs.entry.js +0 -0
  11. /package/{dist/cjs → cjs}/arcgis-common-components.cjs.js +0 -0
  12. /package/{dist/cjs → cjs}/arcgis-identity.cjs.entry.js +0 -0
  13. /package/{dist/cjs → cjs}/index-e8c59179.js +0 -0
  14. /package/{dist/cjs → cjs}/index-f1a937af.js +0 -0
  15. /package/{dist/cjs → cjs}/index.cjs.js +0 -0
  16. /package/{dist/cjs → cjs}/loader.cjs.js +0 -0
  17. /package/{dist/components → components}/arcgis-api-key.d.ts +0 -0
  18. /package/{dist/components → components}/arcgis-api-key.js +0 -0
  19. /package/{dist/components → components}/arcgis-identity.d.ts +0 -0
  20. /package/{dist/components → components}/arcgis-identity.js +0 -0
  21. /package/{dist/components → components}/index.d.ts +0 -0
  22. /package/{dist/components → components}/index.js +0 -0
  23. /package/{dist/components → components}/index2.js +0 -0
  24. /package/{dist/esm → esm}/arcgis-api-key.entry.js +0 -0
  25. /package/{dist/esm → esm}/arcgis-common-components.js +0 -0
  26. /package/{dist/esm → esm}/arcgis-identity.entry.js +0 -0
  27. /package/{dist/esm → esm}/index-1f7e8e45.js +0 -0
  28. /package/{dist/esm → esm}/index-71b437b1.js +0 -0
  29. /package/{dist/esm → esm}/index.js +0 -0
  30. /package/{dist/esm → esm}/loader.js +0 -0
  31. /package/{dist/esm → esm}/polyfills/core-js.js +0 -0
  32. /package/{dist/esm → esm}/polyfills/css-shim.js +0 -0
  33. /package/{dist/esm → esm}/polyfills/dom.js +0 -0
  34. /package/{dist/esm → esm}/polyfills/es5-html-element.js +0 -0
  35. /package/{dist/esm → esm}/polyfills/index.js +0 -0
  36. /package/{dist/esm → esm}/polyfills/system.js +0 -0
  37. /package/{dist/index.cjs.js → index.cjs.js} +0 -0
  38. /package/{dist/index.js → index.js} +0 -0
  39. /package/{dist/loader → loader}/cdn.js +0 -0
  40. /package/{dist/loader → loader}/index.cjs.js +0 -0
  41. /package/{dist/loader → loader}/index.d.ts +0 -0
  42. /package/{dist/loader → loader}/index.es2017.js +0 -0
  43. /package/{dist/loader → loader}/index.js +0 -0
  44. /package/{dist/loader → loader}/package.json +0 -0
  45. /package/{dist/types → types}/components/arcgis-api-key/arcgis-api-key.d.ts +0 -0
  46. /package/{dist/types → types}/components/arcgis-identity/arcgis-identity.d.ts +0 -0
  47. /package/{dist/types → types}/components/types.d.ts +0 -0
  48. /package/{dist/types → types}/components.d.ts +0 -0
  49. /package/{dist/types → types}/index.d.ts +0 -0
  50. /package/{dist/types → types}/stencil-public-runtime.d.ts +0 -0
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@arcgis/common-components",
3
3
  "description": "ArcGIS Common Components",
4
- "version": "4.29.0-beta.3",
5
- "module": "dist/components/index.js",
6
- "main": "dist/index.cjs.js",
7
- "types": "dist/types/index.d.ts",
4
+ "homepage": "https://developers.arcgis.com/javascript/latest/",
5
+ "version": "4.29.0-test.0",
6
+ "module": "components/index.js",
7
+ "main": "index.cjs.js",
8
+ "types": "types/index.d.ts",
8
9
  "keywords": [
9
10
  "ArcGIS",
10
11
  "javascript",
@@ -20,72 +21,16 @@
20
21
  "web-components",
21
22
  "Esri"
22
23
  ],
23
- "files": [
24
- "dist/"
25
- ],
26
24
  "publishConfig": {
27
25
  "registry": "https://registry.npmjs.org/",
28
26
  "access": "public"
29
27
  },
30
28
  "license": "SEE LICENSE IN LICENSE.md",
31
- "scripts": {
32
- "start": "yarn build:dev --watch --serve --no-open",
33
- "start:storybook": "storybook dev -c .storybook/internal --quiet",
34
- "start:external-storybook": "kill-port 6019 && storybook dev -c .storybook/external -p 6019 --quiet",
35
- "watch": "yarn build:dev --watch",
36
- "build": "yarn build:components",
37
- "build:dev": "yarn build:components:dev",
38
- "build:storybook": "storybook build -c .storybook/internal --quiet",
39
- "build:external-storybook": "storybook build -c .storybook/external -o storybook-static-external --quiet",
40
- "build:components": "stencil build",
41
- "build:components:dev": "stencil build --dev",
42
- "build:composite-storybook": "yarn g:shx cp -r storybook-static-external ../docs/storybook-static-external/common-components",
43
- "test": "yarn build:test && stencil test --spec --no-build",
44
- "test:e2e": "stencil test --e2e",
45
- "test.watch": "stencil test --spec --e2e --watchAll",
46
- "clean": "rimraf ./node_modules ./storybook-static ./storybook-static-external ./turbo ./dist ./www",
47
- "lint": "eslint .",
48
- "generate": "stencil generate",
49
- "prettier": "prettier . --write"
50
- },
51
29
  "dependencies": {
52
30
  "@stencil/core": "2.22.3"
53
31
  },
54
- "devDependencies": {
55
- "@arcgis/components-plugins": "4.29.0-beta.3",
56
- "@arcgis/core": ">=4.29.0-next <4.30",
57
- "@arcgis/core-adapter": "4.29.0-beta.3",
58
- "@arcgis/eslint-config": "1.0.0",
59
- "@arcgis/map-components": "4.29.0-beta.3",
60
- "@arcgis/typescript-config": "1.0.0",
61
- "@esri/calcite-components": "^1.8.0",
62
- "@stencil/angular-output-target": "0.8.1",
63
- "@stencil/react-output-target": "0.5.3",
64
- "@stencil/sass": "^2.0.4",
65
- "@storybook/addon-a11y": "^7.4.5",
66
- "@storybook/addon-essentials": "^7.4.5",
67
- "@storybook/addon-links": "^7.4.5",
68
- "@storybook/web-components": "^7.4.5",
69
- "@storybook/web-components-vite": "^7.4.5",
70
- "@types/jest": "^29.5.0",
71
- "eslint": "^8.51.0",
72
- "jest": "^29.5.0",
73
- "jest-cli": "^29.5.0",
74
- "kill-port": "^2.0.1",
75
- "lit": "^2.8.0",
76
- "prettier": "^3.0.0",
77
- "puppeteer": "^20.5.0",
78
- "react": "^18.2.0",
79
- "react-dom": "^18.2.0",
80
- "resolve-pkg": "^2.0.0",
81
- "rimraf": "^5.0.0",
82
- "storybook": "^7.4.5",
83
- "typescript": "4.9.5",
84
- "vite": "^4.4.9"
85
- },
86
32
  "peerDependencies": {
87
33
  "@arcgis/core": ">=4.29.0-next <4.30",
88
34
  "@esri/calcite-components": ">=1.7.0 <2.0.0"
89
- },
90
- "gitHead": "96efda04bd50887099387f89a741bd161ec068f1"
91
- }
35
+ }
36
+ }
package/LICENSE.md DELETED
@@ -1,13 +0,0 @@
1
- # Licensing
2
-
3
- COPYRIGHT © 2023 Esri
4
-
5
- All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
6
-
7
- This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
8
-
9
- See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
10
-
11
- For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
12
-
13
- email: contracts@esri.com
package/README.md DELETED
@@ -1,17 +0,0 @@
1
- # @arcgis/common-components (beta)
2
-
3
- This Web Component package is part of the [ArcGIS Maps SDK for JavaScript](https://developers.arcgis.com/javascript) and is under active development. At this time, customer support is **not** provided. More news to come.
4
-
5
- ## License
6
-
7
- COPYRIGHT © 2023 Esri
8
-
9
- All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
10
-
11
- This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
12
-
13
- See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
14
-
15
- For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
16
-
17
- email: contracts@esri.com
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes