@atlaskit/primitives
Advanced tools
Comparing version 11.1.0 to 11.1.1
# @atlaskit/primitives | ||
## 11.1.1 | ||
### Patch Changes | ||
- [#126649](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/126649) | ||
[`24092d9f293a1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/24092d9f293a1) - | ||
Removed development warnings from JSDoc comment for Anchor primitive. | ||
## 11.1.0 | ||
@@ -4,0 +12,0 @@ |
@@ -108,3 +108,3 @@ "use strict"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "11.1.0", | ||
packageVersion: "11.1.1", | ||
analyticsData: analyticsContext, | ||
@@ -181,8 +181,4 @@ actionSubject: 'link' | ||
* | ||
* @internal Still under development. Do not use. | ||
* | ||
* Anchor is a primitive for building custom anchor links. It's a wrapper around the HTML `<a>` element that provides a consistent API for handling client-side routing and Atlassian Design System styling. | ||
* | ||
* This component is mostly used by other design system components, such as the [link component](/components/link/usage). | ||
* | ||
* - [Examples](https://atlassian.design/components/primitives/anchor/examples) | ||
@@ -189,0 +185,0 @@ * - [Code](https://atlassian.design/components/primitives/anchor/code) |
@@ -98,3 +98,3 @@ "use strict"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "11.1.0", | ||
packageVersion: "11.1.1", | ||
analyticsData: analyticsContext, | ||
@@ -101,0 +101,0 @@ actionSubject: 'button' |
@@ -98,3 +98,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "11.1.0", | ||
packageVersion: "11.1.1", | ||
analyticsData: analyticsContext, | ||
@@ -174,8 +174,4 @@ actionSubject: 'link' | ||
* | ||
* @internal Still under development. Do not use. | ||
* | ||
* Anchor is a primitive for building custom anchor links. It's a wrapper around the HTML `<a>` element that provides a consistent API for handling client-side routing and Atlassian Design System styling. | ||
* | ||
* This component is mostly used by other design system components, such as the [link component](/components/link/usage). | ||
* | ||
* - [Examples](https://atlassian.design/components/primitives/anchor/examples) | ||
@@ -182,0 +178,0 @@ * - [Code](https://atlassian.design/components/primitives/anchor/code) |
@@ -88,3 +88,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "11.1.0", | ||
packageVersion: "11.1.1", | ||
analyticsData: analyticsContext, | ||
@@ -91,0 +91,0 @@ actionSubject: 'button' |
@@ -102,3 +102,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "11.1.0", | ||
packageVersion: "11.1.1", | ||
analyticsData: analyticsContext, | ||
@@ -175,8 +175,4 @@ actionSubject: 'link' | ||
* | ||
* @internal Still under development. Do not use. | ||
* | ||
* Anchor is a primitive for building custom anchor links. It's a wrapper around the HTML `<a>` element that provides a consistent API for handling client-side routing and Atlassian Design System styling. | ||
* | ||
* This component is mostly used by other design system components, such as the [link component](/components/link/usage). | ||
* | ||
* - [Examples](https://atlassian.design/components/primitives/anchor/examples) | ||
@@ -183,0 +179,0 @@ * - [Code](https://atlassian.design/components/primitives/anchor/code) |
@@ -92,3 +92,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
packageName: "@atlaskit/primitives", | ||
packageVersion: "11.1.0", | ||
packageVersion: "11.1.1", | ||
analyticsData: analyticsContext, | ||
@@ -95,0 +95,0 @@ actionSubject: 'button' |
@@ -96,8 +96,4 @@ /** | ||
* | ||
* @internal Still under development. Do not use. | ||
* | ||
* Anchor is a primitive for building custom anchor links. It's a wrapper around the HTML `<a>` element that provides a consistent API for handling client-side routing and Atlassian Design System styling. | ||
* | ||
* This component is mostly used by other design system components, such as the [link component](/components/link/usage). | ||
* | ||
* - [Examples](https://atlassian.design/components/primitives/anchor/examples) | ||
@@ -104,0 +100,0 @@ * - [Code](https://atlassian.design/components/primitives/anchor/code) |
@@ -96,8 +96,4 @@ /** | ||
* | ||
* @internal Still under development. Do not use. | ||
* | ||
* Anchor is a primitive for building custom anchor links. It's a wrapper around the HTML `<a>` element that provides a consistent API for handling client-side routing and Atlassian Design System styling. | ||
* | ||
* This component is mostly used by other design system components, such as the [link component](/components/link/usage). | ||
* | ||
* - [Examples](https://atlassian.design/components/primitives/anchor/examples) | ||
@@ -104,0 +100,0 @@ * - [Code](https://atlassian.design/components/primitives/anchor/code) |
{ | ||
"name": "@atlaskit/primitives", | ||
"version": "11.1.0", | ||
"version": "11.1.1", | ||
"description": "Primitives are token-backed low-level building blocks.", | ||
@@ -104,6 +104,3 @@ "publishConfig": { | ||
"slug": "primitives/pressable", | ||
"id": "@atlaskit/primitives/pressable", | ||
"status": { | ||
"type": "beta" | ||
} | ||
"id": "@atlaskit/primitives/pressable" | ||
}, | ||
@@ -114,6 +111,3 @@ { | ||
"slug": "primitives/anchor", | ||
"id": "@atlaskit/primitives/anchor", | ||
"status": { | ||
"type": "beta" | ||
} | ||
"id": "@atlaskit/primitives/anchor" | ||
} | ||
@@ -133,3 +127,3 @@ ] | ||
"@atlaskit/interaction-context": "^2.1.0", | ||
"@atlaskit/tokens": "^1.56.0", | ||
"@atlaskit/tokens": "^1.57.0", | ||
"@atlaskit/visually-hidden": "^1.4.0", | ||
@@ -136,0 +130,0 @@ "@babel/runtime": "^7.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1910148
15017
Updated@atlaskit/tokens@^1.57.0