@watermarkinsights/ripple 5.19.0-alpha.3 → 5.19.0-alpha.5

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.
Files changed (47) hide show
  1. package/dist/cjs/{app-globals-dcc3100b.js → app-globals-2a103917.js} +1 -1
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/ripple.cjs.js +1 -1
  4. package/dist/cjs/wm-action-menu_2.cjs.entry.js +1 -1
  5. package/dist/cjs/wm-file.cjs.entry.js +3 -3
  6. package/dist/cjs/wm-option_2.cjs.entry.js +1 -1
  7. package/dist/collection/components/datepickers/datepicker.css +31 -0
  8. package/dist/collection/components/selects/wm-option/wm-option.css +5 -0
  9. package/dist/collection/components/wm-file/wm-file.css +3 -3
  10. package/dist/collection/components/wm-file/wm-file.js +2 -2
  11. package/dist/collection/components/wm-menuitem/wm-menuitem.css +47 -12
  12. package/dist/collection/components/wm-navigator/priv-navigator-button/priv-navigator-button.css +31 -0
  13. package/dist/collection/components/wm-pagination/wm-pagination.css +31 -0
  14. package/dist/collection/components/wm-search/wm-search.css +31 -0
  15. package/dist/collection/components/wm-snackbar/wm-snackbar.css +31 -0
  16. package/dist/collection/components/wm-timepicker/wm-timepicker.css +31 -0
  17. package/dist/collection/components/wm-uploader/wm-uploader.css +31 -0
  18. package/dist/esm/{app-globals-2a7b9752.js → app-globals-94c59277.js} +1 -1
  19. package/dist/esm/loader.js +1 -1
  20. package/dist/esm/polyfills/core-js.js +0 -0
  21. package/dist/esm/polyfills/dom.js +0 -0
  22. package/dist/esm/polyfills/es5-html-element.js +0 -0
  23. package/dist/esm/polyfills/index.js +0 -0
  24. package/dist/esm/polyfills/system.js +0 -0
  25. package/dist/esm/ripple.js +1 -1
  26. package/dist/esm/wm-action-menu_2.entry.js +1 -1
  27. package/dist/esm/wm-file.entry.js +3 -3
  28. package/dist/esm/wm-option_2.entry.js +1 -1
  29. package/dist/esm-es5/{app-globals-2a7b9752.js → app-globals-94c59277.js} +1 -1
  30. package/dist/esm-es5/loader.js +1 -1
  31. package/dist/esm-es5/ripple.js +1 -1
  32. package/dist/esm-es5/wm-action-menu_2.entry.js +1 -1
  33. package/dist/esm-es5/wm-file.entry.js +1 -1
  34. package/dist/esm-es5/wm-option_2.entry.js +1 -1
  35. package/dist/ripple/{p-f12888dd.system.entry.js → p-03759d86.system.entry.js} +1 -1
  36. package/dist/ripple/{p-2509fcb5.system.entry.js → p-1841c319.system.entry.js} +1 -1
  37. package/dist/ripple/p-25fbfc12.entry.js +1 -0
  38. package/dist/ripple/{p-2412287d.system.js → p-4b70fbff.system.js} +1 -1
  39. package/dist/ripple/{p-6843fab7.entry.js → p-6ec4129b.entry.js} +1 -1
  40. package/dist/ripple/{p-4df24f6d.entry.js → p-9e1ea6e2.entry.js} +1 -1
  41. package/dist/ripple/{p-74f828c5.system.entry.js → p-dd144e35.system.entry.js} +1 -1
  42. package/dist/ripple/{p-9399dbb8.js → p-eb7a3c26.js} +1 -1
  43. package/dist/ripple/{p-7cd7d382.system.js → p-febafaa4.system.js} +1 -1
  44. package/dist/ripple/ripple.esm.js +1 -1
  45. package/dist/ripple/ripple.js +1 -1
  46. package/package.json +2 -2
  47. package/dist/ripple/p-e262c6af.entry.js +0 -1
@@ -860,6 +860,37 @@
860
860
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
861
861
  }
862
862
 
