UNPKG

@actinc/dls

Version:

Design Language System (DLS) for ACT & Encoura front-end projects.

31 lines 1.04 kB
/** * Copyright (c) ACT, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ var _a; /* eslint-disable filenames/match-exported */ import DLS_COMPONENT_NAMES from "./DLS_COMPONENT_NAMES"; export var DLS_COMPONENT_SLOT_NAMES = (_a = {}, _a[DLS_COMPONENT_NAMES.BAR_CHART] = { Y_AXIS_LABEL: 'yAxisLabel', }, _a[DLS_COMPONENT_NAMES.OVERLAPPED_BAR_CHART] = { BAR_LABELS: 'barLabels', }, _a[DLS_COMPONENT_NAMES.PIE_CHART] = { PIE_LEGEND_LABEL: 'pieLegendLabel', TITLE_TEXT: 'titleText', }, _a[DLS_COMPONENT_NAMES.SCATTER_PLOT] = { SCATTER_LABELS: 'scatterLabels', SCATTER_TOOLTIP_LABEL: 'scatterToolTipLabel', SCATTER_TOOLTIP_TEXT: 'scatterToolTipText', }, _a[DLS_COMPONENT_NAMES.STACKED_BAR_CHART] = { TOOLTIP_TEXT: 'tooltipText', }, _a); export default DLS_COMPONENT_SLOT_NAMES; //# sourceMappingURL=DLS_COMPONENT_SLOT_NAMES.js.map