@fluentui/react-label
Advanced tools
Comparing version 9.1.71 to 9.1.72
@@ -84,2 +84,3 @@ "use strict"; | ||
const useLabelStyles_unstable = (state)=>{ | ||
'use no memo'; | ||
const styles = useStyles(); | ||
@@ -86,0 +87,0 @@ state.root.className = (0, _react.mergeClasses)(labelClassNames.root, styles.root, state.disabled && styles.disabled, styles[state.size], state.weight === 'semibold' && styles.semibold, state.root.className); |
@@ -49,2 +49,4 @@ import { __styles, mergeClasses } from '@griffel/react'; | ||
export const useLabelStyles_unstable = state => { | ||
'use no memo'; | ||
const styles = useStyles(); | ||
@@ -51,0 +53,0 @@ state.root.className = mergeClasses(labelClassNames.root, styles.root, state.disabled && styles.disabled, styles[state.size], state.weight === 'semibold' && styles.semibold, state.root.className); |
{ | ||
"name": "@fluentui/react-label", | ||
"version": "9.1.71", | ||
"version": "9.1.72", | ||
"description": "Fluent UI React Label component", | ||
@@ -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" | ||
}, | ||
@@ -39,4 +38,4 @@ "devDependencies": { | ||
"@fluentui/react-theme": "^9.1.19", | ||
"@fluentui/react-utilities": "^9.18.10", | ||
"@fluentui/react-jsx-runtime": "^9.0.39", | ||
"@fluentui/react-utilities": "^9.18.11", | ||
"@fluentui/react-jsx-runtime": "^9.0.40", | ||
"@griffel/react": "^1.5.22", | ||
@@ -43,0 +42,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
133989
417