@atlaskit/inline-dialog 17.2.7 → 17.2.9

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,19 @@
1
1
  # @atlaskit/inline-dialog
2
2
 
3
+ ## 17.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [`255837cfba315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/255837cfba315) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
11
+ ## 17.2.8
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 17.2.7
4
18
 
5
19
  ### Patch Changes
@@ -78,7 +78,7 @@ var InlineDialog = /*#__PURE__*/(0, _react.memo)(function InlineDialog(_ref2) {
78
78
  action: 'closed',
79
79
  componentName: 'inlineDialog',
80
80
  packageName: "@atlaskit/inline-dialog",
81
- packageVersion: "17.2.6"
81
+ packageVersion: "0.0.0-development"
82
82
  });
83
83
 
84
84
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -1,5 +1,5 @@
1
1
  ._11q717w6{background:var(--_902zhz)}
2
- ._2rko1sit{border-radius:var(--ds-border-radius,3px)}
2
+ ._2rkofajl{border-radius:var(--ds-radius-small,3px)}
3
3
  ._16qs11gm{box-shadow:var(--_uojrza)}
4
4
  ._1pbyowjs{z-index:300}
5
5
  ._1q51pxbi{padding-block-start:var(--ds-space-200,1pc)}
@@ -42,7 +42,7 @@ var Container = exports.Container = /*#__PURE__*/(0, _react.forwardRef)(function
42
42
  ref: ref
43
43
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
44
44
  ,
45
- className: (0, _runtime.ax)(["_11q717w6 _2rko1sit _vchh1ntv _p12f184t _c71l184t _1pbyowjs _16qs11gm _syaz1xgh _85i5pxbi _1q51pxbi _y4ti1ejb _bozg1ejb _nt751r31 _49pcglyw _1hvw1o36"]),
45
+ className: (0, _runtime.ax)(["_11q717w6 _2rkofajl _vchh1ntv _p12f184t _c71l184t _1pbyowjs _16qs11gm _syaz1xgh _85i5pxbi _1q51pxbi _y4ti1ejb _bozg1ejb _nt751r31 _49pcglyw _1hvw1o36"]),
46
46
  style: _objectSpread(_objectSpread({}, _objectSpread((0, _defineProperty2.default)((0, _defineProperty2.default)((0, _defineProperty2.default)({}, CSS_THEME_BACKGROUND, "var(--ds-surface-overlay, ".concat(_colors.N0, ")")), CSS_THEME_COLOR, "var(--ds-text, ".concat(_colors.N900, ")")), CSS_THEME_BOX_SHADOW, "var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(_colors.N50A, ", 0 0 1px ").concat(_colors.N60A), ")")), style)), {}, {
47
47
  "--_n6nwya": (0, _runtime.ix)("".concat(8 * 56, "px")),
48
48
  "--_902zhz": (0, _runtime.ix)("var(".concat(CSS_THEME_BACKGROUND, ")")),
@@ -63,7 +63,7 @@ const InlineDialog = /*#__PURE__*/memo(function InlineDialog({
63
63
  action: 'closed',
64
64
  componentName: 'inlineDialog',
65
65
  packageName: "@atlaskit/inline-dialog",
66
- packageVersion: "17.2.6"
66
+ packageVersion: "0.0.0-development"
67
67
  });
68
68
 
69
69
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -1,5 +1,5 @@
1
1
  ._11q7gluh{background:var(--theme-background)}
2
- ._2rko1sit{border-radius:var(--ds-border-radius,3px)}
2
+ ._2rkofajl{border-radius:var(--ds-radius-small,3px)}
3
3
  ._16qs1r44{box-shadow:var(--theme-box-shadow)}
4
4
  ._1pbyowjs{z-index:300}
5
5
  ._1q51pxbi{padding-block-start:var(--ds-space-200,1pc)}
@@ -37,6 +37,6 @@ export const Container = /*#__PURE__*/forwardRef(({
37
37
  [CSS_THEME_BOX_SHADOW]: `var(--ds-shadow-overlay, ${`0 4px 8px -2px ${N50A}, 0 0 1px ${N60A}`})`,
38
38
  ...style
39
39
  },
40
- className: ax(["_11q7gluh _2rko1sit _vchh1ntv _p12flti4 _c71llti4 _1pbyowjs _16qs1r44 _syazjslb _85i5pxbi _1q51pxbi _y4ti1ejb _bozg1ejb _nt751r31 _49pcglyw _1hvw1o36"])
40
+ className: ax(["_11q7gluh _2rkofajl _vchh1ntv _p12flti4 _c71llti4 _1pbyowjs _16qs1r44 _syazjslb _85i5pxbi _1q51pxbi _y4ti1ejb _bozg1ejb _nt751r31 _49pcglyw _1hvw1o36"])
41
41
  }, typeof children === 'function' ? children() : children);
42
42
  });
@@ -69,7 +69,7 @@ var InlineDialog = /*#__PURE__*/memo(function InlineDialog(_ref2) {
69
69
  action: 'closed',
70
70
  componentName: 'inlineDialog',
71
71
  packageName: "@atlaskit/inline-dialog",
72
- packageVersion: "17.2.6"
72
+ packageVersion: "0.0.0-development"
73
73
  });
74
74
 
75
75
  // we put this into a ref to avoid handleCloseRequest having this as a dependency
@@ -1,5 +1,5 @@
1
1
  ._11q717w6{background:var(--_902zhz)}
2
- ._2rko1sit{border-radius:var(--ds-border-radius,3px)}
2
+ ._2rkofajl{border-radius:var(--ds-radius-small,3px)}
3
3
  ._16qs11gm{box-shadow:var(--_uojrza)}
4
4
  ._1pbyowjs{z-index:300}
5
5
  ._1q51pxbi{padding-block-start:var(--ds-space-200,1pc)}
@@ -33,7 +33,7 @@ export var Container = /*#__PURE__*/forwardRef(function (_ref, ref) {
33
33
  ref: ref
34
34
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
35
35
  ,
36
- className: ax(["_11q717w6 _2rko1sit _vchh1ntv _p12f184t _c71l184t _1pbyowjs _16qs11gm _syaz1xgh _85i5pxbi _1q51pxbi _y4ti1ejb _bozg1ejb _nt751r31 _49pcglyw _1hvw1o36"]),
36
+ className: ax(["_11q717w6 _2rkofajl _vchh1ntv _p12f184t _c71l184t _1pbyowjs _16qs11gm _syaz1xgh _85i5pxbi _1q51pxbi _y4ti1ejb _bozg1ejb _nt751r31 _49pcglyw _1hvw1o36"]),
37
37
  style: _objectSpread(_objectSpread({}, _objectSpread(_defineProperty(_defineProperty(_defineProperty({}, CSS_THEME_BACKGROUND, "var(--ds-surface-overlay, ".concat(N0, ")")), CSS_THEME_COLOR, "var(--ds-text, ".concat(N900, ")")), CSS_THEME_BOX_SHADOW, "var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(N50A, ", 0 0 1px ").concat(N60A), ")")), style)), {}, {
38
38
  "--_n6nwya": ix("".concat(8 * 56, "px")),
39
39
  "--_902zhz": ix("var(".concat(CSS_THEME_BACKGROUND, ")")),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "17.2.7",
3
+ "version": "17.2.9",
4
4
  "description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -16,10 +16,6 @@
16
16
  "**/*.compiled.css"
17
17
  ],
18
18
  "atlaskit:src": "src/index.tsx",
19
- "af:exports": {
20
- ".": "./src/index.tsx",
21
- "./types": "./src/types.tsx"
22
- },
23
19
  "atlassian": {
24
20
  "team": "Design System Team",
25
21
  "website": {
@@ -43,8 +39,8 @@
43
39
  "@atlaskit/layering": "^3.0.0",
44
40
  "@atlaskit/platform-feature-flags": "^1.1.0",
45
41
  "@atlaskit/popper": "^7.1.0",
46
- "@atlaskit/theme": "^19.0.0",
47
- "@atlaskit/tokens": "^6.0.0",
42
+ "@atlaskit/theme": "^20.0.0",
43
+ "@atlaskit/tokens": "^6.1.0",
48
44
  "@babel/runtime": "^7.0.0",
49
45
  "@compiled/react": "^0.18.3",
50
46
  "bind-event-listener": "^3.0.0",
@@ -64,8 +60,8 @@
64
60
  "@atlaskit/dropdown-menu": "^16.3.0",
65
61
  "@atlaskit/link": "^3.2.0",
66
62
  "@atlaskit/modal-dialog": "^14.3.0",
67
- "@atlaskit/primitives": "^14.11.0",
68
- "@atlaskit/section-message": "^8.5.0",
63
+ "@atlaskit/primitives": "^14.12.0",
64
+ "@atlaskit/section-message": "^8.7.0",
69
65
  "@atlaskit/select": "^21.2.0",
70
66
  "@atlassian/ssr-tests": "^0.3.0",
71
67
  "@testing-library/react": "^13.4.0",