@atlaskit/onboarding 14.3.6 → 14.3.8

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,21 @@
1
1
  # @atlaskit/onboarding
2
2
 
3
+ ## 14.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`255837cfba315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/255837cfba315) -
8
+ Internal changes to how border radius is applied.
9
+ - Updated dependencies
10
+
11
+ ## 14.3.7
12
+
13
+ ### Patch Changes
14
+
15
+ - [`23bcc5bbc9cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/23bcc5bbc9cee) -
16
+ Internal changes to how border radius is applied.
17
+ - Updated dependencies
18
+
3
19
  ## 14.3.6
4
20
 
5
21
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}._16qszucj{box-shadow:var(--ds-shadow-raised,0 1px 1px #091e4240,0 0 1px #091e424f)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}._16qszucj{box-shadow:var(--ds-shadow-raised,0 1px 1px #091e4240,0 0 1px #091e424f)}
3
3
  ._18m91wug{overflow-y:auto}
4
4
  ._1bah1yb4{justify-content:space-between}
5
5
  ._1e0c1txw{display:flex}
@@ -39,7 +39,7 @@ var DefaultFooter = function DefaultFooter(_ref2) {
39
39
  }, children);
40
40
  };
41
41
  var containerStyles = {
42
- root: "_2rkoglpi _1reo1wug _18m91wug _4t3i1ns9 _syaz15cr _1ul91lit _p12f1ogm"
42
+ root: "_2rko12b0 _1reo1wug _18m91wug _4t3i1ns9 _syaz15cr _1ul91lit _p12f1ogm"
43
43
  };
44
44
  var containerShadowStyles = {
45
45
  root: "_16qszucj"
@@ -7,11 +7,11 @@
7
7
  ._1pfhze3t{margin-block-start:var(--ds-space-0,0)}
8
8
  ._1q511jfw{padding-block-start:var(--ds-space-500,40px)}
9
9
  ._1q51ze3t{padding-block-start:var(--ds-space-0,0)}
10
- ._1s1g1sit{border-start-start-radius:var(--ds-border-radius,3px)}
10
+ ._1s1gfajl{border-start-start-radius:var(--ds-radius-small,3px)}
11
11
  ._2lx21sbv{flex-direction:row-reverse}
12
12
  ._2lx2vrvc{flex-direction:row}
13
13
  ._4t3i1wug{height:auto}
14
- ._5fbc1sit{border-start-end-radius:var(--ds-border-radius,3px)}
14
+ ._5fbcfajl{border-start-end-radius:var(--ds-radius-small,3px)}
15
15
  ._6rth1b66{margin-block-end:var(--ds-space-050,4px)}
16
16
  ._6rthu2gc{margin-block-end:var(--ds-space-100,8px)}
17
17
  ._85i514no{padding-block-end:36px}
@@ -57,7 +57,7 @@ var ModalImage = exports.ModalImage = function ModalImage(_ref3) {
57
57
  return /*#__PURE__*/React.createElement("img", {
58
58
  alt: alt,
59
59
  src: src,
60
- className: (0, _runtime.ax)(["_1bsb1osq _4t3i1wug _5fbc1sit _1s1g1sit _j722idpf"])
60
+ className: (0, _runtime.ax)(["_1bsb1osq _4t3i1wug _5fbcfajl _1s1gfajl _j722idpf"])
61
61
  });
62
62
  };
63
63
 
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}._16qszucj{box-shadow:var(--ds-shadow-raised,0 1px 1px #091e4240,0 0 1px #091e424f)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}._16qszucj{box-shadow:var(--ds-shadow-raised,0 1px 1px #091e4240,0 0 1px #091e424f)}
3
3
  ._18m91wug{overflow-y:auto}
4
4
  ._1bah1yb4{justify-content:space-between}
5
5
  ._1e0c1txw{display:flex}
@@ -26,7 +26,7 @@ const DefaultFooter = ({
26
26
  className: ax(["_1e0c1txw _4cvr1h6o _1bah1yb4 _1q51u2gc"])
27
27
  }, children);
28
28
  const containerStyles = {
29
- root: "_2rkoglpi _1reo1wug _18m91wug _4t3i1ns9 _syaz15cr _1ul91lit _p12f1ogm"
29
+ root: "_2rko12b0 _1reo1wug _18m91wug _4t3i1ns9 _syaz15cr _1ul91lit _p12f1ogm"
30
30
  };
31
31
  const containerShadowStyles = {
32
32
  root: "_16qszucj"
@@ -7,11 +7,11 @@
7
7
  ._1pfhze3t{margin-block-start:var(--ds-space-0,0)}
8
8
  ._1q511jfw{padding-block-start:var(--ds-space-500,40px)}
9
9
  ._1q51ze3t{padding-block-start:var(--ds-space-0,0)}
10
- ._1s1g1sit{border-start-start-radius:var(--ds-border-radius,3px)}
10
+ ._1s1gfajl{border-start-start-radius:var(--ds-radius-small,3px)}
11
11
  ._2lx21sbv{flex-direction:row-reverse}
12
12
  ._2lx2vrvc{flex-direction:row}
13
13
  ._4t3i1wug{height:auto}
14
- ._5fbc1sit{border-start-end-radius:var(--ds-border-radius,3px)}
14
+ ._5fbcfajl{border-start-end-radius:var(--ds-radius-small,3px)}
15
15
  ._6rth1b66{margin-block-end:var(--ds-space-050,4px)}
16
16
  ._6rthu2gc{margin-block-end:var(--ds-space-100,8px)}
17
17
  ._85i514no{padding-block-end:36px}
@@ -49,7 +49,7 @@ export const ModalImage = ({
49
49
  }) => /*#__PURE__*/React.createElement("img", {
50
50
  alt: alt,
51
51
  src: src,
52
- className: ax(["_1bsb1osq _4t3i1wug _5fbc1sit _1s1g1sit _j722idpf"])
52
+ className: ax(["_1bsb1osq _4t3i1wug _5fbcfajl _1s1gfajl _j722idpf"])
53
53
  });
54
54
 
55
55
  /**
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoglpi{border-radius:var(--ds-border-radius,4px)}._16qszucj{box-shadow:var(--ds-shadow-raised,0 1px 1px #091e4240,0 0 1px #091e424f)}
2
+ ._2rko12b0{border-radius:var(--ds-radius-small,4px)}._16qszucj{box-shadow:var(--ds-shadow-raised,0 1px 1px #091e4240,0 0 1px #091e424f)}
3
3
  ._18m91wug{overflow-y:auto}
4
4
  ._1bah1yb4{justify-content:space-between}
5
5
  ._1e0c1txw{display:flex}
@@ -30,7 +30,7 @@ var DefaultFooter = function DefaultFooter(_ref2) {
30
30
  }, children);
31
31
  };
32
32
  var containerStyles = {
33
- root: "_2rkoglpi _1reo1wug _18m91wug _4t3i1ns9 _syaz15cr _1ul91lit _p12f1ogm"
33
+ root: "_2rko12b0 _1reo1wug _18m91wug _4t3i1ns9 _syaz15cr _1ul91lit _p12f1ogm"
34
34
  };
35
35
  var containerShadowStyles = {
36
36
  root: "_16qszucj"
@@ -7,11 +7,11 @@
7
7
  ._1pfhze3t{margin-block-start:var(--ds-space-0,0)}
8
8
  ._1q511jfw{padding-block-start:var(--ds-space-500,40px)}
9
9
  ._1q51ze3t{padding-block-start:var(--ds-space-0,0)}
10
- ._1s1g1sit{border-start-start-radius:var(--ds-border-radius,3px)}
10
+ ._1s1gfajl{border-start-start-radius:var(--ds-radius-small,3px)}
11
11
  ._2lx21sbv{flex-direction:row-reverse}
12
12
  ._2lx2vrvc{flex-direction:row}
13
13
  ._4t3i1wug{height:auto}
14
- ._5fbc1sit{border-start-end-radius:var(--ds-border-radius,3px)}
14
+ ._5fbcfajl{border-start-end-radius:var(--ds-radius-small,3px)}
15
15
  ._6rth1b66{margin-block-end:var(--ds-space-050,4px)}
16
16
  ._6rthu2gc{margin-block-end:var(--ds-space-100,8px)}
17
17
  ._85i514no{padding-block-end:36px}
@@ -49,7 +49,7 @@ export var ModalImage = function ModalImage(_ref3) {
49
49
  return /*#__PURE__*/React.createElement("img", {
50
50
  alt: alt,
51
51
  src: src,
52
- className: ax(["_1bsb1osq _4t3i1wug _5fbc1sit _1s1g1sit _j722idpf"])
52
+ className: ax(["_1bsb1osq _4t3i1wug _5fbcfajl _1s1gfajl _j722idpf"])
53
53
  });
54
54
  };
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "14.3.6",
3
+ "version": "14.3.8",
4
4
  "description": "An onboarding spotlight introduces new features to users through focused messages or multi-step tours.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -24,10 +24,6 @@
24
24
  "**/*.compiled.css"
25
25
  ],
26
26
  "atlaskit:src": "src/index.tsx",
27
- "af:exports": {
28
- ".": "./src/index.tsx",
29
- "./types": "./src/types.tsx"
30
- },
31
27
  "homepage": "https://atlassian.design/components/onboarding/",
32
28
  "atlassian": {
33
29
  "team": "Design System Team",