Sha256: c9e4af7c5b85065cd2089ca223280550b41c52974c4a394fdb8e75cf89cafc61
Contents?: true
Size: 310 Bytes
Versions: 20
Compression:
Stored size: 310 Bytes
Contents
# frozen_string_literal: true module ZuoraConnectUi # Helper methods for input tags module InputHelper def zuo_floating_label_class(_value) warn("DEPRECATION WARNING: zuo_floating_label_class will be removed soon (use 'zuo-floating-label' instead)") 'zuo-floating-label' end end end
Version data entries
20 entries across 20 versions & 1 rubygems