@c8y/style 1023.17.19 → 1023.22.2

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 (402) hide show
  1. package/branding-login.scss +17 -0
  2. package/branding.scss +15 -0
  3. package/export.scss +1 -0
  4. package/extend.scss +4 -0
  5. package/login.scss +17 -0
  6. package/main.scss +6 -0
  7. package/package.json +1 -1
  8. package/styles/README.md +204 -0
  9. package/styles/_login-app.scss +34 -0
  10. package/styles/_mixins.scss +47 -0
  11. package/styles/_utilities.scss +21 -0
  12. package/styles/animations/_animate.less +648 -0
  13. package/styles/animations/_animate.scss +654 -0
  14. package/styles/animations/_component-animations.scss +70 -0
  15. package/styles/animations/_realtime-animation-list.scss +21 -0
  16. package/styles/animations/_spinner-snake.scss +73 -0
  17. package/styles/{_spinner.less → animations/_spinner.less} +0 -3
  18. package/styles/animations/_spinner.scss +165 -0
  19. package/styles/base/_normalize.scss +309 -0
  20. package/styles/base/_print.scss +159 -0
  21. package/styles/base/_scaffolding.scss +162 -0
  22. package/styles/{_type.less → base/_type.less} +2 -2
  23. package/styles/base/_type.scss +350 -0
  24. package/styles/components/_markdown-content.less +75 -0
  25. package/styles/components/_markdown-content.scss +82 -0
  26. package/styles/{_smartrules.less → components/_smartrules.less} +120 -97
  27. package/styles/components/_smartrules.scss +392 -0
  28. package/styles/{_range-display.less → components/data-display-and-visualization/_range-display.less} +67 -49
  29. package/styles/components/data-display-and-visualization/_range-display.scss +488 -0
  30. package/styles/{_timelines-chart.less → components/data-display-and-visualization/_timelines-chart.less} +42 -33
  31. package/styles/components/data-display-and-visualization/_timelines-chart.scss +45 -0
  32. package/styles/{_c8y-data-point-list.less → components/data-display-and-visualization/lists/_c8y-data-point-list.less} +2 -20
  33. package/styles/components/data-display-and-visualization/lists/_c8y-data-point-list.scss +32 -0
  34. package/styles/components/data-display-and-visualization/lists/_c8y-empty-state.scss +164 -0
  35. package/styles/{_c8y-list-group.less → components/data-display-and-visualization/lists/_c8y-list-group.less} +1 -1
  36. package/styles/components/data-display-and-visualization/lists/_c8y-list-group.scss +789 -0
  37. package/styles/components/data-display-and-visualization/lists/_cards-layout.scss +415 -0
  38. package/styles/{_list-group.less → components/data-display-and-visualization/lists/_list-group.less} +4 -2
  39. package/styles/components/data-display-and-visualization/lists/_list-group.scss +381 -0
  40. package/styles/components/data-display-and-visualization/lists/_smart-rules-template-list.scss +36 -0
  41. package/styles/components/data-display-and-visualization/lists/_timeline-list.scss +240 -0
  42. package/styles/components/data-display-and-visualization/lists/timeline-list.less +216 -0
  43. package/styles/components/data-display-and-visualization/tables/_data-grid.scss +814 -0
  44. package/styles/{_resizable-grid.less → components/data-display-and-visualization/tables/_resizable-grid.less} +0 -3
  45. package/styles/components/data-display-and-visualization/tables/_resizable-grid.scss +138 -0
  46. package/styles/components/data-display-and-visualization/tables/_tables.scss +411 -0
  47. package/styles/{_c8y-ai-chat.less → components/data-input/_c8y-ai-chat.less} +44 -28
  48. package/styles/components/data-input/_c8y-ai-chat.scss +212 -0
  49. package/styles/components/data-input/assets/_asset-property-list.scss +285 -0
  50. package/styles/{_asset-table.less → components/data-input/assets/_asset-table.less} +3 -6
  51. package/styles/components/data-input/assets/_asset-table.scss +95 -0
  52. package/styles/components/data-input/assets/_c8y-asset-notes.scss +41 -0
  53. package/styles/components/data-input/assets/_c8y-asset-selector-miller.scss +134 -0
  54. package/styles/{_c8y-asset-selector.less → components/data-input/assets/_c8y-asset-selector.less} +1 -1
  55. package/styles/components/data-input/assets/_c8y-asset-selector.scss +178 -0
  56. package/styles/components/data-input/assets/_c8y-child-assets-selector.scss +231 -0
  57. package/styles/{_app-switcher.less → components/navigation-and-layout/action-bars/_app-switcher.less} +1 -1
  58. package/styles/components/navigation-and-layout/action-bars/_app-switcher.scss +111 -0
  59. package/styles/components/navigation-and-layout/action-bars/_c8y-action-bar.scss +418 -0
  60. package/styles/{_card-dashboard.less → components/navigation-and-layout/cards/_card-dashboard.less} +2 -5
  61. package/styles/components/navigation-and-layout/cards/_card-dashboard.scss +179 -0
  62. package/styles/components/navigation-and-layout/cards/_card-flip.scss +104 -0
  63. package/styles/components/navigation-and-layout/cards/_card-grid.scss +95 -0
  64. package/styles/{_card.less → components/navigation-and-layout/cards/_card.less} +18 -22
  65. package/styles/components/navigation-and-layout/cards/_card.scss +769 -0
  66. package/styles/{_panels.less → components/navigation-and-layout/cards/_panels.less} +11 -21
  67. package/styles/components/navigation-and-layout/cards/_panels.scss +514 -0
  68. package/styles/{_breadcrumbs.less → components/navigation-and-layout/navigation/_breadcrumbs.less} +0 -29
  69. package/styles/components/navigation-and-layout/navigation/_breadcrumbs.scss +61 -0
  70. package/styles/components/navigation-and-layout/navigation/_c8y-nav-stacked.scss +85 -0
  71. package/styles/components/navigation-and-layout/navigation/_main-header.scss +510 -0
  72. package/styles/{_navbar.less → components/navigation-and-layout/navigation/_navbar.less} +7 -6
  73. package/styles/components/navigation-and-layout/navigation/_navbar.scss +488 -0
  74. package/styles/components/navigation-and-layout/navigation/_navigator.scss +454 -0
  75. package/styles/components/navigation-and-layout/navigation/_navs.scss +118 -0
  76. package/styles/components/navigation-and-layout/navigation/_pagination.scss +148 -0
  77. package/styles/components/navigation-and-layout/navigation/_steps-navbar.scss +101 -0
  78. package/styles/{_tabs.less → components/navigation-and-layout/navigation/_tabs.less} +1 -1
  79. package/styles/components/navigation-and-layout/navigation/_tabs.scss +254 -0
  80. package/styles/components/navigation-and-layout/navigation/steps-navbar.less +98 -0
  81. package/styles/components/specialized/_boxed-label.scss +36 -0
  82. package/styles/components/specialized/_c8y-cookie-banner.scss +37 -0
  83. package/styles/{_c8y-countdown-interval.less → components/specialized/_c8y-countdown-interval.less} +1 -1
  84. package/styles/components/specialized/_c8y-countdown-interval.scss +126 -0
  85. package/styles/{_c8y-data-explorer.less → components/specialized/_c8y-data-explorer.less} +12 -115
  86. package/styles/components/specialized/_c8y-data-explorer.scss +260 -0
  87. package/styles/components/specialized/_c8y-datapoint-pill.scss +105 -0
  88. package/styles/{_c8y-login.less → components/specialized/_c8y-login.less} +3 -3
  89. package/styles/components/specialized/_c8y-login.scss +120 -0
  90. package/styles/components/specialized/_c8y-message-banner.less +37 -0
  91. package/styles/components/specialized/_c8y-message-banner.scss +52 -0
  92. package/styles/components/specialized/_c8y-pulse.scss +118 -0
  93. package/styles/components/specialized/_c8y-range.scss +237 -0
  94. package/styles/{_c8y-role-card.less → components/specialized/_c8y-role-card.less} +2 -22
  95. package/styles/components/specialized/_c8y-role-card.scss +68 -0
  96. package/styles/{_c8y-schema-form.less → components/specialized/_c8y-schema-form.less} +1 -5
  97. package/styles/components/specialized/_c8y-schema-form.scss +193 -0
  98. package/styles/components/specialized/_c8y-scrollbar.scss +82 -0
  99. package/styles/components/specialized/_c8y-smart-rest-tab.scss +75 -0
  100. package/styles/{_c8y-stepper.less → components/specialized/_c8y-stepper.less} +3 -3
  101. package/styles/components/specialized/_c8y-stepper.scss +110 -0
  102. package/styles/{_c8y-user-roles.less → components/specialized/_c8y-user-roles.less} +6 -7
  103. package/styles/components/specialized/_c8y-user-roles.scss +351 -0
  104. package/styles/{_c8y-utils.less → components/specialized/_c8y-utils.less} +0 -3
  105. package/styles/components/specialized/_c8y-utils.scss +109 -0
  106. package/styles/components/specialized/_code.scss +94 -0
  107. package/styles/components/specialized/_device-software-tab.scss +52 -0
  108. package/styles/components/specialized/_dtm-icon-selector.scss +84 -0
  109. package/styles/{_measurements-time-control.less → components/specialized/_measurements-time-control.less} +12 -52
  110. package/styles/components/specialized/_measurements-time-control.scss +237 -0
  111. package/styles/components/specialized/_search-header.scss +126 -0
  112. package/styles/{_smart-list-icon-label.less → components/specialized/_smart-list-icon-label.less} +1 -1
  113. package/styles/components/specialized/_smart-list-icon-label.scss +75 -0
  114. package/styles/components/specialized/_static-assets-file-picker.scss +23 -0
  115. package/styles/{_status.less → components/specialized/_status.less} +11 -11
  116. package/styles/components/specialized/_status.scss +106 -0
  117. package/styles/components/specialized/_statusContainer.scss +62 -0
  118. package/styles/core/buttons/_button-groups.scss +202 -0
  119. package/styles/{_buttons.less → core/buttons/_buttons.less} +30 -21
  120. package/styles/core/buttons/_buttons.scss +1318 -0
  121. package/styles/{_alerts.less → core/feedback/_alerts.less} +2 -6
  122. package/styles/core/feedback/_alerts.scss +243 -0
  123. package/styles/core/feedback/_badges.scss +85 -0
  124. package/styles/core/feedback/_close.scss +54 -0
  125. package/styles/{_labels.less → core/feedback/_labels.less} +1 -1
  126. package/styles/core/feedback/_labels.scss +93 -0
  127. package/styles/core/feedback/_progress-bars.scss +96 -0
  128. package/styles/{_tag.less → core/feedback/_tag.less} +1 -1
  129. package/styles/core/feedback/_tag.scss +103 -0
  130. package/styles/core/feedback/_tooltip.scss +147 -0
  131. package/styles/{_c8y-switch.less → core/forms/_c8y-switch.less} +2 -2
  132. package/styles/core/forms/_c8y-switch.scss +226 -0
  133. package/styles/{_file-picker.less → core/forms/_file-picker.less} +1 -1
  134. package/styles/core/forms/_file-picker.scss +219 -0
  135. package/styles/{_forms.less → core/forms/_forms.less} +14 -16
  136. package/styles/core/forms/_forms.scss +1183 -0
  137. package/styles/{_input-groups.less → core/forms/_input-groups.less} +2 -2
  138. package/styles/core/forms/_input-groups.scss +700 -0
  139. package/styles/{_c8y-dashboard-modal.less → core/overlays/_c8y-dashboard-modal.less} +3 -3
  140. package/styles/core/overlays/_c8y-dashboard-modal.scss +86 -0
  141. package/styles/{_c8y-wizard.less → core/overlays/_c8y-wizard.less} +1 -1
  142. package/styles/core/overlays/_c8y-wizard.scss +226 -0
  143. package/styles/{_dropdowns.less → core/overlays/_dropdowns.less} +4 -4
  144. package/styles/core/overlays/_dropdowns.scss +815 -0
  145. package/styles/{_modals.less → core/overlays/_modals.less} +7 -8
  146. package/styles/core/overlays/_modals.scss +461 -0
  147. package/styles/core/overlays/_popovers.scss +183 -0
  148. package/styles/dashboard/_availability-pie.scss +33 -0
  149. package/styles/{_c8y-dashboard-style.less → dashboard/_c8y-dashboard-style.less} +4 -6
  150. package/styles/dashboard/_c8y-dashboard-style.scss +409 -0
  151. package/styles/{_c8y-gauges.less → dashboard/_c8y-gauges.less} +1 -1
  152. package/styles/dashboard/_c8y-gauges.scss +62 -0
  153. package/styles/dashboard/_dashboard-widgets.scss +47 -0
  154. package/styles/dashboard/_info-gauge.scss +107 -0
  155. package/styles/dashboard/_quick-links-widget.scss +49 -0
  156. package/styles/dashboard/_welcome-widget.scss +68 -0
  157. package/styles/dashboard/_welcome.scss +138 -0
  158. package/styles/dashboard/welcome-widget.less +50 -0
  159. package/styles/dashboard/welcome.less +128 -0
  160. package/styles/icons/_c8y-glyphs.scss +63 -0
  161. package/styles/{_c8y-icons.less → icons/_c8y-icons.less} +12 -12
  162. package/styles/icons/_c8y-icons.scss +1209 -0
  163. package/styles/icons/_dlt-c8y-icons-stroke.less +1856 -0
  164. package/styles/icons/_dlt-c8y-icons-stroke.scss +3667 -0
  165. package/styles/{_dlt-c8y-icons.less → icons/_dlt-c8y-icons.less} +5 -112
  166. package/styles/icons/_dlt-c8y-icons.scss +9204 -0
  167. package/styles/icons/_marker-icons.less +22 -0
  168. package/styles/icons/_marker-icons.scss +33 -0
  169. package/styles/index.less +233 -152
  170. package/styles/index.scss +240 -0
  171. package/styles/layout/_bottom-drawer.scss +59 -0
  172. package/styles/layout/_c8y-help-drawer.scss +104 -0
  173. package/styles/layout/_c8y-right-drawer.scss +150 -0
  174. package/styles/layout/_c8y-top-drawer.scss +117 -0
  175. package/styles/{_grid.less → layout/_grid.less} +3 -18
  176. package/styles/layout/_grid.scss +114 -0
  177. package/styles/layout/_group-info.scss +27 -0
  178. package/styles/{_layouts.less → layout/_layouts.less} +1 -3
  179. package/styles/layout/_layouts.scss +375 -0
  180. package/styles/layout/_mcontainer.scss +136 -0
  181. package/styles/layout/_page-tabs.scss +314 -0
  182. package/styles/{_split-scroll.less → layout/_split-scroll.less} +1 -1
  183. package/styles/layout/_split-scroll.scss +112 -0
  184. package/styles/layout/_split-view.scss +126 -0
  185. package/styles/login-app-use.scss +36 -0
  186. package/styles/login-app.less +25 -24
  187. package/styles/mixins/_alert-variant.scss +13 -0
  188. package/styles/mixins/_animation.scss +25 -0
  189. package/styles/mixins/_background-variant.scss +34 -0
  190. package/styles/mixins/_border-radius.scss +18 -0
  191. package/styles/mixins/_buttons.scss +65 -0
  192. package/styles/mixins/_c8y-scrollbar.scss +29 -0
  193. package/styles/mixins/_center-block.scss +7 -0
  194. package/styles/mixins/_clearfix.scss +22 -0
  195. package/styles/mixins/_color-mixins.scss +21 -0
  196. package/styles/mixins/_create-grid.scss +137 -0
  197. package/styles/mixins/_element-queries.scss +39 -0
  198. package/styles/mixins/_forms.scss +122 -0
  199. package/styles/mixins/_gradients.scss +120 -0
  200. package/styles/mixins/_grid-framework.scss +104 -0
  201. package/styles/mixins/_grid.scss +126 -0
  202. package/styles/mixins/_hide-scrollbars.scss +10 -0
  203. package/styles/mixins/_hide-text.scss +24 -0
  204. package/styles/mixins/_icon-base.scss +30 -0
  205. package/styles/mixins/_image.scss +26 -0
  206. package/styles/mixins/_index.scss +48 -0
  207. package/styles/mixins/_labels.scss +14 -0
  208. package/styles/mixins/_list-group.scss +32 -0
  209. package/styles/mixins/_nav-divider.scss +8 -0
  210. package/styles/mixins/_nav-vertical-align.scss +9 -0
  211. package/styles/mixins/_opacity.scss +9 -0
  212. package/styles/mixins/_pagination.scss +26 -0
  213. package/styles/mixins/_panels.scss +25 -0
  214. package/styles/mixins/_progress-bar.scss +12 -0
  215. package/styles/mixins/_reset-filter.scss +9 -0
  216. package/styles/mixins/_reset-text.scss +21 -0
  217. package/styles/mixins/_resize.scss +6 -0
  218. package/styles/mixins/_responsive-visibility.scss +21 -0
  219. package/styles/mixins/_shadows-helper.scss +40 -0
  220. package/styles/mixins/_size.scss +109 -0
  221. package/styles/mixins/_tab-focus.scss +20 -0
  222. package/styles/mixins/_table-row.scss +30 -0
  223. package/styles/mixins/_tag.scss +14 -0
  224. package/styles/mixins/_text-emphasis.scss +19 -0
  225. package/styles/mixins/_text-overflow.scss +10 -0
  226. package/styles/mixins/_vendor-prefixes.scss +149 -0
  227. package/styles/mixins/vendor-prefixes.less +37 -112
  228. package/styles/utilities/_borders.less +3 -12
  229. package/styles/utilities/_borders.scss +137 -0
  230. package/styles/utilities/_caret.scss +50 -0
  231. package/styles/utilities/_container-queries.scss +113 -0
  232. package/styles/utilities/_contextual-colors.less +113 -168
  233. package/styles/utilities/_contextual-colors.scss +170 -0
  234. package/styles/utilities/_display.scss +439 -0
  235. package/styles/utilities/_elevation.scss +41 -0
  236. package/styles/utilities/_flex-containers.scss +219 -0
  237. package/styles/utilities/_flex-items.scss +152 -0
  238. package/styles/utilities/_icon-utils.less +5 -5
  239. package/styles/utilities/_icon-utils.scss +94 -0
  240. package/styles/utilities/_margins-paddings.scss +190 -0
  241. package/styles/utilities/_overflows.scss +69 -0
  242. package/styles/utilities/_position.less +3 -6
  243. package/styles/utilities/_position.scss +143 -0
  244. package/styles/utilities/_quickfloats.less +1 -8
  245. package/styles/utilities/_quickfloats.scss +36 -0
  246. package/styles/utilities/_separators.scss +71 -0
  247. package/styles/utilities/_shadows.scss +7 -0
  248. package/styles/utilities/_sizing.scss +122 -0
  249. package/styles/utilities/_text-utils.scss +691 -0
  250. package/styles/utilities.less +1 -4
  251. package/styles/vendor/ace-editor/_ace-editor.scss +26 -0
  252. package/styles/vendor/angular/_loading-bar.scss +33 -0
  253. package/styles/{_ui-sortable.less → vendor/angular/_ui-sortable.less} +1 -1
  254. package/styles/vendor/angular/_ui-sortable.scss +70 -0
  255. package/styles/{_uib-accordion.less → vendor/angular/_uib-accordion.less} +1 -1
  256. package/styles/vendor/angular/_uib-accordion.scss +59 -0
  257. package/styles/vendor/angular/angular-ui-select/_select.scss +154 -0
  258. package/styles/vendor/angular/angular-ui-select/select.less +161 -0
  259. package/styles/vendor/cdk/_cdk-drag.scss +71 -0
  260. package/styles/{_cdk-tree.less → vendor/cdk/_cdk-tree.less} +1 -1
  261. package/styles/vendor/cdk/_cdk-tree.scss +66 -0
  262. package/styles/vendor/cdk/_cdk-virtual-scroll-window.scss +18 -0
  263. package/styles/{_bs-datepicker.less → vendor/datepicker/_bs-datepicker.less} +1 -7
  264. package/styles/vendor/datepicker/_bs-datepicker.scss +628 -0
  265. package/styles/{_datepicker.less → vendor/datepicker/_uib-datepicker.less} +1 -6
  266. package/styles/vendor/datepicker/_uib-datepicker.scss +173 -0
  267. package/styles/{_c8y-map-internal.less → vendor/leaflet/_c8y-map-internal.less} +4 -4
  268. package/styles/vendor/leaflet/_c8y-map-internal.scss +316 -0
  269. package/styles/{_leaflet.less → vendor/leaflet/_leaflet.less} +4 -3
  270. package/styles/vendor/leaflet/_leaflet.scss +803 -0
  271. package/styles/{_colorpicker.less → vendor/other/_colorpicker.less} +2 -2
  272. package/styles/vendor/other/_colorpicker.scss +40 -0
  273. package/styles/{_c8y-selectize.less → vendor/selectize/_c8y-selectize.less} +1 -10
  274. package/styles/vendor/selectize/_c8y-selectize.scss +403 -0
  275. package/sync-scss-to-less.sh +75 -0
  276. package/variables/README.md +485 -0
  277. package/variables/_alert-vars.scss +36 -0
  278. package/variables/_badge-vars.less +0 -1
  279. package/variables/_badge-vars.scss +24 -0
  280. package/variables/_brand-vars.scss +97 -0
  281. package/variables/_breadcrumbs-vars.scss +13 -0
  282. package/variables/_buttons-vars.less +17 -0
  283. package/variables/_buttons-vars.scss +107 -0
  284. package/variables/_c8y-action-bar-vars.less +1 -1
  285. package/variables/_c8y-action-bar-vars.scss +15 -0
  286. package/variables/_c8y-icon-vars.scss +199 -0
  287. package/variables/_code-vars.less +2 -3
  288. package/variables/_code-vars.scss +18 -0
  289. package/variables/_color-defaults.less +91 -0
  290. package/variables/_color-defaults.scss +91 -0
  291. package/variables/_color-vars.less +96 -39
  292. package/variables/_color-vars.scss +303 -0
  293. package/variables/_components-vars.scss +22 -0
  294. package/variables/_dlt-c8y-icons-vars.scss +1825 -0
  295. package/variables/_forms-vars.less +1 -1
  296. package/variables/_forms-vars.scss +98 -0
  297. package/variables/_label-vars.less +5 -2
  298. package/variables/_label-vars.scss +37 -0
  299. package/variables/_layout-vars.less +29 -13
  300. package/variables/_layout-vars.scss +110 -0
  301. package/variables/_map-vars.scss +12 -0
  302. package/variables/_modal-vars.less +2 -2
  303. package/variables/_modal-vars.scss +13 -0
  304. package/variables/_navbar-vars.less +15 -7
  305. package/variables/_navbar-vars.scss +72 -0
  306. package/variables/_navigator.scss +8 -0
  307. package/variables/_page-sticky-header.scss +4 -0
  308. package/variables/_pagination-vars.scss +30 -0
  309. package/variables/_panel-vars.less +2 -2
  310. package/variables/_panel-vars.scss +40 -0
  311. package/variables/_popover-vars.scss +23 -0
  312. package/variables/_progress-bars-vars.less +5 -5
  313. package/variables/_progress-bars-vars.scss +19 -0
  314. package/variables/_scaffolding.scss +33 -0
  315. package/variables/_selectize-vars.scss +37 -0
  316. package/variables/_tables-vars.scss +7 -0
  317. package/variables/_tag-vars.less +1 -1
  318. package/variables/_tag-vars.scss +38 -0
  319. package/variables/_thumbnail-vars.scss +12 -0
  320. package/variables/_tooltip-vars.scss +16 -0
  321. package/variables/_typography-vars.scss +45 -0
  322. package/variables/dashboard-themes/_branded-dashboard.less +0 -11
  323. package/variables/dashboard-themes/_branded-dashboard.scss +296 -0
  324. package/variables/dashboard-themes/_dark-dashboard.less +7 -0
  325. package/variables/dashboard-themes/_dark-dashboard.scss +40 -0
  326. package/variables/dashboard-themes/_transparent-dashboard.scss +17 -0
  327. package/variables/dashboard-themes/_white-dashboard.scss +44 -0
  328. package/variables/index.less +4 -0
  329. package/variables/index.scss +146 -0
  330. package/variables/login-vars.scss +48 -0
  331. package/variables/shadows.scss +15 -0
  332. package/variables/tokens/c8y-design-tokens-dark.less +2 -13
  333. package/variables/tokens/c8y-design-tokens-dark.scss +332 -0
  334. package/variables/tokens/c8y-design-tokens.less +4 -15
  335. package/variables/tokens/c8y-design-tokens.scss +590 -0
  336. package/styles/_animate.less +0 -1133
  337. package/styles/_baseline-grid.less +0 -22
  338. package/styles/_browser-mock.less +0 -59
  339. package/styles/_bulk-operation-details-tab.less +0 -10
  340. package/styles/_c8y-message-banner.less +0 -37
  341. package/styles/_dlt-c8y-icons-stroke.less +0 -32797
  342. package/styles/_markdown-content.less +0 -54
  343. package/styles/_marker-icons.less +0 -19
  344. /package/styles/{_component-animations.less → animations/_component-animations.less} +0 -0
  345. /package/styles/{_realtime-animation-list.less → animations/_realtime-animation-list.less} +0 -0
  346. /package/styles/{_spinner-snake.less → animations/_spinner-snake.less} +0 -0
  347. /package/styles/{_normalize.less → base/_normalize.less} +0 -0
  348. /package/styles/{_print.less → base/_print.less} +0 -0
  349. /package/styles/{_scaffolding.less → base/_scaffolding.less} +0 -0
  350. /package/styles/{_c8y-empty-state.less → components/data-display-and-visualization/lists/_c8y-empty-state.less} +0 -0
  351. /package/styles/{_cards-layout.less → components/data-display-and-visualization/lists/_cards-layout.less} +0 -0
  352. /package/styles/{_smart-rules-template-list.less → components/data-display-and-visualization/lists/_smart-rules-template-list.less} +0 -0
  353. /package/styles/{_data-grid.less → components/data-display-and-visualization/tables/_data-grid.less} +0 -0
  354. /package/styles/{_tables.less → components/data-display-and-visualization/tables/_tables.less} +0 -0
  355. /package/styles/{_asset-property-list.less → components/data-input/assets/_asset-property-list.less} +0 -0
  356. /package/styles/{_c8y-asset-notes.less → components/data-input/assets/_c8y-asset-notes.less} +0 -0
  357. /package/styles/{_c8y-asset-selector-miller.less → components/data-input/assets/_c8y-asset-selector-miller.less} +0 -0
  358. /package/styles/{_c8y-child-assets-selector.less → components/data-input/assets/_c8y-child-assets-selector.less} +0 -0
  359. /package/styles/{_c8y-action-bar.less → components/navigation-and-layout/action-bars/_c8y-action-bar.less} +0 -0
  360. /package/styles/{_card-flip.less → components/navigation-and-layout/cards/_card-flip.less} +0 -0
  361. /package/styles/{_card-grid.less → components/navigation-and-layout/cards/_card-grid.less} +0 -0
  362. /package/styles/{_c8y-nav-stacked.less → components/navigation-and-layout/navigation/_c8y-nav-stacked.less} +0 -0
  363. /package/styles/{_main-header.less → components/navigation-and-layout/navigation/_main-header.less} +0 -0
  364. /package/styles/{_navigator.less → components/navigation-and-layout/navigation/_navigator.less} +0 -0
  365. /package/styles/{_navs.less → components/navigation-and-layout/navigation/_navs.less} +0 -0
  366. /package/styles/{_pagination.less → components/navigation-and-layout/navigation/_pagination.less} +0 -0
  367. /package/styles/{_boxed-label.less → components/specialized/_boxed-label.less} +0 -0
  368. /package/styles/{_c8y-cookie-banner.less → components/specialized/_c8y-cookie-banner.less} +0 -0
  369. /package/styles/{_c8y-datapoint-pill.less → components/specialized/_c8y-datapoint-pill.less} +0 -0
  370. /package/styles/{_c8y-pulse.less → components/specialized/_c8y-pulse.less} +0 -0
  371. /package/styles/{_c8y-range.less → components/specialized/_c8y-range.less} +0 -0
  372. /package/styles/{_c8y-scrollbar.less → components/specialized/_c8y-scrollbar.less} +0 -0
  373. /package/styles/{_c8y-smart-rest-tab.less → components/specialized/_c8y-smart-rest-tab.less} +0 -0
  374. /package/styles/{_code.less → components/specialized/_code.less} +0 -0
  375. /package/styles/{_device-software-tab.less → components/specialized/_device-software-tab.less} +0 -0
  376. /package/styles/{_dtm-icon-selector.less → components/specialized/_dtm-icon-selector.less} +0 -0
  377. /package/styles/{_search-header.less → components/specialized/_search-header.less} +0 -0
  378. /package/styles/{_static-assets-file-picker.less → components/specialized/_static-assets-file-picker.less} +0 -0
  379. /package/styles/{_statusContainer.less → components/specialized/_statusContainer.less} +0 -0
  380. /package/styles/{_button-groups.less → core/buttons/_button-groups.less} +0 -0
  381. /package/styles/{_badges.less → core/feedback/_badges.less} +0 -0
  382. /package/styles/{_close.less → core/feedback/_close.less} +0 -0
  383. /package/styles/{_progress-bars.less → core/feedback/_progress-bars.less} +0 -0
  384. /package/styles/{_tooltip.less → core/feedback/_tooltip.less} +0 -0
  385. /package/styles/{_popovers.less → core/overlays/_popovers.less} +0 -0
  386. /package/styles/{_availability-pie.less → dashboard/_availability-pie.less} +0 -0
  387. /package/styles/{_dashboard-widgets.less → dashboard/_dashboard-widgets.less} +0 -0
  388. /package/styles/{_info-gauge.less → dashboard/_info-gauge.less} +0 -0
  389. /package/styles/{_quick-links-widget.less → dashboard/_quick-links-widget.less} +0 -0
  390. /package/styles/{_c8y-glyphs.less → icons/_c8y-glyphs.less} +0 -0
  391. /package/styles/{_bottom-drawer.less → layout/_bottom-drawer.less} +0 -0
  392. /package/styles/{_c8y-help-drawer.less → layout/_c8y-help-drawer.less} +0 -0
  393. /package/styles/{_c8y-right-drawer.less → layout/_c8y-right-drawer.less} +0 -0
  394. /package/styles/{_c8y-top-drawer.less → layout/_c8y-top-drawer.less} +0 -0
  395. /package/styles/{_group-info.less → layout/_group-info.less} +0 -0
  396. /package/styles/{_mcontainer.less → layout/_mcontainer.less} +0 -0
  397. /package/styles/{_page-tabs.less → layout/_page-tabs.less} +0 -0
  398. /package/styles/{_split-view.less → layout/_split-view.less} +0 -0
  399. /package/styles/{_ace-editor.less → vendor/ace-editor/_ace-editor.less} +0 -0
  400. /package/styles/{_loading-bar.less → vendor/angular/_loading-bar.less} +0 -0
  401. /package/styles/{_cdk-drag.less → vendor/cdk/_cdk-drag.less} +0 -0
  402. /package/styles/{_cdk-virtual-scroll-window.less → vendor/cdk/_cdk-virtual-scroll-window.less} +0 -0
