@narmi/design_system 6.18.2 → 6.19.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.
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/style.css.map +1 -1
- package/dist/tokens/css/rgbColors.css +8 -9
- package/dist/tokens/css/rgbColors.scss +8 -9
- package/dist/tokens/css/tokens.css +204 -171
- package/dist/tokens/css/tokens.scss +204 -171
- package/dist/tokens/js/colors.esm.js +75 -78
- package/dist/tokens/js/colors.js +103 -104
- package/dist/tokens/js/manifest.esm.js +126 -129
- package/dist/tokens/js/manifest.js +123 -130
- package/dist/tokens/js/reactNativeWeb.js +62 -69
- package/dist/tokens/json/tokens.json +61 -61
- package/dist/types/Slider/index.d.ts.map +1 -1
- package/package.json +4 -3
package/dist/tokens/js/colors.js
CHANGED
|
@@ -1,109 +1,108 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 29 Jul 2026 21:37:20 GMT
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
4
3
|
*/
|
|
5
4
|
|
|
6
5
|
module.exports = {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
6
|
+
ColorGreySnowGrey: "#fbfbfb",
|
|
7
|
+
ColorGreyNeutralGrey: "#f9f9f9",
|
|
8
|
+
ColorGreyBlueGrey: "#F4F6FA",
|
|
9
|
+
ColorGreySmokeGrey: "#f3f3f3",
|
|
10
|
+
ColorGreyCloudGrey: "#e9e9e9",
|
|
11
|
+
ColorGreyLightGrey: "#d9d9d9",
|
|
12
|
+
ColorGreyMediumGrey: "#6c6c6c",
|
|
13
|
+
ColorGreyDarkGrey: "#4c4c4c",
|
|
14
|
+
ColorGreyBlack: "#333333",
|
|
15
|
+
ColorGreyWhite: "#ffffff",
|
|
16
|
+
ColorNarmiMoss100: "#002921",
|
|
17
|
+
ColorNarmiMoss200: "#0F3C32",
|
|
18
|
+
ColorNarmiMoss300: "#005242",
|
|
19
|
+
ColorNarmiMoss400: "#006553",
|
|
20
|
+
ColorNarmiMoss500: "#3E8373",
|
|
21
|
+
ColorNarmiMoss600: "#6EA193",
|
|
22
|
+
ColorNarmiMoss700: "#9DC0B6",
|
|
23
|
+
ColorNarmiMoss800: "#CDDED9",
|
|
24
|
+
ColorNarmiMoss: "#006553",
|
|
25
|
+
ColorNarmiPine100: "#041A14",
|
|
26
|
+
ColorNarmiPine200: "#062821",
|
|
27
|
+
ColorNarmiPine300: "#16362C",
|
|
28
|
+
ColorNarmiPine400: "#1A4338",
|
|
29
|
+
ColorNarmiPine500: "#44655B",
|
|
30
|
+
ColorNarmiPine600: "#708981",
|
|
31
|
+
ColorNarmiPine700: "#708981",
|
|
32
|
+
ColorNarmiPine800: "#CDD6D3",
|
|
33
|
+
ColorNarmiPine: "#1A4338",
|
|
34
|
+
ColorNarmiCove100: "#002547",
|
|
35
|
+
ColorNarmiCove200: "#00376A",
|
|
36
|
+
ColorNarmiCove300: "#094895",
|
|
37
|
+
ColorNarmiCove400: "#005CB2",
|
|
38
|
+
ColorNarmiCove500: "#237CC3",
|
|
39
|
+
ColorNarmiCove600: "#66A2D6",
|
|
40
|
+
ColorNarmiCove700: "#A6CFF0",
|
|
41
|
+
ColorNarmiCove800: "#D4EDFF",
|
|
42
|
+
ColorNarmiCove: "#005CB2",
|
|
43
|
+
ColorNarmiAzul100: "#001340",
|
|
44
|
+
ColorNarmiAzul200: "#00205E",
|
|
45
|
+
ColorNarmiAzul300: "#002C82",
|
|
46
|
+
ColorNarmiAzul400: "#003EA0",
|
|
47
|
+
ColorNarmiAzul500: "#3664B5",
|
|
48
|
+
ColorNarmiAzul600: "#6B89C7",
|
|
49
|
+
ColorNarmiAzul700: "#9CB1DE",
|
|
50
|
+
ColorNarmiAzul800: "#C9D8F2",
|
|
51
|
+
ColorNarmiAzul: "#003EA0",
|
|
52
|
+
ColorNarmiPistachio100: "#485E3D",
|
|
53
|
+
ColorNarmiPistachio200: "#6B8C5A",
|
|
54
|
+
ColorNarmiPistachio300: "#90BB78",
|
|
55
|
+
ColorNarmiPistachio400: "#B5E995",
|
|
56
|
+
ColorNarmiPistachio500: "#CCF0B4",
|
|
57
|
+
ColorNarmiPistachio600: "#DAF4C8",
|
|
58
|
+
ColorNarmiPistachio700: "#E9F8DE",
|
|
59
|
+
ColorNarmiPistachio800: "#F7FCF3",
|
|
60
|
+
ColorNarmiPistachio: "#B5E995",
|
|
61
|
+
ColorNarmiCactus100: "#324C23",
|
|
62
|
+
ColorNarmiCactus200: "#4B7137",
|
|
63
|
+
ColorNarmiCactus300: "#63964B",
|
|
64
|
+
ColorNarmiCactus400: "#7FBC5B",
|
|
65
|
+
ColorNarmiCactus500: "#99CA7A",
|
|
66
|
+
ColorNarmiCactus600: "#B3D79A",
|
|
67
|
+
ColorNarmiCactus700: "#CCE4BA",
|
|
68
|
+
ColorNarmiCactus800: "#E5F1DC",
|
|
69
|
+
ColorNarmiCactus: "#7FBC5B",
|
|
70
|
+
ColorNarmiSand100: "#423329",
|
|
71
|
+
ColorNarmiSand200: "#684D41",
|
|
72
|
+
ColorNarmiSand300: "#947564",
|
|
73
|
+
ColorNarmiSand400: "#C4A08A",
|
|
74
|
+
ColorNarmiSand500: "#DCC1A3",
|
|
75
|
+
ColorNarmiSand600: "#EED6C3",
|
|
76
|
+
ColorNarmiSand700: "#F4E3D6",
|
|
77
|
+
ColorNarmiSand800: "#FCF0E9",
|
|
78
|
+
ColorNarmiSand: "#DCC1A3",
|
|
79
|
+
ColorNarmiAmethyst: "#5514B8",
|
|
80
|
+
ColorNarmiBlack: "#333333",
|
|
81
|
+
ColorNarmiGrey: "#6c6c6c",
|
|
82
|
+
ColorNarmiMediumGrey: "#6c6c6c",
|
|
83
|
+
ColorNarmiLightGrey: "#d9d9d9",
|
|
84
|
+
ColorNarmiWhite: "#ffffff",
|
|
85
|
+
ColorSystemSuccessDark: "#027A48",
|
|
86
|
+
ColorSystemSuccessLight: "#ECFDF3",
|
|
87
|
+
ColorSystemWarnDark: "#B54708",
|
|
88
|
+
ColorSystemWarnLight: "#FEF8E3",
|
|
89
|
+
ColorSystemInfoDark: "#195274",
|
|
90
|
+
ColorSystemInfoLight: "#E8EEF1",
|
|
91
|
+
ColorSystemErrorDark: "#b42318",
|
|
92
|
+
ColorSystemErrorLight: "#FEF3F2",
|
|
93
|
+
ColorAlpha5: "0.05",
|
|
94
|
+
ColorAlpha10: "0.1",
|
|
95
|
+
ColorAlpha20: "0.2",
|
|
96
|
+
ColorThemePrimary: "#1A4338",
|
|
97
|
+
ColorThemeSecondary: "#006553",
|
|
98
|
+
ColorThemeTertiary: "#7FBC5B",
|
|
99
|
+
ColorThemeLink: "#006553",
|
|
100
|
+
ColorBackgroundBlueGrey: "#F4F6FA",
|
|
101
|
+
ColorBackgroundCloudGrey: "#E9E9E9",
|
|
102
|
+
ColorBackgroundNeutralGrey: "#F9F9F9",
|
|
103
|
+
ColorBackgroundSmokeGrey: "#F3F3F3",
|
|
104
|
+
ColorBackgroundSnowGrey: "#FBFBFB",
|
|
105
|
+
ColorBackgroundWhite: "#ffffff",
|
|
106
|
+
ColorBackgroundScrimLight: "rgba(255, 255, 255, 0.85)",
|
|
107
|
+
ColorBackgroundScrimDark: "rgba(80, 80, 80, 0.7)",
|
|
109
108
|
};
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DO NOT EDIT
|
|
3
|
-
* Generated by style-dictionary on Wed Jul 29 2026 21:37:20 GMT+0000 (Coordinated Universal Time)
|
|
4
|
-
* github.com/narmi/design_system/
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
|
|
8
1
|
export const border = {
|
|
9
|
-
"color": {
|
|
10
|
-
"primary": "#1a4338",
|
|
11
|
-
"light": "#d9d9d9",
|
|
12
|
-
"default": "#d9d9d9"
|
|
13
|
-
},
|
|
14
2
|
"radius": {
|
|
15
3
|
"s": "4px",
|
|
16
4
|
"m": "8px",
|
|
@@ -22,28 +10,19 @@ export const border = {
|
|
|
22
10
|
"s": "1px",
|
|
23
11
|
"m": "2px",
|
|
24
12
|
"default": "1px"
|
|
13
|
+
},
|
|
14
|
+
"color": {
|
|
15
|
+
"primary": "#1A4338",
|
|
16
|
+
"light": "#d9d9d9",
|
|
17
|
+
"default": "#d9d9d9"
|
|
25
18
|
}
|
|
26
19
|
};
|
|
20
|
+
|
|
27
21
|
export const color = {
|
|
28
|
-
"alpha": {
|
|
29
|
-
"5": "0.05",
|
|
30
|
-
"10": "0.1",
|
|
31
|
-
"20": "0.2"
|
|
32
|
-
},
|
|
33
|
-
"background": {
|
|
34
|
-
"blueGrey": "#f4f6fa",
|
|
35
|
-
"cloudGrey": "#e9e9e9",
|
|
36
|
-
"neutralGrey": "#f9f9f9",
|
|
37
|
-
"smokeGrey": "#f3f3f3",
|
|
38
|
-
"snowGrey": "#fbfbfb",
|
|
39
|
-
"white": "#ffffff",
|
|
40
|
-
"scrimLight": "rgba(255, 255, 255, 0.85)",
|
|
41
|
-
"scrimDark": "rgba(80, 80, 80, 0.7)"
|
|
42
|
-
},
|
|
43
22
|
"grey": {
|
|
44
23
|
"snowGrey": "#fbfbfb",
|
|
45
24
|
"neutralGrey": "#f9f9f9",
|
|
46
|
-
"blueGrey": "#
|
|
25
|
+
"blueGrey": "#F4F6FA",
|
|
47
26
|
"smokeGrey": "#f3f3f3",
|
|
48
27
|
"cloudGrey": "#e9e9e9",
|
|
49
28
|
"lightGrey": "#d9d9d9",
|
|
@@ -54,69 +33,69 @@ export const color = {
|
|
|
54
33
|
},
|
|
55
34
|
"narmi": {
|
|
56
35
|
"moss100": "#002921",
|
|
57
|
-
"moss200": "#
|
|
36
|
+
"moss200": "#0F3C32",
|
|
58
37
|
"moss300": "#005242",
|
|
59
38
|
"moss400": "#006553",
|
|
60
|
-
"moss500": "#
|
|
61
|
-
"moss600": "#
|
|
62
|
-
"moss700": "#
|
|
63
|
-
"moss800": "#
|
|
39
|
+
"moss500": "#3E8373",
|
|
40
|
+
"moss600": "#6EA193",
|
|
41
|
+
"moss700": "#9DC0B6",
|
|
42
|
+
"moss800": "#CDDED9",
|
|
64
43
|
"moss": "#006553",
|
|
65
|
-
"pine100": "#
|
|
44
|
+
"pine100": "#041A14",
|
|
66
45
|
"pine200": "#062821",
|
|
67
|
-
"pine300": "#
|
|
68
|
-
"pine400": "#
|
|
69
|
-
"pine500": "#
|
|
46
|
+
"pine300": "#16362C",
|
|
47
|
+
"pine400": "#1A4338",
|
|
48
|
+
"pine500": "#44655B",
|
|
70
49
|
"pine600": "#708981",
|
|
71
50
|
"pine700": "#708981",
|
|
72
|
-
"pine800": "#
|
|
73
|
-
"pine": "#
|
|
51
|
+
"pine800": "#CDD6D3",
|
|
52
|
+
"pine": "#1A4338",
|
|
74
53
|
"cove100": "#002547",
|
|
75
|
-
"cove200": "#
|
|
54
|
+
"cove200": "#00376A",
|
|
76
55
|
"cove300": "#094895",
|
|
77
|
-
"cove400": "#
|
|
78
|
-
"cove500": "#
|
|
79
|
-
"cove600": "#
|
|
80
|
-
"cove700": "#
|
|
81
|
-
"cove800": "#
|
|
82
|
-
"cove": "#
|
|
56
|
+
"cove400": "#005CB2",
|
|
57
|
+
"cove500": "#237CC3",
|
|
58
|
+
"cove600": "#66A2D6",
|
|
59
|
+
"cove700": "#A6CFF0",
|
|
60
|
+
"cove800": "#D4EDFF",
|
|
61
|
+
"cove": "#005CB2",
|
|
83
62
|
"azul100": "#001340",
|
|
84
|
-
"azul200": "#
|
|
85
|
-
"azul300": "#
|
|
86
|
-
"azul400": "#
|
|
87
|
-
"azul500": "#
|
|
88
|
-
"azul600": "#
|
|
89
|
-
"azul700": "#
|
|
90
|
-
"azul800": "#
|
|
91
|
-
"azul": "#
|
|
92
|
-
"pistachio100": "#
|
|
93
|
-
"pistachio200": "#
|
|
94
|
-
"pistachio300": "#
|
|
95
|
-
"pistachio400": "#
|
|
96
|
-
"pistachio500": "#
|
|
97
|
-
"pistachio600": "#
|
|
98
|
-
"pistachio700": "#
|
|
99
|
-
"pistachio800": "#
|
|
100
|
-
"pistachio": "#
|
|
101
|
-
"cactus100": "#
|
|
102
|
-
"cactus200": "#
|
|
103
|
-
"cactus300": "#
|
|
104
|
-
"cactus400": "#
|
|
105
|
-
"cactus500": "#
|
|
106
|
-
"cactus600": "#
|
|
107
|
-
"cactus700": "#
|
|
108
|
-
"cactus800": "#
|
|
109
|
-
"cactus": "#
|
|
63
|
+
"azul200": "#00205E",
|
|
64
|
+
"azul300": "#002C82",
|
|
65
|
+
"azul400": "#003EA0",
|
|
66
|
+
"azul500": "#3664B5",
|
|
67
|
+
"azul600": "#6B89C7",
|
|
68
|
+
"azul700": "#9CB1DE",
|
|
69
|
+
"azul800": "#C9D8F2",
|
|
70
|
+
"azul": "#003EA0",
|
|
71
|
+
"pistachio100": "#485E3D",
|
|
72
|
+
"pistachio200": "#6B8C5A",
|
|
73
|
+
"pistachio300": "#90BB78",
|
|
74
|
+
"pistachio400": "#B5E995",
|
|
75
|
+
"pistachio500": "#CCF0B4",
|
|
76
|
+
"pistachio600": "#DAF4C8",
|
|
77
|
+
"pistachio700": "#E9F8DE",
|
|
78
|
+
"pistachio800": "#F7FCF3",
|
|
79
|
+
"pistachio": "#B5E995",
|
|
80
|
+
"cactus100": "#324C23",
|
|
81
|
+
"cactus200": "#4B7137",
|
|
82
|
+
"cactus300": "#63964B",
|
|
83
|
+
"cactus400": "#7FBC5B",
|
|
84
|
+
"cactus500": "#99CA7A",
|
|
85
|
+
"cactus600": "#B3D79A",
|
|
86
|
+
"cactus700": "#CCE4BA",
|
|
87
|
+
"cactus800": "#E5F1DC",
|
|
88
|
+
"cactus": "#7FBC5B",
|
|
110
89
|
"sand100": "#423329",
|
|
111
|
-
"sand200": "#
|
|
90
|
+
"sand200": "#684D41",
|
|
112
91
|
"sand300": "#947564",
|
|
113
|
-
"sand400": "#
|
|
114
|
-
"sand500": "#
|
|
115
|
-
"sand600": "#
|
|
116
|
-
"sand700": "#
|
|
117
|
-
"sand800": "#
|
|
118
|
-
"sand": "#
|
|
119
|
-
"amethyst": "#
|
|
92
|
+
"sand400": "#C4A08A",
|
|
93
|
+
"sand500": "#DCC1A3",
|
|
94
|
+
"sand600": "#EED6C3",
|
|
95
|
+
"sand700": "#F4E3D6",
|
|
96
|
+
"sand800": "#FCF0E9",
|
|
97
|
+
"sand": "#DCC1A3",
|
|
98
|
+
"amethyst": "#5514B8",
|
|
120
99
|
"black": "#333333",
|
|
121
100
|
"grey": "#6c6c6c",
|
|
122
101
|
"mediumGrey": "#6c6c6c",
|
|
@@ -124,33 +103,39 @@ export const color = {
|
|
|
124
103
|
"white": "#ffffff"
|
|
125
104
|
},
|
|
126
105
|
"system": {
|
|
127
|
-
"successDark": "#
|
|
128
|
-
"successLight": "#
|
|
129
|
-
"warnDark": "#
|
|
130
|
-
"warnLight": "#
|
|
106
|
+
"successDark": "#027A48",
|
|
107
|
+
"successLight": "#ECFDF3",
|
|
108
|
+
"warnDark": "#B54708",
|
|
109
|
+
"warnLight": "#FEF8E3",
|
|
131
110
|
"infoDark": "#195274",
|
|
132
|
-
"infoLight": "#
|
|
111
|
+
"infoLight": "#E8EEF1",
|
|
133
112
|
"errorDark": "#b42318",
|
|
134
|
-
"errorLight": "#
|
|
113
|
+
"errorLight": "#FEF3F2"
|
|
114
|
+
},
|
|
115
|
+
"alpha": {
|
|
116
|
+
"5": "0.05",
|
|
117
|
+
"10": "0.1",
|
|
118
|
+
"20": "0.2"
|
|
135
119
|
},
|
|
136
120
|
"theme": {
|
|
137
|
-
"primary": "#
|
|
121
|
+
"primary": "#1A4338",
|
|
138
122
|
"secondary": "#006553",
|
|
139
|
-
"tertiary": "#
|
|
123
|
+
"tertiary": "#7FBC5B",
|
|
140
124
|
"link": "#006553"
|
|
125
|
+
},
|
|
126
|
+
"background": {
|
|
127
|
+
"blueGrey": "#F4F6FA",
|
|
128
|
+
"cloudGrey": "#E9E9E9",
|
|
129
|
+
"neutralGrey": "#F9F9F9",
|
|
130
|
+
"smokeGrey": "#F3F3F3",
|
|
131
|
+
"snowGrey": "#FBFBFB",
|
|
132
|
+
"white": "#ffffff",
|
|
133
|
+
"scrimLight": "rgba(255, 255, 255, 0.85)",
|
|
134
|
+
"scrimDark": "rgba(80, 80, 80, 0.7)"
|
|
141
135
|
}
|
|
142
136
|
};
|
|
137
|
+
|
|
143
138
|
export const font = {
|
|
144
|
-
"color": {
|
|
145
|
-
"heading": "#333333",
|
|
146
|
-
"heading0": "#333333",
|
|
147
|
-
"heading1": "#333333",
|
|
148
|
-
"heading2": "#333333",
|
|
149
|
-
"heading3": "#333333",
|
|
150
|
-
"primary": "#4c4c4c",
|
|
151
|
-
"secondary": "#6c6c6c",
|
|
152
|
-
"hint": "#d9d9d9"
|
|
153
|
-
},
|
|
154
139
|
"family": {
|
|
155
140
|
"heading": "'Narmi Matiere', serif",
|
|
156
141
|
"heading0": "'Narmi Matiere', serif",
|
|
@@ -160,29 +145,6 @@ export const font = {
|
|
|
160
145
|
"body": "Mulish, Helvetica, sans-serif",
|
|
161
146
|
"default": "Mulish, Helvetica, sans-serif"
|
|
162
147
|
},
|
|
163
|
-
"letterSpacing": {
|
|
164
|
-
"trackingTighter": "-0.08",
|
|
165
|
-
"trackingTight": "-0.04",
|
|
166
|
-
"trackingNormal": "0",
|
|
167
|
-
"trackingWide": "0.4",
|
|
168
|
-
"trackingWider": "0.8",
|
|
169
|
-
"trackingWidest": "1.6",
|
|
170
|
-
"heading0": "0",
|
|
171
|
-
"heading1": "0",
|
|
172
|
-
"heading2": "0",
|
|
173
|
-
"heading3": "0",
|
|
174
|
-
"default": "0"
|
|
175
|
-
},
|
|
176
|
-
"lineHeight": {
|
|
177
|
-
"smallText": "1.6",
|
|
178
|
-
"bodyText": "1.25",
|
|
179
|
-
"bigText": "1.1",
|
|
180
|
-
"default": "1.25",
|
|
181
|
-
"heading0": "1.1",
|
|
182
|
-
"heading1": "1.1",
|
|
183
|
-
"heading2": "1.1",
|
|
184
|
-
"heading3": "1.25"
|
|
185
|
-
},
|
|
186
148
|
"size": {
|
|
187
149
|
"xxs": "10px",
|
|
188
150
|
"xs": "12px",
|
|
@@ -206,8 +168,51 @@ export const font = {
|
|
|
206
168
|
"heading2": "700",
|
|
207
169
|
"heading3": "600",
|
|
208
170
|
"default": "400"
|
|
171
|
+
},
|
|
172
|
+
"lineHeight": {
|
|
173
|
+
"smallText": "1.6",
|
|
174
|
+
"bodyText": "1.25",
|
|
175
|
+
"bigText": "1.1",
|
|
176
|
+
"default": "1.25",
|
|
177
|
+
"heading0": "1.1",
|
|
178
|
+
"heading1": "1.1",
|
|
179
|
+
"heading2": "1.1",
|
|
180
|
+
"heading3": "1.25"
|
|
181
|
+
},
|
|
182
|
+
"letterSpacing": {
|
|
183
|
+
"trackingTighter": "-0.08",
|
|
184
|
+
"trackingTight": "-0.04",
|
|
185
|
+
"trackingNormal": "0",
|
|
186
|
+
"trackingWide": "0.4",
|
|
187
|
+
"trackingWider": "0.8",
|
|
188
|
+
"trackingWidest": "1.6",
|
|
189
|
+
"heading0": "0",
|
|
190
|
+
"heading1": "0",
|
|
191
|
+
"heading2": "0",
|
|
192
|
+
"heading3": "0",
|
|
193
|
+
"default": "0"
|
|
194
|
+
},
|
|
195
|
+
"color": {
|
|
196
|
+
"heading": "#333333",
|
|
197
|
+
"heading0": "#333333",
|
|
198
|
+
"heading1": "#333333",
|
|
199
|
+
"heading2": "#333333",
|
|
200
|
+
"heading3": "#333333",
|
|
201
|
+
"primary": "#4c4c4c",
|
|
202
|
+
"secondary": "#6c6c6c",
|
|
203
|
+
"hint": "#d9d9d9"
|
|
209
204
|
}
|
|
210
205
|
};
|
|
206
|
+
|
|
207
|
+
export const shadow = {
|
|
208
|
+
"elevation": {
|
|
209
|
+
"low": "0 2px 12px 0 rgba(80, 80, 80, 0.05)",
|
|
210
|
+
"middle": "0 2px 12px 0 rgba(0, 0, 0, 0.1)",
|
|
211
|
+
"high": "0 2px 12px 0 rgba(80, 80, 80, 0.2)",
|
|
212
|
+
"default": "0 2px 12px 0 rgba(0, 0, 0, 0.1)"
|
|
213
|
+
}
|
|
214
|
+
};
|
|
215
|
+
|
|
211
216
|
export const layout = {
|
|
212
217
|
"space": {
|
|
213
218
|
"xxs": "4px",
|
|
@@ -220,11 +225,3 @@ export const layout = {
|
|
|
220
225
|
"default": "20px"
|
|
221
226
|
}
|
|
222
227
|
};
|
|
223
|
-
export const shadow = {
|
|
224
|
-
"elevation": {
|
|
225
|
-
"low": "0 2px 12px 0 rgba(80, 80, 80, 0.05)",
|
|
226
|
-
"middle": "0 2px 12px 0 rgba(0, 0, 0, 0.1)",
|
|
227
|
-
"high": "0 2px 12px 0 rgba(80, 80, 80, 0.2)",
|
|
228
|
-
"default": "0 2px 12px 0 rgba(0, 0, 0, 0.1)"
|
|
229
|
-
}
|
|
230
|
-
};
|