UNPKG

nishant-design-system

Version:
31 lines (29 loc) 1.44 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.borderWidthTertiary = exports.borderWidthSecondary = exports.borderWidthPrimary = exports.borderWidthNone = exports.borderRadiusXSmall = exports.borderRadiusXLarge = exports.borderRadiusSmall = exports.borderRadiusRadioButton = exports.borderRadiusNone = exports.borderRadiusMedium = exports.borderRadiusLarge = exports.borderRadiusCircle = void 0; const borderWidthNone = '0px'; exports.borderWidthNone = borderWidthNone; const borderWidthPrimary = '1px'; exports.borderWidthPrimary = borderWidthPrimary; const borderWidthSecondary = '1.5px'; exports.borderWidthSecondary = borderWidthSecondary; const borderWidthTertiary = '2px'; exports.borderWidthTertiary = borderWidthTertiary; const borderRadiusNone = '0px'; exports.borderRadiusNone = borderRadiusNone; const borderRadiusXSmall = '4px'; exports.borderRadiusXSmall = borderRadiusXSmall; const borderRadiusRadioButton = '6px'; exports.borderRadiusRadioButton = borderRadiusRadioButton; const borderRadiusSmall = '8px'; exports.borderRadiusSmall = borderRadiusSmall; const borderRadiusMedium = '12px'; exports.borderRadiusMedium = borderRadiusMedium; const borderRadiusLarge = '20px'; exports.borderRadiusLarge = borderRadiusLarge; const borderRadiusXLarge = '30px'; exports.borderRadiusXLarge = borderRadiusXLarge; const borderRadiusCircle = '50%'; exports.borderRadiusCircle = borderRadiusCircle;