enwawa-ui 1.0.34 → 1.0.35

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # (Mon Sep 04 2023)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - Missing search box added on OrModuleTableHeader (brayhanalberto@gmail.com)
6
+
7
+ #### Authors: 1
8
+
9
+ - Brayhan Villalba (brayhanalberto@gmail.com)
10
+
11
+ ---
12
+
1
13
  # (Wed Aug 30 2023)
2
14
 
3
15
  #### 🐛 Bug Fix
package/lib/index.es.js CHANGED
@@ -1755,6 +1755,7 @@ const $3bb37b00d2ba555c$export$42a852a2b6b56249 = (0, $6V7OS$styled).div`
1755
1755
  `;
1756
1756
 
1757
1757
 
1758
+
1758
1759
  const $c9bcf98564a0dc76$export$8b1fe88fc91932cd = (props)=>{
1759
1760
  return /*#__PURE__*/ (0, $6V7OS$jsxs)((0, $3bb37b00d2ba555c$export$5b56bb1618778f66), {
1760
1761
  children: [
@@ -1768,12 +1769,19 @@ const $c9bcf98564a0dc76$export$8b1fe88fc91932cd = (props)=>{
1768
1769
  props.customLeftElements
1769
1770
  ]
1770
1771
  }),
1771
- /*#__PURE__*/ (0, $6V7OS$jsx)((0, $3bb37b00d2ba555c$export$42a852a2b6b56249), {
1772
- children: /*#__PURE__*/ (0, $6V7OS$jsx)((0, $4226eaa9390eb089$export$477fa7efabf289d5), {
1773
- value: props.buttonValue,
1774
- type: "primary",
1775
- onClick: props.buttonOnClick
1776
- })
1772
+ /*#__PURE__*/ (0, $6V7OS$jsxs)((0, $3bb37b00d2ba555c$export$42a852a2b6b56249), {
1773
+ children: [
1774
+ /*#__PURE__*/ (0, $6V7OS$jsx)((0, $d3c1123cf1ed2944$export$cdecc83a475e7c5f), {
1775
+ placeholder: props.searchBoxPlaceholder,
1776
+ onChange: props.searchBoxOnChange,
1777
+ onSearch: props.searchBoxOnSearch
1778
+ }),
1779
+ /*#__PURE__*/ (0, $6V7OS$jsx)((0, $4226eaa9390eb089$export$477fa7efabf289d5), {
1780
+ value: props.buttonValue,
1781
+ type: "primary",
1782
+ onClick: props.buttonOnClick
1783
+ })
1784
+ ]
1777
1785
  })
1778
1786
  ]
1779
1787
  });