@atlaskit/page
Advanced tools
Comparing version 12.6.0 to 12.6.1
# @atlaskit/page | ||
## 12.6.1 | ||
### Patch Changes | ||
- [#165531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165531) | ||
[`57f451bda8919`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57f451bda8919) - | ||
Adds side-effect config to support Compiled css extraction in third-party apps | ||
## 12.6.0 | ||
@@ -4,0 +12,0 @@ |
@@ -14,3 +14,3 @@ "use strict"; | ||
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } | ||
/** | ||
@@ -17,0 +17,0 @@ * __Grid__ |
@@ -6,3 +6,5 @@ { | ||
"module:es2019": "../dist/es2019/grid-wrapper.js", | ||
"sideEffects": false, | ||
"sideEffects": [ | ||
"**/*.compiled.css" | ||
], | ||
"types": "../dist/types/grid-wrapper.d.ts", | ||
@@ -9,0 +11,0 @@ "typesVersions": { |
@@ -6,3 +6,5 @@ { | ||
"module:es2019": "../dist/es2019/grid-column.js", | ||
"sideEffects": false, | ||
"sideEffects": [ | ||
"**/*.compiled.css" | ||
], | ||
"types": "../dist/types/grid-column.d.ts", | ||
@@ -9,0 +11,0 @@ "typesVersions": { |
{ | ||
"name": "@atlaskit/page", | ||
"version": "12.6.0", | ||
"version": "12.6.1", | ||
"description": "A page layout organizes sections on a page using a grid and grid columns.", | ||
@@ -23,3 +23,5 @@ "publishConfig": { | ||
}, | ||
"sideEffects": false, | ||
"sideEffects": [ | ||
"**/*.compiled.css" | ||
], | ||
"atlaskit:src": "src/index.tsx", | ||
@@ -29,6 +31,2 @@ "atlaskit:designLink": "https://atlassian.design/foundations/grid", | ||
"team": "Design System Team", | ||
"releaseModel": "continuous", | ||
"productPushConsumption": [ | ||
"jira" | ||
], | ||
"website": { | ||
@@ -66,3 +64,4 @@ "name": "Page", | ||
"@af/accessibility-testing": "*", | ||
"@atlaskit/ds-lib": "^2.4.0", | ||
"@af/integration-testing": "*", | ||
"@atlaskit/ds-lib": "^3.2.0", | ||
"@atlaskit/ssr": "*", | ||
@@ -69,0 +68,0 @@ "@atlaskit/visual-regression": "*", |
@@ -6,3 +6,5 @@ { | ||
"module:es2019": "../dist/es2019/page.js", | ||
"sideEffects": false, | ||
"sideEffects": [ | ||
"**/*.compiled.css" | ||
], | ||
"types": "../dist/types/page.d.ts", | ||
@@ -9,0 +11,0 @@ "typesVersions": { |
@@ -6,3 +6,5 @@ { | ||
"module:es2019": "../dist/es2019/types.js", | ||
"sideEffects": false, | ||
"sideEffects": [ | ||
"**/*.compiled.css" | ||
], | ||
"types": "../dist/types/types.d.ts", | ||
@@ -9,0 +11,0 @@ "typesVersions": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93615
10
1