@vectramindnpm/unified-design-system 0.1.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.
Binary file
Binary file
package/dist/fonts.css ADDED
@@ -0,0 +1,12 @@
1
+ /* Inter variable font, ported from the source app's src/styles/fonts.css — only the
2
+ font src path was adjusted to point at ./fonts/ (this package's copy of src/fonts/).
3
+ designTokens.js's font.family.base already lists "Inter" first, so this makes that
4
+ token actually render Inter instead of falling back to the platform sans-serif. */
5
+ @font-face {
6
+ font-family: 'Inter';
7
+ font-stretch: 75% 125%;
8
+ font-style: normal;
9
+ font-weight: 100 900;
10
+ font-display: swap;
11
+ src: url('./fonts/Inter-VariableFont_opsz,wght.woff2') format('woff2');
12
+ }
@@ -0,0 +1,703 @@
1
+ /* Icon font, ported verbatim from the source app's src/styles/font-icons.css (223
2
+ .icon-neo-*:before glyph rules below this @font-face — unmodified) — only the font
3
+ src paths were adjusted to point at ./fonts/ (this package's copy of src/fonts/). */
4
+ @font-face {
5
+ font-family: 'fp-neo';
6
+ src: url('./fonts/fp-neo.eot?2obukp');
7
+ src: url('./fonts/fp-neo.eot?2obukp#iefix') format('embedded-opentype'),
8
+ url('./fonts/fp-neo.ttf?2obukp') format('truetype'),
9
+ url('./fonts/fp-neo.woff?2obukp') format('woff'),
10
+ url('./fonts/fp-neo.svg?2obukp#fp-neo') format('svg');
11
+ font-weight: normal;
12
+ font-style: normal;
13
+ font-display: block;
14
+ }
15
+
16
+ /* html {
17
+ font-size: 80%;
18
+ } */
19
+ [class^="icon-neo-"],
20
+ [class*=" icon-neo-"] {
21
+ /* use !important to prevent issues with browser extensions that change fonts */
22
+ font-family: 'fp-neo' !important;
23
+ speak: never;
24
+ font-style: normal;
25
+ font-weight: normal;
26
+ font-variant: normal;
27
+ text-transform: none;
28
+ line-height: 1;
29
+
30
+ /* Better Font Rendering =========== */
31
+ -webkit-font-smoothing: antialiased;
32
+ -moz-osx-font-smoothing: grayscale;
33
+ }
34
+
35
+ .icon-neo-list:before {
36
+ content: "\e900";
37
+ }
38
+ .icon-neo-facilitySettings:before {
39
+ content: "\e901";
40
+ }
41
+ .icon-neo-Service_2:before {
42
+ content: "\e902";
43
+ }
44
+ .icon-neo-Room:before {
45
+ content: "\e903";
46
+ }
47
+ .icon-neo-MRN:before {
48
+ content: "\e904";
49
+ }
50
+ .icon-neo-transfer:before {
51
+ content: "\e905";
52
+ }
53
+ .icon-neo-Activate:before {
54
+ content: "\e906";
55
+ }
56
+ .icon-neo-FastTrack:before {
57
+ content: "\e907";
58
+ }
59
+ .icon-neo-SeniorCitizen:before {
60
+ content: "\e908";
61
+ }
62
+ .icon-neo-SpecialNeeds:before {
63
+ content: "\e909";
64
+ }
65
+ .icon-neo-Floor:before {
66
+ content: "\e90a";
67
+ }
68
+ .icon-neo-Building:before {
69
+ content: "\e90b";
70
+ }
71
+ .icon-neo-Service:before {
72
+ content: "\e90c";
73
+ }
74
+ .icon-neo-queues1:before {
75
+ content: "\e90d";
76
+ }
77
+ .icon-neo-departments1:before {
78
+ content: "\e90e";
79
+ }
80
+ .icon-neo-graph-wave:before {
81
+ content: "\e90f";
82
+ }
83
+ .icon-neo-recycle:before {
84
+ content: "\e910";
85
+ }
86
+ .icon-neo-not-allowed:before {
87
+ content: "\e911";
88
+ }
89
+ .icon-neo-print:before {
90
+ content: "\e912";
91
+ }
92
+ .icon-neo-reprint:before {
93
+ content: "\e913";
94
+ }
95
+ .icon-neo-ticket-alt:before {
96
+ content: "\e914";
97
+ }
98
+ .icon-neo-submodule:before {
99
+ content: "\e915";
100
+ }
101
+ .icon-neo-addon:before {
102
+ content: "\e916";
103
+ }
104
+ .icon-neo-chart-outline:before {
105
+ content: "\e917";
106
+ }
107
+ .icon-neo-terminate:before {
108
+ content: "\e918";
109
+ }
110
+ .icon-neo-next-day:before {
111
+ content: "\e919";
112
+ }
113
+ .icon-neo-escalation:before {
114
+ content: "\e91a";
115
+ }
116
+ .icon-neo-no-show:before {
117
+ content: "\e91b";
118
+ }
119
+ .icon-neo-square:before {
120
+ content: "\e91c";
121
+ }
122
+ .icon-neo-refresh:before {
123
+ content: "\e91d";
124
+ }
125
+ .icon-neo-send:before {
126
+ content: "\e91e";
127
+ }
128
+ .icon-neo-shield:before {
129
+ content: "\e91f";
130
+ }
131
+ .icon-neo-display-board:before {
132
+ content: "\e920";
133
+ }
134
+ .icon-neo-trend-down:before {
135
+ content: "\e921";
136
+ }
137
+ .icon-neo-trend-up:before {
138
+ content: "\e922";
139
+ }
140
+ .icon-neo-rooms:before {
141
+ content: "\e923";
142
+ }
143
+ .icon-neo-wifi-off:before {
144
+ content: "\e924";
145
+ }
146
+ .icon-neo-re-call:before {
147
+ content: "\e925";
148
+ }
149
+ .icon-neo-transfer-arrow:before {
150
+ content: "\e926";
151
+ }
152
+ .icon-neo-zap:before {
153
+ content: "\e927";
154
+ }
155
+ .icon-neo-x:before {
156
+ content: "\e928";
157
+ }
158
+ .icon-neo-wifi:before {
159
+ content: "\e929";
160
+ }
161
+ .icon-neo-warning:before {
162
+ content: "\e92a";
163
+ }
164
+ .icon-neo-users:before {
165
+ content: "\e92b";
166
+ }
167
+ .icon-neo-user:before {
168
+ content: "\e92c";
169
+ }
170
+ .icon-neo-user-x:before {
171
+ content: "\e92d";
172
+ }
173
+ .icon-neo-hospital:before {
174
+ content: "\e92e";
175
+ }
176
+ .icon-neo-tv:before {
177
+ content: "\e92f";
178
+ }
179
+ .icon-neo-trash:before {
180
+ content: "\e930";
181
+ }
182
+ .icon-neo-toggle:before {
183
+ content: "\e931";
184
+ }
185
+ .icon-neo-ticket:before {
186
+ content: "\e932";
187
+ }
188
+ .icon-neo-thumbs-up:before {
189
+ content: "\e933";
190
+ }
191
+ .icon-neo-thumbs-down:before {
192
+ content: "\e934";
193
+ }
194
+ .icon-neo-tag:before {
195
+ content: "\e935";
196
+ }
197
+ .icon-neo-sun:before {
198
+ content: "\e936";
199
+ }
200
+ .icon-neo-star:before {
201
+ content: "\e937";
202
+ }
203
+ .icon-neo-sparkle:before {
204
+ content: "\e938";
205
+ }
206
+ .icon-neo-sms:before {
207
+ content: "\e939";
208
+ }
209
+ .icon-neo-kiosk:before {
210
+ content: "\e93a";
211
+ }
212
+ .icon-neo-settings:before {
213
+ content: "\e93b";
214
+ }
215
+ .icon-neo-plus:before {
216
+ content: "\e93c";
217
+ }
218
+ .icon-neo-more-vertical:before {
219
+ content: "\e93d";
220
+ }
221
+ .icon-neo-more-horizontal:before {
222
+ content: "\e93e";
223
+ }
224
+ .icon-neo-monitor:before {
225
+ content: "\e93f";
226
+ }
227
+ .icon-neo-message-square:before {
228
+ content: "\e940";
229
+ }
230
+ .icon-neo-map-pin:before {
231
+ content: "\e941";
232
+ }
233
+ .icon-neo-lock:before {
234
+ content: "\e942";
235
+ }
236
+ .icon-neo-lightning:before {
237
+ content: "\e943";
238
+ }
239
+ .icon-neo-in-app:before {
240
+ content: "\e944";
241
+ }
242
+ .icon-neo-grid:before {
243
+ content: "\e945";
244
+ }
245
+ .icon-neo-globe:before {
246
+ content: "\e946";
247
+ }
248
+ .icon-neo-filter:before {
249
+ content: "\e947";
250
+ }
251
+ .icon-neo-eye:before {
252
+ content: "\e948";
253
+ }
254
+ .icon-neo-eye-off:before {
255
+ content: "\e949";
256
+ }
257
+ .icon-neo-external-link:before {
258
+ content: "\e94a";
259
+ }
260
+ .icon-neo-edit:before {
261
+ content: "\e94b";
262
+ }
263
+ .icon-neo-download:before {
264
+ content: "\e94c";
265
+ }
266
+ .icon-neo-dollar-sign:before {
267
+ content: "\e94d";
268
+ }
269
+ .icon-neo-document:before {
270
+ content: "\e94e";
271
+ }
272
+ .icon-neo-cpu:before {
273
+ content: "\e94f";
274
+ }
275
+ .icon-neo-clock:before {
276
+ content: "\e950";
277
+ }
278
+ .icon-neo-clipboard:before {
279
+ content: "\e951";
280
+ }
281
+ .icon-neo-clipboard-list:before {
282
+ content: "\e952";
283
+ }
284
+ .icon-neo-chevron-up:before {
285
+ content: "\e953";
286
+ }
287
+ .icon-neo-chevron-right:before {
288
+ content: "\e954";
289
+ }
290
+ .icon-neo-chevron-left:before {
291
+ content: "\e955";
292
+ }
293
+ .icon-neo-chevron-down:before {
294
+ content: "\e956";
295
+ }
296
+ .icon-neo-check:before {
297
+ content: "\e957";
298
+ }
299
+ .icon-neo-check-circle:before {
300
+ content: "\e958";
301
+ }
302
+ .icon-neo-chart:before {
303
+ content: "\e959";
304
+ }
305
+ .icon-neo-calendar:before {
306
+ content: "\e95a";
307
+ }
308
+ .icon-neo-calendar-check:before {
309
+ content: "\e95b";
310
+ }
311
+ .icon-neo-building:before {
312
+ content: "\e95c";
313
+ }
314
+ .icon-neo-bookmark:before {
315
+ content: "\e95d";
316
+ }
317
+ .icon-neo-bar-chart:before {
318
+ content: "\e95e";
319
+ }
320
+ .icon-neo-arrow-up-right:before {
321
+ content: "\e95f";
322
+ }
323
+ .icon-neo-arrow-right:before {
324
+ content: "\e960";
325
+ }
326
+ .icon-neo-alert-triangle:before {
327
+ content: "\e961";
328
+ }
329
+ .icon-neo-activity:before {
330
+ content: "\e962";
331
+ }
332
+ .icon-neo-user-tag:before {
333
+ content: "\e963";
334
+ }
335
+ .icon-neo-plus-alt:before {
336
+ content: "\e964";
337
+ }
338
+ .icon-neo-power:before {
339
+ content: "\e965";
340
+ }
341
+ .icon-neo-priority:before {
342
+ content: "\e966";
343
+ }
344
+ .icon-neo-crown-filled:before {
345
+ content: "\e967";
346
+ }
347
+ .icon-neo-coffee-cup:before {
348
+ content: "\e968";
349
+ }
350
+ .icon-neo-phone-filled:before {
351
+ content: "\e969";
352
+ }
353
+ .icon-neo-devicemanage:before {
354
+ content: "\e96a";
355
+ }
356
+ .icon-neo-server:before {
357
+ content: "\e96b";
358
+ }
359
+ .icon-neo-ipaddress:before {
360
+ content: "\e96c";
361
+ }
362
+ .icon-neo-identifier:before {
363
+ content: "\e96d";
364
+ }
365
+ .icon-neo-launch:before {
366
+ content: "\e96e";
367
+ }
368
+ .icon-neo-save:before {
369
+ content: "\e96f";
370
+ }
371
+ .icon-neo-mark:before {
372
+ content: "\e970";
373
+ }
374
+ .icon-neo-closed-eye:before {
375
+ content: "\e971";
376
+ }
377
+ .icon-neo-open-eye:before {
378
+ content: "\e972";
379
+ }
380
+ .icon-neo-right-arrow-long:before {
381
+ content: "\e973";
382
+ }
383
+ .icon-neo-leftarrow:before {
384
+ content: "\e974";
385
+ }
386
+ .icon-neo-rightarrow:before {
387
+ content: "\e975";
388
+ }
389
+ .icon-neo-Crown:before {
390
+ content: "\e976";
391
+ }
392
+ .icon-neo-downarrow:before {
393
+ content: "\e977";
394
+ }
395
+ .icon-neo-dual-users:before {
396
+ content: "\e978";
397
+ }
398
+ .icon-neo-hidden:before {
399
+ content: "\e979";
400
+ }
401
+ .icon-neo-location:before {
402
+ content: "\e97a";
403
+ }
404
+ .icon-neo-downtrend:before {
405
+ content: "\e97b";
406
+ }
407
+ .icon-neo-menu-dots:before {
408
+ content: "\e97c";
409
+ }
410
+ .icon-neo-message-callout:before {
411
+ content: "\e97d";
412
+ }
413
+ .icon-neo-phone:before {
414
+ content: "\e97e";
415
+ }
416
+ .icon-neo-retry:before {
417
+ content: "\e97f";
418
+ }
419
+ .icon-neo-sheildadmin:before {
420
+ content: "\e980";
421
+ }
422
+ .icon-neo-key-outline:before {
423
+ content: "\e981";
424
+ }
425
+ .icon-neo-sidearrow:before {
426
+ content: "\e982";
427
+ }
428
+ .icon-neo-stop:before {
429
+ content: "\e983";
430
+ }
431
+ .icon-neo-uparrow:before {
432
+ content: "\e984";
433
+ }
434
+ .icon-neo-uptrend:before {
435
+ content: "\e985";
436
+ }
437
+ .icon-neo-logout:before {
438
+ content: "\e986";
439
+ }
440
+ .icon-neo-database:before {
441
+ content: "\e987";
442
+ }
443
+ .icon-neo-all-staff:before {
444
+ content: "\e988";
445
+ }
446
+ .icon-neo-rooms1:before {
447
+ content: "\e989";
448
+ }
449
+ .icon-neo-funnel:before {
450
+ content: "\e98a";
451
+ }
452
+ .icon-neo-search:before {
453
+ content: "\e98b";
454
+ }
455
+ .icon-neo-upload:before {
456
+ content: "\e98c";
457
+ }
458
+ .icon-neo-upload-line:before {
459
+ content: "\e98d";
460
+ }
461
+ .icon-neo-sidemenu:before {
462
+ content: "\e98e";
463
+ }
464
+ .icon-neo-edit-outline:before {
465
+ content: "\e98f";
466
+ }
467
+ .icon-neo-delete:before {
468
+ content: "\e990";
469
+ }
470
+ .icon-neo-whatsapp:before {
471
+ content: "\e991";
472
+ }
473
+ .icon-neo-user-check:before {
474
+ content: "\e992";
475
+ }
476
+ .icon-neo-trashbin:before {
477
+ content: "\e993";
478
+ }
479
+ .icon-neo-time:before {
480
+ content: "\e994";
481
+ }
482
+ .icon-neo-tick:before {
483
+ content: "\e995";
484
+ }
485
+ .icon-neo-test-tube:before {
486
+ content: "\e996";
487
+ }
488
+ .icon-neo-stethoscope:before {
489
+ content: "\e997";
490
+ }
491
+ .icon-neo-single-user:before {
492
+ content: "\e998";
493
+ }
494
+ .icon-neo-shield-tick:before {
495
+ content: "\e999";
496
+ }
497
+ .icon-neo-appt-types-details:before {
498
+ content: "\e99a";
499
+ }
500
+ .icon-neo-script-pad:before {
501
+ content: "\e99b";
502
+ }
503
+ .icon-neo-reload:before {
504
+ content: "\e99c";
505
+ }
506
+ .icon-neo-pushalerts:before {
507
+ content: "\e99d";
508
+ }
509
+ .icon-neo-play:before {
510
+ content: "\e99e";
511
+ }
512
+ .icon-neo-download1:before {
513
+ content: "\e99f";
514
+ }
515
+ .icon-neo-pencil-line:before {
516
+ content: "\e9a0";
517
+ }
518
+ .icon-neo-pause:before {
519
+ content: "\e9a1";
520
+ }
521
+ .icon-neo-notes:before {
522
+ content: "\e9a2";
523
+ }
524
+ .icon-neo-message:before {
525
+ content: "\e9a3";
526
+ }
527
+ .icon-neo-time-four:before {
528
+ content: "\e9a4";
529
+ }
530
+ .icon-neo-menu:before {
531
+ content: "\e9a5";
532
+ }
533
+ .icon-neo-key:before {
534
+ content: "\e9a6";
535
+ }
536
+ .icon-neo-info:before {
537
+ content: "\e9a7";
538
+ }
539
+ .icon-neo-graph-wave1:before {
540
+ content: "\e9a8";
541
+ }
542
+ .icon-neo-fbstar:before {
543
+ content: "\e9a9";
544
+ }
545
+ .icon-neo-fbstar-filled:before {
546
+ content: "\e9aa";
547
+ }
548
+ .icon-neo-dashboard:before {
549
+ content: "\e9ab";
550
+ }
551
+ .icon-neo-customers:before {
552
+ content: "\e9ac";
553
+ }
554
+ .icon-neo-close:before {
555
+ content: "\e9ad";
556
+ }
557
+ .icon-neo-capsule:before {
558
+ content: "\e9ae";
559
+ }
560
+ .icon-neo-camera:before {
561
+ content: "\e9af";
562
+ }
563
+ .icon-neo-analytics:before {
564
+ content: "\e9b0";
565
+ }
566
+ .icon-neo-engagement-center:before {
567
+ content: "\e9b1";
568
+ }
569
+ .icon-neo-dash-board:before {
570
+ content: "\e9b2";
571
+ }
572
+ .icon-neo-bulb:before {
573
+ content: "\e9b3";
574
+ }
575
+ .icon-neo-token:before {
576
+ content: "\e9b4";
577
+ }
578
+ .icon-neo-workspace:before {
579
+ content: "\e9b5";
580
+ }
581
+ .icon-neo-reports:before {
582
+ content: "\e9b6";
583
+ }
584
+ .icon-neo-pencil-writing:before {
585
+ content: "\e9b7";
586
+ }
587
+ .icon-neo-sms-text:before {
588
+ content: "\e9b8";
589
+ }
590
+ .icon-neo-stop-rounded:before {
591
+ content: "\e9b9";
592
+ }
593
+ .icon-neo-email:before {
594
+ content: "\e9ba";
595
+ }
596
+ .icon-neo-feedback-manager:before {
597
+ content: "\e9bb";
598
+ }
599
+ .icon-neo-campaignmanager:before {
600
+ content: "\e9bc";
601
+ }
602
+ .icon-neo-admin:before {
603
+ content: "\e9bd";
604
+ }
605
+ .icon-neo-tick-round:before {
606
+ content: "\e9be";
607
+ }
608
+ .icon-neo-user-management:before {
609
+ content: "\e9bf";
610
+ }
611
+ .icon-neo-configuration:before {
612
+ content: "\e9c0";
613
+ }
614
+ .icon-neo-bell-dot:before {
615
+ content: "\e9c1";
616
+ }
617
+ .icon-neo-journey-map:before {
618
+ content: "\e9c2";
619
+ }
620
+ .icon-neo-generate-prediction:before {
621
+ content: "\e9c3";
622
+ }
623
+ .icon-neo-care-map:before {
624
+ content: "\e9c4";
625
+ }
626
+ .icon-neo-bell:before {
627
+ content: "\e9c5";
628
+ }
629
+ .icon-neo-align-left:before {
630
+ content: "\e9c6";
631
+ }
632
+ .icon-neo-layers:before {
633
+ content: "\e9c7";
634
+ }
635
+ .icon-neo-drag:before {
636
+ content: "\e9c8";
637
+ }
638
+ .icon-neo-floppy-disk:before {
639
+ content: "\e9c9";
640
+ }
641
+ .icon-neo-contract:before {
642
+ content: "\e9ca";
643
+ }
644
+ .icon-neo-expand:before {
645
+ content: "\e9cb";
646
+ }
647
+ .icon-neo-device-manager:before {
648
+ content: "\e9cc";
649
+ }
650
+ .icon-neo-profile-settings:before {
651
+ content: "\e9cd";
652
+ }
653
+ .icon-neo-singliLine:before {
654
+ content: "\e9ce";
655
+ }
656
+ .icon-neo-web:before {
657
+ content: "\e9cf";
658
+ }
659
+ .icon-neo-tab:before {
660
+ content: "\e9d0";
661
+ }
662
+ .icon-neo-mobile:before {
663
+ content: "\e9d1";
664
+ }
665
+ .icon-neo-kpi:before {
666
+ content: "\e9d2";
667
+ }
668
+ .icon-neo-escalation1:before {
669
+ content: "\e9d3";
670
+ }
671
+ .icon-neo-copy:before {
672
+ content: "\e9d4";
673
+ }
674
+ .icon-neo-circle_check:before {
675
+ content: "\e9d5";
676
+ }
677
+ .icon-neo-link-alt:before {
678
+ content: "\e9d6";
679
+ }
680
+ .icon-neo-close_solid:before {
681
+ content: "\e9d7";
682
+ }
683
+ .icon-neo-Info:before {
684
+ content: "\e9d8";
685
+ }
686
+ .icon-neo-Flows1:before {
687
+ content: "\e9d9";
688
+ }
689
+ .icon-neo-NoShow:before {
690
+ content: "\e9da";
691
+ }
692
+ .icon-neo-SeniorCitizen1:before {
693
+ content: "\e9db";
694
+ }
695
+ .icon-neo-upl_arrow:before {
696
+ content: "\e9fc";
697
+ }
698
+ .icon-neo-downl_arrow:before {
699
+ content: "\e9fd";
700
+ }
701
+ .icon-neo-smile:before {
702
+ content: "\ea4b";
703
+ }