Skip to content

Commit

Permalink
fix: removing extra whitespace in inline-lists due to using inline-bl…
Browse files Browse the repository at this point in the history
…ock for list items
  • Loading branch information
bolt-bot committed Nov 7, 2017
1 parent deb8bc5 commit 063bca2
Show file tree
Hide file tree
Showing 121 changed files with 326 additions and 324 deletions.
2 changes: 1 addition & 1 deletion build-tools/gulp-tasks/build-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/build-core",
"version": "0.4.0-rc.11",
"version": "0.4.0-rc.12",
"license": "MIT",
"description": "Build tools core",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion build-tools/gulp-tasks/build-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/build-icons",
"version": "0.1.0-rc.10",
"version": "0.1.0-rc.11",
"license": "MIT",
"description": "SVG Icons Build Process",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion build-tools/gulp-tasks/build-images/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/build-images",
"version": "0.1.0-rc.10",
"version": "0.1.0-rc.11",
"license": "MIT",
"description": "Optimize and auto-resize responsive images",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions build-tools/gulp-tasks/build-patternlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/build-patternlab",
"version": "0.5.0-rc.10",
"version": "0.5.0-rc.11",
"license": "MIT",
"description": "Compile Pattern Lab",
"main": "index.js",
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"@bolt/build-core": "0.4.0-alpha.4",
"@bolt/build-symlinks": "^0.5.0-rc.10",
"@bolt/build-symlinks": "^0.5.0-rc.11",
"child_process": "^1.0.2",
"debug": "^2.6.8",
"fs-extra": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion build-tools/gulp-tasks/build-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/build-server",
"version": "0.4.0-rc.10",
"version": "0.4.0-rc.11",
"license": "MIT",
"description": "Build tools server",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion build-tools/gulp-tasks/build-slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/build-slack",
"version": "0.5.0-rc.8",
"version": "0.5.0-rc.9",
"license": "MIT",
"description": "Build tools Slack",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion build-tools/gulp-tasks/build-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/build-styles",
"version": "0.5.0-rc.10",
"version": "0.5.0-rc.11",
"license": "MIT",
"description": "Compile Sass to CSS",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion build-tools/gulp-tasks/build-symlinks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/build-symlinks",
"version": "0.5.0-rc.10",
"version": "0.5.0-rc.11",
"license": "MIT",
"description": "Automatically create symlinks between PL and Packages",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion build-tools/gulp-tasks/build-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bolt/build-webpack",
"version": "0.3.0-rc.12",
"version": "0.3.0-rc.13",
"license": "MIT",
"description": "Webpack",
"main": "webpack.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/bolt-core/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@bolt/core",
"description": "Core dependencies, utils, etc.",
"version": "0.0.1-rc.12",
"version": "0.0.1-rc.13",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/bolt-design-system/bolt"
},
"dependencies": {
"@bolt/core-data": "^0.0.1-rc.9",
"@bolt/core-data": "^0.0.1-rc.10",
"@skatejs/renderer-preact": "^0.1.0",
"@webcomponents/custom-elements": "^1.0.4",
"@webcomponents/shadycss": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/bolt-twig-extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"twig extensions",
"pattern lab"
],
"version": "0.2.1-rc.10",
"version": "0.2.1-rc.11",
"author": "Salem Ghoweri",
"homepage": "https://boltdesignsystem.com",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/_data/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bolt/core-data",
"description": "Core data shared across components",
"version": "0.0.1-rc.9",
"version": "0.0.1-rc.10",
"license": "MIT",
"main": "index.js",
"repository": {
Expand Down
16 changes: 8 additions & 8 deletions src/_patterns/01-core/01-settings/settings-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itcss",
"settings"
],
"version": "0.7.0-rc.12",
"version": "0.7.0-rc.13",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand All @@ -36,12 +36,12 @@
"access": "public"
},
"dependencies": {
"@bolt/settings-breakpoints": "^0.7.0-rc.12",
"@bolt/settings-colors": "^0.6.0-rc.12",
"@bolt/settings-font-family": "^0.7.0-rc.12",
"@bolt/settings-font-size": "^0.8.0-rc.12",
"@bolt/settings-font-weight": "^0.8.0-rc.12",
"@bolt/settings-global": "^0.7.0-rc.12",
"@bolt/settings-spacing": "^0.7.0-rc.12"
"@bolt/settings-breakpoints": "^0.7.0-rc.13",
"@bolt/settings-colors": "^0.6.0-rc.13",
"@bolt/settings-font-family": "^0.7.0-rc.13",
"@bolt/settings-font-size": "^0.8.0-rc.13",
"@bolt/settings-font-weight": "^0.8.0-rc.13",
"@bolt/settings-global": "^0.7.0-rc.13",
"@bolt/settings-spacing": "^0.7.0-rc.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"design system",
"breakpoints"
],
"version": "0.7.0-rc.12",
"version": "0.7.0-rc.13",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"colors",
"color palette"
],
"version": "0.6.0-rc.12",
"version": "0.6.0-rc.13",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand All @@ -36,6 +36,6 @@
"access": "public"
},
"dependencies": {
"@bolt/tools-export-data": "^0.6.0-rc.12"
"@bolt/tools-export-data": "^0.6.0-rc.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typography",
"font family"
],
"version": "0.7.0-rc.12",
"version": "0.7.0-rc.13",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand All @@ -36,6 +36,6 @@
"access": "public"
},
"dependencies": {
"@bolt/settings-global": "^0.7.0-rc.12"
"@bolt/settings-global": "^0.7.0-rc.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typography",
"modular scale"
],
"version": "0.8.0-rc.12",
"version": "0.8.0-rc.13",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand All @@ -36,10 +36,10 @@
"access": "public"
},
"dependencies": {
"@bolt/settings-breakpoints": "^0.7.0-rc.12",
"@bolt/settings-global": "^0.7.0-rc.12",
"@bolt/tools-breakpoint": "^0.2.0-rc.12",
"@bolt/tools-px-to-rem": "^0.2.0-rc.12"
"@bolt/settings-breakpoints": "^0.7.0-rc.13",
"@bolt/settings-global": "^0.7.0-rc.13",
"@bolt/tools-breakpoint": "^0.2.0-rc.13",
"@bolt/tools-px-to-rem": "^0.2.0-rc.13"
},
"scripts": {
"getName": "echo $npm_package_name"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typography",
"font weight"
],
"version": "0.8.0-rc.12",
"version": "0.8.0-rc.13",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"design system",
"global settings"
],
"version": "0.7.0-rc.12",
"version": "0.7.0-rc.13",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand Down Expand Up @@ -38,6 +38,6 @@
"getName": "echo $npm_package_name"
},
"dependencies": {
"@bolt/tools-color-palette": "^0.5.0-rc.12"
"@bolt/tools-color-palette": "^0.5.0-rc.13"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"spacing",
"spacing scale"
],
"version": "0.7.0-rc.12",
"version": "0.7.0-rc.13",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand Down Expand Up @@ -39,6 +39,6 @@
"getName": "echo $npm_package_name"
},
"dependencies": {
"@bolt/tools-export-data": "^0.6.0-rc.12"
"@bolt/tools-export-data": "^0.6.0-rc.13"
}
}
50 changes: 25 additions & 25 deletions src/_patterns/01-core/02-tools/tools-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"itcss",
"tools"
],
"version": "0.5.0-rc.11",
"version": "0.5.0-rc.12",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand All @@ -36,29 +36,29 @@
"access": "public"
},
"dependencies": {
"@bolt/tools-breakpoint": "^0.2.0-rc.12",
"@bolt/tools-button-color": "^0.5.0-rc.11",
"@bolt/tools-clearfix": "^0.6.0-rc.11",
"@bolt/tools-color-palette": "^0.5.0-rc.12",
"@bolt/tools-export-data": "^0.6.0-rc.12",
"@bolt/tools-font-face": "^0.2.0-rc.11",
"@bolt/tools-font-family": "^0.5.0-rc.11",
"@bolt/tools-font-kerning": "^0.5.0-rc.11",
"@bolt/tools-font-size": "^0.5.0-rc.11",
"@bolt/tools-font-weight": "^0.5.0-rc.11",
"@bolt/tools-linear-interpolation": "^0.2.0-rc.11",
"@bolt/tools-list-remove": "^0.2.0-rc.11",
"@bolt/tools-list-sort": "^0.2.0-rc.11",
"@bolt/tools-map-sort": "^0.2.0-rc.11",
"@bolt/tools-no-select": "^0.5.0-rc.11",
"@bolt/tools-poly-fluid-sizing": "^0.2.0-rc.11",
"@bolt/tools-px-to-rem": "^0.2.0-rc.12",
"@bolt/tools-sassy-maps": "^0.5.0-rc.12",
"@bolt/tools-scrolling": "^0.6.0-rc.11",
"@bolt/tools-spacing": "^0.5.0-rc.11",
"@bolt/tools-strip-unit": "^0.5.0-rc.11",
"@bolt/tools-text-contrast": "^0.5.0-rc.11",
"@bolt/tools-uppercase": "^0.2.0-rc.11",
"@bolt/tools-visuallyhidden": "^0.6.0-rc.11"
"@bolt/tools-breakpoint": "^0.2.0-rc.13",
"@bolt/tools-button-color": "^0.5.0-rc.12",
"@bolt/tools-clearfix": "^0.6.0-rc.12",
"@bolt/tools-color-palette": "^0.5.0-rc.13",
"@bolt/tools-export-data": "^0.6.0-rc.13",
"@bolt/tools-font-face": "^0.2.0-rc.12",
"@bolt/tools-font-family": "^0.5.0-rc.12",
"@bolt/tools-font-kerning": "^0.5.0-rc.12",
"@bolt/tools-font-size": "^0.5.0-rc.12",
"@bolt/tools-font-weight": "^0.5.0-rc.12",
"@bolt/tools-linear-interpolation": "^0.2.0-rc.12",
"@bolt/tools-list-remove": "^0.2.0-rc.12",
"@bolt/tools-list-sort": "^0.2.0-rc.12",
"@bolt/tools-map-sort": "^0.2.0-rc.12",
"@bolt/tools-no-select": "^0.5.0-rc.12",
"@bolt/tools-poly-fluid-sizing": "^0.2.0-rc.12",
"@bolt/tools-px-to-rem": "^0.2.0-rc.13",
"@bolt/tools-sassy-maps": "^0.5.0-rc.13",
"@bolt/tools-scrolling": "^0.6.0-rc.12",
"@bolt/tools-spacing": "^0.5.0-rc.12",
"@bolt/tools-strip-unit": "^0.5.0-rc.12",
"@bolt/tools-text-contrast": "^0.5.0-rc.12",
"@bolt/tools-uppercase": "^0.2.0-rc.12",
"@bolt/tools-visuallyhidden": "^0.6.0-rc.12"
}
}
4 changes: 2 additions & 2 deletions src/_patterns/01-core/02-tools/tools-breakpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"design system",
"breakpoint"
],
"version": "0.2.0-rc.12",
"version": "0.2.0-rc.13",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand All @@ -35,7 +35,7 @@
"access": "public"
},
"dependencies": {
"@bolt/settings-breakpoints": "^0.7.0-rc.12"
"@bolt/settings-breakpoints": "^0.7.0-rc.13"
},
"scripts": {
"getName": "echo $npm_package_name"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"css framework",
"design system"
],
"version": "0.5.0-rc.11",
"version": "0.5.0-rc.12",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand All @@ -34,7 +34,7 @@
"access": "public"
},
"dependencies": {
"@bolt/tools-text-contrast": "^0.5.0-rc.11"
"@bolt/tools-text-contrast": "^0.5.0-rc.12"
},
"scripts": {
"getName": "echo $npm_package_name"
Expand Down
2 changes: 1 addition & 1 deletion src/_patterns/01-core/02-tools/tools-clearfix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"design system",
"clearfix"
],
"version": "0.6.0-rc.11",
"version": "0.6.0-rc.12",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"css framework",
"design system"
],
"version": "0.5.0-rc.12",
"version": "0.5.0-rc.13",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand All @@ -34,8 +34,8 @@
"access": "public"
},
"dependencies": {
"@bolt/settings-colors": "^0.6.0-rc.12",
"@bolt/tools-sassy-maps": "^0.5.0-rc.12"
"@bolt/settings-colors": "^0.6.0-rc.13",
"@bolt/tools-sassy-maps": "^0.5.0-rc.13"
},
"scripts": {
"getName": "echo $npm_package_name"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"css framework",
"design system"
],
"version": "0.6.0-rc.12",
"version": "0.6.0-rc.13",
"maintainers": [
{
"name": "Salem Ghoweri",
Expand Down
Loading

0 comments on commit 063bca2

Please sign in to comment.