1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 16:07:25 +03:00
- primer-alerts@1.5.5
 - primer-avatars@1.5.2
 - primer-base@1.6.3
 - primer-blankslate@1.4.5
 - primer-box@2.5.5
 - primer-branch-name@1.0.3
 - primer-breadcrumb@1.5.1
 - primer-buttons@2.5.3
 - primer-core@6.7.0
 - primer-forms@2.1.0
 - primer-labels@1.5.5
 - primer-layout@1.4.5
 - primer-markdown@3.7.5
 - primer-marketing-buttons@1.0.4
 - primer-marketing-support@1.5.0
 - primer-marketing-type@1.4.5
 - primer-marketing-utilities@1.6.1
 - primer-marketing@6.2.0
 - primer-navigation@1.5.3
 - primer-page-headers@1.4.5
 - primer-page-sections@1.4.5
 - primer-popover@0.0.6
 - primer-product@5.6.2
 - primer-subhead@1.0.3
 - primer-support@4.5.2
 - primer-table-object@1.4.5
 - primer-tables@1.4.5
 - primer-tooltips@1.5.2
 - primer-truncate@1.4.5
 - primer-utilities@4.8.5
 - primer@10.3.0
 - generator-primer-module@1.0.4
 - stylelint-config-primer@2.2.4
 - stylelint-selector-no-utility@1.8.4
This commit is contained in:
Diana Mounter 2018-01-17 18:55:52 -05:00
parent 30e51ab4ee
commit a98c029b06
34 changed files with 126 additions and 126 deletions

View File

