braid-design-system 33.12.0 → 33.12.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,11 @@
1
1
  # braid-design-system
2
2
 
3
+ ## 33.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - **IconInfo:** Update illustration ([#1891](https://github.com/seek-oss/braid-design-system/pull/1891))
8
+
3
9
  ## 33.12.0
4
10
 
5
11
  ### Minor Changes
@@ -5,7 +5,6 @@ const IconInfoSvg = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxRuntime
5
5
  {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
7
  viewBox: "0 0 24 24",
8
- xmlSpace: "preserve",
9
8
  focusable: "false",
10
9
  fill: "currentColor",
11
10
  width: 16,
@@ -14,8 +13,8 @@ const IconInfoSvg = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxRuntime
14
13
  ...props,
15
14
  children: [
16
15
  title ? /* @__PURE__ */ jsxRuntime.jsx("title", { id: titleId, children: title }) : null,
17
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm0 20c-5 0-9-4-9-9s4-9 9-9 9 4 9 9-4 9-9 9z" }),
18
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 11c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1s1-.4 1-1v-4c0-.6-.4-1-1-1zm.9-3.4c0-.1-.1-.1-.1-.2s-.1-.1-.1-.1c-.3-.3-.7-.4-1.1-.2-.1.1-.2.1-.3.2l-.1.1c0 .1-.1.1-.1.2s0 .1-.1.2V8c0 .3.1.5.3.7.1.1.2.2.3.2.1.1.3.1.4.1h.2c.1 0 .1 0 .2-.1.1 0 .1-.1.2-.1l.1-.1c.2-.2.3-.4.3-.7v-.2c0-.1-.1-.1-.1-.2z" })
16
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 1C5.935 1 1 5.935 1 12s4.935 11 11 11 11-4.935 11-11S18.065 1 12 1Zm0 20c-4.963 0-9-4.037-9-9s4.037-9 9-9 9 4.037 9 9-4.037 9-9 9Z" }),
17
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 10h-2v2h1v6h2v-7a1 1 0 0 0-1-1Zm.38-3.92a1 1 0 0 0-.76 0c-.12.05-.23.12-.33.21-.18.19-.29.45-.29.71 0 .07.01.13.02.2.01.06.03.12.06.18.02.06.05.12.09.18l.12.15c.1.09.21.16.33.21.12.06.25.08.38.08s.26-.02.38-.08c.13-.05.23-.12.33-.21.04-.05.09-.1.12-.15.04-.06.07-.12.09-.18.03-.06.05-.12.06-.18.02-.07.02-.13.02-.2 0-.26-.1-.52-.29-.71-.1-.09-.2-.16-.33-.21Z" })
19
18
  ]
20
19
  }
21
20
  );
@@ -4,7 +4,6 @@ const IconInfoSvg = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs(
4
4
  {
5
5
  xmlns: "http://www.w3.org/2000/svg",
6
6
  viewBox: "0 0 24 24",
7
- xmlSpace: "preserve",
8
7
  focusable: "false",
9
8
  fill: "currentColor",
10
9
  width: 16,
@@ -13,8 +12,8 @@ const IconInfoSvg = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs(
13
12
  ...props,
14
13
  children: [
15
14
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
16
- /* @__PURE__ */ jsx("path", { d: "M12 1C5.9 1 1 5.9 1 12s4.9 11 11 11 11-4.9 11-11S18.1 1 12 1zm0 20c-5 0-9-4-9-9s4-9 9-9 9 4 9 9-4 9-9 9z" }),
17
- /* @__PURE__ */ jsx("path", { d: "M12 11c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1s1-.4 1-1v-4c0-.6-.4-1-1-1zm.9-3.4c0-.1-.1-.1-.1-.2s-.1-.1-.1-.1c-.3-.3-.7-.4-1.1-.2-.1.1-.2.1-.3.2l-.1.1c0 .1-.1.1-.1.2s0 .1-.1.2V8c0 .3.1.5.3.7.1.1.2.2.3.2.1.1.3.1.4.1h.2c.1 0 .1 0 .2-.1.1 0 .1-.1.2-.1l.1-.1c.2-.2.3-.4.3-.7v-.2c0-.1-.1-.1-.1-.2z" })
15
+ /* @__PURE__ */ jsx("path", { d: "M12 1C5.935 1 1 5.935 1 12s4.935 11 11 11 11-4.935 11-11S18.065 1 12 1Zm0 20c-4.963 0-9-4.037-9-9s4.037-9 9-9 9 4.037 9 9-4.037 9-9 9Z" }),
16
+ /* @__PURE__ */ jsx("path", { d: "M12 10h-2v2h1v6h2v-7a1 1 0 0 0-1-1Zm.38-3.92a1 1 0 0 0-.76 0c-.12.05-.23.12-.33.21-.18.19-.29.45-.29.71 0 .07.01.13.02.2.01.06.03.12.06.18.02.06.05.12.09.18l.12.15c.1.09.21.16.33.21.12.06.25.08.38.08s.26-.02.38-.08c.13-.05.23-.12.33-.21.04-.05.09-.1.12-.15.04-.06.07-.12.09-.18.03-.06.05-.12.06-.18.02-.07.02-.13.02-.2 0-.26-.1-.52-.29-.71-.1-.09-.2-.16-.33-.21Z" })
18
17
  ]
19
18
  }
20
19
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "braid-design-system",
3
- "version": "33.12.0",
3
+ "version": "33.12.1",
4
4
  "description": "Themeable design system for the SEEK Group",
5
5
  "homepage": "https://seek-oss.github.io/braid-design-system/",
6
6
  "bugs": {