@atlaskit/primitives 1.15.0 → 1.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/primitives
2
2
 
3
+ ## 1.15.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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
8
+
3
9
  ## 1.15.0
4
10
 
5
11
  ### Minor Changes
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
7
  exports.default = void 0;
7
- var _react = require("react");
8
+ var _react = _interopRequireDefault(require("react"));
8
9
  var _react2 = require("@emotion/react");
9
10
  var _xcss = require("../xcss/xcss");
10
11
  /**
@@ -58,7 +59,7 @@ var inlineBleedMap = {
58
59
  * - [Examples](https://atlassian.design/components/primitives/bleed/examples)
59
60
  * - [Code](https://atlassian.design/components/primitives/bleed/code)
60
61
  */
61
- var Bleed = /*#__PURE__*/(0, _react.memo)(function (_ref) {
62
+ var Bleed = /*#__PURE__*/_react.default.memo(function (_ref) {
62
63
  var children = _ref.children,
63
64
  testId = _ref.testId,
64
65
  inline = _ref.inline,
@@ -2,7 +2,7 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- import { memo } from 'react';
5
+ import React from 'react';
6
6
  import { css, jsx } from '@emotion/react';
7
7
  import { parseXcss } from '../xcss/xcss';
8
8
  const baseStyles = css({
@@ -51,7 +51,7 @@ const inlineBleedMap = {
51
51
  * - [Examples](https://atlassian.design/components/primitives/bleed/examples)
52
52
  * - [Code](https://atlassian.design/components/primitives/bleed/code)
53
53
  */
54
- const Bleed = /*#__PURE__*/memo(({
54
+ const Bleed = /*#__PURE__*/React.memo(({
55
55
  children,
56
56
  testId,
57
57
  inline,
@@ -2,7 +2,7 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- import { memo } from 'react';
5
+ import React from 'react';
6
6
  import { css, jsx } from '@emotion/react';
7
7
  import { parseXcss } from '../xcss/xcss';
8
8
  var baseStyles = css({
@@ -51,7 +51,7 @@ var inlineBleedMap = {
51
51
  * - [Examples](https://atlassian.design/components/primitives/bleed/examples)
52
52
  * - [Code](https://atlassian.design/components/primitives/bleed/code)
53
53
  */
54
- var Bleed = /*#__PURE__*/memo(function (_ref) {
54
+ var Bleed = /*#__PURE__*/React.memo(function (_ref) {
55
55
  var children = _ref.children,
56
56
  testId = _ref.testId,
57
57
  inline = _ref.inline,
@@ -2,7 +2,7 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- import { ReactNode } from 'react';
5
+ import React, { ReactNode } from 'react';
6
6
  import { jsx } from '@emotion/react';
7
7
  import type { BasePrimitiveProps } from './types';
8
8
  export type BleedProps = {
@@ -32,5 +32,5 @@ type Space = 'space.025' | 'space.050' | 'space.100' | 'space.150' | 'space.200'
32
32
  * - [Examples](https://atlassian.design/components/primitives/bleed/examples)
33
33
  * - [Code](https://atlassian.design/components/primitives/bleed/code)
34
34
  */
35
- declare const Bleed: import("react").MemoExoticComponent<({ children, testId, inline, block, all, xcss }: BleedProps) => jsx.JSX.Element>;
35
+ declare const Bleed: React.MemoExoticComponent<({ children, testId, inline, block, all, xcss }: BleedProps) => jsx.JSX.Element>;
36
36
  export default Bleed;
@@ -2,7 +2,7 @@
2
2
  * @jsxRuntime classic
3
3
  * @jsx jsx
4
4
  */
5
- import { ReactNode } from 'react';
5
+ import React, { ReactNode } from 'react';
6
6
  import { jsx } from '@emotion/react';
7
7
  import type { BasePrimitiveProps } from './types';
8
8
  export type BleedProps = {
@@ -32,5 +32,5 @@ type Space = 'space.025' | 'space.050' | 'space.100' | 'space.150' | 'space.200'
32
32
  * - [Examples](https://atlassian.design/components/primitives/bleed/examples)
33
33
  * - [Code](https://atlassian.design/components/primitives/bleed/code)
34
34
  */
35
- declare const Bleed: import("react").MemoExoticComponent<({ children, testId, inline, block, all, xcss }: BleedProps) => jsx.JSX.Element>;
35
+ declare const Bleed: React.MemoExoticComponent<({ children, testId, inline, block, all, xcss }: BleedProps) => jsx.JSX.Element>;
36
36
  export default Bleed;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/primitives",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "Primitives are token-backed low-level building blocks.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"