imbric-theme 0.7.7 → 0.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.
@@ -102,6 +102,7 @@ export const DynamicTable = ({
102
102
  placeholder={placeholderDinamicSelect}
103
103
  defaultValue={handleDefaultValue}
104
104
  closeMenuOnSelect={false}
105
+ instanceId={'idAddColumsTable'}
105
106
  // defaultValue= { [{value: 'id', label: 'ID'}, {value: 'idService', label: 'ID Reserva'}] }
106
107
  /> : null
107
108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imbric-theme",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",