Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-badge

Package Overview
Dependencies
Maintainers
0
Versions
934
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-badge - npm Package Compare versions

Comparing version 0.0.0-nightly-20240727-0949.1 to 0.0.0-nightly-20240727-2000.1

4

lib/components/Badge/Badge.js

@@ -8,5 +8,3 @@ import * as React from 'react';

* Define a styled Badge, using the `useBadge_unstable` hook.
*/ //TODO: migrate to fc to ensure v18 compatibility
// eslint-disable-next-line deprecation/deprecation
export const Badge = /*#__PURE__*/ React.forwardRef((props, ref)=>{
*/ export const Badge = /*#__PURE__*/ React.forwardRef((props, ref)=>{
const state = useBadge_unstable(props, ref);

@@ -13,0 +11,0 @@ useBadgeStyles_unstable(state);

@@ -8,5 +8,3 @@ import * as React from 'react';

* Define a styled CounterBadge, using the `useCounterBadge_unstable` hook.
*/ //TODO: migrate to fc to ensure v18 compatibility
// eslint-disable-next-line deprecation/deprecation
export const CounterBadge = /*#__PURE__*/ React.forwardRef((props, ref)=>{
*/ export const CounterBadge = /*#__PURE__*/ React.forwardRef((props, ref)=>{
const state = useCounterBadge_unstable(props, ref);

@@ -13,0 +11,0 @@ useCounterBadgeStyles_unstable(state);

@@ -8,5 +8,3 @@ import * as React from 'react';

* Define a styled Badge, using the `useBadge_unstable` hook.
*/ //TODO: migrate to fc to ensure v18 compatibility
// eslint-disable-next-line deprecation/deprecation
export const PresenceBadge = /*#__PURE__*/ React.forwardRef((props, ref)=>{
*/ export const PresenceBadge = /*#__PURE__*/ React.forwardRef((props, ref)=>{
const state = usePresenceBadge_unstable(props, ref);

@@ -13,0 +11,0 @@ usePresenceBadgeStyles_unstable(state);

{
"name": "@fluentui/react-badge",
"version": "0.0.0-nightly-20240727-0949.1",
"version": "0.0.0-nightly-20240727-2000.1",
"description": "React components for building web experiences",

@@ -29,4 +29,4 @@ "main": "lib-commonjs/index.js",

"@fluentui/eslint-plugin": "*",
"@fluentui/react-conformance": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-conformance": "0.0.0-nightly-20240727-2000.1",
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20240727-2000.1",
"@fluentui/scripts-api-extractor": "*",

@@ -37,6 +37,6 @@ "@fluentui/scripts-tasks": "*"

"@fluentui/react-icons": "^2.0.245",
"@fluentui/react-jsx-runtime": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-theme": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-utilities": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-jsx-runtime": "0.0.0-nightly-20240727-2000.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240727-2000.1",
"@fluentui/react-theme": "0.0.0-nightly-20240727-2000.1",
"@fluentui/react-utilities": "0.0.0-nightly-20240727-2000.1",
"@griffel/react": "^1.5.22",

@@ -43,0 +43,0 @@ "@swc/helpers": "^0.5.1"

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

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