Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
115 commits
Select commit Hold shift + click to select a range
f3bcff8
chore: add new JS utils for extending component data, adding conditio…
sghoweri Sep 3, 2018
1537c42
chore: remove theming and layout toggles now handled by <pl-toggle-th…
sghoweri Sep 9, 2018
a074cc0
refactor: globally update background + background-related CSS transit…
sghoweri Sep 9, 2018
b6c62ff
chore: misc Sass cleanup + tweaks
sghoweri Sep 9, 2018
8449b1a
fix: update annotation style to display consistently in browser UI --…
sghoweri Sep 9, 2018
397cd2f
refactor: updating deps + new additions for POC web component demo
sghoweri Sep 9, 2018
7997a02
fix: Prettier should only format .js files
joshbatley Sep 14, 2018
3d38d43
refactor: update UIKit Webpack build to support inlining Sass files w…
sghoweri Sep 15, 2018
01f9dce
feat: wire up redux + store + a few basic actions to support globally…
sghoweri Sep 15, 2018
3d6a834
feat: add localstorage support to redux store
sghoweri Sep 15, 2018
dd1ac7e
feat: add Preact-powered base component extended by other components
sghoweri Sep 15, 2018
78b38a1
chore: add classnames helper library
sghoweri Sep 15, 2018
a04bade
feat: add <pl-toggle-theme> component
sghoweri Sep 15, 2018
65b1177
feat: add <pl-toggle-layout> component
sghoweri Sep 15, 2018
2141ad7
feat: add wrapping <pl-layout> component that responds to state chang…
sghoweri Sep 15, 2018
00954e3
chore: expose global Sass variables and mixins as a single importable…
sghoweri Sep 15, 2018
a9ed2b1
refactor: delete layout.js -- ported over to the <pl-layout> componen…
sghoweri Sep 15, 2018
10cf92a
refactor: remove old code no longer needed from index.html template
sghoweri Sep 15, 2018
809359d
refactor: wire up new <pl-layout> wrapper + new inner wrapper for han…
sghoweri Sep 15, 2018
9dbef69
refactor: update header controls to include the new theme and layout …
sghoweri Sep 15, 2018
a2d77c7
fix: update query selector to fail properly if Hogan template hadn't …
sghoweri Sep 15, 2018
42b2c59
refactor: revert renaming sidebar theme toggle class
sghoweri Sep 15, 2018
23c9842
refactor: update modal / drawer UI to include the new <pl-toggle-layo…
sghoweri Sep 15, 2018
ef65f82
refactor: clean up UI to better support space required for new layout…
sghoweri Sep 15, 2018
ba0ca74
fix: update header styles to less-frequently wrap nav links to multip…
sghoweri Sep 15, 2018
c0fcd6f
fix: update viewport CSS to prevent JS from exceeding the maximum siz…
sghoweri Sep 15, 2018
541ca3a
fix: update sidebar breakpoint to match breakpoints used in other com…
sghoweri Sep 15, 2018
a2e5720
fix: hide borders on action menu when sidebar is visible
sghoweri Sep 15, 2018
4d36c02
chore: update tools component to support an SVG icon positioned at th…
sghoweri Sep 15, 2018
40a6bcd
refactor: remove locally defined sidebar variable -- moved under glob…
sghoweri Sep 15, 2018
8eb32b0
refactor: update entrypoint to async load new web components; update …
sghoweri Sep 15, 2018
cd37c29
feat: clean up UI controls in the light theme
sghoweri Sep 15, 2018
cd60b6d
refactor: update viewport and modal layouts to work with horizontal a…
sghoweri Sep 15, 2018
da535ef
chore: remove unnecessary background color; stash away WIP updates fo…
sghoweri Sep 15, 2018
2f5a705
chore: polish up panel UI so medium-ish screens that support the side…
sghoweri Sep 15, 2018
90bbb23
chore: polish up modal / tabs UI on small to medium screens; update i…
sghoweri Sep 15, 2018
b3abb20
fix: ie 11 cross browser fixes
sghoweri Sep 15, 2018
930b619
fix: misc IE 11-specific UI and layout bugs
sghoweri Sep 15, 2018
62f8bdb
fix: misc firefox-related bug fixes and quirks, including requiring t…
sghoweri Sep 15, 2018
73d39ce
chore: fix background color of mobile nav on smaller screens; fresh p…
sghoweri Sep 15, 2018
0076b64
Merge commit '97948b2e0b80764fdcec2fb2132f76bcef3c3466' into feature/…
sghoweri Sep 15, 2018
638aec6
chore: fresh build post merge
sghoweri Sep 15, 2018
146ab16
Add cachebuster to allFooterData
Sep 17, 2018
f4b839d
Merge pull request #948 from danwhite85/fix-947
bmuenzenmeyer Sep 17, 2018
2745161
Merge commit 'f4b839d0c80782dfb56c57abfb6f99316077459b' into feature/…
sghoweri Sep 22, 2018
b818d0d
refactor: remove old typeahead component files
sghoweri Sep 23, 2018
d091384
refactor: add new get-target-origin JavaScript helper defined and use…
sghoweri Sep 23, 2018
3df3afe
chore: remove old typeahead dependency; add new autocomplete-related …
sghoweri Sep 23, 2018
46851fb
refactor: remove old styleguide integration with the original typeahe…
sghoweri Sep 23, 2018
945e478
refactor: add refreshed and consolidated styles for the refactored se…
sghoweri Sep 23, 2018
ea20f7a
refactor: add new react-autocomplete powered web component implementa…
sghoweri Sep 23, 2018
edb9bf5
chore: wire up template integration with refactored search component;…
sghoweri Sep 23, 2018
ed0397f
refactor: update .patternlabrc config example to .patternlabrc.exampl…
sghoweri Sep 23, 2018
44130da
chore: update .patternlabrc config example with more realistic path r…
sghoweri Sep 23, 2018
6c50e42
chore: fresh uikit build post updates
sghoweri Sep 23, 2018
58616c9
refactor: slightly decrease threshold so mismatches aren't immediatel…
sghoweri Sep 23, 2018
70ca888
docs(CODEOWNERS file): created the code owners file
benhalverson Sep 24, 2018
6e4fbe9
ci(packages.json): changed node version to version >=8
benhalverson Sep 24, 2018
f3e5467
fix: fixing bug with dropdown offset since original Typeahead styles …
sghoweri Sep 24, 2018
9bedf23
build(.nvmrc): updated to v10.0.0
benhalverson Sep 25, 2018
c325787
build(package.json): updated node engine to be >=10.0
benhalverson Sep 25, 2018
4ba426f
refactor: refactor search component to instead use react autosuggest …
sghoweri Sep 29, 2018
0b175d9
fix: fix bug with context menu not overlapping search input on smalle…
sghoweri Sep 30, 2018
2a539f5
refactor: update new <pl-search> component to better handle the clear…
sghoweri Sep 30, 2018
2d1df00
refactor: misc UI bug fixes and cleanup relating to theme / layout va…
sghoweri Sep 30, 2018
72c0168
chore: fix missing webcomponentsjs ES6 adapter import + fresh build w…
sghoweri Sep 30, 2018
caa124a
revert: undo removing hideScroll mixin from previous commit
sghoweri Sep 30, 2018
cc9bf02
fix: remove anti-pattern of removing scrollbars on accordions — preve…
sghoweri Sep 30, 2018
25c9366
fix: fix inability to previously open / close / traverse pattern lab'…
sghoweri Sep 30, 2018
6655d4d
chore: fresh front-end build post-updates
sghoweri Sep 30, 2018
c7d1cda
fix: fix scrolling issues with sidebar layout when nested nav section…
sghoweri Sep 30, 2018
9240b29
chore: rebuild front-end
sghoweri Sep 30, 2018
bc13bd2
fix: clean up and fix overflow / scrolling issues
sghoweri Sep 30, 2018
29fec05
chore: fresh uikit build
sghoweri Sep 30, 2018
15705b7
Merge pull request #945 from jbatley/dev
bmuenzenmeyer Oct 14, 2018
6686b19
Merge pull request #951 from benhalverson/nodeLTS-cli
bmuenzenmeyer Oct 19, 2018
03a9886
chore(CONTRIBUTING): remove hard-coded reference to a version of Node
bmuenzenmeyer Oct 19, 2018
36a917f
fix(nvmrc): bump Node version
bmuenzenmeyer Oct 19, 2018
e52e06e
fix: update package.json with missing custom elements packages
sghoweri Oct 23, 2018
2959b93
fix: update native shim import path
sghoweri Oct 23, 2018
639265a
refactor: add setup command + uikit build NPM script
sghoweri Oct 23, 2018
56cc00d
refactor: update Travis to bootstrap Lerna + build uikit
sghoweri Oct 23, 2018
0ce7470
fix: add missing style-loader
sghoweri Oct 23, 2018
592bbb9
refactor: add bail flag to full Webpack build
sghoweri Oct 23, 2018
bef037b
chore: remove bail flag on test command — no longer needed here
sghoweri Oct 23, 2018
b047cba
fix: update Webpack config public path + add to default Webpack confi…
bolt-bot Oct 27, 2018
31c3005
chore: regenerate uikit assets with updates public path
bolt-bot Oct 27, 2018
e56de43
Merge pull request #946 from sghoweri/feature/uikit-refactor-p5--web-…
bmuenzenmeyer Oct 27, 2018
ac8f7c7
Merge branch 'dev' into feature/uikit-refactor-p6--search-component
bolt-bot Oct 27, 2018
95a4e71
fix: workaround to address the pl-search autocomplete not displaying …
bolt-bot Oct 27, 2018
fd7f2ea
fix: fix typo with CSS var in mixin
bolt-bot Oct 27, 2018
3ebc106
refactor: update viewport to support notched devices
bolt-bot Oct 27, 2018
af2b0c9
chore: move pl-layout Sass import to main Sass file — loading these p…
bolt-bot Oct 27, 2018
d66014a
refactor: refactor and simplify modal UI + squash cross browser layou…
bolt-bot Oct 27, 2018
e1d87ff
refactor: cross browser layout + overall UI bug fixes
bolt-bot Oct 27, 2018
e7cbb5f
refactor: major cleanup + simplification of tabs and panel UI styles …
bolt-bot Oct 27, 2018
6f44139
refactor: add iframe resizer JS to scripts loaded inside the Pattern …
bolt-bot Oct 27, 2018
c46fd2e
chore: fresh build post updates
bolt-bot Oct 27, 2018
20170e6
Merge pull request #949 from sghoweri/feature/uikit-refactor-p6--sear…
bmuenzenmeyer Oct 27, 2018
4425935
Merge branch 'codeowners' of https://github.com/benhalverson/patternl…
bmuenzenmeyer Oct 27, 2018
03933f7
feat(CODEOWNERS): add additional owners
bmuenzenmeyer Oct 27, 2018
cb58c43
Merge pull request #965 from pattern-lab/benhalverson-codeowners
bmuenzenmeyer Oct 27, 2018
7254a2d
fix(package): remove jshint
bmuenzenmeyer Oct 31, 2018
a37d708
Merge pull request #966 from pattern-lab/964-jshint
bmuenzenmeyer Oct 31, 2018
d0672f6
fix(patterns): find all patterns inlcuding pseudo patterns
dersiedler1 Dec 7, 2018
bccc45d
fix(edition links) Broken package links within the monorepo. Fixes #954
engelfrost Dec 28, 2018
3b51a58
Merge pull request #979 from engelfrost/fix/edition-links
bradfrost Jan 2, 2019
78633fb
Add yml/yaml to glob pattern for pseudo pattern hunting.
bryce-gilhome Jan 10, 2019
7ed0c99
Allow the pseudo data read code to handle yaml. Get the pseudo data f…
bryce-gilhome Jan 10, 2019
79166e3
Linting fixes.
bryce-gilhome Jan 10, 2019
8658a53
Couple more linting fixes.
bryce-gilhome Jan 10, 2019
1ef183b
Merge pull request #978 from dersiedler1/bugfix/975-find-pseudo-patterns
sghoweri Jan 14, 2019
c40d94b
Merge pull request #981 from bryce-gilhome-cp/feature/pseudohunter-ad…
sghoweri Feb 2, 2019
30ccaf4
Merge branch 'master' into dev
sghoweri Feb 2, 2019
e387eca
chore: update dev with latest from master
sghoweri Feb 2, 2019
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
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ No pull request is too small. Check out any [help wanted 🆘](https://github.co

## Prerequisites

To get started, you'll need Node 8 or higher. Managing Node with [nvm](https://github.com/creationix/nvm) is recommended. Once installed, you can target the version of Node we specify within the [`.nvmrc`](https://github.com/pattern-lab/patternlab-node/blob/master/.nvmrc) file.
To get started, you'll need Node installed. Managing Node with [nvm](https://github.com/creationix/nvm) is recommended. Once installed, you can target the version of Node we specify within the [`.nvmrc`](https://github.com/pattern-lab/patternlab-node/blob/master/.nvmrc) file.

```sh
nvm install <<version>>
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- before posting an issue, try chatting on https://gitter.im/pattern-lab/node -->

<!-- before posting an issue, verify you are running at least Node 6 -->
<!-- before posting an issue, verify you are running at least Node 8 -->

I am using Pattern Lab Node `vX.X.X` on `Windows | Mac | Linux`, with Node `vX.X.X`, using a `Gulp | Grunt | Vanilla | Custom` Edition.

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.9.4
10.0.0
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ packages/core/scripts/api.handlebars
packages/core/scripts/events.handlebars
packages/core/test/files/annotations.js
**/uikit-workshop/src/js/**/*
*.json
*.md
*.scss
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ before_install:

before_script:
- npm install -g lerna@3.2.1
- npm run bootstrap
- npm run setup
- lerna add @pattern-lab/engine-mustache --scope=@pattern-lab/core
- lerna add @pattern-lab/engine-handlebars --scope=@pattern-lab/core
- lerna add @pattern-lab/engine-underscore --scope=@pattern-lab/core
Expand Down
17 changes: 17 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
@pattern-lab/trusted-committers

# CLI owner
/packages/cli @raphaelokon

# uikit-workshop owner
/packages/uikit-workshop @sghoweri

# engine-nunjucks owner
/packages/engine-nunjucks @danwhite85
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"setup": "npm run bootstrap && npm run build:uikit",
"build:uikit": "lerna exec --scope @pattern-lab/uikit-workshop -- npm run build",
"precommit": "pretty-quick --staged",
"prettier": "prettier --config .prettierrc --write ./**/*.js",
"prettier": "prettier --config .prettierrc --write ./**/*.js --ignore-path .prettierignore",
"test": "lerna run test",
"clean": "git clean -dfx"
},
Expand Down
1 change: 1 addition & 0 deletions packages/cli/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
2 changes: 1 addition & 1 deletion packages/cli/.travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- node
- 6
- 8
before_script:
- npm install edition-node
- npm install starterkit-mustache-base
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"license": "MIT",
"engines": {
"node": ">=6.0"
"node": ">=10.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/core/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
6 changes: 3 additions & 3 deletions packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ See [Usage](#usage) for more information.

For users wanting a more pre-packaged experience several editions are available.

* [Pattern Lab/Node: Vanilla Edition](https://github.com/pattern-lab/patternlab-node/packages/edition-node) contains info how to get started within a pure node environment.
* [Pattern Lab/Node: Vanilla Edition](https://github.com/pattern-lab/patternlab-node/tree/dev/packages/edition-node) contains info how to get started within a pure node environment.

* [Pattern Lab/Node: Gulp Edition](https://github.com/pattern-lab/patternlab-node/packages/edition-node-gulp) contains info how to get started within a Gulp task running environment.
* [Pattern Lab/Node: Gulp Edition](https://github.com/pattern-lab/patternlab-node/tree/dev/packages/edition-node-gulp) contains info how to get started within a Gulp task running environment.


## Ecosystem
Expand Down Expand Up @@ -63,7 +63,7 @@ patternlab.serve({

* Read more about the rest of [Public API](./docs), and already implemented for you within [Editions](#editions).

* A full-featured [command line interface](https://github.com/pattern-lab/patternlab-node/packages/cli) is also available.
* A full-featured [command line interface](https://github.com/pattern-lab/patternlab-node/tree/dev/packages/cli) is also available.

### Events

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"test": "tap test/*_tests.js --reporter spec --coverage"
},
"engines": {
"node": ">=6.0"
"node": ">=10.0"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 1 addition & 6 deletions packages/core/src/lib/addPattern.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,7 @@ module.exports = function(pattern, patternlab) {
patternlab.partials[pattern.patternPartial] = pattern.patternDesc;
}

//patterns sorted by name so the patterntype and patternsubtype is adhered to for menu building
patternlab.patterns.splice(
_.sortedIndexBy(patternlab.patterns, pattern, 'name'),
0,
pattern
);
patternlab.patterns.push(pattern);
patternlab.graph.add(pattern);
}
};
1 change: 1 addition & 0 deletions packages/core/src/lib/compose.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ module.exports = function(pattern, patternlab) {
logger.info(err);
}
allFooterData = _.merge(allFooterData, pattern.jsonFileData);
allFooterData.cacheBuster = patternlab.cacheBuster;
allFooterData.patternLabFoot = footerPartial;

return render(patternlab.userFoot, allFooterData).then(footerHTML => {
Expand Down
7 changes: 6 additions & 1 deletion packages/core/src/lib/patternlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,12 @@ module.exports = class PatternLab {
this.patterns.map(pattern => {
return processIterative(pattern, self);
})
);
).then(() => {
// patterns sorted by name so the patterntype and patternsubtype is adhered to for menu building
this.patterns.sort((pattern1, pattern2) =>
pattern1.name.localeCompare(pattern2.name)
);
});
});
}

Expand Down
18 changes: 14 additions & 4 deletions packages/core/src/lib/pseudopattern_hunter.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const logger = require('./log');
const readDocumentation = require('./readDocumentation');
const lineage_hunter = new lh();
const changes_hunter = new ch();
const yaml = require('js-yaml');

const pseudopattern_hunter = function() {};

Expand All @@ -22,9 +23,12 @@ pseudopattern_hunter.prototype.find_pseudopatterns = function(
const paths = patternlab.config.paths;

//look for a pseudo pattern by checking if there is a file containing same
//name, with ~ in it, ending in .json
//name, with ~ in it, ending in .json, .yml or .yaml
const needle =
currentPattern.subdir + '/' + currentPattern.fileName + '~*.json';
currentPattern.subdir +
'/' +
currentPattern.fileName +
'~*.{json,yml,yaml}';
const pseudoPatterns = glob.sync(needle, {
cwd: paths.source.patterns,
debug: false,
Expand All @@ -45,7 +49,9 @@ pseudopattern_hunter.prototype.find_pseudopatterns = function(
paths.source.patterns,
pseudoPatterns[i]
);
variantFileData = fs.readJSONSync(variantFileFullPath);
variantFileData = yaml.safeLoad(
fs.readFileSync(variantFileFullPath, 'utf8')
);
} catch (err) {
logger.warning(
`There was an error parsing pseudopattern JSON for ${
Expand All @@ -65,9 +71,13 @@ pseudopattern_hunter.prototype.find_pseudopatterns = function(
const variantName = pseudoPatterns[i]
.substring(pseudoPatterns[i].indexOf('~') + 1)
.split('.')[0];
const variantExtension = pseudoPatterns[i]
.split('.')
.slice(-1)
.pop();
const variantFilePath = path.join(
currentPattern.subdir,
currentPattern.fileName + '~' + variantName + '.json'
currentPattern.fileName + '~' + variantName + '.' + variantExtension
);
const lm = fs.statSync(variantFileFullPath);
const patternVariant = Pattern.create(
Expand Down
1 change: 1 addition & 0 deletions packages/development-edition-engine-handlebars/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
3 changes: 3 additions & 0 deletions packages/development-edition-engine-handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"type": "git",
"url": "git://github.com/pattern-lab/patternlab-node.git"
},
"engines": {
"node": ">=10.0"
},
"dependencies": {
"@pattern-lab/cli": "^0.0.1-beta.0",
"@pattern-lab/core": "^3.0.0-beta.0",
Expand Down
1 change: 1 addition & 0 deletions packages/development-edition-engine-react/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
2 changes: 1 addition & 1 deletion packages/development-edition-engine-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
},
"license": "MIT",
"engines": {
"node": ">=6.0"
"node": ">=10.0"
}
}
1 change: 1 addition & 0 deletions packages/edition-node-gulp/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
2 changes: 1 addition & 1 deletion packages/edition-node-gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"license": "MIT",
"engines": {
"node": ">=6.0"
"node": ">=10.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/edition-node/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
2 changes: 1 addition & 1 deletion packages/edition-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"license": "MIT",
"engines": {
"node": ">=6.0"
"node": ">=10.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/engine-handlebars/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
2 changes: 1 addition & 1 deletion packages/engine-handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"scripts": {},
"engines": {
"node": ">=4.0"
"node": ">=10.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/engine-liquid/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
2 changes: 1 addition & 1 deletion packages/engine-liquid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"scripts": {},
"engines": {
"node": ">=0.1"
"node": ">=10.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/engine-mustache/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
2 changes: 1 addition & 1 deletion packages/engine-mustache/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## The Mustache PatternEngine for Pattern Lab / Node

This one should be included by default with [Pattern Lab Node Core](https://github.com/pattern-lab/patternlab-node/packages/core) and consumed by [Node Editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node).
This one should be included by default with [Pattern Lab Node Core](https://github.com/pattern-lab/patternlab-node/tree/dev/packages/core) and consumed by [Node Editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node).

If it's missing from your project for any reason, `npm install @pattern-lab/engine-mustache` should do the trick.
2 changes: 1 addition & 1 deletion packages/engine-mustache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"scripts": {},
"engines": {
"node": ">=0.1"
"node": ">=10.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/engine-nunjucks/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
2 changes: 1 addition & 1 deletion packages/engine-nunjucks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"nunjucks": "3.1.3"
},
"engines": {
"node": ">=4.0"
"node": ">=10.0"
},
"keywords": [
"Pattern Lab",
Expand Down
1 change: 1 addition & 0 deletions packages/engine-react/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
2 changes: 1 addition & 1 deletion packages/engine-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"scripts": {},
"engines": {
"node": ">=6"
"node": ">=10.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/engine-twig/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
2 changes: 1 addition & 1 deletion packages/engine-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"scripts": {},
"engines": {
"node": ">=4.0"
"node": ">=10.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/engine-underscore/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
2 changes: 1 addition & 1 deletion packages/engine-underscore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint": "eslint **/*.js"
},
"engines": {
"node": ">=4.0"
"node": ">=10.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/live-server/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
2 changes: 1 addition & 1 deletion packages/live-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/live-server",
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"engines": {
"node": ">=0.10.0"
"node": ">=10.0"
},
"publishConfig": {
"access": "public"
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-tab/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
3 changes: 3 additions & 0 deletions packages/plugin-tab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"glob": "7.0.0",
"lodash": "4.17.5"
},
"engines": {
"node": ">=10.0"
},
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/plugin-tab",
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/uikit-workshop/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10.0.0
5 changes: 5 additions & 0 deletions packages/uikit-workshop/.patternlabrc.example.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// .rc config file allowing users to customize folder locations, etc that are wired up to be configurable in the build process (via cosmic config) -- this example lives in the root of UIKit however can live in a higher-level parent as part of your project's config!

module.exports = {
// buildDir: __dirname + '/www/pattern-lab',
}
417 changes: 410 additions & 7 deletions packages/uikit-workshop/dist/index.html

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

229 changes: 228 additions & 1 deletion packages/uikit-workshop/dist/styleguide/js/patternlab-pattern.js

Large diffs are not rendered by default.

2,388 changes: 2,387 additions & 1 deletion packages/uikit-workshop/dist/styleguide/js/patternlab-viewer.js

Large diffs are not rendered by default.

Loading