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

Sign up to get free protection for your applications and to get access to all the features.
@@ -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'