Socket
Socket
Sign inDemoInstall

@openware/components

Package Overview
Dependencies
48
Maintainers
5
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.32 to 2.0.33

docs/build/bundle.68ca53a5.js

5

dist/atoms/Loader/Loader.d.ts
import * as React from 'react';
interface LoaderProps {
/**
* Defines the size of a loader
* @default 30
*/
size?: number;
/**
* Additional classname

@@ -10,0 +5,0 @@ */

@@ -11,7 +11,15 @@ import * as React from 'react';

children?: string | number;
/**
* Number of highlighted digits (without opacity) starting from the end
* By default only integer part of the number is highlighted
*/
highlightedNumbersAmount?: number;
}
declare class Decimal extends React.Component<DecimalProps> {
static format(value: DecimalProps['children'], fixed: number): string;
static getNumberBeforeDot(value: DecimalProps['children'], fixed: number): number;
static getNumberAfterDot(value: DecimalProps['children'], fixed: number): string | undefined;
render(): JSX.Element;
private highlightNumbers;
}
export { Decimal, DecimalProps, };
import * as React from 'react';
interface LoaderProps {
/**
* Defines the size of a loader
* @default 30
*/
size?: number;
/**
* Additional classname

@@ -10,0 +5,0 @@ */

@@ -11,7 +11,15 @@ import * as React from 'react';

children?: string | number;
/**
* Number of highlighted digits (without opacity) starting from the end
* By default only integer part of the number is highlighted
*/
highlightedNumbersAmount?: number;
}
declare class Decimal extends React.Component<DecimalProps> {
static format(value: DecimalProps['children'], fixed: number): string;
static getNumberBeforeDot(value: DecimalProps['children'], fixed: number): number;
static getNumberAfterDot(value: DecimalProps['children'], fixed: number): string | undefined;
render(): JSX.Element;
private highlightNumbers;
}
export { Decimal, DecimalProps, };

2

package.json
{
"name": "@openware/components",
"version": "2.0.32",
"version": "2.0.33",
"description": "CryptoBase React UI Components",

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

@@ -6,3 +6,3 @@ Decimal format example:

Decimal.format(123131.232, fixed)
<Decimal fixed={fixed} highlightedNumbersAmount={3}>1234.56789</Decimal>
```

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc