@c8y/style 1023.17.20 → 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,73 @@
1
+ @use "../../variables/index" as *;
2
+
3
+ /**
4
+ * Spinner Snake - Rotating spinner/loader animation
5
+ *
6
+ * Note: Uses color tokens ($component-brand-primary, $body-background-color, $component-background-default).
7
+ * Uses $size-16 for margin.
8
+ *
9
+ * Intentionally hardcoded values:
10
+ * - em-based values (4em, 0.6em, 2.2em, etc.): Relative sizing for scalable spinner
11
+ * - Animation durations (1s, 1.95s) and delays (0.75s): Animation timing
12
+ * - Negative text-indent (-99999em): Text hiding technique
13
+ * - Rotation degrees (0deg, 360deg): Animation angles
14
+ * - Percentages: Keyframe positions
15
+ */
16
+
17
+ .spinner-snake {
18
+ position: relative;
19
+ margin: $size-16 auto;
20
+ width: 4em;
21
+ height: 4em;
22
+ min-width: 4em;
23
+ min-height: 4em;
24
+ border-radius: 50%;
25
+ box-shadow: inset 0 0 0 0.6em;
26
+ color: $component-brand-primary;
27
+ text-indent: -99999em;
28
+ transform: translateZ(0) rotate(180deg);
29
+ animation: rotator 1.95s infinite linear;
30
+ }
31
+
32
+ .spinner-snake:before {
33
+ top: -0.1em;
34
+ left: -0.1em;
35
+ width: 2.2em;
36
+ height: 4.2em;
37
+ border-radius: 2.2em 0 0 2.2em;
38
+ transform-origin: 2.2em 2.1em;
39
+ animation: rotator 1s infinite ease 0.75s;
40
+ }
41
+
42
+ .spinner-snake:before,
43
+ .spinner-snake:after {
44
+ position: absolute;
45
+ background: $body-background-color;
46
+ content: '';
47
+
48
+ .card &,
49
+ .modal &,
50
+ .table-data-grid__loading--loader & {
51
+ background: $component-background-default;
52
+ }
53
+ }
54
+
55
+ .spinner-snake:after {
56
+ top: -0.1em;
57
+ left: 2.1em;
58
+ width: 2.6em;
59
+ height: 4.6em;
60
+ border-radius: 0 2.2em 2.2em 0;
61
+ transform-origin: 0 2.1em;
62
+ animation: rotator 1s infinite ease;
63
+ }
64
+
65
+ @keyframes rotator {
66
+ 0% {
67
+ transform: rotate(0deg);
68
+ }
69
+
70
+ 100% {
71
+ transform: rotate(360deg);
72
+ }
73
+ }
@@ -96,12 +96,10 @@ c8y-rectangle-spinner,
96
96
  40%,
97
97
  100% {
98
98
  transform: scaleY(0.4);
99
- -webkit-transform: scaleY(0.4);
100
99
  }
101
100
 
102
101
  20% {
103
102
  transform: scaleY(1);
104
- -webkit-transform: scaleY(1);
105
103
  }
106
104
  }
107
105
 
@@ -144,6 +142,5 @@ c8y-rectangle-spinner,
144
142
  position: relative;
145
143
  display: inline-block;
146
144
  width: 45px;
147
- -webkit-transform: scale(0.5) translateY(-28px);
148
145
  transform: scale(0.5) translateY(-28px);
149
146
  }
