blob: 169ff92972eb7b2a2f945931307f8d01fc01461d [file]
load("//infra-sk:index.bzl", "sk_element")
sk_element(
name = "skottie-background-settings-sk",
sass_deps = ["//elements-sk/modules:colors_sass_lib"],
sass_srcs = ["skottie-background-settings-sk.scss"],
sk_element_deps = ["//skottie/modules/skottie-dropdown-sk"],
ts_deps = [
"//elements-sk/modules:define_ts_lib",
"//infra-sk/modules/ElementSk:index_ts_lib",
"//:node_modules/lit",
],
ts_srcs = [
"index.ts",
"skottie-background-settings-sk.ts",
],
visibility = ["//visibility:public"],
)