UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

15 lines 499 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TABLE_HEAD_STYLES = void 0; const zIndex_1 = require("../../foundations/zIndex"); const variants_1 = require("./variants"); exports.TABLE_HEAD_STYLES = { [variants_1.TableHeadVariantType.DEFAULT]: { container: { display: 'table-header-group', transition: 'box-shadow 200ms', z_index: zIndex_1.Z_INDEX.INTERN_1, }, }, }; //# sourceMappingURL=styles.js.map