@adiba-banking-cloud/backoffice 0.0.93 → 0.0.94

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.
@@ -12229,7 +12229,7 @@ const SearchPanel = _ref3 => {
12229
12229
  size: "md",
12230
12230
  radius: "md",
12231
12231
  flex: 1,
12232
- value: search,
12232
+ defaultValue: search,
12233
12233
  placeholder: placeholder,
12234
12234
  leftSection: /*#__PURE__*/React.createElement(Icons, searchIcon),
12235
12235
  rightSection: typeof filterFn == 'function' ? /*#__PURE__*/React.createElement(core.ActionIcon, {
@@ -12208,7 +12208,7 @@ const SearchPanel = _ref3 => {
12208
12208
  size: "md",
12209
12209
  radius: "md",
12210
12210
  flex: 1,
12211
- value: search,
12211
+ defaultValue: search,
12212
12212
  placeholder: placeholder,
12213
12213
  leftSection: /*#__PURE__*/React.createElement(Icons, searchIcon),
12214
12214
  rightSection: typeof filterFn == 'function' ? /*#__PURE__*/React.createElement(ActionIcon, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adiba-banking-cloud/backoffice",
3
3
  "author": "TUROG Technologies",
4
- "version": "0.0.93",
4
+ "version": "0.0.94",
5
5
  "description": "An ADIBA component library for backoffice and dashboard applications",
6
6
  "license": "ISC",
7
7
  "main": "build/index.cjs.js",