@foxeltech/angular-ui 0.0.14 → 0.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 (113) hide show
  1. package/BeVietnamPro/BeVietnamPro-Bold.woff2 +0 -0
  2. package/BeVietnamPro/BeVietnamPro-ExtraLight.woff2 +0 -0
  3. package/BeVietnamPro/BeVietnamPro-Light.woff2 +0 -0
  4. package/BeVietnamPro/BeVietnamPro-Medium.woff2 +0 -0
  5. package/BeVietnamPro/BeVietnamPro-Regular.woff2 +0 -0
  6. package/BeVietnamPro/BeVietnamPro-SemiBold.woff2 +0 -0
  7. package/BeVietnamPro/BeVietnamPro-Thin.woff2 +0 -0
  8. package/SpaceMono-Regular.woff2 +0 -0
  9. package/components.css +5 -0
  10. package/dm-sans/DMSans-Bold.woff2 +0 -0
  11. package/dm-sans/DMSans-Light.woff2 +0 -0
  12. package/dm-sans/DMSans-Medium.woff2 +0 -0
  13. package/dm-sans/DMSans-Regular.woff2 +0 -0
  14. package/dm-sans/DMSans-SemiBold.woff2 +0 -0
  15. package/dm-sans/DMSans-Thin.woff2 +0 -0
  16. package/fesm2022/foxeltech-angular-ui.mjs +1061 -263
  17. package/fesm2022/foxeltech-angular-ui.mjs.map +1 -1
  18. package/fonts.css +68 -34
  19. package/index.d.ts +534 -138
  20. package/orbitron/Orbitron-Bold.woff2 +0 -0
  21. package/orbitron/Orbitron-Medium.woff2 +0 -0
  22. package/orbitron/Orbitron-Regular.woff2 +0 -0
  23. package/orbitron/Orbitron-SemiBold.woff2 +0 -0
  24. package/package.json +6 -6
  25. package/roboto/Roboto-Black.woff2 +0 -0
  26. package/roboto/Roboto-BlackItalic.woff2 +0 -0
  27. package/roboto/Roboto-Bold.woff2 +0 -0
  28. package/roboto/Roboto-BoldCondensed.woff2 +0 -0
  29. package/roboto/Roboto-BoldCondensedItalic.woff2 +0 -0
  30. package/roboto/Roboto-BoldItalic.woff2 +0 -0
  31. package/roboto/Roboto-Condensed.woff2 +0 -0
  32. package/roboto/Roboto-CondensedItalic.woff2 +0 -0
  33. package/roboto/Roboto-Italic.woff2 +0 -0
  34. package/roboto/Roboto-Light.woff2 +0 -0
  35. package/roboto/Roboto-LightItalic.woff2 +0 -0
  36. package/roboto/Roboto-Medium.woff2 +0 -0
  37. package/roboto/Roboto-MediumItalic.woff2 +0 -0
  38. package/roboto/Roboto-Regular.woff2 +0 -0
  39. package/roboto/Roboto-Thin.woff2 +0 -0
  40. package/roboto/Roboto-ThinItalic.woff2 +0 -0
  41. package/src/lib/styles/components.css +5 -0
  42. package/src/lib/styles/fonts.css +68 -34
  43. package/src/lib/styles/tailwind.css +1 -1
  44. package/src/lib/ui/components/button/button.component.scss +0 -0
  45. package/src/lib/ui/components/chart/chart.component.scss +49 -0
  46. package/src/lib/ui/components/checkbox/checkbox.component.scss +0 -0
  47. package/src/lib/ui/components/circle-progress-bar/circle-progress-bar.component.scss +0 -0
  48. package/src/lib/ui/components/datetime-picker/datetime-picker.component.scss +144 -0
  49. package/src/lib/ui/components/dnd-upload/dnd-upload.component.scss +87 -0
  50. package/src/lib/ui/components/drawer/drawer.component.scss +131 -0
  51. package/src/lib/ui/components/empty-state/empty-state.component.html +9 -0
  52. package/src/lib/ui/components/filter-chips/filter-chips.component.html +12 -0
  53. package/src/lib/ui/components/flow-connection/flow-connection.component.scss +0 -0
  54. package/src/lib/ui/components/hero-icon/hero-icon.component.scss +0 -0
  55. package/src/lib/ui/components/info-field/info-field.component.html +4 -0
  56. package/src/lib/ui/components/kanban-board/kanban-board.component.scss +67 -0
  57. package/src/lib/ui/components/loading-panel/loading-panel.component.scss +0 -0
  58. package/src/lib/ui/components/meter/meter.component.html +15 -0
  59. package/src/lib/ui/components/radio-button-toggle/radio-button-toggle.component.scss +0 -0
  60. package/src/lib/ui/components/rich-text-area/rich-text-area.component.scss +15 -0
  61. package/src/lib/ui/components/search-bar/search-bar.component.scss +0 -0
  62. package/src/lib/ui/components/section-card/section-card.component.html +9 -0
  63. package/src/lib/ui/components/severity-badges/severity-badges.component.html +10 -0
  64. package/src/lib/ui/components/skeleton-detail/skeleton-detail.component.html +22 -0
  65. package/src/lib/ui/components/skeleton-list/skeleton-list.component.html +12 -0
  66. package/src/lib/ui/components/skeleton-table-loading/skeleton-table-loading.component.scss +0 -0
  67. package/src/lib/ui/components/slider/slider.component.scss +0 -0
  68. package/src/lib/ui/components/stat-cards/stat-cards.component.html +18 -0
  69. package/src/lib/ui/components/switch/switch.component.scss +0 -0
  70. package/src/lib/ui/components/tab-component/tab.component.scss +0 -0
  71. package/src/lib/ui/components/tab-group/tab-group.component.scss +48 -0
  72. package/src/lib/ui/components/table-cell/table-cell.component.scss +0 -0
  73. package/src/lib/ui/components/tag/tag.component.scss +0 -0
  74. package/src/lib/ui/components/toast/toast.component.scss +0 -0
  75. package/src/lib/ui/components/toast-container/toast-container.component.scss +0 -0
  76. package/src/lib/ui/components/tree-diagram/tree-diagram.component.scss +0 -0
  77. package/src/lib/ui/dialogs/confirmation/confirmation.component.scss +0 -0
  78. package/tailwind.config.js +18 -0
  79. package/tailwind.css +1 -1
  80. package/BeVietnamPro/BeVietnamPro-Bold.ttf +0 -0
  81. package/BeVietnamPro/BeVietnamPro-ExtraLight.ttf +0 -0
  82. package/BeVietnamPro/BeVietnamPro-Light.ttf +0 -0
  83. package/BeVietnamPro/BeVietnamPro-Medium.ttf +0 -0
  84. package/BeVietnamPro/BeVietnamPro-Regular.ttf +0 -0
  85. package/BeVietnamPro/BeVietnamPro-SemiBold.ttf +0 -0
  86. package/BeVietnamPro/BeVietnamPro-Thin.ttf +0 -0
  87. package/SpaceMono-Regular.ttf +0 -0
  88. package/dm-sans/DMSans-Bold.ttf +0 -0
  89. package/dm-sans/DMSans-Light.ttf +0 -0
  90. package/dm-sans/DMSans-Medium.ttf +0 -0
  91. package/dm-sans/DMSans-Regular.ttf +0 -0
  92. package/dm-sans/DMSans-SemiBold.ttf +0 -0
  93. package/dm-sans/DMSans-Thin.ttf +0 -0
  94. package/orbitron/Orbitron-Bold.ttf +0 -0
  95. package/orbitron/Orbitron-Medium.ttf +0 -0
  96. package/orbitron/Orbitron-Regular.ttf +0 -0
  97. package/orbitron/Orbitron-SemiBold.ttf +0 -0
  98. package/roboto/Roboto-Black.ttf +0 -0
  99. package/roboto/Roboto-BlackItalic.ttf +0 -0
  100. package/roboto/Roboto-Bold.ttf +0 -0
  101. package/roboto/Roboto-BoldCondensed.ttf +0 -0
  102. package/roboto/Roboto-BoldCondensedItalic.ttf +0 -0
  103. package/roboto/Roboto-BoldItalic.ttf +0 -0
  104. package/roboto/Roboto-Condensed.ttf +0 -0
  105. package/roboto/Roboto-CondensedItalic.ttf +0 -0
  106. package/roboto/Roboto-Italic.ttf +0 -0
  107. package/roboto/Roboto-Light.ttf +0 -0
  108. package/roboto/Roboto-LightItalic.ttf +0 -0
  109. package/roboto/Roboto-Medium.ttf +0 -0
  110. package/roboto/Roboto-MediumItalic.ttf +0 -0
  111. package/roboto/Roboto-Regular.ttf +0 -0
  112. package/roboto/Roboto-Thin.ttf +0 -0
  113. package/roboto/Roboto-ThinItalic.ttf +0 -0
Binary file
package/components.css CHANGED
@@ -79,6 +79,11 @@
79
79
  .mat-mdc-tooltip {
80
80
  border-radius: 6px !important;
81
81
  background-color: rgb(var(--bg-primary)) !important;
82
+ --mdc-plain-tooltip-container-color: rgb(var(--bg-primary));
83
+ --mdc-plain-tooltip-supporting-text-color: rgb(var(--text-primary));
84
+ }
85
+ .mat-mdc-tooltip .mdc-tooltip__surface {
86
+ color: rgb(var(--text-primary)) !important;
82
87
  }
83
88
 
84
89
  .mat-mdc-table {
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file