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
312
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.19.0 to 1.20.0

10

dist/components/Text/Text.d.ts
import * as React from 'react';
import type { HTMLAttributes } from 'react';
import { Text as WCText, TextProps as WCTextProps } from '@loadsmart/miranda-wc';
export type TextProps = React.HTMLAttributes<HTMLElement> & WCTextProps;
type WCTextType = Omit<HTMLAttributes<WCText>, 'color'>;
export interface TextProps extends WCTextType, WCTextProps {
style?: React.CSSProperties & {
'--m-text-display'?: string;
'--m-text-max-width'?: string;
};
}
declare global {
namespace JSX {
interface IntrinsicElements {
'm-text': HTMLAttributes<WCText> & WCTextProps;
'm-text': HTMLAttributes<WCText>;
}

@@ -10,0 +16,0 @@ }

3

package.json
{
"name": "@loadsmart/miranda-react",
"version": "1.19.0",
"version": "1.20.0",
"description": "React component library based on Miranda Web Components",

@@ -30,2 +30,3 @@ "main": "dist/index.js",

"@testing-library/user-event": "^14.4.3",
"@types/chance": "^1.1.3",
"@types/react": "^18.2.5",

@@ -32,0 +33,0 @@ "@types/react-dom": "^18.2.4",

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