mainstack-design-system 0.2.6 → 0.2.7

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.
@@ -63512,7 +63512,7 @@ const Xue = ({
63512
63512
  value: i,
63513
63513
  defaultValue: d,
63514
63514
  onChange: (L) => {
63515
- M(L), l && l();
63515
+ M(L), l && l(L);
63516
63516
  },
63517
63517
  placeholder: c || "Type something...",
63518
63518
  bg: ie.white100,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mainstack-design-system",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "type": "module",
5
5
  "main": "build/mainstack-design-system.js",
6
6
  "types": "build/src/index.d.ts",