@narmi/design_system 2.27.3 → 2.27.5-beta.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sun, 07 Aug 2022 21:12:21 GMT
3
+ * Generated on Wed, 31 Aug 2022 18:46:59 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sun, 07 Aug 2022 21:12:21 GMT
3
+ * Generated on Wed, 31 Aug 2022 18:46:59 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Sun, 07 Aug 2022 21:12:21 GMT
3
+ * Generated on Wed, 31 Aug 2022 18:46:59 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -0,0 +1,187 @@
1
+ /**
2
+ * DO NOT EDIT
3
+ * Generated by fds-dictionary on Mon Jul 25 2022 19:26:44 GMT-0400 (Eastern Daylight Time)
4
+ * github.com/cbinsights/form-design-system/
5
+ */
6
+
7
+
8
+ const tokens = {
9
+ "border": {
10
+ "color": {
11
+ "primary": "#1A4338",
12
+ "light": "#D9D9D9",
13
+ "default": "#D9D9D9"
14
+ },
15
+ "radius": {
16
+ "s": 4,
17
+ "m": 8,
18
+ "l": 20,
19
+ "default": 4
20
+ },
21
+ "size": {
22
+ "s": 1,
23
+ "m": 2,
24
+ "default": 1
25
+ }
26
+ },
27
+ "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
+ "narmi": {
44
+ "moss100": "#002921",
45
+ "moss200": "#0F3C32",
46
+ "moss300": "#005242",
47
+ "moss400": "#006553",
48
+ "moss500": "#3E8373",
49
+ "moss600": "#6EA193",
50
+ "moss700": "#9DC0B6",
51
+ "moss800": "#CDDED9",
52
+ "moss": "#006553",
53
+ "pine100": "#041A14",
54
+ "pine200": "#062821",
55
+ "pine300": "#16362C",
56
+ "pine400": "#1A4338",
57
+ "pine500": "#44655B",
58
+ "pine600": "#708981",
59
+ "pine700": "#708981",
60
+ "pine800": "#CDD6D3",
61
+ "pine": "#1A4338",
62
+ "cove100": "#002547",
63
+ "cove200": "#00376A",
64
+ "cove300": "#094895",
65
+ "cove400": "#005CB2",
66
+ "cove500": "#237CC3",
67
+ "cove600": "#66A2D6",
68
+ "cove700": "#A6CFF0",
69
+ "cove800": "#D4EDFF",
70
+ "cove": "#005CB2",
71
+ "azul100": "#001340",
72
+ "azul200": "#00205E",
73
+ "azul300": "#002C82",
74
+ "azul400": "#003EA0",
75
+ "azul500": "#3664B5",
76
+ "azul600": "#6B89C7",
77
+ "azul700": "#9CB1DE",
78
+ "azul800": "#C9D8F2",
79
+ "azul": "#003EA0",
80
+ "pistachio100": "#485E3D",
81
+ "pistachio200": "#6B8C5A",
82
+ "pistachio300": "#90BB78",
83
+ "pistachio400": "#B5E995",
84
+ "pistachio500": "#CCF0B4",
85
+ "pistachio600": "#DAF4C8",
86
+ "pistachio700": "#E9F8DE",
87
+ "pistachio800": "#F7FCF3",
88
+ "pistachio": "#B5E995",
89
+ "cactus100": "#324C23",
90
+ "cactus200": "#4B7137",
91
+ "cactus300": "#63964B",
92
+ "cactus400": "#7FBC5B",
93
+ "cactus500": "#99CA7A",
94
+ "cactus600": "#B3D79A",
95
+ "cactus700": "#CCE4BA",
96
+ "cactus800": "#E5F1DC",
97
+ "cactus": "#7FBC5B",
98
+ "sand100": "#423329",
99
+ "sand200": "#684D41",
100
+ "sand300": "#947564",
101
+ "sand400": "#C4A08A",
102
+ "sand500": "#DCC1A2",
103
+ "sand600": "#EED6C3",
104
+ "sand700": "#F4E3D6",
105
+ "sand800": "#FCF0E9",
106
+ "sand": "#DCC1A2",
107
+ "black": "#333333",
108
+ "grey": "#4C4C4C",
109
+ "mediumGrey": "#8C8C8C",
110
+ "lightGrey": "#D9D9D9",
111
+ "white": "#FFFFFF"
112
+ },
113
+ "system": {
114
+ "successDark": "#37B374",
115
+ "successLight": "#E3FAE7",
116
+ "warnDark": "#EAC348",
117
+ "warnLight": "#FEF8E3",
118
+ "errorDark": "#D93B3B",
119
+ "errorLight": "#FDF1F1"
120
+ },
121
+ "theme": {
122
+ "primary": "#1A4338",
123
+ "secondary": "#006553",
124
+ "tertiary": "#7FBC5B",
125
+ "link": "#006553"
126
+ }
127
+ },
128
+ "font": {
129
+ "color": {
130
+ "heading": "#333333",
131
+ "primary": "#4C4C4C",
132
+ "secondary": "#8C8C8C",
133
+ "hint": "#D9D9D9"
134
+ },
135
+ "family": {
136
+ "heading": "'Narmi Matiere', serif",
137
+ "body": "Mulish, Helvetica, sans-serif",
138
+ "default": "Mulish, Helvetica, sans-serif"
139
+ },
140
+ "lineHeight": {
141
+ "smallText": 1.6,
142
+ "bodyText": 1.25,
143
+ "bigText": 1.1,
144
+ "default": 1.25
145
+ },
146
+ "size": {
147
+ "xxs": 10,
148
+ "xs": 12,
149
+ "s": 14,
150
+ "m": 16,
151
+ "l": 20,
152
+ "heading0": 40,
153
+ "heading1": 32,
154
+ "heading2": 28,
155
+ "heading3": 24,
156
+ "default": 16
157
+ },
158
+ "weight": {
159
+ "normal": 400,
160
+ "semibold": 600,
161
+ "bold": 700,
162
+ "default": 400
163
+ }
164
+ },
165
+ "layout": {
166
+ "space": {
167
+ "xxs": 4,
168
+ "xs": 8,
169
+ "s": 12,
170
+ "m": 16,
171
+ "l": 20,
172
+ "xl": 40,
173
+ "xxl": 60,
174
+ "default": 20
175
+ }
176
+ },
177
+ "shadow": {
178
+ "elevation": {
179
+ "low": "0 2 12px 0 rgba(80, 80, 80, 0.05)",
180
+ "middle": "0 2 12px 0 rgba(0, 0, 0, 0.1)",
181
+ "high": "0 2 12px 0 rgba(80, 80, 80, 0.2)",
182
+ "default": "0 2 12px 0 rgba(0, 0, 0, 0.1)"
183
+ }
184
+ }
185
+ };
186
+
187
+ module.exports = tokens;