Skip to content

Commit

Permalink
v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 10, 2024
1 parent 95bf8d1 commit 8f230ed
Show file tree
Hide file tree
Showing 23 changed files with 93 additions and 114 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.8
0.0.9
9 changes: 1 addition & 8 deletions dist/css/hue.gl.css

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

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.8",
"version": "0.0.9",
"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.8
# 0.0.9
#
# =============================================================================

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.8 - https://www.hue.gl/ -->
<!-- hue.gl, version: 0.0.9 - https://www.hue.gl/ -->
<palette name="Open Color"
orientation="square"
hwidth="241" hheight= "85"
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.8
// 0.0.9
//
// ============================================================================

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.8
// 0.0.9
//
// ============================================================================

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.8
// 0.0.9
//
// ============================================================================

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.8
// 0.0.9
//
// ============================================================================

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.8
// 0.0.9
//
// ============================================================================

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.8
// 0.0.9
//
// ============================================================================

Expand Down
10 changes: 1 addition & 9 deletions dist/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @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/
Expand All @@ -28,14 +28,6 @@

@use "sass:math";

/**
TABLE OF CONTENTS
===============================================================================
1.
2.
3.
*/


@import "hue/_hue.gl-hex-map.scss";
@import "hue/_hue.gl-hex-var.scss";
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.8
// 0.0.9
//
// ============================================================================

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.8
% 0.0.9
%
% =============================================================================

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

Expand Down
91 changes: 45 additions & 46 deletions package-lock.json

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

Loading

0 comments on commit 8f230ed

Please sign in to comment.