nitro-web 0.0.193 → 0.0.194

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.
@@ -487,17 +487,17 @@ export function Styleguide({ className, elements, children, currencies, groups }
487
487
  {
488
488
  value: '1',
489
489
  label: 'Wayne Enterprises',
490
- IconLeft: <Initials initials="WE" className="inline-flex my-[-3px] mr-2 flex-shrink-0" />,
490
+ IconLeft: <Initials initials="WE" className="inline-flex my-[-2px] mr-2 flex-shrink-0" />,
491
491
  },
492
492
  {
493
493
  value: '2',
494
494
  label: 'Iceberg Lounge Limited',
495
- IconLeft: <Initials initials="IL" className="inline-flex my-[-3px] mr-2 flex-shrink-0" />,
495
+ IconLeft: <Initials initials="IL" className="inline-flex my-[-2px] mr-2 flex-shrink-0" />,
496
496
  },
497
497
  {
498
498
  value: '3',
499
499
  label: 'Ace Chemicals Company',
500
- IconLeft: <Initials initials="AC" className="inline-flex my-[-3px] mr-2 flex-shrink-0" />,
500
+ IconLeft: <Initials initials="AC" className="inline-flex my-[-2px] mr-2 flex-shrink-0" />,
501
501
  },
502
502
  ], [customerSearch])}
503
503
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitro-web",
3
- "version": "0.0.193",
3
+ "version": "0.0.194",
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 🚀",