@atlaskit/navigation-system 2.4.0 → 2.4.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,13 @@
1
1
  # @atlassian/navigation-system
2
2
 
3
+ ## 2.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`f0662cd7a143e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f0662cd7a143e) -
8
+ Internal changes to how borders are applied.
9
+ - Updated dependencies
10
+
3
11
  ## 2.4.0
4
12
 
5
13
  ### Minor Changes
@@ -1,7 +1,7 @@
1
1
  ._12ji1r31{outline-color:currentColor}
2
2
  ._12y31o36{outline-width:medium}
3
3
  ._152tidpf{inset-block-start:0}
4
- ._1bsbjfq9{width:var(--ds-border-width-indicator,3px)}
4
+ ._1bsb1l7b{width:3px}
5
5
  ._1bsbl52n{width:17px}
6
6
  ._1e021v6z{inset-inline-start:7px}
7
7
  ._1e02zeo2{inset-inline-start:-9px}
@@ -45,7 +45,7 @@ var grabAreaStyles = {
45
45
  fullHeightSidebar: "_d0al11mm"
46
46
  };
47
47
  var lineStyles = {
48
- root: "_kqswstnw _1e0c1ule _1bsbjfq9 _4t3i1osq _syaz1kw7 _bfhk1r31 _1e021v6z"
48
+ root: "_kqswstnw _1e0c1ule _1bsb1l7b _4t3i1osq _syaz1kw7 _bfhk1r31 _1e021v6z"
49
49
  };
50
50
  var panelSplitterDragDataSymbol = Symbol('panel-splitter-drag-data');
51
51
  function signPanelSplitterDragData(data) {
@@ -1,7 +1,7 @@
1
1
  ._12ji1r31{outline-color:currentColor}
2
2
  ._12y31o36{outline-width:medium}
3
3
  ._152tidpf{inset-block-start:0}
4
- ._1bsbjfq9{width:var(--ds-border-width-indicator,3px)}
4
+ ._1bsb1l7b{width:3px}
5
5
  ._1bsbl52n{width:17px}
6
6
  ._1e021v6z{inset-inline-start:7px}
7
7
  ._1e02zeo2{inset-inline-start:-9px}
@@ -31,7 +31,7 @@ const grabAreaStyles = {
31
31
  fullHeightSidebar: "_d0al11mm"
32
32
  };
33
33
  const lineStyles = {
34
- root: "_kqswstnw _1e0c1ule _1bsbjfq9 _4t3i1osq _syaz1kw7 _bfhk1r31 _1e021v6z"
34
+ root: "_kqswstnw _1e0c1ule _1bsb1l7b _4t3i1osq _syaz1kw7 _bfhk1r31 _1e021v6z"
35
35
  };
36
36
  const panelSplitterDragDataSymbol = Symbol('panel-splitter-drag-data');
37
37
  function signPanelSplitterDragData(data) {
@@ -1,7 +1,7 @@
1
1
  ._12ji1r31{outline-color:currentColor}
2
2
  ._12y31o36{outline-width:medium}
3
3
  ._152tidpf{inset-block-start:0}
4
- ._1bsbjfq9{width:var(--ds-border-width-indicator,3px)}
4
+ ._1bsb1l7b{width:3px}
5
5
  ._1bsbl52n{width:17px}
6
6
  ._1e021v6z{inset-inline-start:7px}
7
7
  ._1e02zeo2{inset-inline-start:-9px}
@@ -35,7 +35,7 @@ var grabAreaStyles = {
35
35
  fullHeightSidebar: "_d0al11mm"
36
36
  };
37
37
  var lineStyles = {
38
- root: "_kqswstnw _1e0c1ule _1bsbjfq9 _4t3i1osq _syaz1kw7 _bfhk1r31 _1e021v6z"
38
+ root: "_kqswstnw _1e0c1ule _1bsb1l7b _4t3i1osq _syaz1kw7 _bfhk1r31 _1e021v6z"
39
39
  };
40
40
  var panelSplitterDragDataSymbol = Symbol('panel-splitter-drag-data');
41
41
  function signPanelSplitterDragData(data) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/navigation-system",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "The latest navigation system for Atlassian apps.",
5
5
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
6
6
  "author": "Atlassian Pty Ltd",