@surveycake/rc 3.0.0-alpha.113 → 3.0.0-alpha.114

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
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [3.0.0-alpha.114](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.113...v3.0.0-alpha.114) (2024-03-13)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * replace fill-rule, clip-rule properties with fillRule, clipRule in the TypeDigitSlide icon ([21899b9](https://fox.25sprout.com/surveycake/sdk/rc/commit/21899b90f8352409c3a6568839380c5f08ffb757))
11
+
5
12
  ## [3.0.0-alpha.113](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.112...v3.0.0-alpha.113) (2024-03-12)
6
13
 
7
14
 
@@ -2004,8 +2004,8 @@ React.forwardRef(function (props, ref) {
2004
2004
  ref: ref,
2005
2005
  viewBox: "0 0 24 24"
2006
2006
  }), React__default.createElement("path", {
2007
- "fill-rule": "evenodd",
2008
- "clip-rule": "evenodd",
2007
+ fillRule: "evenodd",
2008
+ clipRule: "evenodd",
2009
2009
  d: "M12.0857 8.14283C9.95548 8.14283 8.22857 9.86973 8.22857 12C8.22857 14.1302 9.95548 15.8571 12.0857 15.8571C14.216 15.8571 15.9429 14.1302 15.9429 12C15.9429 9.86973 14.216 8.14283 12.0857 8.14283ZM6.78356 10.9714C7.26383 8.48101 9.4551 6.59998 12.0857 6.59998C14.7163 6.59998 16.9076 8.48101 17.3879 10.9714H22.3714V13.0285H17.3879C16.9076 15.5189 14.7163 17.4 12.0857 17.4C9.4551 17.4 7.26383 15.5189 6.78356 13.0285H1.8V10.9714H6.78356Z"
2010
2010
  }));
2011
2011
  });