@flywheel-io/vision 2.3.3 → 2.4.1

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 (39) hide show
  1. package/assets/fonts/Flywheel-Vision-Icons.svg +28 -0
  2. package/assets/fonts/Flywheel-Vision-Icons.ttf +0 -0
  3. package/assets/fonts/Flywheel-Vision-Icons.woff +0 -0
  4. package/assets/svg/archive-documents-box-big.svg +4 -0
  5. package/assets/svg/contract-vertical.svg +6 -0
  6. package/assets/svg/conversion-exchange.svg +4 -0
  7. package/assets/svg/cursor-click.svg +4 -0
  8. package/assets/svg/document-file-deleted-cross-remove-center-cancel.svg +4 -0
  9. package/assets/svg/documents-file-checkmark.svg +4 -0
  10. package/assets/svg/file-blank-search.svg +4 -0
  11. package/assets/svg/git-add-branch.svg +4 -0
  12. package/assets/svg/git-branch.svg +4 -0
  13. package/assets/svg/git-merge-draft.svg +6 -0
  14. package/assets/svg/git-merge.svg +4 -0
  15. package/assets/svg/git-pull-request-2.svg +4 -0
  16. package/assets/svg/grid-layout-9-square.svg +4 -0
  17. package/assets/svg/stretch-vertical.svg +4 -0
  18. package/components/dialog/dialog-confirm.component.d.ts +14 -4
  19. package/components/dialog/dialog-simple.component.d.ts +14 -4
  20. package/components/dialog/dialog.component.d.ts +13 -5
  21. package/components/dialog/dialog.service.d.ts +1 -0
  22. package/components/icon/icon.types.d.ts +1 -1
  23. package/components/popover/popover.component.d.ts +10 -2
  24. package/components/select-menu/multi-select-menu/multi-select-menu.component.d.ts +1 -1
  25. package/components/tooltip/tooltip.component.d.ts +5 -0
  26. package/esm2022/components/dialog/dialog-confirm.component.mjs +52 -9
  27. package/esm2022/components/dialog/dialog-simple.component.mjs +52 -9
  28. package/esm2022/components/dialog/dialog.component.mjs +47 -10
  29. package/esm2022/components/dialog/dialog.service.mjs +35 -2
  30. package/esm2022/components/icon/icon.types.mjs +15 -1
  31. package/esm2022/components/popover/popover.component.mjs +51 -4
  32. package/esm2022/components/select-menu/multi-select-menu/multi-select-menu.component.mjs +2 -1
  33. package/esm2022/components/select-menu/select-menu.component.mjs +3 -3
  34. package/esm2022/components/tooltip/tooltip.component.mjs +5 -2
  35. package/fesm2022/flywheel-io-vision.mjs +251 -30
  36. package/fesm2022/flywheel-io-vision.mjs.map +1 -1
  37. package/package.json +1 -1
  38. package/scss/icons/_icon-glyphs.scss +42 -0
  39. package/styles.css +56 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flywheel-io/vision",
3
- "version": "2.3.3",
3
+ "version": "2.4.1",
4
4
  "description": "Flywheel UI elements provided as Angular components and native web components",
5
5
  "author": "Flywheel",
6
6
  "license": "MIT",
@@ -41,6 +41,48 @@
41
41
  }
42
42
 
43
43
 
44
+ .icon-contract-vertical:before {
45
+ content: "\ea46";
46
+ }
47
+ .icon-stretch-vertical:before {
48
+ content: "\ea47";
49
+ }
50
+ .icon-grid-layout-9-square:before {
51
+ content: "\ea48";
52
+ }
53
+ .icon-git-add-branch:before {
54
+ content: "\ea49";
55
+ }
56
+ .icon-git-branch:before {
57
+ content: "\ea4a";
58
+ }
59
+ .icon-git-merge-draft:before {
60
+ content: "\ea4b";
61
+ }
62
+ .icon-git-merge:before {
63
+ content: "\ea4c";
64
+ }
65
+ .icon-git-pull-request-2:before {
66
+ content: "\ea4d";
67
+ }
68
+ .icon-conversion-exchange:before {
69
+ content: "\ea4e";
70
+ }
71
+ .icon-archive-documents-box-big:before {
72
+ content: "\ea4f";
73
+ }
74
+ .icon-cursor-click:before {
75
+ content: "\ea50";
76
+ }
77
+ .icon-document-file-deleted-cross-remove-center-cancel:before {
78
+ content: "\ea51";
79
+ }
80
+ .icon-documents-file-checkmark:before {
81
+ content: "\ea52";
82
+ }
83
+ .icon-file-blank-search:before {
84
+ content: "\ea53";
85
+ }
44
86
  .icon-user-profile-cards-pool:before {
45
87
  content: "\ea3b";
46
88
  }
package/styles.css CHANGED
@@ -389,6 +389,62 @@ a:visited {
389
389
  -moz-osx-font-smoothing: grayscale;
390
390
  }
391
391
 
392
+ .icon-contract-vertical:before {
393
+ content: "\ea46";
394
+ }
395
+
396
+ .icon-stretch-vertical:before {
397
+ content: "\ea47";
398
+ }
399
+
400
+ .icon-grid-layout-9-square:before {
401
+ content: "\ea48";
402
+ }
403
+
404
+ .icon-git-add-branch:before {
405
+ content: "\ea49";
406
+ }
407
+
408
+ .icon-git-branch:before {
409
+ content: "\ea4a";
410
+ }
411
+
412
+ .icon-git-merge-draft:before {
413
+ content: "\ea4b";
414
+ }
415
+
416
+ .icon-git-merge:before {
417
+ content: "\ea4c";
418
+ }
419
+
420
+ .icon-git-pull-request-2:before {
421
+ content: "\ea4d";
422
+ }
423
+
424
+ .icon-conversion-exchange:before {
425
+ content: "\ea4e";
426
+ }
427
+
428
+ .icon-archive-documents-box-big:before {
429
+ content: "\ea4f";
430
+ }
431
+
432
+ .icon-cursor-click:before {
433
+ content: "\ea50";
434
+ }
435
+
436
+ .icon-document-file-deleted-cross-remove-center-cancel:before {
437
+ content: "\ea51";
438
+ }
439
+
440
+ .icon-documents-file-checkmark:before {
441
+ content: "\ea52";
442
+ }
443
+
444
+ .icon-file-blank-search:before {
445
+ content: "\ea53";
446
+ }
447
+
392
448
  .icon-user-profile-cards-pool:before {
393
449
  content: "\ea3b";
394
450
  }