ricos-types
Advanced tools
Comparing version 8.70.31 to 8.70.32
@@ -123,2 +123,26 @@ import type { AugmentedRequired } from 'utility-types/dist/mapped-types'; | ||
} | ||
export interface RicosOneAppStyles { | ||
text?: { | ||
fontFamily?: CSSProperties['fontFamily']; | ||
color?: CSSProperties['color']; | ||
}; | ||
bgColor?: { | ||
backgroundColor?: CSSProperties['backgroundColor']; | ||
}; | ||
primaryText?: { | ||
fontWeight?: CSSProperties['fontWeight']; | ||
}; | ||
secondary?: { | ||
backgroundColor?: CSSProperties['backgroundColor']; | ||
}; | ||
whitebox?: { | ||
borderRadius?: CSSProperties['borderRadius']; | ||
}; | ||
coverImage?: { | ||
width?: CSSProperties['width']; | ||
height?: CSSProperties['height']; | ||
border?: CSSProperties['border']; | ||
margin?: CSSProperties['margin']; | ||
}; | ||
} | ||
//# sourceMappingURL=themeTypes.d.ts.map |
{ | ||
"name": "ricos-types", | ||
"version": "8.70.31", | ||
"version": "8.70.32", | ||
"author": { | ||
@@ -45,4 +45,4 @@ "name": "Oded Soffrin", | ||
"dependencies": { | ||
"ricos-content": "8.70.31", | ||
"ricos-schema": "8.70.31" | ||
"ricos-content": "8.70.32", | ||
"ricos-schema": "8.70.32" | ||
}, | ||
@@ -49,0 +49,0 @@ "unpkg": true, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
185903
1244
+ Addedricos-content@8.70.32(transitive)
+ Addedricos-schema@8.70.32(transitive)
- Removedricos-content@8.70.31(transitive)
- Removedricos-schema@8.70.31(transitive)
Updatedricos-content@8.70.32
Updatedricos-schema@8.70.32