mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
Merge branch 'master' into mono-patch-readme
This commit is contained in:
commit
2940be6083
26
package.json
26
package.json
@ -1,29 +1,11 @@
|
||||
{
|
||||
"name": "primer-css",
|
||||
"description": "Primer is the CSS framework that powers GitHub's front-end design. Primer-css includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via NPM, so it's easy to include all or part of Primer within your own project.",
|
||||
"homepage": "http://primercss.io/",
|
||||
"author": "GitHub, Inc.",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/primer/primer-css.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/primer/primer-css/issues"
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"publish": "lerna publish",
|
||||
"updated": "lerna updated"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lerna": "^2.0.0-rc.2",
|
||||
"primer-module-build": "*"
|
||||
},
|
||||
"keywords": [
|
||||
"primer",
|
||||
"css",
|
||||
"github",
|
||||
"primercss"
|
||||
]
|
||||
"dependencies": {
|
||||
"lerna": "^2.0.0-rc.2"
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Primer modules
|
||||
|
||||
Primer CSS is monorepo composed of 23 packages which can be installed altogether or individually via NPM. We group our packages into 3 meta-packages which you can install individually: [primer-core](primer-core), [primer-product](primer-product), and [primer-marketing](primer-marketing). Install [primer-css](primer-css) if you want to install all 23 packages.
|
||||
Primer CSS is monorepo composed of 23 packages which can be installed altogether or individually via npm. We group our packages into 3 meta-packages which you can install individually: [primer-core](primer-core), [primer-product](primer-product), and [primer-marketing](primer-marketing). Install [primer-css](primer-css) if you want to install all 23 packages.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Alerts
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-alerts.svg)](https://www.npmjs.org/package/primer-alerts)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-alerts.svg)](https://www.npmjs.org/package/primer-alerts)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Flash messages, or alerts, inform users of successful or pending actions. Use them sparingly. Don’t show more than one at a time.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.1.3-alpha.1",
|
||||
"version": "1.1.4",
|
||||
"name": "primer-alerts",
|
||||
"description": "Flash messages, or alerts, inform users of successful or pending actions.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Avatars
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-avatars.svg)](https://www.npmjs.org/package/primer-avatars)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-avatars.svg)](https://www.npmjs.org/package/primer-avatars)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Avatars are images that users can set as their profile picture. On GitHub, they’re always going to be rounded squares. They can be custom photos, uploaded by users, or generated as Identicons as a placeholder.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.4.7-alpha.1",
|
||||
"version": "0.4.8",
|
||||
"name": "primer-avatars",
|
||||
"description": "Basic styles for user profile avatars.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Base
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-base.svg)](https://www.npmjs.org/package/primer-base)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-base.svg)](https://www.npmjs.org/package/primer-base)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> GitHub's CSS to reset the browsers default styles. Built on top of normalize.css
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.1.0-1",
|
||||
"version": "1.1.1",
|
||||
"name": "primer-base",
|
||||
"description": "CSS to reset the browsers default styles",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Blankslate
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-blankslate.svg)](https://www.npmjs.org/package/primer-blankslate)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-blankslate.svg)](https://www.npmjs.org/package/primer-blankslate)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Blankslates are for when there is a lack of content within a page or section. Use them as placeholders to tell users why something isn’t there. Be sure to provide an action to add content as well.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.3.6-alpha.1",
|
||||
"version": "0.3.7",
|
||||
"name": "primer-blankslate",
|
||||
"description": "Blankslates are for when there is a lack of content within a page or section.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS box
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-box.svg)](https://www.npmjs.org/package/primer-box)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-box.svg)](https://www.npmjs.org/package/primer-box)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Box is a module for creating rounded-corner boxes with a white background and gray borders. Box has optional element styles for headers, lists, and footers.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.1.3-alpha.1",
|
||||
"version": "2.1.4",
|
||||
"name": "primer-box",
|
||||
"description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer Marketing CSS Breadcrumb Navigation
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-breadcrumb.svg)](https://www.npmjs.org/package/primer-breadcrumb)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-breadcrumb.svg)](https://www.npmjs.org/package/primer-breadcrumb)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Breadcrumb navigation for GitHub's marketing pages with parents / grandparents.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.1.2-alpha.2",
|
||||
"version": "0.1.3",
|
||||
"name": "primer-breadcrumb",
|
||||
"description": "Breadcrumb navigation for pages with parents / grandparents.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,8 +22,8 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-support": "^0.5.1-0",
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-marketing-support": "^0.5.2",
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Buttons
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-buttons.svg)](https://www.npmjs.org/package/primer-buttons)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-buttons.svg)](https://www.npmjs.org/package/primer-buttons)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Buttons are used for actions, like in forms, while textual hyperlinks are used for destinations, or moving from one page to another.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.0.1-alpha.1",
|
||||
"version": "2.0.2",
|
||||
"name": "primer-buttons",
|
||||
"description": "A collection of buttons used for primary and secondary actions.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer Marketing CSS Cards
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-cards.svg)](https://www.npmjs.org/package/primer-cards)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-cards.svg)](https://www.npmjs.org/package/primer-cards)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Card-like containers to group semantically related content together on marketing websites at GitHub.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.1.3-alpha.2",
|
||||
"version": "0.1.4",
|
||||
"name": "primer-cards",
|
||||
"description": "Card-like containers to group semantically related content together on marketing websites at GitHub.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,8 +22,8 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-support": "^0.5.1-0",
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-marketing-support": "^0.5.2",
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Primer Core
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-core.svg)](https://www.npmjs.org/package/primer-core)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-core.svg)](https://www.npmjs.org/package/primer-core)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Primer core is one of 3 meta-packages that belong to the Primer CSS framework. Primer core contains packages that are shared between GitHub product and marketing websites.
|
||||
|
||||
This repository is a compilation of [several CSS packages](https://github.com/primer/primer-css). You can break it down into smaller sections using NPM.
|
||||
This repository is a compilation of [several CSS packages](https://github.com/primer/primer-css). You can break it down into smaller sections using npm.
|
||||
|
||||
## Install
|
||||
|
||||
@ -27,7 +27,7 @@ You can also import specific portions of the module by importing those partials
|
||||
|
||||
## Build
|
||||
|
||||
For a compiled **CSS** version of this module, an NPM script is included that will output a CSS version to `build/build.css` The built CSS file is also included in the NPM package.
|
||||
For a compiled **CSS** version of this module, an npm script is included that will output a CSS version to `build/build.css` The built CSS file is also included in the npm package.
|
||||
|
||||
```
|
||||
$ npm run build
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "4.0.0-1",
|
||||
"version": "4.0.1",
|
||||
"name": "primer-core",
|
||||
"description": "Primer CSS's core modules",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,16 +22,16 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-base": "^0.4.0",
|
||||
"primer-box": "^2.1.3-alpha.1",
|
||||
"primer-buttons": "^2.0.1-alpha.1",
|
||||
"primer-forms": "^1.0.8-1",
|
||||
"primer-layout": "^1.0.0-1",
|
||||
"primer-navigation": "^1.0.1-alpha.1",
|
||||
"primer-support": "^4.0.2-1",
|
||||
"primer-table-object": "^1.0.4-alpha.1",
|
||||
"primer-tooltips": "^0.5.5-alpha.1",
|
||||
"primer-truncate": "^0.3.3-alpha.1",
|
||||
"primer-utilities": "^4.3.0-1"
|
||||
"primer-box": "^2.1.4",
|
||||
"primer-buttons": "^2.0.2",
|
||||
"primer-forms": "^1.0.9",
|
||||
"primer-layout": "^1.0.1",
|
||||
"primer-navigation": "^1.0.2",
|
||||
"primer-support": "^4.0.3",
|
||||
"primer-table-object": "^1.0.5",
|
||||
"primer-tooltips": "^0.5.6",
|
||||
"primer-truncate": "^0.3.4",
|
||||
"primer-utilities": "^4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*"
|
||||
|
@ -1,9 +1,9 @@
|
||||
# Primer CSS
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-css.svg)](https://www.npmjs.org/package/primer-css)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-css.svg)](https://www.npmjs.org/package/primer-css)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Primer is the CSS framework that powers GitHub's front-end design. Primer CSS includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via NPM, so it's easy to include all or part of Primer within your own project.
|
||||
> Primer is the CSS framework that powers GitHub's front-end design. Primer CSS includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via npm, so it's easy to include all or part of Primer within your own project.
|
||||
|
||||
This repository is a compilation of [several CSS modules](https://github.com/primer).
|
||||
|
||||
@ -27,7 +27,7 @@ You can also import specific portions of the module by importing those partials
|
||||
|
||||
## Build
|
||||
|
||||
For a compiled **CSS** version of this module, a NPM script is included that will output a CSS version to `build/build.css` The built CSS file is also included in the NPM package.
|
||||
For a compiled **CSS** version of this module, a npm script is included that will output a CSS version to `build/build.css` The built CSS file is also included in the npm package.
|
||||
|
||||
```
|
||||
$ npm run build
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "7.0.0-2",
|
||||
"version": "7.0.0-rc.2",
|
||||
"name": "primer-css",
|
||||
"description": "Primer is the CSS framework that powers GitHub's front-end design. Primer-css includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via NPM, so it's easy to include all or part of Primer within your own project.",
|
||||
"description": "Primer is the CSS framework that powers GitHub's front-end design. Primer-css includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via npm, so it's easy to include all or part of Primer within your own project.",
|
||||
"homepage": "http://primercss.io/",
|
||||
"author": "GitHub, Inc.",
|
||||
"license": "MIT",
|
||||
@ -11,7 +11,7 @@
|
||||
"lib",
|
||||
"build"
|
||||
],
|
||||
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-marketing",
|
||||
"repository": "https://github.com/primer/primer-css/tree/master/packages/primer-css",
|
||||
"bugs": {
|
||||
"url": "https://github.com/primer/primer-css/issues"
|
||||
},
|
||||
@ -21,9 +21,33 @@
|
||||
"test": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-core": "^4.0.0-1",
|
||||
"primer-marketing": "^4.0.0-2",
|
||||
"primer-product": "^4.0.0-2"
|
||||
"primer-alerts": "^1.1.4",
|
||||
"primer-avatars": "^0.4.8",
|
||||
"primer-base": "^0.4.0",
|
||||
"primer-blankslate": "^0.3.7",
|
||||
"primer-box": "^2.1.4",
|
||||
"primer-breadcrumb": "^0.1.3",
|
||||
"primer-buttons": "^2.0.2",
|
||||
"primer-cards": "^0.1.4",
|
||||
"primer-core": "^4.0.1",
|
||||
"primer-forms": "^1.0.9",
|
||||
"primer-labels": "^1.1.2",
|
||||
"primer-layout": "^1.0.1",
|
||||
"primer-markdown": "^3.3.9",
|
||||
"primer-marketing": "^4.0.1",
|
||||
"primer-marketing-support": "^0.5.2",
|
||||
"primer-marketing-type": "^0.2.2",
|
||||
"primer-marketing-utilities": "^0.1.6",
|
||||
"primer-navigation": "^1.0.2",
|
||||
"primer-page-headers": "^0.1.3",
|
||||
"primer-page-sections": "^0.1.3",
|
||||
"primer-product": "^4.0.1",
|
||||
"primer-support": "^4.0.3",
|
||||
"primer-table-object": "^1.0.5",
|
||||
"primer-tables": "^0.1.4",
|
||||
"primer-tooltips": "^0.5.6",
|
||||
"primer-truncate": "^0.3.4",
|
||||
"primer-utilities": "^4.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*"
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Forms
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-forms.svg)](https://www.npmjs.org/package/primer-forms)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-forms.svg)](https://www.npmjs.org/package/primer-forms)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Style individual form controls and utilize common layouts.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.8-1",
|
||||
"version": "1.0.9",
|
||||
"name": "primer-forms",
|
||||
"description": "Style individual form controls and utilize common layouts.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Labels
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-labels.svg)](https://www.npmjs.org/package/primer-labels)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-labels.svg)](https://www.npmjs.org/package/primer-labels)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Labels add metadata or indicate status of items and navigational elements.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.1.1-alpha.1",
|
||||
"version": "1.1.2",
|
||||
"name": "primer-labels",
|
||||
"description": "Labels add metatdata or indicate status of items and navigational elements.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Layout
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-layout.svg)](https://www.npmjs.org/package/primer-layout)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-layout.svg)](https://www.npmjs.org/package/primer-layout)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Primer’s layout includes basic page containers and a single-tiered, fraction-based grid system. That sounds more complicated than it really is though—it’s just containers, rows, and columns.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.0-1",
|
||||
"version": "1.0.1",
|
||||
"name": "primer-layout",
|
||||
"description": "Containers, rows, and columns for creating page layout.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Markdown
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-markdown.svg)](https://www.npmjs.org/package/primer-markdown)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-markdown.svg)](https://www.npmjs.org/package/primer-markdown)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Stylesheets for rendering GitHub Flavored Markdown and syntax highlighted code snippets.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "3.3.8-alpha.1",
|
||||
"version": "3.3.9",
|
||||
"name": "primer-markdown",
|
||||
"description": "GitHub stylesheets for rendering markdown.",
|
||||
"homepage": "https://github.com/primer/primer-markdown",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Marketing Support
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-marketing-support.svg)](https://www.npmjs.org/package/primer-marketing-support)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-marketing-support.svg)](https://www.npmjs.org/package/primer-marketing-support)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Support files are Sass variables, mixins, and functions that we import into different bases for use across components, objects, and utilities. Sharing these common properties across GitHub sites helps us to keep our styles more consistent.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.5.1-0",
|
||||
"version": "0.5.2",
|
||||
"name": "primer-marketing-support",
|
||||
"description": "Sass variables, mixins, and functions for use in our components.",
|
||||
"homepage": "http://primercss.io/",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer Marketing CSS Typography
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-marketing-type.svg)](https://www.npmjs.org/package/primer-marketing-type)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-marketing-type.svg)](https://www.npmjs.org/package/primer-marketing-type)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Flash messages, or alerts, inform users of successful or pending actions. Use them sparingly. Don’t show more than one at a time.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.2.1-alpha.2",
|
||||
"version": "0.2.2",
|
||||
"name": "primer-marketing-type",
|
||||
"description": "Typography for marketing websites at GitHub",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,8 +22,8 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-support": "^0.5.1-0",
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-marketing-support": "^0.5.2",
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer Marketing CSS Utilities
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-marketing-utilities.svg)](https://www.npmjs.org/package/primer-marketing-utilities)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-marketing-utilities.svg)](https://www.npmjs.org/package/primer-marketing-utilities)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
This repository is a module of the full [primer-marketing-css][primer-marketing-css] repository.
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "0.1.5-alpha.2",
|
||||
"version": "0.1.6",
|
||||
"name": "primer-marketing-utilities",
|
||||
"description": "Immutable, atomic CSS classes to rapidly build product",
|
||||
"description": "Marketing specific immutable, atomic CSS classes",
|
||||
"homepage": "http://primercss.io/",
|
||||
"author": "GitHub, Inc.",
|
||||
"license": "MIT",
|
||||
@ -22,8 +22,8 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-support": "^0.5.1-0",
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-marketing-support": "^0.5.2",
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Primer marketing
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-marketing.svg)](https://www.npmjs.org/package/primer-marketing)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-marketing.svg)](https://www.npmjs.org/package/primer-marketing)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Primer marketing is one of 3 meta-packages that belong to the Primer CSS framework. Primer marketing contains packages that are used on GitHub marketing websites.
|
||||
|
||||
This repository is a compilation of [several CSS packages](https://github.com/primer/primer-css). You can break it down into smaller sections using NPM.
|
||||
This repository is a compilation of [several CSS packages](https://github.com/primer/primer-css). You can break it down into smaller sections using npm.
|
||||
|
||||
## Install
|
||||
|
||||
@ -27,7 +27,7 @@ You can also import specific portions of the module by importing those partials
|
||||
|
||||
## Build
|
||||
|
||||
For a compiled **css** version of this module, a NPM script is included that will output a CSS version to `build/build.css` The built CSS file is also included in the NPM package.
|
||||
For a compiled **css** version of this module, a npm script is included that will output a CSS version to `build/build.css` The built CSS file is also included in the npm package.
|
||||
|
||||
```
|
||||
$ npm run build
|
||||
|
@ -15,6 +15,7 @@
|
||||
@import "primer-marketing-support/index.scss";
|
||||
|
||||
// marketing specific css modules
|
||||
@import "primer-marketing-utilities/index.scss";
|
||||
@import "primer-marketing-type/index.scss";
|
||||
@import "primer-breadcrumb/index.scss";
|
||||
@import "primer-cards/index.scss";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": "4.0.0-2",
|
||||
"version": "4.0.1",
|
||||
"name": "primer-marketing",
|
||||
"description": "Primer CSS's marketing modules",
|
||||
"description": "Primer CSS marketing packages",
|
||||
"homepage": "http://primercss.io/",
|
||||
"author": "GitHub, Inc.",
|
||||
"license": "MIT",
|
||||
@ -21,14 +21,15 @@
|
||||
"test": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-breadcrumb": "^0.1.2-alpha.2",
|
||||
"primer-cards": "^0.1.3-alpha.2",
|
||||
"primer-marketing-support": "^0.5.1-0",
|
||||
"primer-marketing-type": "^0.2.1-alpha.2",
|
||||
"primer-page-headers": "^0.1.2-alpha.2",
|
||||
"primer-page-sections": "^0.1.2-alpha.2",
|
||||
"primer-support": "^4.0.2-1",
|
||||
"primer-tables": "^0.1.3-alpha.2"
|
||||
"primer-breadcrumb": "^0.1.3",
|
||||
"primer-cards": "^0.1.4",
|
||||
"primer-marketing-support": "^0.5.2",
|
||||
"primer-marketing-type": "^0.2.2",
|
||||
"primer-marketing-utilities": "^0.1.6",
|
||||
"primer-page-headers": "^0.1.3",
|
||||
"primer-page-sections": "^0.1.3",
|
||||
"primer-support": "^4.0.3",
|
||||
"primer-tables": "^0.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*"
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Navigation
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-navigation.svg)](https://www.npmjs.org/package/primer-navigation)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-navigation.svg)](https://www.npmjs.org/package/primer-navigation)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Primer comes with several navigation components. Some were designed with singular purposes, while others were design to be more flexible and appear quite frequently.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.1-alpha.1",
|
||||
"version": "1.0.2",
|
||||
"name": "primer-navigation",
|
||||
"description": "Singular purpose and flexible navigation elements.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer Marketing CSS Page Headers
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-page-headers.svg)](https://www.npmjs.org/package/primer-page-headers)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-page-headers.svg)](https://www.npmjs.org/package/primer-page-headers)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Jumbotrons, heroes, and featured content sections for marketing websites at GitHub.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.1.2-alpha.2",
|
||||
"version": "0.1.3",
|
||||
"name": "primer-page-headers",
|
||||
"description": "Jumbotrons, heroes, and featured content sections for marketing websites at GitHub.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,8 +22,8 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-support": "^0.5.1-0",
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-marketing-support": "^0.5.2",
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Page Sections
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-page-sections.svg)](https://www.npmjs.org/package/primer-page-sections)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-page-sections.svg)](https://www.npmjs.org/package/primer-page-sections)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Flash messages, or alerts, inform users of successful or pending actions. Use them sparingly. Don’t show more than one at a time.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.1.2-alpha.2",
|
||||
"version": "0.1.3",
|
||||
"name": "primer-page-sections",
|
||||
"description": "Styles to create distinct sections of marketing pages at GitHub.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,8 +22,8 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-support": "^0.5.1-0",
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-marketing-support": "^0.5.2",
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Primer product
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-product.svg)](https://www.npmjs.org/package/primer-product)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-product.svg)](https://www.npmjs.org/package/primer-product)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Primer product is one of 3 meta-packages that belong to the Primer CSS framework. Primer product contains packages that are used on GitHub product websites.
|
||||
|
||||
This repository is a compilation of [several CSS packages](https://github.com/primer/primer-css). You can break it down into smaller sections using NPM.
|
||||
This repository is a compilation of [several CSS packages](https://github.com/primer/primer-css). You can break it down into smaller sections using npm.
|
||||
|
||||
## Install
|
||||
|
||||
@ -27,7 +27,7 @@ You can also import specific portions of the module by importing those partials
|
||||
|
||||
## Build
|
||||
|
||||
For a compiled **CSS** version of this module, a NPM script is included that will output a CSS version to `build/build.css` The built CSS file is also included in the NPM package.
|
||||
For a compiled **CSS** version of this module, a npm script is included that will output a CSS version to `build/build.css` The built CSS file is also included in the npm package.
|
||||
|
||||
```
|
||||
$ npm run build
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "4.0.0-2",
|
||||
"version": "4.0.1",
|
||||
"name": "primer-product",
|
||||
"description": "Primer CSS's product modules",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -21,12 +21,12 @@
|
||||
"test": "npm run build"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-alerts": "^1.1.3-alpha.1",
|
||||
"primer-avatars": "^0.4.7-alpha.1",
|
||||
"primer-blankslate": "^0.3.6-alpha.1",
|
||||
"primer-labels": "^1.1.1-alpha.1",
|
||||
"primer-markdown": "^3.3.8-alpha.1",
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-alerts": "^1.1.4",
|
||||
"primer-avatars": "^0.4.8",
|
||||
"primer-blankslate": "^0.3.7",
|
||||
"primer-labels": "^1.1.2",
|
||||
"primer-markdown": "^3.3.9",
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*"
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Support
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-support.svg)](https://www.npmjs.org/package/primer-support)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-support.svg)](https://www.npmjs.org/package/primer-support)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Support files are Sass variables, mixins, and functions that we import into different bases for use across components, objects, and utilities. Sharing these common properties across GitHub sites helps us to keep our styles more consistent.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "4.0.2-1",
|
||||
"version": "4.0.3",
|
||||
"name": "primer-support",
|
||||
"description": "Sass variables, mixins, and functions for use in our components.",
|
||||
"homepage": "http://primercss.io/",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS table object
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-table-object.svg)](https://www.npmjs.org/package/primer-table-object)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-table-object.svg)](https://www.npmjs.org/package/primer-table-object)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Table object is a module for creating dynamically resizable elements that always sit on the same horizontal line (e.g., they never break to a new line). Using table styles in our CSS means it’s cross browser friendly back to at least IE9.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.0.4-alpha.1",
|
||||
"version": "1.0.5",
|
||||
"name": "primer-table-object",
|
||||
"description": "A module for creating dynamically resizable elements that always sit on the same horizontal line.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer Marketing CSS Tables
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-tables.svg)](https://www.npmjs.org/package/primer-tables)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-tables.svg)](https://www.npmjs.org/package/primer-tables)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Styles to display tabular data for marketing websites at GitHub.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.1.3-alpha.2",
|
||||
"version": "0.1.4",
|
||||
"name": "primer-tables",
|
||||
"description": "Styles to display tabular data for marketing websites at GitHub.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,8 +22,8 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-marketing-support": "^0.5.1-0",
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-marketing-support": "^0.5.2",
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Tooltips
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-tooltips.svg)](https://www.npmjs.org/package/primer-tooltips)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-tooltips.svg)](https://www.npmjs.org/package/primer-tooltips)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> Add tooltips built entirely in CSS to nearly any element. Just add a few classes and an aria-label attribute.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.5.5-alpha.1",
|
||||
"version": "0.5.6",
|
||||
"name": "primer-tooltips",
|
||||
"description": "Add tooltips built entirely in CSS to nearly any element.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Truncate
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-truncate.svg)](https://www.npmjs.org/package/primer-truncate)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-truncate.svg)](https://www.npmjs.org/package/primer-truncate)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> .css-truncate will shorten text with an ellipsis. The maximum width of the truncated text can be changed by overriding the max-width of the .css-truncate-target.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.3.3-alpha.1",
|
||||
"version": "0.3.4",
|
||||
"name": "primer-truncate",
|
||||
"description": "Shorten text with an ellipsis.",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Primer CSS Utilities
|
||||
|
||||
[![NPM version](http://img.shields.io/npm/v/primer-utilities.svg)](https://www.npmjs.org/package/primer-utilities)
|
||||
[![npm version](http://img.shields.io/npm/v/primer-utilities.svg)](https://www.npmjs.org/package/primer-utilities)
|
||||
[![Build Status](https://travis-ci.org/primer/primer-css.svg?branch=master)](https://travis-ci.org/primer/primer-css)
|
||||
|
||||
> There are a handful of utilities in Primer for quick behaviors, floats, colors, alignment, and more.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "4.3.0-1",
|
||||
"version": "4.3.1",
|
||||
"name": "primer-utilities",
|
||||
"description": "Immutable, atomic CSS classes to rapidly build product",
|
||||
"homepage": "http://primercss.io/",
|
||||
@ -22,7 +22,7 @@
|
||||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss"
|
||||
},
|
||||
"dependencies": {
|
||||
"primer-support": "^4.0.2-1"
|
||||
"primer-support": "^4.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"primer-module-build": "*",
|
||||
|
Loading…
Reference in New Issue
Block a user