blob: 5b301e0c9d6a63aee26deaceeb0dce5cbbf159c4 [file]
load("//infra-sk:index.bzl", "sk_element")
sk_element(
name = "skottie-exporter-base-sk",
sass_deps = ["//elements-sk/modules:colors_sass_lib"],
sass_srcs = ["skottie-exporter-base-sk.scss"],
sk_element_deps = [
"//elements-sk/modules/icons/info-icon-sk",
"//skottie/modules/skottie-button-sk",
"//skottie/modules/skottie-dropdown-sk",
"//skottie/modules/skottie-player-sk",
],
ts_deps = [
"//elements-sk/modules:define_ts_lib",
"//infra-sk/modules/ElementSk:index_ts_lib",
"//infra-sk/modules:dom_ts_lib",
"//:node_modules/lit",
],
ts_srcs = [
"index.ts",
"skottie-exporter-base-sk.ts",
],
visibility = ["//visibility:public"],
)