@atlaskit/icon 28.1.1 → 28.1.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,12 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 28.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`74c2f420ee49b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/74c2f420ee49b) -
8
+ Internal changes to how border radius is applied.
9
+
3
10
  ## 28.1.1
4
11
 
5
12
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
 
2
2
  ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
- ._2rko1twn{border-radius:var(--ds-border-radius-circle,9999px)}._1bah1h6o{justify-content:center}
3
+ ._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}._1bah1h6o{justify-content:center}
4
4
  ._1bsb1tcg{width:24px}
5
5
  ._1bsb1ylp{width:40px}
6
6
  ._1bsb7vkz{width:1pc}
@@ -42,7 +42,7 @@ var appearanceMap = {
42
42
  };
43
43
  var shapeMap = {
44
44
  square: "_2rko12b0",
45
- circle: "_2rko1twn"
45
+ circle: "_2rko1rr0"
46
46
  };
47
47
  var iconTileStyles = null;
48
48
 
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rko1q5u{border-radius:var(--ds-border-radius-circle,50%)}._1bsb1tcg{width:24px}
2
+ ._2rko1qll{border-radius:var(--ds-radius-full,50%)}._1bsb1tcg{width:24px}
3
3
  ._1bsb7vkz{width:1pc}
4
4
  ._1bsbckbl{width:3pc}
5
5
  ._1bsbzwfg{width:2pc}
@@ -37,7 +37,7 @@ var Skeleton = /*#__PURE__*/(0, _react.memo)(function Skeleton(_ref) {
37
37
  style: {
38
38
  backgroundColor: color
39
39
  },
40
- className: (0, _runtime.ax)(["_2rko1q5u _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
40
+ className: (0, _runtime.ax)(["_2rko1qll _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
41
41
  });
42
42
  });
43
43
  var _default = exports.default = Skeleton;
@@ -1,6 +1,6 @@
1
1
 
2
2
  ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
- ._2rko1twn{border-radius:var(--ds-border-radius-circle,9999px)}._1bah1h6o{justify-content:center}
3
+ ._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}._1bah1h6o{justify-content:center}
4
4
  ._1bsb1tcg{width:24px}
5
5
  ._1bsb1ylp{width:40px}
6
6
  ._1bsb7vkz{width:1pc}
@@ -34,7 +34,7 @@ const appearanceMap = {
34
34
  };
35
35
  const shapeMap = {
36
36
  square: "_2rko12b0",
37
- circle: "_2rko1twn"
37
+ circle: "_2rko1rr0"
38
38
  };
39
39
  const iconTileStyles = null;
40
40
 
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rko1q5u{border-radius:var(--ds-border-radius-circle,50%)}._1bsb1tcg{width:24px}
2
+ ._2rko1qll{border-radius:var(--ds-radius-full,50%)}._1bsb1tcg{width:24px}
3
3
  ._1bsb7vkz{width:1pc}
4
4
  ._1bsbckbl{width:3pc}
5
5
  ._1bsbzwfg{width:2pc}
@@ -27,7 +27,7 @@ const Skeleton = /*#__PURE__*/memo(function Skeleton({
27
27
  style: {
28
28
  backgroundColor: color
29
29
  },
30
- className: ax(["_2rko1q5u _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
30
+ className: ax(["_2rko1qll _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
31
31
  });
32
32
  });
33
33
  export default Skeleton;
@@ -1,6 +1,6 @@
1
1
 
2
2
  ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
3
- ._2rko1twn{border-radius:var(--ds-border-radius-circle,9999px)}._1bah1h6o{justify-content:center}
3
+ ._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}._1bah1h6o{justify-content:center}
4
4
  ._1bsb1tcg{width:24px}
5
5
  ._1bsb1ylp{width:40px}
6
6
  ._1bsb7vkz{width:1pc}
@@ -34,7 +34,7 @@ var appearanceMap = {
34
34
  };
35
35
  var shapeMap = {
36
36
  square: "_2rko12b0",
37
- circle: "_2rko1twn"
37
+ circle: "_2rko1rr0"
38
38
  };
39
39
  var iconTileStyles = null;
40
40
 
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rko1q5u{border-radius:var(--ds-border-radius-circle,50%)}._1bsb1tcg{width:24px}
2
+ ._2rko1qll{border-radius:var(--ds-radius-full,50%)}._1bsb1tcg{width:24px}
3
3
  ._1bsb7vkz{width:1pc}
4
4
  ._1bsbckbl{width:3pc}
5
5
  ._1bsbzwfg{width:2pc}
@@ -29,7 +29,7 @@ var Skeleton = /*#__PURE__*/memo(function Skeleton(_ref) {
29
29
  style: {
30
30
  backgroundColor: color
31
31
  },
32
- className: ax(["_2rko1q5u _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
32
+ className: ax(["_2rko1qll _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
33
33
  });
34
34
  });
35
35
  export default Skeleton;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "28.1.1",
3
+ "version": "28.1.2",
4
4
  "description": "An icon is a symbol representing a command, device, directory, or common action.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -96,7 +96,7 @@
96
96
  },
97
97
  "dependencies": {
98
98
  "@atlaskit/platform-feature-flags": "^1.1.0",
99
- "@atlaskit/tokens": "^6.1.0",
99
+ "@atlaskit/tokens": "^6.2.0",
100
100
  "@babel/register": "^7.25.9",
101
101
  "@babel/runtime": "^7.0.0",
102
102
  "@compiled/react": "^0.18.3"
@@ -111,7 +111,7 @@
111
111
  "@af/visual-regression": "workspace:^",
112
112
  "@atlaskit/button": "^23.4.0",
113
113
  "@atlaskit/code": "^17.2.0",
114
- "@atlaskit/css": "^0.12.0",
114
+ "@atlaskit/css": "^0.13.0",
115
115
  "@atlaskit/docs": "^11.0.0",
116
116
  "@atlaskit/ds-lib": "^5.0.0",
117
117
  "@atlaskit/form": "^12.4.0",
@@ -120,10 +120,10 @@
120
120
  "@atlaskit/icon-object": "^7.2.0",
121
121
  "@atlaskit/link": "^3.2.0",
122
122
  "@atlaskit/logo": "^19.7.0",
123
- "@atlaskit/menu": "^8.3.0",
123
+ "@atlaskit/menu": "^8.4.0",
124
124
  "@atlaskit/modal-dialog": "^14.3.0",
125
- "@atlaskit/primitives": "^14.12.0",
126
- "@atlaskit/section-message": "^8.6.0",
125
+ "@atlaskit/primitives": "^14.13.0",
126
+ "@atlaskit/section-message": "^8.7.0",
127
127
  "@atlaskit/textfield": "^8.0.0",
128
128
  "@atlaskit/theme": "^20.0.0",
129
129
  "@atlaskit/toggle": "^15.1.0",