863
+ /* --------------------------------------
864
+ 1. Box-shadow
865
+ -------------------------------------- */
866
+ /* --------------------------------------
867
+ 2. Border-radius
868
+ -------------------------------------- */
869
+ /* --------------------------------------
870
+ 3. Transforms
871
+ -------------------------------------- */
872
+ /* --------------------------------------
873
+ 4. Button Focus
874
+ -------------------------------------- */
875
+ /* --------------------------------------
876
+ 5. Flex
877
+ -------------------------------------- */
878
+ /* --------------------------------------
879
+ 7. Screen Reader Only
880
+ -------------------------------------- */
881
+ /* --------------------------------------
882
+ 8. Label styles
883
+ this mixin includes all the styles for the label
884
+ + flex rules on the parent container to switch between top and left position
885
+ + srOnly when label is hidden
886
+ Assumes the following markup:
887
+ div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
888
+ .wrapper is for the flex rules
889
+ .label-wrapper is to set the height of the label when positioned left so it's the same height as
890
+ the input. It can't be done directly on .label because of possible line wrapping.
891
+ When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
892
+ (they can't be aligned on the baseline because of possible description text and error message)
893
+ -------------------------------------- */
863
894
  :host,
864
895
  wm-pagination {
865
896
  --wmcolor-pagination-arrow-disabled: var(--wmcolor-interactive-disabled);
@@ -860,6 +860,37 @@
860
860
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
861
861
  }
862
862
 
863
+ /* --------------------------------------
864
+ 1. Box-shadow
865
+ -------------------------------------- */
866
+ /* --------------------------------------
867
+ 2. Border-radius
868
+ -------------------------------------- */
869
+ /* --------------------------------------
870
+ 3. Transforms
871
+ -------------------------------------- */
872
+ /* --------------------------------------
873
+ 4. Button Focus
874
+ -------------------------------------- */
875
+ /* --------------------------------------
876
+ 5. Flex
877
+ -------------------------------------- */
878
+ /* --------------------------------------
879
+ 7. Screen Reader Only
880
+ -------------------------------------- */
881
+ /* --------------------------------------
882
+ 8. Label styles
883
+ this mixin includes all the styles for the label
884
+ + flex rules on the parent container to switch between top and left position
885
+ + srOnly when label is hidden
886
+ Assumes the following markup:
887
+ div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
888
+ .wrapper is for the flex rules
889
+ .label-wrapper is to set the height of the label when positioned left so it's the same height as
890
+ the input. It can't be done directly on .label because of possible line wrapping.
891
+ When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
892
+ (they can't be aligned on the baseline because of possible description text and error message)
893
+ -------------------------------------- */
863
894
  :host * {
864
895
  box-sizing: border-box;
865
896
  }
@@ -860,6 +860,37 @@
860
860
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
861
861
  }
862
862
 
863
+ /* --------------------------------------
864
+ 1. Box-shadow
865
+ -------------------------------------- */
866
+ /* --------------------------------------
867
+ 2. Border-radius
868
+ -------------------------------------- */
869
+ /* --------------------------------------
870
+ 3. Transforms
871
+ -------------------------------------- */
872
+ /* --------------------------------------
873
+ 4. Button Focus
874
+ -------------------------------------- */
875
+ /* --------------------------------------
876
+ 5. Flex
877
+ -------------------------------------- */
878
+ /* --------------------------------------
879
+ 7. Screen Reader Only
880
+ -------------------------------------- */
881
+ /* --------------------------------------
882
+ 8. Label styles
883
+ this mixin includes all the styles for the label
884
+ + flex rules on the parent container to switch between top and left position
885
+ + srOnly when label is hidden
886
+ Assumes the following markup:
887
+ div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
888
+ .wrapper is for the flex rules
889
+ .label-wrapper is to set the height of the label when positioned left so it's the same height as
890
+ the input. It can't be done directly on .label because of possible line wrapping.
891
+ When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
892
+ (they can't be aligned on the baseline because of possible description text and error message)
893
+ -------------------------------------- */
863
894
  :host * {
864
895
  box-sizing: border-box;
865
896
  margin: unset;
@@ -860,6 +860,37 @@
860
860
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
861
861
  }
