@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.
- package/dist/css/dynamic-ui-non-root.css +3 -2
- package/dist/css/dynamic-ui-non-root.min.css +3 -3
- package/dist/css/dynamic-ui-root.css +2 -2
- package/dist/css/dynamic-ui-root.min.css +2 -2
- package/dist/css/dynamic-ui.css +3 -2
- package/dist/css/dynamic-ui.min.css +3 -3
- package/dist/index.esm.js +84 -12
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +84 -12
- package/dist/index.js.map +1 -1
- package/dist/types/components/DButton/DButton.d.ts +4 -1
- package/dist/types/components/DButtonIcon/DButtonIcon.d.ts +5 -2
- package/dist/types/components/DVoucher/DVoucher.d.ts +5 -4
- package/package.json +2 -2
- package/src/style/components/_d-voucher.scss +1 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* dynamic-framework 2.0.0-dev.
|
|
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/
|
|
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
|
}
|