Socket
Socket
Sign inDemoInstall

@highlight-ui/utils-commons

Package Overview
Dependencies
Maintainers
4
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highlight-ui/utils-commons - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

1

dist/cjs/src/types.d.ts

@@ -23,1 +23,2 @@ export declare type FontFamily = 'regular' | 'light' | 'solid';

export declare type OutlineVariant = 'default' | 'warning' | 'error';
export declare type ValidationStatus = 'validating' | 'valid' | 'invalid' | 'warning';

@@ -23,1 +23,2 @@ export declare type FontFamily = 'regular' | 'light' | 'solid';

export declare type OutlineVariant = 'default' | 'warning' | 'error';
export declare type ValidationStatus = 'validating' | 'valid' | 'invalid' | 'warning';

4

package.json
{
"name": "@highlight-ui/utils-commons",
"version": "1.2.2",
"version": "1.3.0",
"author": "PPU",

@@ -40,3 +40,3 @@ "main": "dist/cjs/index.js",

},
"gitHead": "b23625e1ee38082febededafbfdadea9ff4ebb6d"
"gitHead": "06c169a0a1c3216e155becb23eee1b802518d5fd"
}

@@ -36,2 +36,3 @@ # `@highlight-ui/utils-commons`

| OutlineVariant | Allowed outlines on input elements |
| ValidationStatus | Used for specifying validations status for a message or a file |

@@ -38,0 +39,0 @@ ## Exported Functions

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