@ -1,5 +1,5 @@
{
"version": "1.5.4",
"version": "1.5.5",
"name": "primer-alerts",
"description": "Flash messages, or alerts, inform users of successful or pending actions.",
"homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"alerts",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.1",
"version": "1.5.2",
"name": "primer-avatars",
"description": "Basic styles for user profile avatars.",
"homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"avatars",

View File

@ -1,5 +1,5 @@
{
"version": "1.6.2",
"version": "1.6.3",
"name": "primer-base",
"description": "CSS to reset the browsers default styles",
"homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "primer-blankslate",
"description": "Blankslates are for when there is a lack of content within a page or section.",
"homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "2.5.4",
"version": "2.5.5",
"name": "primer-box",
"description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.",
"homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "1.0.3",
"name": "primer-branch-name",
"description": "A nice, consistent way to display branch names.",
"homepage": "http://primer.github.io/",
@ -29,7 +29,7 @@
"test": "../../script/npm-run-all build lint test-docs"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"github",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.0",
"version": "1.5.1",
"name": "primer-breadcrumb",
"description": "Breadcrumb navigation for pages with parents / grandparents.",
"homepage": "http://primer.github.io/",
@ -29,7 +29,7 @@
"test": "../../script/npm-run-all build lint test-docs"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"breadcrumb",

View File

@ -1,5 +1,5 @@
{
"version": "2.5.2",
"version": "2.5.3",
"name": "primer-buttons",
"description": "A collection of buttons used for primary and secondary actions.",
"homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "6.6.1",
"version": "6.7.0",
"name": "primer-core",
"description": "Primer's core modules",
"homepage": "http://primer.github.io/",
@ -27,17 +27,17 @@
"lint": "../../script/lint-scss"
},
"dependencies": {
"primer-base": "1.6.2",
"primer-box": "2.5.4",
"primer-breadcrumb": "1.5.0",
"primer-buttons": "2.5.2",
"primer-forms": "2.0.2",
"primer-layout": "1.4.4",
"primer-navigation": "1.5.2",
"primer-support": "4.5.1",
"primer-table-object": "1.4.4",
"primer-tooltips": "1.5.1",
"primer-truncate": "1.4.4",
"primer-utilities": "4.8.4"
"primer-base": "1.6.3",
"primer-box": "2.5.5",
"primer-breadcrumb": "1.5.1",
"primer-buttons": "2.5.3",
"primer-forms": "2.1.0",
"primer-layout": "1.4.5",
"primer-navigation": "1.5.3",
"primer-support": "4.5.2",
"primer-table-object": "1.4.5",
"primer-tooltips": "1.5.2",
"primer-truncate": "1.4.5",
"primer-utilities": "4.8.5"
}
}

View File

@ -1,5 +1,5 @@
{
"version": "2.0.2",
"version": "2.1.0",
"name": "primer-forms",
"description": "Style individual form controls and utilize common layouts.",
"homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.4",
"version": "1.5.5",
"name": "primer-labels",
"description": "Labels add metatdata or indicate status of items and navigational elements.",
"homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "primer-layout",
"description": "Containers, rows, and columns for creating page layout.",
"homepage": "http://primer.github.io/",
@ -29,7 +29,7 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "3.7.4",
"version": "3.7.5",
"name": "primer-markdown",
"description": "GitHub stylesheets for rendering markdown.",
"homepage": "https://github.com/primer/primer-markdown",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"github",

View File

@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"name": "primer-marketing-buttons",
"description": "Buttons for marketing websites at GitHub",
"homepage": "http://primer.github.io/",
@ -29,7 +29,7 @@
"test": "../../script/npm-run-all build lint test-docs"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"peerDependencies": {
"primer-buttons": ">=2.5.0"

View File

@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.5.0",
"name": "primer-marketing-support",
"description": "Sass variables, mixins, and functions for use in our components.",
"homepage": "http://primer.github.io/",

View File

@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "primer-marketing-type",
"description": "Typography for marketing websites at GitHub",
"homepage": "http://primer.github.io/",
@ -29,8 +29,8 @@
"test": "../../script/npm-run-all build lint test-docs"
},
"dependencies": {
"primer-marketing-support": "1.4.0",
"primer-support": "4.5.1"
"primer-marketing-support": "1.5.0",
"primer-support": "4.5.2"
},
"keywords": [
"css",

View File

@ -1,5 +1,5 @@
{
"version": "1.6.0",
"version": "1.6.1",
"name": "primer-marketing-utilities",
"description": "Marketing specific immutable, atomic CSS classes",
"homepage": "http://primer.github.io/",
@ -29,8 +29,8 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-marketing-support": "1.4.0",
"primer-support": "4.5.1"
"primer-marketing-support": "1.5.0",
"primer-support": "4.5.2"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "6.1.0",
"version": "6.2.0",
"name": "primer-marketing",
"description": "Primer marketing packages",
"homepage": "http://primer.github.io/",
@ -27,13 +27,13 @@
"lint": "../../script/lint-scss"
},
"dependencies": {
"primer-marketing-buttons": "1.0.3",
"primer-marketing-support": "1.4.0",
"primer-marketing-type": "1.4.4",
"primer-marketing-utilities": "1.6.0",
"primer-page-headers": "1.4.4",
"primer-page-sections": "1.4.4",
"primer-support": "4.5.1",
"primer-tables": "1.4.4"
"primer-marketing-buttons": "1.0.4",
"primer-marketing-support": "1.5.0",
"primer-marketing-type": "1.4.5",
"primer-marketing-utilities": "1.6.1",
"primer-page-headers": "1.4.5",
"primer-page-sections": "1.4.5",
"primer-support": "4.5.2",
"primer-tables": "1.4.5"
}
}

View File

@ -1,5 +1,5 @@
{
"version": "1.5.2",
"version": "1.5.3",
"name": "primer-navigation",
"description": "Singular purpose and flexible navigation elements.",
"homepage": "http://primer.github.io/",
@ -28,7 +28,7 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "primer-page-headers",
"description": "Jumbotrons, heroes, and featured content sections for marketing websites at GitHub.",
"homepage": "http://primer.github.io/",
@ -28,8 +28,8 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-marketing-support": "1.4.0",
"primer-support": "4.5.1"
"primer-marketing-support": "1.5.0",
"primer-support": "4.5.2"
},
"keywords": [
"css",

View File

@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "primer-page-sections",
"description": "Styles to create distinct sections of marketing pages at GitHub.",
"homepage": "http://primer.github.io/",
@ -28,8 +28,8 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-marketing-support": "1.4.0",
"primer-support": "4.5.1"
"primer-marketing-support": "1.5.0",
"primer-support": "4.5.2"
},
"keywords": [
"css",

View File

@ -1,5 +1,5 @@
{
"version": "0.0.5",
"version": "0.0.6",
"name": "primer-popover",
"description": "Popover for suggesting, guiding, and bringing attention to specific UI elements on a page.",
"homepage": "http://primer.github.io/",
@ -24,7 +24,7 @@
"test": "../../script/npm-run-all build lint test-docs"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"peerDependencies": {
"primer-box": ">=2.5.0"

View File

@ -1,5 +1,5 @@
{
"version": "5.6.1",
"version": "5.6.2",
"name": "primer-product",
"description": "Primer's product modules",
"homepage": "http://primer.github.io/",
@ -27,14 +27,14 @@
"lint": "../../script/lint-scss"
},
"dependencies": {
"primer-alerts": "1.5.4",
"primer-avatars": "1.5.1",
"primer-blankslate": "1.4.4",
"primer-branch-name": "1.0.2",
"primer-labels": "1.5.4",
"primer-markdown": "3.7.4",
"primer-popover": "0.0.5",
"primer-subhead": "1.0.2",
"primer-support": "4.5.1"
"primer-alerts": "1.5.5",
"primer-avatars": "1.5.2",
"primer-blankslate": "1.4.5",
"primer-branch-name": "1.0.3",
"primer-labels": "1.5.5",
"primer-markdown": "3.7.5",
"primer-popover": "0.0.6",
"primer-subhead": "1.0.3",
"primer-support": "4.5.2"
}
}

View File

@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "1.0.3",
"name": "primer-subhead",
"description": "The Subhead is a simple header with a bottom border. It's designed to be used on settings and configuration pages.",
"homepage": "http://primer.github.io/",
@ -24,7 +24,7 @@
"test": "../../script/npm-run-all build lint test-docs"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"github",

View File

@ -1,5 +1,5 @@
{
"version": "4.5.1",
"version": "4.5.2",
"name": "primer-support",
"description": "Sass variables, mixins, and functions for use in our components.",
"homepage": "http://primer.github.io/",

View File

@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "primer-table-object",
"description": "A module for creating dynamically resizable elements that always sit on the same horizontal line.",
"homepage": "http://primer.github.io/",
@ -29,7 +29,7 @@
"test": "../../script/npm-run-all build lint test-docs"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "primer-tables",
"description": "Styles to display tabular data for marketing websites at GitHub.",
"homepage": "http://primer.github.io/",
@ -28,8 +28,8 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-marketing-support": "1.4.0",
"primer-support": "4.5.1"
"primer-marketing-support": "1.5.0",
"primer-support": "4.5.2"
},
"keywords": [
"css",

View File

@ -1,5 +1,5 @@
{
"version": "1.5.1",
"version": "1.5.2",
"name": "primer-tooltips",
"description": "Add tooltips built entirely in CSS to nearly any element.",
"homepage": "http://primer.github.io/",
@ -29,7 +29,7 @@
"test": "../../script/npm-run-all build lint test-docs"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "1.4.4",
"version": "1.4.5",
"name": "primer-truncate",
"description": "Shorten text with an ellipsis.",
"homepage": "http://primer.github.io/",
@ -29,7 +29,7 @@
"test": "../../script/npm-run-all build lint test-docs"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "4.8.4",
"version": "4.8.5",
"name": "primer-utilities",
"description": "Immutable, atomic CSS classes to rapidly build product",
"homepage": "http://primer.github.io/",
@ -29,7 +29,7 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-support": "4.5.1"
"primer-support": "4.5.2"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "10.2.0",
"version": "10.3.0",
"name": "primer",
"description": "Primer is the CSS framework that powers GitHub's front-end design. primer 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://primer.github.io/",
@ -28,36 +28,36 @@
"test": "../../script/npm-run-all build lint"
},
"dependencies": {
"primer-alerts": "1.5.4",
"primer-avatars": "1.5.1",
"primer-base": "1.6.2",
"primer-blankslate": "1.4.4",
"primer-box": "2.5.4",
"primer-branch-name": "1.0.2",
"primer-breadcrumb": "1.5.0",
"primer-buttons": "2.5.2",
"primer-core": "6.6.1",
"primer-forms": "2.0.2",
"primer-labels": "1.5.4",
"primer-layout": "1.4.4",
"primer-markdown": "3.7.4",
"primer-marketing": "6.1.0",
"primer-marketing-buttons": "1.0.3",
"primer-marketing-support": "1.4.0",
"primer-marketing-type": "1.4.4",
"primer-marketing-utilities": "1.6.0",
"primer-navigation": "1.5.2",
"primer-page-headers": "1.4.4",
"primer-page-sections": "1.4.4",
"primer-popover": "0.0.5",
"primer-product": "5.6.1",
"primer-subhead": "1.0.2",
"primer-support": "4.5.1",
"primer-table-object": "1.4.4",
"primer-tables": "1.4.4",
"primer-tooltips": "1.5.1",
"primer-truncate": "1.4.4",
"primer-utilities": "4.8.4"
"primer-alerts": "1.5.5",
"primer-avatars": "1.5.2",
"primer-base": "1.6.3",
"primer-blankslate": "1.4.5",
"primer-box": "2.5.5",
"primer-branch-name": "1.0.3",
"primer-breadcrumb": "1.5.1",
"primer-buttons": "2.5.3",
"primer-core": "6.7.0",
"primer-forms": "2.1.0",
"primer-labels": "1.5.5",
"primer-layout": "1.4.5",
"primer-markdown": "3.7.5",
"primer-marketing": "6.2.0",
"primer-marketing-buttons": "1.0.4",
"primer-marketing-support": "1.5.0",
"primer-marketing-type": "1.4.5",
"primer-marketing-utilities": "1.6.1",
"primer-navigation": "1.5.3",
"primer-page-headers": "1.4.5",
"primer-page-sections": "1.4.5",
"primer-popover": "0.0.6",
"primer-product": "5.6.2",
"primer-subhead": "1.0.3",
"primer-support": "4.5.2",
"primer-table-object": "1.4.5",
"primer-tables": "1.4.5",
"primer-tooltips": "1.5.2",
"primer-truncate": "1.4.5",
"primer-utilities": "4.8.5"
},
"keywords": [
"primer",

View File

@ -1,5 +1,5 @@
{
"version": "1.0.3",
"version": "1.0.4",
"name": "generator-primer-module",
"description": "Use this to create a new Primer modules!",
"author": "GitHub, Inc.",
@ -17,7 +17,7 @@
},
"dependencies": {
"chalk": "^2.1.0",
"primer-support": "4.5.1",
"primer-support": "4.5.2",
"yeoman-generator": "^1.1.1"
},
"keywords": [

View File

@ -1,6 +1,6 @@
{
"name": "stylelint-config-primer",
"version": "2.2.3",
"version": "2.2.4",
"description": "Sharable stylelint config used by GitHub's CSS",
"homepage": "http://primer.github.io/",
"author": "GitHub, Inc.",
@ -19,7 +19,7 @@
"stylelint-no-unsupported-browser-features": "^1.0.0",
"stylelint-order": "^0.4.4",
"stylelint-scss": "^1.4.1",
"stylelint-selector-no-utility": "1.8.3"
"stylelint-selector-no-utility": "1.8.4"
},
"devDependencies": {
"eslint": "^3.19.0",

View File

@ -1,6 +1,6 @@
{
"name": "stylelint-selector-no-utility",
"version": "1.8.3",
"version": "1.8.4",
"description": "Stylelint rule that doesn't allow the styling of utility classes in CSS",
"main": "index.js",
"scripts": {
@ -21,7 +21,7 @@
"license": "MIT",
"repository": "https://github.com/primer/primer/tree/master/tools/stylelint-selector-no-utility",
"dependencies": {
"primer-utilities": "4.8.4",
"primer-utilities": "4.8.5",
"stylelint": "^7.13.0"
},
"devDependencies": {