optimizely-oui
Version:
Optimizely's Component Library.
98 lines (92 loc) • 4.22 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _react = _interopRequireDefault(require("react"));
var _Button = _interopRequireDefault(require("../../Button/"));
var _index = _interopRequireDefault(require("../index"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
/* eslint-disable react/jsx-key */
var _default = [{
isPadded: true,
examples: [_react["default"].createElement(_index["default"], {
headline: "Get started with Optimizely X",
description: _react["default"].createElement("div", null, "This is a test description about with a Google."),
button: _react["default"].createElement(_Button["default"], {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/campaign-list-empty-state.svg"
})]
}, {
isPadded: true,
examples: [_react["default"].createElement(_index["default"], {
headline: "Get started with Optimizely X Extensions",
description: _react["default"].createElement("div", null, "This is a test description about with a Google."),
button: _react["default"].createElement(_Button["default"], {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/extensions-empty-state.svg"
})]
}, {
isPadded: true,
examples: [_react["default"].createElement(_index["default"], {
headline: "Get started with Optimizely X",
description: _react["default"].createElement("div", null, "This is a test description about with a Google."),
button: _react["default"].createElement(_Button["default"], {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/custom-project-experiments-empty-state.svg"
})]
}, {
isPadded: true,
examples: [_react["default"].createElement(_index["default"], {
headline: "Get started with Optimizely X",
description: _react["default"].createElement("div", null, "This is a test description about with a Google."),
button: _react["default"].createElement(_Button["default"], {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/empty-rollouts.svg"
})]
}, {
isPadded: true,
examples: [_react["default"].createElement(_index["default"], {
headline: "Get started with Optimizely X",
description: _react["default"].createElement("div", null, "This is a test description about with a Google."),
button: _react["default"].createElement(_Button["default"], {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/empty-feature-flags.svg"
})]
}, {
isPadded: true,
examples: [_react["default"].createElement(_index["default"], {
headline: "Get started with Optimizely X",
description: _react["default"].createElement("div", null, "This is a test description about with a Google."),
button: _react["default"].createElement(_Button["default"], {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/audience-list-empty-state.svg"
})]
}, {
isPadded: true,
examples: [_react["default"].createElement(_index["default"], {
headline: "Get started with Optimizely X",
description: _react["default"].createElement("div", null, "This is a test description about with a Google."),
button: _react["default"].createElement(_Button["default"], {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/attribute-dashboard-empty-state.svg"
})]
}, {
isPadded: true,
examples: [_react["default"].createElement(_index["default"], {
headline: "Get started with Optimizely X",
description: _react["default"].createElement("div", null, "This is a test description about with a Google."),
button: _react["default"].createElement(_Button["default"], {
style: "highlight"
}, "Highlight"),
imagePath: "https://app.optimizely.com/static/img/x/empty-states/page-list-empty-state.svg"
})]
}];
exports["default"] = _default;