blob: 1377b3dcff49f4c87cb596ab78674d23666afe2f [file]
load("//infra-sk:index.bzl", "sk_element")
sk_element(
name = "skottie-color-manager-sk",
sass_deps = ["//elements-sk/modules:colors_sass_lib"],
sass_srcs = ["skottie-color-manager-sk.scss"],
sk_element_deps = ["//skottie/modules/skottie-color-input-sk"],
ts_deps = [
"//elements-sk/modules:define_ts_lib",
"//infra-sk/modules/ElementSk:index_ts_lib",
"//skottie/modules:types_ts_lib",
"//skottie/modules/helpers:color_ts_lib",
"//:node_modules/lit-html",
],
ts_srcs = [
"index.ts",
"skottie-color-manager-sk.ts",
],
visibility = ["//visibility:public"],
)