Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Sep 8, 2024
1 parent dfb4e67 commit 95a341f
Show file tree
Hide file tree
Showing 33 changed files with 46 additions and 36 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.22
0.0.23
10 changes: 6 additions & 4 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<h1 align="center" style='border-bottom: none;'>hue.gl</h1>
<h3 align="center">Perceptual Colour System</h3>


<br/>

<div align="center">
Expand All @@ -30,9 +29,6 @@

---

<br/>


<br clear="both"/>

**`hue.gl` is a Perceptual Colour System designed for the modern age. At its core, `hue.gl` transcends traditional color systems by focusing on how we perceive colors, ensuring that every hue, shade, and tone is as visually intuitive as it is scientifically precise.**
Expand Down Expand Up @@ -137,3 +133,9 @@ Also see [LICENSE](/~https://github.com/stylescape/community/blob/master/src/LICEN
#### Disclaimer

**THIS SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**

---

<p align="center">
<b>Made with ❤️ by <a href="https://www.scape.agency" target="_blank">Scape Agency</a></b>
</p>
2 changes: 1 addition & 1 deletion dist/js/constants/hue_hcl.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports.hue_hcl = void 0;
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================
// General
Expand Down
2 changes: 1 addition & 1 deletion dist/js/constants/hue_hex.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports.hue_hex = void 0;
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================
// General
Expand Down
2 changes: 1 addition & 1 deletion dist/js/constants/hue_rgb.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exports.hue_rgb = void 0;
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================
// General
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hue.gl",
"version": "0.0.22",
"version": "0.0.23",
"description": "hue.gl is a colour palette developed by Scape Agency.",
"keywords": [
"hue.gl",
Expand Down
2 changes: 1 addition & 1 deletion dist/py/hue.gl.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# =============================================================================
#
# hue.gl
# 0.0.22
# 0.0.23
#
# =============================================================================

Expand Down
2 changes: 1 addition & 1 deletion dist/rcpx/hue.gl.rcpx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE palette PUBLIC "-//Kreative//DTD ResplendentColor 1.0//EN" "http://www.kreativekorp.com/dtd/rcpx.dtd">
<!-- hue.gl, version: 0.0.22 - https://www.hue.gl/ -->
<!-- hue.gl, version: 0.0.23 - https://www.hue.gl/ -->
<palette name="Open Color"
orientation="square"
hwidth="241" hheight= "85"
Expand Down
4 changes: 4 additions & 0 deletions dist/scss/functions/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
@use "../variables" as *;
@use "../maps" as *;

@use "../hue/hue.gl-hex-map" as *;
@use "../hue/hue.gl-hex-var" as *;


// ============================================================================
// Functions
// ============================================================================
Expand Down
2 changes: 1 addition & 1 deletion dist/scss/hue/_hue.gl-hcl-map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion dist/scss/hue/_hue.gl-hcl-var.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion dist/scss/hue/_hue.gl-hex-map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion dist/scss/hue/_hue.gl-hex-var.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion dist/scss/hue/_hue.gl-rgb-map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion dist/scss/hue/_hue.gl-rgb-var.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
4 changes: 2 additions & 2 deletions dist/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
@use "sass:math";


@forward "hue/_hue.gl-hex-map.scss";
@forward "hue/_hue.gl-hex-var.scss";
@forward "hue/hue.gl-hex-map";
@forward "hue/hue.gl-hex-var";



Expand Down
2 changes: 1 addition & 1 deletion dist/styl/hue.gl.styl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion dist/tex/hue.gl.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
% =============================================================================
%
% hue.gl
% 0.0.22
% 0.0.23
%
% =============================================================================

Expand Down
2 changes: 1 addition & 1 deletion dist/ts/constants/hue_hcl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion dist/ts/constants/hue_hex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion dist/ts/constants/hue_rgb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hue.gl",
"description": "hue.gl is a colour palette developed by Scape Agency.",
"version": "0.0.22",
"version": "0.0.23",
"config": {
"version_short": "0.0"
},
Expand Down
4 changes: 4 additions & 0 deletions src/scss/functions/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
@use "../variables" as *;
@use "../maps" as *;

@use "../hue/hue.gl-hex-map" as *;
@use "../hue/hue.gl-hex-var" as *;


// ============================================================================
// Functions
// ============================================================================
Expand Down
2 changes: 1 addition & 1 deletion src/scss/hue/_hue.gl-hcl-map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion src/scss/hue/_hue.gl-hcl-var.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion src/scss/hue/_hue.gl-hex-map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion src/scss/hue/_hue.gl-hex-var.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion src/scss/hue/_hue.gl-rgb-map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion src/scss/hue/_hue.gl-rgb-var.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
4 changes: 2 additions & 2 deletions src/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
@use "sass:math";


@forward "hue/_hue.gl-hex-map.scss";
@forward "hue/_hue.gl-hex-var.scss";
@forward "hue/hue.gl-hex-map";
@forward "hue/hue.gl-hex-var";



Expand Down
2 changes: 1 addition & 1 deletion src/ts/constants/hue_hcl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion src/ts/constants/hue_hex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down
2 changes: 1 addition & 1 deletion src/ts/constants/hue_rgb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// ============================================================================
//
// hue.gl
// 0.0.22
// 0.0.23
//
// ============================================================================

Expand Down

0 comments on commit 95a341f

Please sign in to comment.