@syscore/ui-library 1.7.7 → 1.7.8

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.
package/dist/index.es.js CHANGED
@@ -462,7 +462,7 @@ const Input = React.forwardRef(
462
462
  "input",
463
463
  {
464
464
  type,
465
- className: "input",
465
+ className: "well-input ",
466
466
  ref,
467
467
  disabled: isDisabled,
468
468
  readOnly: isReadOnly,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syscore/ui-library",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
4
4
  "description": "A comprehensive React component library built with Radix UI, Tailwind CSS, and TypeScript",
5
5
  "private": false,
6
6
  "type": "module",