@surveycake/rc 3.0.0-alpha.34 → 3.0.0-alpha.35
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 +6 -2
- package/dist/rc.cjs.development.js +3 -7
- package/dist/rc.cjs.development.js.map +1 -1
- package/dist/rc.cjs.production.min.js +1 -1
- package/dist/rc.cjs.production.min.js.map +1 -1
- package/dist/rc.esm.js +3 -7
- package/dist/rc.esm.js.map +1 -1
- package/package.json +1 -1
- package/dist/V2/CardMedia/styles.d.ts +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,13 +2,17 @@
|
|
|
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.
|
|
5
|
+
## [3.0.0-alpha.35](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.34...v3.0.0-alpha.35) (2022-02-07)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Features
|
|
9
9
|
|
|
10
10
|
* add ArrowBack icon ([a97703c](https://fox.25sprout.com/surveycake/sdk/rc/commit/a97703c8f493bc448355fd8b89f01e9f512d4c91))
|
|
11
|
-
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* the border-radius of CardMedia is incorrect on hover ([3c84245](https://fox.25sprout.com/surveycake/sdk/rc/commit/3c84245673bc7d17768242754a45c5c7e0bf26d2))
|
|
12
16
|
|
|
13
17
|
## [3.0.0-alpha.34](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.33...v3.0.0-alpha.34) (2022-01-17)
|
|
14
18
|
|
|
@@ -450,12 +450,6 @@ var MuiCardActionArea = {
|
|
|
450
450
|
}
|
|
451
451
|
};
|
|
452
452
|
|
|
453
|
-
var MuiCardMedia = {
|
|
454
|
-
root: {
|
|
455
|
-
borderRadius: '5px'
|
|
456
|
-
}
|
|
457
|
-
};
|
|
458
|
-
|
|
459
453
|
function _extends() {
|
|
460
454
|
_extends = Object.assign || function (target) {
|
|
461
455
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -511,6 +505,9 @@ var MuiChip = {
|
|
|
511
505
|
color: core.palette.grey[700],
|
|
512
506
|
backgroundColor: core.palette.grey.A200
|
|
513
507
|
}, core.typography.subtitle1),
|
|
508
|
+
icon: {
|
|
509
|
+
color: 'inherit'
|
|
510
|
+
},
|
|
514
511
|
label: {
|
|
515
512
|
padding:
|
|
516
513
|
/*#__PURE__*/
|
|
@@ -981,7 +978,6 @@ styles$5.createTheme({
|
|
|
981
978
|
MuiButtonGroup: MuiButtonGroup,
|
|
982
979
|
MuiCard: MuiCard,
|
|
983
980
|
MuiCardActionArea: MuiCardActionArea,
|
|
984
|
-
MuiCardMedia: MuiCardMedia,
|
|
985
981
|
MuiChip: MuiChip,
|
|
986
982
|
MuiDialogActions: MuiDialogActions,
|
|
987
983
|
MuiDialogContent: MuiDialogContent,
|