@atlaskit/primitives
Advanced tools
Comparing version 7.2.0 to 7.3.0
# @atlaskit/primitives | ||
## 7.3.0 | ||
### Minor Changes | ||
- [#111623](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111623) | ||
[`0392b6e4d865a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0392b6e4d865a) - | ||
The `Text` component now aplies `overflow-wrap: anywhere` by default to ensure text does not break | ||
out of fixed width containers. Be aware that if a single word is wider than its container width, | ||
the word will be broken over multiple lines. | ||
## 7.2.0 | ||
@@ -4,0 +14,0 @@ |
@@ -91,3 +91,3 @@ "use strict"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "7.2.0", | ||
packageVersion: "7.3.0", | ||
analyticsData: analyticsContext, | ||
@@ -94,0 +94,0 @@ actionSubject: 'link' |
@@ -84,3 +84,3 @@ "use strict"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "7.2.0", | ||
packageVersion: "7.3.0", | ||
analyticsData: analyticsContext, | ||
@@ -87,0 +87,0 @@ actionSubject: 'button' |
@@ -20,3 +20,4 @@ "use strict"; | ||
var resetStyles = (0, _react2.css)({ | ||
margin: 0 | ||
margin: 0, | ||
overflowWrap: 'anywhere' | ||
}); | ||
@@ -23,0 +24,0 @@ var strongStyles = (0, _react2.css)({ |
@@ -77,3 +77,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "7.2.0", | ||
packageVersion: "7.3.0", | ||
analyticsData: analyticsContext, | ||
@@ -80,0 +80,0 @@ actionSubject: 'link' |
@@ -70,3 +70,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "7.2.0", | ||
packageVersion: "7.3.0", | ||
analyticsData: analyticsContext, | ||
@@ -73,0 +73,0 @@ actionSubject: 'button' |
@@ -12,3 +12,4 @@ /** @jsx jsx */ | ||
const resetStyles = css({ | ||
margin: 0 | ||
margin: 0, | ||
overflowWrap: 'anywhere' | ||
}); | ||
@@ -15,0 +16,0 @@ const strongStyles = css({ |
@@ -81,3 +81,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "7.2.0", | ||
packageVersion: "7.3.0", | ||
analyticsData: analyticsContext, | ||
@@ -84,0 +84,0 @@ actionSubject: 'link' |
@@ -74,3 +74,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "7.2.0", | ||
packageVersion: "7.3.0", | ||
analyticsData: analyticsContext, | ||
@@ -77,0 +77,0 @@ actionSubject: 'button' |
@@ -12,3 +12,4 @@ /** @jsx jsx */ | ||
var resetStyles = css({ | ||
margin: 0 | ||
margin: 0, | ||
overflowWrap: 'anywhere' | ||
}); | ||
@@ -15,0 +16,0 @@ var strongStyles = css({ |
{ | ||
"name": "@atlaskit/primitives", | ||
"version": "7.2.0", | ||
"version": "7.3.0", | ||
"description": "Primitives are token-backed low-level building blocks.", | ||
@@ -19,3 +19,5 @@ "publishConfig": { | ||
"team": "Design System Team", | ||
"productPushConsumption": ["jira"], | ||
"productPushConsumption": [ | ||
"jira" | ||
], | ||
"inPublicMirror": false, | ||
@@ -160,3 +162,5 @@ "releaseModel": "continuous", | ||
"@atlassian/frontend": { | ||
"import-structure": ["atlassian-conventions"], | ||
"import-structure": [ | ||
"atlassian-conventions" | ||
], | ||
"circular-dependencies": "file-and-folder-level" | ||
@@ -168,6 +172,14 @@ }, | ||
"analytics": "analytics-next", | ||
"ui-components": ["lite-mode"], | ||
"ui-components": [ | ||
"lite-mode" | ||
], | ||
"deprecation": "no-deprecated-imports", | ||
"styling": ["static", "emotion"], | ||
"design-tokens": ["color", "spacing"] | ||
"styling": [ | ||
"static", | ||
"emotion" | ||
], | ||
"design-tokens": [ | ||
"color", | ||
"spacing" | ||
] | ||
} | ||
@@ -178,3 +190,6 @@ }, | ||
">=4.5 <4.9": { | ||
"*": ["dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts"] | ||
"*": [ | ||
"dist/types-ts4.5/*", | ||
"dist/types-ts4.5/index.d.ts" | ||
] | ||
} | ||
@@ -181,0 +196,0 @@ }, |
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
1862089
15100