@atlaskit/user-picker 9.3.0 → 9.3.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/user-picker
2
2
 
3
+ ## 9.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`fd025cbb820`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd025cbb820) - [ux] Fix input cursor position relative to the placeholder
8
+
3
9
  ## 9.3.0
4
10
 
5
11
  ### Minor Changes
@@ -39,7 +39,6 @@ var INDICATOR_WIDTH = 39;
39
39
  exports.INDICATOR_WIDTH = INDICATOR_WIDTH;
40
40
  var TOTAL_PADDING_TAG_TO_CONTAINER = 10;
41
41
  var TAG_MARGIN_WIDTH = 4;
42
- var PLACEHOLDER_MARGIN = 2;
43
42
  var getStyles = (0, _memoizeOne.default)(function (width, isMulti, overrideStyles) {
44
43
  var styles = {
45
44
  menu: function menu(css, state) {
@@ -172,7 +171,6 @@ var getStyles = (0, _memoizeOne.default)(function (width, isMulti, overrideStyle
172
171
  /* Necessary to make input height and tag height the same. */
173
172
  marginBottom: TAG_MARGIN_WIDTH,
174
173
  marginTop: TAG_MARGIN_WIDTH,
175
- marginLeft: PLACEHOLDER_MARGIN,
176
174
 
177
175
  /* Padding top and bottom of 2 is set by default. */
178
176
  paddingTop: 0,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/user-picker",
3
- "version": "9.3.0",
3
+ "version": "9.3.1",
4
4
  "sideEffects": false
5
5
  }
@@ -9,7 +9,6 @@ export const AVATAR_PADDING = 6;
9
9
  export const INDICATOR_WIDTH = 39;
10
10
  const TOTAL_PADDING_TAG_TO_CONTAINER = 10;
11
11
  const TAG_MARGIN_WIDTH = 4;
12
- const PLACEHOLDER_MARGIN = 2;
13
12
  export const getStyles = memoizeOne((width, isMulti, overrideStyles) => {
14
13
  let styles = {
15
14
  menu: (css, state) => ({ ...css,
@@ -130,7 +129,6 @@ export const getStyles = memoizeOne((width, isMulti, overrideStyles) => {
130
129
  /* Necessary to make input height and tag height the same. */
131
130
  marginBottom: TAG_MARGIN_WIDTH,
132
131
  marginTop: TAG_MARGIN_WIDTH,
133
- marginLeft: PLACEHOLDER_MARGIN,
134
132
 
135
133
  /* Padding top and bottom of 2 is set by default. */
136
134
  paddingTop: 0,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/user-picker",
3
- "version": "9.3.0",
3
+ "version": "9.3.1",
4
4
  "sideEffects": false
5
5
  }
@@ -19,7 +19,6 @@ export var AVATAR_PADDING = 6;
19
19
  export var INDICATOR_WIDTH = 39;
20
20
  var TOTAL_PADDING_TAG_TO_CONTAINER = 10;
21
21
  var TAG_MARGIN_WIDTH = 4;
22
- var PLACEHOLDER_MARGIN = 2;
23
22
  export var getStyles = memoizeOne(function (width, isMulti, overrideStyles) {
24
23
  var styles = {
25
24
  menu: function menu(css, state) {
@@ -155,7 +154,6 @@ export var getStyles = memoizeOne(function (width, isMulti, overrideStyles) {
155
154
  /* Necessary to make input height and tag height the same. */
156
155
  marginBottom: TAG_MARGIN_WIDTH,
157
156
  marginTop: TAG_MARGIN_WIDTH,
158
- marginLeft: PLACEHOLDER_MARGIN,
159
157
 
160
158
  /* Padding top and bottom of 2 is set by default. */
161
159
  paddingTop: 0,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/user-picker",
3
- "version": "9.3.0",
3
+ "version": "9.3.1",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/user-picker",
3
- "version": "9.3.0",
3
+ "version": "9.3.1",
4
4
  "description": "Fabric component for display a dropdown to select a user from",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"