@actinc/dls
Version:
Design Language System (DLS) for ACT & Encoura front-end projects.
21 lines • 713 B
JavaScript
/**
* Copyright (c) ACT, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
import baseTheme from './baseTheme';
export var zIndex = __assign({}, baseTheme.zIndex);
export default zIndex;
//# sourceMappingURL=zIndex.js.map