blob: d9f7a746eeda5461444f08f5eb16d859ba0ec37b [file] [log] [blame]
load("//infra-sk:index.bzl", "sk_element", "ts_library")
sk_element(
name = "skottie-text-editor-sk",
sass_deps = [
"//infra-sk:themes_sass_lib",
],
sass_srcs = ["skottie-text-editor-sk.scss"],
ts_deps = [
"//infra-sk/modules/ElementSk:index_ts_lib",
"//skottie/modules:types_ts_lib",
":text-replace_ts_lib",
"@npm//lit-html",
"//elements-sk/modules:define_ts_lib",
],
ts_srcs = [
"index.ts",
"skottie-text-editor-sk.ts",
],
visibility = ["//visibility:public"],
)
ts_library(
name = "text-replace_ts_lib",
srcs = ["text-replace.ts"],
visibility = ["//visibility:public"],
deps = ["//skottie/modules:types_ts_lib"],
)