Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ricos-types

Package Overview
Dependencies
Maintainers
1
Versions
488
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ricos-types - npm Package Compare versions

Comparing version 8.70.31 to 8.70.32

24

dist/src/themeTypes.d.ts

@@ -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

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc