@momentum-ui/web-components 2.23.0 → 2.23.1

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 (40) hide show
  1. package/dist/6953.js +1 -0
  2. package/dist/7833.js +1 -1
  3. package/dist/7997.js +1 -1
  4. package/dist/9130.js +1 -1
  5. package/dist/9217.js +1 -1
  6. package/dist/comp/md-card-v2-entry.js +8 -8
  7. package/dist/comp/md-coachmark-entry.js +1 -1
  8. package/dist/comp/md-coachmark-popover-entry.js +4 -4
  9. package/dist/comp/md-coachmark.js +1 -1
  10. package/dist/comp/md-country-code-picker-entry.js +50 -0
  11. package/dist/comp/md-country-code-picker.js +1 -0
  12. package/dist/comp/md-date-range-picker-entry.js +1 -1
  13. package/dist/comp/md-date-range-picker.js +1 -1
  14. package/dist/comp/md-date-time-picker-entry.js +1 -1
  15. package/dist/comp/md-date-time-picker.js +1 -1
  16. package/dist/comp/md-datepicker-entry.js +1 -1
  17. package/dist/comp/md-datepicker.js +1 -1
  18. package/dist/comp/md-editable-field-entry.js +1 -1
  19. package/dist/comp/md-editable-field.js +1 -1
  20. package/dist/comp/md-input-entry.js +1 -1
  21. package/dist/comp/md-input.js +1 -1
  22. package/dist/comp/md-modal-entry.js +1 -1
  23. package/dist/comp/md-modal.js +1 -1
  24. package/dist/comp/md-phone-input-entry.js +14 -47
  25. package/dist/comp/md-phone-input.js +1 -1
  26. package/dist/comp/md-popover-entry.js +6 -6
  27. package/dist/comp/md-theme-entry.js +2 -2
  28. package/dist/comp/md-timepicker-entry.js +1 -1
  29. package/dist/comp/md-timepicker.js +1 -1
  30. package/dist/index-entry.js +87 -71
  31. package/dist/index.js +1 -1
  32. package/dist/types/components/card-v2/CardV2.d.ts +1 -0
  33. package/dist/types/components/combobox/ComboBox.d.ts +1 -1
  34. package/dist/types/components/country-code-picker/CountryCodePicker.d.ts +54 -0
  35. package/dist/types/components/grabber/Grabber.d.ts +1 -1
  36. package/dist/types/components/phone-input/PhoneInput.d.ts +1 -19
  37. package/dist/types/components/popover/Popover.d.ts +8 -2
  38. package/dist/types/components/theme/Theme.d.ts +1 -0
  39. package/dist/types/index.d.ts +1 -0
  40. package/package.json +1 -1
