@narmi/design_system 2.35.1 → 2.36.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 +28 -0
- package/dist/icons/compat-icons.json +325 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/style.css +3 -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/colors.js +1 -1
- package/dist/tokens/js/manifest.js +1 -1
- package/dist/tokens/js/reactNativeWeb.js +1 -1
- package/package.json +1 -1
- package/dist/icons/compat-icons.js +0 -1
package/README.md
CHANGED
|
@@ -99,6 +99,8 @@ npm run dev
|
|
|
99
99
|
| `storybook` | starts storybook in dev server mode on `:6006` |
|
|
100
100
|
| `watch` | watches `src` dir, triggering `build` on changes |
|
|
101
101
|
| `dev` | **Start storybook and watch for all `src` changes** |
|
|
102
|
+
| `stats:components` | analyzes a given project and reports component usage |
|
|
103
|
+
| `stats:classes` | analyzes a given project and reports class usage |
|
|
102
104
|
|
|
103
105
|
### Releases
|
|
104
106
|
|
|
@@ -158,6 +160,32 @@ Any modification to the design system that requires consumers to update their us
|
|
|
158
160
|
|
|
159
161
|
If you are making a breaking change, please [note it in your commit message](https://www.conventionalcommits.org/en/v1.0.0/#commit-message-with-description-and-breaking-change-footer) appropriately.
|
|
160
162
|
|
|
163
|
+
### Testing unpublished changes in a consumer
|
|
164
|
+
|
|
165
|
+
**Development of Narmi Design System should be done in isolation within this repo.**
|
|
166
|
+
There are however, some rare circumstances where you may need to test NDS changes against some consuming application.
|
|
167
|
+
|
|
168
|
+
The best way to approach testing unpublished NDS changes in a consumer is to use
|
|
169
|
+
**beta versions**.
|
|
170
|
+
|
|
171
|
+
#### Publishing a beta version
|
|
172
|
+
⚠️ Only do this if absolutely necessary
|
|
173
|
+
|
|
174
|
+
1. Rebuild NDS (`npm run build`)
|
|
175
|
+
2. Update the `version` field of package.json to be a beta of the next minor.
|
|
176
|
+
For example, you would change `2.35.2` to `2.36.0-beta.0`.
|
|
177
|
+
DO NOT COMMIT THIS CHANGE.
|
|
178
|
+
3. Publish the package (`npm run publish --tag beta`)
|
|
179
|
+
4. In your consuming application, you can point the `@narmi/design_system`
|
|
180
|
+
version to the beta version you just published.
|
|
181
|
+
|
|
182
|
+
If you need to make additional changes after the beta is published...
|
|
183
|
+
|
|
184
|
+
1. Rebuild NDS (`npm run build`)
|
|
185
|
+
2. Bump the beta version number in package.json (`2.36.0-beta.0` -> `2.36.0-beta.1`)
|
|
186
|
+
3. Install the new beta version in your consuming application.
|
|
187
|
+
|
|
188
|
+
----
|
|
161
189
|
## License
|
|
162
190
|
|
|
163
191
|
Source code is under a custom license based on MIT. The license restricts `@narmi/design_system` usage to applications that integrate or interoperate with Narmi software or services, with additional restrictions for external, stand-alone applications. Please see LICENSE.md for full details.
|
|
@@ -0,0 +1,325 @@
|
|
|
1
|
+
|
|
2
|
+
{
|
|
3
|
+
"icons": [
|
|
4
|
+
"narmi-fat-security",
|
|
5
|
+
"security",
|
|
6
|
+
"feed",
|
|
7
|
+
"narmi-feed",
|
|
8
|
+
"activity",
|
|
9
|
+
"airplay",
|
|
10
|
+
"alert-circle",
|
|
11
|
+
"alert-octagon",
|
|
12
|
+
"alert-triangle",
|
|
13
|
+
"align-center",
|
|
14
|
+
"align-justify",
|
|
15
|
+
"align-left",
|
|
16
|
+
"align-right",
|
|
17
|
+
"anchor",
|
|
18
|
+
"aperture",
|
|
19
|
+
"archive",
|
|
20
|
+
"arrow-down",
|
|
21
|
+
"arrow-down-circle",
|
|
22
|
+
"arrow-down-left",
|
|
23
|
+
"arrow-down-right",
|
|
24
|
+
"arrow-left",
|
|
25
|
+
"arrow-left-circle",
|
|
26
|
+
"arrow-right",
|
|
27
|
+
"arrow-right-circle",
|
|
28
|
+
"arrow-up",
|
|
29
|
+
"arrow-up-circle",
|
|
30
|
+
"arrow-up-left",
|
|
31
|
+
"arrow-up-right",
|
|
32
|
+
"at-sign",
|
|
33
|
+
"award",
|
|
34
|
+
"bar-chart",
|
|
35
|
+
"bar-chart-2",
|
|
36
|
+
"battery",
|
|
37
|
+
"battery-charging",
|
|
38
|
+
"bell",
|
|
39
|
+
"bell-off",
|
|
40
|
+
"bluetooth",
|
|
41
|
+
"bold",
|
|
42
|
+
"book",
|
|
43
|
+
"book-open",
|
|
44
|
+
"bookmark",
|
|
45
|
+
"box",
|
|
46
|
+
"briefcase",
|
|
47
|
+
"calendar",
|
|
48
|
+
"camera",
|
|
49
|
+
"camera-off",
|
|
50
|
+
"cast",
|
|
51
|
+
"check",
|
|
52
|
+
"check-circle",
|
|
53
|
+
"check-square",
|
|
54
|
+
"chevron-down",
|
|
55
|
+
"chevron-left",
|
|
56
|
+
"chevron-right",
|
|
57
|
+
"chevron-up",
|
|
58
|
+
"chevrons-down",
|
|
59
|
+
"chevrons-left",
|
|
60
|
+
"chevrons-right",
|
|
61
|
+
"chevrons-up",
|
|
62
|
+
"chrome",
|
|
63
|
+
"circle",
|
|
64
|
+
"clipboard",
|
|
65
|
+
"clock",
|
|
66
|
+
"cloud",
|
|
67
|
+
"cloud-drizzle",
|
|
68
|
+
"cloud-lightning",
|
|
69
|
+
"cloud-off",
|
|
70
|
+
"cloud-rain",
|
|
71
|
+
"cloud-snow",
|
|
72
|
+
"code",
|
|
73
|
+
"codepen",
|
|
74
|
+
"codesandbox",
|
|
75
|
+
"coffee",
|
|
76
|
+
"columns",
|
|
77
|
+
"command",
|
|
78
|
+
"compass",
|
|
79
|
+
"copy",
|
|
80
|
+
"corner-down-left",
|
|
81
|
+
"corner-down-right",
|
|
82
|
+
"corner-left-down",
|
|
83
|
+
"corner-left-up",
|
|
84
|
+
"corner-right-down",
|
|
85
|
+
"corner-right-up",
|
|
86
|
+
"corner-up-left",
|
|
87
|
+
"corner-up-right",
|
|
88
|
+
"cpu",
|
|
89
|
+
"credit-card1",
|
|
90
|
+
"crop",
|
|
91
|
+
"crosshair",
|
|
92
|
+
"database",
|
|
93
|
+
"delete",
|
|
94
|
+
"disc",
|
|
95
|
+
"dollar-sign",
|
|
96
|
+
"download",
|
|
97
|
+
"download-cloud",
|
|
98
|
+
"droplet",
|
|
99
|
+
"edit",
|
|
100
|
+
"edit-2",
|
|
101
|
+
"edit-3",
|
|
102
|
+
"external-link",
|
|
103
|
+
"eye",
|
|
104
|
+
"eye-off",
|
|
105
|
+
"facebook",
|
|
106
|
+
"fast-forward",
|
|
107
|
+
"feather",
|
|
108
|
+
"figma",
|
|
109
|
+
"file",
|
|
110
|
+
"file-minus",
|
|
111
|
+
"file-plus",
|
|
112
|
+
"file-text1",
|
|
113
|
+
"film",
|
|
114
|
+
"filter",
|
|
115
|
+
"flag",
|
|
116
|
+
"folder",
|
|
117
|
+
"folder-minus",
|
|
118
|
+
"folder-plus",
|
|
119
|
+
"framer",
|
|
120
|
+
"frown",
|
|
121
|
+
"gift",
|
|
122
|
+
"git-branch",
|
|
123
|
+
"git-commit",
|
|
124
|
+
"git-merge",
|
|
125
|
+
"git-pull-request",
|
|
126
|
+
"github",
|
|
127
|
+
"gitlab",
|
|
128
|
+
"globe",
|
|
129
|
+
"grid",
|
|
130
|
+
"hard-drive",
|
|
131
|
+
"hash",
|
|
132
|
+
"headphones",
|
|
133
|
+
"heart",
|
|
134
|
+
"help-circle",
|
|
135
|
+
"hexagon",
|
|
136
|
+
"home",
|
|
137
|
+
"image",
|
|
138
|
+
"inbox",
|
|
139
|
+
"info",
|
|
140
|
+
"instagram",
|
|
141
|
+
"italic",
|
|
142
|
+
"key",
|
|
143
|
+
"layers",
|
|
144
|
+
"layout",
|
|
145
|
+
"life-buoy",
|
|
146
|
+
"link",
|
|
147
|
+
"link-2",
|
|
148
|
+
"linkedin",
|
|
149
|
+
"list",
|
|
150
|
+
"loader",
|
|
151
|
+
"lock",
|
|
152
|
+
"log-in",
|
|
153
|
+
"log-out",
|
|
154
|
+
"mail",
|
|
155
|
+
"map",
|
|
156
|
+
"map-pin",
|
|
157
|
+
"maximize",
|
|
158
|
+
"maximize-2",
|
|
159
|
+
"meh",
|
|
160
|
+
"menu",
|
|
161
|
+
"message-circle",
|
|
162
|
+
"message-square",
|
|
163
|
+
"mic",
|
|
164
|
+
"mic-off",
|
|
165
|
+
"minimize",
|
|
166
|
+
"minimize-2",
|
|
167
|
+
"minus",
|
|
168
|
+
"minus-circle",
|
|
169
|
+
"minus-square",
|
|
170
|
+
"monitor",
|
|
171
|
+
"moon",
|
|
172
|
+
"more-horizontal",
|
|
173
|
+
"more-vertical",
|
|
174
|
+
"mouse-pointer",
|
|
175
|
+
"move",
|
|
176
|
+
"music",
|
|
177
|
+
"navigation",
|
|
178
|
+
"navigation-2",
|
|
179
|
+
"octagon",
|
|
180
|
+
"package",
|
|
181
|
+
"paperclip",
|
|
182
|
+
"pause",
|
|
183
|
+
"pause-circle",
|
|
184
|
+
"pen-tool",
|
|
185
|
+
"percent",
|
|
186
|
+
"phone",
|
|
187
|
+
"phone-call",
|
|
188
|
+
"phone-forwarded",
|
|
189
|
+
"phone-incoming",
|
|
190
|
+
"phone-missed",
|
|
191
|
+
"phone-off",
|
|
192
|
+
"phone-outgoing",
|
|
193
|
+
"pie-chart",
|
|
194
|
+
"play",
|
|
195
|
+
"play-circle",
|
|
196
|
+
"plus",
|
|
197
|
+
"plus-circle",
|
|
198
|
+
"plus-square",
|
|
199
|
+
"pocket",
|
|
200
|
+
"power",
|
|
201
|
+
"printer",
|
|
202
|
+
"radio",
|
|
203
|
+
"refresh-ccw",
|
|
204
|
+
"refresh-cw",
|
|
205
|
+
"repeat",
|
|
206
|
+
"rewind",
|
|
207
|
+
"rotate-ccw",
|
|
208
|
+
"rotate-cw",
|
|
209
|
+
"rss",
|
|
210
|
+
"save",
|
|
211
|
+
"scissors",
|
|
212
|
+
"search",
|
|
213
|
+
"send",
|
|
214
|
+
"server",
|
|
215
|
+
"settings",
|
|
216
|
+
"share",
|
|
217
|
+
"share-2",
|
|
218
|
+
"shield",
|
|
219
|
+
"shield-off",
|
|
220
|
+
"shopping-bag",
|
|
221
|
+
"shopping-cart",
|
|
222
|
+
"shuffle",
|
|
223
|
+
"sidebar",
|
|
224
|
+
"skip-back",
|
|
225
|
+
"skip-forward",
|
|
226
|
+
"slack",
|
|
227
|
+
"slash",
|
|
228
|
+
"sliders",
|
|
229
|
+
"smartphone",
|
|
230
|
+
"smile",
|
|
231
|
+
"speaker",
|
|
232
|
+
"square",
|
|
233
|
+
"star",
|
|
234
|
+
"stop-circle",
|
|
235
|
+
"sun",
|
|
236
|
+
"sunrise",
|
|
237
|
+
"sunset",
|
|
238
|
+
"tablet",
|
|
239
|
+
"tag",
|
|
240
|
+
"target",
|
|
241
|
+
"terminal",
|
|
242
|
+
"thermometer",
|
|
243
|
+
"thumbs-down",
|
|
244
|
+
"thumbs-up",
|
|
245
|
+
"toggle-left",
|
|
246
|
+
"toggle-right",
|
|
247
|
+
"tool",
|
|
248
|
+
"trash",
|
|
249
|
+
"trash-2",
|
|
250
|
+
"trello",
|
|
251
|
+
"trending-down",
|
|
252
|
+
"trending-up",
|
|
253
|
+
"triangle",
|
|
254
|
+
"truck",
|
|
255
|
+
"tv",
|
|
256
|
+
"twitch",
|
|
257
|
+
"twitter",
|
|
258
|
+
"type",
|
|
259
|
+
"umbrella",
|
|
260
|
+
"underline",
|
|
261
|
+
"unlock",
|
|
262
|
+
"upload",
|
|
263
|
+
"upload-cloud",
|
|
264
|
+
"user",
|
|
265
|
+
"user-check",
|
|
266
|
+
"user-minus",
|
|
267
|
+
"user-plus",
|
|
268
|
+
"user-x",
|
|
269
|
+
"users",
|
|
270
|
+
"video",
|
|
271
|
+
"video-off",
|
|
272
|
+
"voicemail",
|
|
273
|
+
"volume",
|
|
274
|
+
"volume-1",
|
|
275
|
+
"volume-2",
|
|
276
|
+
"volume-x",
|
|
277
|
+
"watch",
|
|
278
|
+
"wifi",
|
|
279
|
+
"wifi-off",
|
|
280
|
+
"wind",
|
|
281
|
+
"x",
|
|
282
|
+
"x-circle",
|
|
283
|
+
"x-octagon",
|
|
284
|
+
"x-square",
|
|
285
|
+
"youtube",
|
|
286
|
+
"zap",
|
|
287
|
+
"zap-off",
|
|
288
|
+
"zoom-in",
|
|
289
|
+
"zoom-out",
|
|
290
|
+
"question",
|
|
291
|
+
"signal",
|
|
292
|
+
"car",
|
|
293
|
+
"student",
|
|
294
|
+
"hand-spock",
|
|
295
|
+
"solid-circle",
|
|
296
|
+
"GroupOutlined",
|
|
297
|
+
"LocalAtm",
|
|
298
|
+
"MonetizationOnOutlined",
|
|
299
|
+
"SyncAlt",
|
|
300
|
+
"p2p",
|
|
301
|
+
"check-front",
|
|
302
|
+
"check-endorsed",
|
|
303
|
+
"piggy-bank",
|
|
304
|
+
"venmo",
|
|
305
|
+
"bank",
|
|
306
|
+
"folder-open",
|
|
307
|
+
"group",
|
|
308
|
+
"settings-gear",
|
|
309
|
+
"admin-user",
|
|
310
|
+
"dollar-bill-line",
|
|
311
|
+
"wires",
|
|
312
|
+
"m2m",
|
|
313
|
+
"narmi-transfer",
|
|
314
|
+
"transfer-arrows",
|
|
315
|
+
"blob",
|
|
316
|
+
"bill",
|
|
317
|
+
"venmo-logo",
|
|
318
|
+
"face-id",
|
|
319
|
+
"office",
|
|
320
|
+
"library",
|
|
321
|
+
"file-text",
|
|
322
|
+
"profile",
|
|
323
|
+
"credit-card"
|
|
324
|
+
]
|
|
325
|
+
}
|