@atlaskit/inline-dialog
Advanced tools
Comparing version 12.1.13 to 12.1.14
# @atlaskit/inline-dialog | ||
## 12.1.14 | ||
### Patch Changes | ||
- [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm | ||
## 12.1.13 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "12.1.13", | ||
"version": "12.1.14", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "12.1.13", | ||
"version": "12.1.14", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/inline-dialog", | ||
"version": "12.1.13", | ||
"version": "12.1.14", | ||
"description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.", | ||
@@ -11,4 +11,5 @@ "publishConfig": { | ||
"license": "Apache-2.0", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/cjs/index.js", | ||
"module:es2019": "dist/es2019/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
@@ -37,12 +38,12 @@ "sideEffects": false, | ||
"devDependencies": { | ||
"@atlaskit/build-utils": "^2.2.7", | ||
"@atlaskit/build-utils": "*", | ||
"@atlaskit/button": "^13.3.12", | ||
"@atlaskit/datetime-picker": "^9.4.2", | ||
"@atlaskit/docs": "^8.4.0", | ||
"@atlaskit/docs": "*", | ||
"@atlaskit/icon": "^20.1.1", | ||
"@atlaskit/select": "^11.0.11", | ||
"@atlaskit/single-select": "^9.0.1", | ||
"@atlaskit/ssr": "^0.1.1", | ||
"@atlaskit/visual-regression": "^0.1.9", | ||
"@atlaskit/webdriver-runner": "^0.4.0", | ||
"@atlaskit/ssr": "*", | ||
"@atlaskit/visual-regression": "*", | ||
"@atlaskit/webdriver-runner": "*", | ||
"@testing-library/react": "^8.0.1", | ||
@@ -49,0 +50,0 @@ "enzyme": "^3.10.0", |
@@ -5,3 +5,4 @@ { | ||
"module": "../dist/esm/types.js", | ||
"module:es2019": "../dist/es2019/types.js", | ||
"types": "../dist/cjs/types.d.ts" | ||
} |
44
584
80223