Skip to content

Commit

Permalink
chore(release): v10.11.1-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Apr 16, 2020
1 parent 85826f4 commit 9a2c885
Show file tree
Hide file tree
Showing 19 changed files with 79 additions and 69 deletions.
4 changes: 2 additions & 2 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/colors",
"description": "Colors for digital and software products using the Carbon Design System",
"version": "10.9.0",
"version": "10.9.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@carbon/bundler": "^10.7.0",
"@carbon/cli-reporter": "^10.3.0",
"@carbon/scss-generator": "^10.7.0",
"@carbon/test-utils": "^10.8.0",
"@carbon/test-utils": "^10.8.1-rc.0",
"change-case": "^4.1.1",
"core-js": "^3.0.1",
"fs-extra": "^8.1.0",
Expand Down
40 changes: 25 additions & 15 deletions packages/components/docs/sass.md
Original file line number Diff line number Diff line change
Expand Up @@ -15784,6 +15784,19 @@ Data table core styles
padding-right: $spacing-05;
}

// specific padding/width for overflow menu columns
.#{$prefix}--data-table .#{$prefix}--table-column-menu,
.#{$prefix}--data-table .#{$prefix}--table-column-menu:last-of-type {
width: rem(52px);
min-width: rem(52px);
padding-top: $spacing-03;
padding-right: $spacing-03;
}

.#{$prefix}--data-table td.#{$prefix}--table-column-menu {
padding-bottom: 0;
}

// Overflow Menu Overrides
.#{$prefix}--data-table td button.#{$prefix}--overflow-menu {
margin: rem(-7px) 0 rem(-8px);
Expand Down Expand Up @@ -16010,6 +16023,11 @@ Data table core styles
height: rem(23px); //24px row - 1px border
}

.#{$prefix}--data-table.#{$prefix}--data-table--compact
.#{$prefix}--table-column-menu {
padding-top: 0;
}

.#{$prefix}--data-table.#{$prefix}--data-table--compact
.#{$prefix}--table-column-checkbox {
padding-top: 0;
Expand Down Expand Up @@ -16046,6 +16064,11 @@ Data table core styles
height: rem(31px); //32px row - 1px border
}

.#{$prefix}--data-table.#{$prefix}--data-table--short
.#{$prefix}--table-column-menu {
padding-top: 0;
}

.#{$prefix}--data-table.#{$prefix}--data-table--short
.#{$prefix}--table-column-checkbox {
padding-top: rem(3px);
Expand Down Expand Up @@ -16074,6 +16097,8 @@ Data table core styles
@include type-style('label-01');
}

.#{$prefix}--data-table.#{$prefix}--data-table--tall
.#{$prefix}--table-column-menu,
.#{$prefix}--data-table.#{$prefix}--data-table--tall
.#{$prefix}--table-column-checkbox {
padding-top: rem(12px);
Expand Down Expand Up @@ -21432,11 +21457,6 @@ Progress indicator styles
}
}

.#{$prefix}--progress--space-equal .#{$prefix}--progress-step {
min-width: 8rem;
flex-grow: 1;
}

.#{$prefix}--progress-line {
position: absolute;
left: 0;
Expand All @@ -21445,11 +21465,6 @@ Progress indicator styles
border: $progress-indicator-bar-width;
}

.#{$prefix}--progress--space-equal .#{$prefix}--progress-line {
min-width: rem(128px);
width: 100%;
}

.#{$prefix}--progress-step svg {
position: relative;
z-index: 1;
Expand Down Expand Up @@ -21490,11 +21505,6 @@ Progress indicator styles
box-shadow: 0 rem(3px) 0 0 $link-01;
}

.#{$prefix}--progress--space-equal .#{$prefix}--progress-label {
max-width: 100%;
margin-right: 0.75rem;
}

