@workday/canvas-kit-react
Version:
The parent module that contains all Workday Canvas Kit React components
43 lines (42 loc) • 1.13 kB
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.borderWidthFns = exports.borderWidthStyleFnConfigs = void 0;
const buildStyleFns_1 = require("../buildStyleFns");
exports.borderWidthStyleFnConfigs = [
{
name: 'borderWidth',
properties: ['borderWidth'],
system: 'none',
},
{
name: 'borderTopWidth',
properties: ['borderTopWidth'],
system: 'none',
},
{
name: 'borderRightWidth',
properties: ['borderRightWidth'],
system: 'none',
},
{
name: 'borderBottomWidth',
properties: ['borderBottomWidth'],
system: 'none',
},
{
name: 'borderLeftWidth',
properties: ['borderLeftWidth'],
system: 'none',
},
{
name: 'borderInlineStartWidth',
properties: ['borderInlineStartWidth'],
system: 'none',
},
{
name: 'borderInlineEndWidth',
properties: ['borderInlineEndWidth'],
system: 'none',
},
];
exports.borderWidthFns = (0, buildStyleFns_1.buildStyleFns)(exports.borderWidthStyleFnConfigs);
;