@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.
- package/dist/css/dynamic-ui-non-root.css +3 -3
- package/dist/css/dynamic-ui-non-root.min.css +2 -2
- package/dist/css/dynamic-ui-root.css +1 -1
- package/dist/css/dynamic-ui-root.min.css +1 -1
- package/dist/css/dynamic-ui.css +3 -3
- package/dist/css/dynamic-ui.min.css +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/style/base/_buttons.scss +2 -2
package/dist/css/dynamic-ui.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* dynamic-framework 1.32.
|
|
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-]
|
|
9862
|
-
text-decoration: underline;
|
|
9861
|
+
[class*=btn-link-]:hover {
|
|
9862
|
+
--bs-btn-text-decoration: underline;
|
|
9863
9863
|
}
|
|
9864
9864
|
|
|
9865
9865
|
.btn-link {
|