@dynamic-framework/ui-react 1.32.1 → 1.32.2

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * dynamic-framework 1.32.1
2
+ * dynamic-framework 1.32.2
3
3
  * bootstrap ^5.3.3
4
4
  * license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * dynamic-framework 1.32.1
2
+ * dynamic-framework 1.32.2
3
3
  * bootstrap ^5.3.3
4
4
  * license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * dynamic-framework 1.32.1
2
+ * dynamic-framework 1.32.2
3
3
  * bootstrap ^5.3.3
4
4
  * license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
5
5
  */
@@ -9858,8 +9858,8 @@ body {
9858
9858
  [class*=btn-link-] {
9859
9859
  --bs-btn-text-decoration: var(--bs-link-decoration);
9860
9860
  }
9861
- [class*=btn-link-] span {
9862
- text-decoration: underline;
9861
+ [class*=btn-link-]:hover {
9862
+ --bs-btn-text-decoration: underline;
9863
9863
  }
9864
9864
 
9865
9865
  .btn-link {