@loadsmart/loadsmart-ui
Advanced tools
Comparing version 0.8.1 to 0.8.2
import React, { ButtonHTMLAttributes, ReactNode } from 'react'; | ||
import ColorScheme from '../../utils/types/ColorScheme'; | ||
import type ColorScheme from 'utils/types/ColorScheme'; | ||
interface WithSizeProps { | ||
@@ -4,0 +4,0 @@ size?: 'small' | 'default' | 'large'; |
@@ -1,2 +0,2 @@ | ||
import { InterpolatedStyle } from '../utils/types/InterpolatedStyle'; | ||
import { InterpolatedStyle } from 'utils/types/InterpolatedStyle'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Add basic CSS style wrapping block for `:active` state. |
@@ -1,2 +0,2 @@ | ||
import { InterpolatedStyle } from '../utils/types/InterpolatedStyle'; | ||
import { InterpolatedStyle } from 'utils/types/InterpolatedStyle'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Add basic CSS style wrapping block for `:disabled` state or `.is-disabled` class. |
@@ -1,2 +0,2 @@ | ||
import { InterpolatedStyle } from '../utils/types/InterpolatedStyle'; | ||
import { InterpolatedStyle } from 'utils/types/InterpolatedStyle'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Add basic CSS style wrapping block for `:active` state. |
@@ -1,3 +0,3 @@ | ||
import { ThemeToken } from '../utils/ui/theming'; | ||
import { InterpolatedStyle } from '../utils/types/InterpolatedStyle'; | ||
import { ThemeToken } from '../theming'; | ||
import type { InterpolatedStyle } from '../utils/types/InterpolatedStyle'; | ||
interface FontStyleOptions { | ||
@@ -4,0 +4,0 @@ family?: ThemeToken; |
@@ -1,2 +0,2 @@ | ||
import { ThemeTokenValue } from '../ui/theming'; | ||
import type { ThemeTokenValue } from '../../theming'; | ||
export declare type InterpolatedStyle = (ThemeTokenValue | ((...args: unknown[]) => ThemeTokenValue))[]; |
{ | ||
"name": "@loadsmart/loadsmart-ui", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Loadsmart UI", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
@@ -1,3 +0,3 @@ | ||
import { ThemeTokenValue } from '../ui/theming' | ||
import type { ThemeTokenValue } from '../../theming' | ||
export type InterpolatedStyle = (ThemeTokenValue | ((...args: unknown[]) => ThemeTokenValue))[] |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
86
6567
451207