@atlaskit/editor-common 106.9.0 → 106.9.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,14 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 106.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#171632](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/171632)
8
+ [`09ed62f7d97de`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/09ed62f7d97de) -
9
+ [ux] EDITOR-937 - Update legacy link picker input color contrast
10
+ - Updated dependencies
11
+
3
12
  ## 106.9.0
4
13
 
5
14
  ### Minor Changes
@@ -16,7 +16,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
16
16
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
17
17
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
18
18
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
19
- var packageVersion = "106.9.0";
19
+ var packageVersion = "106.9.1";
20
20
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
21
21
  // Remove URL as it has UGC
22
22
  // Ignored via go/ees007
@@ -23,7 +23,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
23
23
  * @jsx jsx
24
24
  */ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
25
25
  var packageName = "@atlaskit/editor-common";
26
- var packageVersion = "106.9.0";
26
+ var packageVersion = "106.9.1";
27
27
  var halfFocusRing = 1;
28
28
  var dropOffset = '0, 8';
29
29
  // Ignored via go/ees005
@@ -14,16 +14,16 @@ var panelTextInput = exports.panelTextInput = (0, _react.css)({
14
14
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
15
15
  'input&': {
16
16
  background: 'transparent',
17
- border: "2px solid ".concat("var(--ds-border, #091E4224)"),
18
- borderRadius: 0,
17
+ border: "1px solid ".concat("var(--ds-border-input, #8590A2)"),
18
+ borderRadius: 3,
19
19
  boxSizing: 'content-box',
20
- color: "var(--ds-text-subtle, #44546F)",
20
+ color: "var(--ds-text, #172B4D)",
21
21
  flexGrow: 1,
22
22
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
23
23
  fontSize: (0, _editorSharedStyles.relativeFontSizeToBase16)(13),
24
24
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
25
25
  lineHeight: '20px',
26
- padding: "var(--ds-space-075, 6px)".concat(" ", "var(--ds-space-400, 32px)", " ", "var(--ds-space-075, 6px)", " ", "var(--ds-space-100, 8px)"),
26
+ padding: "var(--ds-space-100, 8px)".concat(" ", "var(--ds-space-400, 32px)", " ", "var(--ds-space-100, 8px)", " ", "var(--ds-space-100, 8px)"),
27
27
  minWidth: '145px',
28
28
  /* Hides IE10+ built-in [x] clear input button */
29
29
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
@@ -32,7 +32,9 @@ var panelTextInput = exports.panelTextInput = (0, _react.css)({
32
32
  },
33
33
  '&:focus': {
34
34
  outline: 'none',
35
- borderColor: "var(--ds-border-focused, #388BFF)"
35
+ backgroundColor: "var(--ds-background-input-pressed, #FFFFFF)",
36
+ borderColor: "var(--ds-border-focused, #388BFF)",
37
+ boxShadow: "inset 0 0 0 ".concat("var(--ds-border-width, 1px)", " ", "var(--ds-border-focused, #388BFF)")
36
38
  },
37
39
  '&::placeholder': {
38
40
  color: "var(--ds-text-subtlest, #626F86)"
@@ -1,7 +1,7 @@
1
1
  import { isFedRamp } from './environment';
2
2
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
3
3
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
4
- const packageVersion = "106.9.0";
4
+ const packageVersion = "106.9.1";
5
5
  const sanitiseSentryEvents = (data, _hint) => {
6
6
  // Remove URL as it has UGC
7
7
  // Ignored via go/ees007
@@ -13,7 +13,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
13
13
  import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
14
14
  import Layer from '../Layer';
15
15
  const packageName = "@atlaskit/editor-common";
16
- const packageVersion = "106.9.0";
16
+ const packageVersion = "106.9.1";
17
17
  const halfFocusRing = 1;
18
18
  const dropOffset = '0, 8';
19
19
  // Ignored via go/ees005
@@ -7,16 +7,16 @@ export const panelTextInput = css({
7
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
8
8
  'input&': {
9
9
  background: 'transparent',
10
- border: `2px solid ${"var(--ds-border, #091E4224)"}`,
11
- borderRadius: 0,
10
+ border: `1px solid ${"var(--ds-border-input, #8590A2)"}`,
11
+ borderRadius: 3,
12
12
  boxSizing: 'content-box',
13
- color: "var(--ds-text-subtle, #44546F)",
13
+ color: "var(--ds-text, #172B4D)",
14
14
  flexGrow: 1,
15
15
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
16
16
  fontSize: relativeFontSizeToBase16(13),
17
17
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
18
18
  lineHeight: '20px',
19
- padding: `${"var(--ds-space-075, 6px)"} ${"var(--ds-space-400, 32px)"} ${"var(--ds-space-075, 6px)"} ${"var(--ds-space-100, 8px)"}`,
19
+ padding: `${"var(--ds-space-100, 8px)"} ${"var(--ds-space-400, 32px)"} ${"var(--ds-space-100, 8px)"} ${"var(--ds-space-100, 8px)"}`,
20
20
  minWidth: '145px',
21
21
  /* Hides IE10+ built-in [x] clear input button */
22
22
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
@@ -25,7 +25,9 @@ export const panelTextInput = css({
25
25
  },
26
26
  '&:focus': {
27
27
  outline: 'none',
28
- borderColor: "var(--ds-border-focused, #388BFF)"
28
+ backgroundColor: "var(--ds-background-input-pressed, #FFFFFF)",
29
+ borderColor: "var(--ds-border-focused, #388BFF)",
30
+ boxShadow: `inset 0 0 0 ${"var(--ds-border-width, 1px)"} ${"var(--ds-border-focused, #388BFF)"}`
29
31
  },
30
32
  '&::placeholder': {
31
33
  color: "var(--ds-text-subtlest, #626F86)"
@@ -7,7 +7,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
7
7
  import { isFedRamp } from './environment';
8
8
  var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
9
9
  var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
10
- var packageVersion = "106.9.0";
10
+ var packageVersion = "106.9.1";
11
11
  var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
12
12
  // Remove URL as it has UGC
13
13
  // Ignored via go/ees007
@@ -20,7 +20,7 @@ import withAnalyticsContext from '@atlaskit/analytics-next/withAnalyticsContext'
20
20
  import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
21
21
  import Layer from '../Layer';
22
22
  var packageName = "@atlaskit/editor-common";
23
- var packageVersion = "106.9.0";
23
+ var packageVersion = "106.9.1";
24
24
  var halfFocusRing = 1;
25
25
  var dropOffset = '0, 8';
26
26
  // Ignored via go/ees005
@@ -7,16 +7,16 @@ export var panelTextInput = css({
7
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
8
8
  'input&': {
9
9
  background: 'transparent',
10
- border: "2px solid ".concat("var(--ds-border, #091E4224)"),
11
- borderRadius: 0,
10
+ border: "1px solid ".concat("var(--ds-border-input, #8590A2)"),
11
+ borderRadius: 3,
12
12
  boxSizing: 'content-box',
13
- color: "var(--ds-text-subtle, #44546F)",
13
+ color: "var(--ds-text, #172B4D)",
14
14
  flexGrow: 1,
15
15
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
16
16
  fontSize: relativeFontSizeToBase16(13),
17
17
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
18
18
  lineHeight: '20px',
19
- padding: "var(--ds-space-075, 6px)".concat(" ", "var(--ds-space-400, 32px)", " ", "var(--ds-space-075, 6px)", " ", "var(--ds-space-100, 8px)"),
19
+ padding: "var(--ds-space-100, 8px)".concat(" ", "var(--ds-space-400, 32px)", " ", "var(--ds-space-100, 8px)", " ", "var(--ds-space-100, 8px)"),
20
20
  minWidth: '145px',
21
21
  /* Hides IE10+ built-in [x] clear input button */
22
22
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
@@ -25,7 +25,9 @@ export var panelTextInput = css({
25
25
  },
26
26
  '&:focus': {
27
27
  outline: 'none',
28
- borderColor: "var(--ds-border-focused, #388BFF)"
28
+ backgroundColor: "var(--ds-background-input-pressed, #FFFFFF)",
29
+ borderColor: "var(--ds-border-focused, #388BFF)",
30
+ boxShadow: "inset 0 0 0 ".concat("var(--ds-border-width, 1px)", " ", "var(--ds-border-focused, #388BFF)")
29
31
  },
30
32
  '&::placeholder': {
31
33
  color: "var(--ds-text-subtlest, #626F86)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "106.9.0",
3
+ "version": "106.9.1",
4
4
  "description": "A package that contains common classes and components for editor and renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -149,10 +149,10 @@
149
149
  "@atlaskit/media-card": "^79.3.0",
150
150
  "@atlaskit/media-client": "^33.4.0",
151
151
  "@atlaskit/media-client-react": "^4.1.0",
152
- "@atlaskit/media-common": "^12.1.0",
152
+ "@atlaskit/media-common": "^12.2.0",
153
153
  "@atlaskit/media-file-preview": "^0.11.0",
154
154
  "@atlaskit/media-picker": "^69.0.0",
155
- "@atlaskit/media-ui": "^28.2.0",
155
+ "@atlaskit/media-ui": "^28.3.0",
156
156
  "@atlaskit/media-viewer": "^52.2.0",
157
157
  "@atlaskit/mention": "^24.2.0",
158
158
  "@atlaskit/menu": "^8.0.0",
@@ -170,7 +170,7 @@
170
170
  "@atlaskit/task-decision": "^19.2.0",
171
171
  "@atlaskit/textfield": "^8.0.0",
172
172
  "@atlaskit/theme": "^18.0.0",
173
- "@atlaskit/tmp-editor-statsig": "^7.0.0",
173
+ "@atlaskit/tmp-editor-statsig": "^7.1.0",
174
174
  "@atlaskit/tokens": "^5.2.0",
175
175
  "@atlaskit/tooltip": "^20.3.0",
176
176
  "@atlaskit/width-detector": "^5.0.0",