@flywheel-io/vision 1.1.2 → 1.2.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.
Files changed (34) hide show
  1. package/assets/fonts/Flywheel-Vision-Icons.svg +33 -5
  2. package/assets/fonts/Flywheel-Vision-Icons.ttf +0 -0
  3. package/assets/fonts/Flywheel-Vision-Icons.woff +0 -0
  4. package/assets/svg/ai.svg +20 -0
  5. package/assets/svg/brush-edit-create.svg +5 -0
  6. package/assets/svg/bucket-paint.svg +7 -0
  7. package/assets/svg/cloud-upload.svg +5 -0
  8. package/assets/svg/document-file-add-plus-bottom-left.svg +5 -0
  9. package/assets/svg/document-file-upload-bottom-center.svg +6 -0
  10. package/assets/svg/edit-erase.svg +5 -0
  11. package/assets/svg/floppy-save.svg +5 -0
  12. package/assets/svg/grid-dot-square.svg +18 -0
  13. package/assets/svg/lock-unlock.svg +2 -1
  14. package/assets/svg/paint-roller.svg +5 -0
  15. package/assets/svg/private-mode-protection-circle.svg +7 -0
  16. package/assets/svg/reader-studies.svg +5 -0
  17. package/assets/svg/settings-adjust.svg +3 -1
  18. package/assets/svg/shapes-objects.svg +5 -0
  19. package/assets/svg/text-input-form.svg +6 -0
  20. package/components/menu/menu-close-triggers.directive.d.ts +10 -0
  21. package/components/menu/menu.module.d.ts +8 -7
  22. package/esm2020/components/badge/badge.component.mjs +2 -2
  23. package/esm2020/components/menu/menu-close-triggers.directive.mjs +38 -0
  24. package/esm2020/components/menu/menu.module.mjs +8 -3
  25. package/esm2020/components/text-input/text-input.component.mjs +2 -2
  26. package/esm2020/public-api.mjs +2 -1
  27. package/fesm2015/flywheel-io-vision.mjs +46 -7
  28. package/fesm2015/flywheel-io-vision.mjs.map +1 -1
  29. package/fesm2020/flywheel-io-vision.mjs +46 -7
  30. package/fesm2020/flywheel-io-vision.mjs.map +1 -1
  31. package/package.json +1 -1
  32. package/public-api.d.ts +1 -0
  33. package/scss/icons/_icon-glyphs.scss +50 -6
  34. package/styles.css +64 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flywheel-io/vision",
3
- "version": "1.1.2",
3
+ "version": "1.2.0",
4
4
  "description": "Flywheel UI elements provided as Angular components and native web components",
5
5
  "author": "Flywheel",
6
6
  "license": "MIT",
package/public-api.d.ts CHANGED
@@ -51,6 +51,7 @@ export * from './components/legacy/notification/notification/notification.model'
51
51
  export * from './components/legacy/notification/notification-container/notification-container.component';
52
52
  export * from './components/menu/menu.component';
53
53
  export * from './components/menu/menu.module';
54
+ export * from './components/menu/menu-close-triggers.directive';
54
55
  export * from './components/menu/menu-container/menu-container.component';
55
56
  export * from './components/menu/menu-header/menu-header.component';
56
57
  export * from './components/menu/menu-item/menu-item.component';
@@ -19,6 +19,55 @@
19
19
  -moz-osx-font-smoothing: grayscale;
20
20
  }
21
21
 
22
+
23
+ .icon-settings-adjust:before {
24
+ content: "\e912";
25
+ }
26
+ .icon-lock-unlock:before {
27
+ content: "\e939";
28
+ }
29
+ .icon-private-mode-protection-circle:before {
30
+ content: "\ea17";
31
+ }
32
+ .icon-ai:before {
33
+ content: "\ea19";
34
+ }
35
+ .icon-reader-studies:before {
36
+ content: "\ea1a";
37
+ }
38
+ .icon-shapes-objects:before {
39
+ content: "\ea1b";
40
+ }
41
+ .icon-cloud-upload:before {
42
+ content: "\ea1c";
43
+ }
44
+ .icon-floppy-save:before {
45
+ content: "\ea1d";
46
+ }
47
+ .icon-text-input-form:before {
48
+ content: "\ea1e";
49
+ }
50
+ .icon-document-file-add-plus-bottom-left:before {
51
+ content: "\ea1f";
52
+ }
53
+ .icon-document-file-upload-bottom-center:before {
54
+ content: "\ea20";
55
+ }
56
+ .icon-paint-roller:before {
57
+ content: "\ea21";
58
+ }
59
+ .icon-brush-edit-create:before {
60
+ content: "\ea22";
61
+ }
62
+ .icon-bucket-paint:before {
63
+ content: "\ea23";
64
+ }
65
+ .icon-edit-erase:before {
66
+ content: "\ea24";
67
+ }
68
+ .icon-grid-dot-square:before {
69
+ content: "\ea25";
70
+ }
22
71
  .icon-column-edit:before {
23
72
  content: "\ea0c";
24
73
  }