package/dist/6953.js ADDED
@@ -0,0 +1 @@
1
+ "use strict";(self["momentum-web-components-[id]"]=self["momentum-web-components-[id]"]||[]).push([[6953],{96953:(e,o,r)=>{r.d(o,{A:()=>t});const t=r(41488).css`.md-country-code-picker__container{display:flex;position:relative}.md-country-code-picker__container span.flag-box{align-items:center;border:1px solid var(--input-default-border-color,#ccc);border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;border-right:none;display:flex;height:2.125rem;justify-content:center;position:relative;width:2.25rem}.md-country-code-picker__container span.flag-box.new-momentum{border:1px solid var(--input-default-new-border-color,#ccc);height:2rem;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-right:none}.md-country-code-picker__container span.flag-box .flag-svg-wrapper{justify-content:center}.md-country-code-picker__container .flag-svg-wrapper{align-items:center;display:flex;width:2rem}.md-country-code-picker__container .flag-svg-wrapper img{max-height:.7rem}.md-country-code-picker__container md-combobox{flex:1}.md-country-code-picker__container md-combobox::part(combobox){position:initial}.md-country-code-picker__container md-combobox::part(multiwrap){overflow-x:hidden}.md-country-code-picker__container md-combobox::part(multiwrap-input){padding-left:0;padding-right:0;width:100%}.md-country-code-picker__container md-combobox::part(combobox-options){top:2.5rem}.md-country-code-picker__container md-combobox::part(label){width:100%}.md-country-code-picker__container .md-country-code-picker__option{align-items:center;display:flex;justify-content:space}.md-country-code-picker__container .md-country-code-picker__option :nth-child(3){margin-left:1rem}`}}]);
package/dist/7833.js CHANGED
@@ -1 +1 @@
1
- "use strict";(self["momentum-web-components-[id]"]=self["momentum-web-components-[id]"]||[]).push([[7833],{77833:(o,t,n)=>{n.d(t,{A:()=>e});const e=n(41488).css`.md-phone-input__container{--combo-box-contaier-width:100px;display:flex;position:relative}.md-phone-input__container span.flag-box{align-items:center;border:1px solid var(--input-default-border-color,#ccc);border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;border-right:none;display:flex;height:2.125rem;justify-content:center;position:relative;width:2.25rem}.md-phone-input__container span.flag-box.new-momentum{border:1px solid var(--input-default-new-border-color,#ccc);height:2rem;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;border-right:none}.md-phone-input__container span.flag-box .flag-svg-wrapper{justify-content:center}.md-phone-input__container .flag-svg-wrapper{align-items:center;display:flex;width:2rem}.md-phone-input__container .flag-svg-wrapper img{max-height:.7rem}.md-phone-input__container md-combobox{width:var(--combo-box-contaier-width)}.md-phone-input__container md-combobox::part(combobox){position:initial}.md-phone-input__container md-combobox::part(group){border-bottom-right-radius:0;border-right-width:0;border-top-right-radius:0}.md-phone-input__container md-combobox::part(multiwrap){overflow-x:hidden}.md-phone-input__container md-combobox::part(multiwrap-input){padding-left:0;padding-right:0;width:100%}.md-phone-input__container md-combobox::part(combobox-options){top:2.5rem}.md-phone-input__container md-combobox::part(label){width:100%}.md-phone-input__container md-input::part(input){border-bottom-left-radius:0;border-top-left-radius:0;padding-right:2.125rem}.md-phone-input__container md-input::part(message){margin-left:calc(var(--combo-box-contaier-width)*-1);width:calc(100% + var(--combo-box-contaier-width))}.md-phone-input__container .md-phone-input__option{align-items:center;display:flex;justify-content:start}.md-phone-input__container .md-phone-input__option :nth-child(3){margin-left:1rem}.md-phone-input__container md-input[disabled]::part(input){background:var(--phone-input-disabled-bg-color);border:1px solid var(--phone-input-default-border-color);color:var(--md-disabled-text-color)}.md-phone-input__container md-input[disabled]::part(input)::placeholder{border:none}`}}]);
1
+ "use strict";(self["momentum-web-components-[id]"]=self["momentum-web-components-[id]"]||[]).push([[7833],{77833:(o,t,n)=>{n.d(t,{A:()=>r});const r=n(41488).css`.md-phone-input__container{--combo-box-container-width:100px;container-type:inline-size;display:flex}.md-phone-input__container md-country-code-picker::part(combobox){width:var(--combo-box-container-width)}.md-phone-input__container md-country-code-picker::part(combobox-group){border-bottom-right-radius:0;border-right-width:0;border-top-right-radius:0}.md-phone-input__container md-country-code-picker::part(options-container){width:100cqw}.md-phone-input__container md-input::part(input){border-bottom-left-radius:0;border-top-left-radius:0;padding-right:2.125rem}.md-phone-input__container md-input::part(message){margin-left:calc(var(--combo-box-container-width)*-1);width:calc(100% + var(--combo-box-container-width))}.md-phone-input__container md-input[disabled]::part(input){background:var(--phone-input-disabled-bg-color);border:1px solid var(--phone-input-default-border-color);color:var(--md-disabled-text-color)}.md-phone-input__container md-input[disabled]::part(input)::placeholder{border:none}`}}]);
package/dist/7997.js CHANGED
@@ -1 +1 @@
1
- "use strict";(self["momentum-web-components-[id]"]=self["momentum-web-components-[id]"]||[]).push([[7997],{52759:(e,d,r)=>{r.d(d,{A:()=>t});const t=r(41488).css`:host(md-card-v2){display:inline-block}:host(md-card-v2) .md-card-v2{align-content:center;align-items:stretch;display:flex;flex-flow:column nowrap;justify-content:flex-start;min-width:15rem;height:8rem;border-radius:.5rem;padding:1rem;border:1px solid transparent;background:var(--md-glass-overlay-bg-color);font-family:var(--brand-font-medium, "CiscoSans-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif)}:host(md-card-v2) .md-card-v2.md-card--active{border:1px solid var(--md-primary-text-color)}:host(md-card-v2) .md-card-v2.md-card--inactive{border:1px solid transparent;background:var(--md-glass-overlay-inactive-bg-color)}:host(md-card-v2) .md-card-v2-header{display:flex;justify-content:center;flex:1 1 100%;flex-direction:column}:host(md-card-v2) .md-card-v2-header-title{display:flex;flex:1;gap:6px}:host(md-card-v2) .md-card-v2-header-title h3{font-size:var(--font-size-body-midsize,.875rem);font-weight:var(--brand-font-weight-medium,500);line-height:1.25rem;color:var(--md-secondary-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host(md-card-v2) .md-card-v2-header-title md-icon{color:var(--md-secondary-text-color)}:host(md-card-v2) .md-card-v2-content{display:flex;flex:1;gap:8px}:host(md-card-v2) .md-card-v2-content h2{font-size:1.5rem;font-weight:var(--brand-font-weight-bold,700);line-height:2rem;color:var(--md-primary-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host(md-card-v2) .md-card-v2-content.inactive h2{color:var(--md-secondary-text-color)}:host(md-card-v2) .md-card-v2-footer{display:flex;flex:1;justify-content:flex-end}:host(md-card-v2) .md-card-v2-footer.hidden{visibility:hidden}`}}]);
1
+ "use strict";(self["momentum-web-components-[id]"]=self["momentum-web-components-[id]"]||[]).push([[7997],{52759:(e,d,r)=>{r.d(d,{A:()=>t});const t=r(41488).css`:host(md-card-v2){display:inline-block}:host(md-card-v2) .md-card-v2{align-content:center;align-items:stretch;display:flex;flex-flow:column nowrap;justify-content:flex-start;min-width:15rem;height:8rem;border-radius:.5rem;padding:1rem;border:1px solid transparent;background:var(--md-glass-overlay-bg-color);font-family:var(--brand-font-medium, "CiscoSans-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif)}:host(md-card-v2) .md-card-v2.md-card--active{border:1px solid var(--md-primary-text-color)}:host(md-card-v2) .md-card-v2.md-card--inactive{border:1px solid transparent;background:var(--md-glass-overlay-inactive-bg-color)}:host(md-card-v2) .md-card-v2-header{display:flex;justify-content:center;flex:1 1 100%;flex-direction:column;user-select:none}:host(md-card-v2) .md-card-v2-header-title{display:flex;flex:1;gap:6px}:host(md-card-v2) .md-card-v2-header-title h3{font-size:var(--font-size-body-midsize,.875rem);font-weight:var(--brand-font-weight-medium,500);line-height:1.25rem;color:var(--md-secondary-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host(md-card-v2) .md-card-v2-header-title md-icon{color:var(--md-secondary-text-color)}:host(md-card-v2) .md-card-v2-content{display:flex;flex:1;gap:8px;user-select:none}:host(md-card-v2) .md-card-v2-content h2{font-size:1.5rem;font-weight:var(--brand-font-weight-bold,700);line-height:2rem;color:var(--md-primary-text-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:host(md-card-v2) .md-card-v2-content.inactive h2{color:var(--md-secondary-text-color)}:host(md-card-v2) .md-card-v2-footer{display:flex;flex:1;justify-content:flex-end}:host(md-card-v2) .md-card-v2-footer.hidden{visibility:hidden}`}}]);