@narmi/design_system 1.24.4-beta → 1.25.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/package.json CHANGED
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "name": "@narmi/design_system",
3
- "version": "1.24.4-beta",
3
+ "version": "1.25.0",
4
4
  "description": "⚡ A consistent look-and-feel and extensible interface for Narmi experiences 🔥",
5
5
  "main": "dist/index.js",
6
6
  "files": [
7
7
  "dist/*"
8
8
  ],
9
+ "engineStrict": true,
10
+ "engines": {
11
+ "node": ">=16"
12
+ },
9
13
  "scripts": {
10
14
  "watch": "watch 'npm run build' src",
11
15
  "build:tokens": "style-dictionary build --config=./tokens/config.js",
@@ -19,8 +23,8 @@
19
23
  "chromatic": "npx chromatic --project-token $CHROMATIC_PROJECT_TOKEN --exit-zero-on-changes"
20
24
  },
21
25
  "peerDependencies": {
22
- "react": "^16.12.0",
23
- "react-dom": "^16.12.0"
26
+ "react": "^16",
27
+ "react-dom": "^16"
24
28
  },
25
29
  "devDependencies": {
26
30
  "@babel/cli": "^7.1.0",
@@ -30,6 +34,8 @@
30
34
  "@babel/preset-react": "^7.14.5",
31
35
  "@commitlint/cli": "^13.2.0",
32
36
  "@commitlint/config-conventional": "^13.2.0",
37
+ "@mdx-js/mdx": "^1.6.22",
38
+ "@mdx-js/react": "^1.6.22",
33
39
  "@semantic-release/changelog": "^6.0.0",
34
40
  "@semantic-release/git": "^10.0.0",
35
41
  "@storybook/addon-a11y": "^6.3.12",
@@ -54,7 +60,6 @@
54
60
  "husky": "^7.0.2",
55
61
  "jest": "^27.2.4",
56
62
  "mini-css-extract-plugin": "^2.2.0",
57
- "node-sass": "^6.0.1",
58
63
  "polished": "^4.1.1",
59
64
  "postcss-loader": "^6.1.1",
60
65
  "postcss-preset-env": "^7.0.1",
@@ -63,7 +68,7 @@
63
68
  "prop-types": "^15.7.2",
64
69
  "react": "16.12.0",
65
70
  "react-dom": "16.12.0",
66
- "react-test-renderer": "^17.0.2",
71
+ "sass": "^1.45.0",
67
72
  "sass-loader": "^12.1.0",
68
73
  "semantic-release": "^18.0.0",
69
74
  "style-dictionary": "^3.0.3",
package/CHANGELOG.md DELETED
@@ -1,403 +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.24.3](https://github.com/narmi/design_system/compare/v1.24.2...v1.24.3) (2021-12-15)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **LoadingShim:** add z-index to absolutely positioend shim ([8d8a740](https://github.com/narmi/design_system/commit/8d8a740837ed01e0aa70f16f0fc484b31c604b5d))
12
-
13
- ### [1.24.2](https://github.com/narmi/design_system/compare/v1.24.1...v1.24.2) (2021-12-14)
14
-
15
-
16
- ### Bug Fixes
17
-
18
- * **typography:** use correct vars from design tokens; fix heading color ([05614f9](https://github.com/narmi/design_system/commit/05614f9cafa89ec029edd0afc53e9f4badb24cb6))
19
-
20
- ### [1.24.1](https://github.com/narmi/design_system/compare/v1.24.0...v1.24.1) (2021-12-08)
21
-
22
-
23
- ### Bug Fixes
24
-
25
- * **Pagination:** fix bad import in pagination component ([46b30bb](https://github.com/narmi/design_system/commit/46b30bb8f648d1709902f4be16347c7e208975c5))
26
-
27
- ## [1.24.0](https://github.com/narmi/design_system/compare/v1.23.0...v1.24.0) (2021-12-06)
28
-
29
-
30
- ### Features
31
-
32
- * **Tabs:** add Tabs component ([70d99fe](https://github.com/narmi/design_system/commit/70d99feebfda7905f55d79e109a2dfc80fd324f6))
33
-
34
- ## [1.23.0](https://github.com/narmi/design_system/compare/v1.22.1...v1.23.0) (2021-12-03)
35
-
36
-
37
- ### Features
38
-
39
- * **Toggle:** add Toggle component ([1820d64](https://github.com/narmi/design_system/commit/1820d647ed29e46e548ec3d6262686eb1f4f4beb))
40
-
41
- ### [1.22.1](https://github.com/narmi/design_system/compare/v1.22.0...v1.22.1) (2021-12-03)
42
-
43
-
44
- ### Bug Fixes
45
-
46
- * **Button:** fix background of primary button when rendering as button element ([10a4801](https://github.com/narmi/design_system/commit/10a4801c2eca32cf0a2e1d3efe7d05ae3279e4bb))
47
-
48
- ## [1.22.0](https://github.com/narmi/design_system/compare/v1.21.2...v1.22.0) (2021-12-02)
49
-
50
-
51
- ### Features
52
-
53
- * **Tokens:** add default RGB values for theme colors ([2eace7c](https://github.com/narmi/design_system/commit/2eace7c0b03f82e510bbf35e2ffc6067cf5fc980))
54
-
55
- ### [1.21.2](https://github.com/narmi/design_system/compare/v1.21.1...v1.21.2) (2021-12-02)
56
-
57
-
58
- ### Bug Fixes
59
-
60
- * **Card:** don't render space inside icon element ([#438](https://github.com/narmi/design_system/issues/438)) ([9561dd0](https://github.com/narmi/design_system/commit/9561dd0d83aa43e8eeb936c9117fbf89d2564678))
61
-
62
- ### [1.21.1](https://github.com/narmi/design_system/compare/v1.21.0...v1.21.1) (2021-11-30)
63
-
64
-
65
- ### Bug Fixes
66
-
67
- * **Dialog:** add minimum z-index to shim ([f5fe662](https://github.com/narmi/design_system/commit/f5fe6623b513b1ff972a425d6e5dd93c746db7d4))
68
-
69
- ## [1.21.0](https://github.com/narmi/design_system/compare/v1.20.2...v1.21.0) (2021-11-30)
70
-
71
-
72
- ### Features
73
-
74
- * **Popover:** add generic Popover component ([dc65c45](https://github.com/narmi/design_system/commit/dc65c454055adc9c034d163e1b8a1c45f454134f))
75
-
76
- ### [1.20.2](https://github.com/narmi/design_system/compare/v1.20.1...v1.20.2) (2021-11-30)
77
-
78
-
79
- ### Bug Fixes
80
-
81
- * **Pagination:** use recommended markup for a11y ([98f7b51](https://github.com/narmi/design_system/commit/98f7b511bd4db4f5dbaf6782cdda712e3b0585b4))
82
-
83
- ### [1.20.1](https://github.com/narmi/design_system/compare/v1.20.0...v1.20.1) (2021-11-30)
84
-
85
-
86
- ### Bug Fixes
87
-
88
- * **Input:** ensure input box does not gain height on user type event ([4a7fbdc](https://github.com/narmi/design_system/commit/4a7fbdcaf8535c10a11107920172f671f27d1ed9))
89
-
90
- ## [1.20.0](https://github.com/narmi/design_system/compare/v1.19.0...v1.20.0) (2021-11-29)
91
-
92
-
93
- ### Features
94
-
95
- * **Row:** add support for `as` prop in `Row` and `RowItem` ([54ba139](https://github.com/narmi/design_system/commit/54ba139e126caa910a5e146b1413f857fc7db43d))
96
-
97
- ## [1.19.0](https://github.com/narmi/design_system/compare/v1.18.0...v1.19.0) (2021-11-24)
98
-
99
-
100
- ### Features
101
-
102
- * **SeparatorList:** add SeparatorList component ([eeaa5fe](https://github.com/narmi/design_system/commit/eeaa5fe79a4cd7ec60c2b62fa3c9bbc31623e43f))
103
-
104
- ## [1.18.0](https://github.com/narmi/design_system/compare/v1.17.0...v1.18.0) (2021-11-23)
105
-
106
-
107
- ### Features
108
-
109
- * **Pagination:** add Pagination component ([a491bf5](https://github.com/narmi/design_system/commit/a491bf5272a52db28221102a3e192224ccd1157f))
110
-
111
- ## [1.17.0](https://github.com/narmi/design_system/compare/v1.16.0...v1.17.0) (2021-11-22)
112
-
113
-
114
- ### Features
115
-
116
- * **Row:** add `Row` layout component ([1f5ca8b](https://github.com/narmi/design_system/commit/1f5ca8bae7b30088d3b31409ddfa52d054bd70c8))
117
-
118
- ## [1.16.0](https://github.com/narmi/design_system/compare/v1.15.0...v1.16.0) (2021-11-22)
119
-
120
-
121
- ### Features
122
-
123
- * **helper-classes:** add color helpers for font and backgrounds ([62c7aa8](https://github.com/narmi/design_system/commit/62c7aa86a4d45a201f182a0f30b47c76c6a59c28))
124
-
125
- ## [1.15.0](https://github.com/narmi/design_system/compare/v1.14.0...v1.15.0) (2021-11-19)
126
-
127
-
128
- ### Features
129
-
130
- * **Card:** allow passing in icon size ([5eb8f19](https://github.com/narmi/design_system/commit/5eb8f194a08237cec541263b5ce8e5a748db180c))
131
- * **Card:** allow passing in icon size ([82bd362](https://github.com/narmi/design_system/commit/82bd36231a9741580a453593e5131e88d53ffd52))
132
-
133
- ## [1.14.0](https://github.com/narmi/design_system/compare/v1.13.0...v1.14.0) (2021-11-19)
134
-
135
-
136
- ### Features
137
-
138
- * **Classes:** add spacing and font helper classes ([65b8e69](https://github.com/narmi/design_system/commit/65b8e69c115e672b6ea54d09bbd7385bcb83bd42))
139
-
140
- ## [1.13.0](https://github.com/narmi/design_system/compare/v1.12.1...v1.13.0) (2021-11-19)
141
-
142
-
143
- ### Features
144
-
145
- * **Dialog:** add `Dialog` component ([dd9aefa](https://github.com/narmi/design_system/commit/dd9aefad18c1110d7ce42065997b24b5ceab0a8d))
146
-
147
- ### [1.12.1](https://github.com/narmi/design_system/compare/v1.12.0...v1.12.1) (2021-11-16)
148
-
149
-
150
- ### Bug Fixes
151
-
152
- * **Button:** pass custom `className` string through ([d3c0def](https://github.com/narmi/design_system/commit/d3c0def1d26063797d562fa23d4825e57e0d6a9d))
153
-
154
- ## [1.12.0](https://github.com/narmi/design_system/compare/v1.11.0...v1.12.0) (2021-11-15)
155
-
156
-
157
- ### Features
158
-
159
- * **Button:** add new variants - secondary, plain ([1b9217f](https://github.com/narmi/design_system/commit/1b9217ff94c8d369604b5b7ae7d035dafb32e268))
160
-
161
- ## [1.11.0](https://github.com/narmi/design_system/compare/v1.10.5...v1.11.0) (2021-11-09)
162
-
163
-
164
- ### Features
165
-
166
- * **LoadingShim:** add component ([880812c](https://github.com/narmi/design_system/commit/880812cfd95d721e3d24ef4b3dc69cbcb2b02e37))
167
-
168
- ### [1.10.5](https://github.com/narmi/design_system/compare/v1.10.4...v1.10.5) (2021-11-08)
169
-
170
-
171
- ### Bug Fixes
172
-
173
- * **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))
174
-
175
- ### [1.10.4](https://github.com/narmi/design_system/compare/v1.10.3...v1.10.4) (2021-11-08)
176
-
177
-
178
- ### Bug Fixes
179
-
180
- * **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))
181
-
182
- ### [1.10.3](https://github.com/narmi/design_system/compare/v1.10.2...v1.10.3) (2021-11-08)
183
-
184
-
185
- ### Bug Fixes
186
-
187
- * **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))
188
-
189
- ### [1.10.2](https://github.com/narmi/design_system/compare/v1.10.1...v1.10.2) (2021-11-05)
190
-
191
-
192
- ### Bug Fixes
193
-
194
- * **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))
195
-
196
- ### [1.10.1](https://github.com/narmi/design_system/compare/v1.10.0...v1.10.1) (2021-11-05)
197
-
198
-
199
- ### Bug Fixes
200
-
201
- * **Card:** set line height for header ([#346](https://github.com/narmi/design_system/issues/346)) ([f8fe7af](https://github.com/narmi/design_system/commit/f8fe7af7df650bc544bfdc1093fc36474a63592c))
202
-
203
- ## [1.10.0](https://github.com/narmi/design_system/compare/v1.9.2...v1.10.0) (2021-11-05)
204
-
205
-
206
- ### Features
207
-
208
- * **TextInput:** add search input styling ([#332](https://github.com/narmi/design_system/issues/332)) ([fa18103](https://github.com/narmi/design_system/commit/fa18103730eaac95dcfe41878ac2968df3b800f8))
209
-
210
- ### [1.9.2](https://github.com/narmi/design_system/compare/v1.9.1...v1.9.2) (2021-11-04)
211
-
212
-
213
- ### Bug Fixes
214
-
215
- * **Input:** make icon smaller if shown ([#330](https://github.com/narmi/design_system/issues/330)) ([15d591b](https://github.com/narmi/design_system/commit/15d591b9f7883f5efd75ceda1859386777e644da))
216
-
217
- ### [1.9.1](https://github.com/narmi/design_system/compare/v1.9.0...v1.9.1) (2021-11-04)
218
-
219
-
220
- ### Bug Fixes
221
-
222
- * **Input:** increase space very slightly between label and input value ([93a69f4](https://github.com/narmi/design_system/commit/93a69f408a479af8beb2b65f75de220ebe26d89a))
223
-
224
- ## [1.9.0](https://github.com/narmi/design_system/compare/v1.8.0...v1.9.0) (2021-11-04)
225
-
226
-
227
- ### Features
228
-
229
- * **Tooltip:** add prop to control styling behavior of trigger wrapper ([2e0354c](https://github.com/narmi/design_system/commit/2e0354cd86136f0a855cd12b2f98c4f92fab27de))
230
-
231
- ## [1.8.0](https://github.com/narmi/design_system/compare/v1.7.5...v1.8.0) (2021-11-03)
232
-
233
-
234
- ### Features
235
-
236
- * add Tooltip to dist; add 'admin user' icon ([510ff35](https://github.com/narmi/design_system/commit/510ff3584f6c8cd90121b40ea81c599eaa0a2d67))
237
-
238
- ### [1.7.5](https://github.com/narmi/design_system/compare/v1.7.4...v1.7.5) (2021-11-02)
239
-
240
-
241
- ### Bug Fixes
242
-
243
- * **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))
244
-
245
- ### [1.7.4](https://github.com/narmi/design_system/compare/v1.7.3...v1.7.4) (2021-11-02)
246
-
247
-
248
- ### Bug Fixes
249
-
250
- * **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))
251
-
252
- ### [1.7.3](https://github.com/narmi/design_system/compare/v1.7.2...v1.7.3) (2021-11-01)
253
-
254
-
255
- ### Bug Fixes
256
-
257
- * remove tooltip from dist ([a6dd180](https://github.com/narmi/design_system/commit/a6dd18092ee7dd2e9814687dbbb9f2ec34195b97))
258
-
259
- ### [1.7.2](https://github.com/narmi/design_system/compare/v1.7.1...v1.7.2) (2021-11-01)
260
-
261
-
262
- ### Bug Fixes
263
-
264
- * make Tooltip importable ([3cecda8](https://github.com/narmi/design_system/commit/3cecda89ed90e8ee4ef0ba6355d06636cd39eed2))
265
-
266
- ### [1.7.1](https://github.com/narmi/design_system/compare/v1.7.0...v1.7.1) (2021-11-01)
267
-
268
-
269
- ### Bug Fixes
270
-
271
- * **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))
272
-
273
- ## [1.7.0](https://github.com/narmi/design_system/compare/v1.6.0...v1.7.0) (2021-10-28)
274
-
275
-
276
- ### Features
277
-
278
- * **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))
279
-
280
- ## [1.6.0](https://github.com/narmi/design_system/compare/v1.5.0...v1.6.0) (2021-10-28)
281
-
282
-
283
- ### Features
284
-
285
- * **RadioButtons:** add RadioButtons ([#294](https://github.com/narmi/design_system/issues/294)) ([9e77354](https://github.com/narmi/design_system/commit/9e77354bfbf118e79e319f7f742c6fafdb28a658))
286
-
287
- ## [1.5.0](https://github.com/narmi/design_system/compare/v1.4.5...v1.5.0) (2021-10-28)
288
-
289
-
290
- ### Features
291
-
292
- * add Tooltip component ([8bc6e0c](https://github.com/narmi/design_system/commit/8bc6e0cfcd456eed6b0b3578f6a706f2c47308d3))
293
-
294
- ### [1.4.5](https://github.com/narmi/design_system/compare/v1.4.4...v1.4.5) (2021-10-27)
295
-
296
-
297
- ### Bug Fixes
298
-
299
- * remove optimizeLegibility for headers ([#289](https://github.com/narmi/design_system/issues/289)) ([24883dd](https://github.com/narmi/design_system/commit/24883dde4ef847cb4c2a7f71d8609080a43f8c82))
300
-
301
- ### [1.4.4](https://github.com/narmi/design_system/compare/v1.4.3...v1.4.4) (2021-10-27)
302
-
303
-
304
- ### Bug Fixes
305
-
306
- * **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))
307
-
308
- ### [1.4.3](https://github.com/narmi/design_system/compare/v1.4.2...v1.4.3) (2021-10-27)
309
-
310
-
311
- ### Bug Fixes
312
-
313
- * **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))
314
-
315
- ### [1.4.2](https://github.com/narmi/design_system/compare/v1.4.1...v1.4.2) (2021-10-27)
316
-
317
-
318
- ### Bug Fixes
319
-
320
- * **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))
321
-
322
- ### [1.4.1](https://github.com/narmi/design_system/compare/v1.4.0...v1.4.1) (2021-10-27)
323
-
324
-
325
- ### Bug Fixes
326
-
327
- * **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))
328
-
329
- ## [1.4.0](https://github.com/narmi/design_system/compare/v1.3.2...v1.4.0) (2021-10-27)
330
-
331
-
332
- ### Features
333
-
334
- * **Modal:** allow setting maxWidth CSS property on modal container ([b67a6c1](https://github.com/narmi/design_system/commit/b67a6c1dc2d34fdc5f9515d80b6494137f4ffda4))
335
-
336
- ### [1.3.2](https://github.com/narmi/design_system/compare/v1.3.1...v1.3.2) (2021-10-26)
337
-
338
-
339
- ### Bug Fixes
340
-
341
- * **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))
342
-
343
- ### [1.3.1](https://github.com/narmi/design_system/compare/v1.3.0...v1.3.1) (2021-10-25)
344
-
345
-
346
- ### Bug Fixes
347
-
348
- * **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))
349
-
350
- ## [1.3.0](https://github.com/narmi/design_system/compare/v1.2.1...v1.3.0) (2021-10-19)
351
-
352
-
353
- ### Features
354
-
355
- * **DateInput:** expose dateFormat prop ([319f298](https://github.com/narmi/design_system/commit/319f298dfdd5e392f24983508ff28747e6688ce7))
356
-
357
- ### [1.2.1](https://github.com/narmi/design_system/compare/v1.2.0...v1.2.1) (2021-10-19)
358
-
359
-
360
- ### Bug Fixes
361
-
362
- * **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))
363
-
364
- ## [1.2.0](https://github.com/narmi/design_system/compare/v1.1.1...v1.2.0) (2021-10-19)
365
-
366
-
367
- ### Features
368
-
369
- * **DateInput:** allow defaultDate to be set; document all prop types ([e0b726b](https://github.com/narmi/design_system/commit/e0b726b0d54cceb556964c58cac17fd45de46d2e))
370
-
371
- ### [1.1.1](https://github.com/narmi/design_system/compare/v1.1.0...v1.1.1) (2021-10-19)
372
-
373
-
374
- ### Bug Fixes
375
-
376
- * **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))
377
-
378
- ## [1.1.0](https://github.com/narmi/design_system/compare/v1.0.0...v1.1.0) (2021-10-18)
379
-
380
-
381
- ### Features
382
-
383
- * **DateInput:** add `disableDays` prop for disabling dates ([d7dd43a](https://github.com/narmi/design_system/commit/d7dd43acbf6eb01356fb4a2ea2e1ec850633f154))
384
-
385
- ## [1.0.0](https://github.com/narmi/design_system/compare/v0.2.0...v1.0.0) (2021-10-12)
386
-
387
-
388
- ### ⚠ BREAKING CHANGES
389
-
390
- * remove dist dir from versioning
391
-
392
- ### Code Refactoring
393
-
394
- * remove dist dir from versioning ([9f6bca4](https://github.com/narmi/design_system/commit/9f6bca47b70cee488ec483528fec74563a2f5755))
395
-
396
- ## [0.2.0](https://github.com/narmi/design_system/compare/v0.1.0...v0.2.0) (2021-10-12)
397
-
398
-
399
- ### Features
400
-
401
- * force first release ([e9d223d](https://github.com/narmi/design_system/commit/e9d223d019e4da380f2aa3739628b85933993973))
402
- * update release github token ([b5f932f](https://github.com/narmi/design_system/commit/b5f932ff5a8258b4144b5b228078a059ca03915d))
403
- * use workflow dispatch for releases for now ([7b99b70](https://github.com/narmi/design_system/commit/7b99b700cf2f275aa1725bc6ddcf0c34cad727db))
@@ -1,3 +0,0 @@
1
- //! moment.js
2
-
3
- //! moment.js locale configuration
Binary file
@@ -1,137 +0,0 @@
1
- /**
2
- * Do not edit directly
3
- * Generated on Wed, 08 Dec 2021 20:15:48 GMT
4
- */
5
-
6
- module.exports = {
7
- "BorderColorPrimary": "#1a4338",
8
- "BorderColorLight": "#d9d9d9",
9
- "BorderColorDefault": "#d9d9d9",
10
- "BorderRadiusDefault": "4px",
11
- "BorderSizeS": "1px",
12
- "BorderSizeM": "2px",
13
- "BorderSizeDefault": "1px",
14
- "ColorAlpha5": "0.05",
15
- "ColorAlpha10": "0.1",
16
- "ColorAlpha20": "0.2",
17
- "ColorBackgroundBlueGrey": "#f4f6fa",
18
- "ColorBackgroundCloudGrey": "#e9e9e9",
19
- "ColorBackgroundNeutralGrey": "#f9f9f9",
20
- "ColorBackgroundSmokeGrey": "#f3f3f3",
21
- "ColorBackgroundSnowGrey": "#fbfbfb",
22
- "ColorBackgroundWhite": "#ffffff",
23
- "ColorBackgroundScrimLight": "rgba(255, 255, 255, 0.85)",
24
- "ColorBackgroundScrimDark": "rgba(80, 80, 80, 0.7)",
25
- "ColorNarmiMoss100": "#002921",
26
- "ColorNarmiMoss200": "#0f3c32",
27
- "ColorNarmiMoss300": "#005242",
28
- "ColorNarmiMoss400": "#006553",
29
- "ColorNarmiMoss500": "#3e8373",
30
- "ColorNarmiMoss600": "#6ea193",
31
- "ColorNarmiMoss700": "#9dc0b6",
32
- "ColorNarmiMoss800": "#cdded9",
33
- "ColorNarmiMoss": "#006553",
34
- "ColorNarmiPine100": "#041a14",
35
- "ColorNarmiPine200": "#062821",
36
- "ColorNarmiPine300": "#16362c",
37
- "ColorNarmiPine400": "#1a4338",
38
- "ColorNarmiPine500": "#44655b",
39
- "ColorNarmiPine600": "#708981",
40
- "ColorNarmiPine700": "#708981",
41
- "ColorNarmiPine800": "#cdd6d3",
42
- "ColorNarmiPine": "#1a4338",
43
- "ColorNarmiCove100": "#002547",
44
- "ColorNarmiCove200": "#00376a",
45
- "ColorNarmiCove300": "#094895",
46
- "ColorNarmiCove400": "#005cb2",
47
- "ColorNarmiCove500": "#237cc3",
48
- "ColorNarmiCove600": "#66a2d6",
49
- "ColorNarmiCove700": "#a6cff0",
50
- "ColorNarmiCove800": "#d4edff",
51
- "ColorNarmiCove": "#005cb2",
52
- "ColorNarmiAzul100": "#001340",
53
- "ColorNarmiAzul200": "#00205e",
54
- "ColorNarmiAzul300": "#002c82",
55
- "ColorNarmiAzul400": "#003ea0",
56
- "ColorNarmiAzul500": "#3664b5",
57
- "ColorNarmiAzul600": "#6b89c7",
58
- "ColorNarmiAzul700": "#9cb1de",
59
- "ColorNarmiAzul800": "#c9d8f2",
60
- "ColorNarmiAzul": "#003ea0",
61
- "ColorNarmiPistachio100": "#485e3d",
62
- "ColorNarmiPistachio200": "#6b8c5a",
63
- "ColorNarmiPistachio300": "#90bb78",
64
- "ColorNarmiPistachio400": "#b5e995",
65
- "ColorNarmiPistachio500": "#ccf0b4",
66
- "ColorNarmiPistachio600": "#daf4c8",
67
- "ColorNarmiPistachio700": "#e9f8de",
68
- "ColorNarmiPistachio800": "#f7fcf3",
69
- "ColorNarmiPistachio": "#b5e995",
70
- "ColorNarmiCactus100": "#324c23",
71
- "ColorNarmiCactus200": "#4b7137",
72
- "ColorNarmiCactus300": "#63964b",
73
- "ColorNarmiCactus400": "#7fbc5b",
74
- "ColorNarmiCactus500": "#99ca7a",
75
- "ColorNarmiCactus600": "#b3d79a",
76
- "ColorNarmiCactus700": "#cce4ba",
77
- "ColorNarmiCactus800": "#e5f1dc",
78
- "ColorNarmiCactus": "#7fbc5b",
79
- "ColorNarmiSand100": "#423329",
80
- "ColorNarmiSand200": "#684d41",
81
- "ColorNarmiSand300": "#947564",
82
- "ColorNarmiSand400": "#c4a08a",
83
- "ColorNarmiSand500": "#dcc1a2",
84
- "ColorNarmiSand600": "#eed6c3",
85
- "ColorNarmiSand700": "#f4e3d6",
86
- "ColorNarmiSand800": "#fcf0e9",
87
- "ColorNarmiSand": "#dcc1a2",
88
- "ColorNarmiBlack": "#333333",
89
- "ColorNarmiGrey": "#4c4c4c",
90
- "ColorNarmiMediumGrey": "#8c8c8c",
91
- "ColorNarmiLightGrey": "#d9d9d9",
92
- "ColorNarmiWhite": "#ffffff",
93
- "ColorSystemSuccessDark": "#37b374",
94
- "ColorSystemSuccessLight": "#e3fae7",
95
- "ColorSystemWarnDark": "#eac348",
96
- "ColorSystemWarnLight": "#fef8e3",
97
- "ColorSystemErrorDark": "#d93b3b",
98
- "ColorSystemErrorLight": "#fdf1f1",
99
- "ColorThemePrimary": "#1a4338",
100
- "ColorThemeSecondary": "#006553",
101
- "ColorThemeTertiary": "#7fbc5b",
102
- "ColorThemeLink": "#006553",
103
- "FontColorHeading": "#333333",
104
- "FontColorPrimary": "#4c4c4c",
105
- "FontColorSecondary": "#8c8c8c",
106
- "FontColorHint": "#d9d9d9",
107
- "FontFamilyHeading": "'Narmi Matiere', serif",
108
- "FontFamilyBody": "Mulish, Helvetica, sans-serif",
109
- "FontFamilyDefault": "Mulish, Helvetica, sans-serif",
110
- "FontLineHeightSmallText": "1.6",
111
- "FontLineHeightBodyText": "1.25",
112
- "FontLineHeightBigText": "1.1",
113
- "FontLineHeightDefault": "1.25",
114
- "FontSizeXs": "12px",
115
- "FontSizeS": "14px",
116
- "FontSizeM": "16px",
117
- "FontSizeL": "20px",
118
- "FontSizeHeading1": "32px",
119
- "FontSizeHeading2": "28px",
120
- "FontSizeHeading3": "24px",
121
- "FontSizeDefault": "16px",
122
- "FontWeightNormal": "400",
123
- "FontWeightSemibold": "600",
124
- "FontWeightBold": "700",
125
- "FontWeightDefault": "400",
126
- "LayoutSpaceXxs": "4px",
127
- "LayoutSpaceXs": "8px",
128
- "LayoutSpaceS": "12px",
129
- "LayoutSpaceM": "16px",
130
- "LayoutSpaceL": "20px",
131
- "LayoutSpaceXl": "40px",
132
- "LayoutSpaceDefault": "20px",
133
- "ShadowElevationLow": "0 2px 12px 0 rgba(80, 80, 80, 0.05)",
134
- "ShadowElevationMiddle": "0 2px 12px 0 rgba(0, 0, 0, 0.1)",
135
- "ShadowElevationHigh": "0 2px 12px 0 rgba(80, 80, 80, 0.2)",
136
- "ShadowElevationDefault": "0 2px 12px 0 rgba(0, 0, 0, 0.1)"
137
- };