@@ -649,9 +698,6 @@
649
698
  .icon-server:before {
650
699
  content: "\e911";
651
700
  }
652
- .icon-lock-unlock:before {
653
- content: "\e912";
654
- }
655
701
  .icon-data-tree:before {
656
702
  content: "\e913";
657
703
  }
@@ -754,9 +800,6 @@
754
800
  .icon-setting-gear:before {
755
801
  content: "\e938";
756
802
  }
757
- .icon-settings-adjust:before {
758
- content: "\e939";
759
- }
760
803
  .icon-settings-gear-square:before {
761
804
  content: "\e93a";
762
805
  }
@@ -856,5 +899,6 @@
856
899
  .icon-rotate-refresh:before {
857
900
  content: "\e95a";
858
901
  }
902
+
859
903
  }
860
904
 
package/styles.css CHANGED
@@ -4739,6 +4739,70 @@ p {
4739
4739
  -moz-osx-font-smoothing: grayscale;
4740
4740
  }
4741
4741
 
4742
+ .icon-settings-adjust:before {
4743
+ content: "\e912";
4744
+ }
4745
+
4746
+ .icon-lock-unlock:before {
4747
+ content: "\e939";
4748
+ }
4749
+
4750
+ .icon-private-mode-protection-circle:before {
4751
+ content: "\ea17";
4752
+ }
4753
+
4754
+ .icon-ai:before {
4755
+ content: "\ea19";
4756
+ }
4757
+
4758
+ .icon-reader-studies:before {
4759
+ content: "\ea1a";
4760
+ }
4761
+
4762
+ .icon-shapes-objects:before {
4763
+ content: "\ea1b";
4764
+ }
4765
+
4766
+ .icon-cloud-upload:before {
4767
+ content: "\ea1c";
4768
+ }
4769
+
4770
+ .icon-floppy-save:before {
4771
+ content: "\ea1d";
4772
+ }
4773
+
4774
+ .icon-text-input-form:before {
4775
+ content: "\ea1e";
4776
+ }
4777
+
4778
+ .icon-document-file-add-plus-bottom-left:before {
4779
+ content: "\ea1f";
4780
+ }
4781
+
4782
+ .icon-document-file-upload-bottom-center:before {
4783
+ content: "\ea20";
4784
+ }
4785
+
4786
+ .icon-paint-roller:before {
4787
+ content: "\ea21";
4788
+ }
4789
+
4790
+ .icon-brush-edit-create:before {
4791
+ content: "\ea22";
4792
+ }
4793
+
4794
+ .icon-bucket-paint:before {
4795
+ content: "\ea23";
4796
+ }
4797
+
4798
+ .icon-edit-erase:before {
4799
+ content: "\ea24";
4800
+ }
4801
+
4802
+ .icon-grid-dot-square:before {
4803
+ content: "\ea25";
4804
+ }
4805
+
4742
4806
  .icon-column-edit:before {
4743
4807
  content: "\ea0c";
4744
4808
  }
@@ -5579,10 +5643,6 @@ p {
5579
5643
  content: "\e911";
5580
5644
  }
5581
5645
 
5582
- .icon-lock-unlock:before {
5583
- content: "\e912";
5584
- }
5585
-
5586
5646
  .icon-data-tree:before {
5587
5647
  content: "\e913";
5588
5648
  }
@@ -5719,10 +5779,6 @@ p {
5719
5779
  content: "\e938";
5720
5780
  }
5721
5781
 
5722
- .icon-settings-adjust:before {
5723
- content: "\e939";
5724
- }
5725
-
5726
5782
  .icon-settings-gear-square:before {
5727
5783
  content: "\e93a";
5728
5784
  }