react-native-varia 0.0.1 → 0.2.0

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.
Files changed (86) hide show
  1. package/bin/cli.js +35 -18
  2. package/lib/components/Badge.tsx +31 -32
  3. package/lib/components/Button.tsx +20 -20
  4. package/lib/components/Checkbox.tsx +95 -0
  5. package/lib/components/CircleProgress.tsx +56 -66
  6. package/lib/components/Field.tsx +137 -0
  7. package/lib/components/GradientBackground.tsx +17 -18
  8. package/lib/components/GradientText.tsx +25 -64
  9. package/lib/components/IconWrapper.tsx +32 -25
  10. package/lib/components/Input.tsx +66 -68
  11. package/lib/components/Link.tsx +14 -28
  12. package/lib/components/Modal.tsx +197 -97
  13. package/lib/components/NewSelect.tsx +202 -0
  14. package/lib/components/NumberInput.tsx +226 -0
  15. package/lib/components/RadioGroup.tsx +195 -0
  16. package/lib/components/ReText.tsx +53 -87
  17. package/lib/components/Select.tsx +272 -0
  18. package/lib/components/SelectOld.tsx +153 -0
  19. package/lib/components/Slider.tsx +32 -40
  20. package/lib/components/Slideshow.tsx +174 -261
  21. package/lib/components/SlidingDrawer.tsx +216 -265
  22. package/lib/components/Spinner.tsx +21 -12
  23. package/lib/components/Switch.tsx +133 -180
  24. package/lib/components/Switchold.tsx +174 -0
  25. package/lib/components/Text.tsx +36 -83
  26. package/lib/components/layoutTest.tsx +74 -0
  27. package/lib/patterns/index.tsx +143 -202
  28. package/lib/theme/Badge.recipe.tsx +44 -39
  29. package/lib/theme/Button.recipe.tsx +139 -48
  30. package/lib/theme/Checkbox.recipe.tsx +121 -0
  31. package/lib/theme/CircleProgress.recipe.tsx +16 -22
  32. package/lib/theme/Field.recipe.tsx +66 -0
  33. package/lib/theme/GradientBackground.recipe.tsx +7 -20
  34. package/lib/theme/GradientText.recipe.tsx +42 -28
  35. package/lib/theme/IconWrapper.recipe.tsx +10 -85
  36. package/lib/theme/Input.recipe.tsx +76 -83
  37. package/lib/theme/Link.recipe.tsx +16 -43
  38. package/lib/theme/Modal.recipe.tsx +59 -21
  39. package/lib/theme/NumberInput.recipe.tsx +191 -0
  40. package/lib/theme/RadioGroup.recipe.tsx +163 -0
  41. package/lib/theme/ReText.recipe.tsx +4 -7
  42. package/lib/theme/Select.recipe.tsx +121 -0
  43. package/lib/theme/Slider.recipe.tsx +97 -181
  44. package/lib/theme/Slideshow.recipe.tsx +24 -102
  45. package/lib/theme/SlidingDrawer.recipe.tsx +21 -59
  46. package/lib/theme/Spinner.recipe.tsx +28 -3
  47. package/lib/theme/Switch.recipe.tsx +75 -54
  48. package/lib/theme/Text.recipe.tsx +66 -8
  49. package/lib/theme/animations.tsx +13 -0
  50. package/lib/varia/colorPalettes/amber.ts +54 -0
  51. package/lib/varia/colorPalettes/blue.ts +54 -0
  52. package/lib/varia/colorPalettes/bronze.ts +54 -0
  53. package/lib/varia/colorPalettes/brown.ts +54 -0
  54. package/lib/varia/colorPalettes/crimson.ts +55 -0
  55. package/lib/varia/colorPalettes/cyan.ts +54 -0
  56. package/lib/varia/colorPalettes/gold.ts +54 -0
  57. package/lib/varia/colorPalettes/grass.ts +54 -0
  58. package/lib/varia/colorPalettes/green.ts +54 -0
  59. package/lib/varia/colorPalettes/indigo.ts +54 -0
  60. package/lib/varia/colorPalettes/iris.ts +54 -0
  61. package/lib/varia/colorPalettes/jade.ts +54 -0
  62. package/lib/varia/colorPalettes/lime.ts +55 -0
  63. package/lib/varia/colorPalettes/mauve.ts +54 -0
  64. package/lib/varia/colorPalettes/mint.ts +54 -0
  65. package/lib/varia/colorPalettes/neutral.ts +54 -0
  66. package/lib/varia/colorPalettes/olive.ts +54 -0
  67. package/lib/varia/colorPalettes/orange.ts +54 -0
  68. package/lib/varia/colorPalettes/pink.ts +54 -0
  69. package/lib/varia/colorPalettes/plum.ts +54 -0
  70. package/lib/varia/colorPalettes/purple.ts +56 -0
  71. package/lib/varia/colorPalettes/red.ts +55 -0
  72. package/lib/varia/colorPalettes/ruby.ts +56 -0
  73. package/lib/varia/colorPalettes/sage.ts +56 -0
  74. package/lib/varia/colorPalettes/sand.ts +56 -0
  75. package/lib/varia/colorPalettes/sky.ts +56 -0
  76. package/lib/varia/colorPalettes/slate.ts +56 -0
  77. package/lib/varia/colorPalettes/teal.ts +56 -0
  78. package/lib/varia/colorPalettes/tomato.ts +56 -0
  79. package/lib/varia/colorPalettes/violet.ts +56 -0
  80. package/lib/varia/colorPalettes/yellow.ts +56 -0
  81. package/lib/varia/defaultTheme.ts +174 -0
  82. package/lib/varia/mixins.ts +223 -0
  83. package/lib/varia/textStyles.ts +48 -0
  84. package/lib/varia/types.ts +277 -0
  85. package/lib/varia/utils.ts +283 -0
  86. package/package.json +1 -1
