hue.gl 0.0.32 → 0.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  // ============================================================================
3
3
  //
4
4
  // hue.gl
5
- // 0.0.32
5
+ // 0.0.34
6
6
  //
7
7
  // ============================================================================
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -2,7 +2,7 @@
2
2
  // ============================================================================
3
3
  //
4
4
  // hue.gl
5
- // 0.0.32
5
+ // 0.0.34
6
6
  //
7
7
  // ============================================================================
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -2,7 +2,7 @@
2
2
  // ============================================================================
3
3
  //
4
4
  // hue.gl
5
- // 0.0.32
5
+ // 0.0.34
6
6
  //
7
7
  // ============================================================================
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hue.gl",
3
- "version": "0.0.32",
3
+ "version": "0.0.34",
4
4
  "description": "hue.gl is a colour palette developed by Scape Agency.",
5
5
  "keywords": [
6
6
  "hue.gl",
package/py/hue.gl.py CHANGED
@@ -15,7 +15,7 @@
15
15
  # =============================================================================
16
16
  #
17
17
  # hue.gl
18
- # 0.0.32
18
+ # 0.0.34
19
19
  #
20
20
  # =============================================================================
21
21
 
package/rcpx/hue.gl.rcpx CHANGED
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <!DOCTYPE palette PUBLIC "-//Kreative//DTD ResplendentColor 1.0//EN" "http://www.kreativekorp.com/dtd/rcpx.dtd">
3
- <!-- hue.gl, version: 0.0.32 - https://www.hue.gl/ -->
3
+ <!-- hue.gl, version: 0.0.34 - https://www.hue.gl/ -->
4
4
  <palette name="Open Color"
5
5
  orientation="square"
6
6
  hwidth="241" hheight= "85"
@@ -23,6 +23,7 @@
23
23
  // ============================================================================
24
24
 
25
25
  @use "sass:math";
26
+ @use "sass:map";
26
27
 
27
28
  @use "../variables" as *;
28
29
  @use "../maps" as *;
@@ -56,7 +57,7 @@
56
57
  @function hue_color(
57
58
  $color_name
58
59
  ) {
59
- @if map-has-key($hue, $color_name) {
60
+ @if map.has-key($hue, $color_name) {
60
61
  @return map-get($hue, $color_name);
61
62
  } @else {
62
63
  @warn "Unknown `#{$color_name}` in `$hue`.";
@@ -1,7 +1,7 @@
1
1
  // ============================================================================
2
2
  //
3
3
  // hue.gl
4
- // 0.0.32
4
+ // 0.0.34
5
5
  //
6
6
  // ============================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  // ============================================================================
2
2
  //
3
3
  // hue.gl
4
- // 0.0.32
4
+ // 0.0.34
5
5
  //
6
6
  // ============================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  // ============================================================================
2
2
  //
3
3
  // hue.gl
4
- // 0.0.32
4
+ // 0.0.34
5
5
  //
6
6
  // ============================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  // ============================================================================
2
2
  //
3
3
  // hue.gl
4
- // 0.0.32
4
+ // 0.0.34
5
5
  //
6
6
  // ============================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  // ============================================================================
2
2
  //
3
3
  // hue.gl
4
- // 0.0.32
4
+ // 0.0.34
5
5
  //
6
6
  // ============================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  // ============================================================================
2
2
  //
3
3
  // hue.gl
4
- // 0.0.32
4
+ // 0.0.34
5
5
  //
6
6
  // ============================================================================
7
7
 
package/styl/hue.gl.styl CHANGED
@@ -15,7 +15,7 @@
15
15
  // ============================================================================
16
16
  //
17
17
  // hue.gl
18
- // 0.0.32
18
+ // 0.0.34
19
19
  //
20
20
  // ============================================================================
21
21
 
package/tex/hue.gl.tex CHANGED
@@ -15,7 +15,7 @@
15
15
  % =============================================================================
16
16
  %
17
17
  % hue.gl
18
- % 0.0.32
18
+ % 0.0.34
19
19
  %
20
20
  % =============================================================================
21
21
 
@@ -1,7 +1,7 @@
1
1
  // ============================================================================
2
2
  //
3
3
  // hue.gl
4
- // 0.0.32
4
+ // 0.0.34
5
5
  //
6
6
  // ============================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  // ============================================================================
2
2
  //
3
3
  // hue.gl
4
- // 0.0.32
4
+ // 0.0.34
5
5
  //
6
6
  // ============================================================================
7
7
 
@@ -1,7 +1,7 @@
1
1
  // ============================================================================
2
2
  //
3
3
  // hue.gl
4
- // 0.0.32
4
+ // 0.0.34
5
5
  //
6
6
  // ============================================================================
7
7