@dynamic-framework/ui-react 2.0.0-dev.21 → 2.0.0-dev.22

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,7 +1,7 @@
1
1
  /*!
2
- * dynamic-framework 2.0.0-dev.21
2
+ * dynamic-framework 2.0.0-dev.22
3
3
  * bootstrap ~5.3.8
4
- * license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
4
+ * license https://github.com/dynamic-framework/dynamic-ui/blob/master/LICENSE.md
5
5
  */
6
6
  @charset "UTF-8";
7
7
  /* stylelint-disable scss/dollar-variable-default */
@@ -11037,6 +11037,7 @@ react-datepicker__navigation
11037
11037
 
11038
11038
  .d-voucher-amount {
11039
11039
  padding: var(--bs-voucher-amount-padding);
11040
+ text-align: center;
11040
11041
  background: var(--bs-voucher-amount-background);
11041
11042
  border-radius: var(--bs-voucher-amount-rounded);
11042
11043
  }