UNPKG

@becklyn/contentful-adapter

Version:

[![CI](https://github.com/Becklyn-Studios/contentful-adapter/actions/workflows/ci.yml/badge.svg)](https://github.com/Becklyn-Studios/contentful-adapter/actions/workflows/ci.yml)

10 lines (9 loc) 514 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BLOCK_VARIANT_GRAY = exports.BLOCK_VARIANT_BLACK = exports.BLOCK_VARIANT_WHITE = exports.BLOCK_VARIANT_SECONDARY = exports.BLOCK_VARIANT_PRIMARY = exports.BLOCK_VARIANT_BRAND = void 0; exports.BLOCK_VARIANT_BRAND = "Brand"; exports.BLOCK_VARIANT_PRIMARY = "Primary"; exports.BLOCK_VARIANT_SECONDARY = "Secondary"; exports.BLOCK_VARIANT_WHITE = "White"; exports.BLOCK_VARIANT_BLACK = "Black"; exports.BLOCK_VARIANT_GRAY = "Gray";