imbric-theme 0.7.8 → 0.7.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.8",
3
+ "version": "0.7.9",
4
4
  "description": "Components library IMBRIC",
5
5
  "private": false,
6
6
  "main": "index.js",