New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@loadsmart/loadsmart-ui

Package Overview
Dependencies
Maintainers
22
Versions
273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loadsmart/loadsmart-ui - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

dist/conditional-8602cf1f.js

2

dist/components/Button/Button.d.ts
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

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