nitro-web 0.2.15 → 0.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -537,12 +537,12 @@ export function Styleguide({ className, elements, children, currencies, groups }
|
|
|
537
537
|
/>
|
|
538
538
|
</div>
|
|
539
539
|
<div>
|
|
540
|
-
<label for="combobox">JSX label + custom search</label>
|
|
540
|
+
<label for="combobox">JSX label + custom search matching</label>
|
|
541
541
|
<Select
|
|
542
542
|
name="jsxlabel"
|
|
543
543
|
state={state}
|
|
544
544
|
onChange={(e) => onChange(e, setState)}
|
|
545
|
-
menuIsOpen={true}
|
|
545
|
+
// menuIsOpen={true}
|
|
546
546
|
options={useMemo(() => [
|
|
547
547
|
{ value: '11', label: <div class="inline-block bg-blue-300">Blue</div>, labelSearch: 'BL - blue', noTruncate: true },
|
|
548
548
|
{ value: '22', label: <div class="inline-block bg-green-300">Green</div>, labelSearch: 'GR - green', noTruncate: true },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nitro-web",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
4
4
|
"repository": "github:boycce/nitro-web",
|
|
5
5
|
"homepage": "https://boycce.github.io/nitro-web/",
|
|
6
6
|
"description": "Nitro is a battle-tested, modular base project to turbocharge your projects, styled using Tailwind 🚀",
|