Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0.2 #873

Merged
merged 5 commits into from
May 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"format": "npm run prettier -- --write",
"jest": "cross-env NODE_ENV=test jest",
"lerna": "lerna bootstrap -- --no-optional --no-package-lock",
"link": "lerna run link",
"lint": "eslint packages/clay-*/src/*.js packages/clay-*/src/**/*.js && npm run mcritic",
"mcritic": "mcritic packages/ --ignore '**/{browserslist-config-clay-components,clayui.com,generator-metal-clay,node_modules}/**'",
"prettier": "prettier-eslint packages/clay-*/src/*.js packages/clay-*/src/**/*.js",
Expand Down
1 change: 1 addition & 0 deletions packages/clay-alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"scripts": {
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"link": "npm link",
"prepublish": "npm run soy && npm run compile",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(button|icon)/src/**/*.soy'"
},
Expand Down
1 change: 1 addition & 0 deletions packages/clay-badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"scripts": {
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"link": "npm link",
"prepublish": "npm run soy && npm run compile",
"soy": "metalsoy"
},
Expand Down
1 change: 1 addition & 0 deletions packages/clay-button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps ../../node_modules/clay-icon/src/**/*.soy"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-card-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(button|card|checkbox|dropdown|icon|label|link|portal|radio|sticker)/src/**/*.soy'"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(dropdown|label|sticker|button|checkbox|icon|link|portal|radio)/src/**/*.soy'"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run sass && npm run compile && npm run copyAssets",
"link": "npm link",
"sass": "node-sass src/scss/main.scss -o lib/css --source-map true",
"soy": "metalsoy --soyDeps node_modules/metal*/src/**/*.soy node_modules/clay*/src/**/*.soy",
"copyAssets": "ncp src/svg lib/svg"
Expand Down
1 change: 1 addition & 0 deletions packages/clay-checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy"
},
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion packages/clay-collapse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"scripts": {
"build": "webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run compile"
"prepublish": "npm run compile",
"link": "npm link"
},
"keywords": [
"clay",
Expand Down
1 change: 1 addition & 0 deletions packages/clay-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy"
},
"keywords": [
Expand Down
3 changes: 1 addition & 2 deletions packages/clay-component/src/ClayComponent.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import Component from 'metal-component';
import {Config} from 'metal-state';
import {domData} from 'metal-dom';
import {core, isServerSide} from 'metal';
import {isObject} from 'util';
import {core, isObject, isServerSide} from 'metal';

/**
* Clay Component.
Expand Down
3 changes: 2 additions & 1 deletion packages/clay-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"scripts": {
"build": "npm run compile",
"compile": "gulp compile",
"prepublish": "npm run compile"
"prepublish": "npm run compile",
"link": "npm link"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/clay-dataset-display/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(button|card|card-grid|checkbox|dropdown|icon|label|list|link|management-toolbar|portal|progress-bar|radio|sticker|table)/src/**/*.soy'"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(button|checkbox|icon|link|portal|radio)/src/**/*.soy'"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(button|link|icon)/src/**/*.soy'"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps ../../node_modules/clay-icon/src/**/*.soy"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(button|checkbox|dropdown|icon|label|link|portal|radio|sticker)/src/**/*.soy'"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-management-toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(button|checkbox|dropdown|icon|link|portal|radio)/src/**/*.soy'"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
{/if}
{/let}

{if $sortingURL}
{if $sortingURL and not $disabled}
{call ClayLink.render}
{param elementClasses: $sortingClasses /}
{param events: ['click': $_handleSortingButtonClicked] /}
Expand Down
1 change: 1 addition & 0 deletions packages/clay-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(button|icon)/src/**/*.soy'"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-navigation-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(link|icon)/src/**/*.soy'"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-pagination-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(button|checkbox|dropdown|icon|link|pagination|portal|radio)/src/**/*.soy'"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(button|checkbox|dropdown|icon|link|portal|radio)/src/**/*.soy'"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-progress-bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps ../../node_modules/clay-icon/src/**/*.soy"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-radio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-sticker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps ../../node_modules/clay-icon/src/**/*.soy"
},
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions packages/clay-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"build": "npm run soy && webpack",
"compile": "babel -d lib/ src/ -s --ignore src/__tests__",
"prepublish": "npm run soy && npm run compile",
"link": "npm link",
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(button|checkbox|dropdown|icon|label|link|progress-bar|portal|radio)/src/**/*.soy'"
},
"keywords": [
Expand Down