@kodaris/krubble-components 1.0.71 → 1.0.73
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/dialog/dialog.js +1 -1
- package/dist/krubble-components.bundled.js +1 -1
- package/dist/krubble-components.bundled.js.map +1 -1
- package/dist/krubble-components.bundled.min.js +1 -1
- package/dist/krubble-components.bundled.min.js.map +1 -1
- package/dist/krubble-components.umd.js +1 -1
- package/dist/krubble-components.umd.js.map +1 -1
- package/dist/krubble-components.umd.min.js +1 -1
- package/dist/krubble-components.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/dialog/dialog.js
CHANGED
|
@@ -242,8 +242,8 @@ KRDialog.styles = css `
|
|
|
242
242
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
243
243
|
border-radius: 12px;
|
|
244
244
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
|
|
245
|
-
height: 100%;
|
|
246
245
|
max-height: 90vh;
|
|
246
|
+
height: auto;
|
|
247
247
|
overflow: hidden;
|
|
248
248
|
display: flex;
|
|
249
249
|
flex-direction: column;
|
|
@@ -1862,8 +1862,8 @@ KRDialog.styles = i$5 `
|
|
|
1862
1862
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
1863
1863
|
border-radius: 12px;
|
|
1864
1864
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
|
|
1865
|
-
height: 100%;
|
|
1866
1865
|
max-height: 90vh;
|
|
1866
|
+
height: auto;
|
|
1867
1867
|
overflow: hidden;
|
|
1868
1868
|
display: flex;
|
|
1869
1869
|
flex-direction: column;
|