@watermarkinsights/ripple 5.18.0-alpha.1 → 5.18.0-alpha.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/cjs/{app-globals-a3248236.js → app-globals-9fdf4242.js} +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/ripple.cjs.js +1 -1
- package/dist/cjs/wm-modal_3.cjs.entry.js +3 -3
- package/dist/collection/components/wm-modal/wm-modal-footer.css +3 -0
- package/dist/collection/components/wm-modal/wm-modal-header.css +3 -0
- package/dist/collection/components/wm-modal/wm-modal.css +3 -0
- package/dist/esm/{app-globals-861acd4f.js → app-globals-8de86cd1.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/ripple.js +1 -1
- package/dist/esm/wm-modal_3.entry.js +3 -3
- package/dist/esm-es5/{app-globals-861acd4f.js → app-globals-8de86cd1.js} +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/ripple.js +1 -1
- package/dist/esm-es5/wm-modal_3.entry.js +1 -1
- package/dist/ripple/{p-a5350de3.system.js → p-103a7363.system.js} +1 -1
- package/dist/ripple/{p-17685635.js → p-15d56c11.js} +1 -1
- package/dist/ripple/{p-71114758.system.js → p-740fb4cc.system.js} +1 -1
- package/dist/ripple/p-dc4c77da.system.entry.js +1 -0
- package/dist/ripple/{p-a6e6b12c.entry.js → p-ddde3ef2.entry.js} +1 -1
- package/dist/ripple/ripple.esm.js +1 -1
- package/dist/ripple/ripple.js +1 -1
- package/package.json +2 -2
- package/dist/ripple/p-f41a224e.system.entry.js +0 -1
|
@@ -873,11 +873,14 @@ wm-modal-footer .wm-wrapper {
|
|
|
873
873
|
wm-modal-footer .wm-info {
|
|
874
874
|
font-size: 0.875rem;
|
|
875
875
|
font-style: italic;
|
|
876
|
+
min-inline-size: 16.25rem;
|
|
876
877
|
}
|
|
877
878
|
wm-modal-footer .wm-button-collection {
|
|
878
879
|
display: flex;
|
|
879
880
|
gap: 1rem;
|
|
880
881
|
flex-wrap: wrap;
|
|
882
|
+
flex-grow: 1;
|
|
883
|
+
justify-content: flex-end;
|
|
881
884
|
}
|
|
882
885
|
wm-modal-footer wm-button + wm-button {
|
|
883
886
|
margin-left: 0;
|
|
@@ -875,6 +875,9 @@ wm-modal-header .wm-wrapper .title {
|
|
|
875
875
|
font-size: 1.125rem;
|
|
876
876
|
color: var(--wmcolor-modal-heading);
|
|
877
877
|
line-height: normal;
|
|
878
|
+
display: flex;
|
|
879
|
+
flex-direction: column;
|
|
880
|
+
gap: 0.25rem;
|
|
878
881
|
}
|
|
879
882
|
wm-modal-header .wm-wrapper .title .subtitle {
|
|
880
883
|
display: block;
|
|
@@ -904,6 +904,9 @@ wm-modal dialog.wm-modal > wm-modal-footer {
|
|
|
904
904
|
max-width: 100%;
|
|
905
905
|
width: 100vw;
|
|
906
906
|
}
|
|
907
|
+
wm-modal dialog.wm-modal > :not(wm-modal-header, wm-modal-footer) {
|
|
908
|
+
overflow: unset !important;
|
|
909
|
+
}
|
|
907
910
|
}
|
|
908
911
|
wm-modal dialog.wm-dialog > :not(wm-modal-header, wm-modal-footer) {
|
|
909
912
|
padding: 0 1.875rem 1.25rem 1.875rem;
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { b as bootstrapLazy } from './index-130e07bb.js';
|
|
2
2
|
export { s as setNonce } from './index-130e07bb.js';
|
|
3
|
-
import { g as globalScripts } from './app-globals-
|
|
3
|
+
import { g as globalScripts } from './app-globals-8de86cd1.js';
|
|
4
4
|
|
|
5
5
|
const defineCustomElements = async (win, options) => {
|
|
6
6
|
if (typeof window === 'undefined') return undefined;
|
package/dist/esm/ripple.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { p as promiseResolve, b as bootstrapLazy } from './index-130e07bb.js';
|
|
2
2
|
export { s as setNonce } from './index-130e07bb.js';
|
|
3
|
-
import { g as globalScripts } from './app-globals-
|
|
3
|
+
import { g as globalScripts } from './app-globals-8de86cd1.js';
|
|
4
4
|
|
|
5
5
|
/*
|
|
6
6
|
Stencil Client Patch Browser v4.21.0 | MIT Licensed | https://stenciljs.com
|