862
862
 
863
+ /* --------------------------------------
864
+ 1. Box-shadow
865
+ -------------------------------------- */
866
+ /* --------------------------------------
867
+ 2. Border-radius
868
+ -------------------------------------- */
869
+ /* --------------------------------------
870
+ 3. Transforms
871
+ -------------------------------------- */
872
+ /* --------------------------------------
873
+ 4. Button Focus
874
+ -------------------------------------- */
875
+ /* --------------------------------------
876
+ 5. Flex
877
+ -------------------------------------- */
878
+ /* --------------------------------------
879
+ 7. Screen Reader Only
880
+ -------------------------------------- */
881
+ /* --------------------------------------
882
+ 8. Label styles
883
+ this mixin includes all the styles for the label
884
+ + flex rules on the parent container to switch between top and left position
885
+ + srOnly when label is hidden
886
+ Assumes the following markup:
887
+ div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
888
+ .wrapper is for the flex rules
889
+ .label-wrapper is to set the height of the label when positioned left so it's the same height as
890
+ the input. It can't be done directly on .label because of possible line wrapping.
891
+ When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
892
+ (they can't be aligned on the baseline because of possible description text and error message)
893
+ -------------------------------------- */
863
894
  :host * {
864
895
  box-sizing: border-box;
865
896
  }
@@ -1556,6 +1556,37 @@
1556
1556
  mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath style='fill: var(--icon-fill, currentColor)' d='M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M15.59,7L12,10.59L8.41,7L7,8.41L10.59,12L7,15.59L8.41,17L12,13.41L15.59,17L17,15.59L13.41,12L17,8.41L15.59,7Z'/%3E%3C/svg%3E%0A");
1557
1557
  }
1558
1558
 
1559
+ /* --------------------------------------
1560
+ 1. Box-shadow
1561
+ -------------------------------------- */
1562
+ /* --------------------------------------
1563
+ 2. Border-radius
1564
+ -------------------------------------- */
1565
+ /* --------------------------------------
1566
+ 3. Transforms
1567
+ -------------------------------------- */
1568
+ /* --------------------------------------
1569
+ 4. Button Focus
1570
+ -------------------------------------- */
1571
+ /* --------------------------------------
1572
+ 5. Flex
1573
+ -------------------------------------- */
1574
+ /* --------------------------------------
1575
+ 7. Screen Reader Only
1576
+ -------------------------------------- */
1577
+ /* --------------------------------------
1578
+ 8. Label styles
1579
+ this mixin includes all the styles for the label
1580
+ + flex rules on the parent container to switch between top and left position
1581
+ + srOnly when label is hidden
1582
+ Assumes the following markup:
1583
+ div.wrapper[.label-left.invalid] > div.label-wrapper > label.label > span.required
1584
+ .wrapper is for the flex rules
1585
+ .label-wrapper is to set the height of the label when positioned left so it's the same height as
1586
+ the input. It can't be done directly on .label because of possible line wrapping.
1587
+ When the label is on top there's no line wrapping at all to ensure proper alignment of inlined elements
1588
+ (they can't be aligned on the baseline because of possible description text and error message)
1589
+ -------------------------------------- */
1559
1590
  :host {
1560
1591
  display: block;
1561
1592
  position: relative;
@@ -1,6 +1,6 @@
1
1
  import './index-130e07bb.js';
2
2
 
3
- const version = "5.19.0-alpha.3";
3
+ const version = "5.19.0-alpha.5";
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-2a7b9752.js';
3
+ import { g as globalScripts } from './app-globals-94c59277.js';
4
4
 
5
5
  const defineCustomElements = async (win, options) => {
6
6
  if (typeof window === 'undefined') return undefined;
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -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-2a7b9752.js';
3
+ import { g as globalScripts } from './app-globals-94c59277.js';
4
4
 
5
5
  /*
6
6
  Stencil Client Patch Browser v4.21.0 | MIT Licensed | https://stenciljs.com