@dynamic-framework/ui-react 1.32.1 → 1.32.3

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.3
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
  */
@@ -8912,8 +8912,8 @@ body {
8912
8912
  [class*=btn-link-] {
8913
8913
  --bs-btn-text-decoration: var(--bs-link-decoration);
8914
8914
  }
8915
- [class*=btn-link-] span {
8916
- text-decoration: underline;
8915
+ [class*=btn-link-]:hover {
8916
+ --bs-btn-text-decoration: underline;
8917
8917
  }
8918
8918
 
8919
8919
  .btn-link {
@@ -10890,6 +10890,11 @@ label .d-icon {
10890
10890
  vertical-align: -0.125em;
10891
10891
  }
10892
10892
 
10893
+ .react-datepicker-wrapper {
10894
+ width: 100%;
10895
+ margin-inline: auto;
10896
+ }
10897
+
10893
10898
  .react-datepicker {
10894
10899
  --bs-datepicker-font-family: var(--bs-font-sans-serif);
10895
10900
  --bs-datepicker-border: 0px;