@@ -0,0 +1,165 @@
1
+ @use "../../variables/index" as *;
2
+ @use "../mixins/vendor-prefixes";
3
+
4
+ /**
5
+ * Spinner - Rectangle bar spinner/loader animation
6
+ *
7
+ * Note: Uses color tokens ($text-muted, $spinner-color) and $size-* tokens where applicable.
8
+ *
9
+ * Intentionally hardcoded values:
10
+ * - Spinner dimensions (50px, 40px, 30px, 60px, 45px): Component-specific sizes
11
+ * - Padding values (45px, 35px, 11px): Component-specific positioning offsets
12
+ * - Negative margins (-25px, -15px, -28px): Centering calculations (half of width/height)
13
+ * - Bar width (6px): Spinner bar width (off-grid)
14
+ * - Animation duration (1.2s) and delays (-1.1s to -0.8s): Animation timing
15
+ * - Transform scale (0.5): Size reduction for button variant
16
+ * - RGBA background: Semi-transparent overlay
17
+ * - Percentages and unitless scale values: Animation and transform values
18
+ */
19
+
20
+ c8y-rectangle-spinner,
21
+ .c8y-rectangle-spinner {
22
+ position: relative;
23
+ display: block;
24
+ padding-top: 45px;
25
+ min-width: 50px;
26
+ min-height: 40px;
27
+ color: $text-muted;
28
+ text-align: center;
29
+ font-size: $font-size-base;
30
+
31
+ .spinner {
32
+ left: 50%;
33
+ margin-left: -25px;
34
+ }
35
+
36
+ &.spinner-xs {
37
+ padding-top: 35px;
38
+ min-width: 30px;
39
+ min-height: 30px;
40
+
41
+ .spinner {
42
+ margin-left: -15px;
43
+ }
44
+ }
45
+
46
+ &.spinner-inline {
47
+ display: inline-block;
48
+ padding-top: 11px;
49
+ padding-left: 50px;
50
+ vertical-align: middle;
51
+ text-align: left;
52
+
53
+ .spinner {
54
+ left: 0;
55
+ margin-left: 0;
56
+ }
57
+
58
+ &.spinner-xs {
59
+ padding-top: $size-5;
60
+ padding-left: 35px;
61
+ }
62
+ }
63
+ }
64
+
65
+ .spinner {
66
+ position: absolute;
67
+ top: 0;
68
+ left: 0;
69
+ margin: 0 auto;
70
+ width: 50px;
71
+ height: 40px;
72
+ text-align: center;
73
+ font-size: $size-10;
74
+ opacity: 0.5;
75
+
76
+ &.spinner-xs,
77
+ .spinner-xs & {
78
+ width: 30px;
79
+ height: 30px;
80
+
81
+ > div {
82
+ margin: 0;
83
+ width: $size-4;
84
+ }
85
+ }
86
+ }
87
+
88
+ .spinner > div {
89
+ display: inline-block;
90
+ margin-right: 1px;
91
+ width: 6px;
92
+ height: 100%;
93
+ background-color: $spinner-color;
94
+ animation: stretchdelay 1.2s infinite ease-in-out;
95
+ }
96
+
97
+ .spinner .rect2 {
98
+ animation-delay: -1.1s;
99
+ }
100
+
101
+ .spinner .rect3 {
102
+ animation-delay: -1s;
103
+ }
104
+
105
+ .spinner .rect4 {
106
+ animation-delay: -0.9s;
107
+ }
108
+
109
+ .spinner .rect5 {
110
+ animation-delay: -0.8s;
111
+ }
112
+
113
+ @keyframes stretchdelay {
114
+ 0%,
115
+ 40%,
116
+ 100% {
117
+ transform: scaleY(0.4);
118
+ }
119
+
120
+ 20% {
121
+ transform: scaleY(1);
122
+ }
123
+ }
124
+
125
+ .spinner-panel-wrapper {
126
+ position: absolute;
127
+ top: 0;
128
+ right: 0;
129
+ bottom: 0;
130
+ left: 0;
131
+ z-index: 100;
132
+ display: flex;
133
+ align-items: center;
134
+ height: 100%;
135
+ background-color: rgba(255, 255, 255, 0.7);
136
+
137
+ .grid-stack-item & {
138
+ right: $size-10;
139
+ left: $size-10;
140
+ }
141
+
142
+ .spinner {
143
+ top: 0;
144
+ left: 50%;
145
+ margin-left: -25px;
146
+ }
147
+ }
148
+
149
+ .spinner-inline-wrapper {
150
+ position: relative;
151
+ display: inline-block;
152
+ width: 60px;
153
+ vertical-align: middle;
154
+
155
+ .spinner {
156
+ transform: translateY(-50%);
157
+ }
158
+ }
159
+
160
+ .spinner-btn {
161
+ position: relative;
162
+ display: inline-block;
163
+ width: 45px;
164
+ transform: scale(0.5) translateY(-28px);
165
+ }
@@ -0,0 +1,309 @@
1
+ @use "../../variables/index" as *;
2
+
3
+ /**
4
+ * Normalize.css v3.0.3 - Third-party CSS reset library
5
+ *
6
+ * Note: This file is intentionally left unmodified from the original normalize.css.
7
+ * All hardcoded values are part of the standard CSS reset specification.
8
+ *
9
+ * Intentionally hardcoded values (as per normalize.css specification):
10
+ * - All margin/padding values (0, em-based, px-based): Standard reset values
11
+ * - Relative units (em, %): Proportional scaling for cross-browser consistency
12
+ * - 1px and 2px values: Standard border and spacing values for reset
13
+ * - Line-height values: Typography reset specifications
14
+ */
15
+
16
+ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
17
+
18
+ // 1. Set default font family to sans-serif.
19
+ // 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom.
20
+
21
+ html {
22
+ font-family: sans-serif;
23
+
24
+ -ms-text-size-adjust: 100%;
25
+ -webkit-text-size-adjust: 100%;
26
+ }
27
+ body {
28
+ margin: 0;
29
+ }
30
+
31
+ // HTML5 display definitions
32
+
33
+ // Correct `block` display not defined for any HTML5 element in IE 8/9.
34
+ // Correct `block` display not defined for `details` or `summary` in IE 10/11
35
+ // and Firefox.
36
+ // Correct `block` display not defined for `main` in IE 11.
37
+
38
+ article,
39
+ aside,
40
+ details,
41
+ figcaption,
42
+ figure,
43
+ footer,
44
+ header,
45
+ hgroup,
46
+ main,
47
+ menu,
48
+ nav,
49
+ section,
50
+ summary {
51
+ display: block;
52
+ }
53
+
54
+ // 1. Correct `inline-block` display not defined in IE 8/9.
55
+ // 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
56
+ audio,
57
+ canvas,
58
+ progress,
59
+ video {
60
+ display: inline-block; // 1
61
+ vertical-align: baseline; // 2
62
+ }
63
+
64
+ // Prevent modern browsers from displaying `audio` without controls.
65
+ // Remove excess height in iOS 5 devices.
66
+ audio:not([controls]) {
67
+ display: none;
68
+ height: 0;
69
+ }
70
+
71
+ // Address `[hidden]` styling not present in IE 8/9/10.
72
+ // Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
73
+ [hidden],
74
+ template {
75
+ display: none;
76
+ }
77
+
78
+ // Links
79
+ // Remove the gray background color from active links in IE 10.
80
+
81
+ a {
82
+ background-color: transparent;
83
+ }
84
+
85
+ // Improve readability of focused elements when they are also in an
86
+ // active/hover state.
87
+ a:active,
88
+ a:hover {
89
+ outline: 0;
90
+ }
91
+
92
+ // Text-level semantics
93
+ // Address styling not present in IE 8/9/10/11, Safari, and Chrome.
94
+ abbr[title] {
95
+ border-bottom: 1px dotted;
96
+ }
97
+
98
+ // Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
99
+ b,
100
+ strong {
101
+ font-weight: bold;
102
+ }
103
+
104
+ // Address styling not present in Safari and Chrome.
105
+ dfn {
106
+ font-style: italic;
107
+ }
108
+
109
+ // Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome.
110
+ h1 {
111
+ margin: 0.67em 0;
112
+ font-size: 2em;
113
+ }
114
+
115
+ // Address styling not present in IE 8/9.
116
+ mark {
117
+ background: var(--palette-pear-8);
118
+ color: $black;
119
+ }
120
+
121
+ // Address inconsistent and variable font size in all browsers.
122
+ small {
123
+ font-size: 80%;
124
+ }
125
+
126
+ // Prevent `sub` and `sup` affecting `line-height` in all browsers.
127
+ sub,
128
+ sup {
129
+ position: relative;
130
+ vertical-align: baseline;
131
+ font-size: 75%;
132
+ line-height: 0;
133
+ }
134
+
135
+ sup {
136
+ top: -0.5em;
137
+ }
138
+
139
+ sub {
140
+ bottom: -0.25em;
141
+ }
142
+
143
+ // Embedded content
144
+ // Remove border when inside `a` element in IE 8/9/10.
145
+
146
+ img {
147
+ border: 0;
148
+ }
149
+
150
+ // Correct overflow not hidden in IE 9/10/11.
151
+ svg:not(:root) {
152
+ overflow: hidden;
153
+ }
154
+
155
+ // Grouping content
156
+ // Address margin not present in IE 8/9 and Safari.
157
+ figure {
158
+ margin: 1em 40px;
159
+ }
160
+
161
+ // Address differences between Firefox and other browsers.
162
+ hr {
163
+ box-sizing: content-box;
164
+ height: 0;
165
+ }
166
+
167
+ // Contain overflow in all browsers.
168
+ pre {
169
+ overflow: auto;
170
+ }
171
+
172
+ // Address odd `em`-unit font size rendering in all browsers.
173
+ code,
174
+ kbd,
175
+ pre,
176
+ samp {
177
+ font-size: 1em;
178
+ font-family: monospace, monospace;
179
+ }
180
+
181
+ // Forms
182
+ // Known limitation: by default, Chrome and Safari on OS X allow very limited
183
+ // styling of `select`, unless a `border` property is set.
184
+
185
+ // 1. Correct color not being inherited. Known issue: affects color of disabled elements.
186
+ // 2. Correct font properties not being inherited.
187
+ // 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
188
+ button,
189
+ input,
190
+ optgroup,
191
+ select,
192
+ textarea {
193
+ margin: 0; // 3
194
+ color: inherit; // 1
195
+ font: inherit; // 2
196
+ }
197
+
198
+ // Address `overflow` set to `hidden` in IE 8/9/10/11.
199
+ button {
200
+ overflow: visible;
201
+ }
202
+
203
+ // Address inconsistent `text-transform` inheritance for `button` and `select`.
204
+ // All other form control elements do not inherit `text-transform` values.
205
+ // Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
206
+ // Correct `select` style inheritance in Firefox.
207
+ button,
208
+ select {
209
+ text-transform: none;
210
+ }
211
+
212
+ // 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
213
+ // 2. Correct inability to style clickable `input` types in iOS.
214
+ // 3. Improve usability and consistency of cursor style between image-type `input` and others.
215
+ button,
216
+ html input[type="button"], // 1
217
+ input[type="reset"],
218
+ input[type="submit"] {
219
+ cursor: pointer; // 3
220
+
221
+ -webkit-appearance: button; // 2
222
+ }
223
+
224
+ // Re-set default cursor for disabled elements.
225
+ button[disabled],
226
+ html input[disabled] {
227
+ cursor: default;
228
+ }
229
+
230
+ // Remove inner padding and border in Firefox 4+.
231
+ button::-moz-focus-inner,
232
+ input::-moz-focus-inner {
233
+ padding: 0;
234
+ border: 0;
235
+ }
236
+
237
+ // Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet.
238
+ input {
239
+ line-height: normal;
240
+ }
241
+
242
+ // It's recommended that you don't attempt to style these elements.
243
+ // Firefox's implementation doesn't respect box-sizing, padding, or width.
244
+ // 1. Address box sizing set to `content-box` in IE 8/9/10.
245
+ // 2. Remove excess padding in IE 8/9/10.
246
+ input[type='checkbox'],
247
+ input[type='radio'] {
248
+ box-sizing: border-box; // 1
249
+ padding: 0; // 2
250
+ }
251
+
252
+ // Fix the cursor style for Chrome's increment/decrement buttons. For certain
253
+ // `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`.
254
+ input[type='number']::-webkit-inner-spin-button,
255
+ input[type='number']::-webkit-outer-spin-button {
256
+ height: auto;
257
+ }
258
+
259
+ // 1. Address `appearance` set to `searchfield` in Safari and Chrome.
260
+ // 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
261
+ input[type='search'] {
262
+ box-sizing: content-box; //2
263
+
264
+ -webkit-appearance: textfield; // 1
265
+ }
266
+
267
+ // Remove inner padding and search cancel button in Safari and Chrome on OS X.
268
+ // Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance).
269
+ input[type='search']::-webkit-search-cancel-button,
270
+ input[type='search']::-webkit-search-decoration {
271
+ -webkit-appearance: none;
272
+ }
273
+
274
+ // Define consistent border, margin, and padding.
275
+ fieldset {
276
+ margin: 0 2px;
277
+ padding: 0.35em 0.625em 0.75em;
278
+ border: 1px solid $gray-70;
279
+ }
280
+
281
+ // 1. Correct `color` not being inherited in IE 8/9/10/11.
282
+ // 2. Remove padding so people aren't caught out if they zero out fieldsets.
283
+ legend {
284
+ padding: 0; // 2
285
+ border: 0; // 1
286
+ }
287
+
288
+ // Remove default vertical scrollbar in IE 8/9/10/11.
289
+ textarea {
290
+ overflow: auto;
291
+ }
292
+
293
+ // Don't inherit the `font-weight` (applied by a rule above).
294
+ // NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
295
+ optgroup {
296
+ font-weight: bold;
297
+ }
298
+
299
+ // Tables
300
+ // Remove most spacing between table cells.
301
+ table {
302
+ border-spacing: 0;
303
+ border-collapse: collapse;
304
+ }
305
+
306
+ td,
307
+ th {
308
+ padding: 0;
309
+ }
@@ -0,0 +1,159 @@
1
+ @use "../../variables/index" as *;
2
+
3
+ /**
4
+ * Print Styles - Media query for print layouts
5
+ *
6
+ * Note: Most spacing values use $size-* tokens from the 8px base unit system.
7
+ *
8
+ * Intentionally hardcoded values:
9
+ * - transform: scale(0.97): Scale factor, not spacing
10
+ * - 1px borders: Standard border widths for print
11
+ * - z-index values: Stacking context for print layout
12
+ * - 100vw/99vh: Full viewport dimensions
13
+ * - orphans/widows: Typography print control
14
+ */
15
+
16
+ @media print {
17
+ body {
18
+ --c8y-elevation-sm: 0 0 0 1px rgba(var(--c8y-elevation-color), 0.1);
19
+ transform: scale(0.97);
20
+ }
21
+
22
+ *,
23
+ *:before,
24
+ *:after {
25
+ text-shadow: none !important;
26
+ }
27
+
28
+ a,
29
+ a:visited {
30
+ text-decoration: underline;
31
+ }
32
+
33
+ a[href^='#']:after,
34
+ a[href^='javascript:']:after {
35
+ content: '';
36
+ }
37
+
38
+ pre,
39
+ blockquote {
40
+ border: 1px solid $gray-60;
41
+ page-break-inside: avoid;
42
+ }
43
+
44
+ thead {
45
+ display: table-header-group;
46
+ }
47
+
48
+ tr,
49
+ img {
50
+ page-break-inside: avoid;
51
+ }
52
+
53
+ img {
54
+ max-width: 100% !important;
55
+ }
56
+
57
+ p,
58
+ h2,
59
+ h3 {
60
+ orphans: 3;
61
+ widows: 3;
62
+ }
63
+
64
+ h2,
65
+ h3 {
66
+ page-break-after: avoid;
67
+ }
68
+
69
+ // Bootstrap components
70
+ .navbar {
71
+ display: none;
72
+ }
73
+
74
+ .btn,
75
+ .dropup > .btn {
76
+ > .caret {
77
+ border-top-color: $black !important;
78
+ }
79
+ }
80
+
81
+ .table {
82
+ border-collapse: collapse !important;
83
+
84
+ td,
85
+ th {
86
+ background-color: $component-background-default !important;
87
+ }
88
+ }
89
+
90
+ .table-bordered {
91
+ th,
92
+ td {
93
+ border: 1px solid $gray-90 !important;
94
+ }
95
+ }
96
+
97
+ .navigator,
98
+ .app-main-header {
99
+ display: none !important;
100
+ }
101
+
102
+ .c8y-ui-action-bar {
103
+ position: static !important;
104
+ }
105
+
106
+ .mcontainer {
107
+ all: unset;
108
+ margin-top: 0;
109
+ margin-left: 0 !important;
110
+ padding: 0 $size-24 !important;
111
+
112
+ &:has(.dashboard) {
113
+ padding: 0 !important;
114
+ }
115
+
116
+ > .container-fluid {
117
+ padding-bottom: 0;
118
+ }
119
+ }
120
+
121
+ .c8y-ui-action-bar {
122
+ top: 0 !important;
123
+ left: 0 !important;
124
+ box-shadow: none !important;
125
+ }
126
+
127
+ .dashboard {
128
+ top: 0;
129
+ left: 0;
130
+ z-index: 1085 !important;
131
+ overflow-y: auto;
132
+ margin: 0 !important;
133
+ padding-top: calc($size-base * 4) !important;
134
+ padding-bottom: $size-24 !important;
135
+ width: 100vw;
136
+ height: 99vh;
137
+ @extend c8y-scrollbar !optional;
138
+
139
+ .dashboard {
140
+ padding-bottom: 0 !important;
141
+ all: unset !important;
142
+ }
143
+
144
+ .dashboard-container {
145
+ margin-top: 0 !important;
146
+ margin-bottom: 0 !important;
147
+ }
148
+ }
149
+
150
+ .page-tabs:not(.c8y-top-drawer--tabs) {
151
+ display: none !important;
152
+ }
153
+
154
+ .dashboard, body, html {
155
+ overflow: unset !important;
156
+ min-height: unset !important;
157
+ }
158
+
159
+ }