hue.gl 0.0.21 → 0.0.22

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.
@@ -14,7 +14,7 @@ exports.hue_hcl = void 0;
14
14
  // ============================================================================
15
15
  //
16
16
  // hue.gl
17
- // 0.0.21
17
+ // 0.0.22
18
18
  //
19
19
  // ============================================================================
20
20
  // General
@@ -14,7 +14,7 @@ exports.hue_hex = void 0;
14
14
  // ============================================================================
15
15
  //
16
16
  // hue.gl
17
- // 0.0.21
17
+ // 0.0.22
18
18
  //
19
19
  // ============================================================================
20
20
  // General
@@ -14,7 +14,7 @@ exports.hue_rgb = void 0;
14
14
  // ============================================================================
15
15
  //
16
16
  // hue.gl
17
- // 0.0.21
17
+ // 0.0.22
18
18
  //
19
19
  // ============================================================================
20
20
  // General
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hue.gl",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
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.21
18
+ # 0.0.22
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.21 - https://www.hue.gl/ -->
3
+ <!-- hue.gl, version: 0.0.22 - https://www.hue.gl/ -->
4
4
  <palette name="Open Color"
5
5
  orientation="square"
6
6
  hwidth="241" hheight= "85"
@@ -24,6 +24,8 @@
24
24
 
25
25
  @use "sass:math";
26
26
 
27
+ @use "../variables" as *;
28
+ @use "../maps" as *;
27
29
 
28
30
  // ============================================================================
29
31
  // Functions
@@ -24,6 +24,8 @@
24
24
 
25
25
  @use "sass:math";
26
26
 
27
+ @use "../variables" as *;
28
+ @use "../maps" as *;
27
29
 
28
30
  // ============================================================================
29
31
  // Functions
@@ -24,6 +24,8 @@
24
24
 
25
25
  @use "sass:math";
26
26
 
27
+ @use "../variables" as *;
28
+ @use "../maps" as *;
27
29
 
28
30
  // ============================================================================
29
31
  // Functions
@@ -24,6 +24,8 @@
24
24
 
25
25
  @use "sass:math";
26
26
 
27
+ @use "../variables" as *;
28
+ @use "../maps" as *;
27
29
 
28
30
  // ============================================================================
29
31
  // Functions
@@ -24,6 +24,8 @@
24
24
 
25
25
  @use "sass:math";
26
26
 
27
+ @use "../variables" as *;
28
+ @use "../maps" as *;
27
29
 
28
30
  // ============================================================================
29
31
  // Functions
@@ -24,6 +24,8 @@
24
24
 
25
25
  @use "sass:math";
26
26
 
27
+ @use "../variables" as *;
28
+ @use "../maps" as *;
27
29
 
28
30
  // ============================================================================
29
31
  // Functions
@@ -24,6 +24,8 @@
24
24
 
25
25
  @use "sass:math";
26
26
 
27
+ @use "../variables" as *;
28
+ @use "../maps" as *;
27
29
 
28
30
  // ============================================================================
29
31
  // Functions
@@ -24,6 +24,8 @@
24
24
 
25
25
  @use "sass:math";
26
26
 
27
+ @use "../variables" as *;
28
+ @use "../maps" as *;
27
29
 
28
30
  // ============================================================================
29
31
  // Functions
@@ -15,7 +15,7 @@
15
15
  // ============================================================================
16
16
  //
17
17
  // hue.gl
18
- // 0.0.21
18
+ // 0.0.22
19
19
  //
20
20
  // ============================================================================
21
21
 
@@ -15,7 +15,7 @@
15
15
  // ============================================================================
16
16
  //
17
17
  // hue.gl
18
- // 0.0.21
18
+ // 0.0.22
19
19
  //
20
20
  // ============================================================================
21
21
 
@@ -15,7 +15,7 @@
15
15
  // ============================================================================
16
16
  //
17
17
  // hue.gl
18
- // 0.0.21
18
+ // 0.0.22
19
19
  //
20
20
  // ============================================================================
21
21
 
@@ -15,7 +15,7 @@
15
15
  // ============================================================================
16
16
  //
17
17
  // hue.gl
18
- // 0.0.21
18
+ // 0.0.22
19
19
  //
20
20
  // ============================================================================
21
21
 
@@ -15,7 +15,7 @@
15
15
  // ============================================================================
16
16
  //
17
17
  // hue.gl
18
- // 0.0.21
18
+ // 0.0.22
19
19
  //
20
20
  // ============================================================================
21
21
 
@@ -15,7 +15,7 @@
15
15
  // ============================================================================
16
16
  //
17
17
  // hue.gl
18
- // 0.0.21
18
+ // 0.0.22
19
19
  //
20
20
  // ============================================================================
21
21
 
@@ -23,6 +23,8 @@
23
23
  // ============================================================================
24
24
 
25
25
  @use "../functions" as *;
26
+ @use "../variables" as *;
27
+ @use "../maps" as *;
26
28
 
27
29
 
28
30
  // ============================================================================
@@ -23,6 +23,8 @@
23
23
  // ============================================================================
24
24
 
25
25
  @use "../functions" as *;
26
+ @use "../variables" as *;
27
+ @use "../maps" as *;
26
28
 
27
29
 
28
30
  // ============================================================================
@@ -7,6 +7,14 @@
7
7
  /// They make it easy to maintain consistency and make changes later if needed.
8
8
  /// ---------------------------------------------------------------------------
9
9
 
10
+ // ============================================================================
11
+ // Use
12
+ // ============================================================================
13
+
14
+ @use "../functions" as *;
15
+ @use "../variables" as *;
16
+ @use "../maps" as *;
17
+
10
18
 
11
19
  ///
12
20
  /// Applies the designated text color from the color map.
@@ -0,0 +1,7 @@
1
+ // ============================================================================
2
+ // Use
3
+ // ============================================================================
4
+
5
+ @use "../functions" as *;
6
+ @use "../variables" as *;
7
+ @use "../maps" as *;
package/styl/hue.gl.styl CHANGED
@@ -15,7 +15,7 @@
15
15
  // ============================================================================
16
16
  //
17
17
  // hue.gl
18
- // 0.0.21
18
+ // 0.0.22
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.21
18
+ % 0.0.22
19
19
  %
20
20
  % =============================================================================
21
21
 
@@ -15,7 +15,7 @@
15
15
  // ============================================================================
16
16
  //
17
17
  // hue.gl
18
- // 0.0.21
18
+ // 0.0.22
19
19
  //
20
20
  // ============================================================================
21
21
 
@@ -15,7 +15,7 @@
15
15
  // ============================================================================
16
16
  //
17
17
  // hue.gl
18
- // 0.0.21
18
+ // 0.0.22
19
19
  //
20
20
  // ============================================================================
21
21
 
@@ -15,7 +15,7 @@
15
15
  // ============================================================================
16
16
  //
17
17
  // hue.gl
18
- // 0.0.21
18
+ // 0.0.22
19
19
  //
20
20
  // ============================================================================
21
21