@@ -1,70 +1,91 @@
1
- import { StyleSheet } from 'react-native-unistyles'
1
+ import {StyleSheet} from 'react-native-unistyles'
2
+ import {PalettesWithNestedKeys} from '../style/varia/types'
2
3
 
3
- const SwitchTokens = {
4
- track: {
5
- variants: {
6
- size: {
7
- xs: {height: 30, width: 200},
8
- md: {height: 60, width: 250},
9
- lg: {height: 40, width: 60},
10
- },
11
- colorPalette: {
12
- primary: {
13
- enabled: {backgroundColor: 'background'},
14
- disabled: {backgroundColor: 'foreground'},
15
- borderColor: 'white',
16
- borderWidth: 1,
4
+ export const SwitchTokens = {
5
+ defaultProps: {
6
+ variant: 'solid',
7
+ size: 'md',
8
+ animation: 'defaultSpring',
9
+ },
10
+ variants: {
11
+ animation: {
12
+ defaultSpring: {
13
+ type: 'withSpring',
14
+ props: {
15
+ damping: 18,
16
+ stiffness: 180,
17
+ mass: 1,
18
+ overshootClamping: true,
17
19
  },
18
- secondary: {
19
- enabled: {backgroundColor: 'foreground'},
20
- disabled: {backgroundColor: 'background'},
21
- borderColor: 'white',
22
- borderWidth: 15,
20
+ },
21
+ defaultTiming: {
22
+ type: 'withTiming',
23
+ props: {
24
+ duration: 100,
23
25
  },
24
26
  },
25
27
  },
26
28
  },
27
- thumb: {
29
+ } as const
30
+
31
+ export const SwitchStyles = StyleSheet.create(theme => ({
32
+ container: (colorPalette: PalettesWithNestedKeys) => ({
33
+ borderRadius: theme.radii.full,
28
34
  variants: {
29
- size: {
30
- xs: {height: 20, width: 20},
31
- md: {height: 50, width: 50},
32
- lg: {height: 30, width: 30},
35
+ variant: {
36
+ solid: {},
33
37
  },
34
- colorPalette: {
35
- primary: {
36
- enabled: {backgroundColor: 'foreground'},
37
- disabled: {backgroundColor: 'background'},
38
+ size: {
39
+ sm: {
40
+ padding: theme.spacing['0.5'],
41
+ maxWidth: theme.sizes[10],
42
+ },
43
+ md: {
44
+ padding: theme.spacing['0.5'],
45
+ maxWidth: theme.sizes[16],
38
46
  },
39
- secondary: {
40
- enabled: {backgroundColor: 'background'},
41
- disabled: {backgroundColor: 'foreground'},
47
+ lg: {
48
+ padding: theme.spacing[1],
49
+ maxWidth: theme.sizes[20],
42
50
  },
43
51
  },
52
+ enabled: {
53
+ true: {},
54
+ false: {},
55
+ },
44
56
  },
45
- },
46
- }
47
-
48
- export {SwitchTokens};
49
- const SwitchStyles = StyleSheet.create(theme => ({
50
- track: {
57
+ compoundVariants: [
58
+ {
59
+ variant: 'solid',
60
+ enabled: true,
61
+ styles: {backgroundColor: theme.colors[colorPalette].default},
62
+ },
63
+ {
64
+ variant: 'solid',
65
+ enabled: false,
66
+ styles: {backgroundColor: theme.colors.bg.disabled},
67
+ },
68
+ ],
69
+ }),
70
+ thumb: (colorPalette: PalettesWithNestedKeys) => ({
71
+ backgroundColor: theme.colors.bg.default,
72
+ borderRadius: theme.radii.full,
51
73
  variants: {
74
+ variant: {
75
+ solid: {},
76
+ },
52
77
  size: {
53
- xs: {height: 30, width: '100%'},
54
- md: {height: 60, width: '100%'},
55
- lg: {height: 40, width: '100%'},
56
- }
78
+ sm: {height: theme.sizes[5], width: theme.sizes[5]},
79
+ md: {height: theme.sizes[6], width: theme.sizes[6]},
80
+ lg: {height: theme.sizes[8], width: theme.sizes[8]},
81
+ },
57
82
  },
58
- },
59
- thumb: {
60
- variants: {
61
- size: {
62
- xs: {height: 20, width: 20},
63
- md: {height: 50, width: 50},
64
- lg: {height: 30, width: 80},
65
- }
66
- }
67
- }
83
+ compoundVariants: [
84
+ {
85
+ variant: 'solid',
86
+ enabled: true,
87
+ styles: {},
88
+ },
89
+ ],
90
+ }),
68
91
  }))
69
-
70
- export {SwitchStyles};
@@ -1,10 +1,68 @@
1
1
  import {StyleSheet} from 'react-native-unistyles'
2
-
3
- const textStyles = StyleSheet.create(theme => ({
4
- text: {
5
- color: theme.colors.foreground,
6
- // fontSize: 100,
7
- },
2
+ import {PalettesWithNestedKeys} from '../style/varia/types'
3
+ import {textStyle} from '../style/varia/textStyles'
4
+ export const DefaultTextVariants = {
5
+ size: 'md',
6
+ } as const
7
+ export const TextStyles = StyleSheet.create(theme => ({
8
+ text: (colorPalette: PalettesWithNestedKeys) => ({
9
+ color: theme.colors.fg.default,
10
+ variants: {
11
+ variant: {
12
+ heading: {
13
+ color: theme.colors.fg.default,
14
+ fontWeight: theme.fontWeights.semibold,
15
+ },
16
+ default: {
17
+ color: theme.colors.fg.default,
18
+ fontWeight: theme.fontWeights.medium,
19
+ },
20
+ },
21
+ size: {
22
+ xs: {
23
+ ...textStyle.xs,
24
+ },
25
+ sm: {
26
+ ...textStyle.sm,
27
+ },
28
+ md: {
29
+ ...textStyle.md,
30
+ },
31
+ lg: {
32
+ ...textStyle.lg,
33
+ },
34
+ xl: {
35
+ ...textStyle.xl,
36
+ },
37
+ '2xl': {
38
+ ...textStyle['2xl'],
39
+ lineHeight: 32,
40
+ },
41
+ '3xl': {
42
+ ...textStyle['3xl'],
43
+ lineHeight: 38,
44
+ },
45
+ '4xl': {
46
+ ...textStyle['4xl'],
47
+ lineHeight: 44,
48
+ letterSpacing: -0.032,
49
+ },
50
+ '5xl': {
51
+ ...textStyle['5xl'],
52
+ lineHeight: 60,
53
+ letterSpacing: -0.032,
54
+ },
55
+ '6xl': {
56
+ ...textStyle['6xl'],
57
+ lineHeight: 72,
58
+ letterSpacing: -0.032,
59
+ },
60
+ '7xl': {
61
+ ...textStyle['7xl'],
62
+ lineHeight: 92,
63
+ letterSpacing: -0.032,
64
+ },
65
+ },
66
+ },
67
+ }),
8
68
  }))
9
-
10
- export default textStyles
@@ -0,0 +1,13 @@
1
+ import {Keyframe} from 'react-native-reanimated'
2
+
3
+ export const animations = {
4
+ enteringContent: new Keyframe({
5
+ 0: {opacity: 0, transform: [{scale: 0.85}]},
6
+ 20: {opacity: 0.5, transform: [{scale: 0.95}]},
7
+ 100: {opacity: 1, transform: [{scale: 1}]},
8
+ }).duration(100),
9
+ exitingContent: new Keyframe({
10
+ 0: {opacity: 1, transform: [{scale: 1}]},
11
+ 100: {opacity: 0, transform: [{scale: 0.8}]},
12
+ }).duration(100),
13
+ }
@@ -0,0 +1,54 @@
1
+ export const amber = {
2
+ light: {
3
+ '1': '#fefdfb',
4
+ '2': '#fefbe9',
5
+ '3': '#fff7c2',
6
+ '4': '#ffee9c',
7
+ '5': '#fbe577',
8
+ '6': '#f3d673',
9
+ '7': '#e9c162',
10
+ '8': '#e2a336',
11
+ '9': '#ffc53d',
12
+ '10': '#ffba18',
13
+ '11': '#ab6400',
14
+ '12': '#4f3422',
15
+ a1: '#c0800004',
16
+ a2: '#f4d10016',
17
+ a3: '#ffde003d',
18
+ a4: '#ffd40063',
19
+ a5: '#f8cf0088',
20
+ a6: '#eab5008c',
21
+ a7: '#dc9b009d',
22
+ a8: '#da8a00c9',
23
+ a9: '#ffb300c2',
24
+ a10: '#ffb300e7',
25
+ a11: '#ab6400',
26
+ a12: '#341500dd',
27
+ },
28
+ dark: {
29
+ '1': '#16120c',
30
+ '2': '#1d180f',
31
+ '3': '#302008',
32
+ '4': '#3f2700',
33
+ '5': '#4d3000',
34
+ '6': '#5c3d05',
35
+ '7': '#714f19',
36
+ '8': '#8f6424',
37
+ '9': '#ffc53d',
38
+ '10': '#ffd60a',
39
+ '11': '#ffca16',
40
+ '12': '#ffe7b3',
41
+ a1: '#e63c0006',
42
+ a2: '#fd9b000d',
43
+ a3: '#fa820022',
44
+ a4: '#fc820032',
45
+ a5: '#fd8b0041',
46
+ a6: '#fd9b0051',
47
+ a7: '#ffab2567',
48
+ a8: '#ffae3587',
49
+ a9: '#ffc53d',
50
+ a10: '#ffd60a',
51
+ a11: '#ffca16',
52
+ a12: '#ffe7b3',
53
+ },
54
+ }
@@ -0,0 +1,54 @@
1
+ export const blue = {
2
+ light: {
3
+ '1': '#fbfdff',
4
+ '2': '#f4faff',
5
+ '3': '#e6f4fe',
6
+ '4': '#d5efff',
7
+ '5': '#c2e5ff',
8
+ '6': '#acd8fc',
9
+ '7': '#8ec8f6',
10
+ '8': '#5eb1ef',
11
+ '9': '#0090ff',
12
+ '10': '#0588f0',
13
+ '11': '#0d74ce',
14
+ '12': '#113264',
15
+ a1: '#0080ff04',
16
+ a2: '#008cff0b',
17
+ a3: '#008ff519',
18
+ a4: '#009eff2a',
19
+ a5: '#0093ff3d',
20
+ a6: '#0088f653',
21
+ a7: '#0083eb71',
22
+ a8: '#0084e6a1',
23
+ a9: '#0090ff',
24
+ a10: '#0086f0fa',
25
+ a11: '#006dcbf2',
26
+ a12: '#002359ee',
27
+ },
28
+ dark: {
29
+ '1': '#0d1520',
30
+ '2': '#111927',
31
+ '3': '#0d2847',
32
+ '4': '#003362',
33
+ '5': '#004074',
34
+ '6': '#104d87',
35
+ '7': '#205d9e',
36
+ '8': '#2870bd',
37
+ '9': '#0090ff',
38
+ '10': '#3b9eff',
39
+ '11': '#70b8ff',
40
+ '12': '#c2e6ff',
41
+ a1: '#004df211',
42
+ a2: '#1166fb18',
43
+ a3: '#0077ff3a',
44
+ a4: '#0075ff57',
45
+ a5: '#0081fd6b',
46
+ a6: '#0f89fd7f',
47
+ a7: '#2a91fe98',
48
+ a8: '#3094feb9',
49
+ a9: '#0090ff',
50
+ a10: '#3b9eff',
51
+ a11: '#70b8ff',
52
+ a12: '#c2e6ff',
53
+ },
54
+ }
@@ -0,0 +1,54 @@
1
+ export const bronze = {
2
+ light: {
3
+ '1': '#fdfcfc',
4
+ '2': '#fdf7f5',
5
+ '3': '#f6edea',
6
+ '4': '#efe4df',
7
+ '5': '#e7d9d3',
8
+ '6': '#dfcdc5',
9
+ '7': '#d3bcb3',
10
+ '8': '#c2a499',
11
+ '9': '#a18072',
12
+ '10': '#957468',
13
+ '11': '#7d5e54',
14
+ '12': '#43302b',
15
+ a1: '#55000003',
16
+ a2: '#cc33000a',
17
+ a3: '#92250015',
18
+ a4: '#80280020',
19
+ a5: '#7423002c',
20
+ a6: '#7324003a',
21
+ a7: '#6c1f004c',
22
+ a8: '#671c0066',
23
+ a9: '#551a008d',
24
+ a10: '#4c150097',
25
+ a11: '#3d0f00ab',
26
+ a12: '#1d0600d4',
27
+ },
28
+ dark: {
29
+ '1': '#141110',
30
+ '2': '#1c1917',
31
+ '3': '#262220',
32
+ '4': '#302a27',
33
+ '5': '#3b3330',
34
+ '6': '#493e3a',
35
+ '7': '#5a4c47',
36
+ '8': '#6f5f58',
37
+ '9': '#a18072',
38
+ '10': '#ae8c7e',
39
+ '11': '#d4b3a5',
40
+ '12': '#ede0d9',
41
+ a1: '#d1110004',
42
+ a2: '#fbbc910c',
43
+ a3: '#faceb817',
44
+ a4: '#facdb622',
45
+ a5: '#ffd2c12d',
46
+ a6: '#ffd1c03c',
47
+ a7: '#fdd0c04f',
48
+ a8: '#ffd6c565',
49
+ a9: '#fec7b09b',
50
+ a10: '#fecab5a9',
51
+ a11: '#ffd7c6d1',
52
+ a12: '#fff1e9ec',
53
+ },
54
+ }
@@ -0,0 +1,54 @@
1
+ export const brown = {
2
+ light: {
3
+ '1': '#fefdfc',
4
+ '2': '#fcf9f6',
5
+ '3': '#f6eee7',
6
+ '4': '#f0e4d9',
7
+ '5': '#ebdaca',
8
+ '6': '#e4cdb7',
9
+ '7': '#dcbc9f',
10
+ '8': '#cea37e',
11
+ '9': '#ad7f58',
12
+ '10': '#a07553',
13
+ '11': '#815e46',
14
+ '12': '#3e332e',
15
+ a1: '#aa550003',
16
+ a2: '#aa550009',
17
+ a3: '#a04b0018',
18
+ a4: '#9b4a0026',
19
+ a5: '#9f4d0035',
20
+ a6: '#a04e0048',
21
+ a7: '#a34e0060',
22
+ a8: '#9f4a0081',
23
+ a9: '#823c00a7',
24
+ a10: '#723300ac',
25
+ a11: '#522100b9',
26
+ a12: '#140600d1',
27
+ },
28
+ dark: {
29
+ '1': '#12110f',
30
+ '2': '#1c1816',
31
+ '3': '#28211d',
32
+ '4': '#322922',
33
+ '5': '#3e3128',
34
+ '6': '#4d3c2f',
35
+ '7': '#614a39',
36
+ '8': '#7c5f46',
37
+ '9': '#ad7f58',
38
+ '10': '#b88c67',
39
+ '11': '#dbb594',
40
+ '12': '#f2e1ca',
41
+ a1: '#91110002',
42
+ a2: '#fba67c0c',
43
+ a3: '#fcb58c19',
44
+ a4: '#fbbb8a24',
45
+ a5: '#fcb88931',
46
+ a6: '#fdba8741',
47
+ a7: '#ffbb8856',
48
+ a8: '#ffbe8773',
49
+ a9: '#feb87da8',
50
+ a10: '#ffc18cb3',
51
+ a11: '#fed1aad9',
52
+ a12: '#feecd4f2',
53
+ },
54
+ }
@@ -0,0 +1,55 @@
1
+ // src/colors/crimson.ts
2
+ export const crimson = {
3
+ light: {
4
+ '1': '#fffcfd',
5
+ '2': '#fef7f9',
6
+ '3': '#ffe9f0',
7
+ '4': '#fedce7',
8
+ '5': '#facedd',
9
+ '6': '#f3bed1',
10
+ '7': '#eaacc3',
11
+ '8': '#e093b2',
12
+ '9': '#e93d82',
13
+ '10': '#df3478',
14
+ '11': '#cb1d63',
15
+ '12': '#621639',
16
+ a1: '#ff005503',
17
+ a2: '#e0004008',
18
+ a3: '#ff005216',
19
+ a4: '#f8005123',
20
+ a5: '#e5004f31',
21
+ a6: '#d0004b41',
22
+ a7: '#bf004753',
23
+ a8: '#b6004a6c',
24
+ a9: '#e2005bc2',
25
+ a10: '#d70056cb',
26
+ a11: '#c4004fe2',
27
+ a12: '#530026e9',
28
+ },
29
+ dark: {
30
+ '1': '#191114',
31
+ '2': '#201318',
32
+ '3': '#381525',
33
+ '4': '#4d122f',
34
+ '5': '#5c1839',
35
+ '6': '#6d2545',
36
+ '7': '#873356',
37
+ '8': '#b0436e',
38
+ '9': '#e93d82',
39
+ '10': '#ee518a',
40
+ '11': '#ff92ad',
41
+ '12': '#fdd3e8',
42
+ a1: '#f4126709',
43
+ a2: '#f22f7a11',
44
+ a3: '#fe2a8b2a',
45
+ a4: '#fd158741',
46
+ a5: '#fd278f51',
47
+ a6: '#fe459763',
48
+ a7: '#fd559b7f',
49
+ a8: '#fe5b9bab',
50
+ a9: '#fe418de8',
51
+ a10: '#ff5693ed',
52
+ a11: '#ff92ad',
53
+ a12: '#ffd5eafd',
54
+ },
55
+ }
@@ -0,0 +1,54 @@
1
+ export const cyan = {
2
+ light: {
3
+ '1': '#fafdfe',
4
+ '2': '#f2fafb',
5
+ '3': '#def7f9',
6
+ '4': '#caf1f6',
7
+ '5': '#b5e9f0',
8
+ '6': '#9ddde7',
9
+ '7': '#7dcedc',
10
+ '8': '#3db9cf',
11
+ '9': '#00a2c7',
12
+ '10': '#0797b9',
13
+ '11': '#107d98',
14
+ '12': '#0d3c48',
15
+ a1: '#0099cc05',
16
+ a2: '#009db10d',
17
+ a3: '#00c2d121',
18
+ a4: '#00bcd435',
19
+ a5: '#01b4cc4a',
20
+ a6: '#00a7c162',
21
+ a7: '#009fbb82',
22
+ a8: '#00a3c0c2',
23
+ a9: '#00a2c7',
24
+ a10: '#0094b7f8',
25
+ a11: '#007491ef',
26
+ a12: '#00323ef2',
27
+ },
28
+ dark: {
29
+ '1': '#0b161a',
30
+ '2': '#101b20',
31
+ '3': '#082c36',
32
+ '4': '#003848',
33
+ '5': '#004558',
34
+ '6': '#045468',
35
+ '7': '#12677e',
36
+ '8': '#11809c',
37
+ '9': '#00a2c7',
38
+ '10': '#23afd0',
39
+ '11': '#4ccce6',
40
+ '12': '#b6ecf7',
41
+ a1: '#0091f70a',
42
+ a2: '#02a7f211',
43
+ a3: '#00befd28',
44
+ a4: '#00baff3b',
45
+ a5: '#00befd4d',
46
+ a6: '#00c7fd5e',
47
+ a7: '#14cdff75',
48
+ a8: '#11cfff95',
49
+ a9: '#00cfffc3',
50
+ a10: '#28d6ffcd',
51
+ a11: '#52e1fee5',
52
+ a12: '#bbf3fef7',
53
+ },
54
+ }
@@ -0,0 +1,54 @@
1
+ export const gold = {
2
+ light: {
3
+ '1': '#fdfdfc',
4
+ '2': '#faf9f2',
5
+ '3': '#f2f0e7',
6
+ '4': '#eae6db',
7
+ '5': '#e1dccf',
8
+ '6': '#d8d0bf',
9
+ '7': '#cbc0aa',
10
+ '8': '#b9a88d',
11
+ '9': '#978365',
12
+ '10': '#8c7a5e',
13
+ '11': '#71624b',
14
+ '12': '#3b352b',
15
+ a1: '#55550003',
16
+ a2: '#9d8a000d',
17
+ a3: '#75600018',
18
+ a4: '#6b4e0024',
19
+ a5: '#60460030',
20
+ a6: '#64440040',
21
+ a7: '#63420055',
22
+ a8: '#633d0072',
23
+ a9: '#5332009a',
24
+ a10: '#492d00a1',
25
+ a11: '#362100b4',
26
+ a12: '#130c00d4',
27
+ },
28
+ dark: {
29
+ '1': '#121211',
30
+ '2': '#1b1a17',
31
+ '3': '#24231f',
32
+ '4': '#2d2b26',
33
+ '5': '#38352e',
34
+ '6': '#444039',
35
+ '7': '#544f46',
36
+ '8': '#696256',
37
+ '9': '#978365',
38
+ '10': '#a39073',
39
+ '11': '#cbb99f',
40
+ '12': '#e8e2d9',
41
+ a1: '#91911102',
42
+ a2: '#f9e29d0b',
43
+ a3: '#f8ecbb15',
44
+ a4: '#ffeec41e',
45
+ a5: '#feecc22a',
46
+ a6: '#feebcb37',
47
+ a7: '#ffedcd48',
48
+ a8: '#fdeaca5f',
49
+ a9: '#ffdba690',
50
+ a10: '#fedfb09d',
51
+ a11: '#fee7c6c8',
52
+ a12: '#fef7ede7',
53
+ },
54
+ }
@@ -0,0 +1,54 @@
1
+ export const grass = {
2
+ light: {
3
+ '1': '#fbfefb',
4
+ '2': '#f5fbf5',
5
+ '3': '#e9f6e9',
6
+ '4': '#daf1db',
7
+ '5': '#c9e8ca',
8
+ '6': '#b2ddb5',
9
+ '7': '#94ce9a',
10
+ '8': '#65ba74',
11
+ '9': '#46a758',
12
+ '10': '#3e9b4f',
13
+ '11': '#2a7e3b',
14
+ '12': '#203c25',
15
+ a1: '#00c00004',
16
+ a2: '#0099000a',
17
+ a3: '#00970016',
18
+ a4: '#009f0725',
19
+ a5: '#00930536',
20
+ a6: '#008f0a4d',
21
+ a7: '#018b0f6b',
22
+ a8: '#008d199a',
23
+ a9: '#008619b9',
24
+ a10: '#007b17c1',
25
+ a11: '#006514d5',
26
+ a12: '#002006df',
27
+ },
28
+ dark: {
29
+ '1': '#0e1511',
30
+ '2': '#141a15',
31
+ '3': '#1b2a1e',
32
+ '4': '#1d3a24',
33
+ '5': '#25482d',
34
+ '6': '#2d5736',
35
+ '7': '#366740',
36
+ '8': '#3e7949',
37
+ '9': '#46a758',
38
+ '10': '#53b365',
39
+ '11': '#71d083',
40
+ '12': '#c2f0c2',
41
+ a1: '#00de1205',
42
+ a2: '#5ef7780a',
43
+ a3: '#70fe8c1b',
44
+ a4: '#57ff802c',
45
+ a5: '#68ff8b3b',
46
+ a6: '#71ff8f4b',
47
+ a7: '#77fd925d',
48
+ a8: '#77fd9070',
49
+ a9: '#65ff82a1',
50
+ a10: '#72ff8dae',
51
+ a11: '#89ff9fcd',
52
+ a12: '#ceffceef',
53
+ },
54
+ }