Commits on Source (136)
Showing
- .gitlab-ci.yml 1 addition, 1 deletion.gitlab-ci.yml
- LICENSE 0 additions, 0 deletionsLICENSE
- README.md 41 additions, 1 deletionREADME.md
- gulpfile.js 7 additions, 53 deletionsgulpfile.js
- package-lock.json 14178 additions, 3784 deletionspackage-lock.json
- package.json 15 additions, 8 deletionspackage.json
- patternlab-config.json 0 additions, 0 deletionspatternlab-config.json
- scripts/postinstall.js 0 additions, 0 deletionsscripts/postinstall.js
- source/_annotations/annotations.js 0 additions, 0 deletionssource/_annotations/annotations.js
- source/_data/data.json 46 additions, 9 deletionssource/_data/data.json
- source/_data/listitems.json 0 additions, 0 deletionssource/_data/listitems.json
- source/_meta/_00-head.mustache 0 additions, 0 deletionssource/_meta/_00-head.mustache
- source/_meta/_01-foot.mustache 0 additions, 0 deletionssource/_meta/_01-foot.mustache
- source/_patterns/.gitkeep 0 additions, 0 deletionssource/_patterns/.gitkeep
- source/_patterns/00-atoms/01-text/text-shadow.mustache 7 additions, 0 deletionssource/_patterns/00-atoms/01-text/text-shadow.mustache
- source/_patterns/00-atoms/02-icons/icons.mustache 1069 additions, 663 deletionssource/_patterns/00-atoms/02-icons/icons.mustache
- source/_patterns/00-atoms/03-buttons/00-basic-button.mustache 1 addition, 1 deletion...ce/_patterns/00-atoms/03-buttons/00-basic-button.mustache
- source/_patterns/00-atoms/03-buttons/01-icon-button.mustache 1 addition, 1 deletionsource/_patterns/00-atoms/03-buttons/01-icon-button.mustache
- source/_patterns/00-atoms/03-buttons/02-button-colors.mustache 36 additions, 2 deletions...e/_patterns/00-atoms/03-buttons/02-button-colors.mustache
- source/_patterns/00-atoms/03-buttons/04-button-with-hover-effect.mustache 4 additions, 2 deletions.../00-atoms/03-buttons/04-button-with-hover-effect.mustache
LICENSE
100755 → 100644
File mode changed from 100755 to 100644
gulpfile.js
100755 → 100644
This diff is collapsed.
package.json
100755 → 100644
{ | { | ||
"name": "edition-node-gulp", | "name": "edition-node-gulp", | ||
"description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.", | "description": "The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.", | ||
"version": "1.3.4", | "version": "2.20.0", | ||
"dependencies": { | "dependencies": { | ||
"@fullcalendar/core": "^6.1.5", | |||
"@fullcalendar/daygrid": "^6.1.5", | |||
"@fullcalendar/interaction": "^6.1.5", | |||
"@fullcalendar/multimonth": "^6.1.6", | |||
"@fullcalendar/vue": "^6.1.5", | |||
"browser-sync": "^2.26.7", | "browser-sync": "^2.26.7", | ||
"gulp": "^4.0.2", | "gulp": "^4.0.2", | ||
"kind-of": "^6.0.3", | "kind-of": "^6.0.3", | ||
... | @@ -12,7 +17,8 @@ | ... | @@ -12,7 +17,8 @@ |
"styleguidekit-assets-default": "^3.0.0", | "styleguidekit-assets-default": "^3.0.0", | ||
"styleguidekit-mustache-default": "^3.0.0", | "styleguidekit-mustache-default": "^3.0.0", | ||
"tailwindcss-elevation": "^0.3.4", | "tailwindcss-elevation": "^0.3.4", | ||
"vue": "^2.6.11", | "tippy.js": "^6.3.7", | ||
"vue": "^2.7.14", | |||
"vue2-flip-countdown": "^0.10.0" | "vue2-flip-countdown": "^0.10.0" | ||
}, | }, | ||
"resolutions": { | "resolutions": { | ||
... | @@ -35,8 +41,8 @@ | ... | @@ -35,8 +41,8 @@ |
"scripts": { | "scripts": { | ||
"postinstall": "node scripts/postinstall.js", | "postinstall": "node scripts/postinstall.js", | ||
"gulp": "gulp -- ", | "gulp": "gulp -- ", | ||
"develop": "gulp patternlab:serve", | "develop": "NODE_ENV=development gulp patternlab:serve", | ||
"build": "gulp", | "build": "NODE_ENV=production gulp", | ||
"make-version": "scripts/make-version.sh", | "make-version": "scripts/make-version.sh", | ||
"update-iconset": "scripts/update-iconset.js" | "update-iconset": "scripts/update-iconset.js" | ||
}, | }, | ||
... | @@ -53,10 +59,11 @@ | ... | @@ -53,10 +59,11 @@ |
"@rollup/stream": "^1.0.0", | "@rollup/stream": "^1.0.0", | ||
"acorn": "^6.4.1", | "acorn": "^6.4.1", | ||
"autoprefixer": "^9.5.1", | "autoprefixer": "^9.5.1", | ||
"chart.js": "^4.2.0", | |||
"color": "^3.1.2", | "color": "^3.1.2", | ||
"gulp-add-src": "^1.0.0", | "gulp-add-src": "^1.0.0", | ||
"gulp-concat": "^2.6.1", | "gulp-concat": "^2.6.1", | ||
"gulp-postcss": "^8.0.0", | "gulp-postcss": "^9.0.0", | ||
"gulp-rename": "^2.0.0", | "gulp-rename": "^2.0.0", | ||
"lodash": "^4.17.15", | "lodash": "^4.17.15", | ||
"postcss-assets": "^5.0.0", | "postcss-assets": "^5.0.0", | ||
... | @@ -69,10 +76,10 @@ | ... | @@ -69,10 +76,10 @@ |
"rollup-plugin-terser": "^6.1.0", | "rollup-plugin-terser": "^6.1.0", | ||
"rollup-plugin-vue": "^5.1.9", | "rollup-plugin-vue": "^5.1.9", | ||
"tailwind-css-variables": "^2.0.3", | "tailwind-css-variables": "^2.0.3", | ||
"tailwindcss": "^1.4.6", | "tailwindcss": "^3.3.3", | ||
"tailwindcss-typography": "^3.1.0", | "@tailwindcss/typography": "^0.5.10", | ||
"vinyl-buffer": "^1.0.1", | "vinyl-buffer": "^1.0.1", | ||
"vinyl-source-stream": "^2.0.0", | "vinyl-source-stream": "^2.0.0", | ||
"vue-template-compiler": "^2.6.11" | "vue-template-compiler": "^2.7.14" | ||
} | } | ||
} | } |
patternlab-config.json
100755 → 100644
File mode changed from 100755 to 100644
scripts/postinstall.js
100755 → 100644
File mode changed from 100755 to 100644
source/_annotations/annotations.js
100755 → 100644
File mode changed from 100755 to 100644
source/_data/data.json
100755 → 100644
source/_data/listitems.json
100755 → 100644
File mode changed from 100755 to 100644
source/_meta/_00-head.mustache
100755 → 100644
File mode changed from 100755 to 100644
source/_meta/_01-foot.mustache
100755 → 100644
File mode changed from 100755 to 100644
source/_patterns/.gitkeep
100755 → 100644
File mode changed from 100755 to 100644
This diff is collapsed.