imbric-theme 0.7.7 → 0.7.9

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
  }
@@ -118,6 +118,7 @@ export const Navbar = ({
118
118
  color='highlight'
119
119
  background='transparent'
120
120
  onClick={linkLegal}
121
+ id='idIconLegalNavbar'
121
122
  />
122
123
 
123
124
  </span>
@@ -144,6 +145,7 @@ export const Navbar = ({
144
145
  color='highlight'
145
146
  background='transparent'
146
147
  onClick={linkInfo}
148
+ id='idIconInfoNavbar'
147
149
  />
148
150
 
149
151
  </span>
@@ -170,6 +172,7 @@ export const Navbar = ({
170
172
  color='highlight'
171
173
  background='transparent'
172
174
  onClick={linkProfile}
175
+ id='idIconProfileNavbar'
173
176
  />
174
177
 
175
178
  </span>
@@ -191,6 +194,7 @@ export const Navbar = ({
191
194
  color='highlight'
192
195
  background='transparent'
193
196
  onClick={linkLogout}
197
+ id='idIconLogoutNavbar'
194
198
  />
195
199
  ) : null}
196
200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imbric-theme",
3
- "version": "0.7.7",
3
+ "version": "0.7.9",
4
4
  "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",