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

@freska/freska-ui

Package Overview
Dependencies
Maintainers
4
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freska/freska-ui - npm Package Compare versions

Comparing version 2.9.1 to 2.9.2

28

dist/index.d.ts

@@ -116,3 +116,3 @@ import {

export interface BoxProps
extends HTMLAttributes<HTMLDivElement>,
extends Omit<HTMLAttributes<HTMLDivElement>, 'color'>,
BorderProps,

@@ -132,3 +132,3 @@ ColorProps,

export interface CardProps
extends HTMLAttributes<HTMLDivElement>,
extends Omit<HTMLAttributes<HTMLDivElement>, 'color'>,
BorderProps,

@@ -419,14 +419,14 @@ ColorProps,

export interface Typography {
heading1: ThemedCssFunction;
heading2: ThemedCssFunction;
heading3: ThemedCssFunction;
fontRegular: ThemedCssFunction;
fontLarge: ThemedCssFunction;
fontSmall: ThemedCssFunction;
fontLabel: ThemedCssFunction;
fontSmaller: ThemedCssFunction;
fontBold: ThemedCssFunction;
text: ThemedCssFunction;
intro: ThemedCssFunction;
link: ThemedCssFunction;
heading1: ThemedCssFunction<Theme>;
heading2: ThemedCssFunction<Theme>;
heading3: ThemedCssFunction<Theme>;
fontRegular: ThemedCssFunction<Theme>;
fontLarge: ThemedCssFunction<Theme>;
fontSmall: ThemedCssFunction<Theme>;
fontLabel: ThemedCssFunction<Theme>;
fontSmaller: ThemedCssFunction<Theme>;
fontBold: ThemedCssFunction<Theme>;
text: ThemedCssFunction<Theme>;
intro: ThemedCssFunction<Theme>;
link: ThemedCssFunction<Theme>;
}

@@ -433,0 +433,0 @@

{
"name": "@freska/freska-ui",
"version": "2.9.1",
"version": "2.9.2",
"private": false,

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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