@interlay/theme
Advanced tools
Comparing version 1.0.0-next.4 to 1.0.0-next.5
@@ -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 }; |
@@ -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
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
168659
5072