temporary remove deprecations
This commit is contained in:
parent
07480196bc
commit
e3c7e897f0
|
@ -1,5 +1,5 @@
|
|||
(ns legacy.status-im.utils.deprecated-types
|
||||
{:deprecated true :superseded-by "utils.transforms"}
|
||||
#_{:deprecated true :superseded-by "utils.transforms"}
|
||||
(:refer-clojure :exclude [js->clj])
|
||||
(:require
|
||||
[cljs-bean.core :as clj-bean]))
|
||||
|
|
|
@ -450,8 +450,8 @@
|
|||
(def channel-name quo.components.text-combinations.channel-name.view/view)
|
||||
(def page-top quo.components.text-combinations.page-top.view/view)
|
||||
(def standard-title quo.components.text-combinations.standard-title.view/view)
|
||||
(def ^{:deprecated "quo.components.text-combinations.page-top.view should be used instead"}
|
||||
text-combinations
|
||||
(def ;; ^{:deprecated "quo.components.text-combinations.page-top.view should be used instead"}
|
||||
text-combinations
|
||||
quo.components.text-combinations.view/view)
|
||||
(def username quo.components.text-combinations.username.view/view)
|
||||
|
||||
|
|
|
@ -352,8 +352,8 @@
|
|||
opacity 0-100 (optional) - if set theme is ignored and goes to 50 suffix internally"
|
||||
(memoize resolve-color*))
|
||||
|
||||
(def ^{:deprecated true :superseded-by "resolve-color"}
|
||||
custom-color
|
||||
(def ;; ^{:deprecated true :superseded-by "resolve-color"}
|
||||
custom-color
|
||||
"(custom-color color suffix opacity)
|
||||
color :primary/:purple/...
|
||||
suffix 50/60
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
(into [touchable-highlight-class (utils/custom-pressable-props props)] children))
|
||||
|
||||
(defn touchable-without-feedback
|
||||
{:deprecated "pressable should be used instead"}
|
||||
#_{:deprecated "pressable should be used instead"}
|
||||
[props child]
|
||||
[touchable-without-feedback-class (utils/custom-pressable-props props) child])
|
||||
|
||||
|
|
Loading…
Reference in New Issue