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

@fluentui/react-search

Package Overview
Dependencies
Maintainers
12
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-search - npm Package Compare versions

Comparing version 9.0.20 to 9.0.21

18

CHANGELOG.md
# Change Log - @fluentui/react-search
This log was last generated on Tue, 15 Oct 2024 17:13:32 GMT and should not be manually modified.
This log was last generated on Mon, 11 Nov 2024 09:55:18 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.21)
Mon, 11 Nov 2024 09:55:18 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search_v9.0.20..@fluentui/react-search_v9.0.21)
### Patches
- fix SearchBox contentAfter hidden clickable ([PR #33005](https://github.com/microsoft/fluentui/pull/33005) by carla.muntean@microsoft.com)
- chore: replace npm-scripts and just-scrtips with nx inferred tasks ([PR #33074](https://github.com/microsoft/fluentui/pull/33074) by martinhochel@microsoft.com)
- Bump @fluentui/react-input to v9.4.92 ([PR #31887](https://github.com/microsoft/fluentui/pull/31887) by beachball)
- Bump @fluentui/react-jsx-runtime to v9.0.46 ([PR #31887](https://github.com/microsoft/fluentui/pull/31887) by beachball)
- Bump @fluentui/react-theme to v9.1.22 ([PR #31887](https://github.com/microsoft/fluentui/pull/31887) by beachball)
- Bump @fluentui/react-utilities to v9.18.17 ([PR #31887](https://github.com/microsoft/fluentui/pull/31887) by beachball)
## [9.0.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-search_v9.0.20)
Tue, 15 Oct 2024 17:13:32 GMT
Tue, 15 Oct 2024 17:17:53 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-search_v9.0.19..@fluentui/react-search_v9.0.20)

@@ -11,0 +25,0 @@

17

lib-commonjs/components/SearchBox/useSearchBoxStyles.styles.js

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

rest: {
abs64n: "fk73vx1",
Bqenvij: "fniina8",

@@ -146,3 +145,6 @@ a9b677: "f3tsq5r",

"fhxju0i"
]
],
B68tc82: 0,
Bmxbyg5: 0,
Bpg54ce: "f1a3p1vp"
}

@@ -154,7 +156,12 @@ }, {

".f1ufnopg{column-gap:var(--spacingHorizontalXS);}",
".fk73vx1{opacity:0;}",
".fniina8{height:0;}",
".f3tsq5r{width:0;}",
".f1cnd47f{padding-left:0;}",
".fhxju0i{padding-right:0;}"
".fhxju0i{padding-right:0;}",
[
".f1a3p1vp{overflow:hidden;}",
{
p: -1
}
]
]

@@ -207,2 +214,2 @@ });

return state;
}; //# sourceMappingURL=useSearchBoxStyles.styles.js.map
};

@@ -64,9 +64,13 @@ import { __resetStyles, __styles, mergeClasses } from '@griffel/react';

rest: {
abs64n: "fk73vx1",
Bqenvij: "fniina8",
a9b677: "f3tsq5r",
uwmqm3: ["f1cnd47f", "fhxju0i"]
uwmqm3: ["f1cnd47f", "fhxju0i"],
B68tc82: 0,
Bmxbyg5: 0,
Bpg54ce: "f1a3p1vp"
}
}, {
d: [".f1uw59to{padding-left:var(--spacingHorizontalM);}", ".fw5db7e{padding-right:var(--spacingHorizontalM);}", ".f1ufnopg{column-gap:var(--spacingHorizontalXS);}", ".fk73vx1{opacity:0;}", ".fniina8{height:0;}", ".f3tsq5r{width:0;}", ".f1cnd47f{padding-left:0;}", ".fhxju0i{padding-right:0;}"]
d: [".f1uw59to{padding-left:var(--spacingHorizontalM);}", ".fw5db7e{padding-right:var(--spacingHorizontalM);}", ".f1ufnopg{column-gap:var(--spacingHorizontalXS);}", ".fniina8{height:0;}", ".f3tsq5r{width:0;}", ".f1cnd47f{padding-left:0;}", ".fhxju0i{padding-right:0;}", [".f1a3p1vp{overflow:hidden;}", {
p: -1
}]]
});

@@ -119,3 +123,2 @@ const useDismissClassName = /*#__PURE__*/__resetStyles("r1pvzcuu", null, [".r1pvzcuu{box-sizing:border-box;color:var(--colorNeutralForeground3);display:flex;cursor:pointer;}", ".r1pvzcuu>svg{font-size:20px;}"]);

return state;
};
//# sourceMappingURL=useSearchBoxStyles.styles.js.map
};
{
"name": "@fluentui/react-search",
"version": "9.0.20",
"version": "9.0.21",
"description": "Search input for Fluent UI v9",

@@ -14,14 +14,2 @@ "main": "lib-commonjs/index.js",

"license": "MIT",
"scripts": {
"build": "just-scripts build",
"clean": "just-scripts clean",
"code-style": "just-scripts code-style",
"just": "just-scripts",
"lint": "just-scripts lint",
"test": "jest --passWithNoTests",
"type-check": "just-scripts type-check",
"generate-api": "just-scripts generate-api",
"storybook": "yarn --cwd ../stories storybook",
"start": "yarn storybook"
},
"devDependencies": {

@@ -31,11 +19,10 @@ "@fluentui/eslint-plugin": "*",

"@fluentui/react-conformance-griffel": "*",
"@fluentui/scripts-api-extractor": "*",
"@fluentui/scripts-tasks": "*"
"@fluentui/scripts-api-extractor": "*"
},
"dependencies": {
"@fluentui/react-icons": "^2.0.245",
"@fluentui/react-input": "^9.4.91",
"@fluentui/react-jsx-runtime": "^9.0.45",
"@fluentui/react-theme": "^9.1.21",
"@fluentui/react-utilities": "^9.18.16",
"@fluentui/react-input": "^9.4.92",
"@fluentui/react-jsx-runtime": "^9.0.46",
"@fluentui/react-theme": "^9.1.22",
"@fluentui/react-utilities": "^9.18.17",
"@griffel/react": "^1.5.22",

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

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

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