@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.
@@ -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;
@@ -1,6 +1,6 @@
1
1
  import './index-130e07bb.js';
2
2
 
3
- const version = "5.18.0-alpha.1";
3
+ const version = "5.18.0-alpha.2";
4
4
 
5
5
  // PRINT RIPPLE VERSION IN CONSOLE
6
6
  // test envs return 0 for plugin.length
@@ -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-861acd4f.js';
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;
@@ -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-861acd4f.js';
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