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

@interlay/theme

Package Overview
Dependencies
Maintainers
5
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interlay/theme - npm Package Compare versions

Comparing version 1.0.0-next.4 to 1.0.0-next.5

6

dist/index.d.ts

@@ -1094,2 +1094,6 @@ import { StyledObject } from 'styled-components/dist/types';

export { type AccordionVariants, type AlertStatus, type AlignItems, type AlignSelf, type BreakPoints$1 as BreakPoints, type ButtonColors, type ButtonSizes, type ButtonVariants, type CTASizes, type CTAVariants, type Color, type ComponentLibraryTheme, type DialogSize, type Direction, type DividerSizes, type FontSize, type FontWeight, type IconsSizes, type InputSizes, type JustifyContent, type LabelPosition, type LineHeight, type MarginProps, type MaxWidth, type MeterVariants, type NormalAlignments, type Orientation, type Overflow, type PaddingProps, type Placement, type ProgressBarSize, type ResponsiveProp, type Rounded, type Spacing, type SpinnerColors, type SpinnerSizes, type Status, type TabsSize, type Theme, type TokenInputSize, type TransitionDuration, type TransitionProperty, type TransitionTimingFunction, type Typography, type Variants, type Wrap, bobTheme, breakpoints, base as theme };
declare const rem: (value: number, base?: number) => string;
declare const style: <T extends Record<string, any>>(baseStyle: T) => (key: keyof T, unit?: 'rem' | 'px', base?: number) => string;
declare const hexToRgba: (hex: string, opacity: number) => string;
export { type AccordionVariants, type AlertStatus, type AlignItems, type AlignSelf, type BreakPoints$1 as BreakPoints, type ButtonColors, type ButtonSizes, type ButtonVariants, type CTASizes, type CTAVariants, type Color, type ComponentLibraryTheme, type DialogSize, type Direction, type DividerSizes, type FontSize, type FontWeight, type IconsSizes, type InputSizes, type JustifyContent, type LabelPosition, type LineHeight, type MarginProps, type MaxWidth, type MeterVariants, type NormalAlignments, type Orientation, type Overflow, type PaddingProps, type Placement, type ProgressBarSize, type ResponsiveProp, type Rounded, type Spacing, type SpinnerColors, type SpinnerSizes, type Status, type TabsSize, type Theme, type TokenInputSize, type TransitionDuration, type TransitionProperty, type TransitionTimingFunction, type Typography, type Variants, type Wrap, bobTheme, breakpoints, hexToRgba, rem, style, base as theme };

10

dist/index.js

@@ -26,2 +26,5 @@ "use client";

breakpoints: () => breakpoints2,
hexToRgba: () => hexToRgba,
rem: () => rem,
style: () => style,
theme: () => base_default

@@ -858,3 +861,3 @@ });

track: {
background: color2("grey-500")
background: color2("grey-800")
},

@@ -904,3 +907,3 @@ fill: {

balance: {
padding: `${spacing("xxs")} 0`,
padding: `${spacing("s")} 0`,
color: color2("primary-500"),

@@ -1813,3 +1816,6 @@ fontWeight: fontWeight("medium"),

breakpoints,
hexToRgba,
rem,
style,
theme
});
{
"name": "@interlay/theme",
"version": "1.0.0-next.4",
"version": "1.0.0-next.5",
"description": "The default theme for Interlay UI components",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/interlay/ui#readme",

Sorry, the diff of this file is not supported yet

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