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

@loadsmart/miranda-react

Package Overview
Dependencies
Maintainers
19
Versions
314
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loadsmart/miranda-react - npm Package Compare versions

Comparing version 1.22.1 to 1.22.2

2

dist/components/Banner/Banner.stories.d.ts
import type { Story, Meta } from '@storybook/react/types-6-0';
import { type BannerVariant } from '.';
import type { BannerVariant } from '.';
declare const meta: Meta;

@@ -4,0 +4,0 @@ export declare const Playground: Story<{

import type { Story, Meta } from '@storybook/react/types-6-0';
import { type ButtonProps } from './Button';
import type { ButtonProps } from './Button';
declare const meta: Meta;
export declare const Playground: Story<ButtonProps>;
export default meta;
import type { HTMLAttributes } from 'react';
import { CardProps as WCCardProps } from '@loadsmart/miranda-wc';
import type { CardProps as WCCardProps } from '@loadsmart/miranda-wc';
import { CardTitle } from './CardTitle';

@@ -4,0 +4,0 @@ import { CardSubtitle } from './CardSubtitle';

import type { Story, Meta } from '@storybook/react/types-6-0';
import { type CardProps } from './Card';
import type { CardProps } from './Card';
declare const meta: Meta;

@@ -4,0 +4,0 @@ export declare const Playground: Story<CardProps>;

import type { ReactNode, HTMLAttributes } from 'react';
import { Checkbox as WCCheckbox, type CheckboxProps as WCCheckboxProps, type CheckboxChangeEventDetail } from '@loadsmart/miranda-wc';
import { Checkbox as WCCheckbox } from '@loadsmart/miranda-wc';
import type { CheckboxProps as WCCheckboxProps, CheckboxChangeEventDetail } from '@loadsmart/miranda-wc';
export interface CheckboxHTMLAttributes extends Omit<HTMLAttributes<WCCheckbox>, 'onChange'>, WCCheckboxProps {

@@ -4,0 +5,0 @@ onChange?: (event: CustomEvent<CheckboxChangeEventDetail>) => void;

import type { Story, Meta } from '@storybook/react/types-6-0';
import { type DialogSize, type DialogVariant } from '.';
import type { DialogSize, DialogVariant } from '.';
declare const meta: Meta;

@@ -4,0 +4,0 @@ export default meta;

import type { HTMLAttributes } from 'react';
import { Field as WCField, FieldProps as WCFieldProps } from '@loadsmart/miranda-wc';
import type { FieldProps as WCFieldProps } from '@loadsmart/miranda-wc';
import { Field as WCField } from '@loadsmart/miranda-wc';
import { FieldLabel } from './FieldLabel';

@@ -4,0 +5,0 @@ import { FieldHint } from './FieldHint';

import type { Story, Meta } from '@storybook/react/types-6-0';
import { type FieldProps } from './Field';
import type { FieldProps } from './Field';
declare const meta: Meta;

@@ -4,0 +4,0 @@ export declare const Playground: Story<FieldProps>;

import type { HTMLAttributes } from 'react';
import { BoxProps as WCBoxProps } from '@loadsmart/miranda-wc';
import type { BoxProps as WCBoxProps } from '@loadsmart/miranda-wc';
export type BoxProps = HTMLAttributes<HTMLElement> & WCBoxProps;

@@ -4,0 +4,0 @@ declare global {

import type { HTMLAttributes } from 'react';
import { GridProps as WCGridProps, GridAttributes } from '@loadsmart/miranda-wc';
import type { GridProps as WCGridProps, GridAttributes } from '@loadsmart/miranda-wc';
export type GridProps = HTMLAttributes<HTMLElement> & WCGridProps;

@@ -4,0 +4,0 @@ declare global {

import type { HTMLAttributes } from 'react';
import { GroupProps as WCGroupProps, GroupAttributes } from '@loadsmart/miranda-wc';
import type { GroupProps as WCGroupProps, GroupAttributes } from '@loadsmart/miranda-wc';
export type GroupProps = HTMLAttributes<HTMLElement> & WCGroupProps;

@@ -4,0 +4,0 @@ declare global {

import type { HTMLAttributes } from 'react';
import type { SidebarAttributes, SidebarProps as WCSidebarProps } from '@loadsmart/miranda-wc';
import { type BoxProps } from './Box';
import type { BoxProps } from './Box';
declare global {

@@ -5,0 +5,0 @@ namespace JSX {

import * as React from 'react';
import type { HTMLAttributes } from 'react';
import { StackProps as WCStackProps, StackAttributes } from '@loadsmart/miranda-wc';
import type { StackProps as WCStackProps, StackAttributes } from '@loadsmart/miranda-wc';
export type StackProps = React.HTMLAttributes<HTMLElement> & WCStackProps;

@@ -5,0 +5,0 @@ declare global {

import * as React from 'react';
import type { HTMLAttributes } from 'react';
import { SwitcherProps as WCSwitcherProps, SwitcherAttributes } from '@loadsmart/miranda-wc';
import type { SwitcherProps as WCSwitcherProps, SwitcherAttributes } from '@loadsmart/miranda-wc';
export type SwitcherProps = React.HTMLAttributes<HTMLElement> & WCSwitcherProps;

@@ -5,0 +5,0 @@ declare global {

import type { Story, Meta } from '@storybook/react/types-6-0';
import { type ProgressBarProps } from './ProgressBar';
import type { ProgressBarProps } from './ProgressBar';
declare const meta: Meta;
export declare const Playground: Story<ProgressBarProps>;
export default meta;
import type { Story, Meta } from '@storybook/react/types-6-0';
import { type ProgressBarCountdownProps } from './ProgressBarCountdown';
import type { ProgressBarCountdownProps } from './ProgressBarCountdown';
declare const meta: Meta;
export declare const Playground: Story<ProgressBarCountdownProps>;
export default meta;
import type { Story, Meta } from '@storybook/react/types-6-0';
import { RadioGroupProps } from './RadioGroup';
import type { RadioGroupProps } from './RadioGroup';
declare const meta: Meta;
export declare const Playground: Story<RadioGroupProps>;
export default meta;
import type { Story, Meta } from '@storybook/react/types-6-0';
import { type TabsProps } from './Tabs';
import type { TabsProps } from './Tabs';
declare const meta: Meta;
export declare const Playground: Story<TabsProps>;
export default meta;
import type { HTMLAttributes, ReactNode } from 'react';
import { Tag as WCTag, TagProps as WCTagProps, TagVariant, TagSize } from '@loadsmart/miranda-wc';
import type { TagProps as WCTagProps, TagVariant, TagSize } from '@loadsmart/miranda-wc';
import { Tag as WCTag } from '@loadsmart/miranda-wc';
export interface TagProps extends HTMLAttributes<HTMLSpanElement>, WCTagProps {

@@ -4,0 +5,0 @@ leading?: ReactNode;

import type { Story, Meta } from '@storybook/react/types-6-0';
import { type TagProps } from './Tag';
import type { TagProps } from './Tag';
declare const meta: Meta;
export declare const Playground: Story<TagProps>;
export default meta;
import * as React from 'react';
import type { HTMLAttributes } from 'react';
import { Text as WCText, TextProps as WCTextProps } from '@loadsmart/miranda-wc';
import type { TextProps as WCTextProps } from '@loadsmart/miranda-wc';
import { Text as WCText } from '@loadsmart/miranda-wc';
type WCTextType = Omit<HTMLAttributes<WCText>, 'color'>;

@@ -5,0 +6,0 @@ export interface TextProps extends WCTextType, WCTextProps {

import type { Story, Meta } from '@storybook/react/types-6-0';
import { type TextProps } from './Text';
import type { TextProps } from './Text';
declare const meta: Meta;
export declare const Playground: Story<TextProps>;
export default meta;
import type { HTMLAttributes, ReactNode } from 'react';
import { TextField as WCTextField, TextFieldProps as WCTextFieldProps } from '@loadsmart/miranda-wc';
import type { TextFieldProps as WCTextFieldProps } from '@loadsmart/miranda-wc';
import { TextField as WCTextField } from '@loadsmart/miranda-wc';
export interface TextFieldProps extends Omit<HTMLAttributes<WCTextField>, 'onChange' | 'onInput'>, Omit<WCTextFieldProps, 'input' | 'change' | 'm-clear'> {

@@ -4,0 +5,0 @@ leading?: ReactNode;

import type { Story, Meta } from '@storybook/react/types-6-0';
import { type TextFieldProps } from './TextField';
import type { TextFieldProps } from './TextField';
declare const meta: Meta;
export declare const Playground: Story<TextFieldProps>;
export default meta;
import type { Story, Meta } from '@storybook/react/types-6-0';
import { type ToggleGroupProps } from './ToggleGroup';
import type { ToggleGroupProps } from './ToggleGroup';
declare const meta: Meta;
export declare const Playground: Story<ToggleGroupProps>;
export default meta;
{
"name": "@loadsmart/miranda-react",
"version": "1.22.1",
"version": "1.22.2",
"description": "React component library based on Miranda Web Components",

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

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