@narmi/design_system 1.19.0-beta.2 → 1.20.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/README.md +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +4 -3
- package/dist/style.css.map +1 -1
- package/dist/tokens/css/rgbColors.css +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/js/manifest.js +131 -131
- package/package.json +3 -3
- package/CHANGELOG.md +0 -305
- package/dist/tokens/.DS_Store +0 -0
- package/dist/tokens/scss/variables.js +0 -305
- package/dist/tokens/scss/variables.scss +0 -305
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@narmi/design_system",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.20.0",
|
|
4
4
|
"description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -79,11 +79,11 @@
|
|
|
79
79
|
"author": "@fkotsian, @reshav-abraham",
|
|
80
80
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
81
81
|
"dependencies": {
|
|
82
|
+
"@tippyjs/react": "^4.2.6",
|
|
82
83
|
"classcat": "^5.0.3",
|
|
83
84
|
"flatpickr": "^4.6.9",
|
|
84
85
|
"moment": "^2.29.1",
|
|
85
|
-
"raf-schd": "^4.0.3"
|
|
86
|
-
"react-laag": "^2.0.3"
|
|
86
|
+
"raf-schd": "^4.0.3"
|
|
87
87
|
},
|
|
88
88
|
"repository": {
|
|
89
89
|
"type": "git",
|
package/CHANGELOG.md
DELETED
|
@@ -1,305 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See
|
|
4
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [1.18.0](https://github.com/narmi/design_system/compare/v1.17.0...v1.18.0) (2021-11-23)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* **Pagination:** add Pagination component ([a491bf5](https://github.com/narmi/design_system/commit/a491bf5272a52db28221102a3e192224ccd1157f))
|
|
12
|
-
|
|
13
|
-
## [1.17.0](https://github.com/narmi/design_system/compare/v1.16.0...v1.17.0) (2021-11-22)
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
### Features
|
|
17
|
-
|
|
18
|
-
* **Row:** add `Row` layout component ([1f5ca8b](https://github.com/narmi/design_system/commit/1f5ca8bae7b30088d3b31409ddfa52d054bd70c8))
|
|
19
|
-
|
|
20
|
-
## [1.16.0](https://github.com/narmi/design_system/compare/v1.15.0...v1.16.0) (2021-11-22)
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
### Features
|
|
24
|
-
|
|
25
|
-
* **helper-classes:** add color helpers for font and backgrounds ([62c7aa8](https://github.com/narmi/design_system/commit/62c7aa86a4d45a201f182a0f30b47c76c6a59c28))
|
|
26
|
-
|
|
27
|
-
## [1.15.0](https://github.com/narmi/design_system/compare/v1.14.0...v1.15.0) (2021-11-19)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
### Features
|
|
31
|
-
|
|
32
|
-
* **Card:** allow passing in icon size ([5eb8f19](https://github.com/narmi/design_system/commit/5eb8f194a08237cec541263b5ce8e5a748db180c))
|
|
33
|
-
* **Card:** allow passing in icon size ([82bd362](https://github.com/narmi/design_system/commit/82bd36231a9741580a453593e5131e88d53ffd52))
|
|
34
|
-
|
|
35
|
-
## [1.14.0](https://github.com/narmi/design_system/compare/v1.13.0...v1.14.0) (2021-11-19)
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### Features
|
|
39
|
-
|
|
40
|
-
* **Classes:** add spacing and font helper classes ([65b8e69](https://github.com/narmi/design_system/commit/65b8e69c115e672b6ea54d09bbd7385bcb83bd42))
|
|
41
|
-
|
|
42
|
-
## [1.13.0](https://github.com/narmi/design_system/compare/v1.12.1...v1.13.0) (2021-11-19)
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
### Features
|
|
46
|
-
|
|
47
|
-
* **Dialog:** add `Dialog` component ([dd9aefa](https://github.com/narmi/design_system/commit/dd9aefad18c1110d7ce42065997b24b5ceab0a8d))
|
|
48
|
-
|
|
49
|
-
### [1.12.1](https://github.com/narmi/design_system/compare/v1.12.0...v1.12.1) (2021-11-16)
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
### Bug Fixes
|
|
53
|
-
|
|
54
|
-
* **Button:** pass custom `className` string through ([d3c0def](https://github.com/narmi/design_system/commit/d3c0def1d26063797d562fa23d4825e57e0d6a9d))
|
|
55
|
-
|
|
56
|
-
## [1.12.0](https://github.com/narmi/design_system/compare/v1.11.0...v1.12.0) (2021-11-15)
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
### Features
|
|
60
|
-
|
|
61
|
-
* **Button:** add new variants - secondary, plain ([1b9217f](https://github.com/narmi/design_system/commit/1b9217ff94c8d369604b5b7ae7d035dafb32e268))
|
|
62
|
-
|
|
63
|
-
## [1.11.0](https://github.com/narmi/design_system/compare/v1.10.5...v1.11.0) (2021-11-09)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Features
|
|
67
|
-
|
|
68
|
-
* **LoadingShim:** add component ([880812c](https://github.com/narmi/design_system/commit/880812cfd95d721e3d24ef4b3dc69cbcb2b02e37))
|
|
69
|
-
|
|
70
|
-
### [1.10.5](https://github.com/narmi/design_system/compare/v1.10.4...v1.10.5) (2021-11-08)
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
### Bug Fixes
|
|
74
|
-
|
|
75
|
-
* **RadioButtons:** properly set line height on label, and unchecked colour on checkbox ([#352](https://github.com/narmi/design_system/issues/352)) ([514df8b](https://github.com/narmi/design_system/commit/514df8b00c3d83120d860db77425ea91d55635ed))
|
|
76
|
-
|
|
77
|
-
### [1.10.4](https://github.com/narmi/design_system/compare/v1.10.3...v1.10.4) (2021-11-08)
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
### Bug Fixes
|
|
81
|
-
|
|
82
|
-
* **Input:** keep label margin consistent when focused, to avoid undesired shift on focus ([#351](https://github.com/narmi/design_system/issues/351)) ([6d94221](https://github.com/narmi/design_system/commit/6d942218494e7a09a5dfb2c514904bc3ebbc122c))
|
|
83
|
-
|
|
84
|
-
### [1.10.3](https://github.com/narmi/design_system/compare/v1.10.2...v1.10.3) (2021-11-08)
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
### Bug Fixes
|
|
88
|
-
|
|
89
|
-
* **Card:** remove box shadow from hoverable state ([#350](https://github.com/narmi/design_system/issues/350)) ([8ae2cd9](https://github.com/narmi/design_system/commit/8ae2cd9ad4bd2baee37b7ece76d850bf81e4a7fe))
|
|
90
|
-
|
|
91
|
-
### [1.10.2](https://github.com/narmi/design_system/compare/v1.10.1...v1.10.2) (2021-11-05)
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
### Bug Fixes
|
|
95
|
-
|
|
96
|
-
* **RadioButtons:** explicitly set font weight on label ([#347](https://github.com/narmi/design_system/issues/347)) ([af5044d](https://github.com/narmi/design_system/commit/af5044dd4438fbf013404f0a5067647245b3e978))
|
|
97
|
-
|
|
98
|
-
### [1.10.1](https://github.com/narmi/design_system/compare/v1.10.0...v1.10.1) (2021-11-05)
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
### Bug Fixes
|
|
102
|
-
|
|
103
|
-
* **Card:** set line height for header ([#346](https://github.com/narmi/design_system/issues/346)) ([f8fe7af](https://github.com/narmi/design_system/commit/f8fe7af7df650bc544bfdc1093fc36474a63592c))
|
|
104
|
-
|
|
105
|
-
## [1.10.0](https://github.com/narmi/design_system/compare/v1.9.2...v1.10.0) (2021-11-05)
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
### Features
|
|
109
|
-
|
|
110
|
-
* **TextInput:** add search input styling ([#332](https://github.com/narmi/design_system/issues/332)) ([fa18103](https://github.com/narmi/design_system/commit/fa18103730eaac95dcfe41878ac2968df3b800f8))
|
|
111
|
-
|
|
112
|
-
### [1.9.2](https://github.com/narmi/design_system/compare/v1.9.1...v1.9.2) (2021-11-04)
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
### Bug Fixes
|
|
116
|
-
|
|
117
|
-
* **Input:** make icon smaller if shown ([#330](https://github.com/narmi/design_system/issues/330)) ([15d591b](https://github.com/narmi/design_system/commit/15d591b9f7883f5efd75ceda1859386777e644da))
|
|
118
|
-
|
|
119
|
-
### [1.9.1](https://github.com/narmi/design_system/compare/v1.9.0...v1.9.1) (2021-11-04)
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
### Bug Fixes
|
|
123
|
-
|
|
124
|
-
* **Input:** increase space very slightly between label and input value ([93a69f4](https://github.com/narmi/design_system/commit/93a69f408a479af8beb2b65f75de220ebe26d89a))
|
|
125
|
-
|
|
126
|
-
## [1.9.0](https://github.com/narmi/design_system/compare/v1.8.0...v1.9.0) (2021-11-04)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
### Features
|
|
130
|
-
|
|
131
|
-
* **Tooltip:** add prop to control styling behavior of trigger wrapper ([2e0354c](https://github.com/narmi/design_system/commit/2e0354cd86136f0a855cd12b2f98c4f92fab27de))
|
|
132
|
-
|
|
133
|
-
## [1.8.0](https://github.com/narmi/design_system/compare/v1.7.5...v1.8.0) (2021-11-03)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
### Features
|
|
137
|
-
|
|
138
|
-
* add Tooltip to dist; add 'admin user' icon ([510ff35](https://github.com/narmi/design_system/commit/510ff3584f6c8cd90121b40ea81c599eaa0a2d67))
|
|
139
|
-
|
|
140
|
-
### [1.7.5](https://github.com/narmi/design_system/compare/v1.7.4...v1.7.5) (2021-11-02)
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
### Bug Fixes
|
|
144
|
-
|
|
145
|
-
* **Button, PlainButton:** prevent props.className from overriding calculated className ([#316](https://github.com/narmi/design_system/issues/316)) ([00060b8](https://github.com/narmi/design_system/commit/00060b8391c38b8e9a6d40d6976e163b7753bd70))
|
|
146
|
-
|
|
147
|
-
### [1.7.4](https://github.com/narmi/design_system/compare/v1.7.3...v1.7.4) (2021-11-02)
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
### Bug Fixes
|
|
151
|
-
|
|
152
|
-
* **Modal:** padding around dismiss icon should be 12px ([#312](https://github.com/narmi/design_system/issues/312)) ([598e1ad](https://github.com/narmi/design_system/commit/598e1ad7e52bfcc1a5ff63607380583b0d7e1450))
|
|
153
|
-
|
|
154
|
-
### [1.7.3](https://github.com/narmi/design_system/compare/v1.7.2...v1.7.3) (2021-11-01)
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
### Bug Fixes
|
|
158
|
-
|
|
159
|
-
* remove tooltip from dist ([a6dd180](https://github.com/narmi/design_system/commit/a6dd18092ee7dd2e9814687dbbb9f2ec34195b97))
|
|
160
|
-
|
|
161
|
-
### [1.7.2](https://github.com/narmi/design_system/compare/v1.7.1...v1.7.2) (2021-11-01)
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
### Bug Fixes
|
|
165
|
-
|
|
166
|
-
* make Tooltip importable ([3cecda8](https://github.com/narmi/design_system/commit/3cecda89ed90e8ee4ef0ba6355d06636cd39eed2))
|
|
167
|
-
|
|
168
|
-
### [1.7.1](https://github.com/narmi/design_system/compare/v1.7.0...v1.7.1) (2021-11-01)
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
### Bug Fixes
|
|
172
|
-
|
|
173
|
-
* **Modal:** condition showing action row element on if actions are passed in ([#306](https://github.com/narmi/design_system/issues/306)) ([3dacefd](https://github.com/narmi/design_system/commit/3dacefd1242487dcf2afccde806934fa3deb5ca8))
|
|
174
|
-
|
|
175
|
-
## [1.7.0](https://github.com/narmi/design_system/compare/v1.6.0...v1.7.0) (2021-10-28)
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
### Features
|
|
179
|
-
|
|
180
|
-
* **Modal:** add styles and support for wide detail modals ([#280](https://github.com/narmi/design_system/issues/280)) ([5f6bbf5](https://github.com/narmi/design_system/commit/5f6bbf546dc518f24cc93bae746a81d5b91391c0))
|
|
181
|
-
|
|
182
|
-
## [1.6.0](https://github.com/narmi/design_system/compare/v1.5.0...v1.6.0) (2021-10-28)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
### Features
|
|
186
|
-
|
|
187
|
-
* **RadioButtons:** add RadioButtons ([#294](https://github.com/narmi/design_system/issues/294)) ([9e77354](https://github.com/narmi/design_system/commit/9e77354bfbf118e79e319f7f742c6fafdb28a658))
|
|
188
|
-
|
|
189
|
-
## [1.5.0](https://github.com/narmi/design_system/compare/v1.4.5...v1.5.0) (2021-10-28)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
### Features
|
|
193
|
-
|
|
194
|
-
* add Tooltip component ([8bc6e0c](https://github.com/narmi/design_system/commit/8bc6e0cfcd456eed6b0b3578f6a706f2c47308d3))
|
|
195
|
-
|
|
196
|
-
### [1.4.5](https://github.com/narmi/design_system/compare/v1.4.4...v1.4.5) (2021-10-27)
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
### Bug Fixes
|
|
200
|
-
|
|
201
|
-
* remove optimizeLegibility for headers ([#289](https://github.com/narmi/design_system/issues/289)) ([24883dd](https://github.com/narmi/design_system/commit/24883dde4ef847cb4c2a7f71d8609080a43f8c82))
|
|
202
|
-
|
|
203
|
-
### [1.4.4](https://github.com/narmi/design_system/compare/v1.4.3...v1.4.4) (2021-10-27)
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
### Bug Fixes
|
|
207
|
-
|
|
208
|
-
* **Button:** set font size to 16px for PlainButton ([#287](https://github.com/narmi/design_system/issues/287)) ([d9887cd](https://github.com/narmi/design_system/commit/d9887cd41d8eadf01cd4e6d40021d25058ca22ea))
|
|
209
|
-
|
|
210
|
-
### [1.4.3](https://github.com/narmi/design_system/compare/v1.4.2...v1.4.3) (2021-10-27)
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
### Bug Fixes
|
|
214
|
-
|
|
215
|
-
* **DateInput:** increase space between input element and calendar ([#288](https://github.com/narmi/design_system/issues/288)) ([ac448c7](https://github.com/narmi/design_system/commit/ac448c7ade66cb0dc0e73b99cafae92e3fc6353c))
|
|
216
|
-
|
|
217
|
-
### [1.4.2](https://github.com/narmi/design_system/compare/v1.4.1...v1.4.2) (2021-10-27)
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
### Bug Fixes
|
|
221
|
-
|
|
222
|
-
* **Input:** set font weight for value to 400 ([#286](https://github.com/narmi/design_system/issues/286)) ([cf165c5](https://github.com/narmi/design_system/commit/cf165c5c3848b6061c3ab4e786f2a7c9402b1f65))
|
|
223
|
-
|
|
224
|
-
### [1.4.1](https://github.com/narmi/design_system/compare/v1.4.0...v1.4.1) (2021-10-27)
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
### Bug Fixes
|
|
228
|
-
|
|
229
|
-
* **Modal:** hide scrollbar space if not needed ([#285](https://github.com/narmi/design_system/issues/285)) ([1a0c522](https://github.com/narmi/design_system/commit/1a0c522eb48592e7621c1027dded7eea1109063c))
|
|
230
|
-
|
|
231
|
-
## [1.4.0](https://github.com/narmi/design_system/compare/v1.3.2...v1.4.0) (2021-10-27)
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
### Features
|
|
235
|
-
|
|
236
|
-
* **Modal:** allow setting maxWidth CSS property on modal container ([b67a6c1](https://github.com/narmi/design_system/commit/b67a6c1dc2d34fdc5f9515d80b6494137f4ffda4))
|
|
237
|
-
|
|
238
|
-
### [1.3.2](https://github.com/narmi/design_system/compare/v1.3.1...v1.3.2) (2021-10-26)
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
### Bug Fixes
|
|
242
|
-
|
|
243
|
-
* **Card:** set font size inside card content to be 16px ([#283](https://github.com/narmi/design_system/issues/283)) ([292b205](https://github.com/narmi/design_system/commit/292b20522e9851e0de2fea6e0af0501d11086f00))
|
|
244
|
-
|
|
245
|
-
### [1.3.1](https://github.com/narmi/design_system/compare/v1.3.0...v1.3.1) (2021-10-25)
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
### Bug Fixes
|
|
249
|
-
|
|
250
|
-
* **Input:** set line height and lower font weight ([#276](https://github.com/narmi/design_system/issues/276)) ([c10646e](https://github.com/narmi/design_system/commit/c10646e47a3083532fd59e549d98372d9c2d86a5))
|
|
251
|
-
|
|
252
|
-
## [1.3.0](https://github.com/narmi/design_system/compare/v1.2.1...v1.3.0) (2021-10-19)
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
### Features
|
|
256
|
-
|
|
257
|
-
* **DateInput:** expose dateFormat prop ([319f298](https://github.com/narmi/design_system/commit/319f298dfdd5e392f24983508ff28747e6688ce7))
|
|
258
|
-
|
|
259
|
-
### [1.2.1](https://github.com/narmi/design_system/compare/v1.2.0...v1.2.1) (2021-10-19)
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
### Bug Fixes
|
|
263
|
-
|
|
264
|
-
* **Modal:** limit height of modal, and allow for vertical scroll ([#250](https://github.com/narmi/design_system/issues/250)) ([eb37832](https://github.com/narmi/design_system/commit/eb37832e636628bd4f05404c728784283b750baa))
|
|
265
|
-
|
|
266
|
-
## [1.2.0](https://github.com/narmi/design_system/compare/v1.1.1...v1.2.0) (2021-10-19)
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
### Features
|
|
270
|
-
|
|
271
|
-
* **DateInput:** allow defaultDate to be set; document all prop types ([e0b726b](https://github.com/narmi/design_system/commit/e0b726b0d54cceb556964c58cac17fd45de46d2e))
|
|
272
|
-
|
|
273
|
-
### [1.1.1](https://github.com/narmi/design_system/compare/v1.1.0...v1.1.1) (2021-10-19)
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
### Bug Fixes
|
|
277
|
-
|
|
278
|
-
* **Modal:** continue to support closing modal via handleClose prop ([#246](https://github.com/narmi/design_system/issues/246)) ([1017d5c](https://github.com/narmi/design_system/commit/1017d5cbd3a55d229856733e30654dc91be79a51))
|
|
279
|
-
|
|
280
|
-
## [1.1.0](https://github.com/narmi/design_system/compare/v1.0.0...v1.1.0) (2021-10-18)
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
### Features
|
|
284
|
-
|
|
285
|
-
* **DateInput:** add `disableDays` prop for disabling dates ([d7dd43a](https://github.com/narmi/design_system/commit/d7dd43acbf6eb01356fb4a2ea2e1ec850633f154))
|
|
286
|
-
|
|
287
|
-
## [1.0.0](https://github.com/narmi/design_system/compare/v0.2.0...v1.0.0) (2021-10-12)
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
### ⚠ BREAKING CHANGES
|
|
291
|
-
|
|
292
|
-
* remove dist dir from versioning
|
|
293
|
-
|
|
294
|
-
### Code Refactoring
|
|
295
|
-
|
|
296
|
-
* remove dist dir from versioning ([9f6bca4](https://github.com/narmi/design_system/commit/9f6bca47b70cee488ec483528fec74563a2f5755))
|
|
297
|
-
|
|
298
|
-
## [0.2.0](https://github.com/narmi/design_system/compare/v0.1.0...v0.2.0) (2021-10-12)
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
### Features
|
|
302
|
-
|
|
303
|
-
* force first release ([e9d223d](https://github.com/narmi/design_system/commit/e9d223d019e4da380f2aa3739628b85933993973))
|
|
304
|
-
* update release github token ([b5f932f](https://github.com/narmi/design_system/commit/b5f932ff5a8258b4144b5b228078a059ca03915d))
|
|
305
|
-
* use workflow dispatch for releases for now ([7b99b70](https://github.com/narmi/design_system/commit/7b99b700cf2f275aa1725bc6ddcf0c34cad727db))
|
package/dist/tokens/.DS_Store
DELETED
|
Binary file
|
|
@@ -1,305 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/**
|
|
3
|
-
* Do not edit directly
|
|
4
|
-
* Generated on Wed, 17 Nov 2021 21:10:09 GMT
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
$border-color-primary: #1a4338 !default;
|
|
8
|
-
$border-color-light: #d9d9d9 !default;
|
|
9
|
-
$border-color-default: #d9d9d9 !default;
|
|
10
|
-
$border-size-s: 1px !default;
|
|
11
|
-
$border-size-m: 2px !default;
|
|
12
|
-
$border-size-default: 1px !default;
|
|
13
|
-
$alpha-5: 0.05 !default;
|
|
14
|
-
$alpha-10: 0.1 !default;
|
|
15
|
-
$alpha-20: 0.2 !default;
|
|
16
|
-
$bgColor-blueGrey: #f4f6fa !default;
|
|
17
|
-
$bgColor-cloudGrey: #e9e9e9 !default;
|
|
18
|
-
$bgColor-neutralGrey: #f9f9f9 !default;
|
|
19
|
-
$bgColor-smokeGrey: #f3f3f3 !default;
|
|
20
|
-
$bgColor-snowGrey: #fbfbfb !default;
|
|
21
|
-
$bgColor-white: #ffffff !default;
|
|
22
|
-
$bgColor-scrimLight: rgba(255, 255, 255, 0.85) !default;
|
|
23
|
-
$bgColor-scrimDark: rgba(80, 80, 80, 0.7) !default;
|
|
24
|
-
$color-moss100: #002921 !default;
|
|
25
|
-
$color-moss200: #0f3c32 !default;
|
|
26
|
-
$color-moss300: #005242 !default;
|
|
27
|
-
$color-moss400: #006553 !default;
|
|
28
|
-
$color-moss500: #3e8373 !default;
|
|
29
|
-
$color-moss600: #6ea193 !default;
|
|
30
|
-
$color-moss700: #9dc0b6 !default;
|
|
31
|
-
$color-moss800: #cdded9 !default;
|
|
32
|
-
$color-moss: #006553 !default;
|
|
33
|
-
$color-pine100: #041a14 !default;
|
|
34
|
-
$color-pine200: #062821 !default;
|
|
35
|
-
$color-pine300: #16362c !default;
|
|
36
|
-
$color-pine400: #1a4338 !default;
|
|
37
|
-
$color-pine500: #44655b !default;
|
|
38
|
-
$color-pine600: #708981 !default;
|
|
39
|
-
$color-pine700: #708981 !default;
|
|
40
|
-
$color-pine800: #cdd6d3 !default;
|
|
41
|
-
$color-pine: #1a4338 !default;
|
|
42
|
-
$color-cove100: #002547 !default;
|
|
43
|
-
$color-cove200: #00376a !default;
|
|
44
|
-
$color-cove300: #094895 !default;
|
|
45
|
-
$color-cove400: #005cb2 !default;
|
|
46
|
-
$color-cove500: #237cc3 !default;
|
|
47
|
-
$color-cove600: #66a2d6 !default;
|
|
48
|
-
$color-cove700: #a6cff0 !default;
|
|
49
|
-
$color-cove800: #d4edff !default;
|
|
50
|
-
$color-cove: #005cb2 !default;
|
|
51
|
-
$color-azul100: #001340 !default;
|
|
52
|
-
$color-azul200: #00205e !default;
|
|
53
|
-
$color-azul300: #002c82 !default;
|
|
54
|
-
$color-azul400: #003ea0 !default;
|
|
55
|
-
$color-azul500: #3664b5 !default;
|
|
56
|
-
$color-azul600: #6b89c7 !default;
|
|
57
|
-
$color-azul700: #9cb1de !default;
|
|
58
|
-
$color-azul800: #c9d8f2 !default;
|
|
59
|
-
$color-azul: #003ea0 !default;
|
|
60
|
-
$color-pistachio100: #485e3d !default;
|
|
61
|
-
$color-pistachio200: #6b8c5a !default;
|
|
62
|
-
$color-pistachio300: #90bb78 !default;
|
|
63
|
-
$color-pistachio400: #b5e995 !default;
|
|
64
|
-
$color-pistachio500: #ccf0b4 !default;
|
|
65
|
-
$color-pistachio600: #daf4c8 !default;
|
|
66
|
-
$color-pistachio700: #e9f8de !default;
|
|
67
|
-
$color-pistachio800: #f7fcf3 !default;
|
|
68
|
-
$color-pistachio: #b5e995 !default;
|
|
69
|
-
$color-cactus100: #324c23 !default;
|
|
70
|
-
$color-cactus200: #4b7137 !default;
|
|
71
|
-
$color-cactus300: #63964b !default;
|
|
72
|
-
$color-cactus400: #7fbc5b !default;
|
|
73
|
-
$color-cactus500: #99ca7a !default;
|
|
74
|
-
$color-cactus600: #b3d79a !default;
|
|
75
|
-
$color-cactus700: #cce4ba !default;
|
|
76
|
-
$color-cactus800: #e5f1dc !default;
|
|
77
|
-
$color-cactus: #7fbc5b !default;
|
|
78
|
-
$color-sand100: #423329 !default;
|
|
79
|
-
$color-sand200: #684d41 !default;
|
|
80
|
-
$color-sand300: #947564 !default;
|
|
81
|
-
$color-sand400: #c4a08a !default;
|
|
82
|
-
$color-sand500: #dcc1a2 !default;
|
|
83
|
-
$color-sand600: #eed6c3 !default;
|
|
84
|
-
$color-sand700: #f4e3d6 !default;
|
|
85
|
-
$color-sand800: #fcf0e9 !default;
|
|
86
|
-
$color-sand: #dcc1a2 !default;
|
|
87
|
-
$color-black: #333333 !default;
|
|
88
|
-
$color-grey: #4c4c4c !default;
|
|
89
|
-
$color-mediumGrey: #8c8c8c !default;
|
|
90
|
-
$color-lightGrey: #d9d9d9 !default;
|
|
91
|
-
$color-white: #ffffff !default;
|
|
92
|
-
$color-successDark: #37b374 !default;
|
|
93
|
-
$color-successLight: #e3fae7 !default;
|
|
94
|
-
$color-warnDark: #eac348 !default;
|
|
95
|
-
$color-warnLight: #fef8e3 !default;
|
|
96
|
-
$color-errorDark: #d93b3b !default;
|
|
97
|
-
$color-errorLight: #fdf1f1 !default;
|
|
98
|
-
$theme-primary: #1a4338 !default;
|
|
99
|
-
$theme-secondary: #006553 !default;
|
|
100
|
-
$theme-tertiary: #7fbc5b !default;
|
|
101
|
-
$theme-link: #006553 !default;
|
|
102
|
-
$font-color-heading: #333333 !default;
|
|
103
|
-
$font-color-primary: #4c4c4c !default;
|
|
104
|
-
$font-color-secondary: #8c8c8c !default;
|
|
105
|
-
$font-color-hint: #d9d9d9 !default;
|
|
106
|
-
$font-family-heading: 'Narmi Matiere', serif !default;
|
|
107
|
-
$font-family-body: Mulish, Helvetica, sans-serif !default;
|
|
108
|
-
$font-family-default: Mulish, Helvetica, sans-serif !default;
|
|
109
|
-
$font-lineHeight-smallText: 1.6 !default;
|
|
110
|
-
$font-lineHeight-bodyText: 1.25 !default;
|
|
111
|
-
$font-lineHeight-bigText: 1.1 !default;
|
|
112
|
-
$font-lineHeight-default: 1.25 !default;
|
|
113
|
-
$font-size-xs: 12px !default;
|
|
114
|
-
$font-size-s: 14px !default;
|
|
115
|
-
$font-size-m: 16px !default;
|
|
116
|
-
$font-size-l: 20px !default;
|
|
117
|
-
$font-size-heading1: 32px !default;
|
|
118
|
-
$font-size-heading2: 28px !default;
|
|
119
|
-
$font-size-heading3: 24px !default;
|
|
120
|
-
$font-size-default: 16px !default;
|
|
121
|
-
$font-weight-normal: 400 !default;
|
|
122
|
-
$font-weight-semibold: 600 !default;
|
|
123
|
-
$font-weight-bold: 700 !default;
|
|
124
|
-
$font-weight-default: 400 !default;
|
|
125
|
-
$space-xxs: 4px !default;
|
|
126
|
-
$space-xs: 8px !default;
|
|
127
|
-
$space-s: 12px !default;
|
|
128
|
-
$space-m: 16px !default;
|
|
129
|
-
$space-l: 20px !default;
|
|
130
|
-
$space-xl: 40px !default;
|
|
131
|
-
$space-default: 20px !default;
|
|
132
|
-
$elevation-low: 0 2px 12px 0 rgba(80, 80, 80, 0.05) !default;
|
|
133
|
-
$elevation-middle: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !default;
|
|
134
|
-
$elevation-high: 0 2px 12px 0 rgba(80, 80, 80, 0.2) !default;
|
|
135
|
-
$elevation-default: 0 2px 12px 0 rgba(0, 0, 0, 0.1) !default;
|
|
136
|
-
|
|
137
|
-
$tokens: (
|
|
138
|
-
'border': (
|
|
139
|
-
'color': (
|
|
140
|
-
'primary': $border-color-primary,
|
|
141
|
-
'light': $border-color-light,
|
|
142
|
-
'default': $border-color-default
|
|
143
|
-
),
|
|
144
|
-
'size': (
|
|
145
|
-
's': $border-size-s,
|
|
146
|
-
'm': $border-size-m,
|
|
147
|
-
'default': $border-size-default
|
|
148
|
-
)
|
|
149
|
-
),
|
|
150
|
-
'color': (
|
|
151
|
-
'alpha': (
|
|
152
|
-
'5': $alpha-5,
|
|
153
|
-
'10': $alpha-10,
|
|
154
|
-
'20': $alpha-20
|
|
155
|
-
),
|
|
156
|
-
'background': (
|
|
157
|
-
'blueGrey': $bgColor-blueGrey,
|
|
158
|
-
'cloudGrey': $bgColor-cloudGrey,
|
|
159
|
-
'neutralGrey': $bgColor-neutralGrey,
|
|
160
|
-
'smokeGrey': $bgColor-smokeGrey,
|
|
161
|
-
'snowGrey': $bgColor-snowGrey,
|
|
162
|
-
'white': $bgColor-white,
|
|
163
|
-
'scrimLight': $bgColor-scrimLight,
|
|
164
|
-
'scrimDark': $bgColor-scrimDark
|
|
165
|
-
),
|
|
166
|
-
'narmi': (
|
|
167
|
-
'moss100': $color-moss100,
|
|
168
|
-
'moss200': $color-moss200,
|
|
169
|
-
'moss300': $color-moss300,
|
|
170
|
-
'moss400': $color-moss400,
|
|
171
|
-
'moss500': $color-moss500,
|
|
172
|
-
'moss600': $color-moss600,
|
|
173
|
-
'moss700': $color-moss700,
|
|
174
|
-
'moss800': $color-moss800,
|
|
175
|
-
'moss': $color-moss,
|
|
176
|
-
'pine100': $color-pine100,
|
|
177
|
-
'pine200': $color-pine200,
|
|
178
|
-
'pine300': $color-pine300,
|
|
179
|
-
'pine400': $color-pine400,
|
|
180
|
-
'pine500': $color-pine500,
|
|
181
|
-
'pine600': $color-pine600,
|
|
182
|
-
'pine700': $color-pine700,
|
|
183
|
-
'pine800': $color-pine800,
|
|
184
|
-
'pine': $color-pine,
|
|
185
|
-
'cove100': $color-cove100,
|
|
186
|
-
'cove200': $color-cove200,
|
|
187
|
-
'cove300': $color-cove300,
|
|
188
|
-
'cove400': $color-cove400,
|
|
189
|
-
'cove500': $color-cove500,
|
|
190
|
-
'cove600': $color-cove600,
|
|
191
|
-
'cove700': $color-cove700,
|
|
192
|
-
'cove800': $color-cove800,
|
|
193
|
-
'cove': $color-cove,
|
|
194
|
-
'azul100': $color-azul100,
|
|
195
|
-
'azul200': $color-azul200,
|
|
196
|
-
'azul300': $color-azul300,
|
|
197
|
-
'azul400': $color-azul400,
|
|
198
|
-
'azul500': $color-azul500,
|
|
199
|
-
'azul600': $color-azul600,
|
|
200
|
-
'azul700': $color-azul700,
|
|
201
|
-
'azul800': $color-azul800,
|
|
202
|
-
'azul': $color-azul,
|
|
203
|
-
'pistachio100': $color-pistachio100,
|
|
204
|
-
'pistachio200': $color-pistachio200,
|
|
205
|
-
'pistachio300': $color-pistachio300,
|
|
206
|
-
'pistachio400': $color-pistachio400,
|
|
207
|
-
'pistachio500': $color-pistachio500,
|
|
208
|
-
'pistachio600': $color-pistachio600,
|
|
209
|
-
'pistachio700': $color-pistachio700,
|
|
210
|
-
'pistachio800': $color-pistachio800,
|
|
211
|
-
'pistachio': $color-pistachio,
|
|
212
|
-
'cactus100': $color-cactus100,
|
|
213
|
-
'cactus200': $color-cactus200,
|
|
214
|
-
'cactus300': $color-cactus300,
|
|
215
|
-
'cactus400': $color-cactus400,
|
|
216
|
-
'cactus500': $color-cactus500,
|
|
217
|
-
'cactus600': $color-cactus600,
|
|
218
|
-
'cactus700': $color-cactus700,
|
|
219
|
-
'cactus800': $color-cactus800,
|
|
220
|
-
'cactus': $color-cactus,
|
|
221
|
-
'sand100': $color-sand100,
|
|
222
|
-
'sand200': $color-sand200,
|
|
223
|
-
'sand300': $color-sand300,
|
|
224
|
-
'sand400': $color-sand400,
|
|
225
|
-
'sand500': $color-sand500,
|
|
226
|
-
'sand600': $color-sand600,
|
|
227
|
-
'sand700': $color-sand700,
|
|
228
|
-
'sand800': $color-sand800,
|
|
229
|
-
'sand': $color-sand,
|
|
230
|
-
'black': $color-black,
|
|
231
|
-
'grey': $color-grey,
|
|
232
|
-
'mediumGrey': $color-mediumGrey,
|
|
233
|
-
'lightGrey': $color-lightGrey,
|
|
234
|
-
'white': $color-white
|
|
235
|
-
),
|
|
236
|
-
'system': (
|
|
237
|
-
'successDark': $color-successDark,
|
|
238
|
-
'successLight': $color-successLight,
|
|
239
|
-
'warnDark': $color-warnDark,
|
|
240
|
-
'warnLight': $color-warnLight,
|
|
241
|
-
'errorDark': $color-errorDark,
|
|
242
|
-
'errorLight': $color-errorLight
|
|
243
|
-
),
|
|
244
|
-
'theme': (
|
|
245
|
-
'primary': $theme-primary,
|
|
246
|
-
'secondary': $theme-secondary,
|
|
247
|
-
'tertiary': $theme-tertiary,
|
|
248
|
-
'link': $theme-link
|
|
249
|
-
)
|
|
250
|
-
),
|
|
251
|
-
'font': (
|
|
252
|
-
'color': (
|
|
253
|
-
'heading': $font-color-heading,
|
|
254
|
-
'primary': $font-color-primary,
|
|
255
|
-
'secondary': $font-color-secondary,
|
|
256
|
-
'hint': $font-color-hint
|
|
257
|
-
),
|
|
258
|
-
'family': (
|
|
259
|
-
'heading': $font-family-heading,
|
|
260
|
-
'body': $font-family-body,
|
|
261
|
-
'default': $font-family-default
|
|
262
|
-
),
|
|
263
|
-
'lineHeight': (
|
|
264
|
-
'smallText': $font-lineHeight-smallText,
|
|
265
|
-
'bodyText': $font-lineHeight-bodyText,
|
|
266
|
-
'bigText': $font-lineHeight-bigText,
|
|
267
|
-
'default': $font-lineHeight-default
|
|
268
|
-
),
|
|
269
|
-
'size': (
|
|
270
|
-
'xs': $font-size-xs,
|
|
271
|
-
's': $font-size-s,
|
|
272
|
-
'm': $font-size-m,
|
|
273
|
-
'l': $font-size-l,
|
|
274
|
-
'heading1': $font-size-heading1,
|
|
275
|
-
'heading2': $font-size-heading2,
|
|
276
|
-
'heading3': $font-size-heading3,
|
|
277
|
-
'default': $font-size-default
|
|
278
|
-
),
|
|
279
|
-
'weight': (
|
|
280
|
-
'normal': $font-weight-normal,
|
|
281
|
-
'semibold': $font-weight-semibold,
|
|
282
|
-
'bold': $font-weight-bold,
|
|
283
|
-
'default': $font-weight-default
|
|
284
|
-
)
|
|
285
|
-
),
|
|
286
|
-
'layout': (
|
|
287
|
-
'space': (
|
|
288
|
-
'xxs': $space-xxs,
|
|
289
|
-
'xs': $space-xs,
|
|
290
|
-
's': $space-s,
|
|
291
|
-
'm': $space-m,
|
|
292
|
-
'l': $space-l,
|
|
293
|
-
'xl': $space-xl,
|
|
294
|
-
'default': $space-default
|
|
295
|
-
)
|
|
296
|
-
),
|
|
297
|
-
'shadow': (
|
|
298
|
-
'elevation': (
|
|
299
|
-
'low': $elevation-low,
|
|
300
|
-
'middle': $elevation-middle,
|
|
301
|
-
'high': $elevation-high,
|
|
302
|
-
'default': $elevation-default
|
|
303
|
-
)
|
|
304
|
-
)
|
|
305
|
-
);
|