@atlaskit/page
Advanced tools
Comparing version 12.0.0 to 12.0.1
# @atlaskit/page | ||
## 12.0.1 | ||
### Patch Changes | ||
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0 | ||
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade | ||
to prevent duplicates of tslib being bundled. | ||
## 12.0.0 | ||
@@ -4,0 +13,0 @@ |
@@ -5,3 +5,2 @@ "use strict"; | ||
var tslib_1 = require("tslib"); | ||
"use strict"; | ||
var react_1 = tslib_1.__importStar(require("react")); | ||
@@ -8,0 +7,0 @@ var styled_components_1 = require("styled-components"); |
@@ -5,3 +5,2 @@ "use strict"; | ||
var tslib_1 = require("tslib"); | ||
"use strict"; | ||
var react_1 = tslib_1.__importStar(require("react")); | ||
@@ -8,0 +7,0 @@ var styled_components_1 = require("styled-components"); |
@@ -7,5 +7,5 @@ "use strict"; | ||
var Grid_1 = require("./Grid"); | ||
exports.Grid = Grid_1.default; | ||
Object.defineProperty(exports, "Grid", { enumerable: true, get: function () { return Grid_1.default; } }); | ||
var GridColumn_1 = require("./GridColumn"); | ||
exports.GridColumn = GridColumn_1.default; | ||
Object.defineProperty(exports, "GridColumn", { enumerable: true, get: function () { return GridColumn_1.default; } }); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getColumnWidth = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var styled_components_1 = tslib_1.__importDefault(require("styled-components")); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getPadding = exports.getMaxWidth = exports.getMargin = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var styled_components_1 = tslib_1.__importDefault(require("styled-components")); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.layout = exports.spacing = exports.defaultGridColumnWidth = exports.defaultGridColumns = exports.defaultGridSize = void 0; | ||
exports.defaultGridSize = 8; | ||
@@ -4,0 +5,0 @@ exports.defaultGridColumns = 12; |
{ | ||
"name": "@atlaskit/page", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/page", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/page", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/page", | ||
"version": "12.0.0", | ||
"version": "12.0.1", | ||
"description": "A component for building page layouts. Also includes the Grid and GridColumn components.", | ||
@@ -20,2 +20,3 @@ "publishConfig": { | ||
"team": "Design System Team", | ||
"deprecatedAutoEntryPoints": true, | ||
"inPublicMirror": true, | ||
@@ -28,3 +29,3 @@ "releaseModel": "scheduled", | ||
"dependencies": { | ||
"tslib": "^1.9.3" | ||
"tslib": "^2.0.0" | ||
}, | ||
@@ -31,0 +32,0 @@ "peerDependencies": { |
@@ -7,3 +7,5 @@ # Page | ||
```sh | ||
yarn add @atlaskit/page | ||
``` | ||
@@ -10,0 +12,0 @@ ## Usage |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
81204
798
14
+ Addedtslib@2.8.1(transitive)
- Removedtslib@1.14.1(transitive)
Updatedtslib@^2.0.0