@utilitywarehouse/hearth-react-native 0.4.0 → 0.4.1
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.
- package/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-lint.log +1 -1
- package/CHANGELOG.md +6 -0
- package/build/core/themes.d.ts +482 -0
- package/build/core/themes.js +31 -0
- package/build/legacyTokens/common/brand.d.ts +16 -0
- package/build/legacyTokens/common/brand.js +17 -0
- package/build/legacyTokens/common/index.d.ts +8 -0
- package/build/legacyTokens/common/index.js +9 -0
- package/build/legacyTokens/common/service.d.ts +20 -0
- package/build/legacyTokens/common/service.js +21 -0
- package/build/legacyTokens/dark/apple.d.ts +28 -0
- package/build/legacyTokens/dark/apple.js +29 -0
- package/build/legacyTokens/dark/cyan.d.ts +48 -0
- package/build/legacyTokens/dark/cyan.js +49 -0
- package/build/legacyTokens/dark/gold.d.ts +44 -0
- package/build/legacyTokens/dark/gold.js +45 -0
- package/build/legacyTokens/dark/grape.d.ts +28 -0
- package/build/legacyTokens/dark/grape.js +29 -0
- package/build/legacyTokens/dark/green.d.ts +40 -0
- package/build/legacyTokens/dark/green.js +41 -0
- package/build/legacyTokens/dark/grey.d.ts +60 -0
- package/build/legacyTokens/dark/grey.js +61 -0
- package/build/legacyTokens/dark/index.d.ts +40 -0
- package/build/legacyTokens/dark/index.js +41 -0
- package/build/legacyTokens/dark/pink.d.ts +28 -0
- package/build/legacyTokens/dark/pink.js +29 -0
- package/build/legacyTokens/dark/purple.d.ts +48 -0
- package/build/legacyTokens/dark/purple.js +49 -0
- package/build/legacyTokens/dark/red.d.ts +40 -0
- package/build/legacyTokens/dark/red.js +41 -0
- package/build/legacyTokens/dark/rose.d.ts +28 -0
- package/build/legacyTokens/dark/rose.js +29 -0
- package/build/legacyTokens/index.d.ts +12 -0
- package/build/legacyTokens/index.js +13 -0
- package/build/legacyTokens/light/apple.d.ts +28 -0
- package/build/legacyTokens/light/apple.js +29 -0
- package/build/legacyTokens/light/cyan.d.ts +48 -0
- package/build/legacyTokens/light/cyan.js +49 -0
- package/build/legacyTokens/light/gold.d.ts +44 -0
- package/build/legacyTokens/light/gold.js +45 -0
- package/build/legacyTokens/light/grape.d.ts +28 -0
- package/build/legacyTokens/light/grape.js +29 -0
- package/build/legacyTokens/light/green.d.ts +40 -0
- package/build/legacyTokens/light/green.js +41 -0
- package/build/legacyTokens/light/grey.d.ts +60 -0
- package/build/legacyTokens/light/grey.js +61 -0
- package/build/legacyTokens/light/index.d.ts +40 -0
- package/build/legacyTokens/light/index.js +41 -0
- package/build/legacyTokens/light/pink.d.ts +28 -0
- package/build/legacyTokens/light/pink.js +29 -0
- package/build/legacyTokens/light/purple.d.ts +48 -0
- package/build/legacyTokens/light/purple.js +49 -0
- package/build/legacyTokens/light/red.d.ts +40 -0
- package/build/legacyTokens/light/red.js +41 -0
- package/build/legacyTokens/light/rose.d.ts +32 -0
- package/build/legacyTokens/light/rose.js +33 -0
- package/package.json +2 -2
- package/src/core/themes.ts +31 -0
- package/src/legacyTokens/common/brand.ts +18 -0
- package/src/legacyTokens/common/index.ts +10 -0
- package/src/legacyTokens/common/service.ts +22 -0
- package/src/legacyTokens/dark/apple.ts +30 -0
- package/src/legacyTokens/dark/cyan.ts +50 -0
- package/src/legacyTokens/dark/gold.ts +46 -0
- package/src/legacyTokens/dark/grape.ts +30 -0
- package/src/legacyTokens/dark/green.ts +42 -0
- package/src/legacyTokens/dark/grey.ts +62 -0
- package/src/legacyTokens/dark/index.ts +42 -0
- package/src/legacyTokens/dark/pink.ts +30 -0
- package/src/legacyTokens/dark/purple.ts +50 -0
- package/src/legacyTokens/dark/red.ts +42 -0
- package/src/legacyTokens/dark/rose.ts +30 -0
- package/src/legacyTokens/index.ts +14 -0
- package/src/legacyTokens/light/apple.ts +30 -0
- package/src/legacyTokens/light/cyan.ts +50 -0
- package/src/legacyTokens/light/gold.ts +46 -0
- package/src/legacyTokens/light/grape.ts +30 -0
- package/src/legacyTokens/light/green.ts +42 -0
- package/src/legacyTokens/light/grey.ts +62 -0
- package/src/legacyTokens/light/index.ts +42 -0
- package/src/legacyTokens/light/pink.ts +30 -0
- package/src/legacyTokens/light/purple.ts +50 -0
- package/src/legacyTokens/light/red.ts +42 -0
- package/src/legacyTokens/light/rose.ts +34 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const serviceGas = '#75A7FD';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const serviceElectricity = '#62DD99';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const serviceInsurance = '#F25192';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const serviceMobile = '#FFD76F';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const serviceLandline = '#A66DE8';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const apple100 = '#03361b';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const apple200 = '#087a3c';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const apple300 = '#10b259';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const apple600 = '#62dd99';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const apple700 = '#96e6b7';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export const apple800 = '#c1f0d3';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export const apple950 = '#e5f9ed';
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const cyan50 = '#010a19';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const cyan75 = '#001333';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const cyan100 = '#011537';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const cyan200 = '#00225c';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const cyan300 = '#002d80';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export const cyan400 = '#013992';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export const cyan500 = '#0658e5';
|
|
31
|
+
/**
|
|
32
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
33
|
+
*/
|
|
34
|
+
export const cyan600 = '#5692fb';
|
|
35
|
+
/**
|
|
36
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
37
|
+
*/
|
|
38
|
+
export const cyan700 = '#75a7fd';
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
41
|
+
*/
|
|
42
|
+
export const cyan800 = '#a6c8fc';
|
|
43
|
+
/**
|
|
44
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
45
|
+
*/
|
|
46
|
+
export const cyan900 = '#dbeaff';
|
|
47
|
+
/**
|
|
48
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
49
|
+
*/
|
|
50
|
+
export const cyan1000 = '#ecf4fe';
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const gold50 = '#2e1103';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const gold75 = '#411907';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const gold100 = '#52210c';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const gold200 = '#743711';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const gold300 = '#925317';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export const gold400 = '#cd7d04';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export const gold500 = '#f7b51d';
|
|
31
|
+
/**
|
|
32
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
33
|
+
*/
|
|
34
|
+
export const gold600 = '#fbc64b';
|
|
35
|
+
/**
|
|
36
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
37
|
+
*/
|
|
38
|
+
export const gold700 = '#ffd76f';
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
41
|
+
*/
|
|
42
|
+
export const gold800 = '#ffe6a8';
|
|
43
|
+
/**
|
|
44
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
45
|
+
*/
|
|
46
|
+
export const gold900 = '#fff6e0';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const grape100 = '#240444';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const grape200 = '#2d025e';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const grape500 = '#7b39c6';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const grape600 = '#a66de8';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const grape700 = '#bc92ed';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export const grape800 = '#d4baf3';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export const grape950 = '#f1e6fb';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const green50 = '#133922';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const green100 = '#164429';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const green200 = '#1b5533';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const green300 = '#21693f';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const green400 = '#34a868';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export const green500 = '#55ce8b';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export const green600 = '#76d5a1';
|
|
31
|
+
/**
|
|
32
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
33
|
+
*/
|
|
34
|
+
export const green700 = '#90dab2';
|
|
35
|
+
/**
|
|
36
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
37
|
+
*/
|
|
38
|
+
export const green800 = '#bae8cf';
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
41
|
+
*/
|
|
42
|
+
export const green900 = '#e3faeb';
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const grey25 = '#050505';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const grey50 = '#0b0b0b';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const grey75 = '#121212';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const grey100 = '#1d1d1d';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const grey150 = '#242424';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export const grey175 = '#2c2c2c';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export const grey200 = '#323232';
|
|
31
|
+
/**
|
|
32
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
33
|
+
*/
|
|
34
|
+
export const grey300 = '#414141';
|
|
35
|
+
/**
|
|
36
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
37
|
+
*/
|
|
38
|
+
export const grey400 = '#585858';
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
41
|
+
*/
|
|
42
|
+
export const grey500 = '#707070';
|
|
43
|
+
/**
|
|
44
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
45
|
+
*/
|
|
46
|
+
export const grey600 = '#b8b8b8';
|
|
47
|
+
/**
|
|
48
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
49
|
+
*/
|
|
50
|
+
export const grey700 = '#c1c1c1';
|
|
51
|
+
/**
|
|
52
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
53
|
+
*/
|
|
54
|
+
export const grey800 = '#e3e3e3';
|
|
55
|
+
/**
|
|
56
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
57
|
+
*/
|
|
58
|
+
export const grey900 = '#f0f0f0';
|
|
59
|
+
/**
|
|
60
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
61
|
+
*/
|
|
62
|
+
export const grey1000 = '#fafafa';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export * from './gold';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export * from './pink';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export * from './grey';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export * from './cyan';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export * from './red';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export * from './green';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export * from './apple';
|
|
31
|
+
/**
|
|
32
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
33
|
+
*/
|
|
34
|
+
export * from './grape';
|
|
35
|
+
/**
|
|
36
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
37
|
+
*/
|
|
38
|
+
export * from './rose';
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
41
|
+
*/
|
|
42
|
+
export * from './purple';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const pink50 = '#2c0a2e';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const pink100 = '#48104b';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const pink300 = '#8f248f';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const pink500 = '#c933d1';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const pink700 = '#f495f9';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export const pink900 = '#fccff9';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export const pink950 = '#fde6fb';
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const purple50 = '#2f0052';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const purple75 = '#35005c';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const purple100 = '#48007a';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const purple200 = '#550091';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const purple300 = '#7415c1';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export const purple400 = '#8f23e7';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export const purple500 = '#9d38f0';
|
|
31
|
+
/**
|
|
32
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
33
|
+
*/
|
|
34
|
+
export const purple600 = '#b46ef7';
|
|
35
|
+
/**
|
|
36
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
37
|
+
*/
|
|
38
|
+
export const purple700 = '#c08dfc';
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
41
|
+
*/
|
|
42
|
+
export const purple800 = '#cfadff';
|
|
43
|
+
/**
|
|
44
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
45
|
+
*/
|
|
46
|
+
export const purple900 = '#e5d7fe';
|
|
47
|
+
/**
|
|
48
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
49
|
+
*/
|
|
50
|
+
export const purple1000 = '#f1ebfe';
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const red50 = '#3b1216';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const red100 = '#581a20';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const red200 = '#721d25';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const red300 = '#891e27';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const red400 = '#bd1f2c';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export const red500 = '#f24550';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export const red600 = '#f2636a';
|
|
31
|
+
/**
|
|
32
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
33
|
+
*/
|
|
34
|
+
export const red700 = '#f58e92';
|
|
35
|
+
/**
|
|
36
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
37
|
+
*/
|
|
38
|
+
export const red800 = '#f9aeb3';
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
41
|
+
*/
|
|
42
|
+
export const red900 = '#ffebeb';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const rose100 = '#45081e';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const rose200 = '#710e32';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const rose500 = '#e34584';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const rose600 = '#f25192';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const rose700 = '#f586b1';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export const rose800 = '#f9b6d0';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export const rose950 = '#fde2ec';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export * as colors from './light';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export * as colorsDark from './dark';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export * as colorsCommon from './common';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const apple50 = '#e5f9ed';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const apple200 = '#c1f0d3';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const apple300 = '#96e6b7';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const apple400 = '#62dd99';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const apple700 = '#10b259';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export const apple800 = '#087a3c';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export const apple900 = '#03361b';
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const cyan50 = '#ecf4fe';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const cyan75 = '#e5f1ff';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const cyan100 = '#cce0ff';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const cyan200 = '#a6c8fc';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const cyan300 = '#8fbaff';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export const cyan400 = '#75a7fd';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export const cyan500 = '#4789fa';
|
|
31
|
+
/**
|
|
32
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
33
|
+
*/
|
|
34
|
+
export const cyan600 = '#0550d1';
|
|
35
|
+
/**
|
|
36
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
37
|
+
*/
|
|
38
|
+
export const cyan700 = '#003a9e';
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
41
|
+
*/
|
|
42
|
+
export const cyan800 = '#002b75';
|
|
43
|
+
/**
|
|
44
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
45
|
+
*/
|
|
46
|
+
export const cyan900 = '#001e52';
|
|
47
|
+
/**
|
|
48
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
49
|
+
*/
|
|
50
|
+
export const cyan1000 = '#001333';
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const gold50 = '#fef9e6';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const gold75 = '#fef6dc';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const gold100 = '#fff1d1';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const gold200 = '#ffe6a8';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const gold300 = '#ffd76f';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export const gold400 = '#f7b51d';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export const gold500 = '#c77800';
|
|
31
|
+
/**
|
|
32
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
33
|
+
*/
|
|
34
|
+
export const gold600 = '#ac6406';
|
|
35
|
+
/**
|
|
36
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
37
|
+
*/
|
|
38
|
+
export const gold700 = '#894e16';
|
|
39
|
+
/**
|
|
40
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
41
|
+
*/
|
|
42
|
+
export const gold800 = '#6e3311';
|
|
43
|
+
/**
|
|
44
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
45
|
+
*/
|
|
46
|
+
export const gold900 = '#52210c';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// HEY, DON'T EDIT THIS FILE DIRECTLY, IT'S BEEN MAGICALLY GENERATED.
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
5
|
+
*/
|
|
6
|
+
export const grape50 = '#f1e6fb';
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
9
|
+
*/
|
|
10
|
+
export const grape100 = '#e4d3f8';
|
|
11
|
+
/**
|
|
12
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
13
|
+
*/
|
|
14
|
+
export const grape200 = '#d4baf3';
|
|
15
|
+
/**
|
|
16
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
17
|
+
*/
|
|
18
|
+
export const grape300 = '#bc92ed';
|
|
19
|
+
/**
|
|
20
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
21
|
+
*/
|
|
22
|
+
export const grape400 = '#a66de8';
|
|
23
|
+
/**
|
|
24
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
25
|
+
*/
|
|
26
|
+
export const grape500 = '#7b39c6';
|
|
27
|
+
/**
|
|
28
|
+
* @deprecated This will be removed in the next major version. This is kept for backward compatibility.
|
|
29
|
+
*/
|
|
30
|
+
export const grape800 = '#2c094e';
|