@atlaskit/editor-plugin-date 6.0.1 → 6.0.2

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,13 @@
1
1
  # @atlaskit/editor-plugin-date
2
2
 
3
+ ## 6.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
3
11
  ## 6.0.1
4
12
 
5
13
  ### Patch Changes
@@ -29,7 +29,7 @@ var dateNodeSpec = exports.dateNodeSpec = function dateNodeSpec(node) {
29
29
  // Taken from @atlaskit/date Component
30
30
  backgroundColor: "var(--ds-background-neutral, ".concat(_colors.N30A, ")"),
31
31
  color: "var(--ds-text, ".concat(_colors.N800, ")"),
32
- borderRadius: "var(--ds-border-radius-100, 4px)",
32
+ borderRadius: "var(--ds-radius-small, 4px)",
33
33
  padding: "var(--ds-space-025, 2px)".concat(" ", "var(--ds-space-050, 4px)"),
34
34
  margin: '0 1px'
35
35
  })
@@ -23,7 +23,7 @@ export const dateNodeSpec = node => {
23
23
  // Taken from @atlaskit/date Component
24
24
  backgroundColor: `var(--ds-background-neutral, ${N30A})`,
25
25
  color: `var(--ds-text, ${N800})`,
26
- borderRadius: "var(--ds-border-radius-100, 4px)",
26
+ borderRadius: "var(--ds-radius-small, 4px)",
27
27
  padding: `${"var(--ds-space-025, 2px)"} ${"var(--ds-space-050, 4px)"}`,
28
28
  margin: '0 1px'
29
29
  })
@@ -23,7 +23,7 @@ export var dateNodeSpec = function dateNodeSpec(node) {
23
23
  // Taken from @atlaskit/date Component
24
24
  backgroundColor: "var(--ds-background-neutral, ".concat(N30A, ")"),
25
25
  color: "var(--ds-text, ".concat(N800, ")"),
26
- borderRadius: "var(--ds-border-radius-100, 4px)",
26
+ borderRadius: "var(--ds-radius-small, 4px)",
27
27
  padding: "var(--ds-space-025, 2px)".concat(" ", "var(--ds-space-050, 4px)"),
28
28
  margin: '0 1px'
29
29
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-date",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "description": "Date plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -45,7 +45,7 @@
45
45
  "@atlaskit/platform-feature-flags": "^1.1.0",
46
46
  "@atlaskit/textfield": "^8.0.0",
47
47
  "@atlaskit/theme": "^20.0.0",
48
- "@atlaskit/tmp-editor-statsig": "^12.0.0",
48
+ "@atlaskit/tmp-editor-statsig": "^12.1.0",
49
49
  "@atlaskit/tokens": "^6.1.0",
50
50
  "@atlaskit/visually-hidden": "^3.0.0",
51
51
  "@babel/runtime": "^7.0.0",