@@ -0,0 +1,691 @@
1
+ @use "../../variables/index" as *;
2
+
3
+ /**
4
+ * Text Utility Classes
5
+ *
6
+ * Note: Uses design tokens where applicable ($line-height-base, $component-color-text-muted, $size-32).
7
+ *
8
+ * Intentionally hardcoded values:
9
+ * - Font weights (200, 400, 600, 700): Standard CSS font-weight scale
10
+ * - Font sizes (10px, 12px, 14px, 16px): Typography utility class scale
11
+ * - Unitless line-heights (0, 1, 1.2): CSS best practice for line-height
12
+ * - Color keywords (yellow, orange): Monaco editor highlight colors
13
+ */
14
+
15
+ //Font weight
16
+ .text-light {
17
+ font-weight: 200 !important;
18
+ }
19
+ .text-normal {
20
+ font-weight: 400 !important;
21
+ }
22
+ .text-medium {
23
+ font-weight: 600 !important;
24
+ }
25
+ .text-bold,
26
+ .strong {
27
+ font-weight: 700 !important;
28
+ }
29
+
30
+ .text-tabular {
31
+ font-feature-settings: "tnum" 1, "kern" 1 !important;
32
+ }
33
+
34
+ .text-rtl {
35
+ direction: rtl !important;
36
+ }
37
+
38
+ .first-line-bold::first-line {
39
+ font-weight: 600 !important;
40
+ }
41
+
42
+ //media queries
43
+ /* #region */
44
+ @media (max-width: $screen-xs-max) {
45
+ .text-light-xs {
46
+ font-weight: 200 !important;
47
+ }
48
+ .text-normal-xs {
49
+ font-weight: 400 !important;
50
+ }
51
+ .text-medium-xs {
52
+ font-weight: 600 !important;
53
+ }
54
+ .text-bold-xs,
55
+ .strong-xs {
56
+ font-weight: bold !important;
57
+ }
58
+ }
59
+
60
+ @media (min-width: $screen-sm-min) {
61
+ .text-light-sm {
62
+ font-weight: 200 !important;
63
+ }
64
+ .text-normal-sm {
65
+ font-weight: 400 !important;
66
+ }
67
+ .text-medium-sm {
68
+ font-weight: 600 !important;
69
+ }
70
+ .text-bold-sm,
71
+ .strong-sm {
72
+ font-weight: bold !important;
73
+ }
74
+ }
75
+
76
+ @media (min-width: $screen-md-min) {
77
+ .text-light-md {
78
+ font-weight: 200 !important;
79
+ }
80
+ .text-normal-md {
81
+ font-weight: 400 !important;
82
+ }
83
+ .text-medium-md {
84
+ font-weight: 600 !important;
85
+ }
86
+ .text-bold-md,
87
+ .strong-md {
88
+ font-weight: bold !important;
89
+ }
90
+ }
91
+
92
+ @media (min-width: $screen-lg-min) {
93
+ .text-light-lg {
94
+ font-weight: 200 !important;
95
+ }
96
+ .text-normal-lg {
97
+ font-weight: 400 !important;
98
+ }
99
+ .text-medium-lg {
100
+ font-weight: 600 !important;
101
+ }
102
+ .text-bold-lg,
103
+ .strong-lg {
104
+ font-weight: bold !important;
105
+ }
106
+ }
107
+ /* #endregion */
108
+
109
+ // Font size
110
+ .text-10 {
111
+ font-size: 10px !important;
112
+ }
113
+ .text-12 {
114
+ font-size: 12px !important;
115
+ }
116
+ .text-14 {
117
+ font-size: 14px !important;
118
+ }
119
+ .text-16 {
120
+ font-size: 16px !important;
121
+ }
122
+ //media queries
123
+ /* #region */
124
+ @media (max-width: $screen-xs-max) {
125
+ .text-10-xs {
126
+ font-size: 10px !important;
127
+ }
128
+ .text-12-xs {
129
+ font-size: 12px !important;
130
+ }
131
+ .text-14-xs {
132
+ font-size: 14px !important;
133
+ }
134
+ .text-16-xs {
135
+ font-size: 16px !important;
136
+ }
137
+ }
138
+
139
+ @media (min-width: $screen-sm-min) {
140
+ .text-10-sm {
141
+ font-size: 10px !important;
142
+ }
143
+ .text-12-sm {
144
+ font-size: 12px !important;
145
+ }
146
+ .text-14-sm {
147
+ font-size: 14px !important;
148
+ }
149
+ .text-16-sm {
150
+ font-size: 16px !important;
151
+ }
152
+ }
153
+
154
+ @media (min-width: $screen-md-min) {
155
+ .text-10-md {
156
+ font-size: 10px !important;
157
+ }
158
+ .text-12-md {
159
+ font-size: 12px !important;
160
+ }
161
+ .text-14-md {
162
+ font-size: 14px !important;
163
+ }
164
+ .text-16-md {
165
+ font-size: 16px !important;
166
+ }
167
+ }
168
+
169
+ @media (min-width: $screen-lg-min) {
170
+ .text-10-lg {
171
+ font-size: 10px !important;
172
+ }
173
+ .text-12-lg {
174
+ font-size: 12px !important;
175
+ }
176
+ .text-14-lg {
177
+ font-size: 14px !important;
178
+ }
179
+ .text-16-lg {
180
+ font-size: 16px !important;
181
+ }
182
+ }
183
+ /* #endregion */
184
+
185
+ // Line height
186
+ .l-h-base {
187
+ line-height: $line-height-base !important;
188
+ }
189
+ .l-h-inherit {
190
+ line-height: inherit !important;
191
+ }
192
+ .l-h-0 {
193
+ line-height: 0 !important;
194
+ }
195
+ .l-h-1 {
196
+ line-height: 1 !important;
197
+ }
198
+ .l-h-tight {
199
+ line-height: 1.2 !important;
200
+ }
201
+ .l-h-input {
202
+ line-height: $size-32 !important;
203
+ }
204
+ //media queries
205
+ /* #region */
206
+ @media (max-width: $screen-xs-max) {
207
+ .l-h-base-xs {
208
+ line-height: $line-height-base !important;
209
+ }
210
+ .l-h-inherit-xs {
211
+ line-height: inherit !important;
212
+ }
213
+ .l-h-0-xs {
214
+ line-height: 0 !important;
215
+ }
216
+ .l-h-1-xs {
217
+ line-height: 1 !important;
218
+ }
219
+ .l-h-tight-xs {
220
+ line-height: 1.2 !important;
221
+ }
222
+ .l-h-input-xs {
223
+ line-height: $size-32 !important;
224
+ }
225
+ }
226
+
227
+ @media (min-width: $screen-sm-min) {
228
+ .l-h-base-sm {
229
+ line-height: $line-height-base !important;
230
+ }
231
+ .l-h-inherit-sm {
232
+ line-height: inherit !important;
233
+ }
234
+ .l-h-0-sm {
235
+ line-height: 0 !important;
236
+ }
237
+ .l-h-1-sm {
238
+ line-height: 1 !important;
239
+ }
240
+ .l-h-tight-sm {
241
+ line-height: 1.2 !important;
242
+ }
243
+ .l-h-input-sm {
244
+ line-height: $size-32 !important;
245
+ }
246
+ }
247
+
248
+ @media (min-width: $screen-md-min) {
249
+ .l-h-base-md {
250
+ line-height: $line-height-base !important;
251
+ }
252
+ .l-h-inherit-md {
253
+ line-height: inherit !important;
254
+ }
255
+ .l-h-0-md {
256
+ line-height: 0 !important;
257
+ }
258
+ .l-h-1-md {
259
+ line-height: 1 !important;
260
+ }
261
+ .l-h-tight-md {
262
+ line-height: 1.2 !important;
263
+ }
264
+ .l-h-input-md {
265
+ line-height: $size-32 !important;
266
+ }
267
+ }
268
+
269
+ @media (min-width: $screen-lg-min) {
270
+ .l-h-base-lg {
271
+ line-height: $line-height-base !important;
272
+ }
273
+ .l-h-inherit-lg {
274
+ line-height: inherit !important;
275
+ }
276
+ .l-h-0-lg {
277
+ line-height: 0 !important;
278
+ }
279
+ .l-h-1-lg {
280
+ line-height: 1 !important;
281
+ }
282
+ .l-h-tight-lg {
283
+ line-height: 1.2 !important;
284
+ }
285
+ .l-h-input-lg {
286
+ line-height: $size-32 !important;
287
+ }
288
+ }
289
+ /* #endregion */
290
+
291
+ // Letter case
292
+ .text-lowercase {
293
+ text-transform: lowercase !important;
294
+ }
295
+ .text-uppercase {
296
+ text-transform: uppercase !important;
297
+ }
298
+ .text-capitalize {
299
+ text-transform: capitalize !important;
300
+ }
301
+
302
+ .text-label-small {
303
+ color: $component-color-text-muted !important;
304
+ text-transform: uppercase !important;
305
+ font-size: 10px !important;
306
+ }
307
+ //media queries
308
+ /* #region */
309
+ @media (max-width: $screen-xs-max) {
310
+ .text-lowercase-xs {
311
+ text-transform: lowercase !important;
312
+ }
313
+ .text-uppercase-xs {
314
+ text-transform: uppercase !important;
315
+ }
316
+ .text-capitalize-xs {
317
+ text-transform: capitalize !important;
318
+ }
319
+
320
+ .text-label-small-xs {
321
+ color: $component-color-text-muted !important;
322
+ text-transform: uppercase !important;
323
+ font-size: 10px !important;
324
+ }
325
+ }
326
+
327
+ @media (min-width: $screen-sm-min) {
328
+ .text-lowercase-sm {
329
+ text-transform: lowercase !important;
330
+ }
331
+ .text-uppercase-sm {
332
+ text-transform: uppercase !important;
333
+ }
334
+ .text-capitalize-sm {
335
+ text-transform: capitalize !important;
336
+ }
337
+
338
+ .text-label-small-sm {
339
+ color: $component-color-text-muted !important;
340
+ text-transform: uppercase !important;
341
+ font-size: 10px !important;
342
+ }
343
+ }
344
+
345
+ @media (min-width: $screen-md-min) {
346
+ .text-lowercase-md {
347
+ text-transform: lowercase !important;
348
+ }
349
+ .text-uppercase-md {
350
+ text-transform: uppercase !important;
351
+ }
352
+ .text-capitalize-md {
353
+ text-transform: capitalize !important;
354
+ }
355
+
356
+ .text-label-small-md {
357
+ color: $component-color-text-muted !important;
358
+ text-transform: uppercase !important;
359
+ font-size: 10px !important;
360
+ }
361
+ }
362
+
363
+ @media (min-width: $screen-lg-min) {
364
+ .text-lowercase-lg {
365
+ text-transform: lowercase !important;
366
+ }
367
+ .text-uppercase-lg {
368
+ text-transform: uppercase !important;
369
+ }
370
+ .text-capitalize-lg {
371
+ text-transform: capitalize !important;
372
+ }
373
+
374
+ .text-label-small-lg {
375
+ color: $component-color-text-muted !important;
376
+ text-transform: uppercase !important;
377
+ font-size: 10px !important;
378
+ }
379
+ }
380
+ /* #endregion */
381
+
382
+ // Text alignment
383
+ .text-left {
384
+ text-align: left !important;
385
+ }
386
+ .text-right {
387
+ text-align: right !important;
388
+ }
389
+ .text-center {
390
+ text-align: center !important;
391
+ }
392
+ //media queries
393
+ /* #region */
394
+ @media (max-width: $screen-xs-max) {
395
+ .text-left-xs {
396
+ text-align: left !important;
397
+ }
398
+ .text-right-xs {
399
+ text-align: right !important;
400
+ }
401
+ .text-center-xs {
402
+ text-align: center !important;
403
+ }
404
+ }
405
+
406
+ @media (min-width: $screen-sm-min) {
407
+ .text-left-sm {
408
+ text-align: left !important;
409
+ }
410
+ .text-right-sm {
411
+ text-align: right !important;
412
+ }
413
+ .text-center-sm {
414
+ text-align: center !important;
415
+ }
416
+ }
417
+
418
+ @media (min-width: $screen-md-min) {
419
+ .text-left-md {
420
+ text-align: left !important;
421
+ }
422
+ .text-right-md {
423
+ text-align: right !important;
424
+ }
425
+ .text-center-md {
426
+ text-align: center !important;
427
+ }
428
+ }
429
+
430
+ @media (min-width: $screen-lg-min) {
431
+ .text-left-lg {
432
+ text-align: left !important;
433
+ }
434
+ .text-right-lg {
435
+ text-align: right !important;
436
+ }
437
+ .text-center-lg {
438
+ text-align: center !important;
439
+ }
440
+ }
441
+ /* #endregion */
442
+
443
+ // White space
444
+ .text-nowrap {
445
+ white-space: nowrap !important;
446
+ }
447
+ .text-break-word {
448
+ word-break: break-word !important;
449
+
450
+ overflow-wrap: break-word !important;
451
+ }
452
+
453
+ .text-break-all {
454
+ word-break: break-all !important;
455
+ }
456
+
457
+ .text-pre {
458
+ white-space: pre !important;
459
+ }
460
+ .text-pre-wrap {
461
+ white-space: pre-wrap !important;
462
+ }
463
+
464
+ .text-pre-line {
465
+ white-space: pre-line !important;
466
+ }
467
+ .text-pre-normal {
468
+ white-space: normal !important;
469
+ }
470
+
471
+ .text-pretty {
472
+ text-wrap: pretty;
473
+ }
474
+
475
+ .text-balance {
476
+ text-wrap: balance;
477
+ }
478
+ //media queries
479
+ /* #region */
480
+ @media (max-width: $screen-xs-max) {
481
+ .text-nowrap-xs {
482
+ white-space: nowrap !important;
483
+ }
484
+ .text-break-word-xs {
485
+ word-break: break-word !important;
486
+
487
+ overflow-wrap: break-word !important;
488
+ }
489
+ .text-break-all-xs {
490
+ word-break: break-all !important;
491
+ }
492
+ .text-pre-xs {
493
+ white-space: pre !important;
494
+ }
495
+ .text-pre-wrap-xs {
496
+ white-space: pre-wrap !important;
497
+ }
498
+ .text-pre-line-xs {
499
+ white-space: pre-line !important;
500
+ }
501
+ .text-pre-normal-xs {
502
+ white-space: normal !important;
503
+ }
504
+ }
505
+
506
+ @media (min-width: $screen-sm-min) {
507
+ .text-nowrap-sm {
508
+ white-space: nowrap !important;
509
+ }
510
+ .text-break-word-sm {
511
+ word-break: break-word !important;
512
+
513
+ overflow-wrap: break-word !important;
514
+ }
515
+ .text-break-all-sm {
516
+ word-break: break-all !important;
517
+ }
518
+ .text-pre-sm {
519
+ white-space: pre !important;
520
+ }
521
+ .text-pre-wrap-sm {
522
+ white-space: pre-wrap !important;
523
+ }
524
+ .text-pre-line-sm {
525
+ white-space: pre-line !important;
526
+ }
527
+ .text-pre-normal-sm {
528
+ white-space: normal !important;
529
+ }
530
+ }
531
+
532
+ @media (min-width: $screen-md-min) {
533
+ .text-nowrap-md {
534
+ white-space: nowrap !important;
535
+ }
536
+ .text-break-word-md {
537
+ word-break: break-word !important;
538
+
539
+ overflow-wrap: break-word !important;
540
+ }
541
+ .text-break-all-md {
542
+ word-break: break-all !important;
543
+ }
544
+ .text-pre-md {
545
+ white-space: pre !important;
546
+ }
547
+ .text-pre-wrap-md {
548
+ white-space: pre-wrap !important;
549
+ }
550
+ .text-pre-line-md {
551
+ white-space: pre-line !important;
552
+ }
553
+ .text-pre-normal-md {
554
+ white-space: normal !important;
555
+ }
556
+ }
557
+
558
+ @media (min-width: $screen-lg-min) {
559
+ .text-nowrap-lg {
560
+ white-space: nowrap !important;
561
+ }
562
+ .text-break-word-lg {
563
+ word-break: break-word !important;
564
+
565
+ overflow-wrap: break-word !important;
566
+ }
567
+ .text-break-all-lg {
568
+ word-break: break-all !important;
569
+ }
570
+ .text-pre-lg {
571
+ white-space: pre !important;
572
+ }
573
+ .text-pre-wrap-lg {
574
+ white-space: pre-wrap !important;
575
+ }
576
+ .text-pre-line-lg {
577
+ white-space: pre-line !important;
578
+ }
579
+ .text-pre-normal-lg {
580
+ white-space: normal !important;
581
+ }
582
+ }
583
+ /* #endregion */
584
+
585
+ //truncation
586
+ .text-truncate {
587
+ display: block;
588
+ overflow: hidden !important;
589
+ max-width: 100% !important;
590
+ text-overflow: ellipsis !important;
591
+ white-space: nowrap !important;
592
+ }
593
+ .text-truncate-wrap {
594
+ display: block;
595
+ overflow: hidden !important;
596
+ text-overflow: ellipsis !important;
597
+ }
598
+
599
+ // line clamp
600
+
601
+ .line-clamp {
602
+ &--2 {
603
+ display: -webkit-box;
604
+ -webkit-line-clamp: 2;
605
+ -webkit-box-orient: vertical;
606
+ overflow: hidden;
607
+ }
608
+ }
609
+
610
+ //media queries
611
+ /* #region */
612
+ @media (max-width: $screen-xs-max) {
613
+ .text-truncate-xs {
614
+ display: block;
615
+ overflow: hidden !important;
616
+ max-width: 100% !important;
617
+ text-overflow: ellipsis !important;
618
+ white-space: nowrap !important;
619
+ }
620
+ .text-truncate-wrap-xs {
621
+ display: block;
622
+ overflow: hidden !important;
623
+ text-overflow: ellipsis !important;
624
+ }
625
+ }
626
+
627
+ @media (min-width: $screen-sm-min) {
628
+ .text-truncate-sm {
629
+ display: block;
630
+ overflow: hidden !important;
631
+ max-width: 100% !important;
632
+ text-overflow: ellipsis !important;
633
+ white-space: nowrap !important;
634
+ }
635
+ .text-truncate-wrap-sm {
636
+ display: block;
637
+ overflow: hidden !important;
638
+ text-overflow: ellipsis !important;
639
+ }
640
+ }
641
+
642
+ @media (min-width: $screen-md-min) {
643
+ .text-truncate-md {
644
+ display: block;
645
+ overflow: hidden !important;
646
+ max-width: 100% !important;
647
+ text-overflow: ellipsis !important;
648
+ white-space: nowrap !important;
649
+ }
650
+ .text-truncate-wrap-md {
651
+ display: block;
652
+ overflow: hidden !important;
653
+ text-overflow: ellipsis !important;
654
+ }
655
+ }
656
+
657
+ @media (min-width: $screen-lg-min) {
658
+ .text-truncate-lg {
659
+ display: block;
660
+ overflow: hidden !important;
661
+ max-width: 100% !important;
662
+ text-overflow: ellipsis !important;
663
+ white-space: nowrap !important;
664
+ }
665
+ .text-truncate-wrap-lg {
666
+ display: block;
667
+ overflow: hidden !important;
668
+ text-overflow: ellipsis !important;
669
+ }
670
+ }
671
+ /* #endregion */
672
+
673
+ .text-monospace {
674
+ font-family: $font-family-monospace !important;
675
+ }
676
+
677
+ // Font size inherit
678
+ .font-size-inherit {
679
+ font-size: inherit !important;
680
+ }
681
+
682
+ // Monaco Editor search string highlight
683
+ .monaco-editor {
684
+ .findMatchInline {
685
+ background: yellow;
686
+ }
687
+ .currentFindMatchInline {
688
+ background: orange;
689
+ font-weight: bold;
690
+ }
691
+ }
@@ -112,10 +112,7 @@
112
112
  [ng-click],
113
113
  .pointer {
114
114
  cursor: pointer !important;
115
- &.no-cursor,
116
- .no-cursor {
117
- cursor: auto !important;
118
- }
115
+ // Removed unused cursor utility - verified 0 usages: .no-cursor
119
116
  }
120
117
 
121
118
  .no-pointer {
@@ -0,0 +1,26 @@
1
+ @use "../../../variables/index" as *;
2
+
3
+ [ui-ace] .ace_tooltip {
4
+ max-width: 600px;
5
+ white-space: pre-wrap;
6
+ }
7
+ body .ace_editor * {
8
+ font-family: $font-family-monospace!important;
9
+ }
10
+
11
+ @media (max-width: $screen-md-min) {
12
+ .ace_editor {
13
+ min-height: 350px;
14
+ }
15
+ }
16
+
17
+
18
+ .ace-monokai .ace_marker-layer{
19
+ .ace_selected-word{
20
+ border-bottom: 2px solid yellow !important;
21
+ }
22
+ .ace_selection{
23
+ background-color: rgba(255, 255, 0, 0.25) !important;
24
+ border: 1px solid yellow !important;
25
+ }
26
+ }