@charcoal-ui/theme 2.0.0-alpha.5 → 2.0.0-alpha.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@charcoal-ui/theme",
3
- "version": "2.0.0-alpha.5",
3
+ "version": "2.0.0-alpha.7",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -13,7 +13,7 @@
13
13
  "types": "./dist/index.d.ts",
14
14
  "sideEffects": false,
15
15
  "scripts": {
16
- "build": "microbundle -f modern,esm,cjs --tsconfig tsconfig.build.json && yarn serialize",
16
+ "build": "microbundle --compress=false -f modern,esm,cjs --tsconfig tsconfig.build.json && yarn serialize",
17
17
  "typecheck": "tsc --noEmit --project tsconfig.build.json && yarn typecheck:cli",
18
18
  "typecheck:cli": "tsc --noEmit --project cli/tsconfig.build.json",
19
19
  "clean": "rimraf dist",
@@ -27,8 +27,8 @@
27
27
  "typescript": "^4.5.5"
28
28
  },
29
29
  "dependencies": {
30
- "@charcoal-ui/foundation": "^1.0.1-alpha.0",
31
- "@charcoal-ui/utils": "^1.1.0-alpha.0"
30
+ "@charcoal-ui/foundation": "^1.0.1-alpha.1",
31
+ "@charcoal-ui/utils": "^1.1.0-alpha.2"
32
32
  },
33
33
  "files": [
34
34
  "src",
@@ -43,5 +43,5 @@
43
43
  "url": "https://github.com/pixiv/charcoal.git",
44
44
  "directory": "packages/theme"
45
45
  },
46
- "gitHead": "ae4f70e36537aaf461e439caf47f6d9ef7e5ce67"
46
+ "gitHead": "46e5c8b3bdecb446a83e5520a28a98f2a8840994"
47
47
  }