hds-web 1.39.3 → 1.39.4
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/dist/index.css +2 -2
- package/dist/index.es.css +2 -2
- package/dist/index.es.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
- package/src/HDS/components/Cards/Menu/ConnectorsDropdown.js +1 -8
- package/src/HDS/components/Cards/Menu/ResourcesDropdown.js +1 -8
- package/src/HDS/components/Cards/Menu/flyoutA.js +1 -8
- package/src/HDS/components/Headers/v3Header.js +13 -13
- package/src/HDS/components/common-components/Icon/IconMap.js +2461 -2451
- package/src/styles/tailwind.css +4 -0
package/src/styles/tailwind.css
CHANGED
@@ -10702,6 +10702,10 @@ select{
|
|
10702
10702
|
fill: #F64060;
|
10703
10703
|
}
|
10704
10704
|
|
10705
|
+
.group\/icon:hover .group-hover\/icon\:fill-blue-500{
|
10706
|
+
fill: #3970FD;
|
10707
|
+
}
|
10708
|
+
|
10705
10709
|
.group\/btn:hover .group-hover\/btn\:stroke-blue-500{
|
10706
10710
|
stroke: #3970FD;
|
10707
10711
|
}
|