hds-web 1.7.3 → 1.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
package/src/index.css CHANGED
@@ -5,7 +5,7 @@
5
5
  /* Typography classes */
6
6
 
7
7
  .border-transparent{
8
- border: transparent;
8
+ border: transparent !important;
9
9
  }
10
10
 
11
11
  .gridAutoClass {
@@ -6952,7 +6952,7 @@ select{
6952
6952
  /* Typography classes */
6953
6953
 
6954
6954
  .border-transparent{
6955
- border: transparent;
6955
+ border: transparent !important;
6956
6956
  }
6957
6957
 
6958
6958
  .gridAutoClass {