@arcgis/common-components 4.28.0-beta.15 → 4.28.0-beta.17

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 (1) hide show
  1. package/package.json +9 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcgis/common-components",
3
3
  "description": "ArcGIS Common Components",
4
- "version": "4.28.0-beta.15",
4
+ "version": "4.28.0-beta.17",
5
5
  "module": "dist/components/index.js",
6
6
  "main": "dist/index.cjs.js",
7
7
  "types": "dist/types/index.d.ts",
@@ -29,21 +29,20 @@
29
29
  },
30
30
  "license": "SEE LICENSE IN LICENSE.md",
31
31
  "scripts": {
32
- "start": "yarn pre && yarn build:components --dev --watch --serve --no-open",
32
+ "start": "yarn build:dev --watch --serve --no-open",
33
33
  "start:storybook": "storybook dev -c .storybook/internal --quiet",
34
34
  "start:external-storybook": "kill-port 6019 && storybook dev -c .storybook/external -p 6019 --quiet",
35
- "build": "yarn pre && yarn build:components",
36
- "build:dev": "yarn pre && yarn build:components --dev",
35
+ "watch": "yarn build:dev --watch",
36
+ "build": "yarn build:components",
37
+ "build:dev": "yarn build:components:dev",
37
38
  "build:storybook": "storybook build -c .storybook/internal --quiet",
38
39
  "build:external-storybook": "storybook build -c .storybook/external -o storybook-static-external --quiet",
39
40
  "build:components": "stencil build",
40
- "build:components:prod": "stencil build --docs",
41
41
  "build:components:dev": "stencil build --dev",
42
42
  "build:composite-storybook": "yarn g:shx cp -r storybook-static-external ../docs/storybook-static-external/common-components",
43
43
  "test": "yarn build:test && stencil test --spec --no-build",
44
44
  "test:e2e": "stencil test --e2e",
45
45
  "test.watch": "stencil test --spec --e2e --watchAll",
46
- "pre": "rimraf ./dist ./www",
47
46
  "clean": "rimraf ./node_modules ./storybook-static ./storybook-static-external ./turbo ./dist ./www",
48
47
  "lint": "eslint .",
49
48
  "generate": "stencil generate",
@@ -55,9 +54,10 @@
55
54
  "@stencil/core": "2.22.3"
56
55
  },
57
56
  "devDependencies": {
58
- "@arcgis/components-plugins": "4.28.0-beta.15",
59
- "@arcgis/core-adapter": "4.28.0-beta.15",
57
+ "@arcgis/components-plugins": "4.28.0-beta.17",
58
+ "@arcgis/core-adapter": "4.28.0-beta.17",
60
59
  "@arcgis/eslint-config": "1.0.0",
60
+ "@arcgis/map-components": "4.28.0-beta.17",
61
61
  "@arcgis/typescript-config": "1.0.0",
62
62
  "@stencil/angular-output-target": "0.8.1",
63
63
  "@stencil/react-output-target": "0.5.3",
@@ -83,5 +83,5 @@
83
83
  "typescript": "4.9.5",
84
84
  "vite": "^4.4.9"
85
85
  },
86
- "gitHead": "283a8dd0c08153b7ac15b274dd1c21d52dd3db1f"
86
+ "gitHead": "c11c000bf03ff92dc862f47ca766d45c4b491cf1"
87
87
  }