playbook_ui 14.5.0.pre.alpha.PLAY1548intltelinputupdatelatest4162 → 14.5.0.pre.alpha.PLAY1601updatereactzoompanpinch4123

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.
@@ -23,13 +23,12 @@ module Playbook
23
23
  default: ""
24
24
 
25
25
  def classname
26
- generate_classname("pb_phone_number_input_rails")
26
+ generate_classname("pb_phone_number_input")
27
27
  end
28
28
 
29
29
  def phone_number_input_options
30
30
  {
31
31
  id: id,
32
- className: classname,
33
32
  dark: dark,
34
33
  disabled: disabled,
35
34
  error: error,
@@ -1,4 +1 @@
1
- declare module 'intl-tel-input/build/js/intlTelInputWithUtils.js' {
2
- const intlTelInput: any;
3
- export default intlTelInput;
4
- }
1
+ declare module 'intl-tel-input'