@becollective/utils 2.0.11 → 2.0.12

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.
@@ -1,4 +1,36 @@
1
- declare const _default: {
1
+ export declare const watusi: {
2
+ backgroundColour: string;
3
+ textColour: string;
4
+ };
5
+ export declare const hawkesBlue: {
6
+ backgroundColour: string;
7
+ textColour: string;
8
+ };
9
+ export declare const botticelli: {
10
+ backgroundColour: string;
11
+ textColour: string;
12
+ };
13
+ export declare const surfCrest: {
14
+ backgroundColour: string;
15
+ textColour: string;
16
+ };
17
+ export declare const quarterSpanishWhite: {
18
+ backgroundColour: string;
19
+ textColour: string;
20
+ };
21
+ export declare const buttermilk: {
22
+ backgroundColour: string;
23
+ textColour: string;
24
+ };
25
+ export declare const fog: {
26
+ backgroundColour: string;
27
+ textColour: string;
28
+ };
29
+ export declare const mabel: {
30
+ backgroundColour: string;
31
+ textColour: string;
32
+ };
33
+ declare const avatarColurs: {
2
34
  watusi: {
3
35
  backgroundColour: string;
4
36
  textColour: string;
@@ -32,4 +64,4 @@ declare const _default: {
32
64
  textColour: string;
33
65
  };
34
66
  };
35
- export default _default;
67
+ export default avatarColurs;
@@ -1,36 +1,46 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = {
4
- watusi: {
5
- backgroundColour: '#f5d0b9',
6
- textColour: '#845235',
7
- },
8
- hawkesBlue: {
9
- backgroundColour: '#f6dae4',
10
- textColour: '#8b4960',
11
- },
12
- botticelli: {
13
- backgroundColour: '#cedde9',
14
- textColour: '#46637d',
15
- },
16
- surfCrest: {
17
- backgroundColour: '#c8d8c2',
18
- textColour: '#49623f',
19
- },
20
- quarterSpanishWhite: {
21
- backgroundColour: '#e9e0d2',
22
- textColour: '#7a6114',
23
- },
24
- buttermilk: {
25
- backgroundColour: '#f1e0ab',
26
- textColour: '#635429',
27
- },
28
- fog: {
29
- backgroundColour: '#e0d8ee',
30
- textColour: '#625082',
31
- },
32
- mabel: {
33
- backgroundColour: '#c1e6e5',
34
- textColour: '#426968',
35
- },
3
+ exports.mabel = exports.fog = exports.buttermilk = exports.quarterSpanishWhite = exports.surfCrest = exports.botticelli = exports.hawkesBlue = exports.watusi = void 0;
4
+ exports.watusi = {
5
+ backgroundColour: '#f5d0b9',
6
+ textColour: '#845235',
36
7
  };
8
+ exports.hawkesBlue = {
9
+ backgroundColour: '#f6dae4',
10
+ textColour: '#8b4960',
11
+ };
12
+ exports.botticelli = {
13
+ backgroundColour: '#cedde9',
14
+ textColour: '#46637d',
15
+ };
16
+ exports.surfCrest = {
17
+ backgroundColour: '#c8d8c2',
18
+ textColour: '#49623f',
19
+ };
20
+ exports.quarterSpanishWhite = {
21
+ backgroundColour: '#e9e0d2',
22
+ textColour: '#7a6114',
23
+ };
24
+ exports.buttermilk = {
25
+ backgroundColour: '#f1e0ab',
26
+ textColour: '#635429',
27
+ };
28
+ exports.fog = {
29
+ backgroundColour: '#e0d8ee',
30
+ textColour: '#625082',
31
+ };
32
+ exports.mabel = {
33
+ backgroundColour: '#c1e6e5',
34
+ textColour: '#426968',
35
+ };
36
+ const avatarColurs = {
37
+ watusi: exports.watusi,
38
+ hawkesBlue: exports.hawkesBlue,
39
+ botticelli: exports.botticelli,
40
+ surfCrest: exports.surfCrest,
41
+ quarterSpanishWhite: exports.quarterSpanishWhite,
42
+ buttermilk: exports.buttermilk,
43
+ fog: exports.fog,
44
+ mabel: exports.mabel,
45
+ };
46
+ exports.default = avatarColurs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@becollective/utils",
3
- "version": "2.0.11",
3
+ "version": "2.0.12",
4
4
  "description": "Common utilities",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -1,34 +1,52 @@
1
- export default {
2
- watusi: {
3
- backgroundColour: '#f5d0b9',
4
- textColour: '#845235',
5
- },
6
- hawkesBlue: {
7
- backgroundColour: '#f6dae4',
8
- textColour: '#8b4960',
9
- },
10
- botticelli: {
11
- backgroundColour: '#cedde9',
12
- textColour: '#46637d',
13
- },
14
- surfCrest: {
15
- backgroundColour: '#c8d8c2',
16
- textColour: '#49623f',
17
- },
18
- quarterSpanishWhite: {
19
- backgroundColour: '#e9e0d2',
20
- textColour: '#7a6114',
21
- },
22
- buttermilk: {
23
- backgroundColour: '#f1e0ab',
24
- textColour: '#635429',
25
- },
26
- fog: {
27
- backgroundColour: '#e0d8ee',
28
- textColour: '#625082',
29
- },
30
- mabel: {
31
- backgroundColour: '#c1e6e5',
32
- textColour: '#426968',
33
- },
1
+ export const watusi = {
2
+ backgroundColour: '#f5d0b9',
3
+ textColour: '#845235',
34
4
  };
5
+
6
+ export const hawkesBlue = {
7
+ backgroundColour: '#f6dae4',
8
+ textColour: '#8b4960',
9
+ };
10
+
11
+ export const botticelli = {
12
+ backgroundColour: '#cedde9',
13
+ textColour: '#46637d',
14
+ };
15
+
16
+ export const surfCrest = {
17
+ backgroundColour: '#c8d8c2',
18
+ textColour: '#49623f',
19
+ };
20
+
21
+ export const quarterSpanishWhite = {
22
+ backgroundColour: '#e9e0d2',
23
+ textColour: '#7a6114',
24
+ };
25
+
26
+ export const buttermilk = {
27
+ backgroundColour: '#f1e0ab',
28
+ textColour: '#635429',
29
+ };
30
+
31
+ export const fog = {
32
+ backgroundColour: '#e0d8ee',
33
+ textColour: '#625082',
34
+ };
35
+
36
+ export const mabel = {
37
+ backgroundColour: '#c1e6e5',
38
+ textColour: '#426968',
39
+ };
40
+
41
+ const avatarColurs = {
42
+ watusi,
43
+ hawkesBlue,
44
+ botticelli,
45
+ surfCrest,
46
+ quarterSpanishWhite,
47
+ buttermilk,
48
+ fog,
49
+ mabel,
50
+ };
51
+
52
+ export default avatarColurs;