@newtonschool/grauity 3.0.23-beta.1 → 3.0.24

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.
Files changed (37) hide show
  1. package/dist/css/grauity-icons.scss +134 -126
  2. package/dist/fonts/grauity-icons.eot +0 -0
  3. package/dist/fonts/grauity-icons.ttf +0 -0
  4. package/dist/fonts/grauity-icons.woff +0 -0
  5. package/dist/fonts/grauity-icons.woff2 +0 -0
  6. package/dist/index.d.ts +1073 -72
  7. package/dist/index.d.ts.map +1 -1
  8. package/dist/main.cjs +1 -1
  9. package/dist/main.cjs.map +1 -1
  10. package/dist/module.mjs +1 -1
  11. package/dist/module.mjs.map +1 -1
  12. package/dist/ui/core/icons/iconTags.d.ts +2 -0
  13. package/dist/ui/core/icons/iconTags.d.ts.map +1 -1
  14. package/dist/ui/core/icons/iconTypes.d.ts +4 -2
  15. package/dist/ui/core/icons/iconTypes.d.ts.map +1 -1
  16. package/dist/ui/index.d.ts +0 -3
  17. package/dist/ui/index.d.ts.map +1 -1
  18. package/dist/ui/themes/ThemeContext.d.ts.map +1 -1
  19. package/dist/ui/themes/ThemeProvider.d.ts +1069 -6
  20. package/dist/ui/themes/ThemeProvider.d.ts.map +1 -1
  21. package/dist/ui/themes/types.d.ts +0 -27
  22. package/dist/ui/themes/types.d.ts.map +1 -1
  23. package/package.json +1 -1
  24. package/dist/ui/elements/ThemeScope/ThemeScope.d.ts +0 -4
  25. package/dist/ui/elements/ThemeScope/ThemeScope.d.ts.map +0 -1
  26. package/dist/ui/elements/ThemeScope/ThemeScopeProvider.d.ts +0 -8
  27. package/dist/ui/elements/ThemeScope/ThemeScopeProvider.d.ts.map +0 -1
  28. package/dist/ui/elements/ThemeScope/constants.d.ts +0 -3
  29. package/dist/ui/elements/ThemeScope/constants.d.ts.map +0 -1
  30. package/dist/ui/elements/ThemeScope/contexts/ThemeScopeContext.d.ts +0 -7
  31. package/dist/ui/elements/ThemeScope/contexts/ThemeScopeContext.d.ts.map +0 -1
  32. package/dist/ui/elements/ThemeScope/index.d.ts +0 -6
  33. package/dist/ui/elements/ThemeScope/index.d.ts.map +0 -1
  34. package/dist/ui/elements/ThemeScope/types.d.ts +0 -50
  35. package/dist/ui/elements/ThemeScope/types.d.ts.map +0 -1
  36. package/dist/ui/elements/ThemeScope/utils.d.ts +0 -12
  37. package/dist/ui/elements/ThemeScope/utils.d.ts.map +0 -1
@@ -2,10 +2,10 @@ $grauity-icons-font: "grauity-icons";
2
2
 
3
3
  @font-face {
4
4
  font-family: $grauity-icons-font;
5
- src: url("../fonts/grauity-icons.eot?c1b5f5d7b18af544c47de637dcbd8cd8#iefix") format("embedded-opentype"),
6
- url("../fonts/grauity-icons.woff?c1b5f5d7b18af544c47de637dcbd8cd8") format("woff"),
7
- url("../fonts/grauity-icons.woff2?c1b5f5d7b18af544c47de637dcbd8cd8") format("woff2"),
8
- url("../fonts/grauity-icons.ttf?c1b5f5d7b18af544c47de637dcbd8cd8") format("truetype");
5
+ src: url("../fonts/grauity-icons.eot?ad6e2b304e219b187e16605b09cb4fc1#iefix") format("embedded-opentype"),
6
+ url("../fonts/grauity-icons.woff?ad6e2b304e219b187e16605b09cb4fc1") format("woff"),
7
+ url("../fonts/grauity-icons.woff2?ad6e2b304e219b187e16605b09cb4fc1") format("woff2"),
8
+ url("../fonts/grauity-icons.ttf?ad6e2b304e219b187e16605b09cb4fc1") format("truetype");
9
9
  }
10
10
 
11
11
  i[class^="grauity-icon-"]:before, i[class*=" grauity-icon-"]:before {
@@ -342,128 +342,130 @@ $grauity-icons-map: (
342
342
  "map-pin": "\f240",
343
343
  "maximize-filled": "\f241",
344
344
  "maximize": "\f242",
345
- "menu-alt2-filled": "\f243",
346
- "menu-alt2": "\f244",
347
- "menu-filled": "\f245",
348
- "menu-grid-filled": "\f246",
349
- "menu-grid": "\f247",
350
- "menu": "\f248",
351
- "microchip-filled": "\f249",
352
- "microchip": "\f24a",
353
- "minimize-filled": "\f24b",
354
- "minimize": "\f24c",
355
- "minus-circle-filled": "\f24d",
356
- "minus-circle": "\f24e",
357
- "minus-square-filled": "\f24f",
358
- "minus-square": "\f250",
359
- "moon-filled": "\f251",
360
- "moon": "\f252",
361
- "new-tab-filled": "\f253",
362
- "new-tab": "\f254",
363
- "paper-clip-filled": "\f255",
364
- "paper-clip": "\f256",
365
- "plus-circle-filled": "\f257",
366
- "plus-circle": "\f258",
367
- "plus-filled": "\f259",
368
- "plus-square-filled": "\f25a",
369
- "plus-square": "\f25b",
370
- "plus": "\f25c",
371
- "power-bi-filled": "\f25d",
372
- "power-bi": "\f25e",
373
- "printer-filled": "\f25f",
374
- "printer": "\f260",
375
- "progress-half-filled": "\f261",
376
- "progress-half": "\f262",
377
- "progress-quarter-filled": "\f263",
378
- "progress-quarter": "\f264",
379
- "progress-zero-filled": "\f265",
380
- "progress-zero": "\f266",
381
- "python-filled": "\f267",
382
- "python": "\f268",
383
- "quiz-filled": "\f269",
384
- "quiz": "\f26a",
385
- "refresh-filled": "\f26b",
386
- "refresh": "\f26c",
387
- "remove-filled": "\f26d",
388
- "remove": "\f26e",
389
- "reply-filled": "\f26f",
390
- "reply": "\f270",
391
- "retail-filled": "\f271",
392
- "retail": "\f272",
393
- "screenshare-start-filled": "\f273",
394
- "screenshare-start": "\f274",
395
- "screenshare-stop-filled": "\f275",
396
- "screenshare-stop": "\f276",
397
- "search-filled": "\f277",
398
- "search": "\f278",
399
- "share-filled": "\f279",
400
- "share": "\f27a",
401
- "shield-alert-filled": "\f27b",
402
- "shield-alert": "\f27c",
403
- "shield-check-filled": "\f27d",
404
- "shield-check": "\f27e",
405
- "shield-filled": "\f27f",
406
- "shield-lock-filled": "\f280",
407
- "shield-lock": "\f281",
408
- "shield-x-filled": "\f282",
409
- "shield-x": "\f283",
410
- "shield": "\f284",
411
- "shop-filled": "\f285",
412
- "shop": "\f286",
413
- "sidebar-left-filled": "\f287",
414
- "sidebar-left": "\f288",
415
- "sidebar-right-filled": "\f289",
416
- "sidebar-right": "\f28a",
417
- "signin-filled": "\f28b",
418
- "signin": "\f28c",
419
- "signout-filled": "\f28d",
420
- "signout": "\f28e",
421
- "slider-filled": "\f28f",
422
- "slider": "\f290",
423
- "square-filled": "\f291",
424
- "square": "\f292",
425
- "sticky-note-filled": "\f293",
426
- "sticky-note": "\f294",
427
- "sun-filled": "\f295",
428
- "sun": "\f296",
429
- "thumbs-down-filled": "\f297",
430
- "thumbs-down": "\f298",
431
- "thumbs-up-filled": "\f299",
432
- "thumbs-up": "\f29a",
433
- "thunder-filled": "\f29b",
434
- "thunder": "\f29c",
435
- "truck-filled": "\f29d",
436
- "truck": "\f29e",
437
- "upload-filled": "\f29f",
438
- "upload": "\f2a0",
439
- "wrench-filled": "\f2a1",
440
- "wrench": "\f2a2",
441
- "bell-filled": "\f2a3",
442
- "bell": "\f2a4",
443
- "calender-check-filled": "\f2a5",
444
- "calender-check": "\f2a6",
445
- "calender-filled": "\f2a7",
446
- "calender-plus-filled": "\f2a8",
447
- "calender-plus": "\f2a9",
448
- "calender": "\f2aa",
449
- "clock-filled": "\f2ab",
450
- "clock": "\f2ac",
451
- "rewatch-filled": "\f2ad",
452
- "rewatch": "\f2ae",
453
- "stopwatch-filled": "\f2af",
454
- "stopwatch": "\f2b0",
455
- "bot-filled": "\f2b1",
456
- "bot": "\f2b2",
457
- "person-check-filled": "\f2b3",
458
- "person-check": "\f2b4",
459
- "person-filled": "\f2b5",
460
- "person-plus-filled": "\f2b6",
461
- "person-plus": "\f2b7",
462
- "person": "\f2b8",
463
- "user-speak-filled": "\f2b9",
464
- "user-speak": "\f2ba",
465
- "users-filled": "\f2bb",
466
- "users": "\f2bc",
345
+ "meeting-room-filled": "\f243",
346
+ "meeting-room": "\f244",
347
+ "menu-alt2-filled": "\f245",
348
+ "menu-alt2": "\f246",
349
+ "menu-filled": "\f247",
350
+ "menu-grid-filled": "\f248",
351
+ "menu-grid": "\f249",
352
+ "menu": "\f24a",
353
+ "microchip-filled": "\f24b",
354
+ "microchip": "\f24c",
355
+ "minimize-filled": "\f24d",
356
+ "minimize": "\f24e",
357
+ "minus-circle-filled": "\f24f",
358
+ "minus-circle": "\f250",
359
+ "minus-square-filled": "\f251",
360
+ "minus-square": "\f252",
361
+ "moon-filled": "\f253",
362
+ "moon": "\f254",
363
+ "new-tab-filled": "\f255",
364
+ "new-tab": "\f256",
365
+ "paper-clip-filled": "\f257",
366
+ "paper-clip": "\f258",
367
+ "plus-circle-filled": "\f259",
368
+ "plus-circle": "\f25a",
369
+ "plus-filled": "\f25b",
370
+ "plus-square-filled": "\f25c",
371
+ "plus-square": "\f25d",
372
+ "plus": "\f25e",
373
+ "power-bi-filled": "\f25f",
374
+ "power-bi": "\f260",
375
+ "printer-filled": "\f261",
376
+ "printer": "\f262",
377
+ "progress-half-filled": "\f263",
378
+ "progress-half": "\f264",
379
+ "progress-quarter-filled": "\f265",
380
+ "progress-quarter": "\f266",
381
+ "progress-zero-filled": "\f267",
382
+ "progress-zero": "\f268",
383
+ "python-filled": "\f269",
384
+ "python": "\f26a",
385
+ "quiz-filled": "\f26b",
386
+ "quiz": "\f26c",
387
+ "refresh-filled": "\f26d",
388
+ "refresh": "\f26e",
389
+ "remove-filled": "\f26f",
390
+ "remove": "\f270",
391
+ "reply-filled": "\f271",
392
+ "reply": "\f272",
393
+ "retail-filled": "\f273",
394
+ "retail": "\f274",
395
+ "screenshare-start-filled": "\f275",
396
+ "screenshare-start": "\f276",
397
+ "screenshare-stop-filled": "\f277",
398
+ "screenshare-stop": "\f278",
399
+ "search-filled": "\f279",
400
+ "search": "\f27a",
401
+ "share-filled": "\f27b",
402
+ "share": "\f27c",
403
+ "shield-alert-filled": "\f27d",
404
+ "shield-alert": "\f27e",
405
+ "shield-check-filled": "\f27f",
406
+ "shield-check": "\f280",
407
+ "shield-filled": "\f281",
408
+ "shield-lock-filled": "\f282",
409
+ "shield-lock": "\f283",
410
+ "shield-x-filled": "\f284",
411
+ "shield-x": "\f285",
412
+ "shield": "\f286",
413
+ "shop-filled": "\f287",
414
+ "shop": "\f288",
415
+ "sidebar-left-filled": "\f289",
416
+ "sidebar-left": "\f28a",
417
+ "sidebar-right-filled": "\f28b",
418
+ "sidebar-right": "\f28c",
419
+ "signin-filled": "\f28d",
420
+ "signin": "\f28e",
421
+ "signout-filled": "\f28f",
422
+ "signout": "\f290",
423
+ "slider-filled": "\f291",
424
+ "slider": "\f292",
425
+ "square-filled": "\f293",
426
+ "square": "\f294",
427
+ "sticky-note-filled": "\f295",
428
+ "sticky-note": "\f296",
429
+ "sun-filled": "\f297",
430
+ "sun": "\f298",
431
+ "thumbs-down-filled": "\f299",
432
+ "thumbs-down": "\f29a",
433
+ "thumbs-up-filled": "\f29b",
434
+ "thumbs-up": "\f29c",
435
+ "thunder-filled": "\f29d",
436
+ "thunder": "\f29e",
437
+ "truck-filled": "\f29f",
438
+ "truck": "\f2a0",
439
+ "upload-filled": "\f2a1",
440
+ "upload": "\f2a2",
441
+ "wrench-filled": "\f2a3",
442
+ "wrench": "\f2a4",
443
+ "bell-filled": "\f2a5",
444
+ "bell": "\f2a6",
445
+ "calender-check-filled": "\f2a7",
446
+ "calender-check": "\f2a8",
447
+ "calender-filled": "\f2a9",
448
+ "calender-plus-filled": "\f2aa",
449
+ "calender-plus": "\f2ab",
450
+ "calender": "\f2ac",
451
+ "clock-filled": "\f2ad",
452
+ "clock": "\f2ae",
453
+ "rewatch-filled": "\f2af",
454
+ "rewatch": "\f2b0",
455
+ "stopwatch-filled": "\f2b1",
456
+ "stopwatch": "\f2b2",
457
+ "bot-filled": "\f2b3",
458
+ "bot": "\f2b4",
459
+ "person-check-filled": "\f2b5",
460
+ "person-check": "\f2b6",
461
+ "person-filled": "\f2b7",
462
+ "person-plus-filled": "\f2b8",
463
+ "person-plus": "\f2b9",
464
+ "person": "\f2ba",
465
+ "user-speak-filled": "\f2bb",
466
+ "user-speak": "\f2bc",
467
+ "users-filled": "\f2bd",
468
+ "users": "\f2be",
467
469
  );
468
470
 
469
471
  .grauity-icon-exclamation-circle-filled:before {
@@ -1432,6 +1434,12 @@ $grauity-icons-map: (
1432
1434
  .grauity-icon-maximize:before {
1433
1435
  content: map-get($grauity-icons-map, "maximize");
1434
1436
  }
1437
+ .grauity-icon-meeting-room-filled:before {
1438
+ content: map-get($grauity-icons-map, "meeting-room-filled");
1439
+ }
1440
+ .grauity-icon-meeting-room:before {
1441
+ content: map-get($grauity-icons-map, "meeting-room");
1442
+ }
1435
1443
  .grauity-icon-menu-alt2-filled:before {
1436
1444
  content: map-get($grauity-icons-map, "menu-alt2-filled");
1437
1445
  }
Binary file
Binary file
Binary file
Binary file