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

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/dist/rc.esm.js CHANGED
@@ -237,6 +237,7 @@ createTheme({
237
237
  warning: {
238
238
  light: '#F6CD81',
239
239
  lighter: '#FBE1B1',
240
+ lightest: '#FEF2DD',
240
241
  main: '#F4A91F',
241
242
  dark: '#E9A01C'
242
243
  },
@@ -1999,8 +2000,8 @@ forwardRef(function (props, ref) {
1999
2000
  ref: ref,
2000
2001
  viewBox: "0 0 24 24"
2001
2002
  }), React.createElement("path", {
2002
- "fill-rule": "evenodd",
2003
- "clip-rule": "evenodd",
2003
+ fillRule: "evenodd",
2004
+ clipRule: "evenodd",
2004
2005
  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"
2005
2006
  }));
2006
2007
  });