Socket
Socket
Sign inDemoInstall

@atlaskit/primitives

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/primitives - npm Package Compare versions

Comparing version 5.7.0 to 6.0.0

768

CHANGELOG.md
# @atlaskit/primitives
## 6.0.0
### Major Changes
- [#96847](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96847)
[`914419349eeb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/914419349eeb) - -
`Pressable` primitive is now in beta.
- Pressable unsafe exports `UNSAFE_PRESSABLE` and `UNSAFE_PressableProps` have been removed.
## 5.7.0

@@ -7,3 +16,5 @@

- [#93706](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93706) [`2e4fdfa436da`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2e4fdfa436da) - Add support for React 18.
- [#93706](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93706)
[`2e4fdfa436da`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2e4fdfa436da) -
Add support for React 18.

@@ -14,4 +25,8 @@ ## 5.6.1

- [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316) [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) - Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
- [#93980](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93980) [`0437b8b3c791`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0437b8b3c791) - Updated imports of `UNSAFE_PRESSABLE` primitive to new `Pressable` export
- [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316)
[`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) -
Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
- [#93980](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93980)
[`0437b8b3c791`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0437b8b3c791) -
Updated imports of `UNSAFE_PRESSABLE` primitive to new `Pressable` export

@@ -22,7 +37,13 @@ ## 5.6.0

- [#93535](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93535) [`e9177e2fdee3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e9177e2fdee3) - Adds new export for Pressable as `Pressable` in preparation for open beta. The previous `UNSAFE_PRESSABLE` export remains available while existing usages are migrated, and will be removed in an upcoming major release.
- [#93535](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93535)
[`e9177e2fdee3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e9177e2fdee3) -
Adds new export for Pressable as `Pressable` in preparation for open beta. The previous
`UNSAFE_PRESSABLE` export remains available while existing usages are migrated, and will be
removed in an upcoming major release.
### Patch Changes
- [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007) [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) - Migrated to the new button component
- [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
[`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
Migrated to the new button component

@@ -33,3 +54,3 @@ ## 5.5.3

- Updated dependencies
- Updated dependencies

@@ -40,3 +61,3 @@ ## 5.5.2

- Updated dependencies
- Updated dependencies

@@ -47,3 +68,5 @@ ## 5.5.1

- [#88354](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88354) [`4c87d9b4f0c2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4c87d9b4f0c2) - The internal composition of this component has changed. There is no expected change in behavior.
- [#88354](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88354)
[`4c87d9b4f0c2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4c87d9b4f0c2) -
The internal composition of this component has changed. There is no expected change in behavior.

@@ -54,3 +77,5 @@ ## 5.5.0

- [#86439](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86439) [`43cd9551f332`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/43cd9551f332) - Removed deprecated `textAlign` prop from Text primitive component
- [#86439](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86439)
[`43cd9551f332`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/43cd9551f332) -
Removed deprecated `textAlign` prop from Text primitive component

@@ -61,7 +86,10 @@ ## 5.4.0

- [#85745](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85745) [`0e9c8c15ef86`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0e9c8c15ef86) - Extends XCSS selector types to allow up to two CSS psuedos to be used in combination. For example: `:visited:hover {}`.
- [#85745](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85745)
[`0e9c8c15ef86`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0e9c8c15ef86) -
Extends XCSS selector types to allow up to two CSS psuedos to be used in combination. For
example: `:visited:hover {}`.
### Patch Changes
- Updated dependencies
- Updated dependencies

@@ -72,4 +100,9 @@ ## 5.3.0

- [#86400](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86400) [`92f574fd392d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/92f574fd392d) - Anchor now suffixes the accessible label with visually hidden text "(opens new window)" when `target` is set to `_blank`. This improves accessibility for screen readers.
- Anchor no longer automatically opens external links in new windows, which is a poor usability and accessibility practice. Previously this involved applying default attributes `rel="noopener noreferrer"` and `target="_blank"` when the link was detected to link externally.
- [#86400](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86400)
[`92f574fd392d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/92f574fd392d) -
Anchor now suffixes the accessible label with visually hidden text "(opens new window)" when
`target` is set to `_blank`. This improves accessibility for screen readers.
- Anchor no longer automatically opens external links in new windows, which is a poor usability
and accessibility practice. Previously this involved applying default attributes
`rel="noopener noreferrer"` and `target="_blank"` when the link was detected to link externally.

@@ -80,3 +113,5 @@ ## 5.2.0

- [#86279](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86279) [`0988fda99a0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0988fda99a0d) - Renaming text alignment prop for Text component from `textAlign` to `align`
- [#86279](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86279)
[`0988fda99a0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0988fda99a0d) -
Renaming text alignment prop for Text component from `textAlign` to `align`

@@ -87,3 +122,5 @@ ## 5.1.2

- [#80174](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80174) [`2a4fd6ccba31`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2a4fd6ccba31) - Add forwardRef to text component
- [#80174](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80174)
[`2a4fd6ccba31`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2a4fd6ccba31) -
Add forwardRef to text component

@@ -94,4 +131,6 @@ ## 5.1.1

- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
- Updated dependencies
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
Upgrade Typescript from `4.9.5` to `5.4.2`
- Updated dependencies

@@ -102,7 +141,9 @@ ## 5.1.0

- [#78900](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78900) [`6ea786dd8082`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6ea786dd8082) - Add UNSAFE_small fontsize token.
- [#78900](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78900)
[`6ea786dd8082`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6ea786dd8082) -
Add UNSAFE_small fontsize token.
### Patch Changes
- Updated dependencies
- Updated dependencies

@@ -113,3 +154,3 @@ ## 5.0.1

- Updated dependencies
- Updated dependencies

@@ -120,9 +161,13 @@ ## 5.0.0

- [#81744](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81744) [`30e3d8c81030`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/30e3d8c81030) - Replaced `Text`'s `variant` prop with a `size` prop. The `size` prop takes three values: `"small"`, `"medium"` (default), and `"large"`.
- [#81744](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81744)
[`30e3d8c81030`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/30e3d8c81030) -
Replaced `Text`'s `variant` prop with a `size` prop. The `size` prop takes three values:
`"small"`, `"medium"` (default), and `"large"`.
Migration guide:
Migration guide:
- `variant="body.small"` -> `size="small"`
- `variant="body"` -> `size="medium"` (Note: Since medium is the default, the size prop can be omitted here)
- `variant="body.large"` -> `size="large"`
- `variant="body.small"` -> `size="small"`
- `variant="body"` -> `size="medium"` (Note: Since medium is the default, the size prop can be
omitted here)
- `variant="body.large"` -> `size="large"`

@@ -133,3 +178,5 @@ ## 4.1.1

- [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644) [`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) - Revert input border change from the previous version
- [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644)
[`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) -
Revert input border change from the previous version

@@ -140,3 +187,5 @@ ## 4.1.0

- [#80528](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80528) [`8877e9b57d55`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8877e9b57d55) - Added `size` prop which will replace `variant` prop in the next major version.
- [#80528](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80528)
[`8877e9b57d55`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8877e9b57d55) -
Added `size` prop which will replace `variant` prop in the next major version.

@@ -147,4 +196,6 @@ ## 4.0.2

- [#80805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80805) [`427c2dd9e0d6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/427c2dd9e0d6) - Update input border color token and width to meet 3:1 color contrast
- Updated dependencies
- [#80805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80805)
[`427c2dd9e0d6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/427c2dd9e0d6) -
Update input border color token and width to meet 3:1 color contrast
- Updated dependencies

@@ -155,4 +206,6 @@ ## 4.0.1

- [#79770](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79770) [`542e29efe0ad`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/542e29efe0ad) - Update imports from @atlaskit/tokens
- Updated dependencies
- [#79770](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79770)
[`542e29efe0ad`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/542e29efe0ad) -
Update imports from @atlaskit/tokens
- Updated dependencies

@@ -163,7 +216,10 @@ ## 4.0.0

- [#77148](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77148) [`473df43e816b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/473df43e816b) - Removed `ui` variant from Text component. The `body` variant should be used for all non-heading typography.
- [#77148](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77148)
[`473df43e816b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/473df43e816b) -
Removed `ui` variant from Text component. The `body` variant should be used for all non-heading
typography.
### Patch Changes
- Updated dependencies
- Updated dependencies

@@ -174,3 +230,6 @@ ## 3.2.0

- [#77488](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77488) [`9e119dcbfd60`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9e119dcbfd60) - The `xcss` prop on select components have had its type expanded to support styles being passed from Compiled CSS-in-JS. This is still experimental and something we'll be iterating on.
- [#77488](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/77488)
[`9e119dcbfd60`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9e119dcbfd60) -
The `xcss` prop on select components have had its type expanded to support styles being passed
from Compiled CSS-in-JS. This is still experimental and something we'll be iterating on.

@@ -181,3 +240,5 @@ ## 3.1.0

- [#76431](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76431) [`c6819de73d02`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6819de73d02) - Default text color + allow color inheritance if explicitly defined
- [#76431](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76431)
[`c6819de73d02`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6819de73d02) -
Default text color + allow color inheritance if explicitly defined

@@ -188,12 +249,22 @@ ## 3.0.0

- [#58240](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58240) [`a45d2049a22c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a45d2049a22c) - The "Link" primitive has been renamed to "Anchor" to avoid confusion with the upcoming "Link" component. Since Link is still in Alpha this should not cause any upgrade friction.
- [#58240](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58240)
[`a45d2049a22c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a45d2049a22c) -
The "Link" primitive has been renamed to "Anchor" to avoid confusion with the upcoming "Link"
component. Since Link is still in Alpha this should not cause any upgrade friction.
### Minor Changes
- [#58240](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58240) [`75b2ade8b254`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/75b2ade8b254) - Both the Pressable and Anchor primitives now support analytics tracking by default.
- [#58240](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58240) [`39f3c929f0c4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/39f3c929f0c4) - Add Pressable and Anchor primitives (in Alpha) to root export as `UNSAFE_PRESSABLE` and `UNSAFE_LINK`.
- [#58240](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58240)
[`75b2ade8b254`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/75b2ade8b254) -
Both the Pressable and Anchor primitives now support analytics tracking by default.
- [#58240](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58240)
[`39f3c929f0c4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/39f3c929f0c4) -
Add Pressable and Anchor primitives (in Alpha) to root export as `UNSAFE_PRESSABLE` and
`UNSAFE_LINK`.
### Patch Changes
- [#58240](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58240) [`4951390bc0ae`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4951390bc0ae) - [ux] Adds a default underline style to the Anchor primitive (Alpha)
- [#58240](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58240)
[`4951390bc0ae`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4951390bc0ae) -
[ux] Adds a default underline style to the Anchor primitive (Alpha)

@@ -204,5 +275,14 @@ ## 2.1.0

- [#74930](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74930) [`707a8fee2aee`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/707a8fee2aee) - Both the Pressable and Anchor primitives (in Alpha) now support analytics tracking in the same fashion as `@atlaskit/button`. An additional prop `componentName` allows analytics to be configured if a parent component name is desired to be tracked rather than the primitive names. For the time being this tracking is opt-in via use of the `componentName` prop. This will be made default behavior in an upcoming release once tracking is removed in the new Buttons, and `@atlaskit/button` is bumped to use the latest version of `@atlaskit/primitives`
- [#75221](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75221) [`c15d58bff276`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c15d58bff276) - `Text` inherits color by default if `color` prop is not provided.
Removed auto-collapsing behaviour of `Text`
- [#74930](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74930)
[`707a8fee2aee`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/707a8fee2aee) -
Both the Pressable and Anchor primitives (in Alpha) now support analytics tracking in the same
fashion as `@atlaskit/button`. An additional prop `componentName` allows analytics to be
configured if a parent component name is desired to be tracked rather than the primitive names.
For the time being this tracking is opt-in via use of the `componentName` prop. This will be
made default behavior in an upcoming release once tracking is removed in the new Buttons, and
`@atlaskit/button` is bumped to use the latest version of `@atlaskit/primitives`
- [#75221](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75221)
[`c15d58bff276`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c15d58bff276) -
`Text` inherits color by default if `color` prop is not provided. Removed auto-collapsing
behaviour of `Text`

@@ -213,4 +293,6 @@ ## 2.0.3

- [#74836](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74836) [`3963062ac997`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3963062ac997) - Codegen to add in new font family tokens. Not exposed in any components.
- Updated dependencies
- [#74836](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74836)
[`3963062ac997`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3963062ac997) -
Codegen to add in new font family tokens. Not exposed in any components.
- Updated dependencies

@@ -221,3 +303,5 @@ ## 2.0.2

- [#72557](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72557) [`0c78c9c18cb7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c78c9c18cb7) - Fix font family not preferencing apple system fonts on macOS
- [#72557](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72557)
[`0c78c9c18cb7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c78c9c18cb7) -
Fix font family not preferencing apple system fonts on macOS

@@ -228,3 +312,3 @@ ## 2.0.1

- Updated dependencies
- Updated dependencies

@@ -235,5 +319,12 @@ ## 2.0.0

- [#68009](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68009) [`1168354ed6ef`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1168354ed6ef) - We now ensure the specificity of our `xcss`-based overrides are consistent across all primitives so `xcss` will always override props.
- [#68009](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68009)
[`1168354ed6ef`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1168354ed6ef) -
We now ensure the specificity of our `xcss`-based overrides are consistent across all primitives
so `xcss` will always override props.
This resulted in a breaking change wtih Grid. For example, `<Grid templateAreas="…" xcss({ gridTemplateAreas: "…" })>` will result in different styles resolution before and after this version. This applies to `templateAreas`, `templateColumns`, and `templateRows`). From static analysis, we found only one known usage of this and it has been resolved.
This resulted in a breaking change wtih Grid. For example,
`<Grid templateAreas="…" xcss({ gridTemplateAreas: "…" })>` will result in different styles
resolution before and after this version. This applies to `templateAreas`, `templateColumns`,
and `templateRows`). From static analysis, we found only one known usage of this and it has been
resolved.

@@ -244,8 +335,12 @@ ## 1.20.0

- [#68163](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68163) [`67d09e3f972d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/67d09e3f972d) - `weight` property added to `Text` to allow overriding text variant default font weight.
- [#69343](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69343) [`77249f536425`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/77249f536425) - `Text` color prop defaults to `color.text` if not provided.
- [#68163](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68163)
[`67d09e3f972d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/67d09e3f972d) -
`weight` property added to `Text` to allow overriding text variant default font weight.
- [#69343](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69343)
[`77249f536425`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/77249f536425) -
`Text` color prop defaults to `color.text` if not provided.
### Patch Changes
- Updated dependencies
- Updated dependencies

@@ -256,7 +351,12 @@ ## 1.19.0

- [#66702](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66702) [`5b6bbaf2d5fc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5b6bbaf2d5fc) - Added `maxLines` prop to `Text` component, allowing truncation at a certain number of lines. This prop replaces `shouldTruncate` prop.
- [#66702](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/66702)
[`5b6bbaf2d5fc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5b6bbaf2d5fc) -
Added `maxLines` prop to `Text` component, allowing truncation at a certain number of lines.
This prop replaces `shouldTruncate` prop.
### Patch Changes
- [#67698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67698) [`175c07b58c52`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/175c07b58c52) - Export tokensMap object
- [#67698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67698)
[`175c07b58c52`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/175c07b58c52) -
Export tokensMap object

@@ -267,7 +367,10 @@ ## 1.18.0

- [#67463](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67463) [`adf1c3ebf0fd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/adf1c3ebf0fd) - Fixed an issue with `Text` where text could render incorrectly if a typography token theme was not present on a page.
- [#67463](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67463)
[`adf1c3ebf0fd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/adf1c3ebf0fd) -
Fixed an issue with `Text` where text could render incorrectly if a typography token theme was
not present on a page.
### Patch Changes
- Updated dependencies
- Updated dependencies

@@ -278,3 +381,6 @@ ## 1.17.0

- [#65770](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65770) [`1e2db2714522`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1e2db2714522) - The `shouldTruncate` prop on `Text` is now only available for `body` variants and cannot be used with `ui` variants.
- [#65770](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65770)
[`1e2db2714522`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1e2db2714522) -
The `shouldTruncate` prop on `Text` is now only available for `body` variants and cannot be used
with `ui` variants.

@@ -285,7 +391,11 @@ ## 1.16.0

- [#63526](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63526) [`e8835feffae9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e8835feffae9) - Internal change to improve token sorting logic for typography tokens. Typography tokens are now marked as active though they are still in development and not recommend for use without prior approval from ADS.
- [#63526](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63526)
[`e8835feffae9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e8835feffae9) -
Internal change to improve token sorting logic for typography tokens. Typography tokens are now
marked as active though they are still in development and not recommend for use without prior
approval from ADS.
### Patch Changes
- Updated dependencies
- Updated dependencies

@@ -296,4 +406,7 @@ ## 1.15.2

- [#61090](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61090) [`2e34d3535125`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2e34d3535125) - - Fixed issue where using negative space tokens in `xcss` wouldn't apply.
- Allow negative space tokens for position properties in `xcss` (i.e. top, bottom, left, right, and inset-\*).
- [#61090](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61090)
[`2e34d3535125`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2e34d3535125) - -
Fixed issue where using negative space tokens in `xcss` wouldn't apply.
- Allow negative space tokens for position properties in `xcss` (i.e. top, bottom, left,
right, and inset-\*).

@@ -304,3 +417,5 @@ ## 1.15.1

- [#57241](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57241) [`cae2e80ae968`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cae2e80ae968) - Migrate webdriver tests for @atlassian/product-search-dialog
- [#57241](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57241)
[`cae2e80ae968`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cae2e80ae968) -
Migrate webdriver tests for @atlassian/product-search-dialog

@@ -311,7 +426,11 @@ ## 1.15.0

- [#60570](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60570) [`d74bd13bec9c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d74bd13bec9c) - Restrict usage of data-testid to primitives (`testId` should be used instead). This prop is currently silently ignored so this is just to follow the principle of least surprise when using primitives.
- [#60570](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60570)
[`d74bd13bec9c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d74bd13bec9c) -
Restrict usage of data-testid to primitives (`testId` should be used instead). This prop is
currently silently ignored so this is just to follow the principle of least surprise when using
primitives.
### Patch Changes
- Updated dependencies
- Updated dependencies

@@ -322,3 +441,5 @@ ## 1.14.0

- [#58048](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58048) [`cc9e9495e995`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cc9e9495e995) - Export `media.only` and `media.below` for Compiled CSS-in-JS support.
- [#58048](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58048)
[`cc9e9495e995`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cc9e9495e995) -
Export `media.only` and `media.below` for Compiled CSS-in-JS support.

@@ -329,3 +450,5 @@ ## 1.13.1

- [#58444](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58444) [`c0499565188d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c0499565188d) - Update package.json documentation metadata.
- [#58444](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58444)
[`c0499565188d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c0499565188d) -
Update package.json documentation metadata.

@@ -336,7 +459,15 @@ ## 1.13.0

- [#57795](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57795) [`d2c06815d043`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d2c06815d043) - - Inline: Allow `role` prop to be passed through. `role` already existed in the type, but was not actually applied to the component.
- Stack: Allow `role` prop to be passed through. `role` already existed in the type, but was not actually applied to the component.
- Flex: Allow `role` prop to be passed through. `role` already existed in the type, but was not actually applied to the component.
- Text: Omit `xcss` from prop types. `<Text xcss={yourStyles}></Text>` will now throw a type error. `xcss` was previously non-functional in `Text`. So, this should not cause any behavior change.
- xcss: Export XCSS type from main entry point. It is now possible to `import { xcss, type XCSS } from '@atlaskit/primitives'`.
- [#57795](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57795)
[`d2c06815d043`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d2c06815d043) - -
Inline: Allow `role` prop to be passed through. `role` already existed in the type, but was not
actually applied to the component.
- Stack: Allow `role` prop to be passed through. `role` already existed in the type, but was
not actually applied to the component.
- Flex: Allow `role` prop to be passed through. `role` already existed in the type, but was
not actually applied to the component.
- Text: Omit `xcss` from prop types. `<Text xcss={yourStyles}></Text>` will now throw a type
error. `xcss` was previously non-functional in `Text`. So, this should not cause any
behavior change.
- xcss: Export XCSS type from main entry point. It is now possible to
`import { xcss, type XCSS } from '@atlaskit/primitives'`.

@@ -347,3 +478,6 @@ ## 1.12.0

- [#43616](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43616) [`6a89d1fcf6b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a89d1fcf6b) - Add missing tokenised XCSS properties for borderBlockColor, borderBlockWidth, borderInlineColor, borderInlineWidth
- [#43616](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43616)
[`6a89d1fcf6b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a89d1fcf6b) - Add
missing tokenised XCSS properties for borderBlockColor, borderBlockWidth, borderInlineColor,
borderInlineWidth

@@ -354,3 +488,5 @@ ## 1.11.1

- [#43455](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43455) [`16586bd07a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/16586bd07a0) - Updated `font.body.small` line height to 16px (1rem).
- [#43455](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43455)
[`16586bd07a0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/16586bd07a0) -
Updated `font.body.small` line height to 16px (1rem).

@@ -361,3 +497,6 @@ ## 1.11.0

- [#43366](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43366) [`f1d3719ea48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f1d3719ea48) - Tokenised values are now accepted in all border-radius, border-width, border-color, and opacity CSS properties in XCSS.
- [#43366](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43366)
[`f1d3719ea48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f1d3719ea48) -
Tokenised values are now accepted in all border-radius, border-width, border-color, and opacity
CSS properties in XCSS.

@@ -368,3 +507,6 @@ ## 1.10.1

- [#43018](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43018) [`3cb6a290654`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cb6a290654) - Text component now has `margin: 0` to ensure no margins are inherited (for example from the CSS reset).
- [#43018](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43018)
[`3cb6a290654`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3cb6a290654) - Text
component now has `margin: 0` to ensure no margins are inherited (for example from the CSS
reset).

@@ -375,3 +517,6 @@ ## 1.10.0

- [#42931](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42931) [`5778f757885`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5778f757885) - Added export for Text component. This component is currently in closed beta and is not intended for general use at this stage.
- [#42931](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42931)
[`5778f757885`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5778f757885) - Added
export for Text component. This component is currently in closed beta and is not intended for
general use at this stage.

@@ -382,3 +527,6 @@ ## 1.9.0

- [#42494](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42494) [`8cc2926465e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2926465e) - Removed the ability to use the `style` prop on primitives such as Inline, Stack, and Flex. This prop previously had no effect on these components and is now only allowed on Box.
- [#42494](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42494)
[`8cc2926465e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2926465e) -
Removed the ability to use the `style` prop on primitives such as Inline, Stack, and Flex. This
prop previously had no effect on these components and is now only allowed on Box.

@@ -389,8 +537,13 @@ ## 1.8.0

- [#42305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42305) [`4c9d4a7be34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c9d4a7be34) - - Link primitive will now throw an error if a router link configuration object is passed to the `href` prop when there is not a router link component set in the AppProvider
- [#42305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42305)
[`4c9d4a7be34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c9d4a7be34) - - Link
primitive will now throw an error if a router link configuration object is passed to the `href`
prop when there is not a router link component set in the AppProvider
### Patch Changes
- [#42305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42305) [`4c9d4a7be34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c9d4a7be34) - - Fixes a bug where Link primitive was not passing through router link configuration objects
- Updated dependencies
- [#42305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42305)
[`4c9d4a7be34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c9d4a7be34) - -
Fixes a bug where Link primitive was not passing through router link configuration objects
- Updated dependencies

@@ -401,3 +554,5 @@ ## 1.7.0

- [#42130](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42130) [`a64dc3026de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a64dc3026de) - Create the new Link primitive (Unsafe to use, still in Alpha)
- [#42130](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42130)
[`a64dc3026de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a64dc3026de) - Create
the new Link primitive (Unsafe to use, still in Alpha)

@@ -408,3 +563,6 @@ ## 1.6.8

- [#42012](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42012) [`0a52fc9129e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a52fc9129e) - Internal change to the `media` export to ensure compatibility with [Compiled](https://github.com/atlassian-labs/compiled). No change to public API.
- [#42012](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42012)
[`0a52fc9129e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0a52fc9129e) -
Internal change to the `media` export to ensure compatibility with
[Compiled](https://github.com/atlassian-labs/compiled). No change to public API.

@@ -415,4 +573,6 @@ ## 1.6.7

- [#41516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41516) [`350e4081d89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/350e4081d89) - [ux] Regenerates codegen artifacts as a result of changes to color palettes and token values
- Updated dependencies
- [#41516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41516)
[`350e4081d89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/350e4081d89) - [ux]
Regenerates codegen artifacts as a result of changes to color palettes and token values
- Updated dependencies

@@ -423,3 +583,5 @@ ## 1.6.6

- [#41440](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41440) [`5c01cb4e16d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c01cb4e16d) - Add surface color context to Box. Refine Text API.
- [#41440](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41440)
[`5c01cb4e16d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c01cb4e16d) - Add
surface color context to Box. Refine Text API.

@@ -430,3 +592,5 @@ ## 1.6.5

- [#41563](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41563) [`50de1ccacd7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50de1ccacd7) - Additional documentation details for alignment props on Inline and Stack.
- [#41563](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41563)
[`50de1ccacd7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50de1ccacd7) -
Additional documentation details for alignment props on Inline and Stack.

@@ -437,3 +601,5 @@ ## 1.6.4

- [#40324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40324) [`8d123310957`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d123310957) - Minor internal changes. There is no expected behaviour change
- [#40324](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40324)
[`8d123310957`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d123310957) - Minor
internal changes. There is no expected behaviour change

@@ -444,3 +610,5 @@ ## 1.6.3

- [#40299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40299) [`b1882fdd842`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1882fdd842) - Change typography token naming to be more verbose.
- [#40299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40299)
[`b1882fdd842`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1882fdd842) - Change
typography token naming to be more verbose.

@@ -451,3 +619,5 @@ ## 1.6.2

- [#40254](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40254) [`c296560ae7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c296560ae7e) - Removes unused experimental component.
- [#40254](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40254)
[`c296560ae7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c296560ae7e) -
Removes unused experimental component.

@@ -458,4 +628,6 @@ ## 1.6.1

- [#40041](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40041) [`83cd2ae7c5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83cd2ae7c5a) - Regenerates codegen artifacts as a result of introducting new visited link token.
- Updated dependencies
- [#40041](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40041)
[`83cd2ae7c5a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83cd2ae7c5a) -
Regenerates codegen artifacts as a result of introducting new visited link token.
- Updated dependencies

@@ -466,3 +638,5 @@ ## 1.6.0

- [#40104](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40104) [`9cd356f858a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cd356f858a) - Negative space tokens can now be applied to margin properties via `xcss`.
- [#40104](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40104)
[`9cd356f858a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9cd356f858a) -
Negative space tokens can now be applied to margin properties via `xcss`.

@@ -473,7 +647,13 @@ ## 1.5.0

- [#39556](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39556) [`fa6c592fdb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa6c592fdb2) - Introduce `Heading` into package in immediate alpha state. This is more or less a port of `@atlaskit/heading`. Component is not yet stable and implementation is likely to change.
- [#39412](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39412) [`c2e55a9b782`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2e55a9b782) - Adds surface detection support to the Box primitive:
- [#39556](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39556)
[`fa6c592fdb2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa6c592fdb2) -
Introduce `Heading` into package in immediate alpha state. This is more or less a port of
`@atlaskit/heading`. Component is not yet stable and implementation is likely to change.
- [#39412](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39412)
[`c2e55a9b782`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2e55a9b782) - Adds
surface detection support to the Box primitive:
- Enable a `Box` background colour to be set to the `utility.elevation.surface.current` token.
- Internally set the current surface CSS variable value when the background color of a Box is set to a surface token (e.g. `elevation.surface.raised`).
- Enable a `Box` background colour to be set to the `utility.elevation.surface.current` token.
- Internally set the current surface CSS variable value when the background color of a Box is
set to a surface token (e.g. `elevation.surface.raised`).

@@ -484,3 +664,5 @@ ## 1.4.4

- [#39431](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39431) [`4e58672502e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e58672502e) - Create text component.
- [#39431](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39431)
[`4e58672502e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4e58672502e) - Create
text component.

@@ -491,3 +673,5 @@ ## 1.4.3

- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787) [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal changes to use space tokens. There is no expected visual or behaviour change.
- [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
[`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) -
Internal changes to use space tokens. There is no expected visual or behaviour change.

@@ -498,3 +682,5 @@ ## 1.4.2

- [#39808](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39808) [`89ce462b216`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89ce462b216) - Fix for margin properties not being mapped to values correctly.
- [#39808](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39808)
[`89ce462b216`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89ce462b216) - Fix
for margin properties not being mapped to values correctly.

@@ -505,6 +691,10 @@ ## 1.4.1

- [#39578](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39578) [`da792e55f6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da792e55f6f) - - Bleed now uses negative space tokens under the hood.
- Fixed an issue where the wrong token would apply for space.025 in Bleed's `block` prop.
- Fallback values for Bleed `block` and `inline` props now use rem instead of px - this is only applied if space tokens are not available on the page. Space tokens already use rem under the hood.
- Updated dependencies
- [#39578](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39578)
[`da792e55f6f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da792e55f6f) - -
Bleed now uses negative space tokens under the hood.
- Fixed an issue where the wrong token would apply for space.025 in Bleed's `block` prop.
- Fallback values for Bleed `block` and `inline` props now use rem instead of px - this is
only applied if space tokens are not available on the page. Space tokens already use rem
under the hood.
- Updated dependencies

@@ -515,3 +705,5 @@ ## 1.4.0

- [#39471](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39471) [`9ac38d5c3e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ac38d5c3e9) - All margin and padding properties now support autocomplete and token values in xcss.
- [#39471](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39471)
[`9ac38d5c3e9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9ac38d5c3e9) - All
margin and padding properties now support autocomplete and token values in xcss.

@@ -522,4 +714,6 @@ ## 1.3.1

- [#39430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39430) [`88e4ac397ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88e4ac397ea) - Regenerates codegen artifacts as a result of introducting new accent interaction tokens.
- Updated dependencies
- [#39430](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39430)
[`88e4ac397ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88e4ac397ea) -
Regenerates codegen artifacts as a result of introducting new accent interaction tokens.
- Updated dependencies

@@ -530,3 +724,5 @@ ## 1.3.0

- [#39264](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39264) [`abfe7585461`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abfe7585461) - Improved type safety for Box.
- [#39264](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39264)
[`abfe7585461`](https://bitbucket.org/atlassian/atlassian-frontend/commits/abfe7585461) -
Improved type safety for Box.

@@ -537,3 +733,5 @@ ## 1.2.3

- [#38772](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38772) [`dfd014c15b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfd014c15b3) - [ux] Pressable primitive: Adds missing cursor style `not-allowed` for disabled buttons
- [#38772](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38772)
[`dfd014c15b3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfd014c15b3) - [ux]
Pressable primitive: Adds missing cursor style `not-allowed` for disabled buttons

@@ -544,3 +742,6 @@ ## 1.2.2

- [#39350](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39350) [`9a3fd8455fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a3fd8455fb) - Stack `alignBlock` prop now accepts `'stretch'` which is also the default value for the `alignBlock` prop.
- [#39350](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39350)
[`9a3fd8455fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a3fd8455fb) - Stack
`alignBlock` prop now accepts `'stretch'` which is also the default value for the `alignBlock`
prop.

@@ -551,3 +752,5 @@ ## 1.2.1

- [#38530](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38530) [`9a88d718e48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a88d718e48) - This package is now onboarded onto the product push model.
- [#38530](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38530)
[`9a88d718e48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a88d718e48) - This
package is now onboarded onto the product push model.

@@ -558,4 +761,7 @@ ## 1.2.0

- [#38293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38293) [`37e0d67942b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37e0d67942b) - - Add missing `xcss` type export for `TextColor`
- Fixes a bug where the `xcss` function did not accept `color.link` or `color.link.pressed` token values for text color
- [#38293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38293)
[`37e0d67942b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37e0d67942b) - - Add
missing `xcss` type export for `TextColor`
- Fixes a bug where the `xcss` function did not accept `color.link` or `color.link.pressed`
token values for text color

@@ -566,4 +772,6 @@ ## 1.1.0

- [#37917](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37917) [`0116391a81e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0116391a81e) - - Support `xcss` in `Pressable`
- Remove dependency on `@atlaskit/focus-ring`
- [#37917](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37917)
[`0116391a81e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0116391a81e) - -
Support `xcss` in `Pressable`
- Remove dependency on `@atlaskit/focus-ring`

@@ -574,3 +782,5 @@ ## 1.0.11

- [#38239](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38239) [`30fb9fe0ff4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30fb9fe0ff4) - Mark Pressable exports as unsafe (for internal use only)
- [#38239](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38239)
[`30fb9fe0ff4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/30fb9fe0ff4) - Mark
Pressable exports as unsafe (for internal use only)

@@ -581,3 +791,5 @@ ## 1.0.10

- [#38000](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38000) [`ac645224013`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac645224013) - Removes generic for `xcss` fn. Adds support for other `AtTypes`.
- [#38000](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38000)
[`ac645224013`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac645224013) -
Removes generic for `xcss` fn. Adds support for other `AtTypes`.

@@ -588,3 +800,5 @@ ## 1.0.9

- [#37947](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37947) [`1859bc0b8c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1859bc0b8c7) - Update the casing on `xcss` to ensure consistency with the API and package consumption.
- [#37947](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37947)
[`1859bc0b8c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1859bc0b8c7) - Update
the casing on `xcss` to ensure consistency with the API and package consumption.

@@ -595,3 +809,5 @@ ## 1.0.8

- [#37805](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37805) [`8986cf1ed16`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8986cf1ed16) - Reverts a change that allowed className to be applied to Box.
- [#37805](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37805)
[`8986cf1ed16`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8986cf1ed16) -
Reverts a change that allowed className to be applied to Box.

@@ -602,3 +818,6 @@ ## 1.0.7

- [#37419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37419) [`6070ef412be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6070ef412be) - Box now accepts any HTML element for its `as` prop. Fixed issue where types may be incorrect depending on element used for the `as` prop.
- [#37419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37419)
[`6070ef412be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6070ef412be) - Box
now accepts any HTML element for its `as` prop. Fixed issue where types may be incorrect
depending on element used for the `as` prop.

@@ -609,3 +828,5 @@ ## 1.0.6

- [#37400](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37400) [`aa8ec75ace3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa8ec75ace3) - Simplify types for `Show` and `Hide` components. There should be no difference in behavior.
- [#37400](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37400)
[`aa8ec75ace3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa8ec75ace3) -
Simplify types for `Show` and `Hide` components. There should be no difference in behavior.

@@ -616,3 +837,5 @@ ## 1.0.5

- [#37278](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37278) [`3fadbb8bf73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fadbb8bf73) - Internal changes.
- [#37278](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37278)
[`3fadbb8bf73`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fadbb8bf73) -
Internal changes.

@@ -623,3 +846,5 @@ ## 1.0.4

- [#37182](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37182) [`74f7af9882b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74f7af9882b) - [ux] correct fallback color of token color.border.focused to meet contrast requirement
- [#37182](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37182)
[`74f7af9882b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74f7af9882b) - [ux]
correct fallback color of token color.border.focused to meet contrast requirement

@@ -630,4 +855,6 @@ ## 1.0.3

- [#36967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36967) [`298df94426c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/298df94426c) - Regenerates codegen'd artifacts as a result of introducting new brand background design tokens.
- Updated dependencies
- [#36967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36967)
[`298df94426c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/298df94426c) -
Regenerates codegen'd artifacts as a result of introducting new brand background design tokens.
- Updated dependencies

@@ -638,3 +865,5 @@ ## 1.0.2

- [#36605](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36605) [`45ff2cd234f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45ff2cd234f) - Fixes missing type in `Flex` component, adds `Grid` component.
- [#36605](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36605)
[`45ff2cd234f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45ff2cd234f) - Fixes
missing type in `Flex` component, adds `Grid` component.

@@ -645,3 +874,5 @@ ## 1.0.1

- [#36261](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36261) [`cac98ccfb7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cac98ccfb7d) - Introduces Flex component as common component for Stack, Inline.
- [#36261](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36261)
[`cac98ccfb7d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cac98ccfb7d) -
Introduces Flex component as common component for Stack, Inline.

@@ -652,5 +883,9 @@ ## 1.0.0

- [#36313](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36313) [`fec62731e2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fec62731e2e) - This package is now in open beta and is no longer considered experimental. We will be making iterative improvements until GA. While the API is likely to be stable, we reserve the right to make changes if required. This version contains no changes whatsoever.
- [#36313](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36313)
[`fec62731e2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fec62731e2e) - This
package is now in open beta and is no longer considered experimental. We will be making
iterative improvements until GA. While the API is likely to be stable, we reserve the right to
make changes if required. This version contains no changes whatsoever.
P.S. The reason for the change is to aid package deduplication in the product.
P.S. The reason for the change is to aid package deduplication in the product.

@@ -661,3 +896,5 @@ ## 0.16.0

- [#34769](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34769) [`fe3ef707163`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe3ef707163) - Initial Pressable primitive (not ready for production)
- [#34769](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34769)
[`fe3ef707163`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe3ef707163) -
Initial Pressable primitive (not ready for production)

@@ -668,3 +905,5 @@ ## 0.15.3

- [#36279](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36279) [`27f6081edf2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f6081edf2) - Regenerates codegen hashes to surface changes to tokens
- [#36279](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36279)
[`27f6081edf2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27f6081edf2) -
Regenerates codegen hashes to surface changes to tokens

@@ -675,3 +914,5 @@ ## 0.15.2

- [#36230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36230) [`ab4938b0c32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab4938b0c32) - Remove runtime dev warning for invalid token aliases.
- [#36230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36230)
[`ab4938b0c32`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab4938b0c32) - Remove
runtime dev warning for invalid token aliases.

@@ -682,3 +923,5 @@ ## 0.15.1

- [#36218](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36218) [`7c1c449eb96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c1c449eb96) - Updated space token descriptions.
- [#36218](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36218)
[`7c1c449eb96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c1c449eb96) -
Updated space token descriptions.

@@ -689,8 +932,11 @@ ## 0.15.0

- [#36050](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36050) [`8b04f3e78bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b04f3e78bd) - Adds basic `<Show>` and `<Hide>` responsive primitive components to make consistent, composable UIs without writing a dozen lines for just one `display: none` css rule.
- [#36050](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36050)
[`8b04f3e78bd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b04f3e78bd) - Adds
basic `<Show>` and `<Hide>` responsive primitive components to make consistent, composable UIs
without writing a dozen lines for just one `display: none` css rule.
Additionally:
Additionally:
- Adds some further examples, tests, and VRs.
- Tweaks some internals around building these reusable media query maps.
- Adds some further examples, tests, and VRs.
- Tweaks some internals around building these reusable media query maps.

@@ -701,3 +947,5 @@ ## 0.14.3

- [#36141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36141) [`4c026f170d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c026f170d6) - Remove warnings for non-token values passed to xcss in non-development environments.
- [#36141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36141)
[`4c026f170d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c026f170d6) - Remove
warnings for non-token values passed to xcss in non-development environments.

@@ -708,3 +956,5 @@ ## 0.14.2

- [#36072](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36072) [`267a88221e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/267a88221e8) - Internal change to update codegen.
- [#36072](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36072)
[`267a88221e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/267a88221e8) -
Internal change to update codegen.

@@ -715,3 +965,5 @@ ## 0.14.1

- [#35133](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35133) [`d79b6172a93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d79b6172a93) - Add documentation for responsive xcss.
- [#35133](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35133)
[`d79b6172a93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d79b6172a93) - Add
documentation for responsive xcss.

@@ -722,3 +974,5 @@ ## 0.14.0

- [#35712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35712) [`5af07899f5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5af07899f5b) - Loosens types to better reflect `xcss` API.
- [#35712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35712)
[`5af07899f5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5af07899f5b) -
Loosens types to better reflect `xcss` API.

@@ -729,6 +983,11 @@ ## 0.13.0

- [#35149](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35149) [`455677dbd4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455677dbd4c) - - Documents the responsive media helpers into an Alpha state.
- BREAKING: Removes the `xxl` breakpoint from all media queries (should be unused).
- Adds a new `media` export without `media.below` intentionally omitted. Should be unused externally, but used internally and still available via the existing `UNSAFE_media` export.
- Changes the underlying media queries to be a bit safer against unexpected overlap. This changes the breakpoints ever-so-slightly, but given browsers round fractional rems, it's impractical that this will have any unintended impact—if anything, it may fix a bug.
- [#35149](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35149)
[`455677dbd4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/455677dbd4c) - -
Documents the responsive media helpers into an Alpha state.
- BREAKING: Removes the `xxl` breakpoint from all media queries (should be unused).
- Adds a new `media` export without `media.below` intentionally omitted. Should be unused
externally, but used internally and still available via the existing `UNSAFE_media` export.
- Changes the underlying media queries to be a bit safer against unexpected overlap. This
changes the breakpoints ever-so-slightly, but given browsers round fractional rems, it's
impractical that this will have any unintended impact—if anything, it may fix a bug.

@@ -739,3 +998,5 @@ ## 0.12.6

- [#35592](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35592) [`3be327cdd6a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3be327cdd6a) - Allow styles to be applied to Inline through xcss.
- [#35592](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35592)
[`3be327cdd6a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3be327cdd6a) - Allow
styles to be applied to Inline through xcss.

@@ -746,4 +1007,6 @@ ## 0.12.5

- [#35526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35526) [`55be182b904`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55be182b904) - Regenerates codegen'd artifacts as a result of introducting new design tokens.
- Updated dependencies
- [#35526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35526)
[`55be182b904`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55be182b904) -
Regenerates codegen'd artifacts as a result of introducting new design tokens.
- Updated dependencies

@@ -754,3 +1017,7 @@ ## 0.12.4

- [#35270](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35270) [`b2706220d22`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2706220d22) - Adds an experimental `UNSAFE_useMediaQuery` hook to utilize our media query breakpoints in JavaScript. This is not SSR-safe and will return `null` or perhaps incorrectly depending on your SSR environment.
- [#35270](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35270)
[`b2706220d22`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2706220d22) - Adds
an experimental `UNSAFE_useMediaQuery` hook to utilize our media query breakpoints in
JavaScript. This is not SSR-safe and will return `null` or perhaps incorrectly depending on your
SSR environment.

@@ -761,4 +1028,6 @@ ## 0.12.3

- [#35385](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35385) [`79e94411a9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79e94411a9c) - Bump to account for regeneration of tokens artifacts.
- Updated dependencies
- [#35385](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35385)
[`79e94411a9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79e94411a9c) - Bump
to account for regeneration of tokens artifacts.
- Updated dependencies

@@ -769,3 +1038,5 @@ ## 0.12.2

- [#33287](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33287) [`e278a3b0ea9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e278a3b0ea9) - Allow loose auto completion and less strict types for some xcss properties.
- [#33287](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33287)
[`e278a3b0ea9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e278a3b0ea9) - Allow
loose auto completion and less strict types for some xcss properties.

@@ -776,3 +1047,5 @@ ## 0.12.1

- [#35248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35248) [`3f273cdd54f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f273cdd54f) - Allow for an Inline list item.
- [#35248](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35248)
[`3f273cdd54f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f273cdd54f) - Allow
for an Inline list item.

@@ -783,3 +1056,6 @@ ## 0.12.0

- [#35158](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35158) [`407853b7b26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/407853b7b26) - Inline now has a new default value for the `alignBlock` prop: `start` - the previous default, `stretch`, is now an option that can be set explicitly as well.
- [#35158](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35158)
[`407853b7b26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/407853b7b26) - Inline
now has a new default value for the `alignBlock` prop: `start` - the previous default,
`stretch`, is now an option that can be set explicitly as well.

@@ -790,3 +1066,6 @@ ## 0.11.0

- [#33833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33833) [`8bd6dc6027f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bd6dc6027f) - Box backgroundColor prop now accepts full token names, abbreviated forms will no longer work. xcss now accepts full token names, abbreviated forms will no longer work.
- [#33833](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33833)
[`8bd6dc6027f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8bd6dc6027f) - Box
backgroundColor prop now accepts full token names, abbreviated forms will no longer work. xcss
now accepts full token names, abbreviated forms will no longer work.

@@ -797,4 +1076,5 @@ ## 0.10.1

- [#34922](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34922) [`b6302963111`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6302963111) - Change border.radius.normal to be 3px instead of 4px.
`display: grid` is now accepted for `xcss`.
- [#34922](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34922)
[`b6302963111`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b6302963111) - Change
border.radius.normal to be 3px instead of 4px. `display: grid` is now accepted for `xcss`.

@@ -805,3 +1085,5 @@ ## 0.10.0

- [#34913](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34913) [`313d71fce9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/313d71fce9c) - Allow media queries at predefined breakpoints to be applied through xcss.
- [#34913](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34913)
[`313d71fce9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/313d71fce9c) - Allow
media queries at predefined breakpoints to be applied through xcss.

@@ -812,3 +1094,5 @@ ## 0.9.5

- [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443) [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing unused dependencies and dev dependencies
- [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
[`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) -
Removing unused dependencies and dev dependencies

@@ -819,5 +1103,8 @@ ## 0.9.4

- [#34217](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34217) [`b19d5c53b64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b19d5c53b64) - Internal changest to the primitives package related to token generated styles.
- [`4c4dcc3d571`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c4dcc3d571) - Updates primitives internal style map.
- Updated dependencies
- [#34217](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34217)
[`b19d5c53b64`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b19d5c53b64) -
Internal changest to the primitives package related to token generated styles.
- [`4c4dcc3d571`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c4dcc3d571) -
Updates primitives internal style map.
- Updated dependencies

@@ -828,4 +1115,8 @@ ## 0.9.3

- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
- [#33693](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33693) [`e06d56c5a3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e06d56c5a3d) - Adds type hinting for `fill` CSS property.
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
legacy types are published for TS 4.5-4.8
- [#33693](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33693)
[`e06d56c5a3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e06d56c5a3d) - Adds
type hinting for `fill` CSS property.

@@ -836,3 +1127,5 @@ ## 0.9.2

- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
Upgrade Typescript from `4.5.5` to `4.9.5`

@@ -843,3 +1136,5 @@ ## 0.9.1

- [#33120](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33120) [`5a9e73494eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a9e73494eb) - Updates to internal documentation.
- [#33120](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33120)
[`5a9e73494eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a9e73494eb) -
Updates to internal documentation.

@@ -850,7 +1145,9 @@ ## 0.9.0

- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
minor dependency bump
### Patch Changes
- Updated dependencies
- Updated dependencies

@@ -861,3 +1158,6 @@ ## 0.8.9

- [#33127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33127) [`da1727baf77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da1727baf77) - Allow non tokenised values to be passed through for tokenisable properties like `padding`. Adds type hinting for zIndex CSS property.
- [#33127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33127)
[`da1727baf77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da1727baf77) - Allow
non tokenised values to be passed through for tokenisable properties like `padding`. Adds type
hinting for zIndex CSS property.

@@ -868,3 +1168,6 @@ ## 0.8.8

- [#33092](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33092) [`5a134a5128a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a134a5128a) - Adds type hinting for boxShadow CSS property. Fixes bug with token to CSS custom property transformation for gap, rowGap, columnGap.
- [#33092](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33092)
[`5a134a5128a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5a134a5128a) - Adds
type hinting for boxShadow CSS property. Fixes bug with token to CSS custom property
transformation for gap, rowGap, columnGap.

@@ -875,3 +1178,5 @@ ## 0.8.7

- [#32798](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32798) [`bad2da77917`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bad2da77917) - The Box primitive now accepts more elements for the 'as' prop
- [#32798](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32798)
[`bad2da77917`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bad2da77917) - The
Box primitive now accepts more elements for the 'as' prop

@@ -882,3 +1187,5 @@ ## 0.8.6

- [#33022](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33022) [`b5b26f3d947`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5b26f3d947) - Bugfix: 'padding' prop no longer takes (incorrect) precedence over any other padding props.
- [#33022](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33022)
[`b5b26f3d947`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b5b26f3d947) -
Bugfix: 'padding' prop no longer takes (incorrect) precedence over any other padding props.

@@ -889,3 +1196,5 @@ ## 0.8.5

- [#32786](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32786) [`0969a35c1b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0969a35c1b0) - Allow type hinting for nested styles inside pseudo-selectors.
- [#32786](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32786)
[`0969a35c1b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0969a35c1b0) - Allow
type hinting for nested styles inside pseudo-selectors.

@@ -896,3 +1205,6 @@ ## 0.8.4

- [#32594](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32594) [`7127e85932a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7127e85932a) - Update codegen to explicitly list spacing prop values as string unions for compatibility with extract-react-types.
- [#32594](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32594)
[`7127e85932a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7127e85932a) - Update
codegen to explicitly list spacing prop values as string unions for compatibility with
extract-react-types.

@@ -903,3 +1215,5 @@ ## 0.8.3

- [#32600](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32600) [`64e7c72773e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64e7c72773e) - Update type to allow typehints for CSS color property.
- [#32600](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32600)
[`64e7c72773e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64e7c72773e) - Update
type to allow typehints for CSS color property.

@@ -910,3 +1224,5 @@ ## 0.8.2

- [#32543](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32543) [`983b1e61003`](https://bitbucket.org/atlassian/atlassian-frontend/commits/983b1e61003) - Fix Primitives pages being shown in prod despite being marked as alpha.
- [#32543](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32543)
[`983b1e61003`](https://bitbucket.org/atlassian/atlassian-frontend/commits/983b1e61003) - Fix
Primitives pages being shown in prod despite being marked as alpha.

@@ -917,3 +1233,5 @@ ## 0.8.1

- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424) [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
- [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
[`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
remove before merging to master; dupe adf-schema via adf-utils

@@ -924,11 +1242,16 @@ ## 0.8.0

- [#32281](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32281) [`ac4c8695d3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac4c8695d3f) - Constrain CSS values of flex-direction to account for accessibility considerations.
- [#32296](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32296) [`4d19bdd2218`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d19bdd2218) - **Inline**:
- [#32281](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32281)
[`ac4c8695d3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac4c8695d3f) -
Constrain CSS values of flex-direction to account for accessibility considerations.
- [#32296](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32296)
[`4d19bdd2218`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d19bdd2218) -
**Inline**:
- `space` prop now accepts values in the form `space.XXX`. For example: `space="space.100"`.
- `rowSpace` prop now accepts values in the form `space.XXX`. For example: `rowSpace="space.100"`.
- `space` prop now accepts values in the form `space.XXX`. For example: `space="space.100"`.
- `rowSpace` prop now accepts values in the form `space.XXX`. For example:
`rowSpace="space.100"`.
**Stack**:
**Stack**:
- `space` prop now accepts values in the form `space.XXX`. For example: `space="space.100"`.
- `space` prop now accepts values in the form `space.XXX`. For example: `space="space.100"`.

@@ -939,3 +1262,5 @@ ## 0.7.1

- [#32311](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32311) [`a02eed2974e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02eed2974e) - Move codegen into @atlassian scope to publish it to private registry
- [#32311](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32311)
[`a02eed2974e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a02eed2974e) - Move
codegen into @atlassian scope to publish it to private registry

@@ -946,5 +1271,6 @@ ## 0.7.0

- [#31841](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31841) [`7e17a8b8934`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e17a8b8934) - Box:
- [#31841](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31841)
[`7e17a8b8934`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e17a8b8934) - Box:
- Add xcss prop to enable token powered styling.
- Add xcss prop to enable token powered styling.

@@ -955,3 +1281,5 @@ ## 0.6.0

- [#31885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31885) [`4d60ec345a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d60ec345a5) - Remove internal/exploratory responsive props available in BaseBox.
- [#31885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31885)
[`4d60ec345a5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d60ec345a5) - Remove
internal/exploratory responsive props available in BaseBox.

@@ -962,3 +1290,6 @@ ## 0.5.0

- [#31818](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31818) [`e379d04c74a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e379d04c74a) - Expose a new form of `xcss` that is parameterised so it can be statically bound to the intended usage context.
- [#31818](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31818)
[`e379d04c74a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e379d04c74a) - Expose
a new form of `xcss` that is parameterised so it can be statically bound to the intended usage
context.

@@ -969,3 +1300,5 @@ ## 0.4.2

- [#31711](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31711) [`fa26963628c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa26963628c) - Removes `customStyles` in favour of `xcss`.
- [#31711](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31711)
[`fa26963628c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fa26963628c) -
Removes `customStyles` in favour of `xcss`.

@@ -976,3 +1309,5 @@ ## 0.4.1

- [#31691](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31691) [`8e03331eb8b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e03331eb8b) - Introduce 'as' prop to Inline and Stack so the resulting element can be controlled.
- [#31691](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31691)
[`8e03331eb8b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e03331eb8b) -
Introduce 'as' prop to Inline and Stack so the resulting element can be controlled.

@@ -983,3 +1318,5 @@ ## 0.4.0

- [#31378](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31378) [`003c381e37d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/003c381e37d) - Apply `width: 100%` to Inline and Stack when `grow` prop is set to `fill`.
- [#31378](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31378)
[`003c381e37d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/003c381e37d) - Apply
`width: 100%` to Inline and Stack when `grow` prop is set to `fill`.

@@ -990,3 +1327,5 @@ ## 0.3.3

- [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206) [`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades component types to support React 18.
- [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206)
[`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) -
Upgrades component types to support React 18.

@@ -997,3 +1336,5 @@ ## 0.3.2

- [#31242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31242) [`e7b64da97a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7b64da97a1) - Add `rowSpace` prop to override the `space` prop's spacing between rows.
- [#31242](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31242)
[`e7b64da97a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7b64da97a1) - Add
`rowSpace` prop to override the `space` prop's spacing between rows.

@@ -1004,3 +1345,5 @@ ## 0.3.1

- [#31127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31127) [`114d6a73f72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/114d6a73f72) - Cleanup the experimental responsive box utilizing our responsive helpers.
- [#31127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31127)
[`114d6a73f72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/114d6a73f72) -
Cleanup the experimental responsive box utilizing our responsive helpers.

@@ -1011,3 +1354,7 @@ ## 0.3.0

- [#30894](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30894) [`7c280fead96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c280fead96) - Add new responsive helpers, breakpoints config, and types into `@atlaskit/primitives/responsive`. Exports are treated as `UNSAFE_` and experimental until modified as they're being worked on in parallel to our Alpha Grid.
- [#30894](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30894)
[`7c280fead96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7c280fead96) - Add
new responsive helpers, breakpoints config, and types into `@atlaskit/primitives/responsive`.
Exports are treated as `UNSAFE_` and experimental until modified as they're being worked on in
parallel to our Alpha Grid.

@@ -1018,3 +1365,5 @@ ## 0.2.2

- [#30708](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30708) [`bf90d854748`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf90d854748) - Internal representation of Box primitive now supports some responsive styles
- [#30708](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30708)
[`bf90d854748`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bf90d854748) -
Internal representation of Box primitive now supports some responsive styles

@@ -1025,3 +1374,6 @@ ## 0.2.1

- [#30440](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30440) [`5b886634089`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b886634089) - [ux] Change Box to be the default export from `@atlaskit/primitives/box`. Fix the negative value of `margin-inline` in Inline `separator` not being applied properly.
- [#30440](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30440)
[`5b886634089`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b886634089) - [ux]
Change Box to be the default export from `@atlaskit/primitives/box`. Fix the negative value of
`margin-inline` in Inline `separator` not being applied properly.

@@ -1032,3 +1384,5 @@ ## 0.2.0

- [#29774](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29774) [`228cce759e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/228cce759e8) - Create Box component.
- [#29774](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29774)
[`228cce759e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/228cce759e8) - Create
Box component.

@@ -1039,4 +1393,6 @@ ## 0.1.1

- [#30055](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30055) [`fe50d8cb56c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe50d8cb56c) - Internal change to add shape tokens to primitives.
- Updated dependencies
- [#30055](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30055)
[`fe50d8cb56c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe50d8cb56c) -
Internal change to add shape tokens to primitives.
- Updated dependencies

@@ -1047,4 +1403,6 @@ ## 0.1.0

- [#29608](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29608) [`eeb8baa5d74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeb8baa5d74) - - Create `Stack` component
- Create `Inline` component
- [#29608](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29608)
[`eeb8baa5d74`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eeb8baa5d74) - -
Create `Stack` component
- Create `Inline` component

@@ -1055,4 +1413,6 @@ ## 0.0.2

- [#29387](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29387) [`069494fbea6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/069494fbea6) - Internal change. There is no behaviour or visual change.
- Updated dependencies
- [#29387](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29387)
[`069494fbea6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/069494fbea6) -
Internal change. There is no behaviour or visual change.
- Updated dependencies

@@ -1063,2 +1423,4 @@ ## 0.0.1

- [#29450](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29450) [`87074bc6cb3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87074bc6cb3) - Initial release of package scaffold.
- [#29450](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29450)
[`87074bc6cb3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87074bc6cb3) -
Initial release of package scaffold.

@@ -79,3 +79,3 @@ "use strict";

packageName: "@atlaskit/primitives",
packageVersion: "5.7.0",
packageVersion: "6.0.0",
analyticsData: analyticsContext,

@@ -82,0 +82,0 @@ actionSubject: 'link'

@@ -83,3 +83,3 @@ "use strict";

packageName: "@atlaskit/primitives",
packageVersion: "5.7.0",
packageVersion: "6.0.0",
analyticsData: analyticsContext,

@@ -86,0 +86,0 @@ actionSubject: 'button'

@@ -67,8 +67,2 @@ "use strict";

});
Object.defineProperty(exports, "UNSAFE_PRESSABLE", {
enumerable: true,
get: function get() {
return _pressable.default;
}
});
Object.defineProperty(exports, "UNSAFE_media", {

@@ -75,0 +69,0 @@ enumerable: true,

@@ -37,3 +37,3 @@ "use strict";

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::f8111b846d3e3be67331853f10d1b568>>
* @codegen <<SignedSource::aa8558eb2395e9d078e38d8b3b4e0bed>>
* @codegenId spacing

@@ -77,6 +77,6 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::7e2103695ffbc3573276b7ef3408c91b>>
* @codegen <<SignedSource::04aa48c107cf876807c6af948860857f>>
* @codegenId inverse-colors
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -119,7 +119,7 @@ var inverseColorMap = exports.inverseColorMap = {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::b219b05d38339a7cd427cbf5de4ad327>>
* @codegen <<SignedSource::8a5d63089926d91b7cb79b7ddd40463b>>
* @codegenId elevation
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenParams ["opacity", "shadow", "surface"]
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -155,7 +155,7 @@ var opacityMap = exports.opacityMap = {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::75cecbb153ddd5bdd2cb0c5e9a07107d>>
* @codegen <<SignedSource::369117f6459016ec330d166ba9f4ad03>>
* @codegenId colors
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenParams ["border", "background", "text", "fill"]
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -477,3 +477,3 @@ var borderColorMap = exports.borderColorMap = {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::d44c306cfe2334f9664fc122aa7d9fe6>>
* @codegen <<SignedSource::8093f6eb366669dce5007011a3fd7814>>
* @codegenId border

@@ -505,3 +505,3 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::fc79aec30729db169f29271e3fe7725d>>
* @codegen <<SignedSource::2513c025b6da9274090c77a176d31cc1>>
* @codegenId typography

@@ -508,0 +508,0 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

@@ -65,3 +65,3 @@ import _extends from "@babel/runtime/helpers/extends";

packageName: "@atlaskit/primitives",
packageVersion: "5.7.0",
packageVersion: "6.0.0",
analyticsData: analyticsContext,

@@ -68,0 +68,0 @@ actionSubject: 'link'

@@ -69,3 +69,3 @@ import _extends from "@babel/runtime/helpers/extends";

packageName: "@atlaskit/primitives",
packageVersion: "5.7.0",
packageVersion: "6.0.0",
analyticsData: analyticsContext,

@@ -72,0 +72,0 @@ actionSubject: 'button'

@@ -9,6 +9,4 @@ export { default as Box } from './components/box';

export { default as Text } from './components/text';
// TODO: Remove UNSAFE_PRESSABLE once all usages are migrated to Pressable
export { default as UNSAFE_PRESSABLE } from './components/pressable';
export { default as Pressable } from './components/pressable';
export { default as UNSAFE_ANCHOR } from './components/anchor';
export { media, UNSAFE_media, UNSAFE_BREAKPOINTS_CONFIG } from './responsive';

@@ -28,3 +28,3 @@ import { css } from '@emotion/react';

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::f8111b846d3e3be67331853f10d1b568>>
* @codegen <<SignedSource::aa8558eb2395e9d078e38d8b3b4e0bed>>
* @codegenId spacing

@@ -71,6 +71,6 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::7e2103695ffbc3573276b7ef3408c91b>>
* @codegen <<SignedSource::04aa48c107cf876807c6af948860857f>>
* @codegenId inverse-colors
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -113,7 +113,7 @@ export const inverseColorMap = {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::b219b05d38339a7cd427cbf5de4ad327>>
* @codegen <<SignedSource::8a5d63089926d91b7cb79b7ddd40463b>>
* @codegenId elevation
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenParams ["opacity", "shadow", "surface"]
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -149,7 +149,7 @@ export const opacityMap = {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::75cecbb153ddd5bdd2cb0c5e9a07107d>>
* @codegen <<SignedSource::369117f6459016ec330d166ba9f4ad03>>
* @codegenId colors
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenParams ["border", "background", "text", "fill"]
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -471,3 +471,3 @@ export const borderColorMap = {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::d44c306cfe2334f9664fc122aa7d9fe6>>
* @codegen <<SignedSource::8093f6eb366669dce5007011a3fd7814>>
* @codegenId border

@@ -499,3 +499,3 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::fc79aec30729db169f29271e3fe7725d>>
* @codegen <<SignedSource::2513c025b6da9274090c77a176d31cc1>>
* @codegenId typography

@@ -502,0 +502,0 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

@@ -69,3 +69,3 @@ import _extends from "@babel/runtime/helpers/extends";

packageName: "@atlaskit/primitives",
packageVersion: "5.7.0",
packageVersion: "6.0.0",
analyticsData: analyticsContext,

@@ -72,0 +72,0 @@ actionSubject: 'link'

@@ -73,3 +73,3 @@ import _extends from "@babel/runtime/helpers/extends";

packageName: "@atlaskit/primitives",
packageVersion: "5.7.0",
packageVersion: "6.0.0",
analyticsData: analyticsContext,

@@ -76,0 +76,0 @@ actionSubject: 'button'

@@ -9,6 +9,4 @@ export { default as Box } from './components/box';

export { default as Text } from './components/text';
// TODO: Remove UNSAFE_PRESSABLE once all usages are migrated to Pressable
export { default as UNSAFE_PRESSABLE } from './components/pressable';
export { default as Pressable } from './components/pressable';
export { default as UNSAFE_ANCHOR } from './components/anchor';
export { media, UNSAFE_media, UNSAFE_BREAKPOINTS_CONFIG } from './responsive';

@@ -31,3 +31,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::f8111b846d3e3be67331853f10d1b568>>
* @codegen <<SignedSource::aa8558eb2395e9d078e38d8b3b4e0bed>>
* @codegenId spacing

@@ -71,6 +71,6 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::7e2103695ffbc3573276b7ef3408c91b>>
* @codegen <<SignedSource::04aa48c107cf876807c6af948860857f>>
* @codegenId inverse-colors
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -113,7 +113,7 @@ export var inverseColorMap = {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::b219b05d38339a7cd427cbf5de4ad327>>
* @codegen <<SignedSource::8a5d63089926d91b7cb79b7ddd40463b>>
* @codegenId elevation
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenParams ["opacity", "shadow", "surface"]
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -149,7 +149,7 @@ export var opacityMap = {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::75cecbb153ddd5bdd2cb0c5e9a07107d>>
* @codegen <<SignedSource::369117f6459016ec330d166ba9f4ad03>>
* @codegenId colors
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenParams ["border", "background", "text", "fill"]
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -471,3 +471,3 @@ export var borderColorMap = {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::d44c306cfe2334f9664fc122aa7d9fe6>>
* @codegen <<SignedSource::8093f6eb366669dce5007011a3fd7814>>
* @codegenId border

@@ -499,3 +499,3 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::fc79aec30729db169f29271e3fe7725d>>
* @codegen <<SignedSource::2513c025b6da9274090c77a176d31cc1>>
* @codegenId typography

@@ -502,0 +502,0 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

@@ -18,5 +18,3 @@ export type { Dimension, BackgroundColor, Space, BorderColor, BorderRadius, BorderWidth, Layer, TextColor, Shadow, } from './xcss/style-maps.partial';

export type { TextProps } from './components/text';
export { default as UNSAFE_PRESSABLE } from './components/pressable';
export { default as Pressable } from './components/pressable';
export type { PressableProps as UNSAFE_PressableProps } from './components/pressable';
export { default as UNSAFE_ANCHOR } from './components/anchor';

@@ -23,0 +21,0 @@ export type { AnchorProps as UNSAFE_AnchorProps } from './components/anchor';

@@ -1,2 +0,2 @@

import { SerializedStyles } from '@emotion/react';
import { type SerializedStyles } from '@emotion/react';
/**

@@ -26,3 +26,3 @@ * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::f8111b846d3e3be67331853f10d1b568>>
* @codegen <<SignedSource::aa8558eb2395e9d078e38d8b3b4e0bed>>
* @codegenId spacing

@@ -92,6 +92,6 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::7e2103695ffbc3573276b7ef3408c91b>>
* @codegen <<SignedSource::04aa48c107cf876807c6af948860857f>>
* @codegenId inverse-colors
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -132,7 +132,7 @@ export declare const inverseColorMap: {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::b219b05d38339a7cd427cbf5de4ad327>>
* @codegen <<SignedSource::8a5d63089926d91b7cb79b7ddd40463b>>
* @codegenId elevation
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenParams ["opacity", "shadow", "surface"]
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -170,7 +170,7 @@ export declare const opacityMap: {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::75cecbb153ddd5bdd2cb0c5e9a07107d>>
* @codegen <<SignedSource::369117f6459016ec330d166ba9f4ad03>>
* @codegenId colors
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenParams ["border", "background", "text", "fill"]
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -495,3 +495,3 @@ export declare const borderColorMap: {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::d44c306cfe2334f9664fc122aa7d9fe6>>
* @codegen <<SignedSource::8093f6eb366669dce5007011a3fd7814>>
* @codegenId border

@@ -524,3 +524,3 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::fc79aec30729db169f29271e3fe7725d>>
* @codegen <<SignedSource::2513c025b6da9274090c77a176d31cc1>>
* @codegenId typography

@@ -527,0 +527,0 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

@@ -18,5 +18,3 @@ export type { Dimension, BackgroundColor, Space, BorderColor, BorderRadius, BorderWidth, Layer, TextColor, Shadow, } from './xcss/style-maps.partial';

export type { TextProps } from './components/text';
export { default as UNSAFE_PRESSABLE } from './components/pressable';
export { default as Pressable } from './components/pressable';
export type { PressableProps as UNSAFE_PressableProps } from './components/pressable';
export { default as UNSAFE_ANCHOR } from './components/anchor';

@@ -23,0 +21,0 @@ export type { AnchorProps as UNSAFE_AnchorProps } from './components/anchor';

@@ -1,2 +0,2 @@

import { SerializedStyles } from '@emotion/react';
import { type SerializedStyles } from '@emotion/react';
/**

@@ -26,3 +26,3 @@ * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::f8111b846d3e3be67331853f10d1b568>>
* @codegen <<SignedSource::aa8558eb2395e9d078e38d8b3b4e0bed>>
* @codegenId spacing

@@ -92,6 +92,6 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::7e2103695ffbc3573276b7ef3408c91b>>
* @codegen <<SignedSource::04aa48c107cf876807c6af948860857f>>
* @codegenId inverse-colors
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -132,7 +132,7 @@ export declare const inverseColorMap: {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::b219b05d38339a7cd427cbf5de4ad327>>
* @codegen <<SignedSource::8a5d63089926d91b7cb79b7ddd40463b>>
* @codegenId elevation
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenParams ["opacity", "shadow", "surface"]
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -170,7 +170,7 @@ export declare const opacityMap: {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::75cecbb153ddd5bdd2cb0c5e9a07107d>>
* @codegen <<SignedSource::369117f6459016ec330d166ba9f4ad03>>
* @codegenId colors
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
* @codegenParams ["border", "background", "text", "fill"]
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::eface03157c2df5c1b3b305911d3ed4d>>
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f27d1519d51cc4a85383a00907847774>>
*/

@@ -495,3 +495,3 @@ export declare const borderColorMap: {

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::d44c306cfe2334f9664fc122aa7d9fe6>>
* @codegen <<SignedSource::8093f6eb366669dce5007011a3fd7814>>
* @codegenId border

@@ -524,3 +524,3 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
* @codegen <<SignedSource::fc79aec30729db169f29271e3fe7725d>>
* @codegen <<SignedSource::2513c025b6da9274090c77a176d31cc1>>
* @codegenId typography

@@ -527,0 +527,0 @@ * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles

{
"name": "@atlaskit/primitives",
"version": "5.7.0",
"version": "6.0.0",
"description": "Primitives are token-backed low-level building blocks.",

@@ -106,3 +106,3 @@ "publishConfig": {

"status": {
"type": "closed-beta"
"type": "beta"
}

@@ -132,4 +132,4 @@ },

"@atlaskit/interaction-context": "^2.1.0",
"@atlaskit/tokens": "^1.44.0",
"@atlaskit/visually-hidden": "^1.2.4",
"@atlaskit/tokens": "^1.45.0",
"@atlaskit/visually-hidden": "^1.3.0",
"@babel/runtime": "^7.0.0",

@@ -146,5 +146,6 @@ "@emotion/react": "^11.7.1",

"@af/accessibility-testing": "*",
"@af/formatting": "*",
"@atlaskit/ssr": "*",
"@atlaskit/toggle": "^13.0.0",
"@atlaskit/tooltip": "^18.2.1",
"@atlaskit/tooltip": "^18.3.0",
"@atlaskit/visual-regression": "*",

@@ -156,3 +157,2 @@ "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",

"csstype": "^3.1.0",
"prettier": "^2.8.0",
"react-dom": "^16.8.0",

@@ -159,0 +159,0 @@ "ts-node": "^10.9.1",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc