@innovaccer/design-system 2.13.2 → 2.13.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.
- package/css/dist/index.css +1 -2
- package/css/dist/index.css.map +1 -1
- package/css/src/components/modal.css +1 -2
- package/dist/index.esm.js +3 -3
- package/dist/index.js +3 -3
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.br +0 -0
- package/dist/index.umd.js.gz +0 -0
- package/docs/src/pages/components/button/usage.mdx +2 -2
- package/package.json +1 -1
package/css/dist/index.css
CHANGED
|
@@ -4030,7 +4030,6 @@ body {
|
|
|
4030
4030
|
background-color: var(--white);
|
|
4031
4031
|
border-radius: var(--spacing);
|
|
4032
4032
|
overflow: auto;
|
|
4033
|
-
display: flex;
|
|
4034
4033
|
flex-direction: column;
|
|
4035
4034
|
display: none;
|
|
4036
4035
|
margin: auto;
|
|
@@ -4044,7 +4043,7 @@ body {
|
|
|
4044
4043
|
}
|
|
4045
4044
|
|
|
4046
4045
|
.Modal--open {
|
|
4047
|
-
display:
|
|
4046
|
+
display: flex;
|
|
4048
4047
|
}
|
|
4049
4048
|
|
|
4050
4049
|
.Modal-animation--open {
|