UNPKG

design-system-govbr-rnp

Version:

## Padrão Digital de Governo - React Biblioteca de componentes React que implementa o [Padrão Visual digital do governo](https://www.gov.br/ds/). O objetivo da biblioteca é facilitar a implementação e promover a padronização das interfaces de sistemas do

36 lines (35 loc) 857 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var GRID_MEDIAS = { breakpointXs: "0", breakpointXsMaxWidth: "100%", breakpointSm: "576px", breakpointSmMaxWidth: "536px", breakpointMd: "992px", breakpointMdMaxWidth: "952px", breakpointLg: "1280px", breakpointLgMaxWidth: "1200px", breakpointXl: "1600px", breakpointXlMaxWidth: "1560px", portraitMaxwidth: "100%", portraitGutter: "16px", portraitColumns: "4", portraitMargin: "8px", tabletMaxwidth: "100%", tabletGutter: "24px", tabletColumns: "8", tabletMargin: "40px", desktopMaxwidth: "1200px", desktopGutter: "24px", desktopColumns: "12", desktopMargin: "40px", tvMaxwidth: "1520px", tvGutter: "40px", tvColumns: "12", tvMargin: "40px" }; var _default = GRID_MEDIAS; exports.default = _default;