@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
124 lines (123 loc) • 1.84 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Visa = exports.Saga = exports.ProductType = exports.PB = exports.Mastercard = exports.DNB = exports.CardType = exports.BankAxeptType = exports.BankAxept = void 0;
const DNB = exports.DNB = {
Colored: color => ({
tag: 'Colored',
color
}),
Sbanken: color => ({
tag: 'Sbanken',
color
})
};
const Visa = exports.Visa = {
Colored: color => ({
tag: 'Colored',
color
}),
Platinum: {
tag: 'Platinum'
}
};
const Mastercard = exports.Mastercard = {
Default: {
tag: 'Default'
},
Dark: {
tag: 'Dark'
}
};
const CardType = exports.CardType = {
Visa: {
tag: 'Visa'
},
Mastercard: {
tag: 'Mastercard'
},
None: {
tag: 'None'
}
};
const BankAxept = exports.BankAxept = {
White: {
tag: 'White'
},
Black: {
tag: 'Black'
},
Gold: {
tag: 'Gold'
},
Black20: {
tag: 'Black20'
},
Gray: {
tag: 'Gray'
},
GrayDark: {
tag: 'GrayDark'
}
};
const Saga = exports.Saga = {
Gold: {
tag: 'Gold'
},
Platinum: {
tag: 'Platinum'
},
None: {
tag: 'None'
}
};
const PB = exports.PB = {
Default: {
tag: 'Default'
},
None: {
tag: 'None'
}
};
const ProductType = exports.ProductType = {
Saga: {
tag: 'Saga'
},
Pluss: {
tag: 'Pluss'
},
Intro: {
tag: 'Intro'
},
Bedrift: {
tag: 'Bedrift'
},
Business: {
tag: 'Business'
},
PrivateBanking: {
tag: 'PrivateBanking'
},
Corporate: {
tag: 'Corporate'
},
WorldElite: {
tag: 'WorldElite'
},
None: {
tag: 'None'
}
};
const BankAxeptType = exports.BankAxeptType = {
BankAxept: {
tag: 'BankAxept'
},
Credit: {
tag: 'Credit'
},
None: {
tag: 'None'
}
};
//# sourceMappingURL=Types.js.map