diff --git a/src/legacy/status_im/utils/deprecated_types.cljs b/src/legacy/status_im/utils/deprecated_types.cljs index d466169731..7794ddfaa3 100644 --- a/src/legacy/status_im/utils/deprecated_types.cljs +++ b/src/legacy/status_im/utils/deprecated_types.cljs @@ -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])) diff --git a/src/quo/core.cljs b/src/quo/core.cljs index 50a057b8fc..383f61ad66 100644 --- a/src/quo/core.cljs +++ b/src/quo/core.cljs @@ -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) diff --git a/src/quo/foundations/colors.cljs b/src/quo/foundations/colors.cljs index d2831b0c9c..acdea1b037 100644 --- a/src/quo/foundations/colors.cljs +++ b/src/quo/foundations/colors.cljs @@ -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 diff --git a/src/react_native/core.cljs b/src/react_native/core.cljs index d6de47e31a..b522ce99c3 100644 --- a/src/react_native/core.cljs +++ b/src/react_native/core.cljs @@ -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])