UNPKG

2.43 kBJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6var _exportNames = {
7 Unstable_StyledGrid: true,
8 Unstable_StyledCell: true,
9 Unstable_Grid: true,
10 Unstable_Cell: true,
11 StyledGrid: true,
12 StyledCell: true,
13 Grid: true,
14 Cell: true
15};
16Object.defineProperty(exports, "StyledGrid", {
17 enumerable: true,
18 get: function get() {
19 return _styledComponents.StyledGrid;
20 }
21});
22Object.defineProperty(exports, "StyledCell", {
23 enumerable: true,
24 get: function get() {
25 return _styledComponents.StyledCell;
26 }
27});
28Object.defineProperty(exports, "Grid", {
29 enumerable: true,
30 get: function get() {
31 return _grid.default;
32 }
33});
34Object.defineProperty(exports, "Cell", {
35 enumerable: true,
36 get: function get() {
37 return _cell.default;
38 }
39});
40exports.Unstable_Cell = exports.Unstable_Grid = exports.Unstable_StyledCell = exports.Unstable_StyledGrid = void 0;
41
42var _styledComponents = require("./styled-components.js");
43
44var _grid = _interopRequireDefault(require("./grid.js"));
45
46var _cell = _interopRequireDefault(require("./cell.js"));
47
48var _deprecatedComponent = _interopRequireDefault(require("../utils/deprecated-component.js"));
49
50var _constants = require("./constants.js");
51
52Object.keys(_constants).forEach(function (key) {
53 if (key === "default" || key === "__esModule") return;
54 if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
55 Object.defineProperty(exports, key, {
56 enumerable: true,
57 get: function get() {
58 return _constants[key];
59 }
60 });
61});
62
63function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
64
65/*
66Copyright (c) 2018-2020 Uber Technologies, Inc.
67
68This source code is licensed under the MIT license found in the
69LICENSE file in the root directory of this source tree.
70*/
71var componentName = 'Layout Grid (baseui/layout-grid)';
72var Unstable_StyledGrid = (0, _deprecatedComponent.default)(_styledComponents.StyledGrid, componentName);
73exports.Unstable_StyledGrid = Unstable_StyledGrid;
74var Unstable_StyledCell = (0, _deprecatedComponent.default)(_styledComponents.StyledCell, componentName);
75exports.Unstable_StyledCell = Unstable_StyledCell;
76var Unstable_Grid = (0, _deprecatedComponent.default)(_grid.default, componentName);
77exports.Unstable_Grid = Unstable_Grid;
78var Unstable_Cell = (0, _deprecatedComponent.default)(_cell.default, componentName);
79exports.Unstable_Cell = Unstable_Cell;
\No newline at end of file