@atlaskit/ds-explorations 2.0.12 → 2.0.13

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/ds-explorations
2
2
 
3
+ ## 2.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1aa8720a4ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1aa8720a4ff) - Internal refactor.
8
+
3
9
  ## 2.0.12
4
10
 
5
11
  ### Patch Changes
@@ -11,9 +11,9 @@ var _surfaceProvider = require("./surface-provider");
11
11
 
12
12
  var baseStyles = (0, _react2.css)({
13
13
  position: 'absolute',
14
+ inset: 0,
14
15
  borderRadius: 'inherit',
15
16
  cursor: 'pointer',
16
- inset: 0,
17
17
  // eslint-disable-next-line @repo/internal/styles/no-nested-styles
18
18
  '~ *': {
19
19
  position: 'relative',
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/ds-explorations",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "sideEffects": false
5
5
  }
@@ -4,9 +4,9 @@ import { css, jsx } from '@emotion/react';
4
4
  import { SurfaceContext } from './surface-provider';
5
5
  const baseStyles = css({
6
6
  position: 'absolute',
7
+ inset: 0,
7
8
  borderRadius: 'inherit',
8
9
  cursor: 'pointer',
9
- inset: 0,
10
10
  // eslint-disable-next-line @repo/internal/styles/no-nested-styles
11
11
  '~ *': {
12
12
  position: 'relative',
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/ds-explorations",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "sideEffects": false
5
5
  }
@@ -4,9 +4,9 @@ import { css, jsx } from '@emotion/react';
4
4
  import { SurfaceContext } from './surface-provider';
5
5
  var baseStyles = css({
6
6
  position: 'absolute',
7
+ inset: 0,
7
8
  borderRadius: 'inherit',
8
9
  cursor: 'pointer',
9
- inset: 0,
10
10
  // eslint-disable-next-line @repo/internal/styles/no-nested-styles
11
11
  '~ *': {
12
12
  position: 'relative',
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/ds-explorations",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/ds-explorations",
3
- "version": "2.0.12",
3
+ "version": "2.0.13",
4
4
  "description": "An experimental package for exploration and validation of spacing / typography foundations.",
5
5
  "license": "Apache-2.0",
6
6
  "atlassian": {
@@ -10,9 +10,9 @@ import { BasePrimitiveProps } from './types';
10
10
 
11
11
  const baseStyles = css({
12
12
  position: 'absolute',
13
+ inset: 0,
13
14
  borderRadius: 'inherit',
14
15
  cursor: 'pointer',
15
- inset: 0,
16
16
  // eslint-disable-next-line @repo/internal/styles/no-nested-styles
17
17
  '~ *': {
18
18
  position: 'relative',