@kontent-ai/smart-link
Version:
Kontent.ai Smart Link SDK allowing to automatically inject [smart links](https://docs.kontent.ai/tutorials/develop-apps/build-strong-foundation/set-up-editing-from-preview#a-using-smart-links) to Kontent.ai according to manually specified [HTML data attri
16 lines • 826 B
JavaScript
export var Colors;
(function (Colors) {
Colors["BackgroundDefault"] = "rgba(255, 255, 255, 1)";
Colors["BackgroundDefaultDisabled"] = "rgba(223, 223, 223, 1)";
Colors["BackgroundDefaultHover"] = "rgba(21, 21, 21, 0.1)";
Colors["BackgroundDefaultSelected"] = "rgba(255, 240, 239, 1)";
Colors["BackgroundSecondary"] = "rgba(20, 22, 25, 1)";
Colors["Primary"] = "rgba(219, 60, 0, 1)";
Colors["PrimaryHover"] = "rgba(149, 48, 0, 1)";
Colors["PrimaryTransparent"] = "rgba(219, 60, 0, 0.5)";
Colors["TextDefault"] = "rgba(21, 21, 21, 1)";
Colors["TextDefaultDisabled"] = "rgba(140, 140, 140, 1)";
// eslint-disable-next-line @typescript-eslint/no-duplicate-enum-values
Colors["TextSecondary"] = "rgba(255, 255, 255, 1)";
})(Colors || (Colors = {}));
//# sourceMappingURL=colors.js.map