Socket
Socket
Sign inDemoInstall

@fluentui/react-badge

Package Overview
Dependencies
Maintainers
0
Versions
897
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 9.2.38 to 9.2.39

1

lib-commonjs/components/Badge/useBadgeStyles.styles.js

@@ -570,2 +570,3 @@ "use strict";

const useBadgeStyles_unstable = (state)=>{
'use no memo';
const rootClassName = useRootClassName();

@@ -572,0 +573,0 @@ const rootStyles = useRootStyles();

@@ -54,2 +54,3 @@ "use strict";

const useCounterBadgeStyles_unstable = (state)=>{
'use no memo';
const styles = useStyles();

@@ -56,0 +57,0 @@ state.root.className = (0, _react.mergeClasses)(counterBadgeClassNames.root, state.dot && styles.dot, !state.root.children && !state.dot && styles.hide, state.root.className);

@@ -108,2 +108,3 @@ "use strict";

const usePresenceBadgeStyles_unstable = (state)=>{
'use no memo';
const rootClassName = useRootClassName();

@@ -110,0 +111,0 @@ const iconClassName = useIconClassName();

@@ -320,2 +320,4 @@ import { shorthands, __resetStyles, __styles, mergeClasses } from '@griffel/react';

export const useBadgeStyles_unstable = state => {
'use no memo';
const rootClassName = useRootClassName();

@@ -322,0 +324,0 @@ const rootStyles = useRootStyles();

@@ -30,2 +30,4 @@ import { mergeClasses, __styles } from '@griffel/react';

export const useCounterBadgeStyles_unstable = state => {
'use no memo';
const styles = useStyles();

@@ -32,0 +34,0 @@ state.root.className = mergeClasses(counterBadgeClassNames.root, state.dot && styles.dot, !state.root.children && !state.dot && styles.hide, state.root.className);

@@ -72,2 +72,4 @@ import { __resetStyles, __styles, mergeClasses } from '@griffel/react';

export const usePresenceBadgeStyles_unstable = state => {
'use no memo';
const rootClassName = useRootClassName();

@@ -74,0 +76,0 @@ const iconClassName = useIconClassName();

15

package.json
{
"name": "@fluentui/react-badge",
"version": "9.2.38",
"version": "9.2.39",
"description": "React components for building web experiences",

@@ -23,6 +23,5 @@ "main": "lib-commonjs/index.js",

"test": "jest --passWithNoTests",
"storybook": "start-storybook",
"type-check": "tsc -b tsconfig.json",
"generate-api": "just-scripts generate-api",
"test-ssr": "test-ssr \"./stories/**/*.stories.tsx\""
"storybook": "yarn --cwd ../stories storybook",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api"
},

@@ -37,7 +36,7 @@ "devDependencies": {

"dependencies": {
"@fluentui/react-icons": "^2.0.239",
"@fluentui/react-jsx-runtime": "^9.0.39",
"@fluentui/react-icons": "^2.0.245",
"@fluentui/react-jsx-runtime": "^9.0.40",
"@fluentui/react-shared-contexts": "^9.19.0",
"@fluentui/react-theme": "^9.1.19",
"@fluentui/react-utilities": "^9.18.10",
"@fluentui/react-utilities": "^9.18.11",
"@griffel/react": "^1.5.22",

@@ -44,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

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