@surveycake/rc 3.0.0-alpha.180 → 3.0.0-alpha.181

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,18 @@
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.181](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.180...v3.0.0-alpha.181) (2026-05-19)
6
+
7
+
8
+ ### Features
9
+
10
+ * update Button, ToggleButton styles ([faa2bb2](https://fox.25sprout.com/surveycake/sdk/rc/commit/faa2bb2f22325e526c0ba0f7925baf9d7c00a922))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * correct viewBox dimensions for TypeHandwriting icon ([e265369](https://fox.25sprout.com/surveycake/sdk/rc/commit/e265369a1eb33c0cda22e3ee89c5843e63438e7f))
16
+
5
17
  ## [3.0.0-alpha.180](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.179...v3.0.0-alpha.180) (2026-05-11)
6
18
 
7
19
 
@@ -647,7 +647,10 @@ var MuiButton = {
647
647
  outlined: {
648
648
  color: core.palette.grey[600],
649
649
  padding: '10px 15px',
650
- border: "1px solid " + core.palette.grey[600],
650
+ border: "1px solid " + core.palette.grey.A400,
651
+ '&:hover': {
652
+ backgroundColor: 'rgba(0,0,0,0.04)'
653
+ },
651
654
  '&:disabled': {
652
655
  color: core.palette.grey[300],
653
656
  border: "1px solid " + core.palette.grey[300]
@@ -1405,13 +1408,7 @@ var MuiToggleButton = {
1405
1408
  root: {
1406
1409
  borderColor: core.palette.grey.A400,
1407
1410
  color: core.palette.grey[600],
1408
- padding: '5px 15px',
1409
- '&:hover': {
1410
- backgroundColor:
1411
- /*#__PURE__*/
1412
- styles$5.alpha(core.palette.primary.light, 0.2),
1413
- color: core.palette.primary.main
1414
- },
1411
+ padding: '10px 15px',
1415
1412
  '&$selected': {
1416
1413
  backgroundColor: core.palette.primary.main,
1417
1414
  borderColor: core.palette.primary.main,
@@ -1423,16 +1420,16 @@ var MuiToggleButton = {
1423
1420
  color: core.palette.grey[50]
1424
1421
  }
1425
1422
  }
1423
+ },
1424
+ sizeSmall: {
1425
+ padding: '8px 15px'
1426
+ },
1427
+ sizeLarge: {
1428
+ padding: '12px 15px'
1426
1429
  }
1427
1430
  };
1428
1431
 
1429
- var MuiToggleButtonGroup = {
1430
- groupedHorizontal: {
1431
- '&:hover': {
1432
- borderColor: core.palette.primary.main
1433
- }
1434
- }
1435
- };
1432
+ var MuiToggleButtonGroup = {};
1436
1433
 
1437
1434
  var MuiTooltip = {
1438
1435
  arrow: {
@@ -2949,7 +2946,7 @@ var TypeHandwriting =
2949
2946
  React.forwardRef(function (props, ref) {
2950
2947
  return React__default.createElement(SvgIcon, Object.assign({}, props, {
2951
2948
  ref: ref,
2952
- viewBox: "0 0 16 16"
2949
+ viewBox: "0 0 12 12"
2953
2950
  }), React__default.createElement("path", {
2954
2951
  d: "M12 9.33333C11.4 9.33333 11 9.13333 10.6667 8.86667C10.3333 9.13333 9.93333 9.33333 9.33333 9.33333C8.66667 9.33333 8.06667 9 7.53333 8.53333C6.86667 9 6.13333 9.33333 5.33333 9.33333C4.46667 9.33333 3.6 8.93333 2.93333 8.26667C2.06667 8.93333 1.06667 9.33333 0 9.33333V8C0.733333 8 1.46667 7.73333 2 7.26667C1.2 6.13333 0.733333 4.66667 0.666667 3.33333C0.6 2.06667 0.866667 1.2 1.4 0.6C1.8 0.2 2.33333 0 2.93333 0C3.53333 0 4.06667 0.2 4.46667 0.6C5.26667 1.46667 5.33333 2.8 5.33333 3.33333C5.33333 4.73333 4.73333 6.13333 3.86667 7.26667C4.33333 7.66667 4.86667 7.93333 5.33333 7.93333C5.8 7.93333 6.26667 7.73333 6.66667 7.4C6.26667 6.73333 6 5.93333 6 5.26667C6 4.06667 6.66667 3.26667 7.66667 3.26667C8.66667 3.33333 9.33333 4.13333 9.33333 5.33333C9.33333 6.06667 9 6.86667 8.46667 7.6C8.73333 7.86667 9.06667 8 9.33333 8C9.86667 8 10 7.66667 10 7.33333C10 7 10.3333 6.66667 10.6667 6.66667C11 6.66667 11.3333 6.93333 11.3333 7.33333C11.3333 7.66667 11.4667 8 12 8V9.33333ZM7.66667 4.66667C7.33333 4.66667 7.33333 5.2 7.33333 5.33333C7.33333 5.66667 7.46667 6.06667 7.6 6.46667C7.86667 6.06667 8 5.66667 8 5.33333C8 5.2 8 4.66667 7.66667 4.66667ZM2.93333 1.33333C2.6 1.33333 2.46667 1.46667 2.4 1.53333C2.2 1.66667 1.93333 2.13333 2 3.33333C2.06667 4.33333 2.4 5.4 3 6.26667C3.6 5.4 4 4.33333 4 3.33333C4 2.73333 3.86667 1.93333 3.53333 1.6C3.4 1.4 3.2 1.33333 2.93333 1.33333ZM0 10.6667H12V12H0V10.6667Z"
2955
2952
  }));