@atlaskit/flag 15.2.7 → 15.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,17 @@
1
1
  # @atlaskit/flag
2
2
 
3
+ ## 15.2.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 15.2.8
10
+
11
+ ### Patch Changes
12
+
13
+ - [`529814693a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/529814693a1) - Pin version of @atlaskit/primitives so it resolves to correct version
14
+
3
15
  ## 15.2.7
4
16
 
5
17
  ### Patch Changes
@@ -15,7 +15,7 @@ var _flagGroup = require("./flag-group");
15
15
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
16
16
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
17
17
  var packageName = "@atlaskit/flag";
18
- var packageVersion = "15.2.7";
18
+ var packageVersion = "15.2.9";
19
19
  var AUTO_DISMISS_SECONDS = 8;
20
20
 
21
21
  /**
package/dist/cjs/flag.js CHANGED
@@ -43,7 +43,7 @@ var flagWrapperStyles = (0, _react2.css)({
43
43
  var analyticsAttributes = {
44
44
  componentName: 'flag',
45
45
  packageName: "@atlaskit/flag",
46
- packageVersion: "15.2.7"
46
+ packageVersion: "15.2.9"
47
47
  };
48
48
  var transitionStyles = (0, _react2.css)({
49
49
  flexGrow: 1,
@@ -144,6 +144,7 @@ var Flag = function Flag(props) {
144
144
  padding: "space.200",
145
145
  xcss: flagStyles
146
146
  }, (0, _react2.jsx)(_primitives.Inline, {
147
+ alignBlock: "stretch",
147
148
  space: "space.200"
148
149
  }, (0, _react2.jsx)("div", {
149
150
  css: iconWrapperStyles,
@@ -153,6 +154,7 @@ var Flag = function Flag(props) {
153
154
  }, (0, _react2.jsx)(_primitives.Stack, {
154
155
  space: shouldRenderGap ? 'space.100' : 'space.0' // Gap exists even when not expanded due to Expander internals always being in the DOM
155
156
  }, (0, _react2.jsx)(_primitives.Inline, {
157
+ alignBlock: "stretch",
156
158
  space: "space.100",
157
159
  spread: "space-between"
158
160
  }, (0, _react2.jsx)(_primitives.Box, {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/flag",
3
- "version": "15.2.7",
3
+ "version": "15.2.9",
4
4
  "sideEffects": false
5
5
  }
@@ -5,7 +5,7 @@ import noop from '@atlaskit/ds-lib/noop';
5
5
  import Flag from './flag';
6
6
  import { useFlagGroup } from './flag-group';
7
7
  const packageName = "@atlaskit/flag";
8
- const packageVersion = "15.2.7";
8
+ const packageVersion = "15.2.9";
9
9
  export const AUTO_DISMISS_SECONDS = 8;
10
10
 
11
11
  /**
@@ -33,7 +33,7 @@ const flagWrapperStyles = css({
33
33
  const analyticsAttributes = {
34
34
  componentName: 'flag',
35
35
  packageName: "@atlaskit/flag",
36
- packageVersion: "15.2.7"
36
+ packageVersion: "15.2.9"
37
37
  };
38
38
  const transitionStyles = css({
39
39
  flexGrow: 1,
@@ -130,6 +130,7 @@ const Flag = props => {
130
130
  padding: "space.200",
131
131
  xcss: flagStyles
132
132
  }, jsx(Inline, {
133
+ alignBlock: "stretch",
133
134
  space: "space.200"
134
135
  }, jsx("div", {
135
136
  css: iconWrapperStyles,
@@ -141,6 +142,7 @@ const Flag = props => {
141
142
  }, jsx(Stack, {
142
143
  space: shouldRenderGap ? 'space.100' : 'space.0' // Gap exists even when not expanded due to Expander internals always being in the DOM
143
144
  }, jsx(Inline, {
145
+ alignBlock: "stretch",
144
146
  space: "space.100",
145
147
  spread: "space-between"
146
148
  }, jsx(Box, {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/flag",
3
- "version": "15.2.7",
3
+ "version": "15.2.9",
4
4
  "sideEffects": false
5
5
  }
@@ -5,7 +5,7 @@ import noop from '@atlaskit/ds-lib/noop';
5
5
  import Flag from './flag';
6
6
  import { useFlagGroup } from './flag-group';
7
7
  var packageName = "@atlaskit/flag";
8
- var packageVersion = "15.2.7";
8
+ var packageVersion = "15.2.9";
9
9
  export var AUTO_DISMISS_SECONDS = 8;
10
10
 
11
11
  /**
package/dist/esm/flag.js CHANGED
@@ -37,7 +37,7 @@ var flagWrapperStyles = css({
37
37
  var analyticsAttributes = {
38
38
  componentName: 'flag',
39
39
  packageName: "@atlaskit/flag",
40
- packageVersion: "15.2.7"
40
+ packageVersion: "15.2.9"
41
41
  };
42
42
  var transitionStyles = css({
43
43
  flexGrow: 1,
@@ -138,6 +138,7 @@ var Flag = function Flag(props) {
138
138
  padding: "space.200",
139
139
  xcss: flagStyles
140
140
  }, jsx(Inline, {
141
+ alignBlock: "stretch",
141
142
  space: "space.200"
142
143
  }, jsx("div", {
143
144
  css: iconWrapperStyles,
@@ -147,6 +148,7 @@ var Flag = function Flag(props) {
147
148
  }, jsx(Stack, {
148
149
  space: shouldRenderGap ? 'space.100' : 'space.0' // Gap exists even when not expanded due to Expander internals always being in the DOM
149
150
  }, jsx(Inline, {
151
+ alignBlock: "stretch",
150
152
  space: "space.100",
151
153
  spread: "space-between"
152
154
  }, jsx(Box, {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/flag",
3
- "version": "15.2.7",
3
+ "version": "15.2.9",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/flag",
3
- "version": "15.2.7",
3
+ "version": "15.2.9",
4
4
  "description": "A flag is used for confirmations, alerts, and acknowledgments that require minimal user interaction, often displayed using a flag group.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -43,16 +43,16 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@atlaskit/analytics-next": "^9.1.0",
46
- "@atlaskit/button": "^16.7.0",
46
+ "@atlaskit/button": "^16.8.0",
47
47
  "@atlaskit/ds-explorations": "^2.2.0",
48
48
  "@atlaskit/ds-lib": "^2.2.0",
49
49
  "@atlaskit/focus-ring": "^1.3.0",
50
50
  "@atlaskit/icon": "^21.12.0",
51
51
  "@atlaskit/motion": "^1.4.0",
52
52
  "@atlaskit/portal": "^4.3.0",
53
- "@atlaskit/primitives": "*",
53
+ "@atlaskit/primitives": "~0.13.0",
54
54
  "@atlaskit/theme": "^12.5.0",
55
- "@atlaskit/tokens": "^1.5.0",
55
+ "@atlaskit/tokens": "^1.9.0",
56
56
  "@atlaskit/visually-hidden": "^1.2.0",
57
57
  "@babel/runtime": "^7.0.0",
58
58
  "@emotion/react": "^11.7.1"