@openui5/themelib_sap_horizon 1.124.2 → 1.126.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 (52) hide show
  1. package/.reuse/dep5 +9 -4
  2. package/THIRDPARTY.txt +13 -6
  3. package/package.json +18 -18
  4. package/src/sap/m/themes/sap_horizon/GroupHeaderListItem.less +1 -5
  5. package/src/sap/m/themes/sap_horizon/ListBase.less +7 -1
  6. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +34 -8
  7. package/src/sap/m/themes/sap_horizon/Page.less +4 -4
  8. package/src/sap/m/themes/sap_horizon/SplitButton.less +18 -0
  9. package/src/sap/m/themes/sap_horizon/StandardListItem.less +1 -0
  10. package/src/sap/m/themes/sap_horizon_dark/GroupHeaderListItem.less +1 -5
  11. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +11 -23
  12. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +7 -1
  13. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +34 -8
  14. package/src/sap/m/themes/sap_horizon_dark/Page.less +4 -4
  15. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +18 -0
  16. package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +1 -0
  17. package/src/sap/m/themes/sap_horizon_hcb/GroupHeaderListItem.less +1 -5
  18. package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +1 -0
  19. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +44 -18
  20. package/src/sap/m/themes/sap_horizon_hcb/Page.less +4 -4
  21. package/src/sap/m/themes/sap_horizon_hcw/GroupHeaderListItem.less +1 -5
  22. package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +1 -0
  23. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +44 -18
  24. package/src/sap/m/themes/sap_horizon_hcw/Page.less +4 -4
  25. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +1 -0
  26. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +1 -0
  27. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/CodeEditor.less +11 -0
  28. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +2 -1
  29. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/CodeEditor.less +11 -0
  30. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +2 -1
  31. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  32. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  33. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  34. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  35. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +0 -1
  36. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +0 -1
  37. package/src/sap/ui/layout/themes/sap_horizon/FormLayout.less +7 -7
  38. package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +7 -7
  39. package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +7 -7
  40. package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +7 -7
  41. package/src/sap/ui/mdc/themes/sap_horizon/Table.less +1 -0
  42. package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +1 -0
  43. package/src/sap/ui/mdc/themes/sap_horizon_hcb/Table.less +2 -1
  44. package/src/sap/ui/mdc/themes/sap_horizon_hcw/Table.less +2 -1
  45. package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +4 -0
  46. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +4 -0
  47. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +22 -4
  48. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +22 -4
  49. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +2 -1
  50. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +2 -1
  51. package/src/sap/ui/integration/themes/sap_horizon_hcb/AnalyticsCloudContent.less +0 -6
  52. package/src/sap/ui/integration/themes/sap_horizon_hcw/AnalyticsCloudContent.less +0 -6
@@ -1,6 +0,0 @@
1
- /* ========================================================= */
2
- /* CSS for control sap.ui.integration/AnalyticsCloudContent */
3
- /* Horizon High Contrast Black theme */
4
- /* ========================================================= */
5
-
6
- @_sap_ui_integration_AnalyticsCloud_ScrollBorder: @sapUiScrollBarBorderColor;
@@ -1,6 +0,0 @@
1
- /* ========================================================= */
2
- /* CSS for control sap.ui.integration/AnalyticsCloudContent */
3
- /* Horizon High Contrast White theme */
4
- /* ========================================================= */
5
-
6
- @_sap_ui_integration_AnalyticsCloud_ScrollBorder: @sapUiScrollBarBorderColor;