Version packages independently

This commit is contained in:
John Otander 2018-11-11 09:06:43 -07:00
parent 8b3c3ca59e
commit 3a9df1b442
69 changed files with 289 additions and 298 deletions

View File

@ -1,7 +1,7 @@
{
"lerna": "2.4.0",
"lerna": "2.5.1",
"packages": [
"packages/*"
],
"version": "7.0.1-5"
"version": "independent"
}

View File

@ -1,7 +1,7 @@
{
"name": "tachyons",
"description": "Functional css for humans",
"version": "7.0.1-5",
"version": "5.0.0-0",
"license": "MIT",
"author": "Adam Morse",
"repository": "tachyons-css/tachyons",
@ -33,14 +33,14 @@
},
"devDependencies": {
"@mdx-js/tag": "^0.16.0",
"css-table": "^7.0.1-1",
"css-table": "latest",
"globby": "^8.0.1",
"immutable-css-cli": "^1.1.1",
"lerna": "^3.4.3",
"lerna": "^2.5.1",
"postcss-get-variables": "^1.0.2",
"react": "^16.6.1",
"strip-css-comments": "^3.0.0",
"tachyons-cli": "^1.3.2",
"tachyons-cli": "latest",
"watch": "^1.0.2"
},
"keywords": [
@ -51,8 +51,5 @@
"design",
"responsive",
"performance"
],
"dependencies": {
"@compositor/kit": "^1.0.47"
}
]
}

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-component-loader",
"version": "7.0.1-1",
"version": "1.0.0",
"description": "Webpack loader for components in Tachyons docs",
"main": "index.js",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "css-table",
"version": "7.0.1-1",
"version": "1.0.0",
"description": "Post process css into a table for self documentation",
"main": "index.js",
"scripts": {

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-animate",
"version": "7.0.1-1",
"version": "1.0.0",
"style": "src/tachyons-animate.css",
"main": "src/tachyons-animate.css",
"description": "Performance based css module.",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-aspect-ratios",
"description": "Css for setting the aspect ratio of an element.",
"version": "7.0.1-1",
"version": "2.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-background-position",
"description": "Tachyons module for setting background position of images.",
"version": "7.0.1-1",
"version": "2.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-background-size",
"description": "Background size CSS module for Tachyons",
"version": "7.0.1-1",
"version": "6.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-border-colors",
"version": "7.0.1-1",
"version": "5.0.0",
"style": "src/tachyons-border-colors.css",
"homepage": "http://github.com/tachyons-css/tachyons-border-colors",
"description": "Performance based css module.",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-border-radius",
"description": "Border radius CSS module for Tachyons",
"version": "7.0.1-1",
"version": "6.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-border-style",
"description": "Border style CSS module for Tachyons",
"version": "7.0.1-1",
"version": "5.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-border-widths",
"description": "Border width CSS module for Tachyons",
"version": "7.0.1-1",
"version": "4.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-borders",
"version": "7.0.1-1",
"version": "4.0.0",
"style": "src/tachyons-borders.css",
"main": "src/tachyons-borders.css",
"description": "Performance-first css module for styling borders.",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-box-shadow",
"description": "box-shadow CSS module for Tachyons",
"version": "7.0.1-1",
"version": "3.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-box-sizing",
"version": "7.0.1-1",
"version": "4.0.0",
"style": "src/tachyons-box-sizing.css",
"main": "src/tachyons-box-sizing.css",
"description": "Css module for a smarter default box-model.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-clears",
"version": "7.0.1-1",
"version": "4.0.0",
"style": "src/tachyons-clears.css",
"main": "src/tachyons-clears.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-colors",
"version": "7.0.1-1",
"version": "6.0.0",
"style": "src/tachyons-colors.css",
"main": "src/tachyons-colors.css",
"homepage": "http://github.com/tachyons-css/tachyons-colors",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-coordinates",
"version": "7.0.1-1",
"version": "5.0.0",
"style": "src/tachyons-coordinates.css",
"main": "src/tachyons-coordinates.css",
"description": "Performance based css module.",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-debug-children",
"description": "Tachyons module for debugging layout for all of an elements children",
"version": "7.0.1-1",
"version": "2.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-debug-grid",
"description": "Base CSS module for Tachyons",
"version": "7.0.1-1",
"version": "2.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-debug",
"version": "7.0.1-1",
"version": "2.0.0",
"style": "src/tachyons-debug.css",
"main": "src/tachyons-debug.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-direction",
"version": "7.0.1-1",
"version": "1.0.0",
"style": "src/tachyons-direction.css",
"main": "src/tachyons-direction.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-display",
"version": "7.0.1-1",
"version": "6.0.0",
"style": "src/tachyons-display.css",
"main": "src/tachyons-display.css",
"description": "Performance based css module.",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-flexbox",
"description": "Flexbox CSS module for Tachyons",
"version": "7.0.1-1",
"version": "3.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-floats",
"version": "7.0.1-1",
"version": "4.0.0",
"style": "src/tachyons-floats.css",
"main": "src/tachyons-floats.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-font-family",
"version": "7.0.1-1",
"version": "5.0.0",
"style": "src/tachyons-font-family.css",
"main": "src/tachyons-font-family.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-font-style",
"version": "7.0.1-1",
"version": "5.0.0",
"style": "src/tachyons-font-style.css",
"main": "src/tachyons-font-style.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-font-weight",
"version": "7.0.1-1",
"version": "6.0.0",
"style": "src/tachyons-font-weight.css",
"main": "src/tachyons-font-weight.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-forms",
"version": "7.0.1-1",
"version": "4.0.0",
"style": "src/tachyons-forms.css",
"main": "src/tachyons-forms.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-gradients",
"version": "7.0.1-1",
"version": "1.0.0",
"style": "src/tachyons-gradients.css",
"main": "src/tachyons-gradients.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-heights",
"version": "7.0.1-1",
"version": "7.0.0",
"style": "src/tachyons-heights.css",
"main": "src/tachyons-heights.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-hovers",
"version": "7.0.1-1",
"version": "3.0.0",
"style": "src/tachyons-hovers.css",
"main": "src/tachyons-hovers.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-images",
"version": "7.0.1-1",
"version": "2.0.0",
"style": "src/tachyons-images.css",
"main": "src/tachyons-images.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-letter-spacing",
"version": "7.0.1-1",
"version": "4.0.0",
"style": "src/tachyons-letter-spacing.css",
"main": "src/tachyons-letter-spacing.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-line-height",
"version": "7.0.1-1",
"version": "4.0.0",
"style": "src/tachyons-line-height.css",
"main": "src/tachyons-line-height.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-links",
"version": "7.0.1-1",
"version": "4.0.0",
"style": "src/tachyons-links.css",
"main": "src/tachyons-links.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-lists",
"version": "7.0.1-1",
"version": "3.0.0",
"style": "src/tachyons-lists.css",
"main": "src/tachyons-lists.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-max-widths",
"version": "7.0.1-1",
"version": "5.0.0",
"style": "src/tachyons-max-widths.css",
"main": "src/tachyons-max-widths.css",
"description": "Performance based css module.",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-negative-margins",
"description": "negative-margins CSS module for Tachyons",
"version": "7.0.1-1",
"version": "2.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-nudge",
"version": "7.0.1-1",
"version": "1.0.0",
"style": "src/tachyons-nudge.css",
"main": "src/tachyons-nudge.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-opacity-responsive",
"version": "7.0.1-1",
"version": "1.0.0",
"style": "src/opacity-responsive.css",
"main": "src/opacity-responsive.css",
"description": "Performance based css module.",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-opacity",
"description": "Tachyons CSS module for setting opacity",
"version": "7.0.1-1",
"version": "2.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-outlines",
"description": "Tachyons module for setting outlines",
"version": "7.0.1-1",
"version": "2.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-overflow",
"version": "7.0.1-1",
"version": "5.0.0",
"style": "src/tachyons-overflow.css",
"main": "src/tachyons-overflow.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-position",
"version": "7.0.1-1",
"version": "7.0.0",
"style": "src/tachyons-position.css",
"main": "src/tachyons-position.css",
"description": "Performance based css module.",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-rotations",
"description": "Css for setting the rotation of an element.",
"version": "7.0.1-1",
"version": "2.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-skins-pseudo",
"description": "Classes for setting color and background color for focus and hover states.",
"version": "7.0.1-1",
"version": "2.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-skins",
"version": "7.0.1-1",
"version": "5.0.0",
"style": "src/tachyons-skins.css",
"main": "src/tachyons-skins.css",
"homepage": "http://github.com/tachyons-css/tachyons-skins",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-spacing",
"version": "7.0.1-1",
"version": "7.0.0",
"style": "src/tachyons-spacing.css",
"main": "src/tachyons-spacing.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-styles",
"version": "7.0.1-1",
"version": "1.0.0",
"style": "src/tachyons-styles.css",
"homepage": "http://github.com/tachyons-css/tachyons-styles",
"description": "Performance based css module.",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-tables",
"description": "Tables CSS module for Tachyons",
"version": "7.0.1-1",
"version": "2.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-text-align",
"version": "7.0.1-1",
"version": "4.0.0",
"style": "src/tachyons-text-align.css",
"main": "src/tachyons-text-align.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-text-decoration",
"version": "7.0.1-1",
"version": "5.0.0",
"style": "src/tachyons-text-decoration.css",
"main": "src/tachyons-text-decoration.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-text-transform",
"version": "7.0.1-1",
"version": "5.0.0",
"style": "src/tachyons-text-transform.css",
"main": "src/tachyons-text-transform.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-type-scale",
"version": "7.0.1-1",
"version": "7.0.0",
"style": "src/tachyons-type-scale.css",
"main": "src/tachyons-type-scale.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-typography",
"version": "7.0.1-1",
"version": "4.0.0",
"style": "src/tachyons-typography.css",
"main": "src/tachyons-typography.css",
"description": "Performance based css module.",

View File

@ -1,9 +1,7 @@
@custom-media --breakpoint-small screen and (min-width: 30em);
@custom-media --breakpoint-medium screen and (min-width: 48em);
@custom-media --breakpoint-large screen and (min-width: 60em);
/*!!!
# TYPOGRAPHY
@ -12,7 +10,8 @@
http://tachyons.io/docs/typography/measure/
### Base
### Base
- measure = max-width 30em
- measure-wide = max-width 34em
- measure-narrow = max-width 20em

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-utilities",
"version": "7.0.1-1",
"version": "3.0.0",
"style": "src/tachyons-utilities.css",
"main": "src/tachyons-utilities.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-vertical-align",
"version": "7.0.1-1",
"version": "5.0.0",
"style": "src/tachyons-vertical-align.css",
"main": "src/tachyons-vertical-align.css",
"description": "Performance based css module.",

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-visibility",
"version": "7.0.1-1",
"version": "3.0.0",
"style": "src/tachyons-visibility.css",
"main": "src/tachyons-visibility.css",
"description": "Performance based css module.",

View File

@ -1,14 +1,12 @@
@custom-media --breakpoint-small screen and (min-width: 30em);
@custom-media --breakpoint-medium screen and (min-width: 48em);
@custom-media --breakpoint-large screen and (min-width: 60em);
/*!!!
# VISIBILITY
### Base
### Base
- clip

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-white-space",
"version": "7.0.1-1",
"version": "5.0.0",
"style": "src/tachyons-white-space.css",
"main": "src/tachyons-white-space.css",
"description": "Tachyons css module for setting white space across breakpoints.",

View File

@ -1,9 +1,7 @@
@custom-media --breakpoint-small screen and (min-width: 30em);
@custom-media --breakpoint-medium screen and (min-width: 48em);
@custom-media --breakpoint-large screen and (min-width: 60em);
/*!!!
# WHITE SPACE

View File

@ -1,6 +1,6 @@
{
"name": "tachyons-widths",
"version": "7.0.1-1",
"version": "6.0.0",
"style": "src/tachyons-widths.css",
"main": "src/tachyons-widths.css",
"description": "Performance based css module.",

View File

@ -1,9 +1,7 @@
@custom-media --breakpoint-small screen and (min-width: 30em);
@custom-media --breakpoint-medium screen and (min-width: 48em);
@custom-media --breakpoint-large screen and (min-width: 60em);
/*!!!
# WIDTHS

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-word-break",
"description": "Tachyons CSS module of utilities for setting word-break",
"version": "7.0.1-1",
"version": "4.0.0",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",

View File

@ -1,7 +1,7 @@
{
"name": "tachyons-z-index",
"description": "Tachyons css module for setting z-index on elements",
"version": "7.0.1-1",
"version": "1.0.11",
"author": {
"name": "mrmrs",
"email": "hi@mrmrs.cc",
@ -20,7 +20,7 @@
"stacking",
"z-index"
],
"repository": "tachyons-css/tachyons-z-index",
"repository": "tachyons-css/tachyons",
"license": "ISC",
"devDependencies": {
"tachyons-cli": "^1.0.11",

View File

@ -1,13 +1,5 @@
{
"article-lists": [
{
"name": "title-preview-author-media-flipped",
"title": "Title Preview Author Media Flipped",
"section": "article-lists",
"src": "article-lists/title-preview-author-media-flipped.html",
"slug": "/docs/components/article-lists/title-preview-author-media-flipped",
"importPath": "../../../..//docs/components/article-lists/title-preview-author-media-flipped.html"
},
{
"name": "title-preview-author-media",
"title": "Title Preview Author Media",
@ -15,6 +7,98 @@
"src": "article-lists/title-preview-author-media.html",
"slug": "/docs/components/article-lists/title-preview-author-media",
"importPath": "../../../..//docs/components/article-lists/title-preview-author-media.html"
},
{
"name": "title-preview-author-media-flipped",
"title": "Title Preview Author Media Flipped",
"section": "article-lists",
"src": "article-lists/title-preview-author-media-flipped.html",
"slug": "/docs/components/article-lists/title-preview-author-media-flipped",
"importPath": "../../../..//docs/components/article-lists/title-preview-author-media-flipped.html"
}
],
"avatars": [
{
"name": "circle-border",
"title": "Circle Border",
"section": "avatars",
"src": "avatars/circle-border.html",
"slug": "/docs/components/avatars/circle-border",
"importPath": "../../../..//docs/components/avatars/circle-border.html"
},
{
"name": "circle",
"title": "Circle",
"section": "avatars",
"src": "avatars/circle.html",
"slug": "/docs/components/avatars/circle",
"importPath": "../../../..//docs/components/avatars/circle.html"
},
{
"name": "double-ring",
"title": "Double Ring",
"section": "avatars",
"src": "avatars/double-ring.html",
"slug": "/docs/components/avatars/double-ring",
"importPath": "../../../..//docs/components/avatars/double-ring.html"
},
{
"name": "rounded-large",
"title": "Rounded Large",
"section": "avatars",
"src": "avatars/rounded-large.html",
"slug": "/docs/components/avatars/rounded-large",
"importPath": "../../../..//docs/components/avatars/rounded-large.html"
},
{
"name": "rounded-medium",
"title": "Rounded Medium",
"section": "avatars",
"src": "avatars/rounded-medium.html",
"slug": "/docs/components/avatars/rounded-medium",
"importPath": "../../../..//docs/components/avatars/rounded-medium.html"
},
{
"name": "rounded-small",
"title": "Rounded Small",
"section": "avatars",
"src": "avatars/rounded-small.html",
"slug": "/docs/components/avatars/rounded-small",
"importPath": "../../../..//docs/components/avatars/rounded-small.html"
},
{
"name": "square",
"title": "Square",
"section": "avatars",
"src": "avatars/square.html",
"slug": "/docs/components/avatars/square",
"importPath": "../../../..//docs/components/avatars/square.html"
}
],
"banners": [
{
"name": "info",
"title": "Info",
"section": "banners",
"src": "banners/info.html",
"slug": "/docs/components/banners/info",
"importPath": "../../../..//docs/components/banners/info.html"
},
{
"name": "basic",
"title": "Basic",
"section": "banners",
"src": "banners/basic.html",
"slug": "/docs/components/banners/basic",
"importPath": "../../../..//docs/components/banners/basic.html"
},
{
"name": "single-cta",
"title": "Single Cta",
"section": "banners",
"src": "banners/single-cta.html",
"slug": "/docs/components/banners/single-cta",
"importPath": "../../../..//docs/components/banners/single-cta.html"
}
],
"articles": [
@ -107,90 +191,6 @@
"importPath": "../../../..//docs/components/articles/title-text.html"
}
],
"avatars": [
{
"name": "circle-border",
"title": "Circle Border",
"section": "avatars",
"src": "avatars/circle-border.html",
"slug": "/docs/components/avatars/circle-border",
"importPath": "../../../..//docs/components/avatars/circle-border.html"
},
{
"name": "circle",
"title": "Circle",
"section": "avatars",
"src": "avatars/circle.html",
"slug": "/docs/components/avatars/circle",
"importPath": "../../../..//docs/components/avatars/circle.html"
},
{
"name": "double-ring",
"title": "Double Ring",
"section": "avatars",
"src": "avatars/double-ring.html",
"slug": "/docs/components/avatars/double-ring",
"importPath": "../../../..//docs/components/avatars/double-ring.html"
},
{
"name": "rounded-large",
"title": "Rounded Large",
"section": "avatars",
"src": "avatars/rounded-large.html",
"slug": "/docs/components/avatars/rounded-large",
"importPath": "../../../..//docs/components/avatars/rounded-large.html"
},
{
"name": "rounded-medium",
"title": "Rounded Medium",
"section": "avatars",
"src": "avatars/rounded-medium.html",
"slug": "/docs/components/avatars/rounded-medium",
"importPath": "../../../..//docs/components/avatars/rounded-medium.html"
},
{
"name": "rounded-small",
"title": "Rounded Small",
"section": "avatars",
"src": "avatars/rounded-small.html",
"slug": "/docs/components/avatars/rounded-small",
"importPath": "../../../..//docs/components/avatars/rounded-small.html"
},
{
"name": "square",
"title": "Square",
"section": "avatars",
"src": "avatars/square.html",
"slug": "/docs/components/avatars/square",
"importPath": "../../../..//docs/components/avatars/square.html"
}
],
"banners": [
{
"name": "basic",
"title": "Basic",
"section": "banners",
"src": "banners/basic.html",
"slug": "/docs/components/banners/basic",
"importPath": "../../../..//docs/components/banners/basic.html"
},
{
"name": "info",
"title": "Info",
"section": "banners",
"src": "banners/info.html",
"slug": "/docs/components/banners/info",
"importPath": "../../../..//docs/components/banners/info.html"
},
{
"name": "single-cta",
"title": "Single Cta",
"section": "banners",
"src": "banners/single-cta.html",
"slug": "/docs/components/banners/single-cta",
"importPath": "../../../..//docs/components/banners/single-cta.html"
}
],
"buttons": [
{
"name": "basic-previous-next",
@ -332,14 +332,6 @@
}
],
"collections": [
{
"name": "albums",
"title": "Albums",
"section": "collections",
"src": "collections/albums.html",
"slug": "/docs/components/collections/albums",
"importPath": "../../../..//docs/components/collections/albums.html"
},
{
"name": "movies",
"title": "Movies",
@ -348,6 +340,14 @@
"slug": "/docs/components/collections/movies",
"importPath": "../../../..//docs/components/collections/movies.html"
},
{
"name": "albums",
"title": "Albums",
"section": "collections",
"src": "collections/albums.html",
"slug": "/docs/components/collections/albums",
"importPath": "../../../..//docs/components/collections/albums.html"
},
{
"name": "posters-dim",
"title": "Posters Dim",
@ -364,14 +364,6 @@
"slug": "/docs/components/collections/posters",
"importPath": "../../../..//docs/components/collections/posters.html"
},
{
"name": "square-title-subtitle",
"title": "Square Title Subtitle",
"section": "collections",
"src": "collections/square-title-subtitle.html",
"slug": "/docs/components/collections/square-title-subtitle",
"importPath": "../../../..//docs/components/collections/square-title-subtitle.html"
},
{
"name": "vinyl",
"title": "Vinyl",
@ -379,6 +371,14 @@
"src": "collections/vinyl.html",
"slug": "/docs/components/collections/vinyl",
"importPath": "../../../..//docs/components/collections/vinyl.html"
},
{
"name": "square-title-subtitle",
"title": "Square Title Subtitle",
"section": "collections",
"src": "collections/square-title-subtitle.html",
"slug": "/docs/components/collections/square-title-subtitle",
"importPath": "../../../..//docs/components/collections/square-title-subtitle.html"
}
],
"definition-lists": [
@ -492,14 +492,6 @@
}
],
"forms": [
{
"name": "input-text-label",
"title": "Input Text Label",
"section": "forms",
"src": "forms/input-text-label.html",
"slug": "/docs/components/forms/input-text-label",
"importPath": "../../../..//docs/components/forms/input-text-label.html"
},
{
"name": "checkbox-list",
"title": "Checkbox List",
@ -516,6 +508,14 @@
"slug": "/docs/components/forms/newsletter-subscription",
"importPath": "../../../..//docs/components/forms/newsletter-subscription.html"
},
{
"name": "input-text-label",
"title": "Input Text Label",
"section": "forms",
"src": "forms/input-text-label.html",
"slug": "/docs/components/forms/input-text-label",
"importPath": "../../../..//docs/components/forms/input-text-label.html"
},
{
"name": "password",
"title": "Password",
@ -575,6 +575,40 @@
"importPath": "../../../..//docs/components/headers/startup-hero.html"
}
],
"links": [
{
"name": "animate-background-color",
"title": "Animate Background Color",
"section": "links",
"src": "links/animate-background-color.html",
"slug": "/docs/components/links/animate-background-color",
"importPath": "../../../..//docs/components/links/animate-background-color.html"
},
{
"name": "dim-no-underline",
"title": "Dim No Underline",
"section": "links",
"src": "links/dim-no-underline.html",
"slug": "/docs/components/links/dim-no-underline",
"importPath": "../../../..//docs/components/links/dim-no-underline.html"
},
{
"name": "animate-color",
"title": "Animate Color",
"section": "links",
"src": "links/animate-color.html",
"slug": "/docs/components/links/animate-color",
"importPath": "../../../..//docs/components/links/animate-color.html"
},
{
"name": "underline-on-hover",
"title": "Underline On Hover",
"section": "links",
"src": "links/underline-on-hover.html",
"slug": "/docs/components/links/underline-on-hover",
"importPath": "../../../..//docs/components/links/underline-on-hover.html"
}
],
"layout": [
{
"name": "aspect-ratio-16x9",
@ -616,14 +650,6 @@
"slug": "/docs/components/layout/aspect-ratio-4x6",
"importPath": "../../../..//docs/components/layout/aspect-ratio-4x6.html"
},
{
"name": "aspect-ratio-5x7",
"title": "Aspect Ratio 5x7",
"section": "layout",
"src": "layout/aspect-ratio-5x7.html",
"slug": "/docs/components/layout/aspect-ratio-5x7",
"importPath": "../../../..//docs/components/layout/aspect-ratio-5x7.html"
},
{
"name": "aspect-ratio-5x8",
"title": "Aspect Ratio 5x8",
@ -632,6 +658,14 @@
"slug": "/docs/components/layout/aspect-ratio-5x8",
"importPath": "../../../..//docs/components/layout/aspect-ratio-5x8.html"
},
{
"name": "aspect-ratio-5x7",
"title": "Aspect Ratio 5x7",
"section": "layout",
"src": "layout/aspect-ratio-5x7.html",
"slug": "/docs/components/layout/aspect-ratio-5x7",
"importPath": "../../../..//docs/components/layout/aspect-ratio-5x7.html"
},
{
"name": "aspect-ratio-6x4",
"title": "Aspect Ratio 6x4",
@ -656,14 +690,6 @@
"slug": "/docs/components/layout/aspect-ratio-8x5",
"importPath": "../../../..//docs/components/layout/aspect-ratio-8x5.html"
},
{
"name": "aspect-ratio-9x16",
"title": "Aspect Ratio 9x16",
"section": "layout",
"src": "layout/aspect-ratio-9x16.html",
"slug": "/docs/components/layout/aspect-ratio-9x16",
"importPath": "../../../..//docs/components/layout/aspect-ratio-9x16.html"
},
{
"name": "centered-container",
"title": "Centered Container",
@ -672,6 +698,14 @@
"slug": "/docs/components/layout/centered-container",
"importPath": "../../../..//docs/components/layout/centered-container.html"
},
{
"name": "aspect-ratio-9x16",
"title": "Aspect Ratio 9x16",
"section": "layout",
"src": "layout/aspect-ratio-9x16.html",
"slug": "/docs/components/layout/aspect-ratio-9x16",
"importPath": "../../../..//docs/components/layout/aspect-ratio-9x16.html"
},
{
"name": "five-column-collapse-alternate",
"title": "Five Column Collapse Alternate",
@ -824,14 +858,6 @@
"slug": "/docs/components/layout/full-bleed-6x4",
"importPath": "../../../..//docs/components/layout/full-bleed-6x4.html"
},
{
"name": "full-bleed-7x5",
"title": "Full Bleed 7x5",
"section": "layout",
"src": "layout/full-bleed-7x5.html",
"slug": "/docs/components/layout/full-bleed-7x5",
"importPath": "../../../..//docs/components/layout/full-bleed-7x5.html"
},
{
"name": "full-bleed-8x5",
"title": "Full Bleed 8x5",
@ -840,6 +866,14 @@
"slug": "/docs/components/layout/full-bleed-8x5",
"importPath": "../../../..//docs/components/layout/full-bleed-8x5.html"
},
{
"name": "full-bleed-7x5",
"title": "Full Bleed 7x5",
"section": "layout",
"src": "layout/full-bleed-7x5.html",
"slug": "/docs/components/layout/full-bleed-7x5",
"importPath": "../../../..//docs/components/layout/full-bleed-7x5.html"
},
{
"name": "full-bleed-9x16",
"title": "Full Bleed 9x16",
@ -905,38 +939,14 @@
"importPath": "../../../..//docs/components/layout/two-column.html"
}
],
"links": [
"marketing": [
{
"name": "animate-background-color",
"title": "Animate Background Color",
"section": "links",
"src": "links/animate-background-color.html",
"slug": "/docs/components/links/animate-background-color",
"importPath": "../../../..//docs/components/links/animate-background-color.html"
},
{
"name": "animate-color",
"title": "Animate Color",
"section": "links",
"src": "links/animate-color.html",
"slug": "/docs/components/links/animate-color",
"importPath": "../../../..//docs/components/links/animate-color.html"
},
{
"name": "dim-no-underline",
"title": "Dim No Underline",
"section": "links",
"src": "links/dim-no-underline.html",
"slug": "/docs/components/links/dim-no-underline",
"importPath": "../../../..//docs/components/links/dim-no-underline.html"
},
{
"name": "underline-on-hover",
"title": "Underline On Hover",
"section": "links",
"src": "links/underline-on-hover.html",
"slug": "/docs/components/links/underline-on-hover",
"importPath": "../../../..//docs/components/links/underline-on-hover.html"
"name": "iphone-app",
"title": "Iphone App",
"section": "marketing",
"src": "marketing/iphone-app.html",
"slug": "/docs/components/marketing/iphone-app",
"importPath": "../../../..//docs/components/marketing/iphone-app.html"
}
],
"lists": [
@ -1069,14 +1079,38 @@
"importPath": "../../../..//docs/components/lists/title-text.html"
}
],
"marketing": [
"pages": [
{
"name": "iphone-app",
"title": "Iphone App",
"section": "marketing",
"src": "marketing/iphone-app.html",
"slug": "/docs/components/marketing/iphone-app",
"importPath": "../../../..//docs/components/marketing/iphone-app.html"
"name": "4x4-mixed-grid",
"title": "4x4 Mixed Grid",
"section": "pages",
"src": "pages/4x4-mixed-grid.html",
"slug": "/docs/components/pages/4x4-mixed-grid",
"importPath": "../../../..//docs/components/pages/4x4-mixed-grid.html"
},
{
"name": "portfolio-project",
"title": "Portfolio Project",
"section": "pages",
"src": "pages/portfolio-project.html",
"slug": "/docs/components/pages/portfolio-project",
"importPath": "../../../..//docs/components/pages/portfolio-project.html"
},
{
"name": "double",
"title": "Double",
"section": "pages",
"src": "pages/double.html",
"slug": "/docs/components/pages/double",
"importPath": "../../../..//docs/components/pages/double.html"
},
{
"name": "swiss-cover-five-columns",
"title": "Swiss Cover Five Columns",
"section": "pages",
"src": "pages/swiss-cover-five-columns.html",
"slug": "/docs/components/pages/swiss-cover-five-columns",
"importPath": "../../../..//docs/components/pages/swiss-cover-five-columns.html"
}
],
"nav": [
@ -1145,40 +1179,6 @@
"importPath": "../../../..//docs/components/nav/title-link-list.html"
}
],
"pages": [
{
"name": "4x4-mixed-grid",
"title": "4x4 Mixed Grid",
"section": "pages",
"src": "pages/4x4-mixed-grid.html",
"slug": "/docs/components/pages/4x4-mixed-grid",
"importPath": "../../../..//docs/components/pages/4x4-mixed-grid.html"
},
{
"name": "double",
"title": "Double",
"section": "pages",
"src": "pages/double.html",
"slug": "/docs/components/pages/double",
"importPath": "../../../..//docs/components/pages/double.html"
},
{
"name": "portfolio-project",
"title": "Portfolio Project",
"section": "pages",
"src": "pages/portfolio-project.html",
"slug": "/docs/components/pages/portfolio-project",
"importPath": "../../../..//docs/components/pages/portfolio-project.html"
},
{
"name": "swiss-cover-five-columns",
"title": "Swiss Cover Five Columns",
"section": "pages",
"src": "pages/swiss-cover-five-columns.html",
"slug": "/docs/components/pages/swiss-cover-five-columns",
"importPath": "../../../..//docs/components/pages/swiss-cover-five-columns.html"
}
],
"quotes": [
{
"name": "left-border",

View File

@ -6,3 +6,4 @@
- different css gradient deg
- home page
- styleguide page
- make each package independently versioned