.#{$prefix}--progress-label:active {
color: $interactive-01;
box-shadow: 0 rem(3px) 0 0 $interactive-01;
Expand Down
10 changes: 5 additions & 5 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "carbon-components",
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
"version": "10.11.0",
"version": "10.11.1-rc.0",
"license": "Apache-2.0",
"main": "umd/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -79,10 +79,10 @@
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@babel/runtime": "^7.7.7",
"@carbon/elements": "^10.11.0",
"@carbon/icons-handlebars": "^10.10.0",
"@carbon/icons-react": "^10.10.0",
"@carbon/test-utils": "^10.8.0",
"@carbon/elements": "^10.11.1-rc.0",
"@carbon/icons-handlebars": "^10.10.1-rc.0",
"@carbon/icons-react": "^10.10.1-rc.0",
"@carbon/test-utils": "^10.8.1-rc.0",
"@frctl/fractal": "^1.1.0",
"adaro": "1.0.4",
"autoprefixer": "^9.7.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/elements",
"description": "A collection of design elements in code for the IBM Design Language",
"version": "10.11.0",
"version": "10.11.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -31,14 +31,14 @@
"clean": "rimraf es lib umd && node tasks/clean.js"
},
"dependencies": {
"@carbon/colors": "^10.9.0",
"@carbon/grid": "^10.10.0",
"@carbon/icons": "^10.10.0",
"@carbon/colors": "^10.9.1-rc.0",
"@carbon/grid": "^10.10.1-rc.0",
"@carbon/icons": "^10.10.1-rc.0",
"@carbon/import-once": "^10.3.0",
"@carbon/layout": "^10.9.0",
"@carbon/layout": "^10.9.1-rc.0",
"@carbon/motion": "^10.7.0",
"@carbon/themes": "^10.11.0",
"@carbon/type": "^10.10.0"
"@carbon/themes": "^10.11.1-rc.0",
"@carbon/type": "^10.10.1-rc.0"
},
"devDependencies": {
"@carbon/bundler": "^10.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/grid",
"description": "Grid for digital and software products using the Carbon Design System",
"version": "10.10.0",
"version": "10.10.1-rc.0",
"license": "Apache-2.0",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/grid",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
Expand All @@ -28,7 +28,7 @@
},
"dependencies": {
"@carbon/import-once": "^10.3.0",
"@carbon/layout": "^10.9.0"
"@carbon/layout": "^10.9.1-rc.0"
},
"devDependencies": {
"@carbon/bundler": "^10.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icon-build-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@carbon/icon-build-helpers",
"private": true,
"description": "Build helpers for the Carbon Design System icon library",
"version": "0.5.0",
"version": "0.5.1-rc.0",
"license": "Apache-2.0",
"main": "src/index.js",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icon-build-helpers",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-handlebars/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons-handlebars",
"description": "Handlebars helpers for IBM Design Language icons in digital and software products using the Carbon Design System",
"version": "10.10.0",
"version": "10.10.1-rc.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons-handlebars",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@carbon/icon-helpers": "^10.7.0",
"@carbon/icons": "^10.10.0"
"@carbon/icons": "^10.10.1-rc.0"
},
"devDependencies": {
"handlebars": "^4.0.12"
Expand Down
6 changes: 3 additions & 3 deletions packages/icons-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons-react",
"description": "React components for icons in digital and software products using the Carbon Design System",
"version": "10.10.0",
"version": "10.10.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@carbon/icon-helpers": "^10.7.0"
},
"devDependencies": {
"@carbon/icon-build-helpers": "^0.5.0",
"@carbon/icons": "^10.10.0"
"@carbon/icon-build-helpers": "^0.5.1-rc.0",
"@carbon/icons": "^10.10.1-rc.0"
},
"sideEffects": false
}
4 changes: 2 additions & 2 deletions packages/icons-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons-vue",
"description": "Vue components for icons in digital and software products using the Carbon Design System",
"version": "10.10.0",
"version": "10.10.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -28,7 +28,7 @@
},
"devDependencies": {
"@carbon/cli-reporter": "^10.3.0",
"@carbon/icons": "^10.10.0",
"@carbon/icons": "^10.10.1-rc.0",
"fs-extra": "^8.1.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons",
"description": "Icons for digital and software products using the Carbon Design System",
"version": "10.10.0",
"version": "10.10.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@carbon/icon-build-helpers": "^0.5.0"
"@carbon/icon-build-helpers": "^0.5.1-rc.0"
},
"gitHead": "bb04f2f061de0bda6e457a07a67cf624db375808"
}
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/layout",
"description": "Layout helpers for digital and software products using the Carbon Design System",
"version": "10.9.0",
"version": "10.9.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -28,7 +28,7 @@
"@carbon/bundler": "^10.7.0",
"@carbon/cli-reporter": "^10.3.0",
"@carbon/scss-generator": "^10.7.0",
"@carbon/test-utils": "^10.8.0",
"@carbon/test-utils": "^10.8.1-rc.0",
"core-js": "^3.4.0",
"rimraf": "^3.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/pictograms-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/pictograms-react",
"description": "React components for pictograms in digital and software products using the Carbon Design System",
"version": "10.10.0",
"version": "10.10.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@carbon/icon-helpers": "^10.7.0"
},
"devDependencies": {
"@carbon/icon-build-helpers": "^0.5.0",
"@carbon/pictograms": "^10.10.0"
"@carbon/icon-build-helpers": "^0.5.1-rc.0",
"@carbon/pictograms": "^10.10.1-rc.0"
},
"sideEffects": false
}
4 changes: 2 additions & 2 deletions packages/pictograms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/pictograms",
"description": "Pictograms for digital and software products using the Carbon Design System",
"version": "10.10.0",
"version": "10.10.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -27,7 +27,7 @@
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@carbon/icon-build-helpers": "^0.5.0",
"@carbon/icon-build-helpers": "^0.5.1-rc.0",
"rimraf": "^3.0.0"
}
}
6 changes: 3 additions & 3 deletions packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/react-hooks",
"private": true,
"version": "10.5.0",
"version": "10.5.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@carbon/test-utils": "^10.8.0",
"@carbon/test-utils": "^10.8.1-rc.0",
"@storybook/addon-actions": "^5.1.11",
"@storybook/addon-links": "^5.1.11",
"@storybook/addon-storysource": "^5.2.0",
Expand All @@ -39,7 +39,7 @@
"autoprefixer": "^9.7.4",
"babel-loader": "^8.0.6",
"browserslist-config-carbon": "^10.4.0",
"carbon-components": "^10.11.0",
"carbon-components": "^10.11.1-rc.0",
"css-loader": "^3.4.2",
"node-sass": "^4.13.1",
"postcss-loader": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "carbon-components-react",
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
"version": "7.11.0",
"version": "7.11.1-rc.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"react-dom": "^16.8.6"
},
"dependencies": {
"@carbon/icons-react": "^10.10.0",
"@carbon/icons-react": "^10.10.1-rc.0",
"classnames": "2.2.6",
"downshift": "^1.31.14",
"flatpickr": "4.6.1",
Expand All @@ -64,7 +64,7 @@
"@babel/plugin-transform-object-assign": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@carbon/test-utils": "^10.8.0",
"@carbon/test-utils": "^10.8.1-rc.0",
"@storybook/addon-a11y": "^5.3.9",
"@storybook/addon-actions": "^5.3.9",
"@storybook/addon-info": "^5.3.9",
Expand All @@ -80,7 +80,7 @@
"babel-plugin-react-docgen": "^4.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.0",
"browserslist-config-carbon": "^10.4.0",
"carbon-components": "^10.11.0",
"carbon-components": "^10.11.1-rc.0",
"carbon-icons": "^7.0.5",
"chalk": "^2.3.0",
"cli-table": "^0.3.0",
Expand Down
Loading

0 comments on commit 9a2c885

Please sign in to comment.