@atlaskit/primitives
Advanced tools
Comparing version 6.5.0 to 7.0.0
# @atlaskit/primitives | ||
## 7.0.0 | ||
### Major Changes | ||
- [#108387](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108387) | ||
[`0f3b7b4c63c6d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0f3b7b4c63c6d) - | ||
`xcss`: Restrict valid chained pseudo-selectors a limited subset: | ||
- `:visited:active` | ||
- `:active:visited` | ||
- `:hover::before` | ||
- `:hover::after` | ||
- `:focus-visible::before` | ||
- `:focus-visible::after` | ||
Previously, any combination of two pseudo-selectors was allowed. This decision was made to improve | ||
performance for TypeScript compilation and IDE type hinting. | ||
## 6.5.0 | ||
@@ -4,0 +22,0 @@ |
@@ -79,3 +79,3 @@ "use strict"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "6.5.0", | ||
packageVersion: "7.0.0", | ||
analyticsData: analyticsContext, | ||
@@ -82,0 +82,0 @@ actionSubject: 'link' |
@@ -81,3 +81,3 @@ "use strict"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "6.5.0", | ||
packageVersion: "7.0.0", | ||
analyticsData: analyticsContext, | ||
@@ -84,0 +84,0 @@ actionSubject: 'button' |
@@ -215,3 +215,3 @@ "use strict"; | ||
// Allow chained pseudos, e.g. `:visited:hover` | ||
// Allow only a specific subset of chained selectors to maintain workable TypeScript performance | ||
@@ -218,0 +218,0 @@ // Pseudos should not contain nested pseudos, or media queries |
@@ -65,3 +65,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "6.5.0", | ||
packageVersion: "7.0.0", | ||
analyticsData: analyticsContext, | ||
@@ -68,0 +68,0 @@ actionSubject: 'link' |
@@ -67,3 +67,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "6.5.0", | ||
packageVersion: "7.0.0", | ||
analyticsData: analyticsContext, | ||
@@ -70,0 +70,0 @@ actionSubject: 'button' |
@@ -193,3 +193,3 @@ /* eslint-disable @atlaskit/design-system/ensure-design-token-usage */ | ||
// Allow chained pseudos, e.g. `:visited:hover` | ||
// Allow only a specific subset of chained selectors to maintain workable TypeScript performance | ||
@@ -196,0 +196,0 @@ // Pseudos should not contain nested pseudos, or media queries |
@@ -69,3 +69,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "6.5.0", | ||
packageVersion: "7.0.0", | ||
analyticsData: analyticsContext, | ||
@@ -72,0 +72,0 @@ actionSubject: 'link' |
@@ -71,3 +71,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "6.5.0", | ||
packageVersion: "7.0.0", | ||
analyticsData: analyticsContext, | ||
@@ -74,0 +74,0 @@ actionSubject: 'button' |
@@ -211,3 +211,3 @@ import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray"; | ||
// Allow chained pseudos, e.g. `:visited:hover` | ||
// Allow only a specific subset of chained selectors to maintain workable TypeScript performance | ||
@@ -214,0 +214,0 @@ // Pseudos should not contain nested pseudos, or media queries |
{ | ||
"name": "@atlaskit/primitives", | ||
"version": "6.5.0", | ||
"version": "7.0.0", | ||
"description": "Primitives are token-backed low-level building blocks.", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
1854576
15075