From 8f230ed9491d2b3ec04888a07829a6105440b155 Mon Sep 17 00:00:00 2001 From: Lars van Vianen Date: Wed, 10 Jan 2024 01:20:53 +0100 Subject: [PATCH] v0.0.9 --- VERSION | 2 +- dist/css/hue.gl.css | 9 +-- dist/package.json | 2 +- dist/py/hue.gl.py | 2 +- dist/rcpx/hue.gl.rcpx | 2 +- dist/scss/hue/_hue.gl-hcl-map.scss | 2 +- dist/scss/hue/_hue.gl-hcl-var.scss | 2 +- dist/scss/hue/_hue.gl-hex-map.scss | 2 +- dist/scss/hue/_hue.gl-hex-var.scss | 2 +- dist/scss/hue/_hue.gl-rgb-map.scss | 2 +- dist/scss/hue/_hue.gl-rgb-var.scss | 2 +- dist/scss/index.scss | 10 +--- dist/styl/hue.gl.styl | 2 +- dist/tex/hue.gl.tex | 2 +- dist/ts/hue.gl.d.ts | 2 +- package-lock.json | 91 +++++++++++++++--------------- package.json | 59 +++++++++---------- src/scss/hue/_hue.gl-hcl-map.scss | 2 +- src/scss/hue/_hue.gl-hcl-var.scss | 2 +- src/scss/hue/_hue.gl-hex-map.scss | 2 +- src/scss/hue/_hue.gl-hex-var.scss | 2 +- src/scss/hue/_hue.gl-rgb-map.scss | 2 +- src/scss/hue/_hue.gl-rgb-var.scss | 2 +- 23 files changed, 93 insertions(+), 114 deletions(-) diff --git a/VERSION b/VERSION index 7d6b3eb..429d94a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.8 \ No newline at end of file +0.0.9 \ No newline at end of file diff --git a/dist/css/hue.gl.css b/dist/css/hue.gl.css index 1ba0bc3..d8513dc 100644 --- a/dist/css/hue.gl.css +++ b/dist/css/hue.gl.css @@ -3,19 +3,12 @@ * * @description Color System * @author Scape Agency (https://www.scape.agency) -* @version v0.0.1 +* @version v0.1.0 * @copyright 2020-2023 Scape Agency (https://www.scape.agency) * @website https://www.hue.gl/ * @repository https://github.com/scape-agency/hue.gl/ * @license MIT License (https://github.com/scape-agency/hue.gl/blob/main/LICENSE.md) */ -/** -TABLE OF CONTENTS -=============================================================================== -1. -2. -3. -*/ :root { --color-N0001: #e2e2e2; --color-N0002: #cccccc; diff --git a/dist/package.json b/dist/package.json index 01a9414..9383db4 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "hue.gl", - "version": "0.0.8", + "version": "0.0.9", "description": "hue.gl is a colour palette developed by Scape Agency.", "keywords": [ "hue.gl", diff --git a/dist/py/hue.gl.py b/dist/py/hue.gl.py index 283b471..ff014cf 100644 --- a/dist/py/hue.gl.py +++ b/dist/py/hue.gl.py @@ -15,7 +15,7 @@ # ============================================================================= # # hue.gl -# 0.0.8 +# 0.0.9 # # ============================================================================= diff --git a/dist/rcpx/hue.gl.rcpx b/dist/rcpx/hue.gl.rcpx index 7188866..3804f3f 100644 --- a/dist/rcpx/hue.gl.rcpx +++ b/dist/rcpx/hue.gl.rcpx @@ -1,6 +1,6 @@ - + = 12.13.0" @@ -11551,9 +11550,9 @@ } }, "node_modules/pack.gl": { - "version": "0.0.38", - "resolved": "https://registry.npmjs.org/pack.gl/-/pack.gl-0.0.38.tgz", - "integrity": "sha512-UavmeCiTfFYkj/i6rlimcmpIZ5MtFyKRaBtxkHP+6aBUkQzmDOL4OBlAGjYELvJTs8Hm7a0RSFEcyGVjaWt+cQ==", + "version": "0.0.39", + "resolved": "https://registry.npmjs.org/pack.gl/-/pack.gl-0.0.39.tgz", + "integrity": "sha512-lXeO4vQsIgIvB5QQXKO47snDAXNkMwSZAytPKAKZRe+z8R96Um/Mp5C6Nm+tVmd7c9s4Ef19DecMx95ZNGmFfg==", "dev": true, "dependencies": { "@babel/core": "^7.23.6", @@ -14797,9 +14796,9 @@ } }, "node_modules/style-loader": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.3.tgz", - "integrity": "sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw==", + "version": "3.3.4", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-3.3.4.tgz", + "integrity": "sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==", "dev": true, "engines": { "node": ">= 12.13.0" diff --git a/package.json b/package.json index fbe1bb3..407c35d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hue.gl", "description": "hue.gl is a colour palette developed by Scape Agency.", - "version": "0.0.8", + "version": "0.0.9", "config": { "version_short": "0.0" }, @@ -44,65 +44,60 @@ "format": "npx prettier --write .", "lint": "eslint 'src/**/*.ts' || true", "prettify": "prettier --write 'src/**/*.ts'", - "build": "npm run build-compile && npm run icons-process", - "build-compile2": "tsc -p tsconfig.build.json", - "build-compile": "tsc -p script/tsconfig.json", + "build": "npm run build-compile && npm run build-process", + "build-compile": "tsc -p bin/tsconfig.json", + "build-process": "node bin/js/index.js", "webpack-build": "npm run webpack-prod", - "webpack-build2": "npm run webpack-prod && npm run webpack-dev", "webpack-dev": "webpack --mode development --config webpack.config.js", "webpack-prod": "webpack --mode production --config webpack.config.js", "webpack-serve": "webpack serve --mode development --config webpack.config.js", - "webpack-start": "webpack-dev-server --mode development --config webpack.config.js", - "icons-process": "node script/js/index.js", - "icons-font-min": "cleancss -O1 --format breakWith=lf --with-rebase --output font/bootstrap-icons.min.css font/bootstrap-icons.css", - "icons-compile3": "tsc filename.ts | node filename.js", - "icons-zip": "cross-env-shell \"rm -rf bootstrap-icons-$npm_package_version bootstrap-icons-$npm_package_version.zip && cp -r icons/ bootstrap-icons-$npm_package_version && cp bootstrap-icons.svg bootstrap-icons-$npm_package_version && cp -r font/ bootstrap-icons-$npm_package_version && zip -qr9 bootstrap-icons-$npm_package_version.zip bootstrap-icons-$npm_package_version && rm -rf bootstrap-icons-$npm_package_version\"" + "webpack-start": "webpack-dev-server --mode development --config webpack.config.js" }, "devDependencies": { - "@babel/core": "^7.23.6", - "@babel/preset-env": "^7.23.6", + "@babel/core": "^7.23.7", + "@babel/preset-env": "^7.23.8", "@babel/preset-typescript": "^7.23.3", "@types/fs-extra": "^11.0.4", "@types/glob": "^8.1.0", - "@types/node": "^20.10.5", - "@types/webpack": "^5.28.1", + "@types/node": "^20.10.8", + "@types/webpack": "^5.28.5", "ase-utils": "^0.1.1", - "autoprefixer": "^10.4.15", + "autoprefixer": "^10.4.16", "babel-loader": "^9.1.3", "block.gl": "^0.0.1", "clean-webpack-plugin": "^4.0.0", "colorjs.io": "^0.4.5", "copy-webpack-plugin": "^11.0.0", - "css-loader": "^6.8.1", - "css-minimizer-webpack-plugin": "^5.0.0", + "css-loader": "^6.9.0", + "css-minimizer-webpack-plugin": "^5.0.1", "d3": "^7.8.5", "deep.gl": "^0.0.1", - "eslint": "^8.41.0", - "eslint-config-prettier": "^9.0.0", - "eslint-import-resolver-webpack": "^0.13.2", - "eslint-plugin-prettier": "^5.0.1", + "eslint": "^8.56.0", + "eslint-config-prettier": "^9.1.0", + "eslint-import-resolver-webpack": "^0.13.8", + "eslint-plugin-prettier": "^5.1.2", "grid.gl": "^0.0.1", - "html-webpack-plugin": "^5.5.3", + "html-webpack-plugin": "^5.6.0", "hue.gl": "^0.0.8", "icon.gl": "^0.0.9", "loop.gl": "^0.0.1", "mini-css-extract-plugin": "^2.7.6", - "pack.gl": "^0.0.38", + "pack.gl": "^0.0.39", "page.gl": "^0.0.3", - "postcss-loader": "^7.3.3", - "postcss-preset-env": "^9.1.2", - "prettier": "^3.0.3", - "sass": "^1.66.1", - "sass-loader": "^13.3.2", - "style-loader": "^3.3.3", - "ts-loader": "^9.4.3", - "ts-node": "^10.9.1", + "postcss-loader": "^7.3.4", + "postcss-preset-env": "^9.3.0", + "prettier": "^3.1.1", + "sass": "^1.69.7", + "sass-loader": "^13.3.3", + "style-loader": "^3.3.4", + "ts-loader": "^9.5.1", + "ts-node": "^10.9.2", "typescript": "^5.3.3", "unit.gl": "^0.0.27", "webpack": "^5.89.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1", - "webpack-merge": "^5.9.0" + "webpack-merge": "^5.10.0" }, "files": [], "hugo-bin": { diff --git a/src/scss/hue/_hue.gl-hcl-map.scss b/src/scss/hue/_hue.gl-hcl-map.scss index 6ec1dd0..1ada65f 100644 --- a/src/scss/hue/_hue.gl-hcl-map.scss +++ b/src/scss/hue/_hue.gl-hcl-map.scss @@ -15,7 +15,7 @@ // ============================================================================ // // hue.gl -// 0.0.8 +// 0.0.9 // // ============================================================================ diff --git a/src/scss/hue/_hue.gl-hcl-var.scss b/src/scss/hue/_hue.gl-hcl-var.scss index 5fa93ca..f1b82aa 100644 --- a/src/scss/hue/_hue.gl-hcl-var.scss +++ b/src/scss/hue/_hue.gl-hcl-var.scss @@ -15,7 +15,7 @@ // ============================================================================ // // hue.gl -// 0.0.8 +// 0.0.9 // // ============================================================================ diff --git a/src/scss/hue/_hue.gl-hex-map.scss b/src/scss/hue/_hue.gl-hex-map.scss index 0d01090..322daac 100644 --- a/src/scss/hue/_hue.gl-hex-map.scss +++ b/src/scss/hue/_hue.gl-hex-map.scss @@ -15,7 +15,7 @@ // ============================================================================ // // hue.gl -// 0.0.8 +// 0.0.9 // // ============================================================================ diff --git a/src/scss/hue/_hue.gl-hex-var.scss b/src/scss/hue/_hue.gl-hex-var.scss index 53e4d49..98048e7 100644 --- a/src/scss/hue/_hue.gl-hex-var.scss +++ b/src/scss/hue/_hue.gl-hex-var.scss @@ -15,7 +15,7 @@ // ============================================================================ // // hue.gl -// 0.0.8 +// 0.0.9 // // ============================================================================ diff --git a/src/scss/hue/_hue.gl-rgb-map.scss b/src/scss/hue/_hue.gl-rgb-map.scss index 5e331b8..84dabc9 100644 --- a/src/scss/hue/_hue.gl-rgb-map.scss +++ b/src/scss/hue/_hue.gl-rgb-map.scss @@ -15,7 +15,7 @@ // ============================================================================ // // hue.gl -// 0.0.8 +// 0.0.9 // // ============================================================================ diff --git a/src/scss/hue/_hue.gl-rgb-var.scss b/src/scss/hue/_hue.gl-rgb-var.scss index 5fa93ca..f1b82aa 100644 --- a/src/scss/hue/_hue.gl-rgb-var.scss +++ b/src/scss/hue/_hue.gl-rgb-var.scss @@ -15,7 +15,7 @@ // ============================================================================ // // hue.gl -// 0.0.8 +// 0.0.9 // // ============================================================================