@oscarpalmer/atoms 0.41.0 → 0.41.2

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.
File without changes
package/package.json CHANGED
@@ -130,5 +130,5 @@
130
130
  },
131
131
  "type": "module",
132
132
  "types": "./types/index.d.ts",
133
- "version": "0.41.0"
133
+ "version": "0.41.2"
134
134
  }
package/src/js/colour.ts CHANGED
@@ -15,7 +15,7 @@ type Colour<Model> = {
15
15
  toString(): string;
16
16
  };
17
17
 
18
- type HexColour = {
18
+ export type HexColour = {
19
19
  /**
20
20
  * The current value of the colour
21
21
  */
package/types/colour.d.ts CHANGED
@@ -12,7 +12,7 @@ type Colour<Model> = {
12
12
  */
13
13
  toString(): string;
14
14
  };
15
- type HexColour = {
15
+ export type HexColour = {
16
16
  /**
17
17
  * The current value of the colour
18
18
  */