@quillsql/react 1.5.7 → 1.5.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quillsql/react",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "access": "public",
5
5
  "description": "Quill React components for building dashboards and reporting.",
6
6
  "main": "lib/index.js",
@@ -1561,6 +1561,7 @@ const GroupByModal2 = ({
1561
1561
  removeFilter={removeGroupBy}
1562
1562
  selectFilter={selectGroupBy}
1563
1563
  index={index}
1564
+ theme={theme}
1564
1565
  />
1565
1566
  ))}
1566
1567
  </div>
@@ -1849,6 +1850,7 @@ const AddFilterModal2 = ({
1849
1850
  removeFilter={removeFilter}
1850
1851
  selectFilter={selectFilter}
1851
1852
  index={index}
1853
+ theme={theme}
1852
1854
  />
1853
1855
  ))}
1854
1856
  </div>