@deix/rossini-core 2.1.6 → 2.1.7

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.
@@ -1,5 +1,8 @@
1
1
  declare const _default: {
2
2
  styleOverrides: {
3
+ root: {
4
+ padding: number;
5
+ };
3
6
  rounded: {
4
7
  borderRadius: string;
5
8
  '&:first-of-type': {
@@ -1 +1 @@
1
- {"version":3,"file":"MuiAccordion.d.ts","sourceRoot":"","sources":["../../../../src/utils/theme/components/MuiAccordion.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,wBAmBE"}
1
+ {"version":3,"file":"MuiAccordion.d.ts","sourceRoot":"","sources":["../../../../src/utils/theme/components/MuiAccordion.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAyBE"}
@@ -1,5 +1,11 @@
1
1
  export default {
2
2
  styleOverrides: {
3
+ root: {
4
+ // Accordion inner components provide their own padding, but we provide
5
+ // some default padding to Paper (which is used by accordion), so we need
6
+ // to override the padding we set in the outer Paper
7
+ padding: 0,
8
+ },
3
9
  rounded: {
4
10
  borderRadius: '16px',
5
11
  '&:first-of-type': {
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
2
  styleOverrides: {
3
3
  root: {
4
- padding: string;
4
+ padding: number;
5
5
  '&:last-child': {
6
6
  paddingBottom: string;
7
7
  };
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  styleOverrides: {
3
3
  root: {
4
- padding: '8px 8px',
4
+ padding: 0,
5
5
  '&:last-child': {
6
6
  paddingBottom: '8px',
7
7
  },
@@ -2,7 +2,7 @@ export default {
2
2
  styleOverrides: {
3
3
  rounded: {
4
4
  borderRadius: '16px',
5
- padding: '8px',
5
+ padding: '16px',
6
6
  },
7
7
  elevation1: {
8
8
  boxShadow: '0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)',
@@ -1,6 +1,9 @@
1
1
  declare const components: {
2
2
  MuiAccordion: {
3
3
  styleOverrides: {
4
+ root: {
5
+ padding: number;
6
+ };
4
7
  rounded: {
5
8
  borderRadius: string;
6
9
  '&:first-of-type': {
@@ -22,7 +25,7 @@ declare const components: {
22
25
  MuiCard: {
23
26
  styleOverrides: {
24
27
  root: {
25
- padding: string;
28
+ padding: number;
26
29
  '&:last-child': {
27
30
  paddingBottom: string;
28
31
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/theme/components/index.ts"],"names":[],"mappings":"AAQA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQf,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/theme/components/index.ts"],"names":[],"mappings":"AAQA,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQf,CAAC;AAEF,eAAe,UAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deix/rossini-core",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "main": "lib/index.js",
5
5
  "repository": {
6
6
  "type": "git",