Repository URL to install this package:
|
Version:
0.9.5 ▾
|
ui-component-library
/
dist
/
components
/
presets
/
ProductPieces
/
ProductOrderSummary
/
fixtures.js
|
|---|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const ProductOrderSummaryList = [
{
label: 'subtotal(4items)',
value: '$1,623.80',
},
{
label: 'standard shipping',
value: 'free',
},
{
label: 'estimated sales tax',
value: '$57.24',
},
{
label: 'total',
value: '$1,679.80',
className: 'enable-bold total-count',
},
{
label: 'loyalty points earned',
value: '224',
className: 'enable-semi',
},
];
exports.ProductOrderSummaryList = ProductOrderSummaryList;
//# sourceMappingURL=fixtures.js.map