UNPKG

@progress/kendo-react-common

Version:

React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package

9 lines (8 loc) 1.6 kB
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t={xsmall:"k-fs-xs",small:"k-fs-sm",medium:"k-fs-md",large:"k-fs-lg",xlarge:"k-fs-xl"},r={light:"k-font-weight-light",normal:"k-font-weight-normal",bold:"k-font-weight-bold"},e={xsmall:"k-m-xs",small:"k-m-sm",medium:"k-m-md",large:"k-m-lg",xlarge:"k-m-xl",thin:"k-m-thin",hair:"k-m-hair"},l={xsmall:"xs",small:"sm",medium:"md",large:"lg",xlarge:"xl",thin:"thin",hair:"hair"},S={top:"k-mt-",right:"k-mr-",bottom:"k-mb-",left:"k-ml-"},o={left:"k-text-left",right:"k-text-right",center:"k-text-center",justify:"k-text-justify"},i={lowercase:"k-text-lowercase",uppercase:"k-text-uppercase",capitalize:"k-text-capitalize"},s={inherit:"k-color-inherit",primary:"k-color-primary",secondary:"k-color-secondary",tertiary:"k-color-tertiary",info:"k-color-info",success:"k-color-success",warning:"k-color-warning",error:"k-color-error",dark:"k-color-dark",light:"k-color-light",inverse:"k-color-inverse"};exports.FONT_SIZE_CLASSES=t;exports.FONT_WEIGHT_CLASSES=r;exports.MARGIN_ENUM_CLASSES=e;exports.MARGIN_ENUM_VALUES=l;exports.MARGIN_SIDES_CLASSES=S;exports.TEXT_ALIGN_CLASSES=o;exports.TEXT_TRANSFORM_CLASSES=i;exports.THEME_COLOR_CLASSES=s;