Compare changes
Some changes are not shown.
For a faster browsing experience, only 102 of 304 files are shown. Download one of the files below to see all changes.
+1
−0
+3
−1
.nvmrc
0 → 100644
+1
−0
+1
−1
LICENSE
100755 → 100644
+0
−0
File mode changed from 100755 to 100644.
+80
−95
docker/nginx/default.conf
0 → 100644
+31
−0
gulpfile.js
100755 → 100644
+109
−75
+15500
−2929
File changed.
Preview size limit exceeded, changes collapsed.
package.json
100755 → 100644
+36
−9
Original line number | Diff line number | Diff line |
---|---|---|
{
|
||
"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.",
|
||
"version": "1.3.4",
|
||
"version": "2.20.0",
|
||
"dependencies": {
|
||
"acorn": "^7.1.1",
|
||
"@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",
|
||
"gulp": "^4.0.2",
|
||
"kind-of": "^6.0.3",
|
||
@@ -12,7 +16,10 @@ | ||
"patternlab-node": "^2.12.0",
|
||
"styleguidekit-assets-default": "^3.0.0",
|
||
"styleguidekit-mustache-default": "^3.0.0",
|
||
"tailwindcss-elevation": "^0.3.4"
|
||
"tailwindcss-elevation": "^0.3.4",
|
||
"tippy.js": "^6.3.7",
|
||
"vue": "^2.7.14",
|
||
"vue2-flip-countdown": "^0.10.0"
|
||
},
|
||
"resolutions": {
|
||
"lodash": "^4.17.12"
|
||
@@ -22,7 +29,8 @@ | ||
"Atomic Web Design",
|
||
"Node",
|
||
"Gulp",
|
||
"Javascript"
|
||
"Javascript",
|
||
"Pirati"
|
||
],
|
||
"repository": {
|
||
"type": "git",
|
||
@@ -33,8 +41,10 @@ | ||
"scripts": {
|
||
"postinstall": "node scripts/postinstall.js",
|
||
"gulp": "gulp -- ",
|
||
"develop": "gulp patternlab:serve",
|
||
"build": "gulp"
|
||
"develop": "NODE_ENV=development gulp patternlab:serve",
|
||
"build": "NODE_ENV=production gulp",
|
||
"make-version": "scripts/make-version.sh",
|
||
"update-iconset": "scripts/update-iconset.js"
|
||
},
|
||
"license": "MIT",
|
||
"engines": {
|
||
@@ -42,17 +52,34 @@ | ||
},
|
||
"devDependencies": {
|
||
"@fullhuman/postcss-purgecss": "^1.3.0",
|
||
"@rollup/plugin-buble": "^0.21.3",
|
||
"@rollup/plugin-commonjs": "^13.0.0",
|
||
"@rollup/plugin-node-resolve": "^8.1.0",
|
||
"@rollup/plugin-replace": "^2.3.3",
|
||
"@rollup/stream": "^1.0.0",
|
||
"acorn": "^6.4.1",
|
||
"autoprefixer": "^9.5.1",
|
||
"gulp-postcss": "^8.0.0",
|
||
"chart.js": "^4.2.0",
|
||
"color": "^3.1.2",
|
||
"gulp-add-src": "^1.0.0",
|
||
"gulp-concat": "^2.6.1",
|
||
"gulp-postcss": "^9.0.0",
|
||
"gulp-rename": "^2.0.0",
|
||
"lodash": "^4.17.15",
|
||
"postcss-assets": "^5.0.0",
|
||
"postcss-clean": "^1.1.0",
|
||
"postcss-custom-properties": "^9.1.1",
|
||
"postcss-import": "^12.0.1",
|
||
"postcss-nested": "^4.2.1",
|
||
"postcss-preset-env": "^6.7.0",
|
||
"rollup": "^2.18.1",
|
||
"rollup-plugin-terser": "^6.1.0",
|
||
"rollup-plugin-vue": "^5.1.9",
|
||
"tailwind-css-variables": "^2.0.3",
|
||
"tailwindcss": "^1.4.6",
|
||
"tailwindcss-typography": "^3.1.0"
|
||
"tailwindcss": "^3.3.3",
|
||
"@tailwindcss/typography": "^0.5.10",
|
||
"vinyl-buffer": "^1.0.1",
|
||
"vinyl-source-stream": "^2.0.0",
|
||
"vue-template-compiler": "^2.7.14"
|
||
}
|
||
} |
patternlab-config.json
100755 → 100644
+1
−0
screens.js
0 → 100644
+7
−0
scripts/postinstall.js
100755 → 100644
+0
−0
File mode changed from 100755 to 100644.
scripts/update-iconset.js
0 → 100755
+92
−0
source/_annotations/annotations.js
100755 → 100644
+0
−0
File mode changed from 100755 to 100644.
source/_data/data.json
100755 → 100644
+110
−9
source/_data/listitems.json
100755 → 100644
+0
−0
File mode changed from 100755 to 100644.
source/_meta/_00-head.mustache
100755 → 100644
+17
−18
source/_meta/_01-foot.mustache
100755 → 100644
+31
−8
source/_patterns/.gitkeep
100755 → 100644
+0
−0
File mode changed from 100755 to 100644.
source/_patterns/00-atoms/00-global/02-utility-colors.mustache
deleted100644 → 0
+0
−6
+7
−0
+0
−3
+0
−0
Original line number | Diff line number | Diff line |
---|
+1072
−0
File added.
Preview size limit exceeded, changes collapsed.
source/_patterns/00-atoms/03-buttons/12-overlay-button.mustache
deleted100644 → 0
+0
−3
+0
−6
+32
−0
+7
−0
+4
−0
+8
−0
+14
−0
File moved.
+66
−0
+8
−0
+8
−0
File moved.
File moved.
File moved.
File moved.
File moved.
+0
−0
File moved.
File moved.
+5
−0
File moved.
File moved.
File moved.
source/_patterns/00-atoms/figure/figure.mustache→source/_patterns/00-atoms/11-figure/figure.mustache
+5
−2
File moved.
File moved.
File moved.
File moved.
+11
−0
File moved.
File moved.
+1
−0
+8
−0
+4
−0
+6
−0
+1
−0
+10
−0
+86
−0
+11
−0
+1
−0
+10
−0
+10
−0
+10
−0
+6
−0
+3
−0
+3
−0