@atlaskit/icon 23.3.1 → 23.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,27 @@
1
1
  # @atlaskit/icon
2
2
 
3
+ ## 23.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#103999](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103999)
8
+ [`9f62ecec4d422`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9f62ecec4d422) -
9
+ Update dependencies.
10
+
11
+ ## 23.4.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [#102935](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102935)
16
+ [`cce3e57461cd7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cce3e57461cd7) -
17
+ This release updates icons in `@atlaskit/icon`.
18
+
19
+ ### Updated:
20
+
21
+ **`@atlaskit/icon/core`**
22
+
23
+ - `field-radio-group`
24
+
3
25
  ## 23.3.1
4
26
 
5
27
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
3
- * @codegen <<SignedSource::3e00422afbbc9ee88e21dbb2bd3e31fd>>
3
+ * @codegen <<SignedSource::551d43c9bcbe41209f14299970a09409>>
4
4
  * @codegenCommand yarn build:icon-glyphs
5
5
  */
6
6
  "use strict";
@@ -24,7 +24,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
24
24
  * - [Code](https://atlaskit.atlassian.com/packages/design-system/icon/docs/custom-icons)
25
25
  */
26
26
  const FieldRadioGroupIcon = props => /*#__PURE__*/_react.default.createElement(_baseNew.default, Object.assign({
27
- dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 4.5h7m-7 7h7"/>`
27
+ dangerouslySetGlyph: `<path stroke="currentcolor" stroke-linejoin="round" stroke-width="1.5" d="M8 4.5h7m-7 7h7m-11.75-5a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0 7a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z"/>`
28
28
  // eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
29
29
  }, props));
30
30
  FieldRadioGroupIcon.displayName = 'FieldRadioGroupIcon';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/icon",
3
- "version": "23.3.1",
3
+ "version": "23.4.1",
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/"
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "@atlaskit/platform-feature-flags": "^0.3.0",
71
- "@atlaskit/tokens": "^3.0.0",
71
+ "@atlaskit/tokens": "^3.1.0",
72
72
  "@babel/runtime": "^7.0.0",
73
73
  "@emotion/react": "^11.7.1"
74
74
  },
@@ -104,8 +104,7 @@
104
104
  "nullthrows": "^1.1.1",
105
105
  "pkg-dir": "^4.2.0",
106
106
  "react-dom": "^16.8.0",
107
- "ts-node": "^10.9.1",
108
- "wait-for-expect": "^1.2.0"
107
+ "ts-node": "^10.9.1"
109
108
  },
110
109
  "keywords": [
111
110
  "atlaskit",