UNPKG

@atlaskit/primitives

Version:

Primitives are token-backed low-level building blocks.

17 lines (16 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LAYERS = void 0; var LAYERS = exports.LAYERS = { card: 100, navigation: 200, dialog: 300, layer: 400, blanket: 500, modal: 510, flag: 600, spotlight: 700, tooltip: 800 };